/*
 Theme Name:   Repair Café
 Theme URI:    http://www.repaircafe.org
 Description:  A Classter child theme custom build for Repair Café.
 Author:       Sijo Blom
 Author URI:   http://sijoblom.com
 Template:     classter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  repaircafe
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

a,
.rc-theme .post_text_area > a,
.rc-theme .post_text_area p > a,
.rc-theme .post_text_area span > a,
.rc-theme.single-rc_location .post_text_area div > a {
    color: #ff4212;
}

.rc-theme .squareButton.global > a,
.rc-theme .squareButton.accent_1 > a  {
    color: #fff;
}

ul { position: relative; }

ul li { list-style-type: none; }

.topWrap .topMenuStyleLine > ul > li ul li {
    list-style: none;
    display: block;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.topWrap .topMenuStyleLine > ul > li ul li:nth-last-child(1) {
    border: none;
}

.sc_dropcaps.sc_dropcaps_style_6 .sc_dropcap, blockquote.sc_quote_style_2, .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title, .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title:before, .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title, .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title:before, .twitBlock .sc_slider .flex-direction-nav li a, .squareButton.gray > a, .sidebarStyleLight, .pagination > ul > li a, #viewmore_link, .portfolioWrap .isotopePadding .portfolioInfo, .post .portfolBlock, .topWrap .topMenuStyleLine > ul > li ul {
    background-color: #fff !important;
}

ul#mainmenu .menu-panel > li > ul {
    padding: 0 0 6px;
    width: 50px;
}

.wpb_wrapper ul li:before {
    content: '\2022 ';
    color: #ff4212;
    font-size: 40px;
    position: absolute;
    left: -20px;
}

.rc-inline-block { display: inline-block; }
.rc-price {
    font-weight: bold;
    white-space: nowrap;
}

.rc-theme .sc_dropcaps.sc_dropcaps_style_6 .sc_dropcap,
.rc-theme blockquote.sc_quote_style_2,
.rc-theme .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title,
.rc-theme .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title:before,
.rc-theme .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title,
.rc-theme .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title:before,
.rc-theme .twitBlock .sc_slider .flex-direction-nav li a,
.rc-theme .squareButton.gray > a,
.rc-theme .sidebarStyleLight,
.rc-theme .pagination > ul > li a,
.rc-theme #viewmore_link,
.rc-theme .portfolioWrap .isotopePadding .portfolioInfo,
.rc-theme .post .portfolBlock, .topWrap .topMenuStyleLine > ul > li ul {
    background-color: #eee;
}

.rc-theme .sc_infobox { padding: 30px 30px 30px 60px; }

.rc-theme .sc_infobox.sc_infobox_style_regular:before {
    content: '';
    color: #232a34;
}

.rc-theme .sc_infobox.sc_infobox_style_regular { background-color: #eee; }

.rc-theme .sc_infobox:before {
    background: url('http://rc2015.dev.van-ons.nl/wp-content/uploads/RC-gear-icon-1.png') no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    margin-top: -12px;
    left: 24px
}

.wpb_column > .wpb_wrapper > *:target {
    padding-top: 150px;
    margin-top: -150px;
}

.mainmenu_area .main { width: 100%; }

.rc-theme header.fixedTopMenu .topWrap {
    border-bottom: 3px solid #1d1284;
    border-color: #1d1284;
}

.rc-theme header.noFixMenu .topWrap .logo { padding: 12px 0 0 0; }
.rc-theme header.noFixMenu .topWrap .logo { padding-left: 0px; }

.wrap_menu { padding: 0 30px; }

.rc-theme .logo img { margin-top: 5px; }

.rc-theme header.noFixMenu.menu_right .topWrap .topMenuStyleLine > ul > li {
    padding-top: 35px;
    padding-bottom: 35px;
}

.rc-theme header.fixedTopMenu .topWrap .logo { padding: 15px 0 15px 5px; }

.rc-theme header.fixedTopMenu .topWrap .logo img {
    height: 55px;
    margin-top: 0px;
}

.topWrap .topMenuStyleLine > ul > li > a { color: #222; }

.rc-theme header.noFixMenu.menu_right .topWrap .topMenuStyleLine > ul#mainmenu > li > .menu-panel,
.rc-theme header.noFixMenu.menu_right .topWrap .topMenuStyleLine > ul > li > ul {
    top: 110px;
}

.topWrap .topMenuStyleLine > ul.inited > li.rc-donate-item > a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 100;
    padding: 0 20px;
    background-color: #ff4212;
    border: none;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
}

.topWrap .openResponsiveMenu .topMenuStyleLine > ul > li.rc-donate-item > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.topWrap .topMenuStyleLine > ul > li.rc-donate-item > a:hover {
    color: #fff;
    background-color: rgba(255, 101, 0, 0.7);
}

.topWrap .topMenuStyleLine > ul > li ul li a {
    text-transform: uppercase;
    font-weight: 600;
}

header.noFixMenu.menu_right .topWrap .search {
    margin-top: 30px;
    margin-bottom: 33px;
}

.rc-theme .openResponsiveMenu {
    margin-top: 30px;
    margin-bottom: 30px;
}

.openResponsiveMenu,
.openResponsiveMenu:before,
.topWrap .search,
.topWrap .search:before,
.topWrap .search .searchForm .searchSubmit .icoSearch:before {
    color: #222;
    border-color: #222;
}

.sc_section {
    background-size: cover;
    background-position: center 35%;
}

.columnsFloat .columns1_2 {
    float: left;
    margin: 0 2.5% 0 0;
    width: 47.5%;
}

.columns1_3.columns_last { margin-right: 0; }

input[type="submit"],
input[type="button"],
.squareButton {
    text-transform: uppercase;
}

.squareButton > input[type="submit"],
input[type="submit"],
.rc-theme footer .gform_wrapper .gform_footer input[type=submit] {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 0 30px;
    background: #ff4212;
    background: -webkit-linear-gradient(top, #ff4212 0%, #ff4212 100%); /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #ff4212 0%, #ff4212 100%); /* W3C */
    background-color: #ff4212;
    border: none;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    float: left;
}

.rc-theme input[type="submit"]:hover,
.squareButton > input[type="submit"]:hover,
input[type="submit"]:hover,
.rc-theme footer .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #fff;
    background: rgba(255, 101, 0, 0.7) !important;
}

.mc4wp-form .squareButton { height: 40px; }

.rc-theme .squareButton.border_1 > a {
    color: #232a34;
    border-color: #232a34;
}

.rc-theme .topTabsWrap {
    background-image: none;
    background: #1d1284;
}

.topTabsWrap { padding-top: 32px; }
.topTabsWrap .pageTitle { padding: 0 10px 32px 0; }
.topTabsWrap h1 { font-size: 45px; }
.topTabsWrap .speedBar { padding: 18px 0 45px; }

.post .sc_image figcaption { display: none; }

.rc-theme .squareButton.medium > a,
.squareButton.medium > span {
    padding: 0 20px;
}

.rc-theme.fullscreen .masonry article { margin: 0 0 30px; }

.home .masonry { padding: 0; }

.masonry .isotopePadding {
    margin: 0 30px 0 0;
    background: #eee;
}

.masonry article h4 { padding: 0 0 10px 0; }

.masonry .isotopePadding.bg_post .post_wrap { padding: 20px 25px 25px; min-height: 205px;}

.wrap_hover a.inited { display: none; }

.thumb { overflow: hidden; }

.rc-theme .masonry article .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.rc-theme.home .masonry article .thumb img { max-width: 300px; }

.post_format_wrap { margin: -5px 0 10px; }

#viewmore_link { max-width: 110px; }


/*
Home------------------------------------*/

.rc-theme.home .post_format_wrap {
    /*display: none;*/
}

/* Repair together */
.wpb_text_column.wpb_content_element.repairtogether {
    width: 81%;
}

/* Repaircafe week sticker */

.home #repairweek .wpb_column.vc_column_container.vc_col-sm-6 {
    position: absolute;
    top: 180px;
    right: 15%;
    z-index: 6;
}

@media (max-width: 1167px) {
    .home #repairweek .wpb_column.vc_column_container.vc_col-sm-6 {
        top: 150px;
    }
}

@media (max-width: 800px) {
    .home #repairweek .wpb_column.vc_column_container.vc_col-sm-6 img {
        width: 40%;
    }
}

@media (max-width: 414px) {
    .home #repairweek .wpb_column.vc_column_container.vc_col-sm-6 img {
        width: 60%;
    }
    .home #repairweek .wpb_column.vc_column_container.vc_col-sm-6 {
        right: 0;
    }
}

/*
Accordion-------------------------------*/

.rc-theme .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
    font-size: 16px;
    padding: 20px 20px 20px 30px;
}

.rc-theme .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title:before { top: 23px; }


/*
RC Page---------------------------------*/



/*
Single Post-----------------------------*/

.single-post .post article {
    max-width: 900px;
    margin: auto;
    margin-bottom: 80px;
}

.infoPost { padding: 0px 0 20px 0; }

.post_content > .sc_section.post_thumb {
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    position: relative;
}

.rc-theme .post .thumb img {
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/**
Footer----------------------------------------------------------------------------------------------**/

.rc-theme .footerWidget { padding: 50px 0 40px; }

.rc-theme footer .squareButton.border_1 > a {
    color: #fff;
    border-color: #fff;
}

.rc-theme footer .squareButton.border_1 > a:hover { border-color: #ff4212; }

.textwidget .squareButton + .squareButton {
    margin: 15px 0 0;
    display: block;
}

.footerWrap.footerStyleDark, .footerWrap .sidebarStyleDark {
    color: #fff;
    background-color: #1d1284;
}

.footerWrap .squareButton.gray > a, .footerWrap .squareButton.gray > span {
    color: #5a6266;
    background: #fff;
    white-space: nowrap;
}

.rc-theme .footerWrap .sidebarStyleDark .squareButton.gray > a:hover,
.rc-theme .footerWrap .sidebarStyleDark .squareButton.gray > span:hover {
    color: #5a6266;
    background-color: rgba(255, 255, 255, 0.7);
}

.rc-theme .sc_contact_form input[type="text"]:focus {
    color: #fff;
    border-color: #fff;
}

.rc-theme .widget_area .widgetWrap ul > li:hover:before,
.rc-theme .sidebarStyleDark.widget_area .widgetWrap a:hover {
    color: #fff;
}

footer .gform_wrapper { margin: 0; }
footer .gform_wrapper .gform_footer { padding: 0; }
footer .gform_wrapper .gform_heading { display: none; }
footer .gform_wrapper .top_label .gfield_label { display: none; }
footer .gform_wrapper ul li.gfield { padding: 0; }

footer input[type="text"] {
    color: #fff;
    border-color: #fff;
}

footer .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] { font-size: 14px; }

body footer .gform_wrapper label.gfield_label + div.ginput_container { padding-bottom: 20px; }

.widget_area .widget_inner .logo img { width: 100%; }

footer .widget_socials .socPage ul li a {
    color: #1d1284 !important;
    background-color: #fff;
}

html:lang(nl) .rc-theme .widget_area .logo_socials ul > li:nth-child(3),
html:lang(en) .rc-theme .widget_area .logo_socials ul > li:nth-child(2),
html:lang(fr) .rc-theme .widget_area .logo_socials ul > li:nth-child(2),
html:lang(de) .rc-theme .widget_area .logo_socials ul > li:nth-child(2),
html:lang(es) .rc-theme .widget_area .logo_socials ul > li:nth-child(2){
    display: none;
}

footer .sidebarStyleDark .widget_socials .socPage ul li a:hover { background-color: #ff4212; }

.rc-theme .upToScroll a { background-color: #ff4212; }

.rc-theme .upToScroll a:hover {
    color: #fff;
    background: rgba(255, 101, 0, 0.7);
}

.copyWrap .copy {
    padding: 10px;
}
.copyWrap .copy .copyright {
    margin: 0;
    font-size: 14px;
    width: 100%;
}
.copyWrap .copy .copyright a {
    color: #ffffff !important;
}

/* FOOTER SOCIALS */

.textwidget .fa {
    border-radius: 50%;
    background: #fff;
    color: #1d1284;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s ease;
}

.textwidget ul.social a:hover .fa {
    background: #ff4212;
    color: #fff;
}

.textwidget ul {
    margin-bottom: 25px !important;
}

.textwidget ul.social > li:before {
    display: none;
}

.textwidget .social li {
    display: inline-block !important;
    padding: 0 7px 0 0 !important;
}

/**
Location page--------------------------------------------------------------------------------------------**/

.em-map-balloon .em-map-balloon-content {
    line-height: 18px;
    padding: 0px 0px 0px 0px !important;
}

.em-map-balloon .em-map-balloon-content a { color: #ff4212; }


/**
Single location------------------------------------------------------------------------------------------**/

.single-rc_location .sc_section {
    padding: 20px 0;
    position: relative;
    z-index: 3;
}

/*.single-rc_location .sc_title,*/
.single-rc_location .wrapper {
    position: relative;
    z-index: 3;
}

.single-rc_location .sc_section:not(.sc_scroll_controls) { overflow: visible; }

.single-rc_location #rc-cta-section.sc_section:after {
    background-color: #eee;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: -500%;
    position: absolute;
    width: 1000%;
    z-index: -999;
}

.single-rc_location #rc-owner-section.sc_section:after {
    background-color: #fcfcfc;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: -500%;
    position: absolute;
    width: 1000%;
    z-index: 1;
}

.hide { display: none; }


/**
Plugins------------------------------------------------------------------------------------------**/

/*
Ajax Search Pro---------------------------------*/

body.rc-theme div.ajaxsearchpro[id*="ajaxsearchpro"] { margin: 0px 0 39px !important; }

.rc-theme #ajaxsearchpro1_1 .probox .proinput input.orig,
.rc-theme #ajaxsearchpro2_1 .probox .proinput input.orig {
    min-width: 220px !important;
    margin-left: 14px;
}

#wpdreams_asp_results_1,
#wpdreams_asp_results_2 {
    margin-bottom: 30px;
}


/*
Gravity Forms-----------------------------------*/

body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.rc-theme .gform_wrapper h2.gsection_title {
    font-weight: 100;
    font-size: 2em;
}

.rc-theme .gform_wrapper .gsection_description,
.rc-theme .gform_wrapper .instruction {
    color: #666;
    font-size: 1em;
}

input[type="text"] {
    color: #232a34;
    background: transparent;
    border: 0px solid #dcdfe0;
    border-bottom: 1px solid;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.rc-theme .gform_confirmation_message_2 { color: #222; }

.gform_wrapper .rc-opt-in .gfield_checkbox li label {
    font-size: 14px;
    text-transform: none;
}

.rc-theme .gform_wrapper .top_label .gfield_label { height: auto; }

.rc-theme footer .gform_wrapper ul li.gfield { list-style: none !important; }
.rc-theme .footerWidget .gfield:before { display: none; }


.adress-edit .ginput_container {
    padding-bottom: 0 !important;
}
.gform_wrapper .top_label .adress-edit .gfield_description {
    padding-top: 0;
}
.adress-edit .gfield_description {
    display: block;
    font-size: .875em;
    white-space: nowrap;
    margin: .188em 0 .75em;
    color: #232a34;
    font-weight: 600;
    height: 15px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}

/*
Mailchimp for WordPress-------------------------*/

.mc4wp-form .sc_contact_form input[type="text"] { margin-bottom: 20px; }


/**
WooCommerce--------------------------------------------------------------------------------------**/

.rc-theme.woocommerce a.button,
.rc-theme.woocommerce button.button,
.rc-theme.woocommerce input.button,
.rc-theme.woocommerce #respond input#submit,
.rc-theme.woocommerce #content input.button,
.rc-theme.woocommerce-page a.button,
.rc-theme.woocommerce-page button.button,
.rc-theme.woocommerce-page input.button,
.rc-theme.woocommerce-page #respond input#submit,
.rc-theme.woocommerce-page #content input.button,
.rc-theme.woocommerce a.button.alt,
.rc-theme.woocommerce button.button.alt,
.rc-theme.woocommerce input.button.alt,
.rc-theme.woocommerce #respond input#submit.alt,
.rc-theme.woocommerce #content input.button.alt,
.rc-theme.woocommerce-page a.button.alt,
.rc-theme.woocommerce-page button.button.alt,
.rc-theme.woocommerce-page input.button.alt,
.rc-theme.woocommerce-page #respond input#submit.alt,
.rc-theme.woocommerce-page #content input.button.alt {
    background-color: #eee;
}

.rc-theme .woocommerce ul.products li.product:hover .button,
.rc-theme.woocommerce-page ul.products li.product:hover .button {
    background: #1d1284;
}

.rc-theme.woocommerce a.button,
.rc-theme.woocommerce-page a.button,
.rc-theme.woocommerce input.button,
.rc-theme.woocommerce-page input.button {
    letter-spacing: 1px;
}

.rc-theme.woocommerce ul.products li.product:hover:before,
.rc-theme.woocommerce-page ul.products li.product:hover:before,
.rc-theme.woocommerce ul.products li.product:hover > a:before,
.rc-theme.woocommerce-page ul.products li.product:hover > a:before {
    background: rgba(238, 238, 238, 0.1);
}

.rc-theme.woocommerce #content div.product .woocommerce-tabs:after,
.rc-theme.woocommerce div.product .woocommerce-tabs:after,
.rc-theme.woocommerce-page #content div.product .woocommerce-tabs:after,
.rc-theme.woocommerce-page div.product .woocommerce-tabs:after {
    background-color: #eee;
}

.rc-theme.woocommerce ul.products:before, .rc-theme.woocommerce-page ul.products:before {
    margin: 0px 0 0px -5%;
    height: 0px;
    background-color: transparent;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { min-height: 48px; }

.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
    display: none;
}

.woocommerce #customer_details { margin-bottom: 100px; }
.rc-theme.woocommerce-cart .woocommerce { margin-bottom: 50px; }

/* custom checkout field*/
#repaircafe_name_field,
#repaircafe_location_number_field,
#repaircafe_street_field,
#repaircafe_location_field,
#repaircafe_zip_code_field,
#repaircafe_city_field,
#repaircafe_first_name_field,
#repaircafe_last_name_field,
#repaircafe_email_field,
#repaircafe_phone_field,
#repaircafe_site_field,
#repaircafe_facebook_field,
#repaircafe_twitter_field,
#repaircafe_days_field,
#repaircafe_start_city_field,
#repaircafe_start_note_field,
#repaircafe_location_2_field,
#repaircafe_street_2_field,
#repaircafe_zip_code_2_field,
#repaircafe_city_2_field,
#repaircafe_location_3_field,
#repaircafe_street_3_field,
#repaircafe_zip_code_3_field,
#repaircafe_city_3_field,
#repaircafe_location_4_field,
#repaircafe_street_4_field,
#repaircafe_zip_code_4_field,
#repaircafe_city_4_field,
#repaircafe_volunteer_field,
#repaircafe_email_contact_field {
    display: none;
}

.woocommerce form #repaircafe_location_number_field.form-row label { display: inline-block; }

.rc-theme .woocommerce #payment div.payment_box,
.rc-theme.woocommerce-page #payment div.payment_box {
    color: #333;
}

#ship-to-different-address { display: none; }

.woocommerce form .form-row textarea { height: 10em; }

.woocommerce-order-received .woocommerce { margin-bottom: 100px; }


/**
BBpress--------------------------------------------------------------------------------------**/

.rc-theme #bbpress-forums { margin-bottom: 80px; }


/**
Media Queries-----------------------------------------------------------------------------------**/

@media (max-width: 1400px) {

    .rc-theme header.noFixMenu .topWrap .logo img { height: 75px; }

    .rc-theme .logo img { margin-top: 10px; }

    .topWrap .topMenuStyleLine > ul > li > a {
        padding-right: 12px;
        padding-left: 12px;
    }

    .topWrap .topMenuStyleLine > ul.inited > li.rc-donate-item > a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .topWrap .search { margin-left: 10px; }

}

@media (max-width: 1249px) {

    .rc-theme header.noFixMenu .topWrap .logo img { height: 55px; }

    .rc-theme .logo img { margin-top: 20px; }

    .wrap_menu { padding: 0 10px; }

    .topWrap .topMenuStyleLine > ul > li > a {
        padding-right: 6px;
        padding-left: 6px;
    }

    .topWrap .search { margin-left: 0px; }

}

@media (max-width: 1023px) {

    .rc-theme header.noFixMenu .topWrap .logo { padding-left: 20px; }

    .wrap_menu { padding: 0 30px; }

    .wpb_column > .wpb_wrapper > *:target {
        padding-top: 60px;
        margin-top: -60px;
    }

    body.rc-theme div.ajaxsearchpro[id*="ajaxsearchpro"] { margin: 0px 0 30px !important;  }

}

@media (min-width: 800px) {

    .page-template-rc-page .mainWrap .main { width: 900px; }
}

@media (max-width: 799px) and (min-width: 480px) {

    .rc-theme .masonry { padding: 0; }

    .rc-theme.woocommerce .without_sidebar ul.products li.product,
    .rc-theme.woocommerce-page .without_sidebar ul.products li.product {
        width: 46%;
    }

    .rc-theme .topWrap .search.searchOpen { width: 43%; }
    .sc_tabs ul.sc_tabs_titles li a:after {
        display: none;
    }
    .sc_tabs ul.sc_tabs_titles li a:hover:after,
    .sc_tabs ul.sc_tabs_titles li.ui-tabs-active a:after { display: none; }
    .single-rc_location .sc_tabs_style_1 ul.sc_tabs_titles li + li {padding:8px 0 !important; }
}






    .topTabsWrap .speedBar { display: none; }

    .post ul { display: inline-block; }

}

@media (max-width: 479px) {

    .rc-theme header.noFixMenu .topWrap .logo img { height: auto; }

    .wrap_menu { padding: 0; }

    .mainmenu_area .main { width: 280px; }

    .rc-theme .masonry { padding: 0; }

    .rc-theme header.noFixMenu .topWrap .logo { padding: 10px 10px 0 0; }

    .rc-theme .openResponsiveMenu {
        margin-top: -10px;
        margin-bottom: 25px;
        width: auto;
    }

    .rc-theme header.noFixMenu.menu_right .topWrap .search { margin: -10px 0px 25px 10px; }

    .rc-theme .topWrap .search.searchOpen { width: 100%; }

    .rc-theme .sc_title > .sc_button { margin: 10px 100px 0 !important; }

    .em-location-map-container { display: none; }

    .rc-theme.woocommerce .without_sidebar ul.products li.product,
    .rc-theme.woocommerce-page .without_sidebar ul.products li.product {
        width: inherit;
    }

    body.rc-theme div.ajaxsearchpro[id*="ajaxsearchpro"] { margin: 5px 0 20px !important; }

    .sc_section.columns1_1 {
        height: 388px;
    }   
    .vo-store-locator__map-container {
        display: none;
    }  
    .topWrap .cart a.cart_button {
    margin: 0px 10px !important;
    } 
    .topWrap .sidebar_cart {
    top: 62px !important;
    }
    .sc_tabs ul.sc_tabs_titles li a:after {
        display: none;
    }
    .sc_tabs ul.sc_tabs_titles li a:hover:after,
    .sc_tabs ul.sc_tabs_titles li.ui-tabs-active a:after { display: none; }
    .single-rc_location .sc_tabs_style_1 ul.sc_tabs_titles li + li {padding:8px 0 !important; }
}

.permanent-message {
    background: #f5f7f9 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    text-shadow: none !important;
    font-size: 14px;
    letter-spacing: 1px;
    color: #232a34;
    text-transform: uppercase;
    font-weight: 600;
    padding: 35px 40px !important;
    clear: both;
    display: block;
    float: none;
    position: relative;
    text-align: left;
    margin: 0 0 2em!important;
    list-style: none!important;
    width: auto;
    word-wrap: break-word
}
.permanent-message:after {
    content: ' ';
    display: table;
}
.permanent-message a {
    background-color: #ff4212 !important;
    float: right;
    color: #fff !important;
    margin: -13px 0 !important;
}

.woocommerce-cart .woocommerce .woocommerce-message {
    display: none !important;
}

.sc_section.post_thumb.thumb {
    overflow: visible;
}
.wp-caption-text-featured {
    position: absolute;
    bottom: -70px;
    padding: 6px 0 20px;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
}

.single .hide-on-single {
    display: none;
}

.woocommerce div.product form.cart .variations.payyourprice_customize_class td.label {
    width: auto;
}

.woocommerce div.product form.cart .variations.payyourprice_customize_class td.label label {
    color: #008000;
}

.woocommerce div.product form.cart .variations.payyourprice_customize_class td.value input {
    width: 80px;
}

/** woocommerce shop card **/

.topWrap .cart a.cart_button {
   top: -10px !important;
   margin: 41px 0 0px 10px;
}

.topWrap .sidebar_cart {
    top: 110px;
}

a.button.checkout.wc-forward {
    top: 10px !important;
    float: right;
}

a.button.wc-forward {
    float: right;
}

header.fixedTopMenu .topWrap .cart .cart_button {
    margin: 28px 0px 22px 10px;
}

.button .checkout .wc-forward {
    top: 0;
}

.topWrap .cart a.cart_button {
    background-color: #fff !important;
    border: 1px solid #ff4212 !important;
}

.topWrap .cart .cart_button:before {
    color: #ff4212 !important;
}

.topWrap .cart .cart_button:hover::before {
    color: #fff !important;
}

.noFixMenu .topWrap .cart .cart_button:hover {
        background-color: #ff4212 !important;
}

/* PARTNERS */

.partner {
    overflow:hidden;
    padding:60px 0;
    font-size:0;
}

    .partner__inner {
        padding: 0 15px;
        position: relative;
        width:98%;
        margin:3px;
        padding:20px 0 0 0;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }

    .partner__item {
        width:25%;
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        min-height: 210px;
        position: relative;
    }

    @media screen and (max-width: 1100px) {
        .partner__item {
            width: 33%;
        }
        .partner__clear {
            display: none;
        }
    }

    @media screen and (max-width: 794px) {
        .partner__item {
            width: 50%;
        }
    }

    @media screen and (max-width: 479px) {
        .partner__item {
            width: 100%;
        }
    }

    .partner__image {
        height: 130px;
        text-align: center;
        position: relative;
        width:100%;
    }

        .partner__image img {
            max-height: 130px;
            width: auto;
        }

    .partner__title {
        margin-bottom:10px;
        padding: 10px 0 0 0;
    }

    .partner__open {
        color:rgba(0,0,0,0.5);
        font-size:14px;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

        .partner__open:hover {
            color:rgba(0,0,0,0.8);
        }

        .partner__open .hide_when_closed {
            display: none;
        }

        .open .partner__open .hide_when_open {
            display: none;
        }

        .open .partner__open .hide_when_closed {
            display: block;
        }

    .partner__button {
        text-align: center;
        padding:10px 0;
    }

    .partner__content {
        height:0;
        overflow:hidden;
        padding-left:20px;
        padding-right:20px;
    }

    .partner__clear {
        clear:both;
    }

    .partner__item:hover .partner__inner, .partner__item .partner__inner.open {
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .partner__item:hover .partner__open {
        opacity: 1;
    }