/*!
Theme Name: Alaskan Adventures Ltd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alaskan-adventures-ltd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
  --theme-primary-color: #007cc7;
  --theme-secondary-color: #e38747;
  --theme-color-tertiary: #010101;
  --theme-color-green: #2E5E4E;
  --theme-body-font: "Nunito", sans-serif;
  --theme-heading-font: "Montserrat", sans-serif;
  --theme-tagline-font: "Reenie Beanie", cursive;
  --theme-image-border-radius: 15px;
  --theme-section-padding: 100px 0;
  --theme-page-heading-size: 5rem;
--theme-small-gallery-image-size:145px;
}

.section-heading, .theme-gallery h1 + p,
.theme-gallery h2 + p,
.theme-gallery h3 + p,
.theme-gallery h4 + p,
.theme-gallery h5 + p,
.theme-gallery h6 + p, .main-taxonomy-page .taxonomy-content h1,
.main-taxonomy-page .taxonomy-content h2,
.main-taxonomy-page .taxonomy-content h3,
.main-taxonomy-page .taxonomy-content h4,
.main-taxonomy-page .taxonomy-content h5,
.main-taxonomy-page .taxonomy-content h6 {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 1.5rem;
  color: #000;
}

.section-tagline, .theme-gallery h1,
.theme-gallery h2,
.theme-gallery h3,
.theme-gallery h4,
.theme-gallery h5,
.theme-gallery h6 {
  font-family: var(--theme-tagline-font);
  font-size: 2rem;
  line-height: 1.5em;
  color: var(--theme-color-green);
}

.dream-card::before, .cpt-hotel-card::before, .main-taxonomy-page .page-title::before, .custom-page-heading::before, .site-single-destination .page-title::before, .reviews::before, .tour-the-world .destination-card::before, .hero-banner .carousel-cell::before, .site-footer::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.btn-cta, .site-header .main-navigation .menu-item:last-child > a, .booking-form form .wpcf7-submit {
  z-index: 5;
  grid-column-gap: 1em;
  align-items: center;
  padding: 0.5em 1.5em;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  position: relative;
  border: 1px solid #bcbcbc;
  font-size: 1rem;
  border-radius: 100px;
}

.hero-banner .carousel-cell.is-selected .banner-content h1,
.hero-banner .carousel-cell.is-selected .banner-content p,
.hero-banner .carousel-cell.is-selected .banner-content a, .site-header .main-navigation .menu-item:not(:last-child).menu-item-object-custom > a::after, .site-header .main-navigation .menu-item:not(:last-child).menu-item-object-custom:hover > a::after {
  opacity: 1;
  visibility: visible;
}

.hero-banner .carousel-cell .banner-content h1,
.hero-banner .carousel-cell .banner-content p,
.hero-banner .carousel-cell .banner-content a, .site-header .main-navigation .menu-item:not(:last-child).menu-item-object-custom > a::after {
  opacity: 0;
  visibility: hidden;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: var(--theme-body-font);
  font-size: 1.2rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--theme-heading-font);
  color: #222;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
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: #aaa #bbb #bbb;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  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 #ccc;
}

textarea {
  width: 100%;
}

.booking-form {
  margin-top: -185px;
  z-index: 99;
  padding: 2.5rem;
  background-color: var(--theme-primary-color);
  color: #fff;
  border-radius: var(--theme-image-border-radius);
  top: 2rem;
}
.booking-form h5 {
  font-weight: 400;
  margin-bottom: 1rem;
}
.booking-form h5 span {
  font-family: var(--theme-tagline-font);
  font-size: 50px;
}
.booking-form form label {
  display: none;
  font-size: 15px;
  margin-bottom: 0.75rem;
}
.booking-form form select,
.booking-form form textarea,
.booking-form form input:not(.wpcf7-submit) {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding-left: 0;
  font-size: 15px;
}
.booking-form form select::-moz-placeholder, .booking-form form textarea::-moz-placeholder, .booking-form form input:not(.wpcf7-submit)::-moz-placeholder {
  color: #fff;
}
.booking-form form select::placeholder,
.booking-form form textarea::placeholder,
.booking-form form input:not(.wpcf7-submit)::placeholder {
  color: #fff;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  padding: 1rem 0;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
  z-index: 999;
}
.site-header .top-menu {
  margin-bottom: 0.75rem;
}
.site-header .top-menu .small-menu .menu-item {
  margin-left: 1rem;
}
.site-header .top-menu .small-menu .menu-item a {
  font-size: 15px;
  color: #fff;
}
.site-header .top-menu .social-menu svg {
  fill: #fff;
}
.site-header .main-navigation {
  margin-right: 2rem;
}
.site-header .main-navigation .menu-item:not(:last-child).menu-item-object-custom > a::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #FFf transparent;
  transform: rotate(0deg);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -34px;
  z-index: 999999999999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.site-header .main-navigation .menu-item:not(:last-child) > a::before {
  content: "";
  position: absolute;
  background-color: var(--theme-primary-color);
  width: 100%;
  height: 3px;
  bottom: -25px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
}
.site-header .main-navigation .menu-item.current-menu-item a {
  color: var(--theme-primary-color);
}
.site-header .main-navigation .menu-item.current-menu-item a::before {
  visibility: visible;
  opacity: 1;
}
.site-header .main-navigation .menu-item:hover:not(.menu-item-object-custom) a::before {
  opacity: 1;
  visibility: visible;
}
.site-header .main-navigation .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.site-header .main-navigation .menu-item:last-child > a {
  background-color: var(--theme-primary-color);
  color: #fff;
  border: none;
}
.site-header .main-navigation .menu-item > a {
  color: #fff;
  font-size: 1.1rem;
  position: relative;
}
.site-header .main-navigation .menu-item > ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  top:69px;
  padding: 1.2rem 1.2rem 0.45rem;
  z-index: 99999999999;
  margin: 0px auto;
}
.site-header .main-navigation .menu-item > ul .mega-menu-row {
  border-radius: var(--theme-image-border-radius);
  background-color: #fff;
  padding: 2.5rem;
  padding-bottom: 1rem;
}
.site-header .main-navigation .menu-item > ul .mega-menu-row .destination-link {
  margin-bottom: 1.5rem;
}
.site-header .main-navigation .menu-item > ul .mega-menu-row .destination-link:hover h5,
.site-header .main-navigation .menu-item > ul .mega-menu-row .destination-link:hover p {
  color: var(--theme-primary-color);
}
.site-header .main-navigation .menu-item > ul .mega-menu-row .destination-link img {
  width: 33.3333333333%;
  height: 100px;
  border-radius: var(--theme-image-border-radius);
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header .main-navigation .menu-item > ul .mega-menu-row .destination-link img + div {
  width: calc(66.6666666667% - 1.5rem);
}
.site-header .main-navigation .menu-item > ul .mega-menu-row .destination-link img + div h5 svg {
  width: 1.25rem;
  height: auto;
}
.site-header .main-navigation .menu-item > ul .mega-menu-row .destination-link img + div p {
  font-size: 15px;
  color: #646464;
}
.site-header .main-navigation .menu-item > ul .mega-menu-row .destination-link img + div * {
  transition-duration: 300ms;
}
.site-header .main-navigation .menu-item > ul .mega-menu-row a {
  color: #fff;
}
.site-header .main-navigation .menu-item > ul .mega-menu-row a:hover {
  color: var(--theme-primary-color);
}

.site-footer {
  padding: var(--theme-section-padding);
}
.site-footer::before {
  background-color: var(--theme-color-green);
  opacity: 0.9;
}
.site-footer > div {
  z-index: 999;
}
.site-footer img {
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer h2 {
  font-size: 60px;
}
.site-footer h6 {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.hero-banner .carousel-cell::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-banner .carousel-cell.is-selected .banner-content h1,
.hero-banner .carousel-cell.is-selected .banner-content p,
.hero-banner .carousel-cell.is-selected .banner-content a {
  transform: translateX(0);
}
.hero-banner .carousel-cell .banner-content {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 99;
}
.hero-banner .carousel-cell .banner-content h1,
.hero-banner .carousel-cell .banner-content p,
.hero-banner .carousel-cell .banner-content a {
  transform: translateX(-15%);
  transition: 0.8s cubic-bezier(0.75, 0.05, 0.36, 1);
}
.hero-banner .carousel-cell .banner-content h1 {
  font-size: 4.5rem;
  margin: 0 0 1rem;
  transition-delay: 1s;
}
.hero-banner .carousel-cell .banner-content p {
  font-size: 1.3rem;
  transition-delay: 0.6666666667s;
}
.hero-banner .carousel-cell .banner-content a {
  transition-delay: 0.3333333333s;
}
.hero-banner .carousel-cell .banner-content a svg {
  color: #fff;
}
.hero-banner .carousel-cell img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner .search-container {
  bottom: 2rem;
  z-index: 99;
}
.hero-banner .search-container svg {
  background-color: var(--theme-secondary-color);
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  padding: 0.75rem;
  height: auto;
  margin-right: 1rem;
}
.hero-banner .search-container button {
  background-color: var(--theme-secondary-color);
  padding: 1em 1.5em;
}

.dream-vacation-destination {
  padding: var(--theme-section-padding);
}
.dream-vacation-destination .btn-cta {
  background-color: var(--theme-primary-color);
  border: transparent;
  color: #fff;
  margin-top: 2rem;
}

.tour-the-world {
  padding: var(--theme-section-padding);
  background-color: #f4f4f4;
}
.tour-the-world > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
}
.tour-the-world .destination-card {
  margin-bottom: 1.5rem;
  border-radius: var(--theme-image-border-radius);
}
.tour-the-world .destination-card:hover img {
  transform: scale(1.1);
}
.tour-the-world .destination-card::before {
  border-radius: var(--theme-image-border-radius);
}
.tour-the-world .destination-card img {
  border-radius: var(--theme-image-border-radius);
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition-duration: 800ms;
}
.tour-the-world .destination-card div {
  left: 0;
  bottom: 1rem;
  z-index: 99;
  padding: 1rem;
  right: 0;
}

.video-section {
  padding: var(--theme-section-padding);
}
.video-section p {
  font-size: 100px;
  margin-bottom: 2rem;
}
.video-section .video-background {
  height: calc(66.6666666667vh + 120px);
  margin-bottom: 60px;
}
.video-section .dream-card {
  height: 120px;
}
.video-section .dream-card::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.video-section .dream-card p {
  font-size: 1rem;
}
.video-section .dream-card svg path {
  fill: var(--theme-color-green);
}

.reviews::before {
  background-color: rgba(0, 0, 0, 0.45);
}
.reviews .bg-img {
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .bg-img + div {
  z-index: 999;
}
.reviews .reviews-slider .carousel-cell {
  width: calc(50% - 1.5rem);
  padding: 2.5rem;
  background-color: var(--theme-color-green);
  border-radius: var(--theme-image-border-radius);
  margin-right: 1.5rem;
}
.reviews .reviews-slider .carousel-cell p {
  font-size: 1rem;
}

.latest-blogs {
  padding: var(--theme-section-padding);
  border-top: 1px solid rgba(0, 0, 0, 0.2196078431);
}
.latest-blogs .blog-card {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: var(--theme-image-border-radius);
}
.latest-blogs .blog-card img {
  border-radius: var(--theme-image-border-radius);
}
.latest-blogs .blog-card .blog-body {
  padding: 2rem;
}
.latest-blogs .blog-card .blog-body h4 {
  margin-bottom: 1rem;
}
.latest-blogs .blog-card .blog-body p {
  font-size: 1rem;
  color: #646464;
}
.latest-blogs .list-style-blog {
  flex-direction: column;
  justify-content: space-between;
}
.latest-blogs .list-style-blog .blog-card {
  display: flex;
  justify-content: space-between;
}
.latest-blogs .list-style-blog .blog-card img {
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-blogs .list-style-blog .blog-card .blog-body {
  width: 65%;
}
.latest-blogs .list-style-blog .blog-card .blog-body H4 {
  font-size: 17px;
}

.site-page-blog .blog-card {
  margin-bottom: 1.75rem;
}
.site-page-blog .blog-card img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-page-packages > section {
  padding: var(--theme-section-padding);
}
.site-page-packages > section .row .filters-column {
  top: 2rem;
}
.site-page-packages > section .row .filters-column > div {
  margin-bottom: 1.5rem;
}
.site-page-packages > section .row .filters-column > div .form-check-input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}
.site-page-packages > section .row a {
  margin-bottom: 1.5rem;
}
.site-page-packages > section .row a img {
  height: 240px;
}

/*--------------------------------------------------------------
# Single pages
--------------------------------------------------------------*/
.single p {
  text-align: justify;
}

.site-single-destination .page-title img {
  height: calc(100vh - 4.5rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.site-single-destination .page-title div {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 5;
  background: transparent !important;
}
.site-single-destination .page-title div h2 {
  font-size: var(--theme-page-heading-size);
  font-weight: 700;
}
.site-single-destination .page-title div p {
  font-size: 1.2rem;
}
.site-single-destination .destination-content {
  padding: 4.5rem 0;
}
.site-single-destination .destination-content .wp-block-heading {
  font-weight: 700;
}
.site-single-destination .destination-content .wp-block-list {
  list-style: disc;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.site-single-destination .destination-content .wp-block-list strong {
  color: #000;
}

.site-single-destination .page-title img,
.site-single-package .page-title img {
  height: calc(100vh - 130px);
  -o-object-fit: cover;
     object-fit: cover;
}
.site-single-destination .page-title > div,
.site-single-package .page-title > div {
  padding: 60px 0px 60px 0px;
  background-color: #f3f5f8;
}
.site-single-destination .booking-form h2,
.site-single-package .booking-form h2 {
  font-size: 50px;
}
.site-single-destination .title-content svg,
.site-single-package .title-content svg {
  width: 1.5rem;
  height: auto;
}
.site-single-destination .package-content,
.site-single-package .package-content {
  padding: 4.5rem 0;
}
.site-single-destination .package-content > div,
.site-single-package .package-content > div {
  margin-bottom: 3rem;
}
.site-single-destination .package-content h4,
.site-single-package .package-content h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.site-single-destination .package-content .iterinary .accordion .accordion-header .accordion-button,
.site-single-package .package-content .iterinary .accordion .accordion-header .accordion-button {
  font-family: var(--theme-heading-font);
}
.site-single-destination .package-content .iterinary .accordion .accordion-header .accordion-button:not(.collapsed),
.site-single-package .package-content .iterinary .accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.site-single-destination .package-content .iterinary .accordion .accordion-header .accordion-button:focus,
.site-single-package .package-content .iterinary .accordion .accordion-header .accordion-button:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
  background: unset;
}
.site-single-destination .package-content .iterinary .accordion .accordion-header .accordion-button span,
.site-single-package .package-content .iterinary .accordion .accordion-header .accordion-button span {
  margin-right: 1rem;
  border-right: 2px solid rgba(0, 0, 0, 0.2392156863);
  padding: 0.25rem 1rem 0.25rem;
  padding-left: 0;
}
.site-single-destination .package-content .iterinary .accordion .accordion-body .itinerary-activities li,
.site-single-package .package-content .iterinary .accordion .accordion-body .itinerary-activities li {
  font-size: 1rem;
  color: #646464;
}
.site-single-destination .gallery ul li img,
.site-single-package .gallery ul li img {
  height: 155px;
  border-radius: var(--theme-image-border-radius);
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}

.site-single-post .entry-header {
  padding: var(--theme-section-padding);
}
.site-single-post .entry-header h1 {
  font-size: 3rem;
  width: 75%;
}
.site-single-post img {
  border-radius: var(--theme-image-border-radius);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
}
.site-single-post .post-content h1,
.site-single-post .post-content h2,
.site-single-post .post-content h3,
.site-single-post .post-content h4,
.site-single-post .post-content h5,
.site-single-post .post-content h6 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.site-single-post nav.navigation.post-navigation {
  padding: 2rem;
  margin: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-left: unset;
  width: calc(100% - 4rem);
  margin: 0px auto;
  margin-bottom: 60px;
  border-right: unset;
}
.site-single-post nav.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.site-single-post nav.navigation.post-navigation .nav-links a {
  color: #000;
}
.site-single-post nav.navigation.post-navigation .nav-links a:hover {
  color: var(--theme-primary-color);
}

.custom-page-heading img {
  height: calc(100vh - 130px);
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-page-heading h5 {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  font-size: 4rem;
}

.page-title > div {
  top: calc(50% + 109px) !important;
}

/*--------------------------------------------------------------
# Taxonomy pages
--------------------------------------------------------------*/
.main-taxonomy-page .page-title img {
  height: calc(100vh - 130px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
.main-taxonomy-page .page-title div {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 5;
}
.main-taxonomy-page .page-title div h2 {
  font-size: var(--theme-page-heading-size);
  font-weight: 700;
}
.main-taxonomy-page .page-title div p {
  font-size: 1.5rem;
}
.main-taxonomy-page .taxonomy-summary {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -70px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 99;
}
.main-taxonomy-page .taxonomy-summary > div > div {
  background-color: #fff;
  border-radius: var(--theme-image-border-radius);
  padding: 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.main-taxonomy-page .taxonomy-summary > div > div svg {
  background-color: var(--theme-primary-color);
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  padding: 0.75rem;
  margin-right: 1rem;
}
.main-taxonomy-page .taxonomy-summary > div > div h4 {
  font-size: 1.1rem;
  color: var(--theme-color-green);
  margin-bottom: 0;
  font-weight: 600;
}
.main-taxonomy-page .taxonomy-summary > div > div h4 + span {
  display: block;
  text-align: center;
  color: #646464;
}
.main-taxonomy-page .taxonomy-content {
  padding: 4.5rem 0;
}
.main-taxonomy-page .taxonomy-content .content-slider img {
  border-radius: var(--theme-image-border-radius);
  width: calc(50% - 1rem);
  transform: translateY(-2rem);
  -o-object-fit: cover;
     object-fit: cover;
  height: 66.6666666667%;
}
.main-taxonomy-page .taxonomy-content .content-slider img:first-child {
  transform: translateY(2rem);
}
.main-taxonomy-page .taxonomy-destinations {
  padding: 4.5rem 0;
  padding-top: 0;
}
.main-taxonomy-page .taxonomy-destinations .cpt-destination-card img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--theme-image-border-radius);
}
.main-taxonomy-page .taxonomy-hotels {
  padding: 4.5rem 0;
}
.main-taxonomy-page .countries-section {
  padding: var(--theme-section-padding);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.cpt-hotel-card::before {
  border-radius: var(--theme-image-border-radius);
}
.cpt-hotel-card img {
  border-radius: var(--theme-image-border-radius);
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.cpt-hotel-card h5 {
  font-weight: 700;
  width: 100%;
  left: 0;
  z-index: 9999999;
  bottom: 1rem;
  margin: 1rem;
}

.package-card {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: var(--theme-image-border-radius);
}
.package-card:hover button {
  background-color: var(--theme-primary-color);
  color: #fff;
  border-color: transparent;
}
.package-card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--theme-image-border-radius);
}
.package-card .package-body h3 {
  color: var(--theme-color-green);
  font-size: 1.1rem;
}
.package-card .package-body h5 + div {
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  padding-bottom: 1rem;
}
.package-card .package-body h5 + div svg {
  margin-right: 0.25rem;
  width: 24px;
  height: auto;
  color: #e38747;
}
.package-card .package-body span {
  color: #646464;
  font-size: 16px;
}
.package-card .package-body p {
  font-size: 15px;
  color: #646464;
}
.package-card .package-body button {
  border: 1px solid #646464;
}

.dream-card {
  height: 130px;
  border-radius: var(--theme-image-border-radius);
}
.dream-card:hover img {
  width: 80%;
}
.dream-card::before {
  border-radius: var(--theme-image-border-radius);
}
.dream-card svg {
  width: 45%;
  left: 0;
  top: 0;
  position: absolute;
  height: auto;
  z-index: 999;
  border-radius: var(--theme-image-border-radius);
}
.dream-card svg path {
  fill: var(--theme-primary-color);
}
.dream-card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--theme-image-border-radius);
  transition-duration: 800ms;
  right: 0;
  top: 0;
  width: 100%;
}
.dream-card p {
  z-index: 999;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 1.5rem;
  width: 50%;
}

.must-do-activities > img {
  left: 0;
  top: -15%;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
  z-index: -1;
}
.must-do-activities .carousel-cell img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--theme-image-border-radius);
}
.must-do-activities .row .accordion .accordion-item button {
  font-family: var(--theme-heading-font);
  font-weight: 700;
  font-size: 1.1rem;
}
.must-do-activities .row .accordion .accordion-item button span {
  margin-right: 1rem;
  font-family: var(--theme-tagline-font);
  display: block;
  font-size: 50px;
  font-weight: 500;
  color: #646464;
  border-right: 2px solid rgba(0, 0, 0, 0.1490196078);
  padding-right: 1rem;
}
.must-do-activities .row .accordion .accordion-body p {
  font-size: 1rem;
  color: #646464;
}

.theme-gallery h1 + p,
.theme-gallery h2 + p,
.theme-gallery h3 + p,
.theme-gallery h4 + p,
.theme-gallery h5 + p,
.theme-gallery h6 + p {
  font-family: var(--theme-heading-font);
}
.theme-gallery .gallery-row img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--theme-image-border-radius);
}

.theme-gallery .gallery-row .col-lg-6 img{
	height:calc(var(--theme-small-gallery-image-size) * 3 + 1rem) !important;
}

.theme-gallery .gallery-row .col-6 img{
	height:var(--theme-small-gallery-image-size) !important;
}

/*--------------------------------------------------------------
# Global classes
--------------------------------------------------------------*/
.section-heading span {
  color: var(--theme-primary-color);
}

.section-padding {
  padding: var(--theme-section-padding);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*//*# sourceMappingURL=style.css.map */