/*
    Theme Name: shtoodio-child
    Template: Impreza
    Author: oktodigital
    Author URI: http://oktodigital.com/
*/


/*****************************
**
** GENERAL
**
******************************/

body {
    --wpcf7-error: #F05C65;
    --wpcf7-disabled-color: #999999;
    --wpcf7-disabled-border-color: #DDDDDD;
    --wpcf7-label-color: var(--color-content-heading);
    --wpcf7-checkbox-text-color: var( --color-content-text);
    --wpcf7-checkbox-background: transparent;
    --wpcf7-checkbox-border: #A9A9BE;
    --wpcf7-checkbox-radius: 0px;
    --wpcf7-checkbox-checked-color: var(--color-alt-content-link);
    --wpcf7-checkbox-checked-border: var(--color-content-primary);
    --wpcf7-checkbox-checked-background: var(--color-content-primary);
    --wpcf7-radio-text-color: var( --color-content-text);
    --wpcf7-radio-background: #FFFFFF;
    --wpcf7-radio-border: #CCCCCC;
    --wpcf7-radio-checked-border: var(--color-content-primary);
    --wpcf7-response-color-default: #FFFFFF;
    --wpcf7-response-background-default: var(--color-content-bg);
    --wpcf7-response-color-sent: var(--wpcf7-response-color-default);
    --wpcf7-response-background-sent: var(--wpcf7-response-background-default);
    --wpcf7-response-color-unaccepted: var(--wpcf7-response-color-default);
    --wpcf7-response-background-unaccepted: var(--wpcf7-response-background-default);
    --wpcf7-response-color-invalid: var(--wpcf7-response-color-default);
    --wpcf7-response-background-invalid: var(--wpcf7-response-background-default);
    --wpcf7-border-color: var(--color-content-border);
    --wpcf7-response-radius: 3px;
    --element-radius: 3px;
    --color-content-primary-hover: #B81219;
    --alternate-font: "novela-di", serif;
}


/*****************************
**
** HANDIES
**
******************************/


/*****************************
**
** HANDIES
**
******************************/

.m-0,
.wpb_wrapper .g-cols>.m-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.mb-0,
.wpb_wrapper .g-cols>.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0,
.wpb_wrapper .g-cols>.mt-0 {
    margin-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.d-none {
    display: none !important;
}

.height-100,
.fullHeight .wpb_wrapper {
    height: 100%;
}

.justifyBetween {
    justify-content: space-between;
}

.l-section.width_full {
    overflow: hidden;
}

.white * {
    color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
    .g-cols.reversedTo992 {
        flex-direction: column-reverse;
    }
    .g-cols.reversedTo992>div:last-child {
        margin-bottom: 2.67rem;
    }
    .g-cols.reversedTo992>div:first-child {
        margin-bottom: 0;
    }
}

.w-btn,
img,
label,
.g-breadcrumbs,
 ::placeholder {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-post-elm.type_image,
img {
    line-height: 0;
}

.round img {
    border-radius: var(--element-radius);
}

.underline {
    text-decoration: underline;
    text-decoration-color: var(--color-content-primary);
}


/**** Over Link ****/

.overLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}


/**** Placeholder Color ****/

 ::placeholder {
    color: var(--color-content-faded);
    opacity: 1;
}


/**** Highlight Color ****/

 ::selection {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
}

 ::-moz-selection {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
}

.l-section.color_alternate *::selection {
    background: #FFFFFF;
    color: var(--color-content-primary);
}

.l-section.color_alternate *::-moz-selection {
    background: #FFFFFF;
    color: var(--color-content-primary);
}


/**** Columns ****/

@media only screen and (min-width: 768px) {
    .two_columns ul {
        columns: 2;
    }
}


/*****************************
**
** EDITOR STYLES
**
******************************/

.perex {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    font-family: "strawford-light", sans-serif;
}

.bigPerex .perex {
    font-size: 24px;
}

@media only screen and (min-width: 768px) {
    .perex {
        font-size: 24px;
    }
    .bigPerex .perex {
        font-size: 32px;
    }
}

.no-wrap {
    white-space: nowrap;
}

.accent {
    font-family: var(--alternate-font);
    font-style: italic;
    font-weight: 400;
}

.label {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: var(--font-body);
    text-transform: uppercase;
    color: var(--color-footer-heading);
}

.color_alternate .label {
    color: var(--color-alt-content-heading)
}

.small {
    font-size: 14px;
    line-height: 1.5;
}


/*****************************
**
** DEFAULT FONTs
**
******************************/

p,
ul,
ol,
dl,
address,
pre,
table,
blockquote,
fieldset,
.wp-caption,
.w-gallery {
    margin-bottom: 1.6rem;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child,
blockquote:last-child,
.wp-caption:last-child,
.w-gallery:last-child {
    margin-bottom: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    padding-top: 0;
}

@media only screen and (min-width: 1200px) {
    body h1 {
        font-size: 72px;
    }
}

strong,
b {
    font-family: var(--font-h1);
    color: var(--color-content-heading);
    font-weight: 700;
}

.color_footer-bottom strong,
.color_footer-bottom b {
    color: #FFFFFF;
}

.color_alternate strong,
.color_alternate b {
    color: var(--color-alt-content-heading);
}

span[style*="color:"]>strong,
span[style*="color:"]>b,
.color_alternate span[style*="color:"]>strong,
.color_alternate span[style*="color:"]>b {
    color: inherit;
}


/**** Custom ****/

.wpb_text_column a:not(.button) {
    text-decoration: underline;
}

.wpb_text_column a:hover {
    text-decoration: none;
}


/*****************************
**
** GRID WRAPPER - Vc Row Inner Columns Listing Style
**
******************************/


/* FIX: auto add bottom-margin to columns in inner_row with class gridWrapper */

.g-cols.gridWrapper {
    justify-content: center;
}

.g-cols.gridWrapper.type_default>div[class*="vc_col-md-"],
.g-cols.gridWrapper.type_default>div[class*="vc_col-lg-"] {
    margin-top: 0;
}

.gridWrapper.g-cols.vc_inner {
    margin-bottom: -2.67rem !important;
}

.gridWrapper.g-cols.vc_inner>.wpb_column,
.gridWrapper.g-cols.vc_inner>.wpb_column:last-child {
    margin-bottom: 2.67rem !important;
}

.gridWrapper.g-cols.vc_inner .wpb_wrapper {
    height: 100%;
}


/**** Via flex ****/

.g-cols.via_flex.gridWrapper {
    justify-content: flex-start;
}

.g-cols.via_flex.gridWrapper.type_default>div[class*="vc_col-md-"],
.g-cols.via_flex.gridWrapper.type_default>div[class*="vc_col-lg-"] {
    margin-top: 0;
}

.gridWrapper.g-cols.via_flex {
    margin-bottom: -3.75rem !important;
}

.gridWrapper.g-cols.via_flex>.wpb_column,
.gridWrapper.g-cols.via_flex>.wpb_column:last-child {
    margin-bottom: 3.75rem !important;
}

.gridWrapper.g-cols.via_flex .wpb_wrapper {
    height: 100%;
}


/**** GAP + via flexbox layout for Impreza 8 ****/

.g-cols.type_default>div>.vc_column-inner,
.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.g-cols.type_default,
.g-cols.via_flex.type_default {
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 767px) {
    .g-cols>div:not([class*="vc_col-xs-"]):not(.mb-0),
    .g-cols>div:not([class*=" vc_col-"]):not(.mb-0) {
        margin-bottom: 2.67rem !important;
    }
    .g-cols.type_boxes>div,
    .g-cols.reversed>div:first-child,
    .g-cols.reversedTo992>div:first-child,
    .g-cols:not(.reversed):not(.reversedTo992)>div:last-child,
    .g-cols>div.has-fill {
        margin-bottom: 0 !important;
    }
}


/**** OFFSET ****/

@media only screen and (min-width: 1200px) {
    .leftOffset>.vc_column-inner>.wpb_wrapper {
        margin-left: 70px;
    }
    .rightOffset>.vc_column-inner>.wpb_wrapper {
        margin-right: 70px;
    }
    .leftOffset-small>.vc_column-inner>.wpb_wrapper {
        margin-left: 50px;
    }
    .rightOffset-small>.vc_column-inner>.wpb_wrapper {
        margin-right: 50px;
    }
}


/**** Section Spacing ****/


/*** Fixed Header + First Section with Background Image Fix ***/

.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-img,
.header_hor .l-header.pos_static.bg_transparent~.l-main>.l-section:first-of-type>.l-section-img {
    top: var(--header-height);
}

.header_hor .l-header.pos_fixed~.l-main>.l-section.bg_offset_top:first-of-type>.l-section-img,
.header_hor .l-header.pos_static.bg_transparent~.l-main>.l-section.bg_offset_top:first-of-type>.l-section-img {
    top: calc(var(--header-height) + 30px);
}

section.fullwidth {
    max-width: 1920px;
}

section.fullcontent {
    max-width: var(--site-content-width);
}

.l-section.height_medium {
    padding-top: 50px;
    padding-bottom: 50px;
}

.l-section.height_large {
    padding-top: 75px;
    padding-bottom: 75px;
}

.l-section.space_bottom_big {
    padding-bottom: 75px;
}

@media only screen and (min-width: 768px) {
    .l-section.height_medium {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .l-section.height_large {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .l-section.space_bottom_big {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .l-section.height_large {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .l-section.space_bottom_big {
        padding-bottom: 150px;
    }
}


/*****************************
**
** WRAPPERS
**
******************************/


/**** ContentWrapper ****/

.contentWrapper .wpb_text_column:not(:last-child) {
    margin-bottom: 50px;
}

.contentWrapper .w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.contentWrapper.sectionHeading h1:not(:last-child),
.contentWrapper.sectionHeading h2:not(:last-child) {
    margin-bottom: 30px;
}

.contentWrapper h3:not(:last-child) {
    margin-bottom: 20px;
}

.contentWrapper p.label:not(:last-child) {
    margin-bottom: 30px;
}


/**** BtnWrapper ****/

.btnWrapper p {
    font-size: 15px;
    line-height: 1.5;
}

.btnWrapper .w-btn-wrapper .w-btn {
    vertical-align: middle;
}

.btnWrapper {
    margin: -15px 0;
}

.btnWrapper .w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}


/***** Banner Wrapper *****/

.bannerWrapper h3:not(:last-child) {
    margin-bottom: 20px;
}

.bannerWrapper h2:not(:last-child) {
    margin-bottom: 20px;
}

.bannerWrapper p.label:not(:last-child) {
    margin-bottom: 30px;
}


/*** Horizontal ***/

.bannerWrapper.horizontal {
    margin: -15px;
}

.bannerWrapper.horizontal>* {
    padding: 15px;
}

@media only screen and (min-width: 1200px) {
    .bannerWrapper.horizontal .wpb_text_column:first-child {
        max-width: calc((7 / 12) * 100%);
    }
}


/*** Vertical ***/


/**** SectionHeading Wrapper ****/


/* section.width_full .sectionHeadingWrapper {
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: calc(var(--site-content-width) + 3rem);
margin-left: auto;
margin-right: auto;
}

@media only screen and (min-width: 601px) {
section.width_full .sectionHeadingWrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: calc(var(--site-content-width) + 5rem);
}
} */

.sectionHeadingWrapper {
    margin-bottom: calc(3.125rem - 20px);
}

.sectionHeadingWrapper.horizontal {
    flex-wrap: wrap;
}

.sectionHeadingWrapper.horizontal .wpb_text_column:last-child {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .sectionHeadingWrapper.bigSpace {
        margin-bottom: calc(4.6875rem - 20px);
    }
}

@media only screen and (min-width: 992px) {
    .sectionHeadingWrapper.boxedLeft {
        max-width: calc((8 / 12) * 100%);
        margin-right: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .sectionHeadingWrapper.horizontal {
        flex-wrap: nowrap;
    }
    .sectionHeadingWrapper.horizontal .wpb_text_column:last-child {
        max-width: 570px;
    }
    .sectionHeadingWrapper.horizontal .wpb_text_column.without_label {
        margin-top: 47px;
    }
    .sectionHeadingWrapper.boxed {
        max-width: calc((10 / 12) * 100%);
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .sectionHeadingWrapper.boxed {
        max-width: calc((8 / 12) * 100%);
    }
}

.sectionHeadingWrapper>*,
.sectionHeadingWrapper .post_title {
    padding-bottom: 20px
}

.sectionHeadingWrapper p.label:not(:last-child) {
    margin-bottom: 30px;
}

.sectionHeadingWrapper h2:not(:last-child) {
    margin-bottom: 30px;
}


/* @media only screen and (min-width: 768px) {
.sectionHeadingWrapper {
    margin-bottom: calc(40px - 20px);
}
} */

.sectionHeadingWrapper .wpb_text_column:not(:last-child),
.sectionHeadingWrapper .w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.sectionHeading.shortHeading {
    max-width: 540px;
}


/*****************************
**
** ELEMENTS
**
******************************/


/**** BUTTONS ****/

.w-btn.icon_atright i {
    margin-left: 10px;
}

.w-btn.icon_atleft i {
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .w-btn.us-btn-style_1,
    .w-btn.us-btn-style_2,
    .w-btn.us-btn-style_4,
    .w-btn.us-btn-style_5,
    .w-btn.us-btn-style_7 {
        padding: .75em 1.5em;
    }
}


/*** Btn Simple ***/

.w-btn.us-btn-style_3 {
    text-decoration: underline;
}

.w-btn.us-btn-style_3:hover {
    text-decoration: none;
}


/**** ICONBOX ****/

.w-iconbox .w-iconbox-meta a {
    text-decoration: underline;
}

.w-iconbox.iconpos_top {
    max-width: initial;
}

.w-iconbox .w-iconbox-meta a:hover {
    text-decoration: none;
}

.w-iconbox .w-iconbox-title {
    padding: 30px 0 20px;
}

.w-iconbox-icon i {
    vertical-align: middle;
}

.w-iconbox.style_circle .w-iconbox-icon,
.w-iconbox.style_outlined .w-iconbox-icon {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
}

.w-iconbox.style_outlined .w-iconbox-icon {
    box-shadow: inset 0 0 0 2px var(--color-content-primary);
}


/***** LISTS *****/


/**** Unorder Lists ****/

body:not(.woocommerce-page) .wpb_text_column ul,
.unorderList ul,
.single .post_content ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

@media only screen and (min-width: 1024px) {
    body:not(.woocommerce-page) .wpb_text_column ul,
    .unorderList ul,
    .single .post_content ul {
        margin-left: 0;
    }
}

body:not(.woocommerce-page) .wpb_text_column ul>li,
.unorderList ul>li,
.single .post_content ul>li {
    padding-left: calc(16px + 9px);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

body:not(.woocommerce-page) .wpb_text_column ul>li:last-child,
.orderList ul>li:last-child,
.single .post_content ul>li:last-child {
    margin-bottom: 0;
}

body:not(.woocommerce-page) .wpb_text_column ul>li:last-child,
.unorderList ul>li:last-child,
.single .post_content ul>li:last-child {
    margin-bottom: 0;
}


/* @media only screen and (min-width: 768px) {
body:not(.woocommerce-page) .wpb_text_column ul>li,
.unorderList ul>li,
.single .post_content ul>li {
    font-size: 18px;
}
} */

body:not(.woocommerce-page) .wpb_text_column:not(.checkedList):not(.labelList) ul>li::before,
.unorderList ul>li::before,
.single .post_content ul>li::before {
    margin-left: calc(-1 * calc(16px + 9px));
    margin-right: 16px;
    line-height: inherit;
    display: inline-block;
    position: relative;
    /* img */
    /* content: url("https://shtoodio.com/engine/wp-content/themes/shtoodio/assets/img/ul.svg"); */
    /* custom shape */
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-content-primary);
    top: -2px;
    /* icon
    content: "\f0c8";
    font-family: "fontawesome";
    font-weight: 900;
    vertical-align: middle;
    font-size: 10px;
    color: var(--color-content-primary); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* body:not(.woocommerce-page) .color_alternate .wpb_text_column ul>li::before,
.color_alternate .unorderList ul>li::before {
background: #999999;
} */


/**** Order Lists ****/

body:not(.woocommerce-page) .wpb_text_column ol,
.orderList ol,
.single .post_content ol {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (min-width: 768px) {
    body:not(.woocommerce-page) .wpb_text_column ol,
    .orderList ol,
    .single .post_content ol {
        margin-left: 0;
    }
}

body:not(.woocommerce-page) .wpb_text_column ol>li,
.orderList ol>li,
.single .post_content ol>li {
    counter-increment: step-counter;
    margin-bottom: 16px;
    padding-left: calc(24px + 14px);
    font-size: 15px;
    line-height: 1.6;
}

body:not(.woocommerce-page) .wpb_text_column ol>li:last-child,
.orderList ol>li:last-child,
.single .post_content ol>li:last-child {
    margin-bottom: 0;
}


/* @media only screen and (min-width: 768px) {
body:not(.woocommerce-page) .wpb_text_column ol>li,
.orderList ol>li,
.single .post_content ol>li {
    font-size: 18px;
}
} */

body:not(.woocommerce-page) .wpb_text_column ol>li::before,
.orderList ol>li::before,
.single .post_content ol>li::before {
    content: counter(step-counter);
    /* set same width to numbers */
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--color-content-primary);
    display: inline-block;
    margin-left: calc(-1 * (24px + 14px));
    margin-right: 14px;
    color: var(--color-content-primary);
    font-weight: 700;
    font-family: inherit;
    font-family: var(--font-h1);
    font-size: 12px;
    line-height: 20px;
}


/**** Checked List ****/

body:not(.woocommerce-page) .wpb_text_column.checkedList ul,
.checkedList ul,
.single .post_content .checkedList ul {
    list-style: none;
    margin: 0;
}

body:not(.woocommerce-page) .wpb_text_column.checkedList ul>li,
.checkedList ul>li,
.single .post_content .checkedList ul>li {
    padding-left: calc(10px + 16px);
    opacity: .5;
}

body:not(.woocommerce-page) .wpb_text_column.checkedList ul>li:not(:last-child),
.checkedList ul>li:not(:last-child),
.single .post_content .checkedList ul>li:not(:last-child) {
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    body:not(.woocommerce-page) .wpb_text_column.checkedList.big ul>li,
    .checkedList.big ul>li,
    .single .post_content .checkedList.big ul>li {
        font-size: 18px;
    }
}

body:not(.woocommerce-page) .wpb_text_column.checkedList ul>li::before,
.checkedList ul>li::before,
.single .post_content .checkedList ul>li::before {
    margin-left: calc(-1 * (10px + 16px));
    margin-right: 10px;
    line-height: inherit;
    display: inline-block;
    position: relative;
    /* img */
    /* content: url("https://shtoodio.com/engine/wp-content/themes/shtoodio/assets/img/ul.svg"); */
    /* custom shape */
    /* content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-content-primary);
    top: -2px; */
    /* icon */
    content: "\f058";
    font-family: "fontawesome";
    font-weight: 900;
    vertical-align: middle;
    font-size: 16px;
    color: var(--color-content-text);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/**** Label List ****/

body:not(.woocommerce-page) .wpb_text_column.labelList ul,
.labelList ul,
.single .post_content .labelList ul {
    list-style: none;
    margin: -5px -8px 15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

body:not(.woocommerce-page) .wpb_text_column.labelList ul>*,
.labelList ul>*,
.single .post_content .labelList ul>* {
    padding: 5px 8px;
}

body:not(.woocommerce-page) .wpb_text_column.labelList ul>li,
.labelList ul>li,
.single .post_content .labelList ul>li {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: var(--font-body);
    text-transform: uppercase;
    color: var(--color-footer-heading);
    position: relative;
    margin-bottom: 0;
}

body:not(.woocommerce-page) .wpb_text_column.labelList ul>li:not(:last-child)::after,
.labelList ul>li:not(:last-child)::after,
.single .post_content .labelList ul>li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-content-primary);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/***** FORM INPUTS *****/


/* typography */

.wpcf7 form.wpcf7-form h1,
.wpcf7 form.wpcf7-form h2,
.wpcf7 form.wpcf7-form h3,
.wpcf7 form.wpcf7-form h4,
.wpcf7 form.wpcf7-form h5,
.wpcf7 form.wpcf7-form h6 {
    color: var(--color-content-heading);
    margin-bottom: 20px;
}

.wpcf7 form.wpcf7-form h1:not(:first-of-type),
.wpcf7 form.wpcf7-form h2:not(:first-of-type),
.wpcf7 form.wpcf7-form h3:not(:first-of-type),
.wpcf7 form.wpcf7-form h4:not(:first-of-type),
.wpcf7 form.wpcf7-form h5:not(:first-of-type),
.wpcf7 form.wpcf7-form h6:not(:first-of-type) {
    margin-top: 2.67rem;
}


/* CHANGE: */

.wpcf7 form.wpcf7-form hr {
    margin: 50px 0;
}

.wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    padding: 0;
    margin-bottom: 20px;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-form-control.wpcf7-acceptance small,
.wpcf7-form-control.wpcf7-checkbox small {
    display: block;
    font-size: 14px;
    line-height: 1.57;
    margin-top: 20px;
    color: var(--color-content-faded);
}

.wpcf7-form .wpcf7-radio {
    padding: 10px 0;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    display: block;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-bottom: 20px;
}

.wpcf7-form text,
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 16px;
    line-height: 1.5;
}


/* wrapper */


/* .wpcf7 form.wpcf7-form {
    padding: 32px 24px;
    border: 1px solid var(--color-content-border);
    border-radius: var(--element-radius);
    background: #FFFFFF;
}

@media only screen and (min-width: 768px) {
    .wpcf7 form.wpcf7-form {
        padding: 2.67rem;
    }
}
 */


/** General Styling **/

.l-section.color_alternate .wpcf7-form text,
.l-section.color_alternate .wpcf7-form textarea,
.l-section.color_alternate .wpcf7-form select,
.l-section.color_alternate .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    color: var(--color-content-text);
    border-top: none;
    border-right: none;
    border-left: none;
}

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
    display: block;
}

.wpcf7 form.wpcf7-form p:not([class]) {
    line-height: 0;
    margin-bottom: 20px;
    position: relative;
}

.wpcf7 form.wpcf7-form p>label {
    color: var(--wpcf7-label-color);
    font-size: 18px;
    line-height: 1.5;
    font-family: inherit;
    display: block;
    text-align: left;
    opacity: 1;
}

.l-section.color_alternate .wpcf7 form.wpcf7-form p>label {
    color: var(--wpcf7-label-color-alt);
}

.wpcf7 input:not([type="submit"]).wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
    border: 1px solid var(--wpcf7-error);
}

.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
    color: var(--wpcf7-error);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
    font-weight: 400;
    text-transform: initial;
    font-family: inherit;
}

.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input:not([type="checkbox"]),
.wpcf7-form input:not([type="radio"]) {
    margin-top: 0;
}

.wpcf7-form textarea {
    height: 100px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 8px;
}

.wpcf7-form input[type="submit"] {
    margin-top: 20px;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    margin-top: -1px;
}

.wpcf7-form p:not(:last-child) {
    margin-bottom: 24px;
}

.wpcf7-form select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -o-appearance: none;
    /* Opera */
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23919A9E%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55%;
}

.wpcf7-form select:disabled {
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23BDC9CD%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55%;
}

.wpcf7-form input:not([type="submit"]):disabled,
.wpcf7-form select:disabled,
.wpcf7-form textarea:disabled {
    color: var(--wpcf7-disabled-color);
    border-color: var(--wpcf7-disabled-border-color);
}


/** custom checkbox styling **/

.wpcf7 input[type="checkbox"] {
    display: none;
}

.wpcf7 input[type="checkbox"]+span {
    display: inline-block;
    position: relative;
    /* checkbox width + 2xborder + gap */
    padding-left: calc(14px + 2px + 8px);
    /* CHANGE - same as form input label in most cases */
    color: var(--wpcf7-checkbox-text-color);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: inherit;
    text-transform: initial;
    opacity: 1;
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]+span {
    color: var(--wpcf7-checkbox-text-color-alt);
}

.wpcf7 input[type="checkbox"]+span a {
    text-decoration: underline;
}

.wpcf7 input[type="checkbox"]+span a:hover {
    text-decoration: none;
}

.wpcf7 input[type="checkbox"]+span::before,
.wpcf7 input[type="checkbox"]+span::after {
    display: block;
    position: absolute;
    /* (span line-height - (new input height + 2xborder) ) / 2 */
    top: calc((24px - (14px + 2px)) / 2);
    left: 0;
    /* CHANGE */
    border-radius: var(--wpcf7-checkbox-radius);
    /* height - 2xborder */
    height: calc(16px - 2px);
    width: calc(16px - 2px);
    line-height: calc(16px - 2px);
    background: var(--wpcf7-checkbox-background);
    border-width: 1px;
    border-style: solid;
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]+span::before,
.l-section.color_alternate .wpcf7 input[type="checkbox"]+span::after {
    background: var(--wpcf7-checkbox-background-alt);
}

.wpcf7 input[type="checkbox"]+span::before {
    content: "";
    border-color: var(--wpcf7-checkbox-border);
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]+span::before {
    border-color: var(--wpcf7-checkbox-border-alt);
}

.wpcf7 input[type="checkbox"]+span:after {
    font-family: "fontawesome";
    content: "\f00c";
    visibility: hidden;
    text-align: center;
    /* CHANGE */
    font-size: 14px;
    font-weight: 400;
    color: var(--wpcf7-checkbox-checked-color);
    background: var(--wpcf7-checkbox-checked-background);
    border-color: var(--wpcf7-checkbox-checked-border);
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]+span:after {
    color: var(--wpcf7-checkbox-checked-color-alt);
    background: var(--wpcf7-checkbox-checked-background-alt);
    border-color: var(--wpcf7-checkbox-checked-border-alt);
}

.wpcf7 input[type="checkbox"]:checked+span:before {
    background: transparent;
}

.wpcf7 input[type="checkbox"]:checked+span:after {
    visibility: visible;
}


/* error state*/

.wpcf7 .wpcf7-not-valid input[type="checkbox"]+span {
    color: var(--wpcf7-error);
}

.wpcf7 .wpcf7-not-valid input[type="checkbox"]+span:before {
    border-color: var(--wpcf7-error);
}

.wpcf7 .wpcf7-not-valid input[type="checkbox"]+span:after {
    border-color: var(--wpcf7-error);
    background: var(--wpcf7-error);
}


/* disabled state */

.wpcf7 input[type="checkbox"]:disabled+span {
    color: var(--wpcf7-disabled-border-color);
}

.wpcf7 input[type="checkbox"]:disabled+span:before {
    border-color: var(--wpcf7-disabled-border-color);
}

.wpcf7 input[type="checkbox"]:disabled+span:after {
    border-color: var(--wpcf7-disabled-border-color);
    background: var(--wpcf7-disabled-border-color);
    color: var(--wpcf7-disabled-color);
}


/** custom radio styling **/

.wpcf7 input[type="radio"] {
    display: none;
}

.wpcf7 input[type="radio"]+span {
    display: inline-block;
    position: relative;
    /* radio width + 2xborder + gap */
    padding-left: calc(18px + 2px + 12px);
    /* CHANGE */
    color: var(--wpcf7-radio-text-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    font-family: inherit;
    text-transform: initial;
    opacity: .8;
}

.wpcf7 input[type="radio"]+span::before,
.wpcf7 input[type="radio"]+span::after {
    display: block;
    position: absolute;
    /* (span line-height - (new input height + 2xborder) ) / 2 */
    top: calc((18px - (18px + 2px)) / 2);
    left: 0;
    border-radius: 50%;
    /* CHANGE */
    background: var(--wpcf7-radio-background);
}

.wpcf7 input[type="radio"]+span::before {
    content: "";
    /* height - 2xborder */
    width: calc(20px - 2px);
    height: calc(20px - 2px);
    line-height: calc(20px - 2px);
    border: 1px solid var( --wpcf7-radio-border);
}

.wpcf7 input[type="radio"]:checked+span::after {
    content: "";
    /* CHANGE */
    /* width / height of center circle */
    width: 8px;
    height: 8px;
    /* (width of radio btn - center circle) / 2 */
    border: calc((20px - 8px) / 2) solid var(--wpcf7-radio-checked-border);
}


/* error state */

.wpcf7 .wpcf7-not-valid input[type="radio"]+span {
    color: var(--wpcf7-error);
}

.wpcf7 .wpcf7-not-valid input[type="radio"]+span::before {
    border-color: var(--wpcf7-error);
}

.wpcf7 .wpcf7-not-valid input[type="radio"]:checked+span::after {
    border-color: var(--wpcf7-error);
}


/* disabled state */

.wpcf7 input[type="radio"]:disabled+span {
    color: var(--wpcf7-disabled-border-color);
}

.wpcf7 input[type="radio"]:disabled+span::before {
    border-color: var(--wpcf7-disabled-border-color);
}

.wpcf7 input[type="radio"]:checked:disabled+span::after {
    border-color: var(--wpcf7-disabled-color);
    background: var(--wpcf7-disabled-border-color);
}


/** Response output **/

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 32px 0 0 0;
    font-weight: 700;
    font-family: var(--font-h1);
    font-size: 16px;
    line-height: 1.5;
    border-radius: var(--wpcf7-response-radius);
    color: var(--wpcf7-response-color-default);
    background-color: var(--wpcf7-response-background-default);
    padding: 24px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--wpcf7-response-color-sent);
    background-color: var(--wpcf7-response-background-sent);
}

.wpcf7 form.unaccepted .wpcf7-response-output {
    color: var(--wpcf7-response-color-unaccepted);
    background-color: var(--wpcf7-response-background-unaccepted);
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: var(--wpcf7-response-color-invalid);
    background-color: var(--wpcf7-response-background-invalid);
}

@media only screen and (min-width: 768px) {
    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.sent .wpcf7-response-output,
    .wpcf7 form .wpcf7-response-output {
        padding: 48px;
        margin-top: 48px;
    }
}


/***** WPCF7 - Material Design Style */

.wpcf7 form.wpcf7-form p>label.md-label {
    top: calc((50px - 20px) / 2);
    color: var(--color-content-text);
    background: var(--color-content-bg-alt);
    position: absolute;
    left: -5px;
    padding: 0 5px;
    line-height: 20px;
    z-index: 10;
    background: none;
    transition: all 0.3s ease-in-out;
}

.wpcf7 form.wpcf7-form p>label.md-label.active {
    top: calc(-1 * (20px / 2));
    font-size: 12px;
    background: none;
    color: #FFFFFF;
    /* text-transform: uppercase; */
    transition: all 0.3s ease-in-out;
}


/* @media only screen and (max-width: 374px) {
    .wpcf7 form.wpcf7-form p>label.md-label {
        left: 10px;
        font-size: 14px;
    }
} */


/***** Date Field *****/


/***** Flatpickr *****/

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    height: auto;
    min-height: 25px;
    line-height: 1;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--color-content-secondary);
    border-color: var(--color-content-secondary);
}

.wpcf7-form .dateField .wpcf7-form-control-wrap input {
    padding-right: 30px;
    position: relative;
}

.wpcf7-form .dateField .wpcf7-form-control-wrap::after {
    content: '\f073';
    font-family: 'fontawesome';
    font-size: 16px;
    color: var(--color-content-primary);
    font-weight: 400;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 48px;
}


/***** Number Field *****/


/* @media only screen and (min-width: 768px) {
    .wpcf7 form.wpcf7-form .leftColumn.numberField {
        width: calc(((1 / 5) * 100%) - 15px);
    }
    .wpcf7 form.wpcf7-form .leftColumn.numberField+.rightColumn {
        width: calc(((4 / 5) * 100%) - 15px);
    }
} */

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* plus/minus btn with - 1 side border width */
    padding-right: calc(30px - 1px);
    vertical-align: middle;
    /* margin-top: 10px; */
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* margin-top: 0; */
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_plus,
.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_minus {
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 1px solid var(--wpcf7-border-color);
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 30px;
    /* input height with borders and one border of plus button (2px border) / 2 */
    height: 21.5px;
    font-size: 12px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 700;
    font-family: var(--font-h1);
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    color: var(--color-content-text);
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    transition-property: border-color, color, background;
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_plus:hover,
.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_minus:hover {
    background-color: var(--color-content-primary);
    color: #FFFFFF;
    border-color: var(--color-content-primary);
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_minus {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 0;
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons input.wpcf7-not-valid+.btn_plus+.btn_minus {
    bottom: 25px;
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_plus {
    top: 0;
    right: 0;
    line-height: 19px;
    border-top-right-radius: 0;
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons input:focus+.btn_plus {
    border-top-color: var(--color-content-secondary);
    border-right-color: var(--color-content-secondary);
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons input:focus+.btn_plus+.btn_minus {
    border-bottom-color: var(--color-content-secondary);
    border-right-color: var(--color-content-secondary);
}


/***** File Field *****/


/** file input styling **/


/* we must create label for this input[type="file"] ID */

.wpcf7 form.wpcf7-form input[type="file"] {
    position: absolute;
    left: -99999rem;
}

.wpcf7 form.wpcf7-form input[type="file"]+.wpcf7-not-valid-tip {
    color: #FFFFFF;
}

.wpcf7 form.wpcf7-form .uploadFile {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 0.3s ease;
    font-family: var(--font-h1);
    font-size: 18px;
    line-height: 1.78!important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    border-radius: 2em;
    padding: 0.5em 2.22em;
    background: #F05C65;
    color: #FFFFFF;
}

.wpcf7 form.wpcf7-form .uploadFile i {
    transition: color 0.3s ease;
    margin-right: 10px;
}

.wpcf7 form.wpcf7-form .uploadFile:hover {
    box-shadow: none;
    background: #ec323e;
}

.wpcf7 .wpcf7-form .fileWrapper .wpcf7-form-control-wrap,
.wpcf7 form.wpcf7-form .fileWrapper p {
    margin: 0 !important;
}

.wpcf7 form.wpcf7-form .fileWrapper .fileLabel {
    color: var(--wpcf7-label-color);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    font-family: inherit;
    display: block;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 15px;
    display: none;
}

.wpcf7 form.wpcf7-form .fileHolder .filePreview {
    color: var(--wpcf7-label-color);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--font-h1);
    text-transform: uppercase;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.wpcf7 form.wpcf7-form .fileHolder .filePreview:first-child {
    padding-top: 20px;
}

.wpcf7 form.wpcf7-form .fileHolder .filePreview:last-child {
    padding-bottom: 0;
}

.wpcf7 form.wpcf7-form .fileHolder .filePreview .file i {
    color: var(--color-content-primary);
    margin-right: 12px;
    font-size: 16px;
}

.wpcf7 form.wpcf7-form .fileHolder .filePreview .file .fileSize {
    margin-left: 5px;
    color: var(--color-content-faded);
    display: none;
}


/* @media only screen and (min-width: 768px) {
    .wpcf7 form.wpcf7-form .fileHolder .filePreview .file .fileSize {
        display: inline-block;
    }
} */

.wpcf7 form.wpcf7-form .fileHolder .filePreview .action i {
    color: #D21113;
    margin-right: 12px;
    font-size: 16px;
}

.wpcf7 form.wpcf7-form .fileUploadInfo {
    margin-top: 30px;
}

.wpcf7 form.wpcf7-form .fileUploadInfo .allowedSize,
.wpcf7 form.wpcf7-form .fileUploadInfo .allowedFormats {
    font-size: 16px;
    line-height: 1.5;
}


/* .wpcf7 form.wpcf7-form .fileUploadInfo .allowedSize:not(:last-child),
.wpcf7 form.wpcf7-form .fileUploadInfo .allowedFormats:not(:last-child) {
    margin-bottom: 4px;
}
 */


/**** Custom Styling ****/


/* layout */


/* .wpcf7 form.wpcf7-form .bottomRow>* {
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .formWrapper .wpcf7 {
        padding: 60px;
    }
    .wpcf7 form.wpcf7-form .row {
        display: flex;
    }
    .wpcf7 form.wpcf7-form .row.flex-wrap {
        flex-wrap: wrap;
    }
    .wpcf7 form.wpcf7-form .leftColumn {
        margin-right: 15px;
        width: calc(50% - 15px);
    }
    .wpcf7 form.wpcf7-form .rightColumn {
        margin-left: 15px;
        width: calc(50% - 15px);
    }
    .wpcf7 form.wpcf7-form .leftColumn.third {
        width: calc(((1 / 3) * 100%) - 15px);
    }
    .wpcf7 form.wpcf7-form .rightColumn.third {
        width: calc(((1 / 3) * 100%) - 15px);
    }
    .wpcf7 form.wpcf7-form .leftColumn.twoThirds {
        width: calc(((2 / 3) * 100%) - 15px);
    }
    .wpcf7 form.wpcf7-form .rightColumn.twoThirds {
        width: calc(((2 / 3) * 100%) - 15px);
    }
}

.wpcf7 form.wpcf7-form .fullColumn {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .wpcf7 form .bottomRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .wpcf7 form .bottomRow .wpcf7-form-control-wrap {
        width: auto;
    }
    .wpcf7 form .bottomRow .wpcf7-acceptance {
        margin-bottom: 0;
    }
    .wpcf7 .formWrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -30px;
    }
    .wpcf7 .leftPart,
    .wpcf7 .rightPart,
    .wpcf7 .fullPart {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wpcf7 .leftPart {
        width: 50%;
    }
    .wpcf7 .rightPart {
        width: 50%;
    }
    .wpcf7 .fullPart {
        width: 100%;
    }
} */

.wpcf7-form.castingForm .w-btn.wpcf7-submit .w-btn-label {
    color: #FFFFFF;
}

.wpcf7 .header {
    text-align: center;
    margin-bottom: 40px;
}

.w-popup-box-content h2,
.wpcf7 h2 {
    font-size: 32px;
}

.w-popup-box-content h3,
.wpcf7 h3 {
    font-size: 24px;
}

.w-popup-box-content .perex,
.wpcf7 .perex {
    font-size: 18px;
    line-height: 1.33;
}

.wpcf7 .fileUpload {
    text-align: center;
    margin-bottom: 50px;
}

.wpcf7 .formContent {
    margin-bottom: 30px;
}

.wpcf7 .bottomWrapper .wpcf7-submit {
    display: block;
    width: 100%;
}

.wpcf7 .bottomWrapper .wpcf7-form-control.wpcf7-acceptance {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
}


/*****************************
**
** HEADER
**
******************************/


/**** General ****/

.state_default .w-nav .hideOnDesktop>a {
    display: none !important;
}

.state_laptops .w-nav .hideOnLaptop>a {
    display: none !important;
}

.state_tablets .w-nav .hideOnTablet>a {
    display: none !important;
}

.state_mobiles .w-nav .hideOnMobile>a {
    display: none !important;
}


/**** Layout ****/

#page-header .l-subheader-h {
    max-width: 1820px;
}


/**** Main (middle) Header ****/


/**** Custom styling ****/


/*** shadow ***/

.l-header.shadow_thin .l-subheader.at_middle,
.l-header.shadow_thin .l-subheader.at_bottom,
.l-header.shadow_none.sticky .l-subheader.at_middle,
.l-header.shadow_none.sticky .l-subheader.at_bottom {
    box-shadow: 0 4px 12px rgb(0, 0, 0, .5) !important;
}


/*** Menu items styling ***/

.w-nav.type_desktop .menu-item.level_1>a:not(.w-btn) {
    font-size: 16px;
    text-transform: initial;
    font-weight: 700;
    font-family: var(--font-h1);
}

body:not(.state_mobiles) .w-nav.type_mobile .w-nav-title,
body:not(.state_mobiles) .w-nav.type_mobile .w-nav-title {
    font-size: 1.6rem;
}

.w-nav.type_mobile .w-nav-anchor.level_1 {
    text-transform: initial;
    font-weight: 700;
    font-family: var(--font-h1);
}

.w-nav-close {
    font-size: 2rem;
}


/**** Spacing fix ****/

.header_hor .l-subheader-cell.at_right>* {
    margin-left: 30px;
}

@media only screen and (min-width: 1200px) {
    .header_hor .l-subheader-cell.at_right>* {
        margin-left: 50px;
    }
}

.state_mobiles.header_hor .l-subheader-cell.at_right>* {
    margin-left: 15px;
}

.w-nav.type_desktop .w-nav-list.level_1 {
    margin-left: -20px;
    margin-right: -20px;
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
}

.w-nav .w-nav-list:not(.level_1) {
    border-radius: var(--element-radius);
}


/*****************************
**
** FOOTER
**
******************************/

footer#page-footer {
    /* font-size: 15px;
line-height: 1.5; */
    position: relative;
    overflow: hidden;
}


/* footer#page-footer>section.height_medium {
padding-top: calc(100px + 96px);
padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
footer#page-footer>section.height_medium {
    padding-top: calc(175px + 128px);
    padding-bottom: 100px;
}
} */


/**** typography ****/

footer#page-footer .label:not(:last-child) {
    margin-bottom: 40px;
}

footer#page-footer p a {
    text-decoration: underline;
}

footer#page-footer p a:hover {
    text-decoration: none;
}


/**** Footer Menus ****/

footer#page-footer .menu a {
    text-decoration: underline;
}

footer#page-footer .menu a:hover {
    text-decoration: none;
}


/**** footer contact ****/

@media only screen and (min-width: 768px) {
    footer#page-footer .footerWrapper {
        font-size: 18px;
        line-height: 1.778;
    }
    footer#page-footer .footerWrapper.without_title {
        margin-top: 57px;
    }
}

footer#page-footer .footerWrapper.contact .label:not(:last-child) {
    margin-bottom: 30px;
}

footer#page-footer .footerWrapper.contact strong {
    font-size: 28px;
    line-height: 1.33;
}

@media only screen and (min-width: 1200px) {
    footer#page-footer .footerWrapper.contact strong {
        font-size: 36px;
    }
}

footer#page-footer .footerWrapper.address {
    color: var(--color-content-text);
}

footer#page-footer .footerWrapper.address p:not(:last-child) {
    margin-bottom: 30px;
}

footer#page-footer .footerWrapper.menuWrapper .wpb_text_column:not(:last-child) {
    margin-bottom: 40px;
}

footer#page-footer .w-socials .w-socials-item i {
    font-size: 24px;
}


/***** Homepage *****/


/**** Testimonial ****/

.testimonial.vertical {
    padding-top: 100px;
    position: relative;
}

.testimonial.vertical::after {
    content: url('assets/imgs/quote.svg');
    position: absolute;
    top: 0;
    left: 0;
    max-width: 75px;
    line-height: 0;
    display: block;
}

@media only screen and (min-width: 768px) {
    .testimonial.horizontal {
        padding: 40px 0 0 100px;
        position: relative;
    }
    .testimonial.horizontal::after {
        content: url('assets/imgs/quote.svg');
        position: absolute;
        top: 0;
        left: 0;
        max-width: 75px;
        line-height: 0;
        display: block;
    }
}

.testimonial .quote {
    font-family: var(--alternate-font);
    font-size: 24px;
    line-height: 1.4375;
    font-weight: 400;
    font-style: italic;
}

@media only screen and (min-width: 768px) {
    .testimonial .quote {
        font-size: 32px;
    }
}

.testimonial .author {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: var(--font-body);
    text-transform: uppercase;
    color: var(--color-footer-heading);
}

.testimonial .author p {
    padding-left: 18px;
    position: relative;
}

.testimonial .author p::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    height: 1px;
    width: 8px;
    top: 8px;
    background: var(--color-content-primary);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/**** Banner Section ****/

.bannerSection {
    position: relative;
}

.bannerSection::before {
    content: url('assets/imgs/yellow_banner_element.svg');
    right: 50px;
    bottom: -60px;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bannerSection.dimed::before {
    opacity: .25;
}


/**** Services ****/

.servicesWrapper .services .servicesInner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .servicesWrapper .services .servicesInner {
        grid-template-columns: repeat(2, 1fr);
    }
    .servicesWrapper .services .service-item:nth-child(1) {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
}

@media only screen and (min-width: 1175px) {
    .servicesWrapper .services .servicesInner {
        grid-template-columns: repeat(3, 1fr);
    }
    .servicesWrapper .services .service-item:nth-child(1) {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
}

.servicesWrapper .services .service-item .innerWrapper {
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
}


/*** styling ***/

.servicesWrapper .services .service-item .post_image {
    line-height: 0;
    position: absolute;
}

.servicesWrapper .services .service-item .post_image img {
    mix-blend-mode: luminosity;
    line-height: 0;
}

.servicesWrapper .services .service-item .innerWrapper .serviceContent>* {
    max-width: 540px;
}

.servicesWrapper .services .service-item .innerWrapper .serviceContent .post_title {
    color: var(--color-alt-content-heading);
}

.servicesWrapper .services .service-item .innerWrapper .serviceContent .post_title:not(:last-child) {
    margin-bottom: 10px;
}

.servicesWrapper .services .service-item .innerWrapper .serviceContent .post_title .accent {
    white-space: nowrap;
}

.servicesWrapper .services .service-item .innerWrapper .serviceContent .post_desc {
    color: rgba(28, 28, 32, 0.70);
}

.servicesWrapper .services .service-item .innerWrapper .serviceContent .post_desc:not(:last-child) {
    margin-bottom: 0;
}


/*** other ***/

.servicesWrapper .services .service-item .innerWrapper {
    min-height: 270px;
}

.servicesWrapper .services .service-item .innerWrapper .serviceContent {
    padding: 40px 120px 40px 20px;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .servicesWrapper .services .service-item .innerWrapper .serviceContent {
        padding-left: 50px;
    }
}

.servicesWrapper .services .service-item .innerWrapper .post_image {
    max-width: 70px;
    right: 20px;
    top: 0;
}

.servicesWrapper .services .service-item:nth-child(2) .innerWrapper .post_image {
    top: initial;
    bottom: 0;
}

.servicesWrapper .services .service-item .btnWrapper {
    margin-top: 30px;
    display: none;
}

.servicesWrapper .services .service-item .btnWrapper .w-btn-wrapper {
    padding: 0;
}


/*** first ***/

.servicesWrapper .services .service-item:nth-child(1) .btnWrapper {
    display: block;
}

.servicesWrapper .services .service-item:nth-child(1) .innerWrapper .serviceContent {
    padding-right: 20px;
}

.servicesWrapper .services .service-item:nth-child(1) .innerWrapper .post_image {
    display: none;
}

@media only screen and (min-width: 768px) {
    .servicesWrapper .services .service-item:nth-child(1) .innerWrapper .serviceContent .post_title {
        font-size: 64px;
        line-height: 1.125;
    }
    .servicesWrapper .services .service-item:nth-child(1) .innerWrapper .serviceContent .post_title:not(:last-child) {
        margin-bottom: 15px;
    }
    .servicesWrapper .services .service-item:nth-child(1) .innerWrapper .serviceContent .post_desc {
        font-size: 24px;
        line-height: 1.5;
    }
    .servicesWrapper .services .service-item:nth-child(1) .btnWrapper {
        margin-top: 50px;
    }
    .servicesWrapper .services .service-item:nth-child(1) .innerWrapper {
        min-height: 570px;
    }
    .servicesWrapper .services .service-item:nth-child(1) .innerWrapper .serviceContent {
        padding-left: 50px;
        padding-right: 230px;
    }
    .servicesWrapper .services .service-item:nth-child(1) .innerWrapper .post_image {
        top: 0;
        right: 60px;
        max-width: 140px;
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .servicesWrapper .services .service-item:nth-child(1) .innerWrapper .serviceContent {
        padding-left: 80px;
    }
}


/**** Instagram ****/

.instagramSection .stretched>.vc_column-inner {
    padding-right: 0 !important;
}

.instagramSlider {
    overflow: hidden;
}

.instagramSlider .swiper-slide {
    max-width: 270px;
    line-height: 1;
}

.instagramSlider .slideItem {
    position: relative;
}

.instagramSlider .slideItem .slideImgWrapper {
    line-height: 0;
    position: relative;
}

.instagramSlider .slideItem .slideImgWrapper .placeholder {
    padding-bottom: 100%;
}

.instagramSlider .slideItem .slideImgWrapper .placeholder+img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.instagramSlider article:last-child {
    margin-right: 0 !important;
}


/* custom navigation */

.instagramSection .ig-prev,
.instagramSection .ig-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--color-content-primary);
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}

.instagramSection .ig-prev {
    margin-right: 10px;
}

.instagramSection .ig-prev i,
.instagramSection .ig-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-content-primary);
    font-size: 16px;
}

.instagramSection .swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}


/***** KONTAKT *****/

@media only screen and (min-width: 768px) {
    .mapSection .mapImg a {
        pointer-events: none;
        cursor: default;
    }
    .mapSection .mapImg a>div {
        padding-bottom: calc((900 / 1920) * 100%) !important;
    }
}

.contactsWrapper .contacts {
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
}

@media only screen and (min-width: 1400px) {
    .contactsWrapper .contacts {
        font-size: 48px;
    }
}

.contactsWrapper .contacts p:not(:last-child) {
    margin-bottom: 20px;
}

.contactsWrapper .address {
    font-size: 20px;
    line-height: 1.95;
}

.contactsWrapper .w-socials .w-socials-item i {
    font-size: 24px;
}


/**** overlay img ****/


/*** elipse ***/

.overlayImgsWrapper {
    position: relative;
    width: 100%;
    padding-right: 90px;
}

.overlayImgsWrapper .post_image {
    max-width: 380px;
}

.overlayImgsWrapper .overlayImg img {
    position: absolute;
    top: 30px;
    right: 0;
}

@media only screen and (min-width: 1400px) {
    .overlayImgsWrapper {
        padding-right: 30px;
    }
    /* .overlayImgsWrapper .overlayImg img {
        right: -60px;
    } */
}


/*** circle ***/

.overlayImgsWrapper.circle {
    padding-right: 50px;
}

.overlayImgsWrapper.circle .overlayImg img {
    position: absolute;
    top: 50px;
    right: 0;
}


/**** services ****/

.services .w-iconbox .w-iconbox-title {
    font-size: 24px;
}

@media only screen and (min-width: 768px) {
    .services .w-iconbox .w-iconbox-title {
        font-size: 32px;
    }
    .services .w-iconbox .w-iconbox-text {
        font-size: 18px;
        line-height: 1.5;
    }
}


/*****************************
**
** GRID LAYOUTS
**
******************************/


/**** General ****/

.w-grid .g-loadmore {
    margin-top: 40px;
}


/**** Filters ****/

.g-filters.style_2 {
    margin: -10px -15px;
}

.g-filters.style_2 .g-filters-item {
    color: #FFFFFF;
    padding: 10px 15px;
    font-weight: 700;
    font-family: var(--font-h1);
    font-size: 18px !important;
    line-height: 1.2;
    width: auto;
}

.g-filters.style_2 .g-filters-item.active {
    color: var(--color-content-primary);
    background: none;
}

.no-touch .g-filters.style_2 .g-filters-item:hover {
    background: none;
    color: var(--color-content-primary);
}

.w-grid.with_filters .w-grid-list {
    margin-top: calc(50px - 15px) !important;
}


/***** Productions Grid Layout *****/

.w-grid.layout_138 .w-grid-item .w-grid-item-h {
    background: var(--color-content-bg-alt);
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
    padding: 30px;
    transition: box-shadow .3s ease;
}

@media only screen and (min-width: 768px) {
    .w-grid.layout_138 .w-grid-item .w-grid-item-h {
        padding: 50px 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .w-grid.layout_138 .w-grid-item .w-grid-item-h {
        padding: 50px;
    }
}

.w-grid.layout_138 .w-grid-item:hover .w-grid-item-h {
    box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.6);
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper {
    height: 100%;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .contentWrapper {
    margin-bottom: 0;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .contentWrapper .imgWrapper {
    position: relative;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .contentWrapper .post_image {
    line-height: 0;
    margin-bottom: 80px;
    max-width: 160px;
    border-radius: 50%;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .contentWrapper .imgWrapper::after {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .contentWrapper .post_title {
    font-size: 24px;
    line-height: 1.4;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .contentWrapper .post_title>a {
    color: var(--color-content-heading);
    text-decoration: underline;
}

.w-grid.layout_138 .w-grid-item-h:hover .mainWrapper .contentWrapper .post_title>a {
    text-decoration: none;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .contentWrapper .post_title:not(:last-child) {
    margin-bottom: 20px;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .actionsWrapper {
    margin-top: auto;
}

.w-grid.layout_138 .w-grid-item-h .mainWrapper .actionsWrapper .linksWrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--color-content-border);
    color: var(--color-footer-text);
}


/**** Horizontal ****/

.w-grid.layout_538 .w-grid-item:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-content-border);
}

.w-grid.layout_538 .w-grid-item-h .mainWrapper .contentWrapper .post_title {
    font-size: 24px;
    line-height: 1.4;
}

.w-grid.layout_538 .w-grid-item-h .mainWrapper .contentWrapper .post_title>a {
    color: var(--color-content-heading);
    text-decoration: underline;
}

.w-grid.layout_538 .w-grid-item-h:hover .mainWrapper .contentWrapper .post_title>a {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .w-grid.layout_538 .w-grid-item-h .mainWrapper {
        flex-wrap: wrap;
    }
    .w-grid.layout_538 .w-grid-item-h .mainWrapper .contentWrapper,
    .w-grid.layout_538 .w-grid-item-h .mainWrapper .actionsWrapper {
        width: 100%;
    }
    .w-grid.layout_538 .w-grid-item-h .mainWrapper .contentWrapper {
        margin: -10px;
    }
    .w-grid.layout_538 .w-grid-item-h .mainWrapper .contentWrapper>* {
        padding: 10px;
    }
    .w-grid.layout_538 .w-grid-item-h .mainWrapper .actionsWrapper {
        justify-content: flex-start;
        margin-top: 20px;
    }
}


/**** DOCASNE ****/


/***** Productions Grid Layout *****/

.w-grid.layout_602 .w-grid-item .w-grid-item-h {
    background: var(--color-content-bg-alt);
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
    padding: 30px;
    transition: box-shadow .3s ease;
}

@media only screen and (min-width: 768px) {
    .w-grid.layout_602 .w-grid-item .w-grid-item-h {
        padding: 50px 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .w-grid.layout_602 .w-grid-item .w-grid-item-h {
        padding: 50px;
    }
}

.w-grid.layout_602 .w-grid-item:hover .w-grid-item-h {
    box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.6);
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper {
    height: 100%;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .contentWrapper {
    margin-bottom: 0;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .contentWrapper .imgWrapper {
    position: relative;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .contentWrapper .post_image {
    line-height: 0;
    margin-bottom: 80px;
    max-width: 160px;
    border-radius: 50%;
    overflow: hidden;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .contentWrapper .imgWrapper::after {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .contentWrapper .post_title {
    font-size: 24px;
    line-height: 1.4;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .contentWrapper .post_title>a {
    color: var(--color-content-heading);
    text-decoration: underline;
}

.w-grid.layout_602 .w-grid-item-h:hover .mainWrapper .contentWrapper .post_title>a {
    text-decoration: none;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .contentWrapper .post_title:not(:last-child) {
    margin-bottom: 20px;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .actionsWrapper {
    margin-top: auto;
}

.w-grid.layout_602 .w-grid-item-h .mainWrapper .actionsWrapper .linksWrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--color-content-border);
    color: var(--color-footer-text);
}


/*** platform icons ***/

.platform_icons {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.platform_icons>li {
    margin: 0;
    color: var(--color-footer-heading);
}

.platform_icons>li>a {
    display: block;
}

.platform_icons.listing {
    margin: -5px;
}

.platform_icons.listing>* {
    padding: 5px;
}

.platform_icons.listing a {
    color: var(--color-footer-text);
    line-height: 16px;
}

.platform_icons.listing a:hover {
    color: #FFFFFF;
}

.platform_icons.listing img {
    max-height: 16px;
    width: auto;
}

.platform_icons.detail {
    margin: -10px;
}

.platform_icons.detail>* {
    padding: 10px;
    line-height: 0;
}

.platform_icons.detail .platform_icon img {
    max-width: 60px;
}

@media only screen and (min-width: 768px) {
    .platform_icons.detail {
        margin: -10px -15px;
    }
    .platform_icons.detail>* {
        padding: 10px 15px;
    }
    .platform_icons.detail .platform_icon img {
        max-width: 140px;
    }
}


/***** CALENDAR *****/

.calendarElement {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.calendarElement .calendarNav {
    margin-bottom: 30px;
}

.calendarElement .calendarNav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.calendarElement .calendarNav ul>li.title {
    max-width: 270px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
    font-family: var(--font-h1);
    color: var(--color-content-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 2em;
    text-transform: capitalize;
    padding: 5px 15px;
    min-height: 42px;
    background: var(--color-content-bg-alt);
}

.calendarElement .calendarNav ul>li.title span:not(:last-child) {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) {
    .calendarElement .calendarNav ul>li.title {
        font-size: 18px;
    }
    .calendarElement .calendarNav ul>li.title {
        min-height: 52px;
    }
    .calendarElement .calendarNav {
        margin-bottom: 50px;
    }
}

.calendarElement .calendarNav ul>li.navItem.prev {
    margin: 0 10px 0 0;
}

.calendarElement .calendarNav ul>li.navItem.next {
    margin: 0 0 0 10px;
}

.calendarElement .calendarNav ul>li.navItem.prev a,
.calendarElement .calendarNav ul>li.navItem.next a {
    color: var(--color-alt-content-heading);
    background: var(--color-content-primary);
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    transition: all .3s ease;
}

@media only screen and (min-width: 768px) {
    .calendarElement .calendarNav ul>li.navItem.prev a,
    .calendarElement .calendarNav ul>li.navItem.next a {
        width: 52px;
        height: 52px;
        line-height: 52px;
    }
}

.calendarElement .calendarNav ul>li a:hover {
    color: var(--color-content-primary);
}

.calendarElement .calendarNav ul>li:first-child {
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

.calendarElement .calendarNav ul>li:last-child {
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

.calendarElement .calendarNav ul li.active a {
    color: var(--color-alt-content-heading);
    background-color: var(--color-content-primary);
}

.calendarElement .calendarWrapper {
    position: relative;
    min-height: 300px;
}

@media only screen and (min-width: 768px) {
    .calendarElement .calendarWrapper {
        min-height: 600px;
    }
}

.calendarElement .calendar.loading {
    opacity: .4;
}

.calendarElement .calendar .innerWrapper {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3px;
}


/* @media only screen and (min-width: 768px){
    .calendarElement  .calendar .innerWrapper {
        gap: 15px;
    }
} */

.calendarElement .calendar .innerWrapper .day {
    padding-bottom: 100%;
    position: relative;
}

.calendarElement .calendar .innerWrapper .day_name {
    text-transform: capitalize;
    color: var(--color-content-text);
    background-color: transparent;
}

.calendarElement .calendar .innerWrapper .day_name>.inner {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    background: var(--color-content-bg-alt);
}

.calendarElement .calendar .innerWrapper .day_name .full {
    display: none;
}

@media only screen and (min-width: 768px) {
    .calendarElement .calendar .innerWrapper .day>.inner {
        padding: 10px;
        font-size: 16px;
    }
    .calendarElement .calendar .innerWrapper .day_name .full {
        display: block;
    }
    .calendarElement .calendar .innerWrapper .day_name .short {
        display: none;
    }
}

.calendarElement .calendar .innerWrapper .day>.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-h1);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    /* border-radius: 50%; */
    color: var(--color-content-heading);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--color-content-bg-alt);
    border: 1px solid var(--color-content-bg-alt);
    transition: all .3s ease;
}

.calendarElement .calendar .innerWrapper .day.ignore>.inner {
    background: var(--color-content-border);
}

.calendarElement .calendar .innerWrapper .day[aria-expanded="true"]>.inner,
.calendarElement .calendar .innerWrapper .day:hover>.inner {
    border-color: #FFFFFF;
}

.calendarElement .calendar .innerWrapper .day .label {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: initial;
    color: #FFFFFF;
    margin-top: 10px;
    display: none;
}

@media only screen and (min-width: 768px) {
    .calendarElement .calendar .innerWrapper .day>.inner {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .calendarElement .calendar .innerWrapper .day .label {
        display: block;
    }
}

.calendarElement .calendar .innerWrapper .day.ignore {
    pointer-events: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendarElement .calendar .innerWrapper .day.ignore span {
    opacity: .2;
}

.calendarElement .calendar .innerWrapper .day.partly-available>.inner {
    background: rgba(112, 210, 236, 0.25);
}

.calendarElement .calendar .innerWrapper .day.unavailable>.inner {
    color: var(--color-alt-content-heading);
    background: var(--color-content-primary);
}

.calendarElement .calendar .innerWrapper .day.unavailable .label {
    color: var(--color-alt-content-heading);
}

.calendarElement .calendar .innerWrapper .day.notallowed>.inner {
    color: var(--color-content-heading);
    background: rgba(112, 210, 236, 0.15);
}

.calendarElement .calendar .innerWrapper .day.notallowed>.inner span {
    opacity: .4;
}


/*** spinner ***/

.loaderWrapper {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 2.5rem;
    width: 1em;
    height: 1em;
    color: var(--color-content-primary)
}

.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid
}

.loader:before {
    opacity: 0.2
}

.loader:after {
    border-color: transparent;
    border-top-color: inherit;
    animation: loaderrotation 0.8s infinite cubic-bezier(.6, .3, .3, .6)
}

@keyframes loaderrotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}


/*** tooltips ***/

.tippy-box {
    border-radius: 0;
    background: var(--color-content-bg-alt);
    font-size: 16px;
    line-height: 1.5;
}

.tippy-box .tippy-content {
    padding: 30px;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
}

.tippy-box .tippy-content .tooltipContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tippy-box .tippy-content .tooltipContent h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.tippy-box .tippy-content .tooltipContent p {
    color: var(--color-content-text);
}

.tippy-box .tippy-content .tooltipContent .contactsWrapper a {
    font-size: 20px;
    line-height: 1.2;
    display: block;
}

.tippy-box .tippy-content .tooltipContent .contactsWrapper a:not(:last-child) {
    margin-bottom: 10px;
}

.tippy-box .tippy-content .tooltipContent .contactsWrapper a:first-child {
    color: #FFFFFF;
}

.tippy-box .tippy-content .tooltipContent .contactsWrapper a:last-child {
    text-decoration: underline;
}

.tippy-box .tippy-content .tooltipContent .contactsWrapper a:last-child,
.tippy-box .tippy-content .tooltipContent .contactsWrapper a:last-child strong {
    color: var(--color-content-link);
}

.tippy-box .tippy-content .tooltipContent .contactsWrapper a:last-child:hover {
    text-decoration: none;
}

.tippy-box .tippy-arrow {
    color: var(--color-content-bg-alt);
    z-index: 10;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    border-width: 0 16px 16px;
    top: -15px;
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    border-width: 16px 16px 0;
    bottom: -15px;
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    border-width: 16px 16px 16px 0;
    left: -15px;
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 16px 0 16px 16px;
    right: -15px;
}


/*** logos ***/

.w-grid.layout_179 img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    max-height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

.w-grid.layout_179 img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}


/**** iconBoxWrapper ***/

.iconBoxWrapper {
    padding: 30px;
    background: var(--color-content-bg-alt);
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
    .iconBoxWrapper {
        padding: 50px 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .iconBoxWrapper {
        padding: 50px;
    }
}

.iconBoxWrapper .w-iconbox .w-iconbox-title {
    font-size: 24px;
}

@media only screen and (min-width: 768px) {
    .iconBoxWrapper .w-iconbox .w-iconbox-title {
        font-size: 32px;
    }
    .iconBoxWrapper .w-iconbox .w-iconbox-text {
        font-size: 20px;
        line-height: 1.5;
    }
}

section.with_bg_element>.l-section-img {
    z-index: 1;
}

section.with_bg_element .l-section-h {
    z-index: 2;
}


/***** ImgGallery *****/

@media only screen and (max-width: 767px) {
    .w-grid.layout_200 .w-grid-list {
        margin: -5px !important;
    }
    .w-grid.layout_200 .w-grid-list>* {
        padding: 5px !important;
    }
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+1) {
    width: calc((7 / 12) * 100%);
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+1) .post_image.has_ratio>div {
    padding-bottom: calc((57 / 67) * 100%) !important;
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+2) {
    width: calc((5 / 12) * 100%);
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+2) .post_image.has_ratio>div {
    padding-bottom: calc((57 / 47) * 100%) !important;
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+3) {
    width: calc((3 / 12) * 100%);
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+3) .post_image.has_ratio>div {
    padding-bottom: calc((34.5 / 27) * 100%) !important;
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+4) {
    width: calc((5 / 12) * 100%);
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+4) .post_image.has_ratio>div {
    padding-bottom: calc((34.5 / 47) * 100%) !important;
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+5) {
    width: calc((4 / 12) * 100%);
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+5) .post_image.has_ratio>div {
    padding-bottom: calc((34.5 / 37) * 100%) !important;
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+6) {
    width: calc((5 / 12) * 100%);
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+6) .post_image.has_ratio>div {
    padding-bottom: calc((57 / 47) * 100%) !important;
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+7) {
    width: calc((7 / 12) * 100%);
}

.w-grid.layout_200 .w-grid-item:nth-child(7n+7) .post_image.has_ratio>div {
    padding-bottom: calc((57 / 67) * 100%) !important;
}

.w-grid.layout_200 .w-grid-item .post_image {
    line-height: 0;
}


/***** Technical Support *****/


/* .technicalSupport .extra-space {
    padding-bottom: 75px;
}

@media only screen and (min-width: 768px) {
    .technicalSupport .extra-space {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .technicalSupport .extra-space {
        padding-bottom: 125px;
    }
} */


/***** PRICELISTS *****/

.pricelistsElement .pricelistsNav {
    margin-bottom: 50px;
}

.pricelistsElement .pricelistsNav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.pricelistsElement .pricelistsNav ul>li {
    max-width: 270px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    font-family: var(--font-h1);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 5px;
    background: var(--color-content-bg-alt);
}

@media only screen and (min-width: 768px) {
    .pricelistsElement .pricelistsNav ul>li {
        font-size: 18px;
    }
}

.pricelistsElement .pricelistsNav ul>li a {
    color: #FFFFFF;
    display: block;
    padding: 15px;
    border-radius: 2em;
    transition: all .3s ease;
}

.pricelistsElement .pricelistsNav ul>li a:hover {
    color: var(--color-content-primary);
}

.pricelistsElement .pricelistsNav ul>li:first-child {
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

.pricelistsElement .pricelistsNav ul>li:last-child {
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

.pricelistsElement .pricelistsNav ul li.active a {
    background-color: var(--color-content-primary);
    color: var(--color-alt-content-heading);
}

.pricelistsElement .priceListsSections .priceLists:not(.active) {
    display: none;
}

.pricelistsElement .priceListsSections .priceLists .innerGrid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.pricelistsElement .priceListsSections .priceLists .innerGrid>* {
    padding: 15px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .pricelistsElement .priceListsSections .priceLists .innerGrid>* {
        width: 50%;
    }
}

.pricelistsElement .priceListsSections .priceLists .priceList>.innerWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    background: var(--color-content-bg-alt);
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
    .pricelistsElement .priceListsSections .priceLists .priceList>.innerWrapper {
        padding: 50px;
    }
}

.pricelistsElement .priceListsSections .priceLists .priceList .contentWrapper {
    margin-bottom: 30px;
}

.pricelistsElement .priceListsSections .priceLists .priceList .actionsWrapper {
    margin-top: auto;
}

.pricelistsElement .priceListsSections .priceLists .priceList .actionsWrapper .w-btn {
    display: block;
}

.pricelistsElement .priceListsSections .priceLists .priceList.checkedList ul>li.marked {
    opacity: 1;
}

.pricelistsElement .priceListsSections .priceLists .priceList.checkedList ul>li.marked::before {
    color: var(--color-content-primary);
}

.pricelistsElement .priceListsSections .priceLists .iconsWrapper {
    margin-bottom: 15px;
}

.pricelistsElement .priceListsSections .priceLists .iconsWrapper .icons {
    display: flex;
    align-items: center;
}

.pricelistsElement .priceListsSections .priceLists .iconsWrapper .icons .icon {
    font-size: 16px;
}

.pricelistsElement .priceListsSections .priceLists .iconsWrapper .icons .icon:not(:last-child)::after {
    content: '\f067';
    font-family: 'fontawesome';
    font-size: 14px;
    color: var(--color-content-text);
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.pricelistsElement .priceListsSections .priceLists .priceList .title {
    font-size: 24px;
    font-family: var(--font-body);
    margin-bottom: 15px;
}

.pricelistsElement .priceListsSections .priceLists .priceList .price {
    margin-bottom: 30px;
    font-family: var(--font-h1);
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: var(--color-content-primary);
}

.pricelistsElement .priceListsSections .priceLists .priceList .price .appendix {
    font-family: var(--font-body);
    font-size: 16px;
}

.pricelistsElement .priceListsSections .priceLists .priceList p:not(:last-child) {
    margin-bottom: 20px;
}

.pricelistDesc {
    margin-top: 30px;
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    .pricelistDesc {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}


/***** MARKETINGOVY BALIK PAGE *****/


/* .boxedHeader {
    max-width: 570px;
} */

.benefits .w-iconbox {
    width: 100%;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .benefits>.wpb_column:nth-child(3) .w-iconbox {
        max-width: 195px;
    }
    .benefits .w-iconbox h4 {
        font-size: 24px;
    }
    .benefits .w-iconbox p {
        font-size: 16px;
    }
}

.no-touch .benefits .w-iconbox .w-iconbox-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

.no-touch .benefits .w-iconbox:hover .w-iconbox-text {
    visibility: visible;
    opacity: 1;
}

.cardWrapper {
    padding: 30px;
    background: var(--color-content-bg-alt);
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
    .cardWrapper {
        padding: 50px;
    }
}

.cardWrapper:not(:last-child) {
    margin-bottom: 30px;
}

.cardWrapper h3:not(:last-child) {
    margin-bottom: 20px;
}

.cardWrapper p {
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .cardWrapper p {
        font-size: 20px;
    }
}


/***** PACKAGES *****/

.packagesHero.with_img .l-section-img {
    display: none;
}

@media only screen and (min-width: 992px) {
    .packagesHero.with_img .l-section-img {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .packagesHero.with_img .l-section-img {
        background-position: calc((8 / 12) * 100vw) 100% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .packagesHero.with_img .l-section-img {
        background-position: 150% 100% !important;
    }
}

.packageSection.with_img .l-section-img {
    top: 270px;
}

.packagesElement .row td {
    vertical-align: middle;
}

.packagesElement .row.content>td:first-child,
.packagesElement .row.header>th:first-child {
    position: sticky;
    left: 0;
    background: var(--color-content-bg-alt);
    width: calc((100vw - 2 * (1.5rem)) / 2);
}

.packagesElement {
    overflow-x: auto;
    max-width: 100%;
    position: relative;
}

.packagesElement .row .col-2,
.packagesElement .row .col-3,
.packagesElement .row .col-4 {
    min-width: calc((100vw - 5px - 2 * (1.5rem)) / 2);
}

@media only screen and (min-width: 768px) {
    .packagesElement .row .col-2,
    .packagesElement .row .col-3,
    .packagesElement .row .col-4 {
        width: calc((1 / 5) * 100%);
        min-width: 180px;
    }
}

@media only screen and (min-width: 1024px) {
    .packagesElement .row .col-1 {
        width: calc((2 / 5) * 100%);
        min-width: 380px;
    }
    .packagesElement .row.content>td:first-child,
    .packagesElement .row.header>th:first-child {
        position: relative;
        background: initial;
    }
}


/** Header **/

.packagesElement .row.header>th {
    border: 1px solid var(--color-content-border);
    border-top: none;
}

.packagesElement .row.header>th:first-child {
    border-left: none;
}

.packagesElement .row.header>th:last-child {
    border-right: none;
}

.packagesElement .row.header th {
    padding: 30px 20px;
    height: 100%;
    text-align: center;
}

.packagesElement .row.header th:first-child {
    text-align: left;
    padding-left: 10px;
}

@media only screen and (min-width: 1024px) {
    .packagesElement .row.header th {
        padding: 50px 20px;
    }
    .packagesElement .row.header th:first-child {
        padding-left: 0;
    }
}

.packagesElement .row.header .headerWrapper .label {
    margin-bottom: 30px;
}

.packagesElement .row.header .headerWrapper h2 {
    font-size: 24px;
}

.packagesElement .row.header .headerWrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .packagesElement .row.header .headerWrapper h2 {
        font-size: 48px;
    }
    .packagesElement .row.header .headerWrapper h3 {
        font-size: 36px;
    }
}

.packagesElement .row.header .headerWrapper .icon {
    font-size: 20px;
    margin-bottom: 10px;
}

.packagesElement .row.header .col-2 .icon {
    color: #FFB1C2;
}

.packagesElement .row.header .col-3 .icon {
    color: #70D2EC;
}

.packagesElement .row.header .col-4 .icon {
    color: #00AA71;
}

.packagesElement .row.header .headerWrapper .desc {
    font-size: 18px;
    line-height: 1.2;
}


/** Content **/

.packagesElement .row.content>td {
    border: 1px solid var(--color-content-border);
}

.packagesElement .row.content>td:first-child {
    border-left: none;
}

.packagesElement .row.content>td:last-child {
    border-right: none;
}

.packagesElement .row.content:last-child>td {
    border-bottom: none;
}

.packagesElement .row.content td {
    height: 100%;
    padding: 20px 10px;
}

.packagesElement .row.content .contentWrapper {
    text-align: center;
}

.packagesElement .row.content .contentWrapper .icon {
    color: var(--color-content-primary);
    font-size: 20px;
    line-height: 0;
}

.packagesElement .row.content .contentWrapper .icon.notIncluded {
    color: #F05C65;
}

.packagesElement .row.content td {
    padding: 20px 10px;
}

.packagesElement .row.content .inner {
    display: flex;
    align-items: baseline;
    height: 100%;
}

.packagesElement .row.content .inner .title {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-text);
}

@media only screen and (min-width: 768px) {
    .packagesElement .row.content .inner .title {
        font-size: 20px;
    }
}

.packagesElement .row.content .inner .tooltipTrigger {
    margin-left: 10px;
    opacity: .5;
    cursor: pointer;
}

.packagesElement .row.content:hover>td {
    background: var(--color-content-bg-alt);
    color: #FFFFFF;
}

.packagesElement .row.content:hover .inner .tooltipTrigger {
    color: #FFFFFF;
    opacity: 1;
}

.packageTooltip {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-text);
}

@media only screen and (min-width: 768px) {
    .packageTooltip {
        font-size: 18px;
    }
}


/***** TABS *****/

.w-tabs>.w-tabs-list {
    margin-bottom: 30px;
}

.w-tabs-section-title {
    color: #FFFFFF;
    font-weight: 700;
    font-family: var(--font-h1);
    font-size: 18px !important;
}

.w-tabs-section.active .w-tabs-section-title {
    color: var(--color-content-primary)
}


/*** simple ***/

.w-tabs.style_simple>.w-tabs-list .w-tabs-list-h {
    margin: -10px -15px;
}

.w-tabs.style_simple>.w-tabs-list .w-tabs-item {
    color: #FFFFFF;
    padding: 10px 15px;
    font-weight: 700;
    font-family: var(--font-h1);
    font-size: 18px !important;
    line-height: 1.2;
    opacity: 1;
}

.w-tabs.style_simple.layout_hor>.w-tabs-list .w-tabs-item:not(:last-of-type) {
    margin: 0;
}

.w-tabs.style_simple>.w-tabs-list .w-tabs-item.active {
    color: var(--color-content-primary);
    background: none;
}

.no-touch .w-tabs.style_simple>.w-tabs-list .w-tabs-item:hover {
    background: none;
    color: var(--color-content-primary);
}


/*** radio ***/

.w-tabs.style_radio2>.w-tabs-list .w-tabs-list-h {
    padding: 5px;
}

.w-tabs.style_radio2>.w-tabs-list .w-tabs-item {
    background: none;
    box-shadow: none;
    font-weight: 700;
    font-family: var(--font-h1);
    font-size: 18px !important;
    line-height: 1.2;
    opacity: 1;
    transition: all .3s ease;
}

.w-tabs.style_radio2.layout_hor>.w-tabs-list .w-tabs-item {
    padding: 15px;
    color: var(--color-content-heading);
    min-width: 270px;
}

.w-tabs.style_radio2>.w-tabs-list .w-tabs-item.active {
    background: var(--color-content-primary);
    color: var(--color-alt-content-heading);
    box-shadow: none;
}


/***** PACKAGES TABS *****/

.packagesTabs {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.packagesTabs .w-tabs-section {
    border-width: 0;
}

.packagesTabs .w-tabs-section:not(:last-child) {
    margin-bottom: 30px;
}

.packagesTabs .w-tabs-section.active {
    z-index: 4;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
}

.packagesTabs .w-tabs-section .w-tabs-section-header {
    flex-direction: column;
    text-align: center;
    padding: 30px;
}

.packagesTabs .w-tabs-section .w-tabs-section-header p {
    color: var(--color-content-text);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    font-family: var(--font-body);
}

.packagesTabs .w-tabs-section .w-tabs-section-header i {
    font-size: 20px;
}

.packagesTabs .w-tabs-section .w-tabs-section-header i,
.packagesTabs .w-tabs-section .w-tabs-section-header h3 {
    margin: 0 0 10px 0 !important;
}

.packagesTabs .w-tabs-section:nth-child(1) .w-tabs-section-header i {
    color: #00AA71;
}

.packagesTabs .w-tabs-section:nth-child(2) .w-tabs-section-header i {
    color: #70D2EC;
}

.packagesTabs .w-tabs-section:nth-child(3) .w-tabs-section-header i {
    color: #FFB1C2;
}

.packagesTabs .w-tabs-section .w-tabs-section-content {
    padding: 30px 20px !important;
}

@media only screen and (min-width: 768px) {
    .packagesTabs .w-tabs-section .w-tabs-section-content {
        padding: 30px !important;
    }
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-content-border);
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper {
    display: flex;
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin-right: 15px;
    width: 15px;
    flex-shrink: 0;
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper .title {
    font-size: 8px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    .packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper {
        margin-right: 30px;
        width: 60px;
    }
    .packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper .title {
        font-size: 10px;
    }
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper .icon:not(:last-child) {
    margin-bottom: 10px;
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper .icon i {
    font-size: 20px;
    color: var(--color-content-primary);
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper .icon.notIncluded i {
    color: #F05C65;
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper .icon i.fa-gem {
    color: #70D2EC;
}

.packagesTabs .w-tabs-section .w-tabs-section-content .item .mainWrapper .iconsWrapper .icon i.fa-award {
    color: #FFB1C2;
}


/***** POPUP *****/

.w-popup-overlay {
    backdrop-filter: blur(30px);
}

.w-popup-box-content {
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
}

@media only screen and (min-width: 768px) {
    .w-popup-box-content {
        padding: 50px;
    }
}


/***** Casting Modals *****/

.castingModalsWrapper {
    margin: -8px;
}

.castingModalsWrapper>* {
    padding: 8px;
}

.castingModalsWrapper .w-btn-wrapper {
    margin: 0;
}

.castingModalsWrapper .w-btn-wrapper .w-btn,
.castingModalsWrapper .w-btn-wrapper .w-btn:hover {
    color: #FFFFFF !important;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-form-box.vmwpmdp-step-thanks {
    margin-bottom: 30px;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-form-box:not(.vmwpmdp-step-thanks)~.formContent,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-form-box:not(.vmwpmdp-step-thanks)~.bottomWrapper {
    display: none;
}


/* .wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-send-box .vmwpmdp-reset-rec-btn, */

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-start-btn-box .vmwpmdp-wpvoicemessage-start-btn .vmwpmdp-wpvoicemessage-start-btn-icon,
.wpcf7-form.castingForm .vmwpmdp-mic-access-err-reload-btn,
.wpcf7-form.castingForm .vmwpmdp-restart,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-recording-animation:before,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box:before,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-recording-animation:after,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box:after {
    display: none !important;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-start-btn-box .vmwpmdp-wpvoicemessage-start-btn.vmwpmdp-icon-position-before {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    font-family: var(--font-h1);
    font-size: 18px;
    line-height: 1.78!important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    border-radius: 2em !important;
    padding: 0.5em 2.22em !important;
    background: #F05C65 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    margin: 0px !important;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-start-btn-box .vmwpmdp-wpvoicemessage-start-btn.vmwpmdp-icon-position-before:hover {
    background: #ec323e !important;
    color: #FFFFFF !important;
}

.wpcf7-form.castingForm .vmwpmdp-speak-now-btns,
.wpcf7-form.castingForm .vmwpmdp-send-btns {
    margin: -5px !important;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns a,
.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-send-btns a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    font-family: var(--font-h1);
    font-size: 18px;
    line-height: 1.78!important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    border-radius: 2em !important;
    padding: 0.5em 2.22em !important;
    background: var(--color-content-primary) !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF;
    margin: 5px !important;
    user-select: none;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-send-btns a:hover,
.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns a:hover {
    color: #FFFFFF !important;
    box-shadow: none !important;
    background: var(--color-content-primary) !important;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-start-btn-box .vmwpmdp-wpvoicemessage-start-btn.vmwpmdp-icon-position-before,
    .wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns a,
    .wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-send-btns a {
        padding: .5em 1.5em !important;
    }
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-stop-rec-btn,
.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-reset-rec-no {
    background: #F05C65 !important;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-stop-rec-btn::before {
    content: "\f0c8";
    font-family: 'fontawesome';
    font-size: inherit;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-reset-rec-no::before {
    content: "\f111";
    font-family: 'fontawesome';
    font-size: inherit;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-stop-rec-btn:hover,
.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-reset-rec-no:hover {
    background: #ec323e !important;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-reset-rec-btn::before {
    content: "\f04c";
    font-family: 'fontawesome';
    font-size: inherit;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-send-btns .vmwpmdp-reset-rec-btn,
.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-reset-rec-yes {
    background: transparent !important;
    position: relative;
    border: 2px solid #FFFFFF;
    padding: calc(0.5em - 2px) 2.22em !important;
}

@media only screen and (max-width: 767px) {
    .wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-send-btns .vmwpmdp-reset-rec-btn,
    .wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-reset-rec-yes {
        padding: calc(0.5em - 2px) 1.5em !important;
    }
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-send-btns .vmwpmdp-reset-rec-btn::before,
.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-reset-rec-yes::before {
    content: "\f2ea";
    font-family: 'fontawesome';
    font-size: inherit;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-send-btns .vmwpmdp-reset-rec-btn:hover,
.wpcf7-form.castingForm div[class*="vmwpmdp-wpvoicemessage-"] .vmwpmdp-speak-now-btns .vmwpmdp-reset-rec-yes:hover {
    background: transparent !important;
}

.vmwpmdp-send-rec-btn span::before {
    content: "\f0ee";
    font-family: 'fontawesome';
    font-size: inherit;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-start-btn-box .vmwpmdp-wpvoicemessage-start-btn .vmwpmdp-wpvoicemessage-start-btn-caption::before {
    content: '\f111';
    font-family: 'fontawesome';
    font-size: inherit;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-recording-animation,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box {
    width: 100%;
    border-radius: 2em;
    margin: 20px auto 30px;
    background: var(--color-content-bg);
    box-shadow: none;
    border: none;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-recording-animation canvas,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box.green-audio-player {
    width: 100%;
    max-width: initial;
    height: 50px;
    background: #18181b !important;
    box-shadow: none;
    border: none;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box.green-audio-player svg *[fill="#566574"] {
    fill: var(--color-content-text) !important;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box.green-audio-player .slider .gap-progress .pin {
    background: var(--color-content-text) !important;
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box.green-audio-player .controls {
    color: var(--color-content-text) !important;
    font-family: var(--font-body);
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box.green-audio-player .slider .gap-progress,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box.green-audio-player .slider {
    background-color: var(--color-content-text);
}

.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box.green-audio-player .slider .gap-progress,
.wpcf7-form.castingForm .vmwpmdp-wpvoicemessage-player-box.green-audio-player .slider .gap-progress .pin {
    background: var(--color-content-primary) !important;
}

.wpcf7-form.castingForm.sent .header,
.wpcf7-form.castingForm.sent .fileUpload,
.wpcf7-form.castingForm.sent .vmwpmdp-wpvoicemessage-form-box,
.wpcf7-form.castingForm.sent .formContent,
.wpcf7-form.castingForm.sent .bottomWrapper {
    display: none;
}

.w-popup-box-content .wpcf7-form.sent .wpcf7-response-output {
    background: none;
    margin: 0;
}

.wpcf7-form.castingForm.recording.sent .wpcf7-response-output {
    margin-top: -20px;
}

.helptextWrapper {
    text-align: center;
}

.helptextWrapper .helpText {
    margin: 10px 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.helptextWrapper .helpText p {
    color: var(--color-content-text);
}

.w-popup-box-content .perex,
.w-popup-box-content p {
    color: var(--color-content-text);
}

.w-popup-box-content h2+.perex:not(:last-child) {
    margin-bottom: 10px;
}

.w-popup-wrap.pos_absolute {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
}


/***** Other *****/

.floatImg {
    right: 0;
    position: absolute;
    z-index: 4;
}


/*****************************
**
** BLOG POST
**
******************************/

.postContent h1:not(:first-child),
.postContent h2:not(:first-child),
.postContent h3:not(:first-child),
.postContent h4:not(:first-child),
.postContent h5:not(:first-child),
.postContent h6:not(:first-child) {
    padding-top: 1.67rem;
}

.postContent table:not(:first-child) {
    margin-top: 2.5rem;
}

.postContent table:not(:last-child) {
    margin-bottom: 2.5rem;
}


/*****************************
**
** FAQ
**
******************************/

.faqSection h3 {
    margin-bottom: 40px;
    font-size: 32px;
}

.faqSection .w-tabs-section.active .w-tabs-section-control {
    transform: rotate(180deg) !important;
}

.faqSection .w-tabs-section .w-tabs-section-control {
    width: 15px !important;
    height: 15px !important;
}

.faqSection .w-tabs-section .w-tabs-section-control::before {
    width: 3px !important;
    left: 6px !important;
}

.faqSection .w-tabs-section .w-tabs-section-control::after {
    height: 3px !important;
    top: 6px !important;
}

.faqSection .w-tabs-section.active .w-tabs-section-control::before {
    transform: rotate(90deg);
}

.faqSection .w-tabs-section.active .w-tabs-section-control::before {
    background: var(--color-content-primary) !important;
}

.faqSection .w-tabs-section.active .w-tabs-section-control::after {
    opacity: 0;
}

.faqSection .w-tabs-section-header {
    padding: 15px !important;
}

.faqSection .w-tabs-section-content {
    padding: 0 15px 15px!important;
}

@media only screen and (min-width: 768px) {
    .faqSection .w-tabs-section-header {
        padding: 20px 30px !important;
    }
    .faqSection .w-tabs-section-content {
        padding: 0 30px 20px!important;
    }
}

.faqSection .w-tabs-section-header.active,
.faqSection .w-tabs-section-content {
    background: var(--color-content-bg);
}

.faqSection .w-tabs-section-content .w-tabs-section-content-h {
    color: var(--color-content-text);
    font-size: 16px;
}

.faqSection .w-tabs-section.active {
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.5);
}

.faqSection .w-tabs-section:not(.active) .w-tabs-section-title {
    font-weight: 400;
    font-family: var(--font-body);
    transition: all .3s ease;
}

.faqSection .w-tabs-section .w-tabs-section-title {
    font-size: 18px !important;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .faqSection .w-tabs-section .w-tabs-section-title {
        font-size: 20px !important;
    }
    .faqSection .w-tabs-section-content .w-tabs-section-content-h {
        font-size: 20px;
    }
}

.faqSection .w-tabs.accordion>div>.w-tabs-section {
    border-top: 1px solid var(--color-content-border);
}

.faqSection .w-tabs.accordion>div>.w-tabs-section.active,
.faqSection .w-tabs.accordion>div>.w-tabs-section:first-child {
    border: none;
}

.faqSection .w-tabs.accordion>div>.w-tabs-section:last-child {
    border-bottom: none;
}

.no-touch .faqSection .w-tabs-section-header:hover .w-tabs-section-title,
.faqSection .no-touch .w-tabs-section-header:focus .w-tabs-section-title {
    color: var(--color-content-primary);
}