/*
Theme Name: Tourable
Theme URI: https://themepalace.com/downloads/tourable
Author: Theme Palace
Author URI: https://themepalace.com
Description: Tourable is a mobile responsive and super customizable Travel WordPress theme. Tourable has lots of features and it contains tons of elements. The site has been designed for travel agency and tour operator but thanks to his creative graphics, simple, modern, flat and clean well suited to any business. The theme is beautifully crafted, clean, easy to use, responsive, features different layouts with sidebar position and allows unlimited color selection. It has been designed for everybody with or without previous coding experience to effectively and helps to speedily put together polished, professional quality websites without having to so much as peek at a single line of code.
Version: 1.2.7
Requires at least: 4.7
Requires php: 5.6
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tourable
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tourable is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
	## Featured Slider
	## WP Travel Search
	## Recommended Packages
	## About Us Section
	## Call To Action
	## Travel Preparation
	## Travel Destination
	## Client Testimonial
	## Latest Posts

# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill:#ffbb44;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #ff2d00;}
    25% {height:30px;transform:translateY(15px);background: #ff2d00;}
    50% {height:5px;transform:translateY(0px);background: #ff2d00;}
    100% {height:5px;transform:translateY(0px);background: #ff2d00;}
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-loader {
    text-align: center;
    margin-top: 50px;
}
.blog-loader svg {
    width: 30px;
    height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
    margin-left: 15px;
    animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
	100%{transform: rotate(180deg);}
}
.backtotop {
    background-color: #00bcd4;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
	background-color: #2a3235;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #ffbb44;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #ffbb44;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Lora', serif;
	font-weight: 400;
}

#page {
    position: relative;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/uploads/pattern.png');
}

.boxed-layout #page,
.frame-layout #page {
    background-color: #fff;
}

#content {
    position: relative;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #2a3235;
	margin: 16px 0;
	line-height: 1.4;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

h1 {
	margin: 0 0 16px;
}

mark {
	background: #ff0;
	color: #2a3235;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
	padding: 10px;
    font-weight: 400;
}

th {
	color: #2a3235;
}

td#next {
    text-align: right;
}

.calendar_wrap table {
    display: table;
}

.calendar_wrap th, 
.calendar_wrap td {
    padding: 8px 5px;
}

.site-footer .calendar_wrap th, 
.site-footer .calendar_wrap td {
    color: rgba(255, 255, 255, 0.40);
}

.site-footer .calendar_wrap caption {
	color: #fff;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #75939b;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	margin: 0 0 1em;
	color: #82868b;
}
p:last-child {
	margin-bottom: 0;
}
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: 15px;
	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: 15px;
	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
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    padding: 0 15px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0 0 21px;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 21px;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
# 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, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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: 0;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 15px;
}
#respond input,
.wpcf7 input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 50px;
    padding: 0 15px;
}
.wpcf7 textarea {
    height: 150px;
}
#respond input {
	border: none;
    min-height: 50px;
}
#respond textarea {
    height: 200px;
    padding: 10px 15px;
    border: none;
    background-color: #f5f5f3;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    background-color: #f5f5f3;
}
#respond input[type="submit"] {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    height: auto;
    min-height: auto;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background-color: #e5f8fc;
    color: #00bcd4;
    border-radius: 50px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
	background-color: #00bcd4;
    color: #fff;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    color: #273238;
    margin-bottom: 5px;
    display: block;
}
#commentform p {    
    margin-bottom: 21px;
}
.customize-support #commentform p.comment-form-comment {
    margin-bottom: 10px;
}
#commentform p.form-submit {
	margin: 21px 0 0;
}
#comments {
    margin: 60px 0 0;
}
#respond {
    margin-top: 50px;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 15px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00bcd4;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #2a3235;
}


/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
#top-bar {
    background-color: #00bcd4;
    color: #fff;
    padding: 9px 0;
}
#top-bar .contact-info {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-bar .contact-info a {
	color: #fff;
    font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
#top-bar .contact-info a:hover,
#top-bar .contact-info a:focus {
    opacity: 0.8;
}
#top-bar .contact-info a:hover svg,
#top-bar .contact-info a:focus svg {
    fill: #fff;
}
#top-bar .contact-info svg {
	fill: #fff;
    margin-right: 10px;
    display: inline-block;
}
#top-bar svg.icon-up,
#top-bar svg.icon-down {
    margin: auto;
    display: block;
    cursor: pointer;
    fill: #fff;
}
#top-bar ul {
    padding: 0;
    margin: 0;
}
#top-bar svg.icon-up,
#top-bar.top-menu-active svg.icon-down {
    display: none;
}
#top-bar.top-menu-active svg.icon-up {
    display: block;
}
.secondary-menu {
    float: right;
}
#top-bar ul li {
    float: left;
    list-style: none;
}
.secondary-menu a {
    color: #738f9d;
}
.secondary-menu ul li:not(:last-child):after {
    content: "|";
    width: 1px;
    height: 5px;
    margin: 0 10px;
    color: #fff;
    opacity: 0.4;
}
#top-bar svg {
	fill: #fff;
}
#top-bar ul.social-icons li {
	height: 30px;
	margin-right: 10px;
}
#top-bar ul.social-icons li:last-child {
	margin-right: 0;
}
#top-bar ul.social-icons li a:hover svg,
#top-bar ul.social-icons li a:focus svg {
	fill: #fff;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-branding {
    float: left;
    padding: 15px 0;
    display: flex;
    align-items: center;
    min-height: 100px;
}
.site-title {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Raleway', sans-serif;
}
.site-title a {
    color: #00bcd4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-title a:hover,
.site-title a:focus {
	color: #ffbb44;
}
.site-description {
    margin: 0;
    line-height: 1.5;
}
.site-logo img {
    max-height: 80px;
    width: auto;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-navigation {
	display: block;
    position: relative;
    float: right;
}
.main-navigation ul#primary-menu li.current-menu-item > a,
.main-navigation ul#primary-menu li:hover > a,
.main-navigation ul#primary-menu li:focus > a {
    color: #00bcd4;
}
.main-navigation ul#primary-menu li:hover > svg,
.main-navigation ul#primary-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation .focus > a > svg,
.main-navigation ul#primary-menu > li.current-menu-item > a > svg {
    fill: #00bcd4;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #1c2b42;
    border-bottom: 1px solid #eee;
    border-left: 1px solid rgba(238, 238, 238, 0.5);
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul.nav-menu > li > a {
    padding: 36px 0;
    color: #2a3235;
}
.user-logged-in img {
    width: 40px;
    object-fit: cover;
    height: 40px;
    border-radius: 40px;
}
.user-logged-in img + svg {
    display: none;
}
.main-navigation ul.nav-menu > li {
	padding: 0 18px;
}
.main-navigation form.search-form input {
    background-color: #1c2b42;
    border-color: #1c2b42;
    color: #1c2b42;
    font-weight: 400;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
	fill: #ffbb44;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus,
.main-navigation ul.nav-menu > .focus > a {
    color: #00bcd4;
}
.main-navigation ul.nav-menu {
    margin-right: -25px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #1c2b42;
    letter-spacing: 0.035em;
    position: relative;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #1c2b42;
}
.main-navigation .count {
    float: right;
    background-color: #ffbb44;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.1;
    margin-top: 5px;
}
.user-logged-in > a > svg {
    display: none;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.main-navigation svg.icon-close {
    display: none;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #1c2b42;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    margin: auto;
    display: block;
    height: 100px;
    position: relative;
    background-color: transparent;
    min-width: 64px;
    border: none;
    margin-right: -15px;
}
.menu-label {
    float: right;
    color: #1c2b42;
    padding: 7px 0 0 10px;
    display: none;
}
.menu-open .menu-label {
    padding-top: 2px;
}
.menu-open .menu-toggle {
    padding-top: 10px;
}
svg.icon-menu {
    fill: #00bcd4;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
}
.menu-open svg.icon-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    line-height: 62px;
}
.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 3;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0 0;
	overflow: hidden;
}

.site-main .post-navigation {
    margin-top: 25px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    color: #ffbb44;
    display: block;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #2a3235;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: #fff;
    background-color: #00bcd4;
    border: 1px solid #00bcd4;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    border-color: #ffbb44;
    background-color: #ffbb44;
}
.pagination .prev.page-numbers, 
.pagination .next.page-numbers {
    border: none;
} 
.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination img {
	opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pagination a:hover img,
.pagination a:focus img {
	opacity: 1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.nav-previous span {
    padding-left: 20px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 20px;
    float: right;
    text-align: right;
}
.navigation .nav-previous svg {
    position: absolute;
    top: 35px;
    left: 20px;
}
.navigation .nav-next svg {
    position: absolute;
    top: 35px;
    right: 20px;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #f5f5f3;
}
.navigation.posts-navigation {
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 26px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 22px;
	color: #2a3235;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	color: #00bcd4;
}
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg {
	fill: #00bcd4;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}

#colophon .widget {
	margin: 0 0 40px;
}

#colophon .widget.widget_text {
	margin-bottom: 20px;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

#secondary .widget {
    margin-bottom: 35px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
}

form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    color: #fff;
    line-height: 35px;
}
.widget_search form.search-form button.search-submit svg {
	fill: #b9b9b9;
	width: 16px;
    height: 16px;
}
.widget_search form.search-form button.search-submit:hover svg,
.widget_search form.search-form button.search-submit:focus svg {
	fill: #00bcd4;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: #f5f5f3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    text-align: left;
}
#colophon .widget.widget_calendar th {
    color: #fff;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary .widget.tp-instagram ul li.hentry {
    margin: 0;
}
.widget-title {
    font-size: 16px;
    margin: 0 0 35px;
}

.widget li:not(:last-child) {
    margin-bottom: 20px;
}

.widget_instagram ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}
.widget.widget_instagram li {
	margin: 0;
	padding: 5px;
}
.widget_instagram .col-1 li {
	width: 100%;
	float: none;
}
.widget_instagram .col-2 li {
	width: 50%;
	float: left;
}
.widget_instagram .col-3 li {
	width: 33.33%;
	float: left;
}
.widget_instagram .col-4 li {
	width: 25%;
	float: left;
}
.widget_instagram .col-5 li {
	width: 20%;
	float: left;
}
.widget_instagram li img {
	width: 100%;
}
.widget_instagram .col-2 li:nth-child(2n+1) {
	clear: left;
}
.widget_instagram .col-3 li:nth-child(3n+1) {
	clear: left;
}
.widget_instagram .col-4 li:nth-child(4n+1) {
	clear: left;
}
.widget_instagram .col-5 li:nth-child(5n+1) {
	clear: left;
}
.footer-widgets-area .tp-instagram ul li.hentry {
    margin: 0;
    padding: 0;	
}
.footer-widgets-area .tp-instagram ul.col-1 .hentry {
    width: 100%;
}
.footer-widgets-area .tp-instagram ul.col-2 .hentry {
    width: 50%;
        padding: 0;
}
.footer-widgets-area .tp-instagram ul.col-3 .hentry {
    width: 33.33%;
}
.footer-widgets-area .tp-instagram ul.col-4 .hentry {
    width: 25%;
}
.footer-widgets-area .tp-instagram ul.col-5 .hentry {
    width: 20%;
}
.footer-widgets-area .tp-instagram ul.col-2 .hentry:nth-child(2n+1) {
    clear: left;
}

.right-sidebar #secondary, 
.left-sidebar #secondary {
	margin-top: 50px;
}
#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input {
	background-color: #f5f5f3;
}
#secondary .widget-title,
#secondary .widgettitle {
	font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
}
input[type="submit"] {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    height: auto;
    min-height: auto;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background-color: #e5f8fc;
    color: #00bcd4;
    border-radius: 50px;
    letter-spacing: 1px;
    width: auto;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #00bcd4;
    color: #fff;
}
.widget_popular_post ul,
.widget_latest_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
    display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3 {
    display: table-row;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.widget_popular_post .entry-meta {
    margin-top: 10px;
}
.widget_popular_post time,
.widget_latest_post time {
    margin-top: 5px;
    display: inline-block;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post time {
    color: #2a3235;
}
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time {
	color: #ffbb44;
}
.widget_popular_post img,
.widget_latest_post img {
    width: 116px;
    height: 95px;
    object-fit: cover;
    margin-right: 20px;
    float: left;
}
.textwidget img,
.aboutwidget img {
    margin-bottom: 21px;
    display: block;
}
.widget.widget_text .btn {
	margin-top: 20px;
}
.widget_featured_courses .image-wrapper img,
.widget_popular_courses .image-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 5px;
    float: left;
}
.widget_featured_courses .course-wrapper,
.widget_popular_courses .course-wrapper {
    display: table;
}
.widget_featured_courses .course-wrapper h5,
.widget_popular_courses .course-wrapper h5 {
	margin: 0 0 4px;
    font-size: 18px;
}
.widget_featured_courses .course-wrapper h5 a,
.widget_popular_courses .course-wrapper h5 a {
	color: #72757a;
}
.widget_featured_courses .course-wrapper h5 a:hover,
.widget_featured_courses .course-wrapper h5 a:focus,
.widget_featured_courses .tp-course-price,
.widget_popular_courses .course-wrapper h5 a:hover,
.widget_popular_courses .course-wrapper h5 a:focus,
.widget_popular_courses .tp-course-price {
	color: #ffbb44;
}
.widget_featured_courses .tp-course-price-label,
.widget_popular_courses .tp-course-price-label {
	display: none;
}
.widget_featured_courses .tp-course-price,
.widget_popular_courses .tp-course-price {
	font-size: 18px;
}
.widget_featured_courses ul li,
.widget_popular_courses ul li {
    clear: both;
    display: table;
    width: 100%;
}
#secondary .jetpack_subscription_widget input[type="email"] {
    height: 50px;
    min-height: auto;
    background-color: #fff;
    border-color: #fff;
    padding: 15px 18px;
}
.site-footer .jetpack_subscription_widget #subscribe-submit:after {
	border-bottom-color: #fff;
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
	background-color: #ffbb44;
}
#secondary p#subscribe-email {
    margin-top: 0;
}
#secondary .widget .social-icons {
    margin-left: -10px;
}
#colophon .widget .social-icons li a:hover svg,
#colophon .widget .social-icons li a:focus svg {
	fill: #fff;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_categories li {
    position: relative;
}
.widget_categories .has-post-thumbnail a {
    position: absolute;
    background-color: #fff;
    top: 20px;
    left: 20px;
    color: #2a3235;
    padding: 6px 19px;
    text-transform: uppercase;
}
#secondary .widget_categories li.has-post-thumbnail:not(:last-child) {
    margin-bottom: 20px;
}
#secondary .cat-links a,
#secondary a:hover,
#secondary a:focus {
	color: #00bcd4;
}
#secondary a {
	color: #333;
}
#secondary .widget li:not(:last-child) {
    margin-bottom: 2px;
}
#secondary .widget.widget_popular_post li:not(:last-child) {
    margin-bottom: 20px;
}
#secondary .widget.widget_about .aboutwidget {
    text-align: center;
}
#secondary .widget.widget_about .aboutwidget img {
	margin-left: auto;
	margin-right: auto;
}
#secondary .widget_social_icons ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#secondary .widget_social_icons {
    margin-bottom: 30px;
}
#secondary .widget ul li ul {
    padding-top: 5px;
    padding-left: 15px;
}
.widget_recent_entries .post-date {
    display: block;
}
#secondary .widget > ul li {
    padding: 15px 20px;
    background-color: #f5f5f5;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#secondary .widget > ul li:first-child, 
#secondary .widget > ul li:hover {
    border-left: 4px solid #00bcd4;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.author img {
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 20px auto;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #2a3235;
}
.page-header small {
    font-size: 12px;
    color: #ffbb44;
}
nav.navigation.pagination {
    margin-top: 25px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.navigation.pagination svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    left: -1px;
}
.navigation.pagination .next svg {
	left: auto;
    right: -1px;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 13px;
    height: 13px;
    fill: #2a3235;
    display: inline-block;
    vertical-align: middle;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
	margin-right: 20px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
	margin-left: 20px;
}
.single-post-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-post-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
}
.single-post-wrapper article p {
    margin-top: 0;
}
.single-post-wrapper article blockquote p {
    margin-bottom: 0;
}
.single-post-wrapper article img {
    margin-bottom: 30px;
}
.single-post-wrapper article .author-image img {
    margin-bottom: 0;
    border-radius: 50%;
}
.single-post-wrapper article p.first-letter:first-letter {
    display: inline-block;
    float: left;
    font-size: 90px;
    line-height: 0.6;
    margin: 16px 16px 0 0;
}
.single-post-wrapper span.posted-on svg,
.single-post-wrapper span.cat-links svg {
    fill: #ffbb44;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.single-post-wrapper span.cat-links svg {
	top: -2px;
}
.single-post-wrapper span.posted-on a:hover svg,
.single-post-wrapper span.posted-on a:focus svg,
.single-post-wrapper span.cat-links:hover svg {
    fill: #2a3235;
}
.single-post-wrapper .entry-meta > span:not(:last-child):after {
	content: "";
	padding: 0 5px;
}
.single-post-wrapper span.cat-links a:not(:last-child):after {
	content: ",";
	color: #2a3235;
	padding-left: 2px;
	margin-right: 3px;
}
.tags-links {
    display: inline-block;
}
.single-post-wrapper span.tags-links a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #72757a;
    font-weight: 400;
}
.single-post-wrapper span.tags-links a:hover,
.single-post-wrapper span.tags-links a:focus {
	color: #ffbb44;
	border-color: #ffbb44;
}
.single-post-wrapper .entry-meta {
    margin-bottom: 25px;
}
.single-post-wrapper .entry-meta .date {
    font-size: 49px;
    color: #2a3235;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-post-wrapper .entry-meta .month {
    font-size: 14px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    padding-left: 5px;
    margin-bottom: 28px;
    font-weight: bold;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
	margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.no-sidebar .single-post-wrapper .featured-image {
	text-align: center;
}
span.next-article {
    padding-right: 65px;
    display: inline-block;
}
#author-section {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0;
    margin-bottom: 35px;
}
.author-image {
    float: left;
    margin-right: 30px;
}
.author-content {
    display: table;
}
.author-name {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.author-name:after {
    content: "";
    background-color: #ffbb44;
    width: 29px;
    height: 3px;
    display: block;
    margin-top: 30px;
}
.author-name span {
    color: #5e5e5e;
    padding-left: 5px;
    font-weight: 400;
}
.author-content .social-icons li a {
	background-color: #171717;
}
.author-content .social-icons li a svg {
	fill: #fff;
}
.error404.left-sidebar #primary,
.error404.right-sidebar #primary,
.error404.no-sidebar #primary {
    width: 100%;
    float: none;
}
.error-404.not-found {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.widget_tag_cloud .tagcloud a {
    line-height: 1;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px !important;
    margin-right: 2px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
    margin-bottom: 15px;
    font-size: 32px;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children .comment-content {
    background-color: #f5f5f3;
    box-shadow: none;
}
#comments ol.children .reply {
    padding-left: 12px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    margin-top: -20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 10px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 18px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 5px 15px 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-color: #00bcd4;
    color: #00bcd4;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
    background-color: #00bcd4;
    color: #fff;
}
.reply a:hover:before,
.reply a:focus:before {
	background-color: #ffbb44;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #2a3235;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
	color: #00bcd4;
}
.comment-metadata a,
.comment-metadata a time {
	color: #82868b;
}
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #2a3235;
}
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #00bcd4;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #f5f5f3;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
    border-radius: 5px;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #f5f5f3;
    position: absolute;
    left: -18px;
    top: 30px;
}
#comments ol.children .comment-content:before {
	border-right-color: #f5f5f3;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.page-section {
    padding: 60px 0;
}
.section-header {
    margin-bottom: 50px;
    padding-bottom: 23px;
    text-align: center;
    position: relative;
}
.section-header:after {
    content: "";
    background-color: #ffbb44;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-title {
    font-size: 34px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
}
.section-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
}
.section-title + .section-subtitle {
    margin-top: 10px;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background-color: #00bcd4;
    color: #fff;
    border-radius: 50px;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
	background-color: #ffbb44;
	color: #fff;
}
.btn-transparent {
	background-color: #e5f8fc;
	color: #00bcd4;
}
.btn-transparent:hover,
.btn-transparent:focus {
	background-color: #00bcd4;
	color: #fff;
}
/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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: -5px;
    clear: both;
    display: table;
    width: 100%;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
    float: left;
    padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
	display: inline-block;
    width: auto;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: block;
    border-radius: 30px;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a svg {
    fill: #8c8c8c;
}
/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus,
.tp-social.social-icon li a[href*="fb.com"],
.tp-social.social-icon li a[href*="facebook.com"] {
 	background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus,
.tp-social.social-icon li a[href*="twitter.com"] {
 	background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus,
.tp-social.social-icon li a[href*="linkedin.com"] {
 	background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus,
.tp-social.social-icon li a[href*="plus.google.com"] {
 	background-color: #ec7161 !important;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus,
.tp-social.social-icon li a[href*="slack.com"] {
	background-color: #E60264;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus,
.tp-social.social-icon li a[href*="youtube.com"] {
 	background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus,
.tp-social.social-icon li a[href*="dribbble.com"] {
 	background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus,
.tp-social.social-icon li a[href*="pinterest.com"] {
 	background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus,
.tp-social.social-icon li a[href*="bitbucket.com"] {
 	background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus,
.tp-social.social-icon li a[href*="github.com"] {
 	background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus,
.tp-social.social-icon li a[href*="codepen.com"] {
 	background-color: #2a3235 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus,
.tp-social.social-icon li a[href*="flickr.com"] {
 	background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus,
.tp-social.social-icon li a[href*="feed.com"] {
 	background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus,
.tp-social.social-icon li a[href*="foursquare.com"] {
 	background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus,
.tp-social.social-icon li a[href*="instagram.com"] {
 	background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus,
.tp-social.social-icon li a[href*="tumblr.com"] {
 	background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus,
.tp-social.social-icon li a[href*="reddit.com"] {
 	background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus,
.tp-social.social-icon li a[href*="vimeo.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus,
.tp-social.social-icon li a[href*="digg.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus,
.tp-social.social-icon li a[href*="twitch.tv"] {
 	background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus,
.tp-social.social-icon li a[href*="stumbleupon.com"] {
 	background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus,
.tp-social.social-icon li a[href*="delicious.com"] {
 	background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus,
.tp-social.social-icon li a[href*="mailto:"] {
 	background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus,
.tp-social.social-icon li a[href*="soundcloud.com"] {
 	background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus,
.tp-social.social-icon li a[href*="wordpress.org"] {
 	background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
.tp-social.social-icon li a[href*="wordpress.com"] {
 	background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus,
.tp-social.social-icon li a[href*="jsfiddle.net"] {
 	background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus,
.tp-social.social-icon li a[href*="tripadvisor.com"] {
 	background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus,
.tp-social.social-icon li a[href*="angel.co"] {
 	background-color: #2a3235 !important;
}

#contact-us .social-icons li a,
#secondary .widget_social_icons li a {
 	background-color: transparent !important;
    margin-right: 20px;
}
#contact-us .social-icons li:last-child a,
#secondary .widget_social_icons li:last-child a {
	margin-right: 0;
}
#contact-us .social-icons li a svg,
#secondary .widget_social_icons li a svg {
 	fill: #3c5798;
 	width: 22px;
    height: 22px;
}
#contact-us .social-icons li a[href*="facebook.com"] svg,
#contact-us .social-icons li a[href*="fb.com"] svg,
#secondary .widget_social_icons li a[href*="facebook.com"] svg,
#secondary .widget_social_icons li a[href*="fb.com"] svg {
 	fill: #3c5798;
}
#contact-us .social-icons li a[href*="twitter.com"] svg,
#secondary .widget_social_icons li a[href*="twitter.com"] svg {
 	fill: #1ea0f1;
}
#contact-us .social-icons li a[href*="linkedin.com"] svg,
#secondary .widget_social_icons li a[href*="linkedin.com"] svg {
 	fill: #0077B5;
}
#contact-us .social-icons li a[href*="plus.google.com"] svg,
#secondary .widget_social_icons li a[href*="plus.google.com"] svg {
 	fill: #ec7161;
}
#contact-us .social-icons li a[href*="slack.com"] svg,
#secondary .widget_social_icons li a[href*="slack.com"] svg {
	background-color: #E60264;
}
#contact-us .social-icons li a[href*="youtube.com"] svg,
#secondary .widget_social_icons li a[href*="youtube.com"] svg {
 	fill: #cc181e;
}

#contact-us .social-icons li a[href*="dribbble.com"] svg,
#secondary .widget_social_icons li a[href*="dribbble.com"] svg {
 	fill: #f4a09c;
}

#contact-us .social-icons li a[href*="pinterest.com"] svg,
#secondary .widget_social_icons li a[href*="pinterest.com"] svg {
 	fill: #bd081b;
}

#contact-us .social-icons li a[href*="bitbucket.org"] svg,
#secondary .widget_social_icons li a[href*="bitbucket.org"] svg {
 	fill: #205081;
}

#contact-us .social-icons li a[href*="github.com"] svg,
#secondary .widget_social_icons li a[href*="github.com"] svg {
 	fill: #323131;
}

#contact-us .social-icons li a[href*="codepen.io"] svg,
#secondary .widget_social_icons li a[href*="codepen.io"] svg {
 	fill: #2a3235;
}

#contact-us .social-icons li a[href*="flickr.com"] svg,
#secondary .widget_social_icons li a[href*="flickr.com"] svg {
 	fill: #025FDF;
}

#contact-us .social-icons li a[href$="/feed/"] svg,
#secondary .widget_social_icons li a[href$="/feed/"] svg {
 	fill: #089DE3;
}

#contact-us .social-icons li a[href*="foursquare.com"] svg,
#secondary .widget_social_icons li a[href*="foursquare.com"] svg {
 	fill: #F94877;
}

#contact-us .social-icons li a[href*="instagram.com"] svg,
#secondary .widget_social_icons li a[href*="instagram.com"] svg {
 	fill: #cd42e7;
}

#contact-us .social-icons li a[href*="tumblr.com"] svg,
#secondary .widget_social_icons li a[href*="tumblr.com"] svg {
 	fill: #56BC8A;
}

#contact-us .social-icons li a[href*="reddit.com"] svg,
#secondary .widget_social_icons li a[href*="reddit.com"] svg {
 	fill: #FF4500;
}

#contact-us .social-icons li a[href*="vimeo.com"] svg,
#secondary .widget_social_icons li a[href*="vimeo.com"] svg {
 	fill: #00ADEF;
}

#contact-us .social-icons li a[href*="digg.com"] svg,
#secondary .widget_social_icons li a[href*="digg.com"] svg {
 	fill: #00ADEF;
}

#contact-us .social-icons li a[href*="twitch.tv"] svg,
#secondary .widget_social_icons li a[href*="twitch.tv"] svg {
 	fill: #0E9DD9;
}

#contact-us .social-icons li a[href*="stumbleupon.com"] svg,
#secondary .widget_social_icons li a[href*="stumbleupon.com"] svg {
 	fill: #EB4924;
}

#contact-us .social-icons li a[href*="delicious.com"] svg,
#secondary .widget_social_icons li a[href*="delicious.com"] svg {
 	fill: #0076E8;
}

#contact-us .social-icons li a[href*="mailto:"] svg,
#secondary .widget_social_icons li a[href*="mailto:"] svg {
 	fill: #4169E1;
}
#contact-us .social-icons li a[href*="soundcloud.com"] svg,
#secondary .widget_social_icons li a[href*="soundcloud.com"] svg {
 	fill: #FF5500;
}
#contact-us .social-icons li a[href*="wordpress.org"] svg,
#secondary .widget_social_icons li a[href*="wordpress.org"] svg {
 	fill: #0073AA;
}
#contact-us .social-icons li a[href*="wordpress.com"] svg,
#secondary .widget_social_icons li a[href*="wordpress.com"] svg {
}

#contact-us .social-icons li a[href*="jsfiddle.net"] svg,
#secondary .widget_social_icons li a[href*="jsfiddle.net"] svg {
 	fill: #396AB1;
}

#contact-us .social-icons li a[href*="tripadvisor.com"] svg,
#secondary .widget_social_icons li a[href*="tripadvisor.com"] svg {
 	fill: #FFE090;
}

#contact-us .social-icons li a[href*="angel.co"] svg,
#secondary .widget_social_icons li a[href*="angel.co"] svg {
 	fill: #2a3235;
}
.widget.widget_media_gallery img {
    width: 100%;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 298px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#page-site-header .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 90%;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page-site-header .page-title {
	font-size: 52px;
	color: #fff;
    margin: 0;
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
#page-site-header + #breadcrumb-list {
    display: none;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
}
.trail-items li:not(:last-child):after {
	content: "/";
	padding-left: 4px;
	padding-right: 1px;
}
.trail-items li a {
    color: #fff;
    opacity: 0.8;
}
.trail-items li a:hover,
.trail-items li a:focus {
    opacity: 1;
}
/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider article {
	background-color: #000;
    background-size: cover;
    background-position: 50%;
    padding: 280px 0;
    vertical-align: middle;
    position: relative;
}
#featured-slider .wrapper {
    position: relative;
}
.featured-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 575px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-content-wrapper .entry-title {
    color: #fff;
    font-size: 52px;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.featured-content-wrapper .entry-content, 
.featured-content-wrapper .entry-content p {
    color: #fff;
}
.featured-content-wrapper .entry-content {
    margin-bottom: 33px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#featured-slider .slick-prev:before, 
#featured-slider .slick-next:before {
	-webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.slick-prev:before, 
.slick-next:before {
    content: "" !important;
	background-image: url('assets/uploads/down-arrow.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.slick-prev:before {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slick-prev,
.slick-next {
	background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	opacity: 1;
	background-color: #fff;
}
.slick-prev {
	left: 25px;
}
.slick-next {
	right: 25px;
}
#featured-slider .slick-prev {
	left: -80px;
}
#featured-slider:hover .slick-prev {
	left: 10px;
}
#featured-slider .slick-next {
	right: -80px;
}
#featured-slider:hover .slick-next {
	right: 10px;
}
#featured-slider .slick-prev, 
#featured-slider .slick-next {
    border: 1px solid #fff;
    background-color: transparent;
}
#featured-slider .slick-prev:hover,
#featured-slider .slick-next:hover,
#featured-slider .slick-prev:focus,
#featured-slider .slick-next:focus {
	background-color: #fff;
}
#featured-slider .slick-prev:hover:before,
#featured-slider .slick-next:hover:before,
#featured-slider .slick-prev:focus:before,
#featured-slider .slick-next:focus:before {
	filter: none;
}
/*--------------------------------------------------------------
#  Our Services
--------------------------------------------------------------*/
#our-services {
	padding-top: 0;
}
#our-services article {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
#our-services article:nth-child(2) {
    background-color: #00bcd4;
    padding: 70px 50px;
    margin-top: -20px;
}
#our-services .entry-title {
    font-size: 24px;
    margin-bottom: 7px;
    font-weight: 500;
}
#our-services .entry-title a {
    color: #2a3235;
}
#our-services article:nth-child(2) .entry-title a,
#our-services article:nth-child(2) i,
#our-services article:nth-child(2) .entry-content,
#our-services article:nth-child(2) .entry-content p,
#our-services article:nth-child(2) .more-link {
	color: #fff;
}
#our-services .entry-title a:hover,
#our-services .entry-title a:focus {
	color: #00bcd4;
}
#our-services .more-link {
    margin-top: 13px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.icon-container i {
    color: #ffbb44;
    font-size: 32px;
}
.more-link:hover,
.more-link:focus {
	color: #ffbb44;
}
.more-link svg {
    fill: #00bcd4;
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
    transform-origin: 50% 40%;
}
#our-services article:nth-child(2) .more-link svg,
#our-services article:nth-child(2) .more-link:hover svg,
#our-services article:nth-child(2) .more-link:focus svg {
	fill: #fff;
}
.more-link:hover svg,
.more-link:focus svg {
	fill: #ffbb44;
}	

/*--------------------------------------------------------------
#  WP Travel Search
--------------------------------------------------------------*/
#travel-search-section {
    margin-bottom: 50px;
}
.wp-travel-filter p {
    width: 25%;
    float: left;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
}
.wp-travel-filter form p:nth-child(3):after,
.wp-travel-filter form p:nth-child(4):after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    top: 17px;
    right: 35px;
}
.wp-travel-filter form {
    clear: both;
    width: 100%;
    margin: 0 -10px;
}
.wp-travel-filter p label {
    display: none;
    width: 100%;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}
.wp-travel-filter form input[type="text"],
.wp-travel-filter form input[type="submit"],
.wp-travel-filter form select {
    min-height: 60px;
    width: 100%;
    padding: 0 30px;
    border-radius: 50px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.wp-travel-filter form select {
	min-height: auto;
    padding: 16px 30px;
    height: 60px;
    -webkit-appearance: none;
    position: relative;
}
.wp-travel-filter form select option {
    color: #000;
}
.wp-travel-filter form input[type="submit"] {
    background-color: #ffbb44;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-top: 0;
    border: none;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wp-travel-filter form input[type="submit"]:hover,
.wp-travel-filter form input[type="submit"]:focus {
	background-color: #00bcd4;
	border-color: #00bcd4;
	color: #fff;
}
.wp-travel-toolbar .wp-toolbar-filter-field {
    padding: 8px 8px 3px;
}
.wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter {
    padding: 7px 15px;
    font-size: 12px;
}
.wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter {
	background-color: #00bcd4;
	border:none;
	color: #777;
}
.secondary-active .wp-travel-trips-has-sidebar {
    width: 100%;
}
#secondary .wp-travel-widget-area .wp-travel-average-review:before {
    color: #f9a032;
}
.archive.wp-travel-grid-mode .secondary-active .wp-travel-archive-content .wp-travel-itinerary-list {
    display: inline-flex;
}
.single .wp-travel-offer {
    position: relative;
    left: 0;
    margin: 0 auto;
}
.single .wp-travel-offer span:before {
	display: none;
}
.single-itineraries .featured-detail-section .wp-travel-add-to-wishlists {
    position: relative;
    text-align: center;
    display: block;
    top: 15px;
}
.wp-travel-booking__panel-bottom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#shopping-cart .cart-summary .list-group li>div {
    display: block;
}
#shopping-cart .cart-summary .list-group li>div .content-left .img-wrapper {
    background: transparent;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
}
#shopping-cart .cart-summary .list-group li>div .trip-content .trip-item-name-price,
#shopping-cart .cart-summary .cart-summary-bottom .update-cart-form .field-inline {
    display: block;
}
#shopping-cart .cart-summary .cart-summary-bottom .update-cart-form .field-inline .btn {
    margin: 15px 0 0 0;
}
/*--------------------------------------------------------------
#  Destinations
--------------------------------------------------------------*/
#destinations {
    padding-top: 0;
}
#destinations .featured-image {
    background-size: cover;
    background-position: 50%;
    border-radius: 5px;
    position: relative;
    padding: 175px 0;
}
#destinations .section-content {
    margin: 0 -15px;
}
#destinations article {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
#destinations article:last-child {
	margin-bottom: 0;
}
#destinations .entry-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 43px 15px;
    background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
}
#destinations .entry-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
#destinations .entry-title a,
#destinations .entry-header span {
	color: #fff;
}
#destinations .entry-title a:hover,
#destinations .entry-title a:focus {
	opacity: 0.8;
}
#destinations .read-more {
    margin-top: 50px;
    text-align: center;
}
/*--------------------------------------------------------------
#  Call To Action
--------------------------------------------------------------*/
#call-to-action {
    background-size: cover;
    background-position: 50%;
    text-align: center;
}
#call-to-action .wrapper {
    position: relative;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
#call-to-action .section-title,
#call-to-action .section-subtitle,
#call-to-action .section-content,
#call-to-action .section-content p {
    color: #fff;
}
#call-to-action .section-header:after {
	background-color: #fff;
}
#call-to-action .section-header {
    margin-bottom: 23px;
}
#call-to-action .section-content {
	margin-bottom: 23px;
}

/*--------------------------------------------------------------
#  Travellers choice
--------------------------------------------------------------*/
#travellers-choice,
#popular-destinations,
#discover-places {
    padding-bottom: 0;
}
#travellers-choice .slick-list {
    padding-bottom: 50px;
}
.choice-slider article {
    padding: 250px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
#travellers-choice .entry-container {
    background-color: #00bcd4;
    padding: 43px 30px 73px;
    max-width: 380px;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
#travellers-choice .slick-current .entry-container {
	opacity: 1;
	visibility: visible;
}
#travellers-choice .overlay {
	background-color: #fff;
}
#travellers-choice .slick-current .overlay {
	background-color: #000;
}
#travellers-choice article span,
#travellers-choice article span a,
#travellers-choice article .entry-title,
#travellers-choice article .entry-title a,
#travellers-choice article .entry-content,
#travellers-choice article p {
	color: #fff;
}
#travellers-choice article span a:hover,
#travellers-choice article span a:focus,
#travellers-choice article .entry-title a:hover,
#travellers-choice article .entry-title a:focus {
	opacity: 0.8;
}
#travellers-choice .entry-title {
	font-size: 24px;
	position: relative;
    margin: 0 0 15px;
	padding-bottom: 15px;
	font-weight: 600;
}
#travellers-choice .entry-title:after {
    content: "";
    background-color: #fff;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#travellers-choice .entry-content {
	margin-bottom: 23px;
}
#travellers-choice .btn {
    background-color: #fff;
    color: #00bcd4;
}
#travellers-choice article span a:not(:last-child):after {
    content: ",";
}
/*--------------------------------------------------------------
#  Popular Destinations
--------------------------------------------------------------*/
#popular-destinations .section-content {
    margin: 0 -15px;
}
#popular-destinations article {
    padding: 0 15px;
    margin-bottom: 30px;
}
#popular-destinations article:last-child {
	margin-bottom: 0;
}
.destination-item-wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.destination-item-wrapper .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    position: relative;
}
.destination-item-wrapper .clearfix {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 30px 30px 30px;
    background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
}
.trip-price {
    font-size: 34px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.destination-item-wrapper .trip-price {
	color: #fff;
    float: right;
}
.destination-item-wrapper .entry-container-wrap {
    text-align: center;
    padding: 23px 30px;
    border-bottom: 1px solid #eee;
}
.destination-item-wrapper .wp-travel-trip-time.trip-duration {
    margin-bottom: 5px;
}
.destination-item-wrapper .post-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.destination-item-wrapper .post-title a {
    color: #2a3235;
}
.destination-item-wrapper .post-title a:hover,
.destination-item-wrapper .post-title a:focus {
	color: #00bcd4;
}
.wp-travel-trip-time.trip-duration i {
	color: #ffbb44;
    font-size: 18px;
}
.wp-travel-trip-time.trip-duration .wp-travel-trip-duration {
    font-size: 16px;
}
.destination-item-wrapper .more-link {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    padding: 11px;
    text-align: center;
    display: block;
    font-size: 14px;
}
#popular-destinations .read-more,
#discover-places .read-more,
#latest-posts .read-more {
    margin-top: 50px;
    text-align: center;
}
/*--------------------------------------------------------------
#  Discover Places
--------------------------------------------------------------*/
.destination-slider article {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 190px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.destination-slider .entry-header {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	padding: 150px 30px 30px 30px;
    background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
}
.destination-slider .entry-title {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
}
.destination-slider .entry-title a,
.destination-slider span {
	color: #fff;
}
.destination-slider .entry-title a:hover,
.destination-slider .entry-title a:focus {
	opacity: 0.8;
}
.destination-slider .slick-prev, 
.destination-slider .slick-next {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #ffbb44;
}
.destination-slider .slick-prev:before, 
.destination-slider .slick-next:before {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/*--------------------------------------------------------------
#  Latest Posts
--------------------------------------------------------------*/
.blog-posts-wrapper {
    margin: 0 -15px;
}
.blog .blog-posts-wrapper article:nth-last-child(-n+2) {
    margin-bottom: 30px;
}
.blog-posts-wrapper article {
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-posts-wrapper article:nth-child(2n+1) {
    clear: left;
}
.blog-posts-wrapper article:last-child {
    margin-bottom: 0;
}
.blog-posts-wrapper .featured-image {
    width: 50%;
    float: left;
    padding: 200px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.blog-posts-wrapper .entry-container {
	width: 50%;
	float: left;
    padding: 50px 30px 30px;
    position: relative;
}
.blog-posts-wrapper article.sticky .entry-container {
    background-color: #f5f5f5;
}
.blog-posts-wrapper .no-post-thumbnail .entry-container {
    padding: 30px;
    width: 100%;
    float: none;
}
.post-item-wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.blog-posts-wrapper .entry-meta {
    padding: 0;
}
.blog-posts-wrapper .entry-meta .posted-on a {
    font-size: 16px;
}
.blog-posts-wrapper .entry-title {
    font-size: 24px;
    font-weight: 500;
    margin: 7px 0 14px;
}
.blog-posts-wrapper .entry-title a {
	color: #2a3235;
}
.blog-posts-wrapper .entry-title a:hover,
.blog-posts-wrapper .entry-title a:focus {
	color: #00bcd4;
}
.blog-posts-wrapper .more-link {
    display: inline-block;
    margin-top: 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.blog-posts-wrapper .entry-content {
	margin-bottom: 10px;
}
ul.post-categories:before {
    content: "#";
    margin-right: -5px;
    color: #afc4ca;
}
.post-thumbnail-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
body.right-sidebar:not(.home) .blog-posts-wrapper article,
body.left-sidebar:not(.home) .blog-posts-wrapper article,
body.home.blog.right-sidebar .blog-posts-wrapper article,
body.home.blog.left-sidebar .blog-posts-wrapper article {
	width: 100%;
	float: none;
}
.archive.right-sidebar .blog-posts-wrapper article,
.archive.left-sidebar .blog-posts-wrapper article {
    margin-bottom: 30px;
}
.archive.right-sidebar .blog-posts-wrapper article:last-child,
.archive.left-sidebar .blog-posts-wrapper article:last-child {
    margin-bottom: 0;
}
.archive.right-sidebar nav.navigation.pagination,
.archive.left-sidebar nav.navigation.pagination {
	margin-top: 50px;
}
/*--------------------------------------------------------------
#  Wp Travel Single
--------------------------------------------------------------*/
.wp-travel.trip-headline-wrapper .featured-detail-section.right-plot {
	width: 100%;
	float: none;
}
.wp-travel-trip-meta-info {
    position: relative;
    background-color: #00bcd4;
    max-width: 979px;
    margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
    border-radius: 0;
    padding: 23px 30px;
    border: none;
}
.wp-travel-trip-meta-info ul {
	clear: both;
	display: table;
	width: 100%;
}
.wp-travel-trip-meta-info ul li {
    width: 18%;
    float: left;
    padding: 0;
    margin: 0;
}
.wp-travel-trip-meta-info ul li:last-child {
    width: 28%;
}
.wp-travel-trip-meta-info ul li .travel-info:last-child {
    margin-bottom: 0;
}
.travel-info .title,
.travel-info .value,
.wp-travel-trip-meta-info ul li a {
	color: #fff;
}
.travel-info .title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.wp-travel-trip-meta-info ul li:before,
.wp-travel-trip-meta-info ul li.no-border:before {
    background: #197fbf;
    left: auto;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 60px;
}
.wp-travel-trip-meta-info ul li:last-child:before {
	display: none;
}
.trip-short-desc {
    text-align: center;
    max-width: 762px;
    margin-left: auto;
    margin-right: auto;
}
.travel-info .value,
.travel-info .title,
.booking-form,
.wp-travel-trip-code,
.wp-detail-review-wrap {
    text-align: center;
}
.wp-travel.trip-headline-wrapper .wp-travel-booknow-btn {
    background-color: #00bcd4;
    color: #fff;
    height: 50px;
    border-radius: 0;
    min-width: 200px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#wp-travel-send-enquiries {
    padding: 9px 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid;
    display: inline-block;
    margin-top: 19px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-color: #00bcd4;
    color: #00bcd4;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wp-travel.trip-headline-wrapper .wp-travel-booknow-btn:hover, 
.wp-travel.trip-headline-wrapper .wp-travel-booknow-btn:focus {
    background-color: #333;
}
#wp-travel-send-enquiries:hover,
#wp-travel-send-enquiries:focus {
    background-color: #00bcd4;
    color: #fff;
}
.wp-travel.trip-headline-wrapper .wp-travel-booking-enquiry {
    transition: all 0s ease-in-out;
}
.wp-travel-trip-code {
    margin-top: 20px;
}
.wp-travel-trip-code code {
    color: #ffbb44;
    font-size: 16px;
    font-family: 'Lora', serif;
}
.right-plot-inner-wrap .travel-info .title {
    color: #000;
    display: none;
}
.wp-travel.trip-headline-wrapper .wp-detail-review-wrap .wp-travel-trip-detail,
.wp-travel-average-review span,
.wp-travel.trip-headline-wrapper .wp-detail-review-wrap .wp-travel-average-review {
	float: none;
}
.wp-travel.trip-headline-wrapper .wp-detail-review-wrap .wp-travel-trip-detail {
    display: block;
}
.wp-travel-average-review,
.wp-travel-average-review + .travel-info {
    display: inline-block;
    vertical-align: middle;
}
.wp-travel.trip-headline-wrapper .right-plot-inner-wrap {
    padding: 0;
    margin-bottom: 70px;
}
.tour-info {
    margin-bottom: 80px;
}
.tour-info .tour-info-box {
    border: none;
    background-color: #f5f5f3;
    background-image: url('assets/uploads/gray-pattern.png');
    padding: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.tour-info .tour-info-box:before,
.tour-info .tour-info-box:after {
    content: "";
    background-image: url('assets/uploads/gray-pattern.png');
    position: absolute;
    width: 100%;
    height: 100%;
    left: auto;
    right: 100%;
    top: 0;
    background-color: #f5f5f3;
    display: block;
}
.tour-info .tour-info-box:after {
	right: auto;
	left: 100%;
}
.tour-info-item.tour-info-type strong {
    font-style: normal;
}
.tour-info .tour-info-column .tour-info-item i {
    color: #ffbb44;
    font-size: 32px;
    margin-right: 10px;
}
.tour-info .tour-info-column .tour-info-item {
    color: #2a3235;
    margin-bottom: 50px;
}
.tour-info .tour-info-column .tour-info-item:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.wp-travel-tab-wrapper .tab-list.resp-tabs-list {
    max-width: 1020px;
    margin: -87px auto 0;
    background-color: #fff;
    padding: 0 55px;
    position: relative;
}
.wp-travel-tab-wrapper .tab-list.resp-tabs-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    height: 1px;
    background-color: #d8d8d8;
    margin: 0 auto;
}
.wp-travel-tab-wrapper .tab-list.resp-tabs-list li {
    text-align: center;
    border-right: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 26px 18px;
    clear: none;
    width: auto;
}
.wp-travel-tab-wrapper .tab-list.resp-tabs-list li.resp-tab-active {
    border-bottom: 6px solid #ffbb44;
}
.wp-travel-tab-wrapper .tab-list.resp-tabs-list li:last-child {
	border-right: none;
}
.wp-travel-itinerary-items #recommended-packages {
    padding: 0;
    position: relative;
    z-index: 10;
}
.wp-travel-related-posts {
    padding-top: 0;
}
.wp-travel-tab-wrapper {
    margin-bottom: 50px !important;
}
.wp-travel-related-posts.wp-travel-container-wrap .section-header {
    z-index: 10;
}
.trip-price .person-count {
    text-transform: capitalize;
    color: #000;
}
.wp-travel-average-review:before {
	color: #fff;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    z-index: 30000;
    display: none;
}
.description-left .entry-title a, 
.item_cart a {
    color: #1c1c1c;
}
.description-left .entry-title a:hover, 
.description-left .entry-title a:focus, 
.item_cart a:hover,
.item_cart a:focus {
    color: #00bcd4;
}
.wp-travel-booking-enquiry .dashicons.dashicons-editor-help {
    vertical-align: middle;
    margin-top: -3px;
}
.widget_wp_travel_filter_search_widget .trip-duration-calender .calender-icon {
	left: 6px;
}
ul.availabily-list li > div .parsley-errors-list.filled {
    padding-left: 15px;
}
ul.availabily-list li > div span {
    margin-top: 10px;
}
ul.availabily-list li > div span.person-count {
    margin-top: 0;
}
/*--------------------------------------------------------------
#  Cart, Checkout and Dashboard Pages
--------------------------------------------------------------*/
.ws-theme-cart-page button[disabled], 
.ws-theme-cart-page input[disabled], 
.ws-theme-cart-page .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[disabled], 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page select[disabled], 
.ws-theme-cart-page .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[disabled], 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page textarea[disabled] {
	float: right;
}
.ws-theme-cart-page .coupon input[type=text] {
	height: 53px;
	padding: 15px;
}
.ws-theme-cart-page .coupon input[type=submit], 
.ws-theme-cart-page .coupon .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[type=submit], 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page .coupon select[type=submit], 
.ws-theme-cart-page .coupon .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[type=submit], 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page .coupon textarea[type=submit],
.ws-theme-cart-page .actions .book-now-btn,
.ws-theme-cart-page button[disabled], 
.ws-theme-cart-page input[disabled], 
.ws-theme-cart-page .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[disabled], 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page select[disabled], 
.ws-theme-cart-page .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[disabled], 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page textarea[disabled],
.wp-travel-form-field.button-field input[type="submit"],
.payment-content input[type="submit"],
.dashboard-tab .payment-content input[type="submit"], 
.dashboard-tab .account-setting input[type="submit"],
.wp-travel-default-article .wp-travel-explore a,
.wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter,
.btn_full.wp-travel-update-cart-btn.update-cart {
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background-color: #00bcd4;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ws-theme-cart-page .actions .book-now-btn {
    padding: 4px 40px;
}
.ws-theme-cart-page .coupon input[type=text] {
    border-radius: 50px;
    width: 186px;
}
.ws-theme-cart-page .coupon input[type=submit],
.ws-theme-cart-page .actions .book-now-btn {
	margin-top: 0;
    margin-right: 5px;
}
.ws-theme-cart-page .coupon input[type=submit]:hover, 
.ws-theme-cart-page .coupon .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[type=submit]:hover, 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page .coupon select[type=submit]:hover, 
.ws-theme-cart-page .coupon .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[type=submit]:hover, 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page .coupon textarea[type=submit]:hover,
.ws-theme-cart-page .coupon input[type=submit]:focus, 
.ws-theme-cart-page .coupon .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[type=submit]:focus, 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page .coupon select[type=submit]:focus, 
.ws-theme-cart-page .coupon .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[type=submit]:focus, 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page .coupon textarea[type=submit]:focus,
.ws-theme-cart-page .actions .book-now-btn:hover,
.ws-theme-cart-page .actions .book-now-btn:focus,
.ws-theme-cart-page button[disabled]:hover, 
.ws-theme-cart-page input[disabled]:hover, 
.ws-theme-cart-page .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[disabled]:hover, 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page select[disabled]:hover, 
.ws-theme-cart-page .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[disabled]:hover, 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page textarea[disabled]:hover,
.ws-theme-cart-page button[disabled]:focus, 
.ws-theme-cart-page input[disabled]:focus, 
.ws-theme-cart-page .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[disabled]:focus, 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page select[disabled]:focus, 
.ws-theme-cart-page .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[disabled]:focus, 
.wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .ws-theme-cart-page textarea[disabled]:focus,
.wp-travel-form-field.button-field input[type="submit"]:hover,
.wp-travel-form-field.button-field input[type="submit"]:focus,
.payment-content input[type="submit"]:hover,
.payment-content input[type="submit"]:focus,
.dashboard-tab .payment-content input[type="submit"]:hover, 
.dashboard-tab .account-setting input[type="submit"]:hover,
.dashboard-tab .payment-content input[type="submit"]:focus, 
.dashboard-tab .account-setting input[type="submit"]:focus,
.wp-travel-default-article .wp-travel-explore a:hover,
.wp-travel-default-article .wp-travel-explore a:focus,
.wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter:hover,
.wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter:focus,
.btn_full.wp-travel-update-cart-btn.update-cart:hover,
.btn_full.wp-travel-update-cart-btn.update-cart:focus {
	background-color: #ffbb44;
    color: #fff;
}
.ws-theme-cart-page .ws-theme-cart-list tr {
    border: none;
}
.ws-theme-cart-page {
    border: 1px solid #e4e4e4;
}
.ws-theme-cart-page .ws-theme-cart-list thead tr th {
    border-bottom: 1px solid #e4e4e4;
}
.checkout-page-wrap .checkout-block.checkout-left {
	padding: 20px 25px;
}
.checkout-block .panel-body {
    padding: 0 18px;
}
.wp-travel-form-field.button-field input[type="submit"] {
	margin-left: -18px;
}
.checkout-page-wrap .checkout-right {
    border: 1px solid #eee;
    border-radius: 0;
    margin-left: 5px;
}
.checkout-page-wrap .ws-theme-timeline-block {
    margin: 0;
    border-bottom: none;
    padding-bottom: 5px;
}
.resp-tabs-container .list-item-wrapper {
    margin: 0;
    position: relative;
    z-index: 10;
    left: 0;
}
.dashboard-tab ul.resp-tabs-list {
    background: #00bcd4;
}
.dashboard-tab ul.resp-tabs-list li.resp-tab-active {
    -webkit-box-shadow: inset 2px 0px 0 #00bcd4;
    box-shadow: inset 2px 0px 0 #00bcd4;
}
.dashboard-tab ul.resp-tabs-list li,
.dashboard-tab ul.resp-tabs-list li:hover {
	color: #fff;
}
.dashboard-tab ul.resp-tabs-list li.resp-tab-active:hover {
	color: #29324e;
}
.resp-tabs-container .list-item-wrapper a strong {
	color: #1c1c1c;
}
.resp-tabs-container .list-item-wrapper a:hover strong,
.resp-tabs-container .list-item-wrapper a:focus strong {
	color: #00bcd4;
}
.wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter {
	padding: 0px 15px;
    font-size: 16px;
    font-size: 14px;
}
.dashboard-tab ul.resp-tabs-list li, 
.dashboard-tab ul.resp-tabs-list li:hover {
    font-family: 'Raleway', sans-serif;
}
.dashboard-tab ul.resp-tabs-list li i {
    font-size: 20px;
}
.ws-theme-cart-page .ws-theme-cart-list {
    display: table;
}
.btn_full.wp-travel-update-cart-btn.update-cart {
	float: right;
    height: 53px;
}
/*--------------------------------------------------------------
#  Trip Lists Page
--------------------------------------------------------------*/
.wp-travel-default-article .wp-travel-explore a {
	margin-top: 0;
}
.wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-title {
	font-size: 22px;
	font-weight: bold;
}
.wp-travel-entry-content-wrapper .travel-info .value,
.description-left .entry-meta a {
	color: #1c1c1c;
}
.description-left .entry-meta a:hover,
.description-left .entry-meta a:focus {
	color: #00bcd4;
}
.description-left .entry-meta a, 
.description-left .entry-meta i, 
.description-left .entry-meta span {
    font-size: 16px;
}
.description-left .wp-travel-average-review {
    vertical-align: text-top;
}
.description-left .wp-travel-average-review:before {
	color: #aaa;
}
.wp-travel-toolbar .wp-toolbar-filter-field, 
.wp-travel-toolbar .wp-travel-filter-button {
    float: left;
    padding: 8px 10px 0px;
}
.wp-travel-toolbar .wp-travel-post-filter .wp-travel-filter-by-heading {
	background-color: #00bcd4;
}
.wp-travel-toolbar .wp-travel-post-filter .wp-travel-filter-by-heading h4 {
	color: #fff;
}
.wp-travel-toolbar .wp_travel_input_filters {
    padding: 5px;
    border-radius: 0;
    height: 32px;
}
.archive-description p {
    color: #fff;
}
.wp-travel-toolbar {
    margin-bottom: 50px;
}
.widget_wp_travel_filter_search_widget input[type="submit"],
.widget_wp_travel_search input[type="submit"] {
    padding: 0 40px;
    min-height: 60px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background-color: #00bcd4;
    color: #fff;
    border-radius: 50px;
    border: none;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_wp_travel_filter_search_widget input[type="submit"]:hover,
.widget_wp_travel_search input[type="submit"]:hover,
.widget_wp_travel_filter_search_widget input[type="submit"]:focus,
.widget_wp_travel_search input[type="submit"]:focus {
	background-color: #ffbb44;
    color: #fff;
}
.widget.widget_wp_travel_search select {
    padding: 10px;
    width: 100%;
    max-width: 100%;
}
.ui-widget.ui-widget-content,
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    background-color: #f36e4b;
    border-color: #f36e4b;
}
.widget_wp_travel_search .wp-travel-search p input[type="text"] {
    background-color: #f6f6f6;
    height: 42px;
    padding: 0 15px;
    width: 100%;
}
.widget_wp_travel_filter_search_widget .trip-duration-calender .calender-icon {
	top: 37px;
}
.wp-travel-itinerary-items .wp-travel-post-item-wrapper .post-title a {
    font-size: 16px;
    font-weight: bold;
}
.right-plot-inner-wrap .wp-detail-review-wrap {
    margin: 50px 0;
}
.wp-travel-default-article .wp-travel-entry-content-wrapper {
	display: block;
}
.wp-travel-form-field:last-of-type {
    margin-top: 15px;
}
.single-itineraries #comments {
    margin-top: 0;
}
.single-itineraries #commentform p.form-submit {
    margin: 10px 0 0;
}
.single-itineraries .comment-reply-link {
    display: block;
    width: 75px;
    margin-left: auto;
    padding: 15px 0;
    margin-top: -29px;
    background-color: transparent;
    margin-right: -14px;
}
.wp-tab-review-inner-wrapper .commentlist .reply {
    position: relative;
    width: 75px;
    margin-left: auto;
    margin-top: 15px;
}
.wp-tab-review-inner-wrapper .reply a:hover, 
.wp-tab-review-inner-wrapper .reply a:focus,
.wp-tab-review-inner-wrapper .commentlist li {
	background-color: transparent;
}
/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
}
.no-sidebar-content #inner-content-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.single-wrapper .entry-meta span svg {
    fill: #82868b;
    margin-right: 10px;
}
.single-wrapper .entry-meta span.cat-links svg {
    margin-right: 7px;
}
.single-wrapper .entry-meta span.posted-on, 
.single-wrapper .entry-meta span.posted-on a {
	color: #82868b;
}
.single-wrapper .entry-meta span a:hover, 
.single-wrapper .entry-meta span a:focus,
.single-wrapper .cat-links a,
.single-wrapper .entry-meta span.byline a.fn:hover,
.single-wrapper .entry-meta span.byline a.fn:focus {
    color: #00bcd4;
}
.single-wrapper .featured-image {
    margin-bottom: 15px;
}
.single-wrapper .entry-meta {
	margin-bottom: 0;
}
.single-wrapper .comments-title {
    margin-bottom: 40px;
}
.single-wrapper .entry-meta .cat-links {
    display: inline-block;
}
.single-wrapper .entry-meta a, 
.single-wrapper .entry-meta i {
	font-size: 16px;
	font-weight: 400;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
    content: "|";
}
.single-wrapper .entry-meta > span.tags-links a:not(:last-child):after {
    content: ",";
}
.single-wrapper .entry-meta > span a {
	color: #8c8c8c;
}
.single-wrapper .entry-meta > span a:hover,
.single-wrapper .entry-meta > span a:focus {
	color: #00bcd4;
}
.single-wrapper .comment-respond {
	background-color: transparent;
	border: none;
}
#commentform .comment-form-url,
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.post-categories li {
	display: inline-block;
}
ul.post-categories li a {
    font-size: 16px;
    color: #afc4ca;
    font-style: italic;
}
ul.post-categories li a:hover,
ul.post-categories li a:focus {
	color: #2a3235;
}
/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #181a1a;
}
#colophon a,
#colophon p,
#colophon li,
.site-footer strong {
    color: rgba(255, 255, 255, 0.40);
}
#colophon a:hover,
#colophon a:focus {
    color: #fff;
}
#colophon .widget-title, 
#colophon .widgettitle {
    font-size: 24px;
    margin-bottom: 16px;
    color: #fff;
}
.site-footer span.post-date {
    display: block;
    margin-bottom: 3px;
}
.site-info .wrapper {
    padding: 10px 0;
    line-height: 1.5;
}
.site-info span {
	display: block;
	text-align: center;
    margin: 7px 0;
}
.footer-widgets-area + .site-info .wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-info,
.site-info a {
	margin: 0;
    color: rgba(255, 255, 255, 0.40);
}
.site-info .social-icons {
	text-align: center;
	line-height: 44px;
}
#colophon .site-info a {
	color: #fff;
}
#colophon .social-icons li:not(:last-child) {
	margin-right: 10px;
}
#colophon .social-icons a:hover svg {
	fill-opacity: 1;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus,
#colophon .widget.widget_archive li a {
	text-decoration: underline;
}
.footer-widgets-area .widget ul li a:hover {
    text-decoration: underline;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area ul li ul {
    padding-top: 10px;
    padding-left: 15px;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
	margin-bottom: 0;
}
.footer-widgets-area .hentry {
	margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
	margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.footer-widgets-area.page-section.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 					WP TRAVEL
--------------------------------------------------------------*/
.archive.post-type-archive .wp-travel-toolbar .wp-toolbar-filter-field {
    padding: 6px 8px 5px;
}
.archive.post-type-archive .wp-travel-toolbar .wp-travel-filter-button {
    padding: 13px 9px;
}
.archive.post-type-archive .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter,
.wp-travel-archive-content #primary .wp-travel-explore a,
.archive.tax-travel_locations .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter,
.archive .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter  {
    padding: 9px 15px;
    font-size: 14px;
    background-color: #e5f8fc;
    color: #00bcd4;
    border: none;
    text-transform: uppercase;
}
.archive.post-type-archive .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter,
.archive .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter {
    border-radius: 0;
}
.archive:not(.post-type-archive) .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter {
    margin-top: 7px;
}
#primary .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter:hover,
#primary .wp-travel-toolbar .wp-travel-filter-button .btn-wp-travel-filter:focus,
.wp-travel-archive-content #primary .wp-travel-explore a:hover,
.wp-travel-archive-content #primary .wp-travel-explore a:focus,
.single.single-itineraries ul.availabily-list .availabily-content .btn:hover {
    background-color: #00bcd4;
    color: #fff;
}
#primary .wp-travel-average-review:before,
.single-itineraries .wp-travel-average-review:before {
    color: #f9a032;
}
#primary .wp-travel-default-article .travel-info .value {
	color: #75939b;
}
#primary .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right .trip-price {
    font-weight: 600;
    font-size: 22px;
}
.wp-travel-archive-content #primary .wp-travel-explore a {
    padding: 14px 38px;
}
.wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper li {
    float: left;
}
.archive.wp-travel-grid-mode .wp-travel-archive-content .wp-travel-itinerary-list {
	display: block;
}
.single.single-itineraries #wp-travel-content,
.single.single-itineraries .wp-travel-toolbar.clearfix,
.single.single-itineraries .wp-travel-archive-content {
    width: 90%;
    max-width: 1170px;
    margin: 50px auto;
}
.single.single-itineraries .wp-travel-trip-meta-info {
    margin-top: 0;
}
.single.single-itineraries .right-plot-inner-wrap .travel-info .title {
    color: #000;
     display: block; 
}
.single.single-itineraries .wp-travel-trip-meta-info {
    padding: 23px 0px;
}
.single.single-itineraries .right-plot-inner-wrap .wp-travel-trip-meta-info ul li {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-right: 0; 
    margin-top: 0;
    font-size: 16px;
    position: relative;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.17);
    padding: 25px;
}
.single.single-itineraries .right-plot .right-plot-inner-wrap .travel-info .title {
	color: #fff;
	text-align: left;
	font-size: 20px;
}
.single.single-itineraries .wp-travel-trip-meta-info ul li:before {
    width: auto;
    height: auto;
}
.single.single-itineraries .wp-travel-content .wp-travel-trip-meta-info {
    padding: 0;
}
.single.single-itineraries  .wp-travel-tab-wrapper .tab-list.resp-tabs-list {
    max-width: 100%;
    margin: 0px auto 0;
    padding: 0 25px;
    position: relative;
    background-color: #f9f9f9;
}
.single.single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list li {
    color: #777;
    font-weight: 400;
    font-size: 15px;
}
.single.single-itineraries #reviews .comment-respond {
    background: transparent;
    border: none;
    margin: 0 auto;
    margin-top: 20px;
}
.single.single-itineraries ul.availabily-list .availabily-heading {
    font-size: 16px;
}
.single.single-itineraries ul.availabily-list .availabily-content .btn {
    border: none;
}
.single.single-itineraries .wp-travel-container-wrap h2,
.single.single-itineraries .wp-travel-itinerary-items {
    margin-top: 0;
    position: relative;
    z-index: 99;
}
.single.single-itineraries .wp-travel-related-posts {
    padding: 20px 0;
}
.single.single-itineraries #content {
    position: relative;
    overflow-x: visible;
}
.single.single-itineraries .wp-travel-related-posts:after {
   display: none;
}
.single.single-itineraries .wp-travel.trip-headline-wrapper .wp-travel-booknow-btn:hover,
.single.single-itineraries .wp-travel.trip-headline-wrapper .wp-travel-booknow-btn:focus {
    background-color: #ffbb44;
}
.single.single-itineraries .wp-travel.trip-headline-wrapper .wp-travel-booking-enquiry {
    transition: 0s;
}
.archive .secondary-inactive #primary {
    width: 100%;
    padding: 0;
}
.post-type-archive-itineraries .archive-blog-wrapper.posts-wrapper li:nth-child(2n+1) {
    clear: left;
}
.wp-tab-review-inner-wrapper .wp-travel-noreviews {
    text-align: left;
}
.wp-travel-related-posts.wp-travel-container-wrap .post-category .entry-meta .category-list-items {
    padding: 0;
    margin-top: -5px;
}
.entry-meta .category-list-items .wp-travel-caret:hover .sub-category-menu {
	top: 35px;
}
/*--------------------------------------------------------------
################################# Start wp travel layout compatible
--------------------------------------------------------------*/
/* wishlish icon a tag in archive 'list view'  and has sidebar */


.post-type-archive-itineraries.wptravel-layout-v1 #inner-content-wrapper .wp-travel-trips-has-sidebar  .grid-view #primary .wp-travel-add-to-wishlists{
	top: 13px;
    left: 12px;
    position: absolute;
}
/* wishlish icon a tag in archive 'grid view'  and has sidebar */
.post-type-archive-itineraries.wptravel-layout-v1 #inner-content-wrapper .wp-travel-trips-has-sidebar #primary .wp-travel-add-to-wishlists{
	/* position: relative;
	top: -45px; */
}
.post-type-archive-itineraries.wptravel-layout-v1 #inner-content-wrapper .wp-travel-trips-has-sidebar #primary .description-left{
	padding: 0px 15px;
}
.widget_wp_travel_featured  .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-title,
.widget.widget_wp_travel_location .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-title,
.widget.widget_wp_travel_trip_type .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-title,
.widget_wp_travel_sale_itineraries .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-title{
	padding-left: 20px;
}
.widget.widget_wp_travel_featured .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-header,
.widget.widget_wp_travel_location .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-header,
.widget.widget_wp_travel_trip_type .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-header,
.widget_wp_travel_sale_itineraries .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-header{
	padding: 0;
}
/* single trip page's trip-code and keywords, bookmark and ratings */
.wp-travel.trip-headline-wrapper .wp-travel-keywords{
	text-align: center;
}
.wp-travel.trip-headline-wrapper .wp-travel-average-review{
	float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
	margin-bottom: 20px;
}
/* single trip tab's lite version and dark version */
.wp-travel-tab-wrapper .tab-list.resp-tabs-list,
.dark-version .wp-travel-tab-wrapper .wp-travel button.slick-arrow{
	height: 68px !important;
}
.lite-version .wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-prev,
.lite-version .wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-next
{
	top: 34px !important;
	/* background-color: #00bcd4; */
}

.wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-prev,
.wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-next
{
	top: 34px !important;
	/* background-color: #00bcd4; */
}
/* dashboard  tab  */
.wptravel-layout-v2 .dashboard-tab #wp-travel-tab-content-bookings table,
.wptravel-layout-v2 .dashboard-tab #wp-travel-tab-content-payments table,
.wptravel-layout-v2 .dashboard-tab #wp-travel-tab-content-wishlists table{
	display: inline-table;
}
.no-sidebar.wptravel-layout-v2 .dashboard-tab #wp-travel-tab-content-bookings table,
.no-sidebar.wptravel-layout-v2 .dashboard-tab #wp-travel-tab-content-payments table,
.no-sidebar.wptravel-layout-v2 .dashboard-tab #wp-travel-tab-content-wishlists table{
	display: inline-table;
}
/* end of dashboard  tab  */



.dark-version .wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-prev,
.dark-version .wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-next
{
	top: 34px !important;
	background-color: #00bcd4;
}

/* travel guide svg social logo */
.wptravel-layout-v2 #guide .wp-travel-trip-guide-contents .wp-social svg{
	height: 25px;
	width: 25px;
}
/* travel guide  */
/* travel-guide single page */
.wp-travel-single-guide .wptravel-tg-social svg,
.post-type-archive-travel-guide .wp-social svg
{
	height: 25px;
	width: 25px;
}
.wptravel-tg-column .entry-title a, .wptravel-tourguide-container .entry-title a{
	color: #000;
}
/* End : travel guide */
.wptravel-layout-v2 .wptravel-tg-social a svg{
	height: 25px;
	width: 25px;
}
.wptravel-layout-v2 #guide .wp-travel-trip-guide-contents .wp-social{
	text-align: center;
}

/* archive page has sidebar grid view*/
.itinerary-2-per-row.grid-view #primary{
	width: 70%;
	/* float: none; */
	padding-right: 0;
	display: inline-block;
	float: left;
}
.itinerary-2-per-row.grid-view #secondary{
	width: 30%;
	display: inline-block;
}

/* archive page grid-view image height */
.wp-travel-itinerary-items .wp-travel-post-item-wrapper .wp-travel-post-thumbnail img{
	height: 230px;
}

/*    [wp_travel_itinerary_filter] shortcode filter background */
.wp-travel-toolbar .wp-travel-post-filter .wp-travel-filter-by-heading:not(.dark-version .wp-travel-toolbar .wp-travel-post-filter .wp-travel-filter-by-heading){
	background-color: unset !important;
}
.wp-travel-toolbar .wp-travel-post-filter .wp-travel-filter-by-heading h4{
	color: #000 !important;
}
/*  */

/* list view archive page bookmark icon and trip-type page same issue*/
.post-type-archive-itineraries.wptravel-layout-v1 #inner-content-wrapper .wp-travel-trips-has-sidebar #primary .description-left,
.wp-travel-default-article .wp-travel-entry-content-wrapper .description-left{
	position: relative;
}

/* .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists{

} */
.post-type-archive-itineraries.wptravel-layout-v1 #primary article .wp-travel-add-to-wishlists{
    top: 7px;
    position: absolute;
    left: 17px;
}
.widget_wp_travel_trip_type .wp-travel-add-to-wishlists,
.widget_wp_travel_sale_itineraries .wp-travel-add-to-wishlists{
	left: 0;
}



.widget_wp_travel_featured
/* End :list view archive page */

#wp-travel-tab-content-bookings .my-order table.order-list-table th{
	text-align: revert;
}


/* "wptravel->setting->trip date listing = dates" layout issue when book now callback button is clicked in single trip */
.single-itineraries #booking .wptravel-recurring-dates table{
	display: table;
}

/* wp travel dashboard primary and secondary section issue can be fixed from page  inspector option laytout options */
/* single page sale price issue */
.wp-travel.trip-headline-wrapper .wptravel-price-wrap,
.wp-travel.trip-headline-wrapper .wptravel-price-wrap .trip-price
	{
	width: 100%;
	text-align: center;padding: 15px;
}
/* END OF single page sale price issue */


/* save,offer banner issue in archive page, trip type categories etc */
.post-type-archive-itineraries #primary .wp-travel-savings,
.wptravel-layout-v1 #primary .wp-travel-savings,
.wptravel-layout-v1 #secondary .wp-travel-savings
{
	top : 0px;
}
/* END OF  save banner issue in archive page, trip type categories etc */

/* no sidebar case */
.post-type-archive.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #secondary,
.post-type-archive.no-sidebar #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar  #secondary,
.tax-itinerary_types.no-sidebar #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar  #secondary{
	display: none;
}
.post-type-archive.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary,
.tax-itinerary_types.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary{
	width: 100%;
}
/*  */

.wptravel-layout-v1 #content{
	overflow-x: unset;
}
/*--------------------------------------------------------------
## End wp travel layout compatible 
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 300px) {
	.tax-itinerary_types.wptravel-layout-v1:not(.wp-travel-grid-mode) #inner-content-wrapper .wp-travel-trips-has-sidebar #primary .description-left .wp-travel-add-to-wishlists {
		top: 26px !important;
		position: absolute !important;
		left: 0px !important;
	}

		/* no sidebar case  tax-itinerary_types*/
		.post-type-archive.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary .archive-blog-wrapper ,
		.tax-itinerary_types.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary .archive-blog-wrapper{
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			gap: 20px; /* Adds a gap of 10 pixels between each cell */
		}
		/*  */
}
@media screen and (min-width: 567px) {
		/* archive page grid view with sidebar */
		.wp-travel-trips-has-sidebar .wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper li {
			float: left;
			width: 95%;
			/* padding: 3%; */
			margin: 2%;
		}
		.wp-travel-trips-has-sidebar ul.wp-travel-itinerary-list{
			display: block !important;
		}
		/*  */


	#destinations .section-content.col-3 article,
	#popular-destinations article {
		width: 50%;
		float: left;
	}
	#destinations .section-content.col-3 article:nth-child(2n+1),
	#popular-destinations article:nth-child(2n+1) {
		clear: left;
	}
	#destinations .section-content.col-3 article:nth-last-child(-n+2),
	#popular-destinations article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#destinations .featured-image {
		padding: 150px 0;
	}
	#comments ol.children {
	    padding-left: 110px;
	}
	.right-sidebar #secondary, 
	.left-sidebar #secondary {
		margin-top: 50px;
	}
	#secondary .widget_social_icons li a svg {
		width: 30px;
		height: 30px;
	}
	.comment-metadata {
	    margin-top: -27px;
	}
	.footer-widgets-area.col-2 .hentry,
	.footer-widgets-area.col-4 .hentry {
		width: 50%;
		float: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(odd),
	.footer-widgets-area.col-4 .hentry:nth-child(odd) {
		padding-right: 40px;
	}
	.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 767px) {
	.tax-itinerary_types.wptravel-layout-v1:not(.wp-travel-grid-mode) #inner-content-wrapper .wp-travel-trips-has-sidebar #primary .description-left .wp-travel-add-to-wishlists{
		top: 6px !important;
		position: absolute !important;
		left: 20px !important;
	}
			/* no sidebar case */
			.post-type-archive.no-sidebar.wp-travel-grid-mode .wp-travel-trips-has-sidebar .wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper li,
			.tax-itinerary_types.no-sidebar.wp-travel-grid-mode .wp-travel-trips-has-sidebar .wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper li
			{
				float: unset;
				width: unset;
				padding: 0;
				margin: 0;
			}
			.post-type-archive.no-sidebar.wp-travel-grid-mode .wp-travel-trips-has-sidebar .wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper::before,
			.post-type-archive.no-sidebar.wp-travel-grid-mode .wp-travel-trips-has-sidebar .wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper::after,
			.tax-itinerary_types.no-sidebar.wp-travel-grid-mode .wp-travel-trips-has-sidebar .wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper::before,
			.tax-itinerary_types.no-sidebar.wp-travel-grid-mode .wp-travel-trips-has-sidebar .wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper::after{
				display: none;
			}
			.post-type-archive.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary .archive-blog-wrapper ,
			.tax-itinerary_types.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary .archive-blog-wrapper{
			
				grid-template-columns: repeat(2, 1fr);
				
			}
			/*  */
		/* archive page grid view with sidebar */
		.wp-travel-trips-has-sidebar ul.wp-travel-itinerary-list{
			display: block !important;
		}
		.wp-travel-trips-has-sidebar .wp-travel-itinerary-list .archive-blog-wrapper.posts-wrapper li {
			float: left;
			width: 45%;
			/* padding: 3%; */
			margin: 2%;
		}
	
		/* archive page list view with sidebar */
	
		/* dark version */
		.dark-version .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left {
			border-right-color: rgba(255, 255, 255, 0.10);
		}
		/*  */

    .col-1 .hentry {
        width: 100%;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	#top-bar .contact-info li:not(:last-child) {
	    margin-right: 15px;
	    padding-right: 15px;
	    border-right: 1px solid #d8d8d8;
	}
	#top-bar svg.dropdown-icon {
	    display: none !important;
	}
	#top-bar .wrapper {
	    display: block !important;
		height: auto !important;
	}
	#featured-slider + #our-services {
	    margin-top: -50px;
	    position: relative;
	    z-index: 10;
	}
	#our-services article {
	    width: 33.33%;
	    float: left;
	}
	#page-site-header .page-title {
		font-size: 68px;
	}
	.sticky-post-wrapper .entry-container:after {
		content: "";
		background-color: #fff;
		width: 80px;
		height: 86%;
		position: absolute;
		bottom: 0;
		right: -80px;
	}
	.single-wrapper #reply-title {
	    font-size: 42px;
	}
	.single-wrapper .comments-title {
	    font-size: 42px;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous {
	    padding-right: 25px;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		padding-left: 25px;
	}
	.footer-widgets-area.col-3 .hentry {
		margin-bottom: 0;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child) {
		padding-right: 40px;
	}
	.site-info.col-2 span {
		float: left;
		width: 50%;
		text-align: left;
	}
	.site-info span {
	    padding: 10px 0;
	}
	.site-info.col-2 span:nth-child(2) {
		float: right;
		text-align: right;
	}
	.site-info .wrapper {
	    padding: 0;
	}
	.site-info.col-2 .social-icons {
		text-align: right;
		float: right;
	}
	.ws-theme-cart-page .ws-theme-cart-list tbody td {
	    border-bottom: none;
	}
	.wp-travel-default-article .wp-travel-entry-content-wrapper .description-left {
	    border-right: 1px solid #eee;
	}
	.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
	    border-left: none;
        padding-left: 15px;
	}
	#primary .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right .trip-price {
		font-size: 18px;
	}

}
@media screen and (min-width: 992px) {
	.post-type-archive.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary .archive-blog-wrapper ,
	.tax-itinerary_types.no-sidebar.wp-travel-grid-mode #inner-content-wrapper .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary .archive-blog-wrapper{
	
		grid-template-columns: repeat(3, 1fr);
		
	}
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    #popular-destinations article {
		margin-bottom: 40px;
	}
    #destinations .section-content.col-3 article,
    #popular-destinations article {
		width: 33.33%;
	}
	#destinations .section-content.col-3 article:nth-child(2n+1),
	#popular-destinations article:nth-child(2n+1) {
		clear: none;
	}
	#destinations .section-content.col-3 article:nth-child(3n+1),
	#popular-destinations article:nth-child(3n+1) {
		clear: left;
	}
	#destinations .section-content.col-3 article:nth-last-child(-n+3),
	#popular-destinations article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	#discover-places .section-header {
	    margin-bottom: 28px;
	}
	#discover-places .read-more {
	    margin-top: 28px;
	}
	.destination-slider .slick-list {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.destination-slider .slick-current + .slick-slide {
	    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
	    border-radius: 5px;
	    transform: scale(1.2);
	    z-index: 100;
	}
	.destination-slider .entry-header {
		opacity: 0;
		visibility: hidden;
	}
	.destination-slider .slick-current + .slick-slide .entry-header {
		opacity: 1;
		visibility: visible;
	}
	.destination-slider .entry-title {
		font-size: 20px;
	}
	.destination-slider span {
		font-size: 14px;
	}
	.destination-slider .slick-prev {
	    left: 28%;
	}
	.destination-slider .slick-next {
	    right: 28%;
	}
	.choice-slider article {
	    margin: 0 180px;
	}
	.choice-slider .slick-track {
	    margin-left: -390px;
	}
	#travellers-choice .entry-container {
		right: -210px;
	}
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 40px;
	}
	.footer-widgets-area.col-4 .hentry:last-child,
	.footer-widgets-area.col-5 .hentry:last-child {
		padding-right: 0;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
	.footer-widgets-area.col-5 .hentry:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
			/* start: widget fixes */
			.widget.widget_wp_travel_featured .wp-travel-itinerary-list,
			.widget.widget_wp_travel_location .wp-travel-itinerary-list,
			.widget.widget_wp_travel_trip_type .wp-travel-itinerary-list,
			.widget_wp_travel_sale_itineraries .wp-travel-itinerary-list{
				display: block !important;
			}
		
			/* end : widget fixes */
			/* archive page list view  */

	.main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	}
	.main-navigation ul#primary-menu li.current-menu-item > a:after,
	.main-navigation ul#primary-menu > li:hover > a:after,
	.main-navigation ul.nav-menu > li.user-logged-in:hover:after {
		content: "";
	    position: absolute;
	    bottom: 0;
	    background-color: #00bcd4;
	    width: 100%;
	    height: 5px;
	    left: 0;
	    right: 0;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul ul a:hover {
		opacity: 0.8;
	}
	.main-navigation ul.sub-menu li a {
	    color: #fff;
        padding: 10px 0;
	    border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	}
	.main-navigation ul.nav-menu > li.user-logged-in {
	    padding: 29px 0;
	    margin: 0 18px;
	}
	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}
	.main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li:focus > a {
		color: #fff;
	}
	.main-navigation .sub-menu svg {
		fill: #fff;
		right: 0;
	    margin-top: 5px;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: 0;
	    top: 100%;
	    display: none;
	}
	.main-navigation .search-active .icon-search {
		display: none;
	}
	.main-navigation .search-active .icon-close {
		display: inline-block;
	}
	#masthead .main-navigation ul ul li.menu-item-has-children > a {
	    padding-right: 35px;
	}
	#masthead .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 17px;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.main-navigation ul#primary-menu ul li.current-menu-item > a,
	.main-navigation ul#primary-menu ul li:hover > a,
	.main-navigation ul#primary-menu ul li:focus > a {
	    color: #fff;
	}
	.main-navigation ul#primary-menu .focus li > a {
	    color: #fff;
	    opacity: 0.8;
	}
	.main-navigation ul ul {
	    background-color: #00bcd4;
	    border-radius: 5px;
        padding: 10px 0;
	}
	.main-navigation ul ul li {
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
	.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
		fill: #fff;
	}
	.main-navigation ul li.user-logged-in:hover ul {
	    right: -15px;
	}
	#search:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #00bcd4;
	    position: absolute;
	    top: -9px;
	    right: 5px;
	}
	button.dropdown-toggle {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-navigation form.search-form {
	    border: 20px solid #1c2b42;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #1c2b42;
	}
	.main-navigation form.search-form svg.icon-search {
		fill: #1c2b42;
	}
	.menu-sticky #masthead.nav-shrink #top-bar {
		display: none;
	}
	.menu-sticky #masthead {
		position: sticky;
		top: 0;
	}
	.menu-sticky #masthead.nav-shrink {
	    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	}
	.customize-support.menu-sticky #masthead.nav-shrink {
	    top: 32px;
	}
	.menu-sticky #masthead.nav-shrink .site-logo img {
		max-height: 60px;
	}
	.menu-sticky #masthead.nav-shrink .site-branding {
	    min-height: 82px;
        padding: 5px 0;
	}
	.menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu > li > a {
	    padding: 27px 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu > li.user-logged-in {
		padding: 25px 0;
	}
	.menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu > li.user-logged-in img {
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}
	.page-section {
	    padding: 80px 0;
	}
	.blog-posts-wrapper article {
	    width: 50%;
	    float: left;
	}
	.blog-posts-wrapper article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 70%;
    	float: left;
    	padding-right: 40px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 30%;
    	float: right;
    	margin-top: 0;
    }
    .secondary-inactive #primary {
	    width: 100%;
	    float: none;
	    padding:0;
	}
    .left-sidebar #primary { 
    	float: right;
    	padding-right: 0;
    	padding-left: 40px;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .boxed-layout #page {
	    max-width: 1250px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.frame-layout {
	    max-width: 100%;
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
	    margin: 50px auto;
	}
	.footer-widgets-area.page-section {
	    padding: 73px 0;
	}
}
@media screen and (min-width: 1200px) {
	#search:before {
	    right: 15px;
	}
	#destinations .featured-image {
		padding: 200px 0;
	}
}
@media screen and (min-width: 1900px) {
	.page-section,
	.footer-widgets-area.page-section {
	    padding: 100px 0;
	}
	.site-branding {
		min-height: 120px;
	}
	.main-navigation ul.nav-menu > li > a {
	    padding: 46px 0;
	}
	.user-logged-in img {
	    width: 50px;
	    object-fit: cover;
	    height: 50px;
	    border-radius: 50px;
	}
	.main-navigation ul.nav-menu > li.user-logged-in {
	    padding: 34px 0;
	}
	#featured-slider article {
		padding: 380px 0;
	}
	.featured-content-wrapper .entry-title {
	    font-size: 72px;
	}
	#featured-slider .slick-prev, 
	#featured-slider .slick-next {
		width: 64px;
		height: 64px;
		border-radius: 64px;
	}
	#featured-slider:hover .slick-prev {
	    left: 30px;
	}
	#featured-slider:hover .slick-next {
	    right: 30px;
	}
	.slick-prev, 
	.slick-next {
		width: 70px;
		height: 70px;
		border-radius: 70px;
	}
	#popular-destinations article {
		margin-bottom: 60px;
	}
	.destination-slider .slick-prev {
	    left: 28.8%;
	}
	.destination-slider .slick-next {
	    right: 28.8%;
	}
	.choice-slider article {
	    padding: 375px 0;
	}
	#page-site-header .page-title {
		font-size: 98px;
	}
	.single-wrapper .comments-title {
	    font-size: 52px;
	}
	.wp-travel.trip-headline-wrapper .right-plot-inner-wrap {
	    margin-bottom: 93px;
	}
	.tour-info {
	    margin-bottom: 100px;
	}
	.wp-travel-related-posts {
		padding-top: 93px;
	}
	.left-sidebar .sticky-post-wrapper .entry-title, 
	.right-sidebar .sticky-post-wrapper .entry-title {
	    font-size: 40px;
	}
	.frame-layout .contact-details ul li,
	.frame-layout .contact-details ul li a svg {
		margin-right: 15px;
	}
	.frame-layout .contact-details ul li:last-child {
		margin-right: 0;
	}
	.frame-layout {
	    padding-left: 70px;
	    padding-right: 70px;
	    margin: 70px auto;
	}
	#inner-content-wrapper {
	    padding: 100px 0;
	}
	#comments {
	    margin: 80px 0 0;
	}
	#respond {
	    margin-top: 55px;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child),
	.footer-widgets-area.col-2 .hentry:nth-child(odd) {
		padding-right: 100px;
	}
	.boxed-layout #page {
	    max-width: 1600px;
	    width: 90%;
	}
}
@media screen and (max-width: 1023px) {
	.menu-toggle {
		height: 90px;
	}
	.site-logo img {
	    max-height: 60px;
	}
	.site-branding {
		padding: 15px 0;
		min-height: 80px;
	}
	.site-title {
		font-size: 26px;
	}
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation ul.nav-menu > li {
		padding: 0;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	.main-navigation ul#primary-menu li.current-menu-item > a {
		color: #00bcd4;
	} 
	.main-navigation ul#primary-menu li:hover > a, 
	.main-navigation ul#primary-menu li:focus > a,
	.main-navigation ul.nav-menu > li > a {
		color: #2a3235;
	}
	.main-navigation ul ul,
	.main-navigation ul ul ul {
	    box-shadow: none;
	    float: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    display: none;
	}
	.main-navigation ul.sub-menu li {
	    padding-right: 0;
	}
	.main-navigation .menu-item-has-children > a:before,
	.main-navigation ul.nav-menu > li.user-logged-in:before {
	    content: "";
	    float: right;
	    position: relative;
	    right: 25px;
	    background-color: #ccc;
	    width: 1px;
	    height: 25px;
	}
	.main-navigation .menu-item-has-children > a:after {
	    padding-top: 3px;
	}
	.main-navigation ul.nav-menu > li > a,
	.main-navigation ul.sub-menu li a,
	.main-navigation ul.nav-menu > li.user-logged-in {
	    padding: 15px 15px 15px 25px;
	}
	.main-navigation ul.sub-menu li a {
		padding-left: 50px;
	}
	.main-navigation ul.sub-menu ul li a {
		padding-left: 75px;
	}
	.main-navigation ul.sub-menu ul ul li a {
		padding-left: 100px;
	}
	.main-navigation ul.sub-menu ul ul ul li a {
		padding-left: 125px;
	}
	.main-navigation .menu-item-has-children a svg {
		display: none;
	}
	.main-navigation ul.sub-menu li a {
		border-left: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #fff;
	    margin-top: 25px;
	}
	.main-navigation {
		position: static;
	}
	.main-navigation a {
		color: #1c2b42;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #1c2b42;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.menu-open .menu-toggle .icon-close {
		display: block;
		fill: #00bcd4;
		margin: auto;
		width: 20px;
    	height: 20px;
	}
	#masthead.site-header .main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    max-width: 400px;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
        border-top: 1px solid #eee;
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border: none;
	    min-height: 55px;
	}
	.main-navigation form.search-form button.search-submit {
		height: 59px;
	}
	.menu-open #search {
	    display: block !important;
	}
	.main-navigation form.search-form input {
		padding-left: 25px;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	.main-navigation ul.nav-menu > li.user-logged-in ul li a {
	    padding-left: 0;
	}
	#site-navigation ul ul {
		background-color: transparent;
	}
	.page-section {
	    padding: 60px 0;
	}
}

@media screen and (max-width: 992px) {
	.page-section {
	    padding: 60px 0;
	}
	#our-services {
		margin-top: 30px;
	}
	#our-services article {
		padding: 25px;
	}
	#our-services article:nth-child(2) {
		padding: 45px 25px;
	}
	.featured-content-wrapper .entry-title {
		font-size: 42px;
	}
	.wp-travel-filter p {
		width: 33.33%;
	}
	.wp-travel-search p.wp-travel-search {
	    text-align: center;
	    width: 100%;
	}
	.wp-travel-filter form input[type="submit"] {
		margin-top: 25px;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.travel-guide-wrapper {
		display: block;
	}
	#travellers-choice .slick-list {
		padding-bottom: 0;
	}
	#travellers-choice .entry-container {
		position: relative;
	    bottom: auto;
	    left: 0;
	    right: 0;
	    margin: auto;
	    padding: 30px;
	}
	.choice-slider article {
		padding: 80px 0;
	}
	.single-post-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 18px;
	}
	.wp-travel-trip-meta-info {
	    width: 90%;
	    max-width: 1200px;
	    margin: 30px auto 0;
	}
	.wp-travel-trip-meta-info ul li:before, 
	.wp-travel-trip-meta-info ul li.no-border:before {
		display: none;
	}
	.wp-travel-trip-meta-info ul li {
		padding: 0 15px;
		width: 33.33%;
		margin-bottom: 25px;
	}
	.wp-travel-trip-meta-info ul li:nth-child(3n+1) {
		clear: left;
	}
	.wp-travel-trip-meta-info ul li:last-child {
		border-right: none;
	}
	.wp-travel-trip-meta-info ul li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.wp-travel.trip-headline-wrapper .right-plot-inner-wrap {
		margin-bottom: 50px;
	}
	.wp-travel-related-posts:after {
		display: none;
	}
	.wp-travel-related-posts:before {
		height: 100%;
		display: block;
	}
	.wp-travel-related-posts {
		padding: 50px 0;
	}
	.wp-travel-tab-wrapper {
		margin-bottom: 50px !important;
	}
	.wp-travel-toolbar .wp-toolbar-filter-field, 
	.wp-travel-toolbar .wp-travel-filter-button {
	    width: 50%;
	    padding: 5px;
	}
	.wp-travel-toolbar .wp_travel_input_filters {
	    width: 100%;
	}
	.archive.post-type-archive .wp-travel-toolbar .wp-toolbar-filter-field {
		padding: 10px;
	}
	.wp-travel-related-posts.wp-travel-container-wrap > h2 {
	    font-size: 32px;
	}
	.wp-travel-feature-slide-content.featured-detail-section.right-plot .wp-travel-trip-meta-info {
	    width: 100%;
	}
	.ws-theme-cart-page .coupon input[type=submit], 
	.ws-theme-cart-page .actions .book-now-btn {
		margin-top: 10px;
		margin-right: 0;
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
			/* start: archive page filter select tag width */
.archive.post-type-archive .wp-travel-toolbar .wp-toolbar-filter-field{
	width: 100%;
}

/* End :archive page filter select width */

/* archive page has sidebar */
.itinerary-2-per-row.grid-view #primary{
	width: 100%;
	/* float: none; */
	padding-right: 0;
	display: inline-block;
	float: left;
}
.itinerary-2-per-row.grid-view #secondary{
	width: 100%;
	display: inline-block;
}
/*  */

	#top-bar .secondary-menu ul li {
	    float: none;
	    text-align: center;
	}
	#top-bar {
	    cursor: pointer;
	}
	.secondary-menu {
	    float: none;
	    margin-top: 10px;
	    text-align: center;
	}
	#top-bar .social-menu ul li {
		float: none;
		display: inline-block;
	}
	.secondary-menu ul li:not(:last-child):after {
		display: none;
	}
	#top-bar .wrapper {
	    display: none;
	    padding-top: 15px;
        margin-top: 8px
	}
	#top-bar.top-menu-active:before {
	    content: "";
	    background-color: #fff;
	    opacity: 0.4;
	    position: absolute;
	    top: 35px;
	    width: 100%;
	    left: 0;
	    height: 1px;
	}
	#top-bar ul li {
		float: none;
		text-align: center;
	}
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	.btn {
	    padding: 15px 30px;
	}
	#featured-slider article {
		padding: 250px 0;
	}
	.featured-content-wrapper {
		text-align: center;
	}
	.featured-content-wrapper .entry-title {
		font-size: 42px;
	}
	.slider-nav {
		display: none;
	}
	#featured-slider .slick-dots li:before {
		display: none;
	}
	#featured-slider .slick-dots li {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background-color: #fff;
		margin: 0 5px;
		float: none;
		display: inline-block;
	}
	#featured-slider .slick-dots {
		text-align: center;
		bottom: 25px;
	}
	.slick-prev, 
	.slick-next {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
	#our-services article,
	#our-services article:nth-child(2) {
		margin-top: 30px;
	}
	.wp-travel-filter p,
	.wp-travel-search p.wp-travel-search {
	    width: 50%;
    	text-align: left;
	}
	.wp-travel-filter p {
		margin-bottom: 20px;
	}
	.wp-travel-filter form input[type="submit"] {
	    margin-top: 35px;
    	width: 100%;
	}
	.wp-travel-filter p:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.blog-posts-wrapper .entry-title {
		font-size: 20px;
	}
	.comment-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
	}
	.post-navigation span.previous-article b, 
	.post-navigations span.previous-article b, 
	.post-navigation span.next-article b, 
	.post-navigations span.next-article b {
		font-size: 18px;
	}
	.pagination .page-numbers,
	.pagination .page-numbers.dots:hover,
	.pagination .page-numbers.dots:focus,
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		margin-bottom: 7px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 16px;
	}
	#respond {
		margin-top: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	nav.navigation.pagination {
		margin-top: 15px;
	}
	#secondary {
		margin-top: 30px;
	}
	.single-post-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.tags-links {
	    margin-bottom: 25px;
	}
	.navigation.post-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next svg {
		top: 10px;
	}
	.wp-travel-trip-meta-info ul li {
		width: 50%;
	}
	.wp-travel-trip-meta-info ul li:nth-child(3n+1) {
		clear: none;
	}
	.wp-travel-trip-meta-info ul li:nth-child(2n+1) {
		clear: left;
	}
	.wp-travel-trip-meta-info ul li:nth-last-child(-n+3) {
		margin-bottom: 25px;
	}
	.wp-travel-trip-meta-info ul li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.tour-info .tour-info-column .tour-info-item:nth-last-child(-n+3) {
	    margin-bottom: 50px;
	}
	.tour-info .tour-info-column .tour-info-item:last-child {
		margin-bottom: 0;
	}
	.ws-theme-cart-page .coupon input[type=submit], 
	.ws-theme-cart-page .actions .book-now-btn {
		margin: 0;
		float: none;
		display: inline-block;
		width: auto;
	}
	.ws-theme-cart-page .ws-theme-cart-list tbody,
	.ws-theme-cart-page .ws-theme-cart-list tr,
	.ws-theme-cart-page .ws-theme-cart-list th {
		display: block;
	}
	.ws-theme-cart-page .coupon input[type=text] {
		height: 54px;
	}
	.ws-theme-cart-page button[disabled] {
	    padding: 19px 40px;
	}
	.wp-travel-default-article .wp-travel-article-image-wrap,
	.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right .trip-price {
		text-align: left;
	}
	.wp-travel-default-article .wp-travel-entry-content-wrapper .description-left {
	    width: 100%;
	    float: none;
	    padding: 20px 0;
	}
	.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
		padding: 0;
	}
	.wp-travel-toolbar .wp-travel-filter-button {
		margin: 0;
	}
	.wp-travel-toolbar .wp-travel-filter-button {
		text-align: left;
	}
	.wp-travel-itinerary-items ul.wp-travel-itinerary-list {
		padding: 15px !important;
	}
	.wp-travel-related-posts.wp-travel-container-wrap .wp-travel-itinerary-items ul.wp-travel-itinerary-list {
		padding: 0 !important;
	}
	#secondary .wp-travel-itinerary-items ul.wp-travel-itinerary-list li {
	    margin: 0 0 10px;
	    padding: 0;
	}
	.single.single-itineraries .right-plot-inner-wrap .wp-travel-trip-meta-info ul li {
		width: 50%;
	    border-left: none;
	}
}
@media screen and (max-width: 567px) {
			/* smaller screen archive page */
			.wp-travel-trips-has-sidebar ul.wp-travel-itinerary-list{
				display: block !important;
			}
			/*  */

	.menu-toggle svg.icon-menu {
	    width: 25px;
	    height: 25px;
	}
	.menu-toggle {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 3000;
	    text-align: center;
	    float: none;
		top: 0;
		width: 50px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.menu-toggle.active {
	    margin-right: -22px;
	}
	.site-logo img {
	    margin-right: 10px;
	}
	.site-description {
	    font-size: 14px;
	}
	.menu-toggle svg.icon-close {
	    width: 16px;
	    height: 16px;
	}
	.site-title {
	    font-size: 22px;
	}
	.featured-content-wrapper .entry-title {
		font-size: 32px;
	}
	#featured-slider .slick-prev,
	#featured-slider .slick-next {
		opacity: 0;
		visibility: hidden;
	}
	.wp-travel-filter p, 
	.wp-travel-search p.wp-travel-search {
	    width: 100%;
	    text-align: left;
	}
	.wp-travel-filter form input[type="submit"] {
		margin-top: 0;
	}
	.wp-travel-search p.wp-travel-search {
		margin-top: 25px;
	}
	.wp-travel-filter p {
		padding: 0;
	}
	.wp-travel-filter form {
		margin: 0;
	}
	.wp-travel-trip-time.trip-fixed-departure,
	.wp-travel-trip-time.trip-fixed-departure + .clearfix {
		float: none;
		display: inline-block;
	}
	.wp-travel-trip-time.trip-fixed-departure + .clearfix {
		margin-top: 15px;
    	width: 100%;
	}
	#page-site-header {
	    padding: 200px 0;
	}
	#page-site-header .page-title {
		font-size: 32px;
	}
	.blog-posts-wrapper .featured-image,
	.blog-posts-wrapper .entry-container {
		width: 100%;
		float: none;
	}
	.blog-posts-wrapper .featured-image {
		padding: 150px 0;
	}
	.blog-posts-wrapper .more-link {
		position: relative;
		bottom: 0;
		margin-top: 25px;
		display: inline-block;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before, 
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	.site-main .comment-navigation, 
	.site-main .post-navigation {
		margin-top: 25px;
	}
	.site-main .posts-navigation {
		margin-top: 0;
	}
	.single-wrapper .comments-title {
	    margin-bottom: 0;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 25px;
	}
	.comment-metadata {
	    float: none;
	    padding-right: 0;
	}
	.comment-content {
	    padding: 25px;
	    margin-left: 20px;
        margin-top: 30px;
	}
	.comment-meta .fn {
		padding-left: 0;
	}
	.comment-meta img {
		margin-top: 0;
	}
	#comments ol.children .comment-metadata {
	    padding-right: 90px;
	}
	#comments ol.children .comment-content {
		margin-right: 0;
	}
	.comment-content:before {
	    border-right-color: transparent;
	    border-bottom-color: #f5f5f3;
	    left: 20px;
	    top: -18px;
	}
	#comments ol.children .comment-content:before {
	    border-right-color: transparent;
    	border-bottom-color: #f5f5f3;
	}
	blockquote.alignright {
		margin-left: 0;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
	.footer-widgets-area {
	    text-align: center;
	}
	.wp-travel-trip-meta-info ul li,
	.wp-travel-trip-meta-info ul li:last-child {
	    width: 100%;
	    text-align: center;
	}
	.wp-travel-trip-meta-info ul li:nth-last-child(-n+2) {
	    margin-bottom: 25px;
	}
	.wp-travel-trip-meta-info ul li:last-child {
		margin-bottom: 0;
	}
	.wp-travel-trip-meta-info {
		padding: 35px 30px;
	}
	.wp-travel-tab-wrapper .tab-list.resp-tabs-list {
		text-align: center;
		margin: 25px auto 0;
	    padding: 25px;
	}
	.wp-travel-tab-wrapper .tab-list.resp-tabs-list li {
		padding: 15px 14px;
	}
	.wp-travel-tab-wrapper .tab-list.resp-tabs-list li,
	.wp-travel-tab-wrapper .tab-list.resp-tabs-list:after {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.wp-travel-tab-wrapper .tab-list.resp-tabs-list li.resp-tab-active {
		width: auto;
	}
	.ws-theme-cart-page .coupon input[type=text] {
	    height: 50px;
	    margin-bottom: 10px;
	    display: block;
	}
	.wp-travel-toolbar .wp-toolbar-filter-field, 
	.wp-travel-toolbar .wp-travel-filter-button {
	    width: 100%;
	    float: none;
	    padding: 5px;
	}
	.archive.post-type-archive .wp-travel-toolbar .wp-travel-filter-button {
	    margin-top: 10px;
	    padding-top: 0;
	}
	.single.single-itineraries .right-plot-inner-wrap .wp-travel-trip-meta-info ul li {
		width: 100%;
	    border-right: none;
	    border-top: none;
        margin-bottom: 0;
	}
	.wp-travel.trip-headline-wrapper .wp-travel-booknow-btn, 
	#wp-travel-send-enquiries {
	    width: 100%;
	    margin: 5px 0;
	    max-width: 300px;
	}
	.btn_full.wp-travel-update-cart-btn.update-cart {
		float: none;
	}
}
.wp-travel-tab-wrapper .wp-travel button.slick-arrow {
	top: 34px;
}
.archive .wp-travel-toolbar .wp-travel-post-filter .wp-travel-filter-by-heading h4 {
    background-color: #fff;
    color: unset;
    height: unset;
}
#wp-travel-tab-wrapper{
	z-index: 111;
}
.wp-travel-navigation.wp-paging-navigation {
	display: none;
}

#secondary .widget .wp-travel-itinerary-list li:not(:last-child){
	margin-bottom: 15PX;
}

.wp-travel-itinerary-items .wp-travel-itinerary-list #secondary li{
	border: none;
}

.wp-travel-itinerary-items .wp-travel-itinerary-list #secondary .wp-travel-itinerary-list li{
	border: 1px solid #eaeaea;
}

.wp-travel-grid-mode .wp-travel-itinerary-list{
	padding-left: 0px;
}

.wp-travel-grid-mode .wp-travel-toolbar {
    margin-bottom: 0px;
}

.wp-travel.trip-headline-wrapper{
	padding-bottom: 20px;
}

.checkout-page-wrap{
	grid-gap: 0px;
}



.wp-travel-toolbar .wp-travel-post-filter {
    --gap: 0rem 0rem;
}

.wp-travel-post-item-wrapper .wp-travel-post-content{
	display: block;
    justify-content: space-between;
}


.single-itineraries .wp-travel.trip-headline-wrapper .wptravel-price-wrap {
    padding: 0px 0px 0px 0px;
}

@media screen and (min-width: 1024px){
	.post-type-archive.right-sidebar.wp-travel-grid-mode .wp-travel-archive-content.wp-travel-trips-has-sidebar .wp-travel-itinerary-list.itinerary-2-per-row.grid-view #primary{
		padding-right: 0px;
	}
}

.dark-version #secondary .widget > ul li, .dark-version #secondary .widget ul li{
    padding: 15px 20px;
    background-color: #333;
}

.wp-travel-related-posts .entry-title{
	line-height: 1px !important;
}


.wp-travel-related-posts .left-content .entry-title a{
	font-size: 20px !important;
}

.description-left .entry-meta a, .description-left .entry-meta i {
    font-size: 12px;
}

.wp-travel.trip-headline-wrapper .featured-detail-section.right-plot{
	height: 100% !important;
}

/* booking modal */
.dark-version .wptravel-onepage-navigation-btn,
.dark-version .booknow-btn-modal .wptrave-singlepage-initial-nextbtn,
.dark-version .booknow-btn-modal .wptravel-onpage-header,
.dark-version.wptravel-layout-v2.ReactModal__Body--open .ReactModal__Content{
	background-color: #000;
}

.dark-version #wp-travel-country{
	background: #333;
}

.ReactModal__Body--open .ReactModalPortal{
	z-index: 9999;
}

.wp-block-latest-comments{
	padding-left: 0px;
}

#reviews{
	margin-top: 30px;
}

#reviews .comment-reply-link{ 
	margin-top: 20px;
}

#reviews .description p {
    padding-left: 0px;
}

.dark-version .navigation.post-navigation a, .dark-version .navigation.posts-navigation a {
    color: #fff;
}

.entry-meta span:not(:last-child):after{
	padding-right: 5px;
}


.main-navigation{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#wp-travel__add-to-cart_notice{
	z-index: 999999;
}

.dark-version.single-itineraries.wptravel-layout-v2 .wptravel-recurring-table-wrapper tr:nth-child(odd) {
    background-color: #bfbfbf;
}

.post-type-archive-itineraries .page-section .page-header{
	display: none;
}

@media screen and (max-width: 1023px) {
	.main-navigation a.wp-travel-add-to-cart-item-anchor {
		border-bottom: none !important;
		margin: 0px 10px;
	}
}

.post-type-archive-itineraries ul.wp-travel-itinerary-list.itinerary-3-per-row.grid-view {
	display: block;
}
.post-type-archive-itineraries .grid-view .archive-blog-wrapper{
	position: relative;
    display: grid;
    grid-gap: 20px;
    margin-left: 0;
    grid-template-columns: repeat(3, 1fr);
}
.post-type-archive-itineraries .grid-view .archive-blog-wrapper:before{
	display: none;
}

.archive.post-type-archive-itineraries .wp-travel-toolbar.clearfix{
	margin-top: 0px !important;
}

.wp-travel-trip-meta-info .travel-info.fixed-date-options,
.wp-travel-trip-meta-info .fixed-date-dropdown .dropbtn::after,
.wp-travel-trip-meta-info .fixed-date-dropdown .dropbtn,
.dark-version .fixed-date-dropdown .dropbtn::after,
.dark-version .fixed-date-dropdown .dropbtn,
.dark-version.wptravel-layout-v2 .wptravel-archive-wrapper.grid-view .view-box .view-content .right-content .footer-wrapper .trip-price .price-here,
.dark-version .category-list-items a{
	color: #fff !important;
}

#wp-travel__add-to-cart_notice strong{
	color: #000 !important;
}

.dark-version .fixed-date-dropdown .dropdown-content{
	background-color: #333;
}

#secondary .wp-block-heading{
	font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
}

.wp-block-latest-comments article {
    margin-bottom: 0px !important;
}

.wp-travel-add-to-cart-item-anchor{
	margin-left: 20px;
}