/*!
Theme Name: TravelDubai
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: traveldubai
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.

traveldubai 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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;
	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: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: #e6437b;
}
.site-main {
	background:#fff;	
}

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;
}

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;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #333;
}

a:visited {
	color: #e6437b;
}

a:hover,
a:focus,
a:active {
	color: #fff;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	/*width: 100%;*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*------------------------------------------------
Basic
-------------------------------------------------- */
body {
	color: #696868;
	overflow-x:hidden;
}
html {
  scroll-behavior: smooth;
}
body, input, select, textarea {
	font-family:'Inter', Arial, Helvetica, sans-serif ; 
	font-size: 16px;
	line-height: 1.85em;
}
a {
	color: #e6437b;
	text-decoration: none;
	transition-property: color;
	transition-property: background-color;
 	transition-duration: .4s;
	-webkit-transition-duration:0.4s;
	transition-timing-function: ease-in-out, ease-out;
	outline:none;
}
a:hover {
	color:#000;
	text-decoration: none;
}

.button, button, [type="button"], [type="reset"], [type="submit"] {
	transition-property: color;
	transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
}

strong, b {
	color: #333;
	font-weight: bold;
}
em, i {
	font-style: italic;
}
p {
	margin: 0 0 20px 0;
	line-height:28px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1em;
	margin: 0 0 1em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h3 {
	font-size: 1.25em;
	line-height: 1.5em;
}
h4 {
	font-size: 1em;
	line-height: 1.5em;
}
h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}
h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/*------------------------------------------------
structure
-------------------------------------------------- */
@font-face {
    font-family: 'Cassandra Personal Use';
    src: url('fonts/CassandraPersonalUse-Regular.eot');
    src: url('fonts/CassandraPersonalUse-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CassandraPersonalUse-Regular.woff2') format('woff2'),
        url('fonts/CassandraPersonalUse-Regular.woff') format('woff'),
        url('fonts/CassandraPersonalUse-Regular.ttf') format('truetype'),
        url('fonts/CassandraPersonalUse-Regular.svg#CassandraPersonalUse-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700;800;900&display=swap');

.container {
	max-width:1440px;
	width:100%;
    padding-right:15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
}
.spacer-one {
	padding:100px 0;	
}
.spacer-two {
	padding:0 0 100px;	
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	box-sizing: border-box;
}
.row-jus-center {
    justify-content: center;
}
.row-jus-bet {
    justify-content: space-between;
}

.row-reverse {
    flex-direction: row-reverse;
}

.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 {
    -webkit-box-flex: 0;
    -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%;
}

.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, 
.col-9, .col-10, .col-11, .col-12{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	width:100%;
}

.no-gutters {
    margin-right: auto;
    margin-left: auto;
	padding:0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/*------------------------------------------------
Header
-------------------------------------------------- */
.header-top {
	padding-top:5px;
	padding-bottom:5px;
	background:#a92a56;	
}
.header-top .container {
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
.header-top ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;	
}
.header-top ul li {
	margin:0;
	padding:0;	
}
.header-top .top-links li {
	margin-right:20px;
	padding-left:30px;
	color:#fff;
	font-size:14px;
	position:relative;	
}
.header-top .top-links li a {
	color:#fff;	
}
.header-top .top-links li a:hover {
	color:#ffcedf;	
}
.header-top .top-links li::before {
	width:24px;
	height:24px;
	display:block;
	content:'';
	position:absolute;
	left:0;
	top:0;
}
.header-top .top-links li.i-tele::before {
	background:url(images/i-tele.png) no-repeat left center;
}
.header-top .top-links li.i-mail::before {
	background:url(images/i-email.png) no-repeat left center;
}

.header-top .social-links li {
	margin-left:10px;	
}
.header-top .social-links li a {
	width:24px;
	height:24px;
	display:block;	
}
.header-top .social-links li a:hover {
	opacity:0.6;	
}

.header-top .social-links li.i-fb a {
	background:url(images/i-fb.png) no-repeat left top;
}
.header-top .social-links li.i-insta a {
	background:url(images/i-instgram.png) no-repeat left top;
}
.header-top .social-links li.i-yt a {
	background:url(images/i-yt.png) no-repeat left top;
}


.site-header {
	width:100%;

	
}

.site-header .container {
	position:relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top:10px;
	padding-bottom:10px;
}

.site-header .site-branding {
	max-width:400px;
}
.header-search {
	position:relative;	
}
.header-search input[type=text] {
	width:205px;
	height:40px;
	font-size:15px;
	font-weight:600;
	color:#000;
	border:4px solid #d5b8da;
	border-radius:20px;	
	outline:none;
	padding-left:10px;
	padding-right:35px;
}
.header-search input[type=submit] {
	background:url(images/i-search.png) no-repeat left top;
	width:24px;
	height:24px;
	position:absolute;
	right:10px;
	top:8px;
	font-size:0;
	outline:none;
	border:none;
	cursor:pointer;	
}
.header-search input[type=submit]:hover {
	background:url(images/i-search-h.png) no-repeat left top;
}



#primary-menu li {
	padding:0 15px;
	font-size:15px;
	font-weight:600;	
}
#primary-menu li a {
	color:#fff;
	text-decoration:none;	
}
#primary-menu li a:hover {
	color:#ffe3ed;
	text-decoration:none;	
}
#mega-menu-wrap-menu-1 {
	background:none;
	padding-left:20px;	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item  {
	padding:5px;
		
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size:14px;
	height:inherit;
	padding:0px 15px;
	font-weight:600;
	color:#fff;	 
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	color:#e6437b;
	font-weight:600;
	background:#fff;
	border-radius:20px;	
}
 


/* Home Banner ///////////*/
.home-banner {
	background:url(images/banner-bg.jpg) no-repeat center bottom;
	height:80vh;	
}
.splide__slide img {
	border-radius:10px;	
}

.home-banner h1 {
	margin:120px 0 0;
	padding:0;
	font:60px Cassandra Personal Use, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:60px;
	color:#fff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.6);
}
.home-banner p {
	margin:10px 0 30px;
	padding:0;
	font:28px Inter, Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#fff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.6);
}

.tour-features {
	background:#ffe9f1;
	padding:50px 0;	
}
.tour-features .tour-block {
	text-align:center;
}
.tour-features .tour-block h3 {
	margin:10px 0 10px;
	padding:0;
	font-size:18px;	
	font-weight:bold;
}
.tour-features .tour-block p {
	margin:0;
	padding:0;
	font-size:16px;	
}


.tour-strip ul {
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style:none;
	justify-content: space-between;
    align-items: center;
	font-size:16px;
	font-weight:600;
	color:#685976;
}
.tour-strip ul li {
	margin:0;
	padding:0 0 0 30px;
	background:url(images/tick-icon.png) no-repeat center left;
}


/* Post //////////////////////////*/
.post {
	margin-bottom:60px;	
}
.post h2 {
	margin:0;
	padding:0;
	font:40px Cassandra Personal Use, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:60px;
	color:#000;
}
.post .entry-meta, .post .entry-footer {
	padding:0 0 20px;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:2px;	
}

.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
	margin:0 0 10px;
	padding:0;
	font: 30px Cassandra Personal Use, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 38px;
    color: #000;	
}
.single-post h2 {
	font-size:20px;
	line-height: 25px;	
}
.single-post h3 {
	font-size:18px;
	line-height: 24px;	
}
.single-post h4 {
	font-size:16px;
	line-height: 20px;	
}
.single-post h5 {
	font-size:14px;
	line-height: 20px;	
}
.single-post h6 {
	font-size:13px;
	line-height: 15px;	
}

.nav-links {
	margin:30px 0;
	padding:20px 0;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;	
}


/* About Home Page /////////////*/
.about {
	background:#fff;
	padding:120px 0;	
}
.about h2 {
	margin:0 0 20px;
	padding:0;
	font:40px Cassandra Personal Use, Arial, Helvetica, sans-serif;
	line-height:60px;
	color:#000;
}
.about p {
	margin:10px 0 30px;
	padding:0;
	font:20px Inter, Arial, Helvetica, sans-serif;
	line-height:30px;
	color:#696868;
}

/* Contact Form */
.contact-form {
	padding:80px 0;
	background:#8a284a url(images/footer-bg.png) no-repeat left bottom;	
}
.contact-form h2 {
	margin:0 0 20px;
	padding:0;
	font:40px Cassandra Personal Use, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
}
.contact-form p {
	margin:0 0 20px;
	padding:0;
	font-size:18px;
	color:#fff;
	text-align:center;
	color:#fff;
}
.contact-form .wpcf7-form p {
	text-align:inherit;	
}
.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form textarea {
	background:#b06780;
	border:none;
	color:#fff;
	padding:10px 20px;
	font-size:16px;
	margin-bottom:10px;
	width:100%;
}
.contact-form .wpcf7-form textarea {
	height:150px;	
}
.contact-form .wpcf7-form input[type="text"]:focus-visible,
.contact-form .wpcf7-form input[type="email"]:focus-visible,
.contact-form .wpcf7-form textarea:focus-visible {
	border:none;
	background:#c37690;
	box-shadow:0 0 0;
	outline:none;	
}
.contact-form .wpcf7-form input[type="submit"] {
	float:right;
	color:#fff;
	padding:15px 30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	border-radius:25px;
	border:none;
	background: rgb(252,123,167);
	background: linear-gradient(180deg, rgba(252,123,167,1) 0%, rgba(232,72,127,1) 100%);
}
.contact-form .wpcf7-form input[type="submit"]:hover {
background: rgb(232,72,127);
background: linear-gradient(180deg, rgba(232,72,127,1) 0%, rgba(252,123,167,1) 100%);
}


.contact-form .wpcf7-form ::placeholder {
	 color:#fff;	
}

/* TOur List ////////////////////////////////*/
.tour-list {
	padding:80px 0;	
}
.tour-list h2 {
	margin:0 0 50px;
	padding:0;
	font:40px Cassandra Personal Use, Arial, Helvetica, sans-serif;
	line-height:60px;
	color:#fff;
}

.button-bar {
	padding-top:30px;
	text-align:center;	
}
.button-bar .load-more a {
	background:#fff;
	border-radius:25px;
	padding:10px 30px;
	font-size:18px;
	text-align:center;
	color:#333 !important;
	border:none;	
}
.button-bar .load-more a:hover {
	color:#e6437b !important;
}

.our-tour {
	background:#fff;
	border-radius:15px;
	margin-bottom:30px;
	min-height:400px;
}

.our-tour h3, .our-tour h3 a {
	margin:10px 0 15px;
	padding:0 20px;
	font-size:22px;
	line-height:24px;
	font-weight:600;
	color:#000;
	min-height:60px;
}
.our-tour h3 a:hover {
	color:#e623c9;	
}
.our-tour img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width:100%;	
}

.our-tour p {
	margin:0px 0 30px;
	padding:0 20px;
	font-size:15px;
	line-height:26px;
	color:#696868;
}
p.author-text {
	overflow: hidden;
   display: -webkit-box ;
   -webkit-line-clamp: 3; 
           line-clamp: 3; 
   -webkit-box-orient: vertical;	
}

.tour-info {
	padding:20px;
	display:flex;
	justify-content: space-between;
    align-items: center;
	padding-bottom:10px;	
}
.our-tour .tour-info p {
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:600;
	color:#362f60;	
}
.our-tour .tour-info p {
	margin:0;	
}
.our-tour .tour-info a  {
	font-size:14px;
	padding-right:20px;
	font-weight:600;
	background:url(images/arrow-right.jpg) no-repeat right center;
	color:#e623c9;	
}
.our-tour .tour-info a:hover {
	padding-right:20px;
	background:url(images/arrow-right-h.jpg) no-repeat right center;
	color:#000;	
}

/* Tour Agent ////////////////*/
.our-agent {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:10px 20px;
	border:1px solid #eee;
	align-items: center;
    justify-content: flex-start;
	border-radius:5px;
	margin-bottom:-1px;	
}
.our-agent a.agent-img {
	width:100px;
	height:50px;
	overflow:hidden;
	border:1px solid #eee;
	border-radius:5px;
	display: flex;
    align-items: center;
    justify-content: center;	
}
.our-agent .agent-info {
	width:86%;
	padding-left:20px;
		
}
.our-agent .agent-info h3 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;	
}
.our-agent .agent-info p {
	margin:0;
	padding:0;
  font-size:12px;	
}
.our-agent .author-links {
	margin:0;	
}


/* Page banner */
.site-main {
	padding:80px 0 50px;	
}
.page-banner {
	padding:80px 0;
	position:relative;	
}
.page-banner::after {
  	background:#8a284a;
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	left:0;
	top:0;	
}


.page-banner h1 {
	margin:0;
	padding:0;
	font:40px Inter, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:40px;
	color:#fff;
	text-align:center;
	position:relative;
	z-index:1;
}

/*///////////////////
 Sidebar //////////////////////*/
.widget-area {
	margin-bottom:35px;
}
.widget h2 {
	margin:0;
	padding:0;
	font:22px Inter, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;	
}
.widget ul {
	margin:0;
	padding:0;
	list-style:none;	
}
.widget ul li {
	margin:0 0 15px;
	padding:0 0 15px;
	font-size:14px;
	font-weight:500;
	list-style:none;
	border-bottom:1px solid #eee;	
}




/* Tour Detail Page  /////////////////*/

.agency-info {
	margin:0;
	padding:0;
	list-style:none;	
}
.agency-info li {
	margin:0 0 5px;
	padding:0;
}
.agency-info li span {
	display:inline-block;
	width:115px;
	color:#000;
	font-weight:bold;	
}

.author-info {
	margin:0 15px;	
}
.author-info h3 {
	margin:0 0 10px;
	font: 40px Cassandra Personal Use, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 40px;
	color:#e81cca;	
}
.author-info img {
	border-radius:10px;	
}
.author-info .row {
	background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	margin-bottom:50px;
	padding-top:30px;
	padding-bottom:30px;	
}

.author-links {
	margin:30px 0 0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	
		
}
.author-links li {
	margin:0 10px;
	padding:0;
	flex-grow:0;	
}
.author-links li.email a{
	width:24px;
	height:24px;
	display:block;
	background:url(images/email.png) no-repeat left top;
}
.author-links li.web a{
	width:24px;
	height:24px;
	display:block;
	background:url(images/globe.png) no-repeat left top;
}
.author-links li.more {
	flex-grow:8;
	text-align: right;	
}
.author-links li.more a {
	font-size: 14px;
    padding-right: 20px;
    font-weight: 600;
    background: url(images/arrow-right.jpg) no-repeat right center;
    color: #e623c9;
}




.table--sec {
    width: 100%;
    margin: 1.25rem 0px;
    border: 0px;
}
table {
    border-collapse: collapse;
    border-spacing: 0px;
}
.table--sec thead tr {
    border-bottom: 1px solid rgb(217, 217, 217);
}
.txt--small {
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.table--sec th:first-child {
    text-align: left;
}
.table--sec thead tr th {
    font-weight: bold;
    line-height: 1.125rem;
    text-align: center;
    background-color: rgb(249, 249, 249);
}
.table--sec th, .table--sec td {
    padding: 0.625rem;
    font-size: 0.875rem;
    text-align: center;
    border: 1px solid rgb(217, 217, 217);
}
.table--sec tbody th:first-child {
    font-weight: normal;
}
.table--sec th:first-child {
    text-align: left;
}
.table--sec th, .table--sec td {
    padding: 0.625rem;
    font-size: 0.875rem;
    text-align: center;
    border: 1px solid rgb(217, 217, 217);
}

/* Author Listing ////////////*/

.authors-list-item {
	padding: 15px;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-sizing:border-box;	
}

.authors-list-item-title {
    margin: 10px 0 15px !important;
    padding: 0;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000;
    text-transform: capitalize;
	display:block;
}

 a.authors-list-item-link {
	font-size:14px;
	padding-right:20px;
	font-weight:600;
	color:#e623c9;
	text-align:right;
	margin:20px 0;
	display:block;	
}
.our-tour .tour-info a:hover, a:hover.authors-list-item-link {
 	color:#000;	
}

.authors-list-cols-dir-horizontal .authors-list-col-4 {
    width: 31.8% !important;
}
.authors-list-cols-dir-horizontal .authors-list-col {
    margin-right: 2% !important;
}

#slider-banner {
	margin-bottom:50px;	
}

.single-offers h2, .single-offers h3, .single-offers h4, .single-offers h5, .single-offers h6 {
	margin:0 0 10px;
	padding:0;
	font: 30px Cassandra Personal Use, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 38px;
    color: #000;	
}
.single-offers h2 {
	font-size:20px;
	line-height: 25px;	
}
.single-offers h3 {
	font-size:18px;
	line-height: 24px;	
}
.single-offers h4 {
	font-size:16px;
	line-height: 20px;	
}
.single-offers h5 {
	font-size:14px;
	line-height: 20px;	
}
.single-offers h6 {
	font-size:13px;
	line-height: 15px;	
}



.single-offers .activites {
	margin:0 0 50px;
	padding:0;
	list-style:none;	
}

.single-offers .activites li {
	margin:0 0 10px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.single-offers .activites li div {
	width:75px;
}


.resp-tab-content  .wpcf7-form {
	width:100%;
	max-width:60%;
	margin: 0 auto;
	padding-top:40px;	
}
.resp-tab-content .wpcf7-form .wpcf7-text,
.resp-tab-content .wpcf7-form textarea {
	width:100%;
	padding:10px;
	font-size:16px;	
}
.resp-tab-content p {
    margin-bottom: 20px;
}
.resp-tab-content .wpcf7-submit {
	padding:10px;
	width:200px;
	margin:0 auto;
	border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    border: unset;
    padding: 18px 32px;
	background: #e869d4;
    background: -moz-linear-gradient(top, #e869d4 0%, #e619c7 100%);
    background: -webkit-linear-gradient(top, #e869d4 0%,#e619c7 100%);
    background: linear-gradient(to bottom, #e869d4 0%,#e619c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e869d4', endColorstr='#e619c7',GradientType=0 );
    cursor: pointer;
}
.resp-tab-content .wpcf7-submit:hover {
    background: #e619c7;
    background: -moz-linear-gradient(top, #e619c7 0%, #e869d4 100%);
    background: -webkit-linear-gradient(top, #e619c7 0%,#e869d4 100%);
    background: linear-gradient(to bottom, #e619c7 0%,#e869d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e619c7', endColorstr='#e869d4',GradientType=0 );
}

.resp-tab-content h3 {
    margin: 0 0 10px;
    padding: 0;
    font: 30px Cassandra Personal Use, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 35px;
    color: #000;
}
.resp-tab-content p {
    margin-bottom: 20px;
}

/* Footer ///////////////////*/

.site-footer {
	background:#e6437b;
	padding:25px 0;	
}
.site-footer p {
	margin:0;
	padding:0;
	font-size:14px;
	color:#fff;	
}

.site-footer .row {
	justify-content: space-between;	
}
.site-footer ul {
	margin:0;
	padding:0;
	display:flex;
	list-style:none;	
}
.site-footer li {
	margin:0;
	padding:0 15px;
	font-size:15px;
	font-weight:600;
	position:relative;	
}
.site-footer li a {
	color:#fff;
	text-decoration:none;	
}
.site-footer li a:hover {
	color:#ffdbfa;
	text-decoration:none;	
}
.site-footer li::after {
	width:1px;
	height:14px;
	background:#fff;
	display:block;
	content:'';
	position:absolute;
	right:0;
	top:10px;
}
.site-footer li:last-child::after {
	display:none;	
}

/* ///////////////////////////////////////////////////////
	Media CSS 
////////////////////////////////////////////////////*/

@media only screen and (min-width: 1280px) {
body {
	overflow-X:hidden;
}
}

@media only screen and (max-width: 1366px) {

#container {
	overflow:hidden;	
}
.home-banner {
	height:65vh;	
}


}
@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1024px) {
img 
 {
	max-width:100%;
}

.home-banner {
	height:490px;	
}

.ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field:nth-child(1) {
    flex: 0 0 100%;
}

.ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field:nth-child(2) {
    flex: 0 0 45%;
}

.resp-tabs-list li {
   font-size: 14px;
    margin: 0;
    text-align: center;
    line-height: normal;
    padding: 20px 5px;
    width: 24%;
}
ul.resp-tabs-list {
    text-align: left;
}

}
@media only screen and (max-width: 820px) {
body {
	font-size:14px;
}

.site-header .site-branding {
    max-width: 300px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #fff;
	 color: #380f32;
}
.home-banner {
	height: 400px;
}    

.main-navigation {
    background:none;
    position: absolute;
    right: 0;
    top: 13px;
    padding:0;
}

.mega-menu-wrap .mega-toggle-blocks-left,
.mega-menu-wrap .mega-toggle-blocks-center,
.menu-toggle {
	display:none;	
}

.header-search {
	display:none;	
}

/*#mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: #fff;
	width: 50px;
    float: right;
	margin-right: 15px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	background: #fff;
    position: absolute;
    right: 0;
    top: 55px;
    width: 100%;
    padding: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);	
}*/


.our-tour {
	margin-bottom:30px;	
}

}
@media only screen and (max-width:768px) {
#mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: #fff;
	width: 50px;
    float: right;
	margin-right: 15px;
}
.site-header {
	position:relative;
	z-index:9999;	
}
.main-navigation {
	width:100%;	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #000;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	background: #fff;
    position: absolute;
    right: 0;
    top: 55px;
    width: 100%;
    padding: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);	
}
}
@media only screen and (max-width:580px) {
.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, 
.col-9, .col-10, .col-11, .col-12 { 
	flex:0 0 100%;
	max-width:100%;
}
.home-banner {
    height: 200px;
	background-position:center top;
	background-size:cover;
}




.header-top ul.top-links {
	width:63%;	
}
.site-header .site-branding {
	max-width: 260px;
}

.tour-features .tour-block {
	margin-bottom:30px;	
}

.tour-strip ul li {
	width:100%;
	margin-bottom:10px;
}

.our-tour {
	margin-bottom:30px;	
}

.spacer-one {
    padding: 50px 0;
}
.spacer-two {
	padding: 50px 0 50px;	
}

.home-banner h1 {
    margin: 80px 0 0;
    padding: 0;
	font-size:40px;
}
.about h2, .tour-list h2 {
	font-size:24px;
	line-height: 45px;	
}

.agency-info li span {
	display:block;	
}
.resp-tabs-list li {
   font-size: 12px;
}

.site-footer p {
    padding: 0 0 0 15px;
}

}
@media only screen and (max-width:375px) {


}
@media only screen and (max-width:320px) {
}


