/*
Theme Name: CIO - CampSite Solutions
Theme URI: https://campsite.solutions
Description: Child Theme for CampSite Solutions
Author: CampSite Solutions
Textdomain: qi
Author URI: https://campsite.solutions
Template: refive
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html 
*/



/* HIDE ADS START */

div[data-elementor-id="7737"], div[data-id="408507e"], div[data-id="f6a45f5"], div[data-id="781f770"], div[data-id="283bc97e"], div[data-id="2f0f3a58"], .get-away-section
{display: none!important;}

/* General */





@media (min-width: 1400px) {
    .gslide-image img {
        height: 97vh!important;
        width: 100%!important;
    }
}

@media (max-width: 1399x) {
    .gslide-image img {
        height: 100%!important;
        width: 97vw!important;
    }
}
/** Global Header with banner ***/
h1.title-test {
    color: #fff;
    text-align: center;
}

.loader {
    text-align: center;
}
/*******************************/

.fa-solid:before, .fa-solid, .dutt-ff a
{
    border: 0!important;
}

.glightbox, .main-photo, .campground-thumbnail, .browseCard figure a, .supplier-item .post-thumbnail
{
    width: 100%;              /* or fixed width like 400px */
  aspect-ratio: 16 / 9;     /* enforce aspect ratio (e.g., 16:9) */
  overflow: hidden;         /* hide anything outside the box */
  position: relative;
  display: block;
}

.glightbox img, .main-photo img,  .campground-thumbnail img, .browseCard figure a img, .supplier-item .post-thumbnail img
{
    width: 100%!important;
  height: 100%!important;
  object-fit: cover;          /* crop & fill */
  object-position: center center; /* horizontal + vertical center */
}
.gcontainer
{
    position: relative;
}

.gcontainer:after
{
    content: "";
    position: relative;
    width:14vw;
    height: 14vw;
    pointer-events: none;
    position: absolute;
    left:0;
    top:0;
    z-index: 99;
    background-size: contain;
    transform: rotate(90deg);
}


body .leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: transparent;
    color: #333;
    box-shadow: none;
}

body .leaflet-popup-content
{
    margin:0 0 -2px 0;
}

.campg-single>div.container
{
    max-width: none!important;
    margin:0!important;
    padding:0!important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea
{
	color:#333;
}

.add-trailer-btn 
{display:inline-block;
margin-bottom:20px;}

.add-trailer-btn a
{
	color:#fff;
}

.add-trailer-btn a:hover
{
	color:#143A61;
}

.trailer-table
{
	margin-bottom:50px;
}

.trailer-table a, body .update-trailer, body #edit-trailer-form button.update-trailer:hover
{
	background-color: #fff!important;
    color:#143A61!important;
    border:2px solid #143A61!important;
    font-family: Rubik, sans-serif!important;
    padding:4px 15px!important;
    border-radius: 16px!important;
    font-weight: 600!important;
	margin-top:4px;
	margin-bottom:4px;
}

.trailer-table a:hover, .update-trailer:hover, .update-trailer:hover a, body #edit-trailer-form button.update-trailer
{
	background-color: #143A61!important;
	color:#fff!important;
}

.edit-trailer-container
{
	margin:30px 5vw!important;
}

.step-indicator button, .form-navigation button, .add-trailer-btn, .add-trailer-btn:hover
{
    background-color: #fff!important;
    color:#143A61!important;
    border:2px solid #143A61!important;
    font-family: Rubik, sans-serif!important;
    padding:12px 20px!important;
    border-radius: 16px!important;
    font-weight: 600!important;
}

.step-indicator button.active, .step-indicator button:hover, .form-navigation button, body .add-trailer-btn
{
    background-color: #143A61!important;
    color:#fff!important;

}
.add-trailer-btn:hover a
{
	color: #143A61!important;
}

.trailer-table td
{
	padding:9px;
	border:2px solid #333!important;
}

.trailer-table
{
	
	border-radius:20px;
	padding:2px;
	border:2px solid #333!important;
	box-sizing: content-box;
}

.trailer-table th
{
	background:#444;
	color:#fff!important;
	font-weight:600;
}


/* Small clusters */
.marker-cluster-small {
  background-color: rgba(96, 73, 109, 1)!important;
  color: #fff;
}

/* Medium clusters */
.marker-cluster-medium {
  background-color: rgba(49, 72, 78, 1)!important; 
  color: #fff;
}

/* Large clusters */
.marker-cluster-large {
  background-color: rgba(166, 86, 55, 1)!important; 
  color: #fff;
}

/* Optional: adjust the inner text circle */
.marker-cluster div {
  background-color: inherit !important;
  border: 2px solid #fff;
  border-radius: 50%;
  font-weight: bold;
  
}

body .marker-cluster span
{
    font-family: "Inter", sans-serif!important;
  font-weight: 700;
  line-height: 27px;
}



/* START MIKE DASHBAORD CSS */



.dashboard-menu-list
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;.campg-single

}

@media only screen and (max-width:767px){

    .dashboard-menu-list { grid-template-columns: 1fr 1fr }
}

@media only screen and (max-width:500px){

    .dashboard-menu-list { grid-template-columns: 1fr; }
}

#dashHello
{
    font-size:36px;
        font-family: "Inter", sans-serif!important;
        display: block;
        font-weight: 800;
        margin-bottom:15px;

}

#dashHello:after
{
    content: "!";
    position: relative;
    left:-6px;
}

.elementor-widget-text-editor ul {
  list-style: none;      /* remove bullets */
  padding-left: 0;       /* remove default indent */
  margin-left: 0;        /* remove any margin */
}

.elementor-widget-text-editor li
{
    list-style-type: none;
    margin-left:26px;
    position: relative;
    margin-bottom:14px;
}

.elementor-widget-text-editor li:before
{
    content: "";
    display: inline-block;
    position: relative;
    left:-20px;
    height: 6px;
    width:6px;
    background: #333;
    border-radius: 50%;
}


#dashEdit { background:url(/wp-content/uploads/2025/08/camp-details-web-1.webp); }
#dashTrail { background:url(/wp-content/uploads/2025/08/manage-trailers-web.webp); }
#dashVac { background:url(/wp-content/uploads/2025/08/manage-vacancies-web.webp); }
#dashLogout { background:url(/wp-content/uploads/2025/08/logout-web.webp); }

.dashboard-menu-list a
/*, .journey-section a.jrn-inner*/
{
    font-size: 0!important;
    height: 200px;
/*    background-size: contain!important;*/
background-size: auto 180px!important;
    /* same as .camp-box - line 1492 */
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 28px;
    box-shadow: 0 3px 4px 1px rgb(0 0 0 / 50%)!important;
    padding:40px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    transition: all 0.25s ease;
}

.journey-section a.jrn-inner
{
    height: auto;
}

a.item, .item a, a.supplier-item, .trailer-card-link
{
    transition: all 0.25s ease;
}

.padding-bottom {
    padding: 10px 0px;
}

.dashboard-menu-list a:hover,  a.item:hover, a.supplier-item:hover, .item a:hover, .trailer-card-link:hover
{
    transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        cursor: pointer;
}


/*END MIKE DASHBAORD CSS*/

/* Inside menu */

.inside-menu-number ul li a {
    width: 26px;
    height: 26px;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
}

.inside-menu-number ul li a:hover {
    background-color: #143A61;
}
.inside-menu-number ul li.current-menu-item a {
    background-color: #143A61;
}

.inside-left-menu nav.elementor-nav-menu--dropdown {
    border: none !important;
	overflow: visible !important;
}

.inside-left-menu nav a
{
    font-size:20px!important;
    padding: 14px 20px !important;
    color:#143A61!important;
    transition: all 0s ease!important;
}

.inside-left-menu nav li.current-menu-item > a {
    color:#fff!important;
}
.inside-left-menu nav a:hover {
    color:#fff !important;
}
.inside-left-menu li.menu-item-has-children > ul.sub-menu li.current-menu-item a {
    border-color: #143a61;
}


.inside-left-menu li.menu-item-has-children > ul.sub-menu li a {
    justify-content: center;
    text-transform: uppercase;
    border: 2px solid #6c839c;
    margin: 0 0 15px;
	text-align: center;
}

.inside-left-menu li.menu-item-has-children > ul.sub-menu li a:hover {
    border-color: #143a61 !important;
}
.inside-left-menu li.menu-item-has-children > ul.sub-menu li a:focus {
    color: #fff !important;
}
.inside-left-menu li.menu-item-has-children > ul.sub-menu li:last-child a {
    margin-bottom: 0;
}

.inside-left-menu nav.elementor-nav-menu--dropdown {
    margin-top: 0;
}

@media only screen and (min-width:1024px){
    .inside-left-menu li.menu-item-has-children > a {
        display: none;
    }

    .inside-left-menu li.menu-item-has-children > ul.sub-menu {
        display: block !important;
        border: none !important;
    }	
    .jrn-inner h3 {
        max-width: 280px;
        margin: 0 auto!important;
    }
}
@media only screen and (max-width:1024px){
.inside-left-menu li.menu-item-has-children > a {
    justify-content: center;
    background-color: #143A61;
    color: #fff !important;
	padding-right: 30px !important;
}

.inside-left-menu li.menu-item-has-children > a span.sub-arrow svg path {fill: #fff;}

.inside-left-menu li.menu-item-has-children > a span.sub-arrow svg {
    width: 18px !important;
    height: 18px !important;
}

.inside-left-menu li.menu-item-has-children > a span.sub-arrow {
    position: absolute;
    right: 10px;
}

.inside-left-menu li.menu-item-has-children > ul.sub-menu {
        border: 1px solid #143A61;
        padding: 15px;
        margin-top: 15px;
        position: absolute;
        z-index: 9 !important;
        top: 50px !important;
        right: 0;
		width: 100%;
		display: none !important;
    }
.inside-left-menu li.menu-item-has-children > ul.sub-menu.drop-show {
    display: block !important;
}	
}
/* End Inside menu */


/*  Tooltips */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    opacity: 1 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #363636;
    color: #fff;
   text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 130%;
	left: 50%;
	margin-left: -60px;
    width: 120px;
    text-transform: capitalize;
    font-size: 13px;
	font-family: "Inter", sans-serif;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #363636 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.sd-opt .tooltip .tooltiptext {
    bottom: 100%;
}

/* End Tooltips */

/****** Search Form ****/

.enable_search_form .search_form_container {
    display: block;
}
.search_form_container {
    display: none;
}

.search_form_container form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.enable_search_form .menu-option {
    display: none;
}

.enable_search_form .field-search-input input {
    margin: 0;
    width: 100%;
    border-radius: 15px;
    font-size: 18px;
    padding: 13px 30px;
    font-family: "Inter", sans-serif;
    border: 2px solid #fff;
}

.enable_search_form .field-search-input {
    width: calc(100% - 170px);
    padding-right: 20px;
}

.enable_search_form .field-search-input input[type="submit"] {
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 15px;
    line-height: normal;
    padding: 16px 44px;
    text-align: center;
    width: 100%;
    font-family: "Inter", sans-serif;
    background-color: transparent!important;
    color: #fff!important;
    border:2px solid #fff!important;
}
.enable_search_form .field-search-input input:focus {
    border-color: #fff;
    color: #fff;
}
.enable_search_form .field-search-input input[type="submit"]:focus {
    color: #3a3a3a;
}
.enable_search_form .field-search-input:last-child {
    width: 170px;
    padding: 0;
}

/********************/


html body {
	background-color: rgba(var(--body-bg, #fff), 1);
}


html #wpadminbar {
	transition: transform .6s ease .6s;
}

html #wpadminbar.ctrl-show,
html #wpadminbar:hover {
	transform: translateY(0px);
	transition: transform .6s ease;
}

body.logged-in .not-signed-in,
body:not(.logged-in) .signed-in {
	display: none;
}

.associate-list li.elementor-icon-list-item {
    width: 26px;
    height: 26px;
    background-color: #fff;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px;
    margin: 7px 0;
}

.associate-list li.elementor-icon-list-item span {
    color: #143A61 !important;
}

.associate-list li.elementor-icon-list-item:first-child {
    background-color: #143A61;
}

.associate-list li.elementor-icon-list-item:first-child span {
    color: #fff !important;
}
/* Header */
header#qodef-page-header {
    display: none !important;
}

header#qodef-page-mobile-header {
    display: none !important;
}
header#qodef-page-header {
    display: none !important;
}

header#qodef-page-mobile-header {
    display: none !important;
}

.header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 4%;
}

.header {
    width: 100%;
}
.fixed-hd {
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px 0;
}
.stickyHeader {
    background-color: #333333 !important;
	top: 0;
}
.single .header.fixed-hd, .page-template-tpl-trailer-edit .header.fixed-hd, .page-template-tpl-vacancies-edit .header.fixed-hd, .page-template-tpl-vacancies .header.fixed-hd, .page-template-tpl-trailer-register .header.fixed-hd, .page-template-tpl-supplier-profile .header.fixed-hd, .page-template-tpl-suppliers-register .header.fixed-hd, .page-template-elementor-signup .header.fixed-hd, .page-template-tpl-trailer-list .header.fixed-hd {
    position: unset;
    background-color: #333;
}
.page-template .header.fixed-hd {
    position: unset;
    background-color: #333;
}
.home .header.fixed-hd {
    background-color: transparent;
    position: fixed;
}
.single .stickyHeader, .page-template-tpl-trailer-edit .stickyHeader, .page-template-tpl-vacancies-edit .stickyHeader, .page-template-tpl-vacancies .stickyHeader, .page-template-tpl-trailer-register .stickyHeader, .page-template-tpl-supplier-profile .stickyHeader, .page-template-tpl-suppliers-register .stickyHeader, .page-template-elementor-signup .stickyHeader, .page-template-tpl-trailer-list .stickyHeader, .page-template-default .stickyHeader {
    position: fixed !important;
}
.header-logo {
    width: 18%;
}

.hdr-btns {
    width: 10%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-menu {
    width: 72%;
}
.header-logo a img {
    width: 100%;
    max-width: 225px;
    display: block;
}

.header-menu ul#menu-new-main-menu {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu ul#menu-new-main-menu li a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 6px 18px;
}



.header-menu ul#menu-new-main-menu li.current-menu-item a, .header-menu ul#menu-new-main-menu li.current-menu-item a:hover {
    border: 2px solid #fff;
    background-color: transparent;
}

.header-menu ul#menu-new-main-menu li.current-menu-item a
{
    cursor: default!important;
}

.header-menu ul#menu-new-main-menu li a:hover {
    border: 2px solid transparent;
    background-color: rgba(255,255,255,0.16);
}

.header-menu ul#menu-new-main-menu li {
    padding: 0 24px;
    border-right: 1px solid #fff;
    line-height: 12px;
}

.header-menu ul#menu-new-main-menu li:last-child {
    border-right: none;
}

.hdr-btns button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    margin-left: 20px;
    cursor: pointer;
    width: 31px;
    height: 23px;
    position: relative;
    cursor: pointer;
}
.hdr-btns button .fa-magnifying-glass:before, .fa-search:before {
    font-size: 25px;
}
span.line-s {
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
span.line-s:nth-of-type(2) {
    top: 2px;
}

span.line-s:nth-child(3) {
    bottom: 0;
    top: 11px;
}
span.line-s:nth-child(4) {
    top: auto;
    bottom: 0;
}
button.toggle-btn:hover span.line-s:nth-of-type(2) {
    right: -4px !important;
    left: auto;
}

button.toggle-btn:hover span.line-s:nth-child(4) {
    left: -4px !important;
}
.cross-btn span.line-s:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	transition: unset !important;
}

.cross-btn span.line-s:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 12px;
	transition: unset !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
/* End Header */

/* Header toggle */
.menu-slide {
    position: fixed;
    background-color: #222;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    overflow-y: auto;
    padding: 10px 0 70px;
    top: 0;
    visibility: hidden;
}

.admin-bar .menu-slide {

    height: calc(100% - 32px);
    top:32px;
}
.menu-logo {
    width: 65%;
}
.menu-logo img {
    max-width: 225px;
	width: 100%;
}

.menu-slide-inner {
    padding: 0 4%;
}

.menu-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 110px;
}
.menu-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 35%;
    justify-content: flex-end;
}

.menu-content .hdr-btns {
    width: auto;
}

.menu-logo a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: center;
}

.mn-ct h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    font-family: "Inter", sans-serif !important;
    margin: 0 0 3px;
}

.mn-ct p {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.mn-ct {
    border-left: 2px solid #fff;
    padding-left: 15px;
    margin-left: 10px;
}

.menu-center-bx {
    max-width: 1126px;
    margin: 0 auto;
}

.mmn-box {
    width: 33.3%;
    padding: 0 15px;
}

.mmn-box h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    border-bottom: 2px solid #fff;
    max-width: 85%;
}

.mmn-box ul {list-style: none;margin: 0;padding: 0;}

.mmn-box ul li a {
    color: #fff;
    font-size: 22px;
    font-family: "Inter", sans-serif;
}

.mmn-box ul li {
    margin: 12px 0;
    position: relative;
    padding-left: 22px;
}

.mmn-box ul li::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 0;
}

.menu-btm ul.socl-icons {
    justify-content: flex-end;
}
.menu-btm {
    margin-top: 30px;
    position: absolute;
    right: 0;
    bottom: 30px;
    padding-right: 5%;
}

.menu-btm ul.socl-icons li a {
    color: #fff;
    font-size: 24px;
}

.menu-btm ul.socl-icons li {
    margin: 0 0 0 15px;
}
.menu-slide.show {
    visibility: visible;
}
/* End Header toggle */

/* Footer */

#menu-footer-privacy-policy li
{
    display: inline-block;
}

#menu-footer-privacy-policy li a
{
    text-decoration: none;
    margin-right:26px;
}

#menu-footer-privacy-policy li a:hover
{
    color:#fff!important;
    border-bottom: 1px dashed #fff;
}
footer#qodef-page-footer {
    display: none;
}
.footer-section {
    background-color: #333333;
    padding: 50px 0 0;
}

.footer-logo img {
    max-width: 217px;
    width: 100%;
    display: block;
}

.footer-logo {
    margin: 0 0 40px;
}

.ftr-lft-ct h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px;
}

.ftr-lft-ct ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ftr-lft-ct ul li {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 15px;
    font-family: "Inter", sans-serif !important;
}
.ftr-lft-ct ul li span {
    color: #fff;
}
.ftr-lft-ct ul li i.fa-solid {
    margin: 0 10px 0 0px;
    width: 25px;
	color: #fff;
}
.ftr-lft-ct ul li > span {
    width: calc(100% - 35px);
}
span.ft-cl {
    margin-right: 20px;
    width: auto !important;
}

.cm-sp-btn {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: end;
}

.cm-sp-btn li a {
    font-size: 23px;
    color: #fff;
    border: 1px solid #fff;
    padding: 11px 20px;
    border-radius: 8px;
    line-height: normal;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased; /* white on black */
    transition: all 0s ease!important;
}

.cm-sp-btn li a:hover
{
    background-color: #fff;
    color:#333;
    -webkit-font-smoothing: antialiased; /* black on white */
    
}

.cm-sp-btn li {
    margin: 10px 10px;
}

a.fil-btn {
    background-color: #fff;
    color: #000 !important;
}
.cpy-right-inner {
    border-top: 1px solid #fff;
    padding: 20px 0;
}

.cpy-left a {
    font-family: "Inter", sans-serif !important;
    color: #fff;
    font-weight: 200;
    text-decoration: underline;
    font-size: 18px;
}
.cpy-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cpy-right p {
    font-family: "Inter", sans-serif !important;
    color: #fff;
    font-weight: 200;
    font-size: 18px;
    text-align: right;
    margin: 0;
}

.cpyright {
    margin: 40px 0 0;
}
/* End Footer */

/* Single Trailer */

.page-id-3752 div#qodef-page-inner {
    padding: 0 !important;
}

.map-section iframe {
    width: 100%;
    height: 372px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.side-trailer {
    padding: 0 15px;
    width: 50% !important;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}
.tr-primary-img {
    margin-bottom: 10px;
}
.tr-primary-img img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 0px 9px 0 rgb(0 0 0 / 25%);
    height: 452px;
    object-fit: cover;
}


ul.tr-lst-img {
    display: flex;
    margin-top: 0px;
    justify-content: space-between;
	gap: 10px;
}

.trailer-main a.more-details-btn {
    background-color: #143A61;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 20px;
    display: inline-block;
    border-radius: 15px;
    font-weight: 700;
    font-family: "Rubik", sans-serif !important;
    text-transform: uppercase;
    margin-top: 35px;
    transition: all 0.25s ease;
}
.trailer-right {
    padding: 0 15px;
    width: 50% !important;
}
.side-tp {
    margin-top: -100px;
    z-index: 99999;
    position: relative;
}
ul.tr-lst-img {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

ul.tr-lst-img li {
    margin: 0 0 0px;
    width: 33.3%;
}

ul.tr-lst-img li img {
    display: block;
    width: 100%;
    max-height: 150px;
    border-radius:5px;
}
.trailer-main {
    padding: 20px 0 80px;
    background-size: 90vw;
    background-repeat: no-repeat;
    background-position: left -42vw top 0;
}

.side-tp p {
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px;
    line-height: 1.3;
}

.related-camp-logo img {
    height: 200px;
    object-fit: cover;
    border-radius: 11px;
}
.tr-price {
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
    font-family: "Rubik", sans-serif !important;
    margin-top: 20px;
    color: #2A2A2A;
    margin-bottom: 10px;
}
.tra-content {
    padding: 0px 0 0px 55px;
}

.tra-content h3 {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #2A2A2A;
    font-family: "Rubik", sans-serif !important;
}

.tra-content ul {
    margin: 0 0 20px;
    list-style: none;
}

.tra-content ul li {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: normal;
    font-family: "Rubik", sans-serif !important;
    font-weight: 300;
}
.tra-content ul li i {
    color: #143A61;
}
.tr-txt strong {
    font-weight: 500;
    color: #000;
}
.tr-txt a {
    text-decoration: underline;
    color: #143A61;
	font-style: normal !important;
}
.more-details-btn img {
    width: 25px;
    margin-right: 10px;
}
span.tr-ic {
    margin-right: 5px;
}

.tra-content p {
    font-size: 16px;
    margin: 0 0 15px;
}
.col-s-3 {
    width: 25% !important;
    padding: 0 15px;
}

.grey-light-bg {
    background-color: #fafafa;
}

.nearby-section {
    padding: 50px 0;
}
.nearby-sec {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom 130px center;
    padding: 80px 0;
}
.title-md {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
}

.mt-5 {
    margin-bottom: 25px;
}

.near_inner {
    border: 1px solid #848484;
}

.near_img {
    border-bottom: 1px solid #848484;
}

.near_img img {
    width: 100%;
    height: 188px;
    max-height: 188px;
    box-sizing: border-box;
    object-fit: cover;
    
}

.near_content {
    text-align: center;
    background-color: #f8f8f8;
    padding: 15px;
    height: 160px;
    max-height: 160px;
}

.near_content h4 {
    margin: 0 0 5px;
    font-weight: 800;
    font-size: 22px;
}

.near_content p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
}

.near-name {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.near-name i {
    margin-right: 5px;
}
.brd-tp {
	border-top: 1px solid #848484;
}

.btm-section {
    padding: 50px 0;
}

.col-s-6 {
    width: 50% !important;
    padding: 0 15px;
}

.hgh-box {
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
    padding: 20px;
    border: 1px solid #848484;
    min-height: 150px;
}

.hgh-img {
    width: 100px;
}

.hgh-content {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.hgh-content h3 {
    margin: 0 0 5px;
    font-weight: 800;
    font-size: 22px;
}

.hgh-content p {
    margin: 0;
    font-size: 16px;
}

.hgh-img img {
    width: 100%;
    display: block;
    height: 100px;
    max-height: 105px;
    
}
#get-carousel .owl-nav.disabled {
    display: block;
}


input.keyword-search:focus::placeholder {
  color: transparent;
}

 /* End Single Trailer */
 .search-inner h2 {
    text-align: center;
    font-size: 40px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    margin: 0 0 15px;
}

.main-search {
    padding: 50px 0;
}
.search-group h2 {
    margin: 0 0 15px;
    font-size: 45px;
    font-weight: 700;
    color: #2A2A2A;
}

.search-group {
    padding: 60px 0;
}

ul.result-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.result-ul li {
    margin: 5px 0;
}
@media only screen and (max-width:1500px){
/* Header */
.header-menu ul#menu-new-main-menu li a {
    font-size: 16px;
}

.header-menu ul#menu-new-main-menu li {
    padding: 0 10px;
}

.header-logo a img {
    max-width: 180px;
}

.hdr-btns button {
    font-size: 20px;
}
.hdr-btns button.search-btn {
    position: relative;
}
/* End Header */
/* Header toggle */
.mmn-box h3 {
    font-size: 36px;
}

.mmn-box ul li a {
    font-size: 18px;
}

.mmn-box ul li {
    margin: 10px 0;
}

.cm-sp-btn li a {
    font-size: 16px;
}

.menu-logo img {
    max-width: 180px;
}

.mn-ct h5 {
    font-size: 14px;
}

.mn-ct p {
    font-size: 14px;
}
/* End Header toggle */	
 /* Footer */	
 .ftr-lft-ct ul li {
    font-size: 18px;
}

.ftr-lft-ct ul li i.fa-solid {
    width: 20px;
}

.cpy-left a {
    font-size: 18px;
}

.cpy-right p {
    font-size: 18px;
}
 /* End Footer */	
 /* Single Trailer */	
 .tra-content {
    padding: 0px 0 0px 20px;
}
.tr-primary-img img {
    height: 372px;
}
.tr-price {
    font-size: 30px;
}

.tra-content h3 {
    font-size: 26px;
}

.tra-content ul li {
    font-size: 18px;
    margin: 0 0 15px 0;
}

.side-tp p {
    font-size: 18px;
    line-height: 24px;
}
 /* End Single Trailer */	
}
@media only screen and (max-width:991px){

.away-img
{
    margin-left:0!important;
}
/* Header */
.header-menu ul#menu-new-main-menu li a {
    font-size: 16px;
}
.header-menu {
    display: none;
}
.header-menu {
    display: none;
}

.hdr-btns {
    width: auto;
}

.header-logo {
    width: auto;
}

.header-logo a img {
    max-width: 142px;
}
.menu-logo img {
	max-width: 142px;
}
.mn-ct h5 {
	font-size: 12px;
}
.mn-ct p {
	font-size: 12px;
	line-height: 16px;
}	
.inside-left-menu nav a {
    font-size: 18px !important;
}
/* End Header */
 /* Single Trailer */	
.side-trailer {
    width: 100% !important;
    margin: 0 0 30px;
}
.trailer-main {
	background-size: 125vw;
}
.map-section img {
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.side-tp {
    margin-top: -70px;
}
.trailer-right {
    width: 100% !important;
}

.tra-content {
    padding: 0;
} 
.trailer-main a.more-details-btn {
    font-size: 18px;
    padding: 12px 20px;
    margin-top: 10px;
}
  /* End Single Trailer */
 .search-group h2 {
    font-size: 36px;
} 
}
@media only screen and (max-width:767px){
/*
    .enable_search_form .menu-slide-inner, .enable_search_form .menu-head
    {
        position: fixed;
        top:0;
    }
    .enable_search_form .menu-head
    {
        width:92%!important;
    }*/
	
	.expSlide figure.swiper-slide-inner
	{
		width: 100%;              /* or fixed width like 400px */
	  aspect-ratio: 16 / 9;     /* enforce aspect ratio (e.g., 16:9) */
	  overflow: hidden;         /* hide anything outside the box */
	  position: relative;
	  display: block;
	}

	.expSlide figure.swiper-slide-inner img
	{
		width: 100%!important;
	  height: 100%!important;
	  object-fit: cover;          /* crop & fill */
	  object-position: center center; /* horizontal + vertical center */
		border-radius:18px;
	}
    body .enable_search_form .field-search-input
    {
        margin-top:10px;
    }
    .enable_search_form h1
    {
        margin-top:60px!important;
    }

    .menu-slide.enable_search_form
    {
        position: fixed;
        top:0;
    }
.mn-ct {
    display: none;
}
.cm-sp-btn li a {
    font-size: 14px;
    padding: 8px 15px;
}

.hdr-btns button:first-child {
    margin-left: 0;
}
.mmn-box h3 {
    font-size: 30px;
}

.mmn-box {
    width: 100%;
    margin: 15px 0;
}

.menu-head {
    margin-bottom: 40px;
}

.mmn-box ul li a {
    font-size: 16px;
}
.menu-logo {
    width: 44%;
}

.menu-content {
    width: 56%;
}	
.menu-btm {
    position: unset;
}

/* Footer */
.footer-right ul {
    justify-content: flex-start;
}

.footer-right ul li {
    width: 100%;
    margin: 10px 0;
}

span.ft-cl {
    width: 100% !important;
    margin: 0 0 15px;
}
.ftr-lft-ct ul li i.fa-solid {
    margin-top: 4px;
}

.ftr-lft-ct ul li {
    align-items: flex-start;
}
.cpy-right p {
    text-align: left;
    margin: 20px 0 0;
    max-width: 250px;
}
/* End Footer */

/* Single Trailer */
.map-section img {
	height: 224px;
}
.map-section iframe {
    width: 100%;
    height: 224px;
}
.trailer-main {
	padding: 20px 10px 50px;
	background-size: 200vw;
	background-position: left -122vw top 0;
}
.side-tp p {
	font-size: 16px;
	line-height: 22px;
}
.tr-primary-img img {
	height: 322px;
}
.nearby-sec {
    padding: 60px 0;
}
.tr-price {
    font-size: 22px;
}

.tra-content h3 {
    font-size: 22px;
}

.tra-content ul li {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 10px;
}

.tra-content {
    padding: 0px 0 0;
}

.tra-content p {
    font-size: 14px;
}

.side-trailer {
    width: 100% !important;
	margin: 0;
}

ul.tr-lst-img {
    display: flex;
}
.related-camp-logo {
    display: none;
}

.trailer-right {
    width: 100% !important;
}

.title-md {
    font-size: 26px;
}

.col-s-3 {
    width: 100%;
}

.near_inner {
    margin: 0 0 20px;
}

.col-s-6 {
    width: 100%;
}

.hgh-box {
    margin: 10px 0;
}

.hgh-content h3 {
    font-size: 18px;
    line-height: normal;
}

.hgh-content p {
    font-size: 14px;
}

.hgh-img {
    width: 85px;
}

.hgh-content {
    width: calc(100% - 85px);
    padding-left: 15px;
}
.single-trailers_for_sale .section-title {
    margin: 0 0 20px;
}
.single-trailers_for_sale .nearby-sec {
    padding: 40px 10px;
    background-size: 300%;
}
.trail-box {
    border-radius: 30px;
}
.sgn-para p {
    font-size: 16px;
}
/* End Single Trailer */	
}


/* Single supplier */
.supplier-main {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: contain;
}
.supplier-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.supplier-left {
    width: 22%;
    padding: 0 15px;
}
.logo-img img {
    height: 210px;
    border: 1px solid rgb(0 0 0 / 50%);
    z-index: 1;
    position: relative;
    object-fit: contain;
    background: #fff;
    object-position: center;
    border-radius: 12px;
    box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 30%);
    width: 210px;
	padding: 20px;
}
.supplier-right {
    margin-bottom: 20px;
    width: 78%;
    padding: 0 15px;
}
.supplier-right h1 {
    font-size: 35px;
    line-height: normal;
    font-weight: 800;
    font-family: "Rubik", sans-serif !important;
    margin: 0 0 15px;
}
.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
}
.social-icons a{
    color: #143A61 !important;
    font-size: 30px;
}
.contact-info {
    font-size: 16px;
}
.contact-info p {
    font-size: 22px;
    font-weight: 300;
    font-family: "Rubik", sans-serif !important;
    color: #2A2A2A;
    margin: 0 0 14px;
}
.cnt-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.cnt-info-list li {
    width: 100%;
    font-size: 18px;
    margin: 10px 0;
    line-height: normal;
    font-family: "Rubik", sans-serif !important;
    color: #2A2A2A;
    font-weight: 300;
}

.cnt-info-list li span.tr-ic {
    color: #143A61;
}

.cnt-info-list li strong {
    margin-right: 5px;
    font-weight: 500;
}
.action-buttons {
    display: inline-flex;
    border: 2px solid #143A61;
    border-radius: 15px;
    margin-top: 40px !important;
}
.action-buttons a.btn {
    color: #143A61;
    font-size: 20px;
    font-weight: 700;
    font-family: "Rubik", sans-serif !important;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 13px;
}

.action-buttons a.btn span {
    margin-right: 7px;
}

.action-buttons .view-shopping-btn a.btn {
    background-color: #143A61;
    color: #fff;
}
.company-description {
    margin-top: 40px !important;
}
.company-description p {
    color: #363636;
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter", sans-serif !important;
}
.specialization strong {
    font-size: 18px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
    color: #363636;
}

.specialization strong i {
    color: #143A61;
    margin-right: 5px;
}

.specialization a {
    font-size: 18px;
    color: #143A61;
    font-style: italic;
    text-decoration: underline;
	font-family: "Inter", sans-serif !important;
}

.specialization {
    margin-top: 30px !important;
}
.supplier-right .member-benefit {
    margin-top: 45px;
    background: #143A61;
    padding: 35px 35px;
    border-radius: 13px;
}
.member-benefit strong {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
}

.member-benefit p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}
.member-benefit p a {
    color: #fff;
    text-decoration: none;
}
span.divider {
    width: 2px;
    height: 28px;
    background-color: #ccc;
}
/* End Single supplier */

/* Home page */
body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
h2, h3, h4, h5, #loginFields label {
	font-family: "Rubik", sans-serif !important;
	color: #212121;
}
p {
	color: #363636;
	font-family: "Inter", sans-serif !important;
}


/*#loginFields input[type="submit"]*/
#loginFields input, #loginFields  p
{
    margin:0;
}

#loginFields br
{
    display: none;
}

#loginFields label
{
    margin-top:28px!important;
    font-size:22px;
    font-weight: 700;
    margin-bottom: 0!important;
}

/* Custom templage css */
.templateBanner .elementor-heading-title {
    font-size: 75px !important;
    font-family: "Inter", Sans-serif !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.96) !important;
}

.templateBanner .e-con-inner {
    max-width: 1100px !important;
    padding: 200px 0 80px !important;
}

.templateContent .e-con-inner {
    max-width: 1100px !important;
}

.templateContent {
    padding: 60px 160px 60px 70px !important;
}

.templateContent h1.elementor-heading-title {
    font-family: "Rubik", Sans-serif !important;
    font-size: 45px !important;
    font-weight: 800 !important;
    color: #2A2A2A !important;
}

.templateContent  p {
    font-size: 18px !important;
    line-height: 28px !important;
	font-family: "Inter", Sans-serif !important;
    font-weight: 300;
}

.templateContent  p strong, .templateContent  p b 
{
    font-weight: 800;
}
.templateContent .elementor-widget-text-editor .elementor-widget-container {
    font-size: 18px !important;
}
.templateContent p:last-child {
    margin-bottom: 0 !important;
}
.templateBanner .e-con-inner .e-con-inner {
    max-width: 100% !important;
    padding: 0 !important;
}

.templateContent .e-con-inner {
    padding: 0 !important;
}
.templateContentC {
    padding-right: 200px !important;
}
.templateContentBannerMenu .e-con-inner {
    max-width: 1400px !important;
}
.templateContentMenuNoBanner .e-con-inner {
    max-width: 1400px !important;
}

.templateContentMenuNoBanner {
    padding-right: 180px !important;
}

/* End Custom templage css */

.elementor-widget-container p a, .elementor-widget-text-editor a
{
    border-bottom: 2px dashed #143A61;
    font-weight: 500;
    text-decoration: none!important;
}

.srch-inner
{
    width:90%;
    max-width: 1000px;
    margin: 0 auto;
}

.result-ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.result-ul li a span
{
    font-size: 22px;
    font-weight: 700;
}

.result-ul li a
{
    background-color: #fafafa;
    border-radius: 20px;
    padding: 14px;
    display: inline-block;
    height: 100%;
    width: 100%;
    border:1px solid #bbb;
    transition: all 0.2s ease;
}

.result-ul li::marker
{
    display: none;
}

/*HIDE SEARCH BOX*/

.search_form_container-search_page {
    display: none;
}
.error404 #qodef-page-wrapper {
    height: auto !important;
}
.error-section .search_form_container-search_page {
    display: block;
	max-width: 1125px;
    margin: 0 auto;
}
.error-section .field-search-input {
    width: calc(100% - 450px);
    margin-top: 30px;
	padding-right: 20px;
}
.error-section .field-search-input:last-child {
    width: 170px;
    padding: 0;
}
.error-section .search_form_container-search_page input {
	margin: 0;
    width: 100%;
    border-radius: 15px;
    font-size: 18px;
    padding: 13px 30px;
    font-family: "Inter", sans-serif;
    border: 2px solid #fff;
	color: #fff;
}
.error-section .search_form_container-search_page input:focus {
    border-color: #fff;
    color: #fff;
}
.error-section .field-search-input input[type="submit"] {
	background-color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 15px;
    line-height: normal;
    padding: 16px 44px;
    text-align: center;
    width: 100%;
    font-family: "Inter", sans-serif;
    color: #222 !important;
    border: 2px solid #fff !important;
}
#blogMain
{
    background-size: contain!important;
}

.elementor-widget-container p a:hover, .elementor-widget-text-editor a:hover
{
    border-bottom: 2px solid #143A61;
}

.hm-hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 260px 0 140px;
    height: auto;
    overflow: visible;
    display: inline-block;
    width: 100%;
    min-height: 840px;
}

.hero-shape {
    position: absolute;
    top: 270px;
    max-width: 450px  !important;
    width: 100%;
}

.hero-inner h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 900;
    text-align: center;
    margin: 0 auto 50px;
    max-width: 830px;
    font-family: "Inter", sans-serif;
}

.filter-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 16px 10px 10px;
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.fl-field {
    width: 23.3%;
    padding: 5px 20px;
    border-right: 1px solid rgb(20 58 97 / 39%);
}
.fl-field:first-child {
    width: 30%;
}
.fl-field label {
    font-family: "Inter", sans-serif;
    color: #143A61;
    font-size: 18px;
    font-weight: 600;
}

.fl-field input {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    font-size: 20px !important;
    width: 100% !important;
    color: #363636 !important;
	font-family: "Inter", sans-serif !important;
}
.fl-field input::-webkit-input-placeholder { 
  color: #363636 !important;
}
.fl-field input::-moz-placeholder { 
  color: #363636 !important;
}
.fl-field input:-ms-input-placeholder { 
  color: #363636 !important;
}
.fl-field input:-moz-placeholder { 
  color: #363636 !important;
}
.fl-field select {
    padding: 0;
    font-size: 20px;
    border: none;
    width: 100%;
    color: #363636;
    background-image: none;
    font-family: "Inter", sans-serif !important;
}
.fl-field span.select2.select2-container {
    width: 100% !important;
}
.dte {
    position: relative;
}
.dte i {
    position: absolute;
    right: 0;
    top: 5px;
	z-index: 0;
}
.vw-btn {
    background-color: #143A61;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    border-radius: 15px;
    padding: 14px 15px;
    font-family: "Rubik", sans-serif !important;
    border: none;
	transition: all 0.25s ease;
    transition: all 0s ease!important;
}
.vw-btn:hover, .trailer-main a.more-details-btn:hover, .result-ul li a:hover {
    transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -moz-transform: scale(1.05)!important;
    -webkit-transform: scale(1.05)!important;
    -o-transform: scale(1.05)!important;
}
.fl-field:last-child {
    border-right: none;
}
/* Calender css */
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #143A61 !important;
}

.daterangepicker td.start-date.end-date {
    border-radius: 50px !important; 
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-family: "Rubik", sans-serif !important;
    border-radius: 50px !important;
    font-size: 14px !important;
}

.daterangepicker .calendar-table th {
    color: #6E6E6E !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.daterangepicker .calendar-table thead tr:first-child th {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.drp-buttons button.applyBtn.btn.btn-sm.btn-primary {
    background-color: #143A61 !important;
    color: #fff !important;
}

.daterangepicker .drp-buttons .btn {
    font-family: "Rubik", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 6px 30px !important;
    border-radius: 12px !important;
    border: 2px solid #143A61 !important;
    color: #143A61 !important;
}

.daterangepicker .drp-selected {
    font-family: "Rubik", sans-serif !important;
    color: #143A61 !important;
    font-size: 14px !important;
}

.daterangepicker .drp-calendar.left {
    padding: 20px 0 20px 20px !important;
    max-width: 320px !important;
}

.daterangepicker .drp-calendar.right {
    padding: 20px !important;
    max-width: 320px !important;
}

.daterangepicker .drp-buttons {
    border: none !important;
}
.daterangepicker td.active.end-date.in-range.available {
    background-color: #143a61 !important;
}
.daterangepicker td.in-range {
    border-radius: 0px !important;
    background-color: rgb(20 58 97 / 16%) !important;
}

.daterangepicker td.end-date {
    border-radius: 50px !important;
}
/* End Calender css */

.journey-section {
    width: 100%;
    display: inline-block;
	position: relative;
}

.cmn-pd-md {
    padding: 75px 0;
}

.head-title {
    text-align: center;
}

.sub-title {
    color: #2A2A2A;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}

.lg-title {
    color: #2A2A2A;
    font-size: 55px;
    font-weight: 900;
    margin: 0 0 20px;
    line-height: normal;
}

.head-title p {
    font-size: 24px;
}
.jrn-inner {
    text-align: center;
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.25s ease;
	display: block;
}
.jrn-inner .jrn-span{
    transition: all 0.25s ease;
}
.jrn-inner:hover .jrn-span{
    transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -moz-transform: scale(1.05)!important;
    -webkit-transform: scale(1.05)!important;
    -o-transform: scale(1.05)!important;
}
.jrn-inner h3 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    font-weight: 800;
}

.jrn-inner img {
    width: 100%;
    max-width: 210px !important;
    margin: 0 auto 5px;
    display: block;
}

.jrn-inner p {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}

.jrn-inner .jrn-span {
    background-color: #143A61;
    color: #fff !important;
    padding: 16px 20px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Rubik", sans-serif !important;
    display: inline-block;
    width: 100%;
    max-width: 257px;
    border-radius: 15px;
    margin-top: 15px;
}

.jrny-mm {
    margin-top: 35px;
}
.light-grey-bg {
    background-color: #f0f0f0;
}

.koa-section {
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: contain;
}
.koa-right-wd {
    width: 55% !important;
}

.koa-left-wd {
    width: 45% !important;
}
.cm-vdo img {
    width: 100%;
    display: block;
}

.cm-vdo-btm {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.vdo-4 {
    width: 33.3%;
    padding: 7px;
}
.vdo-4 img {
    width: 100%;
}
.cm-vdo {
    margin-bottom: 7px;
}

.koa-right h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.koa-right h2 {
    color: #143A61;
    font-size: 38px;
    font-weight: 600;
    margin: 10px 0 15px;
}

.koa-right p {
    font-size: 18px;
    line-height: normal;
    max-width: 600px;
    width: 100%;
    margin: 0 0 40px;
}

.koa-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.koa-right .koa-icons {
    position: relative;
    z-index: 0;
}
.koa-icons li {
    margin-right: 10px;
}

.koa-icons li img {
    width: 100%;
    max-width: 52px;
}

.koa-right {
    padding-left: 25px;
}

a.vw-cmp-btn, .elementor-button.elementor-button-link, .elementor-button, .elementor-button-link, #loginFields input[type="submit"] {
    background-color: #143A61;
    color: #fff !important;
    padding: 16px 25px;
    font-size: 18px;
    display: inline-block;
    border-radius: 15px;
    font-weight: 700;
    font-family: "Rubik", sans-serif !important;
    text-transform: uppercase;
    margin-top: 35px;
	transition: all 0s ease!important;
}

.expTitle .elementor-button, .elementor-button-link
{
    margin-top:0;
}

.expTitle
{
    border-top:1px solid #ccc;
}

.expSlide
{

}


body #loginFields input[type="submit"]
{
       padding: 4px 25px;
    margin-top: 24px !important;
    margin-bottom: 10px !important;
}

.elementor-button.elementor-button-link, .elementor-button, .elementor-button-link
{
    background-color: #143A61!important;
}

a.vw-cmp-btn:hover, .elementor-button.elementor-button-link:hover, .elementor-button:hover, .elementor-button-link:hover, #loginFields input[type="submit"]:hover {
    transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -moz-transform: scale(1.05)!important;
    -webkit-transform: scale(1.05)!important;
    -o-transform: scale(1.05)!important;
}

ul.btn-list li a
{
    position: relative;
    left:0px;
    transition: all 0.2s ease;
}

ul.btn-list li a.fill-btn:hover
{
    padding:12px 20px 12px 28px;
    color:#fff;
}

ul.btn-list li a:hover
{
    volor:#333;
}




.owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.owl-stage-outer {
    overflow: hidden;
    padding-bottom: 12px;
}
.campgrounds-slider .item {
    position: relative;
    height: 100%;
}

.camp-box, #map, #loginFields input[type="text"], #loginFields input[type="password"], .browseCard {
    background-color: #f9f9f9;
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 28px;
    box-shadow: 0 3px 5px 1px rgb(0 0 0 / 20%);
	overflow: hidden;
	height: 100%;
}

.camp-content {
    padding: 25px 30px 115px;
    text-align: center;
    min-height: 278px;
    position: relative;
}
.camp-content h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Rubik", sans-serif !important;
    color: #2A2A2A;
    line-height: 39px;
    margin: 0 auto;
}
.camp-content p {
    font-size: 22px;
    line-height: normal;
    color: #2A2A2A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.camp-box .koa-icons li img {
    max-width: 45px;
}
.site-type-list li svg, .vac-img svg {
    width: 45px;
    height: 45px;
}
.spotlight svg {
    height: 55px;
    width: 55px;
}

.home .sub-title
{
    position: relative;
    top:6px;
}
.camp-box .koa-icons {
    justify-content: center;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.camp-box .koa-icons li {
    margin: 4px 4px;
}
.camp-content .av-site {
    color: #143A61;
    font-size: 23px;
    font-weight: 700;
    margin: 10px 0 12px;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    font-family: "Rubik", sans-serif !important;
}
.view-map-button {
    cursor: pointer;
}
.campgrounds-slider {
    margin-top: 65px;
	position: relative;
	padding: 0 60px;
}
.camp-section {
    background-repeat: no-repeat;
    background-position: bottom 140px center;
    background-size: contain;
}

.owl-nav button span {
    display: none;
}

.owl-nav button::before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #fff;
}
.owl-nav button.owl-next::before {
    content: "\f061" !important;
}
.owl-nav button {
    background-color: #143A61 !important;
    border-radius: 50px !important;
    border: none !important;
    width: 50px !important;
    height: 50px !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-next {
    right: -62px;
    left: auto;
}

.owl-nav button.owl-prev {
    left: -62px;
}
.highlight-section {
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hgh-lft h2{
    color: #fff;
}

.hgh-lft p {
    color: #fff;
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 400 !important;
    line-height: normal;
    font-family: "Rubik", sans-serif !important;
}

.hgh-lft {
    max-width: 500px;
}

.search-btn
{
    transition: all 0.2s ease;
}

.search-btn:hover
{
    transform: rotate(-18deg);
}

.outline-btn {
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    padding: 14px 40px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Rubik", sans-serif !important;
    transition: 0!important;
}

.outline-btn:hover
{
    color: #333 !important;
    background-color: #fff;
}
.pd-100 {
    padding: 100px 0;
}

.get-away-section{
    background-repeat: no-repeat;
    background-size: 19vw;
    background-position: bottom -11vw left 0;
    padding-bottom: 10px!important;
}

.away-content h3 {
    color: #2A2A2A;
    font-size: 40px;
    font-weight: 800;
    margin: 0;
}

.away-content p {
    font-size: 20px;
    color: #2A2A2A;
    line-height: normal;
    font-weight: 400;
    margin: 25px 0;
    max-width: 530px;
    width: 100%;
}

.away-content p b {
    font-weight: 600;
}

.away-content a, .loadmore-container button {
    font-size: 22px;
    background-color: #143A61;
    color: #fff !important;
    padding: 16px 35px;
    border-radius: 15px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    display: inline-block;
	border: none;
	transition: all 0.25s ease;
}
.away-content a:hover, .loadmore-container button:hover, .browseCard:hover, .elementor-widget-image-box:hover {
    transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -moz-transform: scale(1.05)!important;
    -webkit-transform: scale(1.05)!important;
    -o-transform: scale(1.05)!important;
}
.away-content a{
    text-transform: uppercase;
}
.away-content a i {
    margin-right: 5px;
}
.away-inner {
    align-items: center;
}

.away-content {
    padding-left: 30px;
    padding-right: 100px;
}

.get-slider {
    position: relative;
}

.get-slider .owl-nav button.owl-prev {
    left: auto;
    right: 60px;
}

.get-slider .owl-nav button {
    background-color: #fff !important;
    width: 45px !important;
    height: 45px !important;
    border: 2px solid #143a61 !important;
	line-height: 43px !important;
}

.get-slider .owl-nav button::before {
    color: #143a61;
}

.get-slider .owl-nav button.owl-next {
    right: 0px;
}
.camp-img img {
    width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    max-height: 242px;
    border-radius: 28px 28px 0px 0px;
}

.away-img img.attachment-large.size-large.wp-post-image {
    max-height: 380px;
    border-radius: 10px;
    width: 100%;
}

.away-img
{
    margin-left:6vw;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: calc(100% * 9 / 19);
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.plyr__video-embed {
    position: relative;
    padding-top: calc(100% * 9 / 19);
  }
.plyr__video-embed .plyr__video-wrapper.plyr__video-embed {
    padding: 0;
    position: unset;
}  
  .plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.home .daterangepicker.ltr.show-calendar.openscenter {
    left: 161px !important;
}

.loadmore-container {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

span.select2-selection.select2-selection--single {
    background-color: unset !important;
    border: unset !important;
    border-radius: unset !important;
    background-image: unset !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
    background-color: unset !important;
    border-left: unset !important;
}
.select2-container span.select2-selection__arrow {
    visibility: hidden;
}
span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    background: transparent!important;
}
span.select2-selection__placeholder {
    /* margin: 0px; */
    color: #363636 !important;
    min-height: 26px;
    font-size: 20px !important;
    font-family: "Inter", sans-serif !important;
}

.search_form_container-search_page form {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}


input.select2-search__field {
    display: none;
}

.fl-field.site-type-home span.select2-selection.select2-selection--multiple{
    border:0px;
}

.fl-field.site-type-home textarea.select2-search__field {
    margin: 0px;
    color: #363636 !important;
    min-height: 26px;
    font-size: 20px !important;
	font-family: "Inter", sans-serif !important;
}
.fl-field.site-type-home span.select2-selection.select2-selection--multiple.select2-selection--clearable textarea.select2-search__field {
    min-height: 20px !important;
}
ul.btn-list li {
    float: left;
    padding: 10px;
}

.vac-rep.d-flex.flex-wrap.is-hidden {
     display:none !important; 
    }
.dte.dates-inline {
    display: flex;
    gap: 4px;
    align-items: center;
}
.dates-inline input#arrival-date, .dates-inline input#departure-date {
    text-align: left;
}
/* End Home page */
.vacancy_date input#vacancy_date_start {
    width: 100%;
    max-width: 130px;
}

.vacancy_date input {
    padding-right: 10px !important;
}


/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px !important;
    }
}
@media (max-width: 1500px) {

/* Home page */
.hero-shape {
    max-width: 28vw !important;
}

.hero-inner h1 {
    font-size: 55px;
    max-width: 730px;
}

.hm-hero-section {
	padding: 200px 0 90px;
	min-height: 670px;
}

.fl-field label {
    font-size: 16px;
}

.fl-field input {
    font-size: 20px !important;
}

.fl-field select {
    font-size: 20px;
}

.vw-btn {
    font-size: 18px;
}

.sub-title {
    font-size: 35px;
}



.lg-title {
    font-size: 55px;
}

.head-title p {
    font-size: 18px;
}

.jrn-inner h3 {
    font-size: 28px;
}

.jrn-inner p {
    font-size: 18px;
}

.jrn-inner {
    max-width: 290px;
}

.jrn-inner .jrn-span {
    font-size: 18px;
    padding: 13px 15px;
}

.koa-right h4 {
    font-size: 24px;
}

.koa-right h2 {
    font-size: 38px;
}


.koa-icons li img {
    max-width: 60px;
}

a.vw-cmp-btn {
    padding: 13px 26px;
}

.camp-content h3 {
    font-size: 30px;
}

.camp-content p {
    font-size: 18px;
}

.camp-content .av-site {
    font-size: 20px;
}

.owl-nav button.owl-prev {
    left: -60px;
}

.owl-nav button.owl-next {
    right: -60px;
}

.campgrounds-slider {
    padding: 0 60px;
    margin-top: 45px;
}

.hgh-lft p {
    font-size: 22px;
}

.outline-btn {
    font-size: 18px;
    padding: 11px 30px;
}

.away-content h3 {
    font-size: 36px;
}

.away-content p {
    font-size: 18px;
}

.get-slider .owl-nav button.owl-prev {
    right: 60px;
}

.get-slider .owl-nav button.owl-next {
    right: 0;
}

.away-content a {
    font-size: 18px;
    padding: 13px 30px;
}
/* End Home page */	
/* Single supplier */
.supplier-right h1 {
    font-size: 30px;
}

.contact-info p {
    font-size: 20px;
}
.cnt-info-list li {
    font-size: 18px;
}
.action-buttons a.btn {
    font-size: 20px;
}

.company-description p {
    font-size: 18px;
    line-height: 24px;
}

.specialization strong {
    font-size: 18px;
}

.specialization a {
    font-size: 18px;
}

.member-benefit strong {
    font-size: 18px;
}

.member-benefit p {
    font-size: 18px;
    line-height: 24px;
}	
/* End Single supplier */	
}

@media (max-width: 1199px) {

.away-img
{
    margin-left:3vw;
}
/* Home page */	
.hm-hero-section {
	padding: 150px 0 60px;
	min-height: 530px;
}

.hero-inner h1 {
    font-size: 45px;
    max-width: 100%;
    margin: 0 0 20px;
}
.fl-field label {
    font-size: 15px;
}

.fl-field input {
	font-size: 18px !important;
	text-align: left !important;
}
.fl-field.site-type-home textarea.select2-search__field {
    font-size: 18px !important;
}
.fl-field select {
    font-size: 18px;
}

.vw-btn {
    font-size: 16px;
    padding: 10px 10px;
}

.hero-shape {
    max-width: 238px !important;
}

.sub-title {
    font-size: 25px;
}

.lg-title {
    font-size: 45px;
}

.head-title p {
    font-size: 16px;
}

.jrn-inner h3 {
    font-size: 20px;
}

.jrn-inner p {
    font-size: 16px;
}

.jrn-inner .jrn-span {
    font-size: 16px;
    padding: 12px 15px;
}

.koa-right h4 {
    font-size: 18px;
}

.koa-right h2 {
    font-size: 32px;
}

.koa-right p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 0 20px;
}

.koa-icons li img {
    max-width: 45px;
}

a.vw-cmp-btn {
    font-size: 16px;
    padding: 12px 25px;
    margin-top: 20px;
}
.get-slider .owl-nav button {
    top: auto;
    transform: unset;
    bottom: 10px;
}
.camp-img img {
    height: 190px !important;
}
.campgrounds-slider .owl-nav button {
    transform: unset;
    position: unset;
    margin: 10px 10px 0;
}

.campgrounds-slider .owl-nav {
    text-align: center;
}

.camp-section {
    background-position: bottom 180px center;
}
.campgrounds-slider {
    margin-top: 35px;
	padding: 0 15px;
}

.camp-content h3 {
    font-size: 24px;
    line-height: 28px;
}

.camp-content p {
    font-size: 16px;
}

.camp-content .av-site {
    font-size: 18px;
	bottom: 60px;
}
.camp-content {
    min-height: 225px;
}
.camp-box .koa-icons li img {
    max-width: 35px;
}

.outline-btn {
    font-size: 16px;
    padding: 10px 25px;
}

.away-content h3 {
    font-size: 30px;
}

.away-content p {
    font-size: 16px;
    margin-top: 10px;
}

.away-content a {
    font-size: 16px;
    padding: 12px 25px;
}

.away-content {
    padding-left: 0;
}

.pd-100 {
    padding: 70px 0;
}

.highlight-section {
    padding: 70px 0;
}
/* End Home page */	
/* Single supplier */
.supplier-left {
    width: 28%;
}

.supplier-right {
    width: 72%;
}
/* End Single supplier */	
}
@media (max-width: 1024px) {
/* Custom templage css */	
.templateContent {
    padding: 50px 80px 50px 20px !important;
}
.templateBanner .elementor-heading-title {
    font-size: 50px !important;
}

.templateContent h1.elementor-heading-title {
    font-size: 36px !important;
}

.templateContent p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300;
}

.templateContentC {
    padding-right: 40px !important;
}
.templateContentBannerMenu {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.templateContentMenuNoBanner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.templateContent .elementor-widget-text-editor .elementor-widget-container {
    font-size: 16px !important;
}
/* End Custom templage css */	
}
@media (max-width: 991px) {
/* Home page */
.koa-left-wd {
    width: 100% !important;
}
.koa-left-wd h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.koa-left-wd h2 {
	font-size: 34px;
	color: #143A61;
	font-weight: 600;
	margin: 10px 0 15px;
}
.koa-right-wd {
    width: 100% !important;
}
.koa-right {
    padding-left: 0;
    margin-top: 30px;
}

.koa-section {background-position: right -90px bottom;background-size: 50%;}

.hgh-lft {
    max-width: 100%;
    text-align: left;
    margin: 0 0 15px;
}
.hgh-right {
    display: none;
}
.hgh-lft img {
    max-width: 300px;
}
.outline-btn {
	font-size: 18px;
}
.highlight-section .row {
    flex-direction: column-reverse;
}

.highlight-section {
    padding: 50px 0;
}

.hgh-lft p {
    font-size: 18px;
}

.get-away-section {
    background-position: bottom -120px left 0px;
    background-size: 140px;
	background-image: none !important;
}

.away-content {
    padding-right: 0;
    margin-top: 20px;
}
.hm-hero-section {
	padding: 150px 0 0px;
	min-height: 450px;
}
.hero-shape {
	max-width: 208px !important;
}
.hero-inner {
    margin-bottom: -70px;
}
.fl-field {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid rgb(20 58 97 / 39%);
    padding: 10px 0;
}
.filter-form {
	padding: 10px 20px;
	box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 20%);
}
.fl-field:last-child {
        border-bottom: none;
    }
.journey-section.cmn-pd-md {
    padding-top: 105px;
}	
/* End Home page */		
/* Single supplier */
.supplier-left {
    width: 36%;
}

.supplier-right {
    width: 64%;
}
/* End Single supplier */
}
@media (max-width: 767px) {

.result-ul
{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
	
.search_form_container {
    margin-top: 90px;
}

.enable_search_form .field-search-input {
    width: 100% !important;
    padding: 0;
    margin: 10px 0;
}
.hdr-btns button {
    margin-left: 15px;
    width: 31px;
    height: 23px;
}	
/* Home page */
.hero-inner h1 {
	font-size: 32px;
}
.hero-inner {
    margin: 0 auto -70px;
}

/* Calendar css */
.daterangepicker {
    width: 310px !important;
}

.daterangepicker .drp-calendar.left {
    padding: 20px !important;
}
.home .daterangepicker.ltr.show-calendar.openscenter {
    left: 20px !important;
}
/* End calendar css */
.fl-field:last-child {
    border-bottom: none;
}

.hm-hero-section {
	padding: 120px 0 0px;
	position: relative;
	min-height: 460px;
}
.hero-shape {
	max-width: 230px !important;
	top: auto;
	bottom: -36px;
	left: -100px;
}

.cmn-pd-md {
    padding: 50px 0;
}
.journey-section {
    padding: 110px 0 50px;
}





.sub-title {
	font-size: 22px;
}
.lg-title {
	font-size: 40px;
}
.jrn-inner {
	margin: 10px auto;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #2A2A2A;
	border-radius: 12px;
	align-items: center;
	padding: 20px;
	box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 20%);
}
.jrn-inner .jrn-span {
    display: none;
}
.jrny-mm {
    margin-top: 10px;
}
.koa-right h4 {
	font-size: 20px;
}
.koa-right h2 {
	font-size: 36px;
	max-width: 360px;
	width: 100%;
}
.head-title p {
	font-size: 18px;
	max-width: 320px;
	margin: 0 auto;
}
.spotlight svg {
    height: 38px;
    width: 38px;
}
.youtube iframe {
    max-height: 210px;
    height: 210px;
}
.jrn-img {
    width: 80px;
}

.jrn-content {
    width: calc(100% - 80px);
    padding-left: 10px;
    text-align: left;
}

.jrn-content a {
    display: none;
}

.jrn-content p {
    display: none;
}
.cm-vdo {
    margin-bottom: 0;
}
.vdo-4 {
    padding: 7px 4px;
}
.koa-section {
    background-image: url("/wp-content/uploads/test/spot-shapebg.png") !important;
    background-position: right 0px bottom 0;
    background-size: cover;
}
.koa-icons li img {
    max-width: 40px;
}
a.vw-cmp-btn {
	font-size: 17px;
	padding: 11px 25px;
}
.camp-content h3 {
	font-size: 22px;
	line-height: 26px;
}
.camp-content .av-site {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 0;
}
.camp-box {
    border-radius: 20px;
}
.camp-content {
    height: auto;
    max-height: inherit;
}
.camp-img img {
    max-height: 200px;
    border-radius: 20px 20px 0px 0px;
}

.camp-section {
	background-size: 250% auto;
	background-position: bottom 110px center;
}

.owl-stage-outer {
    overflow: visible;
}
.campgrounds-slider .owl-nav {
    display: none;
}
.campgrounds-slider {
    padding: 0 10px;
}
.away-content h3 {
	font-size: 25px;
}
.away-content a {
	font-size: 18px;
	padding: 12px 35px;
}
.pd-100 {
	padding: 50px 0;
}
.get-away-section {
    background-image: none !important;
}
.koa-left-wd h2 {
	max-width: 330px;
	width: 100%;
}
/* End Home page */	
/* Single supplier */
.supplier-left {
    width: 100%;
    margin-bottom: 30px;
}

.supplier-right {
    width: 90%;
    margin:0 auto;
}

.supplier-main {
    background-image: url("/wp-content/uploads/test/Group.png") !important;
    background-size: 100% auto !important;
    padding: 40px 0;
    background-position: top -100px center;
}
.supplier-right h1 {
	font-size: 24px;
	max-width: 340px;
	width: 100%;
}

.contact-info p {
    font-size: 18px;
    margin: 0 0 5px;
}

.social-icons a {
    font-size: 24px;
}

.social-icons {
    gap: 10px;
}
.cnt-info-list li {
    font-size: 16px;
    margin: 6px 0;
}
.action-buttons a.btn {
        font-size: 13px;
        padding: 10px 12px;
    }

.action-buttons {
    margin-top: 20px !important;
}

.company-description p {
    font-size: 16px;
    line-height: 22px;
}

.specialization strong {
    font-size: 16px;
}

.specialization a {
    font-size: 16px;
}

.supplier-right .member-benefit {
    padding: 20px;
}

.member-benefit strong {
    font-size: 16px;
}

.member-benefit p {
    font-size: 16px;
    line-height: 22px;
}
/* End Single supplier */
button.gprev.gbtn {
    top: 45%;
    left: 0;
}

button.gnext.gbtn {
    top: 45%;
    right: 0;
}

/* Custom templage css */	
.templateBanner .e-con-inner {
    padding: 110px 20px 50px !important;
}
.templateBanner .elementor-heading-title {
	font-size: 32px !important;
}
.templateContent h1.elementor-heading-title {
	font-size: 26px !important;
}
.templateContent {
    padding: 40px 0px 40px 0px !important;
}
.templateContentC {
    padding-right: 0px !important;
}
/* End Custom templage css */	

.error-section .field-search-input {
    width: 100% !important;
	padding: 0;
	margin: 10px 0;
}
.error-section .field-search-input:last-child {
    width: 100% !important;
}
.error-section .search_form_container-search_page form {
    flex-wrap: wrap;
}
}

/* supplier filter*/
.desktop-view .mobile-only,
.mobile-view .filter-bottom-row{
    display: none;
}


/*vacancy filter*/
.vacancies-form input#vacancy_date_end, .vacancies-form input#vacancy_date_start {
    border: 0px;
    width: auto;
    margin-bottom:0px;
}

.vacancies-form .dte.dates-inline.vacancy-dates{
    border:2px solid #143A61;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
   .drp-calendar.right {
    display: none ;
  }

  
  /* .daterangepicker .drp-calendar.left .prev,
  .daterangepicker .drp-calendar.left .next {
    display: table-cell !important;
    cursor: pointer;
  } */
.daterangepicker .drp-calendar th.next {
    display: table-cell !important;
    visibility: visible !important;
}

.daterangepicker .drp-calendar th.prev,
.daterangepicker .drp-calendar th.next {
    display: table-cell !important;
    visibility: visible !important;
}
.daterangepicker .drp-calendar.right {
    display: none !important; /* right calendar hide */
  }
  .daterangepicker .drp-calendar.left th.next {
    display: table-cell !important;
    visibility: visible !important;
    cursor: pointer !important;
  }


  /* .daterangepicker .drp-calendar.left .next span:before {
    content: "›"; 
    font-size: 16px;
  } */
}

.panorama-note path.shape,.panorama-note text {
    fill: #000 !important;
}
.panorama-note {
    text-align: center;
    margin-bottom:30px;
}
span.cropper-view-box,
.cropper-crop-box {
    max-height: 80vh;
}

@media screen and (min-width: 1024px) {
.single-campground .header.fixed-hd {
    position: fixed;
}
.campg-single{
margin-top: 110px;
}
}







/* START STYLE2.CSS */



  .desktop-device .camp-fillter-mb,
  .desktop-device .view-switcher,
  .mobile-device .desktop-vw,
  .desktop-device .mobile-vw,
  .mobile-device .ftr-img-list,
  .desktop-device .sd-title-mobile,
  .desktop-device .mobile-btn,
  .mobile-device .desk-btn,
  .desktop-device .mobile-accordion
  {
    display: none !important; 
  }

  .mobile-device .cmn-filter.filter-section{
    border: 0px !important;
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
  }

.mobile-device .filter-box.acc-filter{
  border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 12px;
    padding: 30px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px){
  .cmn-filter .accordion::after
 {
        content: "\f107";
        background-image: none !important;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        bottom: 6px;
        position: absolute;
        line-height: 23px;
        text-align: right;
        font-size: 18px;
        right: 0;
    }
    .vacancy-list-cnm .mobile-acc .accordion{
      position: relative;
    }
 .vacancy-list-cnm .mobile-acc .accordion::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        position: absolute;
        height: 1.25rem;
        width: 1.25rem;
        right: 0;
        top: 0;
    
}
 .cmn-filter .accordion span{ 
    width: 100%;
        font-size: 18px;
        color: rgb(54, 54, 54);
        line-height: normal;
        font-family: Inter, sans-serif !important;
  }

.mobile-accordion label {
    margin: 0 0 10px;
    font-size: 15px;
    color: #143A61;
    font-weight: 600 !important;
    font-family: "Inter", sans-serif !important;
    text-transform: uppercase;
}
.mobile-vw{
  display: block !important;
}

}

.mobile-device .filter-box.acc-filter,
.mobile-device .vacancy-list-cnm #vacancyFilterForm .vacancy-date-container,
.mobile-device .vacancy-list-cnm .vacancy-rslt {
  display: none; /* by default hidden */
}
.mobile-device .filter-box.acc-filter.open,
.mobile-device .vacancy-list-cnm #vacancyFilterForm .vacancy-datefil.vacancy-date-container.open,
.mobile-device .vacancy-list-cnm .vacancy-rslt.open {
  display: block ; /* show when open class added */
}




/*END STYLE2.CSS*/



/* ########################################### */



/*START STYLE3.CSS*/


.side-tp {
    margin-top: -70px;
    z-index: 9;
    position: relative;
}

#dashTrail, #dashVac
{

    /*filter: grayscale(100%);
    cursor: not-allowed!important;
    pointer-events: none!important;*/
}


/* WHITE BG OVERLAY FOR LINES AVOIDANCE */

.supplier-right
{
    background-color: rgba(255, 255, 255, 0.8);
    padding:15px;
    margin-top:15px;
    border-radius: 20px;
}

.elementor-button
{
    transition: all 0.2s ease;
}


.menu-slide.enable_search_form
{
/*    position: relative;*/

    background-color: #111;
}

.menu-slide.enable_search_form:before
{
    content: "";
    position: absolute;
    bottom: 0;
    height: 100vh;
    width: 120vw;
    left:-10vw;
    background: url('/wp-content/themes/refive-child/images/logo-search-black.webp') no-repeat left bottom;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.menu-slide.enable_search_form h1
{
        font-family: "Rubik", sans-serif !important;
        font-weight: 700;
        font-size: 6vw;
        color: #fff;
        display: block;
        margin:0;
        z-index: 2;
            width: 100%;
    text-align: center;
}

.menu-slide.enable_search_form h2
{
        font-weight: 400;
        font-size: 3.5vw;
        color: #fff;
        margin:0 0 22px 0;
            width: 100%;
    text-align: center;
}

.enable_search_form .field-search-input {
    width: calc(100% - 450px);
    margin-top: 30px;
}


.search_form_container
{
    position: relative;
    z-index: 2;
}

.menu-slide {
    background-color: #222;
}


body .search_form_container input[type=text]
{
    color:#fff;
}


html .enable_search_form .field-search-input input[type="submit"] {
    background-color: #fff !important;
    color: #222 !important;
}


.browseCard .elementor-image-box-title, .elementor-image-box-title
{
    color: #2A2A2A!important;
    margin:0!important;
}


.browseCard.elementor-widget-image-box .elementor-image-box-content, .elementor-widget-image-box .elementor-image-box-content {
    width: 100%!im;
    padding: 0 15px 15px 15px;
}

.elementor-image-box-wrapper .elementor-image-box-img
{
    width: 100%!important;
    max-height: 180px!important;
    overflow: hidden!important;
}

/*REDUNDANT, DELETE AFTER CONFIRMING NOT OVERWRITTEN*/

.browseCard, .elementor-widget-image-box {
    background-color: #f9f9f9;
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 28px;
    box-shadow: 0 3px 5px 1px rgb(0 0 0 / 20%);
    overflow: hidden;
    height: 100%;
    transition: all 0.2s ease;
}

.trail-content a p
{
    font-size: 0;
    height: 5px;
}

/* body .trail-content
{
    min-height: initial;
} */

#loginFields
{
    max-width: 900px;
    margin:0 auto;
}




/*END STYLE3.CSS*/










