/*-- Base Styling --*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
	line-height: normal;
	letter-spacing: .5px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	overflow-x: clip!important;
  background: #0f1e26;
}
a, a:hover {
 	text-decoration: none;
	color: unset;
 	cursor: pointer;
}
a:visited {
	color: unset;
}
button, select, a, div {
 	outline: none!important;
}
p, address {
	color: #fff;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 37px;
}
h1 {
	font-size: 56px;
	font-family: 'Lora', sans-serif;
	font-weight: 500;
	line-height: 58px;
}
h2 {
	font-size: 50px;
	font-family: 'Mystery Quest', sans-serif;
	font-weight: 400;
	line-height: normal;
}
h3 {
	font-size: 20px;
	font-family: 'Open sans', sans-serif;
	font-weight: 500;
	line-height: normal;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.d-flex {
	display: flex;
}
.loader {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.grecaptcha-badge {
  right: -999999999999px!important;
}
/*-- CookieYes --*/
.cky-notice-des * {
  line-height: 24px;
}
@media (min-width: 576px) {
  .cky-box-bottom-left {
    bottom: 15px!important;
    left: 15px!important;
  }
}
/*-- Header --*/
#masthead {
  background: rgb(35,70,90);
  background: linear-gradient(79deg, rgba(35,70,90,1) 0%, rgba(35,70,90,1) 49%, rgba(66,105,120,1) 75%);
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	z-index: 99991;
	position: relative;
}
#masthead .pattern-wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  pointer-events: none;
}
#masthead .pattern-wrap .pattern {
  width: 940px;
  height: auto;
  opacity: .02;
}
#masthead .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 124px;
}

/*-- Site Logo --*/
.site-branding {
  background: #0f1e26;
  padding: 36px 32px 20px 32px;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  position: relative;
}
.site-branding .custom-logo {
	display: block;
	width: 83px;
	height: auto;
	margin: 0;
	padding: 0;
}

/*-- Site Navigation --*/
.menu-mobile-menu-container {
  display: none;
}
.main-navigation {
  display: block;
  width: auto;
}
ul#primary-menu, 
ul#menu-footer-menu, 
ul#menu-legal-menu, 
ul#social-links, 
ul#menu-breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#primary-menu li {
  margin: 0;
  padding: 0;
}
ul#primary-menu li:last-child, 
ul#menu-breadcrumb li:last-child {
	margin-right: 0!important;
}
ul#primary-menu li a {
  color: #ccc;
  font-size: 16px;
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 10px 15px 11px 15px;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
ul#primary-menu > li.current_page_item a, 
ul#primary-menu > li.current_page_item a:hover {
  background: rgba(190,245,240,.5);
  color: #bef5f0;
  border-radius: 35px;
  -webkit-border-radius: 35px;
}
ul#primary-menu li a:hover, 
ul#primary-menu li a:focus {
	color: #fff;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}

#masthead .menu-item-has-children:after {
	content: "";
	background: url(/wp-content/themes/ttng-theme/img/arrow-down.svg) no-repeat center center;
	background-size: 8px 9px;
  width: 8px;
  height: 9px;
  border: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 11px;
  top: 15px;
}
#masthead ul#primary-menu li.menu-item-has-children > a {
  padding-right: 28px;
}
#masthead .current_page_item.menu-item-has-children:after {
	background-image: url(/wp-content/themes/ttng-theme/img/arrow-down2.svg);
}
#masthead ul#primary-menu li#menu-item-1065 > a {
  cursor: default;
}

/*Submenu*/
#masthead ul#primary-menu li.current_page_item .sub-menu {
  background: #0f1e26;
}
#masthead ul#primary-menu li.current_page_item .sub-menu a {
	background: #0f1e26;
	color: #bef5f0;
  border-radius: 0;
}
#masthead ul#primary-menu .sub-menu  {
  flex-direction: column;
  background: #0f1e26;
  width: calc(100% + 70%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
  border: 1px solid #fff;
}
#masthead ul#primary-menu .sub-menu a {
  color: #ccc;
  font-size: 14px;
  width: 100%;
}
#masthead ul#primary-menu .sub-menu a:hover, #masthead ul#primary-menu li.current_page_item .sub-menu a:hover {
  background: rgba(255,255,255,.1);
  color: #bef5f0;
}
#masthead ul#primary-menu .sub-menu li.current_page_item a {
  background: #bef5f0;
  color: #0f1e26;
  padding-left: 35px;
}
#masthead ul#primary-menu .sub-menu li.current_page_item a:before {
  content: "";
  background: url(/wp-content/themes/ttng-theme/img/arrow-2-dark-blue.svg) no-repeat;
  width: 12px;
  height: 10px;
  display: block;
  position: absolute;
  left: 16px;
  top: 14px;
}
#masthead ul#primary-menu li.menu-item-has-children:nth-child(3) .sub-menu {
  width: calc(100% + 10%)!important;
}

/*-- Global Button --*/
.btn, 
.blog .pagination .next.page-numbers,  
.blog .pagination .prev.page-numbers, 
.post-type-archive-e-brochure .pagination .next.page-numbers, 
.post-type-archive-e-brochure .pagination .prev.page-numbers {
  display: inline-block;
  background: rgba(190,245,240,.25);
  color: #fff;
	font-size: 16px;
	font-family: 'Lora', sans-serif;
	font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 12px 30px;
  border: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	cursor: pointer;
}
.btn:hover, 
.blog .pagination .next:hover, 
.blog .pagination .prev:hover {
  background: rgba(190,245,240,.5);
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.reduce-padding {
  padding: 12px 25px;
}
.light-blue {}
.green {color: #bef5f0;}

/*-- Global Buttons that are not in header --*/
.btn-black {
  background: url(/wp-content/themes/ttng-theme/img/btn-arrow.svg) no-repeat 86% center rgba(190,245,240,.25);
  background-size: 13px 13px;
  padding: 12px 40px 12px 30px!important;
}
.btn-black:hover {
  background: url(/wp-content/themes/ttng-theme/img/btn-arrow.svg) no-repeat 87% center rgba(190,245,240,.5);
  background-size: 13px 13px;
  padding: 12px 40px 12px 30px!important;
}
.btn-blue {
  background: url(/wp-content/themes/ttng-theme/img/btn-arrow.svg) no-repeat 86% center rgba(25,49,64,1);
  background-size: 13px 13px;
  padding: 12px 40px 12px 30px!important;
}
.btn-blue:hover {
  background: url(/wp-content/themes/ttng-theme/img/btn-arrow.svg) no-repeat 87% center rgba(25,49,64,.85);
  background-size: 13px 13px;
  padding: 12px 40px 12px 30px!important;
}

/*-- Global Button with Arrow Wrap --*/
.btn-arrow-wrap {
	display: flex;
}
.btn-arrow-wrap a {
	font-family: 'Open sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	cursor: pointer;
}
.btn-arrow-wrap .arrow2 {
	width: 15px;
	height: auto;
	margin: 0 0 0 6px;
	padding: 0;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.btn-arrow-wrap:hover .arrow2 {
	-moz-transform: translateX(2px);
	-webkit-transform: translateX(2px);
	-o-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}

/*-- Hero Section --*/
/* Slick Slider Main Styles */
.slider-wrap {
  position: relative;
  overflow: hidden;
}
.overlay {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  right: 0;
  z-index: 999;
  pointer-events: none;
}
#hero-slider, #hero-slider .slick-list, #hero-slider .slick-track {
  height: 524px;
}
.slick-slide {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slide div {
    height: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.dots-prev-next-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* slick arrows */
.slick-prev {
  background: url(/wp-content/themes/ttng-theme/img/prev-arrow.svg) no-repeat center center rgba(255,255,255,.7);
  background-size: 14px 14px;
  width: 38px;
  height: 35px;
  border: 0;
  border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  padding: 0;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  margin: 0 2px 0 0;
}
.slick-prev:before {
  content: "";
}
.slick-next {
  background: url(/wp-content/themes/ttng-theme/img/next-arrow.svg) no-repeat center center rgba(255,255,255,.9);
  background-size: 14px 14px;
  width: 38px;
  height: 35px;
  border: 0;
  border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  padding: 0;
  font-size: 0;
  color: #fff;
  cursor: pointer;
}
.slick-next:before {
  content: "";
}

/* Slick dots */
.dots {
  width: auto;
  margin: 15px 20px 15px 287px;
}
.slick-dots {
	display: flex!important;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
  width: 86px;
  cursor: pointer;
}
.slick-dots button {
	background-color: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background-color: #fff;
}
.slick-dots li {
	background-color: rgba(255,255,255,.5);
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
/* END Slick Slider Main Styles */

picture {
	height: 100%;
}
.slick-slide .container {
  padding-top: 0;
  padding-bottom: 0;
}
.overlay .container {
	height: 100%;
	display: flex;
	align-items: center;
}
.overlay .slider-caption {
	height: 100%;
	color: #fff;
	width: auto;
	margin: 0;
  padding: 0;
	-webkit-filter: drop-shadow(8px 8px 10px rgba(0,0,0,.3)) drop-shadow(8px 8px 10px rgba(0,0,0,.3));
  filter: drop-shadow(8px 8px 10px rgba(0,0,0,.3)) drop-shadow(8px 8px 10px rgba(0,0,0,.3));
  pointer-events: all;
}
.overlay h1 {
	color: #fff;
	margin: -34px 0 10px 285px;
	padding: 0;
	/*max-width: 432px;*/
}
.overlay .h1-text {
  display: block;
  width: 465px;
  height: auto;
  margin: 0 0 0 10px;
}
.overlay h1 span {
  position: absolute;
  right: -9999px;
}
.overlay p {
	color: #fff;
	line-height: 31px;
  font-weight: 400;
	margin: 0 0 0 287px;
	padding: 0;
	max-width: 640px;
}

/*Location Indicator*/
.overlay1 {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  pointer-events: none;
}
.overlay1 .container1 {
  height: 100%;
  display: flex;
  align-items: center;
}
.overlay1 .container1 .container-inner .location {
  background: #f2f2f2;
  width: auto;
  height: 27px!important;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 0 25px 0 8px;
  margin: 97px 0 0 0;
  display: flex;
  align-items: center;
  /*opacity: 0;
  -webkit-animation: fadein .1s linear forwards;
  animation: fadein .1s linear forwards;
  animation-delay: .5s;*/
}
/*@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}*/
.overlay1 .container1 .container-inner .location img {
  display: block;
  width: 27px;
  height: auto;
  margin: 0 0 9px 0;
  align-self: flex-end;
}
.overlay1 .container1 .container-inner .location p {
  font-size: 15px;
  margin: 0 0 0 5px;
}

/*-- Background image --*/
.home #primary, 
.page-template-about-us-template #primary, 
.page-template-holiday-extras-template #primary, 
.page-template-inspiration-template #primary, 
.page-template-contact-us-template #primary, 
.page-template-meet-the-team-template #primary, 
.page-template-careers-template #primary, 
.page-template-testimonials-template #primary {
	background: url() bottom right no-repeat;
	background-size: cover;
}
/*-- Row 1 --*/
.row1 {
	display: flex;
	margin: 0;
	padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.row1 .pattern {
  width: 940px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.row1 .left {
	width: 50%;
  position: relative;
}
.row1 .left img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.row1 .left .flower {
  width: 86px;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -30px;
  right: -40px;
  z-index: -1;
}
/*--On Scroll--*/
.toAnim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .7s ease 0s;
}
.toAnim.anim {
  opacity: 1;
  filter: alpha(opacity=100);
}

.row1 .right {
	width: 50%;
	display: flex;
  align-items: center;
  height: 450px;
}
.row1 .right > div {
  max-width: 520px;
  padding: 0 0 0 72px;
}
.row1 .right > div h2 {
	color: #bef5f0;
	margin: 0 0 5px 0;
	padding: 0;
}
.row1 .right > div p {
	margin: 0 0 20px 0;
	padding: 0;
}

/*-- Row 2 --*/
.row2 {
	background: url() no-repeat center;
	background-size: cover;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0 100px;
}
.row2 h2 {
	color: #fff;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}
.row2 p {
	color: #fff;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0;
	max-width: 900px;
}
.row2 .btn-container {
	display: flex;
	justify-content: center;
}
.row2 .btn-container .btn:first-child {
	margin-right: 20px;
	padding: 12px 0;
}
.row2 .btn-container .btn {
	width: 160px;
}
.row2 .btn-container .btn:last-child {
  background: url(/wp-content/themes/ttng-theme/img/next-arrow.svg) no-repeat 83% center #bef5f0;
  background-size: 13px 13px;
  color: #0a0a0a;
}
.row2 .btn-container .btn:last-child:hover {
  background: url(/wp-content/themes/ttng-theme/img/next-arrow.svg) no-repeat 84% center #bef5f0!important;
  background-size: 13px 13px!important;
}

/*-- Row 3 --*/
.row3 {
	display: flex;
	margin: 0;
	padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.row3 .pattern {
  width: 940px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.row3 .left {
	width: 50%;
	display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 450px;
}
.row3 .left > div {
  max-width: 510px;
  padding: 0 72px 0 0;
}
.row3 .left > div h2 {
	color: #bef5f0;
	margin: 0 0 15px 0;
	padding: 0;
}
.row3 .left > div p {
	margin: 0 0 20px 0;
	padding: 0;
}
.row3 .right {
	width: 50%;
  position: relative;
}
.row3 .right img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.row3 .right .flower {
  width: 86px;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -32px;
  left: -40px;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*-- Facebook Feed Row --*/
.fb-feed-row {
  padding: 0 0 90px 0;
}
.fb-feed-row .right {
  height: auto;
}

/*-- Latest Blog Post Row --*/
.latest-blog-post-row {
	padding: 0 0 90px 0;
  display: none;
}
.latest-blog-post-row .container {
	display: flex;
}
.latest-blog-post-row .container > h2 {
	display: none;
}
.latest-blog-post-row .left {
	position: relative;
}
.latest-blog-post-row .left .post-thumbnail {
  height: 400px;
}
.latest-blog-post-row .left .post-thumbnail img {
  width: 100vw;
}
.latest-blog-post-row .right {
  height: 400px;
}
.latest-blog-post-row .right h3 {
	color: #333;
	margin: 0 0 8px 0;
}
.latest-blog-post-row .right h2 {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*-- Row 2 CTA Row --*/
.cta-row {
  background: url() no-repeat top;
  background-size: cover;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 90px 0 100px;
}
.cta-row h2 {
  color: #fff!important;
  text-align: center;
  margin: 0 0 15px 0!important;
  padding: 0;
}
.cta-row p {
  color: #fff;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 0;
  max-width: 900px;
}
.cta-row .btn-container {
  display: flex;
  justify-content: center;
}
.cta-row .btn-container .btn:first-child {
  /*margin-right: 20px;*/
  padding: 12px 0;
}
.cta-row .btn-container .btn {
  background-image: url(/wp-content/themes/ttng-theme/img/next-arrow.svg);
  background-color: rgba(190,245,240,.8);
  color: #23465a;
  width: auto;
  padding-top: 13px!important;
  padding-bottom: 13px!important;
}
.cta-row .btn-container .btn:hover {
  background-color: rgba(190,245,240,.9);
  color: #23465a;
}

/*-- Newsletter Row --*/
.newsletter-row {
	background: url(/wp-content/uploads/2024/11/hp-cta-row-img.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0;
}
.newsletter-row h2 {
	color: #fff;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}
.newsletter-row p {
	color: #fff;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0;
	max-width: 900px;
}
.newsletter-row .newsletter-form-wrapper {
  display: flex;
  justify-content: center;
}

/*Newsletter Form*/
form#mc-embedded-subscribe-form {
  margin: 0!important;
}
div#mc_embed_signup_scroll > div {
  display: flex;
  align-items: center;
  width: 800px;
}
#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100%!important;
  padding-bottom: 0!important;
  min-height: unset!important;
  display: grid;
  margin: 0 10px 0 0;
}
.newsletter-form-wrapper input {
  background-color: rgba(255,255,255,.2)!important;
  color: #fff;
  font-size: 16px;
  font-family: 'Open sans', sans-serif;
  font-weight: 500;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 10px 0 0!important;
  text-indent: 20px!important;
  text-transform: unset;
  border: 1px solid #fff!important;
  border-radius: 100px!important;
  -webkit-border-radius: 100px!important;
  outline: none;
  box-shadow: none!important;
  text-shadow: none!important;
  appearance: none!important;
  -moz-appearance: none!important;
  /* Firefox */
  -webkit-appearance: none!important;
  /* Safari and Chrome */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input {
  /* prevent anything that tries to change this from ever getting there */
  transition:
    color calc(infinity * 1s) step-end,
    background-color calc(infinity * 1s) step-end;

  /* style the field as normal */
  background-color: transparent;
  color: CanvasText;
}
.newsletter-form-wrapper input:focus {
  color: #fff!important;
}
.newsletter-form-wrapper input:-internal-autofill-selected {
  background-color: transparent!important;
}
.newsletter-form-wrapper #mc_embed_signup .button,
.newsletter-form-wrapper input[type="button"],
.newsletter-form-wrapper input[type="reset"],
.newsletter-form-wrapper input[type="submit"] {
  background: #bef5f0!important;
  color: #101417;
  font-size: 16px;
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 35px!important;
  height: 48px;
  line-height: normal;
  position: relative;
  z-index: 999;
  margin: 0;
  text-transform: capitalize;
  border: none!important;
  border-radius: 100px!important;
  -webkit-border-radius: 100px!important;
  text-indent: 0!important;
  box-shadow: none!important;
  text-shadow: none!important;
  appearance: none!important;
  -moz-appearance: none!important;
  /* Firefox */
  -webkit-appearance: none!important;
  /* Safari and Chrome */
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
}
.newsletter-form-wrapper #mc_embed_signup .button:hover,
.newsletter-form-wrapper input[type="submit"]:hover {
  background: #101417!important;
  color: #fff;
  font-size: 16px;
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  height: 48px;
  padding: 0;
  text-transform: capitalize;
  border: none;
  line-height: normal;
  border-radius: 100px!important;
  -webkit-border-radius: 100px!important;
  text-indent: 0!important;
  box-shadow: none!important;
  text-shadow: none!important;
  appearance: none!important;
  -moz-appearance: none!important;
  /* Firefox */
  -webkit-appearance: none!important;
  /* Safari and Chrome */
  cursor: pointer;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
}
/* Placeholder Styling */
.newsletter-form-wrapper input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.newsletter-form-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.newsletter-form-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.newsletter-form-wrapper input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Open sans', sans-serif;
}
/*Error styling*/
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding: 0 4px!important;
  font-size: 10px!important;
  position: absolute!important;
  bottom: -14px!important;
  left: 11px!important;
  background-color: #eee!important;
  color: red!important;
  text-transform: uppercase!important;
  border-radius: 0!important;
  margin: 0 !important;
}
#mc_embed_signup div.mce_inline_error {
  background-color: transparent!important;
}
/*Response Styling*/
#mc_embed_signup div#mce-responses {
  float: none!important;
  width: 100%!important;
  margin: 0!important;
  padding: 0!important;
  display: flex;
  justify-content: center;
}
#mc_embed_signup div.response {
  margin: 0;
  padding: 20px 0;
}
#mc_embed_signup #mce-success-response {
  text-align: center;
  padding: 10px 30px;
  width: auto;
  color: #fff!important;
  background: #529214;
}

/*-- Footer --*/
.site-footer {
  background: url(/wp-content/uploads/2024/11/pattern2.svg) no-repeat center center #0a141a;
  background-size: 940px auto;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 65px 0 0 0;
}
.site-footer .footer-logo {
	display: block;
	width: 86px;
	height: auto;
	margin: 0;
	padding: 0;
}
.site-footer .footer-middle-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 55px 0 35px 0;
}

/*Details*/
.site-footer .phone, 
.site-footer .email, 
.site-footer .opening-hours {
	margin: 0 0 23px 0;
}
.site-footer .opening-hours span {
	color: #d3af37;	
}
.site-footer .address {
	align-items: flex-start;
  display: none;
}
.site-footer .details-icon {
	display: block;
	width: 20px;
	height: auto;
	padding: 0;
}
.site-footer .phone-icon {
	margin: 0 15px 0 0;
	padding: 0 0 0 4px;
}
.site-footer .email-icon {
	margin: 0 15px 0 0;
}
.site-footer .hours-icon {
	margin: 2px 15px 0 0;
  display: flex;
  align-self: flex-start;
}
.site-footer .address-icon {
	margin: 4px 15px 0 0;
}
.site-footer .details a, 
.site-footer .details p, 
.site-footer .details address {
	display: block;
	color: #fff;
  font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
}
.site-footer .details a:hover {
	color: rgba(255,255,255,.8);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
}
.site-footer .details address, 
.site-footer .details .opening-hours p {
  max-width: 380px;
  line-height: 27px;
}
.site-footer .details .get-directions-wrap {
	margin: 3px 0 0 35px;
  width: auto;
  display: none;
}
.site-footer .details .btn-arrow-wrap .arrow2 {
  margin-top: 2px;
}
.site-footer .details .directions-btn {
	font-size: 17px;
	color: #fff;
  font-weight: 300;
	text-transform: capitalize;
  background-color: rgba(255,255,255,.25);
  background-position: 90% center;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  padding: 6px 34px 7px 23px!important;
  margin-top: 7px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  -ms-transition: all .1s ease;
}
.site-footer .details .directions-btn:hover {
  background-color: rgba(255,255,255,.15);
  color: #fff;
  background-position: 91% center;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  -ms-transition: all .1s ease;
}

/*Links*/
.site-footer .link-container {
	display: flex;
}
.footer-menu {
  margin: 0 124px 0 0;
}
.footer-menu2 {
  margin: 0 107px 0 0;
}
.site-footer ul#primary-menu li, 
.site-footer ul#menu-footer-menu li, 
.site-footer ul#menu-legal-menu li, 
.site-footer ul#social-links li {
  margin: 19px 0;
}
.site-footer ul#menu-footer-menu li:first-child, 
.site-footer ul#menu-legal-menu li:first-child, 
.site-footer ul#social-links li:first-child {
  margin-top: 0;
}
.site-footer ul#menu-footer-menu li:last-child, 
.site-footer ul#menu-legal-menu li:last-child, 
.site-footer ul#social-links li:last-child {
  margin-bottom: 0;
}
.site-footer ul#primary-menu li.current_page_item a, 
.site-footer ul#menu-footer-menu li.current_page_item a, 
.site-footer ul#menu-legal-menu li.current_page_item a, 
.site-footer ul#primary-menu li.current_page_item a:hover, 
.site-footer ul#menu-footer-menu li.current_page_item a:hover, 
.site-footer ul#menu-legal-menu li.current_page_item a:hover {
  background: rgba(190,245,240,.5);
  padding: 5px 15px 6px 15px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  color: #bef5f0;
  margin-left: -13px;
}
.site-footer ul#primary-menu li a, 
.site-footer ul#menu-footer-menu li a, 
.site-footer ul#menu-legal-menu li a, 
.site-footer ul#social-links li a {
	color: #ccc;
	font-weight: 500;
	padding: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
}
.site-footer ul#primary-menu li a:hover, 
.site-footer ul#menu-footer-menu li a:hover, 
.site-footer ul#menu-legal-menu li a:hover, 
.site-footer ul#social-links li a:hover {
  background: none;
  color: #fff;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
}
.site-footer ul#social-links li a {
	display: flex;
	align-items: center;
}
.site-footer .social-icon {
	display: block;
	width: 16px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
}

/*Bottom Bar*/
.site-footer .footer-bottom-bar {
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 0 50px 0;
}
.site-footer .footer-bottom-bar .left p {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
}
.site-footer .footer-bottom-bar .left p:first-child {
  margin: 0 0 8px 0;
}
.site-footer .footer-bottom-bar .left p a {
	color: #fff;
  text-decoration: underline;
}
.site-footer .footer-bottom-bar .left p a:hover {
	text-decoration: unset;
  color: rgba(255,255,255,.8);
}
.site-footer .footer-bottom-bar .left p:nth-child(2) br {
  display: none;
}
.site-footer .footer-bottom-bar .right {
  align-items: flex-end;
}
.site-footer .footer-bottom-bar .right .tta-logo {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 30px 0 0;
  padding: 0;
}
.site-footer .footer-bottom-bar .right .tta-100-logo {
  display: block;
  width: 89px;
  height: auto;
  padding: 0;
}
.site-footer .disclaimer-row {
	background: #142833;
	padding: 40px 0;
}
.site-footer .disclaimer-row p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

/*----------------------- Internal Pages ------------------------*/
.hero-internal {
  background: no-repeat center;
  background-size: cover;
	width: 100%;
	height: 360px;
	margin: 0;
	padding: 0;
}
.hero-internal .container {
	height: 100%;
  display: flex;
  align-items: center;
}
.hero-internal h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	-webkit-filter: drop-shadow(8px 8px 10px rgba(0,0,0,.2));
  filter: drop-shadow(8px 8px 10px rgba(0,0,0,.2));
}

/*-- About Us Page --*/
.page-template-about-us-template .row1, 
.page-template-about-us-template .row3 {
  overflow: visible;
}
/*-- Row 2 --*/
.page-template-about-us-template .row2 {
	background: none;
	padding: 0;
}
.page-template-about-us-template .row2 p {
	color: #fff;
	margin-bottom: 0;
	max-width: 1020px;
}
.page-template-about-us-template .row2 h2 {
  font-size: 30px;
}
/*-- Row 3a --*/
.page-template-about-us-template .row3a {
  padding-bottom: 30px;
}
.page-template-about-us-template .row3a h2 {
  font-size: 30px;
}

/*-- Row 4 --*/
.page-template-about-us-template .row4 {
	padding: 0 0 90px 0;
  position: relative;
}
.page-template-about-us-template .row4 .pattern {
  width: 940px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: -1;
}
.page-template-about-us-template .row4 .left, 
.page-template-about-us-template .row4 .right {
	display: flex;
	justify-content: center;
	width: 50%;
}
.page-template-about-us-template .row4 ul.ksp-list {
	margin: 0;
	padding: 0;
	max-width: 475px;
	list-style: none;
}
.page-template-about-us-template .row4 ul.ksp-list li {
	display: flex;
	margin: 0 0 25px 0;
}
.page-template-about-us-template .row4 ul.ksp-list li:last-child {
	margin-bottom: 0;
}
.page-template-about-us-template .row4 ul.ksp-list li .bullet {
	background: #bef5f0;
	width: 13px;
	height: 13px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	margin: 8px 20px 0 0;
	padding: 0;
}
.page-template-about-us-template .row4 ul.ksp-list li p {
	color: #fff;
	line-height: 29px;
}
/*Hide last 2 bullet points*/
.page-template-about-us-template .row4 ul.ksp-list li:nth-child(4) {
  display: none;
}
.page-template-about-us-template .row4 ul.ksp-list li:nth-child(3) {
  margin: 0;
}

/*-- Meet The Team Page --*/
.page-template-meet-the-team-template .meet-the-team-container {
  padding: 90px 20px;
}
.page-template-meet-the-team-template .section1 > h2 {
  color: #101417;
  margin: 0 0 18px 0;
}
.page-template-meet-the-team-template .section1 > p {
  margin: 0;
}
.page-template-meet-the-team-template .wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 40px 0 0 0;
  gap: 4%;
}
.page-template-meet-the-team-template .meet-the-team-wrapper a {
  width: 30.6%;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-meet-the-team-template .pod {
  position: relative;
}
.page-template-meet-the-team-template .pod .overlay {
  position: absolute;
  background: rgba(255,255,255,.2);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-meet-the-team-template .pod .view-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(/wp-content/themes/ttng-theme/img/arrow-2-white.svg) no-repeat center center #0a0a0a;
  background-size: 18px 18px;
  width: 45px;
  height: 45px;
  z-index: 9995;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-meet-the-team-template .pod h3 {
  color: #101417;
  font-size: 30px;
  font-weight: 400;
  margin: 7px 0 0 0;
  position: relative;
  z-index: 9999;
}
.page-template-meet-the-team-template .pod p {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 9999;
}
.page-template-meet-the-team-template .pod:hover .overlay {
  opacity: 1;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-meet-the-team-template .pod:hover .view-btn {
  background-color: #0a0a0a;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}

/*-- Team Member Page --*/
.page-template-team-member-template #page {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 91%, rgba(0,0,0,0.29597776610644255) 100%);
}
.page-template-team-member-template .team-member-container {
  background: url(/wp-content/uploads/2024/11/pattern2.svg) no-repeat center center;
  background-size: 940px auto;
  padding: 75px 20px;
}
.add-br-on-mobile {
  display: none;
}
/*Breadcrumb*/
ul#menu-breadcrumb {
  display: flex;
}
ul#menu-breadcrumb li a {
  color: #333;
  font-size: 15px;
  font-family: 'Open sans', sans-serif;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
ul#menu-breadcrumb > li:after {
  content: ">";
  color: #333;
  font-size: 15px;
  font-weight: 600;
  margin: 0 9px;
}
ul#menu-breadcrumb li:last-child:after {
  display: none;
}
ul#menu-breadcrumb li.current_page_item a {
  color: #bef5f0;
  cursor: auto;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  background: rgba(190,245,240,.3);
  padding: 5px 15px;
  pointer-events: none;
}
/*ul#menu-breadcrumb li a:hover, 
ul#menu-breadcrumb li a:focus {
  color: #777;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
ul#menu-breadcrumb li.current_page_item a:hover {
  color: #333;
  cursor: default;
}*/
.page-template-team-member-template h1 {
  color: #fff;
  font-size: 41px;
  margin: 15px 0 3px -2px;
}
/*Intro*/
.page-template-team-member-template .intro {
  display: flex;
  margin: 45px 0 0 0;
  height: 1960px;
}
.page-template-team-member-template .intro .left {
  width: 50%;
}
.page-template-team-member-template .intro .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.page-template-team-member-template .intro .right .team-member {
  background-size: cover;
  background-position: top center;
  width: 501px;
  height: 751px;
  position: sticky;
  top: 100px;
}
/*Outro*/
.page-template-team-member-template .outro {
  display: flex;
  /*margin: -100px 0 0 0;*/
  margin: 50px 0 0 0;
  position: absolute;
  top: 1340px;
}
.page-template-team-member-template .outro .left {
  width: 50%;
}
.page-template-team-member-template .outro .left div {
  margin: 0 0 40px 0;
}
.page-template-team-member-template .outro .left div:last-child {
  margin-bottom: 0;
}
.page-template-team-member-template .outro .left div h3 {
  color: #bef5f0;
  margin: 0 0 10px 0;
}

.page-template-team-member-template .outro .right {
  display: flex;
  justify-content: center;
  width: 50%;
}

.page-template-team-member-template .outro .right h2 {
  display: none;
  color: #333;
  width: 355px;
  margin: 170px 0 0px 100px;
}
.page-template-team-member-template .outro .right h2 span {
  color: #d3af37;
}
.page-template-team-member-template .outro .right h2:before {
  content: "";
  background: url(/wp-content/themes/ttng-theme/img/open-quote.svg) no-repeat;
  width: 65px;
  height: 59px;
  margin: 0px 0 12px 0;
  display: block;
}

/*-- Careers Page --*/
.page-template-careers-template .careers-container {
  padding: 90px 20px;
}
.page-template-careers-template .section1 > h2 {
  color: #101417;
  margin: 0 0 18px 0;
}
.page-template-careers-template .section1 > p {
  margin: 0;
}
.page-template-careers-template .wrapper {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.page-template-careers-template .careers-wrapper a {
  width: 30.6%;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-careers-template .pod {
  position: relative;
}
.page-template-careers-template .pod .overlay {
  position: absolute;
  background: rgba(255,255,255,.2);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-careers-template .pod .view-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(/wp-content/themes/ttng-theme/img/arrow-2-white.svg) no-repeat center center #d3af37;
  background-size: 18px 18px;
  width: 45px;
  height: 45px;
  z-index: 9995;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-careers-template .pod h3 {
  color: #101417;
  font-size: 30px;
  font-weight: 400;
  margin: 7px 0 0 0;
  position: relative;
  z-index: 9999;
}
.page-template-careers-template .pod p {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 9999;
}
.page-template-careers-template .pod:hover .overlay {
  opacity: 1;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-careers-template .pod:hover .view-btn {
  background-color: #101417;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}

/*-- Careers Individual Page --*/
.page-template-careers-individual-template .careers-individual-container {
  padding: 75px 20px;
}
/*Breadcrumb*/
/*ul#menu-breadcrumb {
  display: flex;
}
ul#menu-breadcrumb li a {
  color: #333;
  font-size: 15px;
  font-family: 'Open sans', sans-serif;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
ul#menu-breadcrumb > li:after {
  content: ">";
  color: #d0108a;
  font-size: 15px;
  font-weight: 600;
  margin: 0 9px;
}
ul#menu-breadcrumb li:last-child:after {
  display: none;
}
ul#menu-breadcrumb li.current_page_item a {
  color: #d0108a;
  cursor: auto;
}
ul#menu-breadcrumb li a:hover, 
ul#menu-breadcrumb li a:focus {
  color: #d0108a;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}*/
.page-template-careers-individual-template h1 {
  color: #101417;
  font-size: 41px;
  margin: 15px 0 3px -2px;
}
/*Intro*/
.page-template-careers-individual-template .intro {
  display: flex;
  margin: 45px 0 0 0;
}
.page-template-careers-individual-template .intro .left {
  width: 50%;
}
.page-template-careers-individual-template .intro .left h3 {
  color: #101417;
  margin: 0 0 10px 0;
}
.page-template-careers-individual-template .intro .left > div {
  margin-bottom: 40px;
}
.page-template-careers-individual-template .intro .left > div:nth-child(2) p {
  margin-bottom: 20px;
}
.page-template-careers-individual-template .intro .left > div:nth-child(2) p:last-child {
  margin-bottom: 0;
}
.page-template-careers-individual-template .intro .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.page-template-careers-individual-template .intro .right .team-member {
  background-size: cover;
  background-position: top center;
  width: 501px;
  height: 573px;
}

/*Bullet list*/
.page-template-careers-individual-template .acf--row {
  margin: 0 0 40px 0;
}
.page-template-careers-individual-template .acf--row p {
}
.page-template-careers-individual-template .acf--row h3 {
  color: #101417;
  margin: 0 0 20px 0;
}
.page-template-careers-individual-template .acf--row ul {
  margin: 0;
  padding: 0 0 0 40px;
  max-width: 100%;
  list-style: none;
}
.page-template-careers-individual-template .acf--row ul li {
  display: flex;
  margin: 0 0 15px 0;
}
.page-template-careers-individual-template .acf--row ul li:last-child {
  margin-bottom: 0;
}
.page-template-careers-individual-template .acf--row ul li .bullet {
  background: #d3af37;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 11px 15px 0 0;
  padding: 0;
}
.page-template-careers-individual-template .acf--row ul li p {
  color: #333;
  line-height: 29px;
}

/*How to Apply*/
.page-template-careers-individual-template .how-to-apply {
  display: flex;
  margin: 45px 0 0 0;
}
.page-template-careers-individual-template .how-to-apply h3 {
  color: #101417;
  margin: 0 0 10px 0;
}
.page-template-careers-individual-template .how-to-apply div p {
  margin-bottom: 15px;
}
.page-template-careers-individual-template .how-to-apply div p:last-child {
  margin-bottom: 0;
}
.page-template-careers-individual-template .how-to-apply div p a {
  color: #d3af37;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-careers-individual-template .how-to-apply div p a:hover {
  text-decoration: underline;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}

/*-- E-brochures Page --*/
.post-type-archive-e-brochure .brochures-container {
	padding: 90px 20px;
}
.post-type-archive-e-brochure .brochures-container > p {
	margin: 0;
}

/*-- Search Form --*/
.search-bar-container {
  display: flex;
  margin: 0 0 40px 0;
  padding: 25px 0 0 0;
}
.search-bar-container input {
	width: 100%;
	border-radius: 0;
	border-left: 1.5px solid #ddd;
  border-top: 1.5px solid #ddd;
  border-bottom: 1.5px solid #ddd;
  border-right: 0;
	height: 48px;
	padding: 0 0 0 22px;
	margin: 0;
}
.search-bar-container input:focus-visible {
  outline-color: #ddd;
  outline-width: inherit;
}
.search-bar-container .search-submit {
	background: url(/wp-content/themes/ttng-theme/img/search-icon.svg) no-repeat center center #101417;
	background-size: 18px 18px;
	border: 0;
	border-radius: 0;
	width: 60px;
	cursor: pointer;
}
/* Search Form Placeholder Styling */
.search-bar-container input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.search-bar-container input:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  opacity: 1;
}
.search-bar-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
.search-bar-container input:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

/*Display Search Results Area*/
#datafetch {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  margin: 0;
}
#datafetch a {
  width: 19%;
  margin-bottom: 45px;
  background: #f2f2f2;
}


.post-type-archive-e-brochure .brochures-container .cvf-universal-content {
	display: flex;
	flex-wrap: wrap;
	gap: 8%;
}
.post-type-archive-e-brochure .brochures-container .cvf-universal-content a {
  width: 19%;
  margin-bottom: 45px;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.post-type-archive-e-brochure .e-brochures__e-brochure.e-brochure {
    position: relative;
}
.post-type-archive-e-brochure .e-brochures__e-brochure.e-brochure .overlay {
	position: absolute;
	background: rgba(255,255,255,.2);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.post-type-archive-e-brochure .e-brochures__e-brochure.e-brochure .view-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #101417;
  width: 107px;
  height: 45px;
  z-index: 9995;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.post-type-archive-e-brochure .e-brochures__e-brochure.e-brochure .view-btn p {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.post-type-archive-e-brochure .e-brochures__e-brochure.e-brochure .view-btn .view-icon {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 0 0 15px;
	padding: 0;
}
.post-type-archive-e-brochure .brochures-container .cvf-universal-content a:hover .overlay {
	opacity: 1;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.post-type-archive-e-brochure .brochures-container .cvf-universal-content a:hover .view-btn {
	background: #999;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}

/*Pagination Styling*/
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: auto;
  }
}
.pagination-container {
  width: max-content;
  height: max-content;
  overflow: hidden;
}
.cvf_pag_loading {}

.cvf-universal-pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cvf-universal-pagination ul li {
  margin: 3px;
  padding: 4px 10px;
}
.cvf-universal-pagination ul li:first-child, 
.cvf-universal-pagination ul li:last-child {
  display: flex;
  align-items: center;
  padding: 8px 13px;
}
.cvf-universal-pagination ul li:first-child {
  margin-right: 4px;
  margin-left: 0;
}
.cvf-universal-pagination ul li.active:first-child {
  background: rgba(16,20,23,.6);
  color: #fff;
  display: flex;
  align-items: center;
}
.cvf-universal-pagination ul li.active:last-child {
  background: #0a0a0a;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.cvf-universal-pagination ul li:last-child:after {
  content: "";
  background: url(/wp-content/themes/ttng-theme/img/pagination-next-arrow.svg) no-repeat center right;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 0 0 5px;
}
.cvf-universal-pagination ul li:first-child:before {
  content: "";
  background: url(/wp-content/themes/ttng-theme/img/pagination-prev-arrow.svg) no-repeat center right;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 5px 0 0;
}
.cvf-universal-pagination ul li.active:first-child:hover, 
.cvf-universal-pagination ul li.active:last-child:hover {
  background: #999!important;
}
.cvf-universal-pagination ul li.active {
  cursor: pointer;
  background: rgba(16,20,23,.2);
  color: white;
}
.cvf-universal-pagination ul li.active:hover {
  cursor: pointer;
  background: rgba(16,20,23,.6);
  color: white;
}
.cvf-universal-pagination ul li.inactive {
  background: #eee;
  color: #999;
  pointer-events: none;
}
.cvf-universal-pagination ul li.inactive:first-child:before {
  background: url(/wp-content/themes/ttng-theme/img/pagination-prev-arrow-inactive.svg) no-repeat center right;
}
.cvf-universal-pagination ul li.inactive:last-child:after {
  background: url(/wp-content/themes/ttng-theme/img/pagination-next-arrow-inactive.svg) no-repeat center right;
  margin-top: 1px;
}
.cvf-universal-pagination ul li.selected {
  background: #101417;
  color: #fff;
}


/*-- Blog Page --*/
.blog .site-main {
	padding: 90px 0 0 0;
}
.blog .site-main > .container {
	padding-bottom: 90px;
}
.blog .site-main .container > p {
	margin-bottom: 65px;
}
.blog .site-main .container .posts-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 8%;
}
.blog article {
	width: 28%;
	margin: 0 0 80px 0;
	padding: 0;
	position: relative;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.blog article .entry-header {
  pointer-events: none;
}
.blog article .author-container, 
.single-post article .author-container {
  color: #666;
  font-size: 15px;
  position: absolute;
  top: -38px;
  display: flex;
  align-items: center;
}
.blog article .author-container img, 
.single-post article .author-container img {
  width: 11px;
  height: auto;
  margin: 0 6px 0 0;
}
.blog article .date-container, 
.single-post article .date-container, 
.home .latest-blog-post-row .entry-header .date-container {
  background: #0a0a0a;
  color: #fff;
	font-family: 'Open sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 12px 20px;
  border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 999;
  display: flex;
  align-items: center;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.blog article .date-container img, 
.single-post article .date-container img {
  width: 13px;
  height: auto;
  margin: 0 6px 0 0;
}
.blog article .white-overlay {
  background: rgba(255,255,255,.05);
  width: 100%;
  height: 198px;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.blog article .attachment-post-thumbnail {
  height: 198px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.blog article h2 {
	color: #333;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 14px 0;
	padding: 20px 0 0 0;
}
.blog article .entry-content {
  margin: 0;
}
.blog article p, .blog article .entry-content {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	margin: 0 0 10px 0;
	padding: 0;
}
.blog article .btn-arrow-wrap .read-more {
	color: #0a0a0a;
  margin-bottom: 0;
}
.blog article:hover .arrow2, 
.single-post .more-to-explore-wrap article:hover .arrow2 {
	-moz-transform: translateX(2px);
	-webkit-transform: translateX(2px);
	-o-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}

.blog article:hover .date-container, 
.single-post .more-to-explore-wrap article:hover .date-container {
	cursor: pointer;
	background: #474747;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.blog article:hover .white-overlay, 
.single-post .more-to-explore-wrap article:hover .white-overlay {
  opacity: 1;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.blog article:nth-last-child(-n+3) {
  margin-bottom: 0;
}
  
/*Blog Pagination*/
.blog .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0 0 0;
}
.blog .pagination .page-numbers {
	background: rgba(10,10,10,.2);
	color: #fff;
	padding: 4px 10px;
}
.blog .pagination .page-numbers.current, 
.blog .pagination .page-numbers.current:hover {
	background: #0a0a0a;
	color: #fff;
}
.blog .pagination .page-numbers:hover {
	background: rgba(10,10,10,.6);
}
.blog .pagination .next.page-numbers {
	margin-left: 4px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  padding: 8px 13px;
  background: #0a0a0a;
}
.blog .pagination .next.page-numbers:after {
	content: "";
	background: url(/wp-content/themes/ttng-theme/img/pagination-next-arrow.svg) no-repeat center right;
	width: 12px;
  height: 12px;
  display: block;
  margin: 1px 0 0 7px;
}
.blog .pagination .prev.page-numbers {
	margin-right: 4px;
  display: inline-flex;
  align-items: center;
  width: auto;
  font-weight: 400;
  padding: 8px 13px;
  background: #0a0a0a;
}
.blog .pagination .prev.page-numbers:before {
	content: "";
	background: url(/wp-content/themes/ttng-theme/img/pagination-prev-arrow.svg) no-repeat center right;
	width: 12px;
  height: 12px;
  display: block;
  margin: 1px 7px 0 0;
}
.blog .pagination .next, 
.blog .pagination .prev {
	color: #fff;
}
.blog .pagination .next:hover, 
.blog .pagination .prev:hover {
	background: rgba(10,10,10,.6);
}


/*-- Single Post --*/
.single-post article {
  position: relative;
}
.single-post .site-main .container {
	padding-top: 40px;
	color: #333;
	font-size: 17px;
	line-height: 37px;
}
.single-post .back-btn-arrow-wrap {
	width: 75px!important;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
  position: relative;
}
.single-post .back-btn-arrow-wrap .back-btn, 
.single-post .back-btn-arrow-wrap .back-btn:hover {
	color: #0a0a0a;
}
.single-post .back-btn-arrow-wrap .arrow2 {
	margin: 0 6px 0 0;
}
.single-post .back-btn-arrow-wrap:hover .arrow2 {
  -webkit-transform: translateX(-1px)!important;
  transform: translateX(-1px)!important;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.single-post .back-btn-arrow-wrap .back-btn:after {
  content: "";
  width: 63px;
  height: 1.5px;
  position: absolute;
  top: 21px;
  z-index: 1;
  background: #0a0a0a;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  left: 0;
  opacity: 0;
  transition: opacity 150ms ease;
  -webkit-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  -ms-transition: opacity 150ms ease;
}
.single-post .back-btn-arrow-wrap:hover .back-btn:after {
  opacity: 1!important;
}

.single-post .site-main .container > h2 {
	color: #666;
  margin: 23px 0 70px 0;
  line-height: 50px;
}
.single-post article .author-container {
  top: -52px!important;
}
.single-post article .date-container {
	right: unset!important;
	left: -10px!important;
}

/*Entry content styling*/
.single-post article .entry-content p {
  margin-bottom: 20px;
}
.single-post article .entry-content p:last-child {
  margin-bottom: 0;
}
.single-post article .entry-content:first-child h2 {
	color: #0a0a0a;
}

.single-post article .entry-content ul {
	list-style: none;
	padding: 0;
	margin: 2em 0 2em 3em;
}
.single-post article .entry-content ul li {
	position: relative;
	line-height: 29px;
    margin: 0 0 20px 0;
}
.single-post article .entry-content ul li::before {
	content: "\2022";
	font-family: sans-serif;
	font-size: 35px;
	color: #0a0a0a;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -0.7em;
	position: absolute;
	top: 1px;
}

.single-post article .entry-content ol {
	padding: 0;
	margin: 2em 0 2em 3em;
}
.single-post article .entry-content ol li {
	line-height: 29px;
  margin: 0 0 20px 0;
}
.single-post article .entry-content ol li::marker {
	color: #0a0a0a;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.single-post article .entry-content blockquote {
	position: relative;
  margin: 45px 0 0 0;
}
.single-post article .entry-content blockquote:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  color: #0a0a0a;
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 85px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post article .entry-content blockquote:after {
  content: close-quote;
  display: none;
  height: 0;
  line-height: 0;
  color: #0a0a0a;
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 85px;
  position: absolute;
  bottom: -30px;
  right: 10px;
}

.single-post article .entry-content a {
	color: #0a0a0a;
	text-decoration: underline;
  white-space: nowrap;
}
.single-post article .entry-content a:hover {
	opacity: .7;
}

.single-post article .entry-content .blog-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.single-post article .entry-content .blog-gallery img {
  width: 49%;
  margin: 0 0 22px 0;
}
.single-post article .entry-content .blog-gallery img:nth-last-child(-n+2) {
  margin: 0;
}
.single-post article .entry-content .blog-gallery br {
  display: none;
}

/*Social share buttons*/
.social-share-buttons {
	background: #eee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 33px;
  margin: 60px 0;
}
.social-btns-wrap {
	display: flex;
	gap: 10px;
}
.social-share-buttons a {
	display: block;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin: 0;
  padding: 0;
  transition: background-color 0.2s;
}
.social-share-buttons a[href*="facebook.com"] {
	background: url(/wp-content/themes/ttng-theme/img/facebook-share.svg) center center no-repeat;
	background-size: 21px 21px;
}
.social-share-buttons a[href*="twitter.com"] {
	background: url(/wp-content/themes/ttng-theme/img/twitter-share.svg) center center no-repeat;
	background-size: 21px 21px;
}
.social-share-buttons a[href*="linkedin.com"] {
	background: url(/wp-content/themes/ttng-theme/img/linkedin-share.svg) center center no-repeat;
	background-size: 21px 21px;
}

.social-share-buttons a[href*="pinterest.com"] {
	background: url(/wp-content/themes/ttng-theme/img/pinterest-share.svg) center center no-repeat;
	background-size: 21px 21px;
}
.social-share-buttons a:hover {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.social-share-buttons a[href*="facebook.com"]:hover, 
.social-share-buttons a[href*="twitter.com"]:hover, 
.social-share-buttons a[href*="linkedin.com"]:hover, 
.social-share-buttons a[href*="pinterest.com"]:hover {
	background-color: #dfdfdf;
}

/*Post navigation*/
.single-post .post-navigation {
	color: #333;
	margin: 60px 0;
}
.single-post .prev-wrap, 
.single-post .next-wrap {
	margin: 0 0 10px 0;
	line-height: normal;
}
.single-post .nav-subtitle {
	text-transform: uppercase;
  font-weight: 600;
  justify-content: flex-end;
  align-items: center;
	color: #0a0a0a;
  font-size: 16px!important;
	line-height: normal!important;
}
.single-post .nav-subtitle .arrow2 {
	width: 15px;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}
.single-post .btn-arrow-wrap:hover .arrow2 {
	transform: translateX(1px);
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
} 
.single-post .nav-title {
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 283px;
}
.single-post .nav-previous {
  border-right: 1px solid #0a0a0a;
	padding-right: 30px;
  width: 50%;
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
}
.single-post .nav-next {
	padding-left: 30px;
  width: 50%;
}
.post-navigation .nav-next {
  text-align: start;
  display: flex;
  justify-content: flex-end;
}

.single-post .next-wrap. 
.single-post .prev-wrap {
	position: relative;
}
.single-post .nav-subtitle {
	position: relative;
}
.single-post .next-wrap .nav-subtitle:after, 
.single-post .prev-wrap .nav-subtitle:after {
  content: "";
  width: 110px;
  height: 1.5px;
  position: absolute;
  top: 25px;
  z-index: -1;
  background: #0a0a0a;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  right: 0;
  opacity: 0;
  transition: opacity 150ms ease;
	-webkit-transition: opacity 150ms ease;
	-moz-transition: opacity 150ms ease;
	-o-transition: opacity 150ms ease;
	-ms-transition: opacity 150ms ease;
}
.single-post .next-wrap:hover .nav-subtitle:after, 
.single-post .prev-wrap:hover .nav-subtitle:after {
	opacity: 1;
}

/*More to explore*/
.single-post .more-to-explore {
	padding: 0 0 90px 0;
}
.single-post .more-to-explore h2 {
	color: #333;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 63px 0;
}
.single-post .more-to-explore-wrap {
	justify-content: space-between;
}
.single-post .more-to-explore-wrap a {
  width: 46%;
}
.single-post .more-to-explore-wrap article {
  width: 100%;
	margin-bottom: 0;
	cursor: pointer;
}
.single-post .more-to-explore-wrap article .date-container {
  right: -10px!important;
  left: unset!important;
}
.single-post .more-to-explore-wrap article .attachment-post-thumbnail {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.single-post .more-to-explore-wrap article .white-overlay {
  background: rgba(255,255,255,.05);
  width: 100%;
  height: 279px;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.single-post .more-to-explore-wrap article .entry-content {
  margin-top: 15px;
}
.single-post .more-to-explore-wrap article h2 {
  font-size: 22px;
  margin: 0 0 8px 0;
}
.single-post .more-to-explore-wrap article .btn-arrow-wrap {
  margin: 14px 0 0 0;
}
.single-post .more-to-explore-wrap article .btn-arrow-wrap p {
	color: #0a0a0a;
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/*-- Holiday Extras Page --*/
.page-template-holiday-extras-template .site-main {
  padding: 90px 0 0 0;
}
.page-template-holiday-extras-template .container1 > p {
  padding-top: 90px;
}
.page-template-holiday-extras-template h2 {
  color: #bef5f0;
  margin: 40px 0 30px 0;
}
.page-template-holiday-extras-template .wrapper {
  background: url(/wp-content/uploads/2024/11/pattern2.svg) no-repeat center center;
  background-size: 940px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-holiday-extras-template .take-off-wrapper .pod {
  width: 31%;
  margin-bottom: 45px;
}
.page-template-holiday-extras-template .pod h3 {
  color: #bef5f0;
  text-align: center;
  margin: 15px 0 5px 0;
}
.page-template-holiday-extras-template .pod p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.page-template-holiday-extras-template .pod a {
  text-decoration: underline;
}
.page-template-holiday-extras-template .pod a:hover {
  opacity: .7;
}
.page-template-holiday-extras-template .landing-wrapper {
  background-position: top center;
  padding-bottom: 40px;
}
.page-template-holiday-extras-template .landing-wrapper .pod {
  width: 48.2%;
  margin-bottom: 45px;
}
.page-template-holiday-extras-template .row2 {
  background-position: top;
}
.page-template-holiday-extras-template .row2 h2 {
  color: #fff;
  margin: 0 0 15px 0;
}

/*-- Inspiration Page --*/
.page-template-inspiration-template .site-main {
  padding: 90px 0 0 0;
}
.page-template-inspiration-template .container1 .section1:first-child > h2 {
  padding-top: 90px;
}
.page-template-inspiration-template .container1 {
  background: url(/wp-content/uploads/2024/11/pattern2.svg) no-repeat center center;
  background-size: 940px auto;
}
.page-template-inspiration-template .section1 {
  margin: 0 0 70px 0;
}
.page-template-inspiration-template .section1 h2 {
  color: #bef5f0;
  margin: 0 0 20px 0;
}
.page-template-inspiration-template .container1 .section1-2 h2 {
  font-size: 30px;
  text-align: center;
}
.page-template-inspiration-template .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.page-template-inspiration-template .take-off-wrapper a {
  width: 31%;
  margin-bottom: 45px;
  position: relative;
  cursor: pointer;
  border: 2px solid #bef5f0;
  padding: 0 0 35px 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.page-template-inspiration-template .take-off-wrapper .pod .btn {
  display: block;
  width: 145px;
  margin: 15px auto 0 auto;
}
.page-template-inspiration-template .take-off-wrapper .pod .package-banner {
  background: #101417;
  color: #bef5f0;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 15px;
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  line-height: 14px;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
.page-template-inspiration-template .take-off-wrapper .pod:hover .package-banner {
  background: #bef5f0;
  color: #101417;
  font-weight: 400;
}
.page-template-inspiration-template .take-off-wrapper .pod .pod-img-wrap {
  overflow: hidden;
  height: 119px;
}
.page-template-inspiration-template .take-off-wrapper .pod .pod-img-wrap img {
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}
.page-template-inspiration-template .take-off-wrapper .pod:hover .pod-img-wrap img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}
.page-template-inspiration-template .take-off-wrapper .pod:hover .h3 {
  color: #fff;
}
.page-template-inspiration-template .take-off-wrapper .pod:hover .btn {
  background: rgba(190,245,240,.5);
}
.page-template-inspiration-template .pod h3 {
  color: #bef5f0;
  text-align: center;
  margin: 25px 0 15px 0;
}
.page-template-inspiration-template .pod p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
}
.page-template-inspiration-template .pod a {
  display: block;
  margin: 15px auto 0 auto;
  width: 145px;
}
.page-template-inspiration-template .row2 {
  background-position: top;
}
.page-template-inspiration-template .row2 h2 {
  color: #fff;
  margin: 0 0 15px 0;
}

/*-- Enchanted Guide Page --*/
.page-template-enchanted-guide-template #primary > div div:first-child {
  height: calc(100vh - 124px)!important;
}
.page-template-enchanted-guide-template .site-footer {
  display: none;
}
.page-template-enchanted-guide-template .tf-v1-widget iframe {
  border-radius: 0;
}
.page-template-enchanted-guide-template picture {
  display: none!important;
}

/*-- Contact Us Page --*/
.page-template-contact-us-template .row3 {
	padding-bottom: 0;
  overflow: visible;
}
.page-template-contact-us-template .row3 .pattern {
  width: 940px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  bottom: unset;
  margin: auto;
  pointer-events: none;
}
/*-- Row 2 --*/
.page-template-contact-us-template .row2 {
	background: none;
	padding: 90px 0 0 0;
}
.page-template-contact-us-template .row2 p {
	width: auto;
}
/*left*/
.page-template-contact-us-template .row2 .left {
	width: 50%;
	display: flex;
	justify-content: center;
}
.page-template-contact-us-template .row2 .left .inner {
	width: 400px;
}
.page-template-contact-us-template .row2 .left .inner h2, 
.page-template-contact-us-template .row2 .right .inner h2 {
	color: #bef5f0;
	text-align: left;
  margin-bottom: 25px;
}
.page-template-contact-us-template .row2 .left .inner h3 {
	color: #bef5f0;
	margin: 0 0 7px 0;
}
.page-template-contact-us-template .row2 .left .inner .address {
  display: none;
}
.page-template-contact-us-template .row2 .left .inner address {
  color: #aaa;
	font-style: normal;
	line-height: 31px;
	font-weight: 500;
}
.page-template-contact-us-template .row2 .left .inner .address, 
.page-template-contact-us-template .row2 .left .inner .phone, 
.page-template-contact-us-template .row2 .left .inner .email  {
	margin: 0 0 32px 0;
}
.page-template-contact-us-template .row2 .left .inner .phone a, 
.page-template-contact-us-template .row2 .left .inner .email a  {
	color: #aaa;
	font-size: 17px;
	font-weight: 500;
}
.page-template-contact-us-template .row2 .left .inner .phone a:hover, 
.page-template-contact-us-template .row2 .left .inner .email a:hover  {
	color: #fff;
}
.page-template-contact-us-template .row2 .left .inner .hours p {
	color: #aaa;
	margin: 0;
	text-align: left;
	line-height: 31px;
	font-weight: 500;
}
.page-template-contact-us-template .row2 .left .inner .hours p span {
	color: #d3af37;
}
/*right*/
.page-template-contact-us-template .row2 .right {
	width: 50%;
	display: flex;
	justify-content: center;
}
.page-template-contact-us-template .row2 .right .inner {
	width: 416px;
}

/*--Contact Form--*/
.page-template-contact-us-template .row2 .right div.wpcf7 {
    max-width: 100%;
    margin: 0;
    position: relative;
}
.page-template-contact-us-template .row2 .right form div {
    margin: 0 0 10px 0;
}

.page-template-contact-us-template .row2 .right div.wpcf7 p {
    padding: 0;
    margin: 0;
}
.page-template-contact-us-template .row2 .right select {
    display: block;
    font-size: 16px;
	  font-family: 'Open sans', sans-serif;
    font-weight: 500;
    width: 100%;
    height: 45px;
    margin: 0 0 5px 0;
    padding: 0!important;
    text-transform: unset;
    border: none!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    box-shadow: 0px!important;
    text-shadow: 0px!important;
    text-indent: 22px;
    line-height: normal;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}
.page-template-contact-us-template .row2 .right input {
    background-color: transparent!important;
    color: #fff;
    font-size: 16px;
	  font-family: 'Open sans', sans-serif;
    font-weight: 500;
    width: 100%;
    height: 45px;
    margin: 0 0 10px 0;
    padding: 0!important;
    text-indent: 10px!important;
    text-transform: unset;
    border-bottom: 1.5px solid rgba(190,245,240,.3)!important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    outline: none;
    box-shadow: none!important;
    text-shadow: none!important;
    appearance: none!important;
    -moz-appearance: none!important;
    /* Firefox */
    -webkit-appearance: none!important;
    /* Safari and Chrome */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page-template-contact-us-template .row2 .right input:-internal-autofill-selected {
    background: none!important;
}
.page-template-contact-us-template .row2 .right .wpcf7-form-control-wrap {
    width: 100%;
}
.page-template-contact-us-template .row2 .right .wpcf7-form-control-wrap:nth-child(1) {
    margin-right: 15px;
}
.page-template-contact-us-template .row2 .right .wpcf7-form-control-wrap:last-child {
    margin-right: 0;
}
.page-template-contact-us-template .row2 .right .submit-wrap {
    margin: 15px 0 0 0!important;
}
.page-template-contact-us-template .row2 .right .submit-wrap p {
  display: flex;
  align-items: center;
}
.page-template-contact-us-template .row2 .right wpcf7-form-control wpcf7-submit,
.page-template-contact-us-template .row2 .right button,
.page-template-contact-us-template .row2 .right input[type="button"],
.page-template-contact-us-template .row2 .right input[type="reset"],
.page-template-contact-us-template .row2 .right input[type="submit"] {
    background: #bef5f0!important;
    color: #101417;
    font-size: 16px;
	  font-family: 'Open sans', sans-serif;
    font-weight: 600;
    display: block;
    width: 160px;
    margin: 0;
    padding: 0;
    height: 47px;
    line-height: normal;
    position: relative;
    z-index: 9999;
    margin: 0;
    text-transform: capitalize;
    border: none!important;
    border-radius: 100px!important;
    -webkit-border-radius: 100px!important;
    text-indent: 0!important;
    box-shadow: none!important;
    text-shadow: none!important;
    appearance: none!important;
    -moz-appearance: none!important;
    /* Firefox */
    -webkit-appearance: none!important;
    /* Safari and Chrome */
    transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
}
.page-template-contact-us-template .row2 .right button:hover,
.page-template-contact-us-template .row2 .right input[type="submit"]:hover {
    background: #101417!important;
    color: #fff;
    font-size: 16px;
	  font-family: 'Open sans', sans-serif;
    font-weight: 600;
    width: 160px;
    height: 47px;
    padding: 10px 20px 10px 20px;
    text-transform: capitalize;
    border: none;
    line-height: normal;
    border-radius: 100px!important;
    -webkit-border-radius: 100px!important;
    text-indent: 0!important;
    box-shadow: none!important;
    text-shadow: none!important;
    appearance: none!important;
    -moz-appearance: none!important;
    /* Firefox */
    -webkit-appearance: none!important;
    /* Safari and Chrome */
    cursor: pointer;
    transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
}
.page-template-contact-us-template .row2 .right input[type="submit"] {}

.page-template-contact-us-template .row2 .right input[type="submit"]:hover {}

.page-template-contact-us-template .row2 .right div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 17px;
}
.page-template-contact-us-template .row2 .right textarea {
    background: transparent!important;
    height: 100px;
    color: #fff!important;
    font-size: 16px;
	  font-family: 'Open sans', sans-serif;
	  font-weight: 500;
    border-bottom: 1.5px solid rgba(190,245,240,.3)!important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
    padding: 10px 2%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.page-template-contact-us-template .row2 .right input[type="text"],
.page-template-contact-us-template .row2 .right input[type="email"],
.page-template-contact-us-template .row2 .right input[type="url"],
.page-template-contact-us-template .row2 .right input[type="password"],
.page-template-contact-us-template .row2 .right input[type="search"] {
    text-indent: 5px;
	  font-family: 'Open sans', sans-serif;
    width: 100%;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	  font-family: 'Open sans', sans-serif;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
/* Placeholder Styling */
.page-template-contact-us-template .row2 .right input::-webkit-input-placeholder,
.page-template-contact-us-template .row2 .right textarea::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
	  font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.page-template-contact-us-template .row2 .right input:-moz-placeholder,
.page-template-contact-us-template .row2 .right textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
    opacity: 1;
	  font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.page-template-contact-us-template .row2 .right input::-moz-placeholder,
.page-template-contact-us-template .row2 .right textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
    opacity: 1;
	  font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.page-template-contact-us-template .row2 .right input:-ms-input-placeholder,
.page-template-contact-us-template .row2 .right textarea:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
	  font-family: 'Open sans', sans-serif;
}
/*--Mozilla Text-indent Fix--*/
@-moz-document url-prefix() {
    .page-template-contact-us-template .row2 .right select {
        text-indent: 11px!important;
    }
    .page-template-contact-us-template .row2 .right textarea {
        text-indent: 0px!important;
    }
    .page-template-contact-us-template .row2 .right input[type="text"],
    .page-template-contact-us-template .row2 .right input[type="email"],
    .page-template-contact-us-template .row2 .right input[type="url"],
    .page-template-contact-us-template .row2 .right input[type="password"],
    .page-template-contact-us-template .row2 .right input[type="search"] {
        text-indent: 7px!important;
    }
}
/*--Error Styling--*/
.page-template-contact-us-template .row2 .right .wpcf7-response-output {
  /*visibility: hidden;*/
}
.page-template-contact-us-template .row2 .right span.wpcf7-not-valid-tip {
    background: #fddede;
    color: #ee2828;
    font-size: 11px;
	  font-family: 'Open sans', sans-serif;
	  line-height: normal;
	  font-weight: 500;
    z-index: 9;
    width: auto;
    /*text-indent: 11px;*/
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    padding: 1px 7px;
}
.page-template-contact-us-template .row2 .right .your--message span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    top: 17px;
}
.page-template-contact-us-template .row2 .right .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: -17px 0 0 0;
    padding: 0;
    font-size: 9px;
    text-transform: capitalize!important;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 0;
    text-align: center;
}
.page-template-contact-us-template .row2 .right .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin: 0;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 0;
}
.page-template-contact-us-template .row2 .right span.wpcf7-form-control-wrap.your-name span.wpcf7-not-valid-tip,
.page-template-contact-us-template .row2 .right span.wpcf7-form-control-wrap.your-email span.wpcf7-not-valid-tip,
.page-template-contact-us-template .row2 .right span.wpcf7-form-control-wrap.your-company span.wpcf7-not-valid-tip,
.page-template-contact-us-template .row2 .right span.wpcf7-form-control-wrap.your-telephone span.wpcf7-not-valid-tip,
.page-template-contact-us-template .row2 .right span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip,
.page-template-contact-us-template .row2 .right span.wpcf7-not-valid-tip {
    background: #ee2828;
    color: #fff;
    position: absolute;
    text-transform: unset!important;
    text-transform: uppercase;
    text-align: left;
    top: 34px;
    left: 0;
}
/*.page-template-contact-us-template .row2 .right span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip {
	top: 18px!important;
}*/
/*.quiz-620 span.wpcf7-not-valid-tip {
  top: auto;
  bottom: -6px;
}*/
.page-template-contact-us-template .row2 .right span.wpcf7-form-control-wrap.your-company span.wpcf7-not-valid-tip .form-row {
    margin-top: 15px;
}
.page-template-contact-us-template .row2 .right form.wpcf7-form.invalid,
.page-template-contact-us-template .row2 .right form.wpcf7-form.sent {
    display: flex !important;
    flex-direction: column!important;
}
.page-template-contact-us-template .row2 .right form.wpcf7-form.invalid .form-row.form-row-1,
.page-template-contact-us-template .row2 .right form.wpcf7-form.sent .form-row.form-row-1 {
    margin-top: 20px;
}
.page-template-contact-us-template .row2 .right form.wpcf7-form {
    margin-top: 25px;
}
.page-template-contact-us-template .row2 .right form.wpcf7-form.invalid .page-template-contact-us-template .row2 .right h3 {
    margin-bottom: 5px;
}
.page-template-contact-us-template .row2 .right .wpcf7-response-output {
    order: -1!important;
    border: 0!important;
    color: #fff;
    font-size: 13px;
	  font-family: 'Open sans', sans-serif;
    margin: 0 auto!important;
    padding: 3px 10px!important;
    text-align: center;
}
.page-template-contact-us-template .row2 .right .wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
}
.page-template-contact-us-template .row2 .right .wpcf7 form.failed .wpcf7-response-output,
.page-template-contact-us-template .row2 .right .wpcf7 form.aborted .wpcf7-response-output {
    background: #ee2828;
    /* Red */
}
.page-template-contact-us-template .row2 .right .wpcf7 form.spam .wpcf7-response-output {
    background: #f56e28;
    /* Orange */
}
.page-template-contact-us-template .row2 .right .wpcf7 form.invalid .wpcf7-response-output,
.page-template-contact-us-template .row2 .right .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900;
    /* Yellow */
}
.page-template-contact-us-template .row2 .right span.ajax-loader {
    background-color: yellow;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
/*Map Row*/
.page-template-contact-us-template .map-row {
	/*padding: 60px 0 90px 0;*/
  padding: 0 0 90px 0;
}
.page-template-contact-us-template .map-row .container {
	display: flex;
	justify-content: center;
}
.page-template-contact-us-template .map-row .container .google-map-outer {
	width: 984px;
	height: auto;
}
.page-template-contact-us-template .map-row .container .google-map-outer h2 {
	color: #bef5f0;
	margin: 0 0 30px 0;
}
.page-template-contact-us-template .map-row .container .google-map {
	width: 100%;
	height: 430px;
}
.page-template-contact-us-template .map-row .container .google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*-- Newsletter Page --*/
.page-template-newsletter-template .hero-internal {
  background-position: right center;
}
.page-template-newsletter-template h3 {
	color: #333;
	margin: 0 0 5px 0;
}
.page-template-newsletter-template .newsletter-row {
  background: none;
  padding: 0;
}
.page-template-newsletter-template .newsletter-row .newsletter-form-wrapper {
  display: flex;
  justify-content: unset;
}
.page-template-newsletter-template .newsletter-form-wrapper input {
  border: 1px solid #101417!important;
  margin-right: 0px!important;
  margin-bottom: 10px!important;
  color: #101417;
  width: 100%;
}
.page-template-newsletter-template .newsletter-form-wrapper input:focus {
  color: #101417!important;
}
.page-template-newsletter-template .newsletter-row h2, 
.page-template-newsletter-template .newsletter-row p {
  display: none;
}
.page-template-newsletter-template .newsletter-row .container {
  max-width: 100%;
  padding: 0;
}
.page-template-newsletter-template div#mc_embed_signup_scroll > div {
  display: flex;
  flex-direction: column;
  width: 425px;
}
.page-template-newsletter-template #mc_embed_signup .mc-field-group {
  margin-right: 0;
}

/* Placeholder Styling */
.page-template-newsletter-template .newsletter-form-wrapper input::-webkit-input-placeholder {
  color: #101417;
  opacity: 1;
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.page-template-newsletter-template .newsletter-form-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #d0108a;
  opacity: 1;
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.page-template-newsletter-template .newsletter-form-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0108a;
  opacity: 1;
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.page-template-newsletter-template .newsletter-form-wrapper input:-ms-input-placeholder {
  color: #d0108a;
  opacity: 1;
  font-family: 'Open sans', sans-serif;
}
.page-template-newsletter-template #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding: 0!important;
  font-size: 10px!important;
  position: absolute!important;
  bottom: 13px!important;
  left: 11px!important;
  background-color: transparent!important;
  color: red!important;
  text-transform: uppercase!important;
  border-radius: 0!important;
}
.page-template-newsletter-template #mc_embed_signup div.mce_inline_error {
  background-color: transparent!important;
}

/*-- Testimonials Page --*/
.page-template-testimonials-template .hero-internal {
  background-position: 64% center;
}
.page-template-testimonials-template .elfsight-app-c907ebf6-c152-40c1-8a16-c5452dd7af99 {
  display: none;
}
.page-template-testimonials-template .site-main {
  padding: 90px 0 0 0;
}
.page-template-testimonials-template .section1 {
  margin: 0 0 40px 0;
}
.page-template-testimonials-template .section1 h2 {
  color: #101417;
  margin: 0 0 30px 0;
}
.es-main-content {
  -webkit-filter: drop-shadow(-20px 0px 20px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(-20px 0px 20px rgba(0, 0, 0, 0.08));
}
.es-modal-title {
  color: #000;
  font-size: 14px;
}
.testimonials-container {
  padding-bottom: 70px;
}

/*-- Legal Pages --*/
/*Global Styles*/
.page-template-privacy-policy-template .row2 .container h2, 
.page-template-cookie-policy-template .row2 .container h2 {
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: left;
  max-width: 100%;
}
.page-template-complaints-template .row2 .container p, 
.page-template-terms-of-use-template .row2 .container p, 
.page-template-privacy-policy-template .row2 .container p, 
.page-template-cookie-policy-template .row2 .container p {
  color: #fff;
  margin: 0 0 20px 0;
  text-align: left;
  max-width: 100%;
  line-height: 29px;
}

.page-template-complaints-template .row2 .container a, 
.page-template-terms-of-use-template .row2 .container a, 
.page-template-privacy-policy-template .row2 .container a, 
.page-template-cookie-policy-template .row2 .container a {
  word-break: break-word;
}

.page-template-privacy-policy-template .row2 .bold, 
.page-template-terms-of-use-template .row2 .bold, 
.page-template-cookie-policy-template .row2 .bold {
  font-weight: 600;
}
.page-template-privacy-policy-template .row2 .uppercase, 
.page-template-terms-of-use-template .row2 .uppercase, 
.page-template-cookie-policy-template .row2 .uppercase {
  text-transform: uppercase;
}
.page-template-privacy-policy-template .row2 .no-spacing, 
.page-template-terms-of-use-template .row2 .no-spacing, 
.page-template-cookie-policy-template .row2 .no-spacing {
  letter-spacing: 0;
  color: #bef5f0!important;
}
.page-template-privacy-policy-template .row2 p a, 
.page-template-terms-of-use-template .row2 p a, 
.page-template-cookie-policy-template .row2 p a {
  color: #bef5f0;
  text-decoration: underline;
}
.page-template-privacy-policy-template .row2 p a:hover, 
.page-template-terms-of-use-template .row2 p a:hover, 
.page-template-cookie-policy-template .row2 p a:hover {
  opacity: .5;
}
.page-template-privacy-policy-template .row2 .margin-top, 
.page-template-terms-of-use-template .row2 .margin-top, 
.page-template-cookie-policy-template .row2 .margin-top {
  margin-top: 25px!important;
}
.page-template-privacy-policy-template .row2 .no-margin-bottom, 
.page-template-terms-of-use-template .row2 .no-margin-bottom, 
.page-template-cookie-policy-template .row2 .no-margin-bottom {
  margin-bottom: 0!important;
}
.page-template-privacy-policy-template .row2 .underline {
  text-decoration: underline;
}
.page-template-privacy-policy-template .row2 .align-center {
  text-align: center!important;
}

/*-- Complaints Page --*/
.page-template-complaints-template .hero-internal {
	background: url(/wp-content/uploads/2024/11/complaints-bg.jpg) no-repeat center;
	background-size: cover;
}
.page-template-complaints-template .row2 .container p .contact-number, 
.page-template-complaints-template .row2 .container p .email {
	color: #bef5f0;
  text-decoration: underline;
}
.page-template-complaints-template .row2 .container p .contact-number:hover, 
.page-template-complaints-template .row2 .container p .email:hover {
	opacity: .7;
}
.page-template-complaints-template .row2 .container p:last-child {
  margin-bottom: 0;
}

/*-- Terms of Use Page --*/
.page-template-terms-of-use-template .hero-internal {
	background: url(/wp-content/uploads/2024/11/terms-of-use-bg.jpg) no-repeat center;
	background-size: cover;
}

/*Numbered list 1.1 1.2 1.3*/
.page-template-terms-of-use-template .row2 ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.page-template-terms-of-use-template .row2 ol > li {
  counter-increment: item;
  margin: 0 0 15px 0;
}
.page-template-terms-of-use-template .row2 ol > li p {
  display: table;
  color: #333;
  line-height: 29px;
  margin-bottom: 0;
}
.page-template-terms-of-use-template .row2 ol > li p:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding: 0 50px 0 0;  
}
.page-template-terms-of-use-template .row2 li ol > li {
  margin: 0;
}
.page-template-terms-of-use-template .row2 li ol > li p:before {
  content: counters(item, ".") " ";
  padding: 0 40px 0 0;
}
/*Past & Including Point 10*/
.page-template-terms-of-use-template .row2 ol > li:nth-child(10) p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(11) p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(12) p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(13) p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(14) p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(15) p:before {
  padding: 0 40px 0 0;
}
.page-template-terms-of-use-template .row2 ol > li:nth-child(10) ol li p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(11) ol li p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(12) ol li p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(13) ol li p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(14) ol li p:before, 
.page-template-terms-of-use-template .row2 ol > li:nth-child(15) ol li p:before  {
  padding: 0 30px 0 0;  
}
.page-template-terms-of-use-template .row2 ol > li:last-child, 
.page-template-terms-of-use-template .row2 ol > li:last-child ol li p {
  margin-bottom: 0;
}

/*-- Cookie Policy Page --*/
.page-template-cookie-policy-template .hero-internal {
  background: url(/wp-content/uploads/2024/11/cookie_policy-bg.jpg) no-repeat center;
  background-size: cover;
}

/*Bullet list*/
.page-template-privacy-policy-template .row2 ul.bullet-list, 
.page-template-cookie-policy-template .row2 ul.bullet-list {
  margin: 0;
  padding: 0 0 0 40px;
  max-width: 100%;
  list-style: none;
}
.page-template-privacy-policy-template .row2 ul.bullet-list li, 
.page-template-cookie-policy-template .row2 ul.bullet-list li {
  display: flex;
  margin: 0 0 15px 0;
}
.page-template-privacy-policy-template .row2 ul.bullet-list li:last-child, 
.page-template-cookie-policy-template .row2 ul.bullet-list li:last-child {
  margin-bottom: 0;
}
.page-template-privacy-policy-template .row2 ul.bullet-list li .bullet, 
.page-template-cookie-policy-template .row2 ul.bullet-list li .bullet {
  background: #bef5f0;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 11px 15px 0 0;
  padding: 0;
}
.page-template-privacy-policy-template .row2 ul.bullet-list li p, 
.page-template-cookie-policy-template .row2 ul.bullet-list li p {
  color: #fff;
  line-height: 29px;
  margin-bottom: 0;
}

/*Table*/
.table p {
  margin: 0!important;
}
.table .top-row {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.2);
}
.table .table-row {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(255,255,255,.2);
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.table .top-row div, 
.table .table-row div {
  padding: 10px;
  width: 20%;
  border-right: 1px solid rgba(255,255,255,.2);
}
.table .top-row div:last-child, 
.table .table-row div:last-child {
  border-right: 0;
}
.page-template-cookie-policy-template .mobile-table {
  display: none;
}

/*-- Privacy Policy Page --*/
.page-template-privacy-policy-template .hero-internal {
  background: url(/wp-content/uploads/2024/11/privacypolicy_bg.jpg) no-repeat center;
  background-size: cover;
}

/*Alphabetical List (a),(b),(c)*/
.page-template-privacy-policy-template .row2 ol {
  counter-reset: list;
  margin: 0;
  padding: 0 0 0 50px;
}
.page-template-privacy-policy-template .row2 ol > li {
  list-style: none;
  margin: 0 0 15px 0;
}
.page-template-privacy-policy-template .row2 ol > li p {
  display: table;
  color: #333;
  line-height: 29px;
  margin-bottom: 0;
}
.page-template-privacy-policy-template .row2 ol > li p:before {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list;
  display: table-cell;
  padding: 0 20px 0 0;  
}
.page-template-privacy-policy-template .row2 ol > li:last-child, 
.page-template-privacy-policy-template .row2 ol > li p:last-child {
  margin-bottom: 0;
}
.page-template-privacy-policy-template .row2 .table .top-row div, 
.page-template-privacy-policy-template .row2 .table .table-row div {
  width: 33.33%;
}
.page-template-privacy-policy-template .row2 .table ol {
  padding: 0 0 0 10px;
}
.page-template-privacy-policy-template .row2 ol > li {
  margin: 0 0 10px 0;
}
.page-template-privacy-policy-template .row2 .table ol li p {
  line-height: 25px;
}
.page-template-privacy-policy-template .row2 .table ol li p:before {
  padding: 0 10px 0 0;
}



/*-- 404 Page --*/
.error404 .hero-internal {
	background: url(/wp-content/uploads/2023/11/404-bg.jpg) no-repeat center;
	background-size: cover;
}
.error-404 .page-content {
	margin-top: 0;
}
.error-404 .container {
	padding: 90px 20px;
}
.error-404 .container > p {
	margin-bottom: 20px;
}
.error-404 .btn-arrow-wrap a {
	color: #bef5f0;
}
.error-404 .btn-arrow-wrap a:hover {
	text-decoration: underline;
	transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
}


/*------------------------------------------- Media queries -------------------------------------------*/
@media (max-width: 1280px) {
/*  .page-template-about-us-template .row1 .left img {
    object-fit: contain;
  }*/
  .page-template-about-us-template .row1 .right {
    height: 350px;
  }
}
@media (max-width: 1220px) {
	.overlay .slider-caption, 
	.hero-internal h1 {
		padding-left: 20px;
	}
  .overlay1 .container1 .container-inner .location {
    margin-left: 20px;
  }
	.site-footer .container {
		padding: 0 40px
	}
}	
@media (max-width: 1200px) {
	.footer-menu {
    	margin: 0 84px 0 0;
	}
	.footer-menu2 {
    	margin: 0 67px 0 0;
	}
  .page-template-inspiration-template .take-off-wrapper .pod .pod-img-wrap {
    height: auto;
  }
  .page-template-inspiration-template .take-off-wrapper .pod:hover .pod-img-wrap img {
    transform: unset;
  }
}
@media (max-width: 1190px) {
  .page-template-team-member-template .intro {
    height: auto;
  }
  .page-template-team-member-template .outro {
    position: unset;
    top: unset;
  }
}
@media (max-width: 1170px) {
  #masthead ul#primary-menu li a {
    padding: 11px;
  }
  #masthead ul#primary-menu li.current_page_item a, 
  ul#primary-menu li.current_page_item a:hover {
    /*background: none;
    color: #bd9d31;*/
  }
  #masthead .current_page_item.menu-item-has-children:after {
    background-image: url(/wp-content/themes/ttng-theme/img/arrow-down2.svg);
  }
  .main-navigation ul ul a {
    width: 145px;
  }
  #masthead .btn {
    padding: 12px 22px;
  }
}
@media (max-width: 1100px) {
  #masthead ul#primary-menu li a {
    font-size: 15px;
    padding: 11px 7px;
    letter-spacing: -.1px;
  }
  .page-template-team-member-template .intro .left, 
  .page-template-team-member-template .outro .left, 
  .page-template-careers-individual-template .intro .left {
    margin: 0 4% 0 0;
  }
  .page-template-team-member-template .outro {
    margin-top: 0;
  }
  .page-template-team-member-template .outro .right h2 {
    margin: 60px 0 0px 6%;
  }
}
@media (max-width: 1070px) {
	.row1, 
	.row3, 
	.page-template-complaints-template .row2, 
	.page-template-terms-of-use-template .row2, 
  .page-template-cookie-policy-template .row2, 
  .page-template-privacy-policy-template .row2 {
		padding: 45px 0;
	}
  .page-template-meet-the-team-template .meet-the-team-container, 
  .page-template-team-member-template .team-member-container, 
  .page-template-careers-template .careers-container, 
  .page-template-careers-individual-template .careers-individual-container, 
  .post-type-archive-e-brochure .brochures-container {
    padding: 45px 20px;
  }
	.home .row2, /*.page-template-inspiration-template .row2, .page-template-holiday-extras-template .row2, .page-template-testimonials-template .row2,*/ .cta-row {
		padding: 80px 0 90px 0;
	}
	.row1 .right > div, 
	.row3 .left > div {
		padding: 0 45px;
	}
  .fb-feed-row {
    padding: 0 0 45px 0;
  }
  .page-template-about-us-template .row1 {
    padding: 90px 0;
  }
  .page-template-holiday-extras-template .container1 > p, 
  .page-template-inspiration-template .container1 .section1:first-child > h2 {
    padding-top: 45px;
  }
	/*Resize h2*/
	.row1 .right > div h2, 
	.row2 h2, 
	.row3 .left > div h2, 
  .page-template-meet-the-team-template .section1 > h2, 
  .page-template-careers-template .section1 > h2, 
  .latest-blog-post-row .container > h2, 
	.single-post .site-main .container > h2, 
  .page-template-inspiration-template h2, 
  .page-template-testimonials-template h2, 
  .page-template-holiday-extras-template h2, 
  .newsletter-row h2, 
	.page-template-contact-us-template .google-map-outer h2, 
  .page-template-touring-holidays-template .section1 h2, .cta-row h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.home .row2 h2  {
		line-height: 45px;		
	}
	/*Resize p*/
	.row1 .right > div p, 
	.row3 .left > div p, 
	.row2 p, 
  .page-template-meet-the-team-template .section1 > p, 
  .page-template-careers-template .section1 > p, 
  .page-template-about-us-template .row4 ul.ksp-list li p, 
	.blog .site-main .container > p, 
  .page-template-holiday-extras-template .site-main .container > p, 
  .page-template-inspiration-template .site-main .container p, 
  .newsletter-row p, .page-template-testimonials-template .site-main .container p, 
  .page-template-touring-holidays-template .section1 p, .cta-row p {
		font-size: 16px;
		line-height: 35px;
	}
	.page-template-about-us-template .row4 ul.ksp-list li p {
		line-height: 33px!important;
	}
  .page-template-inspiration-template .section1 h2, 
  .page-template-testimonials-template .section1 h2, 
  .page-template-touring-holidays-template .section1 h2 {
    margin: 0 0 15px 0;
  }
  .page-template-holiday-extras-template .landing-wrapper {
    padding-bottom: 0;
  }
	.newsletter-row {
		padding: 45px 0;
	}
	.page-template-about-us-template .row4, 
	.blog .site-main > .container, .testimonials-container {
    padding-bottom: 45px;
	}
	.page-template-contact-us-template .row2, 
  .page-template-touring-holidays-template .site-main {
	   padding: 45px 0 0 0;
	}
  iframe#tourHoundIframe {
    margin-bottom: 50px!important;
  }
	.page-template-contact-us-template .map-row {
    padding: 50px 0;
	}
	.page-template-about-us-template .row4 ul.ksp-list li .bullet {
		margin-top: 11px;
	}
	.site-footer, 
	.blog .site-main, 
  .page-template-holiday-extras-template .site-main, 
  .page-template-inspiration-template .site-main, 
  .page-template-testimonials-template .site-main {
    padding-top: 45px;
	}
  .page-template-inspiration-template .wrapper {
    margin-bottom: 0;
  }
  .page-template-inspiration-template .section1 {
    margin: 0 0 40px 0;
  } 
  .page-template-testimonials-template .section1 {
    margin: 0 0 30px 0;
  }
	.single-post .site-main .container {
    /*padding-top: 10px;*/
	}
	.single-post .social-share-buttons {
		margin: 45px 0;
	}
	.single-post .post-navigation {
    margin: 45px 0;
	}
	.single-post .more-to-explore {
    padding: 0 0 55px 0;
	}
  .page-template-newsletter-template div#mc_embed_shell {
    width: 100%;
  }
  .page-template-newsletter-template div#mc_embed_signup_scroll > div {
    width: 100%;
  }
}
@media (max-width: 1024px) {
	.site-footer .footer-middle-wrap {
		flex-direction: column;
		align-items: flex-start;
		padding: 45px 0;
	}
	.site-footer .footer-middle-wrap .details {
		margin-bottom: 40px;
	} 
  .site-footer ul#menu-legal-menu li:first-child, 
  .site-footer ul#social-links li:first-child {
    margin-top: 19px;
  }
  .site-footer ul#menu-footer-menu li:last-child, 
  .site-footer ul#menu-legal-menu li:last-child {
      margin-bottom: 19px;
  }
	.site-footer .footer-bottom-bar {
    	flex-direction: column;
    	align-items: flex-start;
	}
	.site-footer .footer-bottom-bar .left {
    	order: 2;
    	margin-top: 40px;
	}
	.site-footer .disclaimer-row p {
		text-align: left;
	}
	.page-template-about-us-template .row4 ul.ksp-list {
    	max-width: 290px;
	}
}
@media (max-width: 1000px) {
  .page-template-team-member-template .outro .left {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .menu-main-menu-container {
    display: none;
  }
	#masthead .container {
    height: 104px;
	}
	#masthead .main-navigation {
    order: 2;
	}
	#masthead .btn {
    margin: 0 30px 0 auto;
	}
	.menu-toggle {
		display: block;
	}

	/* Hamburger Menu Icon */
	button.menu-toggle {
		background: none;
		padding: 0;
		border: 0;
	}
	#nav-icon3 {
		width: 27px;
		height: 20px;
		position: relative;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		border-radius: 5px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		-ms-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	#nav-icon3 span:nth-child(1) {
		top: 0px;
	}
	#nav-icon3 span:nth-child(2), 
	#nav-icon3 span:nth-child(3) {
		top: 9px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 18px;
	}
	#nav-icon3.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon3.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon3.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon3.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

  #masthead .menu-mobile-menu-container {
    display: block;
    width: 100%;
    height: 104px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

/*  #masthead ul#menu-mobile-menu {
    -webkit-transform: translateX(900px);
    transform: translateX(900px);

    margin: 0;
    flex-direction: column;
    padding: 40px 0 0 60px;
    width: calc(100% - 20%);
    height: 100vh;
    background: rgba(16,20,23,.97);
    position: absolute;
    top: 104px;
    right: 0;

    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
  }
  .main-navigation.toggled ul {
    -webkit-transform: translateX(0)!important;
    transform: translateX(0)!important;

    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
  }*/
  #masthead .pattern-wrap {
    display: none;
  }
  .menu-mobile-menu-container:before {
    content: "";
    background: rgb(35,70,90);
    background: linear-gradient(79deg, rgba(35,70,90,1) 0%, rgba(35,70,90,1) 49%, rgba(66,105,120,1) 75%);
    background: url(/wp-content/uploads/2024/11/pattern2.svg) no-repeat center center;
    background-size: 570px auto;
    width: 100%;
    height: 104px;
    position: absolute;
    top: 0;
  }
  #masthead ul#menu-mobile-menu {
    margin: 0;
    flex-direction: column;
    padding: 60px 0 0 60px;
    width: 100%;
    height: 0;
    background: rgba(16,20,23,.98);
    position: absolute;
    top: 104px;
    opacity: 0;
    /*display: none;*/
    visibility: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
  }
  .main-navigation.toggled ul {
    opacity: 1!important;
    /*display: block!important;*/
    z-index: -1;
    visibility: visible!important;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
  }

  .toggleMe {
    height: 100vh!important;
  }
	.remove-scroll {
		overflow: hidden;
    height: 100vh;
	}
  /*.underlay {
		opacity: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
	}*/
	/*.show {
		opacity: 1;
		z-index: 9997;
	}*/
  .add-z-index {
    z-index: -1!important;
  }

  #masthead ul#menu-mobile-menu li {
    margin: 0 0 7px 0;
  }
  #masthead ul#menu-mobile-menu li a {
    font-size: 21px!important;
    font-weight: 300;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    display: block;
    color: #fff;
    line-height: 42px;
  }
  #masthead li.current_page_item a, #masthead ul#menu-mobile-menu li a:hover {
    background: transparent!important;
    color: #fff!important;
  }  
  #masthead ul#menu-mobile-menu li:last-child {
    margin-right: auto!important;
    margin-bottom: 0!important;
  }
  #masthead ul#menu-mobile-menu li.current_page_item:before {
    content: "";
    background: rgba(255,255,255,.15);
    width: 250px;
    height: 42px;
    display: block;
    position: absolute;
    z-index: 0;
    left: -20px;
    top: 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
  }
  #masthead ul#menu-mobile-menu li.current_page_item a:before {
    content: "";
    background: url(/wp-content/themes/ttng-theme/img/arrow-2-blue.svg) no-repeat;
    width: 15px;
    height: 12px;
    display: block;
    position: absolute;
    left: 2px;
    top: 16px;
  }
  #masthead ul#menu-mobile-menu li.current_page_item a, 
  ul#menu-mobile-menu li.current_page_item a:hover {
    padding: 0 0 0 30px;
    line-height: 42px;
  }
	.blog article {
		width: 46%;
		margin-bottom: 10%;
	}
  .blog article:nth-last-child(-n+3) {
    margin-bottom: 10%;
  }
  .blog article:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .blog .pagination {
    margin: 50px 0 0 0;
  }
	.single-post article {
    margin-bottom: 15px;
	}
	.single-post .nav-title {
    font-size: 15px;
    line-height: 26px;
    max-width: 187px;
	}
  .page-template-inspiration-template .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .page-template-inspiration-template .take-off-wrapper a {
    width: 60%;
  }
  .page-template-inspiration-template .take-off-wrapper .pod {
    width: 100%;
  }
 .page-template-holiday-extras-template .take-off-wrapper .pod {
    width: 48%;
  }
  .page-template-inspiration-template .pod p br {
    display: none;
  }
  /*table*/
  .page-template-cookie-policy-template .table, 
  .page-template-privacy-policy-template .table {
    letter-spacing: 0;
  }
  .page-template-cookie-policy-template .table .top-row div:nth-child(4), 
  .page-template-cookie-policy-template .table .table-row div:nth-child(4) {
    width: 50%;
  }
  .ScreenContentWrapper-sc-__sc-1ndopc5-4.kxrXOe {
    overflow-y: hidden!important;
  }
  .tf-v1-widget-fullscreen {
    position: unset!important;
  }
  .page-template-enchanted-guide-template .site-footer {
    display: block;
  }
}
@media (max-width: 920px) {
	.page-template-contact-us-template .row2 .right .inner {
    width: 346px;
	}
}
@media (max-width: 860px) {
  /*table*/
  .page-template-cookie-policy-template .table p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 840px) {
  .blog article {
    margin-bottom: 14%;
  }
  div#mc_embed_shell {
    width: 400px;
  }
  div#mc_embed_signup_scroll > div {
    width: 100%;
    flex-direction: column;
  }
  #mc_embed_signup .mc-field-group {
    margin-right: 0;
  }
  .newsletter-row .newsletter-form-wrapper input {
    margin-bottom: 10px;
  }
  #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    bottom: 12px!important;
  }
}
@media (max-width: 768px) {
  #hero-slider, #hero-slider .slick-list, #hero-slider .slick-track {
    height: 440px;
  }
	.overlay {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7357536764705883) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7357536764705883) 0%, rgba(0,0,0,0) 75%);
    background: linear-gradient(0deg, rgba(0,0,0,0.7357536764705883) 0%, rgba(0,0,0,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}
	.overlay .container {
    align-items: flex-end;
    justify-content: center;
	}
  .overlay .slider-caption {
    display: flex;
  	flex-direction: column;
  	align-items: center;
    padding: 0 0 35px 0;
	}
  .overlay .h1-text {
    display: none;
  }
	.overlay h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 10px 0;
    padding: 0 10px;
		text-align: center;
	}
  .overlay h1 span {
    position: unset;
    top: unset;
  }
  .overlay p {
    line-height: 25px;
    text-align: center;
    padding: 0;
    margin: 0 auto 15px auto;
    max-width: 100%;
  }
  .slick-dots {
    display: none!important;
  }
  .dots {
    margin: 8px 0;
  }
	.prev-next {
		display: flex;
		justify-content: center;
	}
  .overlay1 .container1 .container-inner .location {
    margin: 29px 0 0 0;
  }
	.row1 {
		flex-direction: column-reverse;
	}
  .page-template-about-us-template .row1 {
    padding: 45px 0;
  }
	.home .row2, /*.page-template-inspiration-template .row2, .page-template-holiday-extras-template .row2, .page-template-testimonials-template .row2,*/ .cta-row {
    padding: 60px 0 70px 0;
	}
	.row1 .right, 
	.row3 .left {
		width: 100%;
    height: auto!important;
  	margin-bottom: 30px;
  	justify-content: center;
	}
	.row1 .right > div, 
	.row3 .left > div {
  	max-width: 100%;
  	padding: 0 20px;
    display: flex;
  	flex-direction: column;
  	align-items: center;
	}
	.row1 .right > div h2, 
	.row1 .right > div p, 
	.row3 .left > div h2, 
	.row3 .left > div p {
		text-align: center;
	}
	.row1 .left, 
	.row3 .right {
    width: 100%;
    padding: 0 20px;
	}
	.row3 {
		flex-direction: column;
		padding: 45px 0;
	}

	.home .latest-blog-post-row {
    flex-direction: unset;
    padding-top: 0;
	}
	.home .latest-blog-post-row .container {
		display: unset;
		width: 100%;
	}
	.home .latest-blog-post-row .container > h2 {
		display: block;
		color: #333;
		text-align: center;
		margin: 0 0 30px 0;
	}
	.home .latest-blog-post-row .left {
		height: 200px;
	}
	.home .latest-blog-post-row .entry-header .date-container {
		right: 10px;
	}
  .latest-blog-post-row .left .post-thumbnail {
    height: 200px;
  }
	.home .latest-blog-post-row .right h3 {
		display: none;
	}
	.home .latest-blog-post-row .right {
		margin: 20px 0 0 0;
	}

	.hero-internal {
    	height: 260px;
	}
	.hero-internal h1 {
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
	}
	/*Remove margin-bottom from p on internal pages*/
	.page-template-about-us-template .row1 .right > div p, 
	.page-template-about-us-template .row3 .left > div p, 
	.page-template-contact-us-template .row3 .left > div p {
    	margin-bottom: 0;
	}
  .page-template-meet-the-team-template .pod h3, 
  .page-template-careers-template .pod h3 {
    font-size: 20px;
  }
  .page-template-meet-the-team-template .pod p, 
  .page-template-careers-template .pod p {
    font-size: 16px;
  }
  .post-type-archive-e-brochure .brochures-container .cvf-universal-content a {
    width: 28%;
  }
  .post-type-archive-e-brochure .e-brochures__e-brochure.e-brochure .view-btn {
    width: 85px;
    height: 35px;
  }
  .post-type-archive-e-brochure .e-brochures__e-brochure.e-brochure .view-btn p {
    font-size: 13px;
  }
  .post-type-archive-e-brochure .e-brochures__e-brochure.e-brochure .view-btn .view-icon {
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
  }
  .cvf-universal-pagination ul li:first-child, 
  .cvf-universal-pagination ul li:last-child {
    font-size: 0;
    padding: 11px 20px;
  }
  .cvf-universal-pagination ul li:first-child:before, 
  .cvf-universal-pagination ul li:last-child:after {
    width: 14px;
    height: 14px;
    margin: 0;
  }
  .cvf-universal-pagination ul li:last-child {
    font-size: 0;
  }
  .post-type-archive-e-brochure .nav-links {
    display: flex;
    align-items: center;
  }
  .blog .hero-internal {
    background-position: 70%;
  }
  .blog .nav-links {
    display: flex;
    align-items: center;
  }
  .blog .pagination .page-numbers {
    margin: 0 4px;
  }
  .blog .pagination .prev.page-numbers, 
  .blog .pagination .next.page-numbers {
    font-size: 0;
    padding: 11px 13px;
  }
  .blog .pagination .prev.page-numbers:before, 
  .blog .pagination .next.page-numbers:after {
    width: 14px;
    height: 14px;
    margin: 1px 3px 0 3px;
  }
  .page-template-inspiration-template .take-off-wrapper a {
    width: 80%;
  }
	.page-template-contact-us-template .row2 .container {
    	flex-direction: column;
	}
	.page-template-contact-us-template .row2 .left, 
	.page-template-contact-us-template .row2 .right, 
	.page-template-contact-us-template .row2 .left .inner, 
	.page-template-contact-us-template .row2 .right .inner {
		width: 100%;
	}
	.page-template-contact-us-template .row2 .left {
		margin: 0 0 45px 0;
	}
	.page-template-contact-us-template .row2 .right div.wpcf7 {
		padding: 0;
	}
  .page-template-privacy-policy-template .row2 .container h2, 
  .page-template-cookie-policy-template .row2 .container h2 {
    line-height: normal;
  }
  /*table*/
  .page-template-cookie-policy-template .table .top-row p, 
  .page-template-cookie-policy-template .table .table-row p, 
  .page-template-privacy-policy-template .table .top-row p, 
  .page-template-privacy-policy-template .table .table-row p {
    font-size: 10px;
    line-height: 17px;
  }
  .page-template-cookie-policy-template .table .top-row div:nth-child(2), 
  .page-template-cookie-policy-template .table .table-row div:nth-child(2) {
    width: 30%;
  }
  .page-template-privacy-policy-template .row2 .table p, 
  .page-template-privacy-policy-template .row2 .table ol li p {
    line-height: 15px;
  }
  .page-template-newsletter-template div#mc_embed_shell {
    width: 400px;
  }
  .page-template-newsletter-template div#mc_embed_signup_scroll > div {
    width: 100%;
  }
}

@media (max-width: 680px) {
	.page-template-about-us-template .row4 .container {
    	flex-direction: column;
    	align-items: center;
	}
	.page-template-about-us-template .row4 ul.ksp-list {
		max-width: 475px;
	}
  .page-template-about-us-template .row4 ul.ksp-list li p br {
    display: none;
  }
	.page-template-about-us-template .row4 .left, 
	.page-template-about-us-template .row4 .right {
		width: 100%;
	}
	.page-template-about-us-template .row4 .left {
    	margin-bottom: 30px;
	}
}
@media (max-width: 650px) {
  .overlay p {
    font-size: 16px;
  }
  section.cta-row p br {
    display: none;
  }
  .newsletter-row {
    background-image: url(/wp-content/uploads/2024/11/newsletter-row-bg-mobile.jpg);
    background-size: cover;
  }
	.site-footer .link-container {
		flex-direction: column;
	}
	.footer-menu, 
	.footer-menu2 {
		margin: 0;
	}
	ul#primary-menu li:last-child, 
	.site-footer ul#menu-legal-menu li:last-child {
    margin-bottom: 0!important;
	}
	.footer-menu:after, 
	.footer-menu2:after {
		content: "";
		display: block;
		background: #fff;
		width: 100%;
		height: 1px;
		opacity: .7;
		margin: 30px 0 10px 0;
	}
	.site-footer .footer-bottom-bar {
    padding: 0 0 40px 0;
	}
  .page-template-meet-the-team-template .wrapper, 
  .page-template-careers-template .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .page-template-meet-the-team-template .meet-the-team-wrapper a, 
  .page-template-careers-template .careers-wrapper a {
    width: 300px;
    margin-bottom: 40px;
  }
  .page-template-meet-the-team-template .meet-the-team-wrapper a:last-child, 
  .page-template-careers-template .careers-wrapper a:last-child {
    margin-bottom: 0;
  }
  .page-template-meet-the-team-template .pod h3, 
  .page-template-careers-template .pod h3 {
    font-size: 30px;
  }
  .page-template-meet-the-team-template .pod p, 
  .page-template-careers-template .pod p {
    font-size: 18px;
  }
  .page-template-team-member-template .intro, 
  .page-template-careers-individual-template .intro {
    flex-direction: column;
    margin: 15px 0 0 0;
  }
  .page-template-team-member-template .intro .left, 
  .page-template-careers-individual-template .intro .left {
    width: 100%;
    margin: 30px 0 0 0;
    order: 1;
  }
  .page-template-team-member-template .intro .right, 
  .page-template-careers-individual-template .intro .right {
    width: 100%;
    margin: 0;
    order: 0;
    justify-content: flex-start;
  }
  .page-template-team-member-template .intro .left p br, 
  .page-template-careers-individual-template .intro .left p br {
    display: none;
  }
  .page-template-team-member-template .intro .left p span, 
  .page-template-careers-individual-template .intro .left p span {
    margin: 15px 0;
    display: block;
  }
  .page-template-team-member-template .outro {
    flex-direction: column;
  }
  .page-template-team-member-template .outro .left {
    width: 100%;
    margin: 0;
    padding-top: 25px;
    order: 1;
  }
  .page-template-team-member-template .outro .left div {
    margin: 0 0 25px 0;
  }
  .page-template-team-member-template .outro .right {
    width: 100%;
    justify-content: flex-start;
    order: 0;
  }
  .page-template-team-member-template .outro .right h2 {
    margin: 40px 0 20px 20px;
  }
  #datafetch a {
    width: 28%;
  }
	.blog article {
		margin-bottom: 16%;
	}
  .blog article:nth-last-child(-n+3) {
    margin-bottom: 16%;
  }
  .blog article:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
	.single-post .social-share-buttons {
		padding: 0 15px 0 23px;
	}
	.single-post .more-to-explore-wrap {
    flex-direction: column;
	}
	.single-post .more-to-explore-wrap a {
		width: 100%;
	}
	.single-post .more-to-explore-wrap a:first-child {
    margin-bottom: 80px;
	}
  .page-template-inspiration-template .take-off-wrapper a {
    width: 95%;
    margin-bottom: 30px;
  }
  .add-br-on-mobile {
    display: block!important;
  }
  .page-template-enchanted-guide-template #masthead .site-branding {
    background: none;
    padding: 0 0 2px 0;
  }
  .page-template-enchanted-guide-template .site-branding .custom-logo {
    width: 60px;
  }
}
@media (max-width: 590px) {
  ul#menu-breadcrumb {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .page-template-newsletter-template .hero-internal {
    background-position: 80% center;
  }
}
@media (max-width: 540px) {
	#masthead .container {
    height: 94px;
	}
	#masthead .menu-mobile-menu-container {
		height: 94px;
	}
	#masthead ul#menu-mobile-menu {
		top: 94px;
	}
  .menu-mobile-menu-container:before {
    height: 94px;
  }
	#masthead .btn {
		display: none;
	}
	#masthead .site-branding {
	    margin-right: 30px;
	}
  .hero-internal h1 {
    font-size: 40px;
    line-height: 50px;
  }
	.page-template-about-us-template .row4 ul.ksp-list {
    max-width: 400px;
    padding: 0 20px;
	}
  .page-template-team-member-template .intro .right .team-member, 
  .page-template-careers-individual-template .intro .right .team-member {
    width: 100%;
    height: 65vh;
  }
  .post-type-archive-e-brochure .brochures-container .cvf-universal-content a {
    width: 46%;
  }
	.blog article {
		width: 100%;
		margin-bottom: 80px;
	}
  .blog article:nth-last-child(-n+3) {
    margin-bottom: 80px;
  }
  .blog article:nth-last-child(-n+2) {
    margin-bottom: 80px;
  }
  .blog article:last-child {
    margin-bottom: 0;
  }
  .page-template-inspiration-template .take-off-wrapper .pod, 
  .page-template-holiday-extras-template .take-off-wrapper .pod {
    width: 100%;
  }
}
/*-- Max-height Mobile Menu --*/
@media (max-width: 992px) and (max-height: 700px) {
  #masthead .container, 
  #masthead .menu-mobile-menu-container {
    height: 60px;
  }
  #masthead .btn {
    padding: 7px 22px;
  }
  #masthead ul#menu-mobile-menu {
    /*padding-top: 20px;*/
    top: 60px;
  }
  #masthead ul#menu-mobile-menu li {
    margin: 0 0 5px 0;
  }
  #masthead ul#menu-mobile-menu li a {
    font-size: 16px!important;
    line-height: 34px;
  }
  .page-template-enchanted-guide-template #masthead .site-branding {
    background: none;
    padding: 0;
  }
  .page-template-enchanted-guide-template .site-branding .custom-logo {
    width: 37px;
  }
}
@media (max-width: 480px) {
	#masthead .container {
    height: 84px;
	}
	#masthead .menu-mobile-menu-container {
		height: 84px;
	}
	#masthead ul#menu-mobile-menu {
		top: 84px;
	}
  .menu-mobile-menu-container:before {
    height: 84px;
  }
	.row2 .btn-container {
		flex-direction: column;
		align-items: center;
	}
	.row2 .btn-container .btn:first-child {
		margin: 0 0 10px 0;
	}
  .page-template-team-member-template .outro .right h2 {
    font-size: 31px;
    font-weight: 500;
    width: 280px;
  }
  .page-template-team-member-template .outro .right h2:before {
    width: 50px;
    height: 47px;
  }
  .page-template-inspiration-template h2, 
  .page-template-holiday-extras-template h2, 
  .page-template-testimonials-template h2 {
    margin: 20px 0 30px 0;
  }
  .page-template-inspiration-template .row2 .btn-container .btn:first-child, 
  .page-template-holiday-extras-template .row2 .btn-container .btn:first-child {
    margin-bottom: 0;
  }
	/*Resize h2*/
	.row1 .right > div h2, 
	.row2 h2, 
	.row3 .left > div h2, 
	.latest-blog-post-row .container > h2, 
	.single-post .site-main .container > h2, 
  .page-template-inspiration-template h2, 
  .page-template-holiday-extras-template h2, 
  .newsletter-row h2, 
	.page-template-contact-us-template .google-map-outer h2, 
  .page-template-testimonials-template h2, 
  .page-template-touring-holidays-template .section1 h2, .cta-row h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.home .row2 h2 {
	  line-height: 40px;
	}
	.site-footer .footer-bottom-bar .right {
    flex-direction: column;
    align-items: flex-start;
	} 
  .site-footer .footer-bottom-bar .right .tta-logo {
    margin: 0 0 20px 0;
  }
  .post-type-archive-e-brochure .brochures-container .e-brochures a {
    margin-bottom: 50px;
  }
  #datafetch a {
    width: 46%;
  }
	.single-post .social-share-buttons {
		flex-direction: column;
	}
	.single-post .social-share-buttons {
	  padding: 20px 15px 15px 23px;
	}
	.single-post .social-share-buttons h3 {
    margin: 0 0 10px 0;
	}
  .page-template-privacy-policy-template .row2 ol {
    padding: 0 0 0 25px;
  }
  .page-template-privacy-policy-template .row2 .table ol {
    padding: 0;
  }
  .page-template-cookie-policy-template .table {
    display: none;
  }
  .page-template-cookie-policy-template .mobile-table {
    display: block;
  }
  #masthead .site-branding, 
  .page-template-enchanted-guide-template #masthead .site-branding {
    background: none;
    margin: 0 auto;
    padding: 0 0px 7px 28px;
  }
  .site-branding .custom-logo, 
  .page-template-enchanted-guide-template .site-branding .custom-logo {
    width: 50px;
  }
}
@media (max-width: 440px) {
	.site-footer .footer-bottom-bar .left p {
		line-height: 28px;
	}
	.site-footer .footer-bottom-bar .left p:first-child {
	  margin: 0 0 20px 0;
	}
	.site-footer .footer-bottom-bar .left p:nth-child(2) br {
	  display: block;
	}
  .page-template-newsletter-template div#mc_embed_shell {
    width: 88vw;
  }
}
@media (max-width: 414px) {
	.site-footer .link-container {
		width: 100%;
	}
  .page-template-meet-the-team-template .meet-the-team-wrapper a {
    width: 80%;
  }
  ul#menu-breadcrumb li:first-child a {
    text-align: left;
  }
}
/*-- Max-height Mobile Menu --*/
@media (max-height: 440px) {
  #masthead ul#menu-mobile-menu {
    padding-left: 0;
  }
  #masthead ul#menu-mobile-menu .outer {
    height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #masthead ul#menu-mobile-menu .inner {
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
    padding-left: 60px;
  }
  #masthead ul#menu-mobile-menu .inner::-webkit-scrollbar {
    width: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
  }
  #masthead ul#menu-mobile-menu .inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 50px;
    -webkit-border-radius: 50px;
  }
  #masthead ul#menu-mobile-menu .inner::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.5);
    outline: 0 solid slategrey;
    border-radius: 50px;
    -webkit-border-radius: 50px;
  }
}
@media (max-width: 360px) {
  .page-template-team-member-template .outro .right h2 {
    width: 265px;
  }
  .post-type-archive-e-brochure .brochures-container .cvf-universal-content a {
    width: 100%;
  }
  .table .top-row div, 
  .table .table-row div {
    padding: 5px;
  }
  .page-template-privacy-policy-template .row2 .table ol li p:before {
    padding: 0 5px 0 0;
  }
  .page-template-privacy-policy-template .row2 ul.bullet-list {
    padding: 0 0 0 10px;
  }
  .page-template-privacy-policy-template .row2 ol {
    padding: 0;
  }
  .page-template-privacy-policy-template .row2 ol > li p:before {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 320px) {
  .site-footer .footer-bottom-bar .right .ite-logo, 
  .site-footer .footer-bottom-bar .right .tta-logo {
    width: 80%;
  }
}








