
/*styiling single_cpt for place*/
p {
  font-size: 14px !important;
}
.destination-body {
  margin: 0 1px;
  display: flex;
  flex-wrap: wrap;
  min-width: 300px;
}

.archive-selected-destionations-indicator{
  width: 100%;
  height: fit-content;
  box-shadow: 0px 0px 10px 0px grey;
  text-align: center;
  /*! padding: 7px; */
  background-color: #fdfdfde3;
  /* background: linear-gradient(120deg, #0000002b,#ffffff2b,#04040424,#ffffff3b,#00000029, transparent); */
  border-radius: 4px;
  margin-bottom: 20px;
}
.archive-destination-count-link{
  display: flex;
  /*! font-size: 14px; */
  height: fit-content;
  position: relative;
  background-color: var(--theme_color_grey2);
  justify-content: space-between;
  border-radius: 3px;
  align-items: center;
  background-color: #ff468cd9;
}
.archive-selected-destinations-banner{
  padding-left: 37px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  color: white;
  text-align: left;
  font-size: 15px !important;
  pointer-events: none;
}
p.archive-destination-count {
  border-radius: 50%;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 7px;
  background-color: white;
  left: 6px;
  font-size: 14px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dd0068;
}
/*styling the add destination heart*/
.archive-destination-main-meta-block {
  position: relative;
}
.archive-destination-like-image-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: white;
  top: 3px;
  right: 3px;
  overflow: hidden;
}
p.archive-destination-like-image {
  color: #ff0063ad;
  font-size: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

input.visit-destination {
outline: none;
border: none;
float: right;
background-color: mediumpurple;
padding: 12px 8px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
font-size: 13px;
color: white;
cursor: pointer;
}
.visit-destination:hover {
  background-color: rgb(82, 172, 200);
  }
p.archive-destination-like-image:hover {
  color: purple;
}
/*styling destination badge*/
.archive-destination-badge-image-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: white;
  top: 37px;
  right: 3px;
  overflow: hidden;
}
.archive-destination-badge-image{

}
.place-info-block .info-list-item{
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 5px 0px;
}
/*styling the breadcrumb*/
.destination-breadcrumb {
  width: 100%;
  background-color: #e8e8e8;
  border-bottom: 1px solid #8080801f;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 20px;
}
.breadcrumb-link {
  padding: 9px 10px;
  text-decoration: none;
  border-right: 1px solid #e4bff9;
  width: fit-content;
  display: inline-block;
  min-width: 75px;
  text-align: center;
}
.breadcrumb-selected,
.breadcrumb-link:hover{
  background-color: rgb(255, 0, 106);
  color: white;
  transition: all 300ms 50ms ease-in-out;
}
.destination-sidebar {
  min-width: 292px;
  flex-basis: 292px;
  flex-grow: 1;
  margin: 1%;
}
.single-destination-sidebar .single-destination-widget:last-of-type {
  margin-bottom: 0;
}
.single-destination-sidebar .single-destination-widget {
  box-shadow: 0px 0px 10px 0px #0000006e;
  margin-bottom: 4%;
  padding: 2px;
  border-radius: 4px;
}

.destination-content-box {
  flex-basis: 70%;
  margin: 1%;
  flex-grow: 3;
  display: flex;
  justify-content: center;
  align-items: self-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.widget-title {
  font-weight: normal;
  padding: 7px 5px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  /*! width: 100%; */
  background-color: #808080;
  overflow: hidden;
}
.widget-content .destination-countries {
  list-style: none;
  padding: 5px;
}

.single-widget-title {
  font-weight: normal;
  padding: 7px 5px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
/*! width: 100%; */
  background-color: #808080;
  overflow: hidden;
}
.single-widget-list-item,
.widget-list-item {
}
.destination-category {
}
.destination-content-box {
  flex-basis: 70%;
  margin: 1%;
  flex-grow: 3;
  display: flex;
  justify-content: center;
  align-items: self-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.destination-pod-title-box{
  font-weight: normal;
  font-size: 20px;
  color: rgb(48, 0, 48);
}
.widget-content{
  list-style: none;
  padding: 2px;
  min-width:280px !important;
  display: grid;
}

.widget-list-item {
  margin: 0px auto;
  display: inline-block;
  width: 100%;
  /*! padding: 2px 3px; */
}
.destination-category {
  text-decoration: none;
  min-width: 130px;
  display: block;
  padding: 5px 0px;
  font-size: 13px;
  color: #4280ff;
  width: 100%;
}
.single-widget-content-blog{
  list-style: none;
}

.archive-destination-widget {
  box-shadow: 0px 0px 10px 0px #0000006e;
  margin-bottom: 4%;
  padding: 2px;
  border-radius: 4px;
}
.archive-destination-title-button-box.widget-title-box-class {
  padding: 2px;
  position: relative;
}
.archive-widget-title {
  font-weight: normal;
  padding: 7px 5px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  /*! width: 100%; */
  background-color: #808080;
  overflow: hidden;
}
.archive-widget-list-item {
  display: list-item;
  list-style: circle;
  margin: 0px auto;
  /*! display: inline-block; */
  /*! width: 100%; */
  margin-left: 18px;
}
.image-container-block-sidebar.side-pane-post-thumbnail-wrap {
  text-decoration: none;
  min-width: 130px;
  padding: 5px 0px;
  font-size: 14px;
  color: #4280ff;
  display: none;
  align-items: start;
}
.side-pane-archive-destination-category.info-list-item-link {
  text-decoration: none;
  min-width: 130px;
  padding: 5px 0px;
  font-size: 14px;
  color: #4280ff;
  display: flex;
}
.info-list-item-link-badge{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 5px;
}
.info-list-item-link-badge-text{
  color: #404040;
}
.info-list-item-link-badge-definition{
  color: #4280ff;
  width: 80px;
  display: inline-block;
}
.info-list-item-link-badge-svg{
  display: flex;
  align-items: center;
  width: 30px;
  justify-content: center;
}
.info-list-item-link-badge-svg .diamond-badge {
  width: 22px !important;
  height: 27px !important;
}
.destination-container-box {
  width: 100%;
  box-shadow: 0px 0px 10px 0px #0000005e;
  overflow: hidden;
  padding: 5px;
  border-radius: 5px;
}
.destination-inner-container {
}
.destination-image {
  height: fit-content;
  margin-bottom: 20px;
}
.destination-post-thumbnail {
  width: 100%;
  object-fit: cover;
  height: auto;
  border-radius: 3px;
  max-height: 75vw;
}
.destination-info-box {
  text-align: center;
  padding: 1%;
}
.destination-title {
  font-weight: normal;
  font-size: 14px;
  color: #3F51B5;
  cursor: default;
}
.widget-content {
  list-style: none;
  padding: 5px;
  display: grid;
  min-width: 280px !important;
  display: grid;
}
.destination-additional-info {
  list-style: none;
  /*! border-top: 1px solid #6c778157; */
  /*! padding: 2px; */
}
.info-list-item {
  display: block;
  min-width: 250px;
  font-size: 14px;
}
.info-list-item:last-of-type {
  /*! display: block; */
  /*! border-bottom: none; */
  background-color: #fff !important;
}
.add-info-text {
  font-size: 14px !important;
  /*! font-weight: bold; */
}
.destination-sidebar .destination-widget {
  box-shadow: 0px 0px 10px 0px #0000006e;
  margin-bottom: 4%;
  padding: 2px;
  border-radius: 4px;
}
.destination-meta-block .destination-widget{
  margin-bottom: 2%;
  box-shadow: none;
  padding: 0;
  border: 1px solid #6c778157;
  border-radius: 4px;
}
.destination-meta-block .destination-widget:first-child {
  margin-top: 20px;
}
.destination-meta-block .destination-widget:last-child {
  margin-bottom: 0px;
}
.destination-description-block {
  padding: 7px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.destination-title-button-box {
  /*! background-color: var(--theme_color_grey2); */
  /*! border-radius: 3px; */
  /*background-color: #21a3ff; /*! background-color: rgb(255, 0, 106); */
  color: white;
  /*! padding: 4px; */
}
.single-destination-title-button-box {
  padding: 6px 0px;
  padding: 2px;
  /*! border-bottom: 1px solid #a4a4a4; */
  position: relative;
}
.dropdown-toggle-button {
  display: none;
}
.destination-title-bar {
  background-color: var(--theme_color_grey2);
  padding: 6px 0px;
  display: none;
}

h2.title-bar {
  font-weight: normal;
  padding: 0px 5px;
  font-size: 20px;
  color: white;
}

.country-of-origin {
  padding: 1%;
}

.ajax-response-target.response-message_2285 ul li p a {
  max-width: 131px;
  overflow: clip;
  height: 23px;
  display: inline-block;
}
.ajax-response-target.response-message_2285 ul li p {
  display: flex;
  align-items: center;
  justify-content: initial;
}
.verify-tour-operator-wrap {
  height: 30px;
  margin-left: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.destination-instruction {
  padding: 1%;
}
.destination-instruction-message {
  font-size: 14px !important;
}
.select-your-location {
  padding: 10px;
  min-width: 250px;
}
.ajax-response-target ul{
  display: grid;
  grid-template-columns:auto;
}
.ajax-response-target li{
  list-style: none;
  margin: 2px 10px;
  display: inline-block;
  min-width: 190px;
}
.ajax-response-target li p {
  display: flex;
  align-items: center;
}
.ajax-response-target li p a {
  overflow: clip;
  display: inline-block;
  height: 30px;
  /*! width: calc(100% - 20px); */
  flex-grow: 1;
}
.verify-tour-operator svg {
  width: 14px !important;
  height: 14px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.verify-tour-operator {
  background-color: #c8c8c8;
  border-radius: 4px;
  width: 30px !important;
  height: 22px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.tour_op_icon{
  object-fit: cover;
  position: relative;
  padding: 2px;
  margin-right: 5px;
}
.supported-image{
  bottom: -5px;
  width: 20px;
  height: 20px;
}
.not-supported-image{
  bottom: -3px;
  width: 15px;
  height: 15px;
}
.legend-info {
  padding: 10px;
  margin-top: 10px;
  border-top: 1px solid #68686842;
}
.legend-info-msg-3{
  display: flex;
  align-items: center;
}
.legend-info-msg-3 svg {
  margin-right: 5px;
}
.legend-info-msg-1{
  margin-left: 0px;
}
.legend-info-msg-2{
  margin-left: 2px;
}
.destination-articles li{
  display: list-item;
  list-style: circle;
  margin-left: 23px;
}
.destination-articles .widget-list-item {
  width: unset !important;
}
.tour-operator-statement {
  padding: 5px 10px;
  color: #888;
  font-style: italic;
  font-weight: lighter;
  border-top: 1px solid #d8d8d8;
}
.add-info-link-holder a,
.accommodation-link,
.food-link{
  text-decoration: none;
  font-size: 14px;
  position: relative;
}




/*rating indicator styling on archive page*/


.destination-rating-box{
  text-align: center;
  margin: 10px;
}
.star-rating-indicator{
  display: inline-block;
  position: relative;
  height: 27px;
  cursor: pointer;
}
.destination-rating-box .star-rating-indicator {
  width: 140px;
  position: relative;
}
.star-rating-indicator.single-star-rating-indicator {
  width: 100px;
}
.star-rating-grey{
  width: 124px;
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
}
.star-rating-gold{
  /*! width: 66px; */
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1;
  overflow: clip;
  display: flex;
  justify-content: flex-start;
}
.star-rating-gold span{
  color: gold;
}
.star-rating-grey span{
  color: #d7d7d7;
}
.star-rating-indicator span{
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  width: 20px;
  height: 25px;
}
.user-rating-statistics {
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 25px !important;
  position: absolute;
  right: 0px;
  width: fit-content !important;
  height: 25px !important;
  top: 2px;
}

/*styling destination business info*/
.place-info-block .info-list-item{
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 5px 0px;
}
.business-hour-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.site-business-hour-info {
  color: #424242;
  padding: 0px 5px;
  display: inline-block;
  width: 90%;
}
.business-hour-info-svg {
  display: block;
  padding-top: 4px;
}
.business-hour-info .business-hour-info-svg svg {
  display: block;
}
.contact-telephone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*! justify-content: flex-start; */
}
.contact-telephone .telephone-svg svg {
  display: block;
}
.destination-contact {
  color: #17b3ff;
  padding: 0px 5px;
}
.contact-email {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*! justify-content: flex-start; */
}
.contact-email::first-letter {
  text-transform: lowercase !important;
}
.contact-email .email-svg svg {
  display: block;
}
.destination-email {
  color: #17b3ff;
  padding: 0px 5px;
  text-transform: lowercase !important;
}

/*styling place views*/
.destination-main-meta-block {
  position: relative;
}
.views {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #0000005e;
  width: fit-content;
  border-top-left-radius: 4px;
  color: white;
  padding: 5px;
  box-shadow: 0px 0px 5px 2px white;
  border-bottom-right-radius: 4px;
  backdrop-filter: blur(5px);
}
svg#Layer_1 {
  /*! height: 20px !important; */
  /*! padding-top: 8px; */
  /*! margin-right: 5px; */
}
span.view-count {
  display: flex;
  font-size: 12px !important;
  min-width: 40px;
  justify-content: space-between;
  align-items: center;
  color: #ececec;
  /*! text-shadow: 0px 0px 5px white; */
  font-weight: bold;
  height: 20px;
}
.post-view-icon {
  width: 16px !important;
  height: 14px !important;
}
/*rating action*/
.star-rating-action {
display:none !important;
}
.star-rating-action span:hover{
  color: gold;
}
.star-rating-action span:hover~span{
  color: gold;
}
.star-rating-action span{
  color: rgb(224, 224, 224);
  cursor: pointer;
}
.star-rating-action:hover~div{
  display: none;
}
.star-rating-indicator:hover div.star-rating-action{
  height: 25px;
  display: flex !important;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: clip;
  display: flex;
  justify-content: flex-start;
  transform: rotateY(180deg);
  width: 100px;
}
.marked-rating{
  color:gold !important;
}
.unmarked-rating{
  color: rgb(224, 224, 224) !important;
}
.star-rate{
  width: 100px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -1px;
  overflow: clip;
  display: flex;
  justify-content: flex-start;
}
.star-rate span{
  color: rgb(224, 224, 224);
}
.star-rating-indicator-box {
  position: absolute;
  left: -1px;
  top: 0px;
}
.star-rating-indicator:hover div.star-rating-indicator-box{
  display:none;
}
p.not-logged-in-rating-msg {
  color: white;
  background-color: rgb(255, 0, 106);
  width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px !important;
  cursor: pointer;
}

/*styling the sidebar toggle dropdown buttons*/
.destination-title-button-box p.dropdown-toggle-button span.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.sidebar-destination-title-button-box {
  padding: 2px;
  position: relative;
}
/*styling the main display content*/

.suitability-add-info {
  color: black;
  font-weight: bold;
}

.tips-add-info {
  color: black;
  font-weight: bold;
  /*! font-size: 16px; */
}
.add-info-text {
}
.add-info {
  color: #4280ff;
  margin: 0px 5px;
  text-align: left;
}
.pod-widget-content.activities-taxonomies-info-list {
  list-style: circle !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.activities-taxonomies-info-list-item {
  width: 280px;
}
.additional-info {
  color: black;
  font-weight: bold;
}
.suitability-add-info {
  color: black;
  font-weight: bold;
}
.tips-add-info {
  color: black;
  font-weight: bold;
  /*! font-size: 16px; */
}
.add-info-text {
}
.add-info {
  /*color: #4280ff;*/
  color: black;
  margin: 0px 5px;
  text-align: left;
}
.pod-widget-content.activities-taxonomies-info-list {
  list-style: circle !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.activities-taxonomies-info-list-item {
  width: 280px;
}
.add-info-heading-box.archive-destination-pod-title-box {
  font-weight: normal;
  font-size: 20px;
  color: rgb(48, 0, 48);
}
.archive-destination-pod-title {
  font-weight: normal;
  padding: 7px 5px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  /*! width: 100%; */
  background-color: #808080;
  border-radius: 2px;
  overflow: hidden;
}
.pod-widget {
  /*! border: 1px solid #68686842; */
  margin: 10px 0px 0px;
  border-radius: 3px;
}
.pod-widget-content {
  list-style: none;
  padding: 10px 5px;
  display: grid;
}
.gmap-canvas iframe {
  object-fit: cover;
  display: block;
  width: 100%;
}
.accomodation-block > .pod-widget-content, .food-block .pod-widget-content {
  padding: 0px 0px !important;
}

.town-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 10px;
  margin-left:5px;
}
.airstrip-info-inner-list-item,
.town-info-inner-list-item {
  margin: 5px;
  list-style: circle;
  width: 280px;
}
.town-distance {
  color: #1dc850;
  margin: 0px 5px;
}
.town-add-info-text, .airstrip-add-info-text {
  display: flex;
  align-items: center;
}
.town-link, .airstrip-link {
  text-decoration: none;
  color: #2b9bff;
}
.airport-info-list {
  display: block;
  border-bottom: 5px solid #eaeaea;
  margin: 0px 5px;
  margin-left:5px;
}
.airport-add-info-text {
  display: flex;
  align-items: center;
}
.destination-airport-info {
  display: flex;
  margin: 0px 3px;
}
.airport-link {
  text-decoration: none;
  color: #0087ff;
  margin: 0px 10px;
}
.airport-distance {
  color: #20c63a;
}
.airline-info-list-item {
  display: inline-block;
  /*! background-color: #efefef; */
  margin: 1px;
  border-radius: 4px;
}
.airline-info-list-item:hover {
  background-color: #f9f9f9;
}
.airline-link {
  text-decoration: none;
  color: #1f96ff;
  display: block;
  padding: 0px 5px;
}
.food-block .info-list-item,
.accomodation-block .info-list-item{
  background-color: #207b9f;
  box-shadow: 0px -1px 3px 0px #000;
  border: 2px solid #fff;
  margin: 5px 5px;
  border-radius: 7px;
}
.food-block .food-link,
.accomodation-block .accommodation-link{
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.food-block .info-list-item:hover,
.accomodation-block .info-list-item:hover{
  background-color: grey !important;
}
.amenities-header {
  color: #48c17d;
  width: 100%;
  font-style: italic;
}
.cuisine-specialty {
  color: #48c17d;
  width: 100%;
  font-style: normal;
  font-weight: bold;
}
/*destinations, unlock more features*/
.subscribe-advice {
  text-align: center;
}
.subscribe-for-more-text-link {
  text-decoration: none;
  background-color: #ff9b00;
  padding: 10px 15px;
  /*! margin: 10px; */
  border-radius: 4px;
  color: #2c2c2c;
  display: inline-block;
  font-weight: normal;
  /*! font-size: 16px; */
  /*! text-shadow: 0px 0px 5px black; */
  box-shadow: 0px 0px 5px 0px gray;
}
.subscribe-for-more-text-link:hover {
  color: white;
  background-color: #808080;
}

/*mobile compatibility*/
@media screen and (min-width:521px) {
  .archive-widget-content-blog.archive-destination-add-tour-op.archive-destination-add-tour-op-info,
  .archive-widget-content{
    display: grid !important;
  }
  .archive-destination-tour-guide,
  archive-destination-inspiration,
  .archive-destination-articles{
    display: block !important;
  }
  .archive-destination-badge{
    display: block !important;
  }
  .airlines-block>.pod-widget-content,
  .accomodation-block>.pod-widget-content,
  .food-block .pod-widget-content{
    grid-template-columns: auto;
  }
}
@media screen and (max-width:579px) {
  .ajax-response-target ul {
    display: grid;
    grid-template-columns: auto;
  }
  @media screen and (max-width:520px) {
    .archive-widget-title {
      /*! background-color: #80808026; */
    }
    .archive-destination-title-button-box .dropdown-toggle-button{
      display:inline-block;
      position: absolute;
      top: 6px;
      right: 8px;
      width: 22px;
      height: 22px;
      background-color: white;
      box-shadow: 0px 0px 3px 1px #a2a2a2;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      /*! padding: 5px 10px; */
      line-height: 10px;
      text-align: center;
      overflow: hidden;
    }
    /*styling the sidebar*/
    .archive-widget-content-blog.archive-destination-add-tour-op.archive-destination-add-tour-op-info,
    .archive-widget-content{
      display: none;
    }
    .enforce-grid-display{
      list-style: none;
      padding: 5px;
      min-width:280px !important;
      display: grid;
      grid-template-columns: auto;
    }
    .archive-destination-title-button-box{
      border: none;
    }
    .airlines-block>.pod-widget-content,
    .accomodation-block>.pod-widget-content,
    .food-block .pod-widget-content{
      grid-template-columns: auto !important;
    }
    @media screen and (max-width:558px) {
      .airlines-block>.pod-widget-content,
      .accomodation-block>.pod-widget-content,
      .food-block .pod-widget-content{
        grid-template-columns: auto;
      }
    }
  }
}
@media screen and (min-width:580px) {
  .airlines-block>.pod-widget-content,
  .accomodation-block>.pod-widget-content,
  .food-block .pod-widget-content{
    grid-template-columns: auto auto;
  }
  .ajax-response-target ul {
    display: grid;
    grid-template-columns: auto auto;
  }
  @media screen and (min-width:640px) {
    .airlines-block>.pod-widget-content,
    .accomodation-block>.pod-widget-content,
    .food-block .pod-widget-content{
      grid-template-columns: auto auto;
    }
    .ajax-response-target ul {
      display: grid;
      grid-template-columns: auto auto;
    }
    @media screen and (min-width:768px) {
      .airlines-block>.pod-widget-content,
      .accomodation-block>.pod-widget-content,
      .food-block .pod-widget-content{
        grid-template-columns: auto auto;
      }
      .ajax-response-target ul {
        display: grid;
        grid-template-columns: auto auto auto;
      }
      @media screen and (min-width:800px) {
        .airlines-block>.pod-widget-content,
        .accomodation-block>.pod-widget-content,
        .food-block .pod-widget-content{
          grid-template-columns: auto auto;
        }
        .ajax-response-target ul {
          display: grid;
          grid-template-columns: auto auto auto;
        }
        @media screen and (min-width:896px) {
          .airlines-block>.pod-widget-content,
        .accomodation-block>.pod-widget-content,
        .food-block .pod-widget-content{
          grid-template-columns: auto auto auto;
        }
          @media screen and (min-width:1125px) {
            .airlines-block>.pod-widget-content,
        .accomodation-block>.pod-widget-content,
        .food-block .pod-widget-content{
          grid-template-columns: auto auto;
        }
            @media screen and (min-width:1205px) {
              .airlines-block>.pod-widget-content,
              .accomodation-block>.pod-widget-content,
              .food-block .pod-widget-content{
                grid-template-columns: auto auto auto;
              }
              .ajax-response-target ul {
                display: grid;
                grid-template-columns: auto auto auto auto;
              }
            }
          }
        }
      }
    }
  }
}
@media screen and (min-width:521px) {
  .widget-content{
    display: grid !important;
  }
  .destination-articles{
    display: block !important;
  }
  .destination-badge {
    display: block !important;
  }
}
@media screen and (max-width: 520px) {
  .widget-title {
    background-color: #808080;
  }
  .archive-widget-title {
    /*! background-color: #80808026; */
  }
  .single-destination-title-button-box {
      border: none;
  }
  .sidebar-destination-title-button-box {
    border: none;
  }
  p.dropdown-toggle-button{
    position: absolute;
    top: 5px;
    right: 8px;
    width: 22px;
    height: 22px;
    background-color: white;
    box-shadow: 0px 0px 3px 1px #a2a2a2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
    text-align: center;
    overflow: hidden;
  }
  p.dropdown-toggle-button span.arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
  }
  p.dropdown-toggle-button span.arrow img{
    width: 25px;
    height: 25px;
  }
    /*styling the sidebar*/
    .widget-content{
      display: none;
    }
    .destination-Countries{
      display:grid;
    }
    .destination-title-button-box{
      border: none;
    }
}
