/************************************/
/********** Variables ***************/
/************************************/
/************************************/
/********** Global Styles ***********/
/************************************/
body {
  font-family: 'Montserrat', sans-serif;
}
.full-width {
  max-width: 2560px;
  margin: 0 auto;
}
.prata-regular {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
.section-spaced {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bg-light-grey {
  background-color: #f8f9fa;
}
.bg-opinion {
  background-color: #b1a179;
  color: white;
  margin: 0 auto;
}
.btn-brand-color {
  background-color: #a39161;
  border: 1px solid #a39161;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  padding: 15px 60px;
}
.btn-brand-color.outline {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  max-width: 300px;
  margin: 0 auto;
}
.btn-brand-color.outline:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #e6e6e6;
}
.btn-brand-color:hover {
  background-color: #84754d;
  border: 1px solid #84754d;
  color: white;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
/************************************/
/********** Header Section **********/
/************************************/
header {
  position: fixed;
  z-index: 11;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  border-bottom: 1px solid #dae5f1;
}
header h1 {
  color: #494849;
  padding-top: 40px;
  padding-bottom: 0;
  font-size: 55px;
  margin-bottom: -3px;
}
header h1 a {
  text-decoration: none;
  color: #494849;
}
header h1 a:hover {
  text-decoration: none;
  color: #494849;
}
header p {
  color: #494849;
}
header #header-logo-text {
  padding-top: 30px;
}
header #header-menu {
  display: flex;
}
header #header-menu a {
  color: #494849;
}
header #header-menu a:hover {
  text-decoration: underline;
}
header #header-menu .custom-dropdown {
  position: relative;
}
header #header-menu .custom-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  border: 1px solid #dae5f1;
  text-align: left;
}
header #header-menu .custom-dropdown .dropdown-content li {
  padding: 0;
}
header #header-menu .custom-dropdown .dropdown-content .dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #494849;
  text-decoration: none;
  transition: background-color 0.2s;
  white-space: nowrap;
}
header #header-menu .custom-dropdown .dropdown-content .dropdown-item:hover {
  background-color: #f8f9fa;
  text-decoration: underline;
}
header #header-menu .custom-dropdown:hover .dropdown-content {
  display: block;
}
header #menu-toggle {
  display: none;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .nav-link {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
/************************************/
/********** Hero Section ************/
/************************************/
#hero-layout-block {
  max-width: 2560px;
  margin: 0 auto;
}
#hero-layout-block .hero-bg-color {
  background-color: #dae5f1;
  padding-top: 260px;
  padding-bottom: 3rem;
}
#hero-layout-block .hero-bg-color .hero-layout-description h2 {
  font-size: 80px;
  color: #494849;
}
#hero-block {
  padding-top: 0;
  padding-bottom: 0;
}
#hero-block.header-margin {
  margin-top: 210px;
}
#hero-block .gradient-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
}
#hero-block .hero-bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 13 / 9;
  padding: 0;
}
#hero-block .hero-bg-image .hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  padding-left: 4rem;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  color: white;
  max-width: 400px;
}
#hero-block .hero-bg-image .hero-overlay h2 {
  font-size: 48px;
}
#hero-block .hero-bg-image .hero-overlay h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  padding-left: 4rem;
  text-transform: uppercase;
  color: white;
  font-size: 48px;
}
#hero-block .hero-bg-image .hero-overlay p {
  margin-top: 20px;
  margin-bottom: 30px;
}
#hero-block .hero-bg-image .hero-overlay a.btn {
  padding: 15px 75px;
}
#hero-block h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  padding-left: 3rem;
  text-transform: uppercase;
  color: white;
  font-size: 56px;
}
#hero-block h1.article-hero-title {
  text-transform: none;
  font-size: 46px;
}
/************************************/
/********** Promo Block *************/
/************************************/
.promo-block {
  position: relative;
  aspect-ratio: 13 / 5;
  background-size: cover;
  background-position: center;
  max-width: 2560px;
  margin: 0 auto;
}
.promo-block .promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
  text-align: center;
  color: white;
  border-radius: 3px;
}
.promo-block .promo-content h4 {
  font-size: 36px;
}
.promo-block .promo-content p {
  margin: 20px 0;
  font-size: 20px;
}
.promo-block .promo-content a {
  color: white;
}
/************************************/
/********** Section Styles **********/
/************************************/
section h3 {
  font-size: 44px;
}
section .article-title {
  font-size: 22px;
}
section .article-title a {
  text-decoration: none;
}
section .article-title a:hover {
  text-decoration: underline;
}
section .article-description {
  font-size: 20px;
}
.article-section-slider .slick-arrow {
  display: none !important;
}
.article-section-slider .article-section {
  background-size: cover;
  background-position: center;
  margin: 0 10px;
  aspect-ratio: 13 / 9;
  position: relative;
}
@media (max-width: 991.98px) {
  .article-section-slider .article-section {
    aspect-ratio: 13 / 9;
  }
}
.article-section-slider .article-section a.stretched-link {
  position: static;
  display: block;
  color: inherit;
  text-decoration: none;
}
.article-section-slider .article-section a.stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
}
.article-section-slider .article-section .link-label {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: white;
  font-size: 120%;
  font-weight: 600;
  text-decoration: none;
}
/************************************/
/********** Opinion Section *********/
/************************************/
#opinion .article-title {
  margin-bottom: 2px;
}
#opinion .opinion-block .opinion-image img {
  max-height: 400px;
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
}
#opinion .opinion-image,
#opinion .opinion-description {
  padding: 30px;
}
@media (min-width: 768px) {
  #opinion .opinion-block .opinion-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #opinion .opinion-block .opinion-description {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/************************************/
/********** Footer Section **********/
/************************************/
footer {
  margin-bottom: 20px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer#footer-logos {
  text-align: center;
}
footer#footer-logos a {
  display: inline-block;
  padding: 5px;
}
footer#footer-logos .sprite-accreditations {
  background-image: url('../img/hub/accreditations.png?v=2');
  background-repeat: no-repeat;
  display: block;
}
footer#footer-logos .sprite-accreditations.sprite-accreditations-ABTA {
  width: 114px;
  height: 58px;
  background-position: -5px -5px;
}
footer#footer-logos .sprite-accreditations.sprite-accreditations-ATOL {
  width: 58px;
  height: 58px;
  background-position: -129px -5px;
}
footer#footer-logos .sprite-accreditations.sprite-accreditations-FCO {
  width: 68px;
  height: 58px;
  background-position: -5px -73px;
}
footer#footer-logos .sprite-accreditations.sprite-accreditations-ABTOT {
  width: 122px;
  height: 55px;
  background-position: -88px -76px;
}
footer#footer-logos .sprite-accreditations.sprite-accreditations-IATA {
  width: 81px;
  height: 58px;
  background-position: -5px -141px;
}
footer#footer-logos .sprite-accreditations.sprite-accreditations-IIP {
  width: 188px;
  height: 58px;
  background-position: -197px -5px;
}
footer#footer-legal {
  text-align: center;
  font-size: 0.9em;
  color: #4d4f52;
}
footer#footer-legal ul {
  text-transform: uppercase;
  list-style-type: none;
}
footer#footer-legal ul.pipes {
  display: inline-block;
}
footer#footer-legal ul.pipes li {
  display: inline-block;
}
footer#footer-legal ul.pipes li:not(:last-child):after {
  content: '|';
}
footer#footer-legal ul.pipes li a {
  color: #4d4f52;
}
footer .button {
  color: white !important;
  border: 1px solid white;
  font-size: 90%;
  padding: 7px 11px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
}
footer .button:hover {
  text-decoration: none;
  background-color: #707070;
  color: white !important;
}
/************************************/
/********** Carousel Controls *******/
/************************************/
.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background-size: 40%;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
@media (max-width: 767.98px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    margin-top: -240px;
  }
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11 1.5v13L3 8l8-6.5z'/%3E%3C/svg%3E");
  left: 15%;
}
@media (max-width: 767.98px) {
  .carousel-control-prev-icon {
    left: 0;
  }
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M5 1.5v13L13 8 5 1.5z'/%3E%3C/svg%3E");
  right: 15%;
}
@media (max-width: 767.98px) {
  .carousel-control-next-icon {
    right: 0;
  }
}
.previous-issues-slider .carousel-control-prev-icon,
.previous-issues-slider .carousel-control-next-icon {
  width: 6rem;
  height: 6rem;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .previous-issues-slider .carousel-control-prev-icon,
  .previous-issues-slider .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    margin-top: 0;
  }
}
/************************************/
/********** Enquiry Form ************/
/************************************/
#enquiry-form {
  background-color: #6296c8;
  padding: 12px 0;
  margin-bottom: 50px;
}
#enquiry-form #enquiry-sent {
  display: none;
  text-align: center;
  margin: 65px 0 50px 0;
}
#enquiry-form h3,
#enquiry-form h4 {
  color: #fff;
}
#enquiry-form fieldset {
  padding-bottom: 20px;
}
#enquiry-form fieldset legend {
  text-transform: uppercase;
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
}
#enquiry-form fieldset .col-6 {
  padding: 0 30px;
}
#enquiry-form label {
  color: #fff;
}
#enquiry-form label#title-select-label {
  display: block;
}
#enquiry-form .form-group {
  padding-top: 10px;
}
#enquiry-form select,
#enquiry-form input,
#enquiry-form textarea {
  border: 1px solid #6296c8;
  border-radius: 0;
  font-size: 90%;
}
#enquiry-form select#submit-button,
#enquiry-form input#submit-button,
#enquiry-form textarea#submit-button {
  background-color: #fff;
  border: 1px solid #6296c8;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #6296c8;
  bottom: 15px;
  right: 15px;
  transition: all 0.5s ease;
}
#enquiry-form select#submit-button:hover,
#enquiry-form input#submit-button:hover,
#enquiry-form textarea#submit-button:hover {
  background-color: #6296c8;
  color: #fff;
  border: 1px solid #fff;
}
#enquiry-form select::-webkit-input-placeholder,
#enquiry-form input::-webkit-input-placeholder,
#enquiry-form textarea::-webkit-input-placeholder {
  color: #79818c;
}
#enquiry-form select:-ms-input-placeholder,
#enquiry-form input:-ms-input-placeholder,
#enquiry-form textarea:-ms-input-placeholder {
  color: #79818c;
}
#enquiry-form select::placeholder,
#enquiry-form input::placeholder,
#enquiry-form textarea::placeholder {
  color: #79818c;
}
.magazine-link {
  color: black;
  text-decoration: none;
}
/************************************/
/********** Media Queries ***********/
/************************************/
@media (max-width: 1199.98px) {
  .promo-block .promo-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  header .nav-link {
    margin: 0 !important;
  }
  #hero-layout-block .hero-layout-description h2 {
    font-size: 70px !important;
  }
  #opinion .opinion-block {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  #hero-block.header-margin {
    margin-top: 150px;
  }
  header {
    height: 150px !important;
  }
  header nav {
    align-items: normal;
  }
  header #header-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    height: 100vh;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    border-left: 1px solid #dae5f1;
    z-index: 100;
    justify-content: flex-start !important;
  }
  header #header-menu.show {
    transform: translateX(0);
  }
  header #header-menu .custom-dropdown .dropdown-content {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 2rem;
    display: block;
    overflow: hidden;
  }
  header #header-menu .custom-dropdown .dropdown-trigger {
    display: block;
    transition: color 0.2s ease;
  }
  header #header-menu .custom-dropdown .dropdown-trigger:hover {
    color: #2f2f2f;
  }
  header #menu-toggle {
    display: inline-block;
    font-size: 3rem;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50px;
    color: #494849;
  }
  #hero-layout-block .hero-bg-color {
    padding-top: 190px;
  }
  #hero-layout-block .hero-bg-color .hero-layout-description {
    margin-bottom: 30px !important;
  }
  #hero-layout-block .hero-bg-color .hero-layout-description p {
    margin: 20px auto !important;
  }
  .promo-block {
    aspect-ratio: auto !important;
  }
  #enquiry-form fieldset {
    padding-bottom: 50px;
  }
  #enquiry-form fieldset #submit-button {
    bottom: -30px;
    right: 15px;
  }
  #enquiry-form .radio-label {
    display: block;
  }
}
@media (max-width: 575.98px) {
  #hero-block.header-margin {
    margin-top: 70px;
  }
  header {
    height: 70px !important;
  }
  header #header-logo-text {
    font-size: 35px !important;
    padding-top: 0 !important;
  }
  header #header-slogan-text {
    display: none;
  }
  header #menu-toggle {
    top: 5px;
  }
  #hero-layout-block .hero-bg-color {
    padding-top: 90px !important;
  }
  #hero-layout-block .hero-layout-description a.btn {
    padding: 15px 30px;
  }
  #hero-layout-block .hero-layout-description h2 {
    font-size: 32px !important;
  }
  .section-spaced {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section h3 {
    font-size: 30px;
  }
  section .article-title {
    font-size: 18px;
  }
  section .article-description {
    font-size: 16px;
  }
  .btn-brand-color {
    padding: 15px 30px;
  }
  .promo-block .promo-content h4 {
    font-size: 24px;
  }
  .promo-block .promo-content p {
    font-size: 16px;
  }
  #hero-block h1.article-hero-title,
  #hero-block h1.article-section-title {
    font-size: 23px;
    padding: 0.5rem;
    padding-left: 1rem;
  }
  .suggested-holidays-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #hero-layout-block .hero-bg-color .row {
    display: flex;
    flex-direction: column;
  }
  #hero-layout-block .hero-bg-color .hero-layout-description {
    order: 2;
    margin-top: 30px;
    margin-bottom: 0 !important;
  }
  #hero-layout-block .hero-bg-color .hero-layout-image {
    order: 1;
  }
}
