.campgrounds-container {
	display: flex;
	max-width: 100%;
	width: 1500px;
	flex-wrap: wrap;
	gap: 40px;
}

/** switching between Map and cards View **/
/** When map view Active **/
.map_view div#map {
    width: 100%;
    height: 100vh;
    display: block;
}
.map_view div#campground-results{
    display: none;
}

.map_view .loadmore-container {
    display: none;
}

.custom-icon {
      background-color: #ff5722;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: block;
      border: 2px solid #fff;
}

.map_view .view_maps_btn{
    display: none;
}
/** When map view Active **/
.map_view div#map {
    width: 100%;
    height: 100vh;
    display: block;
}

.cards_view .view_cards_btn{
    display: none;
}

.map_view div#campground-results{
    display: none;
}

.cards_view div#map {
    display: none;
}

/* .cards_view div#campground-results{
    display: block;
} */

/** End switching between Map and cards View **/
.campgrounds-container > .campground-item {
	width: calc(33% - 44px);
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}
/* .loading-icon > svg > rect
 {
    fill: transparent !important;
} */
.campgrounds-container > .campground-item .campground-image {
	min-height: 300px;
	width: 100%;
	background-size: cover;
}

.campground-meta {
	display: flex;
	overflow-x: scroll;
	max-width: 400px;
	flex-wrap: nowrap;
	gap: 30px;
}

.campground-meta > .meta-item {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.meta-label {
	font-weight: 500;
	font-size: 12px;
}

.meta-value {
	font-weight: 400;
	font-size: 12px;
}

.content {
	position: relative;
	max-height: 100px;
	overflow: hidden;
}

.content::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
	left: 0;
}

.load-more-button {
	width: 100%;
	padding: 35px;
	order: 1;
}

.campgrounds-container > .campground-item * {
	text-decoration: none;
}

/* Single */

.single {
	width: 100%;
	max-width: unset;
}

.single .content {
	max-height: unset;
	overflow: visible;
}

.single .content::after {
	content: none;
}

.single .campground-meta {
	flex-direction: row;
	width: 100%;
	max-width: unset;
	gap: 50px 5%;
	flex-wrap: wrap;
	margin-top: 50px;
	overflow: visible;
	position: relative;
	z-index: 2;
}

.meta-group-title {
	margin-top: 100px !important;
	font-size: 36px !important;
	border: 1px solid black;
	padding: 50px 50px 250px;
	margin-bottom: -225px !important;
	margin-left: -50px !important;
	border-bottom: 0;
	position: relative;
	z-index: 1;
}

.meta-group-title::before,
.meta-group-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 10px;
	height: 200px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.meta-group-title::before {
	left: -5px;
}

.meta-group-title::after {
	right: -5px;
}

.single .campground-meta > .meta-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 45%;
}

.single .meta-label {
	font-size: 12px;
	font-weight: 600;
	color: rgba(134, 134, 134, 0.93);
}

.single .meta-value {
	font-size: 20px;
}

.single .campground-image {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}


/*campground css */
.campg-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hr-padd {
    padding: 190px 0 100px;
}

.campg-hero h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 55px;
    font-weight: 800;
}

.campg-left {
    width: 27% !important;
	position: relative;
    z-index: 1;
}

.campg-right {
    width: 73% !important;
    position: relative;
    z-index: 1;
}
.campg-main {
    padding: 80px 0;
    position: relative;
}

.camp-shape-1 {
    position: absolute;
    right: -200px;
    top: -242px;
    width: 100%;
    max-width: 745px !important;
}
form#campground-filter-form {
    padding-right: 46px;
    border-right: 1px solid rgb(20 58 97 / 49%);
}
/** when Map view active then toggle this image **/
.map_view .map-container {
    background-image: url(/wp-content/themes/refive-child/extensions/assets/bg/msk-list-new.png);
}

.map-container {
    background-image: url("/wp-content/uploads/demo/msk-map.jpg");
    background-size: cover;
    background-position: center;
    padding: 92px 20px;
    text-align: center;
    border-radius: 28px;
    box-shadow: 2px 2px 5px 0px #888888;
}

.view-map-button {
    font-size: 22px;
    background-color: #143A61;
    font-family: "Rubik", sans-serif  !important;
    font-weight: 700;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 15px;
	transition: all 0.25s ease;
}
.view-map-button: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;
}
.cmn-filter {
    border-top: 1px solid rgb(20 58 97 / 49%);
    margin-top: 45px;
    padding-top: 40px;
}

.sd-title {
    font-size: 25px;
    font-weight: 700;
    font-family: "Rubik", sans-serif  !important;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 13px;
}
.cm-field label {
    font-size: 18px;
    color: #143A61;
    font-weight: 600 !important;
    font-family: "Inter", sans-serif !important;
    text-transform: uppercase;
}
.cm-field .select2-container {
    width: 100% !important;
}
/* .dates-inline input#arrival {
    max-width: 125px;
} */
.cm-field input {
    border: none !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-family: "Inter", sans-serif !important;
    color: #363636 !important;
    margin: 0 !important;
	z-index: 2 !important;
}
.cm-field select {
    padding: 0;
    border: none !important;
    font-size: 20px;
    color: #363636 !important;
    font-family: "Inter", sans-serif !important;
    width: 100%;
    background-image: none;
}
.cm-field {
    border: 1px solid #143A61;
    border-radius: 12px;
    padding: 10px 25px 10px;
    margin: 0 0 15px;
}
.cm-field span.select2-selection.select2-selection--multiple {
    border: none !important;
    padding: 0;
    min-height: 20px;
}

.cm-field span.select2-selection.select2-selection--multiple textarea.select2-search__field {
    margin: 0;
    height: 27px;
    border: none !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-family: "Inter", sans-serif !important;
    color: #363636 !important;
}
.search-field {
    position: relative;
    margin: 0 0 15px;
}
.search-field input {
    font-size: 20px !important;
    padding: 11px 25px !important;
    border: 1px solid #143A61 !important;
    border-radius: 12px !important;
    color: #363636 !important;
    font-family: "Inter", sans-serif !important;
    height: 52px;
	margin: 0 !important;
}

.flt-field select {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    padding: 11px 20px;
    border: 1px solid #143A61;
    border-radius: 12px;
    color: #363636;
    width: 100%;
    height: 52px;
    background-image: none;
}
.flt-field .select2-search textarea {
    margin: 0 !important;
    height: 25px !important;
    color: #363636 !important;
}

.flt-field .select2-container--classic .select2-selection--multiple {
    font-size: 18px !important;
    padding: 11px 35px 11px 25px!important;
    border: 1px solid #143A61 !important;
    border-radius: 12px !important;
    color: #363636 !important;
    font-family: "Inter", sans-serif !important;
    height: auto;
    margin: 0 !important;
    min-height: 52px;
	position: relative;
	z-index: 1;
    background-color: transparent;
}
.flt-field .select2-container {
    width: 100% !important;
}
.flt-field .select2-container .select2-selection--multiple .select2-selection__rendered {position: relative;top: -24px;}

.flt-field .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #143A61 !important;
    color: #363636 !important;
    margin-left: 0px;
    margin-right: 4px;
}

ul#select2-site-service-results {
    max-height: 250px!important;
}
.flt-field .select2-container .select2-selection--multiple .select2-selection__rendered {
    top: -3px;
    margin: 0;
}
button.srch-ic {
    background-color: transparent;
    border: none;
    color: #143A61;
    position: absolute;
    right: 15px;
    top: 16px;
}
.flt-field {
    margin: 0 0 15px;
    position: relative;
}
.flt-field i {
    position: absolute;
    right: 20px;
    color: #143A61;
    top: 20px;
    z-index: 0;
}

.checkbox-group label {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    font-family: "Rubik", sans-serif  !important;
}

.checkbox-group label input[type="checkbox"] {
    transform: scale(1.6);
    margin: 0 10px 0 6px;
}

.ftl-btns {
    text-align: center;
    margin-top: 30px;
}
.filter-box .checkbox-group label {
    padding-left: 33px;
    position: relative;
}

.filter-box .checkbox-group label input#all-season {
    position: absolute;
    left: 0;
    top: 7px;
}
.ftl-btns button.reset-filters {
    color: #333333;
    font-weight: 300;
    font-family: "Rubik", sans-serif  !important;
    background-color: transparent !important;
    border: none;
    margin-top: 20px;
    text-decoration: underline;
    font-size: 20px;
}
.ftl-btns .filter-submit {
    background-color: #143A61;
    line-height: normal;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Rubik", sans-serif !important;
    border-radius: 15px;
    padding: 16px 20px;
    max-width: 250px;
    width: 100%;
	transition: all 0.25s ease;
}
.ftl-btns .filter-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;
}
.ftl-btns .filter-submit i {
    margin-right: 5px;
    font-size: 20px;
}

.loading-icon svg {
    width: 100%;
    max-width: 400px;
}



.campgrounds-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
	padding-top:0px;
	
}

.campgrounds-grid .loading-icon, 
.campgrounds-grid .data-not-found-msg {
  grid-column: 1 / -1; /* spans from first to last column */
  text-align: center; /* optional, to center spinner */
}

.near-items {
    height: 100%;
}
.campground-card {
	background-color: #fff;
	border: 1px solid #000000;
	border-radius: 28px;
	box-shadow: 1px 3px 4px 1px rgb(0 0 0 / 30%);
	overflow: hidden;
	position: relative;
	height: 100%;
}
.campground-thumbnail img {
    width: 100%;
/*    height: 210px !important;*/
    object-fit: cover;
}
.campground-card .card-inner .site-type-list li svg {
    width: 35px;
    height: 35px;
}
.campground-card .card-inner {
    padding: 25px 20px 94px;
}
.campground-card .card-inner h5 {
    bottom: 55px;
}
.campgrounds-slider .camp-box {
    background-color: #fff;
}
.card-inner {
    background: #fff;
    height: auto;
    padding: 25px 20px 115px;
    text-align: center;
}
.card-inner h4 {
    font-size: 30px;
    font-weight: 700;
    color: #2A2A2A;
    font-family: "Rubik", sans-serif !important;
    text-transform: capitalize;
    margin: 0 0 10px;
    line-height: 33px;
}
.card-inner h5 {
    color: #143A61;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0 12px;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
}
.card-inner p {
    font-size: 16px;
    color: #2A2A2A;
    line-height: normal;
/*	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  */
}
.site-type-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.site-type-list li img {
    width: 35px;
}

.site-type-list li {
    margin: 3px;
}
.form-control:focus {
    box-shadow: none !important;
}
#campground-loading{
	position: absolute;
    background: #00000096;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
	color:#ddd;
}
.lod-btn {
    text-align: center;
    margin-top: 50px;
}
.loadmore-container button {
    text-transform: uppercase;
    margin-top: 20px;
}
.lod-btn #load-more-campgrounds {
    background-color: #143A61;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 15px;
    padding: 15px 40px;
    font-family: "Rubik", sans-serif !important;
    text-transform: uppercase;
    line-height: normal;
}

.lod-btn #load-more-campgrounds i {
    margin-right: 5px;
}

#campground-loading .fa-circle-notch {
    animation: spin 1s linear infinite;
	margin-top: 200px;
    font-size: 40px;
}

  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.grey-200 {
    background-color: #F4F4F4;
}

/*Single campground css */

.campg-single {
    border-bottom: 2px solid rgb(20 58 97 / 25%);
}
.campg-single>div.container > .row {
    margin: 0;
}
.sidebar-cmpg {
    width: 37% !important;
    border-right: 2px solid rgb(20 58 97 / 25%);
    padding-right: 0 !important;
	padding-left: 0 !important;
}

.cmpg-content {
    width: 63% !important;
    padding-left: 0 !important;
	padding-right: 0 !important;
}
ul.socl-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.socl-icons li a {
    font-size: 30px;
    color: #143A61;
}

.socl-icons li {
    margin: 0 10px 0 0;
}
.sidebar-top h1 {
    font-size: 45px;
    color: #212121;
    font-weight: 800;
    margin: 15px 0 10px;
    font-family: "Rubik", sans-serif !important;
    line-height: 1;
}

.sidebar-top h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}

.sidebar-top p {
    color: #363636;
    font-size: 20px;
    line-height: normal;
    font-family: "Inter", sans-serif !important;
}

.sidebar-top {
    padding: 30px 40px;
}

.meta-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.meta-list li span {
    color: #363636;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

.meta-list li i {
    color: #143A61;
    margin: 0 10px 0 0px;
    font-size: 18px;
}
.meta-list li {
    margin: 0 0 15px;
    width: 100%;
    display: flex;
    align-items: baseline;
}

.meta-list li span.phn {
    margin-right: 15px;
}

ul.btn-list {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    border: 2px solid #143A61;
    border-radius: 15px;
    display: inline-block !important;
}

ul.btn-list li {
    float: left;
    padding: 0px;
}
ul.btn-list li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    color: #143A61;
}

a.fill-btn {
    background-color: #143A61;
    border-radius: 13px;
    color: #fff !important;
}
.btn-list a.camp-email-btn::after {
    content: "";
    width: 1px;
    background-color: rgb(20 58 97 / 39%);
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 0;
}

.btn-list a.camp-email-btn {
    position: relative;
}
.sidebar-map img {
    width: 100%;
}
.sd-opt li {
    width: 50%;
    display: flex;
    margin: 10px 0;
    padding-left: 70px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.sd-opt li h3 {
    position: absolute;
    left: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 300;
    color: #2A2A2A;
    text-align: right;
    width: 65px;
}

.sd-opt img {
    width: 50px;
}
.sd-opt svg {
	    width: 45px;
    height: 45px;
    margin-left: 10px;
}
.sd-opt p {
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 300;
    color: #2A2A2A;
    padding-left: 10px;
    font-family: "Rubik", sans-serif !important;
    line-height: 1.2;
}

.sidebar-cmn {
    padding: 30px 30px;
}

.brd-btm-2px {
    border-bottom: 2px solid rgb(20 58 97 / 25%);
}
.nmb-row {
    display: flex;
    flex=w: 25px;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.nmb {
    text-align: center;
    border-right: 1px solid rgb(20 58 97 / 74%);
    width: 33.3%;
    padding: 0 15px;
    margin: 20px 0;
}

.nmb h2 {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: 700;
    color: #143A61;
    font-family: "Inter", sans-serif !important;
}

.nmb p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.nmb:nth-child(3), .nmb:last-child {
    border-right: none;
}
.vanc-title {
    font-size: 40px;
    font-weight: 700;
    color: #2A2A2A;
    margin: 0 0 20px;
}
.vacancy-date {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; */
}

.vac-img {
    width: 50px;
}

.vac-rght {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.vac-rght p {
    margin: 0;
    font-size: 20px;
    color: #363636;
    line-height: normal;
}

.vac-rght p strong {
    /* display: block; */
    font-weight: 700;
}

.vac-rep {
    margin: 30px 0;
}
.vac-btns a {
    width: 100% !important;
    text-align: center;
    display: inline-block;
    padding: 14px 15px !important;
    font-weight: 700;
    font-size: 22px;
    font-family: "Rubik", sans-serif !important;
    margin: 10px 0;
    border-radius: 15px;
    border: 2px solid #143A61;
	transition: all 0.25s ease;
}
.vac-btns 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;
}
.vac-btns a i {
    margin-right: 10px;
}

.vac-btns a.outline-btn {
    color: #143A61;
}
.cmg-feature img {
    width: 100%;
}

ul.ftr-img-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 25px 0;
    padding: 0;
    gap: 15px;
}

.ftr-img-list li img {
    width: 100%;
}

.cmpg-content-inner {
    padding: 0 25px;
    margin-top:20px;
}

.cmpg-content-inner > p {
    color: #363636;
    font-size: 20px;
    line-height: normal;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    margin: 0 0 25px;
}
.cmp-ct-rep {
    border-top: 2px solid rgb(20 58 98 / 25%);
    padding: 40px 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.cmp-ct-rep h2 {
    color: #2A2A2A;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}

.cmp-ct-rep p {
    color: #363636;
    font-size: 18px;
    margin: 0 0 20px;
}

ul.fac-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
     margin: 0;
    padding: 0;
}

ul.fac-list li {
    font-size: 18px;
    color: #363636;
    font-weight: 400;
    list-style-type: none;
    padding-left: 15px;
    min-height: 30px;
    position: relative;
    line-height: normal;
	margin: 3px 0px;
}

ul.fac-list li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #363636;
    position: absolute;
    left: 0;
    top: 9px;
}
a.gt-btn {
    background-color: #143A61;
    color: #fff !important;
    font-weight: 700;
    padding: 16px 30px;
    font-size: 22px;
    border-radius: 15px;
    display: inline-block;
    font-family: "Rubik", sans-serif !important;
    margin-top: 10px;
	transition: all 0.25s ease;
}
a.gt-btn: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;
}
a.gt-btn i {
    margin-right: 10px;
}
.trailor-mm {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 80px center;
    padding-left: 55px;
    border-top: 2px solid rgb(20 58 97 / 25%);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
}
.section-title {
    margin-bottom: 25px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2A2A2A;
    margin: 0 0 10px;
}

.trail-img {
    border-top-left-radius: 20px;
    overflow: hidden;
    border-top-right-radius: 20px;
}

.trail-img img {
    width: 100%;
    display: block;
}

.trail-content {
    text-align: center;
    padding: 20px 20px;
	min-height: 190px;
}

.trail-content h3 {
    margin: 0 0 5px;
    font-size: 30px;
    color: #2A2A2A;
    font-weight: 700;
}

.trail-content h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #2A2A2A;
    line-height: normal;
    font-family: "Inter", sans-serif !important;
}

.trail-content p {
    margin: 10px 0 15px;
    font-size: 17px;
    font-weight: 400;
    color: #2A2A2A;
    line-height: normal;
    font-family: "Inter", sans-serif !important;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

p.dutt-ff {
    font-size: 15px;
    font-weight: 600;
    color: #143A61;
    line-height: normal;
    margin: 0;
}

.trail-box {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 4px 5px 5px 0 rgb(0 0 0 / 25%);
    border: 1px solid rgb(0 0 0 / 50%);
	overflow: hidden;
}

.trailor-mm .col-md-4 {
    padding: 0 10px;
}
.tr-view {
    color: #143A61;
    font-size: 20px;
    font-family: "Inter", sans-serif !important;
}

.tr-view i {
    margin-left: 5px;
}
.nearby-main {
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    padding: 60px 0;
}
/*End Single campground css */

/* Email popup */
div#camp-email-modal {
    padding: 60px 20px;
    position: fixed;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.camp-modal-bg {
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: rgb(0 0 0 / 46%);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
#camp-email-modal .modal-content {
    max-width: 600px;
    padding: 35px 25px;
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    left: 0;
    right: 0;
}

#camp-email-modal .modal-content span.close {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 50px;
    cursor: pointer;
}

#camp-email-modal .modal-content h3 {
    margin: 0 0 15px;
    text-align: center;
    font-weight: 700;
    color: #2A2A2A;
    font-family: "Rubik", sans-serif !important;
    font-size: 30px;
    letter-spacing: 0;
}

#camp-email-modal .modal-content form label {
    font-family: "Rubik", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 5px;
}

#camp-email-modal .modal-content form input {
    width: 100% !important;
    border: 1px solid #143A61 !important;
    border-radius: 12px !important;
    font-size: 20px !important;
    color: #363636 !important;
    text-transform: unset !important;
    font-family: "Inter", sans-serif !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 0 20px !important;
}

#camp-email-modal .modal-content form textarea {
    width: 100% !important;
    border: 1px solid #143A61 !important;
    border-radius: 12px !important;
    font-size: 20px !important;
    color: #363636 !important;
    text-transform: unset !important;
    font-family: "Inter", sans-serif !important;
    height: auto !important;
    line-height: normal !important;
}

#camp-email-modal .modal-content form button {
    font-size: 22px;
    background-color: #143A61;
    color: #fff !important;
    padding: 17px 75px;
    border-radius: 15px;
    font-family: "Rubik", sans-serif !important;
    line-height: normal;
    text-transform: uppercase;
}
/* End Email popup */

@media only screen and (min-width:300px) and (max-width:600px){
	.campground-data{
		display:block;
		width: 100%;
	}
	#camp-hero h2{
		font-size: 32px;
	}
	/*.campgrounds-grid{
		grid-template-columns: repeat(1, 1fr) !important;
	}*/
}
@media only screen and (min-width:601px) and (max-width:1024px){

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

@media only screen and (min-width:991px){
.custom-carousel.desktop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}		
}
@media only screen and (max-width:1500px){
/*campground css */
.campg-hero h1 {
    font-size: 55px;
}
.camp-shape-1 {
    right: -160px;
    top: -151px;
    max-width: 465px !important;
}
.sd-title {
    font-size: 20px;
}

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

.cm-field input {
    font-size: 18px !important;
}

.cm-field select {
    font-size: 18px !important;
}

.search-field input {
    font-size: 18px !important;
}

.ftl-btns .filter-submit {
    font-size: 18px;
}

.ftl-btns .filter-submit i {
    font-size: 16px;
}

.ftl-btns button.reset-filters {
    font-size: 16px;
}

.view-map-button {
    font-size: 18px;
    padding: 12px 30px;
}

.card-inner h4 {
    font-size: 26px;
}

.lod-btn #load-more-campgrounds {
    font-size: 18px;
}
/*End campground css */	

/* Campground Basic css */	
.socl-icons li a {
    font-size: 20px;
}
.sidebar-top h1 {
    font-size: 40px;
}
.sidebar-top h2 {
    font-size: 24px;
}

.meta-list li span {
    font-size: 16px;
}

.meta-list li i {
    font-size: 16px;
}

.sd-opt p {
    font-size: 18px;
}
.sd-opt li h3 {
	font-size: 22px;
	width: 60px;
}
.sd-opt img {
    width: 40px;
}
.sd-opt li {
    padding-left: 60px;
	margin: 5px 0;
}
.vanc-title {
    font-size: 30px;
}

.nmb h2 {
    font-size: 30px;
}

.nmb p {
    font-size: 15px;
    line-height: 20px;
}

.cmp-ct-rep h2 {
    font-size: 30px;
}

.cmp-ct-rep p {
    font-size: 20px;
}

ul.fac-list li {
    font-size: 16px;
}
.sidebar-top {
    padding: 30px 30px;
}
.sidebar-cmn {
    padding: 20px 20px;
}
/* End Campground Basic css */	

/*Single campground css */
.section-title h2 {
    font-size: 30px;
}

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

.trail-content h4 {
    font-size: 16px;
}

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

p.dutt-ff {
    font-size: 14px;
}
/*End Single campground css */
}

@media only screen and (max-width:1400px){
/*campground css */
.campgrounds-grid {
    grid-template-columns: repeat(2, 1fr);
}

.campg-left {
    width: 30% !important;
}

.campg-right {
    width: 70% !important;
}

form#campground-filter-form {
    padding-right: 30px;
}
/*End campground css */	
}

@media only screen and (max-width:1199px){
/*campground css */
.campg-hero h1 {
    font-size: 45px;
}
.campg-left {
    width: 33% !important;
}

.campg-right {
    width: 67% !important;
}
.cm-field label {
    font-size: 15px;
}

.cm-field input {
    font-size: 18px !important;
}

.search-field input {
    font-size: 18px !important;
}

.checkbox-group label {
    font-size: 18px;
}

.ftl-btns .filter-submit {
    font-size: 16px;
}

.view-map-button {
    font-size: 16px;
}
.site-type-list li svg {
    width: 35px;
    height: 35px;
}
.sd-title {
    font-size: 18px;
}

.card-inner h4 {
    font-size: 22px;
    line-height: 26px;
}
.card-inner h5 {
	font-size: 16px;
	bottom: 60px;
}

.card-inner p {
    font-size: 14px;
}
/*End campground css */	
.sidebar-cmpg {
    width: 40% !important;
}

.cmpg-content {
    width: 60% !important;
}
.sidebar-top h1 {
    font-size: 36px;
}

.sidebar-top h2 {
    font-size: 20px;
}

.meta-list li {
    margin: 0 0 10px;
}

ul.btn-list li a {
	font-size: 14px;
	padding: 12px 15px;
	line-height: normal;
}

.cmp-ct-rep h2 {
    font-size: 26px;
}

.cmp-ct-rep p {
    font-size: 16px;
}

a.gt-btn {
    font-size: 18px;
    padding: 14px 25px;
}

.sd-opt svg {
    width: 35px;
    height: 35px;
}

.sd-opt p {
    font-size: 16px;
    line-height: normal;
}
.sd-opt li h3 {
	font-size: 18px;
	width: 50px;
}
.sd-opt li {
	padding-left: 55px;
}
.nmb h2 {
    font-size: 26px;
}

.nmb p {
    font-size: 12px;
    line-height: 16px;
}
/* Campground Basic css */	

/* End Campground Basic css */	

.custom-carousel.desktop-grid {
    gap: 20px;
}
}

@media only screen and (max-width:991px){
/*campground css */
.hr-padd {
    padding: 150px 0 90px;
}

.sidebar-cmpg {
    width: 100% !important;
    padding: 0 0px !important;
    border-right: none;
}

.cmpg-content {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.sidebar-cmn {
	padding: 20px 20px;
}

.camp-shape-1 {
    max-width: 220px !important;
    right: -60px;
    top: -72px;
}

form#campground-filter-form {
    padding-right: 0 !important;
    border: none;
}
.post-type-archive-campground .campg-main .container{
    max-width: 100% !important;
}
.nearby-main .col-md-4.col-lg-3 {
    width: 50%;
    margin: 0 0 20px;
}
/*End campground css */	
}

@media only screen and (max-width:767px){
/*campground css */
.campgrounds-grid {
    grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.campg-right {
    width: 100% !important;
    margin-top: 40px !important;
}
.campg-left {
    width: 100% !important;
}
.campg-hero h1 {
	font-size: 32px;
}
.card-inner h4 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
}
\
.campground-card {
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 12px;
    box-shadow: 1px 3px 4px 1px rgb(0 0 0 / 20%);
	margin: 10px 0;
}
.site-type-list li img{
    width: 30px !important;
}
.card-inner {
    padding: 25px 20px 100px;
}
.card-inner p {
    display: none;
}
.campg-main {
    padding: 0px 0 0;
}
.map-container {
    display: none;
}
.hr-padd {
	padding: 150px 0 130px;
}
#campground-filter-form .cmn-filter.vacancies-filter {
	border-top: none;
	margin: 0;
	border-radius: 12px;
	box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 40%);
	padding: 20px;
	background-color: #fff;
	margin-top: -110px;
}
.camp-fillter-mb div#accordionExample {
    margin-top: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}
#campground-filter-form .cm-field {
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-top: none !important;
    border-bottom: 1px solid rgb(20 58 97 / 39%);
    padding: 0 0 10px;
}

#campground-filter-form h4.sd-title {
    display: none;
}

#campground-filter-form .date-srch .flt-field .select2-container--classic .select2-selection--multiple {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 10px  0!important;
}

/* #campground-filter-form .flt-field {
    border-bottom: 1px solid rgb(20 58 97 / 39%);
}*/
.cm-field span.select2-selection.select2-selection--multiple textarea.select2-search__field {
    font-size: 18px !important;
}

.camp-fillter-mb .accordion-button::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;
}
.camp-fillter-mb .accordion-button:not(.collapsed)::after {
    right: -5px;
}
.camp-fillter-mb .accordion-button span {
    width: 100%;
    font-size: 18px;
    color: #363636;
    font-family: "Inter", sans-serif !important;
    line-height: normal;
}

.camp-fillter-mb .accordion-header .accordion-button {
    flex-wrap: wrap;
}
.camp-fillter-mb .accordion-item .accordion-header button.accordion-button {
    padding: 0 !important;
	box-shadow: none !important;
}
.camp-fillter-mb .accordion-body {
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}

.camp-fillter-mb .accordion-body .flt-field {
    border: none !important;
}
.camp-fillter-mb .accordion > .ftl-btns .reset-filters {
    display: none;
}
.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.camp-fillter-mb .accordion .accordion-item {
    border-top: none !important;
    border-bottom: none !important;
}
.camp-fillter-mb .accordion-button label {
	margin: 0 0 10px;
	font-size: 15px;
	color: #143A61;
	font-weight: 600 !important;
	font-family: "Inter", sans-serif !important;
	text-transform: uppercase;
}
.view-switcher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    border: 1px solid #143A61;
    border-radius: 10px;
    background-color: #143A61;
}

.view-switcher a {
    width: 50%;
    text-align: center;
    padding: 10px 10px;
    border-radius: 9px;
    color: #fff;
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
}

.view-switcher a i {
    margin-right: 6px;
}

.view-switcher a.map-view {
    background-color: #fff;
    color: #b0b0b0;
}

.cards_view a.list-view {
    color: #fff !important;
}

.map_view .view-switcher {
    background: #fff;
}

.map_view a.list-view {
    color: #b0b0b0 !important;
}

.map_view .view-switcher a.map-view {
    background-color: #143A61;
    color: #fff;
}

.loadmore-container button {
    font-size: 18px;
    padding: 12px 35px;
}
.loadmore-container button {
    font-size: 18px;
    padding: 12px 35px;
}

.post-type-archive-campground .get-away-section {
    background-color: #F4F4F4;
    background-image: none !important;
}

.get-slider .owl-stage-outer {
    padding-bottom: 0;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

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

.sidebar-top h1 {
    font-size: 32px;
}

.sidebar-top h2 {
    font-size: 20px;
}

.sidebar-top p {
    font-size: 16px;
}

.meta-list li {
    margin: 0 0 10px;
}
.sidebar-top {
	padding: 30px 20px;
}
ul.btn-list li a {
	font-size: 14px;
	padding: 8px 10px;
}

.nmb h2 {font-size: 22px;}

.nmb p {
    font-size: 13px;
    line-height: 18px;
}
.vac-rght p {
    font-size: 16px;
}

.vac-img {
    width: 35px;
}

.vac-rght {
    width: calc(100% - 35px);
    padding-left: 15px;
}
.vanc-title {
    font-size: 22px;
}

.vacancy-date {
    gap: 0;
}
ul.ftr-img-list {
    margin: 0 0 20px;
    gap: 10px;
}
.cmpg-content-inner > p {
    font-size: 16px;
}
.cmpg-content-inner {
    margin-top: 10px;
}
.cmp-ct-rep h2 {
    font-size: 22px;
}

.cmp-ct-rep p {
    font-size: 16px;
}

.vac-btns a {
    font-size: 20px;
}
ul.fac-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
a.gt-btn {
	font-size: 18px;
	text-align: center;
	padding: 12px 20px;
}
.sd-opt p {
	font-size: 14px;
	line-height: 18px;
	width: calc(100% - 100px);
}
.sd-opt svg {
	width: 30px;
	height:30px;
}
.sd-opt img {
	width: 30px;
}
.sd-opt li {
	padding-left: 50px;
}
.sd-opt li h3 {
	font-size: 18px;
	width: 45px;
}
.nmb {
    padding: 0 10px;
    margin: 15px 0;
}
.sidebar-cmpg {
    background-image: url("/wp-content/uploads/test/cm-round-shp.png");
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    background-size: 90px;
}

.sidebar-cmn > p {font-size: 16px;margin: 0;}

.accordion-item .accordion-header {
    margin-top: 0;
    border-bottom: none !important;
}

.accordion-item .accordion-header button h2 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #2A2A2A;
    font-weight: 600;
}

.accordion-item .accordion-header button.accordion-button {padding: 24px 0; box-shadow: none !important;}

.accordion .accordion-item {
    border-left: none;
    border-right: none;
    border-top: 2px solid rgb(20 58 97 / 25%) !important;
    border-radius: 0 !important;
    border-bottom: none !important;
}

div#accordionExample {
    margin-top: 20px;
}

.accordion-button::after {
    color: #143a61 !important;
}
.trailor-mm {
	border-top: none;
	padding: 30px 20px;
	margin: 0;
	background-size: 330%;
}

.section-title h2 {
    font-size: 22px;
}

#trailer-carousel .owl-nav {
    display: none;
}

.sidebar-cmn:last-child {
    padding-bottom: 0;
}
.campg-right .campground-card .card-inner h4 {
    font-size: 16px;
    max-width: 100%;
	line-height: 18px;
}

.campg-right .campground-card .card-inner {
    padding: 20px 15px;
    min-height: auto;
    height: auto;
}
.campg-right .campground-card .card-inner h5 {
	position: unset;
	display: none;
}

.campg-right .campground-card .card-inner .site-type-list {
    position: unset;
}
.campg-right .campground-card .card-inner .site-type-list li svg {
    width: 30px;
    height: 30px;
}
ul.sd-opt.d-flex.flex-wrap {
    margin-bottom: 0;
}

.section-title {
    margin-bottom: 10px;
}
.sidebar-cmpg {
    padding: 0 0px !important;
}
.cmpg-content {
    padding: 0 0px !important;
}
/*.map-section {
    margin-left: -20px;
    margin-right: -20px;
}*/
.single-campground .nearby-main {
    background-color: #F4F4F4;
    padding: 40px 15px;
    background-image: none !important;
}
.single-campground .owl-dots {
    display: none;
}
.single-campground .owl-nav {
    display: none;
}
.single-campground .campground-card {
    border-radius: 25px;
}
/*.single-campground .campground-thumbnail img {
    height: 180px !important;
}*/

.single-campground .campground-card .card-inner h4 {
    font-size: 26px;
    line-height: 30px;
}

.single-campground .accordion-body {
    padding: 0px 0 15px;
}

.single-campground .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-color: transparent !important;
}

.single-campground .accordion-button:focus {
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none;
}

.single-campground .accordion-body p {
    margin-top: 0;
}

#view-gallary {
    width: 100% !important;
    text-align: center;
    display: inline-block;
    padding: 10px 15px !important;
    font-weight: 700;
    font-size: 22px;
    font-family: "Rubik", sans-serif !important;
    margin: 0 0 0px;
    border-radius: 10px;
    border: 2px solid #143A61;
}
.view-gal-btn {
    padding: 30px 9px 0;
}
.enhanced_camp .sidebar-cmpg, .premium_camp .sidebar-cmpg {
    background-image: none !important;
}
.enhanced_camp ul.ftr-img-list, .premium_camp ul.ftr-img-list{
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 0;
}
.trail-box {
    border-radius: 30px;
}
#near-trailer-carousel .owl-nav {
    display: none;
}
.near-items {
    height: 100%;
}
/*End campground css */	
}


#map .loading-icon {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
}