html > body.asher-landing-page {
    width: 100%;
    font-family: "arponasans", serif;
    font-weight: 300;
}
html > body.asher-landing-page article.page .wpb-content-wrapper {
    max-width: 1440px;
}
html > body.asher-landing-page h1,
html > body.asher-landing-page h2,
html > body.asher-landing-page h3,
html > body.asher-landing-page h4,
html > body.asher-landing-page h5,
html > body.asher-landing-page h6 {
    font-family: "arpona", sans-serif;
    font-weight: 400;
}
html > body.asher-landing-page ul {
    padding: 0;
    list-style: none;
}
html > body.asher-landing-page ul li {
    padding: 0;
    padding-left: 1em;
    position: relative;
}
html > body.asher-landing-page ul li::before {
    content: " ";
    height: 5px;
    width: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 12px;
    transform: rotate(45deg);
}
html > body.asher-landing-page a.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #BB9468;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    font-family: "arpona", sans-serif;
    font-weight: 400;
    transition: opacity 0.2s;
}
html > body.asher-landing-page a.btn:hover {
    opacity: 0.75;
}
html > body.asher-landing-page img {
    pointer-events: none;
}

/**
* Datepicker UI Styles
*/
html > body.asher-landing-page .ui-datepicker table.ui-datepicker-calendar thead th,
html > body.asher-landing-page .ui-datepicker table.ui-datepicker-calendar thead th > span,
html > body.asher-landing-page .ui-datepicker table.ui-datepicker-calendar tbody td,
html > body.asher-landing-page .ui-datepicker table.ui-datepicker-calendar tbody td > span {
    font-size: 14px;
}
html > body.asher-landing-page .ui-datepicker .ui-datepicker-header .ui-datepicker-month,
html > body.asher-landing-page .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
    font-size: 14px;
}

/**
* Header Section
*/
html > body.asher-landing-page article.page .asher-lp-header {
    width: 100%;
    margin: 0;
    padding: 0;
}
html > body.asher-landing-page article.page .asher-lp-header .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    background: #637A8C;
    color: #fff;
}

@media ( max-width: 800px ) {

    html > body.asher-landing-page article.page .asher-lp-header .wpb_wrapper {
        flex-direction: column;
        text-align: center;
    }

    html > body.asher-landing-page article.page .asher-lp-header .wpb_wrapper figure {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/**
* Slider Section
*/
html > body.asher-landing-page .asher-slider,
html > body.asher-landing-page .asher-lp-slider {
    margin: 0;
    padding: 0;
}
html > body.asher-landing-page .asher-lp-slider .wpb_wrapper .wpb_content_element {
    margin: 0;
    padding: 0;
}
html > body.asher-landing-page .asher-lp-slider .vc_carousel-inner,
html > body.asher-landing-page .asher-lp-slider .vc_carousel-inner .vc_item {
    aspect-ratio: 16 / 8;
    height: auto !important;
}

html > body.asher-landing-page .asher-slider.slick-slider {
     overflow: hidden;
     aspect-ratio: 16 / 8;
}
html > body.asher-landing-page .asher-slider.slick-slider figure.slick-slide img {
    display: block;
    animation: zoomInOut 30s 1 ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1.0,1.0); transform-origin: 50% 50%;
    }
    50% {
        transform: scale(1.2,1.2); transform-origin: 100% 0%;
    }
    100% {
        transform: scale(1.0,1.0); transform-origin: 0% 100%;
    }
}

/**
* Overlay Section
*/
html > body.asher-landing-page .asher-lp-overlay {
    position: relative;
    margin: 0;
    padding: 0;
}
html > body.asher-landing-page .asher-lp-overlay .wpb_wrapper {
    /* position: absolute;
    top: -160px;
    right: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 25px 40px 25px 140px;
    min-height: 100px;
    background-color: rgba( 99, 122, 140, 0.9 );
    background-image: url(library/img/vector-pattern.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
html > body.asher-landing-page .asher-lp-overlay .wpb_wrapper > * {
    margin: 0;
    color: #fff;
}
html > body.asher-landing-page .asher-lp-overlay .wpb_wrapper h1,
html > body.asher-landing-page .asher-lp-overlay .wpb_wrapper h2,
html > body.asher-landing-page .asher-lp-overlay .wpb_wrapper h3 {
    font-size: 1.6em;
}

.vc_images_carousel .vc_carousel-control {
	color: #fff!important;
	opacity: 0.75!important;
}
.vc_images_carousel .vc_carousel-control:hover {
	opacity: 1!important;
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
	font-size: 60px!important;
}

@media ( max-width: 900px ) {

    html > body.asher-landing-page .asher-lp-overlay .wpb_wrapper {
        position: static;
        padding: 30px;
        background-image: none;
        text-align: center;
        min-height: 0;
    }

    html > body.asher-landing-page .asher-lp-overlay .wpb_wrapper > * {
        text-align: center;
    }
}

/**
* Grid Section
*/
html > body.asher-landing-page .asher-lp-section {
    margin: 0;
}
html > body.asher-landing-page .asher-lp-section .vc_column-inner {
    margin: 0;
    padding: 0;
}
html > body.asher-landing-page .asher-lp-section .vc_column-inner .wpb_wrapper .wpb_content_element {
    margin: 0;
    padding: 0;
}
html > body.asher-landing-page .asher-lp-section.text-left,
html > body.asher-landing-page .asher-lp-section.text-right {
    background-image: url(library/img/bg-pattern.png);
    background-repeat: repeat-y;
}
html > body.asher-landing-page .asher-lp-section.text-left {
    background-position: 0 0;
}
html > body.asher-landing-page .asher-lp-section.text-right {
    background-position: 100% 0;
}
html > body.asher-landing-page .asher-lp-section.text-left .vc_column-inner .wpb_wrapper .wpb_text_column {
    padding: 5% 10% 5% 25%;
}
html > body.asher-landing-page .asher-lp-section.text-right .vc_column-inner .wpb_wrapper .wpb_text_column {
    padding: 5% 25% 5% 10%;
}

@media ( max-width: 960px ) {

    html > body.asher-landing-page .asher-lp-section.text-left,
    html > body.asher-landing-page .asher-lp-section.text-right {
        align-items: center;
    }

    html > body.asher-landing-page .asher-lp-section.text-left > *:nth-child(1) {
        width: 60%;
    }
    html > body.asher-landing-page .asher-lp-section.text-left > *:nth-child(2) {
        width: 40%;
    }

    html > body.asher-landing-page .asher-lp-section.text-right > *:nth-child(1) {
        width: 40%;
    }
    html > body.asher-landing-page .asher-lp-section.text-right > *:nth-child(2) {
        width: 60%;
    }
}

@media ( max-width: 768px ) {

    html > body.asher-landing-page .asher-lp-section.text-left {
        flex-direction: column-reverse;
    }
    html > body.asher-landing-page .asher-lp-section.text-right {
        flex-direction: column;
    }

    html > body.asher-landing-page .asher-lp-section.text-left > *,
    html > body.asher-landing-page .asher-lp-section.text-right > * {
        width: 100% !important;
    }

    html > body.asher-landing-page .asher-lp-section.text-left img,
    html > body.asher-landing-page .asher-lp-section.text-left figure.wpb_wrapper,
    html > body.asher-landing-page .asher-lp-section.text-left .vc_single_image-wrapper,
    html > body.asher-landing-page .asher-lp-section.text-right img,
    html > body.asher-landing-page .asher-lp-section.text-right figure.wpb_wrapper,
    html > body.asher-landing-page .asher-lp-section.text-right .vc_single_image-wrapper {
        display: block;
        width: 100%;
        height: auto;
    }
}

/**
* Form Section
*/
html > body.asher-landing-page .asher-lp-form {
    margin: 0;
    background: #637A8C;
    color: #fff;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper {
    max-width: 900px;
    margin: 5% auto;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper .gform_heading {
    text-align: center;
    margin: 0 0 5%;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper form input[type="text"],
html > body.asher-landing-page .asher-lp-form .gform_wrapper form input[type="email"],
html > body.asher-landing-page .asher-lp-form .gform_wrapper form input[type="tel"],
html > body.asher-landing-page .asher-lp-form .gform_wrapper form select,
html > body.asher-landing-page .asher-lp-form .gform_wrapper form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: none;
    font-family: inherit;
    font-size: 1.1em;
    color: #fff;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper form input.datepicker {
    background-image: url(library/img/icon-cal.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper form select {
    min-height: 48px;
    appearance: none;
    -webkit-appearance: none;
    background: url( data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgaWQ9IkxheWVyXzEiICAgZGF0YS1uYW1lPSJMYXllciAxIiAgIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIiAgIHZlcnNpb249IjEuMSIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIgICBzb2RpcG9kaTpkb2NuYW1lPSJkb3dubG9hZC5zdmciPiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGE0MjAyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMjciICAgICBpZD0ibmFtZWR2aWV3NDIwMCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209Ijg0LjMiICAgICBpbmtzY2FwZTpjeD0iMi40NzQ5OTk5IiAgICAgaW5rc2NhcGU6Y3k9IjUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy15PSIyNyIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIiAvPiAgPGRlZnMgICAgIGlkPSJkZWZzNDE5MCI+ICAgIDxzdHlsZSAgICAgICBpZD0ic3R5bGU0MTkyIj4uY2xzLTJ7ZmlsbDojNDQ0O308L3N0eWxlPiAgPC9kZWZzPiAgPHRpdGxlICAgICBpZD0idGl0bGU0MTk0Ij5hcnJvd3M8L3RpdGxlPiAgPHBvbHlnb24gICAgIGNsYXNzPSJjbHMtMiIgICAgIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIiAgICAgaWQ9InBvbHlnb240MTk4IiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIgLz48L3N2Zz4=) no-repeat 99% 50%;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper form select option {
    color: #000;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper form input[type="text"]::placeholder,
html > body.asher-landing-page .asher-lp-form .gform_wrapper form input[type="email"]::placeholder,
html > body.asher-landing-page .asher-lp-form .gform_wrapper form input[type="tel"]::placeholder,
html > body.asher-landing-page .asher-lp-form .gform_wrapper form select::placeholder,
html > body.asher-landing-page .asher-lp-form .gform_wrapper form textarea::placeholder {
    color: rgba( 255, 255, 255, 0.5 );
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper .gform_footer {
    display: block;
    text-align: center;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper .gform_footer input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background: #BB9468;
    color: #fff;
    border-radius: 0;
    opacity: 1;
    text-transform: uppercase;
    font-family: "arpona", sans-serif;
    font-weight: 400;
    transition: opacity 0.2s;
}
html > body.asher-landing-page .asher-lp-form .gform_wrapper .gfield {
    margin-bottom: 20px;
}

/**
* Gallery Grid Section
*/
html > body.asher-landing-page .asher-lp-gallery-grid {
    margin: 0;
    position: relative;
    top: -1px;
}
html > body.asher-landing-page .asher-lp-gallery-grid .vc_column-inner {
    margin: 0;
    padding: 0;
}
html > body.asher-landing-page .asher-lp-gallery-grid .vc_column-inner .wpb_content_element {
    margin: 0;
    padding: 0;
}

/**
* Directions Section
*/
html > body.asher-landing-page .asher-lp-location {
    margin: 0;
    position: relative;
    top: -1px;
    background: #3C4143;
}
html > body.asher-landing-page .asher-lp-location .wpb_content_element {
    position: relative;
    top: -80px;
    margin: 0 auto;
    max-width: 1100px;
}
html > body.asher-landing-page .asher-lp-location .wpb_content_element.wpb_raw_html .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #BB9468;
    color: #fff;
}
html > body.asher-landing-page .asher-lp-location .wpb_content_element.wpb_raw_html a.btn {
    background-color: #637A8C;
}

/**
* Footer Section
*/
html > body.asher-landing-page .asher-lp-footer {
    position: relative;
    top: -1px;
    margin: 0;
    padding-bottom: 30px;
    background: #3C4143;
}
html > body.asher-landing-page .asher-lp-footer p,
html > body.asher-landing-page .asher-lp-footer a {
    text-decoration: none;
    font-weight: 200;
    color: rgba(255,255,255,0.5);
    box-shadow: none;
}
html > body.asher-landing-page .asher-lp-footer a:hover {
    color: rgba(255,255,255,1);
}
html > body.asher-landing-page .asher-lp-footer .wpb_content_element .wpb_wrapper > * {
    text-align: center;
}
html > body.asher-landing-page .asher-lp-footer .wpb_content_element .wpb_wrapper img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}