/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.13
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */
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{
    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;
}
#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;
}









@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:74px;
    }
}
@media screen and (max-width: 1450px){
    .category-box .category-block {
        height: 450px;    
    }
}
@media (max-width: 1199px) {
    .amenities .wrapper {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
    }
}
@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) {
    
    .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;
    }
}
@media screen and (max-width: 580px) {
    .category-box .category-block {
        height: 200px;    
    }
    .slider-unit img{
        height:auto;
    }
    .amenities .wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
}