.custom-font-1 {
    /*font-family: cormorant, serif !important*/
}

h1 {
    /*font-family: cormorant, serif !important*/
}

h1 {
    line-height: 100%;
    letter-spacing: 0
}

h3 {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0;
    /*color: #e89012;*/
    color: black;
    /*padding-left: 90px;*/
    position: relative
}

h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    top: 50%;
    left: 0;
    display: block;
    /*background-color: #e89012;*/
}

h3.short {
    padding-left: 50px
}

h3.short:before {
    width: 40px
}

@media (min-width: 1024px) {
    h1 {
        font-size: 4vw
    }
}

@keyframes blinker {
    50% {
        opacity: .4
    }
}

.custom-list-1 li {
    line-height: 32px
}

.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body {
    background: var(--dark)
}

html.side-header-overlay-full-screen #header {
    background: var(--dark)
}

.custom-available-bullet {
    padding-left: 18px;
    position: relative
}

.custom-available-bullet:before {
    animation: blinker 1s linear infinite;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
    display: block;
    border-radius: 100%;
    background-color: #39b54a
}

.custom-circle-section-1 {
    z-index: 100;
    position: relative
}

.custom-curved-text-1 {
    max-width: 130px;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    background: var(--light);
    border-radius: 50%
}

.custom-curved-text-1 svg {
    position: relative;
    left: 4px;
    top: 1px;
    margin: 2px
}

.custom-curved-text-2 {
    max-width: 130px;
    margin: 20px;
    background: var(--dark--100);
    border-radius: 50%
}

.custom-curved-text-2 svg {
    position: relative;
    left: 4px;
    top: 1px;
    margin: 2px
}

.horizontal-scroller-wrapper {
    z-index: 100;
    position: relative
}

@media (max-width: 992px) {
    .horizontal-scroller-scroll {
        height: 100vh;
        display: flex;
        align-items: center;
    }

    /*.horizontal-scroller-scroll .horizontal-scroller-item {*/
    /*    height: auto*/
    /*}*/
}

/*@media(min-width: 50px) and (max-width: 600px){*/
/*    .horizontal-scroller-scroll {*/
/*        height: 50vh !important;*/
/*    }*/
/*    !*.pin-spacer{*!*/
/*    !*    height: 350px !important;*!*/
/*    !*}*!*/
/*}*/

.horizontal-scroller-image {
    max-height: 90vh;
    padding-top: 0
}

.custom-date-1 {
    padding-left: 50px;
    position: relative
}

.custom-date-1:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 50%;
    left: 0;
    display: block;
    background-color: var(--dark)
}

.spotlight-cursor-text {
    position: relative;
    height: 70vh;
    width: 100vw;
    overflow: hidden
}

.spotlight-cursor-text .shape {
    will-change: transform;
    position: absolute;
    border-radius: 50%
}

.spotlight-cursor-text .shape.shape-1 {
    background: #e8926a;
    width: 400px;
    height: 400px;
    margin: -325px 0 0 -325px
}

.spotlight-cursor-text .shape.shape-2 {
    background: #f26e31;
    width: 240px;
    height: 240px;
    margin: -220px 0 0 -220px
}

.spotlight-cursor-text .shape.shape-3 {
    background: #F0550C;
    width: 170px;
    height: 170px;
    margin: -135px 0 0 -135px
}

.spotlight-cursor-text .content {
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    width: 100vw;
    background: var(--light);
    mix-blend-mode: screen
}

.spotlight-cursor-text .title {
    font-size: 100px;
    line-height: 200px;
    letter-spacing: 0;
    font-weight: bolder;
    color: var(--dark);
    margin: 0;
    text-align: center
}

@media (max-width: 1200px) {
    .spotlight-cursor-text .title {
        font-size: 75px;
        line-height: 75px
    }
}

.spotlight-cursor-text .overlay:before {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
}

.spotlight-cursor-text .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
}

.contact-info {
    padding-top: 0px
}
