/*!
Theme Name: On Oyster
Theme URI: http://underscores.me/
Author: Focus Online
Author URI: https://www.focusonline.co.za
Description: Custom theme built upon underscores.me
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _onoyster
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Overhang is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Colors */

:root {
  --primary: #757575;
  --secondary: #203239;
}

/* Typography & Fonts */

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Libre Baskerville', serif;
}

p {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

a {
  text-decoration: none;
}

.textblock a:link, .textblock a:visited {
  text-decoration: none;
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  font-weight: bold;
}

.textblock a:hover {
  text-decoration: none;
  border-bottom: 1px solid #333;
  color: #333;
font-weight: bold;
}

h1 {
	font-size: 50px;
  line-height: 55px;
  padding: 0 18%;
  text-align: center;
  font-weight: 400;
  color: var(--primary);
	text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  font-size: 36px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  margin: 10px 0;
  font-weight: 600;
}

h3 {
  font-size: 28px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0;
  font-weight: 400;
}

/* Global */

  .banner {
	  width: 100%;
	  height: 100vh;
	  background-color: #1b2d46;
  }

  @keyframes backgroundScroll {
  	  0%   {transform: scale(1);}
  	  50% {transform: scale(1.3);}
  	  100%   {transform: scale(1);}
  	}

  	.banner-animation {
  	  animation: backgroundScroll 40s linear infinite;
  	  overflow: hidden;
  	}

  .space20 {
  height: 20px;
  }

a.arrow {
  color: var(--primary);
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 15px;
  margin: 20px auto;
  display: inline-block;
  letter-spacing: 3px;
  font-weight: 900;
}

a.arrow::after {
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 700;
  content: "\f061";
  margin-left: 5px;
  display: inline-block;
  transition: all .3s ease;
}

a.arrow:hover::after {
  transform: rotate(360deg);
  transition: all .3s ease;
}

a.arrow.white, a.arrow.white::after {
  color: #fff;
}

.image-and-text .text .text-content {
  padding: 0 10%;
}

.image-and-text .text {
  align-items: center;
}

.image-and-text p.topsub-heading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 8px auto;
  color: grey;
  font-weight: 400;
}

.image-and-text h3 {
  margin: 12px 0 25px;
}

.image-text-wrapper.Square:not(.Big) .image-and-text {
  width: 90%;
  max-width: 1400px;
  margin: 45px auto !important;
  grid-template-columns: 1fr 1fr !important;
}

.image-text-wrapper.Square .Image > div, .image-text-wrapper.Square video {
  min-height: unset !important;
  height: 450px;
}

.image-text-wrapper.Square > h2, .image-text-wrapper.Square > p {
  max-width: 100% !important;
  text-align: center !important;
}

.image-text-wrapper.Left.Small > h2, .image-text-wrapper.Left.Small > p {
  width: 100%;
  max-width: 66.6%;
  text-align: right;
}

.image-text-wrapper.Small > p {
  font-style: italic;
  color: grey;
  font-size: 20px;
  margin: 0;
}

.image-text-wrapper.Right.Small > h2, .image-text-wrapper.Right.Small > p {
  width: 100%;
  max-width: 66.6%;
  text-align: left;
  margin-left: auto;
}

.image-text-wrapper.Small .Image div {
  min-height: 600px;
}

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

  .image-text-wrapper.Small .Image div {
    min-height: 500px;
  }

}

.image-text-wrapper.Small .image-and-text h2 {
  font-size: 26px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 20px auto 50px !important;
  font-weight: 400;
}

.image-text-wrapper.Small .image-and-text p {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #666;
}

.image-text-wrapper.Left .image-and-text:nth-child(2n) .Image {
  grid-column: 2;
  grid-row: 1;
}

.image-text-wrapper.Left .image-and-text:nth-child(2n) .text-content, .image-text-wrapper.Left .image-and-text:nth-child(2n) .text-content h2 {
  text-align: right;
}

.image-text-wrapper.Right .image-and-text:nth-child(2n-1) .Image {
  grid-column: 2;
  grid-row: 1;
}

.image-text-wrapper.Right:not(.Big) .image-and-text:nth-child(2n-1) .text-content, .image-text-wrapper.Right.Right:not(.Big) .image-and-text:nth-child(2n-1) .text-content h2 {
  text-align: right;
}

.image-and-text .location {
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  color: grey;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 14px !important;
}

.image-and-text .location i {
  font-size: 16px;
  color: grey;
  margin-right: 5px;
  vertical-align: middle;
}

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

  .image-and-text h2 {
    font-size: 26px !important;
  }

  .image-and-text p {
    text-align: center !important;
  }

  .image-and-text .text {
    padding: 30px 0 !important;
  }

  .image-and-text .text .text-content {
    padding: 0 5% !important;
	margin: 0 !important;
	width: 90% !important;

  }

}

/* Experience block */

.image-block-wrapper .content {
  padding: 40px;
  text-align: left;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 800px) {

  .image-block-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 30px 30px;
    grid-template-areas: "block1 block1 block2 block2" "block1 block1 block3 block3" "block4 block5 block3 block3";
  }

}

.block1 {
  grid-area: block1;
  aspect-ratio: 1 / 1;
}

.block2 {
  grid-area: block2;
}

.block3 {
  grid-area: block3;
}

.block4 {
  grid-area: block4;
}

.block5 {
  grid-area: block5;
}

.image-block-wrapper h3 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.image-block-wrapper .image-block {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  align-items: flex-end;
  position: relative;
}

.image-block-wrapper .image-block::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  opacity: 0.4;
}

.image-block-wrapper .image-block .arrow {
  font-weight: 900;
  margin: 15px 0 0;
}

.experience h2, .experience .sub-heading {
  width: 100%;
  max-width: calc(50% - 15px);
  margin-left: auto;
}

p.sub-heading {
  font-size: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

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

  .experience h2, .experience .sub-heading, .image-text-wrapper > h2, .image-text-wrapper > p {
    max-width: 90% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .image-block-wrapper .image-block {
    max-width: 100% !important;
    height: 400px;
    width: 100%;
    margin: 20px 0;
  }

}

/* Contact */

.contact-container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.contact-container .contact-form {
	width: 100%;
	max-width: 50%;
	margin-right: 10%;
}

.contact-container .contact-details {
	width: 100%;
	max-width: 40%;
}

.contact-container .contact-details a {
	color: #666;
	text-decoration: underline;
}

.contact-container .contact-details svg {
	margin-right: 7px;
	position: relative;
	bottom: 1px;
	vertical-align: middle;
}

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

	.contact-container .contact-form, .contact-container .contact-details {
    max-width: 100%;
    margin: 0 0 40px 0;
  }

}
/* Destination Block */

.destination-wrapper > img {
  width: 100%;
  max-width: 43%;
  object-fit: cover;
  height: 100%;
}

.destination-wrapper .content {
  width: 100%;
  max-width: 50%;
  margin-right: 7%;
  text-align: right;
}

.destination-wrapper .text-content {
  padding-left: 30%;
  display: block;
}

.destination-wrapper .text-content h3 {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 20px 0 40px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--primary);
}

.destination-wrapper .text-content p {
  line-height: 2.2;
  font-size: 18px;
  color: grey;
}

.destination-wrapper .sub-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.destination-wrapper .sub-images img {
  width: 100%;
  max-width: 31%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

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

	.destination-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .destination-wrapper .content {
    max-width: 100%;
    margin: unset;
    text-align: center;
  }

  .destination-wrapper .text-content {
    text-align: center !important;
    padding: 0 10% !important;
  }

  .destination-wrapper > img {
    max-width: 100% !important;
    margin-bottom: 10px;
  }

}

.image-and-text h2, .three-image-text h2 {
  font-size: 24px;
  color: #9B4E27;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 auto 15px !important;
  width: 100%;
  line-height: 1.1;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

.Big .image-and-text h2 {
  color: var(--primary);
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 20px 0 60px !important;
  line-height: 1.2;
  text-align: left !important;
}

.image-and-text .textblock {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}

.Big .image-and-text p {
  text-align: left;
  line-height: 2;
  font-size: 24px;
  color: grey;
  font-weight: 300;
  margin: 0;
}

.image-and-text .textblock p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
	width: 100%;
}

.image-and-text p.smalltext {
  margin: 0 auto 10px;
	text-transform: uppercase;
}

.image-and-text p.smalltext.cursive {
	font-size: 45px;
	color: #999;
	text-transform: capitalize;
}

h6 {
	font-size: 45px;
	color: #999;
	text-transform: capitalize;
	margin: 20px auto;
    width: 70%;
    max-width: 1440px;
}

/* Header */

header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

header .topbar {
  background-color: #fff;
  padding: 6px 30px;
}

header .topbar a {
  color: grey;
  text-decoration: none;
  font-size: 14px;
  margin-right: 8px;
}

header .topbar a i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 4px;
}

header .header-wrapper {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

header ul li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0 32px 0 1px;
}

header nav a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 0.6;
  letter-spacing: 1px;
  padding: 5px 0 7px;
/*   border-bottom: 2px solid transparent; */
}

header nav li:last-child {
  background-color: var(--secondary);
  padding: 10px 14px 8px;
}

header nav li:last-child a {
  color: #fff !important;
}

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

/* Footer */

footer .footer-nav {
  flex-wrap: wrap;
}

footer ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

footer .footer-col h3 {
  font-size: 15px;
  font-weight: 700;
  color: #9B4E27;
  letter-spacing: 1px;
  text-transform: uppercase;
}

footer .footer-col a {
  font-size: 14px;
  color: grey !important;
  border-bottom: 1px solid transparent;
  margin: 10px 0 5px;
  max-width: max-content;
  display: inline-block;
  line-height: 1.6;
}

footer .footer-col a:hover {
  color: #000 !important;
  border-bottom: 1px solid #777;
}

footer .footer-col .details {
  color: #aaa;
  margin-top: 10px;
}

footer .footer-col .details a {
  margin: 0;
}

footer .footer-copy {
  margin: 0 auto;
  justify-content: space-between;
  padding: 5px;
}

footer .footer-copy p {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 400;
}

footer .footer-copy a {
  color: #999;
  font-size: 13px;
}

footer .footer-col i {
  width: 21px;
  font-size: 17px;
  color: #000;
  vertical-align: middle;
}

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

  footer .footer-col {
    max-width: 50% !important;
    margin-bottom: 25px;
  }

}

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

  footer .footer-col {
    max-width: 100% !important;
  }

  footer .footer-col:first-child a {
    margin-left: auto;
    margin-right: auto;
    left: unset !important;
  }

}

  @media(min-width: 900px) {

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

		.image-and-text {
	  	display: grid;
		  grid-template-rows: auto 1fr;
		  grid-template-areas: "Image Headline" "Content Content";
		}

    .Big.Right .image-and-text, .Big.Left .image-and-text:nth-child(2n) {
		  grid-template-columns: 7fr 9fr;
		}
    .Big.Right .image-and-text:nth-child(2n), .Big.Left .image-and-text {
		  grid-template-columns: 9fr 7fr;
		}

    .Small.Left .image-and-text, .Small.Right .image-and-text:nth-child(2) {
		  grid-template-columns: 2fr 1fr;
		}

    .Small.Left .image-and-text:nth-child(2), .Small.Right .image-and-text {
		  grid-template-columns: 1fr 2fr;
		}

		.image-and-text.image-right {
			grid-auto-flow: dense;
		  direction: rtl;
		}

}

  .wrap {
  display:block;
  }

/* Call to action   */

.cta {
  display: flex;
  align-items: center;
  padding: 20px;
}

.cta.small {
  min-height: 50vh;
}

.cta.medium {
  min-height: 75vh;
}

.cta.large {
  min-height: 100vh;
}

.cta-inner {
  text-align: center;
  width: 100%;
}

.cta h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 15px 0;
  color: #fff;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.cta .cta-content p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
	
	h3 {
		font-size: 24px;
	}
	
	p.sub-heading {
		font-size: 18px;
	}

  .cta-image-text {
    display: block !important;
    padding: 60px 0 !important;
  }

  .cta-image-text .content {
    margin-bottom: 0 !important;
    padding: 0 7% !important;
    text-align: center !important;
  }

  .cta-image-text .content p {
    font-size: 28px !important;
    text-align: center !important;
  }

}

/* CTA image text */

.cta-image-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 120px 0;
}

.cta-image-text p {
  font-size: 38px;
  text-align: left;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 0;
}

.cta-image-text .content {
  padding-right: 15%;
  margin-bottom: 25px;
}

.cta-image-text .cta-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-image-text .cta-image img {
  width: 100%;
  max-width: 310px;
  padding: 0 15px;
}

/* Reviews */

.review-text {
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

.review-text p {
  line-height: 1.4;
}

.review-text h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}

.review-text span {
  display: block;
  font-size: 12px;
  font-style: italic;
  opacity: 0.6;
  margin-top: 6px;
}

.slick-dots li button {
  text-indent: -9999px;
  background: #9B4E27;
  height: 13px;
  width: 13px;
  margin: 2px;
  border-radius: 10px;
  border: none !important;
}

.slick-dots li.slick-active button {
  background: grey;
  opacity: 0.6;
}

.slick-dots {
  text-align: center;
  padding: 0;
  margin: 26px auto 30px;
}

.slick-dots li {
  display: inline-block;
}

.review-quote-img {
  text-align: center;
display: inline-block !important;
}

.slick-list {
  height: 100% !important;
}

/* Signup */

.signup {
  height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup div {
  text-align: center;
}

.signup h2 {
  font-size: 30px;
  color: #9B4E27;
  text-transform: uppercase;
  letter-spacing: 4px;
  /* font-weight: 500; */
}

.signup p {
  font-size: 24px;
  color: grey;
  letter-spacing: 2px;
}

  .banner {
  overflow: hidden;
  text-align: center;
  }

  .banner-title {
    position: absolute;
    color: #fff;
    z-index: 999;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    left: 0;
    top: 0;
    padding: 0;
    align-items: center;
  }

  .scroll-hero {
    width: 40px;
    height: 40px;
    border: none !important;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.85;
    background: url("/wp-content/uploads/2023/08/arrows-sprite-white.png") no-repeat 0 0;
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 36%;
    left: calc(50% - 20px);
  }

  .banner-overlay {
  background: rgba(0,0,0,0.3);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  }
  .banner-links a {
  display: inline-block;
  padding: 7px 10px;
  margin: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px;
  letter-spacing: 2px;
  }
  .banner-links a {
  display: inline-block;
  padding: 13px 18px;
  margin: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  letter-spacing: 2px;
  }
  .banner-links a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: rgb(62, 67, 136);
  }

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

  .banner-title {
    font-size: 26px;
    bottom: 30%;
    left: 0;
    right: 0;
    width: 85%;
  }

  .scroll-hero {
    bottom: 16%;
  }

}

  .video {
  z-index: 1;
  }
  .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 100px;
  display: inline-block;
  z-index: 99;
  }

.banner-bottom-text {
	font-size: 22px;
	text-transform: none;
	letter-spacing: 4px;
	font-style: italic;
	margin: 20px auto;
	font-weight: 400;
}

  /* BOCKS */

  .blocks {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 10px;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  }


  .blocks>div {
	  height: 80vh;
	  max-height: 700px;
	  position: relative;
	  color: #fff !important;
	  display: flex;
	  flex:  0 0 33%;
	  justify-content: center;
	  align-items: center;
	  -moz-transition: all 1.3s ease;
	  -webkit-transition: all 1.3s ease;
	  transition: all 1.3s ease;
	  margin-bottom: 30px;
	  }

  @media(min-width: 900px) {
	  .blocks {
		  display: flex;
		  grid-template-columns: auto auto auto;
		  grid-column-gap: 10px;
		  width: 90%;
		  max-width: 1440px;
		  margin: 0 auto;
	  }
	  .blocks>div {
		  height: 60vh;
		  max-height: 700px;
		  position: relative;
		  color: #fff !important;
		  display: flex;
		  flex:  0 0 33.333%;
		  flex: 0 0 calc((100% - 20px)/3);
		  justify-content: center;
		  align-items: center;
		  -moz-transition: all 1.3s ease;
		  -webkit-transition: all 1.3s ease;
		  transition: all 1.3s ease;
		  }

		  .blocks>div:hover .blocks-overlay {
  background: rgba(0,0,0,0.4) !important;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
		  }
  }



  .blocks-overlay {
  background: rgba(0,0,0,0.3);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  }


	.content-carousel .content-carousel-inner {
		height: 60vh;
		max-height: 700px;
		position: relative;
		color: #fff !important;
		display: inline-flex !important;
		justify-content: center;
		align-items: center;
		-moz-transition: all 1.3s ease;
		-webkit-transition: all 1.3s ease;
		transition: all 1.3s ease;
		margin: 0 1%;
		position: relative;
		width: 31%;
	}

	.content-carousel .carousel-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.content-carousel .content-carousel-inner a {
		color: #fff;
		border: 1px solid #fff;
		padding: 13px 17px;
		text-decoration: none !important;
		text-transform: uppercase;
		font-size: 13px;
		margin: 55px auto 0;
		display: inline-block;
		letter-spacing: 2px;
		font-weight: 600;
		opacity: 0;
		-moz-transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}

	.content-carousel .content-carousel-inner:hover .block-content {
		margin-top: -70px;
	}

	.content-carousel .content-carousel-inner:hover .line, .content-carousel .content-carousel-inner:hover p {
		opacity: 1;
	}

	.content-carousel .content-carousel-inner:hover a {
		opacity: 1;
		margin: 25px auto 0;
	}

  /* Slick */

.slick-list, .slick-track, .slick-slider {
		height: 100%;
	}

.slick-arrow {
  position: absolute;
  z-index: 99;
  top: calc( 50% - 20px);
  width: 40px;
  height: 40px;
  border: none !important;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.6;
}

.banner .slick-prev {
  left: 20px;
  background: url("/wp-content/uploads/2023/08/arrows-sprite-white.png") no-repeat 0 0;
}

.banner .slick-next {
  right: 20px;
  background: url("/wp-content/uploads/2023/08/arrows-sprite-white.png") no-repeat -40px 0;
}

  .block-content {
  z-index: 11;
  margin-top:30px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
	text-align: center;
	width: 100%;
  }
  .blocks>div:hover .block-content {
  margin-top: -70px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }

.post-card-overlay::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: #000;
	opacity: 0.2;
}

  p.heading {
		font-size: 25px;
		letter-spacing: 2px;
		text-transform: uppercase;
		width: 90%;
		margin: 10px auto 30px;
		font-weight: 200;
		line-height: 1.1;
  }
  @media (min-width: 1000px) {
  p.heading {
		font-size: 25px;
		letter-spacing: 4px;
		text-transform: uppercase;
		width: 90%;
		margin: 10px auto 20px;
		font-weight: 200;
		line-height: 1.1;
  }
  }
  p.bestfor {
		font-size: 18px;
		letter-spacing: 2px;
		text-transform: uppercase;
		width: 90%;
		margin: 10px auto 30px;
		font-weight: 600;
  }

  p.description {
  font-size: 15px;
  width: 60%;
  margin: 10px auto;
  font-weight: 200;
  opacity: 0;
  font-weight: 400;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

  }
  .blocks>div:hover .description {
  opacity: 0.8;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

  }

  .blocks>div:hover .line {
  opacity: 6;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }

  p.subtitle {
		color: #999;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 5px;
		text-transform: uppercase;
		margin: 30px auto 10px;
  }

	p.subheading {
  font-size: 16px;
  letter-spacing: 1px;
  width: 90%;
  margin: 10px auto 30px;
  font-weight: 200;
  line-height: 1.1;
  font-style: italic;
}

  .block-content a, .block-content button {
  color: #fff;
  border: 1px solid #fff;
  padding:13px 17px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  margin: 55px auto 0;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 600;
  opacity: 0;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
	 cursor: pointer;
  }

  .blocks>div:hover .block-content a, .blocks>div:hover .block-content button {
  opacity: 1;
  margin: 25px auto 0;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
	  cursor: pointer;
  }

  .block-content a:hover, .block-content button {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.6s ease;
	  cursor: pointer;
  }


  .space10 { clear: both; display: block; width: 100%; height: 10px; }
  .space15 { clear: both; display: block; width: 100%; height: 15px; }
  .space20 { clear: both; display: block; width: 100%; height: 20px; }
  .space25 { clear: both; display: block; width: 100%; height: 25px; }
  .space30 { clear: both; display: block; width: 100%; height: 30px; }
  .space35 { clear: both; display: block; width: 100%; height: 35px; }
  .space40 { clear: both; display: block; width: 100%; height: 40px; }
  .space45 { clear: both; display: block; width: 100%; height: 45px; }
  .space50 { clear: both; display: block; width: 100%; height: 50px; }
  .space55 { clear: both; display: block; width: 100%; height: 55px; }
  .space60 { clear: both; display: block; width: 100%; height: 60px; }
  .space65 { clear: both; display: block; width: 100%; height: 65px; }
  .space70 { clear: both; display: block; width: 100%; height: 70px; }
  .space75 { clear: both; display: block; width: 100%; height: 75px; }
  .space80 { clear: both; display: block; width: 100%; height: 80px; }
  .space85 { clear: both; display: block; width: 100%; height: 85px; }
  .space90 { clear: both; display: block; width: 100%; height: 90px; }
  .space95 { clear: both; display: block; width: 100%; height: 95px; }
  .space100 { clear: both; display: block; width: 100%; height: 100px; }


  .intro p {
    font-size: 42px;
    color: #666;
    line-height: 55px;
    padding: 0 18%;
    text-align: center;
  }


  .textblock p {
		column-count: 1;
		column-gap: 0;
		text-align: left;
		line-height: 1.6;
		margin: 0 auto 20px;
		max-width: 1280px;
		text-align: justify;
	  font-weight: 300;
  }

  .textblock.center p {
    text-align: center;
  }

  .textblock.dropcap p:first-of-type:first-letter {
	  font-size: 80px;
	  line-height: 1em;
	  letter-spacing: normal;
	  font-weight: 400 !important;
	  font-style: normal;
	  text-transform: none;
	  float: left;
	  margin: -5px 0px 0px -5px;
	  padding: 0 10px 0 0;
	  color: #9B4E27;
  }

.textblock.narrow {
	max-width: 900px;
	width: 70%;
}

strong {
  font-weight: bold;
}

	  .button {
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 12px 24px;
      color: #fff;
      background-color: var(--secondary);
      border: 1px solid var(--secondary);
      text-decoration: none !important;
      transition: all .2s ease;
      cursor: pointer;
      display: inline-block;
	  }

    .button:hover {
      background-color: #425760;
    }

	  .alignleft {
		  text-align: left;
	  }

	  ul.withIcon {
		  padding: 0;
  }
	  ul.withIcon li {
		  list-style-type: none;
  }
	  ul.withIcon li:before {
	  font-family: 'FontAwesome';
	  content: '\f0da';
	  font-size: 21px;
	  margin:0 12px 0 -10px;
	  color:#507abc;
	  vertical-align: middle;
  }




  ul.days {
		  padding: 0;
  }
	  ul.days li {
		  list-style-type: none;
	  padding-left: 38px;
	  line-height: 1.4;
	  text-transform: none !important;
  }
	  ul.days li:before {
		  font-family: 'FontAwesome';
			  content: '\f017';
			  font-size: 16px;
			  font-weight: bold;
			  margin: -1px 12px 0 -29px;
			  color: #a7abb1;
			  vertical-align: middle;
  }

  ul.faq {
		  padding: 0;
  }
  ul.faq li {
		  list-style-type: none;
		  font-weight: 500;
		  color: #666;
		  font-size: 18px;
  }
  ul.faq li span {
		  list-style-type: none;
		  font-weight: normal !important;
		  display: block;
		  font-size: 16px;
		  color: #222;
		  margin: 4px 0 0 15px;
  }

	  ul.faq li:before {
	  content: 'Q';
	  font-size: 21px;
	  font-weight: bold;
	  margin:0 12px 0 -10px;
	  color:#507abc;
	  vertical-align: baseline;
  }





  /* gallery */


  @media(min-width:600px) {
	  .gallery-photos {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap:10px;
		width: calc( 100% - 40px);
		margin: 40px auto;
	  }
	}


	.gallery-photos {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap:10px;
	  width: calc( 100% - 40px);
	  margin: 0px auto 40px;
	}
	.gallery-photos div {
	  background: rgb(126, 126, 126);
	  height: calc( (100vw - 40px) /2);
	  position: relative;
	}

	@media(min-width:900px) {
	  .gallery-photos {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap:10px;
		width: calc( 100% - 40px);
		margin: 0px auto 40px;
	  }
	  .gallery-photos div {
		height: calc( (100vw - 40px) /4);
		position: relative;
	  }
	}

	.gridgallery a {
	  display: block;
	  position: relative;
	  z-index: 10;
	}

	.gridgallery a:hover img {
	opacity: 0.5;
	}

	.gridgallery a div span {
	z-index: 12;
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	width: 32px;
	height: 32px;
	background: url(images/zoom-in.png) no-repeat center center;
	z-index: 99999;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	}
	.gridgallery a:hover div span {
	opacity: 1;
	}


  .images {
		width: 90%;
		max-width: 1440px;
		margin: 0 auto;
		display: block;
  }

	.images.fullwidth {
		width: 100%;
		max-width: 100%;
	}

  /* PULLQUOTE */


  .pullquote {
	  font-size: 30px;
	  width: 90%;
	  max-width: 1200px;
	  margin: 45px auto;
	  margin: 0 auto 35px;
  }
  .pullquote p {
	  font-size: 22px;
	  margin: 0 0 0 30px;
	  font-weight: 500;
	  color: #a19280;
	  font-size: 60px !important;
    line-height: 0.8;

  }
  .pullquote.pullleft {
	  float: left;
	  margin-left: 0;
	  margin-right: 80px;
	  text-align: right;
	}
	.pullquote.pullright {
		float: right;
		margin-right: 0;
		margin-left: 80px;
		text-align: left;
	  }


  @media only screen and (min-width: 900px) {
	  .pullquote {
		width: 32%;
		margin: 18px auto;
	  }
	  .pullquote.pullleft {
		float: left;
		  margin-left: 15%;
		  margin-right: 80px;
		  text-align: right;
		}
		.pullquote.pullright {
		  float: right;
	  margin-right: 14%;
	  margin-left: 61px;
	  text-align: left;
		}
	.pullquote p {
	  font-size: 32px;
	  margin: 0 0 0 30px;
	}
  }

  .textblock {
	  width: 90%;
	  max-width: 1280px;
	  margin: 30px auto;
  }

  .credits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	color: #6e6e6e !important;
	font-size: 13px;
	width: 90%;
	max-width: 1400px;
	margin: 40px auto 0;
  }
  .credits a {
	color: #999;
	text-decoration: none;
	font-size: 13px !important;
  }
  .credits a:hover {
	color: #aaa;
  }

  .credits .copyright {
	text-align: left;
  }
  .credits .designedby {
	text-align: right;
  }

  /* newsletter */

  .subform input {
	height: 34px;
	  width: 100%;
	  background: rgba(255, 255, 255, 0.2);
	  border: none;
	  margin: 0 0 8px 0;
	  color: #fff;
	  padding: 20px 10px;
  }
  .subform input::placeholder {
	  color: #999;
  }
  .subform button {
	height: 44px;
	width: 100%;
	margin-top: 2px;
	background: #000;
	border: none;
	padding: 0;

	color: #fff;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.4);
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 4px;

  }


  .instafeed {
	width: 100%;
	margin: 30px auto 0;
	overflow: auto;
  }
  .instafeed a {
	width: calc(100% /3 );
	float: left;
	position: relative;
	transition: all .3s ease;
	padding-bottom: 31%;
  }
  .instafeed a i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
	opacity: 0.1;
	transition: all .3s ease;
  }

  .instafeed a:hover {
	transition: all .3s ease;
	opacity: 0.9;
  }
  .instafeed a:hover i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
	opacity: 1;
	transition: all .3s ease;
  }

  @media (min-width: 700px) {
	.instafeed a {
	  width: calc(100% /6 );
	  float: left;
	  padding-bottom: 15.5%;
	}
  }

  .instafeed a img {
	width: 100%;
	height: auto;
  }


  .icon-list {
	width: 99%;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 1000px;
	padding: 0;
	text-align: center;
  }
  .icon-list li {
	list-style: none;
	margin: 13px 0;
	width: 15%;
	/*width: 19%;*/
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin: 23px 20px;
	color: #444;
	text-transform: uppercase;
  }
  .icon-list li i {
	font-size: 21px;
	font-size: 42px;
	width: 47px;
	padding: 5px 0;
	margin: 0 auto 10px;
	color: #9B4E27;
	display: block;
  }




  .slick-arrow {
	position: absolute;
	z-index: 99;
	top: calc(50% - 40px);
	width: 40px;
	height: 40px;
	border: none !important;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 1;
  }
  .slick-arrow:hover {
	opacity: 1;
	outline: none !Important;
  }

@media (min-width: 900px) {
	.slick-prev {
		left: -40px;
	}
	.slick-next {
		right: -40px;
	}
	.banner .slick-prev, .accomm .slick-prev {
	  left: 20px;
	}
	.banner .slick-next, .accomm .slick-next {
		right: 20px;
	}
}


  .banner .slick-slide {
    float: left;
    height: 100% !important;
    min-height: 1px;
}

.flex {
	display: flex;
}

.featured-in-quote {
	font-style: italic;
	color: #888;
	font-size: 30px;
	text-align: center;
	width: 90%;
	max-width: 500px;
	margin: 20px auto;
}

.featured-in-quote span {
  font-style: normal;
  color: #444;
  font-size: 16px;
  display: block;
  margin: 15px auto 0;
  text-transform: uppercase;
  font-weight: 400;
}

.info-blocks-wrapper .info-block {
  width: 100%;
  max-width: 25%;
}

.info-block:nth-child(odd) {
	background: #e9e9e9;
}

.info-blocks-wrapper img {
  height: auto;
	padding: 20px 10px;
}

.info-blocks-wrapper img.media-logo {
    display: block;
	margin: 0 auto;
    max-width: 180px;
    max-height: 45px;
}

.info-blocks-wrapper .media-image-container {
	height: 90px;
	display: flex;
    align-items: center;
	justify-content: center;
}
.info-blocks-wrapper img.media-image {
    width: calc( 100% - 20px);
    height: 250px;
    object-fit: cover;
    padding-top: 10px;
}

.info-blocks-wrapper p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 40px;
}
.info-blocks-wrapper .divider {
	height: 2px;
	background: #999;
	width: 100px;
	margin: 20px auto;
}

/* Divider */

.divider {
  margin: 30px auto;
  text-align: center;
  height: 2px;
  max-width: 300px;
  width: 100%;
  background: var(--primary);
  margin: 30px auto;
}

.info-blocks-wrapper p.icon-title {
font-size: 18px;
color: #333;
text-transform: uppercase;
letter-spacing: 0;
margin-top: 20px;
line-height: 1.6;

}


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

	.info-blocks-wrapper .info-block {
	  max-width: 50%;
		margin-bottom: 30px;
	}

}

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

	.info-blocks-wrapper .info-block {
	  max-width: 100%;
		margin-bottom: 0px;
	}

}

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

	.image-and-text.image-left h2, .featured-in-quote {
		font-size: 28px;
	}

  h2 {
    font-size: 28px;
  }

  .cta h3 {
    font-size: 30px;
  }

  .button {
    font-size: 14px;
  }

  .section.textblock {
    overflow: scroll;
  }

  .tablepress {
    width: 100%;
    min-width: 500px;
    overflow: scroll;
  }

}

.two-columns {
	justify-content: space-between;
}

.two-columns > div {
	width: 100%;
	max-width: 46%;
}

.two-columns .two-textblock {
	margin: 30px auto;
}

.two-columns .two-textblock p {
	column-count: 1;
	column-gap: 0;
	line-height: 1.6;
	margin: 0 auto 20px;
	text-align: justify;
}

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

	.two-columns > div {
		max-width: 100%;
	}

}

a.video-play-icon {
	/* background-image: url('http://mavros.focusonlinetravel.co.za/wp-content/uploads/2022/03/play-button.png'); */
	height: 70px;
	width: 70px;
	background-size: contain;
}

@media screen and (max-width: 900px) {
	.textblock p {
		column-count: unset !important;
	}

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

/* Mobile menu */

.mobile-menu-button {
  position: absolute;
  top: 16px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 36px;
  cursor: pointer;
}

.mobile-menu-button .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 28px;
  height: 2px;
  background-color: #7d7d7d;
}

.mobile-menu-button .cd-menu-icon::before, .mobile-menu-button .cd-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.mobile-menu-button .cd-menu-icon::before {
  bottom: 10px;
}

.mobile-menu-button .cd-menu-icon::after {
  top: 10px;
}

.mobile-menu-button.open .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-button.open .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu {
	z-index: 9;
}

.mobile-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 6;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F0F0F0;
}

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

	.header-wrapper > nav {
		display: none;
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #F0F0F0;
    width: 100%;
	}

  header ul li {
    padding: 10px 0;
  }
	
  header ul li a {
    font-size: 16px;
  }

  header ul {
    padding: 20px;
    flex-direction: column;
  }

  .header-wrapper > nav.open {
		display: block;
	}

  header img {
    width: 140px !important;
  }

}

  main#main-content {
	  position: relative;
	  z-index: 9;
    background-color: #fff;
	}

	header {
	  z-index: 99;
	}

  .mobile-menu ul {
    padding-left: 25px;
  }

	.mobile-menu-button.open .cd-menu-icon::before, .mobile-menu-button.open .cd-menu-icon::after {
	  background-color: #7d7d7d;
	}

	.mobile-menu-button.open .cd-menu-icon {
		background-color: transparent;
	}

  .mobile-menu ul li a {
    display: block;
    line-height: 1.2;
    font-size: 19px;
    padding: 8px 16px 8px 0;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  .mobile-menu ul li {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    width: 93%;
  }

  .mobile-menu .social-media-icons a {
    display: inline-block;
    line-height: 2em;
    padding: 0 8px 0 8px;
    color: #fff;
  }

  .mobile-menu .social-media-icons a i {
    font-size: 25px;
  }


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

  .mobile-menu ul li a {
    font-size: 17px;
  }

  .mobile-menu-button {
    right: 20px;
  }

}

/* End mobile header */

/* Global */

.gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  line-height: 1.3 !important;
}

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

  /* Intro */

  .intro p {
    font-size: 30px;
    padding: 0 12% !important;
  }

  /* Image and Text */

  .image-text-wrapper.Square .Image > div, .image-text-wrapper.Square video {
    height: 300px;
  }

  .image-and-text .text-content {
    width: 90% !important;
  }
	
	.textblock.narrow {
		width: 80%;
	}

  .image-and-text .text-content, .image-and-text .text-content h2 {
    text-align: center !important;
  }

  /* Image */

  .images.one.fullwidth div {
    height: 100% !important;
    aspect-ratio: 2;
    background-size: contain !important;
  }

  /* CTA image text */

  .cta-image-text {
    flex-wrap: wrap;
  }

  .cta-content {
    padding: 70px 0;
  }

  .cta-content > div {
    padding: 0 12% !important;
  }

  .cta-image-text > div {
    max-width: 100% !important;
  }

  /* Footer */

  footer .footer-col {
    max-width: 100%;
  }

  .footer-copy {
    flex-wrap: wrap;
    margin-top: 30px !important;
    padding-bottom: 20px;
  }

  .footer-copy p {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }

}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.95;
	}
}

/* Contact form */

.gform_wrapper label {
  font-weight: 400 !important;
  color: #666;
  font-size: 16px !important;
  margin-bottom: 8px;
}

/* Tablepress */

.tablepress thead th {
  background-color: var(--secondary);
  color: #fff;
}
