/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/
.elementor-location-header {
    position: absolute;
    width: 100%;
    top: 0;
}
.exp-card-slide {
    /* height: 350px; */
    height: 100% !important;
    width: 400px !important;
    box-shadow: 0pt 2pt 7pt #00000071;
	background: #fff;
	position: relative;
}
.exp-card-slide .abe-item {
    height: 100%;
}
.exp-card-content {
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: calc(100% - 325px);
}
.exp-card-content p {
    margin: 0 14px 14px 14px;
	font-size: 12px;
	color: #555555;
}
h1 b, h2 b {
    font-family: 'Montserrat font' !important;
    font-weight: 400;
}

/* Jump to property in header *
.content-header-column select {
    background-color: transparent;
    border: 1px solid #fff;
    height: 24px;
    color: #fff;
    line-height: 24px;
}
/* Jump to property in header end */

.leftcontent-box {
    padding: 60px !important;
}
.rightcontent-box {
    padding: 60px !important;
}
.rightcontent-box.elevate {
    padding: 30px 60px !important;
}
.custom-image-offers, .custom-image-offers > div {
    height: 100%;
}
.custom-image-offers img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.deals-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.deals-grid-wrapper a.deals-box {
    width: 50%;
    height: 400px;
    position: relative;
}
.deals-grid-wrapper .deals-box-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    color: #fff;
    transition: all 0.5s ease-in-out;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b26f50c4;
    padding: 10px 30px;
    justify-content: center;
}
.deals-grid-wrapper a.deals-box:nth-child(1) {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.deals-grid-wrapper a.deals-box:nth-child(2) {
    border-bottom: 1px solid #e9e9e9;
}
.deals-grid-wrapper a.deals-box:nth-child(3) {
    border-right: 1px solid #e9e9e9;
}
.deals-grid-wrapper a.deals-box:hover > .deals-box-content{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.deals-grid-wrapper a.deals-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}
.exp-card-content strong {
    color: #000 !important;
}
.exp-card-content a {
    border: 1px solid #029bab;
    margin: 0;
    font-size: 16px;
    color: #fff !important;
    background: #029bab;
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    position: relative;
    /* bottom: 0px; */
    width: 100%;
    margin-top: auto;
}
.exp-card-content a:hover {
    background-color: #029BABC2;
    color: #029bab;
}
.contactusform form input {
    margin-bottom: 10px !important;
}
.contactusform form > p {
    /* width: 90%; */
    width: 100%;
}
body .wpcf7-response-output {
    background-color: #363636 !important;
    color: #fff !important;
}
.mySwiper-resorts .swiper-wrapper {
    padding: 10px;
    z-index: 2;
}
.exp-card-slide img {
	width: calc(100% - 14px );
    height: 305px !important;
    object-fit: cover;
    object-position: center;
    margin: 7px 7px 0px 7px;
}
.exp-card-content h3 {
    margin: 5px auto 10px auto;
    width: fit-content;
	font-size: 24px;
}
.swiper-arrow-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    z-index: 3;
}
.swiper-arrow-nav .swiper-button-next, .swiper-arrow-nav .swiper-button-prev {
    height: 50px !important;
    width: 50px !important;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #029bab;
    border-radius: 50%;
}
.swiper-arrow-nav .swiper-button-next::after, .swiper-arrow-nav .swiper-button-prev::after {
    color: #fff;
    height: 50px !important;
    width: 50px !important;
    font-size: 28px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.swiper-arrow-nav .swiper-button-next {
    right: 20px;
}
.swiper-arrow-nav .swiper-button-prev {
    left: 20px;
}
.hero-cutoff img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.exp-card-content span {
    text-align: center;
    width: 100%;
    display: flex;
    display: none;
    justify-content: center;
    column-gap: 5px;
	/* padding-bottom: 60px; */
	font-size: 16px;
    font-style: italic;
    color: #222222;
}
.header-additional-info {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    height: 24px;
    transform: translateY(0px);
}
.custom-header-class, .custom-header-class.scroll-active {
    transition: all 0.5s ease-in-out;
}
.header-logo-img { 
    transition: all 0.5s ease-in-out;
}
.custom-header-class.scroll-active .header-logo-img {
    transition: all 0.5s ease-in-out;
    width: 160px;
}
.custom-header-class.scroll-active .header-additional-info {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-200px);
    transition: all 0.5s ease-in-out;
}
.custom-header-class.scroll-active .content-header-column > div {
    align-content: center !important;
    transition: all 0.5s ease-in-out;
}

/* Contact form 7 */
span[data-name="your-first-name"],
span[data-name="your-last-name"],
div.lyp-join-program span {
    width: 50%;
    display: inline-block;
}
div.lyp-join-program div.width-50-holder {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
div.lyp-join-program .width-50 {
    width: 49.5%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
div.lyp-join-program .width-50 p {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: space-around;
}
div.lyp-join-program .width-50 p input {
    margin-bottom: 0 !important;
}
.lyp-join-program p {
    margin-bottom: 0 !important;
    width: 100%;
}
div.lyp-join-program span[data-name="iOwnThisHome"] span,
div.lyp-join-program span[data-name="lookingToPurchase"] span,
div.lyp-join-program span[data-name="referrer"],
div.lyp-join-program span[data-name="message"],
div.lyp-join-program .width-50 span {
    width: 100%;
}
div.lyp-join-program span[data-name="referrer"] {
    margin-bottom: 10px !important;
}
div.lyp-join-program span[data-name="iOwnThisHome"] span label,
div.lyp-join-program span[data-name="lookingToPurchase"] span label {
    display: flex;
    gap: 8px;
}
.contactusform.let-us-elevete .form-subheading,
.contactusform.let-us-elevete .wpcf7-list-item-label {
    color: #fff !important;
}
.contactusform.let-us-elevete .wpcf7-select {
    height: 45px !important;
}
.contactusform.let-us-elevete span[data-name="reservation-number"] input {
    margin-top: 10px;
}
.contactusform.let-us-elevete .wpcf7-textarea {
    margin-bottom: 5px !important;
}

/* Blog */
body main.post {
    padding-bottom: 50px;
}
body main.post a:hover {
    color: #029BABC2 !important;
}
body .eael-post-grid-container .eael-post-grid {
    display: flex !important;
    flex-wrap: wrap;
}
body .eael-post-grid-container .eael-post-grid .eael-grid-post-holder/*,
body .eael-post-grid-container .eael-post-grid .eael-grid-post-holder .eael-entry-wrapper*/ {
    height: 100% !important;
}
body .eael-post-grid-container .eael-post-grid .eael-grid-post-holder .eael-grid-post-excerpt .eael-post-elements-readmore-btn {
    /* margin-top: auto !important; */
    width: calc(100% - 30px);
    position: absolute;
    bottom: 10px;
}
.blog-search form {
    height: 50px !important;
}
.blog-search form .e-search-input-wrapper input {
    min-height: 50px;
}
.e-search-form button {
    border: 1px solid #029BAB !important;
}
.e-search-form button:hover {
    background-color: #029BABC2 !important;
    border: 1px solid #029BAB !important;
}
body .search-archive .elementor-post__card {
    margin-bottom: 0 !important
}
body .search-archive .elementor-post__badge {
    border-radius: 0;
}
body .eael-grid-post-holder-inner {
    position: relative !important;
}
body .eael-grid-post .eael-entry-wrapper {
    padding-bottom: 40px !important;
}
body .search-archive .elementor-post__text {
    display: flex !important;
    margin: 0 !important;
    padding: 15px !important;
}
body .elementor-element .eael-grid-post-excerpt p {
    text-align: left !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
body .search-archive .elementor-post__read-more {
    background-color: #029BAB !important;
    color: #fff !important;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 34px;
    margin-top: auto !important;
}
body .search-archive .elementor-post__read-more {
    background-color: #029BABC2 !important;
    color: #fff !important;
}
/* Blog Post */
.post.type-post {
    margin-top: 120px;
}

body .tiles-section .onimage-label {
    background-color: transparent;
    position: relative;
    height: 20px;
    top:-100px;
    z-index: 2;
    width: 80% !important;
    margin: 0 10%;
    left: 0;
    pointer-events: none;
}
body .tiles-section .onimage-label .elementor-widget-container {
    background-color: transparent;
    padding: 0;
}
body .tiles-section .onimage-label .elementor-widget-container .elementor-heading-title {
    background-color: #029BAB;
    padding: 5px;
}
body .tiles-section .onimage-label span {
    font-size: 14px;
}
body .tiles-section .elementor-widget-text-editor p {
    margin-bottom: 0;
}
body .tiles-section .elementor-widget-n-accordion .e-n-accordion-item-title,
body .tiles-section .elementor-widget-n-accordion .elementor-element {
    border: none;
}
/* Team tiles */
body .tiles-section.tiles-section-block > .elementor-element {
    width: 33%;
}
body .tiles-section.tiles-section-block.tiles-2 > .elementor-element {
    width: 50%;
}
body .tiles-section.tiles-section-block > .elementor-element .elementor-widget-n-accordion {
    margin-top: auto;
}
body .contain-image .rentals-hp-boxes .elementor-widget-container {
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
}
body .contain-image .rentals-hp-boxes .elementor-widget-container img {
    object-fit: contain;
}
body .contain-image.transparent .rentals-hp-boxes .elementor-widget-container {
    background-color: transparent;
}
body .contain-image.black .rentals-hp-boxes .elementor-widget-container {
    background-color: #000;
    border: 1px solid #000;
}

::-moz-selection { /* Code for Firefox */
  background: #029bab !important;
}
::selection {
  background: #029bab !important;
}

/* Events page */
.white-link-section a strong,
.white-link-section a:hover strong,
.white-link-section a:active strong {
    color: #fff !important;
    text-decoration: underline;
}

/* Recaptcha */
body .grecaptcha-badge {
    bottom: 100px !important;
}

/* Footer */
.newslett-form .eael-contact-form-7.labels-hide .wpcf7-form p {
    margin-bottom: 0;
}
.newslett-form .eael-contact-form-7.labels-hide .wpcf7-form label {
    color: #fff;
    display: block;
}
.newslett-form .eael-contact-form-7.labels-hide .wpcf7-form .wpcf7-list-item {
    display: block;
    margin: 0;
}
.newslett-form .eael-contact-form-7.labels-hide .wpcf7-form .wpcf7-list-item:first-of-type {
    margin-top: 20px;
}
.portal-link .elementor-button {
    width: 180px !important;
}
.portal-link a span,
.portal-link a:hover span {
    color: #fff !important;
}
@media only screen and (min-width:1440px) {
    .newslett-form .eael-contact-form-7.labels-hide .wpcf7-form .wpcf7-list-item {
        display: inline-block;
        margin-left: 20px;
    }
    .newslett-form .eael-contact-form-7.labels-hide .wpcf7-form .wpcf7-list-item:first-of-type {
        margin-left: 0;
    }
}
@media only screen and (min-width:1024px) {
    body .header-columns-switch .header-menu-toggle-selector ul li:last-of-type a {
        padding-right: 0 !important;
    }
}
@media only screen and (min-width:1024px) and (max-width:1300px) {
    body .header-columns-switch .header-logo-holder {
        max-width: 160px !important;
        width: 160px !important;
    }
    body .header-columns-switch .content-header-column {
        width: calc(100% - 160px) !important;
    }
    body .header-columns-switch .header-menu-toggle-selector ul li:last-of-type a {
        /* padding: 13px 5px !important;
        font-size: 15px !important;
        margin: 0 !important; */
    }
}

/* Elementor breakpoint dropdown menu */
@media (max-width: 1149px) {
	body .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: block;
	}
	body .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown.sub-menu {
		display: none;
	}
	body .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
		display: flex;
	}
}
@media (min-width: 1150px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown, .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
		display: none;
	}
}
@media (max-width: 1149px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none;
	}
}
/* Elementor breakpoint dropdown menu end */

@media only screen and (max-width:1024px) {
    .exp-card-slide {
        width: 300px !important;
    }
    .custom-image-offers img {
        height: 300px;
    }
    .exp-card-slide img  {
        height: 200px !important;
    }
    .exp-card-content {
        height: calc(100% - 220px);
    }
    .hero-cutoff img {
        height: 50vh;
    }
    .elementor-menu-toggle i {
        margin-top: 4px;
        margin-right: 10px
    }
    .leftcontent-box {
        padding: 20px !important;
    }
    .rightcontent-box {
        padding: 20px !important;
    }
    .offers-section section > div {
        flex-direction: column;
    }
    .offers-section section > div > div {
        width: 100% !important;
    }
    .deals-grid-wrapper .deals-box-content {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-in-out;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000070;
        padding: 10px 30px;
        justify-content: center;
    }
    .exp-boxes-wrapper > div > div {
        width: 100% !important;
    }
    /* Contact page */
    .contact-holder .california {
        /* order: 2; */
        padding-bottom: 50px !important;
    }
    .contact-holder .form-holder {
        /* order: 1; */
    }
    .contact-holder .colorado {
        /* order: 3; */
    }
}
@media only screen and (max-width:900px) {
    /* Team tiles */
    body .tiles-section.tiles-section-block > .elementor-element {
        width: 50%;
    }
}
@media only screen and (max-width:767px) {
    .post.type-post {
        margin-top: 100px;
    }
    .footer-logo > div {
        display: flex;
    }
    .footer-logo img {
        margin: 0 auto;
    }
    .elementor-menu-toggle i {
        margin-top: 0px;
        margin-right: 0px
    }
    .deals-grid-wrapper a.deals-box {
        width: 100%;
    }
    .deals-grid-wrapper a.deals-box:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }
    .deals-grid-wrapper a.deals-box:nth-child(2) {
        border-bottom: 1px solid #e9e9e9;
    }
    .deals-grid-wrapper a.deals-box:nth-child(3) {
        border-right:none;
        border-bottom: 1px solid #e9e9e9;
    }
    .contactusform form > p {
        width: 100%;
    }
    .elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
        justify-content: center !important;
    }
}
@media only screen and (max-width:600px) {
    /* Team tiles */
    body .tiles-section.tiles-section-block > .elementor-element,
    body .tiles-section.tiles-section-block.tiles-2 > .elementor-element {
        width: 100%;
    }
    div.lyp-join-program span,
    div.lyp-join-program .width-50 {
        width: 100%;
    }
    div.lyp-join-program div.width-50-holder {
        flex-direction: column;
        gap: 10px;
    }
    div.lyp-join-program .width-50:first-of-type p {
        display: flex;
        gap: 10px;
    }
}
@media only screen and (min-width:561px) {
    .hanging-booknow {
        display: none;
    }
}
@media only screen and (max-width:560px) {
    .swiper-arrow-nav .swiper-button-next, .swiper-arrow-nav .swiper-button-prev {
        height: 40px !important;
        width: 40px !important;
    }
    .swiper-arrow-nav .swiper-button-next::after, .swiper-arrow-nav .swiper-button-prev::after {
        height: 40px !important;
        width: 40px !important;
        font-size: 22px;
    }
    .hanging-booknow {
        display: none;
        position: fixed;
        bottom: -5px;
        left: 0;
        z-index: 10;
        width: 100%;
        padding: 5px 0;
    }
    .custom-header-class.scroll-active .content-header-column > div {
        padding: 5px;
    }
    .custom-header-class .header-logo-img img {
        transition: all 0.5s ease-in-out;
    }
    .custom-header-class.scroll-active .header-logo-img img{
        width: 160px !important;
        transition: all 0.5s ease-in-out;
    }
}
@media only screen and (min-width:768px) {
    .footer-menu-widget li.menu-item a {
        width: fit-content;
    }
}
@media only screen and (min-width:1440px) {
    .custom-header-class {
        padding: 10px 40px !important;
    }
}