/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (1) ***!
  \**********************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --primary-color: #18398A;
  --primary-rgb: rgb(24, 57, 138);
  --secondary-color: #04038d;
  --secondary-rgb: rgb(4, 3, 141);
  --primary-font: Raleway, serif;
  --secondary-font: Raleway, sans-serif;
}

.display-flex, .pit-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.display-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sticky {
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  position: sticky !important;
  top: 80px;
}

.transition-slow {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item-center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.item-center-left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -ms-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -o-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
}

.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.check:after {
  display: block;
  width: 8px;
  height: 16px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  left: -12px;
  top: 11px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.times:after, .times:before {
  top: 5px;
  left: -11px;
  height: 20px;
  width: 2px;
  background-color: rgba(4, 3, 141, 0.1);
}
.times:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.times:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stretched-link:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
  z-index: 1;
}

.arrow-up {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 33px;
  height: 33px;
}
.close-btn .arrow-up {
  width: 27.5px;
  height: 30px;
}
.hide .close-btn .arrow-up {
  height: 24px;
}
.arrow-up::after {
  top: 45%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.close-btn .arrow-up::after {
  left: 48%;
  top: 48%;
}
.arrow-down {
  width: 16px;
}
.arrow-down::after {
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-left {
  width: 16px;
}
.arrow-left::after {
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-right {
  width: 16px;
}
.arrow-right::after {
  top: 9px;
  left: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow-fill-right {
  width: 16px;
}

.tag__plan, .comment-body .fn, .tag-list ul li a, #primary .post .entry-content table thead tr th, blockquote cite, .pit-btn-text, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, .entry-header .entry-title, .dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--primary-font);
}

body,
html, .comments-title,
.comment-reply-title, .wp-caption-text,
figcaption, ::placeholder, .pit-btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a {
  font-family: var(--secondary-font);
}

.single-tour-title, .pit-btn-text, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, .dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-weight: 700;
}

label, .tag-list ul, dt, .pit-btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a, .entry-meta > span, table tr th {
  font-weight: 600;
}

body,
html, .reviews__card-author-name, .reviews__card-title, .tag__plan, .comment-body .comment-metadata, .comment-body .fn a, #primary .post .entry-content table tbody tr td, #primary .post .entry-content table thead tr th, ::placeholder, .entry-header .entry-title, .entry-meta {
  font-weight: 500;
}

.tag-list ul li a, blockquote cite {
  font-weight: 400;
}

.comment-respond .comment-reply-title, .tag-list ul li a, .pit-btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a, .entry-header .entry-title .author a {
  text-transform: capitalize;
}

.video-block, .select, .comment-body .comment-content, .comments-area .comment-body, blockquote, .has-spinner, .pit-btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a, .check, .times, .arrow-up, .arrow-down, .arrow-left, .arrow-right, .arrow-fill-right {
  position: relative;
}

.video-block:before, blockquote::after, .absolute-center, .check:after, .times:after, .times:before, .stretched-link:before {
  position: absolute;
}

.video-block:before, blockquote::after, .check:after, .times:after, .times:before, .stretched-link:before, .arrow-up::after, .arrow-down::after, .arrow-left::after, .arrow-right::after {
  content: "";
}

.gallery, .comment-respond form .comment-form-cookies-consent, .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-block {
  background-position: center;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  background: #eee;
  padding: 20px;
}

a {
  background-color: transparent;
  color: var(--primary-color);
}
a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 12px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-size: 1rem;
  line-height: 1.778;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}
p > small {
  font-size: 12px;
}

small {
  font-size: 12px;
  margin-bottom: 3px;
}

label {
  line-height: 1.78rem;
  font-size: 1rem;
}

.btn:focus,
button:focus {
  outline: none !important;
}

a:focus {
  text-decoration: none;
  color: var(--secondary-color);
  outline: 0;
}

.dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-size: 100px;
  line-height: 1;
  float: left;
  margin-right: 5px;
  color: var(--primary-color);
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: rgba(55, 126, 249, 0.1);
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul,
ol {
  padding-left: 0;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: none;
}
.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 1.5em 0;
  width: 100%;
  border-radius: 0;
  font-size: 1rem;
  text-align: left;
  overflow: hidden;
  border-collapse: collapse;
}
table tr th {
  padding: 10px 15px;
  border-bottom: 2px solid #D9DBE1;
  background: rgba(0, 0, 0, 0.03);
  color: #000000;
}
table tr td {
  padding: 10px 15px;
}
table p {
  margin-bottom: 0;
}
table tr,
table th,
table td {
  border: 1px solid #D9DBE1;
  padding: 10px 15px;
}

a:hover,
a:focus,
a:active {
  color: var(--secondary-color);
}

a:hover,
a:active {
  outline: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #000000;
}

input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #000000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000000;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #000000;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.entry-meta {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
}
.entry-meta a {
  color: #000000;
}
.entry-meta a:hover {
  color: var(--primary-color);
}
.entry-meta > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.entry-meta > span :last-child {
  margin-right: 0;
  padding-right: 0;
}
.entry-meta > span :last-child :after {
  display: none;
}
.entry-meta .category a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.entry-meta .category a :last-child {
  margin-right: 0;
}
.entry-meta .category a :last-child :after {
  display: none;
}
.entry-meta .category a ::after {
  content: ",";
}
.entry-header {
  margin-bottom: 1px;
}
.entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.3;
  color: #000;
}
.entry-header .entry-title a {
  text-decoration: none;
  color: #000000;
}
.entry-header .entry-title a:hover {
  color: var(--secondary-color);
}
.entry-content {
  color: #474A57;
}
.entry-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.entry-content p a {
  text-decoration: underline;
  color: var(--primary-color);
}
.entry-content p a:hover {
  text-decoration: none;
}
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 20px 0;
}
@media screen and (min-width: 1199px) {
  .single-mphb_room_type .entry-content .h1,
  .single-mphb_room_type .entry-content .h2,
  .single-mphb_room_type .entry-content .h3,
  .single-mphb_room_type .entry-content .h4,
  .single-mphb_room_type .entry-content .h5,
  .single-mphb_room_type .entry-content .h6,
  .single-mphb_room_type .entry-content h1,
  .single-mphb_room_type .entry-content h2,
  .single-mphb_room_type .entry-content h3,
  .single-mphb_room_type .entry-content h4,
  .single-mphb_room_type .entry-content h5,
  .single-mphb_room_type .entry-content h6 {
    margin: 50px 0 30px;
  }
}
.entry-content figure {
  margin: 15px 0;
}
@media screen and (min-width: 992px), print {
  .entry-content figure {
    margin: 40px 0;
  }
}
.entry-content figure:first-child {
  margin-top: 0;
}
.entry-content .heading__title {
  margin-top: 0;
  margin-bottom: 14px;
}
.entry-content .heading p {
  margin-bottom: 0;
}
.post .entry-content {
  margin: 0;
}

blockquote,
q {
  font-style: italic;
  margin: 1.5em 1em;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
}

q {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  text-align: left;
  width: 50%;
  margin: 0;
  float: left;
  display: block;
}
q:before, q:after {
  display: none;
}

blockquote span,
q span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.text-center, .video-block, .wp-caption-text,
figcaption, #back-to-top, .pit-btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a, .entry-content figure, .entry-content .heading--center {
  text-align: center;
}
.text-left, blockquote p {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-bolder {
  font-weight: 800;
}
.text-bold {
  font-weight: 700;
}
.text-sbold {
  font-weight: 600;
}
.text-medium {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-light {
  font-weight: 300;
}
.text-primary {
  color: var(--primary-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

.h1,
h1 {
  line-height: 66px;
  font-size: 36px;
}
@media screen and (min-width: 992px), print {
  .h1,
  h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
  }
}

.h2,
h2 {
  line-height: 58px;
  font-size: 32px;
}
@media screen and (min-width: 992px), print {
  .h2,
  h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1199px) {
  .h2,
  h2 {
    font-size: 44px;
  }
}

.h3,
h3 {
  line-height: 48px;
  font-size: 28px;
}
@media screen and (min-width: 992px), print {
  .h3,
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1199px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

.h4,
h4 {
  line-height: 38px;
  font-size: 24px;
}
@media screen and (min-width: 992px), print {
  .h4,
  h4 {
    font-size: 28px;
  }
}

.h5,
h5 {
  color: #000000;
  line-height: 1.55;
  font-size: 20px;
}
@media screen and (min-width: 992px), print {
  .h5,
  h5 {
    font-size: 22px;
  }
}
.offers .h5, .news-and-blogs .h5, .testimonial .h5,
.offers h5,
.news-and-blogs h5,
.testimonial h5 {
  text-transform: unset;
}

.h6,
h6 {
  line-height: 26px;
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
}

.w-100 {
  width: 100%;
}

a {
  color: var(--primary-color);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

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

.container,
.container-fluid {
  max-width: 500px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px), print {
  .container,
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 575px), print {
  .container,
  .container-fluid {
    max-width: 540px;
  }
}
@media screen and (min-width: 767px), print {
  .container,
  .container-fluid {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px), print {
  .container,
  .container-fluid {
    max-width: 960px;
  }
}
@media screen and (min-width: 1199px) {
  .container,
  .container-fluid {
    max-width: 1160px;
  }
}

.row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-right: -15px;
}
@media screen and (min-width: 992px), print {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px), print {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 767px), print {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px), print {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.m-0 {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0;
}

.bg-dim-primary {
  background-color: rgba(24, 57, 138, 0.1);
}

.section-padding, .comment-list + .comment-respond {
  padding: 16px 0;
}
@media screen and (min-width: 767px), print {
  .section-padding, .comment-list + .comment-respond {
    padding: 24px 0;
  }
}
@media screen and (min-width: 1199px) {
  .section-padding, .comment-list + .comment-respond {
    padding: 28px 0;
  }
}

.pit-btn, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding: 18px 36px;
  box-sizing: inherit;
  vertical-align: middle;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  text-decoration: none;
}
@media screen and (max-width: 574px) {
  .pit-btn, button,
  input[type=button],
  input[type=reset],
  input[type=submit], .reply a {
    width: 100%;
  }
}
.pit-btn-primary, button,
input[type=button],
input[type=reset],
input[type=submit], .reply a {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.pit-btn-primary:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .reply a:hover, .pit-btn-primary:focus, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .reply a:focus {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.pit-btn-sm, .reply a {
  padding: 9px 30px;
  font-size: 14px;
  line-height: 18px;
}
.pit-btn-lg, button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 12px 40px;
  font-size: 16px;
  line-height: 1.375;
}
.pit-btn-outline {
  border-color: var(--primary-color);
  background: transparent;
}
.pit-btn-outline:hover, .pit-btn-outline:focus {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.pit-btn-white {
  border-color: #fff;
  background: transparent;
}
.pit-btn-white:hover, .pit-btn-white:focus {
  background: #fff;
  border-color: #fff;
  color: var(--primary-color);
}
.pit-btn-text {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 1.34;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pit-btn-text span {
  padding-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pit-btn-text span svg path {
  fill: var(--primary-color);
}
.pit-btn-text:hover {
  color: var(--secondary-color);
}
.pit-btn-text:hover span {
  padding-left: 12px;
}
.pit-btn-text:hover span svg path {
  fill: var(--secondary-color);
}
.pit-btn-arrow {
  height: 13px;
  width: 13px;
  height: 12px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  display: inline-block;
}
@media screen and (max-width: 574px) {
  .pit-btn-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 574px) {
  .pit-btn-wrap a + a {
    margin-top: 15px;
  }
}
@media screen and (min-width: 575px), print {
  .pit-btn-wrap a + a {
    margin-left: 15px;
  }
}

#back-to-top {
  display: none;
  padding: 0;
  visibility: visible;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.37);
  color: #fff;
  cursor: pointer;
  line-height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 999;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#back-to-top svg {
  width: 24px;
  height: 24px;
  margin-top: 18px;
}

.accordion-button {
  background: initial !important;
  color: initial !important;
}

.hero__wrapper {
  position: relative;
}
.hero__wrapper .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
}
.hero__wrapper .owl-nav .owl-next,
.hero__wrapper .owl-nav .owl-prev {
  padding: 20px 12px;
  background: rgba(255, 255, 255, 0.3803921569);
  color: #1b1b1b;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .hero__wrapper .owl-nav .owl-next,
  .hero__wrapper .owl-nav .owl-prev {
    padding: 40px 18px;
    width: max-content !important;
  }
}

.blog {
  background: #ECECEC;
}
.blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (min-width: 767px), print {
  .blog__wrapper {
    gap: 48px;
  }
}
.blog__wrapper .cards {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .blog__wrapper .cards {
    width: calc(50% - 48px);
  }
}
.blog__wrapper .cards:hover {
  transform: translateY(-5px);
}
.blog__wrapper .cards .card__img {
  aspect-ratio: 16/9;
  max-width: 35%;
}
.blog__wrapper .cards .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__wrapper .cards .card__content {
  padding: 1rem;
}
.blog__wrapper .cards .card__content h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
}
.blog__wrapper .cards .card__content h3 a {
  color: #1b1b1b;
  text-decoration: none;
}
.blog__wrapper .cards .card__content p {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.blog__wrapper .cards .card__content p a {
  color: #444;
  text-decoration: underline;
  font-weight: 500;
}
.blog__wrapper .cards .card__content span {
  font-size: 0.85rem;
  color: #666;
}

.about-us__wrapper {
  display: flex;
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .about-us__wrapper {
    flex-direction: column-reverse;
  }
}
.about-us__left {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 767px) {
  .about-us__left {
    width: 100%;
  }
}
.about-us__right {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 767px) {
  .about-us__right {
    width: 100%;
  }
}
.about-us__content {
  margin-top: 12px;
}

.review-stars {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.customize-tours {
  position: fixed;
  right: -64px;
  top: 50%;
  background: var(--primary-color);
  color: #fff;
  padding: 2px 8px;
  transform: rotate(-90deg) translateY(-50%);
}
.customize-tours:hover {
  color: #fff;
}

.pagination-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.pagination-wrapper .page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-wrapper .page-numbers li {
  display: inline-flex;
}
.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}
.pagination-wrapper .page-numbers a:hover {
  background-color: #f5f5f5;
}
.pagination-wrapper .page-numbers .current {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  cursor: default;
}
.pagination-wrapper .page-numbers .dots {
  border: none;
  cursor: default;
}

.single-tour__left h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
.single-tour__left h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
.single-tour__left h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.single-tour__left h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.single-tour__left h5 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}
.single-tour__left h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

/* Elements --------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

select {
  max-width: 100%;
}

::placeholder {
  font-size: 1em;
}

.wp-caption-text,
figcaption {
  font-size: 16px;
  line-height: 2.3333333;
  color: #969BAB;
}

blockquote {
  background-color: rgba(24, 57, 138, 0.1);
  margin: 0;
  padding: 30px;
  border-left: 3px solid var(--primary-color);
}
blockquote::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%27128%27 height=%27100%27 viewBox=%270 0 128 100%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.2%27 d=%27M73.2631 92.8699L77.8977 100C109.983 78.4314 127.809 52.2282 127.809 30.6595C127.809 9.80392 112.479 0 99.4663 0C83.0671 0 71.4806 13.9037 71.4806 28.5205C71.4806 40.82 79.3237 51.3369 89.8407 55.2585C92.871 56.328 95.723 57.2193 95.723 62.3886C95.723 68.984 90.9102 78.7879 73.2631 92.8699ZM2.49665 92.8699L7.13123 100C38.8603 78.4314 57.0421 52.2282 57.0421 30.6595C57.0421 9.80392 41.3558 0 28.3434 0C11.7658 0 0.00111389 13.9037 0.00111389 28.5205C0.00111389 40.82 8.0225 51.3369 18.8959 55.2585C21.9262 56.328 24.6 57.2193 24.6 62.3886C24.6 68.984 19.6089 78.7879 2.49665 92.8699Z%27 fill=%27%23AF9065%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 127px;
  height: 100px;
}
blockquote p {
  margin-bottom: 0 !important;
  font-style: normal;
}
blockquote cite {
  color: #000000;
  font-style: normal;
  margin-top: 5px;
  display: block;
}

#primary .post .entry-content table {
  border-collapse: collapse;
  text-align: left;
  padding: 20px;
  border: none;
}
#primary .post .entry-content table thead tr {
  background: var(--primary-color);
  border: none;
}
#primary .post .entry-content table thead tr th {
  color: #fff;
  font-size: 1em;
  line-height: 1.5556;
  padding: 18px 21px;
  border: none;
}
#primary .post .entry-content table tbody {
  border: none;
}
#primary .post .entry-content table tbody tr {
  border: none;
}
#primary .post .entry-content table tbody tr td {
  border: none;
  font-size: 1em;
  line-height: 1.5556;
  color: #474A57;
  padding: 18px 21px;
}
#primary .post .entry-content table tbody tr td a {
  text-decoration: underline;
}
#primary .post .entry-content table tbody tr td a:hover {
  text-decoration: none;
}
#primary .post .entry-content table tbody tr:nth-of-type(odd) {
  background: rgba(24, 57, 138, 0.1);
}
#primary .post .entry-content table tbody tr:nth-of-type(even) {
  background: rgba(24, 57, 138, 0.2);
}

.wp-block-image .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignright {
    margin-left: 0;
    float: none;
  }
}
.wp-block-image .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignleft {
    margin-right: 0;
    float: none;
  }
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 8%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .tag-list {
    text-align: left;
  }
}
.tag-list span {
  margin-right: 20px;
  display: inline-block;
}
.tag-list ul {
  margin: 0;
  font-size: 0.89rem;
  color: #000000;
}
.tag-list ul li {
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px), print {
  .tag-list ul li {
    margin-bottom: 20px;
  }
}
.tag-list ul li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (min-width: 767px), print {
  .tag-list ul li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.tag-list ul li a {
  padding: 9px 10px;
  max-height: 36px;
  line-height: 1;
  background: rgba(55, 126, 249, 0.1);
  color: #000000;
  font-size: 0.89rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area ol li:not(:last-child) {
  border-bottom: 1px solid #D9DBE1;
}
.comments-area ol.children {
  border-top: 1px solid #D9DBE1;
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .comments-area ol.children {
    padding-left: 40px;
  }
}
@media screen and (min-width: 767px), print {
  .comments-area ol.children li {
    padding-left: 110px;
  }
}
.comments-area ol.children .comment-content {
  border: none;
}
.comments-area ol.children .comment-content:after, .comments-area ol.children .comment-content:before {
  display: none;
}
.comments-area ol.children .comment-content p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.comments-area ol.children .comment-content p a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.comments-area ol.children > li:first-child > .comment-body {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 767px), print {
  .comments-area .comment-meta {
    padding-left: 120px;
  }
}

.comments-title,
.comment-reply-title {
  margin-top: 0;
  font-size: 16px;
  margin: 35px 0 20px;
}
@media screen and (min-width: 992px), print {
  .comments-title,
  .comment-reply-title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1199px) {
  .comments-title,
  .comment-reply-title {
    margin-bottom: 50px;
  }
}

.comment-reply-title {
  margin-bottom: 30px;
}
.comment-reply-title a#cancel-comment-reply-link {
  display: inline-block;
  margin-left: 20px;
  text-decoration: underline;
  color: #333;
  text-transform: capitalize;
}
.comment-reply-title a#cancel-comment-reply-link:hover {
  color: #3f46ad;
  text-decoration: none;
}

.comment-body {
  margin-top: 15px;
}
.comment-body .fn {
  font-size: 1.22rem;
  line-height: 34px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .comment-body .fn {
    margin-left: 15px;
  }
}
.comment-body .fn a {
  color: #000;
}
.comment-body .fn a:hover {
  color: var(--secondary-color);
}
.comment-body .fn .says {
  display: none;
}
.comment-body .comment-metadata {
  font-size: 14px;
}
.comment-body .comment-metadata a {
  color: var(--primary-color);
}
.comment-body .comment-awaiting-moderation {
  margin: 0;
  font-size: 0.888em;
  color: var(--primary-color);
}
.comment-body .comment-content {
  font-size: 1rem;
  padding: 5px 0 15px 0;
  color: #000000;
}
@media screen and (min-width: 767px), print {
  .comment-body .comment-content {
    padding: 5px 0 25px 120px;
  }
}
.comment-body .comment-content p {
  margin-top: 0px;
  margin-bottom: 20px;
}
.comment-body .comment-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .comment-list {
    margin-bottom: 20px;
  }
}
.comment-list img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 767px), print {
  .comment-list img {
    position: absolute;
    width: 70px;
    height: 70px;
  }
}

.comment-body .fn a:hover,
.comment-body .comment-metadata a:hover {
  color: var(--secondary-color);
}

.reply a {
  padding: 2px 5px;
  width: auto;
}

.comment-respond {
  color: #000000;
  padding-bottom: 20px;
  display: none;
}
.comment-respond.open {
  display: block;
}
.comment-respond .comment-reply-title {
  font-size: 1.33rem;
}
.comment-respond .comment-reply-title span a {
  font-size: 1rem;
  float: right;
  color: #000000;
}
.comment-respond .comment-reply-title span a:hover {
  color: var(--primary-color);
}
.comment-respond .form-info {
  float: right;
  padding-bottom: 10px;
  color: #000000;
}
.comment-respond form p {
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px), print {
  .comment-respond form p {
    margin-bottom: 20px;
  }
}
.comment-respond form p:not(.comment-form-cookies-consent) label {
  display: none;
}
.comment-respond form p textarea {
  height: 150px;
}
.comment-respond form p.form-submit {
  margin-bottom: 0;
}
.comment-respond form .comment-form-cookies-consent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.comment-respond form input#wp-comment-cookies-consent {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.comment-respond form label[for=wp-comment-cookies-consent] {
  font-size: 0.89rem;
  display: inline-block;
  width: calc(100% - 15px);
  margin-bottom: 0;
}
.comment-respond form label[for=wp-comment-cookies-consent]:hover {
  text-decoration: underline;
}
.comment-respond form .comment-form-comment label,
.comment-respond form .comment-form-email label,
.comment-respond form .comment-form-author label {
  display: none;
}
.comment-respond form .comment-form-comment input,
.comment-respond form .comment-form-comment textarea,
.comment-respond form .comment-form-email input,
.comment-respond form .comment-form-email textarea,
.comment-respond form .comment-form-author input,
.comment-respond form .comment-form-author textarea {
  border: 0;
  width: 100%;
  padding: 17.5px 15px;
  vertical-align: middle;
}
.comment-respond form .comment-form-author {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .comment-respond form .comment-form-author {
    float: unset;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .comment-respond form {
    float: unset;
    width: 100%;
    padding-right: 0;
  }
}
.comment-respond form .comment-form-email {
  width: 50%;
  float: right;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .comment-respond form .comment-form-email {
    float: unset;
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.comment-form p.comment-notes {
  display: none;
}

.comment-respond form p input[type=text],
.comment-respond form p input[type=url],
.comment-respond form p input[type=email],
.comment-respond form p input[type=tel],
.comment-respond form p textarea {
  height: 60px;
  background: #fff;
  border-color: #D9DBE1;
  padding: 10px 15px;
  font-size: 0.89rem;
  width: 100%;
}
.comment-respond form p input[type=text]::-webkit-input-placeholder,
.comment-respond form p input[type=url]::-webkit-input-placeholder,
.comment-respond form p input[type=email]::-webkit-input-placeholder,
.comment-respond form p input[type=tel]::-webkit-input-placeholder,
.comment-respond form p textarea::-webkit-input-placeholder {
  color: #474A57;
  opacity: 1;
}
.comment-respond form p input[type=text]:-moz-placeholder,
.comment-respond form p input[type=url]:-moz-placeholder,
.comment-respond form p input[type=email]:-moz-placeholder,
.comment-respond form p input[type=tel]:-moz-placeholder,
.comment-respond form p textarea:-moz-placeholder {
  color: #474A57;
  opacity: 1;
}
.comment-respond form p input[type=text]::-moz-placeholder,
.comment-respond form p input[type=url]::-moz-placeholder,
.comment-respond form p input[type=email]::-moz-placeholder,
.comment-respond form p input[type=tel]::-moz-placeholder,
.comment-respond form p textarea::-moz-placeholder {
  color: #474A57;
  opacity: 1;
}
.comment-respond form p input[type=text]:-ms-input-placeholder,
.comment-respond form p input[type=url]:-ms-input-placeholder,
.comment-respond form p input[type=email]:-ms-input-placeholder,
.comment-respond form p input[type=tel]:-ms-input-placeholder,
.comment-respond form p textarea:-ms-input-placeholder {
  color: #474A57;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .comment-respond form p input[type=text],
  .comment-respond form p input[type=url],
  .comment-respond form p input[type=email],
  .comment-respond form p input[type=tel],
  .comment-respond form p textarea {
    height: 50px;
  }
}

.comment-respond form p textarea {
  height: 100px;
}

.comment-open {
  background: rgba(24, 57, 138, 0.1);
  border-color: rgba(24, 57, 138, 0.1);
  padding: 12px 40px;
  width: 100%;
  color: #000000;
}
@media screen and (min-width: 1199px) {
  .comment-open {
    padding: 19px 0;
  }
}

.tag__plan {
  font-size: 14px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 9px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  line-height: 1;
  display: inline-block;
}
.tag__plan:hover {
  color: #fff;
  background: var(--secondary-color);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #000000;
  background: #fff;
  padding: 8px 20px;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #ccc9c9;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000000;
}

.select select {
  appearance: none;
}
.select:after {
  position: absolute;
  content: "";
  color: #474A57;
  right: 15px;
  top: 16px;
  pointer-events: none;
  background-image: url("data:image/svg+xml utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%234A545A\" d=\"M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z\"></path></svg>");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 14px;
}

textarea {
  width: 100%;
  max-height: 150px;
}

label {
  display: inline-block;
  margin-bottom: 10px;
}

form p {
  margin-bottom: 20px;
}
@media screen and (min-width: 1199px) {
  form p {
    margin-bottom: 30px;
  }
}
form p:last-child {
  margin-bottom: 0;
}

input[type=checkbox] {
  margin: 0 14px 2px 0;
}

.gallery {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
@media screen and (min-width: 992px), print {
  .gallery {
    row-gap: 25px;
    column-gap: 25px;
  }
}
.gallery .gallery-item {
  margin: 0;
  flex-basis: 100%;
}
@media screen and (min-width: 575px), print {
  .gallery .gallery-item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 992px), print {
  .gallery .gallery-item {
    flex-basis: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 1199px) {
  .gallery .gallery-item {
    flex-basis: calc((100% - 50px) / 4);
  }
}
.gallery .gallery-item img {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .gallery.gallery-columns-6 .gallery-item {
    flex-basis: calc((100% - 125px) / 6);
  }
}
@media screen and (min-width: 1440px) {
  .gallery.gallery-columns-5 .gallery-item {
    flex-basis: calc((100% - 100px) / 5);
  }
}
@media screen and (min-width: 1199px) {
  .gallery.gallery-columns-4 .gallery-item {
    flex-basis: calc((100% - 75px) / 4);
  }
}
@media screen and (min-width: 992px), print {
  .gallery.gallery-columns-3 .gallery-item {
    flex-basis: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 992px), print {
  .gallery.gallery-columns-2 .gallery-item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
.gallery.gallery-columns-1 .gallery-item {
  flex-basis: 100%;
}

.rating {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 1.4rem;
  font-family: Times;
  line-height: 1;
}

.rating::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, rgb(246, 202, 27) var(--percent), #afafaf var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial {
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .testimonial {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .testimonial {
    padding-bottom: 100px;
  }
}
.testimonial__wrapper {
  display: flex;
  gap: 48px;
  flex-direction: column;
  padding-top: 60px;
}
@media screen and (min-width: 767px), print {
  .testimonial__wrapper {
    flex-direction: row;
  }
}
.testimonial-bg-img {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
}
.testimonial-bg-img-before-wrapper {
  position: relative;
  height: 100%;
}
.testimonial-bg-img-before-wrapper img {
  width: 100%;
  height: 100%;
}
.testimonial-bg-img-before-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  z-index: 0;
}
.testimonial__left, .testimonial__right {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .testimonial__left, .testimonial__right {
    width: calc((100% - 48px) / 2);
  }
}
.testimonial .home-gallery {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.testimonial .home-gallery-item {
  aspect-ratio: 1/1;
  width: calc((100% - 36px) / 4);
}
.testimonial .home-gallery-item a {
  width: 100%;
  display: inline-block;
}
.testimonial .home-gallery-item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimonial .section-tagline {
  background: #dd9a0a;
  color: #fff;
  padding: 2px 8px;
  margin-bottom: 0;
}
.testimonial .reviews__card {
  border: none;
}
.testimonial .review-stars li.selected i {
  color: #dd9a0a;
}
.testimonial .review-stars li.selected i:before {
  color: #dd9a0a !important;
}
.testimonial .section-title,
.testimonial .reviews__card-title,
.testimonial .reviews__card-desc,
.testimonial .reviews__card-author-name,
.testimonial .reviews__card-author-country {
  color: #fff;
}
.testimonial .toggle-review {
  text-decoration: underline;
}
.testimonial .toggle-review:hover {
  cursor: pointer;
}
.testimonial-review-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-slider {
  margin: 0 -12px;
}
.testimonial-slider .slick-slide {
  margin: 0 12px;
}
.testimonial .slick-dots {
  margin-top: 24px;
  position: initial;
}
.testimonial .slick-dots li {
  height: 12px;
  width: 12px;
}
.testimonial .slick-dots li button {
  background: #a4a4a4;
  border-radius: 1000px;
  height: 12px;
  width: 12px;
}
.testimonial .slick-dots li button:before {
  font-size: 0;
}
.testimonial .slick-dots li.slick-active button {
  background: var(--primary-color);
}
.testimonial-reviews__item {
  background: #fff;
  padding: 24px;
  border-radius: 25px;
  width: 100%;
  border: 1px solid #eee;
  margin-top: 24px;
}
.testimonial-reviews__wrap {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .testimonial-reviews__wrap {
    margin-top: 48px;
  }
}
@media screen and (min-width: 767px), print {
  .testimonial-reviews__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.testimonial-reviews__wrap .reviews__card {
  width: 100%;
}
.testimonial-reviews-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
}
.testimonial-reviews__img {
  width: 60px;
  height: 60px;
}
.testimonial-reviews__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1000px;
}
.testimonial-reviews-content {
  margin-top: 16px;
}
.testimonial-reviews-content-bottom {
  display: flex;
  justify-content: space-between;
  color: var(--primary-color);
}
.testimonial-reviews-person-name {
  font-weight: 500;
  font-size: 14px;
  color: #1b1b1b;
}
.testimonial-reviews-person-name span {
  font-weight: 400;
  font-size: 16px;
}
.testimonial .review-title {
  font-size: 20px;
  margin: 12px 0;
  color: #1b1b1b;
}
.testimonial .review-stars li.selected i:before {
  color: var(--primary-color);
}
.testimonial .review-stars li i:before {
  color: #bbb;
}

.single-tour-section-title {
  font-size: 20px !important;
  line-height: 1.4;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (min-width: 767px), print {
  .single-tour-section-title {
    font-size: 20px !important;
    margin-bottom: 24px;
  }
}
.single-tour-main-content {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .single-tour-main-content__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .single-tour__left {
    width: calc(70% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .single-tour__right {
    width: calc(30% - 24px);
    position: sticky;
    top: 90px;
  }
}
.single-tour-title {
  color: #fff;
  line-height: 1.2;
  text-align: left;
  font-size: 22px;
  margin-bottom: 12px;
}
@media screen and (min-width: 767px), print {
  .single-tour-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .single-tour-title {
    font-size: 28px;
  }
}
.single-tour-banner-review__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-tour-banner-review__wrap .star__wrapper {
  margin: 0;
  padding-left: 0;
}
.single-tour-banner-review__wrap p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.single-tour-banner__wrapper {
  position: relative;
}
.single-tour-banner__content {
  width: 100%;
  margin: 24px 0;
}
.single-tour-banner__content .single-tour-title {
  color: #1b1b1b;
}
.single-tour-banner__content .single-tour-banner-review__wrap {
  color: #303030;
}
.single-tour-banner__img {
  position: relative;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 767px), print {
  .single-tour-banner__img {
    aspect-ratio: 22/9;
  }
}
.single-tour-banner__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.single-tour .single-trips-section-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.single-tour .single-trips-banner {
  display: flex;
  gap: 12px;
}
.single-tour .single-trips-banner .trip-gallery-item {
  aspect-ratio: 1/1;
  height: 400px;
  transition: width 0.4s linear;
  width: calc(25% - 12px);
  overflow: hidden;
}
.single-tour .single-trips-banner .trip-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-tour .single-trips-banner .trip-gallery-item:first-child {
  width: 50%;
}
.single-tour .single-trips-banner {
  /* When hovering the whole banner */
}
.single-tour .single-trips-banner:hover .trip-gallery-item {
  width: calc(25% - 12px);
}
.single-tour .single-trips-banner {
  /* When hovering a specific image */
}
.single-tour .single-trips-banner:hover .trip-gallery-item:hover {
  width: 50%;
}
.single-tour-fact__info-title {
  margin: 0;
  font-weight: 500;
  color: #1b1b1b;
  font-size: 18px;
  text-transform: uppercase;
}
.single-tour-fact__info-Answer {
  font-size: 16px;
  margin: 0;
}
.single-tour-fact__icon {
  border-radius: 1000px;
  height: 48px;
  width: 48px;
  margin-top: 4px;
  background: rgba(59, 143, 195, 0.1098039216);
  padding: 9px;
}
.single-tour-fact__icon img {
  object-fit: contain;
  height: 31px;
  min-width: 31px;
}
.single-tour-fact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 12px;
}
.single-tour-fact-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 767px), print {
  .single-tour-fact-item {
    width: calc((100% - 48px) / 3);
    margin-top: 0;
  }
}
@media screen and (min-width: 767px), print {
  .single-tour-fact-item__wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}
.single-tour-fact-item__wrapper.two-cols .single-tour-fact-item {
  width: calc((100% - 24px) / 2);
}
.single-tour .group_price_table thead tr th {
  color: var(--primary-color);
  font-size: 16px;
}

#single-tour-information ul,
#include-exclude ul,
.single-tour-highlights ul,
#single-tour-overview ul,
.single-blog ul,
#faq-acc ul {
  margin: 0;
  padding: 0;
  margin-left: 24px;
}
#single-tour-information ul li,
#include-exclude ul li,
.single-tour-highlights ul li,
#single-tour-overview ul li,
.single-blog ul li,
#faq-acc ul li {
  margin: 4px 0;
  position: relative;
}
#single-tour-information ul li:before,
#include-exclude ul li:before,
.single-tour-highlights ul li:before,
#single-tour-overview ul li:before,
.single-blog ul li:before,
#faq-acc ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9 15.75C9.88642 15.75 10.7642 15.5754 11.5831 15.2362C12.4021 14.897 13.1462 14.3998 13.773 13.773C14.3998 13.1462 14.897 12.4021 15.2362 11.5831C15.5754 10.7642 15.75 9.88642 15.75 9C15.75 8.11358 15.5754 7.23583 15.2362 6.41689C14.897 5.59794 14.3998 4.85382 13.773 4.22703C13.1462 3.60023 12.4021 3.10303 11.5831 2.76381C10.7642 2.42459 9.88642 2.25 9 2.25C7.20979 2.25 5.4929 2.96116 4.22703 4.22703C2.96116 5.4929 2.25 7.20979 2.25 9C2.25 10.7902 2.96116 12.5071 4.22703 13.773C5.4929 15.0388 7.20979 15.75 9 15.75ZM8.826 11.73L12.576 7.23L11.424 6.27L8.199 10.1393L6.53025 8.46975L5.46975 9.53025L7.71975 11.7802L8.30025 12.3608L8.826 11.73Z%27 fill=%27%233B8FC3%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -24px;
  top: 5px;
  transition: all 0.15s ease-in-out;
}

#stickyCustom {
  position: sticky;
  background: #fff;
  top: 0;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
#stickyCustom.visible {
  opacity: 1;
  visibility: visible;
  display: block;
}
#stickyCustom .topbar-lists {
  margin: 0;
  padding: 0;
}
#stickyCustom .topbar-lists li a {
  padding: 10px;
  color: var(--primary-color);
  text-decoration: navajowhite;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 767px), print {
  #stickyCustom .topbar-lists li a {
    padding: 16px;
    font-size: 18px;
  }
}
#stickyCustom .topbar-lists li.active a {
  background-color: var(--primary-color);
  color: #fff;
}

.sidebar-price-wrap {
  border: 1px solid #a9a9a9;
  margin-bottom: 12px;
  border-radius: 8px;
  padding: 16px;
}
.sidebar-price-wrap .trip-sales-price__wrapper {
  display: flex;
  align-items: end;
}
.sidebar-price-wrap .trip-sales-price__wrapper .trip-price {
  font-size: 30px;
  font-weight: 700;
}
.sidebar-price-wrap .trip-sales-price__wrapper .sales-price {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
}

.single-sidebar-group-price__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 12px;
}

.see-group-price-toggler {
  position: relative;
  width: 100%;
  text-align: left;
  border-radius: 0;
  font-size: 16px;
  padding: 16px 36px;
  border: none;
}
.see-group-price-toggler:focus {
  background: var(--primary-color);
}

.customize-trip-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  width: 100%;
  font-size: 16px;
}

.sidebar-book-now-btn {
  width: 100%;
  background: #dd9a0a;
  border: none;
  font-size: 16px;
}

.see-group-price-toggler.active::after {
  transform: rotate(-180deg) translateY(50%);
}

.single-sidebar-group-price__content.expanded {
  max-height: max-content;
  border-top: 1px solid #e1e1e1;
}

.sidebar-enquiry {
  border: 1px solid #a9a9a9;
  margin-bottom: 12px;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}

.map__wrapper {
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}

.see-group-price-toggler::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.29299 12.95L9.99999 13.657L15.657 8L14.243 6.586L9.99999 10.828L5.75699 6.586L4.34299 8L9.29299 12.95Z%27 fill=%27%23FFFFFF%27/%3E%3C/svg%3E");
  content: "";
  height: 19px;
  width: 19px;
  display: inline-block;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.expert-block-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #a9a9a9;
  border-radius: 15px;
  background: #fbfbfb;
}
.expert-block-wrap img {
  height: 100px;
  width: 100px;
  border-radius: 10000px;
  object-fit: cover;
}
.expert-block-wrap .expert-block-wrap-content {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.expert-block-wrap .expert-block-wrap-content h6 {
  font-size: 18px;
}
.expert-block-wrap .expert-block-wrap-content h4 {
  font-size: 24px;
  text-align: center;
}

.hero {
  position: relative;
}
.hero-item {
  position: relative;
}
.hero__wrapper {
  height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero__wrapper {
    height: 350px;
  }
}
.hero-img {
  height: 480px;
}
@media screen and (max-width: 767px) {
  .hero-img {
    height: 350px;
  }
}
.hero-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero__content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  width: 50%;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__content {
    width: 80%;
  }
}
.hero-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.hero-title__wrapper {
  margin-bottom: 36px;
}
.hero .hero__wrapper .slick-list,
.hero .hero__wrapper .slick-track {
  height: 100%;
}
.hero .hero__wrapper .slick-slide {
  height: 100%;
  display: block;
}
.hero #searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero #searchform {
    flex-direction: column;
    width: 100%;
  }
}
.hero #searchform button {
  padding: 6px 6px;
  background: none;
  border: none;
}
@media screen and (min-width: 767px), print {
  .hero #searchform button {
    position: absolute;
    border-radius: 4px;
    top: 1px;
    right: 1px;
  }
}
.hero #searchform button svg path {
  fill: #1b1b1b;
}
.hero #searchform #searchright::placeholder {
  font-weight: 400;
  opacity: 0.3;
}

.featured-card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .featured-card__wrapper {
    flex-direction: column;
    margin-top: 28px;
  }
}

.trip-card {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 767px) {
  .trip-card {
    width: 100%;
  }
}
.trip-card:hover .trip-card__img img {
  transform: scale(1.1);
}
.trip-card:hover .trip-card__img:before {
  opacity: 1;
  height: 100%;
}
.trip-card:hover .trip-card__excerpt p {
  opacity: 1;
  height: 80px;
  overflow: hidden;
}
.trip-card:hover .trip-card__content {
  bottom: 0;
}
.trip-card__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.trip-card__img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0;
  opacity: 0;
  background: linear-gradient(0deg, rgba(19, 17, 32, 0.8) 0%, rgba(19, 17, 32, 0.7) 57.69%, rgba(19, 17, 32, 0) 88.23%, rgba(19, 17, 32, 0) 100%);
  transition: height ease 0.3s;
  z-index: 1;
  right: 0;
}
.trip-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.trip-card__content {
  position: absolute;
  left: 0;
  padding: 25px;
  width: 100%;
  background: linear-gradient(0deg, rgba(19, 17, 32, 0.8) 0%, rgba(19, 17, 32, 0.7) 22.46%, rgba(19, 17, 32, 0) 55.82%, rgba(19, 17, 32, 0) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 1;
  bottom: -60px;
  transition: all 0.3s ease;
  height: 100%;
}
.trip-card__content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.trip-card__content .trip-card__excerpt p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #e3e3e3;
  transition: height ease 0.3s;
  height: 0;
  opacity: 0;
}
.trip-card__content .trip-card-price__wrapper {
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.trip-card__content .trip-card-price__wrapper .trip-card-price,
.trip-card__content .trip-card-price__wrapper .trip-card-duration {
  display: block;
  margin: 2px 0;
  font-size: 16px;
}
.trip-card-readmore__btn a {
  display: inline-block;
  color: #dd9a0a;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid #dd9a0a;
  font-size: 16px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.trip-card-readmore__btn a:after {
  content: "";
  transition: all 0.3s ease-in-out;
  padding-left: 0;
  height: 16px;
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.74013 2.14013C7.91515 1.96516 8.15251 1.86687 8.39999 1.86687C8.64748 1.86687 8.88483 1.96516 9.05986 2.14013L13.2599 6.34013C13.4348 6.51516 13.5331 6.75251 13.5331 7C13.5331 7.24749 13.4348 7.48484 13.2599 7.65987L9.05986 11.8599C8.88383 12.0299 8.64807 12.124 8.40335 12.1218C8.15864 12.1197 7.92454 12.0215 7.7515 11.8485C7.57845 11.6755 7.48029 11.4414 7.47816 11.1966C7.47604 10.9519 7.57011 10.7162 7.74013 10.5401L10.2667 7.93333H1.39999C1.15246 7.93333 0.915061 7.835 0.740027 7.65997C0.564993 7.48493 0.46666 7.24754 0.46666 7C0.46666 6.75247 0.564993 6.51507 0.740027 6.34004C0.915061 6.165 1.15246 6.06667 1.39999 6.06667H10.2667L7.74013 3.45987C7.56515 3.28484 7.46686 3.04749 7.46686 2.8C7.46686 2.55251 7.56515 2.31516 7.74013 2.14013Z%27 fill=%27%23DD9A0A%27/%3E%3C/svg%3E%0A");
  vertical-align: middle;
}
.trip-card-readmore__btn a:hover {
  color: #dd9a0a;
  border-color: #dd9a0a;
}
.trip-card-readmore__btn a:hover:after {
  margin-left: 16px;
}

.destination__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .destination__wrapper {
    flex-direction: column;
    margin-top: 28px;
  }
}

.destination-card {
  width: calc((100% - 96px) / 3);
}
@media screen and (max-width: 767px) {
  .destination-card {
    width: 100%;
  }
}
.destination-card:hover img {
  transform: scale(1.1);
}
.destination-card__img {
  overflow: hidden;
}
.destination-card__img img {
  transition: all 0.3s ease-in-out;
  aspect-ratio: 3/2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.destination-card__title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 500;
  margin-top: 12px;
}

.reviews-archive-cards {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.reviews__wrapper {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .reviews__wrapper {
    flex-direction: row;
  }
}
.reviews__wrapper .section-top {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 767px), print {
  .reviews__wrapper .section-top {
    width: calc(33.33% - 16px);
  }
}
.reviews__wrapper .section-top .section-title {
  text-align: left;
}
.reviews__wrapper .section-top p {
  text-align: left;
}
.reviews__cards {
  width: 100%;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .reviews__cards {
    flex-direction: row;
    width: calc(66.66% - 16px);
  }
}
.reviews__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
}
@media screen and (min-width: 767px), print {
  .reviews__card {
    width: calc(50% - 16px);
  }
}
.reviews__card .review-stars li i {
  color: var(--primary-color);
}
.reviews__card-quotes {
  width: max-content;
  position: absolute;
  right: 20px;
  top: -22px;
}
.reviews__card-title {
  font-size: 20px;
  margin: 0;
}
.reviews__card-desc p {
  margin: 0;
}
.reviews__card-author {
  display: flex;
  gap: 12px;
}
.reviews__card-author-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__card-author-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.reviews__card-author-name {
  font-size: 20px;
  margin: 0;
}
.reviews__card-author-country {
  font-size: 12px;
  margin: 0;
}

.site-footer {
  background: var(--primary-color);
  padding: 48px 0;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top__right {
    margin-top: 24px;
  }
}
.footer-top-title {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-top-title {
    margin-bottom: 4px;
  }
}
.footer-top-right-title h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-top-right-title h2 {
    margin-bottom: 8px;
  }
}
.footer-top-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-top-contact-info__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.footer-top-contact-info p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.footer-top-contact-info__icon {
  display: inherit;
}
.footer-bottom__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .footer-bottom__wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-column {
  width: calc((65% - 96px) / 3);
}
@media screen and (max-width: 767px) {
  .footer-column {
    width: 100%;
  }
}
.footer-column:last-child {
  width: calc(35% - 48px);
}
@media screen and (max-width: 767px) {
  .footer-column:last-child {
    width: 100%;
  }
}
.footer-column-title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
}
.footer-column-desc {
  color: #fff;
}
.footer__lists {
  margin: 0;
  padding: 0;
}
.footer__lists li:before {
  content: "";
  height: 2px;
  width: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background: #fff;
  vertical-align: middle;
  margin-right: 8px;
}
.footer__lists li a {
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.footer__lists li a:hover {
  padding-left: 8px;
}
.footer-social-links__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.footer-social-links-items a img {
  width: 22px;
}
.footer-social-links-items a svg path {
  fill: #fff;
}
.footer-copyright__wrapper {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-copyright__wrapper {
    margin-top: 24px;
  }
}
.footer-copyright__wrapper p {
  color: #fff;
}
.footer-copyright__wrapper p a {
  color: #fff;
  text-decoration: underline;
}

.section-title {
  color: #1b1b1b;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-title {
    text-align: center;
    font-size: 30px;
  }
}
.section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-tagline {
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-tagline {
    margin-bottom: 4px;
  }
}

.video-block {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
}
.video-block:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.3;
  z-index: -1;
}
.video-block__text h2 {
  color: #fff;
  margin-top: 20px;
}
.video-block__icon svg {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 992px), print {
  .video-block__icon svg {
    width: 80px;
    height: 80px;
  }
}

.site-header {
  padding: 12px 0;
  background: var(--primary-color);
}
@media screen and (min-width: 1024px) {
  .site-header {
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 4px 0;
  }
}
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px), print {
  .site-header-button {
    margin-left: 24px;
  }
}
.site-header-button a {
  width: max-content;
}

.site-branding {
  max-width: 170px;
}

#masthead {
  border-bottom: 1px solid #ddd;
}

.header-social-links {
  color: initial !important;
  margin-right: 8px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
}
.header-social-links i {
  font-size: 18px;
}
.header-social-links h5 {
  background: #31842A;
  padding: 0px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  margin-top: 4px;
  width: max-content;
}
.header-social-links__wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.header-topbar {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  align-items: center;
}
.header-topbar-addresses {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-topbar-addresses {
    display: none;
  }
}
.header-topbar__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-topbar__wrapper {
    justify-content: center;
  }
}
.header-topbar-phone {
  display: block;
  color: #fff;
}
.header-topbar-phone i {
  margin-right: 4px;
}
.header-topbar-phone:hover {
  color: #fff;
  opacity: 0.8;
}
.header-topbar-mail {
  display: block;
  color: #fff;
}
.header-topbar-mail i {
  margin-right: 4px;
}
.header-topbar-mail:hover {
  color: #fff;
  opacity: 0.8;
}

.nav__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.navigation {
  width: 100%;
  align-content: center;
}

.menu-toggle {
  display: block;
}
@media screen and (min-width: 767px), print {
  .menu-toggle {
    display: none;
  }
}

.nav__wrapper {
  display: none;
}
@media screen and (min-width: 767px), print {
  .nav__wrapper {
    display: flex;
    justify-content: center;
  }
}
.nav__wrapper .mobile-nav {
  display: none;
}
.nav__wrapper .desktop-navigation #primary-menu {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item.menu-item-type-taxonomy a, .nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item.menu-item-type-custom a,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item.menu-item-type-taxonomy a,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item.menu-item-type-custom a {
  font-size: 16px;
  color: var(--primary-color);
}
.nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item.menu-item-type-taxonomy .sub-menu, .nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item.menu-item-type-custom .sub-menu,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item.menu-item-type-taxonomy .sub-menu,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item.menu-item-type-custom .sub-menu {
  row-gap: 0;
}
.nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item.menu-item-type-taxonomy .sub-menu .menu-item a, .nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item.menu-item-type-custom .sub-menu .menu-item a,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item.menu-item-type-taxonomy .sub-menu .menu-item a,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item.menu-item-type-custom .sub-menu .menu-item a {
  font-size: 12px;
  color: #1b1b1b;
  line-height: 1.3;
}
.nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item .sub-menu,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item .sub-menu {
  position: initial !important;
  flex-direction: column;
  padding: 0;
}
.nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item.menu-item-has-children::after,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item.menu-item-has-children::after {
  display: none;
}
.nav__wrapper .desktop-navigation #primary-menu #menu-item-445:hover .sub-menu,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516:hover .sub-menu {
  display: flex !important;
  justify-content: start;
  flex-wrap: wrap;
  background: #f5f5f5;
  position: fixed;
  left: 0;
  min-width: 100%;
  top: 126px;
  row-gap: 0;
}
.nav__wrapper .desktop-navigation #primary-menu #menu-item-445 .sub-menu .menu-item,
.nav__wrapper .desktop-navigation #primary-menu #menu-item-516 .sub-menu .menu-item {
  width: 25%;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item:hover .sub-menu {
  display: block;
  background: #f5f5f5;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item a {
  padding: 20px 8px;
  display: inline-block;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item a[aria-current=page] {
  font-weight: 700;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item a:hover {
  color: var(--primary-color);
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item.menu-item-has-children {
  position: relative;
  white-space: nowrap;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item.menu-item-has-children:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 2.57143L4.5 7.07143L9 2.57143L0 2.57143Z%27 fill=%27%2318398A%27/%3E%3C/svg%3E");
  height: 8px;
  width: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 50%;
  transform: translatey(-50%);
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item.menu-item-has-children.current-menu-ancestor ul li a[aria-current=page] {
  color: var(--primary-color);
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item.menu-item-has-children.current-menu-ancestor:hover ul li a {
  transition: 0.3s all ease-in-out;
  color: var(--paragraph-color);
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item.menu-item-has-children.current-menu-ancestor:hover ul li a:hover {
  color: var(--primary-color);
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: max-content;
  padding: 12px 48px 24px 48px;
  z-index: 9999;
  background: #fff;
  margin: 0;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu li {
  border-bottom: 1px solid #eee;
  width: 100%;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu li#menu-item-479 a {
  color: #303030;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 2.57143L4.5 7.07143L9 2.57143L0 2.57143Z%27 fill=%27%23000000%27/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 50%;
  transform: translatey(-50%) rotate(-90deg);
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu .menu-item a {
  color: #000;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu .menu-item a:hover .sub-menu {
  display: block !important;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu .menu-item {
  /* ========== LEVEL 3 SUBMENU ========== */
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu .menu-item .sub-menu {
  position: absolute !important;
  left: 100%;
  top: 0;
  background: #fff;
  padding: 12px 24px;
  margin-top: 0;
  display: none;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu .menu-item .sub-menu li {
  border-bottom: none;
  width: 100%;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu .menu-item .sub-menu li a {
  font-size: 16px;
  transition: 0.3s all ease-in-out;
  color: #1b1b1b;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu .menu-item .sub-menu li a:hover {
  color: var(--primary-color);
  margin-left: 8px !important;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu .menu-item:hover > .sub-menu {
  display: block;
}
.nav__wrapper .desktop-navigation #primary-menu .menu-item .sub-menu a {
  width: 100%;
  padding: 4px;
}

.mobile-nav {
  transform: translateX(100%);
  transition: 0.3s all ease-in-out;
  position: fixed;
  height: 100vh;
  width: 100%;
  padding: 24px 0;
  background: #fff;
  visibility: hidden;
  top: 0;
}
.mobile-nav #primary-menu {
  margin: 0;
}
.mobile-nav--active {
  visibility: visible;
  display: block;
  width: 75vw;
  right: 0px;
  z-index: 999;
  transform: translateX(0%);
  padding-right: 32px;
}
.mobile-nav .btn-close {
  position: absolute;
  right: 20px;
}
.mobile-nav .menu-item a {
  padding: 10px 24px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--paragraph-color);
}
.mobile-nav .menu-item a:after {
  display: none;
}
.mobile-nav .menu-item-has-children a {
  position: relative;
}
.mobile-nav .menu-item-has-children a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L6 6L10 2%27 stroke=%27%23232A40%27 stroke-width=%271.5%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translatey(-50%);
}
.mobile-nav .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item a:after {
  display: none;
}
.mobile-nav .menu-item .sub-menu {
  width: 100%;
  z-index: 9999;
  display: none;
}
.mobile-nav .menu-item .sub-menu--active {
  display: block;
}
.mobile-nav .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-nav .menu-item .sub-menu a {
  width: 100%;
}
.mobile-nav #mobile-primary-menu {
  margin: 0;
}

.menu-toggle {
  display: block;
}
@media screen and (min-width: 767px), print {
  .menu-toggle {
    display: none;
  }
}

button.toggle-btn {
  background: none;
  padding: 0;
  display: block;
  margin-left: 15px;
  width: 50px;
  border: none;
}
@media screen and (min-width: 767px), print {
  button.toggle-btn {
    display: none;
  }
}
button.toggle-btn:after {
  display: none;
}
button.toggle-btn .hamburger {
  height: 2px;
  width: 28px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: block;
  border: none;
}
button.toggle-btn .hamburger:last-child {
  margin-top: 8px;
}
button.toggle-btn .hamburger:first-child {
  margin-bottom: 8px;
}

#mobile-navigation {
  padding-top: 40px;
}
#mobile-navigation .menu li.menu-item-has-children .sub-menu {
  margin-left: 24px;
}
#mobile-navigation ul {
  padding: 0;
}

button.pit-btn-close {
  background: none;
  padding: 0;
  display: block;
  position: fixed;
  right: 20px;
  padding: 12px;
}
button.pit-btn-close:after {
  display: none;
}
button.pit-btn-close .hamburger {
  height: 2px;
  width: 28px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: block;
}
button.pit-btn-close .hamburger:last-child {
  transform: rotate(-45deg);
}
button.pit-btn-close .hamburger:first-child {
  transform: rotate(45deg);
}

#tourItineraryAccordion {
  margin-top: 16px;
}
@media screen and (min-width: 767px), print {
  #tourItineraryAccordion {
    margin-top: 0;
  }
}

.table-container {
  overflow-x: scroll;
}

.single-tour-banner-review__wrap {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.single-tour-banner-review__wrap .tour-card__icon--star {
  fill: orange;
}

.single-package-find-date {
  margin-bottom: 24px;
}
@media screen and (min-width: 767px), print {
  .single-package-find-date {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.single-package-find-date .search-fields {
  display: flex;
  gap: 12px;
  align-items: end;
}
.single-package-find-date .search-fields select {
  padding: 9px;
  border-radius: 5px;
  appearance: auto;
  background: transparent;
  outline: 0;
  border: 1px solid #acacac;
  color: #5b5b5b;
}

.review-form .star-rating .star svg {
  fill: #d3d3d3;
}
.review-form .star-rating .star svg:hover {
  cursor: pointer;
}

.review-form .star-rating .star.rated svg {
  fill: #ff5316;
}

.single-trips-featured-package-section {
  margin: 24px 0;
}
.single-trips-featured-package-section .single-tour-section-title {
  margin-bottom: 0;
}
.single-trips-featured-package-section .tour-cards__wrapper {
  margin-top: 24px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.package-socialshare-wrap {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #1b1b1b;
}

.trip-itinerary-title__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.trip-itinerary-title__wrap h2 {
  margin-bottom: 0;
}

.accordion-button:hover {
  background: initial !important;
  color: initial !important;
}

.accordion-header button {
  font-size: 18px;
}

.trip-gallery-video iframe {
  width: 100%;
}

.trip-gallery-item:first-child,
.trip-gallery-item:nth-child(2),
.trip-gallery-item:nth-child(3) {
  display: block !important;
}

.trip-gallery-item {
  height: 150px;
  display: none;
  width: 100%;
}

.trip-gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trip-gallery {
  margin-top: 6px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.blog-single-image img {
  width: 100%;
  aspect-ratio: 20/9;
  border-radius: 25px;
  object-fit: cover;
}

.single-blog ul,
.about-page ul,
.main-content__wrapper ul,
.taxonomy-description ul {
  margin-left: 24px;
  padding: 0;
}
.single-blog ul li,
.about-page ul li,
.main-content__wrapper ul li,
.taxonomy-description ul li {
  margin: 8px 0;
  position: relative;
}
.single-blog ul li:before,
.about-page ul li:before,
.main-content__wrapper ul li:before,
.taxonomy-description ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9 15.75C9.88642 15.75 10.7642 15.5754 11.5831 15.2362C12.4021 14.897 13.1462 14.3998 13.773 13.773C14.3998 13.1462 14.897 12.4021 15.2362 11.5831C15.5754 10.7642 15.75 9.88642 15.75 9C15.75 8.11358 15.5754 7.23583 15.2362 6.41689C14.897 5.59794 14.3998 4.85382 13.773 4.22703C13.1462 3.60023 12.4021 3.10303 11.5831 2.76381C10.7642 2.42459 9.88642 2.25 9 2.25C7.20979 2.25 5.4929 2.96116 4.22703 4.22703C2.96116 5.4929 2.25 7.20979 2.25 9C2.25 10.7902 2.96116 12.5071 4.22703 13.773C5.4929 15.0388 7.20979 15.75 9 15.75ZM8.826 11.73L12.576 7.23L11.424 6.27L8.199 10.1393L6.53025 8.46975L5.46975 9.53025L7.71975 11.7802L8.30025 12.3608L8.826 11.73Z%27 fill=%27%233B8FC3%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -24px;
  top: 5px;
  transition: all 0.15s ease-in-out;
}

.owl-carousel {
  opacity: 0;
}
.owl-carousel.owl-loaded {
  opacity: 1;
}

.wyp_cards {
  position: relative;
  margin-top: 32px;
}
.wyp_cards .trip-card {
  width: 100%;
}
.wyp_cards .slick-slide {
  margin: 0 16px;
  box-sizing: border-box;
}
.wyp_cards .slick-list {
  padding: 0 -16px;
}
.wyp_cards .slick-prev,
.wyp_cards .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  z-index: 10;
}
.wyp_cards .slick-prev span,
.wyp_cards .slick-next span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  background: var(--primary-color) !important;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.wyp_cards .slick-prev span:hover,
.wyp_cards .slick-next span:hover {
  background: var(--primary-color) !important;
  transform: scale(1.1);
}
.wyp_cards .slick-prev {
  left: 0;
}
.wyp_cards .slick-prev:before {
  display: none;
}
.wyp_cards .slick-next {
  right: 10px;
}
.wyp_cards .slick-next:before {
  display: none;
}

.reviews-archive {
  margin: 48px 0;
}

.taxonomy-featured-image {
  aspect-ratio: 22/9;
}
.taxonomy-featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-template__main {
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .about-template__main {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .about-template__img {
    height: 450px;
  }
}
.about-template__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-template-why {
  margin-top: 48px;
}
@media screen and (min-width: 767px), print {
  .about-template-why__wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
}
.about-template-why-item {
  padding: 16px;
  background: #f2f2f2;
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
.about-template-why-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 767px), print {
  .about-template-why-item {
    margin-top: 0;
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .about-template-why-item {
    width: calc((100% - 48px) / 3);
  }
}
.about-template-why-item__img {
  width: 60px;
  border-radius: 4px;
  height: 60px;
  background: rgba(37, 63, 114, 0.1098039216);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-template-why-item__content {
  width: calc(100% - 60px);
}
.about-template-why-item__title {
  font-size: 22px;
}

.contact-template__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .contact-template__wrapper {
    display: flex;
    gap: 48px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 767px), print {
  .contact-template__left {
    width: calc((100% - 48px) / 2);
  }
}
.contact-template__left h2 {
  font-size: 30px;
  border-bottom: 1px solid #e2e6ec;
  padding-bottom: 12px;
  font-weight: 700;
  color: #121212;
}
.contact-template__right {
  padding: 16px 24px;
  border: 1px solid #e2e6ec;
}
@media screen and (min-width: 767px), print {
  .contact-template__right {
    width: calc((100% - 48px) / 2);
  }
}
.contact-template-item {
  padding: 20px 0;
  border-bottom: 1px solid #e2e6ec;
}
.contact-template-item-title {
  margin-bottom: 8px;
  font-size: 20px;
  color: #545454;
  font-weight: 600;
}
.contact-template-item-ans {
  font-size: 22px;
  color: #253f72;
}
@media screen and (min-width: 767px), print {
  .contact-template-item-ans {
    font-size: 26px;
  }
}
.contact-template-item-ans__wrapper {
  display: flex;
  gap: 8px;
  align-items: start;
}
.contact-template-item-ans__wrapper svg {
  min-width: 28px;
  height: 28px;
  display: block;
  margin-top: 5px;
}

.tour-package-template .section__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 40px;
  z-index: 1;
  color: #fff;
  height: max-content;
}

.tour-package-template-single-image {
  position: relative;
}
.tour-package-template-single-image img {
  border-radius: 0;
  aspect-ratio: 26/9;
  width: 100%;
  object-fit: cover;
}

.wpforms-container ul li:before {
  display: none !important;
}

.small-headings h2,
.single-tour-main-content__wrapper h2,
#single-tour-information h2,
.single-blog h2,
.about-page h2,
.taxonomy-description h2 {
  font-size: 28px;
  line-height: 1.5;
}
.small-headings h3,
.single-tour-main-content__wrapper h3,
#single-tour-information h3,
.single-blog h3,
.about-page h3,
.taxonomy-description h3 {
  font-size: 26px;
  line-height: 1.5;
}
.small-headings h4,
.single-tour-main-content__wrapper h4,
#single-tour-information h4,
.single-blog h4,
.about-page h4,
.taxonomy-description h4 {
  font-size: 24px;
}
.small-headings h5,
.single-tour-main-content__wrapper h5,
#single-tour-information h5,
.single-blog h5,
.about-page h5,
.taxonomy-description h5 {
  font-size: 22px;
}
.small-headings h6,
.single-tour-main-content__wrapper h6,
#single-tour-information h6,
.single-blog h6,
.about-page h6,
.taxonomy-description h6 {
  font-size: 20px;
}

.contact-page {
  background: #f4f4f4;
}
.contact-page__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .contact-page__wrapper {
    flex-direction: column;
  }
}
.contact-page__left {
  width: 100%;
}
.contact-page__right {
  width: 100%;
}
.contact-page-addresses {
  padding: 24px;
  background: #fff;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .contact-page-addresses {
    flex-direction: row;
    gap: 48px;
  }
}
.contact-page-addresses .address-item {
  display: flex;
  gap: 12px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}
@media screen and (min-width: 767px), print {
  .contact-page-addresses .address-item {
    border-left: 1px solid #ddd;
    border-bottom: none;
    padding-left: 48px;
    width: calc((100% - 96px) / 3);
    padding-bottom: 0;
  }
}
.contact-page-addresses .address-item:first-child {
  width: 100%;
  padding-left: 0;
  border-left: none;
}
@media screen and (min-width: 767px), print {
  .contact-page-addresses .address-item:first-child {
    width: calc(40% - 48px);
  }
}
.contact-page-addresses .address-item:first-child {
  padding-top: 0;
  border-top: none;
}
.contact-page-addresses .address-item p {
  margin: 0;
  margin-top: 6px;
}
.contact-page-addresses .address-item h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 6px 0;
}
.contact-page-addresses .address-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-top: 10px;
}

.contact-map-form {
  margin-bottom: 24px;
}

.contact-map-form__wrapper {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .contact-map-form__wrapper {
    flex-direction: row;
    gap: 48px;
  }
}
.contact-map-form__wrapper .contact--form,
.contact-map-form__wrapper .contact-map {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .contact-map-form__wrapper .contact--form,
  .contact-map-form__wrapper .contact-map {
    width: calc((100% - 48px) / 2);
  }
}

.about-page {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .about-page-top__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 48px;
  }
}
.about-page-top__img {
  aspect-ratio: 4/3;
}
.about-page-top__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-page-top__left {
  position: relative;
  display: flex;
  gap: 12px;
}
.about-page-top__right {
  margin-top: 16px;
}
@media screen and (min-width: 767px), print {
  .about-page-top__right {
    margin-top: 0;
  }
}
.about-page-top__right .section-title {
  text-align: start;
}
@media screen and (min-width: 1024px) {
  .about-page-top__left, .about-page-top__right {
    width: calc((100% - 48px) / 2);
  }
}
.about-page-top-btn {
  margin-top: 24px;
}

.error-404 {
  padding: 100px 0;
  text-align: center;
  height: 80vh;
  align-content: center;
}
.error-404 .text404 {
  margin: 24px 0;
  display: block;
}
.error-404 .large-404 {
  font-style: normal;
  font-weight: 800;
  font-size: 8rem;
  color: var(--primary-color);
  line-height: 1;
}
.error-404 h2 {
  font-size: 60px;
  margin-bottom: 16px;
}

body,
html {
  color: #474A57;
  font-size: 14px;
  margin: 0;
  scroll-behavior: smooth;
  line-height: 1.78;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 125px;
}
@media screen and (min-width: 1199px) {
  body,
  html {
    font-size: 14px;
  }
}

body.custom-background-image .site, body.custom-background-color .site {
  margin: 20px;
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=main.css.map*/