/*.ua-ios,
.ua-ios body {
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	max-width: 100vw !important;
}*/

/*
footer {
	border-top: 15px solid red !important;
}
*/

p {
    line-height: 1.8em;
}

.fusion-layout-column .fusion-column-wrapper {
    min-height: 0px !important;
}

.no-click {
    pointer-events: none;
}

.clipped-separator-top {
    clip-path: url(#roundedTopClip);
    z-index: 11;
}

.clipped-separator-bottom {
    clip-path: url(#roundedBottomClip);
    z-index: 11;
}

#bigHalfCircleCandy {
    pointer-events: none;
}

@media (max-width: 1000px) {
    .clipped-separator-top {
        clip-path: url(#roundedTopClip-Medium);
    }

    .clipped-separator-bottom {
        clip-path: url(#roundedBottomClip-Medium);
    }

    #bigHalfCircleCandy {
        height: 50px !important;
    }
}

@media (max-width: 600px) {
    .clipped-separator-top {
        clip-path: url(#roundedTopClip-Small);
    }

    .clipped-separator-bottom {
        clip-path: url(#roundedBottomClip-Small);
    }

    #bigHalfCircleCandy {
        height: 25px !important;
    }

    svg.fusion-big-half-circle-candy {
        height: 40px;
    }
}

#main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.svg-seperator {
    height: 0;
    width: 0;
    overflow: hidden;
    display: block;
}

.hero-content {
    position: static;
}

.home-hero-content {
    min-height: 70vh;
}

.sub-hero-wrapper {
    transition: background 0.5s;
}

.sub-hero-content {
    min-height: 60vh;
}

.home-hero-content .fusion-column-wrapper:first-child {
    margin-bottom: 120px;
    margin-top: 60px;
}

.sub-hero-content .fusion-column-wrapper:first-child {
    margin-bottom: 0px;
    margin-top: -20px;
}


/* .sub-hero-content .fusion-text {
    max-height: 100px;
} */

/*
div.slider.box-slider .slick-dots {
	position: relative;
    top: -130px;
}

div.slider .slick-dots li button {
	height: 16px !important;
    width: 16px !important;
    margin: 0px 6px !important;
}
*/

.ua-ios .hero-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ua-ios .hero-wrapper>.fusion-row {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/*
.ua-ios .home .fusion-builder-row-3 {
	margin-bottom: 0 !important;
}
*/

.ua-ios .home .fusion-builder-row-4 {
    /*margin-top: -115px !important;*/
    position: relative;
    top: -115px;
}

.ua-ios .home .fusion-builder-row-5 {
    margin-top: 0 !important;
}

#map-embed {
    z-index: 13;
}

.map-wrapper,
.map-wrapper .fusion-row,
.map-wrapper .fusion-layout-column {
    position: static !important;
}

#map-container {
    position: absolute;
    left: 100%;
    top: 0;
    background: #333;
    width: 0;
    height: 100%;
    z-index: 11;
}

#map-handle {
    position: absolute;
    left: -154px;
    top: 50px;
    border-radius: 50%;
    display: block;
    width: 280px;
    height: 280px;
    color: rgba(255, 255, 255, 0.8);
    background-image: url(/wp-content/themes/Avada-Child-Theme/codavate/images/MapHandle.png);
    background-repeat: no-repeat;
    /* background-color: rgba(0, 0, 0, 0.7); */
    background-color: #dedede;
    background-size: contain;
    cursor: pointer;
}

#map-handle>span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    text-align: right;
    width: 140px;
    padding: 116px 37px;
    line-height: 20px;
    cursor: -webkit-grab;
    top: 0;
}

.sub-hero-content .fusion-button-wrapper a {
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    #map-handle {
        top: 60px;
        left: -124px;
        width: 230px;
        height: 230px;
    }

    .hero-content .fusion-text {
        max-width: calc(100vw - 200px);
    }

    .hero-content .fusion-button-wrapper {
        max-width: calc(100vw - 200px);
        display: inline-block;
    }

    .sub-hero-content .fusion-button-wrapper a {
        margin-bottom: 0px;
    }
}

@media (max-width: 500px) {
    .home-hero-content .fusion-column-wrapper:first-child {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .hero-content .fusion-title {
        max-width: calc(100vw - 140px);
    }

    #map-handle {
        /* top: calc(50vh - 135px); */
        top: 70px;
        left: -85px;
        width: 170px;
        height: 170px;
    }

    .ua-ios #map-handle {
        top: 210px;
        left: -85px;
        width: 85px;
        height: 170px;
        border-radius: 0;
        background-color: transparent;
    }

    .hero-content .fusion-text {
        max-width: calc(100vw - 160px);
    }

    .hero-content .fusion-button-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 350px) {
    .hero-content {
        height: auto;
    }

    .hero-content .fusion-column-wrapper:first-child {
        position: relative;
        top: 0;
        transform: none;
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .hero-content .fusion-text {
        line-height: 1.5em;
    }
}

#map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: 100;
}

/*#tiled-map img {
    height: fit-content;
    max-width: none !important;
}*/

.hero-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 11;
}

.fusion-footer {
    top: unset;
    position: absolute;
    width: 100%;
}

footer {
    z-index: 10;
}


/* @media (max-width: 760px) {
    .special-seperator {
        transform: scale3d(2, 4, 1);
    }
} */


/* .special-seperator:after {
    display: block;
    width: 100%;
    content: ' ';
    min-height: 50px;
    height: 100%;
    background: #000;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
} */

.hero-content {
    color: #fff !important;
}

.hero-content h1,
.hero-content .title h1,
.hero-content .content h1 {
    color: #fff;
}


/* @media (max-width: 1170px) {
    .home-hero-wrapper:before {
        content: '';
        left: 55vw !important;
    }
} */

.sub-hero-image {}

.sub-page-hero {}

.sub-page-hero,
.sub-page-hero>.fusion-row:first-child,
.sub-page-hero .fusion-column-first {
    position: static !important;
}

.sub-page-hero .fusion-title {
    /* max-width: 52vw; */
    position: relative;
}

.sub-page-hero .fusion-text {
    /* max-width: 54vw; */
}

.sub-page-hero .fusion-text p {
    /* white-space: pre-wrap; */
}

.sub-page-hero .fusion-imageframe {
    position: absolute;
    top: 117px;
    right: 0px;
    display: inline-block;
    /* clip-path: circle(50% at 60% 30%); */
    clip-path: circle(68% at 68% 30%);
    height: auto;
    width: 38vw;
    z-index: 11;
}

.sub-page-cta-1,
.sub-page-cta-2 {
    background: #8cc63e !important;
}

.sub-page-cta-1 .fusion-button-text,
.sub-page-cta-1 .fusion-button i,
.sub-page-cta-2 .fusion-button-text,
.sub-page-cta-2 .fusion-button i {
    color: #8cc63e !important;
    font-weight: bold;
}

.sub-page-cta-1 .fusion-text,
.sub-page-cta-2 .fusion-text {
    color: #fff !important;
}

.sub-page-cta-1 .fusion-button,
.sub-page-cta-2 .fusion-button {
    /* background: #eaeee4 !important; */
    background: #fff !important;
    margin-bottom: 5px;
}

.sub-page-cta-1 .fusion-builder-row-inner .fusion-column-first.fusion-column-last p:last-child,
.sub-page-cta-2 .fusion-builder-row-inner .fusion-column-first.fusion-column-last p:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* .slider, .slick-list { */
/* overflow: visible !important; */
/* } */

/* .slide.slick-cloned { visibility: hidden; } */

.was-truncated::after {
    content: '...';
}

@media (min-width: 800px) {
    .was-truncated:hover::after {
        content: '';
    }
}

.tooltip.in.content-overflow-tooltip {
    opacity: 1;
}

.has-tip {
    cursor: help;
}

div.tooltip.content-overflow-tooltip {
    padding: 0;
    margin-left: -8px;
    /* margin-top: -5px; */
    margin-top: 0px;
    /* opacity: 1; */
    /* transition: opacity 0.35s; */
}

div.tooltip.content-overflow-tooltip .tooltip-arrow {
    /* border-bottom-color: rgba(0, 0, 0, 0.1); */
    left: unset !important;
    right: 20px;
    margin-top: -5px;
    display: none;
}

div.tooltip.content-overflow-tooltip .tooltip-inner {
    /* background-color: rgba(0, 0, 0, 0.1); */
    /* min-width: 355px; */
    padding-top: 0;
}

@media (max-width: 800px) {
    .sub-page-hero {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* .sub-page-hero:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 59px;
        background: lightgrey;
        margin-top: -10px;
        min-height: 40px;
    } */
    .sub-page-hero .fusion-title:before {
        content: '';
        display: block;
        position: absolute;
        left: -30px;
        width: calc(100% + 60px);
        background: lightgrey;
        margin-top: -10px;
        height: calc(100% + 15px);
    }

    .sub-page-hero .fusion-title {
        position: relative;
        z-index: 2;
        color: #fff;
        margin-bottom: 0 !important;
        top: -5px;
        overflow: visible;
        /* margin-bottom: calc(12vh + 20px) !important; */
        /* margin-bottom: calc(32vh + 30px) !important; */
    }

    .sub-page-hero .fusion-title h1 {
        /* color: #fff; */
        color: #333 !important;
        font-size: calc(12px + 1.5vw) !important;
        height: auto !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        line-height: 1.2em !important;
        position: relative;
    }

    .sub-page-hero .fusion-imageframe {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        display: block;
        padding: 0;
        width: calc(100% + 60px);
        max-width: 100vw;
        margin-left: -30px;
        height: 32vh;
        min-height: 150px;
        z-index: 1;
        clip-path: url(#roundedBottomClip);
        margin-bottom: 10px;
    }

    /* .sub-page-hero .fusion-imageframe:before {
        content: ' ';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.3);
    } */
    .sub-page-hero .fusion-imageframe img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 100%;
    }

    .sub-page-cta-1 .fusion_builder_column_2_3 .fusion-column-wrapper,
    .sub-page-cta-2 .fusion_builder_column_2_3 .fusion-column-wrapper {
        padding-bottom: 0 !important;
    }

    .sub-page-cta-1 .fusion_builder_column_1_3 .fusion-column-wrapper,
    .sub-page-cta-2 .fusion_builder_column_1_3 .fusion-column-wrapper {
        padding-top: 0 !important;
    }

    .sub-page-cta-2 .fusion_builder_column_1_3 {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    .sub-page-cta-2 .fusion_builder_column_2_3 {
        margin-top: 30px !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 1170px) {
    /* .sub-page-cta-1 .fusion-button {
        width: 100% !important;
    } */
}


/* @media (max-width: 346px) {
    #wpadminbar {
        display: none !important;
    }
    html {
        margin-top: 0 !important;
    }
} */