/*
Theme Name: qwery Child Theme
Template: qwery
Author: dpsonline*
Version: 1.4
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
Text Domain: qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.sc_cars_default .sc_cars_item .sc_cars_item_info .sc_cars_item_compare {
	display: none;
}

/*Sub Menu*/
.sc_layouts_menu_nav > li li > a:hover {
    color: #fff!important;
}
.sc_layouts_menu_nav > li li.current-menu-item > a {
    color: #fff!important;
}
.sc_layouts_menu_nav li:after {
    color:#fff;
	background-color:#fff;
}
.sc_layouts_menu_nav > li li > a {
    color: #fff !important;
}

/*Logo search*/
.search_modern .search_header_wrap .logo_image {
    max-height: 62px;
}
.sc_layouts_logo img {
    max-height: 62px;
} 

/*Scheda auto contatti venditore*/
.cars_page_agent_info {
    width: 66%;
}
.cars_page_agent_avatar {
    width: 33%;
}
.cars_page_agent_form {
    width: 23%;
    display: none;
}

/*404*/
.post_item_404 .post_content {
    padding: 4.5em 0 5.5em;
    overflow: hidden;
}


@media (max-width: 479px) {
        .search_modern .search_header_wrap .logo_image {
            top: 30px;
            left: 20px;
            height: 32px;
        }
}

.sc_cars_default .sc_cars_item .sc_cars_item_info .sc_cars_item_params .sc_cars_item_param.sc_cars_item_param_mileage {
	display: none;
}
.sc_cars_default .sc_cars_item .sc_cars_item_info .sc_cars_item_params .sc_cars_item_param {
    width: 33%;
}
.single-cpt_cars_agents .sidebar {
	display: none;
}
body.single-cpt_cars_agents.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content {
	width: 100%;
}

footer {content-visibility: visible!important;}

.cars_page_section .post_date, 
span.sc_cars_item_option.sc_cars_item_date {
    display: none;
}