@charset "UTF-8";
@charset "UTF-8";

   html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
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: 2em;
margin: 0.67em 0;
}
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;
}
svg:not(:root) {
overflow: hidden;
}
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;
}
td,
th {
padding: 0;
} :root {
--primary-color: #32b67a; --primary-color-rgb: 50, 182, 122; --secondary-color: #e54b4b; --secondary-color-rgb: 229, 75, 75; --primary-font-color: #666666;
--heading-font-color: #111111;
--primary-font: "Poppins", sans-serif;
--secondary-font: "Montserrat", sans-serif;
}
body,
button,
input,
select,
optgroup,
textarea {
color: var(--primary-font-color);
font-family: var(--primary-font);
font-size: 16px;
line-height: 1.75em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0;
}
p {
margin-bottom: 1.5em;
margin-top: 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 var(--primary-font-color);
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 0;
padding: 0 0 0 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
font-size: 13px;
line-height: 26px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
font-family: var(--secondary-font);
background: var(--primary-color);
border-radius: 5px;
border: 1px solid var(--primary-color);
padding: 7px 25px;
text-shadow: none;
transition: linear 0.2s;
outline: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
background: none;
color: var(--primary-color);
}
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
background: none;
color: var(--primary-color);
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
outline: thin dotted;
}
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 {
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 7px 10px;
outline: none;
}
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,
select:focus {
color: var(--heading-font-color);
outline: thin dotted;
}
select {
border: 1px solid #e5e5e5;
}
textarea {
width: 100%;
height: 150px;
resize: vertical;
}  a {
color: var(--primary-color);
text-decoration: none;
}
a:hover,
a:focus,
a:active {
text-decoration: underline;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .nav-holder {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
font-size: 15px;
font-family: var(--secondary-font);
font-weight: 500;
text-transform: uppercase;
}
.main-navigation ul li {
float: left;
position: relative;
margin-right: 50px;
}
.main-navigation ul li:last-child {
margin-right: 0;
}
.main-navigation ul li a {
display: block;
text-decoration: none;
color: var(--heading-font-color);
padding: 19px 0 21px;
transition: linear 0.2s;
}
.main-navigation ul li.menu-item-has-children {
padding-right: 17px;
}
.main-navigation ul li.menu-item-has-children:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
width: 10px;
height: 16px;
content: "";
position: absolute;
top: 47%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: linear 0.2s;
}
.main-navigation ul li:hover:after,
.main-navigation ul li:focus:after {
color: var(--primary-color);
}
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.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: var(--primary-color);
}
.main-navigation ul ul {
background: #fff;
width: 290px;
border: 1px solid #e5e5e5;
position: absolute;
top: 100%;
left: 0;
z-index: 2;
font-size: 14px;
line-height: 36px;
font-weight: 400;
padding: 10px;
opacity: 0;
left: 0;
margin-left: -99999px;
text-transform: none;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.hover > ul {
margin-left: 0;
opacity: 1;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul,
.main-navigation ul ul li.hover > ul {
left: 100%;
}
@media only screen and (min-width: 1025px) {
.main-navigation ul li:hover > ul {
display: block !important;
}
.main-navigation ul li:focus-within > ul {
display: block !important;
}
.main-navigation ul li.hover > ul {
display: block !important;
}
}
.main-navigation ul ul li {
margin: 0 0 2px;
float: none;
display: block;
padding: 0 10px;
}
.main-navigation ul ul li:hover,
.main-navigation ul ul li:focus,
.main-navigation ul ul .current_page_item,
.main-navigation ul ul .current-menu-item,
.main-navigation ul ul .current_page_ancestor,
.main-navigation ul ul .current-menu-ancestor {
background: #f6f6f6;
}
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
color: var(--heading-font-color);
}
.main-navigation ul ul li a {
padding: 0 14px 0 0;
}
.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus {
color: var(--heading-font-color);
}
.main-navigation ul ul li.menu-item-has-children:after {
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
.main-navigation ul ul li:hover:after,
.main-navigation ul ul li:focus:after {
color: var(--heading-font-color);
}
.main-navigation ul ul ul {
left: 268px;
top: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
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; } #content[tabindex="-1"]:focus {
outline: 0;
} .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;
} .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 {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
body:not(.single-trip) .entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .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;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.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;
} .container {  max-width: 1290px; margin: 0 auto;
}
.container:after {
content: "";
display: block;
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:after {
content: "";
display: block;
clear: both;
}
.site {
background: #fff;
}
.custom-background .site {
max-width: 90%;
margin: 0 auto;
}
.overall-rating-wrap {
margin: 0 0 50px;
}
.overall-rating-wrap .rating-bar-outer-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 10px;
}
.overall-rating-wrap .rating-bar-outer-wrap .rating-bar {
width: calc(100% - 200px);
height: 12px;
border-radius: 0;
margin: 0 70px 0 10px;
background: #EAEAEA;
position: relative;
display: block;
-webkit-transition: 0.4s linear;
-moz-transition: 0.4s linear;
-ms-transition: 0.4s linear;
-o-transition: 0.4s linear;
transition: 0.4s linear;
transition-property: all;
-webkit-transition-property: width, background-color;
-moz-transition-property: width, background-color;
-ms-transition-property: width, background-color;
-o-transition-property: width, background-color;
transition-property: width, background-color;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
.overall-rating-wrap .rating-bar-outer-wrap .rating-bar .rating-bar-inner {
height: 100%;
border-radius: 0;
background: var(--primary-color);
position: absolute;
top: 0;
}
.overall-rating-wrap .rating-bar-outer-wrap .rating-bar .rating-bar-inner .percent {
position: fixed;
left: auto;
right: -60px;
text-align: right;
height: 100%;
line-height: 1;
top: -3px;
}
.review-wrap .average-rating {
border: 0;
display: block;
margin: 0 0 40px;
padding: 0 0 40px;
border-bottom: 2px solid #E4E4E4;
}
.review-wrap .average-rating .agg-rating {
padding: 0;
width: auto !important;
display: inline-block;
vertical-align: middle;
}
.review-wrap .average-rating .aggregate-rating .stars:before {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-right: 5px solid var(--primary-color);
border-bottom: 5px solid transparent;
position: absolute;
top: 7px;
left: -5px;
content: "";
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.review-wrap .average-rating .aggregate-rating .stars .rating-star {
display: inline-block;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul ul {
padding-left: 15px;
font-size: 1em;
margin-top: 10px;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul ul li:last-child {
margin-bottom: 0;
}
.category-grid .col .review-wrap .average-rating,
.grid .col .review-wrap .average-rating,
.archive .archive-grid article .review-wrap .average-rating {
margin-bottom: 10px;
padding-bottom: 0;
border-bottom: none;
} .site-header .header-t {
background: var(--primary-color);
color: #fff;
padding: 6px 0;
}
.site-header .social-networks {
float: left;
margin: 0;
padding: 0;
list-style: none;
}
.site-header .social-networks li {
float: left;
margin-right: 20px;
}
.site-header .social-networks li a {
color: #fff;
display: block;
transition: linear 0.2s;
}
.site-header .social-networks li a:hover,
.site-header .social-networks li a:focus {
text-decoration: none;
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.site-header .tools {
float: right;
}
.site-header .tools .form-section {
float: right;
padding-left: 20px;
margin-left: 0; position: relative;
}
.site-header .tools .form-section a {
color: #fff;
font-size: 16px;
}
.site-header .tools .form-section .form-holder {
position: absolute;
top: 34px;
right: -20px;
width: 230px;
background: #f9f9f9;
padding: 6px 10px;
border: 1px solid #eee;
display: none;
}
.site-header .tools .form-section .form-holder:before {
width: 10px;
height: 7px;
background: #f9f9f9;
top: -1px;
right: 20px;
content: "";
position: absolute;
z-index: 1;
}
.site-header .tools .form-section .form-holder:after {
width: 10px;
height: 10px;
background: #f9f9f9;
border: 1px solid #eee;
position: absolute;
top: -5px;
right: 20px;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.site-header .tools .form-section .form-holder .search-form {
position: relative;
}
.site-header .tools .form-section .form-holder .search-form label {
width: 100%;
}
.site-header .tools .form-section .form-holder .search-form input[type=search] {
font-size: 14px;
color: var(--heading-font-color);
background: none;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
width: 100%;
}
.site-header .tools .form-section .form-holder .search-form input[type=submit] {
opacity: 0;
position: absolute;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 512 512'%3E%3Cpath d='M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z'/%3E%3C/svg%3E") center center no-repeat;
width: 17px;
height: 17px;
padding: 0;
top: 6px;
right: 3px;
font-size: 0;
}
.site-header .tools .form-section .form-holder .search-form input[type=submit]:focus {
opacity: 1;
}
.site-header .tools .languages {
margin: 0;
padding: 0;
list-style: none;
font-size: 14px;
font-weight: 500;
float: right;
}
.site-header .tools .languages li {
position: relative;
padding-right: 15px;
}
.site-header .tools .languages li a {
color: #fff;
}
.site-header .tools .languages li a:hover,
.site-header .tools .languages li a:focus {
text-decoration: none;
}
.site-header .tools .languages ul {
display: none;
}
.site-header .tools .languages ul li:after {
display: none;
}
.site-header .tools .languages ul li a {
color: var(--primary-font-color);
}
.header-b {
padding: 40px 0;
}
.site-branding {
float: left;
}
.site-branding .custom-logo-link {
display: inline-block;
margin-right: 9px;
vertical-align: middle;
}
.site-branding .custom-logo-link img {
vertical-align: top;
}
.site-branding .text-logo {
display: inline-block;
vertical-align: middle;
}
.site-branding .site-title {
font-size: 36px;
font-weight: 500;
line-height: 48px;
margin: 0;
font-family: var(--secondary-font);
}
.site-branding .site-title a {
color: var(--heading-font-color);
transition: linear 0.2s;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
text-decoration: none;
color: var(--primary-color);
}
.site-branding .site-description {
font-size: 14px;
font-weight: 300;
line-height: 15px;
margin: 0;
letter-spacing: 1px;
}
.header-b .right {
float: right;
margin: 9px 0 0;
text-align: right;
}
.header-b .right .phone-label {
display: block;
font-size: 14px;
letter-spacing: -0.05em;
margin: 0 0 3px;
}
.header-b .right .tel-link {
font-size: 30px;
font-weight: 500;
letter-spacing: -0.03em;
transition: linear 0.2s;
} .banner {
position: relative;
}
.banner img {
vertical-align: top;
width: 100%;
}
.banner .form-holder {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
text-align: center;
max-width: 690px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.banner .form-holder .text {
margin: 0 0 50px;
text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
font-size: 20px;
line-height: 1.65em;
color: #fff;
}
.banner .form-holder .text h1,
.banner .form-holder .text h2 {
font-size: 58px;
line-height: 1.25em;
font-weight: 500;
font-family: var(--secondary-font);
margin: 0;
}
.banner .form-holder .search-form {
max-width: 640px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.2);
border-radius: 5px;
padding: 15px;
text-align: left;
}
.banner .form-holder .search-form:after {
content: "";
display: block;
clear: both;
}
.banner .form-holder .search-form label {
float: left;
width: 450px;
margin-right: 10px;
}
.banner .form-holder .search-form input[type=search] {
width: 100%;
margin: 0;
padding: 0 15px;
border: 5px;
background: #fff;
height: 45px;
-webkit-appearance: none;
}
.banner .form-holder .search-form input[type=submit] {
float: right;
width: 149px;
height: 45px;
text-align: center;
background: var(--primary-color) url(//zafirotoursavila.es/wp-content/themes/travel-agency/images/bg-search.png) no-repeat 30px 15px;
border-radius: 5px;
border: 0;
color: #fefefe;
font-size: 17px;
line-height: 45px;
font-weight: 600;
font-family: var(--secondary-font);
padding: 0;
text-indent: 20px;
} .trip-search {
margin: -85px 0 60px;
position: relative;
z-index: 1;
}
.trip-search h3 {
font-size: 20px;
font-weight: 400;
margin: 0 0 10px 26px;
line-height: 1.4em;
color: #fff;
font-family: var(--secondary-font);
}
.trip-search form {
background: #fff;
border-radius: 5px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.trip-search form .class-wte-advanced-search-wrapper {
margin: 0;
}
.trip-search form .advanced-search-field h3 {
font-size: 13px;
font-weight: 400;
margin: 0 0 5px;
color: rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-family: var(--primary-font);
}
.trip-search form .trip-destination,
.trip-search form .trip-activities,
.trip-search form .trip-duration,
.trip-search form .trip-cost,
.trip-search form .trip-dates {
padding: 19px 25px;
}
.trip-search form .advanced-search-field select {
width: 100%;
border: 0;
font-weight: 500;
color: var(--heading-font-color);
}
.trip-search form .advanced-search-field .custom-select {
position: relative;
padding-left: 20px;
}
.trip-search form .advanced-search-field .custom-select:after {
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 29px;
line-height: 29px;
pointer-events: none;
content: "";
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 320 512'%3E%3Cpath d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") center center no-repeat;
background-size: 0.7em;
}
.trip-search form .advanced-search-field .custom-select:before {
position: absolute;
top: 0;
left: 0;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E") center center no-repeat;
width: 12px;
height: 28px;
}
.trip-search form .trip-activities .custom-select:before {
position: absolute;
top: 0;
left: 0;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 384 512'%3E%3Cpath d='M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z'/%3E%3C/svg%3E") center center no-repeat;
width: 16px;
height: 28px;
}
.trip-search form .trip-dates .custom-select:before {
position: absolute;
top: 0;
left: 0;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 448 512'%3E%3Cpath d='M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z'/%3E%3C/svg%3E") center center no-repeat;
width: 14px;
height: 28px;
}
.trip-search form .trip-duration strong {
display: block;
font-weight: 500;
color: var(--heading-font-color);
padding-left: 25px;
position: relative;
}
.trip-search form .trip-duration strong:after {
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 29px;
line-height: 29px;
pointer-events: none;
content: "";
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 320 512'%3E%3Cpath d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") center center no-repeat;
background-size: 0.7em;
}
.trip-search form .trip-duration strong:before {
position: absolute;
top: 0;
left: 0;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 448 512'%3E%3Cpath d='M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z'/%3E%3C/svg%3E") center center no-repeat;
width: 14px;
height: 28px;
}
.trip-search form .trip-cost strong {
display: block;
font-weight: 500;
color: var(--heading-font-color);
padding-left: 20px;
position: relative;
}
.trip-search form .trip-cost strong:after {
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 29px;
line-height: 29px;
pointer-events: none;
content: "";
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 320 512'%3E%3Cpath d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") center center no-repeat;
background-size: 0.7em;
}
.trip-search form .trip-cost strong:before {
position: absolute;
top: 0;
left: 0;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 288 512'%3E%3Cpath d='M211.9 242.1L95.6 208.9c-15.8-4.5-28.6-17.2-31.1-33.5C60.6 150 80.3 128 105 128h73.8c15.9 0 31.5 5 44.4 14.1 6.4 4.5 15 3.8 20.5-1.7l22.9-22.9c6.8-6.8 6.1-18.2-1.5-24.1C240.4 74.3 210.4 64 178.8 64H176V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C60.3 64 14.9 95.8 3.1 143.6c-13.9 56.2 20.2 111.2 73 126.3l116.3 33.2c15.8 4.5 28.6 17.2 31.1 33.5C227.4 362 207.7 384 183 384h-73.8c-15.9 0-31.5-5-44.4-14.1-6.4-4.5-15-3.8-20.5 1.7l-22.9 22.9c-6.8 6.8-6.1 18.2 1.5 24.1 24.6 19.1 54.6 29.4 86.3 29.4h2.8v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h2.5c49.2 0 94.6-31.8 106.4-79.6 13.9-56.2-20.2-111.2-73-126.3z'/%3E%3C/svg%3E") center center no-repeat;
width: 9px;
height: 28px;
}
.trip-search form .advanced-search-field-submit input[type=submit] {
border-radius: 0 5px 5px 0;
width: 100%;
height: 100%;
font-size: 16px;
letter-spacing: 1px;
}
.trip-search form .advanced-search-field-submit input[type=submit]:hover,
.trip-search form .advanced-search-field-submit input[type=submit]:focus {
background: var(--primary-color);
color: #fff;
opacity: 0.7;
}
.trip-search form .advanced-search-field {
position: relative;
}
.trip-search form .advanced-search-field:after {
position: absolute;
top: 50%;
right: 0;
width: 1px;
height: 42px;
background: #e5e5e5;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
}
.trip-search form .search-dur,
.trip-search form .search-price {
position: absolute;
width: 100%;
left: 0;
top: 100%;
background: #fff;
padding: 10px 25px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
border-radius: 0 0 5px 5px;
z-index: 1;
}
.trip-search form .search-dur:after,
.trip-search form .search-price:after {
display: none;
}
.trip-search form .search-dur .ui-widget.ui-widget-content,
.trip-search form .search-price .ui-widget.ui-widget-content {
height: 2px;
background: #d3d3d3;
border-radius: 0;
margin: 0 0 10px;
}
.trip-search form .search-dur .ui-slider-horizontal .ui-slider-range,
.trip-search form .search-price .ui-slider-horizontal .ui-slider-range {
border-radius: 0;
background: var(--primary-color);
height: 2px;
top: -1px;
}
.trip-search form .search-dur .ui-slider-horizontal .ui-slider-handle,
.trip-search form .search-price .ui-slider-horizontal .ui-slider-handle {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-left: 6px solid var(--primary-color);
border-bottom: 8px solid transparent;
background: none;
border-right: 0;
border-radius: 0;
top: -8px;
margin-left: -1px;
}
.trip-search form .search-dur .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.trip-search form .search-price .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
margin-left: -5px;
}
.trip-search form .search-dur .duration-slider-value,
.trip-search form .search-price .cost-slider-value {
overflow: hidden;
}
.trip-search form .search-dur .duration-slider-value .min-duration,
.trip-search form .search-price .cost-slider-value .min-cost {
float: left;
font-size: 0.75em;
background: #eee;
border-radius: 20px;
padding: 0 10px;
line-height: 2em;
}
.trip-search form .search-dur .duration-slider-value .max-duration,
.trip-search form .search-price .cost-slider-value .max-cost {
float: right;
font-size: 0.75em;
background: #eee;
border-radius: 20px;
padding: 0 10px;
line-height: 2em;
} #crumbs {
font-size: 13px;
line-height: 1.69em;
font-weight: 500;
padding: 20px 0 0;
}
#crumbs .separator {
font-size: 18px;
color: var(--primary-color);
}
#crumbs .separator,
#crumbs a {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
#crumbs a {
color: var(--heading-font-color);
transition: linear 0.2s;
}
#crumbs a:hover,
#crumbs a:focus {
text-decoration: none;
color: var(--primary-color);
}
#crumbs .current a {
pointer-events: none;
cursor: default;
color: #b5b5b5;
} #content {
margin: 60px 0 80px;
}
#primary {
float: left;
width: 75%;
padding-left: 15px;
padding-right: 65px;
}
.full-width #primary {
width: 100%;
} #primary .post {
margin: 0 0 70px;
}
#primary .post .entry-header {
text-align: center;
}
#primary .post .entry-header .entry-meta {
margin: 0 0 15px;
}
#primary .post .entry-header .entry-meta .cat-links {
font-size: 12px;
line-height: 1.833em;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
margin: 0 5px;
}
#primary .post .entry-header .entry-meta .cat-links a {
display: inline-block;
border: 2px solid rgba(var(--primary-color-rgb), 0.1);
border-radius: 20px;
padding: 0 10px;
margin: 0 3px;
transition: linear 0.2s;
}
#primary .post .entry-header .entry-meta .cat-links a:hover,
#primary .post .entry-header .entry-meta .cat-links a:focus {
text-decoration: none;
color: #fff;
background: var(--primary-color);
border-color: var(--primary-color);
}
#primary .post .entry-header .entry-meta .cat-links a:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
#primary .post .entry-header .entry-meta .posted-on {
display: inline-block;
margin: 0 5px;
font-size: 14px;
line-height: 1.571em;
padding-left: 24px;
position: relative;
}
#primary .post .entry-header .entry-meta .posted-on:before {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
position: absolute;
top: 7px;
left: 0;
content: "";
}
#primary .post .entry-header .entry-meta .posted-on a {
color: rgba(0, 0, 0, 0.5);
transition: linear 0.2s;
}
#primary .post .entry-header .entry-meta .posted-on a:hover,
#primary .post .entry-header .entry-meta .posted-on a:focus {
text-decoration: none;
color: var(--primary-color);
}
#primary .post .entry-header .entry-title {
font-size: 36px;
line-height: 1.25em;
font-weight: 500;
font-family: var(--secondary-font);
color: var(--heading-font-color);
}
#primary .post .entry-header .entry-title a {
color: var(--heading-font-color);
transition: linear 0.2s;
}
#primary .post .entry-header .entry-title a:hover,
#primary .post .entry-header .entry-title a:focus {
text-decoration: none;
color: var(--primary-color);
}
#primary .post .post-thumbnail:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
#primary .post .post-thumbnail img {
vertical-align: top;
border-radius: 5px;
}
#primary .post .entry-footer .btn-holder {
text-align: center;
position: relative;
}
#primary .post .entry-footer .btn-holder:after {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: #e5e5e5;
z-index: -1;
}
#primary .post .entry-footer .btn-holder .btn-more {
display: inline-block;
font-size: 13px;
line-height: 2em;
font-family: var(--secondary-font);
color: #fff;
background: var(--primary-color);
border: 2px solid var(--primary-color);
border-radius: 20px;
text-transform: uppercase;
font-weight: 300;
padding: 2px 30px;
letter-spacing: 1px;
transition: linear 0.2s;
}
#primary .post .entry-footer .btn-holder .btn-more:hover,
#primary .post .entry-footer .btn-holder .btn-more:focus {
text-decoration: none;
color: var(--primary-color);
background: #fff;
}
#primary .post .entry-footer .meta-holder {
overflow: hidden;
}
#primary .post .entry-footer .meta-info {
float: left;
font-size: 14px;
line-height: 1.571em;
}
#primary .post .entry-footer .meta-info span,
#primary .page .entry-footer .meta-info span {
margin-right: 20px;
}
#primary .post .entry-footer .meta-info span span,
#primary .post .entry-footer .meta-info span:last-child,
#primary .page .entry-footer .meta-info span span,
#primary .page .entry-footer .meta-info span:last-child {
margin-right: 0;
}
#primary .post .entry-footer .meta-info a,
#primary .page .entry-footer .meta-info a {
color: var(--primary-font-color);
transition: linear 0.2s;
}
#primary .post .entry-footer .meta-info a:hover,
#primary .post .entry-footer .meta-info a:focus,
#primary .page .entry-footer .meta-info a:hover,
#primary .page .entry-footer .meta-info a:focus {
text-decoration: none;
color: var(--primary-color);
}
#primary .post .entry-footer .meta-info svg,
#primary .page .entry-footer .meta-info svg {
margin-right: 5px;
color: var(--primary-color);
}
#primary .post .entry-footer .social-networks {
float: right;
margin: 0;
padding: 0;
list-style: none;
font-size: 16px;
overflow: hidden;
text-align: right;
}
#primary .post .entry-footer .social-networks li {
float: left;
margin-left: 5px;
}
#primary .post .entry-footer .social-networks li a {
display: block;
width: 36px;
height: 36px;
background: #f6f6f6;
border-radius: 50%;
line-height: 36px;
text-align: center;
color: var(--primary-color);
transition: linear 0.2s;
}
#primary .post .entry-footer .social-networks li a:hover,
#primary .post .entry-footer .social-networks li a:focus {
text-decoration: none;
background: var(--primary-color);
color: #fff;
} .pagination {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
text-align: center;
border-radius: 5px;
}
.pagination a {
color: var(--primary-font-color);
transition: linear 0.2s;
}
.pagination a:hover,
.pagination a:focus {
text-decoration: none;
color: var(--primary-color);
}
.pagination a:after,
.pagination span:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: var(--primary-color);
opacity: 0;
transition: linear 0.2s;
}
.pagination a:hover:after,
.pagination a:focus:after,
.pagination .current:after {
opacity: 1;
}
.pagination .current {
color: var(--primary-color);
font-weight: 500;
}
.pagination .first-page {
border-left: 1px solid #e5e5e5;
}
.pagination span,
.pagination a {
display: inline-block;
margin: 0 -3px;
min-width: 50px;
min-height: 50px;
line-height: 50px;
padding: 0 8px;
border-right: 1px solid #e5e5e5;
position: relative;
}
.pagination .nav-links {
overflow: hidden;
}
.pagination .prev {
float: left;
font-size: 14px;
font-weight: 500;
color: var(--heading-font-color);
padding: 0 25px 0 40px;
}
.pagination .prev:before {
position: absolute;
top: 0;
left: 25px;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 192 512'%3E%3Cpath d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E") center center no-repeat;
width: 10px;
height: 100%;
background-size: 0.4em;
}
.pagination .next {
float: right;
font-size: 14px;
font-weight: 500;
color: var(--heading-font-color);
padding: 0 40px 0 25px;
border-right: 0;
border-left: 1px solid #e5e5e5;
}
.pagination .next,
.pagination .prev {
display: inline-flex;
align-items: center;
}
.pagination .next:before {
position: absolute;
top: 0;
right: 25px;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
width: 10px;
height: 100%;
background-size: 0.4em;
} #primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap {
float: left;
font-size: 95px;
font-weight: 500;
line-height: 1.052;
color: var(--heading-font-color);
font-family: var(--secondary-font);
margin: -8px 10px -7px 0;
}
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote {
font-size: 22px;
line-height: 1.545em;
color: var(--heading-font-color);
margin: 0 0 1.5em;
padding: 0 0 0 15px;
border-left: 4px solid var(--primary-color);
font-family: var(--secondary-font);
font-weight: 500;
font-style: italic;
}
#primary .post .entry-content blockquote p,
#primary .page .entry-content blockquote p {
margin: 0 0 5px;
}
#primary .post .entry-content blockquote cite,
#primary .page .entry-content blockquote cite {
font-size: 14px;
line-height: 1.571em;
color: #b5b5b5;
text-transform: uppercase;
font-family: var(--primary-font);
font-weight: 400;
font-style: normal;
}
#primary .post .entry-content figure,
#primary .page .entry-content figure {
margin-bottom: 0;
}
#primary .post .entry-content .wp-caption-text,
#primary .page .entry-content .wp-caption-text {
font-size: 13px;
line-height: 21px;
color: #b5b5b5;
text-align: left;
margin: 5px 0 0;
}
#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left {
font-size: 22px;
line-height: 1.545em;
color: var(--heading-font-color);
font-family: var(--secondary-font);
font-weight: 500;
font-style: italic;
max-width: 425px;
margin-right: 15px;
margin-bottom: 10px;
float: left;
position: relative;
padding-top: 10px;
}
#primary .post .entry-content .pull-left:before,
#primary .page .entry-content .pull-left:before {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 4px;
background: var(--primary-color);
content: "";
}
#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right {
font-size: 22px;
line-height: 1.545em;
color: var(--heading-font-color);
font-family: var(--secondary-font);
font-weight: 500;
font-style: italic;
max-width: 425px;
margin-left: 15px;
margin-bottom: 10px;
float: right;
position: relative;
padding-top: 10px;
}
#primary .post .entry-content .pull-right:before,
#primary .page .entry-content .pull-right:before {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 4px;
background: var(--primary-color);
content: "";
}
#primary .post .entry-content h1,
#primary .page .entry-content h1,
#primary .post .entry-content h2,
#primary .page .entry-content h2,
#primary .post .entry-content h3,
#primary .page .entry-content h3,
#primary .post .entry-content h4,
#primary .page .entry-content h4,
#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6 {
font-family: var(--secondary-font);
color: var(--heading-font-color);
}
#primary .post .entry-content h1,
#primary .page .entry-content h1 {
font-size: 36px;
line-height: 1.222em;
}
#primary .post .entry-content h2,
#primary .page .entry-content h2 {
font-size: 32px;
line-height: 1.187em;
}
#primary .post .entry-content h3,
#primary .page .entry-content h3 {
font-size: 28px;
line-height: 1.285em;
}
#primary .post .entry-content h4,
#primary .page .entry-content h4 {
font-size: 24px;
line-height: 1.208em;
}
#primary .post .entry-content h5,
#primary .page .entry-content h5 {
font-size: 20px;
line-height: 1.2em;
}
#primary .post .entry-content h6,
#primary .page .entry-content h6 {
font-size: 16px;
line-height: 1.5em;
}
#primary .post .entry-content table,
#primary .page .entry-content table {
border: 1px solid #f5f5f5;
}
#primary .post .entry-content table thead,
#primary .page .entry-content table thead {
background: #f5f5f5;
font-weight: 400;
color: var(--heading-font-color);
}
#primary .post .entry-content table thead th,
#primary .page .entry-content table thead th {
font-weight: 500;
}
#primary .post .entry-content table th,
#primary .page .entry-content table th,
#primary .post .entry-content table td,
#primary .page .entry-content table td {
padding: 10px 15px;
text-align: left;
}
#primary .post .entry-content table tr,
#primary .page .entry-content table tr {
border-bottom: 1px solid #ebebeb;
}
.single #primary .post .entry-footer {
margin-top: 20px;
}
#primary .post .entry-footer .tags {
overflow: hidden;
}
#primary .post .entry-footer .tags a {
font-size: 12px;
color: var(--heading-font-color);
background: #eee;
float: left;
margin-right: 6px;
padding: 0 10px;
transition: linear 0.2s;
}
#primary .post .entry-footer .tags a:hover,
#primary .post .entry-footer .tags a:focus {
text-decoration: none;
color: #fff;
background: var(--primary-color);
}
.single #primary .entry-footer .meta-holder {
border-top: 1px solid #e5e5e5;
padding-top: 15px;
}
.advertise-holder {
text-align: center;
margin: 0 0 60px;
}
.page-header .page-title {
font-size: 40px;
line-height: 1.125em;
color: var(--heading-font-color);
font-weight: 500;
font-family: var(--secondary-font);
position: relative;
padding-bottom: 10px;
margin-bottom: 30px;
}
.page-header .page-title:after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
} .author-section {
overflow: hidden;
margin: 0 0 60px;
}
.author-section .img-holder {
float: left;
width: 150px;
margin-right: 30px;
}
.author-section .img-holder img {
vertical-align: top;
width: 150px;
height: 150px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.author-section .text-holder {
overflow: hidden;
font-size: 14px;
line-height: 1.714em;
}
.author-section .text-holder h2 {
font-size: 22px;
line-height: 1.272em;
color: var(--heading-font-color);
margin: 0 0 15px;
padding-bottom: 5px;
position: relative;
font-weight: 500;
font-family: var(--secondary-font);
}
.author-section .text-holder h2:after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
}
.author-section .text-holder .social-networks {
font-size: 16px;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.author-section .text-holder .social-networks li {
float: left;
margin-right: 15px;
}
.author-section .text-holder .social-networks li a {
color: #b5b5b5;
transition: linear 0.2s;
}
.author-section .text-holder .social-networks li a:hover,
.author-section .text-holder .social-networks li a:focus {
text-decoration: none;
color: var(--primary-color);
} .post-navigation {
margin: 0 0 60px;
}
.post-navigation .nav-links {
overflow: hidden;
}
.post-navigation .nav-holder {
border: 0;
}
.post-navigation .meta-nav {
display: block;
color: var(--primary-font-color);
margin: 0 0 5px;
}
.post-navigation .post-title {
font-size: 18px;
line-height: 1.444em;
color: var(--heading-font-color);
font-weight: 500;
font-family: var(--secondary-font);
transition: linear 0.2s;
}
.post-navigation .nav-previous a {
padding-left: 38px;
display: block;
position: relative;
}
.post-navigation .nav-previous a:before {
width: 30px;
height: 30px;
border-radius: 50%;
border: 2px solid rgba(0, 0, 0, 0.1);
background: #f6f6f6;
position: absolute;
top: 0;
left: 0;
content: "";
}
.post-navigation .nav-previous a:after {
content: "";
position: absolute;
top: 7px;
left: 10px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' viewBox='0 0 192 512'%3E%3Cpath d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E") center center no-repeat;
width: 10px;
height: 17px;
}
.post-navigation .nav-next a {
padding-right: 38px;
display: block;
position: relative;
}
.post-navigation .nav-next a:before {
width: 30px;
height: 30px;
border-radius: 50%;
border: 2px solid rgba(0, 0, 0, 0.1);
background: #f6f6f6;
position: absolute;
top: 0;
right: 0;
content: "";
}
.post-navigation .nav-next a:after {
content: "";
position: absolute;
top: 7px;
right: 10px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
width: 10px;
height: 17px;
}
.post-navigation .nav-holder a:hover,
.post-navigation .nav-holder a:focus {
text-decoration: none;
}
.post-navigation .nav-holder a:hover .post-title,
.post-navigation .nav-holder a:focus .post-title {
color: var(--primary-color);
} .subscription {
margin: 0 0 60px;
} .related-post {
margin: 0 0 60px;
}
.related-post .title {
font-size: 22px;
font-weight: 500;
line-height: 1.272em;
margin: 0 0 40px;
padding: 0 0 3px;
position: relative;
color: var(--heading-font-color);
text-align: center;
font-family: var(--secondary-font);
}
.related-post .title:after {
position: absolute;
top: 100%;
left: 50%;
width: 60px;
height: 3px;
background: var(--primary-color);
content: "";
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.related-post .grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -17px;
}
.related-post .col {
width: 33.333%;
padding: 0 17px;
margin: 0 0 35px;
}
.related-post .col .holder {
border-radius: 5px;
border: 1px solid #e7e7e7;
transition: linear 0.2s;
height: 100%;
}
.related-post .col:hover .holder,
.related-post .col:focus .holder {
box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}
.related-post .col .img-holder {
position: relative;
}
.related-post .col .img-holder .cat-links {
position: absolute;
top: 20px;
left: 20px;
}
.related-post .col .img-holder .cat-links a {
font-size: 12px;
line-height: 20px;
display: inline-block;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
padding: 0 15px;
border-radius: 20px;
margin-right: 2px;
background: var(--primary-color);
}
.related-post .col img {
vertical-align: top;
width: 100%;
border-radius: 5px 5px 0 0;
}
.related-post .col .text-holder {
padding: 15px 20px;
}
.related-post .col .text-holder .posted-on {
font-size: 14px;
line-height: 1.571em;
display: block;
margin: 0 0 5px;
}
.related-post .col .text-holder .posted-on a {
color: rgba(0, 0, 0, 0.5);
transition: linear 0.2s;
}
.related-post .col .text-holder .posted-on a:hover,
.related-post .col .text-holder .posted-on a:focus {
text-decoration: none;
color: var(--primary-color);
}
.related-post .col .text-holder .post-title {
margin: 0;
font-size: 16px;
line-height: 1.5em;
}
.related-post .col .text-holder .post-title a {
color: var(--heading-font-color);
transition: linear 0.2s;
}
.related-post .col .text-holder .post-title a:hover,
.related-post .col .text-holder .post-title a:focus {
text-decoration: none;
color: var(--primary-color);
} .comments-area {
margin: 0 0 60px;
}
.comments-area .comments-title {
font-size: 22px;
font-weight: 500;
line-height: 1.272em;
margin: 0 0 40px;
padding: 0 0 7px;
position: relative;
color: var(--heading-font-color);
font-family: var(--secondary-font);
}
.comments-area .comments-title:after {
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
content: "";
}
.comments-area ol {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area .comment-body {
overflow: hidden;
margin: 0 0 30px;
}
.comments-area .comment-body .comment-meta {
float: left;
width: 85px;
margin-right: 25px;
}
.comments-area .comment-body .comment-meta img {
border-radius: 50%;
vertical-align: top;
width: 85px;
height: 85px;
-o-object-fit: cover;
object-fit: cover;
}
.comments-area .comment-body .text-holder {
overflow: hidden;
}
.comments-area .comment-body .text-holder .top {
overflow: hidden;
margin: 0 0 10px;
}
.comments-area .comment-body .text-holder .top .left {
float: left;
}
.comments-area .comment-body .text-holder .top .reply {
float: right;
}
.comments-area .comment-body .fn {
font-size: 16px;
line-height: 21px;
color: #333;
margin: 0;
font-weight: 500;
display: block;
font-family: var(--secondary-font);
}
.comments-area .comment-body .fn a {
color: var(--heading-font-color);
}
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus {
text-decoration: none;
color: var(--primary-color);
}
.comments-area .comment-body .says {
display: none;
}
.comments-area .comment-body .comment-metadata {
font-size: 12px;
line-height: 21px;
color: #b5b5b5;
}
.comments-area .comment-body .comment-metadata a {
color: #999;
}
.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus {
text-decoration: none;
color: var(--primary-color);
}
.comments-area .comment-body .reply {
font-size: 13px;
line-height: 21px;
}
.comments-area .comment-body .reply a {
text-decoration: underline;
color: #b5b5b5;
padding-left: 21px;
position: relative;
}
.comments-area .comment-body .reply a:before {
position: absolute;
top: 0;
left: 0;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b5b5b5' viewBox='0 0 512 512'%3E%3Cpath d='M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z'/%3E%3C/svg%3E") center center no-repeat;
width: 13px;
height: 21px;
}
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus {
color: var(--primary-color);
}
.comments-area .comment-body .comment-content {
font-size: 14px;
line-height: 25px;
}
.comments-area .comment-body .comment-content p {
margin: 0 0 5px;
}
.comments-area .children {
margin-left: 25px;
border-left: 1px solid #eee;
}
.comments-area .children li {
padding-left: 30px;
position: relative;
}
.comments-area .children li:first-child:before {
position: absolute;
top: 25px;
left: 0;
width: 21px;
height: 1px;
background: #eee;
content: "";
}
.comments-area .bypostauthor > .comment-body .comment-content {
background: #f9f9f9;
padding: 15px 20px;
}
.comments-area .childrend .comment-body .comment-meta {
width: 55px;
}
.comments-area .childrend .comment-body .comment-meta img {
width: 55px;
height: 55px;
-o-object-fit: cover;
object-fit: cover;
}
.comments-area .childrend .comment-body .fn {
font-size: 14px;
line-height: 21px;
}
.comments-area ol ol {
margin-left: 110px;
}
.comments-area ol ol ol {
margin-left: 80px;
} .comments-area .comment-reply-title {
font-size: 22px;
font-weight: 500;
line-height: 1.272em;
margin: 0 0 25px;
padding: 0 0 7px;
position: relative;
color: var(--heading-font-color);
font-family: var(--secondary-font);
}
.comments-area .comment-reply-title:after {
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
content: "";
}
.comments-area .comment-form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -15px;
}
.comments-area .comment-form p {
margin: 0 0 30px;
width: 33.333%;
padding: 0 15px;
}
.comments-area .comment-form .comment-notes,
.comments-area .comment-form .comment-form-comment,
.comments-area .comment-form .comment-form-cookies-consent,
.comments-area .comment-form .form-submit {
width: 100%;
}
.comments-area .comment-form .comment-form-cookies-consent label {
display: inline-block;
vertical-align: top;
margin-left: 10px;
}
.comments-area .comment-form label {
display: block;
margin: 0 0 5px;
}
.comments-area .comment-form input[type=text],
.comments-area .comment-form input[type=email],
.comments-area .comment-form input[type=url] {
width: 100%;
} #secondary {
float: left;
width: 25%;
padding: 0 15px;
}
#secondary .widget {
margin: 0 0 60px;
}
.widget .widget-title {
font-size: 20px;
line-height: 1.3em;
font-weight: 600;
color: var(--heading-font-color);
text-transform: uppercase;
margin: 0 0 30px;
position: relative;
text-align: center;
padding: 0 0 5px;
font-family: var(--secondary-font);
}
.widget .widget-title:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
width: 60px;
height: 3px;
background: var(--primary-color);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
} .widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul ul {
margin: 15px 0 0 20px;
}
.widget ul li {
margin: 0 0 15px;
padding-bottom: 8px;
border-bottom: 1px dashed #cecece;
}
.widget ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.widget ul li a {
color: var(--primary-font-color);
transition: linear 0.2s;
}
.widget ul li a:hover,
.widget ul li a:focus {
text-decoration: none;
color: var(--primary-color);
}
.widget select {
width: 100%;
} .widget_calendar caption {
font-size: 18px;
color: #fff;
line-height: 20px;
background: var(--primary-color);
font-weight: 600;
text-transform: uppercase;
padding: 9px 0;
}
.widget_calendar table {
position: relative;
}
.widget_calendar .calendar_wrap {
position: relative;
}
.widget_calendar .wp-calendar-nav {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.widget_calendar .wp-calendar-nav span {
display: inline-block;
font-size: 14px;
line-height: 1;
padding: 12px 10px;
}
.widget_calendar .wp-calendar-nav span a {
color: #FFF;
visibility: collapse;
}
.widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev {
text-align: left;
}
.widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before {
visibility: visible;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 256 512'%3E%3Cpath d='M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z'/%3E%3C/svg%3E") center center no-repeat;
width: 14px;
height: 14px;
display: block;
float: left;
}
.widget_calendar .wp-calendar-nav span.wp-calendar-nav-next {
text-align: right;
}
.widget_calendar .wp-calendar-nav span.wp-calendar-nav-next a:before {
visibility: visible;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 256 512'%3E%3Cpath d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'/%3E%3C/svg%3E") center center no-repeat;
width: 14px;
height: 14px;
display: block;
float: right;
}
.widget_calendar table td,
.widget_calendar thead th {
border: 1px solid #eee;
}
.widget_calendar thead th {
font-size: 13px;
background: #fff;
color: var(--heading-font-color);
font-weight: 600;
height: 45px;
}
.widget_calendar tbody td {
text-align: center;
font-size: 14px;
height: 45px;
line-height: 45px;
color: var(--heading-font-color);
}
.widget_calendar table #prev a {
left: 15px;
position: absolute;
top: 12px;
background: url(//zafirotoursavila.es/wp-content/themes/travel-agency/images/btn-prev-month.png) no-repeat;
width: 7px;
height: 12px;
text-indent: -9999px;
}
.widget_calendar table #next a {
position: absolute;
right: 15px;
top: 12px;
background: url(//zafirotoursavila.es/wp-content/themes/travel-agency/images/btn-next-month.png) no-repeat;
width: 7px;
height: 12px;
text-indent: -9999px;
}
.widget_calendar table tbody td a {
display: block;
height: 100%;
background: var(--primary-color);
color: #fff;
}
.widget_calendar table tfoot td {
line-height: 0;
}
.widget_tag_cloud .tagcloud {
overflow: hidden;
}
.widget_tag_cloud .tagcloud a {
float: left;
margin: 0 6px 6px 0;
font-size: 12px !important;
line-height: 15px;
background: #eee;
color: #333;
padding: 10px 15px;
transition: linear 0.2s;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
text-decoration: none;
color: #fff;
background: var(--primary-color);
}
.widget_recent_comments ul,
.widget_rss ul {
color: #999;
}
.widget_rss .widget-title a {
color: var(--heading-font-color);
}
.widget_rss .widget-title a:hover,
.widget_rss .widget-title a:focus {
text-decoration: none;
color: var(--primary-color);
}
.widget_search .search-form {
border: 1px solid #e5e5e5;
}
.widget_search .search-form:after {
content: "";
display: block;
clear: both;
}
.widget_search .search-form label {
float: left;
width: 80%;
padding: 10px 0 0 20px;
}
.widget_search .search-form input[type=search] {
padding: 0;
margin: 0;
background: none;
border: 0;
border-radius: 0;
width: 100%;
}
.widget_search .search-form input[type=submit] {
padding: 0;
margin: 0;
float: right;
font-size: 0;
background: var(--primary-color) url(//zafirotoursavila.es/wp-content/themes/travel-agency/images/bg-search.png) no-repeat 50% 50%;
width: 48px;
height: 48px;
border: 0;
border-radius: 0;
}
.widget_search .search-form input[type=submit]:focus {
outline: thin dotted #fff;
outline-offset: -2px;
}
.widget_raratheme_popular_post ul li,
.widget_raratheme_recent_post ul li { padding-bottom: 0;
border-bottom: 0;
margin: 0 0 30px;
}
.widget_raratheme_popular_post ul li:last-child,
.widget_raratheme_recent_post ul li:last-child {
margin-bottom: 0;
} .widget_media_gallery .gallery-item {
margin: 0 0 4px;
padding: 0 2px;
}
.widget_media_gallery .gallery-item img {
vertical-align: top;
}
.widget_media_gallery .gallery {
margin: 0 2px;
} .site-footer {
background: var(--heading-font-color);
color: #fff;
}
.site-footer .footer-t {
padding: 70px 0 30px;
border-bottom: 1px solid #33383a;
}
.site-footer .column {
float: left;
width: 25%;
padding: 0 15px;
}
.site-footer .widget {
margin: 0 0 40px;
}
.site-footer .widget .widget-title {
font-size: 18px;
line-height: 1.444em;
color: #fff;
text-transform: none;
font-weight: 500;
text-align: left;
}
.site-footer .widget .widget-title:after {
left: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.site-footer .widget ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .widget ul li:last-child {
border-bottom: 0;
}
.site-footer .widget ul li a {
color: rgba(255, 255, 255, 0.75);
}
.site-footer .widget ul li a:hover,
.site-footer .widget ul li a:focus {
color: #fff;
}
.site-footer .widget_calendar table tbody {
background: #fff;
}
.site-footer .widget_rss .widget-title a {
color: #fff;
}
.site-footer .widget_raratheme_popular_post ul li,
.site-footer .widget_raratheme_recent_post ul li {
overflow: hidden;
padding-bottom: 0;
border-bottom: 0;
margin: 0 0 30px;
}
.site-footer .widget_raratheme_popular_post ul li:last-child,
.site-footer .widget_raratheme_recent_post ul li:last-child {
margin-bottom: 0;
}
.site-footer .widget_search .search-form input[type=search] {
color: #fff;
}
.site-footer .footer-b {
padding: 30px 0;
font-size: 14px;
line-height: 1.714em;
color: rgba(255, 255, 255, 0.75);
}
.site-footer .footer-b:after {
content: "";
display: block;
clear: both;
}
.site-footer .footer-b a {
color: rgba(255, 255, 255, 0.75);
transition: linear 0.2s;
}
.site-footer .footer-b a:hover,
.site-footer .footer-b a:focus {
color: var(--primary-color);
text-decoration: none;
}
.site-footer .site-info {
float: left;
}
.site-footer .privacy-policy-link {
float: right;
line-height: 1em;
}
.footer-navigation {
float: right;
}
.footer-menu-privacy .footer-navigation {
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.footer-navigation ul {
margin: 0;
padding: 0;
list-style: none;
line-height: 1em;
}
.footer-navigation ul:after {
content: "";
display: block;
clear: both;
}
.footer-navigation ul li {
float: left;
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid rgba(255, 255, 255, 0.75);
}
.footer-navigation ul li:first-child {
margin-left: 0;
padding-left: 0;
border-left: 0;
}
.home-link,
#primary-toggle-button {
display: none;
} .archive-grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -15px;
margin-bottom: 20px;
}
.archive-grid .trip {
width: 33.333%;
padding: 0 15px;
margin: 0 0 30px;
}
.archive-grid .trip .holder {
border: 1px solid #dcdcdc;
border-radius: 5px;
transition: linear 0.2s;
height: 100%;
}
.archive-grid .trip:hover .holder {
box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}
.archive-grid .img-holder {
position: relative;
}
.archive-grid .img-holder a:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
.archive-grid .img-holder img {
vertical-align: top;
border-radius: 5px 5px 0 0;
}
.archive-grid .img-holder .price-holder {
background: var(--primary-color);
border-top-left-radius: 5px;
color: #fff;
font-size: 20px;
font-weight: 500;
left: -5px;
position: absolute;
bottom: -20px;
}
.archive-grid .img-holder .price-holder:after {
background: #144e33;
border-bottom-left-radius: 4px;
bottom: -6px;
content: "";
height: 6px;
left: 0;
position: absolute;
width: 5px;
}
.archive-grid .img-holder .price-holder span {
display: block;
padding: 6px 15px;
position: relative;
}
.archive-grid .img-holder .price-holder span:before {
width: 0;
height: 0;
border-top: 20px solid var(--primary-color);
border-right: 20px solid transparent;
position: absolute;
top: 0;
right: -20px;
content: "";
}
.archive-grid .img-holder .price-holder span:after {
width: 0;
height: 0;
border-bottom: 20px solid var(--primary-color);
border-right: 20px solid transparent;
position: absolute;
bottom: 0;
right: -20px;
content: "";
}
.archive-grid .text-holder {
background: #fff;
padding: 40px 0 14px;
border-radius: 0 0 5px 5px;
}
.archive-grid .text-holder .title {
font-size: 18px;
font-weight: 500;
font-family: var(--secondary-font);
padding: 0 20px;
margin: 0 0 7px;
}
.archive-grid .text-holder .title a {
color: var(--heading-font-color);
transition: linear 0.2s;
}
.archive-grid .text-holder .title a:hover,
.archive-grid .text-holder .title a:focus {
text-decoration: none;
color: var(--primary-color);
}
.archive-grid .text-holder .meta-info {
padding: 0 20px;
font-size: 14px;
}
.archive-grid .text-holder .meta-info span {
display: block;
margin: 0 0 7px;
}
.archive-grid .text-holder .meta-info svg {
font-size: 16px;
margin-right: 5px;
color: var(--primary-color);
}
.archive-grid .text-holder .btn-holder {
padding-top: 15px;
border-top: 1px solid #e5e5e5;
text-align: center;
}
.archive-grid .text-holder .btn-more {
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
display: inline-block;
border: 2px solid var(--primary-color);
border-radius: 20px;
text-transform: uppercase;
padding: 2px 30px;
font-family: var(--secondary-font);
transition: linear 0.2s;
}
.archive-grid .text-holder .btn-more:hover,
.archive-grid .text-holder .btn-more:focus {
text-decoration: none;
background: var(--primary-color);
color: #fff;
}
.archive-grid .text-holder .btn-more:focus {
outline: thin dotted #000;
outline-offset: 2px;
} .trip-content-area {
padding: 0 15px;
}
.single-trip #content {
margin-top: 0;
}
.single-trip .trip-post .entry-header .entry-title {
line-height: 1.125em;
color: var(--heading-font-color);
font-weight: 500;
font-family: var(--secondary-font);
position: relative;
}
.single-trip .trip-post .entry-header .entry-title:after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
}
#tabs-container {
margin-top: 60px;
}
#tabs-container .nav-tab-wrapper {
line-height: 1.666em;
text-align: center;
margin: 0 0 20px;
font-weight: 500; width: 100%;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper {
float: none;
border: 0;
background: #f6f6f6;
margin: 0;
border-left: 1px solid #ddd;
width: 100%; }
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper:first-child {
border-left: 0;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active {
background: var(--primary-color);
border: 0;
color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 5px;
-webkit-transform: scale(1.1);
transform: scale(1.1);
position: relative;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active:after {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid var(--primary-color);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .tab-icon {
display: block;
font-size: 26px;
margin: 0 0 8px;
}
#tabs-container .nav-tab-wrapper .tab-inner-wrapper {
width: 100%;
display: flex;
flex-direction: row;
}
#tabs-container .tab-inner-wrapper:after {
display: none;
}
#tabs-container .tab-content {
border: 0;
margin: 0;
padding: 20px;
}
#tabs-container .tab-content h1,
#tabs-container .tab-content h2,
#tabs-container .tab-content h3,
#tabs-container .tab-content h4,
#tabs-container .tab-content h5,
#tabs-container .tab-content h6 {
color: var(--heading-font-color);
font-weight: 500;
font-family: var(--secondary-font);
position: relative;
line-height: 1.272em;
padding: 0 0 5px;
}
#tabs-container .tab-content h1 {
font-size: 30px;
}
#tabs-container .tab-content h2 {
font-size: 22px;
margin: 0 0 25px;
}
#tabs-container .tab-content h3 {
font-size: 20px;
}
#tabs-container .tab-content h4 {
font-size: 18px;
}
#tabs-container .tab-content h5 {
font-size: 16px;
}
#tabs-container .tab-content h6 {
font-size: 14px;
}
#tabs-container .tab-content h1:after,
#tabs-container .tab-content h2:after,
#tabs-container .tab-content h3:after,
#tabs-container .tab-content h4:after,
#tabs-container .tab-content h5:after,
#tabs-container .tab-content h6:after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
}
#tabs-container .tab-content .overview ul {
margin: 0 0 30px;
padding: 0;
list-style: none;
}
#tabs-container .tab-content .overview ul li {
padding-left: 30px;
margin: 0 0 15px;
position: relative;
}
#tabs-container .tab-content .overview ul li:before {
width: 20px;
height: 20px;
position: absolute;
top: 4px;
left: 0;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332b67a' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z'/%3E%3C/svg%3E") center center no-repeat;
content: "";
}
.wpte-tabs-scrollable .tab-content .nb-configurations {
display: block !important;
}
#tabs-container.wpte-tabs-sticky.fixed-header .tab-content .nb-configurations {
padding-top: 95px;
transition: all 0.3s ease;
}
.cost .content h3 {
margin: 40px 0 35px;
} .itinerary-row {
border: 0;
margin: 0 0 0 20px;
position: relative;
padding: 0 0 40px 40px;
border-left: 2px dotted rgba(0, 0, 0, 0.1);
}
.itinerary-row:last-child {
border-left: 0;
}
.itinerary-row:before {
counter-increment: section;
content: counter(section);
font-family: var(--primary-font);
background: var(--primary-color);
}
.itinerary .itinerary-row > .title {
display: none;
}
.itinerary {
counter-reset: section;
}
.itinerary .itinerary-content .title {
font-size: 20px;
line-height: 1.3em;
font-weight: 500;
color: #000;
font-family: var(--secondary-font);
margin: 0 0 20px;
} #include-result,
#exclude-result {
margin: 0 0 50px;
}
#exclude-result li {
padding-left: 30px;
margin: 0 0 15px;
} .faq-row {
border: 1px solid #e5e5e5;
border-left: 0;
border-right: 0;
margin: 0;
padding: 0;
}
.faq .faq-row .accordion-tabs-toggle {
border: 0;
font-size: 18px;
font-weight: 500;
font-family: var(--secondary-font);
color: var(--heading-font-color);
padding: 15px 30px;
}
.faq .faq-row .accordion-tabs-toggle:hover,
.faq .faq-row .accordion-tabs-toggle:focus {
text-decoration: none;
}
.faq-title {
width: 100%;
}
.faq .faq-row .accordion-tabs-toggle:after {
position: absolute;
top: 12px;
right: 10px;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b5b5b5' viewBox='0 0 320 512'%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E") center center no-repeat;
width: 18px;
height: 28px;
}
.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs {
display: none;
}
.faq .faq-row .accordion-tabs-toggle.active {
background: #f6f6f6;
}
.faq .faq-row .accordion-tabs-toggle.active:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 352 512'%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E") center center no-repeat;
width: 14px;
height: 28px;
}
.faq .faq-row .faq-content {
padding: 20px 30px;
} .trip-content-area .widget-area .trip-price {
margin: 0 0 60px;
box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}
.trip-content-area .widget-area .trip-price .price-holder {
background: var(--primary-color);
text-align: left;
border-radius: 5px;
padding: 30px;
border: 0;
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder {
font-family: var(--secondary-font);
margin: 0 0 10px;
padding: 0;
border-bottom: 0;
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .price-from {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
display: block;
margin: 0 0 10px;
}
.trip-content-area .widget-area .trip-price .price-holder .prev-price strike {
font-size: 22px;
line-height: 1.272em;
font-weight: 400;
color: rgba(255, 255, 255, 0.5) !important;
margin: 0 0 10px;
display: block;
}
.trip-content-area .widget-area .trip-price .price-holder .price {
font-size: 36px;
line-height: 1.25em;
color: #fff;
font-weight: 500;
}
.trip-content-area .widget-area .trip-price .price-holder .price .trip-cost-holder {
font-weight: 600;
}
.trip-content-area .widget-area .trip-price .price-holder .price .currency-code {
display: inline-block;
margin-right: 2px;
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
font-size: 20px;
}
.trip-content-area .widget-area .trip-price .price-holder .price .per-person {
font-size: 13px;
line-height: 15px;
font-weight: 400;
font-family: var(--primary-font);
}
.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input label {
color: #fff;
position: relative;
font-size: 14px;
}
.trip-content-area .widget-area .trip-price .price-holder form input[type=number] {
border: 0;
}
.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper input[type=text] {
padding: 7px 10px;
}
.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper {
margin: 0 0 10px;
padding: 0;
border-bottom: 0;
border-radius: 5px;
}
.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper:after {
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.trip-content-area .widget-area .trip-price .price-holder form .total-amt {
font-size: 20px;
line-height: 1.3em;
font-weight: 500;
color: #fff;
font-family: var(--secondary-font);
padding: 0;
margin: 20px 0;
}
.trip-content-area .widget-area .trip-price .price-holder form .total-amt b {
font-weight: 400;
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability {
font-size: 13px;
line-height: 2em;
font-weight: 600;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
font-weight: 600;
font-family: var(--secondary-font);
background: #ffaf46;
display: block;
width: 100%;
border: 2px solid #ffaf46;
border-radius: 5px;
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability:hover,
.trip-content-area .widget-area .trip-price .price-holder form .check-availability:focus,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit:hover,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit:focus {
color: #fff;
background: none;
border-color: #ffaf46;
}
.trip-content-area .widget-area .trip-price .price-holder form .book-submit {
font-size: 13px;
line-height: 2em;
font-weight: 600;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
font-weight: 600;
font-family: var(--secondary-font);
background: #ffaf46;
width: 100%;
width: 100%;
border: 2px solid #ffaf46;
border-radius: 5px;
}
.date-time-wrapper:after {
right: 10px;
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice {
background: var(--secondary-color) url(//zafirotoursavila.es/wp-content/themes/travel-agency/images/group-discount.png) no-repeat 50% 15px;
color: #fff;
position: absolute;
top: -10px;
right: 10px;
width: 88px;
text-align: center;
font-size: 12px;
text-transform: uppercase;
line-height: 1.3em;
font-weight: 600;
padding: 55px 0 20px;
box-shadow: none;
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0;
border-bottom: 13px solid var(--primary-color);
border-left: 44px solid transparent;
border-right: 45px solid transparent;
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice:before {
width: 0;
height: 0;
border-bottom: 10px solid #850100;
border-left: 10px solid transparent;
position: absolute;
top: 0;
left: -10px;
content: "";
background: none;
}
.trip-content-area .widget-area .trip-price .price-holder .group-discount-check {
font-weight: 600;
border-bottom: 1px dotted #fff;
display: inline-block;
margin: 0 0 10px;
padding: 0;
color: #fff;
}
.trip-content-area .widget-area .trip-price .group-discount-check:focus,
.trip-content-area .widget-area .trip-price .group-discount-check:hover {
color: #fff;
text-decoration: none;
border-bottom-color: transparent;
}
.trip-content-area .widget-area .trip-price .group-discount-check svg {
margin-left: 5px;
}
.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input {
padding: 0;
border-bottom: 0;
}
.group-discount-pop h3 {
color: var(--heading-font-color);
font-weight: 500;
font-family: var(--secondary-font);
position: relative;
line-height: 1.272em;
padding: 0 0 5px;
}
.group-discount-pop h3:after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
}
.group-discount-pop .popup-inner table {
margin: 0;
}
.group-discount-pop .popup-inner table td {
border: 0;
padding: 10px;
}
.group-discount-pop .popup-inner table thead {
background: #f3f3f3;
border-bottom: 4px solid #e4e4e4;
font-weight: 600;
}
.group-discount-pop .popup-inner table tbody tr {
border-bottom: 2px solid #e4e4e4;
}
.group-discount-pop .popup-inner table tbody svg {
color: #32b67c;
}
.group-discount-pop .popup-inner .popup-close {
display: none;
}
.group-discount-pop .popup-inner a[data-popup-close=popup-1] {
width: 40px;
height: 40px;
background: #32b67c;
color: #fff;
font-size: 0;
border-radius: 50%;
position: absolute;
top: -20px;
right: -10px;
}
.group-discount-pop .popup-inner a[data-popup-close=popup-1]:after {
content: "X";
position: absolute;
top: 50%;
left: 50%;
color: #fff;
font-size: 20px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.trip-content-area .widget-area .trip-price form .discount-price-per-traveler,
.trip-content-area .widget-area .trip-price form .discount-price-per-child-traveler {
color: #fff;
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px dotted #fff;
font-size: 14px;
line-height: 1.65em;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.trip-content-area .widget-area .trip-price form .discount-price-per-traveler strong,
.trip-content-area .widget-area .trip-price form .discount-price-per-child-traveler strong {
font-weight: 400;
width: 60%;
} .wpte-expand-extra-service {
color: #fff;
margin: 0 0 15px;
padding: 0;
border-bottom: 0;
}
.wpte-expand-extra-service:after {
display: none;
}
.wpte-expand-extra-service .scroll-down h5 {
margin: 0;
font-family: var(--secondary-font);
font-weight: 600;
font-size: 15px;
position: relative;
}
.wpte-expand-extra-service .scroll-down h5:after {
position: absolute;
top: 50%;
right: 10px;
content: "";
width: 15px;
height: 15px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.wpte-expand-extra-service .scroll-down {
display: block;
}
.wpte-expand-extra-service .extra-service-wrap {
border: 0;
margin: 0 -30px;
padding: 20px 30px;
display: block;
color: var(--primary-font-color);
background: rgba(255, 255, 255, 0.85);
border-radius: 0;
text-align: center;
}
.wpte-expand-extra-service .extra-service-wrap .extra-service-info-holder {
padding-right: 0;
margin-bottom: 10px;
}
.wpte-expand-extra-service .extra-service-wrap span.extra-service {
font-size: 15px;
}
.extra-service-wrap .tooltip {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 512 512'%3E%3Cpath d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z'/%3E%3C/svg%3E") center center no-repeat;
width: 12px;
height: 15px;
margin-left: 10px;
position: relative;
}
.extra-service-wrap .tooltip-content {
padding: 10px 15px;
font-size: 12px;
line-height: 1.6em;
top: inherit;
bottom: 30px;
}
.wpte-expand-extra-service .extra-service-wrap span.price-per-extra-service,
.wpte-expand-extra-service .extra-service-wrap span.extra-service-currency,
.wpte-expand-extra-service .extra-service-wrap span.extra-service-price {
font-size: 14px;
}
.wpte-expand-extra-service .extra-service-wrap .input-holder {
border: 0;
background: #fff;
width: 130px;
margin: 0 auto;
border-radius: 100px;
padding: 5px;
}
.wpte-expand-extra-service .extra-service-wrap .input-holder .less-no,
.wpte-expand-extra-service .extra-service-wrap .input-holder .more-no {
background: var(--primary-color);
width: 30px;
height: 30px;
border-radius: 50%;
color: #fff;
}
.wpte-expand-extra-service .extra-service-wrap .input-holder input[type=text] {
border-top: 0;
border-bottom: 0;
border-radius: 0;
background: none;
color: #000;
border: 0;
width: 60px;
}
.extra-service-title {
font-size: 15px;
font-weight: 600;
color: #000;
} .wpte-trip-feat-img-gallery img {
height: 490px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
} .single-trip #wte_enquiry_contact_form .row-repeater {
width: 33.3333%;
}
.single-trip #wte_enquiry_contact_form h2,
.single-trip #wte_enquiry_contact_form .package-name-holder,
.single-trip #wte_enquiry_contact_form .msg-holder,
.single-trip #wte_enquiry_contact_form .confirm-holder,
.single-trip #wte_enquiry_contact_form .submit,
.single-trip #wte_enquiry_contact_form .confirm-msg {
width: 100%;
}
.single-trip #wte_enquiry_contact_form .confirm-msg {
margin-bottom: 0;
}
.single-trip #wte_enquiry_contact_form .confirm-msg textarea {
vertical-align: top;
}
.single-trip #wte_enquiry_contact_form .confirm-holder {
display: block;
line-height: 1.35;
margin-bottom: 20px;
}
.single-trip #wte_enquiry_contact_form .wp-travel-engine-submit-wrap {
padding-left: 10px;
}
.single-trip #wte_enquiry_contact_form .package-name-holder label {
padding-right: 10px;
}
.single-trip #wte_enquiry_contact_form .package-name-holder .wp-travel-engine-info {
font-weight: 600;
color: var(--primary-color);
display: inline-block;
vertical-align: middle;
background: none;
border: 0;
pointer-events: none;
}
.single-trip #wte_enquiry_contact_form h2 {
font-size: 22px;
line-height: 1.272em;
font-weight: 500;
color: var(--heading-font-color);
font-family: var(--secondary-font);
margin: 0 0 20px;
width: 100%;
}
.single-trip #wte_enquiry_contact_form label {
display: none;
}
.single-trip #wte_enquiry_contact_form input[type=text],
.single-trip #wte_enquiry_contact_form input[type=email],
.single-trip #wte_enquiry_contact_form input[type=url],
.single-trip #wte_enquiry_contact_form input[type=password],
.single-trip #wte_enquiry_contact_form input[type=search],
.single-trip #wte_enquiry_contact_form input[type=number],
.single-trip #wte_enquiry_contact_form input[type=tel],
.single-trip #wte_enquiry_contact_form input[type=range],
.single-trip #wte_enquiry_contact_form input[type=date],
.single-trip #wte_enquiry_contact_form input[type=month],
.single-trip #wte_enquiry_contact_form input[type=week],
.single-trip #wte_enquiry_contact_form input[type=time],
.single-trip #wte_enquiry_contact_form input[type=datetime],
.single-trip #wte_enquiry_contact_form input[type=datetime-local],
.single-trip #wte_enquiry_contact_form input[type=color],
.single-trip #wte_enquiry_contact_form textarea,
.single-trip #wte_enquiry_contact_form select {
width: 100%;
border: 1px solid #eee;
}
.single-trip #wte_enquiry_contact_form select {
height: 100%;
padding: 10px 6px;
}
.single-trip #wte_enquiry_contact_form select {
height: 100%;
}
.single-trip #wte_enquiry_contact_form .package-name-holder label,
.single-trip #wte_enquiry_contact_form .confirm-holder label {
display: inline-block;
}
.single-trip #wte_enquiry_contact_form .confirm-holder label input {
margin-right: 5px;
}
.single-trip #wte_enquiry_contact_form .package-name-holder .input {
font-weight: 600;
color: var(--primary-color);
width: 70%;
display: inline-block;
vertical-align: middle;
background: none;
border: 0;
pointer-events: none;
}
.single-trip #wte_enquiry_contact_form .success-msg {
color: green;
}
.single-trip #wte_enquiry_contact_form .failed-msg {
color: red;
} .place-order-form-secondary-wrapper {
margin: 0 0 60px;
}
.place-order-form-secondary-wrapper .wp-travel-engine-order-form-wrapper {
padding: 108px 40px 40px 40px;
border: 1px solid #e5e5e5;
position: relative;
border-radius: 5px 5px 0 0;
}
.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column {
width: 300px;
margin-right: 40px;
}
.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column img {
vertical-align: top;
}
.wp-travel-engine-order-form-wrapper .trip-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: var(--primary-color);
color: #fff !important;
font-size: 20px !important;
line-height: 1.3em !important;
font-weight: 600;
font-family: var(--secondary-font);
margin: 0;
padding: 20px 40px;
}
.place-order-form-secondary-wrapper .trip-property li {
font-size: 15px;
margin: 0 0 15px;
font-family: var(--secondary-font);
}
.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .cart-trip-total-price-holder {
width: auto;
font-size: 22px;
line-height: 1.181em;
font-weight: 600;
color: var(--heading-font-color);
}
.place-order-form-secondary-wrapper .trip-property li .travelers-number {
width: inherit;
}
.place-order-form-secondary-wrapper .trip-property li span {
width: 50%;
}
.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price {
border-top: 1px solid #e5e5e5;
margin-top: 25px;
padding-top: 20px;
font-size: 22px;
line-height: 1.181em;
font-weight: 600;
color: var(--heading-font-color);
}
.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price > span {
font-size: 16px;
line-height: 1.444em;
font-weight: 600;
color: #000;
margin: 0 0 10px;
}
.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .extra-service span {
font-size: 14px;
font-weight: 400;
margin-bottom: 10px;
vertical-align: top;
}
.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .extra-service .extra-service-cost {
width: inherit;
}
.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .extra-service .extra-service-total-cost {
padding-top: 10px;
border-top: 1px solid #e5e5e5;
}
.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .extra-service .extra-service-total-cost span {
font-weight: 500;
color: #000;
}
.place-order-form-secondary-wrapper .trip-property .payable-now,
.place-order-form-secondary-wrapper .trip-property .remaining-amount {
display: flex;
flex-wrap: wrap;
}
.place-order-form-secondary-wrapper .trip-property .payable-now label,
.place-order-form-secondary-wrapper .trip-property .remaining-amount label {
width: 50% !important;
}
.place-order-form-secondary-wrapper .trip-property .payable-now .wrap-payable-now,
.place-order-form-secondary-wrapper .trip-property .remaining-amount .wrap-remaining-amount {
color: #000;
font-weight: 500;
}
.relation-options-title,
.personal-options-title {
font-size: 22px;
line-height: 1.272em;
font-weight: 500;
font-family: var(--secondary-font);
color: var(--heading-font-color);
margin: 0 0 35px;
background: #f6f6f6;
border-radius: 5px;
}
.wp-travel-engine-billing-details-wrapper,
.wp-travel-engine-personal-details-inner-wrapper,
.wp-travel-engine-relation-details-inner-wrapper {
margin: 0 -15px;
}
.wp-travel-engine-billing-details-field-wrap,
.wp-travel-engine-personal-details,
.wp-travel-engine-relation-details {
padding: 0 15px;
margin-bottom: 30px;
}
.wp-travel-engine-billing-details-field-wrap:last-child {
margin-bottom: 0;
}
#wp-travel-engine-order-form label {
font-size: 14px;
line-height: 1.714em;
}
#wp-travel-engine-order-form input[type=submit] {
font-size: 13px;
line-height: 15px;
}
.wp-travel-engine-relation-details select,
.wp-travel-engine-personal-details select {
padding: 11px 10px;
}
.secondary-inner-wrapper {
padding: 0;
background: none;
border: 1px solid #e5e5e5;
border-bottom: 0;
border-radius: 0 0 5px 5px;
margin-top: -1px;
}
.secondary-inner-wrapper table thead {
background: none !important;
}
.trip-content-area .widget-area .trip-price {
clear: both;
} .entry-content > .fixed-starting {
margin: 1.5em 0;
}
.fixed-starting {
margin: 0 0 1.5em;
}
.fixed-starting h2 {
color: var(--heading-font-color);
font-family: var(--secondary-font);
font-weight: 500;
}
.fixed-starting .dd-list table {
border: 0;
color: var(--heading-font-color);
margin: 0 0 1.5em;
}
.fixed-starting .dd-list table thead {
border-bottom: 4px solid #e5e5e5;
}
.fixed-starting .dd-list table thead th {
font-weight: 600;
background: none;
text-align: left;
padding: 15px;
}
.fixed-starting .dd-list table tbody tr {
border-bottom: 2px solid #e5e5e5;
transition: ease 0.2s;
}
.fixed-starting .dd-list table tbody tr:hover,
.fixed-starting .dd-list table tbody tr:focus {
background: #fafafa;
}
.fixed-starting .dd-list table tbody .accordion-cost svg,
.dd-list table tr td svg {
color: #2cbb7d;
margin-right: 5px;
}
.fixed-starting .dd-list table tbody .accordion-cost strong {
font-weight: 400;
}
.fixed-starting .dd-list table tbody .accordion-seats .seats {
font-weight: 400;
}
.fixed-starting .dd-list table tbody .book-btn {
text-transform: uppercase;
font-weight: 600;
color: #fff;
border: 1px solid var(--primary-color);
background: var(--primary-color);
border-radius: 5px;
transition: ease 0.2s;
padding: 13px 20px;
}
.fixed-starting .dd-list table tbody .book-btn:hover,
.fixed-starting .dd-list table tbody .book-btn:focus {
text-decoration: none;
background: none;
color: var(--primary-color);
}
.fixed-starting .dd-list table tbody .sold-out {
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.fixed-starting .dd-list .btn-more-dates {
display: inline-block;
text-transform: uppercase;
font-weight: 600;
color: #fff;
border: 1px solid var(--primary-color);
background: var(--primary-color);
border-radius: 5px;
transition: ease 0.2s;
padding: 13px 20px;
cursor: pointer;
}
.fixed-starting .dd-list .btn-more-dates:hover,
.fixed-starting .dd-list .btn-more-dates:focus {
text-decoration: none;
background: none;
color: var(--primary-color);
} .blog-section {
padding: 80px 0;
}
.blog-section .section-header {
max-width: 660px;
margin: 0 auto 60px;
text-align: center;
}
.blog-section .section-header .section-title {
font-family: var(--secondary-font);
font-size: 36px;
font-weight: 500;
line-height: 1.25em;
margin: 0 0 16px;
padding-bottom: 10px;
position: relative;
color: var(--heading-font-color);
}
.blog-section .section-header .section-title:after {
background: var(--primary-color);
content: "";
height: 3px;
left: 50%;
position: absolute;
top: 100%;
width: 90px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.blog-section .grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin: 0 -15px 50px;
}
.blog-section .grid .post {
width: 33.333%;
padding: 0 15px;
margin: 0 0 30px;
}
.blog-section .grid .post .holder {
border: 1px solid #dcdcdc;
border-radius: 5px;
height: 100%;
transition: linear 0.2s;
}
.blog-section .grid .post:hover .holder {
box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}
.blog-section .grid .post .img-holder {
position: relative;
}
.blog-section .grid .post .img-holder .cat-links {
position: absolute;
top: 20px;
left: 20px;
}
.blog-section .grid .post .img-holder .cat-links a {
color: #fff;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-weight: 500;
background: var(--primary-color);
display: inline-block;
margin-right: 5px;
padding: 0 10px;
border-radius: 20px;
}
.blog-section .grid .post .img-holder a:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
.blog-section .grid .post .img-holder img {
vertical-align: top;
border-radius: 5px 5px 0 0;
}
.blog-section .grid .post .text-holder {
padding: 20px 20px 1px;
}
.blog-section .grid .post .text-holder .posted-on {
display: block;
font-size: 14px;
}
.blog-section .grid .post .text-holder .posted-on a {
color: rgba(0, 0, 0, 0.5);
transition: linear 0.2s;
}
.blog-section .grid .post .text-holder .posted-on a:hover,
.blog-section .grid .post .text-holder .posted-on a:focus {
text-decoration: none;
color: var(--primary-color);
}
.blog-section .grid .post .text-holder .entry-title {
font-size: 18px;
line-height: 1.444em;
font-weight: 500;
font-family: var(--secondary-font);
margin: 0 0 13px;
}
.blog-section .grid .post .text-holder .entry-title a {
color: var(--heading-font-color);
transition: linear 0.2s;
}
.blog-section .grid .post .text-holder .entry-title a:hover,
.blog-section .grid .post .text-holder .entry-title a:focus {
text-decoration: none;
color: var(--primary-color);
}
.blog-section .grid .post .text-holder .entry-content {
margin: 0 0 20px;
height: 85px;
overflow: hidden;
}
.blog-section .grid .post .entry-footer {
border-top: 1px solid #e5e5e5;
padding: 8px 20px;
font-size: 14px;
}
.blog-section .grid .post .entry-footer span {
margin-right: 20px;
}
.blog-section .grid .post .entry-footer span span,
.blog-section .grid .post .entry-footer span:last-child {
margin-right: 0;
}
.blog-section .grid .post .entry-footer span svg {
font-size: 16px;
color: var(--primary-color);
margin-right: 5px;
}
.blog-section .grid .post .entry-footer a {
color: var(--primary-font-color);
transition: linear 0.2s;
}
.blog-section .grid .post .entry-footer a:hover,
.blog-section .grid .post .entry-footer a:focus {
text-decoration: none;
color: var(--primary-color);
}
.blog-section .btn-holder {
text-align: center;
}
.blog-section .btn-holder .btn-more {
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
border: 2px solid var(--primary-color);
border-radius: 5px;
text-transform: uppercase;
padding: 6px 29px;
font-family: var(--secondary-font);
transition: linear 0.2s;
}
.blog-section .btn-holder .btn-more:hover,
.blog-section .btn-holder .btn-more:focus {
text-decoration: none;
background: var(--primary-color);
color: #fff;
}
.blog-section .btn-holder .btn-more:focus {
outline: thin dotted #000;
outline-offset: 2px;
} .trip-facts-value {
grid-column-gap: 30px;
}
.secondary-trip-info .wte-trip-facts {
background: #f6f6f6;
border: 1px solid #d5d5d5;
border-radius: 5px;
padding: 30px;
}
.secondary-trip-info .wte-trip-facts .widget-title {
font-size: 14px;
line-height: 1.5em;
color: var(--heading-font-color);
text-transform: uppercase;
font-weight: 600;
margin: 0 0 25px;
}
.trip-facts-value li svg {
color: var(--primary-color);
}
.trip-facts-value .trip-facts-text label,
.trip-facts-value .trip-facts-textarea label,
.trip-facts-value label {
font-size: 13px;
line-height: 1.538em;
font-weight: 600;
color: var(--primary-color);
}
#secondary .trip-facts-value {
grid-row-gap: 10px;
} .page-template-template-destination .trip-content-area,
.page-template-template-activities .trip-content-area,
.page-template-template-trip_types .trip-content-area {
padding: 0 15px;
}
.page-template-template-destination .trip-content-area .wp-travel-engine-archive-outer-wrap,
.page-template-template-activities .trip-content-area .wp-travel-engine-archive-outer-wrap,
.page-template-template-trip_types .trip-content-area .wp-travel-engine-archive-outer-wrap {
margin: 0;
}
.page-template-template-destination .trip-content-area .wp-travel-engine-archive-outer-wrap .page-header .page-title,
.page-template-template-activities .trip-content-area .wp-travel-engine-archive-outer-wrap .page-header .page-title,
.page-template-template-trip_types .trip-content-area .wp-travel-engine-archive-outer-wrap .page-header .page-title {
display: none;
}
.page-template-template-destination .destination-holder .item {
position: relative;
}
.page-template-template-destination .destination-holder .item a:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
.page-template-template-destination .destination-holder .item img {
vertical-align: top;
height: 275px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.page-template-template-destination .destination-holder .item .child-title {
position: absolute;
left: 15px;
bottom: 0;
width: calc(100% - 30px);
font-size: 30px;
line-height: 1.2em;
color: #fff;
font-family: var(--secondary-font);
font-weight: 600;
margin: 0;
padding: 23px;
pointer-events: none;   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0); } .page-template-template-activities .activities-holder .img-holder,
.page-template-template-trip_types .trip_types-holder .img-holder {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.page-template-template-activities .activities-holder .img-holder img,
.page-template-template-trip_types .trip_types-holder .img-holder img {
vertical-align: top;
width: 100%;
}
.page-template-template-activities .activities-holder .item .img-holder .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder {
font-size: 18px;
font-weight: 500;
font-family: var(--secondary-font);
color: #fff;
padding: 40px 26px;   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0); }
.page-template-template-activities .activities-holder .item .img-holder .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder {
padding: 30px 25px;
}
.page-template-template-activities .activities-holder .item .text-holder .text,
.page-template-template-trip_types .trip_types-holder .item .text-holder .text {
max-height: 295px;
overflow: hidden;
}
.page-template-template-activities .activities-holder .item .text-holder .title,
.page-template-template-trip_types .trip_types-holder .item .text-holder .title {
font-size: 18px;
margin: 0 0 10px;
font-weight: 500;
font-family: var(--secondary-font);
}
.page-template-template-activities .activities-holder .item .text-holder p,
.page-template-template-trip_types .trip_types-holder .item .text-holder p {
margin: 0 0 5px;
max-height: 250px;
overflow: hidden;
}
.page-template-template-activities .activities-holder .item .text-holder .btn-more,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more {
font-size: 40px;
color: #fff;
transition: linear 0.2s;
}
.page-template-template-activities .activities-holder .item .text-holder .btn-more:hover,
.page-template-template-activities .activities-holder .item .text-holder .btn-more:focus,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:hover,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:focus {
text-decoration: none;
color: var(--primary-color);
} .archive .wp-travel-engine-archive-outer-wrap {
margin: 0;
}
.archive .trip-content-area .page-header,
.archive .trip-content-area .parent-desc,
.archive .trip-content-area .child-desc {
padding: 0;
}
.archive .trip-content-area .activity-title {
font-size: 40px;
line-height: 1.125em;
color: var(--heading-font-color);
font-weight: 500;
font-family: var(--secondary-font);
position: relative;
margin-bottom: 30px;
text-align: center;
position: relative;
}
.archive .trip-content-area .activity-title:before {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: rgba(0, 0, 0, 0.4);
content: "";
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
.archive .trip-content-area .activity-title:after {
position: absolute;
bottom: 50%;
left: 0;
width: 100%;
height: 1px;
background: rgba(0, 0, 0, 0.4);
content: "";
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
.archive .trip-content-area .activity-title span {
background: #fff;
display: inline-block;
position: relative;
z-index: 1;
padding: 0 30px;
}
.archive .trip-content-area .grid {
margin-bottom: 50px;
margin-top: 50px;
}
.archive .trip-content-area .grid .col .holder {
border: 1px solid #dcdcdc;
background: #fff;
border-radius: 5px;
transition: linear 0.2s;
height: 100%;
}
.archive .trip-content-area .grid .col:hover .holder {
box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}
.archive .trip-content-area .grid .img-holder {
position: relative;
}
.archive .trip-content-area .grid .img-holder a:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
.archive .trip-content-area .grid .img-holder img {
vertical-align: top;
border-radius: 5px 5px 0 0;
}
.archive .trip-content-area .grid .img-holder .price-holder {
background: var(--primary-color);
border-top-left-radius: 5px;
color: #fff;
font-size: 20px;
font-weight: 500;
left: -5px;
position: absolute;
bottom: -20px;
padding: 0;
}
.archive .trip-content-area .grid .img-holder .price-holder:after {
background: #144e33;
border-bottom-left-radius: 4px;
bottom: -6px;
content: "";
height: 6px;
left: 0;
position: absolute;
width: 5px;
}
.archive .trip-content-area .grid .img-holder .price-holder span {
display: block;
padding: 6px 15px;
position: relative;
}
.archive .trip-content-area .grid .img-holder .price-holder span:before {
width: 0;
height: 0;
border-top: 20px solid var(--primary-color);
border-right: 20px solid transparent;
position: absolute;
top: 0;
right: -20px;
content: "";
}
.archive .trip-content-area .grid .img-holder .price-holder span:after {
width: 0;
height: 0;
border-bottom: 20px solid var(--primary-color);
border-right: 20px solid transparent;
position: absolute;
bottom: 0;
right: -20px;
content: "";
}
.trip-content-area .grid .col .img-holder {
margin-bottom: 0;
}
.archive .trip-content-area .grid .text-holder {
background: #fff;
padding: 40px 0 14px;
border-radius: 0 0 5px 5px;
}
.archive .trip-content-area .grid .text-holder .title,
#primary .post .entry-content .trip-content-area .grid .text-holder .title,
#primary .page .entry-content .trip-content-area .grid .text-holder .title {
font-size: 18px;
font-weight: 500;
font-family: var(--secondary-font);
padding: 0 20px;
margin: 0 0 7px;
}
.archive .trip-content-area .grid .text-holder .title a {
color: var(--heading-font-color);
transition: linear 0.2s;
}
.archive .trip-content-area .grid .text-holder .title a:hover,
.archive .trip-content-area .grid .text-holder .title a:focus {
text-decoration: none;
color: var(--primary-color);
}
.archive .trip-content-area .grid .text-holder .meta-info {
padding: 0 20px;
font-size: 14px;
}
.archive .trip-content-area .grid .text-holder .meta-info span {
display: block;
margin: 0 0 7px;
}
.archive .trip-content-area .grid .text-holder .meta-info svg {
font-size: 16px;
margin-right: 5px;
color: var(--primary-color);
}
.archive .trip-content-area .grid .text-holder .btn-holder {
padding-top: 15px;
border-top: 1px solid #e5e5e5;
text-align: center;
}
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart {
margin: 0 0 10px;
}
.archive .trip-content-area .grid .text-holder .btn-more,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart {
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
display: inline-block;
border: 2px solid var(--primary-color);
border-radius: 20px;
text-transform: uppercase;
padding: 2px 30px;
font-family: var(--secondary-font);
transition: linear 0.2s;
}
.archive .trip-content-area .grid .text-holder .btn-more:hover,
.archive .trip-content-area .grid .text-holder .btn-more:focus,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart:hover,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart:focus {
text-decoration: none;
background: var(--primary-color);
color: #fff;
}
.archive .trip-content-area .grid .text-holder .btn-more:focus {
outline: thin dotted #000;
outline-offset: 2px;
}
.archive .trip-content-area .grid .load-destination,
.archive .trip-content-area .grid .btn-loadmore {
width: 100%;
padding: 0 15px;
text-align: center;
}
.archive .trip-content-area .grid .load-destination span,
.archive .trip-content-area .grid .btn-loadmore span {
display: inline-block;
font-size: 13px;
line-height: 2em;
font-weight: 600;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
font-weight: 600;
font-family: var(--secondary-font);
background: #ffaf46;
border: 2px solid #ffaf46;
padding: 10px 40px;
border-radius: 5px;
cursor: pointer;
transition: ease 0.2s;
}
.archive .trip-content-area .grid .load-destination span:hover,
.archive .trip-content-area .grid .load-destination span:focus,
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .btn-loadmore:focus {
background: none;
color: #ffaf46;
} .group-discount,
.archive .trip-content-area .grid .col .img-holder .group-discount {
position: absolute;
font-size: 12px;
display: inline-block;
bottom: -14px;
top: inherit;
right: 20px;
background: var(--primary-color);
color: #fff;
border-radius: 40px;
padding: 0 15px;
font-weight: 500;
letter-spacing: 0.5px;
cursor: default;
}
.archive .trip-content-area .grid .col .img-holder .group-discount:before {
display: none;
}
.archive .trip-content-area .grid .col .img-holder .group-discount .tooltip {
position: absolute;
bottom: 100%;
width: 270px;
right: 0;
top: inherit;
left: inherit;
font-size: 100%;
background: rgba(0, 0, 0, 0.85);
border-radius: 40px;
padding: 3px 15px;
text-align: center;
color: #fff;
opacity: 0;
visibility: hidden;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
-webkit-transform: translate(0);
-moz-transform: translate(0);
transform: translate(0);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.archive .trip-content-area .grid .col .img-holder .group-discount:hover .tooltip,
.archive .trip-content-area .grid .col .img-holder .group-discount:focus .tooltip {
bottom: calc(100% + 10px);
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.archive .trip-content-area .grid .col .img-holder .group-discount .tooltip:after {
display: none;
}
.archive .trip-content-area .grid .col .img-holder .group-discount .tooltip:before {
content: "";
border-top: 7px solid rgba(0, 0, 0, 0.85);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
position: absolute;
bottom: -7px;
right: 60px;
}
.group-discount .tooltip {
position: absolute;
bottom: 100%;
width: 270px;
right: 0px;
background: rgba(0, 0, 0, 0.85);
border-radius: 40px;
padding: 3px 15px;
text-align: center;
color: #fff;
opacity: 0;
visibility: hidden;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.group-discount .tooltip::after {
content: "";
border-top: 7px solid rgba(0, 0, 0, 0.85);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
position: absolute;
bottom: -7px;
right: 60px;
}
.group-discount:hover .tooltip {
bottom: calc(100% + 10px);
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.review-wrap,
.archive .trip-content-area .grid .col .review-wrap {
background: none;
padding: 0 20px;
margin: 0;
}
.average-rating {
border: none;
padding: 0;
margin: 0;
}
.jq-ry-container {
display: inline-block;
vertical-align: middle;
padding: 0;
width: auto !important;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
width: 15px;
margin-right: 5px;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group > svg {
fill: gray;
}
.average-rating .rating-star {
display: none;
}
.aggregate-rating {
font-size: 14px;
text-transform: capitalize;
color: #000;
font-weight: 500;
letter-spacing: 0.5px;
display: inline-block;
vertical-align: middle;
margin-left: 10px;
} .next-trip-info h3,
.next-trip-info .fsd-title {
font-size: 16px;
font-weight: 600;
letter-spacing: 0.5px;
color: #000;
margin-bottom: 10px;
}
.next-trip-info .next-departure-list {
margin: 0;
padding: 0;
list-style: none;
}
.next-trip-info .next-departure-list li {
margin-bottom: 10px;
font-weight: 300;
font-size: 14px;
position: relative;
z-index: 1;
}
.next-trip-info .next-departure-list li::before {
border-bottom: 1px dotted var(--primary-font-color);
position: absolute;
top: 15px;
left: 0;
width: 100%;
height: 1px;
content: "";
z-index: -1;
}
.next-trip-info .next-departure-list li .left {
color: var(--primary-color);
background: #fff;
padding-right: 10px;
}
.next-trip-info .next-departure-list li .left svg {
margin-right: 5px;
}
.next-trip-info .next-departure-list li .right {
float: right;
background: #fff;
padding-left: 10px;
} .single-trip .review-wrap {
padding: 0;
}
.single-trip .review-wrap .trip-review-title b {
font-size: 18px;
font-weight: 600;
letter-spacing: 0.5px;
color: #000;
margin-bottom: 20px;
display: inline-block;
}
.single-trip .average-rating {
border-bottom: 2px solid #ddd;
display: block;
padding-bottom: 40px;
margin-bottom: 40px;
}
.single-trip .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
width: 20px;
}
.single-trip .aggregate-rating .stars {
padding: 3px 10px;
position: relative;
}
.single-trip .aggregate-rating .stars::before {
content: "";
border-right: 7px solid var(--primary-color);
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
position: absolute;
top: 50%;
left: -7px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-trip .average-rating .rating-star {
display: inline-block;
}
.review-wrap .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.review-wrap .comment-list li {
overflow: hidden;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #E4E4E4;
}
.review-wrap .comment-list li:last-child {
margin-bottom: 0;
}
.review-wrap .comment-list li .comment-author {
float: left;
width: 70px;
margin-right: 20px;
}
.review-wrap .comment-list li .comment-author img {
vertical-align: top;
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 50%;
}
.review-wrap .comment-list li .trip-comment-content {
overflow: hidden;
}
.review-wrap .comment-list li .trip-comment-content .comment-title {
font-size: 1em;
line-height: 1.3em;
font-weight: 700;
color: #000;
display: block;
margin: 0 0 6px;
}
.rating-form .review-title-rating .comment-form-wte-trip-review-rating {
margin-bottom: 0;
}
.single-trip .rating-form p label {
display: block;
color: #000;
margin-bottom: 5px;
}
.review-wrap .comment-list li .trip-comment-content .comment-rating {
font-size: 14px;
line-height: 1.75em;
color: #6E6E6E;
}
.review-wrap .comment-list li .trip-comment-content .comment-rating .url {
margin-right: 10px;
}
.review-wrap .comment-list li .trip-comment-content .comment-rating .url:before {
content: "";
width: 15px;
height: 11px;
display: inline-block;
margin-right: 5px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z'/%3E%3C/svg%3E") center center no-repeat;
}
.review-wrap .comment-list li .trip-comment-content .comment-rating .comment-meta:before {
content: "";
width: 15px;
height: 11px;
display: inline-block;
margin-right: 5px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M400 64h-48V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H128V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h352c8.8 0 16 7.2 16 16v48H32v-48c0-8.8 7.2-16 16-16zm352 384H48c-8.8 0-16-7.2-16-16V192h384v272c0 8.8-7.2 16-16 16zM148 320h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 96h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm192 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12z'/%3E%3C/svg%3E") center center no-repeat;
}
.review-wrap .comment-list li .trip-comment-content .comment-wte-trip-review-rating {
margin: 0;
}
.review-wrap .comment-list li .trip-comment-content .comment-content {
font-size: 0.9em;
line-height: 1.611em;
}
.review-wrap .wpte-trip-review-stars {
margin: 8px 0;
}
.single-trip .comment-respond .comment-reply-title {
font-size: 1em;
font-weight: 700;
color: #000;
line-height: 1.65em;
margin: 0 0 10px;
}
.single-trip .comment-respond .comment-form .comment-form-comment label,
.single-trip .comment-respond .comment-form .comment-form-author label,
.single-trip .comment-respond .comment-form .comment-form-email label,
.single-trip .comment-respond .comment-form .comment-form-url label,
.single-trip .comment-respond .comment-form .comment-form-title label {
display: none;
}
.single-trip .comment-respond .comment-form p {
margin: 0 0 30px;
padding: 0 15px;
}
.single-trip .comment-respond .comment-form .comment-notes {
font-size: 0.9em;
line-height: 1.611em;
margin-bottom: 182px;
}
.single-trip .comment-respond .rating-form {
position: relative;
}
.single-trip.logged-in .comment-respond .rating-form .review-title-rating {
position: unset;
}
.single-trip .comment-respond .rating-form .review-title-rating .comment-form-wte-trip-review-rating {
padding: 0;
font-size: 0.8em;
line-height: 1.688em;
margin: 0 0 5px;
}
.single-trip .comment-respond .rating-form .review-title-rating .wte-trip-review-rating {
background: none;
padding: 0;
width: auto;
border: 0;
margin: 0 0 30px;
text-align: left;
float: left;
}
.single-trip .comment-respond .rating-form .review-title-rating .wte-trip-review-rating input[type=radio],
.single-trip .comment-respond .rating-form .review-title-rating .wte-trip-review-rating label.stars {
width: 21px !important;
height: 21px !important;
margin-right: 5px;
font-size: 0;
}
.single-trip .comment-respond .rating-form .review-title-rating .comment-form-title {
clear: both;
padding: 0;
width: 50%;
}
.single-trip .comment-respond .rating-form .comment-form-author,
.single-trip .comment-respond .rating-form .comment-form-email {
float: left;
width: 50%;
}
.single-trip .comment-respond .rating-form .review-title-rating .wte-trip-review-rating {
background: #fff;
padding: 0;
width: auto;
border: 0;
margin: 0 0 30px;
text-align: left;
float: left;
}
.single-trip .comment-respond .rating-form .review-title-rating .wte-trip-review-rating input[type=radio],
.single-trip .comment-respond .rating-form .review-title-rating .wte-trip-review-rating label.stars {
width: 21px !important;
height: 21px !important;
margin-right: 5px;
font-size: 0;
}
.single-trip .comment-respond .rating-form .review-title-rating .wte-trip-review-rating input[type=radio],
.single-trip .comment-respond .rating-form .review-title-rating .wte-trip-review-rating label.stars {
width: 21px !important;
height: 21px !important;
margin-right: 5px;
font-size: 0;
}
.advanced-search-wrapper .title {
font-size: 18px;
font-weight: 500;
font-family: var(--secondary-font);
padding: 0 20px;
margin: 0 0 7px;
}
.advanced-search-wrapper .title a {
color: var(--heading-font-color);
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.advanced-search-wrapper .title a:hover,
.advanced-search-wrapper .title a:focus {
text-decoration: none;
color: var(--primary-color);
}
.agg-rating.jq-ry-container {
display: inline-block;
} .trip-search-result #primary .advanced-search-wrapper .sidebar h2 {
font-family: var(--secondary-font);
font-weight: 500;
color: var(--heading-font-color);
position: relative;
margin: 0 0 25px;
padding: 0 0 2px;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar h2:after {
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
content: "";
}
.trip-search-result #primary .advanced-search-wrapper .sidebar .advanced-search-field {
margin: 0 0 30px;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar h3 {
color: #212121;
font-weight: 500;
font-family: var(--secondary-font);
margin: 0 0 8px;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul {
font-size: 0.875em;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li .count {
font-size: 0.75em;
background: #eee;
border-radius: 20px;
padding: 0 10px;
line-height: 2em;
} .trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:not(:checked),
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:checked {
position: absolute;
left: -9999px;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:not(:checked) + span,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:checked + span {
position: relative;
padding-left: 26px;
cursor: pointer;
} .trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:not(:checked) + span:before,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:checked + span:before {
content: "";
position: absolute;
left: 0;
top: 4px;
width: 13px;
height: 13px;
border: 2px solid #d3d3d3;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:checked + span:before {
border-color: var(--primary-color);
} .trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:not(:checked) + span:after,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:checked + span:after {
content: "";
position: absolute;
top: 8px;
left: 4px;
width: 5px;
height: 5px;
background: var(--primary-color);
transition: all 0.2s;
} .trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:not(:checked) + span:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type=checkbox]:checked + span:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}     .thank-you #secondary {
display: none !important;
}
.thank-you .page-header {
max-width: 945px;
margin: 0 auto;
text-align: center;
}
.thank-you .page-header .page-title {
padding: 0;
margin: 0;
}
.thank-you .page-header .page-title:after {
display: none;
}
.thank-you #primary {
width: 100%;
padding: 0 15px;
}
.thank-you #primary .page .text-holder {
max-width: 945px;
margin: 0 auto;
text-align: center;
}
#primary .entry-content .thank-you-container .trip-details {
font-size: 18px;
}
.detail-container {
margin: 0 auto;
max-width: 575px;
border-top: 1px solid #BFBFBF;
border-bottom: 1px solid #BFBFBF;
padding: 0;
text-align: left;
}
.detail-item {
border-bottom: 1px solid #F2F2F2;
}
svg.fallback-svg {
vertical-align: top;
}
body.rightsidebar .wpte-bf-checkout .wpte-bf-summary-wrap {
padding: 5% 0;
background: transparent;
border: none;
}
body.rightsidebar #primary .wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td:last-child {
text-align: right !important;
}
body.rightsidebar .wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-total-txt {
font-size: 14px;
}
body.rightsidebar #primary .wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td {
text-align: right;
}
body.rightsidebar .wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-txt {
font-size: 15px;
margin: 0;
padding: 0;
}
body.rightsidebar .wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-currency,
body.rightsidebar .wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-price-amt {
font-size: 24px;
}
body.rightsidebar .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
margin-left: 40px;
}
body.rightsidebar .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
right: calc(100% + 15px);
right: -webkit-calc(100% + 15px);
right: -moz-calc(100% + 15px);
width: 25px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap {
background: #FFF;
border: none;
padding: 0;
position: relative;
overflow: hidden;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name {
font-size: 20px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-date {
font-size: 16px;
color: #232323;
display: block;
margin-top: 10px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name-wrap {
border-bottom: none;
margin-bottom: 10px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot td {
text-align: right !important;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table,
.wpte-bf-checkout .wpte-bf-summary-wrap table tr {
border: none !important;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
padding: 10px 0 !important;
color: #232323;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr td:last-child {
text-align: right !important;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody {
padding-bottom: 10px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot {
border-top-color: var(--primary-color);
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot td {
padding-top: 20px !important;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr:last-child {
padding-bottom: 10px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-total-txt {
font-size: 16px;
color: rgba(35, 35, 35, 0.8);
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-currency,
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-price-amt {
color: #232323;
font-size: 20px;
font-weight: 500;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr td b {
color: #232323;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr:last-child td {
padding-bottom: 20px !important;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td:first-child {
font-size: 16px;
color: #232323;
font-weight: 500;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td:first-child span {
position: relative;
background: #FFF;
padding-right: 20px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td b {
background: #FFF;
display: inline-block;
position: relative;
padding-left: 20px;
font-size: 16px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr td:first-child span:after {
position: absolute;
content: "";
width: 500px;
height: 1px;
border: 1px dashed rgba(0, 0, 0, 0.1);
top: 10px;
left: 100%;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap {
background: transparent;
border-bottom: solid 1px rgba(50, 182, 122, 0.2);
padding: 25px 15px 15px;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
text-transform: capitalize;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap {
padding-bottom: 30px;
text-align: left;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
background-color: rgba(50, 182, 122, 0.1);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2332b67a" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
background-color: rgba(50, 182, 122, 0.1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::after {
background-color: rgb(50, 182, 122);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before {
background-color: rgb(50, 182, 122);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
color: rgb(50, 182, 122);
border-color: rgba(50, 182, 122, 0.1);
}
.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap input[type=radio]:checked + label::before,
.wpte-bf-checkbox .wpte-bf-checkbox-wrap input[type=checkbox]:checked + label::before {
background-color: rgb(50, 182, 122);
border-color: rgb(50, 182, 122);
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn,
.wpte-bf-submit input[type=submit] {
background: rgb(50, 182, 122);
border: 1px solid rgb(50, 182, 122);
font-size: 13px;
font-weight: 600;
padding: 11px 0;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:hover,
.wpte-bf-submit input[type=submit]:hover,
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:focus,
.wpte-bf-submit input[type=submit]:focus {
color: rgb(50, 182, 122);
background: none;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap table caption {
font-size: 16px;
color: #232323;
font-weight: 500;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf-extra-info-table {
margin-top: 10px;
}
.wpte-bf-checkbox .wpte-bf-checkbox-wrap a {
color: rgb(50, 182, 122);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
color: #FFF;
text-transform: capitalize;
background: rgba(50, 182, 122, 0.8);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover {
background: rgb(50, 182, 122);
}
.wpte-bf-booking-steps {
margin-top: 0;
}
.wpte-bf-help-block {
background: #FFF;
font-size: 13px;
border-top: 1px solid rgba(50, 182, 122, 0.2);
font-weight: 500;
color: #232323;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active {
color: rgb(50, 182, 122);
font-size: 14px;
}
.wpte-bf-help-block a {
color: rgb(50, 182, 122);
}
.wpte-bf-price-wrap {
padding: 0;
text-align: center; border-color: rgba(50, 182, 122, 0.05);
-webkit-box-shadow: none;
box-shadow: none; }
.wpte-bf-price-wrap .wpte-bf-price {
-ms-word-break: break-word;
word-break: break-word;
text-align: center;
-webkit-justify-content: center;
justify-content: center;
margin-bottom: 0;
padding-bottom: 12px;
padding-left: 10px;
}
.wpte-bf-price-wrap .wpte-bf-ptitle {
margin-top: 13px;
font-size: 14px;
font-weight: 600;
color: rgba(35, 35, 35, 0.8);
display: block;
text-align: center;
}
.wpte-bf-price-wrap .wpte-bf-price:last-child {
padding-bottom: 15px;
padding-top: 20px;
background: rgba(50, 182, 122, 0.08);
}
.wpte-bf-price-wrap .wpte-bf-price del {
color: rgba(50, 182, 122, 0.8);
font-size: 16px;
font-weight: 500;
}
.wpte-bf-price-wrap .wpte-bf-price ins {
padding-right: 10px;
font-weight: 700;
font-size: 20px;
color: var(--heading-font-color);
}
.wpte-bf-price-wrap .wpte-bf-price ins b {
padding-left: 2px;
font-weight: 700;
}
.wpte-bf-step-content .wpte-bf-block-title {
font-size: 18px;
}
.wpte-bf-price-wrap .wpte-bf-price .wpte-bf-pqty {
padding-left: 0;
padding-right: 10px;
color: #232323;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a[class*=ui-datepicker-] {
bottom: 7px;
}
.wpte-bf-step-content .ui-datepicker table {
font-size: 14px !important;
}
.wpte-bf-datepicker .ui-datepicker th {
font-size: 13px;
font-weight: 400;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td .wpte-bf-info {
color: rgba(0, 0, 0, 0.9);
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td {
-ms-word-break: break-word;
word-break: break-word;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td:last-child {
font-size: 16px;
color: #232323;
font-weight: 500;
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
background: rgba(50, 182, 122, 0.8);
}
.wte-bf-price-detail .wpte-bf-toggle-wrap .wpte-bf-toggle-title {
background: rgba(50, 182, 122, 0.1);
color: rgb(50, 182, 122);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpte-bf-step-content .wpte-bf-number-field button:hover {
color: rgb(50, 182, 122);
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:focus,
.wpte-bf-submit input[type=submit]:focus,
.wpte-bf-step-content .wpte-bf-number-field button:focus {
outline: none;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow {
color: rgba(51, 51, 51, 0.25);
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header {
background: rgba(50, 182, 122, 0.07);
padding: 13px 0;
border-bottom: none;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-datepicker-title {
font-weight: 500;
}
.wpte-bf-step-content .wpte-bf-number-field + span {
font-size: 14px;
}
.wpte-bf-step-content .wpte-bf-price ins {
color: rgb(50, 182, 122);
font-size: 18px;
}
.wpte-bf-step-content .wpte-bf-price ins b {
font-size: 18px;
font-weight: 600;
}
.wpte-bf-step-content .wpte-bf-price .wpte-bf-pqty {
font-size: 14px;
display: inline-block;
line-height: 1;
}
.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-currency,
.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-price-amt {
color: rgb(50, 182, 122);
font-weight: 500;
font-size: 26px;
}
.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-currency {
font-weight: 300;
}
.wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-currency,
.wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-price-amt {
color: #232323;
font-weight: 500;
}
.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-total-txt {
font-size: 20px;
font-weight: 500;
color: rgb(35, 35, 35);
}
.wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-total-txt {
font-size: 16px;
padding-right: 0;
}
.wpte-bf-step-content .wpte-bf-number-field {
border: 1px solid rgba(50, 182, 122, 0.4);
width: 100px;
height: 40px;
}
.wpte-bf-step-content .wpte-bf-number-field button {
color: rgb(50, 182, 122);
background: rgba(50, 182, 122, 0.03);
border: solid 1px rgba(50, 182, 122, 0.05);
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total {
font-size: 14px;
text-transform: uppercase;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total b {
color: rgb(50, 182, 122);
font-size: 18px;
}
.wpte-bf-checkout .wpte-bf-summary-total {
padding: 5% 0;
margin-top: 10px;
background: none;
border-top: 1px solid rgb(50, 182, 122);
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-title,
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name-wrap {
text-align: left;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-title {
font-size: 30px;
margin-bottom: 30px;
} .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-total-price {
text-align: right;
}
.wpte-bf-outer input[type=text],
.wpte-bf-outer input[type=email],
.wpte-bf-outer input[type=url],
.wpte-bf-outer input[type=password],
.wpte-bf-outer input[type=search],
.wpte-bf-outer input[type=number],
.wpte-bf-outer input[type=tel],
.wpte-bf-outer input[type=range],
.wpte-bf-outer input[type=date],
.wpte-bf-outer input[type=month],
.wpte-bf-outer input[type=week],
.wpte-bf-outer input[type=time],
.wpte-bf-outer input[type=datetime],
.wpte-bf-outer input[type=datetime-local],
.wpte-bf-outer input[type=color],
.wpte-bf-outer textarea,
.wpte-bf-outer select {
background: none;
}
.wpte-bf-outer {
box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
}
.wpte-bf-outer.wpte-bf-checkout {
-webkit-box-shadow: none;
box-shadow: none;
}
.wpte-bf-booking-steps {
-webkit-box-shadow: none;
box-shadow: none;
}
.wpte-bf-datepicker .ui-datepicker td a.ui-state-default {
background: rgb(50, 182, 122);
color: #FFF;
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-content {
padding: 0 20px;
}
.wpte-bf-checkout .wpte-bf-book-summary {
padding: 45px 60px;
-webkit-box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.05);
}
body.rightsidebar .wpte-bf-checkout .wpte-bf-book-summary {
padding: 20px 20px 10px;
}
body.rightsidebar .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child {
margin-left: 0;
}
.wpte-bf-checkout .wpte-bf-checkout-form,
body.rightsidebar .wpte-bf-checkout .wpte-bf-checkout-form {
width: 60%;
}
.wpte-bf-checkout .wpte-bf-book-summary,
body.rightsidebar .wpte-bf-checkout .wpte-bf-book-summary {
width: 40%;
}
.wpte-bf-checkout .wpte-bf-title {
color: #232323;
font-size: 20px;
}
.trip-search-result #primary {
width: 100%;
float: none;
padding: 0 15px;
}  .wp-travel-toolbar .wte-filterby-dropdown .wte-ordering span,
.wp-travel-toolbar .wte-view-modes span,
.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select {
font-size: 14px;
font-weight: 500;
} .wp-travel-engine-archive-outer-wrap .advanced-search-wrapper + .wp-travel-engine-archive-repeater-wrap {
padding-left: 66px;
}
.wp-travel-engine-archive-outer-wrap {
position: relative;
}
.wp-travel-engine-archive-outer-wrap #loader {
position: absolute;
z-index: 99;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.95);
}
.wp-travel-engine-archive-outer-wrap #loader svg {
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%);
}
.trip-search-result .foundPosts {
color: var(--heading-font-color);
font-size: 24px;
font-weight: 600;
color: var(--heading-font-color);
} .category-main-wrap.category-grid .category-trips-single-inner-wrap {
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap:hover {
-webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap {
padding: 0;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
position: relative;
margin-left: -5px;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget:after {
background: #144e33;
border-bottom-left-radius: 4px;
bottom: -6px;
content: "";
height: 6px;
left: 0;
position: absolute;
width: 5px;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder {
display: block;
padding: 10px 15px;
position: relative;
background: var(--primary-color);
-webkit-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:before {
width: 0;
height: 0;
border-top: 20px solid var(--primary-color);
border-right: 20px solid transparent;
position: absolute;
top: 0;
right: -20px;
content: "";
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:after {
width: 0;
height: 0;
border-bottom: 20px solid var(--primary-color);
border-right: 20px solid transparent;
position: absolute;
bottom: 0;
right: -20px;
content: "";
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .striked-price {
color: #FFF;
font-size: 20px;
display: inline-block;
vertical-align: middle;
opacity: 1;
font-weight: 500;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price {
font-size: 20px;
display: inline-block;
vertical-align: middle;
color: #FFF;
padding-left: 3px;
font-weight: 500;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
font-size: 22px;
font-weight: 500;
line-height: 1.3;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur span,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span,
.category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur,
.category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur span,
.category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc,
.category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span {
font-size: 14px;
font-weight: 500;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc a {
color: var(--primary-font-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg {
fill: var(--primary-color);
}
.category-main-wrap.category-grid .category-trip-review {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
padding: 0;
}
.category-main-wrap.category-grid .category-trip-review .rating-rev {
display: inline-block;
margin-top: -1px;
}
.category-main-wrap.category-grid .category-trip-review .category-trip-reviewcount {
display: inline-block;
padding-left: 5px;
}
.category-list .category-trip-reviewcount .aggregate-rating,
.category-main-wrap.category-grid .category-trip-reviewcount .aggregate-rating {
margin: 0;
}
.category-list .category-trip-reviewcount .stars,
.category-list .category-trip-reviewcount .review-based-on-wrap,
.category-main-wrap.category-grid .category-trip-reviewcount .stars,
.category-main-wrap.category-grid .category-trip-reviewcount .review-based-on-wrap {
display: none;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
font-size: 16px;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time {
text-align: center;
padding-top: 30px;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap {
text-align: left;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
display: inline-block;
margin: 0 auto 0;
padding: 13px 30px;
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
-webkit-border-radius: 35px;
border-radius: 35px;
border: 2px solid var(--primary-color);
-webkit-box-shadow: none;
box-shadow: none;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover {
background: var(--primary-color);
color: #FFFFFF;
text-decoration: none;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:active,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:focus {
text-decoration: none;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
background: var(--primary-color);
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt {
font-size: 14px;
color: var(--primary-color);
} .category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
font-weight: 500;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover {
color: var(--primary-color);
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
color: var(--primary-color);
opacity: 0.65;
font-size: 18px;
margin-bottom: 5px;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.actual-price {
font-weight: 600;
} .category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
padding: 10px 20px;
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
-webkit-border-radius: 35px;
border-radius: 35px;
border: 2px solid var(--primary-color);
-webkit-box-shadow: none;
box-shadow: none;
}
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover {
color: #FFF;
background: var(--primary-color);
text-decoration: none;
}
.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search {
background: var(--primary-color);
border-color: var(--primary-color);
}
.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search:focus,
.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search:active {
text-decoration: none;
}
.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search:hover {
color: var(--primary-color);
background: transparent;
text-decoration: none;
}
.category-list .category-trips-single {
padding: 0 15px;
}
.category-list .category-trips-single:last-of-type {
margin-bottom: 50px;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount {
background: var(--secondary-color);
color: #FFF;
-webkit-border-radius: 0 5px 0 0;
border-radius: 0 5px 0 0;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount:after {
background: #830000;
border-bottom-right-radius: 4px;
bottom: -6px;
content: "";
height: 6px;
right: 0;
position: absolute;
width: 6px;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer {
font-size: 16px;
display: block;
padding: 6px 15px;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:before,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:before {
width: 0;
height: 0;
border-top: 17px solid var(--secondary-color);
border-left: 15px solid transparent;
position: absolute;
top: 0;
left: -15px;
content: "";
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:after {
width: 0;
height: 0;
border-bottom: 17px solid var(--secondary-color);
border-left: 15px solid transparent;
position: absolute;
bottom: 0;
left: -15px;
content: "";
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer span {
font-weight: 400;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-disc-feat-wrap {
top: 20px;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-feat-ribbon {
top: 56px;
}
.category-list .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
fill: var(--primary-color);
}
.featured-trip .grid-latest .img-holder[data-cat-rib=enabled] .category-feat-ribbon,
.our-deals .grid-latest .img-holder[data-cat-rib=enabled] .category-feat-ribbon {
top: 54px;
}
.featured-trip .grid-latest .img-holder[data-cat-rib=disabled] .category-feat-ribbon,
.our-deals .grid-latest .img-holder[data-cat-rib=disabled] .category-feat-ribbon {
top: 20px;
}
@media only screen and (max-width: 1200px) {
.trip-search-result #primary .category-grid .col {
width: 50%;
}
.trip-search-result .advanced-search-wrapper + .wp-travel-engine-archive-repeater-wrap {
padding-left: 40px;
}
}
@media only screen and (max-width: 1024px) {
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap {
-webkit-justify-content: center;
justify-content: center;
}
.wpte-bf-checkout .wpte-bf-checkout-form,
body.rightsidebar .wpte-bf-checkout .wpte-bf-checkout-form {
width: 100%;
}
.wpte-bf-checkout .wpte-bf-book-summary,
body.rightsidebar .wpte-bf-checkout .wpte-bf-book-summary {
width: 100%;
}
.trip-search-result .wp-travel-engine-archive-outer-wrap .advanced-search-wrapper {
width: 100%;
}
.trip-search-result .wp-travel-engine-archive-outer-wrap .advanced-search-wrapper + .wp-travel-engine-archive-repeater-wrap {
width: 100%;
padding: 0;
}
.main-navigation ul ul {
display: none;
opacity: 1;
margin-left: 0;
}
}
@media only screen and (max-width: 550px) {
.trip-search-result #primary .category-grid .col {
width: 100%;
}
.wp-travel-toolbar .wte-filterby-dropdown:before {
display: none;
}
} @media only screen and (max-width: 1430px) {
.container {
max-width: 1170px;
}
}
@media only screen and (max-width: 1199px) {
.container {
max-width: 970px;
}
.main-navigation ul li {
margin-right: 40px;
}
.widget_search .search-form label {
width: 77%;
}
.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item {
width: 33.3333%;
}
.page-template-template-destination .destination-holder .item {
width: 33.3333%;
}
.trip-search form .advanced-search-field-submit input[type=submit] {
border-radius: 5px;
padding: 14px 25px;
}
.trip-search {
margin-top: 0;
margin-bottom: 0;
}
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .col {
width: 50%;
}
.trip-search form .advanced-search-field:after {
top: 100%;
width: 100%;
height: 1px;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
}
@media only screen and (max-width: 1024px) {
html {
position: unset !important;
top: 0 !important;
}
body {
padding-top: 0px !important;
}
.custom-background .site {
max-width: 95%;
}
.container {
max-width: 720px;
}
.nav-holder {
border-top: 0;
border-bottom: 0;
padding: 15px 0 0;
margin: 0 0 15px;
}
.nav-holder .container {
background: var(--primary-color);
padding: 10px;
border-radius: 5px;
position: relative;
}
.home-link {
display: block;
float: left;
font-size: 22px;
line-height: 35px;
color: #fff;
width: 35px;
height: 35px;
background: rgba(0, 0, 0, 0.2);
text-align: center;
border-radius: 5px;
}
#primary-toggle-button {
display: block;
float: right;
color: #fff;
font-size: 15px;
font-weight: 500;
font-family: var(--secondary-font);
width: 96px;
height: 35px;
background: rgba(0, 0, 0, 0.2);
border-radius: 5px;
text-align: center;
padding: 3px 0 0;
cursor: pointer;
}
#primary-toggle-button svg {
font-size: 22px;
vertical-align: middle;
margin-left: 10px;
} .main-navigation {
display: none;
}
.main-navigation ul {
font-size: 16px;
text-transform: none;
}
.main-navigation ul ul {
display: none;
opacity: 1;
left: 0;
}
.main-navigation ul li {
float: none;
display: block;
margin: 0 0 2px;
}
.main-navigation ul li a {
padding: 10px 15px;
color: #fff;
position: relative;
background: rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
background: rgba(0, 0, 0, 0.5);
color: #fff;
}
.main-navigation ul li.menu-item-has-children {
padding: 0;
}
.main-navigation ul li.menu-item-has-children:after {
display: none;
}
.main-navigation ul li.menu-item-has-children .arrow-down {
position: absolute;
top: 0;
right: 0;
width: 35px;
height: 48px;
text-align: center;
line-height: 48px;
color: #fff;
z-index: 1;
cursor: pointer;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
display: flex;
align-items: center;
justify-content: center;
}
.main-navigation ul li.menu-item-has-children .arrow-down.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.main-navigation ul ul {
position: unset;
background: none;
width: 100%;
border: 0;
padding: 0 10px;
margin-top: 8px;
margin-bottom: 6px;
}
.main-navigation ul ul li {
padding: 0;
}
.main-navigation ul ul li a {
background: none;
padding: 0 10px;
}
.main-navigation ul ul .current_page_item,
.main-navigation ul ul .current-menu-item,
.main-navigation ul ul .current_page_ancestor,
.main-navigation ul ul .current-menu-ancestor {
background: none;
}
.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus {
background: rgba(0, 0, 0, 0.1);
color: #fff;
}
.main-navigation ul ul li:hover,
.main-navigation ul ul li:focus {
background: none;
}
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
color: #fff;
background: rgba(0, 0, 0, 0.1);
}
.main-navigation ul ul li.menu-item-has-children .arrow-down {
height: 36px;
line-height: 36px;
}
.banner img {
height: 500px;
-o-object-fit: cover;
object-fit: cover;
}
.banner .form-holder .text h1 {
font-size: 52px;
line-height: 1.192em;
}
.site-footer .column {
width: 50%;
}
.site-footer .site-info {
width: 100%;
text-align: center;
margin: 0 0 10px;
}
.footer-navigation {
width: 100%;
}
.footer-navigation ul {
text-align: center;
}
.footer-navigation ul li {
float: none;
display: inline-block;
}
#primary {
width: 100%;
padding: 0 15px;
margin: 0 0 60px;
float: none;
}
#secondary {
width: 100%;
}
#primary .post .entry-header .entry-title {
font-size: 32px;
}
.widget_raratheme_popular_post ul,
.widget_raratheme_recent_post ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -15px;
}
.widget_raratheme_popular_post ul,
.widget_raratheme_recent_post ul li {
width: 50%;
padding: 0 15px;
margin: 0 0 30px;
}
.widget_raratheme_popular_post ul li .post-thumbnail img,
.widget_raratheme_recent_post ul li .post-thumbnail img {
width: 100%;
}
.blog-section .section-header .section-title {
font-size: 32px;
}
.blog-section {
padding: 50px 0;
}
.blog-section .grid .post {
width: 50%;
}
.page-template-template-destination .destination-holder .item {
width: 50%;
}
.archive-grid .trip {
width: 50%;
}
.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item {
width: 50%;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar {
width: 100%;
}
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap {
width: 100%;
padding-left: 15px;
}
.category-main-wrap.category-grid.col-3 .category-trips-single,
.category-main-wrap.category-grid.col-4 .category-trips-single {
width: 50%;
}
.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper {
width: 100%;
}
.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper + .wp-travel-engine-archive-repeater-wrap {
width: 100%;
padding: 0 !important;
}
}
@media only screen and (max-width: 767px) {
.site-header .tools .form-section .form-holder {
right: 0;
}
.site-header .tools .form-section .form-holder:after,
.site-header .tools .form-section .form-holder:before {
right: 10px;
}
.container {
max-width: 100%;
margin: 0 15px;
}
.site-branding {
width: 100%;
text-align: center;
}
.header-b .right {
width: 100%;
text-align: center;
}
.header-b {
padding: 20px 0;
}
.nav-holder {
padding: 0;
}
.banner img {
height: 387px;
}
.banner .form-holder .text h1 {
font-size: 36px;
line-height: 1.222em;
}
.banner .form-holder .text {
font-size: 16px;
line-height: 1.5em;
}
.banner .form-holder {
width: 100%;
padding: 0 15px;
}
.banner .form-holder .search-form label {
width: 100%;
margin: 0 0 5px;
}
.banner .form-holder .search-form input[type=submit] {
width: 100%;
background-position: 32% 15px;
}
.site-footer .column {
width: 100%;
}
.site-footer .footer-t {
padding: 30px 0;
}
#primary .post .entry-header .entry-title {
font-size: 23px;
}
#secondary {
max-width: 400px;
margin: 0 auto;
float: none !important;
display: block;
}
#content {
margin: 30px 0;
}
.author-section .img-holder {
margin: 0 0 20px;
}
.author-section .text-holder {
width: 100%;
}
.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%;
}
.related-post .grid {
max-width: 290px;
margin: 0 auto;
}
.related-post .col {
width: 100%;
}
.comments-area .comment-body .comment-meta {
display: none;
}
.comments-area .children {
border: 0;
margin-left: 20px;
}
.comments-area .children li {
padding-left: 0;
}
.comments-area .children li:first-child:before {
display: none;
}
.comments-area .comment-form p {
width: 100%;
}
.comments-area {
margin: 0;
}
.blog-section {
padding: 40px 0;
}
.blog-section .section-header .section-title {
font-size: 23px;
}
.blog-section .grid {
max-width: 100%;
margin: 0 auto 30px;
}
.blog-section .grid .post {
width: 100%;
}
.page-template-template-destination .destination-holder {
max-width: 100%;
margin: 40px auto 0;
}
.page-template-template-destination .destination-holder .item {
width: 100%;
padding: 0;
}
.page-template-template-destination .destination-holder .item .child-title {
left: 0;
width: 100%;
}
.archive .trip-content-area .grid {
margin: 0 auto 50px;
}
.category-main-wrap.category-grid.col-3 .category-trips-single,
.category-main-wrap.category-grid.col-4 .category-trips-single {
width: 100%;
}
.custom-background .site {
max-width: 100%;
}
.archive-grid {
max-width: 290px;
margin: 0 auto 30px;
}
.archive-grid .trip {
width: 100%;
}
.page-template-template-activities .activities-holder,
.page-template-template-trip_types .trip_types-holder {
max-width: 700px;
margin: 40px auto 0;
}
.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item {
width: 100%;
padding: 0;
}
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 {
width: 100%;
}
.fixed-starting .dd-list table {
border: 0;
}
.fixed-starting .dd-list table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.fixed-starting .dd-list table tbody tr {
display: block; border: 1px solid #ddd;
position: relative;
}
.fixed-starting .dd-list table tbody tr:after {
content: "";
width: 100%;
height: 5px;
background: #fff;
}
.fixed-starting .dd-list table tbody td {
border-bottom: 1px solid #ddd;
display: block;
font-size: 0.8em;
text-align: right !important;
}
.fixed-starting .dd-list table tbody td:before { content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
.fixed-starting .dd-list table tbody td:last-child {
border-bottom: 0;
}
.single-trip #wte_enquiry_contact_form {
flex-direction: column;
}
.single-trip #wte_enquiry_contact_form .row-repeater {
width: 100%;
}
#tabs-container .nav-tab-wrapper .tab-inner-wrapper {
flex-direction: column;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper {
border-left: 0;
border-bottom: 1px solid #ddd;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
border-radius: 0;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:after {
top: 17px;
}
.widget_raratheme_popular_post ul,
.widget_raratheme_recent_post ul li {
width: 100%;
}
.activities:after,
.our-features,
.stats,
.cta,
.clients {
background-attachment: scroll !important;
}
.page-template-template-activities .activities-holder .item .img-holder .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder {
display: none;
}
.page-template-template-activities .activities-holder .item .img-holder .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder {
opacity: 1;
}
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .col {
width: 100%;
}
.category-list .category-trips-single {
padding: 0;
}
.banner .form-holder .text h1,
.banner .form-holder .text h2 {
font-size: 32px;
}
.banner .form-holder .text {
margin-bottom: 20px;
}
.archive .trip-content-area .activity-title span {
padding: 0 10px;
}
} .mobile-menu-wrapper {
display: none;
}
.mobile-navigation .close {
position: absolute;
right: 10px;
top: -44px;
display: block;
float: right;
color: #fff;
font-size: 15px;
font-weight: 500;
font-family: var(--secondary-font);
width: 96px;
height: 35px;
background: rgba(0, 0, 0, 0.2);
border-radius: 5px;
text-align: center;
padding: 3px 0 0;
cursor: pointer;
}
.mobile-navigation .close svg {
font-size: 22px;
vertical-align: middle;
margin-left: 10px;
}
.mobile-navigation {
position: absolute;
width: 100%;
background-color: #32b67a;
z-index: 555;
left: 0;
top: 55px;
padding: 10px;
}
.mobile-menu .arrow-down {
background: transparent;
border: none;
} .header-holder .header-t .form-section #btn-search {
font-size: 16px;
padding: 0;
color: white;
}
.header-holder .header-t .form-section #btn-search:focus {
background-color: transparent;
color: white;
}
.header-holder .header-t .form-section #btn-search:active {
background: var(--primary-color);
color: white;
}
.header-t .form-section .btn-form-close {
position: absolute;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M32,2.3L29.7,0L16,13.7L2.3,0L0,2.3L13.7,16L0,29.7L2.3,32L16,18.3L29.7,32l2.3-2.3L18.3,16L32,2.3z'/%3E%3C/svg%3E");
top: 50%;
right: 47px;
width: 15px;
height: 15px;
padding: 0px;
border: 0;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
transform: translate(0, -50%);
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
opacity: 0;
border-color: none;
border-radius: 0;
}
.header-t .btn-form-close:focus {
color: black;
opacity: 1;
}
@media (max-width: 1024px) {
.mobile-menu-wrapper {
display: block;
}
} .trip-search form .advanced-search-field .custom-select:after {
display: none;
}
.wte-advanced-search-wrapper-nice-select .nice-select {
border: none;
width: 100%;
float: none;
padding-left: 6px;
line-height: unset;
font-size: 16px;
cursor: default;
}
.trip-search form .wte-advanced-search-wrapper-nice-select .advanced-search-field {
padding: 19px 25px 10px 25px;
}
.wte-advanced-search-wrapper-nice-select .nice-select:after {
height: 8px;
width: 8px;
margin-top: -13px;
background: #fff;
right: 9px;
}
.wte-advanced-search-wrapper-nice-select .list {
width: 100%;
border-radius: 3px;
-webkit-border-radius: 3px;
margin-top: -6px;
}
.wte-advanced-search-wrapper-nice-select .nice-select .option {
color: var(--heading-font-color);
}
.wte-advanced-search-wrapper-nice-select .nice-select .option.selected {
font-weight: 400;
}
.wte-advanced-search-wrapper-nice-select .current {
display: block;
font-weight: 500;
color: var(--heading-font-color);
position: relative;
font-size: 16px;
}
.wte-fsd-list-header .wte-user-input .select2-container a {
height: 39px;
width: 178px;
padding: 8px 0px 0 8px;
}
.wte-fsd-list-header .wte-user-input .select2-container .select2-choice div b {
background-image: none !important;
}
.wte-fsd-list-header .wte-user-input .select2-container .select2-choice div {
display: none;
}
#wte-fixed-departure-dates .wte-user-input::after {
left: 151px;
top: 7px;
} .entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
color: #666;
text-decoration: underline;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
color: var(--primary-color);
} .widget-area .wpte-booking-area .wpte-bf-discount-tag {
font-size: 15px;
color: rgba(222, 45, 45, 0.9);
background-color: rgba(222, 45, 45, 0.1);
border-radius: 3px;
margin-top: 12px;
}
.widget-area .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price del {
color: rgba(35, 35, 35, 0.5);
font-size: 16px;
}
.widget-area .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price {
border-bottom: 0;
}
.widget-area .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price ins {
color: rgba(35, 35, 35, 0.9);
font-weight: 600;
}
.widget-area .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-pqty {
color: rgba(35, 35, 35, 0.75);
letter-spacing: 0.15px;
padding-right: 0;
}
.widget-area .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:last-child {
background: none;
}
.widget-area .wpte-booking-area .wpte-bf-price-wrap {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin: 10px 25px 0px;
border-bottom: 1px solid rgba(0, 185, 139, 0.04);
grid-column-gap: 30px;
}
.widget-area .wpte-booking-area .wpte-bf-price {
width: 100%;
text-align: left;
}
.widget-area .wpte-booking-area .wpte-bf-discount-tag {
margin-bottom: 23px;
}
.widget-area .wpte-bf-price-wrap .wpte-bf-price ins {
padding-right: 0;
}
.widget-area .wpte-bf-price-wrap .wpte-bf-price {
padding: 0 0 26px 0;
}
.widget-area .wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn {
text-transform: capitalize;
background-color: var(--primary-color);
font-size: 20px;
letter-spacing: 0.2px;
}
.widget-area .wpte-booking-area .wpte-booking-footer-text a,
.widget-area .wpte-booking-area .wpte-booking-footer-text a:link {
text-decoration: underline;
color: var(--primary-color);
}
.widget-area .wpte-booking-area .wpte-booking-footer-text a:hover {
text-decoration: none;
} .wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month {
background-color: rgba(var(--primary-color-rgb), 0.05);
}
.widget-area .wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title {
background-color: var(--primary-color);
}
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title {
background-color: var(--primary-color);
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
fill: var(--primary-color) !important;
}
.flatpickr-day:hover {
background-color: rgba(var(--primary-color-rgb), 0.5) !important;
}
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number {
border-color: var(--primary-color);
border-radius: 53px;
}
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button {
background-color: rgba(var(--primary-color-rgb), 0.03);
}
.wte-process-layout .wte-popup-sidebar,
.wte-process-layout .wte-process-nav {
border-color: rgba(var(--primary-color-rgb), 0.15);
}
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover {
background-color: rgba(var(--primary-color-rgb), 0.8);
} .wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details .wte-booking-details-title {
letter-spacing: 0.05px;
}
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li label {
font-size: 15px;
letter-spacing: 0.2px;
}
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li label .qty {
font-size: 15px;
font-weight: 500;
letter-spacing: 0.2px;
color: rgba(35, 35, 35, 0.7);
}
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount {
border-color: var(--primary-color);
}
.wte-trip-options .wte-trip-guest-wrapper .check-in-wrapper label {
font-size: 18px;
letter-spacing: 0.2px;
}
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .offer-price {
font-size: 20px;
color: rgba(35, 35, 35, 0.8);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-option-heading span {
font-size: 13px;
letter-spacing: 0.85px;
}
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .regular-price {
font-size: 16px;
}
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .regular-price .wpte-price.amount {
font-weight: 400;
}
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li:not(:last-child) {
margin-bottom: 18px;
}
.wte-popup-sidebar .total-amount span.wpte-currency-code,
.wte-popup-sidebar .total-amount .wpte-price.amount {
color: var(--primary-color);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month select {
width: 136px;
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day {
color: rgba(35, 35, 35, 0.9);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.nextMonthDay,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.prevMonthDay {
color: rgba(var(--primary-color-rgb), 0.4);
}
#wte-booking-extraservices__services .wte-trip-options .wte-trip-guest-wrapper.vertical {
height: 100%;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-summary-wrap table tfoot {
border-top-color: var(--primary-color);
}
.flatpickr-days .dayContainer .flatpickr-day:hover,
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button:hover {
background: rgba(var(--primary-color-rgb), 0.5);
}
.tax-destination .wrap {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0;
}
.widget-area .wpte-booking-area .wpte-bf-gd-text {
font-style: italic;
background-color: rgba(254, 205, 16, 0.12);
font-size: 16px;
letter-spacing: 0.15px;
color: #232323;
border-radius: 2px 10px 3px 10px;
}
#wte-fixed-departure-dates .wte-fsd-frontend-holder-dd.dd table tbody td {
padding: 15px 0;
}
.fixed-starting.dates #wte-fsd-all-table {
margin: 50px 0 0;
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper p {
color: #fff;
}
.wte-trip-options .wte-trip-guest-wrapper .check-in-wrapper {
margin-bottom: 10px;
}
.wte-global-popup .mfp-close:hover {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='14.828' viewBox='0 0 14.828 14.828'%3E%3Cg id='Component_8_7' data-name='Component 8 – 7' transform='translate(1.414 1.414)'%3E%3Cg id='Group_2308' data-name='Group 2308' opacity='1'%3E%3Cg id='Group_2307' data-name='Group 2307'%3E%3Cpath id='Path_23938' data-name='Path 23938' d='M-3543.213-3525.86l12,12' transform='translate(3543.213 3525.86)' fill='none' stroke='%23170d44' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Path_23939' data-name='Path 23939' d='M-3531.213-3525.86l-12,12' transform='translate(3543.213 3525.86)' fill='none' stroke='%23170d44' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") 0% 0%/100% no-repeat;
}
.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item {
border-bottom: 0;
}
@media only screen and (max-width: 767px) {
#wte__booking .wte-global-popup .mfp-close {
right: 28px;
}
#wte-fixed-departure-dates .wte-fsd-frontend-holder-dd.dd table tbody td {
padding: 15px;
} #wte-fsd-all-table table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
#wte-fsd-all-table table tbody td::before {
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
#wte-fsd-all-table table tbody td {
border-bottom: 1px solid #ddd;
display: block;
font-size: 0.8em;
text-align: right !important;
}
#wte-fsd-all-table table tbody tr {
display: block;
background: #f8f8f8;
border: 1px solid #ddd;
position: relative;
}
#wte-fsd-all-table table tbody tr:nth-child(even) {
background: #fff;
}
#wte-trips-fixed-departure-dates #wte-fsd-all-table table tbody .seats-available {
text-align: right;
}
} :root {
--font-color-rgb: 6, 22, 38;
}
.wpte-gblock-wrapper {
padding-top: 50px;
}
.wpte-gblock-wrapper:first-child {
padding-top: 0px;
} .wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
margin-bottom: 1.15em;
}
.wpte-trip-list-wrapper .category-trips-single .category-trip-prc-title-wrap .category-trip-title a {
color: inherit;
}
.wpte-trip-list-wrapper .category-trips-single .category-trip-prc-title-wrap .category-trip-title a:hover {
color: var(--primary-color);
}
.rightsidebar .wpte-trip-list-wrapper.full-width,
.leftsidebar .wpte-trip-list-wrapper.full-width,
.single-post .wpte-trip-list-wrapper.full-width,
.single-trip .wpte-trip-list-wrapper.full-width {
left: 0;
margin: 0;
right: 0;
width: 100%;
}
.wpte-trip-category.style-1 .wpte-trip-category-img-wrap figure {
padding-top: 100%;
}
.wpte-trip-category:hover .wpte-trip-category-img-wrap .wpte-trip-cat-btn {
transition-delay: 0.4s;
transform: translateY(0px);
visibility: visible;
opacity: 1;
}
.wpte-trip-category .wpte-trip-category-text-wrap .wpte-trip-category-title a span {
line-height: 1.6;
}
.wpte-gblock-wrapper .wte-block-btn-wrapper {
margin-bottom: 30px;
}
.wpte-trip-sfilter-wrapper {
padding: 25px;
}
.wpte-gblock-wrapper .wpte-trip-sfilter-wrapper {
box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.04);
}
.wpte-gblock-wrapper .wte-view-all-trips-btn {
color: var(--primary-color);
}
.wpte-gblock-wrapper .wte-view-all-trips-btn:hover {
color: #ffffff;
}
#primary .wpte-trip-list-wrapper .category-trip-prc-title-wrap .category-trip-title,
#primary .wpte-trip-list-wrapper .wpte-trip-details-wrap .wpte-trip-title {
font-size: 22px;
}
#primary .wpte-trip-list-wrapper .wpte-trip-category-text-wrap .wpte-trip-category-title {
font-size: 20px;
}
#primary .wpte-trip-category.style-1 .wpte-trip-category-text-wrap .wpte-trip-category-title {
color: #ffffff;
}
.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-title svg {
width: 14px;
}
.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-price-wrap { overflow-wrap: break-word;
-ms-word-break: break-word;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap {
flex-wrap: wrap;
}
.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
padding-left: 15px;
}
.wpte-trip-list-wrapper .category-trips-single .category-trip-prc-title-wrap .category-trip-title,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title,
.wpte-trip-list-wrapper .wpte-trip-category-text-wrap .wpte-trip-category-title {
overflow-wrap: break-word;
-ms-word-break: break-word;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-price-wrap {
padding-bottom: 10px;
}
.wpte-trip-list-wrapper .wpte-trip-single .align-items-end {
align-items: flex-start;
} .category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
background: var(--primary-color);
color: #ffffff;
left: auto;
right: 10px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt {
left: auto;
right: 0;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt:before,
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt:after {
left: auto;
right: 17px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-feat-ribbon .category-feat-ribbon-txt:before {
height: auto;
}
.wte_enquiry_contact_form input.enquiry-submit {
margin-top: 20px;
}
.category-list .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
background: var(--primary-color);
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.332' height='15.61' viewBox='0 0 17.332 15.61'%3E%3Cg id='Group_773' data-name='Group 773' transform='translate(283.072 34.13)'%3E%3Cpath id='Path_23383' data-name='Path 23383' d='M-283.057-26.176h.1c.466,0,.931,0,1.4,0,.084,0,.108-.024.1-.106-.006-.156,0-.313,0-.469a5.348,5.348,0,0,1,.066-.675,5.726,5.726,0,0,1,.162-.812,5.1,5.1,0,0,1,.17-.57,9.17,9.17,0,0,1,.383-.946,10.522,10.522,0,0,1,.573-.96c.109-.169.267-.307.371-.479a3.517,3.517,0,0,1,.5-.564,6.869,6.869,0,0,1,1.136-.97,9.538,9.538,0,0,1,.933-.557,7.427,7.427,0,0,1,1.631-.608c.284-.074.577-.11.867-.162a7.583,7.583,0,0,1,1.49-.072c.178,0,.356.053.534.062a2.673,2.673,0,0,1,.523.083c.147.038.3.056.445.1.255.07.511.138.759.228a6.434,6.434,0,0,1,1.22.569c.288.179.571.366.851.556a2.341,2.341,0,0,1,.319.259c.3.291.589.592.888.882a4.993,4.993,0,0,1,.64.85,6.611,6.611,0,0,1,.71,1.367c.065.175.121.352.178.53s.118.348.158.526c.054.242.09.487.133.731.024.14.045.281.067.422a.69.69,0,0,1,.008.1c0,.244.005.488,0,.731s-.015.5-.04.745a4.775,4.775,0,0,1-.095.5c-.04.191-.072.385-.128.572-.094.312-.191.625-.313.926a7.445,7.445,0,0,1-.43.9c-.173.3-.38.584-.579.87a8.045,8.045,0,0,1-1.2,1.26,5.842,5.842,0,0,1-.975.687,8.607,8.607,0,0,1-1.083.552,11.214,11.214,0,0,1-1.087.36c-.19.058-.386.1-.58.137-.121.025-.245.037-.368.052a12.316,12.316,0,0,1-1.57.034,3.994,3.994,0,0,1-.553-.065c-.166-.024-.33-.053-.5-.082a1.745,1.745,0,0,1-.21-.043c-.339-.1-.684-.189-1.013-.317a7,7,0,0,1-1.335-.673c-.2-.136-.417-.263-.609-.415a6.9,6.9,0,0,1-.566-.517.488.488,0,0,1-.128-.331.935.935,0,0,1,.1-.457.465.465,0,0,1,.3-.223.987.987,0,0,1,.478-.059.318.318,0,0,1,.139.073c.239.185.469.381.713.559a5.9,5.9,0,0,0,1.444.766,5.073,5.073,0,0,0,.484.169c.24.062.485.1.727.154a1.805,1.805,0,0,0,.2.037c.173.015.346.033.52.036.3.006.6.01.9,0a3.421,3.421,0,0,0,.562-.068c.337-.069.676-.139,1-.239a6.571,6.571,0,0,0,.783-.32,5.854,5.854,0,0,0,1.08-.663,5.389,5.389,0,0,0,.588-.533,8.013,8.013,0,0,0,.675-.738,5.518,5.518,0,0,0,.749-1.274,9.733,9.733,0,0,0,.366-1.107,4.926,4.926,0,0,0,.142-.833c.025-.269.008-.542.014-.814a4.716,4.716,0,0,0-.07-.815,5.8,5.8,0,0,0-.281-1.12,5.311,5.311,0,0,0-.548-1.147,9.019,9.019,0,0,0-.645-.914,9.267,9.267,0,0,0-.824-.788,3.354,3.354,0,0,0-.425-.321,5.664,5.664,0,0,0-1.048-.581c-.244-.093-.484-.2-.732-.275a6.877,6.877,0,0,0-.688-.161c-.212-.043-.427-.074-.641-.109a.528.528,0,0,0-.084,0c-.169,0-.338,0-.506,0a5.882,5.882,0,0,0-1.177.1,6.79,6.79,0,0,0-1.016.274,6.575,6.575,0,0,0-1.627.856,6.252,6.252,0,0,0-1.032.948,6.855,6.855,0,0,0-.644.847,4.657,4.657,0,0,0-.519,1.017c-.112.323-.227.647-.307.979a3.45,3.45,0,0,0-.13.91,4.4,4.4,0,0,1-.036.529c-.008.086.026.1.106.1.463,0,.925,0,1.388,0a.122.122,0,0,1,.08.028c.009.009-.005.051-.019.072q-.28.415-.563.827c-.162.236-.33.468-.489.705-.118.175-.222.359-.339.535-.1.144-.2.281-.3.423-.142.2-.282.41-.423.615-.016.023-.031.047-.048.069-.062.084-.086.083-.142,0-.166-.249-.332-.5-.5-.746-.3-.44-.6-.878-.9-1.318q-.358-.525-.714-1.051c-.031-.045-.063-.09-.094-.134Z' transform='translate(0 0)' fill='%2332b67a'%3E%3C/path%3E%3Cpath id='Path_23384' data-name='Path 23384' d='M150.612,112.52c0,.655,0,1.31,0,1.966a.216.216,0,0,0,.087.178,4.484,4.484,0,0,1,.358.346.227.227,0,0,0,.186.087q1.616,0,3.233,0a.659.659,0,0,1,.622.4.743.743,0,0,1-.516,1.074,1.361,1.361,0,0,1-.323.038q-1.507,0-3.013,0a.248.248,0,0,0-.216.109,1.509,1.509,0,0,1-.765.511,1.444,1.444,0,0,1-1.256-2.555.218.218,0,0,0,.09-.207q0-1.916,0-3.831a.784.784,0,0,1,.741-.732.742.742,0,0,1,.761.544.489.489,0,0,1,.015.127Q150.612,111.547,150.612,112.52Z' transform='translate(-423.686 -141.471)' fill='%2332b67a'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
-webkit-mask-position: center;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
margin-top: 8px;
}
#secondary .widget .widget-title {
text-align: left;
}
#secondary .widget .widget-title::after {
-webkit-transform: none;
transform: none;
left: 0;
}
#secondary .widget.widget_raratheme_recent_post .widget-title,
#secondary .widget.widget_raratheme_popular_post .widget-title,
#secondary .widget.widget_travel_agency_featured_widget .widget-title {
text-align: center;
}
#secondary .widget.widget_raratheme_recent_post .widget-title::after,
#secondary .widget.widget_raratheme_popular_post .widget-title::after,
#secondary .widget.widget_travel_agency_featured_widget .widget-title::after {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.site-footer.textwidget p a {
cursor: pointer;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .category-trip-loc,
.our-deals .grid-latest .text-holder .category-trip-desti .category-trip-loc,
.featured-trip .grid .text-holder .meta-info .category-trip-loc {
margin-right: 15px;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .meta-info,
.our-deals .grid-latest .text-holder .category-trip-desti .meta-info {
margin: 0;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .category-trip-loc span,
.our-deals .grid-latest .text-holder .category-trip-desti .category-trip-loc span,
.featured-trip .grid .text-holder .meta-info .category-trip-loc span {
width: calc(100% - 20px);
flex-wrap: wrap;
flex: 1;
}
@media only screen and (max-width: 1024px) {
.site-footer .footer-b .privacy-policy-link {
width: 100%;
text-align: center;
margin-bottom: 15px;
}
.footer-menu-privacy .footer-navigation {
border: none;
margin-right: 0;
padding-right: 0;
}
}
@media only screen and (max-width: 767px) {
.wpte-trip-list-wrapper .wpte-trip-single .featured-text-wrap .featured-text {
right: 40px;
left: auto;
}
.wpte-trip-list-wrapper .wpte-trip-single .featured-text-wrap .featured-text::before {
right: auto;
left: 100%;
margin-right: 0;
margin-left: -3px;
}
.nav-tab-wrapper .tab-anchor-wrapper .nb-configurations {
background-color: #ffffff;
}
#rara-top {
right: 0;
}
.error-holder .search-submit {
margin-top: 10px;
}
}
.ui-slider {
position: relative;
}
.ui-slider .ui-slider-range,
.ui-slider .ui-slider-handle {
position: absolute;
}
.wptravelengine_css_v2 .row > * {
padding: 0 15px;
}
.wptravelengine_css_v2 .category-main-wrap .category-trips-single {
padding: 0 15px;
}
.wptravelengine_css_v2 .wp-travel-engine-archive-repeater-wrap .category-main-wrap {
margin: 0 -15px;
}
.wptravelengine_css_v2 .category-list .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
vertical-align: middle;
}
.wptravelengine_css_v2 .trip-facts-value .icon-holder {
font-size: 30px;
height: auto;
}
.wptravelengine_css_v2 .trip-facts-value .icon-holder svg {
margin-right: 16px;
}
.wptravelengine_css_v2 .trip-facts-value label {
align-self: center;
}
.wptravelengine_css_v2 .trip-facts-value [class*=trip-facts-] {
padding-left: 46px;
}
.wptravelengine_css_v2 #tabs-container {
background: none;
box-shadow: none;
padding: 0;
}
.wptravelengine_css_v2 #tabs-container .nav-tab-wrapper {
padding: 0;
border: none;
}
@media (max-width: 767px) {
.wptravelengine_css_v2 #tabs-container .nav-tab-wrapper {
text-align: left;
text-transform: inherit;
font-weight: inherit;
line-height: inherit;
}
}
.wptravelengine_css_v2 #tabs-container .nav-tab-wrapper .tab-inner-wrapper {
margin: 0;
}
.wptravelengine_css_v2 #tabs-container .nav-tab-wrapper .tab-inner-wrapper .nav-tab {
display: flex;
padding: 15px;
}
@media (max-width: 767px) {
.wptravelengine_css_v2 #tabs-container .nav-tab-wrapper .tab-inner-wrapper .nav-tab {
justify-content: flex-start;
padding: 16px 20px;
}
.wptravelengine_css_v2 #tabs-container .nav-tab-wrapper .tab-inner-wrapper .nav-tab::after {
display: block;
left: auto;
}
}
.wptravelengine_css_v2 #tabs-container .nav-tab-wrapper .tab-inner-wrapper .nav-tab .tab-icon {
margin: 0 0 8px;
}
@media (max-width: 767px) {
.wptravelengine_css_v2 #tabs-container .nav-tab-wrapper .tab-inner-wrapper .nav-tab .tab-icon {
margin: 0 8px 0;
}
}
.wptravelengine_css_v2 #tabs-container.fixed-header .nav-tab-wrapper .tab-inner-wrapper .nav-tab {
padding: 12px 5px;
}
.wptravelengine_css_v2 #tabs-container.fixed-header .nav-tab-wrapper .tab-inner-wrapper .nav-tab.nav-tab-active::after {
content: none;
}
.wptravelengine_css_v2 #tabs-container .tab-content .nb-configurations {
padding: 0;
}
.wptravelengine_css_v2 #tabs-container .tab-content .nb-configurations .wte-fsd-frontend-holder-dd {
margin: 0;
}
.wptravelengine_css_v2 #tabs-container .tab-content .nb-configurations .wte-fsd-frontend-holder-dd td.accordion-cost, .wptravelengine_css_v2 #tabs-container .tab-content .nb-configurations .wte-fsd-frontend-holder-dd td.accordion-seats, .wptravelengine_css_v2 #tabs-container .tab-content .nb-configurations .wte-fsd-frontend-holder-dd td.accordion-book {
white-space: nowrap;
}
.wptravelengine_css_v2 #tabs-container .tab-content .nb-configurations .wte-fsd-frontend-holder-dd td .book-btn {
font-size: 14px;
}
@media (max-width: 767px) {
.wptravelengine_css_v2 #tabs-container .nb-configurations {
padding: 30px 15px;
}
}
.wptravelengine_css_v2 #tabs-container .nb-configurations h1,
.wptravelengine_css_v2 #tabs-container .nb-configurations h2,
.wptravelengine_css_v2 #tabs-container .nb-configurations h3,
.wptravelengine_css_v2 #tabs-container .nb-configurations h4,
.wptravelengine_css_v2 #tabs-container .nb-configurations h5,
.wptravelengine_css_v2 #tabs-container .nb-configurations #h6 {
color: var(--heading-font-color);
font-weight: 500;
font-family: var(--secondary-font);
position: relative;
line-height: 1.272em;
}
.wptravelengine_css_v2 #tabs-container .nb-configurations h1::after,
.wptravelengine_css_v2 #tabs-container .nb-configurations h2::after,
.wptravelengine_css_v2 #tabs-container .nb-configurations h3::after,
.wptravelengine_css_v2 #tabs-container .nb-configurations h4::after,
.wptravelengine_css_v2 #tabs-container .nb-configurations h5::after,
.wptravelengine_css_v2 #tabs-container .nb-configurations #h6::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 60px;
height: 3px;
background: var(--primary-color);
}
.wptravelengine_css_v2 #tabs-container .nb-configurations h2[class*=wpte],
.wptravelengine_css_v2 #tabs-container .nb-configurations .wte-fsd-list-header h2 {
font-size: 20px;
}
.wptravelengine_css_v2 #tabs-container .nb-configurations .cost .content h3 {
margin: 0 0 15px;
}
.wptravelengine_css_v2 .comment-respond .rating-form .review-title-rating .comment-form-title {
width: 100%;
}
@media (max-width: 767px) {
.wptravelengine_css_v2 .widget-area .wpte-booking-area .wpte-bf-price-wrap {
margin-top: 24px;
}
}
.wptravelengine_css_v2 .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev {
justify-content: center;
}
@media (max-width: 767px) {
.wptravelengine_css_v2 .wte-trip-options .wte-trip-guest-wrapper .select-wrapper {
justify-content: space-between;
flex-flow: row wrap;
align-items: center;
width: 100%;
}
}
.wptravelengine_css_v2 .widget-area .category-available-months li {
padding: 0;
border: none;
}
.wptravelengine_css_v2 .widget-area .category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
font-size: 18px;
}
.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
fill: var(--primary-color);
}
.wptravelengine_css_v2 .advanced-search-wrapper .advanced-search-field .ui-slider {
position: relative;
}
.wptravelengine_css_v2 .category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig,
.wptravelengine_css_v2 .wte-related-trips.category-grid .category-trips-single-inner-wrap .category-trip-fig {
margin: -24px -24px 0;
}
.wptravelengine_css_v2 .category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig > a,
.wptravelengine_css_v2 .wte-related-trips.category-grid .category-trips-single-inner-wrap .category-trip-fig > a {
border-radius: 4px 4px 0 0;
}
.wptravelengine_css_v2 .widget-area .nice-select.wte-cc-currency-list-display.lp-bf-altd {
margin: 0;
}
.wptravelengine_css_v2.archive .trip-content-area .grid .btn-loadmore span, .wptravelengine_css_v2.archive .trip-content-area .grid .load-destination span {
background: var(--priamry-color);
border-color: var(--priamry-color);
}
.wptravelengine_css_v2.archive .trip-content-area .grid .btn-loadmore span:hover, .wptravelengine_css_v2.archive .trip-content-area .grid .load-destination span:hover {
background: transparent;
color: var(--priamry-color);
}
.wptravelengine_css_v2 .wte-coupon-whole-wrap {
padding: 30px 75px 30px 30px;
}
.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-summary-wrap table tfoot,
.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total {
border-color: rgba(0, 0, 0, 0.1);
}
.wptravelengine_css_v2 .destination-holder .wpte-trip-category-title,
.wptravelengine_css_v2 .activities-holder .wpte-trip-category-title,
.wptravelengine_css_v2 .trip_types-holder .wpte-trip-category-title {
text-align: center;
}
@media only screen and (max-width: 767px) {
.wptravelengine_css_v2 .review-wrap a:after {
display: none;
}
.wptravelengine_css_v2 .review-wrap .comment-list li .comment-author {
float: none;
}
.wptravelengine_css_v2.single-trip #secondary {
max-width: 767px;
}
.wptravelengine_css_v2 .category-main-wrap.category-list .category-trips-single-inner-wrap {
display: block;
}
.wptravelengine_css_v2 .category-main-wrap.category-list .category-trips-single-inner-wrap .category-trip-fig {
display: block;
margin: -32px -24px 0;
width: auto;
}
.wptravelengine_css_v2 .category-main-wrap.category-list .category-trips-single-inner-wrap .category-trip-fig > a {
border-radius: 4px 4px 0 0;
}
.wptravelengine_css_v2 .category-main-wrap .category-trips-single {
padding: 0;
}
.wptravelengine_css_v2 .wp-travel-engine-archive-repeater-wrap .category-main-wrap {
margin: 0;
}
.wptravelengine_css_v2 #tabs-container .tab-content {
padding: 0;
}
}
.content-area .trip-content-area {
padding: 0;
}
.category-main-wrap.category-grid,
.wte-related-trips.category-grid {
margin-left: -15px !important;
margin-right: -15px !important;
}
.category-main-wrap.category-grid .category-trips-single,
.wte-related-trips.category-grid .category-trips-single {
padding: 0 15px !important;
margin-right: 0 !important;
}
@media (max-width: 767px) {
.category-main-wrap.category-grid .category-trips-single,
.wte-related-trips.category-grid .category-trips-single {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
.category-main-wrap.category-grid.wte-col-1 .category-trips-single,
.wte-related-trips.category-grid.wte-col-1 .category-trips-single {
flex: 0 0 100% !important;
max-width: 100% !important;
}
@media (min-width: 768px) {
.category-main-wrap.category-grid.wte-col-2 .category-trips-single,
.wte-related-trips.category-grid.wte-col-2 .category-trips-single {
flex: 0 0 50% !important;
max-width: 50% !important;
}
}
@media (min-width: 768px) {
.category-main-wrap.category-grid.wte-col-3 .category-trips-single,
.wte-related-trips.category-grid.wte-col-3 .category-trips-single {
flex: 0 0 50% !important;
max-width: 50% !important;
}
}
@media (min-width: 1025px) {
.category-main-wrap.category-grid.wte-col-3 .category-trips-single,
.wte-related-trips.category-grid.wte-col-3 .category-trips-single {
flex: 0 0 33.333% !important;
max-width: 33.333% !important;
}
}
@media (min-width: 768px) {
.category-main-wrap.category-grid.wte-col-4 .category-trips-single,
.wte-related-trips.category-grid.wte-col-4 .category-trips-single {
flex: 0 0 50% !important;
max-width: 50% !important;
}
}
@media (min-width: 1025px) {
.category-main-wrap.category-grid.wte-col-4 .category-trips-single,
.wte-related-trips.category-grid.wte-col-4 .category-trips-single {
flex: 0 0 25% !important;
max-width: 25% !important;
}
}
.category-main-wrap .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig,
.wte-related-trips .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig {
margin: 0 !important;
}
.category-main-wrap .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig .owl-nav button:focus,
.wte-related-trips .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig .owl-nav button:focus {
outline: none;
}
.category-main-wrap .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig .wpte-trip-feat-img-gallery,
.wte-related-trips .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig .wpte-trip-feat-img-gallery {
width: calc(100% + 2px);
margin-left: -1px;
margin-right: -1px;
}
.category-main-wrap .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-title,
.wte-related-trips .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-title {
font-size: 22px !important;
font-weight: 500 !important;
line-height: 1.3 !important;
color: var(--primary-font-color);
}
.category-main-wrap .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap,
.wte-related-trips .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap {
flex-wrap: nowrap;
}
.category-main-wrap .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap > i,
.wte-related-trips .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap > i {
flex: 1;
max-width: 24px;
}
.category-main-wrap .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months,
.wte-related-trips .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months {
flex: 1;
}
.wpte_empty-items-box a.wpte_all-trips-btn:hover {
color: #fff;
}
.wpte_has-tooltip .tippy-popper[x-placement=top] .tippy-arrow {
top: 100%;
transform: unset !important;
}
.wpte_has-tooltip .tippy-popper[x-placement=bottom] .tippy-arrow {
top: auto;
bottom: 100%;
transform: unset !important;
}
.wpte_has-tooltip:not(.single-trip) .tippy-popper .tippy-tooltip[data-placement=top] {
transform: translateY(-30px);
}
.single-trip #crumbs {
padding: 16px 0;
}:root{
--primary-color: #2bbad8;
--primary-color-rgb: 43, 186, 216;
--secondary-color:  #F78D3F;
--secondary-color-rgb: 247, 141, 63;
}
a {
color: var(--primary-color);
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: underline;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #666;
font-family: 'Nunito Sans', sans-serif;
font-size: 18px;
line-height: 1.750em;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.main-navigation ul,
.site-branding .site-title,
.banner .form-holder .text h1,
.banner .form-holder .search-form input[type="submit"],
.trip-search h3,
#primary .post .entry-header .entry-title,
#primary .post .entry-footer .btn-holder .btn-more,
#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap,
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote,
#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left,
#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right,
#primary .post .entry-content h1,
#primary .page .entry-content h1,
#primary .post .entry-content h2,
#primary .page .entry-content h2,
#primary .post .entry-content h3,
#primary .page .entry-content h3,
#primary .post .entry-content h4,
#primary .page .entry-content h4,
#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6,
.page-header .page-title,
.author-section .text-holder h2,
.post-navigation .post-title,
.related-post .title,
.comments-area .comments-title,
.comments-area .comment-body .fn,
.comments-area .comment-reply-title,
.widget .widget-title,
.archive-grid .text-holder .title,
.archive-grid .text-holder .btn-more,
.single-trip .trip-post .entry-header .entry-title,
#tabs-container .tab-content h1,
#tabs-container .tab-content h2,
#tabs-container .tab-content h3,
#tabs-container .tab-content h4,
#tabs-container .tab-content h5,
#tabs-container .tab-content h6,
.itinerary .itinerary-content .title,
.faq .faq-row .accordion-tabs-toggle,
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder,
.trip-content-area .widget-area .trip-price .price-holder form .total-amt,
.trip-content-area .widget-area .trip-price .price-holder form .check-availability,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit,
.group-discount-pop h3,
.single-trip #wte_enquiry_contact_form h2,
.wp-travel-engine-order-form-wrapper .trip-title,
.place-order-form-secondary-wrapper .trip-property li,
.relation-options-title,
.personal-options-title,
.fixed-starting h2,
.blog-section .section-header .section-title,
.blog-section .grid .post .text-holder .entry-title,
.blog-section .btn-holder .btn-more,
.page-template-template-destination .destination-holder .item .child-title,
.page-template-template-activities .activities-holder .item .img-holder .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder,
.page-template-template-activities .activities-holder .item .text-holder .title,
.page-template-template-trip_types .trip_types-holder .item .text-holder .title,
.archive .trip-content-area .activity-title,
.archive .trip-content-area .grid .text-holder .title,
.archive .trip-content-area .grid .text-holder .btn-more,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart,
.archive .trip-content-area .grid .load-destination span,
.archive .trip-content-area .grid .btn-loadmore span,
.advanced-search-wrapper .title,
.trip-search-result #primary .advanced-search-wrapper .sidebar h2,
.trip-search-result #primary .advanced-search-wrapper .sidebar h3,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .foundPosts,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .text-holder .entry-title,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .text-holder .btn-more,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .text-holder .wp-travel-engine-cart,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .load-more-search,
#primary-toggle-button,
.popular-destination .section-header .section-title,
.about .text-holder .title,
.about .text-holder .btn-more,
.activities .section-header .section-title,
#activities-slider .title-holder,
.popular-destination .grid .col .text-holder .title,
.our-features .section-header .section-title,
.our-features .features-holder .col .text-holder .title,
.featured-trip .section-header .section-title,
.featured-trip .grid .text-holder .title,
.featured-trip .grid .text-holder .btn-more,
.stats .section-header .section-title,
.stats .grid .col .raratheme-sc-holder .hs-counter,
.our-deals .section-header .section-title,
.our-deals .grid .text-holder .title,
.our-deals .grid .text-holder .btn-more,
.our-deals .btn-holder .btn-more,
.cta .text .title,
.cta .text .btn-more,
#activities-slider .text-holder .title,
.trip-search form .advanced-search-field h3 {
font-family: 'Nunito Sans', sans-serif;
} .header-four .header-t {
padding: 0;
background: var(--primary-color);
}
.header-four .header-t .left {
float: left;
}
.header-four .header-t .opening-time {
float: left;
margin-right: 20px;
padding: 12px 20px 11px 0;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header-four .header-t .opening-time svg {
font-size: 18px;
margin-right: 5px;
}
.header-four .header-t .email-link {
float: left;
color: #fff;
padding: 12px 0 11px;
}
.header-four .header-t .email-link svg {
font-size: 18px;
margin-right: 5px;
}
.header-four .header-t .right {
float: right;
}
.header-four .social-networks li {
margin: 0;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header-four .social-networks li:first-child {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header-four .social-networks li a {
color: #fff;
padding: 11px 10px;
}
@media only screen and (min-width: 1025px) {
.header-four .main-navigation {
float: left;
width: auto;
}
.header-four .main-navigation>div>ul>li {
margin: 0;
border-right: 1px solid #e5e5e5;
}
.header-four .main-navigation>div>ul>li.menu-item-has-children:after {
right: 15px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
}
.header-four .main-navigation>div>ul>li:first-child {
border-left: 1px solid #e5e5e5;
}
.header-four .main-navigation>div>ul>li>a {
padding: 10px 22px;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.025em;
}
.header-four .main-navigation>div>ul>li>a:focus {
color: #111;
}
.header-four .main-navigation>div>ul>li:hover,
.header-four .main-navigation>div>ul>li:focus {
background: var(--primary-color);
}
.header-four .main-navigation>div>ul>li:hover>a,
.header-four .main-navigation>div>ul>li:focus>a {
color: #fff;
}
.header-four .main-navigation>div>ul>li:hover:after,
.header-four .main-navigation>div>ul>li:focus:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
}
.header-four .main-navigation>div>ul>.current-menu-item,
.header-four .main-navigation>div>ul>.current-menu-ancestor,
.header-four .main-navigation>div>ul>.current_page_item,
.header-four .main-navigation>div>ul>.current_page_ancestor {
background: var(--primary-color);
}
.header-four .main-navigation>div>ul>li.current-menu-item:after,
.header-four .main-navigation>div>ul>li.current-menu-ancestor:after,
.header-four .main-navigation>div>ul>li.current_page_item:after,
.header-four .main-navigation>div>ul>li.current_page_ancestor:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
}
.header-four .main-navigation>div>ul>.current-menu-item>a,
.header-four .main-navigation>div>ul>.current-menu-ancestor>a,
.header-four .main-navigation>div>ul>.current_page_item>a,
.header-four .main-navigation>div>ul>.current_page_ancestor>a {
color: #fff;
}
}
.header-four .languages {
margin-right: 20px;
padding: 10px 20px 10px 0;
border-right: 1px solid #e5e5e5;
}
.header-four .languages ul {
z-index: 1;
}
.header-four .languages li a {
color: #666;
}
.header-four .tools .form-section {
margin: 0;
padding: 10px 0;
border: 0;
}
.header-four .tools .form-section a {
color: #666;
font-size: 18px;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
color: var(--primary-color);
}
.site-header .tools .form-section .form-holder {
z-index: 99;
top: 50px;
}
.banner .form-holder .btn-banner {
color: #fff;
display: inline-block;
border-radius: 5px;
background: var(--secondary-color);
padding: 15px 28px;
border: 2px solid var(--secondary-color);
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
text-shadow: none;
font-size: 14px;
font-weight: 700;
}
.banner .form-holder .btn-banner:hover,
.banner .form-holder .btn-banner:focus {
background: rgba(247, 141, 63, 0);
text-decoration: none;
color: var(--secondary-color);
border: 2px solid var(--secondary-color);
}
.about .text-holder .title:after,
.activities .section-header .section-title:after,
.popular-destination .section-header .section-title:after,
.our-features .section-header .section-title:after,
.featured-trip .section-header .section-title:after,
.stats .section-header .section-title:after,
.stats .grid .col .raratheme-sc-holder .hs-counter:after,
.our-deals .section-header .section-title:after,
.blog-section .section-header .section-title:after,
.site-footer .widget .widget-title:after,
#primary .post .entry-footer .btn-holder .btn-more,
#primary .post .entry-header .entry-meta .cat-links a:hover {
background: #2bbbd8;
}
.about .text-holder .btn-more,
.popular-destination .btn-holder .btn-more,
.featured-trip .grid .text-holder .btn-more,
.featured-trip .btn-holder .btn-more,
.our-deals .grid .text-holder .btn-more,
.our-deals .btn-holder .btn-more,
.cta .text .btn-more,
.blog-section .btn-holder .btn-more,
.archive .trip-content-area .grid .text-holder .btn-holder a,
input[type="submit"],
#primary .post .entry-footer .btn-holder .btn-more,
#primary .post .entry-header .entry-meta .cat-links a:hover,
.widget_travel_agency_featured_widget .readmore {
border: 2px solid #2bbbd8;
}
.about .text-holder .btn-more:hover,
.popular-destination .btn-holder .btn-more:hover,
.featured-trip .grid .text-holder .btn-more:hover,
.featured-trip .btn-holder .btn-more:hover,
.our-deals .grid .text-holder .btn-more:hover,
.our-deals .btn-holder .btn-more:hover,
.cta .text .btn-more:hover,
.blog-section .btn-holder .btn-more:hover,
.archive .trip-content-area .grid .text-holder .btn-holder a:hover,
.archive .trip-content-area .grid .text-holder .btn-holder a:focus,
.widget .widget-title:after,
.trip-content-area .widget-area .trip-price .price-holder,
.single-trip .trip-post .entry-header .entry-title:after,
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active,
#tabs-container .tab-content h1:after,
#tabs-container .tab-content h2:after,
#tabs-container .tab-content h3:after,
#tabs-container .tab-content h4:after,
#tabs-container .tab-content h5:after,
#tabs-container .tab-content h6:after,
input[type="submit"],
.itinerary-row:before,
.related-post .title:after,
.related-post .col .img-holder .cat-links a,
.comments-area .comments-title:after,
.comments-area .comment-reply-title:after,
.widget_travel_agency_featured_widget .readmore:hover,
.widget_travel_agency_featured_widget .readmore:focus,
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus,
.about .text-holder .btn-more:focus,
.popular-destination .btn-holder .btn-more:focus,
.featured-trip .btn-holder .btn-more:focus,
.our-deals .btn-holder .btn-more:focus,
.blog-section .btn-holder .btn-more:focus,
.wpte-expand-extra-service .extra-service-wrap .input-holder .less-no,
.wpte-expand-extra-service .extra-service-wrap .input-holder .more-no {
background: #2bbbd8;
}
#activities-slider .owl-prev:hover circle,
#activities-slider .owl-next:hover circle {
stroke: #2bbbd8;
}
.popular-destination .grid .col .price-holder span:after {
border-bottom: none;
}
.popular-destination .grid .col .price-holder span:before {
border-top: none;
}
.popular-destination .grid .col .price-holder:after {
background: none;
}
.popular-destination .grid .col .price-holder {
background: var(--secondary-color);
}
.popular-destination .grid .col .price-holder {
background: var(--secondary-color);
left: inherit !important;
right: 0;
top: 20px !important;
border-radius: 20px 0 0 20px;
}
.popular-destination .grid .col .text-holder .meta-info svg {
color: #fff;
}
#destination-slider .text-holder .btn-more:hover,
#destination-slider .text-holder .btn-more:focus,
.featured-trip .grid .text-holder .title a:hover,
.featured-trip .grid .text-holder .title a:focus,
.blog-section .grid .post .text-holder .entry-title a:hover,
.blog-section .grid .post .text-holder .entry-title a:focus,
#destination-slider .owl-next:after,
#destination-slider .owl-prev:after,
#activities-slider .text-holder .btn-more:hover,
#activities-slider .text-holder .btn-more:focus,
#activities-slider .owl-next:after,
#activities-slider .owl-prev:after,
.our-deals .grid .text-holder .title a:hover,
.our-deals .grid .text-holder .title a:focus,
.popular-destination .grid .col .text-holder .title a:hover,
.popular-destination .grid .col .text-holder .title a:focus,
.blog-section .grid .post .entry-footer a:hover,
.blog-section .grid .post .entry-footer a:focus,
.blog-section .grid .post .text-holder .posted-on a:hover,
.blog-section .grid .post .text-holder .posted-on a:focus,
.page-template-template-activities .activities-holder .item .text-holder .btn-more:hover,
.page-template-template-activities .activities-holder .item .text-holder .btn-more:focus,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:hover,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:focus,
.archive .trip-content-area .grid .text-holder .title a:hover,
.archive .trip-content-area .grid .text-holder .title a:focus,
.trip-facts-value .trip-facts-text label,
.trip-facts-value .trip-facts-textarea label,
.widget ul li a:hover,
.widget ul li a:focus,
.single-trip #wte_enquiry_contact_form .package-name-holder .input,
input[type="submit"]:hover,
#primary .post .entry-footer .btn-holder .btn-more:hover,
#primary .post .entry-footer .btn-holder .btn-more:focus,
#primary .post .entry-header .entry-meta .posted-on a:hover,
#primary .post .entry-header .entry-meta .posted-on a:focus,
#primary .post .entry-footer .meta-info a:hover,
#primary .page .entry-footer .meta-info a:hover,
#primary .post .entry-footer .meta-info a:focus,
#primary .page .entry-footer .meta-info a:focus,
.post-navigation .nav-holder a:hover .post-title,
.post-navigation .nav-holder a:focus .post-title,
.related-post .col .text-holder .posted-on a:hover,
.related-post .col .text-holder .posted-on a:focus,
.related-post .col .text-holder .post-title a:hover,
.related-post .col .text-holder .post-title a:focus,
.widget_raratheme_popular_post ul li .entry-header .entry-title a:hover,
.widget_raratheme_popular_post ul li .entry-header .entry-title a:focus,
.widget_raratheme_recent_post ul li .entry-header .entry-title a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-title a:focus,
.widget_raratheme_popular_post ul li .entry-header .entry-meta a:hover,
.widget_raratheme_popular_post ul li .entry-header .entry-meta a:focus,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a:focus,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus,
#primary .post .entry-header .entry-title a:hover,
#primary .post .entry-header .entry-title a:focus,
#crumbs a:hover,
#crumbs a:focus,
.blog-section .grid .post .entry-footer span svg,
#crumbs span.current,
.fixed-starting .dd-list table tbody .accordion-cost svg,
.dd-list table tr td svg {
color: #2bbbd8;
}
#destination-slider .owl-prev:hover circle,
#destination-slider .owl-next:hover circle {
stroke: #2bbbd8;
stroke-width: 3px;
}
#activities-slider .owl-prev:after,
#destination-slider .owl-prev:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 192 512'%3E%3Cpath d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E") center center no-repeat;
}
#activities-slider .owl-next:after,
#destination-slider .owl-next:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
}
#destination-slider .owl-prev svg,
#destination-slider .owl-next svg {
position: absolute;
top: -2px;
left: -3px;
}
.featured-trip .grid .text-holder,
.archive .trip-content-area .grid .text-holder {
border-color: #e9e9e9;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
border-top: 1px solid #fcfcfc;
border-radius: 0 0 10px 10px !important;
padding: 20px 0 0;
}
.featured-trip .grid .text-holder .meta-info,
.archive .trip-content-area .grid .text-holder .meta-info {
padding: 0 0 10px;
}
.featured-trip .grid .text-holder .btn-holder,
.archive .trip-content-area .grid .text-holder .btn-holder {
padding: 20px 0;
}
.featured-trip .grid .text-holder .meta-info .svg-inline--fa {
color: #2bbbd8;
margin-right: 5px;
}
.featured-trip .grid .img-holder .price-holder span:before,
.featured-trip .grid .img-holder .price-holder span:after,
.featured-trip .grid .img-holder .price-holder:after,
.our-deals .grid .img-holder .discount-holder span:after,
.our-deals .grid .img-holder .discount-holder span:before,
.our-deals .grid .img-holder .discount-holder:after,
.our-deals .grid .img-holder .price-holder span:after,
.our-deals .grid .img-holder .price-holder span:before,
.our-deals .grid .img-holder .price-holder:after,
.archive .trip-content-area .grid .img-holder .price-holder:after,
.archive .trip-content-area .grid .img-holder .price-holder span:before,
.archive .trip-content-area .grid .img-holder .price-holder span:after {
display: none;
}
.featured-trip .grid .img-holder .price-holder {
left: 0;
background: var(--secondary-color);
bottom: 20px;
border-radius: 0 20px 20px 0;
}
.featured-trip .grid .img-holder .price-holder span,
.archive .trip-content-area .grid .img-holder .price-holder span {
padding: 6px 20px;
font-size: 16px;
font-weight: 700;
}
.our-deals .grid .img-holder .discount-holder,
.featured-trip .grid .img-holder .discount-holder {
color: #e5494c;
background: #fff;
top: 20px;
right: 0;
position: absolute;
border-radius: 20px 0 0 20px;
}
.our-deals .grid .img-holder .price-holder,
.featured-trip .grid .img-holder .price-holder {
left: 0;
background: var(--secondary-color);
bottom: 20px;
border-radius: 0 20px 20px 0;
font-size: 16px;
font-weight: 700;
}
.our-deals .grid .img-holder .discount-holder span,
.featured-trip .grid .img-holder .discount-holder span {
font-size: 16px;
}
.our-deals .grid .text-holder .meta-info .svg-inline--fa {
color: #2bbbd8;
margin-right: 5px;
} .our-features .section-header .section-title {
color: #fff;
font-weight: 700;
font-size: 36px;
}
.our-features .features-holder .col .text-holder {
color: #fff;
font-size: 18px;
}
.our-features .features-holder .col .text-holder .title {
color: #fff;
font-weight: 700;
}
.cta .text .btn-more {
background: rgba(0, 0, 0, 0);
border: none;
color: #fff;
background: var(--secondary-color);
}
.cta .text .btn-more:hover {
background: #2bbbd8;
transition: all linear 0.3s;
}
.our-features .features-holder .col::after {
content: "";
background: var(--secondary-color);
position: absolute;
top: 0px;
left: 0px;
border-radius: 12px;
height: 80%;
width: 100%;
opacity: 0;
z-index: -1;
transition: all 0.3s ease-in-out;
visibility: hidden;
}
.our-features .features-holder .col:hover::after {
visibility: visible;
opacity: 1;
height: 100%;
}
.our-features .features-holder .col .icon-holder {
border-color: rgba(255, 255, 255, 0.5);
margin: 0 0 30px 0;
}
.our-features .features-holder .col .icon-holder:before {
display: block;
content: counter(count);
counter-increment: count;
position: absolute;
top: 50%;
left: 50%;
font-size: 32px;
font-weight: 700;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.our-features .features-holder .col .icon-holder circle {
transition: 0.3s linear;
stroke-dasharray: 182.21;
stroke-dashoffset: 182.21;
stroke-width: 1;
stroke: #fff;
animation: dash-2 0.3s linear;
}
.our-features .features-holder .col:hover .icon-holder circle {
stroke-dashoffset: 0;
stroke: #fff;
animation: none;
}
.our-features .features-holder .col .text-holder .title {
font-weight: 700;
line-height: 1.25;
}
.our-features .features-holder .col .icon-holder:before,
.our-features .features-holder .col .text-holder .title,
.our-features .features-holder .col .text-holder p {
transition: all 0.3s ease-in-out;
}
.our-features .features-holder .col .icon-holder:before,
.our-features .features-holder .col .text-holder .title,
.our-features .features-holder .col .text-holder p {
color: #fff;
}
.our-features .features-holder .col .text-holder p:last-child {
margin-bottom: 0;
} .blog-section .grid .post .img-holder .cat-links a,
#primary .post .entry-header .entry-meta .cat-links a,
.related-post .col .img-holder .cat-links a {
padding: 8px 20px;
border-radius: 5px;
background: var(--secondary-color);
letter-spacing: 0.15em;
color: #fff;
border: none;
line-height: 1;
font-weight: 700;
}
.blog-section .grid .post .img-holder .cat-links a:hover,
.blog-section .grid .post .img-holder .cat-links a:focus,
#primary .post .entry-header .entry-meta .cat-links a:hover,
#primary .post .entry-header .entry-meta .cat-links a:focus,
.related-post .col .img-holder .cat-links a:hover,
.related-post .col .img-holder .cat-links a:focus {
background: #2bbbd8;
text-decoration: none;
border: none;
transition: all ease-in 0.2s;
}
.blog-section .grid .post .entry-footer .svg-inline--fa {
margin-right: 5px;
}
#primary .post .entry-footer .btn-holder {
z-index: 99;
}
#primary .post .entry-footer .btn-holder:after {
content: '';
background: #e6e6e6;
height: 1px;
width: 100%;
position: absolute;
top: 15px;
left: 0;
right: 0;
margin: 0 auto;
z-index: -1;
}
.site-footer .footer-b a:hover,
.site-footer .footer-b a:focus {
color: #2bbbd8;
} #crumbs .separator {
color: #2bbbd8;
}
.page-header .page-title:after {
background: #2bbbd8;
}
.archive .trip-content-area .grid .img-holder .price-holder {
left: 0;
background: var(--secondary-color);
bottom: 20px;
border-radius: 0 20px 20px 0;
}
.archive .trip-content-area .grid .text-holder .meta-info span .svg-inline--fa {
color: #2bbbd8;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active:after {
border-top: 10px solid #2bbbd8;
}
#primary .post .entry-footer .meta-info .svg-inline--fa {
margin-right: 5px;
color: #2bbbd8;
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability,
.archive .trip-content-area .grid .load-destination span,
.archive .trip-content-area .grid .btn-loadmore span {
background: var(--secondary-color);
border: 2px solid var(--secondary-color);
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability:hover,
.archive .trip-content-area .grid .load-destination span:hover,
.archive .trip-content-area .grid .load-destination span:focus,
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .btn-loadmore:focus {
border: 2px solid var(--secondary-color);
}
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .btn-loadmore span:focus {
color: #fff;
border: none;
}
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote {
border-left: 4px solid #2bbbd8;
} #activities-slider .img-holder,
.page-template-template-activities .activities-holder .item .img-holder {
border-radius: 12px;
}
#activities-slider .img-holder img,
.page-template-template-activities .activities-holder .item .img-holder img,
.page-template-template-activities .activities-holder .img-holder img,
.page-template-template-trip_types .trip_types-holder .img-holder img {
display: block;
margin-bottom: 0;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: transform .4s;
transition: transform .4s;
}
#activities-slider .img-holder:hover img,
.page-template-template-activities .activities-holder .item .img-holder:hover img,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
#activities-slider .img-holder .title-holder,
.page-template-template-activities .activities-holder .item .img-holder .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder {
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
-webkit-transition-delay: .05s, .05s;
transition-delay: .05s, .05s;
font-weight: 700;
font-size: 24px;
}
#activities-slider .img-holder:hover .title-holder,
.page-template-template-activities .activities-holder .img-holder:hover .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .title-holder {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
#activities-slider .img-holder .text-holder .title,
.page-template-template-activities .activities-holder .item .text-holder .title,
.page-template-template-trip_types .trip_types-holder .item .text-holder .title {
display: block;
position: relative;
margin-bottom: 20px;
padding: 0;
font-size: 24px;
letter-spacing: 1px;
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
font-weight: 700;
}
#activities-slider .img-holder:hover .text-holder .title,
.page-template-template-activities .activities-holder .img-holder:hover .text-holder .title,
.page-template-template-trip_types .trip_types-holder .img-holder:hover .text-holder .title {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .2s, .2s;
transition-delay: .2s, .2s;
}
#activities-slider .img-holder .text-holder p,
.page-template-template-activities .activities-holder .item .img-holder .text-holder p,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder p {
position: relative;
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
}
#activities-slider .img-holder:hover .text-holder p,
.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder p,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder p {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .3s, .3s;
transition-delay: .3s, .3s;
}
#activities-slider .img-holder .text-holder a.btn-more,
.page-template-template-activities .activities-holder .img-holder .text-holder a.btn-more,
.page-template-template-trip_types .trip_types-holder .img-holder .text-holder a.btn-more {
position: relative;
display: inline-block;
line-height: 1;
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
}
#activities-slider .img-holder:hover .text-holder a.btn-more,
.page-template-template-activities .activities-holder .img-holder:hover .text-holder a.btn-more,
.page-template-template-trip_types .trip_types-holder .img-holder:hover .text-holder a.btn-more {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .6s, .6s;
transition-delay: .6s, .6s;
} .popular-destination .grid {
margin-bottom: 30px;
}
.popular-destination .grid .col .price-holder,
.popular-destination .grid .col #destination-slider .price-holder {
background: var(--secondary-color);
top: 20px;
right: 0;
left: auto;
border-radius: 2em 0 0 2em;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.popular-destination .grid .col .price-holder span {
padding: 5px 15px 5px 20px;
font-size: 1rem;
font-weight: 700;
}
.popular-destination .grid .col #destination-slider .text-holder {
padding-bottom: 32px;
}
.popular-destination .grid .col .text-holder {
overflow: hidden;
border-radius: 0 0 15px 0;
}
.popular-destination .grid .col .text-holder .title {
font-weight: 700;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
}
.popular-destination .grid .col .img-holder:hover .text-holder .title {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.popular-destination .grid .col .text-holder .meta-info {
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
}
.popular-destination .grid .col .img-holder:hover .text-holder .meta-info {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .2s, .2s;
transition-delay: .2s, .2s;
}
.popular-destination .grid .col .img-holder {
overflow: hidden;
border-radius: 12px;
}
.popular-destination .grid .col .img-holder img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: transform .4s;
transition: transform .4s;
}
.popular-destination .grid .col .img-holder:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
} #activities-slider .owl-prev,
#destination-slider .owl-prev,
#clients-slider .owl-prev,
#clients-slider .owl-next,
#activities-slider .owl-next,
#destination-slider .owl-next {
transition: 0.3s linear;
}
#activities-slider .owl-prev svg circle,
#destination-slider .owl-prev svg circle,
#clients-slider .owl-prev svg circle,
#clients-slider .owl-next svg circle,
#activities-slider .owl-next svg circle,
#destination-slider .owl-next svg circle { stroke-dasharray: 131.88;
stroke-dashoffset: 131.88;
stroke-width: 2;
transition: 0.3s linear;
stroke: #2bbbd8;
}
#activities-slider .owl-prev:hover svg circle,
#destination-slider .owl-prev:hover svg circle,
#clients-slider .owl-prev:hover svg circle,
#clients-slider .owl-next:hover svg circle,
#activities-slider .owl-next:hover svg circle,
#destination-slider .owl-next:hover svg circle {
stroke-dashoffset: 0;
animation: none;
} .our-features .section-header {
width: 30%;
}
.our-features .features-holder {
background: rgba(43, 187, 216, 0.7);
padding: 80px 80px 43px;
width: 70%;
}
.our-features .features-holder .grid {
counter-reset: count;
margin: 0;
}
.our-features .features-holder .col {
position: relative;
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 15px 30px;
padding: 30px;
width: calc(33.33% - 30px);
}
.our-features .features-holder .col::after {
content: "";
background: var(--secondary-color);
position: absolute;
top: 0px;
left: 0px;
border-radius: 12px;
height: 80%;
width: 100%;
opacity: 0;
z-index: -1;
transition: all 0.3s ease-in-out;
visibility: hidden;
}
.our-features .features-holder .col:hover::after {
visibility: visible;
opacity: 1;
height: 100%;
}
.our-features .features-holder .col .icon-holder {
border-color: rgba(255, 255, 255, 0.5);
margin: 0 0 30px 0;
}
.our-features .features-holder .col .icon-holder:before {
display: block;
content: counter(count);
counter-increment: count;
position: absolute;
top: 50%;
left: 50%;
font-size: 32px;
font-weight: 700;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.our-features .features-holder .col .icon-holder svg:last-child {
display: none;
}
.our-features .features-holder .col .icon-holder circle {
transition: 0.3s linear;
stroke-dasharray: 182.21;
stroke-dashoffset: 182.21;
stroke-width: 1;
stroke: #fff;
animation: dash-2 0.3s linear;
}
.our-features .features-holder .col:hover .icon-holder circle {
stroke-dashoffset: 0;
stroke: #fff;
animation: none;
}
.our-features .features-holder .col .text-holder .title {
font-weight: 700;
line-height: 1.25;
}
.our-features .features-holder .col:hover .icon-holder {
border-color: transparent;
}
.our-features .features-holder .col .icon-holder:before,
.our-features .features-holder .col .text-holder .title,
.our-features .features-holder .col .text-holder p {
transition: all 0.3s ease-in-out;
}
.our-features .features-holder .col .icon-holder:before,
.our-features .features-holder .col .text-holder .title,
.our-features .features-holder .col .text-holder p {
color: #fff;
}
.our-features .features-holder .col .text-holder p:last-child {
margin-bottom: 0;
} .blog-section .grid .post .img-holder,
.archive .trip-content-area .grid .img-holder,
.archive .trip-content-area .grid .img-holder {
overflow: hidden;
}
.featured-trip .grid .img-holder,
.our-deals .grid .col .holder .img-holder {
overflow: visible;
}
.featured-trip .grid .img-holder a,
.our-deals .grid .col .holder .img-holder a {
display: block;
overflow: hidden;
}
.featured-trip .grid .col .img-holder img,
.our-deals .grid .col .holder .img-holder img,
.blog-section .grid .post .img-holder img,
.archive .trip-content-area .grid .img-holder img,
.archive .trip-content-area .grid .img-holder img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: transform .4s;
transition: transform .4s;
}
.featured-trip .grid .img-holder:hover img,
.our-deals .grid .col .holder .img-holder:hover img,
.blog-section .grid .post .img-holder:hover img,
.archive .trip-content-area .grid .img-holder:hover img,
.archive .trip-content-area .grid .img-holder:hover img {
transform: scale(1.1);
}
.featured-trip .grid .text-holder .title,
.featured-trip .grid .text-holder .meta-info,
.our-deals .grid .text-holder .title,
.our-deals .grid .text-holder .meta-info,
.archive .trip-content-area .grid .text-holder .title,
.archive .trip-content-area .grid .text-holder .meta-info,
.archive .trip-content-area .grid .text-holder .title,
.archive .trip-content-area .grid .text-holder .meta-info {
text-align: center;
}
.pagination .current,
.pagination a:hover,
.pagination a:focus {
color: #2bbbd8;
}
.pagination a:after,
.pagination span:after {
background: #2bbbd8;
}
.pagination .next:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
width: 6px;
} .about {
padding: 80px 0;
} .about .text-holder .btn-more,
.popular-destination .btn-holder .btn-more,
.featured-trip .btn-holder .featured-btn-more,
.our-deals .btn-holder .deal-btn-more,
.blog-section .btn-holder .btn-more,
.archive .trip-content-area .grid .btn-loadmore span {
font-size: 14px;
font-weight: 700;
font-family: 'Nunito Sans', sans-serif;
background: #2bbbd8;
color: #fff;
padding: 20px 30px;
line-height: 1;
border: none;
} .about .text-holder .title,
.activities .section-header .section-title,
.popular-destination .section-header .section-title,
.our-features .section-header .section-title,
.featured-trip .section-header .section-title,
.stats .section-header .section-title,
.our-deals .section-header .section-title,
.blog-section .section-header .section-title,
#activities-slider .img-holder .text-holder .title,
#activities-slider .img-holder .title-holder,
.featured-trip .grid .text-holder .title,
.our-deals .grid .text-holder .title,
.our-deals .grid .img-holder .discount-holder span,
.featured-trip .grid .img-holder .discount-holder span,
.archive .trip-content-area .grid .text-holder .title,
.blog-section .grid .post .text-holder .entry-title a,
.page-template-template-activities .activities-holder .img-holder .text-holder .title,
.page-template-template-activities .activities-holder .item .img-holder .title-holder {
font-weight: 700;
}
#activities-slider .img-holder .title-holder,
.page-template-template-activities .activities-holder .item .img-holder .title-holder {
font-size: 24px;
}
#activities-slider .img-holder .text-holder .title,
.page-template-template-activities .activities-holder .img-holder .text-holder .title {
margin-bottom: 20px;
}
.author-section .text-holder h2:after {
background: #2bbbd8;
} .widget .widget-title {
text-align: left;
font-weight: 700;
font-size: 18px;
text-transform: unset;
}
.widget .widget-title:after {
left: 30px;
} .post-navigation .nav-links {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 40px;
}
.about .text-holder .btn-more:hover,
.about .text-holder .btn-more:focus,
.popular-destination .btn-holder .btn-more:hover,
.popular-destination .btn-holder .btn-more:focus,
.featured-trip .btn-holder .featured-btn-more:hover,
.featured-trip .btn-holder .featured-btn-more:focus,
.our-deals .btn-holder .deal-btn-more:hover,
.our-deals .btn-holder .deal-btn-more:focus,
.blog-section .btn-holder .btn-more:hover,
.blog-section .btn-holder .btn-more:focus,
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .btn-loadmore span:focus {
background: var(--secondary-color);
} .trip-search form .advanced-search-field .custom-select:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E") center center no-repeat;
}
.trip-search form .trip-activities .custom-select:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 384 512'%3E%3Cpath d='M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z'/%3E%3C/svg%3E") center center no-repeat;
}
.trip-search form .trip-duration strong:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 448 512'%3E%3Cpath d='M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z'/%3E%3C/svg%3E") center center no-repeat;
}
.trip-search form .trip-cost strong:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 288 512'%3E%3Cpath d='M211.9 242.1L95.6 208.9c-15.8-4.5-28.6-17.2-31.1-33.5C60.6 150 80.3 128 105 128h73.8c15.9 0 31.5 5 44.4 14.1 6.4 4.5 15 3.8 20.5-1.7l22.9-22.9c6.8-6.8 6.1-18.2-1.5-24.1C240.4 74.3 210.4 64 178.8 64H176V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C60.3 64 14.9 95.8 3.1 143.6c-13.9 56.2 20.2 111.2 73 126.3l116.3 33.2c15.8 4.5 28.6 17.2 31.1 33.5C227.4 362 207.7 384 183 384h-73.8c-15.9 0-31.5-5-44.4-14.1-6.4-4.5-15-3.8-20.5 1.7l-22.9 22.9c-6.8 6.8-6.1 18.2 1.5 24.1 24.6 19.1 54.6 29.4 86.3 29.4h2.8v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h2.5c49.2 0 94.6-31.8 106.4-79.6 13.9-56.2-20.2-111.2-73-126.3z'/%3E%3C/svg%3E") center center no-repeat;
}
.trip-search form .advanced-search-field-submit input[type="submit"] {
background: var(--secondary-color);
border-color: var(--secondary-color);
}
.trip-search form .advanced-search-field-submit input[type="submit"]:hover {
opacity: 1;
background: #2bbbd8;
border-color: #2bbbd8;
}
.trip-search form .search-dur .ui-slider-horizontal .ui-slider-range,
.trip-search form .search-price .ui-slider-horizontal .ui-slider-range {
background: #2bbbd8;
}
.trip-search form .search-dur .ui-slider-horizontal .ui-slider-handle,
.trip-search form .search-price .ui-slider-horizontal .ui-slider-handle {
border-left-color: #2bbbd8;
} .widget_travel_agency_featured_widget .readmore,
#primary .post .entry-footer .btn-holder .btn-more {
border-color: #2bbbd8;
background: #2bbbd8;
color: #fff;
font-weight: 700;
}
.widget_travel_agency_featured_widget .readmore:hover,
#primary .post .entry-footer .btn-holder .btn-more:hover {
border-color: var(--secondary-color);
background: var(--secondary-color);
color: #fff;
}
.group-discount,
.archive-grid .img-holder .price-holder {
background: var(--primary-color);
}
.archive-grid .img-holder .price-holder span:after {
border-bottom-color: var(--primary-color);
}
.archive-grid .img-holder .price-holder span:before {
border-top-color: var(--primary-color);
}
.archive-grid .text-holder .meta-info svg,
.next-trip-info .next-departure-list li .left {
color: var(--primary-color);
}
.archive-grid .text-holder .btn-more {
border-color: var(--primary-color);
}
.archive-grid .text-holder .btn-more:hover,
.archive-grid .text-holder .btn-more:focus {
background: var(--primary-color);
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice:after {
border-bottom-color: var(--primary-color);
}
.trip-content-area .grid .col .img-holder {
margin: 0;
}
.archive .trip-content-area .grid .col .holder {
display: flex;
flex-direction: column;
}
.archive .trip-content-area .grid .text-holder {
flex-grow: 1;
}
.group-discount,
.archive .trip-content-area .grid .col .img-holder .group-discount {
bottom: 25px;
}
.wp-travel-engine-order-form-wrapper .trip-title {
background: #2bbbd8;
}
.widget_search .search-form input[type="submit"] {
background-color: #2bbbd8;
}
.featured-trip .grid-latest .text-holder .category-trip-loc svg,
.our-deals .grid-latest .text-holder .category-trip-loc svg,
.featured-trip .grid-latest .text-holder .meta-info svg,
.our-deals .grid-latest .text-holder .meta-info svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
fill: #2bbbd8;
}
.featured-trip .grid .text-holder .meta-info svg,
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
color: #2bbbd8;
}
.grid-latest .group-discount .pop-trip-grpavil-icon,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover,
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon,
.trip-search-result #primary .advanced-search-wrapper .sidebar h2:after,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:not(:checked)+span:after,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:checked+span:after {
background: #2bbbd8;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
border: 2px solid #2bbbd8;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:before {
border-top: 20px solid #2bbbd8;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:after {
border-bottom: 20px solid #2bbbd8;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:checked+span:before {
border-color: #2bbbd8;
}
.featured-trip .grid .img-holder .discount-holder:after,
.our-deals .grid .img-holder .discount-holder:after,
.featured-trip .grid .img-holder .discount-holder span:before,
.our-deals .grid .img-holder .discount-holder span:before,
.featured-trip .grid .img-holder .discount-holder span:after,
.our-deals .grid .img-holder .discount-holder span:after {
display: none;
} .category-main-wrap.category-grid .category-trip-prc-title-wrap {
margin-top: -65px;
text-align: left;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget {
background: none;
margin-left: 0;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder {
background: var(--secondary-color);
padding: 12px 20px 12px 15px;
-webkit-border-radius: 0px 30px 30px 0;
border-radius: 0px 30px 30px 0;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount:after,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:after,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget:after,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:before {
display: none;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price {
font-size: 16px;
font-weight: 700;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .striked-price {
font-size: 16px;
opacity: 1;
font-weight: 700;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg {
fill: var(--primary-color);
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
margin-top: 40px;
font-size: 18px;
font-weight: 700;
}
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
color: var(--primary-color);
border-color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover {
color: #FFF;
background: var(--primary-color);
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
background: var(--primary-color);
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review {
-webkit-justify-content: center;
justify-content: center;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
text-align: center;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-disc-feat-wrap {
top: 20px;
margin-right: 0;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount {
background: #FFF;
color: #e5494c;
-webkit-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
top: 20px;
font-size: 16px;
font-weight: 700;
padding: 5px 10px;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-feat-ribbon {
top: 58px;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:after,
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:before,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:before {
display: none;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer span,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer span {
font-weight: 700;
}
.category-list .category-trips-single {
padding: 0 15px;
}
.category-list .category-trips-single:last-of-type {
margin-bottom: 50px;
}
.category-list .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
fill: var(--primary-color);
}
.featured-trip .grid-latest .img-holder .category-feat-ribbon,
.our-deals .grid-latest .img-holder .category-feat-ribbon {
top: 57px;
}
.grid-latest .group-discount .pop-trip-grpavil-icon {
background: #2bbbd8;
}
.grid-latest .group-discount .tooltip {
width: max-content;
color: #2bbbd8;
}
.featured-trip .grid-latest .text-holder .category-trip-loc svg,
.our-deals .grid-latest .text-holder .category-trip-loc svg,
.featured-trip .grid-latest .text-holder .meta-info svg,
.our-deals .grid-latest .text-holder .meta-info svg {
fill: #2bbbd8;
}
.featured-trip .grid-latest .text-holder .category-trip-loc span a:hover,
.our-deals .grid-latest .text-holder .category-trip-loc span a:hover {
color: #2bbbd8;
}
.featured-trip .grid-latest .img-holder .category-feat-ribbon,
.our-deals .grid-latest .img-holder .category-feat-ribbon {
top: 56px;
}
.overall-rating-wrap .rating-bar-outer-wrap .rating-bar .rating-bar-inner,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget:after {
background: #2bbbd8;
}
.review-wrap .average-rating .aggregate-rating .stars:before {
border-right: 5px solid #2bbbd8;
}
.single-trip #wte_enquiry_contact_form .package-name-holder .wp-travel-engine-info {
color: #2bbbd8;
}
.wpte-bf-price-wrap .wpte-bf-price:last-child {
background: rgba(43, 186, 216, 0.08);
}
.wpte-bf-price-wrap .wpte-bf-price del {
color: rgba(43, 186, 216, 0.8);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
background: rgba(43, 186, 216, 0.8);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover,
.wpte-bf-datepicker .ui-datepicker td a.ui-state-default {
background: rgba(43, 186, 216, 1);
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active,
.wpte-bf-help-block a,
.wpte-bf-step-content .wpte-bf-number-field button:hover,
.wpte-bf-step-content .wpte-bf-price ins,
.wte-bf-price-detail .wpte-bf-toggle-wrap .wpte-bf-toggle-title,
.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total b,
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:hover,
.wpte-bf-submit input[type="submit"]:hover,
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:focus,
.wpte-bf-submit input[type="submit"]:focus,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before,
.wpte-bf-step-content .wpte-bf-number-field button {
color: rgba(43, 186, 216, 1);
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn,
.wpte-bf-submit input[type="submit"] {
background: rgba(43, 186, 216, 1);
border: 1px solid rgba(43, 186, 216, 1);
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header {
background: rgba(43, 186, 216, 0.07);
}
.wpte-bf-step-content .wpte-bf-number-field {
border: 1px solid rgba(43, 186, 216, 0.4);
}
.wpte-bf-step-content .wpte-bf-number-field button {
background: rgba(43, 186, 216, 0.03);
border: solid 1px rgba(43, 186, 216, 0.05);
}
.wte-bf-price-detail .wpte-bf-toggle-wrap .wpte-bf-toggle-title {
background: rgba(43, 186, 216, 0.1);
color: rgba(43, 186, 216, 1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
background-color: rgba(43, 186, 216, 0.1);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%232bbad8" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::after {
background-color: rgba(43, 186, 216, 1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
border-color: rgba(43, 186, 216, 0.1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
background-color: rgba(43, 186, 216, 0.1);
}
.wpte-bf-checkout .wpte-bf-summary-total {
border-top: 1px solid rgba(43, 186, 216, 1);
}
.widget_calendar table tbody td a,
.widget_calendar caption {
background: #2bbbd8;
}
.our-deals .grid .img-holder .price-holder span span,
.popular-destination .grid .col .price-holder span span,
.featured-trip .grid .img-holder .price-holder span span,
.single-trip .related-trips .grid .col .img-holder .price-holder span span {
padding: 0;
} @media only screen and (max-width: 1440px) {
.our-features .features-holder .col {
padding: 30px;
}
}
@media only screen and (max-width: 1199px) {
.our-features .features-holder .col {
width: calc(50% - 30px);
}
}
@media only screen and (max-width: 1024px) {
.site-header .tools {
padding: 0 15px;
margin-top: -5px;
}
.nav-holder .container,
#site-navigation {
background: #2bbbd8;
}
.site-header .tools .form-section .form-holder {
left: -90px;
}
.site-header .tools .form-section .form-holder {
background: #f3f4f6;
top: 50px;
}
.site-header .tools .form-section .form-holder:before {
left: 90px;
}
.site-header .tools .form-section .form-holder:after {
left: 90px;
}
.site-header .tools svg {
color: #fff;
}
.our-features .section-header {
padding: 45px 25px 10px;
width: unset;
}
.our-features .features-holder {
width: 100%;
}
.our-features .features-holder .col .icon-holder {
float: left;
margin-right: 25px;
margin-bottom: 5px;
}
.our-features .features-holder .grid {
margin: 0 auto;
}
.our-features .features-holder .col {
width: 50%;
padding: 0 15px;
margin: 0 0 30px;
}
.our-features .features-holder .col::after {
background: transparent;
}
}
@media only screen and (max-width: 767px) {
.site-header .tools {
padding: 0 15px;
margin-top: -5px;
}
.nav-holder .container,
#site-navigation {
background: #2bbbd8;
}
.site-header .tools .form-section .form-holder {
left: -90px;
}
.site-header .tools .form-section .form-holder {
background: #f3f4f6;
top: 50px;
}
.site-header .tools .form-section .form-holder:before {
left: 90px;
}
.site-header .tools .form-section .form-holder:after {
left: 90px;
}
.site-header .tools svg {
color: #fff;
}
.our-features .section-header {
padding: 45px 25px 10px;
width: unset;
}
.our-features .features-holder {
width: 100%;
padding: 80px 0px 43px;
}
.our-features .features-holder .col .icon-holder {
float: left;
margin-right: 25px;
margin-bottom: 5px;
}
.our-features .features-holder .col {
width: 100%;
}
} .category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
margin-top: 75px;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget+.category-trip-title {
margin-top: 30px;
} #primary-toggle-button {
border: none;
}
.close-main-nav-toggle {
border-color: var(--primary-color);
}
.mobile-menu-wrapper .mobile-navigation {
background-color: #2bbbd8;
border: var(--primary-color);
} .nav-holder .form-section #btn-search {
background: none;
border-radius: 5px;
border: 0;
padding: 0px;
text-shadow: none;
transition: linear 0.2s;
outline: none;
}
.nav-holder .form-section #btn-search:focus {
color: #666;
outline: 1px dotted #000;
}
.nav-holder .form-section #btn-search:hover,
.nav-holder .form-section #btn-search:active {
color: #666;
}
.btn-form-close {
position: absolute;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M32,2.3L29.7,0L16,13.7L2.3,0L0,2.3L13.7,16L0,29.7L2.3,32L16,18.3L29.7,32l2.3-2.3L18.3,16L32,2.3z'/%3E%3C/svg%3E");
top: 50%;
right: 47px;
width: 15px;
height: 15px;
padding: 0px;
border: 0;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
transform: translate(0, -50%);
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
opacity: 0;
border-color: none;
border-radius: 0;
background-color: transparent;
}
.btn-form-close:focus {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M32,2.3L29.7,0L16,13.7L2.3,0L0,2.3L13.7,16L0,29.7L2.3,32L16,18.3L29.7,32l2.3-2.3L18.3,16L32,2.3z'/%3E%3C/svg%3E");
color: black;
opacity: 1;
}
.site-header .tools .form-section .form-holder .search-form input[type="submit"]:focus {
color: black;
}
@media only screen and (max-width: 1024px) {
.site-header .tools {
padding: 0 15px;
margin-top: -5px;
position: absolute;
right: 108px;
}
.nav-holder .form-section #btn-search:focus {
outline: dotted 1px #FFF;
}
} .single-post .entry-content a,
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
color: #666;
}
.single-post .entry-content a:hover,
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
color: var(--primary-color);
} .widget-area .wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.selected,
.wte-check-button.checked,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next,
#tabs-container .itinerary-row:before,
#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn, 
.fixed-starting .dd-list .loadMore {
background-color: var(--primary-color);
}
.wte-process-layout .wte-process-nav .wte-process-nav-list::before,
.flatpickr-days .dayContainer .flatpickr-day:hover, 
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button:hover,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:hover {
background-color: rgba(43, 186, 216, 0.5);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month {
background-color: rgba(43, 186, 216, 0.05);
}
.widget-area .wpte-booking-area .wpte-booking-footer-text a, 
.widget-area .wpte-booking-area .wpte-booking-footer-text a:link,
.wte-popup-sidebar .total-amount span.wpte-currency-code, 
.wte-popup-sidebar .total-amount .wpte-price.amount,
.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.active, 
.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.finish,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev,
.wte-process-tab-content .wte-button-group .wte-check-button,
.wte-process-tab-content .wte-button-group .wte-check-button:hover{
color: var(--primary-color);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled {
color: rgba(43, 186, 216, 0.2);
}
.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev svg path {
stroke: var(--primary-color);
}
.wte-booking-date-wrap .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg path, 
.wte-booking-date-wrap .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg path {
fill: var(--primary-color) !important;
}
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info, 
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info, 
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount,
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-summary-wrap table tfoot,
#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn,
.fixed-starting .dd-list .loadMore,
.wte-check-button.checked,
.wte-check-button,
.wte-check-button:hover{
border-color: var(--primary-color);
}
.wte-process-layout .wte-popup-sidebar, .wte-process-layout .wte-process-nav {
border-color:rgba(43, 186, 216, 0.2);
}
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button {
background-color: rgba(43, 186, 216, 0.03);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.today {
color: var(--primary-color);
background-color: rgba(43, 186, 216, 0.05);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.nextMonthDay, 
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.prevMonthDay {
color: rgba(43, 186, 216, 0.4);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:hover {
background: rgba(43, 186, 216, 0.5) !important;
}
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover {
background-color: rgba(43, 186, 216, 0.8);
}
.itinierary-icon-wrap svg path {
fill: var(--primary-color);
}
#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn,
.fixed-starting .dd-list .loadMore {
color: #fff;
text-transform: capitalize;
}
#wte-trips-fixed-departure-dates .accordion-book button:hover,
.fixed-starting .dd-list table tbody .book-btn:hover,
.fixed-starting .dd-list .loadMore:hover
{
background: transparent;
color: var(--primary-color);
}
.itinerary .advanced-itinerary-row .accordion-tabs-toggle .itinerary-title span:hover,#tabs-container .tab-content .altitude-unit-switches span>input[type=radio]:checked+* {
color: var(--primary-color);
}
.wte-check-button.checked {
color: #fff !important;
} .wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-meta-list .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-single.style-3 .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-title svg path,
.wpte-trip__search-fields .wpte-trip__adv-field .icon svg path {
fill: var(--primary-color);
}
#primary .wpte-trip-list-wrapper .category-trip-prc-title-wrap .category-trip-title a:hover, 
#primary .wpte-trip-list-wrapper .wpte-trip-details-wrap .wpte-trip-title a:hover,
#primary .wpte-trip-list-wrapper .wpte-trip-category-text-wrap .wpte-trip-category-title a:hover,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-meta a:hover,
.advanced-search-wrapper .advanced-search-field .wte-terms-more button,
.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li:hover span,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover{
color: var(--primary-color);
}
.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn{
background-color: var(--primary-color);
border: 1px solid var(--primary-color);
text-decoration: none;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time a,
.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn{
background-color: var(--primary-color) !important;
border: 1px solid var(--primary-color) !important;
color: #ffffff !important;
text-decoration: none;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time a:hover,
.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover{
background-color: transparent !important;
color: var(--primary-color) !important;
}
.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn:hover,
.wte-category-outer-wrap .wte-search-load-more .load-more-search:hover{
background-color: transparent;
color: var(--primary-color);
}
.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-overlay,
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields .wpte-trip__search-submit:hover {
background-color: rgba(43, 186, 216, 0.8);
}
.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn:hover,
.advanced-search-wrapper .clear-search-criteria:hover{
color: var(--primary-color);
}
.wpte-gblock-wrapper .wte-block-btn-wrapper a{
color: var(--primary-color);
border: 1px solid var(--primary-color);
text-decoration: none;
}
.wpte-gblock-wrapper .wte-block-btn-wrapper a:hover,
.wpte-trip-list-wrapper .wpte-trip-category.style-3 .trip-count,
.wpte-trip__search-fields .wpte-trip__search-submit,
.wpte__select-options .ui-slider .ui-slider-range,
.wpte__select-options .ui-slider .ui-slider-handle,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-range,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::before,
.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected,
.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected span{
background-color: var(--primary-color);
}
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::after{
border-top-color: var(--primary-color);
}
.advanced-search-wrapper .advanced-search-field input:checked+span:before{
border-color: var(--primary-color);
}
#primary .wpte-trip-category.style-1 .wpte-trip-category-text-wrap .wpte-trip-category-title a{
color: #ffffff;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .category-trip-loc, .our-deals .grid-latest .text-holder .category-trip-desti .category-trip-loc{
align-items: baseline;
flex-wrap: wrap;
width: 100%;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .category-trip-loc i, .our-deals .grid-latest .text-holder .category-trip-desti .category-trip-loc i{
width: 15px;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .category-trip-loc span, .our-deals .grid-latest .text-holder .category-trip-desti .category-trip-loc span{
width: calc(100% - 20px);
flex-wrap: wrap;
}
 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiAyp8kv8JHgFVrJJLmE0tDMPKzSQ.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmv1pVFteOcEg.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm21lVFteOcEg.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm111VFteOcEg.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm81xVFteOcEg.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url(https://zafirotoursavila.es/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}:root{
--primary-color: #2bbad8;
--primary-color-rgb: 43, 186, 216;
--secondary-color:  #F78D3F;
--secondary-color-rgb: 247, 141, 63;
}
a {
color: var(--primary-color);
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: underline;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #666;
font-family: 'Nunito Sans', sans-serif;
font-size: 18px;
line-height: 1.750em;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.main-navigation ul,
.site-branding .site-title,
.banner .form-holder .text h1,
.banner .form-holder .search-form input[type="submit"],
.trip-search h3,
#primary .post .entry-header .entry-title,
#primary .post .entry-footer .btn-holder .btn-more,
#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap,
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote,
#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left,
#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right,
#primary .post .entry-content h1,
#primary .page .entry-content h1,
#primary .post .entry-content h2,
#primary .page .entry-content h2,
#primary .post .entry-content h3,
#primary .page .entry-content h3,
#primary .post .entry-content h4,
#primary .page .entry-content h4,
#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6,
.page-header .page-title,
.author-section .text-holder h2,
.post-navigation .post-title,
.related-post .title,
.comments-area .comments-title,
.comments-area .comment-body .fn,
.comments-area .comment-reply-title,
.widget .widget-title,
.archive-grid .text-holder .title,
.archive-grid .text-holder .btn-more,
.single-trip .trip-post .entry-header .entry-title,
#tabs-container .tab-content h1,
#tabs-container .tab-content h2,
#tabs-container .tab-content h3,
#tabs-container .tab-content h4,
#tabs-container .tab-content h5,
#tabs-container .tab-content h6,
.itinerary .itinerary-content .title,
.faq .faq-row .accordion-tabs-toggle,
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder,
.trip-content-area .widget-area .trip-price .price-holder form .total-amt,
.trip-content-area .widget-area .trip-price .price-holder form .check-availability,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit,
.group-discount-pop h3,
.single-trip #wte_enquiry_contact_form h2,
.wp-travel-engine-order-form-wrapper .trip-title,
.place-order-form-secondary-wrapper .trip-property li,
.relation-options-title,
.personal-options-title,
.fixed-starting h2,
.blog-section .section-header .section-title,
.blog-section .grid .post .text-holder .entry-title,
.blog-section .btn-holder .btn-more,
.page-template-template-destination .destination-holder .item .child-title,
.page-template-template-activities .activities-holder .item .img-holder .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder,
.page-template-template-activities .activities-holder .item .text-holder .title,
.page-template-template-trip_types .trip_types-holder .item .text-holder .title,
.archive .trip-content-area .activity-title,
.archive .trip-content-area .grid .text-holder .title,
.archive .trip-content-area .grid .text-holder .btn-more,
.archive .trip-content-area .grid .text-holder .wp-travel-engine-cart,
.archive .trip-content-area .grid .load-destination span,
.archive .trip-content-area .grid .btn-loadmore span,
.advanced-search-wrapper .title,
.trip-search-result #primary .advanced-search-wrapper .sidebar h2,
.trip-search-result #primary .advanced-search-wrapper .sidebar h3,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .foundPosts,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .text-holder .entry-title,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .text-holder .btn-more,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .grid .text-holder .wp-travel-engine-cart,
.trip-search-result #primary .advanced-search-wrapper .wte-advanced-search-wrap .load-more-search,
#primary-toggle-button,
.popular-destination .section-header .section-title,
.about .text-holder .title,
.about .text-holder .btn-more,
.activities .section-header .section-title,
#activities-slider .title-holder,
.popular-destination .grid .col .text-holder .title,
.our-features .section-header .section-title,
.our-features .features-holder .col .text-holder .title,
.featured-trip .section-header .section-title,
.featured-trip .grid .text-holder .title,
.featured-trip .grid .text-holder .btn-more,
.stats .section-header .section-title,
.stats .grid .col .raratheme-sc-holder .hs-counter,
.our-deals .section-header .section-title,
.our-deals .grid .text-holder .title,
.our-deals .grid .text-holder .btn-more,
.our-deals .btn-holder .btn-more,
.cta .text .title,
.cta .text .btn-more,
#activities-slider .text-holder .title,
.trip-search form .advanced-search-field h3 {
font-family: 'Nunito Sans', sans-serif;
} .header-four .header-t {
padding: 0;
background: var(--primary-color);
}
.header-four .header-t .left {
float: left;
}
.header-four .header-t .opening-time {
float: left;
margin-right: 20px;
padding: 12px 20px 11px 0;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header-four .header-t .opening-time svg {
font-size: 18px;
margin-right: 5px;
}
.header-four .header-t .email-link {
float: left;
color: #fff;
padding: 12px 0 11px;
}
.header-four .header-t .email-link svg {
font-size: 18px;
margin-right: 5px;
}
.header-four .header-t .right {
float: right;
}
.header-four .social-networks li {
margin: 0;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header-four .social-networks li:first-child {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header-four .social-networks li a {
color: #fff;
padding: 11px 10px;
}
@media only screen and (min-width: 1025px) {
.header-four .main-navigation {
float: left;
width: auto;
}
.header-four .main-navigation>div>ul>li {
margin: 0;
border-right: 1px solid #e5e5e5;
}
.header-four .main-navigation>div>ul>li.menu-item-has-children:after {
right: 15px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
}
.header-four .main-navigation>div>ul>li:first-child {
border-left: 1px solid #e5e5e5;
}
.header-four .main-navigation>div>ul>li>a {
padding: 10px 22px;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.025em;
}
.header-four .main-navigation>div>ul>li>a:focus {
color: #111;
}
.header-four .main-navigation>div>ul>li:hover,
.header-four .main-navigation>div>ul>li:focus {
background: var(--primary-color);
}
.header-four .main-navigation>div>ul>li:hover>a,
.header-four .main-navigation>div>ul>li:focus>a {
color: #fff;
}
.header-four .main-navigation>div>ul>li:hover:after,
.header-four .main-navigation>div>ul>li:focus:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
}
.header-four .main-navigation>div>ul>.current-menu-item,
.header-four .main-navigation>div>ul>.current-menu-ancestor,
.header-four .main-navigation>div>ul>.current_page_item,
.header-four .main-navigation>div>ul>.current_page_ancestor {
background: var(--primary-color);
}
.header-four .main-navigation>div>ul>li.current-menu-item:after,
.header-four .main-navigation>div>ul>li.current-menu-ancestor:after,
.header-four .main-navigation>div>ul>li.current_page_item:after,
.header-four .main-navigation>div>ul>li.current_page_ancestor:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
}
.header-four .main-navigation>div>ul>.current-menu-item>a,
.header-four .main-navigation>div>ul>.current-menu-ancestor>a,
.header-four .main-navigation>div>ul>.current_page_item>a,
.header-four .main-navigation>div>ul>.current_page_ancestor>a {
color: #fff;
}
}
.header-four .languages {
margin-right: 20px;
padding: 10px 20px 10px 0;
border-right: 1px solid #e5e5e5;
}
.header-four .languages ul {
z-index: 1;
}
.header-four .languages li a {
color: #666;
}
.header-four .tools .form-section {
margin: 0;
padding: 10px 0;
border: 0;
}
.header-four .tools .form-section a {
color: #666;
font-size: 18px;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
color: var(--primary-color);
}
.site-header .tools .form-section .form-holder {
z-index: 99;
top: 50px;
}
.banner .form-holder .btn-banner {
color: #fff;
display: inline-block;
border-radius: 5px;
background: var(--secondary-color);
padding: 15px 28px;
border: 2px solid var(--secondary-color);
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
text-shadow: none;
font-size: 14px;
font-weight: 700;
}
.banner .form-holder .btn-banner:hover,
.banner .form-holder .btn-banner:focus {
background: rgba(247, 141, 63, 0);
text-decoration: none;
color: var(--secondary-color);
border: 2px solid var(--secondary-color);
}
.about .text-holder .title:after,
.activities .section-header .section-title:after,
.popular-destination .section-header .section-title:after,
.our-features .section-header .section-title:after,
.featured-trip .section-header .section-title:after,
.stats .section-header .section-title:after,
.stats .grid .col .raratheme-sc-holder .hs-counter:after,
.our-deals .section-header .section-title:after,
.blog-section .section-header .section-title:after,
.site-footer .widget .widget-title:after,
#primary .post .entry-footer .btn-holder .btn-more,
#primary .post .entry-header .entry-meta .cat-links a:hover {
background: #2bbbd8;
}
.about .text-holder .btn-more,
.popular-destination .btn-holder .btn-more,
.featured-trip .grid .text-holder .btn-more,
.featured-trip .btn-holder .btn-more,
.our-deals .grid .text-holder .btn-more,
.our-deals .btn-holder .btn-more,
.cta .text .btn-more,
.blog-section .btn-holder .btn-more,
.archive .trip-content-area .grid .text-holder .btn-holder a,
input[type="submit"],
#primary .post .entry-footer .btn-holder .btn-more,
#primary .post .entry-header .entry-meta .cat-links a:hover,
.widget_travel_agency_featured_widget .readmore {
border: 2px solid #2bbbd8;
}
.about .text-holder .btn-more:hover,
.popular-destination .btn-holder .btn-more:hover,
.featured-trip .grid .text-holder .btn-more:hover,
.featured-trip .btn-holder .btn-more:hover,
.our-deals .grid .text-holder .btn-more:hover,
.our-deals .btn-holder .btn-more:hover,
.cta .text .btn-more:hover,
.blog-section .btn-holder .btn-more:hover,
.archive .trip-content-area .grid .text-holder .btn-holder a:hover,
.archive .trip-content-area .grid .text-holder .btn-holder a:focus,
.widget .widget-title:after,
.trip-content-area .widget-area .trip-price .price-holder,
.single-trip .trip-post .entry-header .entry-title:after,
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active,
#tabs-container .tab-content h1:after,
#tabs-container .tab-content h2:after,
#tabs-container .tab-content h3:after,
#tabs-container .tab-content h4:after,
#tabs-container .tab-content h5:after,
#tabs-container .tab-content h6:after,
input[type="submit"],
.itinerary-row:before,
.related-post .title:after,
.related-post .col .img-holder .cat-links a,
.comments-area .comments-title:after,
.comments-area .comment-reply-title:after,
.widget_travel_agency_featured_widget .readmore:hover,
.widget_travel_agency_featured_widget .readmore:focus,
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus,
.about .text-holder .btn-more:focus,
.popular-destination .btn-holder .btn-more:focus,
.featured-trip .btn-holder .btn-more:focus,
.our-deals .btn-holder .btn-more:focus,
.blog-section .btn-holder .btn-more:focus,
.wpte-expand-extra-service .extra-service-wrap .input-holder .less-no,
.wpte-expand-extra-service .extra-service-wrap .input-holder .more-no {
background: #2bbbd8;
}
#activities-slider .owl-prev:hover circle,
#activities-slider .owl-next:hover circle {
stroke: #2bbbd8;
}
.popular-destination .grid .col .price-holder span:after {
border-bottom: none;
}
.popular-destination .grid .col .price-holder span:before {
border-top: none;
}
.popular-destination .grid .col .price-holder:after {
background: none;
}
.popular-destination .grid .col .price-holder {
background: var(--secondary-color);
}
.popular-destination .grid .col .price-holder {
background: var(--secondary-color);
left: inherit !important;
right: 0;
top: 20px !important;
border-radius: 20px 0 0 20px;
}
.popular-destination .grid .col .text-holder .meta-info svg {
color: #fff;
}
#destination-slider .text-holder .btn-more:hover,
#destination-slider .text-holder .btn-more:focus,
.featured-trip .grid .text-holder .title a:hover,
.featured-trip .grid .text-holder .title a:focus,
.blog-section .grid .post .text-holder .entry-title a:hover,
.blog-section .grid .post .text-holder .entry-title a:focus,
#destination-slider .owl-next:after,
#destination-slider .owl-prev:after,
#activities-slider .text-holder .btn-more:hover,
#activities-slider .text-holder .btn-more:focus,
#activities-slider .owl-next:after,
#activities-slider .owl-prev:after,
.our-deals .grid .text-holder .title a:hover,
.our-deals .grid .text-holder .title a:focus,
.popular-destination .grid .col .text-holder .title a:hover,
.popular-destination .grid .col .text-holder .title a:focus,
.blog-section .grid .post .entry-footer a:hover,
.blog-section .grid .post .entry-footer a:focus,
.blog-section .grid .post .text-holder .posted-on a:hover,
.blog-section .grid .post .text-holder .posted-on a:focus,
.page-template-template-activities .activities-holder .item .text-holder .btn-more:hover,
.page-template-template-activities .activities-holder .item .text-holder .btn-more:focus,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:hover,
.page-template-template-trip_types .trip_types-holder .item .text-holder .btn-more:focus,
.archive .trip-content-area .grid .text-holder .title a:hover,
.archive .trip-content-area .grid .text-holder .title a:focus,
.trip-facts-value .trip-facts-text label,
.trip-facts-value .trip-facts-textarea label,
.widget ul li a:hover,
.widget ul li a:focus,
.single-trip #wte_enquiry_contact_form .package-name-holder .input,
input[type="submit"]:hover,
#primary .post .entry-footer .btn-holder .btn-more:hover,
#primary .post .entry-footer .btn-holder .btn-more:focus,
#primary .post .entry-header .entry-meta .posted-on a:hover,
#primary .post .entry-header .entry-meta .posted-on a:focus,
#primary .post .entry-footer .meta-info a:hover,
#primary .page .entry-footer .meta-info a:hover,
#primary .post .entry-footer .meta-info a:focus,
#primary .page .entry-footer .meta-info a:focus,
.post-navigation .nav-holder a:hover .post-title,
.post-navigation .nav-holder a:focus .post-title,
.related-post .col .text-holder .posted-on a:hover,
.related-post .col .text-holder .posted-on a:focus,
.related-post .col .text-holder .post-title a:hover,
.related-post .col .text-holder .post-title a:focus,
.widget_raratheme_popular_post ul li .entry-header .entry-title a:hover,
.widget_raratheme_popular_post ul li .entry-header .entry-title a:focus,
.widget_raratheme_recent_post ul li .entry-header .entry-title a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-title a:focus,
.widget_raratheme_popular_post ul li .entry-header .entry-meta a:hover,
.widget_raratheme_popular_post ul li .entry-header .entry-meta a:focus,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a:focus,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus,
#primary .post .entry-header .entry-title a:hover,
#primary .post .entry-header .entry-title a:focus,
#crumbs a:hover,
#crumbs a:focus,
.blog-section .grid .post .entry-footer span svg,
#crumbs span.current,
.fixed-starting .dd-list table tbody .accordion-cost svg,
.dd-list table tr td svg {
color: #2bbbd8;
}
#destination-slider .owl-prev:hover circle,
#destination-slider .owl-next:hover circle {
stroke: #2bbbd8;
stroke-width: 3px;
}
#activities-slider .owl-prev:after,
#destination-slider .owl-prev:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 192 512'%3E%3Cpath d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E") center center no-repeat;
}
#activities-slider .owl-next:after,
#destination-slider .owl-next:after {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
}
#destination-slider .owl-prev svg,
#destination-slider .owl-next svg {
position: absolute;
top: -2px;
left: -3px;
}
.featured-trip .grid .text-holder,
.archive .trip-content-area .grid .text-holder {
border-color: #e9e9e9;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
border-top: 1px solid #fcfcfc;
border-radius: 0 0 10px 10px !important;
padding: 20px 0 0;
}
.featured-trip .grid .text-holder .meta-info,
.archive .trip-content-area .grid .text-holder .meta-info {
padding: 0 0 10px;
}
.featured-trip .grid .text-holder .btn-holder,
.archive .trip-content-area .grid .text-holder .btn-holder {
padding: 20px 0;
}
.featured-trip .grid .text-holder .meta-info .svg-inline--fa {
color: #2bbbd8;
margin-right: 5px;
}
.featured-trip .grid .img-holder .price-holder span:before,
.featured-trip .grid .img-holder .price-holder span:after,
.featured-trip .grid .img-holder .price-holder:after,
.our-deals .grid .img-holder .discount-holder span:after,
.our-deals .grid .img-holder .discount-holder span:before,
.our-deals .grid .img-holder .discount-holder:after,
.our-deals .grid .img-holder .price-holder span:after,
.our-deals .grid .img-holder .price-holder span:before,
.our-deals .grid .img-holder .price-holder:after,
.archive .trip-content-area .grid .img-holder .price-holder:after,
.archive .trip-content-area .grid .img-holder .price-holder span:before,
.archive .trip-content-area .grid .img-holder .price-holder span:after {
display: none;
}
.featured-trip .grid .img-holder .price-holder {
left: 0;
background: var(--secondary-color);
bottom: 20px;
border-radius: 0 20px 20px 0;
}
.featured-trip .grid .img-holder .price-holder span,
.archive .trip-content-area .grid .img-holder .price-holder span {
padding: 6px 20px;
font-size: 16px;
font-weight: 700;
}
.our-deals .grid .img-holder .discount-holder,
.featured-trip .grid .img-holder .discount-holder {
color: #e5494c;
background: #fff;
top: 20px;
right: 0;
position: absolute;
border-radius: 20px 0 0 20px;
}
.our-deals .grid .img-holder .price-holder,
.featured-trip .grid .img-holder .price-holder {
left: 0;
background: var(--secondary-color);
bottom: 20px;
border-radius: 0 20px 20px 0;
font-size: 16px;
font-weight: 700;
}
.our-deals .grid .img-holder .discount-holder span,
.featured-trip .grid .img-holder .discount-holder span {
font-size: 16px;
}
.our-deals .grid .text-holder .meta-info .svg-inline--fa {
color: #2bbbd8;
margin-right: 5px;
} .our-features .section-header .section-title {
color: #fff;
font-weight: 700;
font-size: 36px;
}
.our-features .features-holder .col .text-holder {
color: #fff;
font-size: 18px;
}
.our-features .features-holder .col .text-holder .title {
color: #fff;
font-weight: 700;
}
.cta .text .btn-more {
background: rgba(0, 0, 0, 0);
border: none;
color: #fff;
background: var(--secondary-color);
}
.cta .text .btn-more:hover {
background: #2bbbd8;
transition: all linear 0.3s;
}
.our-features .features-holder .col::after {
content: "";
background: var(--secondary-color);
position: absolute;
top: 0px;
left: 0px;
border-radius: 12px;
height: 80%;
width: 100%;
opacity: 0;
z-index: -1;
transition: all 0.3s ease-in-out;
visibility: hidden;
}
.our-features .features-holder .col:hover::after {
visibility: visible;
opacity: 1;
height: 100%;
}
.our-features .features-holder .col .icon-holder {
border-color: rgba(255, 255, 255, 0.5);
margin: 0 0 30px 0;
}
.our-features .features-holder .col .icon-holder:before {
display: block;
content: counter(count);
counter-increment: count;
position: absolute;
top: 50%;
left: 50%;
font-size: 32px;
font-weight: 700;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.our-features .features-holder .col .icon-holder circle {
transition: 0.3s linear;
stroke-dasharray: 182.21;
stroke-dashoffset: 182.21;
stroke-width: 1;
stroke: #fff;
animation: dash-2 0.3s linear;
}
.our-features .features-holder .col:hover .icon-holder circle {
stroke-dashoffset: 0;
stroke: #fff;
animation: none;
}
.our-features .features-holder .col .text-holder .title {
font-weight: 700;
line-height: 1.25;
}
.our-features .features-holder .col .icon-holder:before,
.our-features .features-holder .col .text-holder .title,
.our-features .features-holder .col .text-holder p {
transition: all 0.3s ease-in-out;
}
.our-features .features-holder .col .icon-holder:before,
.our-features .features-holder .col .text-holder .title,
.our-features .features-holder .col .text-holder p {
color: #fff;
}
.our-features .features-holder .col .text-holder p:last-child {
margin-bottom: 0;
} .blog-section .grid .post .img-holder .cat-links a,
#primary .post .entry-header .entry-meta .cat-links a,
.related-post .col .img-holder .cat-links a {
padding: 8px 20px;
border-radius: 5px;
background: var(--secondary-color);
letter-spacing: 0.15em;
color: #fff;
border: none;
line-height: 1;
font-weight: 700;
}
.blog-section .grid .post .img-holder .cat-links a:hover,
.blog-section .grid .post .img-holder .cat-links a:focus,
#primary .post .entry-header .entry-meta .cat-links a:hover,
#primary .post .entry-header .entry-meta .cat-links a:focus,
.related-post .col .img-holder .cat-links a:hover,
.related-post .col .img-holder .cat-links a:focus {
background: #2bbbd8;
text-decoration: none;
border: none;
transition: all ease-in 0.2s;
}
.blog-section .grid .post .entry-footer .svg-inline--fa {
margin-right: 5px;
}
#primary .post .entry-footer .btn-holder {
z-index: 99;
}
#primary .post .entry-footer .btn-holder:after {
content: '';
background: #e6e6e6;
height: 1px;
width: 100%;
position: absolute;
top: 15px;
left: 0;
right: 0;
margin: 0 auto;
z-index: -1;
}
.site-footer .footer-b a:hover,
.site-footer .footer-b a:focus {
color: #2bbbd8;
} #crumbs .separator {
color: #2bbbd8;
}
.page-header .page-title:after {
background: #2bbbd8;
}
.archive .trip-content-area .grid .img-holder .price-holder {
left: 0;
background: var(--secondary-color);
bottom: 20px;
border-radius: 0 20px 20px 0;
}
.archive .trip-content-area .grid .text-holder .meta-info span .svg-inline--fa {
color: #2bbbd8;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .nav-tab-active:after {
border-top: 10px solid #2bbbd8;
}
#primary .post .entry-footer .meta-info .svg-inline--fa {
margin-right: 5px;
color: #2bbbd8;
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability,
.archive .trip-content-area .grid .load-destination span,
.archive .trip-content-area .grid .btn-loadmore span {
background: var(--secondary-color);
border: 2px solid var(--secondary-color);
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability:hover,
.archive .trip-content-area .grid .load-destination span:hover,
.archive .trip-content-area .grid .load-destination span:focus,
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .btn-loadmore:focus {
border: 2px solid var(--secondary-color);
}
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .btn-loadmore span:focus {
color: #fff;
border: none;
}
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote {
border-left: 4px solid #2bbbd8;
} #activities-slider .img-holder,
.page-template-template-activities .activities-holder .item .img-holder {
border-radius: 12px;
}
#activities-slider .img-holder img,
.page-template-template-activities .activities-holder .item .img-holder img,
.page-template-template-activities .activities-holder .img-holder img,
.page-template-template-trip_types .trip_types-holder .img-holder img {
display: block;
margin-bottom: 0;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: transform .4s;
transition: transform .4s;
}
#activities-slider .img-holder:hover img,
.page-template-template-activities .activities-holder .item .img-holder:hover img,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
#activities-slider .img-holder .title-holder,
.page-template-template-activities .activities-holder .item .img-holder .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder {
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
-webkit-transition-delay: .05s, .05s;
transition-delay: .05s, .05s;
font-weight: 700;
font-size: 24px;
}
#activities-slider .img-holder:hover .title-holder,
.page-template-template-activities .activities-holder .img-holder:hover .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .title-holder {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
#activities-slider .img-holder .text-holder .title,
.page-template-template-activities .activities-holder .item .text-holder .title,
.page-template-template-trip_types .trip_types-holder .item .text-holder .title {
display: block;
position: relative;
margin-bottom: 20px;
padding: 0;
font-size: 24px;
letter-spacing: 1px;
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
font-weight: 700;
}
#activities-slider .img-holder:hover .text-holder .title,
.page-template-template-activities .activities-holder .img-holder:hover .text-holder .title,
.page-template-template-trip_types .trip_types-holder .img-holder:hover .text-holder .title {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .2s, .2s;
transition-delay: .2s, .2s;
}
#activities-slider .img-holder .text-holder p,
.page-template-template-activities .activities-holder .item .img-holder .text-holder p,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder p {
position: relative;
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
}
#activities-slider .img-holder:hover .text-holder p,
.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder p,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder p {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .3s, .3s;
transition-delay: .3s, .3s;
}
#activities-slider .img-holder .text-holder a.btn-more,
.page-template-template-activities .activities-holder .img-holder .text-holder a.btn-more,
.page-template-template-trip_types .trip_types-holder .img-holder .text-holder a.btn-more {
position: relative;
display: inline-block;
line-height: 1;
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
}
#activities-slider .img-holder:hover .text-holder a.btn-more,
.page-template-template-activities .activities-holder .img-holder:hover .text-holder a.btn-more,
.page-template-template-trip_types .trip_types-holder .img-holder:hover .text-holder a.btn-more {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .6s, .6s;
transition-delay: .6s, .6s;
} .popular-destination .grid {
margin-bottom: 30px;
}
.popular-destination .grid .col .price-holder,
.popular-destination .grid .col #destination-slider .price-holder {
background: var(--secondary-color);
top: 20px;
right: 0;
left: auto;
border-radius: 2em 0 0 2em;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.popular-destination .grid .col .price-holder span {
padding: 5px 15px 5px 20px;
font-size: 1rem;
font-weight: 700;
}
.popular-destination .grid .col #destination-slider .text-holder {
padding-bottom: 32px;
}
.popular-destination .grid .col .text-holder {
overflow: hidden;
border-radius: 0 0 15px 0;
}
.popular-destination .grid .col .text-holder .title {
font-weight: 700;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
}
.popular-destination .grid .col .img-holder:hover .text-holder .title {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.popular-destination .grid .col .text-holder .meta-info {
opacity: 0;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in;
transition: transform .3s ease-in-out, opacity .15s ease-in;
}
.popular-destination .grid .col .img-holder:hover .text-holder .meta-info {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .2s, .2s;
transition-delay: .2s, .2s;
}
.popular-destination .grid .col .img-holder {
overflow: hidden;
border-radius: 12px;
}
.popular-destination .grid .col .img-holder img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: transform .4s;
transition: transform .4s;
}
.popular-destination .grid .col .img-holder:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
} #activities-slider .owl-prev,
#destination-slider .owl-prev,
#clients-slider .owl-prev,
#clients-slider .owl-next,
#activities-slider .owl-next,
#destination-slider .owl-next {
transition: 0.3s linear;
}
#activities-slider .owl-prev svg circle,
#destination-slider .owl-prev svg circle,
#clients-slider .owl-prev svg circle,
#clients-slider .owl-next svg circle,
#activities-slider .owl-next svg circle,
#destination-slider .owl-next svg circle { stroke-dasharray: 131.88;
stroke-dashoffset: 131.88;
stroke-width: 2;
transition: 0.3s linear;
stroke: #2bbbd8;
}
#activities-slider .owl-prev:hover svg circle,
#destination-slider .owl-prev:hover svg circle,
#clients-slider .owl-prev:hover svg circle,
#clients-slider .owl-next:hover svg circle,
#activities-slider .owl-next:hover svg circle,
#destination-slider .owl-next:hover svg circle {
stroke-dashoffset: 0;
animation: none;
} .our-features .section-header {
width: 30%;
}
.our-features .features-holder {
background: rgba(43, 187, 216, 0.7);
padding: 80px 80px 43px;
width: 70%;
}
.our-features .features-holder .grid {
counter-reset: count;
margin: 0;
}
.our-features .features-holder .col {
position: relative;
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 15px 30px;
padding: 30px;
width: calc(33.33% - 30px);
}
.our-features .features-holder .col::after {
content: "";
background: var(--secondary-color);
position: absolute;
top: 0px;
left: 0px;
border-radius: 12px;
height: 80%;
width: 100%;
opacity: 0;
z-index: -1;
transition: all 0.3s ease-in-out;
visibility: hidden;
}
.our-features .features-holder .col:hover::after {
visibility: visible;
opacity: 1;
height: 100%;
}
.our-features .features-holder .col .icon-holder {
border-color: rgba(255, 255, 255, 0.5);
margin: 0 0 30px 0;
}
.our-features .features-holder .col .icon-holder:before {
display: block;
content: counter(count);
counter-increment: count;
position: absolute;
top: 50%;
left: 50%;
font-size: 32px;
font-weight: 700;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.our-features .features-holder .col .icon-holder svg:last-child {
display: none;
}
.our-features .features-holder .col .icon-holder circle {
transition: 0.3s linear;
stroke-dasharray: 182.21;
stroke-dashoffset: 182.21;
stroke-width: 1;
stroke: #fff;
animation: dash-2 0.3s linear;
}
.our-features .features-holder .col:hover .icon-holder circle {
stroke-dashoffset: 0;
stroke: #fff;
animation: none;
}
.our-features .features-holder .col .text-holder .title {
font-weight: 700;
line-height: 1.25;
}
.our-features .features-holder .col:hover .icon-holder {
border-color: transparent;
}
.our-features .features-holder .col .icon-holder:before,
.our-features .features-holder .col .text-holder .title,
.our-features .features-holder .col .text-holder p {
transition: all 0.3s ease-in-out;
}
.our-features .features-holder .col .icon-holder:before,
.our-features .features-holder .col .text-holder .title,
.our-features .features-holder .col .text-holder p {
color: #fff;
}
.our-features .features-holder .col .text-holder p:last-child {
margin-bottom: 0;
} .blog-section .grid .post .img-holder,
.archive .trip-content-area .grid .img-holder,
.archive .trip-content-area .grid .img-holder {
overflow: hidden;
}
.featured-trip .grid .img-holder,
.our-deals .grid .col .holder .img-holder {
overflow: visible;
}
.featured-trip .grid .img-holder a,
.our-deals .grid .col .holder .img-holder a {
display: block;
overflow: hidden;
}
.featured-trip .grid .col .img-holder img,
.our-deals .grid .col .holder .img-holder img,
.blog-section .grid .post .img-holder img,
.archive .trip-content-area .grid .img-holder img,
.archive .trip-content-area .grid .img-holder img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: transform .4s;
transition: transform .4s;
}
.featured-trip .grid .img-holder:hover img,
.our-deals .grid .col .holder .img-holder:hover img,
.blog-section .grid .post .img-holder:hover img,
.archive .trip-content-area .grid .img-holder:hover img,
.archive .trip-content-area .grid .img-holder:hover img {
transform: scale(1.1);
}
.featured-trip .grid .text-holder .title,
.featured-trip .grid .text-holder .meta-info,
.our-deals .grid .text-holder .title,
.our-deals .grid .text-holder .meta-info,
.archive .trip-content-area .grid .text-holder .title,
.archive .trip-content-area .grid .text-holder .meta-info,
.archive .trip-content-area .grid .text-holder .title,
.archive .trip-content-area .grid .text-holder .meta-info {
text-align: center;
}
.pagination .current,
.pagination a:hover,
.pagination a:focus {
color: #2bbbd8;
}
.pagination a:after,
.pagination span:after {
background: #2bbbd8;
}
.pagination .next:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
width: 6px;
} .about {
padding: 80px 0;
} .about .text-holder .btn-more,
.popular-destination .btn-holder .btn-more,
.featured-trip .btn-holder .featured-btn-more,
.our-deals .btn-holder .deal-btn-more,
.blog-section .btn-holder .btn-more,
.archive .trip-content-area .grid .btn-loadmore span {
font-size: 14px;
font-weight: 700;
font-family: 'Nunito Sans', sans-serif;
background: #2bbbd8;
color: #fff;
padding: 20px 30px;
line-height: 1;
border: none;
} .about .text-holder .title,
.activities .section-header .section-title,
.popular-destination .section-header .section-title,
.our-features .section-header .section-title,
.featured-trip .section-header .section-title,
.stats .section-header .section-title,
.our-deals .section-header .section-title,
.blog-section .section-header .section-title,
#activities-slider .img-holder .text-holder .title,
#activities-slider .img-holder .title-holder,
.featured-trip .grid .text-holder .title,
.our-deals .grid .text-holder .title,
.our-deals .grid .img-holder .discount-holder span,
.featured-trip .grid .img-holder .discount-holder span,
.archive .trip-content-area .grid .text-holder .title,
.blog-section .grid .post .text-holder .entry-title a,
.page-template-template-activities .activities-holder .img-holder .text-holder .title,
.page-template-template-activities .activities-holder .item .img-holder .title-holder {
font-weight: 700;
}
#activities-slider .img-holder .title-holder,
.page-template-template-activities .activities-holder .item .img-holder .title-holder {
font-size: 24px;
}
#activities-slider .img-holder .text-holder .title,
.page-template-template-activities .activities-holder .img-holder .text-holder .title {
margin-bottom: 20px;
}
.author-section .text-holder h2:after {
background: #2bbbd8;
} .widget .widget-title {
text-align: left;
font-weight: 700;
font-size: 18px;
text-transform: unset;
}
.widget .widget-title:after {
left: 30px;
} .post-navigation .nav-links {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 40px;
}
.about .text-holder .btn-more:hover,
.about .text-holder .btn-more:focus,
.popular-destination .btn-holder .btn-more:hover,
.popular-destination .btn-holder .btn-more:focus,
.featured-trip .btn-holder .featured-btn-more:hover,
.featured-trip .btn-holder .featured-btn-more:focus,
.our-deals .btn-holder .deal-btn-more:hover,
.our-deals .btn-holder .deal-btn-more:focus,
.blog-section .btn-holder .btn-more:hover,
.blog-section .btn-holder .btn-more:focus,
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .btn-loadmore span:focus {
background: var(--secondary-color);
} .trip-search form .advanced-search-field .custom-select:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E") center center no-repeat;
}
.trip-search form .trip-activities .custom-select:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 384 512'%3E%3Cpath d='M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z'/%3E%3C/svg%3E") center center no-repeat;
}
.trip-search form .trip-duration strong:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 448 512'%3E%3Cpath d='M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z'/%3E%3C/svg%3E") center center no-repeat;
}
.trip-search form .trip-cost strong:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232bbbd8' viewBox='0 0 288 512'%3E%3Cpath d='M211.9 242.1L95.6 208.9c-15.8-4.5-28.6-17.2-31.1-33.5C60.6 150 80.3 128 105 128h73.8c15.9 0 31.5 5 44.4 14.1 6.4 4.5 15 3.8 20.5-1.7l22.9-22.9c6.8-6.8 6.1-18.2-1.5-24.1C240.4 74.3 210.4 64 178.8 64H176V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C60.3 64 14.9 95.8 3.1 143.6c-13.9 56.2 20.2 111.2 73 126.3l116.3 33.2c15.8 4.5 28.6 17.2 31.1 33.5C227.4 362 207.7 384 183 384h-73.8c-15.9 0-31.5-5-44.4-14.1-6.4-4.5-15-3.8-20.5 1.7l-22.9 22.9c-6.8 6.8-6.1 18.2 1.5 24.1 24.6 19.1 54.6 29.4 86.3 29.4h2.8v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h2.5c49.2 0 94.6-31.8 106.4-79.6 13.9-56.2-20.2-111.2-73-126.3z'/%3E%3C/svg%3E") center center no-repeat;
}
.trip-search form .advanced-search-field-submit input[type="submit"] {
background: var(--secondary-color);
border-color: var(--secondary-color);
}
.trip-search form .advanced-search-field-submit input[type="submit"]:hover {
opacity: 1;
background: #2bbbd8;
border-color: #2bbbd8;
}
.trip-search form .search-dur .ui-slider-horizontal .ui-slider-range,
.trip-search form .search-price .ui-slider-horizontal .ui-slider-range {
background: #2bbbd8;
}
.trip-search form .search-dur .ui-slider-horizontal .ui-slider-handle,
.trip-search form .search-price .ui-slider-horizontal .ui-slider-handle {
border-left-color: #2bbbd8;
} .widget_travel_agency_featured_widget .readmore,
#primary .post .entry-footer .btn-holder .btn-more {
border-color: #2bbbd8;
background: #2bbbd8;
color: #fff;
font-weight: 700;
}
.widget_travel_agency_featured_widget .readmore:hover,
#primary .post .entry-footer .btn-holder .btn-more:hover {
border-color: var(--secondary-color);
background: var(--secondary-color);
color: #fff;
}
.group-discount,
.archive-grid .img-holder .price-holder {
background: var(--primary-color);
}
.archive-grid .img-holder .price-holder span:after {
border-bottom-color: var(--primary-color);
}
.archive-grid .img-holder .price-holder span:before {
border-top-color: var(--primary-color);
}
.archive-grid .text-holder .meta-info svg,
.next-trip-info .next-departure-list li .left {
color: var(--primary-color);
}
.archive-grid .text-holder .btn-more {
border-color: var(--primary-color);
}
.archive-grid .text-holder .btn-more:hover,
.archive-grid .text-holder .btn-more:focus {
background: var(--primary-color);
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice:after {
border-bottom-color: var(--primary-color);
}
.trip-content-area .grid .col .img-holder {
margin: 0;
}
.archive .trip-content-area .grid .col .holder {
display: flex;
flex-direction: column;
}
.archive .trip-content-area .grid .text-holder {
flex-grow: 1;
}
.group-discount,
.archive .trip-content-area .grid .col .img-holder .group-discount {
bottom: 25px;
}
.wp-travel-engine-order-form-wrapper .trip-title {
background: #2bbbd8;
}
.widget_search .search-form input[type="submit"] {
background-color: #2bbbd8;
}
.featured-trip .grid-latest .text-holder .category-trip-loc svg,
.our-deals .grid-latest .text-holder .category-trip-loc svg,
.featured-trip .grid-latest .text-holder .meta-info svg,
.our-deals .grid-latest .text-holder .meta-info svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
fill: #2bbbd8;
}
.featured-trip .grid .text-holder .meta-info svg,
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
color: #2bbbd8;
}
.grid-latest .group-discount .pop-trip-grpavil-icon,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover,
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon,
.trip-search-result #primary .advanced-search-wrapper .sidebar h2:after,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:not(:checked)+span:after,
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:checked+span:after {
background: #2bbbd8;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
border: 2px solid #2bbbd8;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:before {
border-top: 20px solid #2bbbd8;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:after {
border-bottom: 20px solid #2bbbd8;
}
.trip-search-result #primary .advanced-search-wrapper .sidebar ul li [type="checkbox"]:checked+span:before {
border-color: #2bbbd8;
}
.featured-trip .grid .img-holder .discount-holder:after,
.our-deals .grid .img-holder .discount-holder:after,
.featured-trip .grid .img-holder .discount-holder span:before,
.our-deals .grid .img-holder .discount-holder span:before,
.featured-trip .grid .img-holder .discount-holder span:after,
.our-deals .grid .img-holder .discount-holder span:after {
display: none;
} .category-main-wrap.category-grid .category-trip-prc-title-wrap {
margin-top: -65px;
text-align: left;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget {
background: none;
margin-left: 0;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder {
background: var(--secondary-color);
padding: 12px 20px 12px 15px;
-webkit-border-radius: 0px 30px 30px 0;
border-radius: 0px 30px 30px 0;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount:after,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:after,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget:after,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder:before {
display: none;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price {
font-size: 16px;
font-weight: 700;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .striked-price {
font-size: 16px;
opacity: 1;
font-weight: 700;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg,
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg {
fill: var(--primary-color);
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
margin-top: 40px;
font-size: 18px;
font-weight: 700;
}
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
color: var(--primary-color);
border-color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover,
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover {
color: #FFF;
background: var(--primary-color);
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
background: var(--primary-color);
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
color: var(--primary-color);
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review {
-webkit-justify-content: center;
justify-content: center;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
text-align: center;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-disc-feat-wrap {
top: 20px;
margin-right: 0;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount {
background: #FFF;
color: #e5494c;
-webkit-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
top: 20px;
font-size: 16px;
font-weight: 700;
padding: 5px 10px;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-feat-ribbon {
top: 58px;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:after,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:after,
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:before,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer:before {
display: none;
}
.category-list .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer span,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer span {
font-weight: 700;
}
.category-list .category-trips-single {
padding: 0 15px;
}
.category-list .category-trips-single:last-of-type {
margin-bottom: 50px;
}
.category-list .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
fill: var(--primary-color);
}
.featured-trip .grid-latest .img-holder .category-feat-ribbon,
.our-deals .grid-latest .img-holder .category-feat-ribbon {
top: 57px;
}
.grid-latest .group-discount .pop-trip-grpavil-icon {
background: #2bbbd8;
}
.grid-latest .group-discount .tooltip {
width: max-content;
color: #2bbbd8;
}
.featured-trip .grid-latest .text-holder .category-trip-loc svg,
.our-deals .grid-latest .text-holder .category-trip-loc svg,
.featured-trip .grid-latest .text-holder .meta-info svg,
.our-deals .grid-latest .text-holder .meta-info svg {
fill: #2bbbd8;
}
.featured-trip .grid-latest .text-holder .category-trip-loc span a:hover,
.our-deals .grid-latest .text-holder .category-trip-loc span a:hover {
color: #2bbbd8;
}
.featured-trip .grid-latest .img-holder .category-feat-ribbon,
.our-deals .grid-latest .img-holder .category-feat-ribbon {
top: 56px;
}
.overall-rating-wrap .rating-bar-outer-wrap .rating-bar .rating-bar-inner,
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget:after {
background: #2bbbd8;
}
.review-wrap .average-rating .aggregate-rating .stars:before {
border-right: 5px solid #2bbbd8;
}
.single-trip #wte_enquiry_contact_form .package-name-holder .wp-travel-engine-info {
color: #2bbbd8;
}
.wpte-bf-price-wrap .wpte-bf-price:last-child {
background: rgba(43, 186, 216, 0.08);
}
.wpte-bf-price-wrap .wpte-bf-price del {
color: rgba(43, 186, 216, 0.8);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
background: rgba(43, 186, 216, 0.8);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover,
.wpte-bf-datepicker .ui-datepicker td a.ui-state-default {
background: rgba(43, 186, 216, 1);
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active,
.wpte-bf-help-block a,
.wpte-bf-step-content .wpte-bf-number-field button:hover,
.wpte-bf-step-content .wpte-bf-price ins,
.wte-bf-price-detail .wpte-bf-toggle-wrap .wpte-bf-toggle-title,
.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total b,
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:hover,
.wpte-bf-submit input[type="submit"]:hover,
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:focus,
.wpte-bf-submit input[type="submit"]:focus,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before,
.wpte-bf-step-content .wpte-bf-number-field button {
color: rgba(43, 186, 216, 1);
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn,
.wpte-bf-submit input[type="submit"] {
background: rgba(43, 186, 216, 1);
border: 1px solid rgba(43, 186, 216, 1);
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header {
background: rgba(43, 186, 216, 0.07);
}
.wpte-bf-step-content .wpte-bf-number-field {
border: 1px solid rgba(43, 186, 216, 0.4);
}
.wpte-bf-step-content .wpte-bf-number-field button {
background: rgba(43, 186, 216, 0.03);
border: solid 1px rgba(43, 186, 216, 0.05);
}
.wte-bf-price-detail .wpte-bf-toggle-wrap .wpte-bf-toggle-title {
background: rgba(43, 186, 216, 0.1);
color: rgba(43, 186, 216, 1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
background-color: rgba(43, 186, 216, 0.1);
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%232bbad8" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::after {
background-color: rgba(43, 186, 216, 1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
border-color: rgba(43, 186, 216, 0.1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
background-color: rgba(43, 186, 216, 0.1);
}
.wpte-bf-checkout .wpte-bf-summary-total {
border-top: 1px solid rgba(43, 186, 216, 1);
}
.widget_calendar table tbody td a,
.widget_calendar caption {
background: #2bbbd8;
}
.our-deals .grid .img-holder .price-holder span span,
.popular-destination .grid .col .price-holder span span,
.featured-trip .grid .img-holder .price-holder span span,
.single-trip .related-trips .grid .col .img-holder .price-holder span span {
padding: 0;
} @media only screen and (max-width: 1440px) {
.our-features .features-holder .col {
padding: 30px;
}
}
@media only screen and (max-width: 1199px) {
.our-features .features-holder .col {
width: calc(50% - 30px);
}
}
@media only screen and (max-width: 1024px) {
.site-header .tools {
padding: 0 15px;
margin-top: -5px;
}
.nav-holder .container,
#site-navigation {
background: #2bbbd8;
}
.site-header .tools .form-section .form-holder {
left: -90px;
}
.site-header .tools .form-section .form-holder {
background: #f3f4f6;
top: 50px;
}
.site-header .tools .form-section .form-holder:before {
left: 90px;
}
.site-header .tools .form-section .form-holder:after {
left: 90px;
}
.site-header .tools svg {
color: #fff;
}
.our-features .section-header {
padding: 45px 25px 10px;
width: unset;
}
.our-features .features-holder {
width: 100%;
}
.our-features .features-holder .col .icon-holder {
float: left;
margin-right: 25px;
margin-bottom: 5px;
}
.our-features .features-holder .grid {
margin: 0 auto;
}
.our-features .features-holder .col {
width: 50%;
padding: 0 15px;
margin: 0 0 30px;
}
.our-features .features-holder .col::after {
background: transparent;
}
}
@media only screen and (max-width: 767px) {
.site-header .tools {
padding: 0 15px;
margin-top: -5px;
}
.nav-holder .container,
#site-navigation {
background: #2bbbd8;
}
.site-header .tools .form-section .form-holder {
left: -90px;
}
.site-header .tools .form-section .form-holder {
background: #f3f4f6;
top: 50px;
}
.site-header .tools .form-section .form-holder:before {
left: 90px;
}
.site-header .tools .form-section .form-holder:after {
left: 90px;
}
.site-header .tools svg {
color: #fff;
}
.our-features .section-header {
padding: 45px 25px 10px;
width: unset;
}
.our-features .features-holder {
width: 100%;
padding: 80px 0px 43px;
}
.our-features .features-holder .col .icon-holder {
float: left;
margin-right: 25px;
margin-bottom: 5px;
}
.our-features .features-holder .col {
width: 100%;
}
} .category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
margin-top: 75px;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget+.category-trip-title {
margin-top: 30px;
} #primary-toggle-button {
border: none;
}
.close-main-nav-toggle {
border-color: var(--primary-color);
}
.mobile-menu-wrapper .mobile-navigation {
background-color: #2bbbd8;
border: var(--primary-color);
} .nav-holder .form-section #btn-search {
background: none;
border-radius: 5px;
border: 0;
padding: 0px;
text-shadow: none;
transition: linear 0.2s;
outline: none;
}
.nav-holder .form-section #btn-search:focus {
color: #666;
outline: 1px dotted #000;
}
.nav-holder .form-section #btn-search:hover,
.nav-holder .form-section #btn-search:active {
color: #666;
}
.btn-form-close {
position: absolute;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M32,2.3L29.7,0L16,13.7L2.3,0L0,2.3L13.7,16L0,29.7L2.3,32L16,18.3L29.7,32l2.3-2.3L18.3,16L32,2.3z'/%3E%3C/svg%3E");
top: 50%;
right: 47px;
width: 15px;
height: 15px;
padding: 0px;
border: 0;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
transform: translate(0, -50%);
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
opacity: 0;
border-color: none;
border-radius: 0;
background-color: transparent;
}
.btn-form-close:focus {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23121212' viewBox='0 0 32 32'%3E%3Cpath d='M32,2.3L29.7,0L16,13.7L2.3,0L0,2.3L13.7,16L0,29.7L2.3,32L16,18.3L29.7,32l2.3-2.3L18.3,16L32,2.3z'/%3E%3C/svg%3E");
color: black;
opacity: 1;
}
.site-header .tools .form-section .form-holder .search-form input[type="submit"]:focus {
color: black;
}
@media only screen and (max-width: 1024px) {
.site-header .tools {
padding: 0 15px;
margin-top: -5px;
position: absolute;
right: 108px;
}
.nav-holder .form-section #btn-search:focus {
outline: dotted 1px #FFF;
}
} .single-post .entry-content a,
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
color: #666;
}
.single-post .entry-content a:hover,
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
color: var(--primary-color);
} .widget-area .wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.selected,
.wte-check-button.checked,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next,
#tabs-container .itinerary-row:before,
#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn, 
.fixed-starting .dd-list .loadMore {
background-color: var(--primary-color);
}
.wte-process-layout .wte-process-nav .wte-process-nav-list::before,
.flatpickr-days .dayContainer .flatpickr-day:hover, 
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button:hover,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:hover {
background-color: rgba(43, 186, 216, 0.5);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month {
background-color: rgba(43, 186, 216, 0.05);
}
.widget-area .wpte-booking-area .wpte-booking-footer-text a, 
.widget-area .wpte-booking-area .wpte-booking-footer-text a:link,
.wte-popup-sidebar .total-amount span.wpte-currency-code, 
.wte-popup-sidebar .total-amount .wpte-price.amount,
.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.active, 
.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.finish,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev,
.wte-process-tab-content .wte-button-group .wte-check-button,
.wte-process-tab-content .wte-button-group .wte-check-button:hover{
color: var(--primary-color);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled {
color: rgba(43, 186, 216, 0.2);
}
.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev svg path {
stroke: var(--primary-color);
}
.wte-booking-date-wrap .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg path, 
.wte-booking-date-wrap .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg path {
fill: var(--primary-color) !important;
}
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info, 
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info, 
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount,
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number,
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-summary-wrap table tfoot,
#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn,
.fixed-starting .dd-list .loadMore,
.wte-check-button.checked,
.wte-check-button,
.wte-check-button:hover{
border-color: var(--primary-color);
}
.wte-process-layout .wte-popup-sidebar, .wte-process-layout .wte-process-nav {
border-color:rgba(43, 186, 216, 0.2);
}
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button {
background-color: rgba(43, 186, 216, 0.03);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.today {
color: var(--primary-color);
background-color: rgba(43, 186, 216, 0.05);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.nextMonthDay, 
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.prevMonthDay {
color: rgba(43, 186, 216, 0.4);
}
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:hover {
background: rgba(43, 186, 216, 0.5) !important;
}
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover {
background-color: rgba(43, 186, 216, 0.8);
}
.itinierary-icon-wrap svg path {
fill: var(--primary-color);
}
#wte-trips-fixed-departure-dates .accordion-book button,
.fixed-starting .dd-list table tbody .book-btn,
.fixed-starting .dd-list .loadMore {
color: #fff;
text-transform: capitalize;
}
#wte-trips-fixed-departure-dates .accordion-book button:hover,
.fixed-starting .dd-list table tbody .book-btn:hover,
.fixed-starting .dd-list .loadMore:hover
{
background: transparent;
color: var(--primary-color);
}
.itinerary .advanced-itinerary-row .accordion-tabs-toggle .itinerary-title span:hover,#tabs-container .tab-content .altitude-unit-switches span>input[type=radio]:checked+* {
color: var(--primary-color);
}
.wte-check-button.checked {
color: #fff !important;
} .wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-meta-list .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-single.style-3 .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-meta svg path,
.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-title svg path,
.wpte-trip__search-fields .wpte-trip__adv-field .icon svg path {
fill: var(--primary-color);
}
#primary .wpte-trip-list-wrapper .category-trip-prc-title-wrap .category-trip-title a:hover, 
#primary .wpte-trip-list-wrapper .wpte-trip-details-wrap .wpte-trip-title a:hover,
#primary .wpte-trip-list-wrapper .wpte-trip-category-text-wrap .wpte-trip-category-title a:hover,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-meta a:hover,
.advanced-search-wrapper .advanced-search-field .wte-terms-more button,
.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li:hover span,
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover{
color: var(--primary-color);
}
.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn{
background-color: var(--primary-color);
border: 1px solid var(--primary-color);
text-decoration: none;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time a,
.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn{
background-color: var(--primary-color) !important;
border: 1px solid var(--primary-color) !important;
color: #ffffff !important;
text-decoration: none;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time a:hover,
.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover{
background-color: transparent !important;
color: var(--primary-color) !important;
}
.wpte-trip-list-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover,
.wpte-trip-list-wrapper .wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn:hover,
.wte-category-outer-wrap .wte-search-load-more .load-more-search:hover{
background-color: transparent;
color: var(--primary-color);
}
.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-overlay,
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields .wpte-trip__search-submit:hover {
background-color: rgba(43, 186, 216, 0.8);
}
.wpte-trip-list-wrapper .wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn:hover,
.advanced-search-wrapper .clear-search-criteria:hover{
color: var(--primary-color);
}
.wpte-gblock-wrapper .wte-block-btn-wrapper a{
color: var(--primary-color);
border: 1px solid var(--primary-color);
text-decoration: none;
}
.wpte-gblock-wrapper .wte-block-btn-wrapper a:hover,
.wpte-trip-list-wrapper .wpte-trip-category.style-3 .trip-count,
.wpte-trip__search-fields .wpte-trip__search-submit,
.wpte__select-options .ui-slider .ui-slider-range,
.wpte__select-options .ui-slider .ui-slider-handle,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-range,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle,
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::before,
.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected,
.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected span{
background-color: var(--primary-color);
}
.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::after{
border-top-color: var(--primary-color);
}
.advanced-search-wrapper .advanced-search-field input:checked+span:before{
border-color: var(--primary-color);
}
#primary .wpte-trip-category.style-1 .wpte-trip-category-text-wrap .wpte-trip-category-title a{
color: #ffffff;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .category-trip-loc, .our-deals .grid-latest .text-holder .category-trip-desti .category-trip-loc{
align-items: baseline;
flex-wrap: wrap;
width: 100%;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .category-trip-loc i, .our-deals .grid-latest .text-holder .category-trip-desti .category-trip-loc i{
width: 15px;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .category-trip-loc span, .our-deals .grid-latest .text-holder .category-trip-desti .category-trip-loc span{
width: calc(100% - 20px);
flex-wrap: wrap;
}.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.simple-social-icons {
overflow: hidden;
}
.simple-social-icons ul {
margin: 0;
padding: 0;
}
.simple-social-icons ul li {
background: none !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 0 6px 12px !important;
padding: 0 !important;
}
.simple-social-icons ul li a {
border: none !important;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
height: 1em;
line-height: 1em;
text-align: center;
text-decoration: none !important;
text-transform: none !important;
width: 1em;
}
.simple-social-icons ul.aligncenter {
text-align: center;
}
.simple-social-icons ul.aligncenter li {
display: inline-block;
float: none;
}
.simple-social-icons .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
svg.social-bluesky {
margin-left: -0.15em;
}@font-face{font-family:eicons;src:url(//zafirotoursavila.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0);src:url(//zafirotoursavila.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"),url(//zafirotoursavila.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.43.0) format("woff2"),url(//zafirotoursavila.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.43.0) format("woff"),url(//zafirotoursavila.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.43.0) format("truetype"),url(//zafirotoursavila.es/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.43.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}