/**
Theme Name: Ultravel Pro
Theme URI: 
Author: themepalace
Author URI: https://themepalace.com
Version: 1.0.2
Requires PHP: 5.6
Tested up to: 6.4
Requires at least: 5.0
Text Domain: ultravel-pro
Description: Ultravel Pro is a multipurpose travel-based WordPress theme with a clean design and impressive functionality. The theme is suitable for any travel business ranging from travel agencies, tour operators, and tourist guides. Ultravel Pro is a finely crafted versatile WordPress theme with a bunch of pre-made demo styles and content. You can quickly launch your travel website within a few clicks. The theme is also easily customizable as you can apply any changes to the pre-made website and make a unique site of your own. Furthermore, the theme is integrated with powerful plugins like the WP Travel plugin and WooCommerce Plugin. While the WP travel plugin allows you to add unlimited customized itineraries, tours, and travel packages along with travel booking and receiving payments, the WooCommerce plugin helps you convert the website into an online store and sell these services online. Furthermore, You can display the needed information about your services and packages cleanly and attractively, and the users can book the travel package effortlessly. Ultravel Pro is a fully responsive WordPress theme. Moreover, the theme is translation-ready and also cross-browser compatible. 
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
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.
*/

/*--------------------------------------------------------------
>>> 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
# 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;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #97c680;
	-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;
}

@-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);}
}

#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;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #0bb3e4;}
    25% {height:30px;transform:translateY(15px);background: #0bb3e4;}
    50% {height:5px;transform:translateY(0px);background: #0bb3e4;}
    100% {height:5px;transform:translateY(0px);background: #0bb3e4;}
}

.backtotop {
    background-color: #000;
    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: #6d6d6d;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #97c680;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #97c680;}
	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: 'Oxygen', sans-serif;
	font-weight: 400;
}

#page {
    position: relative;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/uploads/pattern.png');
}

#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;
}

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

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: #1e1e2f;
	margin: 16px 0;
	line-height: 1.2;
	font-weight: 500;
	font-family: 'Exo 2', sans-serif;
}

h1 {
	margin: 0 0 16px;
}

mark {
	background: #ff0;
	color: #000;
}

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: 5px;
    font-weight: 400;
}

th {
	color: #000;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: rgb(30 30 47 / 80%);
	font-size: 18px;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	margin: 0 0 1em;
}
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: #f8f4f1; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    padding: 0 60px 0 40px;
    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%;
}

table#wp-calendar {
    display: table;
    width: 100%;
    overflow: auto;
}
/*--------------------------------------------------------------
# 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;
	text-decoration: none;
}

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;
	outline: thin dotted #000;
	text-decoration: none;
}

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;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 20px;
	background-color: #eee;
}

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: #000;
	outline: thin dotted;
}

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: 0;
}
#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: 10px;
}
#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%;
}
.comment-awaiting-moderation {
    display: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1e1e2f;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #97c680;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-navigation {
    background-color: #020202;
    z-index: 30000;
    position: relative;
}
#top-navigation .main-navigation ul.nav-menu > li > a {
	font-weight: 400;
	font-size: 16px;
}
#top-navigation .social-icons ul {
    display: inline-block;
}
#top-navigation .main-navigation ul.nav-menu > li.social-menu {
    margin-right: 0;
}
#masthead {
    position: relative;
    width: 100%;
    z-index: 3000;
    background-color: transparent;
    -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 {
    padding: 26px 0;
    float: left;
    display: flex;
    align-items: center;
    min-height: 100px;
    -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-wrapper {
    float: left;
}
.site-title {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    line-height: 1.3;
}
.site-title a {
    color: #000;
    text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
    color: #97c680;
}
.site-description {
    margin: 0;
    color: #666;
}
.site-logo {
    margin-right: 20px;
}
.site-logo img {
    max-height: 75px;
    width: auto;
    -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.nav-menu li.current-menu-item > a,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li:focus > a {
    color: #5d5d5d;
}
.main-navigation ul.nav-menu li:hover > svg,
.main-navigation ul.nav-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 ul.nav-menu > li.current-menu-item > a > svg {
    fill: #5d5d5d;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #000;
    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: 6px 0;
    color: #000;
}
.main-navigation ul.nav-menu > li {
	padding: 0 20px;
}
.main-navigation form.search-form input {
    background-color: #000;
    border-color: #000;
    color: #000;
    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,
#top-navigation .main-navigation ul.nav-menu > li > a:hover svg,
#top-navigation .main-navigation ul.nav-menu > li > a:focus svg,
.main-navigation ul.nav-menu > li > a:hover svg,
.main-navigation ul.nav-menu > li.current-menu-item > a:hover > svg,
.main-navigation ul.nav-menu > li.current-menu-item > a:focus > svg   {
	fill: #97c680;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus,
#top-navigation .main-navigation ul.nav-menu > li > a:hover,
#top-navigation .main-navigation ul.nav-menu > li > a:focus,
.main-navigation ul.nav-menu li.current-menu-item > a:hover,
.main-navigation ul.nav-menu li.current-menu-item > a:focus {
    color: #97c680;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #1e1e2f;
    position: relative;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.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: #000;
}
.main-navigation .count span {
    background-color: #6c6c6c;
    position: absolute;
    top: 0px;
    right: -8;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 0;
}
.main-navigation .count svg {
    fill: #000;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 200px;
}
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;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: #000;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #000;
    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;
    min-width: 112px;
}
.menu-label {
    float: right;
    color: #000;
    padding: 7px 0 0 10px;
}
.menu-open .menu-label {
    padding-top: 2px;
    color: #fff;
}
.menu-open .menu-toggle {
    padding-top: 10px;
}
svg.icon-menu {
    fill: #000;
    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;
}
.main-navigation .social-menu ul {
    position: relative;
    float: none;
    left: 0;
    background-color: transparent;
    display: inline-block;
}
.main-navigation .social-menu ul li {
	padding: 0;
	margin-right: 5px;
}
.main-navigation .social-menu ul li a {
	width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: rgb(0 0 0 / 0.10);
}
#masthead .main-navigation .social-menu ul li a svg {
	transform: none;
	fill: #000;
}
#masthead .main-navigation .social-menu ul li a:hover svg,
#masthead .main-navigation .social-menu ul li a:focus svg {
	fill: #fff;
}
.main-navigation .social-menu ul li a:hover,
.main-navigation .social-menu ul li a:focus {
	opacity: 1;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0 0;
	overflow: hidden;
}

.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: #97c680;
    text-decoration: none;
}
.navigation.pagination a {
    text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #000;
}
.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: #000;
    background-color: #eee;
    border: 1px solid #eee;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    border-color: #5d5d5d;
    background-color: #5d5d5d;
}
.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);
}
.navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation .nav-next svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #eee;
}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 30px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 18px;
	color: #000;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	color: #5d5d5d;
}
.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: #5d5d5d;
}
/*--------------------------------------------------------------
# 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: 40px;
}

#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 select:focus {
    outline: thin dotted;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

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;
    height: 50px;
    color: #fff;
    line-height: 1;
}
.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: #97c680;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input,
.jetpack_subscription_widget form  input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
    border: none;
}
#colophon .widget.widget_search {
    margin-top: 32px;
    margin-bottom: 25px;
}
#colophon .widget_search form.search-form input,
.jetpack_subscription_widget form  input {
    height: 60px;
}
.footer-widgets-area ul.social-icons li:before {
	display: none;
}
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;
}

#secondary .widget-header {
    margin-bottom: 23px;
}

#secondary .widget-subtitle {
    color: #1C1B1A;
    text-transform: uppercase;
    margin: 0;
}

#secondary .widget-title {
    font-size: 30px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 15px;
}

.widget li:not(:last-child) {
    margin-bottom: 20px;
}

.right-sidebar #secondary, 
.left-sidebar #secondary {
	margin-top: 50px;
}
#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget,
#wp-travel-secondary .widget {
    margin-bottom: 30px;
    padding: 30px 20px;
    background-color: #e1e1e1;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 3%);
}
.widget.widget_block.widget_search input  {
		background-color: #fff;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
#secondary .widget.widget_text {
    text-align: center;
}
#secondary .widget.widget_text h4 {
    font-size: 24px;
    margin-bottom: 5px;
}
.list-layout #secondary .widget.widget_text .read-more {
    margin-top: 18px;
}
#secondary .widget.widget_text .read-more .btn {
    background-color: rgb(68 65 156 / 10%);
    width: 100%;
    border: none;
    color: #44419c;
}
#secondary .widget.widget_text .read-more .btn:hover,
#secondary .widget.widget_text .read-more .btn:focus {
    background-color: #000;
    color: #fff;
}
#secondary .widget_search form.search-form input {
	background-color: #222;
	color: #fff;
}
#secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
input[type="submit"] {
    padding: 14px 38px;
    font-size: 20px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #97c680;
    border: 2px solid #97c680;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    -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;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #5d5d5d;
    border-color: #5d5d5d;
    color: #fff;
}
#secondary .cat-links a,
#secondary a:hover,
#secondary a:focus {
	color: #5d5d5d;
}
#secondary ul li a {
	color: #000;
	text-decoration: none;
}
#secondary .widget li:not(:last-child),
.widget.widget_block li:not(:last-child) {
    margin-bottom: 7px;
}
#secondary .cat-links a {
	font-size: 18px;
}
.widget.widget_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wp-block-button .wp-block-button__link:hover, 
.wp-block-button .wp-block-button__link:focus {
    background-color: #97c680;
    color: #fff;
}
.page .sharedaddy.sd-sharing-enabled,
.page .jetpack-likes-widget-wrapper {
    display: none;
}
.widget_editor_choice .entry-meta > span {
    display: inline-flex;
}
.second-design .widget_editor_choice .entry-meta > span:not(:first-child):before {
    color: #fff;
}

/*--------------------------------------------------------------
# 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;
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header small {
    font-size: 12px;
    color: #97c680;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.no-sidebar-content #inner-content-wrapper {
    margin: 0 auto;
}
.navigation.pagination svg {
    fill: #000;
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    left: -1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation.pagination .next svg {
	left: auto;
    right: -1px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
	fill: #fff;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 14px;
    height: 14px;
    fill: #000;
}
.navigation.posts-navigation .nav-previous svg.icon-up, 
.navigation.post-navigation .nav-previous svg.icon-up {
	margin-right: 10px;
}
.navigation.posts-navigation .nav-next svg.icon-up, 
.navigation.post-navigation .nav-next svg.icon-up {
	margin-left: 10px;
}
.single-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.single-wrapper article p {
    margin-top: 0;
    margin-bottom: 28px;
}
.single-wrapper article blockquote p {
    margin-bottom: 0;
}
.single-wrapper article img {
    margin-bottom: 30px;
}
.single-wrapper article .author-image img {
    margin-bottom: 0;
    border-radius: 50%;
}
.single-wrapper article p.first-letter:first-letter {
    display: inline-block;
    float: left;
    font-size: 90px;
    line-height: 0.6;
    margin: 16px 16px 0 0;
}
.posted-on a,
#secondary .posted-on a {
    text-decoration: none;
    color: #717e81;
    font-size: 18px;
}
#secondary .min-read {
    color: #000;
}
.posted-on a:hover,
.posted-on a:focus,
#secondary .posted-on a:hover,
#secondary .posted-on a:focus {
	color: #000;
}
.single-wrapper span.posted-on svg,
.single-wrapper span.cat-links svg {
    fill: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.single-wrapper span.cat-links svg {
	top: -2px;
}
.single-wrapper span.posted-on a:hover svg,
.single-wrapper span.posted-on a:focus svg,
.single-wrapper span.cat-links:hover svg {
    fill: #000;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
	content: "";
	padding: 0 5px;
}
.tags-title {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.tags-links {
    display: inline-block;
}
.tags-links a {
    color: #865FC1;
    background-color: #E7DFF4;
    display: inline-block;
    padding: 11px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 7px;
    margin-bottom: 10px;
}
.tags-links a:nth-child(1n) {
	color: #865FC1;
    background-color: #E7DFF4;
}
.tags-links a:nth-child(1n):hover,
.tags-links a:nth-child(1n):focus {
	color: #E7DFF4;
    background-color: #865FC1;
}
.tags-links a:nth-child(2n) {
	color: #EB4986;
    background-color: #FBDBE8;
}
.tags-links a:nth-child(2n):hover,
.tags-links a:nth-child(2n):focus {
	color: #FBDBE8;
    background-color: #EB4986;
}
.tags-links a:nth-child(3n) {
	color: #FF9933;
    background-color: #FEE7D7;
}
.tags-links a:nth-child(3n):hover,
.tags-links a:nth-child(3n):focus {
	color: #FEE7D7;
    background-color: #FF9933;
}
.single-wrapper span.tags-links a {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 5px;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #72757a;
    font-weight: 400;
}
.single-wrapper span.tags-links a:hover,
.single-wrapper span.tags-links a:focus {
	color: #97c680;
	border-color: #97c680;
}
.single-wrapper .entry-meta {
    margin-bottom: 25px;
}
.single-wrapper .entry-meta .date {
    font-size: 49px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-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-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: #97c680;
    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;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 32px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 40px;
}
ul.post-categories li:after {
    content: ".";
    padding: 0 8px;
    font-size: 30px;
    display: inline-block;
}
ul.post-categories li:not(:first-child) {
	margin-top: 5px;
}
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 .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 20px;
    font-size: 18px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
   	font-family: 'Libre Baskerville', 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: #5d5d5d;
    border-color: #5d5d5d;
    color: #fff;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    text-decoration: none;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-metadata a {
    text-decoration: none;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #eee;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -18px;
    top: 30px;
}
.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;
    font-weight: 400;
}
/*--------------------------------------------------------------
# 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: 15px;
    padding-right: 15px;
}
.page-section {
    padding: 60px 0;
}
.section-header {
    margin-bottom: 45px;
    text-align: center;
}
.section-subtitle {
    color: rgb(30 30 47 / 80%);
    margin: 0;
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
}
.section-title {
    font-size: 40px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    font-weight: 600;
}
.section-title a {
	text-decoration: none;
    color: #000;
}
.section-title a:hover,
.section-title a:focus {
	color: #5d5d5d;
}
.entry-title {
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 600;
}
.entry-title a {
	color: #1e1e2f;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #97c680;
}
.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: 14px 38px;
    font-size: 20px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #97c680;
    border: 2px solid #97c680;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    -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;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}
.btn:hover,
.btn:focus {
	background-color: #1e1e2f;
	border-color: #1e1e2f;
	color: #fff;
}
.read-more {
    text-align: center;
    margin-top: 30px;
}
.same-background + .same-background {
    padding-top: 0;
}
.col-1 article, 
.col-2 article, 
.col-3 article, 
.col-4 article,
.col-5 article,
.col-6 article {
	margin-bottom: 30px;
	width: 100%;
}
.col-1 article:last-child, 
.col-2 article:last-child, 
.col-3 article:last-child, 
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# 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: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    border-radius: 40px;
}
.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: #000000;
}
/*--------------------------------------------------------------
## 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: #000 !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: #000 !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: #000;
}

#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: #000;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 200px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#page-site-header .wrapper {
    position: relative;
}
#page-site-header .page-title {
	font-size: 52px;
	color: #fff;
    margin: 0;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
.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;
    text-decoration: none;
}
.trail-items li a:hover,
.trail-items li a:focus {
    opacity: 1;
    text-decoration: underline;
}

/*--------------------------------------------------------------
#  Slick Pagination
--------------------------------------------------------------*/
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/uploads/right-arrow.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:before {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.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: 50px;
}
.slick-next {
	right: 50px;
}
.slick-prev, 
.slick-next {
    border: 1px solid #97c680;
    background-color: #97c680;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
	filter: none;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 1px solid #97c680;
}
.slick-dots li.slick-active button {
	background-color: #97c680;
}
.slick-dots li button:focus {
	outline: thin dotted #000;
}
.slick-dots li button:before {
	display: none;
}

/*--------------------------------------------------------------
#  Hero Section
--------------------------------------------------------------*/
.featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}
#ultravel_pro_hero_slider_section {
    position: relative;
    padding-top: 15px;
}
.hero-slider.slick-initialized.slick-slider.slick-dotted {
	overflow: hidden !important;
	position: relative;
	margin: 0 -15px;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article .featured-image {
    padding: 350px 0;
    border-radius: 20px;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article  {
    padding: 0 15px;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article.slick-current  {
    
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article .entry-container {
    position: absolute;
    bottom: 100px;
    left: 0;
    transform: rotate(-90deg);
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article.slick-current  .entry-container {
    position: absolute;
    bottom: 100px;
    left: auto;
    transform: rotate(0deg);
    right: auto;
    width: 100%;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article .entry-container .entry-title {
    font-size: 40px;
    margin: 0;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article .entry-container a,
#ultravel_pro_hero_slider_section .hero-image-wrapper article .entry-container {
    color: #fff;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article .entry-container .icon-container {
	display: none;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article.slick-current .entry-container .icon-container {
	display: block;
}
#ultravel_pro_hero_slider_section .section-header {
    text-align: left;
}
#ultravel_pro_hero_slider_section .section-title {
    font-size: 53px;
}
#ultravel_pro_hero_slider_section .search-form {
    position: relative;
    max-width: 570px;
}
#ultravel_pro_hero_slider_section .search-form input {
    width: 100%;
    padding: 0 40px 0 35px;
    font-weight: 300;
    height: 100px;
    border-radius: 20px;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
}
#ultravel_pro_hero_slider_section .search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #97c680;
    border: none;
    width: 100px;
    border-radius: 0;
    height: 100px;
    border-radius: 20px;
}
#ultravel_pro_hero_slider_section .hero-content-wrapper {
	margin-bottom: 30px;
}
#ultravel_pro_hero_slider_section .travel-search {
    margin-right: px;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article.slick-current .entry-container .entry-header {
    float: left;
    margin-left: 110px;
}
#ultravel_pro_hero_slider_section .hero-image-wrapper article.slick-current .entry-container .icon-container {
    float: right;
    width: 80px;
    height: 80px;
    background-color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 80px;
    margin-right: 50px;
}

/*--------------------------------------------------------------
#  Tabs
--------------------------------------------------------------*/
.tabs {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center;
}
ul.tabs li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}
ul.tabs li a {
    text-decoration: none;
    color: #1e1e2f;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 10px;
    display: block;
}
ul.tabs li:last-child {
    margin-right: 0;
}
ul.tabs li a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #97c680;
    left: 0;
    right: 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;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
#ultravel_pro_tab_section article .featured-image {
    padding: 165px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}
#ultravel_pro_tab_section article:nth-child(1n) .featured-image {
    padding: 165px 0;
}
#ultravel_pro_tab_section article:nth-child(2n) .featured-image {
    padding: 200px 0;
}
#ultravel_pro_tab_section article:nth-child(3n) .featured-image {
    padding: 235px 0;
}
#ultravel_pro_tab_section article:nth-child(4n) .featured-image {
    padding: 165px 0;
}
#ultravel_pro_tab_section article .entry-title {
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
#  About section
--------------------------------------------------------------*/
#ultravel_pro_about_section .section-header-wrapper.clear {
    margin-bottom: 50px;
}
#ultravel_pro_about_section .section-header {
    text-align: center;
    float: none;
    max-width: 465px;
    margin: auto auto;
}
#ultravel_pro_about_section .section-header .read-more {
    text-align: left;
}
#ultravel_pro_about_section .section-header .read-more,
#ultravel_pro_about_section .section-content {
    display: none;
}
#ultravel_pro_about_section .about-wrapper .read-more {
    display: block;
}
#ultravel_pro_about_section .section-content {
    float: right;
    max-width: 685px;
    line-height: 1.8;
    margin-top: 30px;
}
#ultravel_pro_about_section article.has-post-thumbnail {
    position: relative;
    display: table;
    width: 100%;
}
#ultravel_pro_about_section article.has-post-thumbnail .featured-image {
    border-radius: 20px;
    padding: 350px 0;
    margin-bottom: 40px;
}
#ultravel_pro_about_section .services-item {
    padding-bottom: 50px;
}
#ultravel_pro_about_section .icon-container {
    float: left;
    padding-right: 25px;
    position: relative;
    padding-bottom: 20px;
}
#ultravel_pro_about_section .icon-container a {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    background-color: #fff;
    color: #bf8d5c;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
#ultravel_pro_about_section .services-item:nth-child(2) .icon-container a {
    color: #6c749d;
}
#ultravel_pro_about_section .services-item:nth-child(3) .icon-container a {
    color: #a969a9;
}
#ultravel_pro_about_section .entry-header {
    display: table-cell;
}
#ultravel_pro_about_section .services-item:not(:last-child) .icon-container:before {
    content: "";
    border: dashed rgb(119 119 119 / 30%);
    position: absolute;
    width: 0px;
    height: 65px;
    display: inline-block;
    bottom: -60px;
    left: -20px;
    right: 0;
    margin: auto;
    border-width: thin 1px;
}
#ultravel_pro_about_section .counter-wrapper {
    background-color: #97c680;
    padding: 20px 50px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
}
#ultravel_pro_about_section .counter-item {
    display: flex;
    align-items: center;
}
#ultravel_pro_about_section .counter-value {
    font-size: 50px;
    font-weight: 600;
}
#ultravel_pro_about_section .counter-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e1e2f;
    line-height: 18px;
    padding: 0 15px;
}

/*--------------------------------------------------------------
#  Activities Section
--------------------------------------------------------------*/
#ultravel_pro_activities_section article {
    padding: 0 15px;
}
.activities-slider {
    margin: 0 -15px;
}
#ultravel_pro_activities_section .featured-image {
    padding: 165px 0;
    border-radius: 20px;
    margin-bottom: 20px;
}
#ultravel_pro_activities_section .entry-title {
    margin-bottom: 0;
}
.activities-slider .slick-prev, .activities-slider .slick-next {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}
.activities-slider .slick-prev {
    left: -20px;
}
.activities-slider .slick-next {
    right: -20px;
}
#ultravel_pro_activities_section .slick-prev.slick-disabled {
	background-color: #97c680;
	border-color: #97c680;
}
.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before {
    opacity: 1;
}

#ultravel_pro_testimonial_section .section-header-wrapper {
    margin: 50px auto;
    text-align: center;
    max-width: 600px;
}
#ultravel_pro_testimonial_section .section-header {
    text-align: center;
    margin-bottom: 25px;
}
#ultravel_pro_testimonial_section .section-header .section-subtitle {
    margin-bottom: 10px;
}
#ultravel_pro_testimonial_section .image-wrapper {
    width: 48%;
    float: left;
    background-size: cover;
    background-position: 50%;
    padding: 225px 0;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.testimonial-wrapper {
    background-color: #97c680;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #97c680;
    right: -1px;
    left: auto;
    padding: 50px;
    max-width: 590px;
    width: 62%;
}
#ultravel_pro_testimonial_section .entry-title {
    margin-bottom: 5px;
    margin-top: 25px;
    font-size: 22px;
}
#ultravel_pro_testimonial_section .entry-title a:hover,
#ultravel_pro_testimonial_section .entry-title a:focus {
    opacity: 0.8;
    color: #1e1e2f;
}

/*--------------------------------------------------------------
#  Gallery Section
--------------------------------------------------------------*/
#ultravel_pro_gallery_section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
#ultravel_pro_gallery_section .section-header {
    max-width: 480px;
    text-align: center;
    margin: auto auto 45px;
}
#ultravel_pro_gallery_section .entry-header {
    background-color: #97c680;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#ultravel_pro_gallery_section .featured-image:hover .entry-header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#ultravel_pro_gallery_section .entry-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#ultravel_pro_gallery_section .entry-title a {
    color: #fff;
}

/*--------------------------------------------------------------
#  Subscreibe
--------------------------------------------------------------*/
#ultravel_pro_subscribe_now_section {
    padding-bottom: 0;
    position: relative;
}
#ultravel_pro_subscribe_now_section:after {
    content: "";
    background-color: #1e1e2f;
    height: 185px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
#ultravel_pro_subscribe_now_section .wrapper {
    max-width: 1400px;
    background-color: #97c680;
    padding: 90px 30px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}
#ultravel_pro_subscribe_now_section .section-header {
    margin-bottom: 25px;
    text-align: center;
}
#ultravel_pro_subscribe_now_section .section-title {
    margin-bottom: 20px;
}
#ultravel_pro_subscribe_now_section .subscribe-form-wrapper p {
    margin-bottom: 0;
    text-align: center;
}
#ultravel_pro_subscribe_now_section label {
    font-size: 18px;
}
#ultravel_pro_subscribe_now_section input[type="email"] {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 25px;
    background-color: #fff;
    color: #000;
}
#ultravel_pro_subscribe_now_section input[type="email"] {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 173px;
}
#ultravel_pro_subscribe_now_section .subscribe-form-wrapper p {
    margin-bottom: 0;
    text-align: center;
}
#ultravel_pro_subscribe_now_section button[type="submit"] {
    padding: 0;
    display: inline-block;
    text-align: center;
    background-color: #1e1e2f;
    border: 2px solid #1e1e2f;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    -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;
}
#ultravel_pro_subscribe_now_section #subscribe-check {
    margin-top: 15px;
}
#ultravel_pro_subscribe_now_section input[type="checkbox"] {
    margin-right: 7px;
    height: auto;
}
#ultravel_pro_subscribe_now_section label {
    font-size: 18px;
}
#ultravel_pro_subscribe_now_section input[type="email"] {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 25px;
    background-color: #fff;
    height: 60px;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50px;
}
#ultravel_pro_subscribe_now_section form ::-webkit-input-placeholder {
	color: #000;
}
.subscribe-form-wrapper svg {
    fill: #fff;
}



/*-------------------------------------------------------------------------
#  Widgets: Instagram / Popular Posts / Most Read Posts / No Image Posts
--------------------------------------------------------------------------*/
#secondary .widget_instagram ul,
#colophon .widget_instagram ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.widget_instagram ul li {
	padding: 0 10px;
}
.widget_instagram ul.col-1 li {
    width: 100%;
}
.widget_instagram ul.col-2 li {
    width: 50%;
}
.widget_instagram ul.col-3 li {
    width: 33.33%;
}
.widget_instagram ul.col-4 li {
    width: 25%;
}
.widget_instagram ul.col-5 li {
    width: 20%;
}
.widget_instagram ul.col-5 li {
    width: 16.66%;
}
.widget_instagram ul li img {
	width: 100%;
}
.widget_instagram button[type="submit"] {
    padding: 9px 35px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #97c680;
    border: 2px solid #97c680;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin-top: 10px;
    font-family: 'Libre Baskerville', 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_instagram button[type="submit"]:hover,
.widget_instagram button[type="submit"]:focus {
	background-color: #000;
    border-color: #000;
    color: #fff;
}
#secondary .widget.widget_instagram li:not(:last-child) {
	margin-bottom: 20px;
}
#secondary .widget.widget_popular_post li,
#secondary .widget.widget_most_read_post li,
#secondary .widget.widget_no_image_post li,
#secondary .widget.widget_editor_choice li {
	margin-bottom: 20px;
}
 #secondary .widget.widget_editor_choice li:first-child {
 	margin-bottom: 30px;
 }
#secondary .widget.widget_popular_post li:last-child,
#secondary .widget.widget_most_read_post li:last-child,
#secondary .widget.widget_editor_choice li:last-child,
#secondary .widget.widget_no_image_post li:last-child {
	margin-bottom: 0;
}
.widget_popular_post .has-post-thumbnail,
.widget_most_read_post .has-post-thumbnail,
.widget_editor_choice .has-post-thumbnail,
.widget_no_image_post li {
    display: table;
    width: 100%;
    position: relative;
}
.widget_popular_post .has-post-thumbnail .featured-image,
.widget_most_read_post .has-post-thumbnail .featured-image,
.widget_editor_choice .has-post-thumbnail .featured-image,
.widget_no_image_post .post-count {
	margin-right: 20px;
    width: 100px;
    height: 100px;
    float: left;
}
.widget_popular_post .has-post-thumbnail .featured-image img,
.widget_most_read_post .has-post-thumbnail .featured-image img,
.widget_editor_choice .has-post-thumbnail .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.widget_popular_post .has-post-thumbnail .entry-container,
.widget_most_read_post .has-post-thumbnail .entry-container,
.widget_editor_choice .has-post-thumbnail .entry-container,
.widget_no_image_post .entry-container {
	display: table;
}
.widget_popular_post .entry-title,
.widget_most_read_post .entry-title,
.widget_editor_choice .entry-title,
.widget_no_image_post .entry-title {
    margin: 0 0 3px;
    font-size: 18px;
    line-height: 1.7;
}
#secondary .widget.widget_most_read_post .cat-links li {
    margin-bottom: 0;
}
.widget_most_read_post li:first-child .featured-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
}
.widget_most_read_post ul.post-categories li {
    border-bottom: none;
    padding-bottom: 0;
}
.widget_no_image_post .post-count {
    font-size: 70px;
    color: #D2D2D2;
    line-height: 100px;
    font-weight: 600;
    width: 100px;
    height: 100px;
    margin-right: 5px;
    font-family: 'Libre Baskerville', serif;
}
#secondary .widget_no_image_post ul,
#colophon .widget_no_image_post ul {
    background-color: #F0F0F0;
    padding: 15px 30px;
}
.widget.widget_editor_choice ul li {
    position: relative;
}
.widget.widget_editor_choice ul li:first-child .entry-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    transform: translateY(-50%);
    margin: auto;
}
.widget.widget_editor_choice li:first-child .featured-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: none;
}
#content-wrapper .widget.widget_editor_choice ul li:first-child .entry-container a,
#inner-content-wrapper .widget.widget_editor_choice ul li:first-child .entry-container a  {
    color: #fff;
}
#content-wrapper .widget.widget_editor_choice ul li:first-child .entry-container a:hover,
#inner-content-wrapper .widget.widget_editor_choice ul li:first-child .entry-container a:hover {
    color: #fff;
    opacity: 0.8;
}
.latest-main .section-header {
    margin-bottom: 50px;
}
/*--------------------------------------------------------------
#  Archive / Blog
--------------------------------------------------------------*/
.archive-blog-wrapper .col-2 article,
.archive-blog-wrapper .col-3 article {
    margin-bottom: 50px;
}
.archive-blog-wrapper .col-2 article:last-child,
.archive-blog-wrapper .col-3 article:last-child {
    margin-bottom: 0;
}
.archive-blog-wrapper .featured-image {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 175px 0;
    margin-bottom: 23px;
}
.archive-blog-wrapper .cat-links {
    margin-bottom: 3px;
}
.archive-blog-wrapper .entry-title {
    font-size: 24px;
    color: #fff;
}
.archive-blog-wrapper article:nth-child(4n) .entry-meta {
    display: none;
}
.entry-meta span:not(:last-child):after {
    content: ".";
    padding: 0 8px;
    color: #c5ced0;
    font-size: 30px;
}
.archive-blog-wrapper .entry-meta span:not(:last-child):after {
    vertical-align: middle;
}
.archive-blog-wrapper .entry-meta > span {
    display: inline-flex;
}
.archive-blog-wrapper .read-more {
    text-align: left;
    max-width: 100%;
    margin-top: 30px;
}
.archive-blog-wrapper .read-more .btn {
    color: #000;
}
.archive-blog-wrapper .read-more .btn:hover,
.archive-blog-wrapper .read-more .btn:focus {
    color: #fff;
}
.entry-meta {
	padding: 0;
}
.archive-blog-wrapper .video-button a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgb(255 255 255 / 80%);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
} 
.video-button svg {
    width: 20px;
    height: 20px;
    fill: #000;
    margin-top: 40px;
}
/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
}
.single-wrapper .entry-meta span svg {
    fill: #82868b;
    margin-right: 10px;
}
.single-wrapper .entry-meta span.cat-links svg {
    margin-right: 7px;
}
.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta {
	margin-bottom: 15px;
}
.single-wrapper .entry-meta a, 
.single-wrapper .entry-meta i {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
    content: "-";
    vertical-align: middle;
}
.single-wrapper .entry-meta > span.post-categories:after,
.single-wrapper .entry-meta > span.tags-links:after {
	display: none;
}
.single-wrapper .post-categories + .tags-links {
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
}
.single-wrapper .entry-meta > span.tags-links a:hover,
.single-wrapper .entry-meta > span.tags-links a:focus {
    background-color: #97c680;
    color: #fff;
    border-color: #97c680;
}
.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 {
    color: #97c680;
    text-decoration: none;
    font-size: 18px;
}
ul.post-categories li a:hover,
ul.post-categories li a:focus {
	color: #717e81;
}


/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#ultravel_pro_featured_slider_section {
    position: relative;
}
#ultravel_pro_featured_slider_section .wrapper {
	position: relative;
}
.featured-slider article {
	background-color: #000;
    background-size: cover;
    background-position: 50%;
    padding: 200px 0;
    vertical-align: middle;
    position: relative;
}
.featured-content-wrapper {
    position: relative;
    z-index: 1;
}
.featured-content-wrapper .entry-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.featured-content-wrapper .section-subtitle {
    color: #fff;
    font-size: 18px;
}
.featured-content-wrapper .entry-title {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
}
.featured-content-wrapper .entry-title a,
.featured-content-wrapper .entry-content {
	color: #fff;
}
.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-title a:focus {
	opacity: 0.8;
}
.featured-content-wrapper .entry-content {
	margin-bottom: 33px;
}
.featured-slider .slick-dots li button {
	border-color: #fff;
}
.featured-slider .slick-dots li.slick-active button {
	background-color: #fff;
}
.featured-slider-gallery {
    max-width: 480px;
    margin: 0 auto;
}
.featured-slider-gallery article {
    position: relative;
}
.featured-slider-gallery .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    position: relative;
}
.featured-slider-gallery .entry-title {
    padding: 29px 50px;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #37ADE4;
}
.featured-slider-gallery .entry-title a {
	color: #fff;
}
.featured-slider-gallery .entry-title a:hover,
.featured-slider-gallery .entry-title a:focus {
	color: #fff;
	opacity: 0.8;
}
.featured-slider-gallery .featured-image a svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.featured-slider-gallery .slick-arrow {
    transform: none;
    top: auto;
    bottom: 15px;
    background-color: #37ADE4;
    border: none;
}
.featured-slider-gallery .slick-arrow:hover,
.featured-slider-gallery .slick-arrow:focus {
	background-color: #37ADE4;
}
.featured-slider-gallery .slick-prev {
    left: 0;
}
.featured-slider-gallery .slick-next {
    right: 0;
}
.featured-slider-gallery .slick-prev:before, 
.featured-slider-gallery .slick-next:before {
	width: 14px;
	height: 14px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-slide {
    outline: none;
}
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/uploads/right-arrow-angle.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:before {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.slick-prev,
.slick-next {
	background-color: #fff;
    width: 60px;
    height: 60px;
    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;
	border-color: #97c680;
	background-color: #97c680;
}
.slick-prev {
	left: 50px;
}
.slick-next {
	right: 50px;
}
.slick-prev, 
.slick-next {
    border: 1px solid #fff;
    background-color: #fff;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button {
	width: 13px;
	height: 13px;
	border-radius: 13px;
	border: 1px solid #d7d7d7;
	background-color: #d7d7d7;
}
.slick-dots li.slick-active button {
	background-color: #000;
}
.slick-dots li button:focus {
	outline: thin dotted #000;
}
.slick-dots li button:before {
	display: none;
}

/*--------------------------------------------------------------
#  Call To Action
--------------------------------------------------------------*/
#ultravel_pro_call_to_action_section .featured-image {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}
#ultravel_pro_call_to_action_section .wrapper {
    position: relative;
    text-align: center;
}
#ultravel_pro_call_to_action_section .entry-container {
    position: relative;
    max-width: 600px;
    margin: auto;
}
#ultravel_pro_call_to_action_section .entry-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
#ultravel_pro_call_to_action_section p {
    color: #fff;
    margin: 0;
    font-size: 18px;
}
#ultravel_pro_call_to_action_section .read-more {
    margin-top: 30px;
}

/*--------------------------------------------------------------
#  Gallery Section
--------------------------------------------------------------*/
#ultravel_pro_gallery_slider_section {
    padding-top: 0;
}
#ultravel_pro_gallery_slider_section .section-header {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#ultravel_pro_gallery_slider_section article {
    background-size: cover;
    background-position: 50%;
    padding: 220px 0;
    position: relative;
}
#ultravel_pro_gallery_slider_section .video-button a {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%;
    background-color: #000;
}
#ultravel_pro_gallery_slider_section .video-button svg,
#ultravel_pro_popular_posts_section .video-button svg {
	fill: #fff;
	width: 18px;
	height: 18px;
	margin-top: 0;
}
#ultravel_pro_gallery_slider_section .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 43px 50px;
    background: linear-gradient(0deg, rgba(0,0,0,.6) 0, transparent);
}
#ultravel_pro_gallery_slider_section .entry-title {
	font-size: 24px;
    font-weight: 500;
    margin: 0;
}
#ultravel_pro_gallery_slider_section .entry-title a {
    color: #fff;
}
#ultravel_pro_gallery_slider_section .entry-title a:hover,
#ultravel_pro_gallery_slider_section .entry-title a:focus {
	opacity: 0.8;
}
#ultravel_pro_gallery_slider_section .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}
#ultravel_pro_gallery_slider_section .slick-arrow {
    background-color: transparent;
    border: none;
}
#ultravel_pro_gallery_slider_section .slick-arrow:before {
	width: 50px;
	height: 50px;
}

/*--------------------------------------------------------------
#  Testimonial Section
--------------------------------------------------------------*/
#ultravel_pro_testimonial_section {
    background-size: cover;
    background-position: 50%;
    padding: 70px 0;
}
#ultravel_pro_testimonial_section .testimonial-slider {
    margin: 0 auto;
    max-width: 780px;
    position: relative;
    z-index: 1;
}
#ultravel_pro_testimonial_section .section-header {
    margin-bottom: 43px;
}
#ultravel_pro_testimonial_section .entry-title a {
    color: #fff;
}
#ultravel_pro_testimonial_section .testimonial-position {
    color: #fff;
}
#ultravel_pro_testimonial_section .featured-image {
    margin-bottom: 15px;
    text-align: center;
}
#ultravel_pro_testimonial_section .featured-image a {
	display: inline-block;
}
#ultravel_pro_testimonial_section .featured-image img {
	width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 90px;
    margin: 0 auto;
}
#ultravel_pro_testimonial_section .entry-container {
    text-align: center;
}
#ultravel_pro_testimonial_section .entry-header {
    margin-bottom: 5px;
}
#ultravel_pro_testimonial_section .entry-title {
    font-size: 20px;
    margin: 0 0 7px;
    font-weight: 500;
}
#ultravel_pro_testimonial_section .separator {
    background-color: #fff;
    width: 50px;
    height: 2px;
    display: inline-block;
    margin: 0 auto;
}
#ultravel_pro_testimonial_section .entry-content {
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
}
#ultravel_pro_testimonial_section .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}
#ultravel_pro_testimonial_section .slick-prev {
	left: 0;
}
#ultravel_pro_testimonial_section .slick-next {
	right: 0;
}
#ultravel_pro_testimonial_section .slick-arrow {
    border-radius: 0;
    background-color: #E9E9EA;
    border-color: #E9E9EA;
    width: 60px;
    height: 60px;
    margin-top: -100px;
}
#ultravel_pro_testimonial_section .slick-arrow:hover,
#ultravel_pro_testimonial_section .slick-arrow:focus {
	background-color: #97c680;
	border-color: #97c680;
}
#ultravel_pro_testimonial_section .slick-arrow:before {
	filter: none;
}
#ultravel_pro_testimonial_section .slick-arrow:hover:before,
#ultravel_pro_testimonial_section .slick-arrow:focus: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);
} 
#ultravel_pro_testimonial_section .slick-dots li button {
    border-color: #fff;
}
#ultravel_pro_testimonial_section .slick-dots li.slick-active button {
    background-color: #97c680;
  	border-color: #97c680;
}

/*--------------------------------------------------------------
#  Our Services Section
--------------------------------------------------------------*/
#ultravel_pro_our_services_section article {
    border: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 0;
}
#ultravel_pro_our_services_section .service-item-wrapper {
    text-align: center;
    padding: 60px 30px;
}
#ultravel_pro_our_services_section .icon-container {
	margin-bottom: 15px;
}
#ultravel_pro_our_services_section .icon-container a {
    font-size: 52px;
}
#ultravel_pro_our_services_section .entry-title {
    font-size: 22px;
    font-weight: 600;
}

/*--------------------------------------------------------------
#  Counter Section
--------------------------------------------------------------*/
#ultravel_pro_counter_section {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    padding: 120px 0;
}
#ultravel_pro_counter_section .wrapper {
	text-align: center;
	position: relative;
	z-index: 1;
}
#ultravel_pro_counter_section .section-title,
#ultravel_pro_counter_section .section-subtitle {
	color: #fff;
}
#ultravel_pro_counter_section .separator {
	background-color: #fff;
}
#ultravel_pro_counter_section .counter-value,
#ultravel_pro_counter_section .counter-title {
    font-size: 72px;
    color: #fff;
    margin: 0;
}
#ultravel_pro_counter_section .counter-title {
    font-size: 20px;
    font-weight: 500;
}


/*--------------------------------------------------------------
#  Our Team Section
--------------------------------------------------------------*/
#our-gallery + #ultravel_pro_our_team_section {
    padding-top: 0;
}
#ultravel_pro_our_team_section .team-item-wrapper {
    text-align: center;
}
#ultravel_pro_our_team_section .featured-image {
    margin-bottom: 25px;
}
#ultravel_pro_our_team_section .featured-image img {
    width: 100%;
}
#ultravel_pro_our_team_section .entry-title {
    margin: 5px 0 10px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#ultravel_pro_our_team_section .entry-content {
    margin-bottom: 20px;
    padding: 0 30px;
}
#sponsor-section article {
    text-align: center;
}

/*--------------------------------------------------------------
#  Shop Sections
--------------------------------------------------------------*/
#ultravel_pro_latest_products_section .grid {
	margin: -10px;
}
#ultravel_pro_latest_products_section .grid article {
	width: 100%;
    padding: 10px;
    margin-bottom: 0;
}
#ultravel_pro_latest_products_section .grid article:last-child {
	margin-bottom: 0;
}
#ultravel_pro_latest_products_section .featured-image {
    background-size: cover;
    background-position: 50%;
    background-color: #333;
    padding: 50px 0;
    text-align: center;
    position: relative;
}
#ultravel_pro_latest_products_section .entry-container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px;
}
#ultravel_pro_latest_products_section .entry-title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.1em;
}
#ultravel_pro_latest_products_section span.cat-links {
    margin-top: 10px;
    display: block;
}
#ultravel_pro_latest_products_section .cat-links li {
	display: block;
}
#ultravel_pro_latest_products_section .cat-links li:after {
	display: none;
}
#ultravel_pro_latest_products_section .cat-links a {
	color: #797973;
}
#ultravel_pro_latest_products_section .cat-links a:hover,
#ultravel_pro_latest_products_section .cat-links a:focus {
	color: #000;
}
#ultravel_pro_popular_products_section .section-header {
    margin-bottom: 25px;
}
#ultravel_pro_latest_products_section.page-section {
    padding-top: 0;
    margin-top: -75px;
}

#ultravel_pro_latest_products_section .entry-header a {
    text-decoration: none;
}
.product-filtering {
    text-align: center;
    margin-bottom: 45px;
}
ul.product-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
ul.product-nav li {
    text-align: center;
    float: left;
}
ul.product-nav li a {
    display: block;
    color: #000;
    padding: 11px 28px;
    border: 2px solid #E5E5E5;
    border-right: none;
    text-decoration: none;
}
ul.product-nav li:last-child a {
    border-right: 2px solid #E5E5E5;
}
ul.product-nav li.active a {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    right: auto;
    left: 25px;
    top: 10px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    padding: 0;
    background-color: #97c680;
    border-radius: 0;
    line-height: 1.3;
    padding: 4px 11px;
    font-weight: 400;
}
.product_meta a {
    color: #797973;
    text-transform: uppercase;
}
.product_meta a:hover,
.product_meta a:focus,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #97c680;
}
.woocommerce div.product p.price del {
	color: #797973;
    margin-right: 5px;
}
.woocommerce div.product .product_meta > span {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-weight: 600;
    font-size: 16px;
}
.woocommerce ul.products li.product .price {
    color: #97c680;
}
.woocommerce ul.products li.product .price {
    color: #97c680;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.products li.product .price del {
    color: #797973;
    opacity: 1;
    font-weight: 400;
    margin-right: 3px;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 8px 30px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #1e1e2f;
    background-color: transparent;
    color: #1e1e2f;
    text-transform: uppercase;
    border-radius: 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;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	border-color: #1e1e2f;
	background-color: #1e1e2f;
	color: #fff;
}
.woocommerce #ultravel_pro_popular_products_section ul.products li.first, 
.woocommerce-page #ultravel_pro_popular_products_section ul.products li.first {
	clear: none;
}
.woocommerce #ultravel_pro_popular_products_section ul.products, 
.woocommerce-page #ultravel_pro_popular_products_section ul.products {
	margin: 0 -15px;
}
.woocommerce #ultravel_pro_popular_products_section ul.products li.product, 
.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product {
	margin: 0;
	padding: 0 15px;
}
#ultravel_pro_popular_products_section ul.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 35px;
}
#ultravel_pro_popular_products_section .slick-arrow {
    background-color: transparent;
    border: none;
}
#ultravel_pro_popular_products_section .slick-arrow:before {
	width: 30px;
    height: 30px;
    opacity: 1;
}
body:not(.dark-version) #ultravel_pro_popular_products_section .slick-arrow:before {
	filter: none;
}
#ultravel_pro_popular_products_section .slick-prev {
    left: -50px;
}
#ultravel_pro_popular_products_section .slick-next {
    right: -50px;
}
.woocommerce #ultravel_pro_recent_products_section ul.products li.product, 
.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product,
.woocommerce #ultravel_pro_popular_products_section ul.products li.product, 
.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product {
	float: none;
	width: 100%;
	padding: 0;
}
.woocommerce #ultravel_pro_recent_products_section ul.products li.product:last-child, 
.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product:last-child,
.woocommerce #ultravel_pro_popular_products_section ul.products li.product:last-child, 
.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product:last-child {
	margin-bottom: 0;
}
#ultravel_pro_featured_products_section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 50px 0;
    position: relative;
}
#ultravel_pro_featured_products_section .entry-container {
	text-align: center;
    padding: 10px;
}
#ultravel_pro_featured_products_section .cat-links a {
    text-transform: uppercase;
    color: #fff;
}
#ultravel_pro_featured_products_section .entry-title {
	margin-bottom: 0;
    font-weight: bold;
}
#ultravel_pro_featured_products_section .entry-title a,
#ultravel_pro_featured_products_section .entry-content {
    color: #fff;
}
#ultravel_pro_featured_products_section .entry-content {
	margin-bottom: 15px;
}
#ultravel_pro_featured_products_section .entry-title a:hover,
#ultravel_pro_featured_products_section .entry-title a:focus,
#ultravel_pro_featured_products_section .cat-links a:hover,
#ultravel_pro_featured_products_section .cat-links a:focus {
	opacity: 0.8;
}
.category-title {
	font-size: 24px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    font-weight: 600;
    margin-bottom: 38px;
}
span.discount-offer {
    background-color: #97c680;
    color: #fff;
    line-height: 1.2;
    padding: 3px 7px;
    display: inline-block;
}
#ultravel_pro_recent_products_section + #ultravel_pro_featured_products_section + #ultravel_pro_recent_products_section,
#blogendar_pro_products_collection +
#ultravel_pro_featured_products_section + #blogendar_pro_trending_products {
    padding-top: 0;
}

@media screen and (min-width: 567px) {
	#ultravel_pro_latest_products_section .grid article {
		width: 50%;
	}
	.woocommerce #ultravel_pro_popular_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product,
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product {
		text-align: center;
	}
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product,
	.woocommerce #ultravel_pro_popular_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product:nth-child(2n+1),
		.woocommerce #ultravel_pro_popular_products_section ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product:nth-child(2n+1) {
		clear: left;
	}
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product:nth-last-child(-n+2), 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product:nth-last-child(-n+2),
	.woocommerce #ultravel_pro_popular_products_section ul.products li.product:nth-last-child(-n+2), 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product,
	.woocommerce #ultravel_pro_popular_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product {
		margin: 0;
	}
}

@media screen and (min-width: 767px) {
	#ultravel_pro_latest_products_section .featured-image {
		padding: 70px 0;
	}
	#ultravel_pro_featured_products_section .featured-image {
	    padding: 150px 0;
	}
	#ultravel_pro_featured_products_section .entry-container {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    width: 100%;
	    padding: 25px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	#ultravel_pro_featured_products_section .entry-title {
	    font-size: 32px;
	    margin-bottom: 7px;
	}
	#ultravel_pro_featured_products_section .cat-links {
	    margin-bottom: 2px;
	    display: block;
	}
	#ultravel_pro_featured_products_section .entry-content {
	    margin-bottom: 21px;
	}
	#ultravel_pro_hero_slider_section .hero-content-wrapper {
	    width: 32%;
	    float: left;
	    position: relative;
	    z-index: 99;
	    padding: 200px 0 0;
	    margin-bottom: 0;
	}
	#ultravel_pro_hero_slider_section .hero-image-wrapper {
	    width: 68%;
	    float: left;
	    margin-left: 0px;
	}
	#ultravel_pro_hero_slider_section .travel-search {
	    margin-right: -90px;
	}
	#ultravel_pro_about_section .section-header-wrapper.clear {
	    margin-bottom: 100px;
	}
	#ultravel_pro_about_section .counter-wrapper {
	    max-width: 570px;
	    top: -75px;
	    right: 120px;
	    left: auto;
	}
	#ultravel_pro_about_section .counter-item {
	    float: left;
	    width: 50%;
	}
	#ultravel_pro_about_section .counter-item:not(:last-child):after {
	    content: "";
	    height: 50px;
	    width: 1px;
	    left: 0;
	    right: 0;
	    background-color: #000;
	    margin: 0 23px;
	}

}

@media screen and (min-width: 992px) {
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product,
	.woocommerce #ultravel_pro_popular_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product {
		width: 25%;
	}
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product:nth-child(2n+1),
	.woocommerce #ultravel_pro_popular_products_section ul.products li.product:nth-child(2n+1), 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product:nth-child(2n+1) {
		clear: none;
	}
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product:nth-child(4n+1), 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product:nth-child(4n+1),
	.woocommerce #ultravel_pro_popular_products_section ul.products li.product:nth-child(4n+1), 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product:nth-child(4n+1) {
		clear: left;
	}
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product:nth-last-child(-n+4), 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product:nth-last-child(-n+4),
	.woocommerce #ultravel_pro_popular_products_section ul.products li.product:nth-last-child(-n+4), 
	.woocommerce-page #ultravel_pro_popular_products_section ul.products li.product:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	#ultravel_pro_sponsor_section .section-content {
	    display: flex;
	    align-items: center;
	}
	.main-navigation .count svg {
	    fill: #fff;
	}
}

@media screen and (min-width: 1200px) {
	#ultravel_pro_featured_products_section .featured-image {
	    padding: 250px 0;
	}
	#ultravel_pro_featured_products_section .entry-title {
		font-size: 42px;
	}
}


@media screen and (max-width: 567px) {
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product,
	.woocommerce #ultravel_pro_recent_products_section ul.products li.product, 
	.woocommerce-page #ultravel_pro_recent_products_section ul.products li.product {
		text-align: center;
	}
}

#ultravel_pro_popular_posts_section article:first-child {
    margin-bottom: 30px;
}
#ultravel_pro_popular_posts_section .section-content {
    margin: 0 -15px;
}
#ultravel_pro_popular_posts_section article {
    padding: 0 15px;
    margin-bottom: 20px;
}
#ultravel_pro_popular_posts_section .featured-image {
    padding: 200px 0;
    margin-bottom: 20px;
    border-radius: 20px;
}
#ultravel_pro_popular_posts_section .featured-image {
	margin-bottom: 40px;
}
#ultravel_pro_popular_posts_section article:not(:first-child).has-post-thumbnail {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
#ultravel_pro_popular_posts_section .video-button {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0;
    text-align: center;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
#ultravel_pro_popular_posts_section .video-button a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%;
    background-color: #000;
    display: inline-block;
}
#ultravel_pro_popular_posts_section article:not(:first-child).has-post-thumbnail .featured-image {
    width: 150px;
    padding: 0;
}
#ultravel_pro_popular_posts_section article:not(:first-child).has-post-thumbnail .entry-container {
    padding: 14px 30px;
}
#ultravel_pro_popular_posts_section article:not(:first-child) .featured-image .entry-meta, 
#ultravel_pro_popular_posts_section article:not(:first-child) .entry-meta.author-posted-on .byline, 
#ultravel_pro_popular_posts_section article:not(:first-child) .entry-content,
#ultravel_pro_popular_posts_section article:not(:first-child) span.cat-links ,
#ultravel_pro_popular_posts_section article:not(:first-child) .entry-meta span:not(:last-child):after,
#ultravel_pro_popular_posts_section article:first-child .entry-meta,
#ultravel_pro_popular_posts_section article:not(:first-child) .read-more {
    display: none;
}
#ultravel_pro_popular_posts_section .entry-header {
    margin-bottom: 10px;
}
#ultravel_pro_popular_posts_section .read-more {
    text-align: left;
}
#ultravel_pro_popular_posts_section .entry-content {
    line-height: 1.8;
}
#ultravel_pro_related_posts_section .featured-image {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 130px 0;
    margin-bottom: 23px;
}
#ultravel_pro_related_posts_section .entry-title {
    font-size: 24px;
}



@media screen and (min-width: 767px) {
	#ultravel_pro_popular_posts_section article, 
	#ultravel_pro_popular_posts_section article:not(:first-child).has-post-thumbnail {
	    width: 50%;
	    float: left;
	}
}


/*--------------------------------------------------------------
#  Second Design / Blog Design
--------------------------------------------------------------*/
.second-design .featured-slider .entry-meta a {
    color: #fff;
    font-size: 18px;
}
.second-design .featured-slider .entry-meta a:hover,
.second-design .featured-slider .entry-meta a:focus {
    color: #97c680;
}
.entry-meta > span {
    display: inline-block;
    vertical-align: middle;
}
.post-categories li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.second-design .entry-meta > span:not(:first-child):before {
    content: "|";
    margin: 0 10px;
}
.second-design .featured-slider .entry-meta > span:not(:first-child):before {
    color: #fff;
}
.second-design .entry-meta span:not(:last-child):after {
    display: none;
}

#secondary.entry-meta > span:not(:first-child):before {
    content: ".";
    margin: 0 10px;
}
/*--------------------------------------------------------------
#  Featured Posts Section
--------------------------------------------------------------*/
#ultravel_pro_featured_posts_section {
    padding-bottom: 0;
}
#ultravel_pro_featured_posts_section .featured-post-item {
    position: relative;
}
#ultravel_pro_featured_posts_section .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
#ultravel_pro_featured_posts_section .featured-image a:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(255,255,255,.95);
    box-shadow: 0 0 0 15px rgb(255 255 255 / 10%);
    will-change: opacity;
    opacity: 0;
    transition: opacity .6s,transform .4s cubic-bezier(.25,.46,.45,.94);
    pointer-events: none;
}
#ultravel_pro_featured_posts_section .featured-image a:hover:after,
#ultravel_pro_featured_posts_section .featured-image a:focus:after {
	opacity: 1;
}
#ultravel_pro_featured_posts_section .entry-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#ultravel_pro_featured_posts_section .entry-title a {
    background-color: #fff;
    display: inline-block;
    padding: 9px 20px;
}
.home #secondary .widget-title {
    margin-bottom: 20px;
}
#ultravel_pro_latest_posts  .post-wrapper {
    box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 6%);
}
#ultravel_pro_latest_posts .entry-container {
    padding: 30px;
}
#ultravel_pro_latest_posts .entry-meta {
    margin-bottom: 15px;
}
#ultravel_pro_latest_posts .entry-meta > span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
#ultravel_pro_latest_posts .post-wrapper .entry-title {
    font-size: 24px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#ultravel_pro_contact_section {
    background: #97c680;
}
#ultravel_pro_contact_section .wrapper {
    position: relative;
    z-index: 1;
}
#ultravel_pro_contact_section .section-title,
#ultravel_pro_contact_section .section-subtitle,
#ultravel_pro_contact_section label {
    color: #fff;
}
#ultravel_pro_contact_section .contact-information {
    display: block;
    margin-bottom: 40px;
}
#ultravel_pro_contact_section .contact-information ul {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
#ultravel_pro_contact_section .contact-information li {
	font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
#ultravel_pro_contact_section .contact-information i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: rgb(255 255 255 / 10%);
    font-size: 30px;
    margin-right: 20px;
}
#ultravel_pro_contact_section textarea {
    height: 150px;
}
#ultravel_pro_contact_section input[type="text"], 
#ultravel_pro_contact_section input[type="email"], 
#ultravel_pro_contact_section input[type="url"], 
#ultravel_pro_contact_section input[type="password"], 
#ultravel_pro_contact_section input[type="search"], 
#ultravel_pro_contact_section input[type="number"], 
#ultravel_pro_contact_section input[type="tel"], 
#ultravel_pro_contact_section input[type="range"], 
#ultravel_pro_contact_section input[type="date"], 
#ultravel_pro_contact_section input[type="month"], 
#ultravel_pro_contact_section input[type="week"], 
#ultravel_pro_contact_section input[type="time"], 
#ultravel_pro_contact_section input[type="datetime"], 
#ultravel_pro_contact_section input[type="datetime-local"], 
#ultravel_pro_contact_section input[type="color"], 
#ultravel_pro_contact_section textarea {
    background: #ffffff12;
    border: none;
    border-radius: 5px;
    color: #fff;
}
#ultravel_pro_contact_section input[type="submit"] {
	background-image: none;
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
#ultravel_pro_contact_section input[type="submit"]:hover,
#ultravel_pro_contact_section input[type="submit"]:focus {
	background-color: #1e1e2f;
	border-color: #1e1e2f;
	color: #fff;
}


/*--------------------------------------------------------------
#  Third Design / Education Design
--------------------------------------------------------------*/
.third-design .section-header {
    text-align: center;
    margin-bottom: 40px;
}
.third-design .page-section {
    padding: 80px 0;
}
.third-design #masthead .double-border-line {
    display: none;
}
.third-design .same-background + .same-background {
     padding-top: 0;
}


/*--------------------------------------------------------------
#  Fourth Design / Shop Design
--------------------------------------------------------------*/
.fourth-design .featured-content-wrapper .section-subtitle,
.third-design .featured-content-wrapper .section-subtitle {
	margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
	#ultravel_pro_contact_section .section-header-wrapper,
	#ultravel_pro_contact_section .section-content {
	    width: 50%;
	    float: left;
	}
	#ultravel_pro_contact_section .section-header {
		text-align: left;
	}
	#ultravel_pro_contact_section .section-content {
		padding-left: 50px;
	}
}

@media screen and (min-width: 1024px) {
	#ultravel_pro_subscribe_now_section .wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	#ultravel_pro_subscribe_now_section .section-header, 
	#ultravel_pro_subscribe_now_section .subscribe-form-wrapper {
	    width: 50%;
	    text-align: left;
	}
	#ultravel_pro_subscribe_now_section .section-header {
		max-width: 480px;
		margin-bottom: 0;
	}
	#ultravel_pro_subscribe_now_section .subscribe-form-wrapper {
	    max-width: 570px;
	    width: 49%;
	    float: right;
	    margin: 0;
	    text-align: right;
	}
	.subscribe-form-wrapper form {
	    position: relative;
	}
	#ultravel_pro_subscribe_now_section .subscribe-form-wrapper #subscribe-email {
	    width: 100%;
	}
	#ultravel_pro_subscribe_now_section .subscribe-form-wrapper p {
	    text-align: left;
	}
	#ultravel_pro_subscribe_now_section .subscribe-form-wrapper #subscribe-submit {
	    max-width: 215px;
	    width: 100%;
	}
	#ultravel_pro_subscribe_now_section .subscribe-form-wrapper p {
	    text-align: left;
	}
	#ultravel_pro_subscribe_now_section button[type="submit"] {
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	#ultravel_pro_subscribe_now_section .subscribe-form-wrapper p {
	    text-align: left;
	}
	.second-design .featured-content-wrapper .entry-title {
	    font-size: 62px;
	    text-transform: capitalize;
	}
	#ultravel_pro_contact_section form {
        margin: 0 -10px;
    }
    #ultravel_pro_contact_section form p {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #ultravel_pro_contact_section form p:nth-child(2),
    #ultravel_pro_contact_section form p:nth-child(3),
    #ultravel_pro_contact_section form p:nth-child(4) {
        width: 33.33%;
        float: left;
    }
    #ultravel_pro_about_section article.has-post-thumbnail .featured-image {
	    width: 65%;
	    float: left;
	    padding: 0;
	    position: absolute;
	    display: table-cell;
	    top: 0;
	    right: 0;
	    height: 100%;
	    padding: 0;
	    margin-bottom: 0;
	}
    #ultravel_pro_about_section article.has-post-thumbnail .entry-container {
	    width: 35%;
	    float: left;
	    display: table-cell;
	    margin: 50px 0;
	    padding-right: 0px;
	}
	#ultravel_pro_testimonial_section .section-header {
	    text-align: left;
	}
	#ultravel_pro_testimonial_section .section-header-wrapper {
	    width: 35%;
	    float: left;
	    max-width: 100%;
	    text-align: left;
	}
	.testimonial-content {
	    width: 65%;
	    float: right;
	    padding-left: 50px;
	}
}


@media screen and (min-width: 1900px) {
	#ultravel_pro_subscribe_now_section .wrapper {
	    max-width: 1400px;
	}
	#ultravel_pro_hero_slider_section .hero-image-wrapper article  {
	    width:200px !important;
	    padding: 0 15px;
	}
	#ultravel_pro_hero_slider_section .hero-image-wrapper article.slick-current  {
	    width: 600px !important;
	}
	#ultravel_pro_hero_slider_section .section-title {
	    font-size: 72px;
	}
}


/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #1e1e2f;
    font-size: 18px;
}
.widget.widget_text img {
    margin-bottom: 20px;
    margin-right: 12px;
}
.footer-widgets-area a {
    color: #333;
}
#colophon li a,
#colophon {
    text-decoration: none;
    color: rgb(255 255 255 / 50%);
}
.footer-widgets-area.page-section {
    padding: 90px 0;
}
#colophon .footer-menu li.current-menu-item a {
    color: #fff;
}
#colophon a:hover,
#colophon a:focus {
    color: #97c680;
}
#colophon .widget-title,
#colophon .jetpack_subscription_widget .widgettitle,
#colophon .jetpack_subscription_widget .widget-title,
.widget_block h1, 
.widget_block h2, 
.widget_block h3, 
.widget_block h4, 
.widget_block h5, 
.widget_block h6 {
    font-size: 30px;
    margin: 0 0 35px;
    color: #fff;
}
.footer-logo img {
    max-height: 60px;
    width: auto;
}
.footer-logo-wrapper {
    text-align: center;
}
.footer-logo-wrapper:after {
    content: "";
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    display: block;
    width: 100%;
}
.footer-logo-wrapper > div, 
.footer-logo-wrapper > ul {
    padding: 40px 0;
}
.footer-logo-wrapper > div + ul {
    padding-top: 0;
}
.site-info span {
	display: block;
	text-align: center;
    padding: 5px 0;
    color: rgb(255 255 255 / 50%);
}
.site-info,
.site-info a {
	margin: 0;
}
.site-info .social-icons {
	text-align: center;
	line-height: 44px;
}
.footer-widgets-area + .site-info .wrapper {
    border-top: 1px solid rgb(255 255 255 / 20%);
}
#colophon .site-info a {
	color: #fff;
	text-decoration: none;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
	color: #5d5d5d;
}
#colophon .social-icons li:not(:last-child) {
	margin-right: 10px;
}
#colophon .social-icons a:hover svg {
	fill-opacity: 1;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.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;
}
#colophon .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: rgb(255 255 255 / 20%);
}
#colophon .social-icons li a svg {
	width: 20px;
    height: 20px;
	fill: #fff;
}
#colophon .social-icons li a:hover svg,
#colophon .social-icons li a:focus svg {
	fill: #fff;
	opacity: 1;
}
#colophon .site-info span:first-child a {
    color: rgb(255 255 255 / 50%);
}
#colophon .site-info span:first-child a:hover,
#colophon .site-info span:first-child a:focus {
    color: #fff;
}
#colophon .site-info.col-2 span:first-child {
    margin-top: 10px;
}
#colophon .widget_text .btn {
    background-color: #33cc66;
    border-color: #33cc66;
    color: #fff;
    padding: 14px 35px;
}
#colophon .widget_text .btn:hover,
#colophon .widget_text .btn:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.jetpack_subscription_widget #subscribe-text {
    margin-bottom: 25px;
}
.jetpack_subscription_widget form {
    position: relative;
}
.jetpack_subscription_widget #subscribe-submit {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.jetpack_subscription_widget input[type="submit"], 
.jetpack_subscription_widget button[type="submit"] {
    padding: 19px 22px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    color: #000;
    border: none;
    outline: none;
    position: relative;
    text-align: center;
    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;
}

.jetpack_subscription_widget input[type="submit"]:hover, 
.jetpack_subscription_widget input[type="submit"]:focus, 
.jetpack_subscription_widget button[type="submit"]:hover, 
.jetpack_subscription_widget button[type="submit"]:focus {
    background-color: #5d5d5d;
    color: #fff;
}
.jetpack_subscription_widget input[type="submit"]:hover svg, 
.jetpack_subscription_widget input[type="submit"]:focus svg, 
.jetpack_subscription_widget button[type="submit"]:hover svg, 
.jetpack_subscription_widget button[type="submit"]:focus svg {
    fill: #fff;
}
.error-404.not-found {
    text-align: center;
}
.error-404.not-found .page-content {
    margin-top: 50px;
}
.error-404.not-found form {
    max-width: 500px;
    margin: auto;
}
.error-404.not-found .read-more {
    margin-top: 30px;
}
.error-404.not-found .read-more .btn {
   color: #111;
}
.error-404.not-found .read-more .btn:hover,
.error-404.not-found .read-more .btn:focus {
   color: #fff;
}
/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Dark Version 
--------------------------------------------------------------*/
.dark-version,
.dark-version #colophon .widget select,
.dark-version #masthead,
.dark-version .count-wrapper select,
.dark-version #ultravel_pro_contact_section,
.dark-version #ultravel_pro_featured_posts_section .entry-title a,
.dark-version.menu-sticky #masthead {
    background-color: #000;
}

.dark-version #top-navigation,
.dark-version .navigation.post-navigation, 
.dark-version .navigation.posts-navigation,
.dark-version .widget select,
.dark-version #colophon,
.dark-version.woocommerce #respond input#submit, 
.dark-version.woocommerce a.button, 
.dark-version.woocommerce button.button, 
.dark-version.woocommerce input.button,
.dark-version pre,
.dark-version blockquote,
.dark-version .comment-content,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version #respond input[type="url"], 
.dark-version input[type="password"], 
.dark-version #respond input[type="search"],
.dark-version #respond textarea,
.dark-version textarea,
.dark-version #faq h4:hover, .dark-version .global-faq-shortcode h4:hover, .dark-version .checkout-accordion h4:hover,
.dark-version .load-more:hover,
.dark-version #secondary .widget,
.dark-version #ultravel_pro_subscribe_now_section:after,
.dark-version #ultravel_pro_latest_products_section .entry-container,
.dark-version .widget.widget_block,
.dark-version.archive  select,
.dark-version.wptravel-layout-v2 .wptravel-archive-wrapper .view-box,
.dark-version .wp-travel-itinerary-items .wp-travel-itinerary-list li,
.dark-version  .checkout-page-wrap .wp-travel-form-field select {
	background-color: #111;
}

.dark-version.archive  select {
	border-color: #111;
}

.dark-version .comment-content:before {
	border-right-color: #111;
}

.dark-version input[type="submit"]:hover, 
.dark-version input[type="submit"]:focus,
.dark-version .reply a:hover, 
.dark-version .reply a:focus {
	background-color: #fff;
}

.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version p,
.dark-version a,
.dark-version, 
.dark-version select,
.dark-version #respond label,
.dark-version #secondary ul li a,
.dark-version ul.post-categories li a:hover, 
.dark-version ul.post-categories li a:focus, 
.dark-version .cat-links a:hover, 
.dark-version .cat-links a:focus,
.dark-version .navigation.post-navigation a, 
.dark-version .navigation.posts-navigation a,
.dark-version th,
.dark-version .site-info span,
.dark-version #colophon .site-info a:hover,
.dark-version #colophon .site-info a:focus,
.dark-version #secondary .widget-subtitle,
.dark-version.woocommerce #respond input#submit, 
.dark-version.woocommerce a.button, 
.dark-version.woocommerce button.button, 
.dark-version.woocommerce input.button,
.dark-version .menu-label,
.dark-version .site-title a,
.dark-version figcaption,
.dark-version #trending-products span.cat-links a,
.dark-version #trending-products .price del,
.dark-version #respond input[type="text"], 
.dark-version input[type="email"], 
.dark-version #respond input[type="url"], 
.dark-version input[type="password"], 
.dark-version #respond input[type="search"],
.dark-version #respond textarea,
.dark-version ul.tabs li a,
.dark-version .count-wrapper,
.dark-version .grid-item-wrapper .min-read,
.dark-version #secondary .min-read,
.dark-version .widget.widget_block a,
.dark-version .wp-block-button.is-style-outline .wp-block-button__link, 
.dark-version .wp-block-button__link.is-style-outline,
.dark-version.archive  select,
.dark-version.wptravel-layout-v2 .wptravel-archive-wrapper.grid-view .view-box .view-content .right-content .footer-wrapper .trip-price .price-here,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version #respond input[type="url"], 
.dark-version input[type="password"], 
.dark-version #respond input[type="search"],
.dark-version #respond textarea,
.dark-version textarea,
.dark-version .wp-travel-itinerary-items .wp-travel-post-wrap-bg .trip-price ins,
.dark-version #shopping-cart .cart-summary .list-group li>div .trip-content .trip-item-name-price .trip-name h5 a,
.dark-version #shopping-cart .cart-summary .cart-header .subtitle,
.dark-version  .checkout-page-wrap .wp-travel-form-field select {
    color: #fff;
}

.dark-version input[type="submit"]:hover, 
.dark-version input[type="submit"]:focus,
.dark-version .reply a:hover, 
.dark-version .reply a:focus {
    color: #000;
}

.dark-version .entry-title a:hover,
.dark-version .entry-title a:focus,
.dark-version .navigation.post-navigation a:hover, 
.dark-version .navigation.posts-navigation a:focus,
.dark-version .single-wrapper .entry-meta a:hover,
.dark-version .comment-meta .url:hover,
.dark-version .comment-metadata a:hover,
.dark-version ul.tabs li a:hover,
.dark-version ul.tabs li a:focus,
.dark-version ul.tabs li a.active,
.dark-version .posted-on a:hover, 
.dark-version .posted-on a:focus, 
.dark-version #secondary .posted-on a:hover, 
.dark-version #secondary .posted-on a:focus,
.dark-version .widget.widget_block a:hover,
.dark-version .widget.widget_block a:focus,
.dark-version #secondary a:hover, 
.dark-version #secondary a:focus,
.dark-version a:hover,
.dark-version a:focus {
    color: #fff;
    opacity: 0.8;
}

.dark-version #shopping-cart .cart-summary .cart-header .title svg path,
.dark-version .navigation.posts-navigation svg, 
.dark-version .navigation.post-navigation svg,
.dark-version .navigation.post-navigation a:hover svg, 
.dark-version .navigation.posts-navigation a:hover svg, 
.dark-version .navigation.post-navigation a:focus svg, 
.dark-version .navigation.posts-navigation a:focus svg,
.dark-version svg.icon-menu,
.dark-version .menu-open .menu-toggle .icon-close,
.dark-version #subscribe-now .social-icons a svg,
.dark-version #colophon .social-icons li a svg,
.dark-version .social-icons li a svg,
.dark-version ul.tabs li svg {
	fill: #fff;
}

.dark-version .archive-blog-wrapper .grid article .featured-image,
.dark-version .archive-blog-wrapper .grid article .featured-image:after,
.dark-version #content-wrapper #secondary, 
.dark-version #inner-content-wrapper #secondary,
.dark-version #ultravel_pro_our_services_section article,
.dark-version .reply a {
    border-color: #fff;
}

@media screen and (min-width: 1024px) {
	.dark-version .main-navigation ul.nav-menu > li > a,
	.dark-version .main-navigation ul.nav-menu li.current-menu-item > a  {
	    color: #fff;
	}
	.dark-version .main-navigation ul.nav-menu > li > a:hover,
	.dark-version .main-navigation ul.nav-menu > li > a:focus {
	    color: #fff;
	    opacity: 0.8;
	}
	.dark-version .main-navigation ul.nav-menu > li > a > svg {
	    fill: #fff;
	}
	.dark-version .main-navigation .social-menu ul li a {
		background-color: #fff;
	}
}











/* start: Compatible with wptravel */


.widget.widget_categories ul li a:hover,
.widget.widget_categories ul li a:hover,
.tagcloud a:hover,
.tagcloud a:hover,
#secondary .widget a:hover,
#secondary .widget a:hover {
color: #fff;
}

/* wishlish icon a tag in archive 'list view'  and has sidebar */
.post-type-archive-itineraries.wptravel-layout-v1 .wp-travel-trips-has-sidebar #inner-content-wrapper  #primary .wp-travel-add-to-wishlists,
.archive.tax-itinerary_types.wptravel-layout-v1 .wp-travel-trips-has-sidebar #inner-content-wrapper  #primary .wp-travel-add-to-wishlists{
	top: 11px;
    left: 12px;
    position: absolute;
}
/*  */

.post-type-archive-itineraries.wptravel-layout-v1 .wp-travel-trips-has-sidebar #inner-content-wrapper #primary .description-left,
.wp-travel-trips-has-sidebar .description-left{
	position: relative;
	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;
}
/* widget ko  */
.widget_wp_travel_trip_type .wp-travel-add-to-wishlists,
.widget_wp_travel_sale_itineraries .wp-travel-add-to-wishlists{
	left: 0;
}

/* end of widget ko */
/* 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{
	height: 68px !important;
}

.post-type-archive:not(.wp-travel-grid-mode) .wp-travel-archive-content.wp-travel-trips-has-sidebar article .wp-travel-add-to-wishlists,
.tax-itinerary_types:not(.wp-travel-grid-mode) .wp-travel-archive-content.wp-travel-trips-has-sidebar article .wp-travel-add-to-wishlists{
top: 5px;
left: 20px;
}

/* travel guide svg social logo */
.wptravel-layout-v2 #guide .wp-travel-trip-guide-contents .wp-social 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;
}

.post-type-archive .wp-travel-archive-content.wp-travel-trips-has-sidebar article .wp-travel-savings,
.tax-itinerary_types .wp-travel-archive-content.wp-travel-trips-has-sidebar article .wp-travel-savings{
	top: 0px;
}
/* archive page image height */
.wp-travel-itinerary-items .wp-travel-post-item-wrapper .wp-travel-post-thumbnail img{
	height: 230px;
}
/* archive page grid-view image height */
.post-type-archive .wp-travel-itinerary-items .wp-travel-itinerary-list.grid-view .wp-travel-post-item-wrapper .wp-travel-post-thumbnail img{
	height: 230px;
}
.wptravel-layout-v1 .wp-travel-itinerary-items .wp-travel-itinerary-list.grid-view .wp-travel-post-item-wrapper .wp-travel-add-to-wishlists{
	top: 15px;
}



/* End :list view archive page */

/* wp travel dashboard primary and secondary section issue can be fixed from page  inspector option laytout options */

#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;
}

/*  End OF "wptravel->setting->trip date listing = dates" layout issue when book now callback button is clicked in single trip */


/* 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 */

/* wp travel dashboard ko booking tabs ma table ko width display: inline-block */


/* END OF wp travel dashboard ko booking tabs ma table ko width display: inline-block */


/* dashboard  tab lite version  */
.wptravel-layout-v1.dashboard-tab #wp-travel-tab-content-bookings table,
.wptravel-layout-v1 .dashboard-tab #wp-travel-tab-content-payments table,
.wptravel-layout-v1 .dashboard-tab #wp-travel-tab-content-wishlists table{
	display: inline-table;
}
.no-sidebar.wptravel-layout-v1 .dashboard-tab #wp-travel-tab-content-bookings table,
.no-sidebar.wptravel-layout-v1 .dashboard-tab #wp-travel-tab-content-payments table,
.no-sidebar.wptravel-layout-v1 .dashboard-tab #wp-travel-tab-content-wishlists table{
	display: inline-table;
}
/* end of dashboard  tab lite version */
.post-type-archive-itineraries:not(.wp-travel-grid-mode) #inner-content-wrapper #primary article.wp-travel-default-article .description-left,
.archive.tax-itinerary_types:not(.wp-travel-grid-mode) #inner-content-wrapper #primary article.wp-travel-default-article .description-left{
	position: relative;
}

/* no sidebar */

.post-type-archive.no-sidebar.wp-travel-grid-mode  .wp-travel-archive-content.wp-travel-trips-has-sidebar #inner-content-wrapper  #secondary,
.post-type-archive.no-sidebar .wp-travel-archive-content.wp-travel-trips-has-sidebar #inner-content-wrapper  #secondary,
.tax-itinerary_types.no-sidebar .wp-travel-archive-content.wp-travel-trips-has-sidebar  #inner-content-wrapper #secondary{
	display: none;
}
.post-type-archive.no-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,
.post-type-archive.no-sidebar .wp-travel-archive-content.wp-travel-trips-has-sidebar #inner-content-wrapper  #primary,
.tax-itinerary_types.no-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{
	width: 100% !important;
	padding-right: 0px;
}
/*  */



/* facts grid layout in single trip page */
.single-itineraries.wptravel-layout-v2 #wp-travel-content .tour-info .tour-info-column{
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}
.tour-info .tour-info-column .tour-info-item{
	font-style: normal;
	justify-content: flex-start !important;
}
.single-itineraries.wptravel-layout-v2 #wp-travel-content .wp-travel-feature-slide-content .wp-travel-trip-code,
.single-itineraries.wptravel-layout-v2 #wp-travel-content .wp-travel-feature-slide-content .wp-travel-trip-code.trip-short-desc,
.single-itineraries.wptravel-layout-v2 #wp-travel-content .wp-travel-feature-slide-content .wp-travel-keywords{
	text-align: left !important;
}
/*  */
/* single trip tab's lite version and dark version */
.wp-travel-tab-wrapper .tab-list.resp-tabs-list,
 .wp-travel-tab-wrapper .wp-travel button.slick-arrow{
	height: 68px !important;
}
 .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; */
}


/* travel guide svg social logo */
.wptravel-layout-v2 #guide .wp-travel-trip-guide-contents .wp-social svg{
	height: 25px;
	width: 25px;
}
.wptravel-layout-v2 #guide .wp-travel-trip-guide-contents .wp-social{
	text-align: center;
}
/* 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;
}
.dark-version .wptravel-tg-column .entry-title a, .wptravel-tourguide-container .entry-title a,
.dark-version .wptravel-sidebar-wrapper h3
{
	color: #fff !important;
}
.dark-version .wptravel-tg-column .entry-title a, .wptravel-tourguide-container .entry-title a:hover{
	color: #cf2e2e;
}
.dark-version aside.wptravel-travel-guide-details h3,
.dark-version .wp-travel-single-guide h3.section-title,
.dark-version .wptravel-tourguide-name-details h2{
	color: #00d084 !important;
}

.dark-version .wptravel-sidebar-wrapper{
	background:#333;
}
/* End : travel guide */
.wptravel-layout-v2 .wptravel-tg-social a svg{
	height: 25px;
	width: 25px;
}

/* newslatter */
#wp-travel-enquiries .wp-travel-enquiry-subscribe-section label.radio-checkbox-label input{
	vertical-align: middle;
}

/* dark version */

.dark-version .dashboard-tab ul.resp-tabs-list,
.dark-version #wp-travel-tab-content-bookings .my-order .table-wrp, .mfp-content .my-order .table-wrp,
.dark-version #wp-travel-tab-content-bookings .my-order, .mfp-content .my-order{
	background: #333;
}
.dark-version .dashboard-tab ul.resp-tabs-list li.resp-tab-active{
	color: #fff;
	background-color: #a90124;
}
.dark-version.wptravel-layout-v2 .wptravel-archive-wrapper .view-box .view-content .left-content .trip-icons span,
.dark-version .wptravel-tourguide-all-trip h3{
	color: #fff;
}
.dark-version .dashboard-tab ul.resp-tabs-list li:hover{
	color: #fff;
}
.dark-version.wptravel-layout-v2 .wptravel-archive-wrapper.grid-view .view-box .view-content .right-content .explore-btn:hover{
	background-color:#ffa628;
}
.dark-version #wp-travel-tab-content-bookings .my-order table.order-list-table th, 
.dark-version #wp-travel-tab-content-bookings .my-order table.my-order-payment-details th, 
.dark-version .mfp-content .my-order table.order-list-table th, 
.dark-version .mfp-content .my-order table.my-order-payment-details th,
.dark-version #wp-travel-tab-content-bookings .my-order .order-wrapper>h3, .mfp-content .my-order .order-wrapper>h3,
.dark-version #wp-travel-tab-content-bookings .my-order table.order-list-table td, 
.dark-version #wp-travel-tab-content-bookings .my-order table.my-order-payment-details td, 
.dark-version .mfp-content .my-order table.order-list-table td, 
.dark-version .mfp-content .my-order table.my-order-payment-details td,
.dark-version .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__pricing-name button
{
	color: #fff;
}
.dark-version .wp-travel-calendar-view .wp-travel-booking__notice,
.dark-version .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__trip-option-list li,
.dark-version .wptravel-tourguide-all-trip{
	background-color: transparent;
}
.dark-version .resp-vtabs .resp-tabs-containe,
.dark-version .resp-vtabs .resp-tabs-container{
	background-color: #333;
}
.no-sidebar.wptravel-layout-v2 #primary #wp-travel-tab-content-bookings table.order-list-table,
.no-sidebar.wptravel-layout-v2 #primary #wp-travel-tab-content-payments table.order-list-table{
	display: table;
}
.dark-version .dashboard-tab .box-content a{
	color: #31708f;
}

.dark-version .wp-travel-related-posts .view-box,
.dark-version #send-email .send_email_checkbox,
.dark-version #user-email-address,
.dark-version .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__pricing-name button{
	background: #333;
}

.wptravel-layout-v1 ul.wp-travel-itinerary-list.itinerary-2-per-row{
	padding-left: 0px;
}
.post-type-archive-itineraries.no-sidebar #wp-travel-secondary{
	display: none;
}
.post-type-archive-itineraries.no-sidebar .wp-travel-archive-content.wp-travel-trips-has-sidebar{
	width: 100%;
}


/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	/*  */
	.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,
.tax-itinerary_types.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{
	width: 100%;
	padding-right: 40px;
}
.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;
}
		/* 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;
		} */
		/*  */
		.post-type-archive-itineraries.no-sidebar .wp-travel-itinerary-list.grid-view #primary .archive-blog-wrapper::before,
        .post-type-archive-itineraries.no-sidebar .wp-travel-itinerary-list.grid-view #primary .archive-blog-wrapper::after,
        .tax-itinerary_types.no-sidebar .wp-travel-itinerary-list.grid-view #primary .archive-blog-wrapper::before,
        .tax-itinerary_types.no-sidebar .wp-travel-itinerary-list.grid-view #primary .archive-blog-wrapper::after {
            display: none;
        }

	/*  */
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
		margin: 0 -15px;
	}
	.col-2 article,
	.col-3 article,
	.col-4 article,
	.col-5 article,
	.col-6 article {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.col-2 article:nth-child(2n+1),
	.col-3 article:nth-child(2n+1),
	.col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: left;
	}
	.col-2 article:nth-last-child(-n+2),
	.col-3 article:nth-last-child(-n+2),
	.col-4 article:nth-last-child(-n+2),
	.col-5 article:nth-last-child(-n+2),
	.col-6 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.featured-content-wrapper .entry-title {
	    font-size: 42px;
	}
	#ultravel_pro_popular_posts_section article:not(:first-child).has-post-thumbnail .featured-image, 
	#ultravel_pro_popular_posts_section article:not(:first-child).has-post-thumbnail .entry-container {
	    display: table-cell;
	}
	.comment-metadata {
	    margin-top: -30px;
	}
	#reply-title, 
	.comments-title {
		font-size: 42px;
	}
	#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;
	}
	.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) {
	/* archive page has sidebar grid view*/
.itinerary-2-per-row.grid-view #primary{
	width: 100%;

}
.itinerary-2-per-row.grid-view #secondary{
	width: 100%;
	display: inline-block;
}

		/* 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 */
    .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;
    }
	.col-5 article,
	.col-6 article {
		width: 33.33%;
	}
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: none;
	}
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: left;
	}
	.col-5 article:nth-last-child(-n+3),
	.col-6 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 40px;
	    font-size: 42px;
	}
	.single-itineraries #page-site-header .page-title {
		font-size: 32px;
	}
	.single-itineraries #page-site-header .header-wrapper {
		padding: 50px 0;
	}
	.single #booking .availabily-list {
	    border: 1px solid #ddd;
	}
	.single #booking .availabily-heading {
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 0;
	}
	.single #booking .availabily-heading > div,
	.single #booking ul.availabily-list li > form > div {
	    padding: 8px 5px;
	    border-right: 1px solid #ddd;
	    text-align: center;
	}
	.single #booking .availabily-heading > div:last-child,
	.single #booking ul.availabily-list li > form > div.action {
		border-right: none;
	}
	.single #booking ul.availabily-list li > form {
	    margin: 0;
        padding: 0;
	    border-bottom: none;
	}
	.single #booking ul.availabily-list .availabily-content .btn {
	    padding: 3px 15px;
	    min-width: auto;
	    font-size: 14px;
	    font-weight: 400;
	}
	.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-logo-wrapper {
	    display: flex;
	    flex-wrap: wrap;
        align-items: center;
	}
	.footer-logo-wrapper > div, 
	.footer-logo-wrapper > ul {
		width: 50%;
	    text-align: left;
	    padding: 40px 0;
	}
	.footer-logo-wrapper > ul {
	    text-align: right;
	}
	.footer-logo-wrapper > div + ul {
	    padding: 40px 0;
	}
	.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;
	}
	#colophon .site-info.col-2 span:nth-child(1) {
	    margin-top: 30px;
	}
	.site-info.col-2 span:nth-child(2) {
		float: right;
		text-align: right;
	    padding: 25px 0;
	}
	.site-info.col-2 .social-icons {
		text-align: right;
		float: right;
	}
}
@media screen and (min-width: 992px) {
	/*  */
	.single-itineraries.wptravel-layout-v2 #wp-travel-content .wp-travel-feature-slide-content .wp-travel-add-to-wishlists{
		top: 6px !important;
	}

	/* .wp-travel-itinerary-items .wp-travel-itinerary-list.itinerary-2-per-row.grid-view{
		grid-template-columns: repeat(3, 1fr);
	} */
	.post-type-archive.no-sidebar .wp-travel-trips-has-sidebar{
		padding-right: 0px !important;
	}
	/*  */
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-4 article {
		width: 25%;
	}
	.col-5 article {
		width: 20%;
	}
	.col-6 article {
		width: 16.66%;
	}
    .col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: none;
	}
	.col-4 article:nth-child(4n+1),
	.col-5 article:nth-child(5n+1),
	.col-6 article:nth-child(6n+1) {
		clear: left;
	}
	.col-4 article:nth-last-child(-n+4),
	.col-5 article:nth-last-child(-n+5),
	.col-6 article:nth-last-child(-n+6) {
		margin-bottom: 0;
	}
	#ultravel_pro_gallery_slider_section .wrapper {
	    max-width: 100%;
	    width: 100%;
	    padding: 0;
	}
	#ultravel_pro_gallery_slider_section .gallery-slider {
	    margin: 0 -15px;
	}
	#ultravel_pro_gallery_slider_section article {
	    margin: 0 15px;
	}
	#ultravel_pro_gallery_slider_section .entry-container,
	#courses-slider-section .entry-container {
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease-in-out;
	}
	#ultravel_pro_gallery_slider_section .slick-current + article .entry-container,
	#courses-slider-section .slick-current + article .entry-container {
		opacity: 1;
		visibility: visible;
	}
	#ultravel_pro_gallery_slider_section .slick-current + article,
	#courses-slider-section .slick-current + article {
		padding: 275px 0;
	    margin-top: -55px;
	}
	#ultravel_pro_gallery_slider_section .slick-list,
	#courses-slider-section .slick-list {
	    margin: 0 -450px;
	}
	#ultravel_pro_gallery_slider_section .slick-list,
	#courses-slider-section .slick-list {
	    overflow: visible;
	}
	#ultravel_pro_gallery_slider_section .section-header,
	#courses-slider-section .section-header {
	    margin-bottom: 93px;
	}
    #reply-title, 
	.comments-title {
    	font-size: 48px;
    }
    #page-site-header .page-title {
		font-size: 62px;
	}
	.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;
		width: 17%;
	}
	.footer-widgets-area.col-5 .hentry:first-child {
		width: 32%;
	}
	.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) {
	/* right sidebar */
.post-type-archive.right-sidebar.wp-travel-grid-mode  .wp-travel-archive-content.wp-travel-trips-has-sidebar #inner-content-wrapper  #secondary,
.tax-itinerary_types.right-sidebar .wp-travel-archive-content.wp-travel-trips-has-sidebar  #inner-content-wrapper #secondary{
	display: block;
	width: 30%;
}
.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,
.tax-itinerary_types.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{
	width: 70%;
	padding-right: 40px;
}
/*  */
	/* no sidebar case */
.post-type-archive.no-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 .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(3, 1fr);
	gap: 20px;
}
.post-type-archive.no-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 .archive-blog-wrapper li, 
.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 li{
	width: 100%;
}
/*  */
			/* 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 */
			.post-type-archive-itineraries #primary{
				width: 70%;
				/* float: none; */
				padding-right: 0;
				display: inline-block;
				float: left;
				padding-right: 60px;
			}
			.post-type-archive-itineraries #secondary{
				width: 30%;
				display: inline-block;
			}
			/* end :archive page list view  */
			/* archive page list view  */
	.col-3 article{
		width: 33.33%;
	}
	.col-3 article:nth-child(2n+1) {
		clear: none;
	}
	.col-3 article:nth-child(3n+1) {
		clear: left;
	}
	.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	#top-navigation .main-navigation {
		text-align: left;
	    float: left;
        width: 100%;
	}
	#top-navigation div.social-icons {
	    text-align: right;
	}
	#top-navigation .main-navigation ul.nav-menu > li {
	    padding: 0;
	    margin-right: 48px;
	}
	#top-navigation .main-navigation ul.nav-menu > li > a {
		padding: 11px 0;
		color: #fff;
	}
	#top-navigation .main-navigation ul.nav-menu > li > a > svg,
	#top-navigation .main-navigation ul ul li a svg,
	#top-navigation .main-navigation form.search-form svg.icon-search,
	.main-navigation ul.nav-menu > li.current-menu-item > a > svg,
	#masthead .main-navigation .social-menu ul li a svg {
	    fill: #1e1e2f;
	}
	.main-navigation form.search-form ::-webkit-input-placeholder,
	.widget_search form.search-form ::-webkit-input-placeholder,
	.jetpack_subscription_widget form ::-webkit-input-placeholder {
		color: #fff;
	}
	.main-navigation ul.nav-menu > li > a,
	.main-navigation ul.nav-menu li.current-menu-item > a {
		color: #1e1e2f;
	}
	#top-navigation .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);
	}
	#top-navigation .main-navigation ul li.social-menu a svg {
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
	.menu-sticky #masthead {
		position: sticky;
		top: 0;
	    background-color: #f8f4f1;
	}
	.site-branding {
	    width: 35%;
	}
	.main-navigation {
	    width: 65%;
	}
	.customize-support.menu-sticky #masthead.nav-shrink {
		top: 32px;
	}
	.site-branding-wrapper {
	    display: none;
	}
	.main-navigation .social-menu ul li a {
	    background-color: rgb(255 255 255 / 20%);
	}
	.align-logo-center #site-navigation {
	    float: none;
	    text-align: center;
	}
	.main-navigation ul.nav-menu > li.social-menu {
	    float: right;
	    padding: 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;
	}
	.nav-shrink .main-navigation ul.nav-menu > li.social-menu {
	    padding: 0;
	}
	.nav-shrink .site-branding {
	    min-height: 82px;
	    padding: 5px 0;
	}
	.main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	}
	.nav-shrink .main-navigation ul.nav-menu > li.current-menu-item > a:after,
	.nav-shrink .main-navigation ul.nav-menu > li:hover > a:after {
		bottom: 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%;
	}
	#top-navigation .main-navigation ul li:hover > ul,
	#top-navigation .main-navigation ul li.focus > ul {
		left: 0;
		right: auto;
	}
	#top-navigation .main-navigation ul ul li:hover > ul,
	#top-navigation .main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul.sub-menu li a {
	    color: #fff;
        padding: 10px 0;
	    border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.main-navigation ul.nav-menu > li.user-logged-in > a {
	    padding: 29px 0;
	}
	.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: -11px;
	    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;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:before {
	    content: "";
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #111;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: 10px;
	    height: 10px;
	    margin: auto;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:after {
		display: none;
	}	
	#top-navigation .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 17px;
	}
	#masthead .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 17px;
	}
	#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 ul {
	    background-color: #000;	
	}
	.main-navigation ul ul li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.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;
	}
	#search:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #000;
	    position: absolute;
	    top: -9px;
	    right: 20px;
	}
	.align-logo-center .site-branding {
	    float: none;
	    padding: 0;
	    display: inline-block;
	    vertical-align: middle;
	    min-height: auto;
	    border-right: 1px solid #020202;
	    border-left: 1px solid #020202;
	    padding: 10px 10px 10px 25px;
	    margin: 0 10px;
	}
	#site-navigation {
	    margin: 30px 0;
	}
	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 input {
	    background-color: transparent;
	    border-color: transparent;
	    color: #000;
	}
	.main-navigation form.search-form svg.icon-search {
		fill: #000;
	}
	.page-section {
	    padding: 90px 0;
	}
	.featured-slider article {
	    padding: 400px 0;
	}
	.featured-content-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
    .featured-content-wrapper .entry-title {
	    font-size: 70px;
	}
	.featured-slider-gallery {
	    position: absolute;
	    bottom: 0;
	    right: 15px;
	    width: 34%;
	    margin-right: 0;
	}
	#ultravel_pro_testimonial_section .slick-arrow {
		margin-top: 0;
	}
	#ultravel_pro_testimonial_section .slick-prev {
	    left: -125px;
	}
	#ultravel_pro_testimonial_section .slick-next {
	    right: -125px;
	}
	#ultravel_pro_call_to_action_section .entry-title {
		font-size: 50px;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail {
		position: relative;
		display: table;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail .featured-image {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 50%;
	    display: table-cell;
	    padding: 0;
	    height: 100%;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail .entry-container {
	    width: 50%;
	    display: table-cell;
	    float: right;
	    text-align: left;
	    padding: 30px;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 68%;
    	float: left;
    	padding-right: 30px;
    }
	.no-sidebar.single-itineraries #primary,
	.no-sidebar-content.single-itineraries #primary {
		width: 100%;
		padding-right: 0;
	}
    .right-sidebar #secondary,
    .left-sidebar #secondary,
    .no-sidebar.single-itineraries #secondary,
    .no-sidebar-content.single-itineraries #secondary {
    	width: 32%;
    	float: right;
    	margin-top: 0;
    }
    .left-sidebar #primary { 
    	float: right;
    	padding-right: 0;
    	padding-left: 30px;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .no-sidebar-content.single-itineraries #inner-content-wrapper {
    	max-width: 100%;
    }
    .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;
	}
}
@media screen and (min-width: 1200px) {
	#ultravel_pro_gallery_slider_section .slick-prev {
	    left: 15%;
	}
	#ultravel_pro_gallery_slider_section .slick-next {
	    right: 15%;
	}
	#ultravel_pro_about_section .section-header .read-more,
	#ultravel_pro_about_section .section-content {
	    display: block;
	}
	#ultravel_pro_about_section .about-wrapper .read-more {
	    display: none;
	}
	#ultravel_pro_about_section .section-header {
	    text-align: left;
	    float: left;
	    max-width: 465px;
	}
	#ultravel_pro_about_section article.has-post-thumbnail .entry-container {
	    padding-right: 100px;
	}
}

@media screen and (min-width: 1900px) {
	.wrapper {
		max-width: 1430px;
	}
	.entry-title {
	    font-size: 30px;
	}
	#colophon .double-border-line {
		max-width: 1400px;
	}
	.featured-slider article {
	    padding: 450px 0;
	}
	#ultravel_pro_gallery_slider_section .slick-prev {
	    left: 21%;
	}
	#ultravel_pro_gallery_slider_section .slick-next {
	    right: 21%;
	}
	.frame-layout {
	    padding-left: 70px;
	    padding-right: 70px;
	    margin: 70px auto;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child),
	.footer-widgets-area.col-2 .hentry:nth-child(odd) {
		padding-right: 100px;
	}
	.footer-widgets-area.page-section.col-4 .hentry {
	    width: 22%;
	}
	.footer-widgets-area.page-section.col-4 .hentry:last-child {
	    width: 30%;
	}
	.boxed-layout #page {
	    max-width: 1600px;
	    width: 90%;
	}
}
@media screen and (max-width: 1023px) {
	#top-navigation .menu-toggle {
		height: 50px;
		margin: 0;
	}
	#top-navigation .menu-toggle:focus,
	#masthead .menu-open .menu-toggle:focus {
		outline: thin dotted #fff;
	}
	#top-navigation .main-navigation {
		float: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top-navigation .icon-menu,
	#top-navigation .menu-open .menu-toggle .icon-close {
	    fill: #fff;
	}
	.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.nav-menu li.current-menu-item > a, 
	.main-navigation ul.nav-menu li:hover > a, 
	.main-navigation ul.nav-menu li:focus > a,
	.main-navigation ul.nav-menu > li > a {
		color: #000;
	}
	.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 {
	    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 {
	    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: #000;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #000;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.menu-open .menu-toggle .icon-close {
		display: block;
		fill: #fff;
		margin: auto;
		width: 20px;
    	height: 20px;
	}
	.main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	}
	.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 .social-menu {
	    padding: 15px;
	}
	.main-navigation .social-menu ul li a {
		background-color: #eee;
	}
	#masthead .main-navigation .social-menu ul li a svg {
		fill: #000;
	}
	#masthead .main-navigation .social-menu ul li a:hover svg,
	#masthead .main-navigation .social-menu ul li a:focus svg {
		fill: #fff;
	}
	ul.tabs li.search-menu {
	    display: none;
	}
	.tab-wrapper article.full-width .featured-image,
	.tab-wrapper article.full-width .entry-container {
		display: block;
	}
	.tab-wrapper.col-3 article.full-width {
		width: 50%;
		display: block;
	}
	.tab-wrapper.col-3 article.half-width {
		width: 50%;
	}
	.tab-wrapper article.full-width .entry-container {
	    display: block;
	    padding-left: 0;
	}
	.tab-wrapper article.full-width .featured-image {
	    width: auto;
	}
	.tab-wrapper article.full-width .entry-container .more-link {
		margin: 30px 0;
	}


}

@media screen and (max-width: 992px) {
	.single-itineraries.wptravel-layout-v2 #wp-travel-content .wp-travel-feature-slide-content .wp-travel-add-to-wishlists{
		top: 5px !important;
	}
	/*  */
	.post-type-archive-itineraries.no-sidebar.wptravel-layout-v1 .wp-travel-trips-has-sidebar #inner-content-wrapper #primary .wp-travel-add-to-wishlists, 
.archive.tax-itinerary_types.no-sidebar.wptravel-layout-v1 .wp-travel-trips-has-sidebar #inner-content-wrapper #primary .wp-travel-add-to-wishlists{
	top: 10px !important;
}
.post-type-archive.wptravel-layout-v1:not(.wp-travel-grid-mode) #primary article .description-left .wp-travel-add-to-wishlists{
	top: 10px !important;
}
/*  */
	.single-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 18px;
	}
}
@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 */

	#top-navigation .main-navigation ul.nav-menu,
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	.featured-content-wrapper {
		text-align: center;
	}
	#destination-slider .slick-arrow {
	    top: 25px;
	    transform: none;
	}
	.slider-nav {
		display: none;
	}
	.slick-prev, 
	.slick-next {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.posts-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,
	#secondary {
		margin-top: 30px;
	}
	.single-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.navigation.post-navigation .nav-previous + .nav-next, 
	.navigation.posts-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next svg, 
	.navigation.posts-navigation .nav-previous + .nav-next svg {
		top: 10px;
	}
	.grid-item-wrapper span.cat-links,
	.grid-item-wrapper .min-read {
		float: none;
	}
	.tab-wrapper.col-3 article,
	.tab-wrapper.col-3 article.full-width,
	.tab-wrapper.col-3 article.half-width {
		float: none;
		width: 100%;
	}
	#ultravel_pro_hero_slider_section .hero-image-wrapper article.slick-current .entry-container .entry-header {
	    float: none;
	    margin-left: 50px;
	    margin-bottom: 20px;
	}
	#ultravel_pro_hero_slider_section .hero-image-wrapper article.slick-current .entry-container .icon-container {
	    margin-right: 0px;
	    margin-left: 50px;
        float: none;
	}
	#ultravel_pro_testimonial_section .image-wrapper {
	    width: 100%;
	    float: none;
	}
	.testimonial-wrapper {
	    top: 100%;
	    transform: translateY(-100%);
	    right: 0;
	    left: auto;
	    padding: 25px;
	    max-width: 100%;
	    width: 100%;
	}

}
@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: 70px;
	    min-width: 70px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.menu-toggle span {
		display: none;
	}
	.menu-toggle.active {
	    margin-right: 0px;
	}
	.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;
	}
	.count-wrapper span,
	.count-wrapper .tab-search {
		float: none;
		width: 100%;
	}
	ul.tabs li {
	    width: 100%;
	}
	.section-title {
	    font-size: 36px;
	}
	#ultravel_pro_hero_slider_section .search-form input {
	    height: 70px;
	}
	#ultravel_pro_hero_slider_section .search-form button.search-submit {
	    width: 70px;
	    height: 70px;
	}
	#ultravel_pro_subscribe_now_section .wrapper {
	    padding: 50px 30px;
	}
	#ultravel_pro_popular_posts_section article:not(:first-child).has-post-thumbnail .featured-image {
	    width: 100%;
	    padding: 100px 0;
	    margin-bottom: 25px;
	}
	#ultravel_pro_popular_posts_section article:not(:first-child).has-post-thumbnail .entry-container {
	    padding: 0;
	}
	#page-site-header {
	    padding: 200px 0;
	}
	#page-site-header .page-title {
		font-size: 32px;
	}
	.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 .posts-navigation, 
	.site-main .post-navigation {
		margin-top: 25px;
	}
	.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;
	}
}

#ultravel_pro_hero_slider_section .slick-prev,
#ultravel_pro_hero_slider_section .slick-next {
    display: none !important;
}


.wp-travel-trip-meta-info {
    margin-top: 15px;
}

.wp-travel-booking__panel-bottom .right-info {
    padding-right: 60px;
}
.wp-travel-tab-wrapper .tab-list.resp-tabs-list li {
	float: none;
	width: unset;
}
.wp-travel.trip-headline-wrapper .featured-side-image.left-plot .wp-travel-view-gallery a {
	text-shadow: none;
	text-decoration: none;
}

.wp-travel-archive-content button,
.wp-travel-archive-content a,
.wp-travel-content a,
.wp-travel-content button:hover,
.wp-travel-trips-has-sidebar+.wp-travel-widget-area ul li a {
    text-decoration: none !important;
}
.widget_search form.search-form input {
	color: #000;
	background-color: #f2f2f2;
}
.wp-travel-default-article {
    border: 1px solid #ddd;
}
.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
    border-left: 1px solid #ddd;
}
.dark-version .wp-travel-toolbar,
.dark-version .wp-travel-tab-wrapper .tab-list.resp-tabs-list,
.dark-version .wp-tab-review-inner-wrapper .commentlist li,
.dark-version .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper,
.dark-version .wp-travel-booking__panel-bottom,
.dark-version .checkout-page-wrap .wp-travel-checkout-section,
.dark-version .wp-travel-calendar-view,
.dark-version #shopping-cart .cart-summary,
.dark-version h2.resp-tab-active,
.dark-version .wp-travel-itinerary-items .wp-travel-post-wrap-bg,
.dark-version .woocommerce-checkout #payment,
.dark-version #wp-travel-enquiries,
.dark-version .woocommerce-info,
.dark-version.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.dark-version .checkout-accordion .panel-default {
	background-color: #333;
}
.dark-version #wp-travel-enquiries .wp-travel-form-field select,
.dark-version .wp-travel-enquiries-form .wp-travel-form-field input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.dark-version .widget select {
	background-color: #111;
}
.wp-travel-filter-button .btn-wp-travel-filter {
	text-decoration: none;
}
.dark-version .wp-travel-tab-wrapper .tab-list.resp-tabs-list li.resp-tab-active {
	background-color: #000;
}

.wp-travel.trip-headline-wrapper .wp-travel-average-review {
	float: none;
}
#shopping-cart .cart-summary .list-group li .cart-item-items a,
.product_meta a,
.woocommerce table.shop_table td a {
	text-decoration: none;
}
#review_form_wrapper .comment-respond form {
	margin-top: 10px;
}
.wp-travel-post-content .entry-meta span:not(:last-child):after {
	content: unset;
}
.dark-version .wp-travel-notice-success {
	color: #270;
}

.wp-travel-booknow-btn{
    padding: 15px 20px !important;
    background: #97c680;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.wp-travel-booknow-btn:hover,
.wp-travel-booknow-btn:focus{
    background: #111;
}
	
@media screen and (min-width: 992px) {
	.checkout-page-wrap .wp-travel-form-field input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .checkout-page-wrap .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .checkout-page-wrap .wp-travel-form-field select:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .checkout-page-wrap .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .checkout-page-wrap .wp-travel-form-field textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .checkout-page-wrap .wp-travel-form-field select, .checkout-page-wrap .wp-travel-form-field textarea, .checkout-page-wrap .wp-travel-form-field .parsley-errors-list, .wp-travel-enquiries-form .wp-travel-form-field input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .wp-travel-enquiries-form .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-enquiries-form .wp-travel-form-field select:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .wp-travel-enquiries-form .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-enquiries-form .wp-travel-form-field textarea:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .wp-travel-enquiries-form .wp-travel-form-field select, .wp-travel-enquiries-form .wp-travel-form-field textarea,
	.wp-travel-enquiries-form .wp-travel-form-field .parsley-errors-list {
		width: 67%; 
	}
	.checkout-page-wrap .wp-travel-form-field label:not(.radio-checkbox-label), .checkout-page-wrap .wp-travel-form-field .wp-travel-text-info, .wp-travel-enquiries-form .wp-travel-form-field label:not(.radio-checkbox-label), 
	.wp-travel-enquiries-form .wp-travel-form-field .wp-travel-text-info {
		width: 33%;
	}
}


.wp-travel-view-mode-lists{
	margin-right: 20px;
}





.single-itineraries .wp-travel.trip-headline-wrapper .wptravel-price-wrap .trip-price {
    width: 100%;
    text-align: left; 
    padding: 10px 0px 0px 0px;
}

.widget_wp_travel_filter_search_widget .trip-duration-calender .calender-icon {
    top: 35px;
    left: 5px;
}

#secondary .wp-travel-search form,
#wp-travel-secondary .wp-travel-search form{
	display: block;
}

#wp-travel-secondary ul,
#secondary ul{
	padding: 0px;
}

#wp-travel-secondary .wp-travel-itinerary-list li:not(:last-child),
#secondary .wp-travel-itinerary-list li:not(:last-child){
	margin-bottom: 20px;
}



.wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-next::before {
    left: 10px;
}


.wp-travel-tab-wrapper .wp-travel button.slick-arrow:hover.slick-next::before {
    left: 11px;
}

.wp-travel-tab-wrapper .wp-travel button.slick-arrow:hover.slick-prev::before {
    left: unset;
    right: 10px;
}

.wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-prev::before,
.wp-travel-tab-wrapper .wp-travel button.slick-arrow.slick-next::before{
	content: "";
}

.wp-travel-itinerary-items .wp-travel-post-item-wrapper .post-title a {
    font-size: 22px;
}

.dark-version #secondary .widget, .dark-version #wp-travel-secondary .widget{
	background-color: #333;
}

.dark-version #wp-travel-secondary .widget_block h1, 
.dark-version #secondary .widget_block h1, 
.dark-version #wp-travel-secondary .widget_block h2, 
.dark-version #secondary .widget_block h2, 
.dark-version #wp-travel-secondary .widget_block h3, 
.dark-version #secondary .widget_block h3, 
.dark-version #wp-travel-secondary .widget_block h4, 
.dark-version #secondary .widget_block h4, 
.dark-version #wp-travel-secondary .widget_block h5, 
.dark-version #secondary .widget_block h5, 
.dark-version #wp-travel-secondary .widget_block h6,
.dark-version #secondary .widget_block h6,
.dark-version .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__trip-option-list li .item-price>span{
	color: #fff;
}

#secondary .widget_block h2,
#wp-travel-secondary .widget_block h2{
	color: #000;
}

.main-navigation{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.wptravel-layout-v2 #wp-travel__add-to-cart_notice{
	z-index: 999999;
}

.ReactModal__Body--open .ReactModalPortal{
	z-index: 9999;
}

.wp-travel-one-page-open-for-booking {
    position: initial !important;
}

.post-type-archive-itineraries .page-section .page-header{
	display: none;
}

.grid-view .wp-travel-add-to-wishlists {
    top: 12px !important;
    left: 10px !important;
}

.wptravel-layout-v2 .wptravel-archive-wrapper .view-box .view-content .left-content header .entry-title .heading-link {
    font-size: 20px;
}

.wp-travel-add-to-wishlists {
    top: 21px !important;
    left: auto !important;
}

.wp-travel-savings {
    top: 5px;
}

.wp-travel-post-item-wrapper .wp-travel-post-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.single .wp-travel-add-to-wishlists {
    left: 0 !important;
}

.dark-version .ReactModal__Content #card-element{
	background-color: #eee;
}

.dark-version .booknow-btn-modal form#wp-travel-booking .wptravel-booking-payment-page .components-panel__body.is-opened .components-panel__row.wptravel-singlepage-booking-options select#wp-travel-option,
.dark-version.wptravel-layout-v2.ReactModal__Body--open .ReactModal__Content .wptravel-recurring-table .thead-table th,
.dark-version .booknow-btn-modal .wptravel-onepage-navigation-btn,
.dark-version .ReactModal__Content #wp-travel-country,
.dark-version .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper,
.dark-version .ReactModal__Content .wp-travel-calendar-view,
.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 !important;
}

.dark-version.wptravel-layout-v2.ReactModal__Body--open .ReactModal__Content .wptravel-recurring-table .tbody-table td{
	background-color: #333 !important;
}