/**********Global**********/

/*
@font-face {
    font-family: "Turbinado Pro";
    src: url("../fonts/turbinado-pro.woff2") format("woff2");
}

@font-face {
    font-family: "urw-din-condensed";
    src: url("../fonts/urw-din-condensed.woff2") format("woff2");
}
@font-face {
    font-family: "TT Norms W03 Normal";
    src: url("../fonts/tt-norms-w03-normal.woff2") format("woff2");
}

.uk-navbar-dropdown-nav .menu-item-has-children > a:after {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;

}*/
.uk-navbar-dropdown-nav .menu-item-has-children > a:after {
    content: url('/wp-content/uploads/caret-right-solid.svg');
    margin-left: 6px;
    width: 8px;

}
.uk-navbar-dropdown-nav .uk-nav-sub a {
    color: #0c2f48;
    padding: 13px 20px;
}
ul.uk-nav-sub {
    padding:0;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
    background-color: #dcd9c9;
    
}
.tm-toolbar .uk-subnav>*>:first-child {
    font-size: 14px;
}
.tm-header a.uk-logo.uk-navbar-item {
    position: absolute;
    bottom: 20px;
}
.uk-navbar-container {
    border-bottom: 2px solid #ffffff;
}

.tm-toolbar-default {
    background: linear-gradient(90deg, #0C2F48 50%, #1f4889 50% 100%);
}
a.uk-navbar-toggle {
    min-height: 50px;
}
li.webcam-toolbar {
    background: #0094C8;
    padding: 15px 25px 15px 55px;
    border-radius: 25px;
}
li.webcam-toolbar:before {
   content: url(/wp-content/uploads/webcam-img.png);
    position: absolute;
    top: 9px;
    left: 15px;
}

.bottom-texture-bg {
    background-image: url(/wp-content/uploads/top-texture-dark.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 101%;
    height: 20px;
    position: relative;
     top: -1px;
    left: -1px;
}
.bg-texture:before, .bg-texture-top:before {
    content: "";
    background: url(/wp-content/uploads/top-texture-blue-rotated-clean.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 101%;
    height: 65px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
}
.bg-texture:after {
    content: "";
    background: url(/wp-content/uploads/top-texture-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 101%;
    height: 30px;
    position: absolute;
     bottom: -1px;
    left: -1px;
    z-index: 1;
}


.bg-texture-home-01 {
  background-image: url(/wp-content/uploads/top-texture-blue-rotated-1.svg), url(/wp-content/uploads/camping-bg.jpg);
  background-position: left top, center center;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.gradient-bg {
	background: linear-gradient(90deg, #0C2F48  0 30%, #0094C8 30% 100%);
}

.white-border {
	border: 2px solid #ffffff;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.listing-grid-section .uk-width-1-5\@m.uk-first-column {
    background: url(/wp-content/uploads/filter-bg.png);
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-color: #0c2f48;
}




@media only screen and (min-width: 960px) {
.overlap-left {
    margin-left: -100px;
}
.overlap-top {
    margin-top: -100px;
}
}/***Close @media***/



@media only screen and (min-width: 960px) {
#jrs-calendar-end-2003 {
    margin: 20px 60px 20px 5px;
}
}/***Close @media***/



.listing-grid-section .uk-tab li.uk-active {
    background: #E77008;
}
.listing-grid-section .uk-tab li:hover {
    background: #E77008;
}



.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
    color: #E77008;
}
.uk-offcanvas-bar .uk-nav-default > li > a:hover {
    color: #E77008;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: #ffffff;
}
div#nav_menu-3 {
    margin-top: 20px;
}
.uk-offcanvas-bar .uk-nav-default > li {
    border-bottom: 1px solid #ffffff;
}
.uk-offcanvas-bar .uk-nav-default > li > a {
    font-size: 18px;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    font-size: 16px;
}




/**********Global**********/



/*
begin awesome styles
*/
.awesome-radio input[type="radio"],
.awesome-checkbox input[type="checkbox"] {
  /*
position:absolute;
*/
/*
    left:100px;

*/  -ms-transform: scale(0.1); /* IE */
  -moz-transform: scale(0.1); /* FF */
  -webkit-transform: scale(0.1); /* Safari and Chrome */
  -o-transform: scale(0.1); /* Opera */
    transform:scale(0.1);
    margin-right:-15px;
    opacity:0.1;
}
span[class*="awesome"] {
    cursor:pointer;
}
.awesome-radio input[type="radio"] ~ label::before,
.awesome-checkbox input[type="checkbox"] ~ label::before {
  font-family: 'FontAwesome';
  padding-right: 10px;
  font-size: 30px;
}
.awesome-radio input[type="radio"] + label::before {
  content: "\f10c"; /* circle-blank */
}
.awesome-radio input[type="radio"]:checked + label::before {
  content: "\f058"; /* circle-checked */
    color:green;
}
.awesome-checkbox input[type="checkbox"] ~ label::before {
  content: "\f096"; /* check-empty */
}
.awesome-checkbox input[type="checkbox"]:checked ~ label::before {
  content: "\f046"; /* check */
    color:green;
}
.awesome-checkbox input[type="checkbox"] ~ label,
.awesome-checkbox input[type="radio"] ~ label {
    cursor:pointer;
}
.awesome-checkbox label {
}
/*
end awesome checkbox and radio
*/
/* begin wicked checkbox */
.wicked-checkbox input[type="checkbox"] {
  /*position:absolute;
    top:-100px;
    left:-100px;*/
  -ms-transform: scale(0.1); /* IE */
  -moz-transform: scale(0.1); /* FF */
  -webkit-transform: scale(0.1); /* Safari and Chrome */
  -o-transform: scale(0.1); /* Opera */
    transform:scale(0.1);
    margin-right:-15px;
    opacity:0.1;
}
input,
span[class*="wicked"],
[class*="wicked"] + label,
label {
    cursor:pointer;
}
.wicked-checkbox input[type="checkbox"] ~ label::before {
    margin-right:5px;
    color:#333;
    background: #F3B950;
    width: 182px;
    display: inline-grid;
    text-align: center;
    font-size:14px;
    line-height:38px;
    height:38px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius:45px;
}
/*
body::after {
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url('../images/to-added.png');
}

*/
.wicked-checkbox input[type="checkbox"] ~ label::before {
    content: "Select"; /* check empty */
    font-size:14px;
    line-height:38px;
}
.wicked-checkbox input[type="checkbox"]:checked ~ label::before {
  content: "Selected!"; /* check */
    background: #02ca02;
    color:#ffffff;
}
/* end wicked checkbox */
/* begin wicked button */
.wicked-button,
.uk-form .wicked-button,
.uk-form input.wicked-button,
a.wicked-button {
    color:#ffffff;
    background: #F3B950;
    width:246px;
    height:48px;
    font-size:1rem;
    text-transform:uppercase;
    border:none;
}
.wicked-button.large-wicked-button {
    background: #F3B950;
    width: 340px;
    font-size: 24px;
    line-height: 66px;
    height: 66px;
    border: 0;
}
.wicked-button:hover,
.uk-form .wicked-button:hover,
.uk-form input.wicked-button:hover,
a.wicked-button:hover {
    opacity:0.8;
    color:#333;
    text-decoration:none;
}
a.wicked-button.uk-button:hover:before {
    background: none;
}
/* end wicked button */
/* 
end awesome styles 
*/

.gform_wrapper.gravity-theme fieldset.zog-form-card-default {
    background:rgb(33,86,122);
    padding:20px;
    color:#ffffff;
}
.gform_wrapper.gravity-theme fieldset.zog-form-card-default legend {
    top:20px;
    position:relative;
}
.gform_wrapper.gravity-theme fieldset.zog-form-card-default.awesome-radio input[type="radio"]:checked + label::before {
    color:#FEB837;
}
.gform_wrapper.gravity-theme fieldset.zog-form-card-default.awesome-checkbox input[type="checkbox"]:checked ~ label::before {
    color:#FEB837;
}






/*
.listing-grid-section picture:after {
    
    content: "";
     background-image: url(/wp-content/uploads/shape-listings-card.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    width: 101%;
    height: 9px;
    position: absolute;
     bottom: -1px;
    left: -1px;
    z-index: 1;


}
*/



.webcam-dialog span.uk-icon.uk-nav-parent-icon {
    display: none;
}

div#nav_menu-4 {
    margin-top: -20px;
}

body .gform_wrapper .gform_body {
    font-size: 18px;
}


/* Replace UIkit classes with accessible alternatives */
.has-children {
    position: relative;
}

.has-children > a {
    display: flex;
    align-items: center;
}

/* Parent icon styling */
.parent-icon {
    margin-left: 0.5rem;
    font-size: 0.7em;
    transition: transform 0.2s ease;
    display: inline-block;
}

.has-children.open > a .parent-icon {
    transform: rotate(180deg);
}

/* Dropdown base styles */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
}

.dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Navbar dropdown specific styles */
.navbar-dropdown {
    /* Inherit from .dropdown base styles */
}

.navbar-dropdown-large {
    min-width: 300px;
}

.navbar-dropdown-dropbar-large {
    min-width: 300px;
}

.navbar-dropdown-width-2 {
    min-width: 400px;
}

.navbar-dropdown-width-3 {
    min-width: 800px;
}

.navbar-dropdown-width-4 {
    min-width: 1000px;
}

/* Grid system replacement */
.navbar-dropdown-grid {
    display: grid;
}

.child-width-1-1 {
    grid-template-columns: 1fr;
}

.child-width-1-2 {
    grid-template-columns: repeat(2, 1fr);
}

.child-width-1-3 {
    grid-template-columns: repeat(3, 1fr);
}

.child-width-1-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* Menu grid for images and titles */
.menu-grid {
    display: flex;
    gap: 0.5rem;
}

.menu-grid-small {
    gap: 0.25rem;
}

.menu-flex-middle {
    align-items: center;
}

.menu-width-auto {
    flex: none;
}

.menu-width-expand {
    flex: 1;
}

/* Navigation styles */
.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-dropdown-nav li a {
    display: block;
    padding: 13px 20px;
    color: #000;
    text-decoration: none;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s ease;
}

.navbar-dropdown-nav li a:hover,
.navbar-dropdown-nav li a:focus {
    background: #f3f4f6;
    color: #000;
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
}

.nav-secondary li a {
    display: block;
    padding: 13px 20px;
    color: #6b7280;
    text-decoration: none;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s ease;
}

.nav-secondary li a:hover,
.nav-secondary li a:focus {
    background: #f9fafb;
    color: #374151;
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
}

/* Nested dropdowns */
.nav-sub {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
    list-style: none;
    padding: 0;
}

.nav-sub[data-position="right-top"] {
    top: 0;
    left: 100%;
}

/* Nested dropdown indicators */
.dropdown .has-children > a::after {
    content: url(/wp-content/uploads/caret-right-solid.svg);
    margin-left: 6px;
    width: 8px;
    position: absolute;
    right: 1rem;
    top: 57%;
    transform: translateY(-50%);
    font-size: 0.7em;
}

/* Dividers and headers */
.nav-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 0.5rem 0;
}

.nav-header {
    padding: 0;
}

.nav-header-text {
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Active states */
.uk-active > a {
    color: white;
}

/* Preserve width for images */
.preserve-width {
    white-space: nowrap;
}

/* Padding removal utilities */
.padding-remove-horizontal {
    padding-left: 0;
    padding-right: 0;
}

.padding-remove-vertical {
    padding-top: 0;
    padding-bottom: 0;
}

/* Subtitle styles */
.navbar-subtitle {
    font-size: 0.8em;
    color: #6b7280;
    font-weight: normal;
    margin-top: 0.25rem;
}

.nav-subtitle {
    font-size: 0.75em;
    color: #6b7280;
    font-weight: normal;
    margin-top: 0.25rem;
}

/* Focus styles for accessibility */
a:focus,
button:focus,
[tabindex]:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Screen reader only content */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .dropdown {
        position: static;
        box-shadow: none;
        border: none;
        background: #f8f9fa;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        border-radius: 0;
    }

    .dropdown.show {
        display: block;
    }

    .nav-sub {
        position: static;
        margin-left: 1rem;
    }

    .navbar-dropdown-grid {
        grid-template-columns: 1fr !important;
    }
}