/*
Theme Name: Astra Child
Template: astra
*/
html:root {
    --main_color: #1a85a1;
    --second_color: #103b47;
    --hover_color: #c49e28;
    --hover_color2: #ff6501;
    --original_font: 'Niconne';
    --body_font: 'Montserrat';
}
body, p{
    font-family: "Roboto Slab", Sans-serif;
}
.browseLocationsSlider {
    padding-bottom: 50px;
}

.location-card {
    position: relative;
    display: block;
    overflow: hidden;
}

.location-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.location-card h3 {
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
}

.location-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.6),
        rgba(0,0,0,.1)
    );
}
body .swiper-button-next, body .swiper-button-prev {
    width: 51px;
    height: 51px;
    border-radius: 50px;
    background-color: #1a85a1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: relative;
    top: unset;
    z-index: 99999999;
    right: unset;
    bottom: unset;
    left: unset;
}
.swiper-button-next{
    top: auto;
    bottom: 0;
    right: calc(50% + 10px);
}

.swiper-button-prev {
    top: auto;
    bottom: 0;
    left: calc(50% + 10px);
}
body .swiper-button-next:after, body .swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.swiper-button-nav{
    display:flex;
    gap:20px;
    justify-content: center;
    margin-top: 20px;
}
.category-block-txt {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 22;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.65);
}
.category-block-txt .blocktitle {
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #FFFFFF;
    font-family: "Niconne", Sans-serif;
}
.category-block-txt .blocktext {
    font: 600 16px / 19px Montserrat;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
}
.category-block-img {
    background: #000;
    position: relative;
    height: 100%;
}
body .category-block-img img {
    display: block;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .6s ease,
        filter .6s ease;
}
body .swiper-slide {
    display: flex;
    height: auto;
}
.location-card:hover .category-block-img img{
    transform:scale(1.08);
    filter:brightness(.9);
}
.location-hero{
    height: 410px;
    background: #000;
    position: relative;
}

.location-hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 22%;
    opacity: 0.65;
}

.location-hero-content{
    position:absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 20px;
}

.location-hero-content h1{
    font-family: "Rochester", Sans-serif;
    font-size: 66px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #FFFFFF;
}
.location-hero-content .subtitle {
    font-size: 18px;
    color: #fff;
    margin: 15px 0 0;
}
.units-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.unit-card{
    overflow:hidden;
    border-radius:10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.unit-image{
    overflow:hidden;
}

.unit-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:transform .6s ease;
}

.unit-card:hover img{
    transform:scale(1.08);
}

.unit-content{
    padding:20px;
}

.unit-content h3{
    font-family: "Niconne", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #000000;
}
.location-intro{
    padding:50px 0;
    text-align:center;
}

.location-intro h2{
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #000000;
    margin-bottom:30px;
    font-family: "Niconne", Sans-serif;
}

.intro-text{
    max-width:900px;
    margin:auto;
}

.intro-text p{
    margin-bottom:20px;
    font-size:18px;
}

.location-badges{
    display:flex;
    justify-content: space-between;
    align-items:center;
    gap:60px;
    margin-top:60px;
}

.badge-item{
    width: calc(33.333% - 27px);
}

.badge-item img{
    width:80%;
    height:auto;
}

.badge-item p{
    margin-top:15px;
    font-size:16px;
    color: #7A7A7A;
}
.location-description{
    background:#f8f8f8;
    padding: 40px 0;
}
.location-description p{
    margin: 0;
    text-align: center;
}
.location-units{
    padding: 40px 0;
}
.unit-meta{
    display:flex;
    gap:15px;
    margin-top:15px;
    flex-wrap:wrap;
}

.unit-meta span{
    color:#7a7a7a;
}
.tax-location .ast-container, .single-units .ast-container, .tax-bedroom .ast-container,
.privacy-policy .ast-container{
    flex-direction: column;
    max-width: 100%;
    padding: 0!important;
    background: #fff;
}
.tax-location .container{
    max-width: min(100%, 1140px);
    margin: 0 auto;
}
.hnt-hero .banner .subtitle {
    font-size: 18px;
    color: #fff;
    margin: 15px 0 0;
}
.elementor-location-header{
    z-index:9;
}
.hero-unit{
    position:relative;
}

.slider-unit img{
    width:100%;
    height:720px;
    object-fit:cover;
}

.positioned-title{
    position:absolute;
    margin-top: -97px;
    width:100%;
    z-index:5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding: 40px 50px 20px;
}
.positioned-title .container{
    display: flex;
    justify-content: space-between;
}
.positioned-title h1{
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    font: 400 32px / 36px var(--original_font);
}
.positioned-title .unit-meta{
    display:flex;
    gap:5px;
    flex-wrap:wrap;
}

.unit-meta span{
    display: inline-block;
    border-right: 0;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.single-unit{
    padding:80px 0;
}

.unit-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:50px;
}

.unit-description{
    margin-bottom:50px;
}

.unit-amenities{
    margin-bottom:60px;
}

.unit-amenities h2,
.unit-calendar h2,
.unit-map h2{
    font-family: "Niconne", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #000000;
    margin-bottom: 10px;
}

.amenities-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:5px;
}

.amenity-item{
    
}
.amenity-item svg{
    fill: #1A85A1;
    transition: fill 0.3s;
    height:14px;
    width:14px;
}
.booking-sidebar{
    position:relative;
    
}
.mainInfo{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding:30px;
}
.booking-box{
    top:100px;
    background:#fff;
    padding:30px;
    border-radius:0 0 10px 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.booking-box h3{
    text-align: left;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    font-weight: 700;
}

.booking-box p{
    text-align: left;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    font-weight: 700;
}
.single-unit-main .container{
    padding: 50px;
}
.unit-map{
    margin-top: 30px;
}
.unit-calendar iframe .embeddedCalendar{
    overflow: hidden!important;
}
.unit-calendar iframe{
    min-height:292px;
    border:0;
    display:block;
    overflow: hidden!important;
    pointer-events:none !important;
}
.unit-hero-content{
    background-color: #103B47;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) inset;
    padding-top: 30px;
    border-radius: 10px 10px 0px 0px;
    text-align:center;
}
.booking-sidebar h1{
    font-family: "Niconne", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #FFFFFF;
}
.booking-sidebar .unit-meta{
    text-align: center;
    font-family: "Roboto Slab", Sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    justify-content: center;
    padding-bottom: 20px;
}
.question .btn-q{
    background: #F5F5F5;
    border: 1px solid #C8C8C8;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 70px 20px 70px;
    width: 100%;
    text-align: center;
    color: #292929;
}
.question svg{
    fill: #2DB999;
    transition: fill 0.3s;
    height:14px;
    width:14px;
}
.icon-list-item{
    display:flex;
    gap:5px;
    justify-content: center;
    align-items: center;
}
.unit-divider{
    width:120px;
    height:3px;
    background:#1A85A1;
    margin:0 auto 20px;
    border-radius:10px;
}
.question{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}
.gform_title, .gform-field-label--type-sub{
    display:none!important;
}
.booking-form .gform_wrapper .gform_fields {
    grid-column-gap: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}
.booking-form .gform_wrapper .gfield:nth-child(even) {
    padding-left: 5px;
}
.booking-form .gform_wrapper .gfield:nth-child(odd) {
    padding-right: 5px;
}
.booking-form .gform_wrapper .gfield {
    width: 50%;
}
.booking-form .gform_wrapper .gfield#field_14_5 {
    width: 100%;
}
.gform_wrapper .gform_footer input {
    width: 100% !important;
    margin: 0 !important;
    background: #1a85a1 !important;
    color: #fff;
    font-size: 18px!important;
    height: 65px!important;
}
.booking-form .gform_wrapper .gfield input, .booking-form .gform_wrapper .gfield textarea {
    border-radius: 0;
    color: rgba(41, 41, 41, 0.5);
    font-weight: 500;
    padding-left: 15px;
    height: 55px;
    padding: 15px;
    box-shadow: none;
    color: rgba(41, 41, 41, 0.5);
    background: #F5F5F5;
    border: 1px solid #DCDCDC;
}
.gfield_label{
    color:#334155!important;
    font-size:16px!important;
}
.gform_confirmation_message {
    color:#2DB999;
}
.text-transparent{
    color: transparent!important;
}
.sidebarForm .gform_body label {
    display: none !important;
}
.sidebarForm .gform_body li input, .sidebarForm .gform_body li select{
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #C8C8C8;
    padding-left: 10px !important;
    height: 50px;
    font-size: 16px!important;
    background: #F5F5F5;
}
.sidebarForm .gform_body li:nth-child(6){
    padding-top: 10px !important;
    margin-top: 0;
    padding-right: 0px !important;
}
.sidebarForm .gform_body li textarea{
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #C8C8C8;
    padding-left: 10px !important;
    font-size: 16px!important;
    background: #F5F5F5;
}
.sidebarForm .gform_legacy_markup_wrapper {
    margin-bottom: 0;
    margin-top: 16px;
}
.display_none{
    display: none;
}
.contact_us ul.gform_fields li.gfield:not(#field_2_5):not(#field_2_8) {
    width: calc(50% - 5px) !important;
}
.contact_us ul.gform_fields li.gfield {
    margin-top: 2px;
    padding: 0 !important;
}
.contact_us .gform_body label {
    display: none !important;
}
.contact_us .gform_body li input, .contact_us .gform_body li textarea {
    background: #fff;
    border: 1px solid #DCDCDC;
    padding-left: 15px !important;
    letter-spacing: 0;
    color: rgba(41, 41, 41, 0.5);
    width: 100% !important;
}
.contact_us .gform_body li input {
    height: 55px;
}
.contact_us ul.gform_fields li.gfield .gfield_checkbox {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
}
.contact_us .gform_footer input[type="submit"] {
    display: block!important;
    width: 200px !important;
    margin: 0 auto !important;
    padding: 18px;
    height: auto;
    color: #fff;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    background: var(--main_color) !important;
    text-transform: uppercase;
}
.contact_us ul.gform_fields {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_us .gform_legacy_markup_wrapper textarea.medium {
    height: 160px;
    width: 100%;
}
.contact_us li.gfield--type-textarea, li.gfield--type-checkbox {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.contact_us ul.gform_fields li.gfield .gfield_checkbox input[type="checkbox"] {
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 13px !important;
}
.contact_us ul.gform_fields li.gfield .gfield_checkbox label {
    display: inline-block !important;
    font-weight: 400;
}
.archive .units-hero{
    position:relative;
    padding:180px 20px 140px;
    text-align:center;
    background-image:url('http://localhost/lazyriverrentalsdev.com/wp-content/uploads/2025/10/imgi_3_beach-02.jpg');
    background-size:cover;
    background-position:100% 19%;
    color:#fff;
    margin-top: -64px;
    
}
.archive .units-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity: 0.65;
}
.archive .units-hero .container{
    position:relative;
    z-index:2;
}
.archive .units-hero h1{
    font-family:"Niconne", cursive;
    font-size: 66px;
    line-height: 1.21;
    text-shadow: 0px 0px 10px #00000099;
    font-weight: 400;
    color:#fff;
}
.archive .units-hero p{
    max-width:800px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
}
.archive .units-intro{
    padding:50px 20px 20px;
    text-align:center;
    background:#fff;
}
.archive .units-intro .narrow{
    max-width:1240px;
    margin:auto;
}
.archive .units-intro h2{
    font-size:46px;
    margin-bottom:30px;
    font-family:"Niconne", cursive;
    color: #20849F;
}
.archive .units-intro p{
    font-size:18px;
    line-height:1.9;
    color:#555;
}
.archive .ast-container{
    flex-direction: column;
    max-width: 100%;
    padding: 0!important;
}
.archive #primary, .archive .container {
    max-width: 1240px;
    margin: 0 auto;
}
.archive #primary {
    margin-bottom: 50px;
    margin-top: 50px;
}
.amenities .wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 25px;
}
.amenities .item-wrapper {
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.09);
    padding: 20px 10px 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s linear;
}
.amenities .icon-wrap {
    height: 30px;
}
.amenities .icon-wrap img {
    max-height: 30px;
    object-fit: contain;
}
.amenities {
    margin: 50px 0;
}
body .elementor-9 .elementor-element.elementor-element-4c514ee .elementor-icon-box-title{
    font-size:15px;
}
.elementor-location-header .elementor-button {
    padding: 10px 15px;
}
.unit-card .unit-meta span {
    color: #7a7a7a;
    text-shadow: none;
}
.elementor-9 .elementor-element.elementor-element-0e58265 img, body .elementor-location-header .elementor-element.elementor-widget-image img{
    width: 18%;
    z-index: 999;
    position: absolute;
}
.elementor-slide {
  position: relative;
  cursor: pointer;
}

.elementor-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
}
.swiper-slide .elementor-element.e-child{
	cursor: pointer;
}
.elementor-widget-text-editor ul{
	margin-left:20px;
    margin-bottom: 10px;
}
#post-3924 h1{
	margin-top: 70px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.comonstyel-btn.red {
    background: red;
}
.comonstyel-btn {
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    color: white !important;
}
.smalltext{
    font-size: 15px!important;
}
.post-type-archive-units .entry-header{
    display: none!important;
}
.elementor-1109 .elementor-element.elementor-element-49beae2 .elementor-heading-title {
    font-size: 34px!important;
}
.ast-article-image-container--wide{
    max-height: 400px;
    overflow: hidden;
}
.page-id-4236 .ast-container{
    display: flex;
    flex-direction: column;
}
.wp-theme-Astra .elementor-nav-menu--main ul li a, .wp-theme-Astra .elementor-nav-menu--main ul li a{
    font-size: 10px!important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif!important;
}
.custom-header ul li a{
    font-size: 16px!important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif!important;
}
.elementor-9 .elementor-element.elementor-element-ee1088b, .elementor-9 .elementor-element.elementor-element-ee5e46d.e-con,
.elementor-9 .elementor-element.elementor-element-6311390.e-con{
    padding-bottom:0;
}
.top_head p{
    margin:0;
}
.wrap_top_head .e-con-inner{
    padding: 6px 0!important;
}
.browse-locations{
    padding:20px 0;
}

.location-nav{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top: 20px;
}

.location-nav a{
    padding:10px 18px;
    border:1px solid #ddd;
    border-radius:30px;
    text-decoration:none;
    color:#333;
    transition:.3s;
}

.location-nav a:hover,
.location-nav a.active{
    background:#0f3c63;
    color:#fff;
    border-color:#0f3c63;
}
.unit-image{
    position:relative;
    overflow:hidden;
}

.unit-location-badge{
    position:absolute;
    top:15px;
    right:15px;
    z-index:2;
    background:#fff;
    color:#000;
    padding:5px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    opacity: 0.7;
}



@media (min-width: 1025px) and (max-width: 99999px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}
@media (min-width: 641px) {
    .sidebarForm .gform_body li:nth-child(2), .sidebarForm .gform_body li:nth-child(3), .sidebarForm .gform_body li:nth-child(4), .sidebarForm .gform_body li:nth-child(5) {
        width: calc(50% - 5px) !important;
        float: left;
        clear: none !important;
        padding: 0 !important;
        margin-top: 0 !important
    }
    .sidebarForm .gform_body li:nth-child(2), .sidebarForm .gform_body li:nth-child(4) {
        margin-right: 10px !important;
    }
}
@media screen and (min-width: 1025px){
    .hnt-hero{
        margin-top:73px;
    }
}
@media screen and (max-width: 1450px){
    .category-box .category-block {
        height: 450px;    
    }
}
@media (max-width: 1199px) {
    .elementor .elementor-hidden-desktop.custom-header {
        display: block;
    }
    .amenities .wrapper {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
    }
    .elementor-9 .elementor-element.elementor-element-0e58265 img, body .elementor-location-header .elementor-element.elementor-widget-image img{
        width: 50%;
        position: relative;
        float: left;
    }
    body .elementor-icon svg, .elementor-menu-toggle .e-font-icon-svg{
         height: 35px!important;
         width: 35px!important;
    }
    .archive #primary {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width:991px){

    .unit-grid{
        grid-template-columns:1fr;
    }

    .slider-unit img{
        height:500px;
    }

    .positioned-title h1{
        font-size:42px;
    }

    .amenities-grid{
        grid-template-columns:1fr 1fr;
    }

}
@media screen and (max-width: 767px) {
    .positioned-title {
        margin-top: -129px;
    }
    body .elementor-icon svg, .elementor-menu-toggle .e-font-icon-svg{
         height: 25px!important;
         width: 25px!important;
     }
    .category-box .category-block {
        height: 300px;    
    }
    .units-grid{
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
    }
    .tax-location .container, .single-units .container {
        padding:0 10px;
    }
    .unitGallerySlider {
        height: 230px;
    }
    .positioned-title .container {
        display: block !important;
    }
    .positioned-title h1 {
        font-size: 32px;
    }
    .positioned-title {
        padding: 9px 50px 12px;
    }
    .hero-unit {
        padding-bottom: 20px;
    }
    body .elementor-widget-image a {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 580px) {
    .elementor-9 .elementor-element.elementor-element-0e58265 img, body .elementor-location-header .elementor-element.elementor-widget-image img{
        width: 90%;
    }
    .category-box .category-block {
        height: 200px;    
    }
    .slider-unit img{
        height:auto;
    }
    .amenities .wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
}