@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');


/************************ GENERAL ************************/

html {
	scroll-behavior: smooth;
}

html.js.js_active.vc_desktop.vc_transform.vc_transform {
	padding: 0 !important;
}

body {
	min-height: 100vh;
	overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.vc_row.full-width-row {
	margin-top: -25px;
}

.main-content {
	padding-top: 115px;
	flex: 1;
}

.padded-row {
	width: 1400px;
	margin-left: auto !important;
	margin-right: auto !important;
}

header.site-header .container, footer .container {
	width: 90%;
}

input[type=text], input[type=email], textarea, select {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0;
    -webkit-appearance: button;
}

:focus-visible {
	outline: none;
}

.anchor {
    scroll-margin-top: 150px;
}

.clearfix {
    clear: both;
}

.mobile-only {
	display: none !important;
}


/************************ TYPOGRAPHY ************************/

body, p, b, strong, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output, button, header.site-header nav ul li a, .tribe_events-template-default p {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, blockquote p, .tribe_events-template-default h1, .tribe_events-template-default h2, .tribe_events-template-default h3 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

p, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output {
	font-size: 17px;
	font-weight: normal;
	line-height: 27px;
	margin-bottom: 20px;
}

p:last-of-type {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a, a:hover, a:active {
    text-decoration: none;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

p a {
	hyphens: auto;
}

h1, h2 {
    font-size: 40px;
    font-weight: 400;
	line-height: 50px;
	margin-bottom: 25px !important;
}

h3, h4, .grid-row h2 {
    font-size: 17px;
	font-weight: 400;
    line-height: 27px;
	margin-bottom: 0 !important;
}

input, textarea, select {
	font-size: 18px;
    color: #000;
	font-weight: normal;
}

ul, ol {
	margin: 0 0 1.5em 30px;
}

li {
	margin-bottom: 10px;
}

.main-content ul li ul li:first-of-type {
    margin-top: 10px;
}

hr {
	margin: 40px 0 !important;
}

blockquote p {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

button {
	font-size: 17px;
}

body.error404 h1 {
    font-size: 70px;
	text-align: center;
    padding-top: 140px;
}


/************************ TEMPLATE ************************/

article {
	margin-bottom: 0;
}

.vc_row[data-vc-full-width] {
	background: #fff;
	overflow: inherit !important;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.narrow-row {
	width: 50%;
	margin: auto;
}

.padding-top-bottom {
	padding: 60px 0;
}

.padding-top {
	padding: 60px 0 0;
}

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

.padding-top-bottom-small {
	padding: 50px 0;
}

.padding-top-small {
	padding: 50px 0 0;
}

.padding-bottom-small {
	padding: 0 0 50px;
}

.background-row, .background-row .vc_column-inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fixed-background, .fixed-background .vc_column-inner {
	background-attachment: fixed;
}

.overlay, .overlay .vc_column-inner {
	box-shadow: inset 10000px 0 0 0 rgb(12 12 12 / 30%);
}

.overlay .vc_column-inner .vc_column-inner {
	box-shadow: none;
}

.left-col {
	padding-right: 50px !important;
}

.right-col {
	padding-left: 50px !important;
}


/************************ HEADER ************************/

header.site-header {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    position: fixed;
    z-index: 99999;
}

header.site-header .container {
	display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
	width: 20%;
	text-align: left;
	line-height: 0;
	float: left;
}

.logo img {
	height: 75px;
}

header.site-header nav.site-navigation {
	width: 80%;
	float: right;
	display: block;
}

header.site-header nav.site-navigation .main-nav {
	float: right;
}

header.site-header nav ul li {
	margin: 0 0 0 60px;
}

header.site-header nav ul li a {
    font-size: 18px;
}
.site-navigation ul ul {
	width: 240px;
    position: absolute;
    text-align: left;
	border-top: 5px solid transparent;
    padding: 10px 20px 15px;
	margin: 0 0 0 -20px;
    display: none;
	z-index: 999999;
}

.site-navigation ul li:hover > ul {
    display: block;
}

header nav ul ul li {
	width: 100%;
    margin: 0 0 10px 0;
}

header nav ul ul li:last-of-type {
    margin: 0;
}

header nav ul ul.sub-menu li a {
	text-decoration: none !important;
}

.current-menu-item a, header nav ul li:hover a, header nav ul ul li:hover a {
	text-decoration: underline;
}

header.site-header nav ul li.astm-search-menu {
	margin: 3px 0 0 15px;
}

.is-search-form {
	top: -10px !important;
}

.search-close {
    top: -2px !important;
    right: -30px !important;
}

.mobile-menu-button, #mobile-menu {
	display: none;
}


/************************ HOME ************************/

body.home .main-content {
	padding-top: 0;
}

body.home header.site-header {
	background-color: transparent !important;
}

#page-hero {
	height: 100vh;
	padding: 0;
}

body.home .padding-top-bottom {
	padding: 100px 0 !important;
}

body.home h1.vc_custom_heading, body.home h2.vc_custom_heading {
	margin-bottom: 40px !important;
}

.grid-row .vc_col-sm-3 {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
}

.grid-row .vc_col-sm-3 .vc_column-inner {
	border-radius: 7px;
    padding: 0 !important;
}

.grid-row img {
	border-radius: 7px 7px 0 0;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.grid-row h2 {
	padding: 20px 0;
}

.owl-item {
    width: calc(33% - 30px) !important;
	border-radius: 7px 7px;
    margin: 0 15px;
}

.gcp-post-image {
    border-radius: 7px 7px 0 0;
}

.gcp-caption-wrapper h4, .gcp-caption-wrapper p {
	margin-bottom: 0 !important;
}

#carousel-anything-1 .owl-prev, #carousel-anything-1 .owl-next {
	color: transparent;
}

.owl-prev {
	top: 25px !important;
	left: 0 !important;
}

.owl-next {
	top: 25px !important;
	right: 0 !important;
}


/************************ DESTINATIONS ************************/

.destinations-container {
	padding: 60px 0 80px !important;
	display: flex;
	flex-direction: column;
}

#destinations-search {
	padding: 5px 10px;
}

.destinations-filters {
	border-radius: 7px;
	padding: 30px;
	margin-bottom: 50px;
}

.destinations-filters p {
	margin-bottom: 10px;
}

.destinations-dropdowns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 20px;
	margin-bottom: 0;
}

.destinations-dropdowns > div {
	display: flex;
	flex-direction: column;
}

.destinations-filters label {
	font-size: 20px;
	font-weight: 400;
	display: none;
}

.destinations-filters input, .destinations-filters select {
	margin-bottom: 0 !important;
}

.destinations-dropdowns select {
    height: 40px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 10px;
    appearance: none; -webkit-appearance: none; -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 5px center;
}

.good-for label {
	margin-bottom: -8px;
	display: block;
}

.good-for p {
	margin-right: 30px;
	display: inline-block;
}

input[type="checkbox"] {
	margin: 0 10px 3px 0;
}

#results-count, #results-header h1 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0 !important;
}

.destinations-results {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.destination-item .state-name, .destination-hero .state-name {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 2px !important;
}

.destination-item .state-name a, .destination-hero .state-name a {
	border: 1px solid;
	border-radius: 7px;
	padding: 2px 10px;
}

.destination-item h2 {
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 0 !important;
}

.destination-item img {
	width: 100%;
	height: auto;
	border-radius: 7px;
	aspect-ratio: 16/9;
	object-fit: cover;
	margin-bottom: 2px;
}


/************ SINGLE DESTINATIONS ************/

.single h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 40px 0 20px !important;
}

.destination-hero .state-name {
	margin-bottom: 10px !important;
}

.destination-meta p {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 7px;
	margin-bottom: 0 !important;
    display: inline-block;
}

.destination-meta a {
    padding: 2px 10px;
}

.single .destination-content img.aligncenter {
	width: 60%;
    margin: 30px auto 50px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.single .destination-content img.alignleft {
	margin: 0 20px 20px 0;
}

.single .destination-content img.alignright {
	margin: 0 0 20px 20px;
}

.single .destination-content h2,
.single .destination-content h3,
.single .destination-content h4,
.single .destination-content h5,
.single .destination-content h6,
.single-inspiration .inspiration-content h2,
.single-inspiration .inspiration-content h3 {
	clear: none;
}

.destination-map {
	text-align: center;
}

.destination-map iframe {
	width: 50% !important;
	height: 100% !important;
	aspect-ratio: 16 / 9 !important;
}

.single-destination .similar-destinations {
	background: #ececec6b;
	margin-top: 50px;
}

.media-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
}

.video-wrapper,
.map-wrapper {
	flex: 1 1 400px;
	max-width: 50%;
	aspect-ratio: 16 / 9;
	position: relative;
}

.video-wrapper iframe,
.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/************ STATE TAX ************/

.state-hero .left-col, .destination-hero .left-col, .inspiration-hero .left-col {
	width: 70%;
	height: 500px;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	border-radius: 7px 0 0 7px;
	float: left;
}

.state-hero .right-col, .destination-hero .right-col, .inspiration-hero .right-col {
    width: calc(30% - 130px);
    height: calc(500px - 100px);
	border-radius: 0 7px 7px 0;
    padding: 50px 40px !important;
    float: left;
}

.state-hero h1, .destination-hero h1, .inspiration-hero h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px !important;
}

.breadcrumbs {
	font-size: 13px;
	padding: 20px 0 30px;
}

.tax-state .destination-item img {
    margin-bottom: 0;
}

.state-destinations h2, .similar-destinations h2 {
	font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px !important;
}



/************************ PAGINATION ************************/

.destinations-pagination,
.pagination {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

/* WP paginate_links outputs a <ul> inside .pagination */
.pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    border: none;
    height: auto;
    min-width: auto;
    border-radius: 0;
}

/* Shared item styles — both AJAX buttons and WP page-numbers links */
.destinations-pagination .page-btn,
.pagination li .page-numbers {
    background: none;
    border: none;
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 15px;
    line-height: 1.4;
    color: #000000CC;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.destinations-pagination .page-btn:hover,
.destinations-pagination .page-btn.current,
.pagination li .page-numbers:hover,
.pagination li .page-numbers.current {
    font-weight: 600;
}

.destinations-pagination .page-dots,
.pagination li .page-numbers.dots {
    color: #000000CC;
    border: none;
    padding: 0 4px;
    cursor: default;
    min-width: auto;
}


/************************ ARCHIVE RESULTS ************************/

.search h1, .tax-destination_tag h1, .tax-type h1, .tax-country h1, .tax-inspiration_tag h1 {
    font-size: 23px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 30px !important;
}

.search h1 strong, .tax-destination_tag h1 strong, .tax-type h1 strong, .tax-country h1 strong, .tax-inspiration_tag h1 strong {
	font-weight: 600;
}

.archive .destination-content h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    margin: 30px 0 15px !important;
}


/************************ INSPIRATION ************************/

.post-type-archive-inspiration h1 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 30px !important;
}

.inspiration-container {
	display: flex;
	flex-direction: column;
}

.inspiration-results {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.inspiration-item h2 {
	font-size: 17px;
	line-height: 27px;
	padding-right: 10px;
	margin-bottom: 0 !important;
}

.inspiration-item img {
	width: 100%;
	height: auto;
	border-radius: 7px;
	aspect-ratio: 16/9;
	object-fit: cover;
	margin-bottom: 0;
}


/************************ SINGLE INSPIRATION ************************/

.inspiration-hero h1 {
	font-size: 25px;
	line-height: 35px;
}

.single-inspiration h2 {
	font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    margin: 40px 0 15px !important;;
}


/************************ EVENTS ************************/

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: 0 !important;
}

.tribe-events-calendar-list__event-venue {
	margin-top: 10px !important;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
	border-radius: 7px;
	aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
	font-size: 20px;
}

h1.tribe-events-single-event-title {
    margin: 15px 0 0 !important;
}

.tribe-events-schedule {
    margin: 0 0 30px;
}

.tribe-events-schedule span {
	font-size: 17px;
	line-height: 27px;
}

.tribe-events-event-image img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	width: 50%;
}

.tribe-events-meta-group {
	widows: 45%;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 17px !important;
	text-transform: none !important;
    margin-bottom: 0 !important;
}

.tribe-events-venue-map {
	width: 100%;
	margin-top: 15px;
}

.tribe-events-meta-group.tribe-events-meta-group-organizer, #tribe-events-footer {
	display: none;
}


/************************ FAQ ************************/

.vc_toggle_title {
    border-radius: 7px;
	padding: 10px 20px !important;
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    margin-top: 10px;
    position: absolute;
    right: 20px;
}

.vc_toggle_content {
	padding: 0 20px 30px !important; 
}


/************************ CONTACT ************************/

#contact img {
	border-radius: 7px;
}

#contact input[type=text], #contact input[type=email], #contact textarea, #contact select {
    width: 100% !important;
    font-size: 16px !important;
	color: #707070;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 5px 10px !important;
}

input[type="submit"] {
	border-radius: 50px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px !important;
    text-transform: uppercase !important;
	line-height: 24px !important;
    border: 0 !important;
    padding: 0 !important;
	margin: 0 !important;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
    margin-top: -20px;
}

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


/************************ ADVERTISE WITH US ************************/

#advertise h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin: 50px 0 20px !important;
}

#advertise h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px !important;
}


/************************ FOOTER ************************/

footer {
    padding: 20px 0 15px;
}

footer .container {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
}

#menu-footer {
	list-style: none;
	margin: 0;
}

#menu-footer li {
	margin: 0;
	display: inline;
}

#menu-footer li a {
	font-size: 13px;
	line-height: 23px;
}

#menu-footer li:before {
    content: "|";
    color: #fff;
	font-size: 13px;
    line-height: 23px;
    padding-left: 15px;
    padding-right: 15px;
}

footer p {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 0 !important;
}

footer a:hover {
	text-decoration: underline;
}

.footer-div {
	margin: 0 10px;
}


/************************ MOBILE ************************/

@media only screen and (max-width: 1550px) {
	
	.padded-row {
		width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important;
	}

	.state-hero .left-col, .destination-hero .left-col, .inspiration-hero .left-col {
		width: 60%;
	}

	.state-hero .right-col, .destination-hero .right-col, .inspiration-hero .right-col {
    	width: calc(40% - 130px);
	}
	
}


@media only screen and (max-width: 1200px) {
	
	.padded-row {
		width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
	}
	
	.vc_row {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.vc_row.vc_column-gap-35 {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0 !important;
	}

	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 15px !important;
		padding-bottom: 15px !important;
	}
	
}


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

    .destinations-dropdowns, .destinations-results, .inspiration-results {
		grid-template-columns: repeat(2, 1fr);
	}
	
}
	
	
@media only screen and (max-width: 768px) {

	.desktop-only {
		display: none !important;
	}

	.mobile-only {
		display: block !important;
	}
	
	h1, h2, .state-destinations h2, .similar-destinations h2 {
    	font-size: 25px;
    	line-height: 35px;
    	margin-bottom: 30px !important;
	}
	
	header.site-header {
		box-shadow: 1px 1px 8px #0000004a;
		padding: 0;
	}
	
	header.site-header .container {
		width: 100%;
	}
	
	.logo {
    	width: auto;
		padding: 5px 0;
	}
	
	.logo img {
		height: 60px;
        padding: 0;
	}
	
    .mobile-menu-button {
        background: none;
        font-size: 24px;
        border: none;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 22px;
        display: block;
        z-index: 1001;
    }

	.mobile-menu-button.open i:before {
        content: "\f00d" !important; /* Change icon to 'X' when opened */
    }

    #mobile-menu {
        width: 100%;
		height: 100vh;
        text-align: left;
		border-top: 1px solid #999;
        padding: 10px 0;
        position: absolute;
        top: 70px;
        left: 0;
        display: none;
    }

    #mobile-menu.active {
        display: block;
    }
	
	#mobile-menu ul#menu-main-menu-1 {
		margin-top: 30px;
	}
	
	#mobile-menu ul li {
		width: 100%;
		text-align: left;
        padding: 0 5%;
    	margin: 10px 0;
	}
	
	#mobile-menu ul li.current_page_item a {
    	border-top: 0;
    	padding-top: 0;
	}
	
	#mobile-menu ul li a {
		font-size: 20px;
	}
	
	#mobile-menu .sub-menu {
		margin-top: 15px;
    	display: none;
	}
	
	#mobile-menu .submenu-toggle {
		background: none;
		border: none;
		font-size: 18px;
		cursor: pointer;
		margin-left: 10px;
		padding: 0;
		line-height: 1;
	}
	
	#mobile-menu .menu-item.open > .sub-menu {
    	display: block;
	}
	
	.main-content {
    	padding-top: 70px;
	}
	
	.padding-top-bottom {
    	padding: 50px 0;
	}
	
	.padding-top {
		padding: 50px 0 0;
	}
	
	.padding-bottom {
		padding: 0 0 50px;
	}

	.padded-row {
		width: calc(100% - 30px);
        margin: auto !important;
	}
	
	#page-hero {
    	height: 100%;
    	aspect-ratio: 16 / 9;
	}
	
	.grid-row .vc_col-sm-3 {
    	width: 100% !important;
		margin: 0 0 30px !important;
	}
	
	.owl-nav {
		display: none;
	}

    .destinations-dropdowns, .destinations-results, .inspiration-results {
		grid-template-columns: 1fr;
	}
	
	.destinations-filters label {
		margin-bottom: 10px !important;
	}
	
	.destination-item h2 {
	    font-size: 16px;
	    line-height: 26px;
	    margin: 5px 0 0 !important;
	}
	
	.state-hero, .destination-hero, .inspiration-hero {
		display: flex;
		flex-direction: column;
	}
	
	.state-hero .left-col, .destination-hero .left-col, .inspiration-hero .left-col {
    	width: 100%;
    	height: 100%;
		border-radius: 7px;
		padding: 0 !important;
    	aspect-ratio: 16 / 9;
		order: 2;
	}
	
	.state-hero .right-col, .destination-hero .right-col, .inspiration-hero .right-col {
    	width: 100%;
    	height: auto;
		background-color: transparent !important;
    	border-radius: 7px;
    	padding: 0 !important;
		order: 1;
	}
	
	.state-hero h1, .destination-hero h1, .inspiration-hero h1 {
    	margin-bottom: 20px !important;
	}
	
	.destination-meta {
		display: none;
	}
	
	.goodfor-name a {
		border: 1px solid;
		border-radius: 7px;
	}

	.single .destination-content img.alignleft, .single .destination-content img.alignright {
		width: 100%;
	}
	
	.media-wrapper {
		gap: 30px;
	}

	.video-wrapper,
	.map-wrapper {
		max-width: 100%;
	}
	
	.vc_toggle_title {
    	padding: 15px 65px 15px 20px !important;
	}
	
	.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
		margin-top: inherit !important;
    	top: 44% !important;
	}
	
	#contact .right-col {
		padding: 40px 0 0!important;
	}

}