/*
    Theme Name: Spirit Child
    Theme URI: http://themes.lucid-themes.com/spirit-wp/
    Template: spirit-blog
    Author: Lucid Themes
    Author URI: http://www.lucid-themes.com/
    Description: A clean and modern WordPress theme perfect for bloggers and personal websites. Create a unique website with the easy to use options for layout and color.
    Tags: blog,left-sidebar,right-sidebar,grid-layout,custom-colors,featured-images,sticky-post,theme-options,translation-ready
    Version: 1.3.1.1695358317
    Updated: 2023-09-22 00:51:57
*/

.loading {
  display: none;
  position: fixed;
  z-index: 99999999999999999;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 50%) -1.5em 0 0 0, rgb(0 0 0 / 50%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
  box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 75%) -1.5em 0 0 0, rgb(0 0 0 / 75%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* ================== Animation ================== */

@-webkit-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.page-id-4856 .page-section .container{
  width: 95%;
  padding: 0;
}
#map {
  width: 100%;
  max-width: 100%;
  height: 85vh;
}
body .row.mapviewSec {
  display: flex;
}
body .row.mapviewSec .col-md-3 {
  width: 25%;
  /* overflow-y: scroll;
  height: calc(85vh + 60px); */
}
body .row.mapviewSec .col-md-9 {
  width: 75%;
}
.destination_lists{
  padding: 0px;
}
.destination_lists li {
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 0px;
  border-radius: 10px;
}
.destination_lists li img {
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
  width: 100%;
  margin: 0;
}
.destination_lists li h3 {
  margin: 0;
  font-size: 24px;
}

body .thumbSlider{
height: 206px;
overflow: hidden;
}

.destination_lists .innCont{
  padding: 20px;
}
body .mapTags {
  margin: 5px 0px !important;
}
body .mapTags span {
  background-color: white;
  padding: 3px 8px;
  border-radius: 6px;
  margin: 2px;
  color: #000;
}
body .navImgSlider .slide-arrow {
  position: absolute;
  left: -10px;
  top: 35%;
  z-index: 9;
  background-color: #000;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}
body .navImgSlider .next-arrow {
  right: -10px;
  left: auto;
}
body .gallerySliders img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}
body .mainImgSlider img{
height: 550px;
width: 100%;
  object-fit: cover;
border-radius: 10px;
}
body .navImgSlider img{
  height: 80px;
  width: 100%;
}
.singleContent {
  margin: 40px 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  padding: 40px;
  background-color: #f7f7f7;
}
.singleContent p{
  margin-bottom: 20px;
}
.singleIcons {
  display: flex;
}
.singleIcons li {
  background-color: white;
  padding: 15px;
  text-align: center;
  width: calc(100% / 4 - 20px);
  margin: 8px;
}
.singleIcons li span {
  margin-bottom: 10px;
  display: block;
}
.singleIcons li p {
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 5px;
}
#singleMapLocation{
  margin-top: 30px;
}
#map .gm-style-iw-t .gm-style-iw{
  max-width: 400px !important;
}
.topSearch {
  width: 100%;
}
body .location_search {
  width: 100%;
  margin-bottom: 5px;
  padding: 12px 10px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  font-family: 'Josefin Sans', sans-serif;
}
body .filterOption{
margin-left: 20px;
  font-family: 'Josefin Sans', sans-serif;
}
body .thumbSlider .slide-arrow {
  position: absolute;
  left: 0px;
  top: 44%;
  z-index: 9;
  background-color: #0000009e;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}
body .thumbSlider .next-arrow {
  right: 0px;
  left: auto;
}
body .thumbSlider .thumbImg {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
.gm-style .gm-style-moc .gm-style-mot {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.home .single-page-title{
display:none;
}
.mapTop {
  display: flex;
}
.marker-position {
position: relative;
margin-top: 50px;
font-weight: 600;
}
.selected-markers{
/* 	width:70px;
height:70px; */
border-radius:50%;
border:solid 3px black;
  color: red;
  cursor: pointer;
overflow:hidden;
margin: auto;
background-size:cover;
background-repeat:no-repeat;
}

.marker-container {
width: fit-content;
text-align: center;
}

.marker-container span{
position: relative;
top: 15px;
font-weight: 500;
width: 100%;
margin: auto;
color: white;
text-align: center;
font-size:13px;
background: black;
padding: 5px 10px;
border-radius: 20px;
z-index:9999;
}

.selected-markers:after {
/* 	top: 67px; */
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;


border-color: rgba(136, 183, 213, 0);
border-top-color: black;
border-width: 7px;
margin-left: -8px;
}


.all-markers{
width: fit-content;
height: fit-content;
}
.all-markers img{
margin-bottom: 0px !important;
}
.pinSec {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.pinSec p {
  padding-left: 10px;
}

@media(max-width: 1420px){
  .locate-tab {
    display: inline-block !important;
  }
}

@media(max-width: 1024px){
  body .row.mapviewSec .col-md-3 {
      width: 40%;
      /* height: 500px; */
  }
  body .row.mapviewSec .col-md-9 {
      width: 60%;
  }
  #map {
      height: 500px;
  }
  body .mainImgSlider img {
      margin-top: 150px;
  }
  .singleIcons {
      flex-wrap: wrap;
  }
  .singleIcons li {
      width: calc(100% / 2 - 20px);
  }
.mapTop {
  display: block;
}
.pinSec {
  padding-left: 0px;
}
body .filterOption{
  margin-left: 0px;
  margin-bottom: 5px;
}
}

@media(max-width: 767px){
  body .row.mapviewSec {
      display: flex;
      flex-flow: column-reverse;
  }
  body .row.mapviewSec .col-md-3 {
      width: 100%;
      margin-bottom: 0px;
      padding: 0;
  }
  body .row.mapviewSec .col-md-9 {
      width: 100%;
      padding: 0;
      margin-bottom: 50px;
      margin-top: 30px;
  }
  .singleIcons {
      display: block;
  }
  .singleIcons li {
      width: calc(100% / 1 - 20px);
  }
  body .mainImgSlider img {
      height: 250px;
      margin-top: 150px;
  }
  .singleContent {
      padding: 20px;
  }
  #map .gm-style-iw-t .gm-style-iw {
      max-width: 300px !important;
      max-height: 450px !important;
  }
  .page-id-4856 .page-section .container {
      width: 85%;
      padding: 0;
  }
  #header-main #header-search input[type=text] {
      width: 100%;
  }
  #map {
      height: 350px;
  }
  .explain-content{
    width:100%;
  }
  .form-explain {
    width: 100%;
  }
  body .row.mapviewSec {
      flex-direction: row-reverse;
  }
  .mapview_list_destinations {
      width: 100%;
      height: auto;
	  order: 2;
  }
  .mapview_map_wrapper {
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px;
        order: 1;
    }
  .item_searchWrapper:not(:last-child) {
      border-right: 0;
      border-bottom: 1px solid #d9d9d9;
  }
  
}


.grecaptcha-badge {
  display: none !important;
}

.activity-dropdown {
display: inline-block;
position: relative;
}


.activity-dd-button {
display: inline-block;
border: 1px solid gray;
border-radius: 30px;
padding: 10px 30px 10px 20px;
background-color: #ffffff;
cursor: pointer;
white-space: nowrap;
text-transform: capitalize;
}

.activity-dd-button:after {
content: '';
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
width: 0; 
height: 0; 
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
}

.activity-dd-button:hover {
background-color: #eeeeee;
}


.activity-dd-input {
display: none;
}

.activity-dd-menu {
position: absolute;
top: 100%;
border: 1px solid #ccc;
border-radius: 4px;
z-index:9999;
padding: 0;
margin: 2px 0 0 0;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
background-color: #ffffff;
list-style-type: none;
}

.activity-dd-input + .activity-dd-menu {
display: none;
} 

.activity-dd-input:checked + .activity-dd-menu {
display: block;
}

.activity-dd-menu li {
padding: 0;
width: 300px;
display: flex;
justify-content: start;
align-items: center;
cursor: pointer;
white-space: nowrap;
color: #000000 !important;
}
.activity-dd-menu li input {
margin-right: 10px;
}
.activity-dd-menu li label {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.activity-dd-menu li input[type=radio] {
  border: 0px;
  width: 25px;
  height: 2em;
}
.activity-dd-menu li:last-child {
display: flex;
justify-content: center;
}

.activity-dd-menu li:hover {
background-color: #f6f6f6;
}

.activity-dd-menu li a {
display: block;
margin: -10px -20px;
padding: 10px 20px;
}

.activity-dd-menu li.activity-divider{
padding: 0;
border-bottom: 1px solid #cccccc;
}

.activity-dd-menu li:last-child > div{
  border: 1px;
border-radius: 20px;
background: black;
color: white;
  width: fit-content;
padding: 10px 20px 10px 20px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
}

.activity-dd-menu li:last-child > button{
  border: 1px;
border-radius: 20px;
background: transparent;
color: black;
  width: fit-content;
padding: 10px 20px 10px 20px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 20px;
font-weight: 700;
}
.activity-dd-menu li:last-child > button:hover{
background: gray;
}
.activity-dd-menu .activity-btns{
  padding: 10px 20px;
}
@media only screen and (max-width: 1419px) and (min-width: 414px)  {
  .timeInfo{
    display: block !important;
  }	
} 

@media(min-width: 767px){ 
.fancybox-navigation .fancybox-button {
  height: 120px !important;
  width: 90px !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
  margin-left: 5% !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
  margin-right: 5% !important;
}
#header-main #site-logo{
      padding-top: 20px !important;
      padding-bottom: 20px !important;
  }
  #header-main #site-logo img{
      width: 170px !important;
  }

  .map-customstyle {
      min-height: 90%;
      height: 90% !important;
  }

  .desktop-youtube-container iframe{
    width: 70%;
    height: 350px;
  }
}

@media only screen and (max-width: 1570px) and (min-width: 1024px)  {
.activity-dd-menu {
  right:0;
}
}

.locate-tab {
display: flex;
justify-content: end;
}
.locate_pin {
border-radius: 20px;
  padding: 2px 10px;
  border: none;
  background: black;
  color: white;
  font-weight: 600;
  margin-top: 10px;
}

.favorite-btn{
border-radius: 20px;
  padding: 2px 10px;
  border: none;
  background: black;
  color: white;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
}

#destination-form .form-field {
  display: flex;
  margin: 0 0 1rem 0;
}

#destination-form label, #destination-form input, #destination-form select, #destination-form textarea {
  width: 70%;
  padding: 0.3rem;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 0.8rem;
}

#destination-form label {
  text-align: right;
  width: 30%;
}

#destination-form {
margin-top: 40px;
}
#destination-form input,  #destination-form select, #destination-form textarea{
  border: 2px solid #aaa;
  border-radius: 2px;
}

#destination-submit {
  width: 70px !important;
  background: black;
  color: white;
  border: none !important;
  float: right;
  padding: 10px !important;
}

.form-field-checkmark input {
  width: 30px !important;
}
.form-field-checkmark label {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

#select-bar-title {
font-size: 12px !important;
}
#explorer_instagram {
width: 150px !important;
height: 30px !important;
}
.explain-content {
    color: darkgray;
  display: flex;
  text-align: left;
  padding: 20px;
width: 85%;
margin: auto;
}

.form-explain {
width: 85%;
margin: auto;
}

.loader {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-top: 10px solid #794141;
  border-right: 10px solid #efefef;
  border-bottom: 10px solid #efefef;
  border-left: 10px solid #efefef;
  border-radius: 100px;
  animation: spin 1s infinite linear;
}

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

#loader-div {
  width: 100%;
  display: none;
  justify-content: center;
  position: absolute;
  height: 100%;
  z-index: 99;

}

.loaderStart {
  position: relative;
}
.loaderStart:before {
  z-index: 999;
  content: "";
  text-align: center;
  position: absolute;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 20px;
  height: 20px;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loaderStart:after {
  z-index: 998;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 66%);
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

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

.direction_pin{
  border-radius: 20px;
  padding: 2px 10px;
  border: none;
  background: black;
  color: white;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
}

.walk_pin, .drive_pin{
  width: 48%;
  border-radius: 5px;
  font-weight: 600;
  border: none;
  background: #000;
  color: white;
  padding: 3px;
}
.walk_pin .fas, .drive_pin .fas{
  margin-right: 10px;
}

.direction-tabs {
  display: none;
  padding: 5px;
  margin-top: 10px;
}
.direction-tabs div{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .direction-tabs {
    margin-right: -35px;
  }
}
.timeInfo {
justify-content: space-around !important;
  min-height: 30px;
  border-radius: 5px;
  margin-top: 5px;
  width: 100%;
  border: 1px solid;
  text-align: center;
  padding-left: 10px;
  font-weight: 500;
  font-size: 15px;
}
.timeInfo p{
  margin-bottom:0px !important;
}
.close_path{
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-weight: 600;
  border: none;
  background: #000;
  color: white;
  padding: 3px;
  margin-top: 5px;
}


.authentication-redirect {
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  /*width: 200px;*/
  width: 225px;
  justify-content: end;
}
.authentication-redirect a {
  color: black !important
}

@media(max-width: 414px){
  .authentication-redirect {
      top: 0px;
    }
  .favorite-enable-container {
    z-index: 9;
  }
  .favorite-active {
    margin-top: 10px;
  }
  .element1 {
    order: 1 !important;
  }
  .element2{
    order: 0 !important;
  }
  .locate-tab {
    margin-right: -20px;
    /*font-size: 10px;*/
    display: flex !important;
  }
  .locate_pin {
      white-space: nowrap;
  }
	.g-recaptcha {
		transform:scale(0.70);
		transform-origin:0 0;
	}

	.mobile-youtube-container iframe{
		width: 100%;
		height: 300px;
	  }
	.mobile-youtube-container {
      display: flex !important;
    }
	.desktop-youtube-container {
      display: none !important;
    }
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}
.modalDialog > div {
  max-width: 400px;
  width: 90%;
  position: relative;
  margin: 10% auto;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
}
.close {
  font-family: Arial, Helvetica, sans-serif;
  background: black;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  padding-top: 5px;
}
.close:hover {
  background: black;
}

.auth-form {
  margin: 10px auto;
  padding: 0px 50px;
  border-radius: 5px;
  background: #fff;
}
  .auth-form input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 2px; 
    font-family: Raleway, sans-serif;
  }

.auth-form input[type=text],
.auth-form input[type=email],
.auth-form input[type=password] {
  border: 1px solid #c0c0c0;
  transition: .2s;
}

.auth-form input[type=text]:hover {
  border-color: black;
  outline: none;
  transition: all .2s ease-in-out;
} 

.auth-form input[type=submit] {
  border: none;
  background: black;
  color: white;
  font-weight: bold;  
  transition: 0.2s;
  margin: 10px 0px;
}

.auth-form input[type=submit]:hover {
  background: black;  
}

  .auth-form h2 {
    color: black;
    font-size: 28px;
  }



.links {
  display: table;
  width: 100%;  
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.links a {
  display: table-cell;
  padding-top: 10px;
}

.links a:first-child {
  text-align: left;
}

.links a:last-child {
  text-align: right;
}

  .auth-form h2,
  .auth-form p,
  .auth-form a {
    text-align: center;    
  }

.auth-form a {
  text-decoration: none;  
  font-size: .8em;
}

.auth-form a:visited {
  color: inherit;
}

.auth-form a:hover {
  text-decoration: underline;
}




.favorite-header {
  text-align: center;
}
.seach-favorite input {
  width: 100%;
  margin-bottom: 5px;
  padding: 12px 10px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  font-family: 'Josefin Sans', sans-serif;
}

.favorite-body{
  max-height: 400px;
  overflow: auto;
  margin-top: 20px;
}

.favorite-body img{
  width: 40px;
  height: 40px;
  border-radius: 30px;
  margin: 5px !important;
}

.favorite-destination-title {
  width: 200px;
  line-height: 14px;
}

.favorite-link {
  width: 50px;
  text-align: center !important;
  cursor: pointer;
}
.favorite-img {
  width: 40px;
}

::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 4px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: black; 
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black 
}

.favorite-enable-container {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 4%;
}

.favorite-enable-container .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  top: 32px;
  right: 26%;
  font-size: 12px;
}

.favorite-enable-container:hover .tooltiptext {
  visibility: visible;
}
.favorite-active {
  padding: 10px 5px;
  border: 1px solid;
  background: black;
  color: white;
  font-size: 25px;
  cursor: pointer;
}
.favorite-container {
  display: none !important;
}

.element1 {
  order: 0;
}
.element2{
  order: 1;
}

.login-user {
  display: flex;
  gap: 8px;
}

.username-container {
  display: flex;
  gap: 4px;
}

.username-container h4 {
 text-transform: capitalize;
}

#register-session .register-session-form {
  background: black;
  border: 3px solid white;
  width: 320px;
}
#register-session .close {
  border: 2px solid white;
}
#register-session form {
  background: black;
  color: white;
}

#register-session .redirect-auth {
  display: flex;
  margin-top: 10px;
  justify-content: end;
}
#register-session .redirect-auth a{
  color: white;
}

.direction_pin:hover {
  background-color: grey;
}
.locate_pin:hover {
  background-color: grey;
}

.favorite-btn:hover {
  background-color: grey;
}

.selected-markers-info{
  /* 	width:70px;
  height:70px; */
  border-radius:50%;
  border:solid 3px black;
    color: red;
    cursor: pointer;
  overflow:hidden;
  margin: auto;
  background-size:cover;
  background-repeat:no-repeat;
  }

  .selected-markers-info:after{
    border: none;
  }
  .gm-style .gm-style-iw-d::-webkit-scrollbar-track, 
  .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
  .gm-style .gm-style-iw-c,
  .gm-style .gm-style-iw-t::after { 
    background: transparent;
    box-shadow: none;
  }
  .gm-style .gm-style-iw-d::-webkit-scrollbar-track, 
  .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
  .gm-style .gm-style-iw-c button {
    display: none !important;
  }

  .gm-style .gm-style-iw-tc {
    display: none !important;
  }
  .gm-style .gm-style-iw-t {
    bottom: 25px !important;
  }
  .marker-container-info {
    width: fit-content;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    height: 90px;
    }
    
    .marker-container-info span{
    position: relative;
    top: 15px;
    font-weight: 500;
    width: 100%;
    margin: auto;
    color: white;
    text-align: center;
    font-size:13px;
    background: black;
    padding: 5px 10px;
    border-radius: 20px;
    z-index:9999;
    }
.category-title {
	text-transform: capitalize
}

.desktop-youtube-container {
      margin-top: 30px;
      display: flex;
      justify-content: center;
    }
.mobile-youtube-container {
      margin-top: 30px;
      display: none;
      justify-content: center;
    }
 .post-container tr{
      font-size: 13px;
      line-height: 42px;
    }
    .post-container {
      margin-top: 15%;
    }

.modalDialog {
    overflow: auto;
    display: grid;
    align-items: center;
}
.modalDialog > div {
	max-width: 370px;
    margin: 2% auto;
	padding: 10px;
}
.auth-form {
    padding: 0px 20px;
}


.page-id-4856 .page-section .container {
  width: 100%;
  padding: 15px;
}
.mapTop {
  display: flex;
  justify-content: center;
}
.topSearch {
  margin-bottom: 40px;
}
.searchDestination_input_wrapper {
  box-shadow: 0 0.4rem 1.6rem rgb(0 0 0 / 0.3);
  padding: 0 !important;
  border-radius: 10px;
  margin: 0;
  line-height: 16px;
  align-items: center;
}
.searchDestination_input_wrapper input {
  border-color: transparent;
  line-height: 21px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 0;
  padding: 0px 10px;
  color: #000000;
  background-color: transparent;
  width: 100%;
}
.item_searchWrapper ::-ms-input-placeholder {
  color: #000000;
}
.item_searchWrapper ::placeholder {
  color: #000000;
}
.searchDestination_input_wrapper .activity-dd-button {
  border-color: transparent;
  background-color: transparent;
  width: 100%;
  padding: 10px 25px 10px 10px;
}
.searchDestination_input_wrapper .activity-dd-button:hover, .searchDestination_input_wrapper .activity-dd-button:focus {
  background-color: transparent;
}
.autocomplete_search_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.item_searchWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
.filterOption_sort.item_searchWrapper {
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.item_searchWrapper:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.item_searchWrapper_label {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 51px;
  cursor: pointer;
  padding: 5px;
  background-color: transparent;
  border-radius: 10px;
  position: relative;
}
.item_searchWrapper_label:hover {
  background-color: #efefef;
  transition: all 0.3s;
}
.autocomplete_search_icon {
  font-size: 20px;
  padding: 5px;
}
.searchDestination_input_wrapper .filterOption {
  width: 100%;
  margin: 0;
}
.item_searchWrapper_field{
  width: 100%;
}
.item_searchWrapper_field .item_searchWrapper_field_title{
  margin: 0;
  padding: 0 10px;
  line-height: 18px;
}

.action-dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 30px;
  padding: 10px 25px 10px 10px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  text-transform: capitalize;
  border-color: transparent;
  background-color: transparent;
  width: 100%;
}
.action-dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}
.action-dd-button:hover {
    background-color: transparent;
}
.action-dd-input {
    display: none;
}
.action-dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index:9999;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
}
.action-dd-input + .action-dd-menu {
    display: none;
} 
.action-dd-input:checked + .action-dd-menu {
    display: block;
}
.action-dd-menu li {
    padding: 0;
    width: 300px;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}
.action-dd-menu li input {margin-right: 10px;}
.action-dd-menu li label {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000000 !important;
}
.action-dd-menu li input[type=radio] {
    border: 0px;
    width: 25px;
    height: 2em;
}
.action-dd-menu li:last-child {
    display: flex;
    justify-content: center;
}
.action-dd-menu li:hover {
    background-color: #f6f6f6;
}
.action-dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}
.action-dd-menu li.action-divider{
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.action-dd-menu li:last-child > div{
    border: 1px;
    border-radius: 20px;
    background: black;
    color: white;
    width: fit-content;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }
.action-dd-menu li:last-child > button{
    border: 1px;
    border-radius: 20px;
    background: transparent;
    color: black;
    width: fit-content;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-weight: 700;
  }
.action-dd-menu li:last-child > button:hover{
    background: gray;
}
.searchDestination_input_wrapper_destinations{
  box-shadow: 0 0.3rem .5rem rgb(0 0 0 / 0.3);
  margin-top: 20px;
  /* width: 40%; */
  width: 60%;
  display: flex;
  margin-left: auto;
}
span.current_filter .current_filter_inner {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px;
  font-weight: 400;
  border-radius: 4px;
  margin-left: 5px;
  max-width: 92px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  height: 15px;
  line-height: 14px;
  margin-bottom: -3px;
}
#clearAllFilters, #clearAllFiltersInput{
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 6px 2px;
  font-weight: 400;
  border-radius: 4px;
  margin-left: 5px;
  display: none;
}
#clearAllFilters.clearAllFiltersActive, #clearAllFiltersInput.clearAllFiltersInputActive{
  display: inline-block;
}

body .row.mapviewSec {
  display: flex;
  flex-wrap: wrap;
  background-color: #f3f4f5;
  padding: 15px 5px;
}

.mapview_list_destinations {
  width: 55%;
  padding: 0 10px;
  height: 85vh;
  overflow: auto;
}
.mapview_map_wrapper {
  width: 45%;
  padding: 0 10px;
}
.mapview_map_wrapper.mapview_map_wrapper_full{
  width: 100%;
}
.btn_see_favourites {
  background-color: transparent;
  border: none;
  padding: 0;
}
.btn_see_favourites:hover svg, .btn_see_favourites:focus svg{
    fill: #757575;
	transition: fill .35s ease-in-out;
    -webkit-transition: fill .35s ease-in-out;
}
@media screen and (min-width: 993px) {
  .topSearch {
      width: 1180px !important;
      padding: 0 15px;
  }
  
}
@media (min-width: 767px) {
  .map-customstyle {
      min-height: 85vh;
      height: 85vh !important;
      border-radius: 10px;
  }
  /*.item_searchWrapper:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px solid #d9d9d9;
  }*/
}
@media (max-width: 992px) {
  .searchDestination_input_wrapper_destinations {
      width: 50%;
  }
}
@media (max-width: 767px) {
  .searchDestination_input_wrapper_destinations {
      width: 100%;
  }
}


.destination_lists li {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 1.6rem rgb(0 0 0 / 0.15);
  position: relative;
  overflow: hidden;
}
.destination_lists .thumbSlider {
  overflow: hidden;
  width: 30%;
  height: auto;
}
.destination_lists .thumbSlider .slick-list{
  height: 100%;
}
.destination_lists .thumbSlider .slick-list .slick-track{
  height: 100%;
}
.destination_lists .thumbSlider .slick-slide {
  height: 100%;
}
.destination_lists .thumbSlider .slick-slide > div{
  height: 100%;
}
.destination_lists .thumbSlider .slick-slide a{
  height: 100%;
}
.destination_lists .thumbSlider .thumbImg {
  height: 100%;
  border-radius: 6px 0px 0px 6px;
}
.destination_lists .innCont {
  width: 70%;
  color: #000000;
  position: relative;
}
.destination_lists li h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.destination_lists .innCont .mapTags {
  color: #000000;
  line-height: 20px;
}
.mapTagsBadge {
    position: absolute;
    background-color: #000000;
    color: #ffffff !important;
    left: 0;
    top: 0;
    margin: 0;
    padding: 2px 10px;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 0px 0 15px 0;
	z-index: 1;
}
#destination_lists_pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#destination_lists_pagination button {
  background-color: #000000;
  border: 1px solid transparent;
  color: #ffffff;
  margin: 2px;
  border-radius: 5px;
  transition: all 0.3s;
}
#destination_lists_pagination button.active, #destination_lists_pagination button:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  transition: all 0.3s;
}

.favorite-btn-wrapper {
  display: flex;
  justify-content: space-between;
}
.favorite-btn-wrapper .favorite-btn {
  background-color: transparent;
  margin: -7px -7px 0 20px;
  padding: 7px;
  height: 38px;
  border-radius: 50%;
  transition: all .3s;
}
.favorite-btn-wrapper .favorite-btn:hover, .favorite-btn-wrapper .favorite-btn:active {
  background-color: #ebebeb;
  transition: all .3s;
}
.favorite-btn-wrapper .favorite-btn.active{
  background: #ebebeb;
  opacity: 0.6;
  cursor: no-drop;
}
.mapTags_title {
  margin: 0;
  font-weight: bold !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.locationItem_info {
    padding-right: 35px;
    position: relative;
}
.locationItem_info_arrow {
    position: absolute;
    top: 0px;
    right: 2px;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-left: 0;
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 0;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.locationItem_hide {
    display: none;
}
.locationItem_hide.show {
    display: block;
}
.rotate {
  transform: rotate(180deg);
}
.locationItem_desc{
    margin: 5px 0px;
}
.favorite-items-body {
  max-height: 100%;
  overflow: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
.favorites_item_wrapper {
  display: inline-flex;
  width: 31.3%;
  flex-direction: column;
  padding: 15px;
  margin: 1%;
  box-shadow: 0 0.4rem 0.6rem rgb(0 0 0 / 0.15);
  background-color: #ffffff;
  border-radius: 10px;
}
.page-content .favorites_item_wrapper h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin: 10px 0 5px;
}
.favorites_item_wrapper .mapTags {
  color: #000000;
}
#noRecordsFoundFavorites, #favorites_item_wrapper_empty{
  display: block;
  padding: 0 11px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.favorite-btn-wrapper .delete-favorite-btn{
  background-color: transparent;
  margin: 0px -8px 0 20px;
  padding: 7px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  transition: all .3s;
}
#main-content {
  min-height: 70vh;
}
.filterOption_sort {
    border: 0 !important;
    margin: 0 0 20px !important;
}
.filterOption_sort .item_searchWrapper_label {
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    width: 50%;
}
.filterOption_sort .action-dd-button {
    padding: 3px 25px 3px 10px;
}
.filterOption_sort .autocomplete_search_icon {
    display: flex;
}
.fav_back {
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    margin-right: 20px;
}
.fav_back i{
    font-size: 16px;
}
.fav_back:hover, .fav_back:focus {
    color: #757575;
	transition: color .35s ease-in-out;
    -webkit-transition: color .35s ease-in-out;
}

@media(max-width: 992px){
  .favorites_item_wrapper {
      width: 48%;
  }
}
@media(max-width: 767px){
  body .row.mapviewSec {
      flex-direction: row-reverse;
  }
  .mapview_list_destinations {
      width: 100%;
      height: auto;
  }
  .mapview_map_wrapper {
      width: 100%;
      margin-top: 20px;
  }
  .item_searchWrapper:not(:last-child) {
      border-right: 0;
      border-bottom: 1px solid #d9d9d9;
  }
  .destination_lists li {
      flex-wrap: wrap;
  }
  .destination_lists .innCont {
      width: 100%;
  }
  .destination_lists .thumbSlider {
    width: 100%;
  }
  .destination_lists .thumbSlider .thumbImg {
      border-radius: 6px 6px 0px 0px;
      min-height: 160px;
  }
  .filterOption_sort .item_searchWrapper_label {
		width: 100%;
	}
}
@media(max-width: 600px){
  .favorites_item_wrapper {
      width: 98%;
  }
}

#site-header .medium-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-main-left {
    width: 33.33%;
    display: flex;
    align-items: center;
}
.header-main-center {
    width: 33.33%;
    text-align: center;
}
.header-main-right {
    width: 33.33%;
}
#site-header .authentication-redirect {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    width: auto;
    justify-content: end;
}
#site-header .authentication-redirect .login-user {
    display: flex;
    gap: 0;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#site-header .authentication-redirect .login-user .username-container {
    display: flex;
    gap: 0;
}
#site-header .authentication-redirect .login-user h4 {
    margin-left: 8px;
}
#site-header #header-main #site-logo, #site-header #header-main #site-logo img {
    max-width: 190px;
    height: auto;
    margin: 0;
    display: inline-block;
    transition: max-width .1s, padding .1s;
}
.direction_pin[disabled] {
    background-color: grey;
    cursor: no-drop;
}
.mb-0{
  margin-bottom: 0;
}
.reviews_btn{
  border-radius: 20px;
  padding: 2px 10px;
  border: none;
  background: black;
  color: white;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
}
.reviews_btn:hover {
  background-color: grey;
}
.reviews_btn_submit{
  border-radius: 20px;
  padding: 2px 10px;
  border: none;
  background: black;
  color: white;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
}
.reviews_btn_submit:hover {
  background-color: grey;
}
.review-form-container{
  display: none;
}
.review-form-container.active{
  display: block;
}
.review-form-wrapper{
  border: 2px solid #000000;
  display: block;
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.review-form-wrapper textarea {
  width: 100%;
  margin-top: 10px;
  border-color: transparent;
}
.star-rating-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.star-rating-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.star-rating {
  display: inline-block;
  direction: rtl;
  font-size: 2em;
  position: relative;
}

.star-rating input {
  display: none;
}

.star-rating label , .star-rating label svg path:not(:last-child){
  color: lightgray;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  fill: rgba(200,201,202,0.48);
  opacity:1;
}

.star-rating label:hover svg path:not(:last-child),
.star-rating label:hover ~ label ,
.star-rating input:checked ~ label svg path:not(:last-child),
.star-rating label:hover ~ label svg path:not(:last-child){
  color: #ffd700;
  fill: #ffd700;
}
.star-rating label[data-text="Not good"]:hover svg path:not(:last-child),
.star-rating label[data-text="Not good"]:hover ~ label svg path:not(:last-child),
.star-rating input:checked[data-text="Not good"] ~ label svg path:not(:last-child){
  color: #ffcc4b;
  fill: #ffcc4b;
}

.star-rating label[data-text="Could’ve been better"]:hover svg path:not(:last-child),
.star-rating label[data-text="Could’ve been better"]:hover ~ label svg path:not(:last-child),
.star-rating input:checked[data-text="Could’ve been better"] ~ label svg path:not(:last-child){
  color: #ffad48;
  fill: #ffad48;
}

.star-rating label[data-text="OK"]:hover svg path:not(:last-child),
.star-rating label[data-text="OK"]:hover ~ label svg path:not(:last-child),
.star-rating input:checked[data-text="OK"] ~ label svg path:not(:last-child){
  color: #ff8742;
  fill: #ff8742;
}

.star-rating label[data-text="Good"]:hover svg path:not(:last-child),
.star-rating label[data-text="Good"]:hover ~ label svg path:not(:last-child),
.star-rating input:checked[data-text="Good"] ~ label svg path:not(:last-child){
  color: #ff643d;
  fill: #ff643d;
}

.star-rating label[data-text="Great"]:hover svg path:not(:last-child),
.star-rating label[data-text="Great"]:hover ~ label svg path:not(:last-child),
.star-rating input:checked[data-text="Great"] ~ label svg path:not(:last-child){
  color: #fb433c;
  fill: #fb433c;
}
.star-rating label:hover ~ label svg path:not(:last-child), .star-rating label:hover svg path:not(:last-child){
  color: #ffcc4b !important;
  fill: #ffcc4b !important;
}
.review-form-extraTexts{
  margin-top: 10px;
}
.badge.rounded-pill{
  background-color: rgb(240, 240, 240);
  padding: 4px;
  border-radius: 4px;
  color: rgb(110, 112, 114);
  height: 20px;
  line-height: 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.reviews-list {
  overflow: auto;
  max-height: 200px;
}
.reviews-total {
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.review-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.star-rating-desc {
  margin-top: 5px;
}
.star-rating-sm {
  display: flex;
  gap: 2px;
  direction: rtl;
  font-size: 2em;
  position: relative;
}

.star-rating-sm input {
  display: none;
}

.star-rating-sm label , .star-rating-sm label svg path:not(:last-child){
  color: lightgray;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  fill: rgba(200,201,202,0.48);
  opacity:1;
}

.star-rating-sm input:checked ~ label svg path:not(:last-child){
  color: #ffd700;
  fill: #ffd700;
}
.star-rating-sm input:checked[data-text="Not good"] ~ label svg path:not(:last-child){
  /*color: #ffcc4b;
  fill: #ffcc4b;*/
  color: #000000;
  fill: #000000;
}
.star-rating-sm input:checked[data-text="Could’ve been better"] ~ label svg path:not(:last-child){
  /*color: #ffad48;
  fill: #ffad48;*/
  color: #000000;
  fill: #000000;
}
.star-rating-sm input:checked[data-text="OK"] ~ label svg path:not(:last-child){
  /*color: #ff8742;
  fill: #ff8742;*/
  color: #000000;
  fill: #000000;
}
.star-rating-sm input:checked[data-text="Good"] ~ label svg path:not(:last-child){
  /*color: #ff643d;
  fill: #ff643d;*/
  color: #000000;
  fill: #000000;
}
.star-rating-sm input:checked[data-text="Great"] ~ label svg path:not(:last-child){
  /*color: #fb433c;
  fill: #fb433c;*/
  color: #000000;
  fill: #000000;
}
.star-rating-count {
  color: #6e7072;
}




/* Hide the browser's default checkbox */
.activity-dd-menu li input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
/* Create a custom checkbox */
.activity-dd-menu li .checkmark {
  width: 25px;
  height: 25px;
  background-color: #eee;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}

/* On mouse-over, add a grey background color */
.activity-dd-menu li:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.activity-dd-menu li input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.activity-dd-menu li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.activity-dd-menu li input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.activity-dd-menu li .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 992px) {
    #site-header #header-main .medium-header-container #header-search {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
	#site-header #header-main .medium-header-container #header-main-social {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        display: flex;
        justify-content: flex-end;
    }
	.mobile-nav-button-wrapper {
		display: none;
	}
}
@media (max-width: 991px) {
	.header-main-left {
		display: none;
	}
	.header-main-center {
		width: auto;
		text-align: left;
	}
	.header-main-right {
		width: auto;
	}
    #site-header #site-logo {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        margin: 0 !important;
        padding: 0 !important;
    }
	#site-header #mobile-nav-button {
        width: 25px;
        height: 18px;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        margin: 0;
        margin-left: 15px;
        margin-top: 7px;
    }
	.mobile-nav-button-wrapper {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
  .reviews-total {
      margin-top: 20px;
  }
}


.pricing-card {
  background: linear-gradient(#ceeab080, #fff 57%);
  border: 1px solid #e3ebff;
  border-radius: 1rem;
  padding: 2rem 1.3rem;
  box-shadow: 0 2px 10px 0 #10182814;
  transition: all .2s ease-in-out;
  height: 100%;
  width: 100%;
  margin-bottom: 25px;
}
.pricing-card:hover {
  box-shadow: 6px 0 20px #0000001f;
}
.pricing-card.pricing-card-pro {
  background: linear-gradient(#e3ebffe0, #fff 57%);
}
.pricing-card-head {
  color: #0d0f2c;
  text-align: center;
  font-family: Basiersquare Webfont, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.75rem;
  display: block;
  margin-bottom: 30px;
}
.pricing-card-type {
  background-color: #2b4212;
  color: #ceeab0;
  border-radius: 25px;
  padding: .35rem .95rem .3rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-bottom: 25px;
}
.pricing-card-type-text {
  letter-spacing: -.004rem;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.pricing-card-sHead {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125rem;
}
.pricing-card-price{
  color: #0d0f2c;
  text-align: center;
  letter-spacing: -.1rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.75rem;
  display: block;
}
.pricing-card-list {
  margin-left: 25px;
}
.pricing-card-list li {
  letter-spacing: -.004rem;
  font-size: 1rem;
  line-height: 2rem;
  position: relative;
}
.pricing-card-list li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  position: absolute;
  left: -25px;
}
.pricing-card-price-dur {
  color: #656c86;
  font-size: 16px;
  margin: 6px 0;
  line-height: 1.375rem;
  font-weight: 400;
}
.pricing-card-footer {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #d1d6e5;
  text-align: center;
}
.pricing-card-footer-btn {
  background-color: #000000;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}
.pricing-card-footer-btn:hover {
  background-color: #5e5d5d;
  color: #ffffff;
  transition: all 0.3s;
}
.pricing-card-footer-text{
  background-color: transparent;
  color: #000000;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  #header-navigation-bar .container{
      max-width: 100%;
      width: 1240px;
  }
}
#map {
  touch-action: none;
}

.header_btns_wrappers{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.btn_header_upgrade {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    padding: 5px 10px;
    transition: all 0.3s;
}
.btn_header_upgrade:hover, .btn_header_upgrade:focus {
    color: #000000;
    transition: all 0.3s;
    background-color: #ffffff;
}

.text-center{
  text-align: center;
}
#travel-schedule-form{
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
#travel-schedule-form .form-field-row{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#travel-schedule-form .form-field {
  display: flex;
  flex: 1;
  margin: 0 0 1rem 0;
  flex-direction: column;
}
#travel-schedule-form .form-field label {
  width: 100%;
  padding: 0.3rem;
  font-size: 0.8rem;
  font-weight: bold;
}
#travel-schedule-form .form-field .form-control {
  min-height: 44px;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-shadow: 0 0.3rem .5rem rgb(0 0 0 / 11%);
}
#travel-schedule-form .form-field .form-control:focus {
  background-color: #ffffff;
}
.btn-itinerary {
  background: black;
  color: white;
  border: 0;
  padding: 12px 25px;
  transition: all 0.3s;
  border-radius: 5px;
  margin-top: 15px;
}
.btn-itinerary:hover {
  transition: all 0.3s;
  background-color: #646464;
}
div#itinerary-result {
  background-color: #f3f3f3;
  border: 1px solid #cbcbcb;
  box-shadow: 0 0 15px #0000001a;
  padding: 15px;
  border-radius: 10px;
  margin-top: 14px;
}
#itinerary-result > p {
  font-size: 16px;
  margin-bottom: 10px;
}
#itinerary-result > h3 {
  margin: 10px 0;
  font-size: 20px;
}
#itinerary-result > ul {
  padding-left: 15px;
  list-style: disc;
}
#itinerary-result > ul > li {
  margin-bottom: 10px;
}
#itinerary-result > ul li ul {
  margin: 10px 0 10px 0px;
  list-style: circle;
  padding-left: 15px;
}
@media (max-width: 767px) {
	#travel-schedule-form .form-field-row{
		flex-wrap: wrap;
		gap: 0;
		flex-direction: column;
	}
}