:root {
    --pri-pink: #F53B8E;
    --pri-dark: #3A3A3A;
    --pri-middle: #EBEBEB;
    --pri-light: #FFFFFF;
    --pri-color: var(--pri-pink);
    --sec-color: #EBEBEB;
    --text-color:#3A3A3A;
    --side-padding: 87px;
    --side-padding-large: 174px;
    --header-font: Changa One;
    --text-font: Hind;
    --tagline-font: Khand;
    --header-weight: 400;
    --overlay-color: #c89cb0;
}
body {
    background: var(--sec-color);
    font-family: var(--text-font);
    font-size: 22px;
    color: var(--text-color);
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--header-font) !important;
    font-weight: var(--header-weight) !important;
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 3em;
}

h2, 
.h2 {
    font-size: 2em;
}

h3, 
.h3 {
    font-family: var(--tagline-font) !important;
    color: var(--pri-color) !important;
    font-weight: 200 !important;
    font-size: 1.5em;
}


.background-primary h3, 
.background-primary .h3 {
    color: var(--pri-light) !important;
}

h4, 
.h4 {
    font-size: 1.2em;
}

p {
    font-size: inherit;
    color: var(--text-color);
}
.intro-text, 
.intro-text p {
    font-size: 24px;
}

.row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    z-index: 1;
}

.col {
    margin: 0 0.5em;
    position: relative;
    z-index: 1;
}

.space-between {
    justify-content: space-between;
}
.center {
    justify-content: center;
}
.space-around {
    justify-content: space-around;
}
.flex-end {
    justify-content: flex-end;
}
.wrap {
    flex-wrap: wrap;
}
.relative {
    position: relative;
}

.background-primary {
    background-color: var(--pri-color);
}
.color-primary {
    color: var(--pri-color);
}

.color-white {
    color: var(--pri-light) !important;
}

a.button {
    padding: 0.5em 2em;
    width: 100%;
}

p a,
.wpb_text_column a {
    color: inherit !important;
    text-decoration: underline;
}

.centered_text {
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.vc_section {
    padding:var(--side-padding);
    position: relative;
}

section.slider-header + .vc_section {
    padding-top: 0;
}

.no-padding .l-section-h,
.vc_section .l-section-h {
    padding: unset;
}

/* FOOTER */

#footer-nav-menu {
    display: flex;
}


/* CONTENT */
/*
.full-width > .w-image {
    overflow: hidden;
}

.full-width > .w-image img {
    min-width: 100%;
    object-fit: cover;
}
*/
 .w-image {
    overflow: hidden;
}

 .w-image img {
    min-width: 100%;
    object-fit: cover;
}

.background-dark {
    background-color: var(--pri-dark);
    color: var(--pri-light);
}

.background-white {
    background-color: var(--pri-light);
}

.background-dark p {
    color: var(--pri-light);;
}
.one-half.background-white p, .one-half.grey-bg p{
    color: var(--text-color);
}

.grey-bg {
    background-color: var(--pri-middle);
    color: var(--pri-dark);
}

.background-white {
    background-color: #ffffff;
    color: var(--pri-dark);
}


.one-half.background-white,
.one-half.grey-bg {
    width: 50% !important;
    padding: var(--side-padding) calc(var(--side-padding) * 0.8) calc(var(--side-padding) * 0.8) ;
    margin-left: 3% !important;
}

.one-half.background-white:after,
.one-half.grey-bg:after {
    content: '';
    width: 90px;
    height: 52px;
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    background-image: url(../images/icons/speedo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* PREVNEXT */
#next-previous {
    width: 206px;
    height: 42px;
    border: 1px solid var(--sec-color);
    border-radius: 3em;

}

#next-previous > div {
    background-image: url(../images/textures/primary-btn-bg.jpg);
    background-size: cover;
    border-radius: 3em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    padding: 0 20px;
}

#next-previous img {
    height: 100%;
    width: 20px;
}

.breadcrumbs {
    text-align: right;
    padding-top: 10px;
}
.g-breadcrumbs-item,
.g-breadcrumbs {
    font-size: 15px;
    color: var(--pri-color);
}

.g-breadcrumbs-separator:before {
    content: '>';
    font-family: Fixel Display;
    font-size: 15px;
}
span.g-breadcrumbs-separator:nth-last-child(2):before {
    content: '>>';
}


/* BUTTONS */
section.image-header .l-section .header-content a, 
section.content-header.contact-header a, 
section.slider-header .l-section .slick-slide .slide-content a, 
.w-btn {
    font-size: 24px;
    text-transform: none;
    font-family: var(--tagline-font);;
    padding: 17px 44px;
    line-height: 1;
}

section.image-header .l-section .header-content a, 
section.content-header.contact-header a, 
section.slider-header .l-section .slick-slide .slide-content a, 
.w-btn.color_contrast,
.w-btn.color_light,
.w-btn.color_secondary,
.w-btn.color_primary {
    background-color: var(--pri-color);
    border-radius: 7px;
    color: #ffffff;;
    font-size: 24px;
    text-transform: none;
    font-family: var(--tagline-font);
    border: 1px solid var(--pri-color);
    padding: 17px 44px;
    line-height: 1;
}



.background-primary .w-btn.color_primary,
section.image-header .l-section .header-content a, 
section.slider-header .l-section .slick-slide .slide-content a, 
.w-btn.color_secondary { 
    background-color: var(--pri-dark);
    color: var(--sec-color) !important;
    text-decoration: none;
}

.w-btn.color_light {
    background-image: unset;
    background-color: var(--sec-color);
    color: var(--pri-dark);
}

.funnel .w-btn.color_primary {
    color: #ffffff;
    background-image: unset;
    background-color: var(--pri-color);
}
a.w-btn.color_contrast.style_flat,
.w-btn.color_contrast {
    background-image: unset;
    background-color: var(--sec-color);
    color: #ffffff ;
}

.w-btn-wrapper + .w-btn-wrapper {
    margin-left: 30px;
}

.share_shortcode {
    height: 2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.share_shortcode a {
    display: flex;
    margin: 0 0.5ch;
}

.share_shortcode span {
    font-size: 0.8em;
    color: var(--pri-color);
}

.tagline-container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-family: var(--tagline-font);
    color: var(--pri-light);
    font-style: italic;
    z-index: 1;    
}

.tagline-container p {
    color: inherit;
}

.tagline-container em {
    color: var(--pri-color);
}

.tagline-container .vc_section {
    padding: 0;
}

section.image-header.full-width > .l-section.utility-row,
.utility-row {
    position: absolute;
    width: 100%;
    padding: 0 var(--side-padding);
}

.w-btn.color_primary.full-container-button,
.full-container-button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: none;
    z-index: 3;
}
.parcel-name {
    margin-right: 1em;
}
