/*
Theme Name: ClassiadsPro Child
Theme URI: http://themeforest.net/user/designinvento/portfolio
Description: A Beautiful, Professional and Ultimate Wordpress Theme Made by designinvento
Author: DesignInvento
Author URI: http://themeforest.net/user/designinvento
Version: 1.0.1
Text Domain: classiadspro
Template:classiadspro
Tags:translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.theme-content .qcld_sld_tab button {
    background-color: #e53e29;
    color: #fff;
    padding-right: 22px;
    border-radius: 5px;
}
.theme-content .qcld_sld_tab button:hover {
    background-color: #266401;
    color: #fff;
}
.theme-content .qcld_sld_tab button:before , .theme-content .qcld_sld_tab button:after {
    display: none;
}
.theme-content .qcld_sld_tab button.qcld_sld_active {
    background-color: #9a9a97 !important;
    color: #fff;
}
.theme-content .qcld_sld_tab .qcld_sld_tablinks.qcld_sld_active:hover{
	color: #fff;
}
.pacz-header-logo a img {
    width:192px;
    height:50px;
}
@media screen and (max-width: 767px) {
    section#directorypress_listings_widget-2 {
        display:none;
    }
    .logreg-header.right {
        margin-left:10px;
    }
    .responsive-nav-link {
        margin-right:0;
    }
    .pacz-header-logo {
        margin-left:0 !important;
    }
    .pacz-header-logo a {
        height:35px;
        position: relative;
        top: 8px;        
    }
    li.logreg-header {
        position:relative;
    }
    li.logreg-header a {
        position:absolute;
        padding:2px 25px !important;
        top: 90px;
        right: 0px;
        background-color:white;
        border-radius:10px;
        box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.26);
        line-height:45px !important;
        display:none !important;
    }
    li.logreg-header.open a {
        display:inline-block !important;
    }
    li.logreg-header a:hover {
        line-height:45px !important;
    }
    li.logreg-header a.pacz-login-2 {
        right: 116px;
    }
    li.logreg-header span.pacz-login-2-div {
        display:none;
    }
    li.logreg-header i.pacz-flaticon-user73 {
        display: inline-block;
        background-color: whitesmoke;
        width: 46px;
        height: 46px;
        top: 20px;
        position: relative;
        border-radius: 46px;
        text-align: center;    
    }
    li.logreg-header.open i.pacz-flaticon-user73 {
        box-shadow:inset 0px 2px 2px 0px rgba(0, 0, 0, 0.26);        
    }
    li.logreg-header i.pacz-flaticon-user73:before {
        position: relative;
        top: -19px;        
    }
    div.listing-archive-sidearea {
        display:none;
    }
    div.directorypress-listings-block-header {
        display:none;
    } 
}
@media screen and (max-width: 650px) {
    .pacz-header-logo a img {
        width:135px !important;
        height:35px !important;
    }
}
.mobile .pacz-header-logo a img {
    width:135px !important;
    height:35px !important;
}
div.modlist-bottom-area {
    display:none;
}
#pacz-header {
    position:fixed !important;
    z-index:1000;
}
#header_placeholder {
    display:block !important;
    height:83px;
}
.overlay {
    display:none;
    position:fixed;
    background-color:rgba(0, 0, 0, 0.85);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10000;
    align-items: center;
    justify-content: center;    
}
.overlay.showup {
    display:flex;
}
.overlay div.holder {
    background-color:white;
    width:100%;
    max-width:340px;
    height:100%;
    max-height:250px;
    box-shadow:0px 4px 5px 0px black;  
}
.overlay div.header {
    display:flex;
    padding:20px;
    justify-content: right;
    background-color:#f4f4f4;
}
.overlay div.header i {
    color:red;
    font-size:24px;
    cursor:pointer;
}
.overlay div.cont {
    padding:20px;
}
@media screen and (max-width: 1170px) {
    #header_placeholder {
        display:none !important;
    }
}
@media screen and (max-width: 650px) {
    #opd-list-holder .style-1 .ca-menu li .ca-main {
        font-size: 14px !important;
    }
    #opd-list-holder .style-1 .ca-content {
        height:auto;
    }
    #opd-list-holder .style-1 .ca-menu li .ca-sub {
        line-height: 18px;
        font-size: 13px !important;
    }
    .pacz-mobile-logo-wrap a img {
        width: 135px !important;
        height: 35px !important;
    }
}