/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: Redbak
Theme URI: https://impreza.us-themes.com/
Author URI: https://redbak.com/
*/

/*********************************************
 *********************************************

 * *  1. Global Styling  * *
 * *  2. Navigation  * *
 * *  3. Sections  * *

 *********************************************
 *********************************************/

/* body.logged-in:after {
    content: "";
    width: 1px;
    background-color: black;
    height: 100%;
    display: block;
    position: absolute;
    justify-self: anchor-center;
} */
/*********************************************
 * *  1. Global Styling  * *
 *********************************************/

/* .sidebar-ad {
	max-width: 400px;
} */

.us_add_to_favs .far {
	font-weight: 300;
}
.image-only-carousel {
	position-area: center;
}

/* Forms */
.footer-signup > div:first-of-type {
    max-width: 500px !important;
    margin: auto !important;
}
.signup-email input, .signup-button {
	text-align: center;
}
.signup-gdpr label {
	font-size: 13px !important;
}
.signup-gdpr [data-row-checkbox] {
	display: flex;
	align-items: center;
}
.signup-gdpr input[type=checkbox] {
    position: relative !important;
}

.wsf-form h1,
.wsf-form h2 {
	font-family: var(--h2-font-family, inherit) !important;
    font-weight: var(--h2-font-weight, inherit) !important;
    font-size: var(--h2-font-size, inherit) !important;
	color: var(--color-content-heading) !important;
    font-style: var(--h2-font-style, inherit) !important;
    line-height: var(--h2-line-height, 1.4) !important;
    letter-spacing: var(--h2-letter-spacing, inherit) !important;
    text-transform: var(--h2-text-transform, inherit) !important;
    margin-bottom: var(--h2-margin-bottom, 1.5rem) !important;
}
/* Comments */
.reviews-section .w-comments-title, .w-post-elm.post_comments .w-comments-title {
	display: none;
}
@media (max-width: 1024px) {
	.reviews-inner-row {
		grid-template-columns: 1fr 1fr !important;
	}
}
@media (max-width: 768px) {
	.reviews-inner-row {
		grid-template-columns: 100% !important;
	}
	.reviews-star-breakdown .vc_column-inner {
    gap: 0.5rem;
	}
}
.comment-rating {
	color: var(--color-scuba-gold);
	font-size: 2rem;
    display: contents;
	font-weight: 300;
}

.w-comments > div:nth-last-child(2) {
    display: none;
}
.leave-review-heading h3 {
	color: var(--color-scuba-dark-blue) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 0.5rem;
}

.review-summary {
	display: flex;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	height: 100%;
    padding: 2rem;
    background: var(--color-scuba-dark-blue);
    color: var(--color-scuba-white);
	font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.review-summary .star-rating {
	color: var(--color-scuba-gold);
}
.reviews-star-breakdown .vc_column-inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.reviews-star-breakdown .w-progbar {
	padding: 0;
}
.reviews-star-breakdown .w-progbar .w-progbar-title {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--color-scuba-black);
}
.reviews-star-breakdown .w-progbar .w-progbar-bar {
    background: rgba(0, 0, 0, .1);
}
/*recaptcha start*/
.grecaptcha-badge {
    box-shadow: grey 0px 0px 0px !important;
}
.grecaptcha-badge {
visibility: hidden;
}
.recaptcha-text {
    font-size: 12px !important;
}
.recaptcha-text a {
     text-decoration: underline;
     color: var(--color-content-primary) !important;
}
/*recaptcha end*/

/*404*/
.page-not-found-wrapper {
	justify-self: center;
}
/* .parallax {
  perspective: 100px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -1500px;
} */
.parallax {
    perspective: 100px;
    height: 100vh;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.parallax__layer{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 1s ease;
}
.parallax__layer img{
    display: block;
    position: absolute;
    bottom: 0;
}
/*********************************************
 * *  2. Navigation  * *
 *********************************************/
.l-subheader-cell.at_center {
    max-width: fit-content;
}
.nav-menu .w-nav-title,
.extra-nav-menu .w-nav-title {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav-menu .w-nav-list .menu-item:nth-child(n+5) {
	display: none;
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.w-nav.type_desktop .w-nav-anchor.level_1 {
		padding-left: 0.4rem !important;
		padding-right: 0.4rem !important;
	}
	.nav-menu .w-nav-title, .extra-nav-menu .w-nav-title {
    font-size: 12px;
	}
	.l-subheader.at_middle .l-subheader-cell.at_left, .l-subheader.at_middle .l-subheader-cell.at_right {
        flex-basis: auto !important;
    }
}
@media (max-width: 1024px) {
	.nav-menu .w-nav-list .menu-item:nth-child(n+5) {
		display: block;
	}
	.nav-menu .w-nav-title {
		font-size: 20px;
	}
	.nav-menu .w-nav-list {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.nav-menu .w-nav-list.level_1 .menu-item {
		border-bottom: 1px solid;
	}
	.nav-menu .w-nav-list.level_1 .menu-item:first-child {
		border-top: 1px solid;
	}
	.nav-menu .w-nav-anchor.level_1 {
		padding-top: 1rem !important;
        padding-bottom: 1rem !important;
	}
}
@media (max-width: 900px) {
	.nav-menu .w-nav-title {
		font-size: 18px;
	}
}
@media (max-width: 600px) {
	.nav-menu .w-nav-title {
		font-size: 16px;
	}
}
/******** Mega menus ********/
.mega-menu-row .w-nav-list.level_2 {
	width: 100vw;
	position: fixed !important;
	top: var(--header-height);
	transition-property: top, transform !important;
	transition-duration: .3s !important;
	transition-timing-function: cubic-bezier(.78,.13,.15,.86) !important;
}
.l-header.sticky .mega-menu-row .w-nav-list.level_2 {
	top: var(--header-sticky-height);
}
.mega-menu-row .w-nav-list.level_2 .menu-item {
	overflow: visible;
}
@media (max-width: 1024px) {
	.mega-menu-row .w-nav-list.level_2 {
		position: relative !important;
        width: 100%;
		top: 0;
	}
	.l-header.sticky .mega-menu-row .w-nav-list.level_2 {
		top: 0;
	}
	.map-row .g-cols.cols_custom {
		grid-template-columns: 100%;
	}
	.nav-menu .map-row .g-cols.cols_custom > div:first-child {
		display: none;
	}
}
/* destinations-mega-menu */
.destinations-mega-menu .w-tabs-section-content-h {
	max-width: 100vw;
}
.destinations-mega-menu .w-tabs-item {
	padding: 0.5rem 2rem;
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.destinations-mega-menu .w-tabs-section-content {
    padding-top: 1.5rem;
}
/*interactive banner inmenu*/
/* .mega-menu-interactive-banner-row {
	max-width: calc(var(--site-content-width) - 14rem);
	margin: auto;
} */
.interactive-banner-inmenu {
	background: var(--color-scuba-dark-blue);
	color:  var(--color-scuba-white);
}
.interactive-banner-inmenu .w-ibanner-content {
    padding: 1rem;
}
.interactive-banner-inmenu .w-ibanner-title {
	text-align: center;
	font-weight: 500;
	font-size: clamp(1rem, 2.5vw, 1.5rem);
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.mega-menu-interactive-banner-row {
/* 		flex-direction: column; */
		gap: 1rem;
	}
	.mega-menu-interactive-banner-row .interactive-banner-inmenu {
		margin-left: 0px;
		margin-right: 0px;
	}
}
/*********************************************
 * *  3. Sections  * *
 *********************************************/

/******** Maps/Interactive Maps ********/

.map-row {
/* 	max-width: 1400px; */
	max-width: var(--site-content-width);
}

.interactive-map-title {
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
}

div.interactive-map-key .imp-object-menu {
    height: 100% !important;
	
}
.interactive-map-key .imp-object-list-artboard-container {
    column-count: 2;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.interactive-map-key .imp-object-list-item {
	color: var(--color-header-middle-text);
}
.interactive-map-key .imp-object-list-item:hover {
	color: var(--color-scuba-light-blue);
	background: #F3F3F3;
}
/* .interactive-map-key .imp-object-list-item {
	overflow: visible;
} */
.interactive-map-key .imp-object-list-item p {
	overflow: visible;
	white-space: normal;
	font-size: 13px;
	line-height: 1;
    display: flex;
}
.interactive-map-key .imp-object-list-item p span {
	min-width: 1.333333em;
}
@media (max-width: 1024px) { 
	.map-row .g-cols.cols_custom > div:first-child {
		padding-left: 1.5rem;
        padding-right: 1.5rem;
	}
	.imp-object-list-item {
		padding: 0 24px;
	}
	.interactive-map-title {
		font-size: var(--h1-font-size, inherit);
		font-weight: var(--h1-font-weight, inherit);
	}
/* 	#page-content div.interactive-map-key .imp-object-menu {
    height: 0px !important;
    margin-bottom: 160px;
	}
	#page-content div.interactive-map-key .imp-object-menu .imp-object-list {
		overflow: visible;
	} */
}

/*********************************************
 * *  3. Adverts  * *
 *********************************************/
.banner-wrapper {
	transition-property: background-size;
	transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
	background-size: 110% !important;
}

.banner-wrapper:hover {
	background-size: 115% !important;
}

.banner-inner-wrapper {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem;
    text-align: center;
    background-color: rgb(0 0 0 / 30%);
}
.banner-inner-wrapper:not(:has(.w-post-elm)) {
	background-color: rgb(0 0 0 / 0%);
}
.banner-small-text {
	font-size: clamp(8px, 2vw, 14px);
    text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: 500;
	color: var(--color-scuba-gold);
}
.banner-large-text {
	font-size: clamp(10px, 3vw, 40px);
    text-transform: uppercase;
    letter-spacing: 3px;
	font-weight: 500;
	line-height: 1;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
	color: var(--color-scuba-white);
}
@media (max-width: 1024px) {
	.banner-inner-wrapper {
		gap: 1rem;
	}
	.banner-large-text {
		max-width: 80%;
	}
}
@media (max-width: 768px) {
	.banner-inner-wrapper {
		gap: 0.2rem;
	}
}
.banner-button-wrapper {
    width: max-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.2em;
}
.banner-button-wrapper .banner-button {
	padding: 0.8em 1.2em;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: 500;
	border: 1px solid;
	text-decoration: none;
}
.banner-button {
	z-index: 11;
	font-size: 0.8rem !important;
}
@media (max-width: 1024px) {
	.banner-button {
		display: none;
	}
}
.banner-wrapper .w-grid-item-h {
	background-size: 100% !important;
	transition-property: background-size;
	transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}
.banner-wrapper:hover .w-grid-item-h {
	background-size: 105% !important;
}

.banner-wrapper .owl-dots {
    position: absolute;
    bottom: 1rem;
    width: 100% !important;
}
.homepage-carousel .owl-dots {
	width: auto !important;
	justify-self: center;
}
@media (max-width: 600px) {
	.homepage-carousel .banner-small-text {
		font-size: 14px;
	}
	.homepage-carousel .banner-large-text {
		font-size: 18px;
	}
}
@media (max-width: 320px) {
	.homepage-carousel .banner-small-text {
		font-size: 12px;
	}
	.homepage-carousel .banner-large-text {
		font-size: 14px;
	}
}
.banner-wrapper .dotstyle_circle .owl-dot span {
    display: block;
    border-radius: 0%;
    background: transparent;
	box-shadow: 0 0 0 1px var(--color-scuba-white);
    width: 8px;
    height: 8px;
    margin: 6px;
    opacity: .33;
}
.banner-wrapper .dotstyle_circle .owl-dot.active span {
    background: var(--color-scuba-white) !important;
    box-shadow: 0 0 0 1.5px var(--color-scuba-white);
    opacity: 1;
}
/* @media (max-width: 1024px) {
	.nav-menu .banner-wrapper {
		--item-ratio: 1 / 3 !important;
	}
	.nav-menu .banner-wrapper .w-grid-item-h {
		background-size: cover !important;
	}
} */
 /* New nav-menu mega ads with options */
article.menu-advert .w-grid-item-h {
    overflow: hidden;
}
.nav-menu .banner-wrapper.default,
.nav-menu .banner-wrapper.text-removed,
.nav-menu .banner-wrapper.text-removed-added-mobile-image {
	transition-property: transform;
	transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
	transform: scale(1);
}
.nav-menu .banner-wrapper.default:hover,
.nav-menu .banner-wrapper.text-removed:hover,
.nav-menu .banner-wrapper.text-removed-added-mobile-image:hover {
	transform: scale(1.04);
}
/*********************************************
 * *  Content layout templates  * *
 *********************************************/
/* Editors Choice */
.editors-choice-wrapper, .competitions-main-wrapper {
	width: 100%;
}
.editors-choice-wrapper > .w-vwrapper {
	top: auto;
	padding: 20% 1rem 1rem 1rem;
	margin-bottom: 0;
}
.competitions-main-wrapper > .w-vwrapper {
	top: auto;
	padding: 20% 2rem 2rem 2rem;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.competitions-main-wrapper > .w-vwrapper {
		padding: 20% 1rem 1rem 1rem;
	}
}
.editors-choice-wrapper > .w-vwrapper:before, .competitions-main-wrapper > .w-vwrapper:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent 0%, rgba(30, 30, 30, 0.8) 100%) repeat-x rgba(30, 30, 30, 0);
    transition-property: opacity;
    transition-duration: 0.3s;
	z-index: -1;
}
.editors-choice-wrapper .post_title, .competitions-main-wrapper .post_title {
	font-size: 1.5rem;
	font-weight: 500;
}

/**Top posts last 6 months wrapper **/
.top-posts-wrapper {
	display: flex;
    gap: 1rem;
    color: var(--color-scuba-white);
}
.top-posts-wrapper .usg_vwrapper_1 {
	aspect-ratio: 3 / 4;
}
.top-posts-wrapper .usg_vwrapper_2 {
	z-index: 1;
}
.top-posts-wrapper h3 {
	color: inherit;
}
@media (max-width: 900px) {
	.top-posts-wrapper .post_title {
		font-size: 1.2rem;
	}
}
@media (max-width: 766px) {
	.top-posts-wrapper {
		flex-direction: column;
	}
	.top-posts-wrapper .usg_vwrapper_1 {
		aspect-ratio: 4 / 3;
	}
	.top-posts-wrapper .post_title {
		font-size: 1.5rem;
	}
}
@media (max-width: 375px) {
	.top-posts-wrapper .post_title {
		font-size: 1.2rem;
	}
}
@media (max-width: 300px) {
	.top-posts-wrapper .post_title {
		font-size: 1rem;
	}
}
/** General Post layout Options **/
.article-post-list .w-grid-list {
	gap: calc(1rem - 6px) !important;
}

/** One Post One Ad Layout **/
.one-post-one-ad-wrapper {
    display: flex;
	gap: 3rem;
}
.one-post-one-ad-outer-content-wrapper {
	flex: 3;
}
.one-post-one-ad-image-wrapper {
	flex: 1;
	align-items: flex-start;
	min-width: 240px;
	width: 100%;
}
.one-post-one-ad-image-wrapper .w-post-elm img {
    transform: scale(1);
	transition-property: transform;
	transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
/* 	object-fit: fill; */
}
.one-post-one-ad-image-wrapper .w-post-elm img:hover {
    transform: scale(1.05);
}
.one-post-one-ad-content-wrapper {
	flex: 2;
	gap: 0.2rem;
}
.one-post-one-ad-advert-wrapper {
	flex: 1;
	align-items: flex-end;
	min-width: 240px;
}
/* .one-post-one-ad-content-wrapper .post_image {
	min-width: 400px;
} */
.cat-date-wrapper {
	color: var(--color-scuba-light-blue);
	font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cat-date-wrapper .post_date .w-post-elm-before {
	padding: 0 0.25rem 0 0.5rem;
}
.one-post-one-ad-content-wrapper .cat-date-wrapper,
.one-post-one-ad-content-wrapper .post_title,
.one-post-one-ad-content-wrapper .post_content,
.single-post-small-content-wrapper .cat-date-wrapper,
.single-post-small-content-wrapper .post_title,
.single-post-small-content-wrapper .post_content {
	margin-left: 1.5rem;
    width: 90%;
}
.one-post-one-ad-content-wrapper h3 {
	font-size: 1.5rem;
	font-weight: 500;
}

@media (max-width: 1024px) {
/* 	.cat-date-wrapper {
		font-size: 0.8rem;
	} */
	.one-post-one-ad-content-wrapper h3 {
		font-size: 1.2rem;
	}
	.one-post-one-ad-content-wrapper .post_content {
		
	}
}
@media (max-width: 900px) {
	.one-post-one-ad-wrapper {
		gap: 1.5rem;
	}
	.one-post-one-ad-content-wrapper .cat-date-wrapper {
		flex-direction: column;
	}
	.one-post-one-ad-content-wrapper .cat-date-wrapper .w-post-elm-before {
		display: none;
	}
	.one-post-one-ad-content-wrapper .post_content {
		display: none;
	}
	.one-post-one-ad-content-wrapper h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	.one-post-one-ad-content-wrapper h3 {
		font-size: 1.2rem;
	}
}
@media (max-width: 767px) {
	.one-post-one-ad-wrapper {
		flex-direction: column;
	}
	.one-post-one-ad-outer-content-wrapper {
		flex-direction: column;
		gap: 1rem;
		width: 100%;
	}
	.one-post-one-ad-content-wrapper .cat-date-wrapper {
		flex-direction: row;
	}
	.one-post-one-ad-content-wrapper .cat-date-wrapper .w-post-elm-before {
		display: inline;
	}
	.one-post-one-ad-content-wrapper .post_content {
		display: block;
	}
	.one-post-one-ad-content-wrapper .cat-date-wrapper,
	.one-post-one-ad-content-wrapper .post_title,
	.one-post-one-ad-content-wrapper .post_content,
	.single-post-small-content-wrapper .cat-date-wrapper,
	.single-post-small-content-wrapper .post_title,
	.single-post-small-content-wrapper .post_content {
		margin-left: 0rem;
		width: 100%;
	}
}
/** Single Post Small Layout **/
.two-post-one-ad-wrapper {
	gap: 3rem;
}
.two-post-one-ad-wrapper > div:first-child {
	flex: 3;
}
.two-post-one-ad-wrapper > div:last-child {
	flex: 1;
	min-width: 240px;
}

.two-post-one-ad-wrapper > div:first-child .w-grid-list article:nth-of-type(2n) {
	margin-bottom: 0.5rem;
}
.two-post-one-ad-wrapper > div:first-child .w-grid-list article:nth-of-type(2n+1) .single-post-small-wrapper img,
.two-post-one-ad-wrapper > div:first-child .w-grid-list article:nth-of-type(2n+1) .single-post-small-wrapper .post_content {
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
	padding-bottom: 0.25rem;
}
.two-post-one-ad-wrapper > div:first-child .w-grid-list article:nth-of-type(2n+2) .single-post-small-wrapper img,
.two-post-one-ad-wrapper > div:first-child .w-grid-list article:nth-of-type(2n+2) .single-post-small-wrapper .cat-date-wrapper {
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
	padding-top: 0.25rem;
}

.single-post-small-wrapper {
	display: flex;
/*     gap: 1.5rem; */
}
.single-post-small-image-wrapper {
	flex: 1;
	align-items: flex-start;
	min-width: 120px;
	width: 100%;
}
.single-post-small-image-wrapper .w-post-elm img {
/* 	object-fit: fill; */
}
.single-post-small-content-wrapper {
	flex: 5;
}
.single-post-small-content-wrapper h3 {
	font-size: 1.1rem;
	font-weight: 500;
}

@media (max-width: 1100px) {
	.single-post-small-content-wrapper .post_content {
		display: none;
	}
}
@media (max-width: 900px) {
	.two-post-one-ad-wrapper {
		gap: 1.5rem;
	}
	.single-post-small-content-wrapper h3 {
		font-size: 1rem;
	}
}
@media (max-width: 767px) {
	.two-post-one-ad-wrapper > div:first-child,
	.two-post-one-ad-wrapper > div:last-child {
		width: 100%;
	}
	.two-post-one-ad-wrapper .w-grid-list {
        gap: 1rem !important;
    }
	.two-post-one-ad-wrapper {
		flex-direction: column;
		gap: 0.5rem;
	}
	.single-post-small-wrapper {
		flex-direction: column;
		gap: 0.5rem;
	}
	.single-post-small-content-wrapper .post_content {
		display: block;
	}
}
/* Remaining Posts Grid */
.remaining-post-grid-cats a:not(:first-child) {
    display: none;
}

/*interactive banner inpage*/
.interactive-banner-inpage {
	background: var(--color-scuba-dark-blue);
	color:  var(--color-scuba-white);
}
.interactive-banner-inpage .w-ibanner-content {
    padding: 1rem;
}
.interactive-banner-inpage .w-ibanner-title {
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Post Page Layout */

.post-content-row .post-author-meta {
	display: flex;
	gap: 0.2em;
}
.post-content-row .post-author-meta:before {
	content: "By";
}
.post-content-row .post_content * {
    max-width: 100%;
}
.post-content-row .post_content .w-gallery-no-results {
	display: none;
}
.mvp_video_embed iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.post-content-row .post_content img.size-full.aligncenter {
	width: 100%;
}
/*********************************************
 * *  Posts Category Template  * *
 *********************************************/

.post-category-latest-carousel-row {
	overflow: hidden;
}
.post-category-latest-carousel .owl-stage-outer {
	overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.comp-coming-soon {
    background: var(--color-scuba-dark-blue);
    color: var(--color-scuba-white);
    padding: 3rem;
    margin-bottom: 2rem !important;
    font-size: 1.5rem;
    line-height: 1.4;
}
@media (max-width: 768px) {
	.comp-coming-soon {
		font-size: 1.2rem;
	}
}
/*********************************************
 * *  Country Page Template & Dive Centres Page Template * *
 *********************************************/
.country-page-template-nav, .dive-centre-template-nav {
	border-top: solid 1px #E6E4E4;
	border-bottom: solid 1px #E6E4E4;
	font-size: 13px;
}
.country-page-template-nav .l-section-h, .dive-centre-template-nav .l-section-h {
	padding-left: 0.5rem;
}
.country-page-template-nav .w-text, .dive-centre-template-nav .w-text {
/* 	margin-right: 1.5rem; */
	margin-right: 0rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.country-page-template-nav .w-text-h.active, .dive-centre-template-nav .w-text-h.active {
	color: var(--color-content-link-hover);
}
/* .country-page-template-nav, .dive-centre-template-nav {
	transition-property: padding-top, padding-bottom !important;
	transition-duration: .3s !important;
	transition-timing-function: cubic-bezier(.78,.13,.15,.86) !important;
} */

.country-page-template-nav.is_sticky, .dive-centre-template-nav.is_sticky  {
	padding-top: 1rem;
	padding-bottom: 1rem;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.country-page-template-nav .vc_column-inner, .dive-centre-template-nav .vc_column-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}


#about-the-diving div>p,
#dive-highlights div>p {
    margin-bottom: 1.5rem;
}
.what-we-offer-row .fa-check-circle {
	color: green;
}
.what-we-offer-row .fa-times-circle {
	color: red;
}
.what-we-offer-row .w-iconbox {
	margin-bottom: 0.5rem;
}

.dive-centre-liveaboard-grid .w-grid-item-h {
	display: flex;
	flex-direction: column;
}
.dive-centre-liveaboard-grid .w-vwrapper.usg_vwrapper_1 {
	flex: 1;
}

/*********************************************
 * *  Contests Styling From Old Site * *
 *********************************************/
#page-content  .contest-small-font {
    font-size: 100% !important;
}
#page-content .pcfontsize, #page-content .pcfontsize input, #page-content .pcfontsize select, #page-content .pcfontsize label {
    font-size: 14px !important;
}
#page-content .modern-p-form .p-bordered {
    border: 0;
    padding: 0;
}
#page-content .modern-p-form .p-bordered .p-subtitle .p-title-side, #page-content .modern-p-form .p-bordered .p-title .p-title-line {
    margin-left: 0;
    margin-right: 0;
    background: #ff5722;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px 13px;
    text-transform: uppercase;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);	
}
#page-content .modern-p-form .p-subtitle {
    font-size: 19px;
    line-height: 24px;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}
#page-content .contest-message-box {
    background: #d8eafc;
    color: #1e87f0;
	border: 0 !important;
	padding: 20px !important;
	text-align: center;
}
.modern-p-form .form-control {
    height: 34px !important;
    padding: 5px 12px;
    line-height: 20px;
}
.modern-p-form textarea.form-control {
    height: 106px !important;
    min-height: 46px;
}
.modern-p-form .input-group-icon, .modern-p-form .p-select-arrow {
    width: 34px;
    height: 34px;
}
.modern-p-form .input-group-btn .pc-btn, .modern-p-form .input-group-addon .p-addon-bg, .modern-p-form .input-group-icon, .modern-p-form .p-select-arrow {
    line-height: 32px;
}
.modern-p-form .input-group-icon, .modern-p-form .p-select-arrow, .modern-p-form .input-group-addon, .modern-p-form .input-group-btn {
    font-size: 14px;
}
.modern-p-form .input-group-addon .p-addon-bg, .modern-p-form .input-group-btn {
    min-width: 34px;
}
.modern-p-form .input-group-btn .pc-btn {
    line-height: 34px;
}
.modern-p-form .pc-btn {
    font-size: 1rem;
    line-height: 34px;
}
.modern-p-form .pt-form-panel, .modern-p-form .pt-form-cross-panel {
    padding: 20px;
}
.modern-p-form .gdprtext {
    font-size: 90%;
}
.p-form-modern-slateGray .pc-btn, .modern-p-form .pc-btn {
    background-color: #ff5722;
}
.p-form-modern-slateGray .pc-btn.p-active-btn, .p-form-modern-slateGray .pc-btn:hover, .p-form-modern-slateGray .pc-btn:focus {
    background-color: #ff7114 !important;
}
.pc-btn:focus, .pc-btn:active:focus, .pc-btn.active:focus, .pc-btn.focus, .pc-btn:active.focus, .pc-btn.active.focus {
    outline: 0 !important;
}
.prewphoto {
    padding: 0;
}
.prewphoto img {
    margin: 25px auto 0 auto;
}

#page-content .video_contest-rules h1, #page-content .video_contest-rules h2, #page-content .pc-profile-box h1, #page-content .pc-profile-box h2,
#page-content .contest-rules h1, #page-content .contest-rules h2 {
    background-color: transparent;
    display: block;
    vertical-align: inherit;
    font-size: 1.8rem !important;
    line-height: inherit !important;
    color: inherit !important;
    font-family: inherit;
    font-weight: inherit !important;
    padding: 0;
}
#page-content .pcmenu.light-blue a {
    text-shadow: 0 1px 1px #252525 !important;
}
.contest-countdown .dateexpired {
	margin-top: 0 !important;
	font-size: .875rem !important;
}
.contest-countdown .dateexpired span {
	font-weight: 400;
}
.contest-countdown .uk-countdown-number {
	font-size: 2rem;
}	
.contest-countdown .uk-countdown-label {
    font-size: 14px;
	margin-top: 5px!important;	
}
.contest-countdown .uk-countdown-separator {
	font-size: 1rem;	
}
.countdown .uk-grid-column-small, .contest-countdown .uk-grid-small {
    margin-left: -10px;
}
.countdown .uk-grid-column-small>*, .contest-countdown .uk-grid-small>* {
    padding-left: 10px;
}
@media only screen and (min-width: 640px) {
	.contest-countdown .uk-countdown-number {
		font-size: 3rem;
	}
	.contest-countdown .uk-countdown-separator {
		font-size: 2rem;	
	}		
}

/*********************************************
 * *  Responsive Styling  * *
 *********************************************/

@media (max-width: 1200px) {
     {
    }
}

@media (max-width: 1024px) {
     {
    }
}

@media (max-width: 900px) {
     {
    }
}

@media (max-width: 768px) {
     {
    }
}

@media (max-width: 600px) {
     {
    }
}

@media (max-width: 480px) {
     {
    }
}

@media (max-width: 320px) {
     {
    }
}

.l-header .mega-menu-dropdown-inner-row .vc_column-inner {
    display: grid;
    height: calc(100vh - var(--header-height));
    transition-property: height;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.78,.13,.15,.86);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 12px;
}
.l-header.sticky .mega-menu-dropdown-inner-row .vc_column-inner {
    display: grid;
    height: calc(100vh - var(--header-sticky-height));
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 12px;
}
.mega-menu-dropdown-inner-row .vc_column-inner .interactive-banner-inmenu:nth-of-type(2n+1) {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
}
.mega-menu-dropdown-inner-row .vc_column-inner .interactive-banner-inmenu:nth-of-type(2n+2) {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
}
.mega-menu-dropdown-inner-row .vc_column-inner .mega-menu-dropdown-inner-banner {
    grid-column: 1 / -1;
    grid-row: 2;
}

@media (max-width: 1024px) {
    .mega-menu-dropdown-inner-row {
        min-height: auto !important;
    }
    .l-header .mega-menu-dropdown-inner-row .vc_column-inner,
    .l-header.sticky .mega-menu-dropdown-inner-row .vc_column-inner {
        /* still two columns, but change row sizing */
        height: auto;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto minmax(0, 1fr); /* top fits content (capped), bottom fills rest */
    }

    /* cap the two top items; allow scrolling if content overflows */
    .mega-menu-dropdown-inner-row .vc_column-inner .interactive-banner-inmenu {
        max-height: 320px;
        min-height: 0;
    }

    /* keep the banner full-width on row 2 */
    .mega-menu-dropdown-inner-row .vc_column-inner .mega-menu-dropdown-inner-banner {
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 0;
    }
}


/* Destination */
@media (min-width: 1024px) {
	.destinations-mega-menu .w-tabs-section-content-h {
		max-width: 100vw;
		display: grid;
		height: calc(100vh - var(--header-height) - 42px - 12px);
		transition-property: height;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.78,.13,.15,.86);
		grid-template-columns: 1fr;
		grid-template-rows: minmax(0, 1fr) auto; /* top row can shrink */
		gap: 12px;
		margin-top: 12px;
	}
/* 	.destinations-mega-menu .w-tabs-section-content-h .mega-menu-destinations-dropdown-inner-banner {
		grid-column: 1 / -1;
		grid-row: 2;
	} */
}
@media (min-width: 1024px) and (max-width: 1536px) and (max-height: 730px) and (aspect-ratio > 1280/700) {
	.imp-container {
    transform: scale(0.8);
    transform-origin: top left;

	}
}
