<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Media Queries
 */
/**
 * Reusbale codes
 */
/**
 * Variables
 */
/**
 * Media Queries
 */
/**
 * Reusbale codes
 */
/**
 * Variables
 */
select {
  display: block;
  background: #fff url(/static/img/icons/Icon-arrowDown.svg) right 18px no-repeat;
  background-color: rgb(255, 255, 255);
  background-position-x: right;
  background-position-y: 18px;
  background-position: right;
  width: 100%;
  margin: 0;
  padding: 8px;
  font-size: 16px;
  appearance: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
select,
textarea {
  outline: none;
  color: #222;
  border: 1px solid #c2c2c2;
  box-shadow: none;
  min-height: 42px;
  border-radius: 3px;
  line-height: normal;
  box-sizing: border-box;
  background-color: #fff;
  padding: 8px;
  width: 100%;
  font-size: 1rem;
}

#search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  #search {
    flex-wrap: wrap;
  }
}
#search .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media only screen and (max-width: 482px) {
  #search .col {
    flex-basis: initial;
  }
}
#search .thin-ui-select-wrapper {
  min-width: 100px;
}
#search .origin-wrapper {
  min-width: 100px;
}
#search .destination-wrapper {
  min-width: 250px;
}
#search .departure-wraper.pl {
  min-width: 200px !important;
}
#search .destination-wrapper,
#search .departure-wraper,
#search .duration-wrapper {
  position: relative;
}
#search .destination-wrapper.pl,
#search .departure-wraper.pl,
#search .duration-wrapper.pl {
  min-width: auto;
}
#search .destination-wrapper .close-dialog,
#search .departure-wraper .close-dialog,
#search .duration-wrapper .close-dialog {
  display: none;
}
@media only screen and (max-width: 768px) {
  #search .destination-wrapper.active,
  #search .departure-wraper.active,
  #search .duration-wrapper.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: white;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #search .destination-wrapper.active label,
  #search .departure-wraper.active label,
  #search .duration-wrapper.active label {
    color: #222764;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #search .destination-wrapper.active .close-dialog,
  #search .departure-wraper.active .close-dialog,
  #search .duration-wrapper.active .close-dialog {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  #search .destination-wrapper.active #popular-destinations,
  #search .destination-wrapper.active #destinations-types-results,
  #search .destination-wrapper.active #departures,
  #search .departure-wraper.active #popular-destinations,
  #search .departure-wraper.active #destinations-types-results,
  #search .departure-wraper.active #departures,
  #search .duration-wrapper.active #popular-destinations,
  #search .duration-wrapper.active #destinations-types-results,
  #search .duration-wrapper.active #departures {
    width: calc(100% - 40px);
  }
}
#search .destination-wrapper #destinationContainer,
#search .departure-wraper #destinationContainer,
#search .duration-wrapper #destinationContainer {
  position: relative;
}
#search .destination-wrapper #destinationContainer::after,
#search .departure-wraper #destinationContainer::after,
#search .duration-wrapper #destinationContainer::after {
  position: absolute;
  left: 3px;
  top: 0;
  content: attr(data-placeholder);
  pointer-events: none;
  opacity: 0.6;
  padding: 6px;
  font-size: 1rem;
  font-weight: 500;
}
#search .destination-wrapper #destinations-types-results,
#search .destination-wrapper .dropdown,
#search .departure-wraper #destinations-types-results,
#search .departure-wraper .dropdown,
#search .duration-wrapper #destinations-types-results,
#search .duration-wrapper .dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #c5c5c5;
  font-size: 14px;
  line-height: 19px;
  z-index: 10;
  max-height: 500px;
  overflow-x: scroll;
}
#search .destination-wrapper #destinations-types-results .country,
#search .destination-wrapper .dropdown .country,
#search .departure-wraper #destinations-types-results .country,
#search .departure-wraper .dropdown .country,
#search .duration-wrapper #destinations-types-results .country,
#search .duration-wrapper .dropdown .country {
  color: #222764;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #222764;
  padding: 10px 5px;
}
#search .destination-wrapper #destinations-types-results [role=checkbox],
#search .destination-wrapper .dropdown [role=checkbox],
#search .departure-wraper #destinations-types-results [role=checkbox],
#search .departure-wraper .dropdown [role=checkbox],
#search .duration-wrapper #destinations-types-results [role=checkbox],
#search .duration-wrapper .dropdown [role=checkbox] {
  font-weight: 500;
  padding: 8px;
  cursor: pointer;
}
#search .destination-wrapper #destinations-types-results [role=checkbox]::before,
#search .destination-wrapper .dropdown [role=checkbox]::before,
#search .departure-wraper #destinations-types-results [role=checkbox]::before,
#search .departure-wraper .dropdown [role=checkbox]::before,
#search .duration-wrapper #destinations-types-results [role=checkbox]::before,
#search .duration-wrapper .dropdown [role=checkbox]::before {
  content: "";
  font-family: FontAwesome;
  color: #1487c3;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 20px;
  vertical-align: middle;
  border: 1px solid #1487c3;
  border-radius: 2px;
  cursor: pointer;
}
#search .destination-wrapper #destinations-types-results [role=checkbox].active::before,
#search .destination-wrapper .dropdown [role=checkbox].active::before,
#search .departure-wraper #destinations-types-results [role=checkbox].active::before,
#search .departure-wraper .dropdown [role=checkbox].active::before,
#search .duration-wrapper #destinations-types-results [role=checkbox].active::before,
#search .duration-wrapper .dropdown [role=checkbox].active::before {
  background: #1487c3;
  transition: 0.3s;
  transform: scale(0.8);
  animation-direction: alternate;
  outline: solid 2px #1487c3;
  outline-offset: 2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#search .destination-wrapper #destinations-types-results a,
#search .destination-wrapper .dropdown a,
#search .departure-wraper #destinations-types-results a,
#search .departure-wraper .dropdown a,
#search .duration-wrapper #destinations-types-results a,
#search .duration-wrapper .dropdown a {
  color: #444;
  line-height: 28px;
  display: block;
  padding: 10px 5px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}
#search .destination-wrapper #destinations-types-results a:hover,
#search .destination-wrapper .dropdown a:hover,
#search .departure-wraper #destinations-types-results a:hover,
#search .departure-wraper .dropdown a:hover,
#search .duration-wrapper #destinations-types-results a:hover,
#search .duration-wrapper .dropdown a:hover {
  background-color: #14499D;
  color: #fff;
}
#search .destination-wrapper #destinations-types-results a.city,
#search .destination-wrapper .dropdown a.city,
#search .departure-wraper #destinations-types-results a.city,
#search .departure-wraper .dropdown a.city,
#search .duration-wrapper #destinations-types-results a.city,
#search .duration-wrapper .dropdown a.city {
  color: #222764;
  padding: 0 8px;
}
#search .destination-wrapper #destinations-types-results a.city:hover,
#search .destination-wrapper .dropdown a.city:hover,
#search .departure-wraper #destinations-types-results a.city:hover,
#search .departure-wraper .dropdown a.city:hover,
#search .duration-wrapper #destinations-types-results a.city:hover,
#search .duration-wrapper .dropdown a.city:hover {
  background-color: #14499D;
  color: #fff;
}
#search .destination-wrapper #destinations-types-results a.city-suggestion,
#search .destination-wrapper .dropdown a.city-suggestion,
#search .departure-wraper #destinations-types-results a.city-suggestion,
#search .departure-wraper .dropdown a.city-suggestion,
#search .duration-wrapper #destinations-types-results a.city-suggestion,
#search .duration-wrapper .dropdown a.city-suggestion {
  padding: 0 8px 0 16px;
  font-size: 14px;
}
#search .destination-wrapper #destinations-types-results a.region,
#search .destination-wrapper .dropdown a.region,
#search .departure-wraper #destinations-types-results a.region,
#search .departure-wraper .dropdown a.region,
#search .duration-wrapper #destinations-types-results a.region,
#search .duration-wrapper .dropdown a.region {
  padding: 0 8px 0 16px;
}
#search .destination-wrapper #destinations-types-results p,
#search .destination-wrapper .dropdown p,
#search .departure-wraper #destinations-types-results p,
#search .departure-wraper .dropdown p,
#search .duration-wrapper #destinations-types-results p,
#search .duration-wrapper .dropdown p {
  margin: 0;
}
#search .destination-wrapper #popular-destinations,
#search .departure-wraper #popular-destinations,
#search .duration-wrapper #popular-destinations {
  position: absolute;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #c5c5c5;
  font-size: 14px;
  line-height: 19px;
  z-index: 10;
  max-height: calc(100vh - 20%);
  overflow-y: scroll;
}
#search .destination-wrapper #popular-destinations.pl,
#search .departure-wraper #popular-destinations.pl,
#search .duration-wrapper #popular-destinations.pl {
  width: 250%;
}
@media only screen and (max-width: 999px) {
  #search .destination-wrapper #popular-destinations.pl,
  #search .departure-wraper #popular-destinations.pl,
  #search .duration-wrapper #popular-destinations.pl {
    width: 200%;
  }
}
@media only screen and (max-width: 992px) {
  #search .destination-wrapper #popular-destinations.pl,
  #search .departure-wraper #popular-destinations.pl,
  #search .duration-wrapper #popular-destinations.pl {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #search .destination-wrapper #popular-destinations.pl,
  #search .departure-wraper #popular-destinations.pl,
  #search .duration-wrapper #popular-destinations.pl {
    width: calc(100% - 40px);
  }
}
#search .destination-wrapper #popular-destinations h4,
#search .departure-wraper #popular-destinations h4,
#search .duration-wrapper #popular-destinations h4 {
  color: #222764;
  border-top: 1px solid #222764;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 5px;
}
#search .destination-wrapper #popular-destinations .no-border,
#search .departure-wraper #popular-destinations .no-border,
#search .duration-wrapper #popular-destinations .no-border {
  border-top: none;
}
#search .destination-wrapper #popular-destinations a,
#search .departure-wraper #popular-destinations a,
#search .duration-wrapper #popular-destinations a {
  color: #444;
  line-height: 28px;
  display: block;
  padding: 0 8px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
#search .destination-wrapper #popular-destinations a:hover,
#search .departure-wraper #popular-destinations a:hover,
#search .duration-wrapper #popular-destinations a:hover {
  background-color: #14499D;
  color: #fff;
}
#search .dates-wrapper {
  display: flex;
  gap: 10px;
  min-width: 320px;
}
#search .dates-wrapper.pl {
  min-width: 270px;
}
@media only screen and (max-width: 482px) {
  #search .dates-wrapper {
    min-width: 100%;
  }
}
#search .dates-wrapper .departure-date-wrapper {
  position: relative;
  min-width: 130px;
}
#search .dates-wrapper .departure-date-wrapper .relative {
  position: relative;
}
#search .dates-wrapper .departure-date-wrapper .relative span {
  display: none;
}
#search .dates-wrapper .departure-date-wrapper .relative.active .easepick-wrapper {
  display: block;
}
#search .dates-wrapper .duration-wrapper {
  max-width: 72px;
}
#search .dates-wrapper .duration-wrapper.pl {
  max-width: 100%;
}
@media only screen and (max-width: 482px) {
  #search .dates-wrapper .duration-wrapper {
    max-width: 50%;
  }
}
#search .dates-wrapper .duration-wrapper .thin-ui-select-wrapper {
  min-width: 100%;
}
@media only screen and (max-width: 482px) {
  #search .dates-wrapper .return-date-wrapper {
    display: none;
  }
}
#search .passengers-wrapper {
  min-width: 150px;
}
#search .passengers-wrapper.pl {
  min-width: auto;
}
#search label {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  #search label {
    flex-wrap: wrap;
  }
}
#search .search {
  margin-top: 30px;
  min-width: 100px;
  width: 100%;
}
#search .search #search-holiday-btn {
  width: 100%;
  border: none;
  border-radius: 3px;
}

.multi-depart-text {
  font-size: 16px;
  color: #1d9946;
}
.multi-depart-text.inline-error {
  display: none;
}

.destination-input {
  display: none;
}

#departure-dialog,
#popular-destinations,
#destinationPlaceholder {
  display: none;
}

#mainPassengersNumber {
  width: 100%;
  background-color: #ffffff;
  height: 42px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
  display: inline-flex;
  white-space: nowrap;
}
#mainPassengersNumber p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.7;
}

.return-date-wrapper {
  white-space: nowrap;
}

#obdate {
  text-transform: capitalize;
  font-size: 14px;
  background-image: url(/static/img/icons/icon-calendar-grey.svg);
  background-repeat: no-repeat;
  background-position: 96% 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-size: 20px;
}

#ibdate {
  height: auto;
  line-height: normal;
  background-color: #f5f5f5;
  border: 1px solid #c2c2c2;
  cursor: default;
  padding: 10px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}

#duration {
  min-width: 50px;
}

#destination-error,
#departure-error {
  display: none;
  padding: 0;
}

.contains-counter {
  position: relative;
}
.contains-counter .checkbox-counter {
  display: none;
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #4bb955;
  border-radius: 50%;
  color: white;
  outline: 3px solid white;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  right: 5px;
  top: 18px;
  z-index: 2;
}

#popular-destinations.pl #sunList, #popular-destinations.pl #cityList {
  width: 100%;
  column-count: 3;
  margin-top: 10px;
}
@media only screen and (max-width: 999px) {
  #popular-destinations.pl #sunList, #popular-destinations.pl #cityList {
    column-count: 2;
  }
}
@media only screen and (max-width: 992px) {
  #popular-destinations.pl #sunList, #popular-destinations.pl #cityList {
    column-count: 1;
  }
}

.tab-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.tab-buttons button {
  background-color: unset;
  color: #222764;
  font-weight: 400;
  text-align: center;
  border: none;
  border-bottom: 2px solid #222764;
  opacity: 0.9;
  appearance: none;
  padding: 10px 5px;
  cursor: pointer;
}
.tab-buttons button.active, .tab-buttons button:hover {
  border-bottom: 4px solid #222764;
  padding-bottom: 9px;
  font-weight: 600;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

#destination-error,
#departure-error,
#destination-error-no-dep {
  display: none;
  position: absolute;
}
@media only screen and (max-width: 992px) {
  #destination-error,
  #departure-error,
  #destination-error-no-dep {
    position: relative;
  }
}

.extra-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
.extra-options .checkboxes {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.extra-options p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
.extra-options [role=checkbox] {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  padding: 8px;
  cursor: pointer;
}
.extra-options [role=checkbox]::before {
  content: "";
  font-family: FontAwesome;
  color: #1487c3;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 20px;
  vertical-align: middle;
  border: 1px solid #1487c3;
  border-radius: 2px;
  cursor: pointer;
}
.extra-options [role=checkbox].active::before {
  content: "✓";
  padding-top: 2px;
  color: white;
  font-size: 16px;
  background: #1487c3;
  transition: 0.3s;
  transform: scale(0.8);
  animation-direction: alternate;
  outline: solid 2px #1487c3;
  outline-offset: 2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
body.tag h1 {
  text-transform: capitalize;
}

img,
picture,
svg,
video,
iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

img {
  width: 100%;
  height: 100%;
}

a {
  color: #101828;
  text-decoration: none;
}

h1 {
  color: #222764;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

h2 {
  color: #222764;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
  }
}

h3 {
  color: #101828;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 5px 0 15px 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

/**
 * Custom Text Styles
 */
.light-grey-text {
  color: #667085;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 992px) {
  .light-grey-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.author-date p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0A7DB9;
}
.author-date a {
  color: #0A7DB9;
}

input,
select,
#mainPassengersNumber {
  outline: none;
  appearance: none;
}
input:focus,
select:focus,
#mainPassengersNumber:focus {
  border: 1px solid #000;
  box-shadow: 2px 2px 3px #e4e4e4;
}

section {
  padding: 35px 0;
}
@media only screen and (max-width: 992px) {
  section {
    padding: 15px 0;
  }
}

/**
 * Media Queries
 */
/**
 * Reusbale codes
 */
/**
 * Variables
 */
header {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  header {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f8;
  }
}
header #main-header-logos {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  header #main-header-logos {
    width: 100%;
  }
}
header #logo {
  max-width: 210px;
}
@media only screen and (max-width: 992px) {
  header #logo {
    max-width: 105px;
  }
}
header .visit-cag-text {
  color: #14499D;
  font-size: 20px;
  line-height: 27px;
  max-width: 158px;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  header .visit-cag-text {
    display: none;
  }
}
header .header-one {
  padding-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  header .header-one {
    background-color: #222764;
    width: 60%;
    padding: 15px 35px;
  }
}

nav {
  background-color: #222764;
}
@media only screen and (max-width: 992px) {
  nav {
    display: flex;
    align-items: center;
    width: 40%;
  }
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  max-width: 715px;
  padding: 15px 0 5px;
}
@media only screen and (max-width: 992px) {
  nav .container {
    justify-content: flex-end;
    width: 100%;
    padding: 15px 35px 5px 35px;
  }
}
nav .container a {
  color: #fff;
}
nav .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 700px;
}
nav .menu-item img {
  max-width: 25px;
  max-height: 25px;
}
nav .menu-item.drop-down {
  position: relative;
  padding-right: 25px;
}
@media only screen and (max-width: 992px) {
  nav .menu-item.drop-down {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  nav .menu-item.drop-down img {
    display: none;
  }
}
nav .menu-item.drop-down:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  background-image: url("/blog/wp-content/themes/cag2023/assets/icons/dropdown.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  transition: 200ms;
  scale: 1;
}
@media only screen and (max-width: 992px) {
  nav .menu-item.drop-down:after {
    display: none;
  }
}
nav .menu-item.drop-down.open::after {
  scale: -1;
}
nav .menu-item.drop-down.open .burger-trigger .line:first-child {
  rotate: -45deg;
  translate: 0 11px;
}
nav .menu-item.drop-down.open .burger-trigger .line:nth-child(2) {
  opacity: 0;
}
nav .menu-item.drop-down.open .burger-trigger .line:last-child {
  rotate: 45deg;
  translate: 0 -11px;
}
nav .menu-item .burger-trigger {
  display: none;
}
@media only screen and (max-width: 992px) {
  nav .menu-item .burger-trigger {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}
nav .menu-item .burger-trigger .line {
  background-color: #fff;
  width: 43px;
  height: 5px;
  transition: 200ms;
}
nav .drop-down-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
nav .drop-down-list {
  display: none;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 60px;
  background-color: white;
  width: 230px;
  padding: 20px 25px;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  nav .drop-down-list {
    top: 39px;
    right: -35px;
  }
}
nav .drop-down-list .menu-item {
  color: #222764;
  align-items: flex-start;
  font-weight: 400;
}

#search-form {
  margin-left: auto;
  font-size: 16px;
  line-height: 21px;
}
#search-form .search-field-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#search-form .search-field-wrapper #search-posts-img-btn {
  position: absolute;
  right: 15px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
#search-form .search-field {
  background-color: #fff;
  width: 400px;
  max-width: 100%;
  padding: 13px 45px 13px 13px;
  border: 1px solid #222764;
  border-radius: 0px;
  appearance: none;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  #search-form .search-field {
    padding: 13px 50px 13px 13px;
  }
}

@media only screen and (max-width: 992px) {
  header .header-one #search-form {
    display: none;
  }
}
header .mob-search {
  display: none;
  padding: 37px 35px 20px 35px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  header .mob-search {
    display: block;
  }
}
header .mob-search #search-form {
  width: 100%;
}
header .mob-search #search-form .search-field {
  width: 100%;
}

.search-icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

/** 
 * Utility Classes
 */
.container {
  max-width: 1140px;
  padding: 15px 35px;
  margin: 0 auto;
}

.d-none {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .d-bt-none {
    display: none !important;
  }
}

.d-bt {
  display: none;
}
@media only screen and (max-width: 992px) {
  .d-bt {
    display: block;
  }
}

.flex-hor-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lightest-grey-bg {
  background-color: #f8f8f8;
}

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

@media only screen and (max-width: 768px) {
  .text-center-tablet {
    text-align: center;
  }
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/**
 * Recent Blogs
 */
.recent-blogs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.recent-blogs h3 {
  color: #222764;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .recent-blogs {
    grid-template-rows: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .recent-blogs {
    grid-template-columns: 1fr;
  }
}
.recent-blogs img {
  height: auto;
}
.recent-blogs article {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: stretch;
  gap: 24px;
  height: fit-content;
}
@media only screen and (max-width: 992px) {
  .recent-blogs article {
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .recent-blogs article:last-child {
    display: none;
  }
}
.recent-blogs article .article-image {
  flex: 1;
  width: calc(55% - 12px);
}
@media only screen and (max-width: 992px) {
  .recent-blogs article .article-image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .recent-blogs article .article-image {
    height: 100%;
    max-height: 100px;
  }
}
.recent-blogs article .article-image img {
  object-fit: cover;
  min-height: 315px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .recent-blogs article .article-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .recent-blogs article .article-image img {
    height: 100%;
    max-height: 100px;
    min-height: 100%;
  }
}
.recent-blogs article:last-child img:not(.arrow) {
  height: 100%;
}
.recent-blogs article .article-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-self: center;
  gap: 16px;
  width: calc(45% - 12px);
}
@media only screen and (max-width: 992px) {
  .recent-blogs article .article-content {
    width: 100%;
  }
}
.recent-blogs article .article-content p {
  margin: 0;
}
.recent-blogs article .article-content .article-excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}
.recent-blogs article.first-article {
  flex-direction: column;
  grid-column: 1;
  grid-row: 1/3;
}
.recent-blogs article.first-article h3 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 992px) {
  .recent-blogs article.first-article h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.recent-blogs article.first-article .article-image {
  width: 100%;
}
.recent-blogs article.first-article .article-content {
  width: 100%;
}

.article-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cat-link {
  position: relative;
  color: var(--color);
  padding: 4px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 16px;
}
.cat-link::before {
  position: absolute;
  content: "";
  background-color: var(--color);
  opacity: 0.1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
}

/**
 * Button with arrow
 */
.btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 189px;
  height: 48px;
  border: 1px solid #222764;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #222764;
}
.btn-arrow .arrow {
  height: 16px;
  width: 28px !important;
  transition: 200ms;
}
.btn-arrow:hover .arrow {
  translate: 10px;
}

/**
 * Category Filters/Sort
 */
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
  column-gap: 25px;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .blog-filters {
    row-gap: 15px;
    column-gap: 18px;
  }
}
.blog-filters button {
  background-color: #fff;
  color: #222764;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  padding: 6px 25px;
  border: 1px solid #222764;
  border-radius: 20.5px;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
  appearance: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .blog-filters button {
    font-size: 16px;
    line-height: 22px;
  }
}
.blog-filters button.active, .blog-filters button:hover {
  background-color: #222764;
  color: #fff;
}
.blog-filters button.active a, .blog-filters button:hover a {
  color: #fff;
}

.blog-title {
  color: #222764;
  font-weight: 500;
}

.next-prev-buttons {
  display: flex;
  justify-content: space-between;
}

.previous-posts-filtered,
.next-posts-filtered {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: transparent;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  color: #667085;
  font-size: 0.85rem;
  line-height: 33px;
  appearance: none;
  cursor: pointer;
}
.previous-posts-filtered:hover,
.next-posts-filtered:hover {
  color: #0A7DB9;
  background-color: rgba(10, 125, 185, 0.062745098);
}
@media only screen and (max-width: 992px) {
  .previous-posts-filtered,
  .next-posts-filtered {
    padding: 5px 5px;
    font-size: 20px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .previous-posts-filtered .text,
  .next-posts-filtered .text {
    display: none;
  }
}
.previous-posts-filtered.hidden,
.next-posts-filtered.hidden {
  opacity: 0.6;
  pointer-events: none;
}

.post-pagination-numbers {
  display: flex;
}
.post-pagination-numbers button {
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #000;
  appearance: none;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .post-pagination-numbers button {
    width: 35px;
    height: 35px;
  }
}
.post-pagination-numbers button:hover {
  background-color: rgba(10, 125, 185, 0.062745098);
  color: #0A7DB9;
}
.post-pagination-numbers button.active {
  background-color: rgba(10, 125, 185, 0.062745098);
  color: #0A7DB9;
  cursor: default;
  pointer-events: none;
}

.filterable-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 60px;
}
@media only screen and (max-width: 992px) {
  .filterable-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .filterable-posts {
    grid-template-columns: 1fr;
  }
}
.filterable-posts article {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
}
.filterable-posts article a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.filterable-posts article img {
  max-height: 240px;
  object-fit: cover;
}
.filterable-posts article .no-image {
  height: 100%;
  max-height: 240px;
}
.filterable-posts article .article-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 18px 8px;
}
.filterable-posts article .article-cats {
  margin-top: auto;
}

.related-posts {
  padding: 0px 0px;
}
.related-posts h2 {
  padding: 15px 35px 0;
}
.related-posts .filterable-posts {
  overflow-x: auto;
  padding: 0 35px 15px 35px;
}
@media only screen and (max-width: 992px) {
  .related-posts .filterable-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .related-posts .filterable-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.related-posts .filterable-posts article {
  min-width: 280px;
}

@media only screen and (max-width: 768px) {
  .filterbale-container.home .filterable-posts article:nth-child(4), .filterbale-container.home .filterable-posts article:nth-child(5), .filterbale-container.home .filterable-posts article:nth-child(6) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .filterbale-container.home .next-prev-buttons {
    display: none;
  }
}

/**
 * Single Post
 */
.post-header {
  background-color: white;
  padding: 50px 35px 15px 35px;
}
.post-header .container {
  max-width: 715px;
  padding: 0;
}
.post-header h1 {
  margin-bottom: 20px;
}
.post-header .author-date {
  margin-bottom: 20px;
}
.post-header img {
  height: fit-content;
}

.post-content {
  padding: 15px 35px;
}
.post-content .container {
  max-width: 715px;
  padding: 0;
}
.post-content h2 {
  margin: 45px 0 5px;
}
.post-content p {
  margin: 5px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .post-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
  }
}
.post-content ul, .post-content ol {
  margin: 0 0 25px 30px;
}
@media only screen and (max-width: 768px) {
  .post-content ul li, .post-content ol li {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
  }
}
.post-content img {
  margin: 15px 0;
}
.post-content .blocks-gallery-grid {
  list-style: none;
  margin: 0;
}
.post-content a {
  color: #0A7DB9;
}
.post-content .wp-block-image {
  margin-top: 35px;
}

.post-footer {
  padding: 15px 35px;
}
.post-footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 715px;
  padding: 0 0 45px 0;
  border-bottom: 2px solid #101828;
}
.post-footer .container .authoer-footer {
  display: flex;
  align-items: center;
}
.post-footer .container .authoer-footer p {
  padding-top: 15px;
}
.post-footer .container .authoer-footer a {
  color: #0A7DB9;
}
.post-footer .written-by {
  font-weight: 300;
  font-size: 28px;
}
@media only screen and (max-width: 482px) {
  .post-footer .written-by {
    font-size: 20px;
  }
}

/**
 * Page 404
 */
/**
 * Deal Tiles
 */
.deal-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .deal-tiles {
    gap: 20px;
  }
}
.deal-tiles .deal-tile {
  position: relative;
  width: calc(33.3% - 20px);
  opacity: 0.9;
  transition: 300ms;
  height: 250px;
}
.deal-tiles .deal-tile img {
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .deal-tiles .deal-tile {
    width: calc(50% - 10px);
    height: 150px;
  }
}
.deal-tiles .deal-tile:hover {
  opacity: 1;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
}
.deal-tiles .deal-tile .deal-title {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .deal-tiles .deal-tile .deal-title {
    font-size: 16px;
    line-height: 22px;
    margin-right: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .deal-tiles .deal-tile-3 {
    width: 100%;
  }
}
.deal-tiles .deal-tile-4,
.deal-tiles .deal-tile-5 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
  .deal-tiles .deal-tile-4,
  .deal-tiles .deal-tile-5 {
    width: calc(50% - 10px);
  }
}

/**
 * Newsletter Form
 */
.sub-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .sub-form {
    grid-template-columns: 1fr;
  }
}
.sub-form h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (max-width: 768px) {
  .sub-form h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
  }
}
.sub-form .form-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px;
}
@media only screen and (max-width: 768px) {
  .sub-form .form-col {
    padding: 37px 28px;
  }
}
.sub-form .image-col img {
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .sub-form .image-col {
    display: none;
  }
}
.sub-form p, .sub-form label {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.sub-form label {
  display: inherit;
  margin-bottom: 4px;
}
.sub-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sub-form .form-control {
  outline: none;
  color: #222;
  border: 1px solid #c2c2c2;
  box-shadow: none;
  min-height: 42px;
  border-radius: 3px;
  line-height: normal;
  box-sizing: border-box;
  background-color: #fff;
  padding: 8px;
  width: 100%;
  font-size: 1rem;
  appearance: none;
}
.sub-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.sub-form .form-control:focus {
  border: 1px solid #222;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
  color: #495057;
  background-color: #fff;
}
.sub-form .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub-form .form-check input[type=checkbox] {
  position: relative;
  display: block;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  color: #000;
  border: 1px solid grey;
  background-color: #ffffff;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.sub-form .form-check input[type=checkbox]:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -63%) rotate(45deg);
  opacity: 0;
}
.sub-form .form-check input[type=checkbox]:checked {
  color: #ffffff;
  border-color: #252525;
  background: #585858;
  border-radius: 4px;
}
.sub-form .form-check input[type=checkbox]:checked::before {
  opacity: 1;
}
.sub-form .form-check input[type=checkbox]:checked ~ label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sub-form .form-check input[type=checkbox]:hover {
  background-color: #cecece;
  border-radius: 4px;
}
.sub-form .form-check a {
  color: #0A7DB9;
}
.sub-form #newsletter-subscribe-approval-error-dialog {
  color: #f04b6e;
  font-size: 16px;
  font-weight: 400;
  font-style: inherit;
}
.sub-form #newsletter-subcribe-success-message {
  padding: 48px 0;
}
.sub-form #newsletter-subcribe-success-message h2 {
  margin-bottom: 24px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.social-icons .social-logo {
  width: 40px;
  transition: 300ms;
  opacity: 0.8;
}
.social-icons .social-logo:hover {
  scale: 1.1;
  opacity: 1;
}

.btn-green-solid,
.btn-pink-solid,
#commentform .submit {
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
  outline: none;
  appearance: none;
}
.btn-green-solid:hover, .btn-green-solid:focus,
.btn-pink-solid:hover,
.btn-pink-solid:focus,
#commentform .submit:hover,
#commentform .submit:focus {
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
  border: none;
}

.btn-green-solid {
  background-color: #1d9946;
}

.btn-pink-solid {
  background-color: #f04b6e;
}

#commentform .submit {
  background-color: #14499D;
}

.invalid {
  border: 1px solid #f04b6e !important;
}

.valid {
  border: 1px solid #4bb955 !important;
}

/**
 * Footer CSS
 */
#prefooter {
  background-color: #494949;
  color: #fff;
}
#prefooter .container {
  padding: 75px 35px;
}
#prefooter span.footer-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 24px;
  display: block;
  margin-bottom: 17px;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #prefooter span.footer-title {
    text-align: center;
    margin-top: 50px;
  }
}
#prefooter .row {
  display: flex;
  flex-wrap: wrap;
}
#prefooter .top-destinations {
  margin-left: 8.333333%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  #prefooter .top-destinations {
    display: none;
  }
}
#prefooter .useful-links {
  margin-left: 8.333333%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  #prefooter .useful-links {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #prefooter .useful-links h3 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #prefooter .useful-links a {
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #323232;
  }
}
#prefooter .all-destionation,
#prefooter .useful-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#prefooter .all-destionation a:hover::after, #prefooter .all-destionation a:focus::after,
#prefooter .useful-links a:hover::after,
#prefooter .useful-links a:focus::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 768px) {
  #prefooter .all-destionation,
  #prefooter .useful-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}
#prefooter a, #prefooter p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #prefooter a, #prefooter p {
    text-align: center;
  }
}
#prefooter a {
  position: relative;
  width: fit-content;
}
#prefooter a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  bottom: -3px;
}
#prefooter a:hover {
  color: #a1a1a1;
}
#prefooter p {
  margin: 0;
}
#prefooter .social-icons {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  #prefooter .social-icons {
    justify-content: center;
  }
}
#prefooter .social-icons img {
  filter: invert(1);
}
#prefooter .footer-line {
  width: 75%;
  margin: 16px auto 16px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  #prefooter .footer-line {
    display: none;
  }
}
#prefooter .footer-line.full {
  margin: 16px 15px;
  width: 100%;
}
#prefooter .col.gurantee {
  width: 100%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  #prefooter .col.gurantee {
    flex: 100%;
    max-width: 100%;
  }
}
#prefooter .col.gurantee .gurantee-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#prefooter .col.gurantee .gurantee-content p, #prefooter .col.gurantee .gurantee-content a {
  font-size: 0.9rem;
}
#prefooter .col.gurantee .gurantee-content a {
  border-bottom: dotted 1px #a1a1a1;
}
#prefooter .col.gurantee .gurantee-content a:hover {
  color: #1487c3;
}
#prefooter .col.gurantee .gurantee-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 42px;
}
@media only screen and (max-width: 768px) {
  #prefooter .col.gurantee .gurantee-logos {
    justify-content: center;
  }
}
#prefooter .col.gurantee .gurantee-logos img {
  width: 90px;
  height: 41px;
}
#prefooter .col.gurantee .gurantee-logos a {
  border-bottom: none;
}
#prefooter .col.payment {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  #prefooter .col.payment {
    display: none;
  }
}
#prefooter .secure-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#prefooter .secure-logos img {
  width: 60px;
  height: 40px;
}

.contact-info {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.contact-info .phone-number {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .contact-info .phone-number {
    align-items: center;
  }
}
.contact-info .tel {
  padding: 5px 10px 5px 35px;
  border-radius: 5px;
  background-color: #383838;
  position: relative;
  transition: all ease-in-out 0.5s;
}
.contact-info .tel:hover {
  outline: 1px solid #7e7e7e;
  text-decoration: none;
  background-color: #181818;
  color: white;
}
.contact-info .tel:before {
  content: url("/static/img/icons/phone.svg");
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
}

.openning-hours h3 {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 768px) {
  .openning-hours h3 {
    margin: 50px 0 8px 0;
  }
}
.openning-hours .times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .openning-hours .times p:nth-child(even) {
    text-align: right;
  }
}

.floating-cta {
  position: fixed;
  left: 100%;
  top: max(400px, 50vh);
  rotate: -90deg;
  transform-origin: -2% bottom;
  transition: 250ms;
}
@media only screen and (max-width: 992px) {
  .floating-cta {
    transform-origin: 0% bottom;
  }
}
.floating-cta a {
  background-color: #222764;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 10px 70px;
  font-weight: 700;
  rotate: 180deg;
  white-space: nowrap;
  transition: 250ms;
}
@media only screen and (max-width: 992px) {
  .floating-cta a {
    padding: 5px 40px;
    font-size: 16px;
    line-height: 22px;
  }
}

/**
 * Dialog
 */
.dialog {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 10000;
}
.dialog.active {
  display: flex;
}
.dialog:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.dialog .dialog-content {
  position: relative;
  background-color: white;
  width: 500px;
  max-width: 100%;
  height: fit-content;
  padding: 10px 20px;
  margin: auto;
  border: 1px solid #c5c5c5;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .dialog .dialog-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
.dialog .dialog-content h2 {
  font-size: 18px;
}
.dialog .dialog-content h3 {
  font-size: 16px;
}
.dialog .dialog-content h2,
.dialog .dialog-content h3 {
  color: #222764;
  font-weight: 700;
  line-height: 24px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .dialog .dialog-content h2,
  .dialog .dialog-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.dialog .dialog-content p {
  font-size: 16px;
  line-height: 22px;
  margin: 7px 0;
}
.dialog .openning-hours {
  margin-top: 15px;
}
.dialog .openning-hours .times {
  grid-template-columns: 160px 1fr;
}
@media only screen and (max-width: 768px) {
  .dialog .openning-hours .times p:nth-child(2n+1) {
    text-align: left;
  }
}
.dialog .passanger-pax,
.dialog .child-ages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dialog .children-age-heading {
  display: none;
}
.dialog .child-ages .input-wrapper {
  display: none;
}
.dialog .input-wrapper {
  width: calc(50% - 5px);
  max-width: 100%;
}
.dialog .close-passanger-dialog {
  width: calc(50% - 6px);
  float: right;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .dialog .close-passanger-dialog {
    width: 100%;
    margin-top: auto;
  }
}

.icon-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 250ms;
}
.icon-close:hover .line:first-child, .icon-close:hover .line:last-child {
  rotate: 0deg;
}
.icon-close .line {
  display: block;
  position: absolute;
  background-color: #222764;
  width: 25px;
  height: 3px;
  transition: 250ms;
}
.icon-close .line:first-child {
  rotate: 45deg;
}
.icon-close .line:last-child {
  rotate: -45deg;
}

#modal-note {
  padding-bottom: 30px;
}

.modal-open {
  overflow: hidden;
}

.inline-error {
  color: #f04b6e !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
}

.sharing-icons {
  position: absolute;
  height: calc(100% - 120px);
  top: 70px;
  z-index: 10;
}

.sharing {
  display: flex;
  flex-direction: column;
  position: sticky;
  height: fit-content;
  top: 60vh;
}
.sharing a {
  padding: 5px;
  cursor: pointer;
}
.sharing svg {
  fill: #222764;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

/**
 * Comment Box
 */
#commentform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#commentform .comment-form-comment {
  width: 100%;
}
#commentform .comment-form-comment #comment {
  max-height: 150px;
}
#commentform .form-submit {
  width: 100%;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
  width: calc(50% - 5px);
}
@media only screen and (max-width: 768px) {
  #commentform .comment-form-author,
  #commentform .comment-form-email {
    width: 100%;
  }
}

.comments-container {
  padding: 48px;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  .comments-container {
    padding: 37px 28px;
  }
}
.comments-container h3#comments {
  color: #222764;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .comments-container h3#comments {
    font-size: 20px;
    line-height: 27px;
  }
}
.comments-container .comment-author img {
  max-width: 60px;
  max-height: 60px;
}
.comments-container .commentlist {
  list-style: none;
  margin-bottom: 50px;
}
.comments-container .commentlist .comment {
  padding-bottom: 30px;
  border-bottom: 1px solid #101828;
}
.comments-container .comment-author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.comments-container .comment-author .says {
  margin-left: 10px;
}
.comments-container .comment-meta a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #14499D;
}
.comments-container .reply a {
  color: #14499D;
  font-size: 16px;
}

#reply-title {
  color: #222764;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
}
@media only screen and (max-width: 768px) {
  #reply-title {
    font-size: 24px;
    line-height: 29px;
  }
}

.home.site-2 .filterbale-container h2,
.home.site-2 h1 {
  font-weight: 700;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>