/*
Theme Name: Lightwire Child
Theme URI: http://themes.framework-y.com/lightwire/
Description: Lightwire Child Theme
Author: Schiocco
Author URI: http://schiocco.com/
Template: lightwire
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightwire
*/
/*
header:not(.menu-transparent) .navbar-main:not(.navbar-middle) .btn:not(.btn-search) {
    padding: 5px 15px 5px 15px !important;
}
header .btn {
    font-size: 16px !important;
    margin-top: 6px !important;
}
.navbar .navbar-nav > li:first-child > a {
        border-left: none !important;
    }
.navbar .navbar-nav > li > a {
     border-right: none !important;    
}
.navbar-main:not(.navbar-middle) .navbar-brand {
    height: 70px !important;
}
.navbar-main:not(.navbar-middle) .navbar-nav:not(.lan-menu) > li > a {
    padding: 30px 10px 30px 10px !important;   
}
header .custom-area {
    padding: 10px 15px !important;
}
header.scroll-css .navbar-main:not(.navbar-middle) .navbar-brand {
    padding: 13px 15px !important;
}
*/
.navbar-mini {
    border-bottom: 1px solid rgb(52, 52, 52);
    background-color: #fff !important;
    color: #ffffff;
}
.navbar-main:not(.navbar-middle) .navbar-brand {
    height: 60px !important;
	padding: 10px 15px;
}
.navbar .navbar-nav > li > a {
    border-right: 1px solid #CCCCCC;
    padding: 14px 0 12px 0;
    line-height: 20px !important;
    position: relative;
    z-index: 1;
}
@media (min-width: 993px) {
    .dropdown-menu {
        box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0), 0 3px 3px 0 rgba(0,0,0,0.3);
        border-radius: 0;
        border: none;
        margin: 0 -1px;
        min-width: 300px !important;
        width: calc(100% + 1px);
    }
}
.advs-box.boxed {
    box-shadow: 0px 0 2px 0 rgba(0,0,0,0.1), 0 0 0px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.18);
    background: none;
    border: 1px solid #ccc;
}
.container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content, .section-two-blocks .content {
    padding-top: 40px;
    padding-bottom: 80px;
}