/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/


#default form {
	max-width:1200px;
	margin: 0 auto;
}





/* =============================================
	 HEADER
================================================ */
#logo,
#logo img {
	height: 90px !important;
	width: 146px !important;
	margin-top:0 !important;	
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: bold !important;
}



/* =============================================
	 DESKTOP NAV
================================================ */
#navigation.style-1 {
    margin-top: 20px !important;
}

#navigation.style-1 ul a {
    line-height: 32px;
    padding: 5px 10px !important;
}

#navigation.style-1 > ul > li > a {   
    border-radius: 10px !important;
    font-size: 18px !important;
	text-transform:uppercase !important;
	font-weight:600 !important;
}

#navigation.style-1 > ul > li.current-menu-item > a,
#navigation.style-1 > ul > li.current-menu-item > a:hover {
	color:#fff !important;
	background:#f91942 !important;
	border-radius: 5px !important;
}

#navigation ul li a:after {
    position: absolute !important;
    top: 20px !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
	padding-left: 0 !important;
}

@media (max-width: 1239px) {
    #navigation.style-1 {
        margin: 25px 0 5px -5px;
        width: auto !important;
        padding-top: 15px;
        padding-bottom: 0;
        position: relative;
    }
	#navigation.style-1:before {       
        height: 0px !important;
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1239px) {
    .right-side {      
        margin-top:0 !important;
    }
}

@media (min-width: 1025px) and (max-width: 1239px) {
	.left-side {
		width: auto !important;
	}
}

@media only screen and (max-width: 1024px) {
	.header-widget {
        padding: 10px 0 !important;
	}
    .header-widget a.button.border {
        padding: 7px 16px;
        background-color: transparent;
        font-size: 16px;
        min-width: auto;
        float: right;
    }
	.menu-logo a img {
		max-height: 60px !important;
	}
	#logo, #logo img {
    height: 60px !important;
    width: auto !important;
}
}

@media only screen and (max-width: 768px) {
	.menu-logo a img {
		max-height: 50px !important;
	}
}

/* =============================================
	 CONTAINERS
================================================ */
#header .container,
.home .container.content-container.full-width,
body.full-width-header #header .container {     
	max-width: 100% !important; 
	width:100% !important;	
}
/* 
#header .container { 
	padding-left: 20px;
    padding-right: 20px;	
} */

#header-container:not(.hws-wrapper) #header .container {       
	align-items: center !important;
}

@media (min-width: 1200px and max-width:1200px) {
    #header-container:not(.hws-wrapper) #header .container {
        display: flex;
        justify-content: space-between;
		align-items: center !important;
    }
}


/* @media (min-width: 768px) {
    .container {
        width:100% !important;
    }
} */


/* =============================================
	 MOBILE NAV
================================================ */
.mobile-nav-widgets h4, .mobile-nav-widgets h5 {
    color: #000 !important;
}

.mobile-nav-widgets .textwidget p {
	color:#000 !important;
}


.mobile-navigation-wrapper,
.mobile-nav-header {   
    background: #fff !important;
}

.mobile-nav-header {   
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.menu-icon-toggle::before, 
.menu-icon-toggle::after {
    background-color: #000 !important;  
}

#mobile-nav li a {   
    padding: 10px;
    font-weight: 600;
    font-size: 17px !important;
}

.mobile-navigation-list li a {
    color: #000 !important;   
    font-size: 18px !important;
}

/* =============================================
	 MAIN SEARCH
================================================ */
/* .main-search-form {   
    max-width: 1200px !important;
    margin: 0 auto !important;
} */

.category-small-box-alt h4 {
    font-size: 20px !important;
    line-height: 22px;
    margin-top: 9px;
    margin-bottom: 9px;
    font-weight: 600 !important;
   text-transform:uppercase;
}


/* =============================================
	 FOOTER
================================================ */
#footer {
    padding: 70px .5rem 0 !important;
    background: rgba(0, 0, 0, 0.035) !important;
    border-top: 0 !important;
    font-size: 16px;
}

#footer .container {
    width: 100% !important;
	max-width: 100% !important;
}

.footer-new-bottom-inner {   
    background: none !important;
    display: flex !important;
	padding:0 !important;
	margin: 0 0 50px 0 !important;
}

#footer #text-3 {
	text-align:right;
}






