/*
Theme Name: Travel Agency Booking
Theme URI: https://thebootstrapthemes.com/travel-agency-booking/
Author: thebootstrapthemes
Author URI: https://thebootstrapthemes.com/
Description: Create a free travel booking website for your agency with the Travel Agency Booking WordPress theme. Travel Agency Booking is an elegant feature-rich WordPress theme for your travel & tour website. You can choose a specific destination, the type of trip, and the activities you will be doing there. You will also be able to accentuate popular destinations, search places in a couple of clicks, add a featured destination, and much more! The modern design of the Travel Agency Booking WordPress theme is crafted such that users and fly across pages with ease.
Version: 1.0.6
Tested up to: 6.2
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: travel-agency-booking
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.

travel agency booking 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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.5em !important;
   -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: 60%;
}

/**
* 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;
   height: auto;
   width: auto;
}

/**
* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
   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;
}
h1,h2,h3,h4,h5,h6{font-family: 'Playfair Display', sans-serif;}
h1,h2,h3,h4{margin:10px 0 20px 0;}
h5,h6{margin:0 0 10px 0;}

h1{font-weight: 600;font-size: 3rem;line-height: 1.25;}
h2{font-weight: 600;font-size: 2rem;line-height: 1.35;}
h3{font-weight: 500;font-size: 1.65rem;line-height: 1.45;}
h4{font-weight: 500;font-size: 1.5rem;line-height: 1.45;}
h5{font-weight: 600;font-size: 1.35rem;line-height: 1.25;}
h6{font-weight: 600;font-size: 1rem;line-height: 1.25;}


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;
   font-size: 0.9375rem;
   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;
   font-size: 0.9375rem;
}

abbr,
acronym {
   border-bottom: 1px dotted #666;
   cursor: help;
}

mark,
ins {
   background: #fff9c0;
   text-decoration: none;
}

big {
   font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* 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;
}

body {
   background: #fff;
}

hr {
   background-color: #ccc;
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
}

ul,
ol {
   margin: 0 0 1.5em 1.5em;
   padding: 0;
}

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;
}

img {
   height: auto;
   max-width: 100%;
}

figure {
   margin: 1em 0;
}

table {
   margin: 0 0 1.5em;
   width: 100%;
}

/*--------------------------------------------------------------
# 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: 10px 30px;
   width: auto;
   cursor: pointer;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
   text-decoration: none;
   display: inline-block;
   vertical-align: top;
   color: var(--primary-color);
}

a:focus {
   outline: thin dotted;
}

a:hover,
a:active {
   outline: 0;
}
.entry-content a{text-decoration: underline;color: var(--primary-color);}
.entry-content a:hover{text-decoration: none;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
 padding: 0;
 margin: 0;
}
.main-navigation ul ul {
 text-align: left;
 transition: all 500ms ease;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 top: 100%;
 left: 0;
 -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
 -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
 box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
 width: 220px;
 position: absolute;
 z-index: 999;
 -webkit-transform-origin: top;
 transform-origin: top;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 -webkit-transform: scale(1, 0);
 transform: scale(1, 0);
 display: block;
 opacity: 0;
 background-color: #fff;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
 display: block;
 opacity: 1;
 z-index: 1000;
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
 -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}
.main-navigation ul ul ul {
 left: 100%;
 top: 0;
}
.main-navigation li {
 position: relative;
 display: inline-block;
 margin-bottom: 0;
}
.main-navigation ul ul ul {
 left: 100%;
 top: 0;
}
.main-navigation ul > li:hover > ul {
 opacity: 1;
 left: 0;
 z-index: 9999;
}
.main-navigation ul ul li:hover > ul {
 opacity: 1;
 left: 100%;
}
.main-navigation li li {
 float: none;
 display: block;
}
.main-navigation ul li li:last-child > a {
 border: none;
}
.main-navigation ul li a {
 display: block;
 padding: 8px 20px;
 position: relative;
 z-index: 99;
 transition: all 0.3s ease;
 color: var(--dark-color);
}
.main-navigation ul li a:hover{
 color: var(--primary-color);
}
.main-navigation ul li ul li a{
 padding: 10px 20px !important;
}

.main-navigation li > a {
 position: relative;
}
.main-navigation li li.current_page_item > a:after,
.main-navigation li li.current-menu-item > a:after,
.main-navigation ul li li a:hover:after {
 display: none;
}
.main-navigation ul li.page_item_has_children > a::before,
.main-navigation ul li.menu-item-has-children > a::before {
 content: "\f107";
 font-family: "fontello";
 position: absolute;
 right: 5px;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transition: all 0.3s ease-in-out;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
}
.main-navigation ul li ul li.page_item_has_children > a::before,
.main-navigation ul li ul li.menu-item-has-children > a::before {
 content: "\f105";
 right: 15px;
}
.main-navigation ul li ul li.page_item_has_children > a::before
.main-navigation ul li ul li.menu-item-has-children > a::before {
 right: 20px;
 top: 10px;
 transform: rotate(-90deg);
}
.main-navigation .dropdown-toggle::after {
 display: none !important;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
   margin: 0 0 1.5em;
}

.comment-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%;
}

/*--------------------------------------------------------------
# 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 {
   float: left;
   margin-right: 1.5em;
   margin-bottom: 1.5em;
}

.alignright {
   float: right;
   margin-left: 1.5em;
   margin-bottom: 1.5em;
}

.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
   margin: 0 0 1.5em;
}

.widget select {
   max-width: 100%;
}
.textwidget h1, 
.textwidget h2, 
.textwidget h3, 
.textwidget h4, 
.textwidget h5, 
.textwidget h6{
   margin: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
   display: block;
}

.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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
   max-width: 100%;
}

/* 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;
   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;
}






/*custom html*/
:root{
	--primary-color: #22A6B3;
	--secondary-color: #22B377;
	--dark-color: #000;
	--light-color: #fff;
	--text-color: #757575;
}
body{
	font-family: 'Montserrat', sans-serif;
	background-color: #f9f9f9;
	font-size: 1rem;
	counter-reset: section;
}

h1{font-size:3rem;line-height:1.25em;font-weight: 500;}
h2{font-size:2.5rem;line-height:1.25em;font-weight: 500;}
h3{font-size:2rem;line-height:1.25em;font-weight: 500;}
h4{font-size:1.5rem;line-height:1.25em;font-weight: 500;}
h5{font-size:1.13rem;line-height:1.25em;font-weight: 500;}
h6{font-size:1rem;line-height:1.25em;font-weight: 500;}

a{
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
a:focus {
    outline: 1px dotted;
}
p{
	/*font-family: 'Lora', serif;*/
	color: var(--text-color);
	line-height: 1.5;
	font-size: 1rem;
}
label{
	vertical-align: top;
}
img{
	max-width: 100%;
	height: auto;
}
img.alignright{margin: 0 0 10px 10px;float: right;}
img.alignleft{margin: 0 10px 10px 0;float: left;}
.btn{
	padding: 13px 29px;
	border-radius: 3px;
	font-size: 1rem;
}
.btn-primary{
	background: var(--primary-color);
	color: var(--light-color);
	border-color: var(--primary-color);
}
.btn-primary:hover{
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}
.btn-secondary{
	background: var(--secondary-color);
	color: var(--light-color);
	border-color: var(--secondary-color);
}
.btn-secondary:hover{
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.btn-third{
	background: var(--light-color);
	color: var(--dark-color);
}
.btn-third:hover{
	background: var(--primary-color);
	color: var(--light-color);
}
.home-section{
	margin: 0 0 100px;
	position: relative;
}
.main-title{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.main-title .title{
	margin: 0 10px 0 0;
}
.main-title a{
	color: var(--primary-color);
	position: relative;
}
.main-title a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--secondary-color);
	transition: all 0.2s ease-in-out;
}
.main-title a:hover:after{
	width: 100%;
}
.main-title a:hover{
	color: var(--secondary-color);
}
input,
textarea,
select{
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
input{
	height: 45px;
}
textarea{
	height: 100px;
}

/*header*/
.header{
	background: #fff;
	position: relative;
   z-index: 9999;
}
.header .top-header{
	background: var(--primary-color);
	padding: 10px 0;
}
.header .top-header a{
	color: var(--light-color);
	margin: 0 50px 0 0;
}
/*.header .top-header a:last-child{
	margin: 0;
}*/
.header .top-header a:hover{
	opacity: 0.5;
}
.header .t-header-holder .phone-email{
	display: flex;
	flex-wrap: wrap;
}
.header .custom-logo-link img{
	width: auto;
    max-width: unset;
}
.header .site-title-description{
	max-width: 300px;
}
.header .site-title,
.header .site-description{
	margin: 0;
}
.header .site-title-description a{
	overflow-wrap: break-word;
    line-height: 1.1;
    margin: 0 0 6px;
    display: block;
}
.main-header{
	padding: 15px 0;
}
.header .site-title a:hover{
	color: var(--primary-color);
}
.top-header .t-header-holder{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-header .t-header-holder .social-navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top-header .t-header-holder .social-navigation ul li {
    margin: 0 15px 0 0;
}
.top-header .t-header-holder .social-navigation ul li:last-child{
    margin: 0;
}
.top-header .t-header-holder .social-navigation ul li a{
	margin: 0;
}
.header .header-wrapper{
	display: grid;
    align-items: center;
    grid-template-columns: 23% 1fr;
    justify-content: space-between;
}
.header-wrapper .main-navigation ul{
	float: right;
}
.header-wrapper .menu-toggle{
	margin: 0 0 0 auto;
	border: 0;
}
/*end header*/

/*banner*/
.banner .banner-holder{
	position: relative;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
	background-color: var(--primary-color);
   min-height: 400px;
   z-index: 0;
}
.banner .banner-holder:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.7399334733893557) 0%, rgba(0,0,0,0) 100%);
   z-index: -1;
}
.banner .banner-holder .caption{
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);*/
	margin-right: 200px;
	color: var(--light-color);
	width: 700px;
   padding: 130px 0 200px;
}
.banner .banner-holder .caption h1{
	margin: 0 0 20px;
	line-height: 1.35;
}
.banner .banner-holder .caption h1 span{
	display: block;
	font-weight: 700;
}
.banner .banner-holder .caption p{
	margin: 0 0 30px;
	color: var(--light-color);
}
.banner .banner-holder img {
    width: 100%;
}
.banner-search.search-block {
    margin: -50px auto 100px;
    z-index: 9;
    position: relative;
    width: 70%;
}
.banner-search.search-block .search-form {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.banner-search.search-block .search-form label {
    width: 100%;
}
.banner-search.search-block .search-form label input{
	border-radius: 5px 0 0 5px;
}
.banner-search.search-block .search-form input[type=submit] {
    padding: 10px;
    width: 30%;
    border-radius: 0 5px 5px 0;
    background: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
}
.banner-search.search-block .search-form input[type=submit]:hover{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
/*end banner*/


/*main-info-block*/
.main-info-block .info-block-holder{
	padding: 50px 40px 0;
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
	background: var(--light-color);
	border-radius: 5px;
}
.main-info-block .info-block-holder .row [class*=col-] {
    margin: 0 0 50px;
}
.main-info-block svg{
	width: 64px;
	fill: #22A6B3;
}
.main-info-block .info-holder{
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}
.main-info-block .info-holder img {
    width: 20%;
    height: 20%;
}
.main-info-block .info-holder .info-text {
    max-width: 100%;
}
.main-info-block .info-holder img + .info-text {
    max-width: 70%;
}
.main-info-block .info-holder p{
	margin: 0;
}
/*end main-info-block*/


/*popular destination*/
.popular-destinations .main-title{
	margin: 0 0 40px;
}
.popular-destinations .destinations-holder{
	position: relative;
	overflow: hidden;
	height: 420px;
	border-radius: 5px;
}
.popular-destinations .destinations-holder:before{
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4009978991596639) 100%);
	height: 0;
	transition: all 0.2s ease-in-out;
}
.popular-destinations .destinations-holder:hover:before{
	height: 100%;
}
.popular-destinations .destinations-holder img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popular-destinations .destinations-holder .title-holder{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	color: var(--light-color);
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.9399334733893557) 0%, rgba(0,0,0,0) 100%);
	text-align: center;
	transition: all 0.2s ease-in-out, visibility 0.2s ease-in-out 0.1s;
}
.popular-destinations .destinations-holder .title-holder .title{
	margin: 0;
}
.popular-destinations .destinations-holder:hover .title-holder{
	visibility: hidden;
	opacity: 0;
}
.popular-destinations .destinations-holder .tour-count{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	background: var(--primary-color);
	color: var(--light-color);
	padding: 3px 10px;
	border-radius: 3px;
}
.popular-destinations .destinations-holder .text-holder {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 30px;
	color: var(--light-color);
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.popular-destinations .destinations-holder .text-holder a{
	position: relative;
}
.popular-destinations .destinations-holder .text-holder a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	width: 0;
	height: 2px;
	background: var(--secondary-color);
	transition: all 0.2s ease-in-out;
}
.popular-destinations .destinations-holder .text-holder a:hover:after{
	width: 100%;
}
.popular-destinations .destinations-holder:hover .text-holder{
	visibility: visible;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.popular-destinations .destinations-holder .text-holder h4{
	margin: 0 0 20px;
}
.popular-destinations .destinations-holder .text-holder p{
	color: var(--light-color);
}
.popular-destinations .destinations-holder .text-holder a{
	color: var(--secondary-color);
	font-weight: 700;
}
/*end popular destination*/


/*home activities*/
.home-activities .main-title{
   margin: 0 0 40px;
}
.home-activities .activities-holder{
   position: relative;
   overflow: hidden;
   height: 300px;
   border-radius: 5px;
}
.home-activities .activities-holder:before{
   content: "";
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgb(0,0,0);
   background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4009978991596639) 100%);
   height: 0;
   transition: all 0.2s ease-in-out;
}
.home-activities .activities-holder:hover:before{
   height: 100%;
}
.home-activities .activities-holder img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-activities .activities-holder .title-holder{
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 30px;
   color: var(--light-color);
   background: rgb(0,0,0);
   background: linear-gradient(0deg, rgba(0,0,0,0.9399334733893557) 0%, rgba(0,0,0,0) 100%);
   text-align: center;
   transition: all 0.2s ease-in-out, visibility 0.2s ease-in-out 0.1s;
}
.home-activities .activities-holder .title-holder .title{
   margin: 0;
}
.home-activities .activities-holder:hover .title-holder{
   visibility: hidden;
   opacity: 0;
}
.home-activities .activities-holder .tour-count{
   position: absolute;
   top: 20px;
   right: 20px;
   z-index: 1;
   background: var(--primary-color);
   color: var(--light-color);
   padding: 3px 10px;
   border-radius: 3px;
}
.home-activities .activities-holder .text-holder {
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   text-align: center;
   padding: 30px;
   color: var(--light-color);
   visibility: hidden;
   transition: all 0.2s ease-in-out;
}
.home-activities .activities-holder .text-holder a{
   position: relative;
}
.home-activities .activities-holder .text-holder a:after{
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: auto;
   width: 0;
   height: 2px;
   background: var(--secondary-color);
   transition: all 0.2s ease-in-out;
}
.home-activities .activities-holder .text-holder a:hover:after{
   width: 100%;
}
.home-activities .activities-holder:hover .text-holder{
   visibility: visible;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}
.home-activities .activities-holder .text-holder h4{
   margin: 0 0 20px;
}
.home-activities .activities-holder .text-holder p{
   color: var(--light-color);
}
.home-activities .activities-holder .text-holder a{
   color: var(--secondary-color);
   font-weight: 700;
}
/*end home activities*/


/*timer content*/
/*.timer-content-block{
	background: var(--light-color);
	padding: 100px 0;
}*/
.timer-content-block .timer-content{
	padding-right: 20px;
}
.timer-content-block .title{
	margin: 0 0 20px;
}
.timer-content-block .pricing{
	font-size: 24px;
	margin: 25px 0 30px;
}
.timer-content-block .pricing .actual-price{
	text-decoration: line-through;
	color: var(--text-color);
}
.timer-content-block .pricing .discounted-price span{
	font-size: 18px;
	color: var(--text-color);
}
.timer-content-block .img-holder{
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}
.timer {
	background: var(--primary-color);
	color: var(--light-color);
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	text-align: center;
	margin: -70px 0 0;
}
.timer div {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 10px 40px;
  font-size: 34px;
  border-right: 1px solid var(--light-color);
}
.timer div:last-child{
	border: 0;
}
.timer span {
  display: block;
  font-size: 18px;
  color: var(--light-color);
  margin: 10px 0 0;
}
/*end timer content*/


/*popular tour*/
.popular-tour .row{
	margin-right: -15px;
	margin-left: -15px;
}
.popular-tour [class*="col-"] {
	padding: 0 15px;
	margin: 0 0 30px;
}
.popular-tour .main-title{
	display: block;
	margin: 0 0 40px;
}
.popular-tour .main-title .title{
	margin: 0;
}
.popular-tour .tour-block{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.popular-tour .tour-block .img-holder{
	position: relative;
	overflow: hidden;
	height: 210px;
}
.popular-tour .tour-block .img-holder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.popular-tour .tour-block .discount{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	background: var(--primary-color);
	color: var(--light-color);
	padding: 3px 10px;
	border-radius: 3px;
}
.popular-tour .content-holder{
	padding: 25px;
	background: var(--light-color);
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
}
.popular-tour .content-holder .title{
	margin: 0 0 20px;
}
.popular-tour .content-holder .title a{
	color: var(--dark-color);
}
.popular-tour .content-holder .title a:hover{
	color: var(--primary-color);
}
.popular-tour .featured-tag{
	padding: 3px 10px;
	background: var(--secondary-color);
	color: var(--light-color);
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
	border-radius: 3px;
}
.popular-tour .content-holder .day-pricing{
	display: grid;
	grid-template-columns: 5fr 2fr;
	grid-gap: 30px;
	align-items: center;
}
.popular-tour .content-holder .day-rating .days{
	color: var(--text-color);
	margin: 0 0 10px;
	display: block;
}
.popular-tour .content-holder .day-rating .rating{
	color: #FF9600;
}
.popular-tour .content-holder .day-rating .rating span{
	display: inline-block;
	vertical-align: top;
}
.popular-tour .content-holder .day-pricing .actual-discount{
	text-align: right;
}
.popular-tour .content-holder .day-pricing .actual-discount .actual-price{
	text-decoration: line-through;
	color: var(--text-color);
}
.popular-tour .content-holder .day-pricing .actual-discount .discounted-price{
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
}
/*end popular tour*/


/*discount section*/
.discount-section{
	background-image: url(../assets/images/discount.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	position: relative;
	z-index: 0;
	color: var(--light-color);
   text-align: center;
}
.discount-section:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.6);
	/*background: linear-gradient(90deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0) 100%);*/
	z-index: -1;
}
.discount-section .discount-holder .main-title{
	margin: 0 0 20px;
   justify-content: center;
}
.discount-section .discount-holder p{
	color: var(--light-color);
	margin: 0 0 25px;
}
/*end discount section*/


/*articles*/
.travel-articles .main-title{
	margin: 0 0 40px;
}
.travel-articles .articles-holder{
	border-radius: 5px;
	overflow: hidden;
}
.travel-articles .article-content{
	padding: 25px;
	background: var(--light-color);
}
.travel-articles .article-content .title{
	margin: 0 0 15px;
}
.travel-articles .article-content .title a{
	color: var(--dark-color);
}
.travel-articles .article-content .title a:hover{
	color: var(--primary-color);
}
.travel-articles .article-content .author-date{
	margin: 20px 0 0;
	color: #999;
	font-size: 14px;
}
.travel-articles .article-content .author-date span{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
}
.travel-articles .article-content .author-date span:last-child{
	margin: 0;
}
/*end articles*/


/*owl carousel*/
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
	font-size: 34px;
	padding: 0px 20px!important;
	background: #fff;
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -25px;
}
.owl-carousel .owl-nav button.owl-next{
	right: -25px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
	background: var(--primary-color);
	color: var(--light-color);
}
/*end owl carousel*/


/*footer*/
.footer{
	padding: 60px 0 0;
	background: #eee;
	overflow: hidden;
}
.footer .row{
	margin-bottom: 50px;
}
.footer .copyright{
	border-top: 1px solid #555;
	padding: 20px 0;
}
.footer .copyright a {
    color: var(--primary-color);
}
.footer .copyright a:hover {
    color: var(--secondary-color);
}
.footer .widget-title:after {
    background: var(--primary-color);
}
.footer .footer-widget-holder {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 50px 30px;
    margin: 0 0 30px;
}
.footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer ul li{
	margin: 0 0 15px;
}
.footer ul li:last-child{
	margin: 0;
}
.footer ul li a{
	color: var(--text-color);
}
.footer ul li a:hover{
	color: var(--primary-color);
}
.footer .widget-title {
    font-weight: 600;
}
/*end footer*/



/* wp travel engine */
.category-main-wrap.category-grid {
    width: 100%;
}
/*end wp travel engine */



/*breadcrumb*/
.breadcrumbs {
    margin-top: 30px;
    font-size: 0.85rem;
    color: #aaa;
}
.breadcrumbs nav {
    margin: 0;
}
.breadcrumbs .trail-browse {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}
.breadcrumbs .trail-browse, 
.breadcrumbs .trail-items, 
.breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}
.breadcrumbs .trail-items li:last-child:after{
	content: none;
}
.breadcrumbs .trail-items {
    list-style: none;
}
.breadcrumbs a {
    color: #aaa;
}
.breadcrumbs a:hover{
	color: var(--dark-color);
}
.trail-items li::after {
    content: "\002F";
    padding: 0 0.5em;
}
/*end breadcrumb*/


/*blog list*/
.inside-page{
	padding: 30px 0;
}
.home-archive .col-sm-12{
	width: 80%;
	margin: 0 auto;
}
.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 0 30px;
}
.blog-list-block .post{
	margin: 0 0 30px;
}
.grid-view .post {
    position: relative;
}
.list-view .post .news-snippet{
	display: flex;
	flex-direction: row;
}
.list-view .post .news-snippet .featured-image{
	width: 40%;
}
.list-view .post .news-snippet .summary{
	width: 100%;
}
.list-view .post .news-snippet .featured-image + .summary{
	width: 60%;
}
.grid-view .type-post:last-child .news-snippet,
.list-view .type-post:last-child .news-snippet,
.full-width-view .type-post:last-child .news-snippet{
	margin: 0;
}
.grid-view .news-snippet .featured-image{
	height: 280px;
    overflow: hidden;
    display: block;
}
.grid-view .news-snippet img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-snippet {
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 0 0 30px;
    border-radius: 5px;
}
.news-snippet .featured-image{
	display: block;
}
.news-snippet img{
	width: 100%;
}
.news-snippet .summary {
    width: 100%;
    float: left;
    padding: 30px;
}

figure.wp-block-table table {border: 1px solid #ddd;}
figure.wp-block-table table tr{border: 1px solid #ddd;}
figure.wp-block-table table tr th,figure.wp-block-table table tr td{border: 1px solid #ddd;padding:10px;}


h6.category {
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 15px;
}
h6.category a {
    color: #888;
}
h6.category a:hover{
	color: var(--dark-color);
}
.news-title {
    margin: 0 0 10px 0;
}
.news-title a{
	color: var(--dark-color);
}
.news-title a:hover{
	color: var(--primary-color);
}
.info {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 5px;
}
.info ul li {
    padding: 0 15px 0 0;
    color: #aaa;
    display: inline-block;
    vertical-align: top;
}
.info ul li a{
	color: #aaa;
}
.info ul li a:hover{
	color: var(--secondary-color);
}
a.readmore{
	color: var(--primary-color);
}
a.readmore:hover{
	color: var(--secondary-color);
}
button.loadmore{
	margin: 30px 0 0;
}
/*end blog list*/


/*blog detail*/
.inside-page .page-section {
    background: var(--light-color);
    padding: 30px;
}
h1.entry-title, 
h1.page-title {
    margin: 0 0 30px 0;
}
.comments-area {
    margin-top: 30px;
}
.info {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 20px;
}
.info ul {
    margin: 0;
}
.info ul li {
    padding: 0 15px 0 0;
}
.info a {
    color: #aaa;
}
figure.feature-image {
    padding: 0 0 30px 0;
}
figure.feature-image img {
    width: 100%;
}
.comments-area .comment-form label, 
.comments-area .comment-form input {
    display: block;
    font-weight: 300;
}
.required {
    color: #FF8B3D;
}
.comments-area .comment-form input, 
.comments-area .comment-form textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    width: 100%;
}
.comments-area .comment-form .form-submit input {
    background: var(--dark-color);
    color: var(--light-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
}
.comments-area .comment-form .form-submit input:hover{
	background: var(--secondary-color);
}
.comments-area a{
	color: var(--primary-color);
}
.comments-area a:hover{
	color: var(--secondary-color);
}
article a{
	text-decoration: underline;
	color: var(--primary-color);
}
article a:hover{
	color: var(--secondary-color);
}
.author-post{
	display: flex;
	align-items: center;
	margin: 40px 0;
}
.author-post .author-image{
	margin: 0 15px 0 0;
}
.author-post img{
	width: 50px;
}
.author-post a{
	color: var(--dark-color);
}
.author-post a:hover{
	color: var(--primary-color);
}
.comments-title{
	margin: 0 0 20px;
}
.comment-list {
    list-style: none;
    padding: 0;
}
.comment-list ol{
	list-style: none;
}
.comment-list li li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.comment-list li article {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}
.comment-list .reply a{
	text-decoration: none;
}
.comment-meta .comment-author {
    margin: 0 0 15px;
}
.comment-meta .comment-author a{
	text-decoration: none;
	color: var(--dark-color);
}
.comment-meta .comment-author a:hover{
	color: var(--primary-color);
}
.comment-meta .comment-author img {
    width: 50px;
    margin: 0 10px 0 0;
}
.comment-meta .comment-metadata {
    margin: 0 0 10px;
}
.comment-meta .comment-metadata a{
	text-decoration: none;
}
.comment-meta .comment-metadata .edit-link{
	margin: 0 0 0 20px;
}
.comment-meta .comment-metadata .edit-link a{
	color: var(--secondary-color);
}
.comment-meta .comment-metadata .edit-link a:hover{
	color: var(--primary-color);
}
/*end blog detail*/


/*sidebar*/
.widget-area .widget{
	margin: 0 0 20px;
	border: 1px solid #eee;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
}
.widget-area .widget.widget_media_image{
	padding: 0;
}
.widget-area .widget ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-area .widget ul li{
	margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
}
.widget-area .widget ul li:last-child{
	margin: 0;
	padding: 0;
	border: 0;
}
.widget-area .widget a{
	color: var(--secondary-color);
}
.widget-area .widget a:hover{
	color: var(--primary-color);
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.widget_wte_featured_trips_widget .category-trip-title a {
    color: rgba(13, 13, 13, 1);
}
.widget_wte_featured_trips_widget .category-trip-title a:hover{
	color: var(--secondary-color);
}
.widget_search .search-form{
	display: flex;
}
.widget_search .search-form label{
	width: 100%;
}
.widget_search input.search-field {
    padding: 8px 5%;
    width: 100%;
    border-radius: 3px 0 0 3px;
    border-right: none;
}
.widget_search input.search-submit {
    border: none;
    background: url(images/search.png) center no-repeat;
    color: #fff;
    width: 22%;
    background-size: 25px;
    text-indent: -9999px;
    background-color: var(--secondary-color); 
    padding: 20px;
    border-radius: 0 3px 3px 0;
}
.widget_search input.search-submit:hover{
	background-color: var(--secondary-color);
}
#search-submit__button {
    width: 24%;
}
.widget-title{
	margin: 0 0 40px;
	position: relative;
	font-weight: 600;	
}
.widget-title:after {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    bottom: -15px;
    width: 60px;
    height: 3px;
    background: var(--secondary-color);
}
.widget-area .widget_calendar table{
	width: 100%;
}
.wpte-bf-price-wrap {
    background: #fff;
    text-align: center;
    border: 0;
    padding: 0;
}
.wpte-bf-price-wrap .wpte-bf-ptitle{
    margin: 0 0 15px;
    padding: 15px 0 0;
}
.wpte-bf-price-wrap .wpte-bf-price {
    position: relative;
    z-index: 0;
    padding: 20px !important;
    display: block;
}
.wpte-bf-price-wrap .wpte-bf-price:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 0.1;
    z-index: -1;
}
.wpte-bf-price-wrap .wpte-bf-price del {
    color: var(--secondary-color);
}
.wpte-bf-price-wrap .wpte-bf-price ins {
    font-weight: 600;
}
.wpte-bf-booking-steps {
    box-shadow: none;
    background: #fff;
    margin: 0;
    padding: 20px 0 0;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap{
	background: #fff;
    border-bottom: 1px solid var(--secondary-color);
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active{
	color: var(--secondary-color);
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow{
	top: 0;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow svg{
	height: 10px;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header {
    position: relative;
    padding: 10px;
    z-index: 0;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 0.1;
    z-index: -1;
    display: block;
}
.wpte-bf-datepicker .ui-datepicker td a.ui-state-default.ui-state-active,
.wpte-bf-datepicker .ui-datepicker td a.ui-state-default:hover{
    background: var(--secondary-color);
    color: var(--light-color);
}
.wpte-bf-step-content:first-child{
	padding: 0;
}
.wpte-bf-help-block {
    background: #fff;
    border-top: 1px solid var(--secondary-color);
    padding: 15px;
}
.wpte-bf-help-block a{
    color: var(--secondary-color);
}
.wpte-bf-help-block a:hover{
    color: var(--primary-color);
}





.trip-content-area .widget-title{
	font-size: 1.5rem;
}
.trip-content-area .widget-area .secondary-trip-info {
    margin: 0 0 30px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}
.trip-facts-value .icon-holder svg path {
    fill: var(--secondary-color);
}
.widget_wte_featured_trips_widget .category-trip-budget{
	padding: 3px 8px;
}
.widget_wte_featured_trips_widget .category-trip-budget .striked-price{
	font-size: 14px;
	font-weight: 400;
}
.widget_wte_featured_trips_widget .category-trip-budget .actual-price{
	font-size: 16px;
	color: var(--secondary-color);
}
.widget_wte_featured_trips_widget .category-trip-desti .category-trip-loc{
	margin-right: 7px;
}
.widget_wte_featured_trips_widget .category-trip-desti{
	font-size: 14px;
}
.widget_wte_featured_trips_widget .category-trip-desti span svg path{
	fill: var(--secondary-color);
}
.widget-area .widget.widget_travel_agency_featured_widget .widget-title{
	margin: 0 0 20px;
	text-align: center;
}
.widget-area .widget.widget_travel_agency_featured_widget .widget-title:after{
	content: none;
}
.widget_wte_featured_trips_widget .category-trips-widget:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}
.widget_raratheme_recent_post ul li,
.widget_raratheme_popular_post ul li{
	border: none !important;
}
.widget_travel_agency_featured_widget .readmore{
    border-color: var(--secondary-color);
}
.widget_travel_agency_featured_widget .readmore:hover{
    color: var(--light-color) !important;
    border-color: var(--secondary-color);
}
.widget_raratheme_popular_post ul li .entry-header, .widget_raratheme_recent_post ul li .entry-header{text-align: left;}
.widget_raratheme_popular_post ul li .post-thumbnail, 
.widget_raratheme_recent_post ul li .post-thumbnail{
	width: 90px;
	height: 70px;
    overflow: hidden;
    margin: 0;
}
.widget_raratheme_popular_post ul li .post-thumbnail img, 
.widget_raratheme_recent_post ul li .post-thumbnail img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.wpte-bf-step-content .wpte-bf-number-field button {
    background: none;
    color: var(--secondary-color);
}
.wpte-bf-step-content .wpte-bf-number-field {
    border-color: var(--secondary-color);
}
.wpte-bf-step-content .wpte-bf-price ins{
	color: var(--secondary-color);
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn, .wpte-bf-submit input[type="submit"] {
    height: auto;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:hover, .wpte-bf-submit input[type="submit"]:hover {
    border-color: var(--secondary-color);
	color: var(--secondary-color);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
    background: none;
    position: relative;
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover{
	background: none;
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    opacity: 0.1;
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover:before {
    opacity: 0.2;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total b {
    color: var(--secondary-color);
}
.widget_wte_featured_trips_widget .category-trip-title{font-size: 1rem;line-height: 1.4em;}
.trip-facts-text label {
    font-weight: 600;
}
.trip-facts-value li .icon-holder {
    margin: 5px 0 0;
}
.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer{
	background: #fecd10;
}
.widget_wte_featured_trips_widget .category-trip-fig{
	width: 37%;box-shadow: none;
}
.widget_wte_featured_trips_widget .category-trip-fig img{border-radius: 4px;}
.widget_wte_featured_trips_widget .category-trips-widget-inner-wrap{align-items: flex-start;}
.widget_wte_featured_trips_widget .category-trip-detail-wrap{
	width: 63%;
}
.widget_wte_featured_trips_widget .category-trip-desti span a, 
.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur span {
    font-weight: 400;
}
.widget_raratheme_popular_post ul li, .widget_raratheme_recent_post ul li {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 0 10px;
}

.trip-content-area .widget_wte_advanced_search_widget input[type="submit"] {
    height: auto;
    padding: 8px 10px;
    background: var(--secondary-color);
    color: var(--light-color);
    border-color: var(--secondary-color);
}
.trip-content-area .widget_wte_advanced_search_widget input[type="submit"]:hover {
    background: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}
/*end sidebar*/



/*checkout page*/
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap{
	justify-content: flex-start;
	padding: 0 0 30px;
}
.wpte-bf-checkout .wpte-bf-book-summary{
	box-shadow: 0px 0px 42px rgb(0 0 0 / 8%);
	padding: 20px 20px 10px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap {
    padding: 5% 0;
    border: 0;
    overflow: hidden;
    background:none;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-title{
	font-size: 24px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name{
	font-size: 18px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-date{
	margin-top: 10px;
	display: block;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table{
	overflow: hidden;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td:first-child span:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 1px;
    border: 1px dashed rgba(0,0,0,0.1);
    top: 10px;
    left: 100%;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td:first-child span {
    position: relative;
    padding-right: 20px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td:first-child {
    font-size: 16px;
    color: #232323;
    font-weight: 500;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td b {
    background: #FFF;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name-wrap{
	border: 0;
    margin-bottom: 10px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot {
    border-top-color: #ffab44;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-total-txt{
	font-size: 14px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
    font-size: 18px;
    font-weight: 500;
}
.wpte-bf-checkout .wpte-bf-summary-total {
    border-top: 1px solid var(--secondary-color);
    background: #fff;
    padding: 5% 0;
    margin-top: 10px;
}
/*.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-price {
    text-align: right;
}*/
.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-txt{
	font-size: 15px;
}
.wpte-bf-submit input[type="submit"]{
	height: auto;
}
/*end checkout page*/



/*activities page*/
.page-template-template-activities .activities-holder .item .img-holder .text-holder, 
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder {
    padding: 30px 25px;
    overflow-y: auto;
}
.page-template-template-activities .activities-holder .item .img-holder .text-holder p, 
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder p{
    color: #fff;
}
.page-template-template-activities .activities-holder .item .img-holder .title-holder, 
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder,
.page-template-template-activities .activities-holder .item .img-holder .text-holder .title, 
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder .title {
    font-weight: 600;
}
.activities-holder .text-holder .text, .trip_types-holder .text-holder .text {
    max-height: 304px;
    overflow: hidden;
}
.activities-holder .img-holder .btn-more, 
.trip_types-holder .img-holder .btn-more {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: var(--primary-color);
}
.activities-holder .img-holder .btn-more:hover, 
.trip_types-holder .img-holder .btn-more:hover{
	background-color: var(--secondary-color);
}
.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item{
   border: 0;
}
/*end activities page*/



/*destination page*/
.page-template-template-destination .destination-holder .item{
	position: relative;
}
.page-template-template-activities .activities-holder .item img, 
.page-template-template-trip_types .trip_types-holder .item img,
.page-template-template-destination .destination-holder .item img {
    width: 100%;
}
.page-template-template-destination .destination-holder .item .child-title {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 23px;
    pointer-events: none;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
}
.page-template-template-activities .activities-holder .item .img-holder .text-holder .btn-more, 
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder .btn-more{
	color: #fff;
	font-size: 28px;
}
/*end destination page*/



/*pagination*/
.pagination{
	margin: 0 0 30px;
}
.pagination .nav-links{
	display: flex;
	flex-wrap: wrap;
}
.pagination .page-numbers{
	padding: 6px 15px;
	background: var(--primary-color);
	display: block;
	margin: 0 15px 0 0;
	color: var(--light-color);
	border-radius: 3px;
}
.pagination .page-numbers.current{
	background: var(--secondary-color);
}
.pagination a:hover{
	background: var(--secondary-color);
}
/*end pagination*/



/*contact us*/
.fullwidth-block .fullwidth-holder {
    background: #fff;
    padding: 30px;
    margin: 30px 0;
}
.fullwidth-block .fullwidth-holder h1{
	margin: 0 0 30px;
}
.fullwidth-block .fullwidth-holder .wp-block-columns a{
	color: var(--primary-color);
}
.fullwidth-block .fullwidth-holder .wp-block-columns a:hover{
	color: var(--secondary-color);
}



/*contact form*/
.wpcf7-form-control-wrap{
	display: block;
}
.wp-block-contact-form-7-contact-form-selector label{
	width: 100%;
}
.wpcf7-submit{
	background: var(--primary-color);
	color: var(--light-color);
	border-color: var(--primary-color);
	padding: 0;
}
.wpcf7-submit:hover{
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}
/*end contact form*/



/*search page*/
.no-results{
	padding: 30px;
	background: #fff;
}
.no-results .search-form{
	display: flex;
	flex-wrap: wrap;
}
.no-results .search-form label{
	width: 80%;
}
.no-results .search-form .search-submit{
	width: 20%;
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--light-color);
}
.no-results .search-form .search-submit:hover{
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}
.search-page [class*=post-]{
	background: #fff;
}
.search-page [class*=post-]:last-chilf{
	margin: 0;
}
.search-page .news-snippet{
	display: flex;
    flex-direction: row;
}
.search-page .news-snippet .featured-image{
	width: 40%;
}
.search-page .news-snippet .featured-image img{
	height: 100%;
	object-fit: cover;
}
.search-page .news-snippet .summary{
    width: 100%;
}
.search-page .news-snippet .featured-image + .summary{
    width: 60%;
}
/*end search page*/


/*plugin trip inner page*/
.trip-content-area{
	padding: 30px 10px;
}
.trip-content-area .site-main{
	background: #fff;
	padding: 30px;
	border-radius: 5px;
}
.wpte-trip-feat-img-gallery .owl-prev:before,
.wpte-trip-feat-img-gallery .owl-next:after{
	content: none;
}
.wpte-trip-feat-img-gallery{
	margin: 0 0 30px;
}
.widget-area .wpte-bf-outer{
	margin: 0 0 30px;
	box-shadow: 0 0 12px rgb(0 0 0 / 7%);
   border-radius: 5px;
   overflow: hidden;
   padding: 0;
}
.widget-area .trustindex-widget{
   padding: 15px 15px 0 !important;
}

.wpte-booking-area .wpte-bf-btn:active,
.wpte-booking-area .wpte-bf-btn.wte-book-now:hover{
   background: var(--secondary-color);
}
.wte_enquiry_contact_form-wrap {
    background: #fff;
    border-radius: 5px;
}
.single-trip #wte_enquiry_contact_form{
    background: none;
}
.wte_enquiry_contact_form input[type="submit"]{
    margin: 0 10px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var( --light-color);
    padding: 10px;
}
.wte_enquiry_contact_form input[type="submit"]:hover{
	background: var(--secondary-color);
    border-color: var(--secondary-color);
}
#tabs-container .tab-inner-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper{
	margin: 0;
    flex-grow: 1;
    flex-basis: 0%;
    text-align: center;
    border-style: none solid none none;
    border-right: 1px solid #e7e7e7;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper:last-child{
	border: 0;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title {
    font-size: 18px;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
    background: #f5f5f5;
    color: var(--primary-color);
    width: 100%;
    padding: 20px 10px;
    border: 0;
    transition: all 0s ease;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--primary-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:after {
    content: none;
}
#tabs-container .tab-inner-wrapper .nav-tab-active a{
    background: var(--primary-color) !important;
    color: var(--light-color) !important;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
    border-radius: 5px;
}
.single-trip #primary{
	padding-right: 15px;
   flex: 0 0 auto !important;
}
#tabs-container .tab-content{
	padding: 60px 0 0;
	border: 0;
}
.itinerary-row {
    border: 0;
    margin: 0 0 0 20px;
    position: relative;
    padding: 0 0 40px 60px;
    border-left: 2px dotted rgba(0,0,0,.1);
}
.itinerary-row:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0;
    left: -24px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    background: var(--primary-color);
    padding: 10px 18px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}
#exclude-result li,
#include-result li{
    margin: 0 0 15px;
    padding-left: 30px;
}
#exclude-result li:before,
#include-result li:before{
	width: 20px;
    border-radius: 100px;

}
#include-result li:before{
	border: 2px solid #44A42C;background-size: 9px;
}
#exclude-result li:before{
	border: 2px solid #d8090c;background-size: 8px;
}
#tabs-container .tab-content h1, 
#tabs-container .tab-content h2, 
#tabs-container .tab-content h3, 
#tabs-container .tab-content h4, 
#tabs-container .tab-content h5, 
#tabs-container .tab-content h6{
	position: relative;
	margin: 0 0 30px;
}
#tabs-container .tab-content h1:after, 
#tabs-container .tab-content h2:after, 
#tabs-container .tab-content h3:after, 
#tabs-container .tab-content h4:after, 
#tabs-container .tab-content h5:after, 
#tabs-container .tab-content h6:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}
.faq-row {
    border-style: solid none;
    margin: 0;
}
.faq .faq-row .accordion-tabs-toggle {
    padding: 15px 40px;
    border: 0;
    font-size: 18px;
    color: var(--dark-color);
}
.faq .faq-row .accordion-tabs-toggle.active {
    background: #f5f5f5;color: var(--primary-color);
}
.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.faq-title {
    width: auto;
}

.single-trip #wte_enquiry_contact_form h2 {
    margin: 0 0 10px;
}
.single-trip #wte_enquiry_contact_form .wp-travel-engine-info {
    font-weight: 600;
    color: var(--primary-color);
}
.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-total-txt {
    font-size: 1rem;padding: 0;margin:0;font-weight: 500;color: var(--secondary-color);
}
.single-trip #primary{
	width: 70%;
}
.single-trip #secondary{
	width: 30%;
   flex: 0 0 auto !important;
}
/*end trip detail page*/



/*trip filter page*/
.archive .trip-content-area .page-header {
    background: #fff;
    padding: 30px;
    margin: 0 0 30px;
}
.archive .trip-content-area .wp-travel-inner-wrapper {
    background: #fff;
    padding: 30px;
    margin: 0 0 30px;
}
.advanced-search-wrapper .advanced-search-field input {
    height: auto;
    width: auto;
}
.category-main-wrap.category-grid .category-trip-viewmre-btn{
	color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trip-viewmre-btn:hover{
	color: var(--secondary-color);
}
.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search:hover {
    background: var(--secondary-color);
    color: var(--light-color);
    border-color: var(--secondary-color);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time{
   padding: 20px 25px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
    background: var(--secondary-color);
    color: var(--light-color);
    padding: 14px 25px;
    margin: 0;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover{background: var(--primary-color);}
.wp-travel-engine-archive-repeater-wrap #loader svg{display: none;}
.category-main-wrap.category-grid .category-trip-prc-title-wrap{
   margin: 0;
   padding: 15px 25px 0;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title{
   margin: 0;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover,
.category-main-wrap.category-list .category-trip-prc-title-wrap .category-trip-title a:hover{
	color: var(--secondary-color);
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.actual-price {
    color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .striked-price, .category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price{font-size: 1rem;}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap {
    font-size: 14px;
    padding: 0 25px 5px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti{
   display: flex;
   flex-wrap: wrap;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span,.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur span{
font-weight: 500;
font-size: 1rem;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc{display: block;margin-bottom: 10px;}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg {
    fill: var(--secondary-color);
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 20px 0 10px;
}
.wp-travel-toolbar{
   padding: 0 0 30px;
}
.wp-travel-toolbar .wte-view-modes ul li:last-child{
   display: none;
}
.wp-travel-toolbar .wte-filterby-dropdown form.wte-ordering {
    display: flex;
    align-items: center;
}
.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering span{
   width: 90px;
}
/*end trip filter page*/


/*trip search layout*/
.trip-search{
   position: relative; 
   margin: -50px 0 100px;
}
.trip-search form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.trip-search h3{position: absolute;top: -50px;color: #fff;display: none;}
.trip-search form .class-travel-tour-wrapper {
    display: grid;
    grid-template-columns: 21% 21% 19% 19% 20%;
}
.trip-search form .advanced-search-field {
    position: relative;
}
.trip-search form .advanced-search-field .custom-select {
    position: relative;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.trip-search form .trip-cost strong {
    display: block;
    font-weight: 500;
    color: #111;
    padding-left: 32px;
    position: relative;
    border: 1px solid #ddd;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}
.trip-search form .trip-cost strong:hover,
.trip-search form .trip-duration strong:hover,
.trip-search form .advanced-search-field .custom-select:hover{
   border: 1px solid var(--primary-color);
}
.trip-search form .trip-destination {
    padding-left: 0;
}
.trip-search form .trip-destination, 
.trip-search form .trip-activities, 
.trip-search form .trip-duration, 
.trip-search form .trip-cost {
    padding: 19px 25px;
}
.trip-search form .trip-duration strong {
    display: block;
    font-weight: 500;
    color: #111;
    padding-left: 36px;
    position: relative;
    border: 1px solid #ddd;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}
.trip-search form .advanced-search-field h3 {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    position: relative;
    top: 0;
    display: block;
}
.trip-search form .advanced-search-field .custom-select:before {
    position: absolute;
    top: 0;
    left: 8px;
    font-family: 'fontello';
    content: '\f277';
    font-size: 16px;
    color: var(--primary-color);
}
.trip-search form .trip-activities .custom-select:before {
    content: '\e805';
    font-size: 20px;
}
.trip-search .advanced-search-field-submit{
   display: flex;align-items:center;
}
.trip-search .nice-select:after,
.trip-search form .trip-duration strong:after, 
.trip-search form .trip-cost strong:after{
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    height: 10px;width: 10px;
    position: absolute;
    
    content: '';
    transform: rotate(45deg);
}
.trip-search .nice-select:after{top: 17px;right: 12px;}
.trip-search form .trip-duration strong:after, 
.trip-search form .trip-cost strong:after{
   top: 13px;right: 10px;
}

 


.trip-search .nice-select{padding-left: 10px; width: 100%;border: none;height: auto;line-height: 38px;font-weight: 500;
    color: #111;}
.trip-search form .trip-duration strong:before {
    position: absolute;
    top: 0;
    left: 8px;
    font-family: 'fontello';
    content: '\e804';
    font-size: 15px;
    color: var(--primary-color);
}
.trip-search form .trip-cost strong:before {
    position: absolute;
    top: 0;
    left: 8px;
    font-family: 'fontello';
    content: '\f155';
    font-size: 15px;
    color: var(--primary-color);
}
.trip-search form .advanced-search-field:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 82px;
    background: #e5e5e5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}
.trip-search form .search-dur{border: 1px solid #eee;}
.trip-search form .search-dur, .trip-search form .search-price {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 10px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
    z-index: 10;
}
.trip-search form .advanced-search-field.trip-cost:after{background: none;}
.trip-search form .advanced-search-field-submit input[type="submit"] {
    border-radius: 0 5px 5px 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: var(--primary-color);
    padding: 10px 20px;
    font-weight: 500;
}
.trip-search form .advanced-search-field-submit input[type="submit"]:hover{
	background-color: var(--secondary-color);
}
.trip-search form .search-dur:after, .trip-search form .search-price:after {
    background: none;
}
.class-wte-advanced-search-wrapper{
	margin: 0;
}
.wte-advanced-search-wrapper-nice-select .list {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: -6px;
}
.trip-search span#max-cost,.trip-search span#max-duration  {float: right;}
/*end trip search layout*/



/*trip search result page*/
.wp-travel-engine-archive-outer-wrap {
    max-width: 1300px;
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    background: #fff;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig a{
	display: block;
}

/*.advanced-search-wrapper {
    max-width: 1300px;
    width: 100%;margin: 0 auto;
}
.advanced-search-wrapper .advanced-search-field{
	overflow: hidden;
}
.trip-search-result #primary .advanced-search-wrapper{
	padding: 30px;
    background: #fff;
    margin: 30px auto 30px;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar{
	width: 20%;
	display: inline-block;
    vertical-align: top;
}
.trip-search-result #primary .advanced-search-wrapper .travel-tour-wrap{
	width: 79%;
	padding-left: 45px;
	display: inline-block;
    vertical-align: top;
}
.advanced-search-wrapper .advanced-search-field ul li{float: left;width: 100%;}
.travel-tour-wrap .grid{display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 30px;}
.travel-tour-wrap .grid .col img{width: 100%;}

.advanced-search-wrapper .advanced-search-field input:checked+span:before{left: 0;}
.advanced-search-wrapper .advanced-search-field input:checked+span:after{left: 0;}
.advanced-search-wrapper .advanced-search-field input+span:after{left: 0;}
.advanced-search-wrapper .advanced-search-field input+span:after{left: 0;}*/
/*.advanced-search-wrapper .advanced-search-field input {
    display: none;
}*/
/*.archive .trip-content-area .wp-travel-inner-wrapper .advanced-search-wrapper .advanced-search-field input {
    display: inline-block !important;
}*/
 /*trip search result*/
 /*.trip-search-result #primary .advanced-search-wrapper .sidebar ul li label{float: left;font-weight: normal;}*/
 /*.trip-search-result #primary .advanced-search-wrapper .sidebar ul li input[type="checkbox"] {margin-right: 5px;width: 15px;margin-top: 5px;float: left;}*/
/* .load-more-search {display: inline-block;text-align: center;width: 100%;margin-top: 15px;text-transform: uppercase;letter-spacing: 2px;font-size: 12px;}
 .single-trip #wte_enquiry_contact_form .confirm-holder label input {margin-right: 5px;width: 15px;float: left;}*/
/*trips travel wp */

/*.advanced-search-wrapper .grid .col{
	position: relative;
	overflow: hidden;
}
.advanced-search-wrapper .grid .col span.price-holder {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 1.2rem;
    background: #f59410;
}
.advanced-search-wrapper .grid .col .text-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, #000000ad);
    color: #fff;
    transition: all 200ms ease-out;
}
.advanced-search-wrapper .grid .col .text-holder .entry-title{
	font-size: 1.13rem;
}
.advanced-search-wrapper .grid .col .text-holder .entry-title a {
    color: #fff;
}
.advanced-search-wrapper .grid .col .text-holder .btn-holder {
    position: absolute;
    bottom: -35px;
    font-size: 0.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.advanced-search-wrapper .grid .col .text-holder .btn-holder a {
    font-size: 0.7rem;
    color: var(--secondary-color);
}
.advanced-search-wrapper .grid .col .text-holder .btn-holder a:hover {
    color: var(--light-color);
}
.advanced-search-wrapper .grid .col .text-holder .meta-info {
    font-size: 0.9rem;
}
.advanced-search-wrapper .grid .col:hover .text-holder {
    padding: 15px 15px 35px 15px;
}
.advanced-search-wrapper .grid .col:hover .text-holder .btn-holder {
    bottom: 10px;
    transition: all 200ms ease-out;
}
.advanced-search-wrapper .travel-tour-wrap .foundPosts{
	font-size: 1.5rem
}*/
/*end search result page*/



/*Skip Links CSS*/

/* 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;
}


/*Skip Links CSS Ends*/



@media(max-width: 1024px){
	.single-trip #primary,
	.single-trip #secondary{
		width: 100%;
	}
	.trip-search form .advanced-search-field-submit input[type="submit"]{
		border-radius: 0 0 5px 5px;
	}
	.trip-search form .advanced-search-field:after{
		content: none;
	}
	/*hamburger style*/
	.menu-toggle{
		display: block;
		background: none; 
		padding: 0;
		z-index: 9999;
		margin: 0 auto;
	}

	.navbar-toggler {
		margin: 0 0 0 auto;
		border: 0;
		border-radius: 0;
		padding: 0;

	}

	#nav-icon {
		width: 26px;
		height: 24px;
		position: relative;
		margin: 0 auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		cursor: pointer;
	}

	#nav-icon span {
		display: block;
		position: absolute;
		height: 1px;
		width: 100%;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		background: #000;
	}

	/* Icon 3 */

	#nav-icon span:nth-child(1) {
		top: 0px;
	}

	#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
		top: 9px;
	}

	#nav-icon span:nth-child(4) {
		top: 18px;
	}

	.main-navigation.toggled #nav-icon span:nth-child(1) {
		top: 7px;
		width: 0%;
		left: 50%;
	}

	.main-navigation.toggled #nav-icon span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.main-navigation.toggled #nav-icon span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.main-navigation.toggled #nav-icon span:nth-child(4) {
		top: 7px;
		width: 0%;
		left: 50%;
	}

	/*end hamburger*/

	.main-navigation ul li a{
		padding: 10px 15px;
		width: 100%;
	}
	.main-navigation ul li.page_item_has_children > a::before,
	.main-navigation ul li.menu-item-has-children > a::before{
		right: 5px;
	}
	.main-navigation ul li ul li.page_item_has_children > a::before, 
	.main-navigation ul li ul li.menu-item-has-children > a::before{
		right: 15px;
	}
	.main-navigation ul li ul li.page_item_has_children > a::before, 
	.main-navigation ul li ul li.menu-item-has-children > a::before{
		content: "\f107";
	}
	.main-navigation ul ul {
		visibility: initial;
		opacity: 1;
		transition: initial;
		top: initial;
		left: initial;
		width: 100%;
		position: static;
		z-index: 999;
		transform-origin: initial;
		animation-fill-mode: initial;
		transform: initial;
		box-shadow: initial;
		height: 0;
		overflow: hidden;
		background-color: #fff;
		margin: 0;
	}
	.main-navigation li {
		display: block;
	}

	.main-navigation .nav-menu{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
		padding: 0 15px;
		z-index: 999;
		margin: 0;
	}
	.main-navigation.toggled .nav-menu{
		display: block;
		z-index: 9999;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation ul li.focus > ul{
		height: auto;
		overflow: visible;
		z-index: 1000;
		border: 1px solid #ddd;
	}
	.main-navigation ul ul ul {
		left: initial;
		top: initial;
		border-style: solid none none;
		border-top: 1px solid #ddd;
	}
	.header .header-wrapper{
		display: flex;
		flex-wrap: wrap;
	}
	.header-wrapper .main-navigation ul{
		float: none;
	}
   .wp-travel-toolbar .wte-view-modes {
      margin: 0 0 15px;
   }
}

@media(max-width: 991px){

	h1{font-size:2.5rem;line-height:1.25em;font-weight: 500;}
	h2{font-size:2rem;line-height:1.25em;font-weight: 500;}
	h3{font-size:1.5rem;line-height:1.25em;font-weight: 500;}
	h4{font-size:1.13rem;line-height:1.25em;font-weight: 500;}
	h5{font-size:1rem;line-height:1.25em;font-weight: 500;}
	h6{font-size:0.9rem;line-height:1.25em;font-weight: 500;}	

	.banner .banner-holder .caption{
		margin: 0;
      padding: 100px 0 150px;
	}
	.banner-search.search-block{
		width: 100%;
	}
	.header .navbar-nav .caret {
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 36px;
		background: url(images/arrow.png) center/20px no-repeat #333;
		border: none;
	}
	.header .navbar-nav > li {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.popular-destinations .destinations-holder{
		height: 400px;
	}
   /*.home-activities .activities-holder{
      height: 400px;
   }*/
	.timer-content-block .row{
		flex-direction: column-reverse;
	}
   .timer-content-block .img-holder{
      margin: 0 0 25px;
   }
	.main-info-block .info-block-holder [class*=col-]{
		margin: 0 0 40px;
	}
   .category-main-wrap.category-grid.col-2 .category-trips-single{
      width: 100%;
      padding: 0;
   }
}

@media(max-width: 767px){
	.header .site-title-description{
		max-width: 250px;
	}
	.banner .banner-holder .caption{
		width: 100%;
	}
   .trip-search{
      margin: -50px 0 50px;
   }
   .banner-search.search-block{
      margin: -50px auto 50px;
   }
	.banner-search.search-block .search-form{
		border-radius: 0;
		padding: 25px;
		margin: 0 -15px 0;
	}
	.home-section{
		margin: 0 0 50px;
	}
	.owl-carousel .owl-nav button.owl-next, 
	.owl-carousel .owl-nav button.owl-prev{
		padding: 0 10px !important;
		font-size: 27px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 0;
	}
	.trip-content-area .site-main{
		padding: 20px;
	}
	.header .top-header a{
		margin: 0 30px 0 0;
	}
	.grid-view{
		grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	}
	.list-view .post .news-snippet{
		display: block;
	}
	.list-view .post .news-snippet .featured-image{
		width: 100%;
		height: 280px;
	    overflow: hidden;
	    display: block;
	}
	.list-view .post .news-snippet .featured-image img{
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.list-view .post .news-snippet .featured-image + .summary{
		width: 100%;
	}
	.category-main-wrap.category-grid{
		margin: 0;
	}
	.search-page .news-snippet{
		display: block;
	}
	.search-page .news-snippet .featured-image,
	.search-page .news-snippet .featured-image + .summary{
		width: 100%;
	}
   .discount-section{
      padding: 50px 0;
   }
}

@media(max-width: 575px){
	.banner .banner-holder .caption{
		padding: 70px 0 140px;
	}
	#tabs-container .tab-inner-wrapper{
		display: block;
	}
	#tabs-container .tab-inner-wrapper .nav-tab-active a{
		transform: scale(1.1);
	}
	#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active:after{
		content: none !important;
	}
	#tabs-container .tab-content{
		padding: 30px 0 0;
	}
	.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper {
		width: 100%;
		float: none;
	}
	.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper+.wp-travel-engine-archive-repeater-wrap {
		width: 100%;
		padding: 0;
	}
   .wp-travel-engine-archive-outer-wrap{
      padding: 15px;
   }
}
