@media (max-width: 767px) {
  /*HOMEPAGE*/
  .events__slider-small {
    display: none !important;
  }
  .home__welcome {
    margin: 40px 0 40px;
    padding: 0 25px;
  }
  .w__letter {
    height: 40px;
    margin-right: 4px;
  }
  .home__welcome-title-txt span {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .home__welcome-txt {
    width: 100%;
    padding: 0;
  }
  .home__welcome-txt p {
    width: 100%;
    margin-bottom: 0;
  }
  .home__welcome-icons {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    transform: translateY(0);
    padding: 40px 0;
  }
  .home__welcome-btn {
    margin: 0;
  }
  .home__welcome-icon {
    position: relative;
    width: 48px;
    height: 48px;
  }
  .home__welcome-icon img, .home__welcome-icon svg {
    max-width: 24px;
    height: 27px;
  }
  .home__welcome-btn span {
    font-size: 10px;
  }
  .home__welcome-img {
    width: 100%;
    margin: 0;
    float: none;
  }
  .home__welcome-img img {
    margin-bottom: 20px;
  }
  .btn__finder {
    padding: 8px !important;
    font-size: 16px;
  }
  .everything__az {
    padding: 30px 0;
  }
  .az__items {
    margin-bottom: 20px;
  }
  .az__item {
    width: 50%;
    height: 135px;
  }
  .az__item:nth-child(2) {
    width: 100%;
    height: 180px;
  }
  .az__item:nth-child(3) {
    display: none;
  }
  .az__item:nth-child(4) {
      height: 280px;
  }
  .az__item:nth-child(6) {
    display: none;
  }
  .az__item-info img {
    height: 40px;
    margin-bottom: 8px;
  }
  .az__item-info h3 {
    font-size: 16px;
  }
  .everything__az .btn__red {
    font-size: 12px;
    padding: 8px 32px 8px 24px;
  }
  .home__spotlights {
    padding: 50px 0 70px;
  }
  .home__spotlights-items {
    padding: 8px;
    border-radius: 6px;
    width: 90%;
    margin: 0 auto;
  }
  .home__spotlights-items .owl-dots {
    display: none;
  }
  .home__spotlights-img {
    margin-bottom: 15px;
    height: 300px;
  }
  .home__spotlights-img span {
    padding: 10px;
    bottom: 0;
  }
  .home__spotlights-item .btn__red {
    margin-bottom: 7px;
    padding: 2px 10px;
  }
  .home__spotlights-items .owl-prev {
    left: -20px;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-right: 10px solid #BECBCF !important;
  }
  .home__spotlights-items .owl-next {
    right: -20px;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 10px solid #BECBCF !important;
  }
  .home__spotlights .btn__red-seeall {
    font-size: 12px;
    padding: 8px 32px 8px 24px;
  }
  .home__locations {
    padding: 40px 0 50px;
  }
  .home__locations-map {
    width: 60%;
    padding: 0;
    margin: 0 0 30px 20%;
  }
  .home__locations-box {
    width: 100%;
  }
  .home__locations-info {
    padding: 8px;
    border-radius: 6px;
  }
  .home__locations-txt {
    padding: 10px 30px 10px 10px;
  }
  .home__locations-info h3 {
    margin-bottom: 16px;
  }
  .home__locations-item {
    margin-bottom: 24px;
  }
  .home__locations-item p {
    font-size: 14px;
  }
  .home__locations-info .btn__red {
    width: 100%;
    padding: 7px 24px;
  }
  .home__topten {
    padding: 0 25px;
  }
  .topten__list {
    width: 100%;
  }
  .topten__list-info {
    margin-bottom: 0;
    flex-direction: column;
  }
  .topten__list-info img {
    width: auto;
    height: 120px;
    margin: 0 0 24px;
  }
  .topten__list ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .topten__images {
    margin-bottom: 24px;
  }
  .topten__images img {
    width: 152px;
    height: 152px;
    margin-bottom: 8px;
  }
  .topten__itineraries {
    width: 100%;
    padding: 40px 0px;
    background: #fff;
    margin: 0;
  }
  .insta__share h2 {
    height: auto;
    line-height: 1.2;
    font-size: 24px !important;
    padding: 40px;
  }
  .insta__share h2 img {
    width: 24px;
    height: 24px;
  }
  .insta__share-btn {
    font-size: 12px;
    line-height: 40px;
    background: #347180;
  }
  .insta__share-submit {
    padding: 40px;
  }
  .dti__social-media h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .dti__social-media img {
    width: 30px;
    height: 30px;
  }
  .dti__social-media iframe {
    margin-bottom: 40px;
  }
  footer {
    padding: 20px 30px;
  }
  .footer__contact img {
    width: 180px;
    margin-bottom: 15px;
  }
  .footer__contact {
    width: 100%;
  }
  .footer__contact p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  footer .btn__red {
    padding: 11px 50px;
    font-size: 14px;
    width:100%;
  }
  .footer__contact-link {
    font-size: 20px;
    display: inline-block;
  }
  .footer__contact-link:last-child {
    margin-top: 10px;
  }
  .footer__info {
    width: 100%;
    text-align: left;
  }
  .social__icons {
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
  }
  .social__icons img {
    width: 30px;
    height: 30px;
  }
  .social__icons a {
    float: left;
    margin: 0 15px 0 0;
  }
  .footer__info-copyright {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__info p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .accessibility__tools {
    bottom: 16px;
    left: 16px;
  }
  .accessibility__tools .accessibility__btn {
    width: 40px;
	}
	.accessibility__tools .accessibility__btn-img {
    width: 40px;
    height: 40px;
	}
	.accessibility__tools .accessibility__btn-img img {
    width: 16px;
	}
	.accessibility__tools .accessibility__btn span {
    display: none;
	}
  .covid__info-btn {
    width: 120px;
    height: auto;
    font-size: 10px;
    line-height: 1.2;
    padding: 4px !important;
    bottom: 0 !important;
  }
  .covid__info-btn.scrolled {
    width: 60px;
    padding: 4px 8px !important;
	}
   .covid__info-btn span {
   	display: none;
   }
  .page__nohead {
    padding-top: 100px;
  }
  .award-sponsor-item {
    flex-basis: 100%; /* 1 item per row */
 }
  /*ATOZ*/
  .atoz {
    padding-top: 80px;
  }
  .page__inner-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .page__inner-desc {
    text-align: left;
  }
  .atoz__item {
    width: 50%;
  }
  .atoz__item-info img {
    height: 32px;
  }
  .atoz__item-info h2 {
    font-size: 15px;
  }
  /*ATTRACTIONS*/
  .home__master {
    height: auto !important;
    margin-top: 60px;
  }
  .page__header {
    height: auto !important;
    min-height: 400px;
    margin-top: 72px;
  }
  .page__header img {
    height: auto;
    min-height: 400px;
  }
  .page__header-info {
    bottom: 0px;
    width: 80%;
  }
  .page__header-info h1 {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .page__title {
    font-size: 40px;
  }
  .section__title {
    font-size: 32px;
  }
  .attraction__content {
    padding: 40px 25px;
  }
  .attraction__content--details {
    padding-top: 112px !important;
  }
  .attraction__info {
    width: 100%;
    padding: 0;
  }
  .addtostory__btn {
    padding-bottom: 16px;
    margin-bottom: 24px;
    width: 100%;
  }
  .addtostory__btn span {
    font-size: 24px;
  }
  .addtostory__btn-icon {
    width: 40px;
    height: 40px;
  }
  .addtostory__btn-icon svg {
    height: 24px;
  }
  .attraction__desc {
    width: 100%;
    padding: 0;
  }
  .attraction__gallery {
    padding: 0 25px;
    margin-bottom: 40px;
  }
  .attraction__gallery h2 {
    font-size: 32px;
  }
  .att__gallery-slider img {
    height: 300px;
  }
  .att__gallery-slider .owl-prev {
    left: -20px;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-right: 8px solid var(--accent) !important;
  }
  .att__gallery-slider .owl-next {
    right: -20px;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: 8px solid var(--accent) !important;
  }
  .attraction__map {
    padding: 0 25px;
  }
  .attraction__map iframe {
    height: 300px;
  }
  .back__btn {
    font-size: 24px;
    margin: 40px 0;
  }
  /*ADS*/
  .dti__ads {
    display: block;
  }
  .dti__ads iframe {
    display: block;
    margin: 16px auto;
  }
  /*CALENDAR*/
  .page__search {
    padding: 20px;
  }
  .page__search input[type="search"] {
    height: 40px;
  }
  .page__search button {
    width: 40px;
    height: 40px;
  }
  .page__search button img {
    width: 24px;
    height: 24px;
  }
  .events {
    padding: 40px 15px 30px;
  }
  .events h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .events__calendar {
    width: 100%;
  }
  #calendar__datepicker {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .featured__events {
    width: 100%;
  }
  .featured__events-sliderInfo h3 {
    font-size: 14px;
  }
  .featured__events-sliderInfo span {
    font-size: 14px;
  }
  .featured__events-slider .owl-prev {
    left: -20px;
    border-top: 6px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-right: 8px solid #d2dfe3 !important;
  }
  .featured__events-slider .owl-next {
    right: -20px;
    border-top: 6px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 8px solid #d2dfe3 !important;
  }
  .featured__events-slider .owl-dots {
    display: none !important;
  }
  .monthly__events {
    padding: 25px;
    margin-bottom: 0;
  }
  .monthly__events h2 {
    font-size: 26px;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1;
    padding: 0;
  }
  .monthly__events-filter h2:after {
    right: 35px;
    border-top: 6px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 8px solid #d2dfe3 !important;
  }
  .monthly__events-filter {
    margin-bottom: 0px;
    overflow: hidden;
  }
  .monthly__events-filter form .select2-container {
    width: 100% !important;
    margin: 0 !important;
  }
  .monthly__events-filter form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    float: none;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 14px;
  }
  .monthly__events-items {
    margin-left: 0;
    margin-right: 0;
  }
  .monthly__events-item {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
  .monthly__events-itemImg {
    width: 100%;
    height: 100px;
  }
  .monthly__events-itemImg img {
    
  }
  .monthly__events-itemDate span {
    font-size: 16px;
  }
  .monthly__events-itemInfo {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .monthly__events-itemInfo h3 {
    -webkit-line-clamp: unset;
  }
  /*THINGS TO DO*/
  .listing__categories {
    padding: 30px 0;
  }
  .listing__categories ul li {
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 15px;
    border: none;
  }
  .listing__categories ul li a {
    font-size: 18px;
  }
  .filters__btn {
    position: relative;
    bottom: auto;
    right: auto;
    padding-right: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    display: block;
    margin-top: 15px;
  }
  .filters__btn:after {
    right: 50%;
    margin-right: -50px;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #dd583c !important;
    border-left: 6px solid transparent !important;
  }
  .filters {
    padding: 0;
  }
  .filters__btn-close {
    display: none;
  }
  .filters .select2-container .select2-selection--single {
    height: 40px !important;
  }
  .filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #347180 transparent transparent transparent !important;
    border-width: 4px 4px 0 4px !important;
  }
  .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 16px !important;
  }
  .bookmarks {
    margin: 40px 25px 40px 25px;
  }
  .my__bookmarks .page__desc h2 {
    padding-right: 30px;
	}
  .my__bookmarks .page__desc h2 svg {
    top: 10px;
    right: 20px;
    height: 60px;
	}
	.page__media-bookmarks {
    	padding-left: 15px;
    	margin-top: 40px;
	}
  .bookmark__item {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .bookmark__item-inner {
    height: auto !important;
  }
  .bookmarks__page .bookmark__item-inner {
    min-height: unset;
  }
  .bookmark__item-img {
    height: 300px;
  }
  .bookmark__item-remove {
    padding: 15px;
  }
  .bookmark__item-remove span {
    font-size: 14px;
    line-height: 24px;
  }
  .bookmark__item-remove svg {
    width: 24px;
    height: 24px;
  }
  .bookmarks .load__more {
    width: 210px;
    font-size: 16px;
    padding: 8px 15px;
  }
  .bookmarks .load__more:after {
    display: none;
  }
  /*YOUR SOTRY*/
  .page__header-story {
    height: 100vh !important;
  }
  .page__header-story-info h1 {
    font-size: 40px;
    text-align: center;
  }
  .page__header-middle-info h1 {
    font-size: 58px;
  }
  .yourstory__share span {
    width: 140px;
    margin: 0 auto 20px;
    padding: 10px;
    font-size: 24px;
  }
  .yourstory__share a img {
    height: 28px;
  }
  .yourstory__share a {
    margin-right: 20px;
  }
  /*NIGHTLIFE*/
  .nightlife .container {
    padding: 0 15px;
  }
  .nightlife__info {
    margin: 60px 0 40px;
  }
  .nightlife__desc h2 {
    font-size: 32px;
    line-height: 1.4;
  }
  .nightlife__desc {
    width: 100%;
    margin-bottom: 60px;
  }
  .nightlife__desc p {
    font-size: 23px;
  }
  .nightlife__video {
    width: 100%;
    padding-left: 0px;
  }
  /*OUTDOOR RECREATION*/
  .trails__block{
    padding-right: 15px;
    padding-left: 15px;
  }
  .subcategory__brochure{
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .subcategory__brochure-download img{
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .subcategory__brochure-download{
    display: block;
  }
  .subcategory__brochure-info{
    display: block;
  }
  .subcategory__brochure-info img{
    margin: auto;
    margin-bottom: 20px;
  }
  .subcategory__brochure-dwn-info h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .subcategory__brochure-dwn-info{
    width: 100%;
    margin-bottom: 30px;
  }
  .subcategory__brochure-info-txt{
    width: 100%;
  }
  .subcategory__brochure-info-txt p{
    font-size: 18px;
  }
  .subcategory__brochure-info-txt a{
    font-size: 18px;
  }
  /*TOP TEN*/
  .topten__items {
    margin: 30px 0;
  }
  .topten__item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .topten__item-inner {
    min-height: auto;
    padding-bottom: 32px;
  }
  .topten__item img {
    height: 255px;
    margin-bottom: 24px;
  }
  .topten__item h2 {
    font-size: 24px;
    line-height: 28px;
    height: auto;
    -webkit-line-clamp: unset;
    overflow: unset;
    -webkit-box-orient: unset;
    display: block;
  }
  .topten__item p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .topten__item .btn__red {
    font-size: 16px;
    padding: 5px 30px;
  }
  /*SINGLE TOWN*/
  .single__town-info {
    flex-wrap: wrap;
    padding: 30px 0 60px;
  }
  .single__town-map {
    width: 100%;
    padding: 0 15px;
  }
  .single__town-map h2 {
    font-size: 32px;
  }
  .single__town-desc {
    width: 100%;
    padding: 0 15px;
    font-size: 20px;
  }
  .tab__nav {
    flex-wrap: wrap;
  }
  .tab__content {
    padding: 20px 15px;
    border: none;
  }
  /*CATEGORIES*/
  .page__content {
    padding: 40px 15px;
  }
  .page__desc h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .page__desc p img{
    width: 100%;
  }
  .page__content-category {
    padding: 40px 25px;
  }
  .page__inner-menu {
    overflow-x: hidden;
  }
  .page__desc--things {
    padding: 32px;
  }
  .page__desc--things p iframe {
    width: 100%;
  }
  .page__inner-nav {
    padding: 16px 0 0;
  }
  .page__inner-nav h2 {
    width: 100%;
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
  }
  .page__desc--things p {
    margin-bottom: 40px;
  }
  .page__inner-nav .main__nav-submenu {
    padding: 20px 0 30px;
  }
  .page__inner-nav .main__nav-submenu li a {
    margin-left: 0;
    padding: 10px 0px 0 40px;
    font-size: 18px;
    display: inline-block;
  }
  .page__inner-nav .main__nav-submenu-list {
    padding-bottom: 20px;
  }
  .page__inner-nav .main__nav-submenu-list li a {
    padding-left: 10px !important;
  }
  .category__items {
    padding: 0px 25px 40px !important;
  }
  .category__item {
    width: 100%
  }
  .category__items--allseasons .category__item {
    width: 100%;
  }
  .category__items--workforce .category__item {
    width: 100%;
  }
  .category__item h3 {
    font-size: 24px;
  }
  .category__spotlights {
    padding: 40px 25px;
  }
  .category__spotlights h2 {
    line-height: 1.2;
  }
  .page__desc p iframe{
    width: 100%;
  }
  .category__spotlights-singleitem {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .category__spotlights-singleitem img {
    position: relative;
    width: 100%;
    display: none;
  }
  .category__spotlights-singleitem p {
    font-size: 20px;
    line-height: 28px;
  }
  .category__spotlights-singleitem a {
    font-size: 20px;
  }
  .category__spotlights-item {
    width: 100%;
    display: none;
  }
  .category__spotlights-item:first-child {
    display: block;
  }
  .category__spotlights-img {
    height: 350px;
  }
  .cat__more-btn {
    width: 90%;
    margin-bottom: 20px;
  }
  .quick__links {
    padding: 30px 0;
  }
  .covid__section {
    padding: 50px 15px;
  }
  .covid__section-signature img {
    width: 100% !important;
  }
  .category__itineraries {
    padding: 40px 25px;
  }
  .category__itineraries h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .category__itineraries-item {
    width: 100%;
    height: 80px;
    margin-bottom: 0;
    padding: 0;
  }
  .category__itineraries-item h3 {
    line-height: 80px;
    font-size: 24px;
  }
  .category__itineraries-item h3:after {
    right: 15px;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 6px solid #fff !important;
  }
  .category__pdfs {
    padding: 0 25px;
  }
  .category__pdfs h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 24px;
  }
  .category__pdfs img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .category__pdfs .btn {
    margin: 0 auto 40px;
  }
  /*SUBCATEGORY*/
  .wellness__info {
    margin: 40px 25px;
  }
  .subcategory__desc {
    padding: 30px 15px;
  }
  /*EVENTS*/
  .page__content-single-event {
    padding: 30px 25px;
  }
  .single__event-date p {
    font-size: 30px;
    margin-bottom: 0;
  }
  .single__event-info-item {
    margin-bottom: 20px;
  }
  .single__event-info-item span {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .single__event-info-item p {
    font-size: 18px;
  }
  .single__event-info-weather {
    font-size: 20px;
  }
  .single__event-info-weather img {
    width: 26px;
  }
  .single__event-info .addtostory__btn {
    font-size: 24px;
    margin: 32px 0 0;
    padding: 32px 0 0;
  }
  .page__content-single-event .page__media .page__desc {
    padding: 0;
    margin-bottom: 40px;
  }
  /*MEDIA*/
  .page__header-media img {
    object-position: 77% 0;
  }
  .page__content-media {
    padding: 40px 25px;
  }
  .media__contact {
    padding: 40px;
    font-size: 20px;
    margin: 0 -40px;
  }
  .media__contact h2 {
    font-size: 32px;
  }
  /*FILM*/
  .page__content-film {
    padding: 30px 15px 0;
  }
  .page__content-film .page__media {
    padding-left: 15px;
  }
  .film__info-desc {
    margin: 30px auto;
    padding: 0 30px;
  }
  .film__info-desc h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .film__info p {
    font-size: 20px;
  }
  .film__info-property {
    padding: 30px;
    width: calc(100% - 60px);
  }
  .film__info-property .btn__red {
    width: 100%;
    display: block;
    margin: 40px auto 0px;
    font-size: 20px;
    padding: 14px 30px;
  }
  .dyk {
    padding: 30px 0 0;
  }
  .dyk h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .dyk .cat__more-btn {
    margin-bottom: 30px;
  }
  .dyk .cat__more-btn:last-child {
    margin-left: 0;
  }
  .river__sites {
    margin-bottom: 40px;
  }
  .river__sites h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .river__sites ul {
    column-count: 1;
  }
  .river__sites ul li {
    font-size: 20px;
  }
  /*LGBT*/
  .lgbt__couple {
    flex-wrap: wrap;
    height: auto;
  }
  .lgbt__couple-img {
    width: 100%;
    height: 400px;
  }
  .lgbt__couple-icon {
    bottom: 15px;
    right: 30px;
    height: 75px !important;
  }
  .lgbt__couple-info {
    width: 100%;
    height: auto;
    padding: 40px;
  }
  .lgbt__couple-info p {
    font-size: 27px;
  }
  .lgbt__couple2 .lgbt__couple-img {
    order: 1
  }
  .lgbt__couple2 .lgbt__couple-info {
    order: 2;
  }
  .lgbt__video {
    padding: 40px 24px 0;
  }
  .lgbt__video iframe {
    width: 100%;
    margin-bottom: 40px;
    height: 360px;
  }
  .lgbt__events {
    padding: 50px 25px 40px;
    font-size: 20px;
  }
  .lgbt__events h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .lgbt__events .container p img{
    width: 100% !important;
    margin-left: 0px !important;
  }
  .lgbt__events-img {
    margin-top: 50px;
  }
  .lgbt__events-img a {
    width: 100%;
    margin-bottom: 40px;
  }
  /*VIDEOS*/
  .videos {
    padding: 40px 0;
  }
  .videos .container .row h3{
    padding-left: 30px;
    padding-right: 30px;
  }
  .video__archive a{
    font-size: 21px;
  }
  .video__item iframe {
    height: 360px;
  }
  .video__item h2 {
    font-size: 32px;
  }
  .video__info {
    padding: 30px 10px;
  }
  .video__info h2 {
    font-size: 32px;
  }
  .video__info-desc {
    font-size: 20px;
  }
  /*ABOUT*/
  .program__areas {
    padding: 30px 0;
  }
  .program__areas-item h3{
    font-size: 20px;
  }
  .program__areas-item p{
    font-size: 20px;
  }
  .program__areas h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .program__areas-inner {
    column-count: 1;
  }
  .program__areas-item {
    padding: 0 15px;
  }
  .about__txt-img {
    padding: 50px 0;
  }
  .about__txt-img-inner {
    flex-wrap: wrap;
  }
  .about__txt-img-wrap {
    width: 100%;
    flex-direction: column;
    gap: 0px;
  }
  .about__txt-img p {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin: 16px 0 24px;
    order: 2;
  }
  .about__txt-img img {
    width: 33%;
    height: auto !important;
    display: block;
    max-height: fit-content;
    padding: 0;
  }
  .team {
    padding: 0 25px;
  }
  .team p {
    font-size: 20px;
  }
  .team__inner {
    margin: 60px 0 20px;
  }
  .team__item {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .board {
    padding: 0 65px;
  }
  .board .container {
    padding: 0;
  }
  .board h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .board__item {
    width: 100%;
  }
  .page__desc p strong em{
    display: block;
  }
  /*CONTACT*/
  .contact {
    min-height: auto;
    padding: 100px 15px 0;
  }
  .contact h1 {
    font-size: 48px;
  }
  .contact__form h2 {
    font-size: 32px;
  }
  .contact__form input {
    height: 40px;
    padding: 10px 16px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .contact__form textarea {
    padding: 10px 16px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .contact__form button {
    margin: 0 0 60px;
    font-size: 20px;
    padding: 10px 14px;
  }
  /*FARMERS*/
  .category__brochures img{
    width: 100%;
    margin-right: 0px;
  }
  .category__brochures-links{
    width: 100%;
  }
  .farmers__markets {
    padding: 30px 15px;
    font-size: 20px;
  }
  .farmers__markets-item {
    font-size: 20px;
    padding-right: 0;
  }
  .page__desc p a {
    width: 100%;
  }
  .page__desc p img{
    height: auto !important;
  }
  /*ACCESIBLE TRAVEL*/
  .accessible__blogs {
    padding: 0 15px;
  }
  .accessible__blogs h3 {
    font-size: 20px;
    margin: 20px 0px;
  }
  .acb__item img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .acb__item-info {
    width: 100%;
    padding: 0;
  }
  .acb__item-info h3 {
    font-size: 30px;
    padding-bottom: 20px;
    margin: 0 0 20px;
  }
  .acb__item-desc {
    font-size: 20px;
  }
  /*PHOTOGRAPHER SPOTLIGHTS*/
  .photographer__spotlight {
    margin: 40px auto;
  }
  .photographer__item--vertical .photographer__item-info {
    width: 100%;
    order: 1;
  }
  .photographer__item--vertical .photographer__item-img {
    width: 100%;
    order: 2;
    padding-right: 0px;
  }
  /*SPOTLIGHTS*/
  .in__spotlights {
    padding: 112px 25px 40px !important;
  }
  .spotlights__item-title {
    font-size: 30px;
  }
  .spotlights__item-info {
    font-size: 20px;
  }
  .spotlights__item-desc {
    font-size: 20px;
  }
  .spotlights__items-desc img {
    width: 100%;
    height: auto !important;
    padding: 0;
  }
  .blue__text {
    padding: 30px 15px;
  }
  .blue__text p {
    font-size: 24px;
  }
  /*travel itineraries*/
  .travel__itineraries {
    padding: 40px 0;
  }
  .travel__itineraries-group {
    margin-bottom: 110px;
    padding-bottom: 40px;
    border-bottom: 1px solid #da4e30;
  }
  .travel__itineraries-group:last-child {
    margin-bottom: 0;
  }
  .travel__itineraries-items {
    padding: 0 5px;
  }
  .travel__itineraries-group h2 {
    padding: 0 0 0 190px;
    text-align: left;
  }
  .travel__itineraries-item {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
  .travel__itineraries-item img {
    width: 50%;
  }
  .travel__itineraries-item-info {
    width: 50%;
  }
  .travel__itineraries-item span {
    font-size: 18px;
  }
  .travel__itineraries-nr {
    top: -170px;
    height: 150px;
  }
  .zen__finder-info {
    width: 100%;
    margin-bottom: 24px;
  }


  .accessible__blogs-items {
    padding: 40px 10px;
  }
  /*REGIONS*/
  .regions {
    padding: 100px 15px 0;
  }
  .region__map {
    padding: 0 15px;
    order: 2;
  }
  .region__content {
    padding: 0 15px;
  }
  .region__content h1 {
    font-size: 32px;
  }
  .region__item-info {
    font-size: 20px;
  }
  .region__map-info {
    width: 100%;
    font-size: 20px;
  }
  .category__items-region .category__item {
    width: 50%;
  }
  .category__items-region .category__item h3 {
    font-size: 14px;
  }
  /*Weddings*/
  .wedding__slider img {
    width: 100% !important;
  }
  .wedding__slider .owl-prev {
    left: 15px;
  }
  .wedding__slider .owl-next {
    right: 15px;
  }
  .filters.page__inner-filters .container {
    padding: 0 40px;
  }
  .filters form {
    flex-direction: column;
    gap: 16px;
  }
  .filters .select2-container {
    margin-bottom: 0;
    width: 100% !important;
  }
  .select2-results__option {
    font-size: 16px !important;
  }
  .page__media-where {
    padding-left: 15px;
  }
  /*global travelers*/
  .page__content-international {
    padding: 30px 15px;
  }
  .international__brochure {
    padding: 40px 40px 10px 40px;
  }
  .international__brochure h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .international__brochure-info {
    flex-wrap: wrap;
  }
  .international__brochure-txt {
    padding: 0;
    margin-top: 0px;
  }
  .international__brochure-txt p {
    font-size: 0px;
  }
  .lazy p{
    margin-bottom: 0px;
  }
  .page__desc-international {
    margin-top: 40px;
  }
  .page__media-international {
    margin-top: 40px;
  }
  .international__packages {
    padding: 30px 15px 0px;
  }
  .international__packages-item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .international__packages-item h2 {
    font-size: 32px;
  }
  .international__packages-item p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .guide__item {
    width: 100%;
  }
  .purchase__item {
    flex-wrap: wrap;
  }
  .purchase__item h3 {
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .checkout__page form {
    flex-wrap: wrap;
  }
  .form__info {
    width: 100%;
  }
  .featured__images-meet h3 {
    font-size: 32px;
  }
  .featured__images-submit h3 {
    font-size: 32px;
  }
  .featured__images .btn__red {
    padding: 7px 48px 7px 24px;
    font-size: 14px;
  }
  .featured__images-submit {
    height: 300px;
  }
  .featured__spotlights .container {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .featured__spotlights-meet {
    width: 100%;
  }
  .featured__spotlights-img {
    width: 100%;
    height: auto;
  }
  .featured__spotlights-submit {
    width: 100%;
  }
  .page__content--finder {
    padding: 40px !important;
  }
  .finder__breadcrumbs {
    gap: 8px;
  }
  .finder__breadcrumbs a {
    white-space: nowrap;
    font-size: 14px !important;
  }
  .page__desc--finder {
    flex-wrap: wrap;
    padding: 0 25px;
  }
  .page__content--trail {
    padding: 40px 25px !important;
  }
  .page__content--farm {
    padding: 40px 25px;
  }
  .farm__trail-rewards {
    padding: 0 25px;
  }
  .finder__desc {
    width: 100% !important;
  }
  .finder__phone {
  }
  .finder__video {
    flex-wrap: wrap;
    width: 100% !important;
    margin: 24px auto 0;
  }
  .finder__video iframe {
    width: 100%;
    margin-bottom: 0px;
  }
  .bw-deal-page, .bw-home-page, .bwmodule {
    width: 100%;
    padding: 40px 25px !important;
  }
  .inspiration__desc p {
    width: 100%;
    text-align: center;
  }
  .page__desc--connfinder {
    flex-wrap: wrap;
  }
  .page__desc--connfinder .finder__desc {
    width: 100%;
  }
  .page__desc--connfinder .finder__desc-phone {
    width: 100%;
  }
  .connection__finer-phone {
    width: 80%;
    margin: 40px auto;
  }
  .finder__desc-video {
    width: 100%;
  }
  .finder__venues {
    padding: 0 40px !important;
  }
  /*TRAILS*/
  .trail__icons {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .trail__icons img {
    margin: 0;
    padding: 0 15px;
  }
  .trail__content {
    flex-wrap: wrap;
    overflow-x: hidden;
    padding: 40px 25px;
    margin-bottom: 0;
  }
  .trail__content .page__desc {
    width: 100%;
  }
  .trail__content .trail__phone {
    position: relative;
    right: -90px;
  }
  .page__header-trail h1 {
    white-space: normal;
  }
  .page__header-trail img {
    display: none;
  }
  .trail__boxes {
    margin-top: 40px;
  }
  .trail__item {
    width: 100%;
  }
  .trail__item-info {
    padding: 16px;
  }
  .trail__item-img {
    width: 80% !important;
  }
  .trail__item .btn__cs {
    bottom: 16px;
    width: 70%;
  }
  .trail__rewards {
    margin: 40px 0;
  }
  .trail__rewards-item {
    width: 100% !important;
    margin-bottom: 32px;
    padding: 0 16px;
    text-align: center;
  }
  .trail__rewards-item:nth-child(1) .trail__reward-info {
    padding: 16px 0 0;
  }
  .trail__rewards-item:nth-child(2) .trail__reward-info {
    width: 100%;
  }
  .trail__reward-info:last-child {
    width: 100%;
    padding: 16px;
  }
  .trail__reward-info h3 {
    margin: 0 0 16px;
  }
  .trail__rewards-item:last-child .trail__rewards-img {
    width: 100%;
  }
  .trail__rewards-item:last-child img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .trail__rewards-item:nth-child(2) .trail__rewards-img {
    width: 100%;
  }
  .trail__outdoor {
    margin-top: 0;
    padding-top: 0;
  }
  .trail__outdoor-video {
    width: 100%;
  }
  .trail__outdoor .trail__phone {
    width: 100%;
    position: relative;
    bottom: auto;
    right: -50%;
    margin-top: 40px;
    transform: translateX(-20%);
  }
  .storyfinder__txt {
    padding: 0;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .storyfinder__txt p {
    font-size: 18px;
  }
  .storyfinder__txt a {
    font-size: 18px;
  }
  .story__phone-img {
    width: 200px;
  }
  /* Cia Finder */
  .ciachef__txt {
    padding: 0;
    margin-bottom: 24px;
  }
  .ciachef__txt h1 {
    font-size: 32px;
  }
  .ciachef__txt p {
    font-size: 18px;
  }
  .ciachef__txt a {
    font-size: 18px;
  }
  .ciachef__txt iframe {
    width: 100%;
  }
  .cia__info  {
    margin-bottom: 40px;
    padding: 40px 25px;
  }
  .cia__info img {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .cia__info-desc {
    width: 100%;
    font-size: 18px;
  }
  .cia__trail-info {
    margin-bottom: 40px;
    text-align: center;
  }
  .cia__trail-rewards {
    margin: 40px 0;
  }
  .cia__trail-info > div {
    width: 100%;
  }
  .cia__trail-info h2 {
    font-size: 32px;
    width: 100%;
  }
  .cia__trail-info p {
    width: 100%;
    font-size: 18px;
    padding: 0;
    border-left: 0;
  }
  .cia__rewards-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .cia__item-info {
    min-height: auto;
    padding: 0;
    margin-bottom: 0;
  }
  .cia__item-info p {
    font-size: 18px;
  }
  .cia__rewards-item:nth-child(2) .cia__item-info {
    border-right: 0;
    border-left: 0;
  }
  .cia__item-img {
    width: 240px;
    height: 240px;
  }
  .cia__phone p {
    font-size: 18px;
    text-align: center;
  }
  .cia__phone img {
    width: 160px;
    max-width: 100%;
    margin: 24px auto 0;
  }
  .cia__venues-items p {
    width: 100%;
  }
  .farm__rewards {
    gap: 40px;
  }
  .farm__rewards-item {
    width: 100%;
  }
  .farm__rewards-item:after {
    display: none;
  }
  .farm__item-info {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .finder__venues > h2 {
    margin-bottom: 40px;
  }
  .finder__venues-items {
    gap: 16px;
  }
  .finder__venues-items p {
    width: 100%;
    font-size: 18px;
  }
  .finder__venues > p {
    font-size: 18px;
  }
  /* confection finder */
  .confection-trail h2 {
    width: 100%;
    font-size: 48px;
    padding: 0;
  }
  .confection-trail p {
    width: 100%;
    font-size: 18px;
    border-left: 0;
    padding: 0;
    text-align: center;
  }
  /* new search */
  .search__info h2 {
    font-size: 24px;
  }
  .search__info input[type="text"] {
    font-size: 16px;
    padding: 4px 16px;
    margin-top: 8px;
  }
  .search__filters-checkboxes {
    font-size: 16px;
    gap: 16px;
  }
  .search__filters-checkboxes p {
    width: 100%;
  }
  .search__filters-types {
    gap: 0;
  }
  .search__types {
    width: 100%;
    margin: 16px 0 0 !important;
    justify-content: space-between;
  }
  .search__types-topten {
    display: inline-block;
    margin: 16px 0 0 !important;
  }
  .search__types span {
    font-size: 16px;
  }
  .search__results {
    margin-top: 40px;
  }
  .search__item-info {
    width: calc(100% - 24px);
  }
  .trail__item {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /*body.menu__active {
    overflow: hidden;
  }
  .hide__mobile {
    display: none;
  }
  .hide__desktop {
    display: block;
  }
  header,
  header.scrolled {
    position: fixed;
    background: #357180;
    padding: 10px;
  }
  header:before {
    height: 0;
  }
  header .logo img,
  header.scrolled .logo img {
    width: 120px;
  }
  .top__menu {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 5px;
  }
  .top__menu a {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 20px;
  }
  .top__ilny {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto !important;
  }
  .top__menu a img {
    height: 48px;
  }
  header .big__links {
    display: none;
  }
  header .menu__btn{
    width: 32px;
    height: 20px;
    margin: 4px 0 0 24px !important;
  }
  .line {
    height: 2px;
    margin-bottom: 6px;
  }
  .menu__btn.active #line1 {
    transform: translateY(8px) rotateZ(-45deg);
  }
  .header__bookmark .trip__counter {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .header__bookmark svg {
    height: 30px;
  }
  .header__icons {
    margin: 0;
  }
  .main__nav {
    position: fixed;
    top: 57px !important;
    height: 100%;
    overflow: auto;
    background: #80b8c5;
    padding-bottom: 85px;
  }
  .main__nav-links {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .main__nav-links > ul {
    width: 100%;
    padding: 0;
  }
  .main__nav-links .main__nav-first {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #347180;
    line-height: 80px;
  }
  .main__nav-links .main__nav-links-title {
    display: block;
    padding: 0 30px;
  }
  .main__nav-links-title:after {
    display: none;
  }
  .main__nav-links-plus {
    top: 40px;
    right: 20px;
  }
  .main__nav-submenu {
    top: 0;
    left: 0;
    padding: 20px 0;
    height: auto;
    width: 100%;
    background: #b3d4dc;
  }
  .main__nav-first.active .main__nav-submenu {
    position: relative;
  }
  .main__nav-submenu li {
    line-height: 1;
    padding-right: 0 !important;
  }
  .main__nav-submenu li:last-child {
    margin-bottom: 0 !important;
  }
  .main__nav-submenu li a {
    font-size: 18px;
    padding: 0 40px;
  }
  .main__nav-submenu-list {
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    padding: 20px 0;
    margin-top: 20px;
  }
  .main__nav-submenu li.active .main__nav-submenu-list {
    position: relative;
  }
  .main__nav-submenu-list li a {
    font-size: 16px !important;
    padding: 0 50px !important;
  }
  .main__nav-icons {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    margin-bottom: 80px;
  }
  .main__nav-icons a {
    width: 80px;
    margin: 0 59px 0 0;
    float: left;
  }
  .main__nav-icons a:last-child {
    margin: 0;
  }
  .main__nav-icons-img {
    width: 80px;
    height: 80px;
    margin: 0 24px 0 0;
  }
  .main__nav-icons svg {
    height: 40px;
  }
  .main__nav-icons span {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
  }*/
  .accessibility__tools {
    bottom: 32px;
    left: 32px;
  }
  .accessibility__tools .accessibility__btn {
    width: 40px;
	}
	.accessibility__tools .accessibility__btn-img {
    width: 40px;
    height: 40px;
	}
	.accessibility__tools .accessibility__btn-img img {
    width: 16px;
	}
	.accessibility__tools .accessibility__btn span {
    display: none;
	}
  .covid__info-btn {
    width: 120px;
    height: auto;
    font-size: 14px;
    line-height: 1.2;
    padding: 4px !important;
    bottom: 0 !important;
  }
  .covid__info-btn.scrolled {
    width: 80px;
    padding: 4px 8px !important;
	}
   .covid__info-btn span {
   	display: none;
   }
  .page__inner-title {
    width: 95%;
    font-size: 48px;
    line-height: 1.2;
  }
  .page__desc {
    padding: 0 15px;
  }
  .page__desc h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .page__content {
    padding: 40px 15px;
  }
  .h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .finder__desc {
    width: 100% !important;
  }
  .finder__phone {
    width: 360px;
    margin-right: -220px;
    margin-left: 160px;
  }
  .finder__video {
    flex-wrap: wrap;
  }
  .finder__video iframe {
    width: 100%;
    margin-bottom: 80px;
  }
  .inspiration__desc p {
    width: 100%;
    text-align: center;
  }
  .connection__finer-phone {
    width: 70%;
  }
  /* Cia Finder */
  .ciachef__txt {
    padding: 0;
    margin-bottom: 24px;
  }
  .ciachef__txt h1 {
    font-size: 32px;
  }
  .ciachef__txt p {
    font-size: 18px;
  }
  .cia__info  {
    margin-bottom: 40px;
    padding: 40px 20px;
  }
  .cia__info img {
    width: 40%;
    padding: 0;
    margin-bottom: 24px;
  }
  .cia__info-desc {
    width: 100%;
    font-size: 18px;
  }
  .cia__trail-info {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 24px;
  }
  .cia__trail-rewards {
    margin: 40px 0;
  }
  .cia__trail-info h2 {
    font-size: 32px;
    width: 100%;
  }
  .cia__trail-info p {
    width: 100%;
    font-size: 18px;
    padding: 0;
    border-left: 0;
  }
  .cia__rewards-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .cia__item-info {
    min-height: auto;
    padding: 0;
    width: 50%;
    margin: 0 auto;
  }
  .cia__item-info p {
    font-size: 18px;
  }
  .cia__rewards-item:nth-child(2) .cia__item-info {
    border-right: 0;
    border-left: 0;
  }
  .cia__item-img {
    width: 240px;
    height: 240px;
  }
  .cia__phone p {
    font-size: 18px;
    text-align: center;
    padding: 0 24px;
  }
  .cia__phone img {
    width: 160px;
    max-width: 100%;
    margin: 24px auto 0;
  }
  .farm__rewards {
    gap: 40;
  }
  .farm__rewards-item {
    width: calc(50% - 80px)
  }
  .farm__rewards-item:after {
    display: none;
  }
  /*HOMEPAGE*/
  /*.home__master {
    display: none;
  }*/
  .events__slider-small {
  }
  .events__slider-item {
    padding: 0 20px;
  }
  .events__slider-info {
    padding: 10px;
  }
  .home__welcome {
    margin: 50px 0 40px;
  }
  .home__welcome-title {
    margin-bottom: 20px;
  }
  .w__letter {
    height: 60px;
    margin-right: 4px;
  }
  .home__welcome-title-txt span {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .home__welcome-txt {
    width: 100%;
    font-size: 17px;
    padding: 0px 60px;
  }
  .home__welcome-txt p {
    width: 100%;
    margin-bottom: 0;
  }
  .page__content-category .page__media img {
    width: 100%;
  }
  .home__welcome-icons {
    display: flex;
    justify-content: center;
    position: relative;
    float: left;
    width: 100%;
    right: auto;
    top: auto;
    transform: translateY(0);
    margin: 40px 0;
  }
  .home__welcome-btn {
    float: left;
    margin: 0 40px 0 0;
  }
  .subcategory__brochure{
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .subcategory__brochure-download img{
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .subcategory__brochure-download{
    display: block;
  }
  .subcategory__brochure-info{
    display: block;
  }
  .subcategory__brochure-info img{
    margin: auto;
    margin-bottom: 20px;
  }
  .subcategory__brochure-dwn-info h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .subcategory__brochure-dwn-info{
    width: 100%;
    margin-bottom: 30px;
  }
  .subcategory__brochure-info-txt{
    width: 100%;
  }
  .subcategory__brochure-info-txt p{
    font-size: 18px;
  }
  .subcategory__brochure-info-txt a{
    font-size: 18px;
  }
  #mc_embed_signup .mc-field-group label{
    margin-bottom: 8px !important;
  }
  #mc_embed_signup .button{
    height: auto !important;
    line-height: 0px !important;
    padding: 25px 50px !important;
  }
  .page__desc p iframe{
    width: 100%;
  }
  .page__desc p img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page__desc h3{
    font-size: 24px;
  }
  .home__welcome-btn:last-child {
    margin-right: 0;
  }
  .home__welcome-icon {
    position: relative;
  }
  .home__welcome-img {
    width: 90%;
    margin-left: 5%;
  }
  .home__welcome-img img {
    margin-bottom: 20px;
  }
  .home__welcome-img .btn__red {
    letter-spacing: 0.040em;
    font-size: 12px;
  }
  .btn__red:after {
    right: 16px;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    border-left: 4px solid #fff !important;
  }
  .page__media img{
    width: 100%;
  }
  .everything__az {
    padding: 30px 0;
  }
  .everything__az h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .az__items {
    margin-bottom: 20px;
  }
  .az__item {
    height: 260px;
  }
  .az__item:nth-child(4),
  .az__item:nth-child(6) {
    height: 530px;
  }
  .az__item-info img {
    height: 60px;
    margin-bottom: 12px;
  }
  .az__item-info h3 {
    font-size: 16px;
  }
  .everything__az .btn__red {
    font-size: 12px;
    padding: 8px 24px;
  }
  .home__spotlights {
    padding: 50px 0 70px;
  }
  .home__spotlights h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .home__spotlights-items {
    padding: 8px;
    border-radius: 6px;
    width: 95%;
    margin: 0 auto;
  }
  .home__spotlights-items .owl-dots {
    display: none;
  }
  .home__spotlights-img {
    margin-bottom: 15px;
    height: 300px;
  }
  .home__spotlights-img span {
    padding: 10px;
    bottom: 0;
  }
  .home__spotlights-item .btn__red {
    margin-bottom: 7px;
    padding: 2px 10px;
  }
  .home__spotlights-items .owl-prev {
    left: -20px;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-right: 10px solid #BECBCF !important;
  }
  .home__spotlights-items .owl-next {
    right: -20px;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 10px solid #BECBCF !important;
  }
  .home__locations {
    padding: 40px 0 50px;
  }
  .home__locations h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .home__locations-info {
    padding: 8px;
    border-radius: 6px;
  }
  .home__locations-txt {
    padding: 10px 30px 10px 10px;
  }
  .home__locations-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .home__locations-item {
    margin-bottom: 24px;
  }
  .home__locations-item p {
    font-size: 14px;
  }
.featured__images-meet h3 {
    font-size: 32px;
  }
  .featured__images-submit h3 {
    font-size: 32px;
  }
  .featured__images .btn__red {
    font-size: 14px;
    padding: 7px 20px;
  }
  .featured__images .btn__red:after {
    display: none;
  }
  .home__topten {
    padding: 40px 0;
  }
  .topten__list h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .topten__list-info {
    margin-bottom: 0;
  }
  .topten__list-info img {
    height: 90px;
    margin-right: 24px;
  }
  .topten__list ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .topten__images {
    margin-bottom: 24px;
  }
  .topten__images img {
    width: 70px;
    height: 70px;
  }
  .topten__list .btn__red {
    padding: 7px 20px;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .topten__itineraries {
    padding-left: 40px;
  }
  .topten__itineraries h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .topten__itineraries-item {
    height: 60px;
  }
  .topten__itineraries-item h3 {
    font-size: 24px;
    line-height: 60px;
  }
  .topten__itineraries-item h3:after {
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: 8px solid #fff !important;
  }
  .insta__share h2 {
    height: auto;
    line-height: 1;
    padding: 24px;
  }
  .insta__share h2 img {
    width: 20px;
    height: 20px;
  }
  .insta__share-btn {
    font-size: 12px;
    line-height: 40px;
    background: #347180;
  }
  .insta__share-submit {
    padding: 20px 0;
  }
  .insta__share-submit h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .insta__share-submit .btn__red {
    font-size: 12px;
    padding: 8px 30px;
  }
  .insta__share-submit .btn__red:after {
    display: none;
  }
  footer {
    padding: 20px;
    margin-top: 60px;
  }
  .footer__contact img {
    width: 180px;
    margin-bottom: 15px;
  }
  .footer__contact p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  footer .btn__red {
    padding: 11px 50px;
    font-size: 14px;
  }
  .footer__contact-link {
    font-size: 20px;
  }
  .footer__contact-link:last-child {
    margin-top: 10px;
  }
  .social__icons {
    width: 100%;
    margin: 30px 0;
  }
  .social__icons img {
    width: 30px;
    height: 30px;
  }
  .footer__info-copyright {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__info p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .featured__spotlights .container {
    width: 100%;
    max-width: 100%;
  }
  .featured__spotlights-meet {
    padding: 24px;
  }
  .featured__spotlights-meet  h3 {
    font-size: 24px;
  }
  .featured__spotlights-submit {
    padding: 24px;
  }
  .featured__spotlights-submit h3 {
    font-size: 24px;
  }
  /*ATOZ*/
  .atoz {
    padding: 100px 0;
  }
  .atoz__item-info img {
    height: 40px;
  }
  .atoz__item-info h2 {
    font-size: 24px;
  }
  /*ATTRACTIONS*/
  .page__header {
    height: auto !important;
    margin-top: 60px;
  }
  .page__header-info {
    bottom: 40px;
    width: 80%;
  }
  .page__header-info h1 {
    font-size: 40px;
    text-align: center;
  }
  .attraction__content {
    padding: 40px 0 20px;
  }
  .attraction__info {
    width: 100%;
  }
  .addtostory__btn {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .addtostory__btn span {
    padding-top: 8px;
    margin: 0;
  }
  .addtostory__btn-icon {
    width: 40px;
    height: 40px;
  }
  .addtostory__btn-icon svg {
    height: 24px;
  }
  .attraction__info-item {
    margin-bottom: 30px;
  }
  .attraction__info-item span {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .attraction__info-item p {
    font-size: 24px;
  }
  .attraction__desc {
    width: 100%;
    font-size: 24px;
  }
  .attraction__gallery {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .attraction__gallery h2 {
    font-size: 32px;
  }
  .att__gallery-slider img {
    height: 300px;
  }
  .att__gallery-slider .owl-prev {
    left: -20px;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-right: 8px solid #d8583b !important;
  }
  .att__gallery-slider .owl-next {
    right: -20px;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: 8px solid #d8583b !important;
  }
  .attraction__map {
    padding: 0 15px;
  }
  .attraction__map h2 {
    font-size: 32px;
  }
  .attraction__map iframe {
    height: 480px;
  }
  .back__btn {
    font-size: 24px;
    margin: 40px 0;
  }
  /*CALENDAR*/
  .page__search {
    padding: 20px;
  }
  .page__search input[type="search"] {
    height: 40px;
  }
  .page__search button {
    width: 40px;
    height: 40px;
  }
  .page__search button img {
    width: 24px;
    height: 24px;
  }
  .events {
    padding: 40px 15px 30px;
  }
  .events h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .events__calendar {
    width: 100%;
  }
  #calendar__datepicker {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .featured__events {
    width: 100%;
  }
  .featured__events-sliderInfo h3 {
    font-size: 14px;
  }
  .featured__events-sliderInfo span {
    font-size: 14px;
  }
  .featured__events-slider .owl-prev {
    left: -20px;
    border-top: 6px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-right: 8px solid #d2dfe3 !important;
  }
  .featured__events-slider .owl-next {
    right: -20px;
    border-top: 6px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 8px solid #d2dfe3 !important;
  }
  .featured__events-slider .owl-dots {
    display: none !important;
  }
  .monthly__events {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .monthly__events h2 {
    font-size: 26px;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1;
    padding: 0;
  }
  .monthly__events-filter h2:after {
    right: 35px;
    border-top: 6px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 8px solid #d2dfe3 !important;
  }
  .monthly__events-filter {
    margin-bottom: 0px;
    overflow: hidden;
  }
  .monthly__events-filter form .select2-container {
    width: calc(50% - 12px) !important;
    margin-right: 10px;
  }
  .monthly__events-filter form {
    width: 100%;
  }
  .monthly__events-filter form .select2-container:nth-child(4) {
    margin-right: 0;
    margin-left: 10px;
  }
  .monthly__events-filter .select2-container .select2-selection--single {
    height: 30px !important;
  }
  .monthly__events-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 14px;
  }
  .monthly__events-items {
    margin-left: -20px;
    margin-right: -20px;
  }
  .monthly__events-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .monthly__events-itemImg {
    width: 48px;
    height: 60px;
  }
  .monthly__events-itemImg img {
    display: none;
  }
  .monthly__events-itemDate {
    height: 60px;
  }
  .monthly__events-itemDate span {
    font-size: 17px;
  }
  .monthly__events-itemInfo {
    width: calc(100% - 48px);
    height: 60px;
    padding: 14px 56px 14px 14px;
  }
  .monthly__events-itemInfo h3 {
    font-size: 18px;
    -webkit-line-clamp: 1;
  }
  .monthly__events-itemInfo span {
    font-size: 16px;
  }
  .monthly__events-itemDesc {
    display: none;
  }
  .page__content-film .page__media {
    padding-left: 15px;
  }
  .film__info-desc h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .dyk h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .quick__links {
    padding: 50px 0 30px;
  }
  .cat__more-btn {
    width: 280px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .dyk .cat__more-btn:last-child {
    margin-left: 40px;
  }
  .river__sites h2 {
    font-size: 32px;
  }
  .river__sites ul {
    column-count: 1;
  }
  .lgbt__couple {
    height: auto;
    flex-wrap: wrap;
  }
  .lgbt__couple-img {
    width: 100%;
  }
  .lgbt__couple-info {
    width: 100%;
  }
  .lgbt__couple2 .lgbt__couple-img {
    order: 1
  }
  .lgbt__couple2 .lgbt__couple-info {
    order: 2;
  }
  .lgbt__video iframe {
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
  }
  .lgbt__events h2 {
    font-size: 40px;
  }
  /*VIDEOS*/
  .videos {
    padding: 40px 0;
  }
  .video__item {
    padding: 0 15px;
  }
  .video__item iframe {
    height: 300px;
  }
  .video__item h2 {
    font-size: 30px;
  }
  /*EVENTS*/
  .page__desc-event {
    width: 100%;
    padding-right: 15px;
  }
  .single__event-info {
    display: flex;
    flex-wrap: wrap;
  }
  .single__event-date {
    width: 100%;
  }
  .single__event-date p {
    font-size: 32px;
    float: left;
  }
  .single__event-info-item {
    width: 50%;
    padding-right: 40px;
  }
  .single__event-info-item span {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .single__event-info-item p {
    font-size: 20px;
    word-break: break-word;
  }
  .single__event-info-weather {
    font-size: 24px;
  }
  .single__event-info .addtostory__btn {
    width: 100%;
    padding-top: 20px;
    font-size: 30px;
  }
  /*THINGS TO DO*/
  .listing__categories {
    padding: 30px 0;
  }
  .listing__categories ul li {
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 15px;
    border: none;
  }
  .listing__categories ul li a {
    font-size: 18px;
  }
  .filters__btn {
    position: relative;
    bottom: auto;
    right: auto;
    padding-right: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    display: block;
    margin-top: 15px;
  }
  .filters__btn:after {
    right: 50%;
    margin-right: -50px;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #dd583c !important;
    border-left: 6px solid transparent !important;
  }
  .filters {
    padding: 15px 0;
  }
  .filters__btn-close {
    display: none;
  }
  .filters .select2-container .select2-selection--single {
    height: 40px !important;
  }
  .filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #347180 transparent transparent transparent !important;
    border-width: 4px 4px 0 4px !important;
  }
  .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 16px !important;
  }
  .bookmarks {
    margin: 40px 0px;
	}
  .bookmarks .container {
    padding-right: 0;
    padding-left: 0;
  }
  .my__bookmarks .page__desc h2 svg {
		top: 10px;
		right: 100px;
	}
	.page__media-bookmarks {
    	padding-left: 15px;
    	margin-top: 40px;
	}
  .bookmark__item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .bookmark__item-img {
    height: 300px;
  }
  .bookmark__item-remove {
    padding: 15px;
  }
  .bookmark__item-remove span {
    font-size: 14px;
    line-height: 24px;
  }
  .bookmark__item-remove svg {
    width: 24px;
    height: 24px;
  }
  .bookmarks .load__more {
    width: 210px;
    font-size: 16px;
    padding: 8px 15px;
  }
  .bookmarks .load__more:after {
    right: 29px;
    border-top: 6px solid #D9583C !important;
    border-right: 6px solid transparent !important;
    border-bottom: none !important;
    border-left: 6px solid transparent !important;
  }
  /*YOUR SOTRY*/
  .page__header-story {
    height: 100vh !important;
  }
  .page__header-story-info h1 {
    font-size: 40px;
    text-align: center;
  }
  .yourstory__share span {
    width: 140px;
    margin: 0 auto 20px;
    padding: 10px;
    font-size: 24px;
  }
  .yourstory__share a img {
    height: 28px;
  }
  .yourstory__share a {
    margin-right: 20px;
  }
  /*NIGHTLIFE*/
  .nightlife__desc {
    width: 50%;
  }
  .nightlife__desc h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  .nightlife__desc p {
    font-size: 23px;
  }
  .nightlife__video {
    width: 50%;
    padding-left: 0px;
  }
  .nightlife .bookmark__item-inner {
    height: 560px;
  }
  /*TOP TEN*/
  .topten__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .topten__item-inner {
    padding-bottom: 20px;
    min-height: 500px;
  }
  .topten__item img {
    height: 260px;
    margin-bottom: 20px;
  }
  .topten__item h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .topten__item p {
    font-size: 18px;
  }
  .topten__item .btn__red {
    font-size: 16px;
    padding: 5px 30px;
  }
  /*SINGLE TOWN*/
  .single__town-info {
    padding: 40px 0;
  }
  .single__town-map h2 {
    font-size: 30px;
  }
  .single__town-desc {
    font-size: 20px;
    padding-left: 0px;
  }
  .tab__link {
    font-size: 19px;
    line-height: 1;
  }
  .tab__link.active:before {
    height: 52px;
  }
  .tab__content {
    padding: 20px 5px 0;
  }
  .bookmark__item-inner {
    height: 560px;
  }
  .bookmarks__page .bookmark__item-inner {
    height: auto;
    min-height: 600px;
  }
  /*ABOUT*/
  .program__areas-inner {
    column-count: 1;
  }
  .about__txt-img p {
    width: 100%;
    margin-right: 0;
  }
  .team__inner {
    margin-bottom: 0;
  }
  .team__item {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 60px;
  }
  .board .container {
    padding: 0 30px;
  }
  .board__item {
    width: 33.333%;
  }
  /*CATEGORY*/
  .category__items .container {
    padding: 0;
  }
  .category__item {
    width: calc(50% - 12px);
  }
  .category__item h3 {
    font-size: 24px;
  }
  .category__spotlights h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .category__spotlights-singleitem {
    width: 100%;
    padding-left: 260px;
  }
  .category__spotlights-singleitem img {
    width: 240px;
  }
  .category__spotlights-singleitem p {
    font-size: 20px;
    line-height: 30px;
  }
  .category__spotlights-singleitem a {
    font-size: 20px;
  }
  .category__spotlights-img {
    height: 250px;
  }
  .category__spotlights-info {
    padding: 0 16px;
  }
  .category__spotlights-info h3 {
    font-size: 16px;
  }
  .category__itineraries-title {
    margin-bottom: 40px;
  }
  .category__pdfs {
    padding: 0px 0 80px;
  }
  .category__pdfs h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .category__pdfs img {
    width: 100% !important;
    height: auto !important;
  }
  .subcategory__desc {
    padding: 40px 0 0px;
  }
  .dti__social-media h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .dti__social-media h2 img {
    width: 24px;
    height: 24px;
  }
  .farmers__markets-item {
    padding-right: 80px;
  }
  /*CONTACT*/
  .contact {
    padding-top: 120px;
  }
  .contact h1 {
    font-size: 54px;
    margin-bottom: 30px;
  }
  .contact__info {
    margin-bottom: 40px;
  }
  .contact__form h2 {
    font-size: 32px;
  }
  .contact__form input {
    height: 50px;
    margin-bottom: 30px;
  }
  .contact__form button {
    margin: 0 0 60px;
  }
  /*ACB TRAVEL*/
  .acb__item img {
    width: 100%;
  }
  .acb__item-info {
    width: 100%;
    padding: 20px 0;
  }
  /*ACB BLOGS*/
  .accessible__blogs {
    padding-top: 40px;
  }
  /*spotlights*/
  .in__spotlights {
    padding-top: 100px;
  }
  /*travel itineraries*/
  .travel__itineraries {
    padding: 40px 0;
  }
  .blue__text p {
    font-size: 24px;
  }
  .travel__itineraries-group {
    margin-bottom: 110px;
    padding-bottom: 40px;
    border-bottom: 1px solid #da4e30;
  }
  .travel__itineraries-group:last-child {
    margin-bottom: 0;
  }
  .travel__itineraries-items {
    padding: 0 5px;
  }
  .travel__itineraries-group h2 {
    padding: 0 0 0 190px;
    text-align: left;
  }
  .travel__itineraries-item {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
  .travel__itineraries-item img {
    width: 50%;
  }
  .travel__itineraries-item-info {
    width: 50%;
  }
  .travel__itineraries-item span {
    font-size: 18px;
  }
  .travel__itineraries-nr {
    top: -170px;
    height: 150px;
  }
  /*Weddings*/
  .filters__weddings .select2-container {
    width: 330px !important;
  }
  .page__media-where {
    padding-left: 15px;
  }
  /*global travelers*/
  .international__brochure h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .page__desc-international {
    margin-top: 60px;
  }
  .page__media-international {
    margin-top: 60px;
  }
  .international__packages {
    padding: 70px 0 50px;
  }
  .international__packages-item {
    margin-bottom: 30px;
  }
  /*regions*/
  .regions {
    padding-top: 97px;
  }
  .region__map {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 80px;
  }
  .region__map img {
    width: 30%;
  }
  .region__map-info {
    width: 67%;
    margin-left: 3%;
    font-size: 16px;
  }
  .region__content {
    padding: 0 15px;
  }
  .category__items-region .category__item {
    width: 50%;
  }
  .guide__item {
    width: 50%;
  }
  .page__header-media img {
    object-position: 77% 0;
  }
  .featured__images-meet h3 {
    font-size: 32px;
  }
  .featured__images-submit h3 {
    font-size: 32px;
  }
  .featured__images .btn__red {
    padding: 7px 48px 7px 24px;
    font-size: 14px;
  }
  /*TRAILS TABLET*/
  .trail__icons {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .trail__icons img {
    margin: 0;
    padding: 0 15px;
  }
  .trail__content {
    flex-wrap: wrap;
    overflow-x: hidden;
  }
  .trail__content .page__desc {
    width: 100%;
  }
  .trail__content .trail__phone {
    position: relative;
    right: -250px;
  }
  .page__header-trail h1 {
    white-space: normal;
  }
  .page__header-trail img {
    display: none;
  }
  .trail__boxes {
    margin-top: 80px;
  }
  .trail__item-info {
    padding: 16px;
  }
  .trail__item-img {
    width: 80% !important;
  }
  .trail__item .btn__cs {
    bottom: 16px;
    width: 70%;
  }
  .trail__rewards-item:nth-child(1) {
    width: 50%;
  }
  .trail__rewards-item:nth-child(2) {
    width: 50%;
  }
  .trail__rewards-item:nth-child(3) {
    width: 100%;
    margin: 40px 0 0;
  }
  .trail__outdoor-video {
    width: 100%;
  }
  .trail__outdoor .trail__phone {
    width: 70%;
    max-width: 100%;
    position: relative;
    bottom: auto;
    right: -220px;
    margin: 40px 0;
  }
  /* new search */
  .search__page {
    padding-top: 100px;
  }
  .search__info h2 {
    font-size: 32px;
  }
  .search__info input[type="text"] {
    width: 320px;
  }
  .search__filters-types {
    flex-wrap: wrap;
    gap: 0;
  }
  .search__types {
    flex-wrap: wrap;
  }
  .search__types span {
    width: 100%;
  }
  .search__results {
    margin-top: 40px;
  }
  .search__item-info {
    width: calc(100% - 24px);
  }
  .trail__item {
    width: 50%;
  }
  .trail__item-btns {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /*.main__nav-links {
    padding: 40px;
  }
  .main__nav-links .main__nav-links-title {
    font-size: 24px;
  }
  .main__nav-links-plus {
    width: 24px;
    height: 24px;
  }
  .main__nav-links-plus span:first-child {
    width: 24px;
  }
  .main__nav-links-plus span:last-child {
    height: 24px;
    right: 8px;
  }
  .main__nav-submenu {
    padding: 40px;
  }
  .main__nav-submenu li {
    margin-bottom: 12px !important
  }
  .main__nav-submenu li a {
    font-size: 18px;
  }*/
  .home__spotlights-img {
    height: 360px;
  }
  .featured__spotlights .container {
    width: 100%;
    max-width: 100%;
  }
  .featured__spotlights-meet {
  }
  .featured__spotlights-meet  h3 {
    font-size: 24px;
  }
  .featured__spotlights-submit {
  }
  .featured__spotlights-submit h3 {
    font-size: 24px;
  }
  .addtostory__btn {
    font-size: 32px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .addtostory__btn-icon {
    width: 60px;
    height: 60px;
  }
  .addtostory__btn-icon svg {
    height: 30px;
  }
  .attraction__info-item {
      margin-bottom: 20px;
  }
  .attraction__info-item span {
    font-size: 28px;
  }
  .attraction__info-item p {
    font-size: 24px;
  }
  .attraction__desc {
      font-size: 20px;
      line-height: 30px;
  }
  .att__gallery-slider img {
    height: 450px;
  }
  .attraction__map iframe {
    height: 450px;
  }
  .page__search {
    padding: 20px;
  }
  .page__search input[type="search"] {
    padding: 20px 60px 20px 20px;
  }
  .page__search button {
    width: 56px;
    height: 56px;
  }
  .bookmark__item-img {
    height: 260px;
  }
  .bookmark__item-inner,
  .nightlife .bookmark__item-inner {
    height: 505px;
  }
  .bookmarks__page .bookmark__item-inner {
    height: auto;
    min-height: 600px;
  }
  .bookmark__item-remove svg {
      width: 24px;
      height: 24px;
  }
  .bookmark__item-remove span {
      font-size: 18px;
      line-height: 24px;
  }
  .my__bookmarks .bookmark__item-inner {
      height: 570px;
  }
  .page__header-category h1 {
      font-size: 80px;
  }
  .about__txt-img p {
    width: 100%;
  }
  .board__item {
    width: 25%;
  }
  .contact {
    padding-top: 200px;
  }
  .contact h1 {
      font-size: 64px;
  }
  .contact__info {
    margin-bottom: 40px;
  }
  .page__desc-event {
      padding-right: 40px;
  }
  .single__event-date p {
      font-size: 40px;
  }
  .single__event-info-item span {
      font-size: 32px;
  }
  .single__event-info-item p {
      font-size: 24px;
  }
  .single__event-info .addtostory__btn {
    font-size: 32px;
  }
  .media__contact {
      padding: 40px;
      background: #f5fbff;
      font-size: 20px;
  }
  .listing__categories {
    padding: 40px 0;
  }
  .listing__categories ul li a {
    font-size: 20px;
  }
  .lgbt__couple-info p {
      font-size: 38px;
  }
  .video__item iframe {
    height: 360px;
  }
  .video__item h2 {
    font-size: 32px;
  }
  .acb__item-info h3 {
      font-size: 32px;
  }
  .acb__item-desc {
      font-size: 20px;
      line-height: 30px;
  }
  .blue__text p {
      color: #337081;
      font-size: 32px;
  }
  .travel__itineraries-item span {
    font-size: 14px;
  }
  .spotlights__item img {
    max-height: 500px;
  }
  /*CIA Chef Finder*/
  .ciachef__txt {
    width: 540px;
    max-width: 100%;
    padding: 0 40px 0 0;
  }
  .cia__trail-info {
    padding: 0 40px;
  }
  .cia__item-img {
    width: 240px;
    height: 240px;
  }
  .cia__phone.container {
    justify-content: space-around;
  }
  .guide__item {
    width: 33.333%;
  }
  /* new search */
  .search__page {
    padding-top: 180px;
  }
  .search__info h2 {
    font-size: 32px;
  }
  .search__info input[type="text"] {
    width: 320px;
  }
  .search__filters-types {
    flex-wrap: wrap;
    gap: 0;
  }
  .search__types {
    flex-wrap: wrap;
  }
  .search__types span {
    width: 100%;
  }
  .search__results {
    margin-top: 40px;
  }
  .search__item-info {
    width: calc(100% - 24px);
  }
}
