/*
 Theme Name:   Nelson Child Theme
 Theme URI:    http://nelson.themerex.net
 Description:  Nelson Child Theme
 Author:       ThemeREX
 Author URI:   http://themerex.net
 Template:     nelson
 Version:      1.0
 Tags:         flexible-header, 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
 Text Domain:  nelson
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/* General */
@media (max-width: 1024px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.3rem;
    }
}

@media (max-width: 430px) {
    h1 {
        font-size: 3.3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.7rem;
    }
}

/*Header All Pages*/
.header-layout.sc_layouts_row_type_compact .sc_layouts_title .sc_layouts_title_title .sc_layouts_title_caption {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

@media (max-width: 479px) {
    .header-layout.sc_layouts_row_type_compact .sc_layouts_title .sc_layouts_title_title .sc_layouts_title_caption {
        font-size: 2.2rem;
    }
}

/** Menu **/
@media (max-width: 1439px) {
    .sc_layouts_menu_nav>li>a {
        padding: 1em 0.8em;
    }
}

@media (max-width: 1279px) {
    .sc_layouts_menu_nav>li>a {
        padding: 1em 0.7em;
    }
}

@media (max-width: 1180px) {
    .sc_layouts_menu_nav>li>a {
        padding: 1em 0.6em;
    }
}

/* Contact Info */

.contact-info-style-4 {}

.contact-info-style-4 .working_hours {}

.contact-info-style-4 .working_hours .work_hour_element {
    display: flex;
}

.contact-info-style-4 .working_hours .work_hour_element .wh_title {
    flex: 1;
}

.contact-info-style-4 .working_hours .work_hour_element .wh_cnt {
    flex: 3;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .contact-info-style-4 .working_hours .work_hour_element .wh_cnt {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .contact-info-style-4 .info-cnt {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 479px) {
    .contact-info-style-4 .info-cnt {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-info-style-4 .sc_icons.sc_icons_modern .sc_icons_item .sc_icons_item_details .sc_icons_item_description.working_hours {
        font-size: 15px;
    }
}

.contact-us-column .wpcf7 form.failed .wpcf7-response-output {
    border-color: #a21616;
    background-color: #a21616;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** Services */
@media (max-width: 1439px) {
    .services-cnt .sc_services.sc_services_default .sc_services_item.with_icon .sc_services_item_info .sc_services_item_title {
        font-size: 1.8rem;
    }
}

@media (max-width: 1279px) {
    .services-cnt .trx_addons_column-1_4 {
        width: 50%;
        margin-bottom: 25px;
    }
}

.pricing-manager .pm-title-wrapper .pm-title {
    font-family: Montserrat, sans-serif;
}

@media (max-width: 767px) {
    .pricing-manager .pm-title-wrapper .pm-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 479px) {
    .pricing-manager .pm-title-wrapper .pm-title {
        font-size: 1.5rem;
    }

    .pricing-manager.pm-container .pm-service-item .pm-service-name,
    .pricing-manager.pm-container .pm-service-item .pm-service-price {
        font-size: 1.4em;
    }

    .pricing-manager.pm-container .pm-title-wrapper {
        padding-top: 4em;
    }

    .pricing-manager.pm-container .pm-services-grid {
        padding-bottom: 4em;
    }
}

/** Contact */
.contact_section_1 .grlang .contact-info-style-5 {}

.contact_section_1 .grlang .contact-info-style-5 .sc_icons.sc_icons_default .sc_icons_item .sc_icons_item_details .sc_icons_item_title {
    font-size: 1.6rem;
    font-weight: 600;
}

.contact_section_1 .grlang .contact-info-style-5 .work_hour_element:not(:last-child) {
    padding-bottom: 10px;
}

.contact_section_1 .contact-info-style-5 .contact_box .sc_icons_item_description a {
    padding-left: 15px;
}

.contact_section_1 .contact-info-style-5 .sc_icons .contact_box .sc_icons_item_description span {
    display: inline-block;
}

.contact_section_1 .contact-info-style-5 .contact_box .elemt_wrapper {
    padding-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact_section_1 .contact-info-style-5 .info-box.sc_icons_columns_wrap {
        flex-direction: column;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contact_section_1 .contact-info-style-5 .info-box.sc_icons_columns_wrap>div {
        width: 100%;
        padding-right: 0px;
    }

    .contact_section_1 .contact-info-style-5 .info-box.sc_icons_columns_wrap>div:not(:last-child) {
        margin-bottom: 30px;
    }
}

/****/

[href*="#pll_switcher"] span span {
    display: none;
}

.sf-with-ul img {
    margin-top: 3px;
}

.lang-item img {
    margin-top: 2px;
}

.menu_mobile [href*="#pll_switcher"] img {
    display: block;
}

.menu_mobile .sub-menu img {
    margin-top: 6px;
}

@media (max-width: 767px) {
    .mobile_h2 h2 {
        font-size: 2.5rem;
    }
}

/* Home */
.home_section_1 h1.sc_item_title {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

@media (min-width: 1024px) and (max-width: 1439px) {

    .home_section_1 .elementor-column.elementor-col-33.elementor-inner-column:nth-child(1),
    .home_section_1 .elementor-column.elementor-col-33.elementor-inner-column:nth-child(3) {
        width: 10%;
    }

    .home_section_1 .elementor-column.elementor-col-33.elementor-inner-column:nth-child(2) {
        width: 80%;
    }
}

@media (max-height: 639px) and (min-width: 1439px) {

    .home_section_1 .elementor-column.elementor-col-33.elementor-inner-column:nth-child(1),
    .home_section_1 .elementor-column.elementor-col-33.elementor-inner-column:nth-child(3) {
        width: 0%;
    }

    .home_section_1 .elementor-column.elementor-col-33.elementor-inner-column:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .front_page_section_caption {
        font-size: 4rem;
    }

    .more_btn {
        padding-left: 60px;
    }
}

@media (max-width: 1023px) {
    .home_section_1 .title_side_clm {
        width: 0% !important;
    }

    .home_section_1 .title_clm {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .home_section_2 .addr_cnt .elementor-widget-wrap {
        width: 100%;
    }

    .home_section_2 .more_btn {
        text-align: center;
    }

    .more_btn {
        padding-left: 0px;
    }
}

@media (max-width: 375px) {
    .home_section_1 h1.sc_item_title {
        font-size: 2.8rem;
    }
}

/* Shop List */
body.woocommerce-shop.greekV h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.50rem;
}

body.woocommerce.greekV ul.products li.product .woocommerce-loop-product__title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.70rem;
}

body.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    flex-flow: column;
}

body.woocommerce .widget_price_filter .price_slider_amount .button {
    margin: 0px;
    width: max-content;
}

body.woocommerce .sidebar.widget_area {
    background-color: #2c2c2c;
}

body.woocommerce .sidebar .widget+.widget,
body.woocommerce .sidebar_default[class*=scheme_] .widget+.widget {
    margin-top: 0px;
    padding-bottom: 0px;
}

body.woocommerce .sidebar_default[class*=scheme_] .widget {
    padding-bottom: 0px;
}

/* Modern browsers */
body.woocommerce form.search_form .search_field::placeholder {
    font-size: 11px;
}

/* Internet Explorer 10-11 */
body.woocommerce form.search_form .search_field:-ms-input-placeholder {
    font-size: 11px;
}

/* Microsoft Edge (older versions) */
body.woocommerce form.search_form .search_field::-ms-input-placeholder {
    font-size: 11px;
}

@media (max-width: 1023px) {

    body.woocommerce .sidebar .widget+.widget,
    body.woocommerce .sidebar_default[class*=scheme_] .widget+.widget {
        margin-top: 0px !important;
        padding: 20px;
        padding-top: 45px !important;
        border-top-width: 0px;
    }

    body.woocommerce .sidebar_default[class*=scheme_] .widget {
        margin-top: 2rem;
        padding: 20px;
    }

    body.woocommerce .sidebar_default.sidebar_float[class*="scheme_"] .sidebar_inner {
        padding-right: 35px;
    }

    .sidebar_small_screen_float.sidebar_right .sidebar_control {
        width: 35px;
        height: 60px;
        left: -35px;
        border-right: 0px;
        background-color: #2c2c2c;
    }
}

/* Single Product */
body.single-product .header-layout.sc_layouts_row_type_compact .sc_layouts_title .sc_layouts_title_title .sc_layouts_title_caption {
    font-size: 4rem;
    letter-spacing: 0px;
    padding-top: 20px;
}

body.single-product .elementor-widget-custom_title_breadcrumb .sc_layouts_title_breadcrumbs {
    padding-bottom: 20px;
}

body.single-product.greekV .related.products>h2 {
    font-size: 3rem;
}

body.single-product.greekV .related.products>h2 {
    letter-spacing: 0px;
}

@media (max-width: 1279px) {
    body.single-product .header-layout.sc_layouts_row_type_compact .sc_layouts_title .sc_layouts_title_title .sc_layouts_title_caption {
        font-size: 3rem;
    }

    body.single-product.greekV .related.products>h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 479px) {
    body.single-product .header-layout.sc_layouts_row_type_compact .sc_layouts_title .sc_layouts_title_title .sc_layouts_title_caption {
        font-size: 2.2rem;
    }

    body.single-product.greekV .related.products>h2 {
        font-size: 2rem;
    }
}

/* Products plugin */
ul.products.columns-4 li.product>.post_item.post_layout_thumbs .post_data {
    height: 100%;
}

ul.products.columns-4 li.product>.post_item.post_layout_thumbs .post_data .post_data_inner {
    height: 100%;
    position: relative;
}

ul.products.columns-4 li.product>.post_item.post_layout_thumbs .post_data .post_data_inner .price {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

ul.products.columns-4 li.product>.post_item.post_layout_thumbs .post_data .post_content {
    margin-bottom: 45px;
}

@media (max-width: 1279px) {
    ul.products.columns-4 li.product>.post_item.post_layout_thumbs .post_data .post_content {
        margin-bottom: 75px;
    }
}

/* Footer */
footer .barbiero-info.style-3 .contacts_info {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
}

footer .footer-left>div {
    display: flex;
    flex-direction: column;
}

footer .footer-left .footer-social {
    margin-right: 0px !important;
}

@media (max-width: 1023px) {
    footer .footer_section .elementor-container>:nth-child(1) {
        order: 10;
    }

    footer .footer_section .elementor-container .elementor-column {
        width: 100%;
    }

    footer .footer_section .elementor-container .elementor-column .elementor-element-populated {
        justify-content: center;
    }

    footer .barbiero-info.style-3 .contacts_info {
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    footer .barbiero-info.style-3 .contacts_info .contacts_right {
        padding-left: 0 !important;
        padding-top: 0.5rem;
    }
}

/** Plugins **/
.contact-info-style-4 .wh_title,
.contact-info-style-5 .wh_title {
    color: #96885f;
}

/** Complianz Cookie Policy **/
#cmplz-document,
#cmplz-document h1,
#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4,
#cmplz-document h5 {
    font-family: 'Inter', 'Roboto', Helvetica, Arial, sans-serif !important;
}

#cmplz-document .cmplz-subtitle {
    color: #e1e1e1;
}

#cmplz-document a.cmplz-btn {
    color: #96885f;
}

#cmplz-document .cmplz-dropdown {
    background-color: #685f47;
}

#cmplz-document .cmplz-dropdown .cmplz-service-header {
    background-color: #96885f;
    color: #96885f;
    margin-bottom: 0px;
}

#cmplz-document .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .purpose h4,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header h5,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header h5,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header h5 {
    color: #4a4a4a;
}

#cmplz-document .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data {
    padding-top: 10px;
}

#cmplz-document .cmplz-dropdown {
    margin-bottom: 7px;
}

#cmplz-document .cmplz-categories .cmplz-category {
    background-color: #685f47 !important;
}

#cmplz-document .cmplz-categories .cmplz-category .cmplz-category-header {
    background-color: #96885f !important;
    color: #e1e1e1;
}

#cmplz-document .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    font-size: 18px;
}

#cmplz-document .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
    margin-top: -24px !important;
}

#cmplz-document .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active .cmplz-banner-checkbox {
    margin-top: 0px !important;
}

#cmplz-document .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[type="checkbox"]+label:before {
    border-color: #000000 !important;
    content: "" !important;
}

#cmplz-document .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[type="checkbox"]:checked+label:before {
    background-color: #008000 !important;
    /* Set your desired background color here */
}