@charset 'utf-8';
/*
  Theme Name: Mendel Child
Theme URI: http://mendel-antiques.ancorathemes.com/
Description: Mendel - excellent WordPress theme with many different blog and header layouts
Author: AncoraThemes
Author URI: http://ancorathemes.com/
  Template: mendel
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready

*/

header .sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    margin-top: 15px;
    max-height: 150px;
    max-width: none;
}

header .sc_layouts_row_type_compact .sc_layouts_logo img {
    max-height: 180px;
    max-width: none;
}

header .sc_layouts_menu_nav>li>a {
    padding: 1em !important;
}

header .sc_layouts_menu_nav>li {
    font-family: "AvantGardeC", "Century Gothic", sans-serif;
    font-size: 16px;
}

#became_partner .select_container select, #became_partner .select_container select:hover {
    border-color: #d0d2b7 !important;
}

#became_partner .select_container:before {
    background-color: #828A40;
    color: #1d1d1d;
}

#became_partner .select_container:after {
    color: #1d1d1d;
}

body .wpfFilterWrapper .wfpTitle {
    color: #3c3c3c;
    font-size: 1.235rem;
}

body .wpfFilterWrapper  {
    text-align: center;
}

body .scheme_default.top_panel.with_bg_image:before {
    background-color: rgba(0,0,0,0.4)
}

header .vc_row-has-fill.sc_layouts_hide_on_frontpage {
    background: none !important;
}

#our-works-main-page p {
    font-size: 19.5px;
    text-align: justify;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    display: none;
}

#call-to-action-main .sc_title_button:hover {
    background-color: #2B2B2B !important;
    color: #ffffff;
}

.top_panel_custom_header-fullwidth .vc_row.sc_layouts_row_fixed_on {
    margin: 0 38px !important;
    padding: 0 38px !important;
}

.sc_layouts_menu_nav > li, .sc_layouts_menu_nav > li > a {
    font-family: "AvantGardeC", sans-serif;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

#more-main-button {
    margin: 2em 0 3.1em;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-radius: 20px;
    background-color: #2b2b2b;
    padding: 13px 25px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#more-main-button:hover{
    color: #ffffff;
    background-color: #838A40;
}

@media (max-width: 767px) {
    .trx_addons_icon-menu:before{
        font-size: 35px;
    }
    header .sc_layouts_row_type_compact .sc_layouts_logo img{
        max-height: 130px;
        max-width: none;
        position: absolute;
        top: -5px;
        left: -45px;
    }
    .sc_layouts_menu_mobile_button{
        display: block;
        position: absolute;
        top: -20px;
        right: -20px;
    }
    .sc_services_item_info{
        display: block !important;
        line-height: 14px !important;;
        font-size: 14px !important;;
    }
}