/*
 Theme Name:   Lovefit Child
 Description:  Mein Child Theme
 Author: Vergatheme
 Author URI: http://vergatheme.com/
 Template:     lovefit
 Version:      1.0
 Text Domain:  lovefit-child
*/
/* kalam-700 - latin */
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kalam-v16-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/kalam-v16-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/kalam-v16-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/kalam-v16-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/kalam-v16-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/kalam-v16-latin-700.svg#Kalam') format('svg');
    /* Legacy iOS */
}

/* kalam-regular - latin */
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kalam-v16-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/kalam-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/kalam-v16-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/kalam-v16-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/kalam-v16-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/kalam-v16-latin-regular.svg#Kalam') format('svg');
    /* Legacy iOS */
}

header {
    background: rgba(244, 217, 195, .66);
    /* background: linear-gradient(180deg, rgba(244,217,195,0.66) 66%, rgba(244,217,195,0) 100%); */
}

#preloader {
    display: none;
}

.head_icon {
    margin: 5px 7px;
    display: inline-block;
}

.head_icon img {
    height: 25px;
    width: auto;
}

.home .slider_img_wrapper {
    height: 100vh;
}

.mobile_fix h1 {
    line-height: 1;
}

#sub_content h1 {
    font-family: 'TeX Gyre Adventor', Arial, sans-serif;
    font-size: 80px;
}

#count {
    color: #FEFEFD;
    font-size: 18px;
}

#count .number {
    font-size: 24px;
}

.header-video {
    position: absolute;
    top: 100vh;
    transform: translateY(-100%);
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.hero_video_slider {
    top: 50vh;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    padding-top: 7px;
    position: absolute;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-family: 'TeX Gyre Adventor', Arial, sans-serif;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center;
}

#hero_video {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-top: 7px;
}

.ribbon span {
    background: #F85E07;
}

.ribbon span::before {
    border-left: 3px solid #F85E07;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F85E07;
}

.ribbon span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #F85E07;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F85E07;
}

.ribbon.top span {
    background: #25BFE1;
}

.ribbon.top span::before {
    border-left: 3px solid #25BFE1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #25BFE1;
}

.ribbon.top span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #25BFE1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #25BFE1;
}

/* body.single_course ul#course_info, ul#course_info {display: none;} */

#filter_buttons button.active {
    background-color: #b78e73;
}

#filter_buttons button {
    background-color: #F6F6F6;
}

#course_info:not(.tutorial) li:first-of-type {
    display: none;
}


ul#course_info.tutorial li {
    margin-right: 0;
    width: 33%;
}
ul#course_info.tutorial img {
    width: 100%;
}
.courselist:first-of-type {
    margin-top: 20px;
    border-top: 1px solid #ededed;
    padding-top: 20px;
}

.courselist {
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.courselist h4 {
    margin: 0;
}

.course_container .short_info {
    display: none;
}

.moreLink {
    color: #fff;
    background: #F85E07;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 16px;
}

.moreLink:hover,
.moreLink:focus {
    background-color: #b78e73;
    color: #fff;
}

.comment {
    font-size: 16px;
    font-family: 'TeX Gyre Adventor';
    color: #FFF9F5;
}

figure.figure-circle {
    background-size: cover;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.2);
}

#studio_text,
#right_page,
#about_text,
.woocommerce-cart .container_styled_1,
.woocommerce-checkout .container_styled_1,
#about_page {
    background: #F4D9C3 !important;
}

#studio_text h2,
#about_text h2,
#about_text h3 {
    font-family: 'TeX Gyre Adventor';
    font-size: 22px;
    color: #B78E73;
    text-align: left;
    margin: 0 0 30px 0;
}
#about_text h2 {
    font-size: 19px;
}
#studio_text h3 {
    font-family: 'TeX Gyre Adventor';
    font-size: 22px;
    color: #B78E73;
    margin: 0;
}

#studio_text p {
    font-family: 'TeX Gyre Adventor';
    font-size: 15px;
    color: #B78E73;
}

#about_text p {
    font-family: 'TeX Gyre Adventor';
    font-size: 15px;
    color: #B78E73;
    text-align: left;
}

#studio_text p.lead,
#about_text p.lead {
    text-align: justify;
}

#studio_text p.lead strong,
#about_text p.lead strong {
    text-align: right;
    display: block;
}

#right_page #sub_content h1 strong,
#right_page #sub_content p {
    color: #F85E07;
    font-family: 'TeX Gyre Adventor', Arial, sans-serif;
    font-weight: 300;
    font-size: 45px;
}

#right_page #sub_content p {
    font-size: 25px;
}

#right_page strong {
    font-weight: 700;
}

#rights_text h2 {
    font-family: 'TeX Gyre Adventor';
    font-size: 20px;
    color: #B78E73;
    text-align: left;
    margin: 30px 0 20px;
}

#cmplz-document ul {
    list-style: disc;
    color: #B78E73;
    margin-left: 0;
    margin-bottom: 15px;
    padding-left: 20px;
}

#right_page ul {
    list-style: disc;
    color: #B78E73;
    margin-left: 0;
    margin-bottom: 15px;
    padding-left: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #FDB8B6;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #B78E73;
}

footer .text_logo_first {
    color: #F85E07;
}

footer .text_logo_second {
    color: #B78E73;
}

.footer_pic {
    margin-top: -200px;
    width: 186px;
}

.btn_outline {
    background: #CCD6DD;
}

#about_page h1,
#about_page #sub_content p,
.single-course #hero_video h1,
.single-course #sub_content p {
    color: #F85E07;
    font-family: 'TeX Gyre Adventor', Arial, sans-serif;
    font-size: 45px;
}

#about_page #sub_content p,
.single-course #sub_content p {
    font-size: 25px;
}

.center {
    text-align: center !important;
}


#studioClasses_page {
    background: #F4D9C3;
}

#studioClasses_page h1,
#studioClasses_page #sub_content p {
    color: #F85E07;
}

/* #studioClasses_page h1.main_title em, #studioClasses_page h2.main_title em {
    background-color: #e0c9b6;
} */
#about_photo {
    background-color: #F4D9C3;
}

#studioClasses_page h1.main_title,
#studioClasses_page h2.main_title {
    display: block;
    color: #F85E07;
    font-size: 36px;
    text-transform: none;
    font-family: 'TeX Gyre Adventor';
}

#studioClasses_page h1.main_title span,
#studioClasses_page h2.main_title span {
    display: block;
    color: #B78E73;
    font-size: 22px;
    text-transform: none;
    font-family: 'TeX Gyre Adventor';
}

#studioClasses_page #feat p,
#feat p {
    font-family: 'TeX Gyre Adventor';
    font-size: 18px;
    color: #B78E73;
    text-align: center;
}

#studioClasses_page h1,
#studioClasses_page #sub_content p,
.single-course #hero_video h1,
.single-course #sub_content p {
    color: #F85E07;
    font-family: 'TeX Gyre Adventor', Arial, sans-serif;
    font-size: 45px;
}

#studioClasses_page #sub_content p,
.single-course #sub_content p {
    font-size: 25px;
}

#studioClasses_page h1,
#studioClasses_page #sub_content p,
.single-course #hero_video h1,
.single-course #sub_content p {
    color: #F85E07;
    font-family: 'TeX Gyre Adventor', Arial, sans-serif;
    font-size: 45px;
}
ul.desc_list,
ul.desc_list li {
	color: #B78E73;
    margin-left: -10px;
}	
#studioClasses_page #sub_content p,
.single-course #sub_content p {
    font-size: 25px;
}

.studioClasses_text p,
.studioClasses_text li {
    font-family: 'TeX Gyre Adventor';
    font-size: 15px;
    color: #B78E73;
}

.studioClasses_text ul {
    padding-left: 20px;
    color: #B78E73;
}

.studioClasses_text .center h3 {
    text-align: center !important;
}

.pic_after {
    position: relative;
}

.pic_after:after {
    color: #F85E07;
    position: absolute;
    z-index: 10;
    font-size: 6rem;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.sc_after:after {
    content: "STUDIO CLASSES";
}

.cc_after:after {
    content: "CATWALK COACHING";
}

.bg_after:after {
    content: "BIRTHDAY GIFT";
}

.fc_after:after {
    content: "WEDDING GIFT";
}

.cta_online h2 {
    width: auto;
    color: #F85E07 !important;
    margin: 0 auto;
    border: 3px solid #fff;
    padding: 7px 20px 9px;
    display: inline-block;
}

#subheader_cart {
    background-color: #F85E07;
    height: auto;
    padding-bottom: 50px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    border: none;
    background-color: #F85E07;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: transparent;
}

.page.hentry {
    border: none;
    background-color: transparent;
}

#subheader_cart+.margin_60 {
    padding-top: 35px;
    padding-bottom: 35px;
    /* background: #f9f9f9; */
    margin-top: 40px;
}

.box_style_2 {
    background-color: #f4f4f4;
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
}

.woocommerce-Price-currencySymbol {
    margin-left: 5px
}

#subheader_cart {
    display: none;
}

.cart_totals h2 {
    font-size: 27px;
}

#total_cart {
    font-size: 20px;
}

a.btn_full,
.btn_full {
    background-color: #F85E07;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ff5c00;
}

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #b78e73;
    color: #fff;
}

a.btn_full:hover,
.btn_full:hover {
    background: #b78e73;
}

.woocommerce-info {
    border-top-color: #999;
}

.woocommerce-info::before {
    color: #999;
}

ul#access_top {
    margin: 6px 0;
    display: none;
}

footer .text_logo {
    padding-bottom: 40px;
}

footer .footernav {
    padding-top: 10px;
}

.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
    padding: 5px 0;
}

button.moreLink.goToCart {
    border: none;
}

@media (min-width: 992px) {

    .woocommerce-checkout .col-md-8,
    .woocommerce-cart .col-md-8 {
        width: 65% !important;
    }

    .woocommerce-checkout #sidebar,
    .woocommerce-cart #sidebar {
        width: 35% !important;
    }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: transparent;
    color: #B78E73;
    font-weight: bold;
    padding: 1em 0 1em 0;
    margin-right: 30px;
}

.hentry ul {
    padding-left: 0;
    margin-left: 15px;
}

header .text_logo {
    padding: 5px 0;
}

.head_icon {
    margin: 11px 7px;
}

.main-menu li:first-of-type a::before {
    position: absolute;
    bottom: 9px;
    left: 0;
    height: 17px;
    width: 12px;
    content: "\A0";
    font-size: 16px;
    background-image: url(./assets/img/bag.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -20px;
}

.main-menu>ul>li>a {

    margin: 0 22px 0 0;
}

span.cart-count {
    position: absolute;
    bottom: 13px;
    right: 0px;
    height: 17px;
    width: 17px;
    font-size: 16px;
    background: #613925;
    background-size: contain;
    background-repeat: no-repeat;
    color: #f7ddce;
    padding: 1px 1px 1px 0;
    font-size: 10px;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    border-color: transparent;
}

.main-menu li a {
    color: #613925 !important;
}

.main-menu li a:hover {
    color: #F85E07;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none;
}

.thumb_cart img {
    width: 80px !important;
    height: auto !important;
    min-height: 100%;
    min-width: 100%;
}

.paypal-message {
    margin: 10px 0 20px;
    font-size: 1.4rem;
    color: #F85E07;
    display: block;
    text-align: center;
}

.wc-proceed-to-checkout a.btn_full {
    display: none;
}

label.lbl_terms {
    position: relative;
    cursor: pointer;
    color: #B78E73;
    font-size: 1.4rem;

}

.wc-proceed-to-checkout .terms {
    display: none;
}

.terms small {
    font-size: 1.4rem;
    text-align: center;
    color: #B78E73;
}

label.lbl_terms::before {
    position: relative;
    display: inline-block;
    content: " ";
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #B78E73;
}

label.checkbox {
    position: relative;
    padding-left: 10px;
}

label.checkbox::before {
    position: relative;
    display: inline-block;
    content: " ";
    top: 5px;
    left: -10px;
    height: 18px;
    width: 18px;
    border: 1px solid #B78E73;
}

input#terms {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

input#terms~span::after {
    content: "\2714" !important;
    display: inline-block;
    top: 0;
    left: -16px;
    position: relative;
    font-size: 1.3rem;
    width: 2px;
    opacity: 0;
}

input#terms:checked~span::after {
    content: "x" !important;
    top: -1px;
    left: -16px;
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    width: 2px;
    opacity: 1;
}

input#terms:checked~label.checkbox::after {
    content: "x" !important;
    top: -3px;
    left: 5px;
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    width: 2px;
    opacity: 1;
    position: absolute;
    color: #B78E73;
}

#payment,
#order_review,
div.form-row.place-order,
.woocommerce-billing-fields label {
    color: #B78E73;
    font-size: 14px;
}

.woocommerce-billing-fields h3,
#order_review_heading {
    color: #F85E07;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    margin: 20px auto;
    text-transform: uppercase;
    display: block;
}

.box_style_2 {
    background-color: #faf3ec;
    color: #B78E73;
}

.box_style_2 h4,
.box_style_2 h3,
.box_style_2 h2 {
    color: #F85E07;
}

#studioClasses_page form.cart {
    text-align: center
}

#ppcp-cancel {
    font-size: 85%;
}

.woocommerce-message[role="alert"] {
    display: none;
}

.cart-empty {
    font-family: 'TeX Gyre Adventor';
    font-size: 18px;
    color: #B78E73;
    text-align: center;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields textarea {
    border-bottom: 1px solid #B78E73;
    color: #B78E73;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #B78E73;
    border-right: 1px solid #B78E73;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #B78E73;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #B78E73 transparent transparent transparent;
}

.woocommerce-shipping-fields {
    display: none;
}
small.smallest {
    font-size: 12px;
    text-align: justify;
    display: block;
}
.page.hentry {
    border: none;
    -webkit-box-shadow: 0px 3px 0px 0px #b78e7321;
    -moz-box-shadow: 0px 3px 0px 0px #b78e7321;
    box-shadow: 0px 3px 0px 0px #b78e7321;
    background-color: #F4D9C3;
    padding: 20px;
}

.cmplz-blocked-content-container ul,
.cmplz-blocked-content-container p,
.cmplz-blocked-content-container h2,
.cmplz-wp-video {
    display: none;
}

.fluid-width-video-wrapper {
    height: 130px;
}

#course_info>li>div {
    position: static !important;
    z-index: -1;
}

/* .theiaStickySidebar {
    background-color: #f4f4f4;
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
} */
.moreLink.wc-backward {
    color: #fff !important;
    background: #F85E07 !important;
    padding: 11px 20px !important;
    border-radius: 15px !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

#cart-menu {
    float: right;
}

#cart-menu,
#cart-menu li,
#cart-menu li a {
    padding: 5px 0;
    position: relative;
    margin: 0;
    display: inline-block;
    color: #613925;
}

#cart-menu li a {
    margin: 0 22px 0 0;
}

#cart-menu li a::before {
    position: absolute;
    bottom: 9px;
    left: 0;
    height: 17px;
    width: 12px;
    content: "\A0";
    font-size: 16px;
    background-image: url(./assets/img/bag.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -20px;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.slider_img img {
    min-width: 100%;
    position: absolute;
    height: 100%;
    width: auto;
}

.woocommerce img, .woocommerce-page img {
    max-width: 800%;
}
#about_text h2.smaller_h2 {
    font-size: 13px;
    margin-top: -16px;
    line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .cmn-toggle-switch {
        display: none;
    }
}

@media (min-width: 992px) {
    #sidebar {
        width: 30%;
    }

    #menu-mobile {
        display: none;
    }
}


@media (max-width: 767px) {
    #wpadminbar {
        position: fixed;
        top: 0;
    }

    footer {
        padding: 30px 0;
    }

    header {
        padding: 15px 9px 6px;
    }

    .head_icon {
        margin: 10px 7px;
    }

    #feat {
        padding: 0 0 10px 0;
    }

    p.lead.styled {
        margin-bottom: 0;
    }

    #hero_video #sub_content .mobile_fix {
        background-color: transparent;
    }

    .courselist h4 {
        padding-top: 20px;
    }

    .woocommerce .product-remove a.remove {
        display: inline-block;
    }

    .table.cart-list td:nth-of-type(2):before {
        content: "Product";
        font-weight: bold;
        color: #111;
    }
    .table.cart-list td:nth-of-type(3):before {
        content: "Price";
        font-weight: bold;
        color: #111;
    }
    .table.cart-list td:nth-of-type(4):before {
        content: "Quantity";
        font-weight: bold;
        color: #111;
    }
    .woocommerce table.shop_table_responsive.cart tr td {
        overflow: hidden;
    }
    .woocommerce table.shop_table_responsive.cart tr td a {
        max-width: 70%;
        display: block;
        float: right;
    }
    .table.cart-list td:before {
        width: 25%;
    }
}

@media (max-width: 600px) {
    a#close_in {
        width: 48px;
        height: 48px;
    }

    #close_in i {
        font-size: 48px;
        line-height: 59px;
    }

    .main-menu ul,
    .main-menu ul li,
    .main-menu ul li a {
        padding: 5px 0 10px;
        text-align: center;
    }
    body:not(.home) .slider_img {height: 60vh;}
    body:not(.home) .slider_img_content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 500px) {
    #sub_content {
        padding: 0;
    }

    .header-video {
        border-top: none;
    }

    #specials .special_item h3 {
        font-size: 32px;
        text-shadow: 0px 0px 10px #ffffff;
    }

    ul#course_info.tutorial li {
        width: 100%;
        margin-bottom: 12px;
    }    
    /*
    .box_overlay {background-color: transparent;}
    .owl-carousel.owl-loaded {background-color: rgba(183, 142, 115, 0.66);}
    .promo_full .container, .promo_full .col-md-8 {padding-right: 0;padding-left: 0;}
    .owl-carousel.owl-loaded .owl-stage {padding-left: 60px; padding-right: 60px;}
    */
    .box_overlay {
        background-color: rgba(183, 142, 115, 0.7);
    }

    .promo_full_wp,
    .promo_full_wp>div {
        background-color: rgba(255, 255, 255, 0.25);
    }

    footer div {
        text-align: center;
    }
}

@media (max-width: 380px) {
    .head_icon {
        display: none;
    }
}