@import url("https://fonts.googleapis.com/css2?family=Nunito&family=Open+Sans:wght@600&family=PT+Sans&family=Playfair+Display:wght@400;500;600;700;800;900&family=Roboto:wght@900&family=Source+Sans+Pro&display=swap");
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
scroll-behavior: smooth;
}
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: 'Poppins', sans-serif;
--secondary-font: 'Montserrat', sans-serif;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #666; font-family: 'PT Sans', sans-serif;
font-size: 16px;
line-height: 1.750em;
}
.menu-header-menu-container ul li a
{
font-family: 'Open Sans', sans-serif !important;
}
h1,
h2,
h3,
h4
{
font-family: 'Open Sans', sans-serif !important;
}
p{
font-family: 'PT Sans', sans-serif !important;
}
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 #666;
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 0px;
}
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: 14px;
line-height: 20px;
font-weight: 600;
color: #fff;
text-transform: uppercase; font-family: 'PT Sans', sans-serif;
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: #111;
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-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: #111;
padding: 10px 0px;
transition: linear 0.2s;
font-weight: 600;
}
.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: 50%;
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%;
} .popular-destination {
padding: 80px 0;
background: #f6f6f6;
}
.section-header {
max-width: 660px;
margin: 0 auto 60px;
text-align: center;
}
.section-header .section-title { font-family: 'Open Sans', sans-serif;
font-size: 36px;
font-weight: 500;
line-height: 1.25em;
margin: 0 0 16px;
padding-bottom: 10px;
position: relative;
color: #111;
}
.section-header .section-title.ul-green:after {
background: #32b67a;
content: '';
height: 3px;
left: 50%;
position: absolute;
top: 100%;
width: 90px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.grid {
margin: 0 -15px 50px;
} .popular-destination .grid .col { }
.popular-destination .grid .col .img-holder {
position: relative;
}
.popular-destination .grid .col .img-holder img {
vertical-align: top; }
.popular-destination .grid .col .price-holder {
position: absolute;
top: -20px;
left: -5px;
font-size: 20px;
font-weight: 500;
color: #fff;
background: #32b67a;
border-top-left-radius: 5px;
}
.popular-destination-home .grid .col .price-holder {
top: 0;
}
.popular-destination-home{
padding-bottom: 40px;
}
.page-id-5 .our-deals{
padding-top: 0px;
}
.popular-destination .grid .col .price-holder>span {
display: block;
padding: 6px 15px;
position: relative;
font-size: 14px!important;
text-transform: capitalize;
}
.section-content p{
text-transform: capitalize;
} .popular-destination .grid .col .price-holder strong
{
font-size: 22px;
}
.popular-destination .grid .col .price-holder>span:before {
width: 0;
height: 0;
border-top: 35px solid #32b67a;
border-right: 20px solid transparent;
position: absolute;
top: 0;
right: -20px;
content: '';
}
.popular-destination .grid .col .price-holder>span:after {
width: 0;
height: 0;
border-bottom: 35px solid #32b67a;
border-right: 20px solid transparent;
position: absolute;
bottom: 0;
right: -20px;
content: '';
}
.popular-destination .grid .col .price-holder:after {
width: 5px;
height: 6px;
background: #144e33;
position: absolute;
left: 0;
bottom: -6px;
content: '';
border-bottom-left-radius: 4px;
}
.popular-destination .grid .col .text-holder {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 3em 20px 20px;
color: #fff;
border-radius: 0 0 5px 5px;
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}
.popular-destination .grid .col .text-holder .title {
font-size: 22px;
line-height: 1.44em;
font-weight: 500;
font-family: Montserrat,sans-serif;
margin: 0;
}
.popular-destination .grid .col .text-holder .title a {
color: #fff;
-webkit-transition: linear .2s;
-moz-transition: linear .2s;
transition: linear .2s;
}
.popular-destination .grid .col .text-holder .meta-info {
font-size: 14px;
}
.popular-destination .grid .col .text-holder .meta-info svg {
margin-right: 5px;
font-size: 16px;
color: #32b67a;
}
.popular-destination .grid:after {
content: '';
display: block;
clear: both;
}
.popular-destination .btn-holder {
text-align: center;
}
.popular-destination .btn-holder .btn-more {
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
border: 2px solid #32b67a;
border-radius: 5px;
text-transform: uppercase;
padding: 6px 29px;
font-family: Montserrat,sans-serif;
-webkit-transition: linear .2s;
-moz-transition: linear .2s;
transition: linear .2s;
}
.justify-content-center{
-ms-flex-pack: center!important;
justify-content: center!important;
display: flex;
align-items: center;
}
.our-deals .grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 50px;
}
.our-deals .grid .col {
width: 33.333%;
padding: 0 15px;
margin: 0 0 30px;
}
.our-deals .grid .col .holder { border: 1px solid #dcdcdc;
border-radius: 5px;
-webkit-transition: linear .2s;
-moz-transition: linear .2s;
transition: linear .2s;
}
.our-deals .grid .img-holder {
position: relative;
}
.our-deals .grid .img-holder img {
vertical-align: top;
border-radius: 5px 5px 0 0;
min-height: 244px;
height: 244px;
}
.featured-trip .grid-latest .img-holder .price-holder, 
.our-deals .grid-latest .img-holder .price-holder {
bottom: -20px;
}
.our-deals .grid .img-holder .price-holder {
background: #32b67a;
border-top-left-radius: 5px;
color: #fff;
font-size: 20px;
font-weight: 500;
left: -5px;
position: absolute;
bottom: -20px;
}
.our-deals .grid .img-holder .price-holder>span {
display: block;
padding: 6px 15px;
position: relative;
}
.our-deals .grid .img-holder .price-holder>span:before {
width: 0;
height: 0;
border-top: 20px solid #32b67a;
border-right: 20px solid transparent;
position: absolute;
top: 0;
right: -20px;
content: '';
}
.our-deals .grid .img-holder .price-holder strike {
margin-right: 10px;
}
.our-deals .grid .img-holder .price-holder>span:after {
width: 0;
height: 0;
border-bottom: 20px solid #32b67a;
border-right: 20px solid transparent;
position: absolute;
bottom: 0;
right: -20px;
content: '';
}
.our-deals .grid .img-holder .price-holder:after {
background: #144e33;
border-bottom-left-radius: 4px;
bottom: -6px;
content: "";
height: 6px;
left: 0;
position: absolute;
width: 5px;
}
.featured-trip .grid .img-holder .discount-holder, .our-deals .grid .img-holder .discount-holder {
color: #fff;
background: #e54b4b;
top: 20px;
right: -5px;
position: absolute;
border-radius: 0 5px 0 0;
}
.featured-trip .grid .img-holder .discount-holder span, .our-deals .grid .img-holder .discount-holder span {
display: block;
position: relative;
padding: 3px 17px 3px 25px;
}
.featured-trip .grid .img-holder .discount-holder span:before,
.our-deals .grid .img-holder .discount-holder span:before {
width: 0;
height: 0;
border-top: 17px solid #e54b4b;
border-left: 15px solid transparent;
position: absolute;
top: 0;
left: -15px;
content: '';
}
.featured-trip .grid .img-holder .discount-holder span:after,
.our-deals .grid .img-holder .discount-holder span:after {
width: 0;
height: 0;
border-bottom: 17px solid #e54b4b;
border-left: 15px solid transparent;
position: absolute;
bottom: 0;
left: -15px;
content: '';
}
.featured-trip .grid .img-holder .discount-holder:after,
.our-deals .grid .img-holder .discount-holder:after {
background: #830000;
border-bottom-right-radius: 4px;
bottom: -6px;
content: "";
height: 6px;
right: 0;
position: absolute;
width: 5px;
}
.featured-trip .grid-latest .text-holder,
.our-deals .grid-latest .text-holder {
padding-bottom: 35px;
}
.our-deals .grid .text-holder {
background: #fff;
padding: 40px 0 14px;
border-radius: 0 0 5px 5px;
}
.featured-trip .grid-latest .text-holder .title, .our-deals .grid-latest .text-holder .title {
margin-top: 10px;
font-size: 22px;
font-weight: 400;
margin-bottom: 15px;
padding: 0 30px;
word-wrap: break-word;
}
.our-deals .grid .text-holder .title a {
color: #000;
-webkit-transition: linear .2s;
-moz-transition: linear .2s;
transition: linear .2s;
}
.featured-trip .grid-latest .text-holder .category-trip-desti,
.our-deals .grid-latest .text-holder .category-trip-desti {
padding: 0 35px;
}
dfn, cite, em, i {
font-style: italic;
}
.featured-trip .grid-latest .text-holder .category-trip-loc svg,
.our-deals .grid-latest .text-holder .category-trip-loc svg {
fill: #32b67a;
}
.featured-trip .grid-latest .text-holder .category-trip-loc span,
.our-deals .grid-latest .text-holder .category-trip-loc span {
color: #666;
text-decoration: none;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
}
.featured-trip .grid-latest .text-holder .category-trip-desti .meta-info, 
.our-deals .grid-latest .text-holder .category-trip-desti .meta-info {
padding: 0;
display: inline-block; }
.our-deals .grid .text-holder .meta-info {
padding: 0 20px;
font-size: 14px;
}
.our-deals .grid .text-holder .meta-info span {
display: block;
margin: 0 0 7px;
}
.featured-trip .grid-latest .text-holder .btn-holder,
.our-deals .grid-latest .text-holder .btn-holder {
padding-top: 30px;
}
.our-deals .grid .text-holder .btn-holder {
padding-top: 15px;
border-top: 1px solid #e5e5e5;
text-align: center;
}
.our-deals .grid .text-holder .btn-more {
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
display: inline-block;
border: 2px solid #32b67a;
border-radius: 20px;
text-transform: uppercase;
padding: 2px 30px; -webkit-transition: linear .2s;
-moz-transition: linear .2s;
transition: linear .2s;
}
.our-deals .grid .col:hover .holder {
box-shadow: 0 20px 38px rgb(0 0 0 / 15%);
}
.our-deals .grid .text-holder .btn-more:focus,
.our-deals .grid .text-holder .btn-more:hover,
.btn-more:hover,
.btn-more:focus {
text-decoration: none;
background: #32b67a;
color: #fff;
}
.our-deals .btn-holder {
text-align: center;
}
.our-deals .btn-holder .btn-more {
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
border: 2px solid #32b67a;
border-radius: 5px;
text-transform: uppercase;
padding: 6px 29px; -webkit-transition: linear .2s;
-moz-transition: linear .2s;
transition: linear .2s;
}
.our-deals, .common-contact {
padding: 80px 0;
}
.featured-trip .grid-latest .text-holder .meta-info svg, 
.our-deals .grid-latest .text-holder .meta-info svg {
fill: #32b67a;
}
.our-deals .grid .text-holder .meta-info svg {
font-size: 16px;
margin-right: 5px;
color: #32b67a;
}
.featured-trip .grid .text-holder .title a:focus,
.featured-trip .grid .text-holder .title a:hover,
.our-deals .grid .text-holder .title a:hover,
.our-deals .grid .text-holder .title a:focus {
text-decoration: none;
color: #32b67a;
}
.testimoinal {
padding: 80px 0 20px;
background: #f6f6f6;
}
.testi-item {
background: #fff;
margin: 0 25px 60px 0px;
max-width: 800px;
padding: 60px 40px;
position: relative;
border-radius: 8px; opacity:1;
}
.testi-item p {
font-size: 16px;
line-height: 30px;
padding: 0 40px;
color: #666;
text-align: center;
}
.testi-footer {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
margin-top: 40px;
}
.slick-dots {
position: absolute;
bottom: 5px;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.testimonial-slider .slick-dots li {
width: 12px;
height: 12px;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.testimonial-slider .slick-dots li button {
width: 12px;
height: 12px;
background: #C4C4C4;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 15px;
height: 15px;
padding: 5px;
cursor: pointer;
color: transparent;
outline: none;
background: transparent;
border: 1px solid #fff;
border-radius: 100%;
}
.testimonial-slider .slick-dots li.slick-active button {
width: 16px;
height: 16px;
background: #32b67a;
}
.testi-footer .author{
text-align: center;
width: 100%;
}
.testi-footer .author h6{
font-size: 15px;
line-height: 1.33em;
margin: 0 0 5px;
color: #111;
}
.testi-footer .author span{
font-size: 14px;
display: block;
}
.testimonial-holder{
padding-bottom: 80px;
} @media only screen and (max-width: 1024px){
.popular-destination .grid .col .img-holder img {
width: 100%;
}
.popular-destination .grid .col {
width: 100%;
}
.justify-content-center{
display: block;
}
.col, .our-deals .grid .img-holder img,
.our-deals .grid .col{
width: 100%;
}
.testi-item {
max-width: 600px;
}
.popular-destination-home .owl-carousel .owl-nav button.owl-next, 
.popular-destination-home .owl-carousel .owl-nav button.owl-prev, 
.popular-destination-home .owl-carousel button.owl-dot, 
.homeslider_section .owl-carousel .owl-nav button.owl-next, 
.homeslider_section .owl-carousel .owl-nav button.owl-prev, 
.homeslider_section .owl-carousel button.owl-dot, 
.places-to-visit .owl-carousel .owl-nav button.owl-next, 
.places-to-visit .owl-carousel .owl-nav button.owl-prev, 
.places-to-visit .owl-carousel button.owl-dot{
padding: 20px 30px !important;
width: 50px;
height: 40px;
}
.blog-section .grid .post .img-holder img{
width: 100%;
}
.form-col .wpcf7-submit{
width: 50% !important;
}
}
@media (max-width: 768px){
.testi-item {
max-width: 300px;
margin: 0 15px;
padding: 60px 20px;
}
.testimonial-slider .slick-dots {
bottom: -40px;
}
.testi-item p {
line-height: normal;
padding: 0 10px;
}
.our-deals .grid .img-holder img{
height: auto;
}
}
@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;
}
#social_side_links
{
padding: 0 10px;
}
} .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: transparent;
}
.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: #32b67a;
}
.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: #32b67a;
}
.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: #111;
}
.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,
.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 {
display: inline-block;
color: #fff;
background: var(--primary-color);
border-radius: 4px;
line-height: 1.5em;
padding: 2px 20px;
position: relative;
}
.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: #111;
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: #666;
}
.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: #111;
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 0 0 8px;
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: 65%;
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; 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(//lettyholidays.com/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: #111;
}
.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: #111;
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: #111;
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: #111;
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 0px;
}
#primary {
width: 75%;
margin: 0 auto;
display: block;
}
.full-width #primary {
width: 100%;
} #primary .post { padding-top: 170px;
padding-bottom: 40px;
}
#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: #111;
text-transform: capitalize;
}
#primary .post .entry-header .entry-title a {
color: #111;
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;
display: none;
}
#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: #666;
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: #666;
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: #111;
padding: 0 25px 0 40px;
margin: 0;
}
.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: #111;
padding: 0 40px 0 25px;
border-right: 0;
border-left: 1px solid #e5e5e5;
margin: 0;
}
.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: #111;
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: #111;
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: #111;
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: #111;
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: #111;
}
#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: #111;
}
#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: #111;
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: #111;
font-weight: 500;
font-family: var(--secondary-font);
position: relative;
padding-bottom: 10px;
margin-bottom: 30px;
}
.page-header .page-title.ul-green: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: #111;
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;
display: none;
}
.post-navigation .nav-links {
overflow: hidden;
}
.post-navigation .nav-holder {
border: 0;
}
.post-navigation .meta-nav {
display: block;
color: #666;
margin: 0 0 5px;
}
.post-navigation .post-title {
font-size: 18px;
line-height: 1.444em;
color: #111;
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: #111;
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 {
justify-content: center!important;
display: flex;
align-items: center;
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: #111;
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;
display:none;
}
.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: #111;
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: #111;
}
.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: #111;
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: #111;
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: #666;
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: #111;
font-weight: 600;
height: 45px;
}
.widget_calendar tbody td {
text-align: center;
font-size: 14px;
height: 45px;
line-height: 45px;
color: #111;
}
.widget_calendar table #prev a {
left: 15px;
position: absolute;
top: 12px;
background: url(//lettyholidays.com/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(//lettyholidays.com/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: #111;
}
.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(//lettyholidays.com/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: #111;
color: #fff;
width: 100%;
overflow: hidden;
bottom: 0;
}
.site-footer .footer-t {
padding: 50px 0 10px;
border-bottom: 1px solid #33383a;
}
.site-footer .column {
float: left;
width: 25%;
padding: 0 15px;
}
.textwidget p,
.site-footer .widget ul li a{
font-size: 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: "Montserrat", sans-serif;
padding: 0 20px;
margin: 0 0 7px;
}
.archive-grid .text-holder .title a {
color: #111;
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: 40px;
}
.single-trip .trip-post .entry-header .entry-title {
font-size: 40px;
line-height: 1.125em;
color: #111;
font-weight: 500;
font-family: var(--secondary-font);
position: relative;
padding-bottom: 10px;
margin-bottom: 30px;
}
.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 {
font-size: 12px;
line-height: 1.666em;
text-align: center;
text-transform: uppercase;
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 a {
display: block;
padding: 15px 5px;
color: #838383;
}
#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.12);
transform: scale(1.12);
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;
flex-wrap: nowrap;
}
#tabs-container .tab-inner-wrapper:after {
display: none;
}
#tabs-container .tab-content {
border: 0;
margin: 0;
}
#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: #111;
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: '';
} .itinerary-row {
border: 0;
margin: 0 0 0 20px;
position: relative;
padding: 0 0 40px 60px;
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);
position: absolute;
top: 0;
left: -24px;
font-size: 22px;
color: #fff;
font-weight: 600;
font-family: var(--primary-font);
background: var(--primary-color);
padding: 10px 18px;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
}
.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;
}
#include-result li {
padding-left: 30px;
margin: 0 0 15px;
}
#include-result li:before {
font-size: 10px;
width: 20px;
height: 20px;
border: 2px solid rgba(var(--primary-color-rgb), 0.5);
color: var(--primary-color);
line-height: 17px;
border-radius: 50%;
text-align: center;
}
#exclude-result li {
padding-left: 30px;
margin: 0 0 15px;
}
#exclude-result li:before {
font-size: 10px;
width: 20px;
height: 20px;
border: 2px solid rgba(--secondary-color-rgb, 0.5);
color: var(--secondary-color);
line-height: 17px;
border-radius: 50%;
text-align: center;
} .faq-row {
border: 1px solid #e5e5e5;
border-left: 0;
border-right: 0;
margin: 0;
}
.faq .faq-row .accordion-tabs-toggle {
border: 0;
font-size: 18px;
font-weight: 500;
font-family: var(--secondary-font);
color: #111;
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 5px;
} .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(//lettyholidays.com/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: #111;
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.650em;
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: #666;
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.600em;
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: #111;
font-family: var(--secondary-font);
margin: 0 0 20px;
width: 100%;
padding: 0 10px;
}
.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: #111;
}
.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: #111;
}
.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: #111;
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;
} .fixed-starting {
margin: 0 0 1.5em;
}
.fixed-starting h2 {
color: #111;
font-family: var(--secondary-font);
font-weight: 500;
}
.fixed-starting .dd-list table {
border: 0;
color: #111;
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: "Montserrat", sans-serif;
font-size: 36px;
font-weight: 500;
line-height: 1.25em;
margin: 0 0 16px;
padding-bottom: 10px;
position: relative;
color: #111;
}
.blog-section .section-header .section-title.ul-green: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;
background-color: #fff;
}
.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: "Montserrat", sans-serif;
margin: 0 0 13px;
}
.blog-section .grid .post .text-holder .entry-title a {
color: #111;
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;
background-color: #fff;
}
.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: #666;
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;
margin: 50px 0 0;
}
.secondary-trip-info .wte-trip-facts .widget-title {
font-size: 14px;
line-height: 1.5em;
color: #111;
text-transform: uppercase;
font-weight: 600;
margin: 0 0 25px;
}
.trip-facts-value li svg {
color: #111;
}
.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 {
display: block;
}
.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: #111;
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;
}
.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: "Montserrat", sans-serif;
padding: 0 20px;
margin: 0 0 7px;
}
.archive .trip-content-area .grid .text-holder .title a {
color: #111;
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;
}
.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 {
border-top: 1px solid #ddd;
padding: 20px;
margin-top: 20px;
}
.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 #666;
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 {
background: var(--primary-color);
color: #fff;
padding: 3px 20px;
line-height: 1.8;
border-radius: 3px;
width: auto;
display: inline-block;
position: relative;
margin-left: 10px;
vertical-align: middle;
margin-right: 5px;
}
.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 .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.300em;
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.750em;
color: #6E6E6E;
}
.review-wrap .comment-list li .trip-comment-content .comment-rating .url {
margin-right: 30px;
}
.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.900em;
line-height: 1.611em;
}
.single-trip .comment-respond {
margin: 60px 0 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.900em;
line-height: 1.611em;
margin-bottom: 182px;
}
.single-trip .comment-respond .rating-form {
position: relative; }
.single-trip .comment-respond .rating-form .review-title-rating { }
.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.800em;
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: "Montserrat", sans-serif;
padding: 0 20px;
margin: 0 0 7px;
}
.advanced-search-wrapper .title a {
color: #111;
-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: #111;
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;
}
.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: rgba(50, 182, 122, 1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before {
background-color: rgba(50, 182, 122, 1);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
color: rgba(50, 182, 122, 1);
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: rgba(50, 182, 122, 1);
border-color: rgba(50, 182, 122, 1);
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn,
.wpte-bf-submit input[type="submit"] {
background: rgba(50, 182, 122, 1);
border: 1px solid rgba(50, 182, 122, 1);
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: rgba(50, 182, 122, 1);
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: rgba(50, 182, 122, 1);
}
.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: rgba(50, 182, 122, 1);
}
.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: rgba(50, 182, 122, 1);
font-size: 14px;
}
.wpte-bf-help-block a {
color: rgba(50, 182, 122, 1);
}
.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: #111;
}
.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: rgba(50, 182, 122, 1);
}
.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: rgba(50, 182, 122, 1);
}
.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: rgba(50, 182, 122, 1);
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: rgba(50, 182, 122, 1);
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: rgba(35, 35, 35, 1);
}
.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: rgba(50, 182, 122, 1);
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: rgba(50, 182, 122, 1);
font-size: 18px;
}
.wpte-bf-checkout .wpte-bf-summary-total {
padding: 5% 0;
margin-top: 10px;
background: none;
border-top: 1px solid rgba(50, 182, 122, 1);
}
.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: rgba(50, 182, 122, 1);
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: #111;
font-size: 24px;
font-weight: 600;
color: #111;
} .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 {
padding: 0 35px;
font-size: 22px;
font-weight: 500;
margin-top: 25px;
}
.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: #666666;
}
.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;
padding-bottom: 35px;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap {
text-align: left;
margin-bottom: 20px;
}
.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 .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
margin-top: 12px;
}
.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: #ffaf46;
border-color: #FFAF46;
}
.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: #FFAF46;
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 .category-feat-ribbon,
.our-deals .grid-latest .img-holder .category-feat-ribbon {
top: 54px;
}
.front-page-deal-section
{
padding-top: 10px!important;
}  .tabs__control {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.tabed-content{
padding-top:50px;
}
.tabs__tab {
padding: 5px 10px;
display: inline-block;
min-width: 150px;
color: currentColor;
text-align: center;
text-decoration: none;
border: 2px solid #32b67a;
border-radius: 4px;
background-color: #fff;
transition: all 200ms ease-in-out;
color: #32b67a;
}
.tabs__tab:not(.active):hover {
border-color: #32b67a;
background: #32b67a;
color: #fff;
}
.active {
border-color: #32b67a;
background: #32b67a;
color: #fff;
}
.tabs__content {
display: none;
background-color: #fff;
}
.active {
display: block;
}
.tabs__content-inner {
padding: 40px 0;
}
.tabs__control{
justify-content: center!important;
display: flex;
align-items: center;
}
.text-left{
text-align: left !important;
justify-content: left !important;
max-width: 100%;
}
.grid-common{
margin: 0 !important;
padding-top: 50px !important;
}
.grid-common h2, .grid-common h3, .grid-common h4, .grid-common h5{
font-weight: 500;
line-height: 48px; font-family: var(--secondary-font);
color: #111;
}
.grid-common h2{
font-size: 30px;
}
.grid-common h3{
font-size: 25px;
}
.grid-common h4{
font-size: 22px;
}
.grid-common h5{
font-size: 20px;
}
.contact-left input,
.contact-left select
{
width: 90%;
color: #666;
margin-bottom: 20px;
border: 1px solid #c1c1c1;
border-radius: 5px;
height: 45px;
background-color: #fff;
}
.form-col{
background: #f6f6f6;
padding-top: 0px !important;
box-shadow: 0 20px 38px rgb(0 0 0 / 15%);
}
.form-col p{
margin: 0;
}
.form-col h3{
text-align: center;
padding-bottom: 15px;
margin-top: 30px;
}
.form-col .wpcf7-submit{
width: 30% ;
margin-top: 15px;
border: 2px solid #32b67a;
border-radius: 5px;
background: transparent;
transition: 1s;
}
.form-col .wpcf7-submit:hover{
background: #32b67a;
color: #fff;
}
.common-contact .grid{
display: flex;
}
.single-packages .common-contact .grid{
display: inline-block;
width: 100%;
}
.common-contact .col-6{
width: 50%;
float: left;
padding: 0px 15px;
}
.map-section, .map-section iframe{
width: 100%;
}
.page_error h1{
font-size: 50px;
}
.page_error h2{
}
.pcommon-btn{
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
border: 2px solid #32b67a;
border-radius: 5px;
text-transform: uppercase;
padding: 6px 29px;
font-family: Montserrat,sans-serif;
-webkit-transition: linear .2s;
-moz-transition: linear .2s;
transition: linear .2s;
}
.pcommon-btn:hover{
background:#32b67a;
color: #fff;
text-decoration: none; 
}
.package-left{
background: #eeeeee; padding: 40px;
}
.package-left h2, .package-left ul li
{
color: #000;
}
.cnt-destination h3
{
color: #000;
}
.package-left li{
font-size: 16px;
line-height: 34px;
font-weight: 500;
}
.package-left .subtxt{
margin-left: 5px; }
.package-left p a:hover{
text-decoration: none;
color: #eead56;
}
.no-results{
padding:140px 0px 80px;
}
.no-results .page-content form{
display: none;
}
.flex-row-reverse{
display: flex;
justify-content: left !important;
}
.flex-row-reverse .col-4{
width: 30%;
float: left;
padding: 0px 15px;
}
.flex-row-reverse .col-8{
width: 70%;
float: left;
padding: 0px 40px;
}
.more-ul{
display: none;
}
.popmake-content input,
.popmake-content textarea,
.popmake-content form-select, 
.popmake-content select{
width: 90%;
color: #666;
margin-bottom: 20px;
border: 1px solid #c1c1c1; border-radius: 5px;
height: 45px;
background-color: #fff;
font-size: 15px;
font-weight: 400;
}
.popmake-content form p{
margin-bottom: 0;
}
.form-icon{
margin-right: 5px;
}
.form-icon .fa-calendar{
width: 20px;
}
.wpcf7-submit{
margin: 0 auto;
display: block;
margin-top: 30px;
height: auto;
}
.popmake-content input::placeholder,
.popmake-content textarea::placeholder{
color: #666 !important;
}
.pum-theme-126 .pum-title, .pum-theme-lightbox .pum-title{ font-size: 36px !important;
font-weight: 500 !important;
line-height: 1.25em !important;
margin: 0 0 16px !important;
padding-bottom: 10px !important;
position: relative !important;
color: #0d0d75db !important;
text-align: center !important;
}
.popmake-content input.wpcf7-submit{
color: #fff; border-radius: 70px;
background: #0d0d75db;
border: 2px solid #0d0d75db;
width: 30%;
}
.popmake-content input.wpcf7-submit:hover{
border: 2px solid #0d0d75db;
color: #0d0d75db;
background: transparent;
}
.package-single-row .col-7{
width: 65%;
padding:0px 15px;
}
.package-single-row .col-7 img{
width: 100%;
max-height: 457px;
}
.package-single-row .col-5{
width: 35%;
padding:0px 15px;
}
.package-single-row .package-left{
min-height: 457px;
position: relative; }
.onwards{
font-weight: 500;
font-size: 16px;
}
.buttons_single-package{
position: absolute;
bottom: 20px;
display: inline-block;
width: 100%;
}
.btn-call{
background: transparent !important;
color: #32b67a !important;
}
.btn-call:hover{
background: #32b67a !important;
color: #fff !important;
}
.package-single-row .btn-more{
background: #32b67a;
color: #fff;
padding: 5px 25px;
border-radius: 20px;
text-transform: uppercase; -webkit-transition: linear .2s;
-moz-transition: linear .2s;
transition: linear .2s;
border: 2px solid #32b67a;
display: inline-block;
font-size: 13px;
line-height: 26px;
font-weight: 600;
text-align: center;
transition: 1s;
}
.package-single-row .btn-more:hover{
background: transparent;
color: #32b67a;
}
.itinerary-count{
background: #32b67a;
color: #fff;
padding: 10px 50px;
text-align: center;
position: relative;
font-size: 20px;
line-height: 20px;
}
.Itinerary-title-box{
width: 100%; border-bottom: 1px solid #32b67a; background: #bdbcbc21;
height: 49px;
padding-top: 10px;
}
.itinerary-title{
margin-left: 20px;
font-size: 20px;
text-transform: capitalize;
font-weight: 500;
}
.itinerary-count::before {
content: '';
position: absolute;
display: block;    
width: 0px;        
right: 0;
top: 50%;
border: 15px solid transparent;
border-right: 0;
border-left: 15px solid #32b67a;
transform: translate(calc(100% + 0px), -50%);  
}
.grid-left-right{
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 4px 0 rgb(0 0 0 / 19%);
margin: 0 0 50px;
padding: 30px 0px;
background: #fff;
border: 1px solid #32b67a;
border-top: 0;
}   
.grid-left-right p{
margin-bottom: 0;
}
.night-stay{
color: #32b67a;
font-size: 1.17em;
font-weight: bold;
padding-top: 15px;
text-transform: uppercase;
}
.grid-form{
display: flex;
}
.grid-form .col-6{
width: 50%;
float: left;
padding:0px 15px;
}
.pum-theme-126 .pum-container, .pum-theme-lightbox .pum-container{
padding: 18px;
border-radius: 3px;
border: 8px solid #32b67a;
box-shadow: 0px 0px 30px 0px rgb(2 2 2);
background-color: rgba( 255, 255, 255, 1.00 );
}
.pum-theme-126 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 75%);
text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
background-color: #32b67a;
}
.popup-box-form-submit {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99999999999999999;
height: auto;
float: right;
max-width: 25%;
}
.popup-box{
width: 100%;
margin:0 auto;
display: block;
padding-top: 30px;
margin-bottom: 0px;
background: #fff;
box-shadow: 0 20px 38px rgb(0 0 0 / 15%);
border: 1px solid #0d0d75db;
border-radius: 10px;
margin-right: 0;
}
.popup-box h2{
margin: 0;
text-align: center;
padding-bottom: 10px;
color: #0d0d75db;
text-transform: capitalize;
font-weight: 500;
}
.pop-icon{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
color: #ffffff; background: #32b67a;
width: auto;
height: 50px;
float: right;
border-radius: 10px;
padding: 10px 15px;
transition: 0.3s all;
box-shadow: 0 30px 50px #0000000d;
overflow: hidden;
}
.pop-icon p{
margin: 0;
}
.pop-icon svg{
margin-right: 5px;
}
.popup-box-form-submit .grid-form {
display: inline-block;
width: 100%;
}
.popup-box-form-submit .grid-form .col-6 {
width: 100%;
float: left;
padding: 0px 15px;
}
.popup-box-form-submit .wpcf7-submit{
padding: 5px 10px;
margin-top: 10px;
width: 60% !important;
background: #0d0d75db;
border: 2px solid #0d0d75db;
}
.popup-box-form-submit .wpcf7-submit:hover{
color: #0d0d75db;
transition: 1s;
}
.popup-box-form-submit .grid-form input,
.popup-box-form-submit .grid-form select{
width: 100%;
height: 45px;
border-radius: 5px;
margin-bottom: 10px;
font-size: 15px;
background-color: #fff;
}
.category-trip-detail-wrap .amenities ul li{
display: inline-block;
padding: 0px 10px 0px 10px;
font-size: 20px;
}
.category-trip-detail-wrap .amenities
{
text-align: left;
}
.category-trip-detail-wrap .amenities ul
{
margin-bottom: 10px; }
.form-section .social-media ul
{
display: inline-flex;
list-style: none;
margin-bottom: 0px;
}
.form-section .social-media ul li
{
padding: 0px 10px;
}
.site-header .tools .form-section a:hover
{
color: #333;
}
.filter-wrap h3
{
text-align: center;
text-transform: capitalize;
font-weight: 500;
}
.filter-wrap
{
margin-bottom: 20px;
}
.slider-bx-s{
position: relative;
}
.img-over-txt{
position: absolute;
bottom: 0;
color: #fff;
width: 100%;
background: #0000005c;
}
.img-over-txt h3{
font-size: 18px;
position: relative;
top: 5px;
left: 10px;
font-weight: 500;
}
.img-over-txt h3 a{
color: #000;
}
.homeslider .slick-slide{
margin:0px 5px !important;
}
.homeslider button.next-arrow, .homeslider button.next-arrow:hover {
position: absolute;
top: 41%;
right: 54px;
width: 35px;
height: 35px;
background-image: url(http://localhost/mindpops/wp-content/uploads/2021/07/right-arrow.png);
background-size: contain;
background-position-x: right;
background-repeat: no-repeat;
background-color: transparent;
border: none;
}
.homeslider button.prev-arrow, .homeslider button.prev-arrow:hover {
position: absolute;
top: 41%;
left: 15px;
z-index: 1;
width: 35px;
height: 35px;
background-image: url(http://localhost/mindpops/wp-content/uploads/2021/07/left-arrow.png);
background-size: contain;
background-position-x: right;
background-repeat: no-repeat;
background-color: transparent;
border: none;
}
.slick-prev::before {
font-family: FontAwesome;
content: "\f0d9";
font-size: 22px;
}  
.slick-next::before {
font-family: FontAwesome;
content:  "\f0da";
font-size: 22px;        
}
.homeslider_section{
margin: 20px 0px;
}
.buttons_single-package .fa-whatsapp{
font-size: 50px;
margin-left: 10px;
margin-top: 14px;
height: 30px;
}
.pum-theme-126 .pum-container, 
.pum-theme-lightbox .pum-container{
background-color: #fff !important;
}
.buttons_single-package
{
margin-left: 0px!important;
}
.float-sm{
position: fixed;
top: 50%;
left:  0;
padding: 0;
list-style: none;
z-index: 99;
}
#social_side_links{
list-style: none;
margin-left: 0px;
}
#social_side_links li{
padding: 10px 15px;
background: #32b67a;
color: #fff;
border-radius: 50px;
margin-bottom: 10px;
}
#social_side_links li:hover #social_side_links li a svg,
#social_side_links li:hover,
#social_side_links li a:hover{
color: #000 !important;
}
#social_side_links li a svg{
font-size: 20px;
color: #fff;
vertical-align: sub;
} .owl-carousel .item {
position: relative;
z-index: 100; 
-webkit-backface-visibility: hidden; 
}
.popular-destination-home .owl-nav,
.homeslider_section .owl-nav,
.places-to-visit .owl-nav{
margin: 0 auto;
display: block !important;
text-align: center;
margin-top: 25px;
}
.popular-destination-home .owl-carousel .owl-nav button.owl-next, 
.popular-destination-home .owl-carousel .owl-nav button.owl-prev, 
.popular-destination-home .owl-carousel button.owl-dot,
.homeslider_section .owl-carousel .owl-nav button.owl-next, 
.homeslider_section .owl-carousel .owl-nav button.owl-prev, 
.homeslider_section .owl-carousel button.owl-dot,
.places-to-visit .owl-carousel .owl-nav button.owl-next, 
.places-to-visit .owl-carousel .owl-nav button.owl-prev, 
.places-to-visit .owl-carousel button.owl-dot{
background: #32b67a;
color: #fff;
border: none;
padding: 4px 15px !important;
font: inherit;
margin-left: 10px;
}
.popular-destination-home .owl-dots{
display: none;
}
.owl-dots{
display: none !important;
}
.slider-bx-new img{
height: 250px;
}
.slider-bx-new .img-over-txt
{
position: relative;
bottom: 0;
color: #000;
width: 100%;
background: #fff;
border: 1px solid #ccc;
padding: 5px 10px;
height: 130px;
}
.place-box{
color: #000;
background: #fff;
border: 1px solid #ccc;
}
.place-box img{
width: 100%;
height: 254px;
}
.place-box-txt{
padding:10px;
}
.place-box-txt h3{
text-transform: capitalize;
}
.place-box-txt .read-text{
color: #32b67a;
text-transform: capitalize;
cursor: pointer;
}
.places-to-visit{
margin: 40px 0px;
}
.slider-bx-new .img-over-txt p{
font-size: 15px;
}
.slider-bx-new .img-over-txt h3{
left: 0;
}
.destination-section .grid{
display: inline-flex;
width: 100%;
}
.destination-section .grid .col-4{
width: 25%;
padding: 60px 10px 0px;
}
.desti-item-box{
background: #fff;
box-shadow: 0 20px 38px rgb(0 0 0 / 15%);
padding:10px;
text-align: center;
min-height: 155px;
}
.desti-item-box h4{
padding: 0;
margin: 0;
text-transform: capitalize;
}
.desti-item-box h3{
margin-bottom: 0;
}
.desti-item-box p{
margin-bottom: 0;
}
.map-bx iframe{
width: 100%;
height: 300px;
}
.place-box{
}
.state-filter-wrap .tabs__tab:not(.active):hover a{
color: #fff;
text-decoration: none;
}
.main-header-one{
background: #32b67a;
color: #fff;
text-align: right;
padding: 0px 15px;
display: inline-flex;
width: 100%;
}
.social-media ul{
display: inline-flex;
margin-bottom: 0;
}
.social-media ul li{
list-style: none;
padding: 5px 10px;
}
.social-media ul li a{
color: #fff;
}
.social-media ul li a:hover{
color: #000;    
}
.header-new-second{
background: #fff;
width: 100%;
display: inline-flex;
padding: 10px 15px;
border-bottom: 1px solid #e5e5e5;
height: 70px;
}
.main-header-new{
position: fixed;
width: 100%;
z-index: 1000;
}
.logo-box{
width: 20%;
float:left;
}
.logo-box img{
width: 135px;
height: auto;  }
.logo-box .text-logo{
display: inline-block;
vertical-align: middle;
}
.logo-box .text-logo .site-title{
font-size: 40px;
font-weight: 500;
line-height: 55px;
margin: 0;
font-family: var(--secondary-font);
vertical-align: middle;
}
.logo-box .text-logo .site-title a:hover{
text-decoration: none;
}
.menu-box{
width: 60%;
float: left;
padding-left: 50px;
padding-top: 0px;
}
.call-box{
float: left;
width: 20%;
padding-top: 10px;
text-align: right;
padding-right: 10px;
}
.call-box .tel-link{
font-size: 22px;
font-weight: 500;
letter-spacing: -0.03em;
transition: linear 0.2s;
}
.call-box .tel-link:hover{
text-decoration: none;
color: #000;
}
.menu-box .nav-holder{
border: none;
}
.call-box svg{
font-size: 22px;
margin-left: 10px;
color: #32b67a
}
.category-trip-detail-wrap .amenities
{
padding: 0 20px;
}
.readmore-btn
{
cursor: pointer;
color: #32b67a;
text-transform: capitalize;
}
.error404 .page_error{
padding-top: 260px;
}
.grid-desti-s{
display: inline-flex;
}
.grid-desti-s .col-6{
width: 50%;
float: left;
}
.search-bar-box{
background: #cccc;
display: inline-flex;
width: 75%;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 4px 0 rgb(0 0 0 / 19%);
border-radius: 50px;
}
.search-bar-box input[type="text"]{
width: 100%;
background: transparent;
border: none;
color: #000;
}
.search-bar-box input[type="text"]:focus{
outline: none;
}
.search-bar-box .a_sub{
background: transparent;
border: none;
border-radius: 0;
color: #000;
}
.tax-packagescategories .our-deals{
padding-bottom: 0;
}
.header-email{
float: left;
width: 50%;
text-align: left;
padding-left: 20px;
padding-top: 5px;
}
.header-email a{
color: #fff;
text-decoration: none;
font-size: 15px;
transition: 1s;
}
.header-email a:hover{
color: #333;
}
.social-media{
float: right;
width: 50%;
}
.header-mobile-view{
display: none;
position: fixed;
width: 100%;
background: #fff;
color: #fff;
width: 100%;
}
.mobile-header-one{
width: 100%;
background: #32b67a;
overflow: hidden;
padding: 0px 15px;
}
.social-left-mob{
width: 50%;
float: left;
}
.social-left-mob .social-media {
float: left;
width: 100%;
}
.mobile-log{
text-align: center;
margin: 0;
height: auto;
}
.mobile-log img{
width: 50%;
padding-top: 5px;
}
.page-template-package-offers .section-header{
margin: 0px auto 30px;
}
#button {
display: inline-block;
background-color: #32b67a;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 80px;
right: 30px;
transition: background-color .3s, 
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
padding: 5px 15px;
color: #fff;
}
#button:hover{
background-color: #32b67a;
}
#button svg{
font-size: 20px;
}
#button:hover {
cursor: pointer;
background-color: #333;
}
#button.show {
opacity: 1;
visibility: visible;
}
.banner-inner-page{
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
height: 600px;
}
.footer-m{
border-bottom: 1px solid #33383a;
padding: 10px 0px;
}
.footer-m ul{
display: inline-flex;
list-style: none;
margin: 0;
}
.footer-m ul li{
padding-right: 25px;
}
.footer-m ul li a{
color: rgba(255, 255, 255, 0.75);
font-size: 15px;
}
.footer-m ul li a:hover{
color: var(--primary-color);
text-decoration: none;
}
.no-bottom-padding
{
padding-bottom: 0!important;
}
#primary .post .post-thumbnail img{
width: 100%;
}
.page-id-239 .our-deals .grid{
padding-top: 20px !important;
}
.search-result{
padding: 150px 0px 80px;
}
.search-result-h2{
text-align: center;
text-transform: capitalize;
}
.search-grid{
}
.search-content-bx{
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
.search-content-bx h2{
font-size: 20px;
padding-bottom: 10px;
margin: 0;
}
.search-content{
width: 33.33%;
float: left;
padding: 20px 15px;
height: 150px;
}
.search-results #primary .post .post-thumbnail img {
width: 50%;
margin: 0 auto;
display: block;
}
.search-rslt{
padding-top: 170px;
}
.search-rslt .post{
padding: 20px 0px !important;
}
.pack-type-packs-section
{
margin-top: 30px;
}
.pack-filter-section
{
margin-top: 50px;
}
.offer-page-title-section
{
margin-top: 50px;
}
.page-template-gallery .fa-whatsapp,
.page-template-gallery .fa-phone
{
color: #fff;
}
.main-header-one .social-media ul li a,
.call-box span,
.header-email a
{
font-family: 'Open Sans', sans-serif !important;
}
.popular-destination-home .price-holder span
{
font-family: 'Open Sans', sans-serif !important;
}
.popular-destination-home .price-holder span strong
{
font-family: 'PT Sans', sans-serif!important;
}
.tax-pack-categories-section
{
padding-top: 0px!important;
}
.pack-type-packs-section-wrap
{
padding-top: 20px!important;
}
.cat-filter-pack-type
{
background-color : #fff!important;
}
.cat-filter-pack-type a
{
text-decoration: none;
}
.pum-content, .wpcf7-form, .wpcf7
{
border :none!important;
overflow: hidden; } @media only screen and (min-width: 1024px){
.pum-container.pum-responsive.pum-responsive-medium {
width: 60% !important;
padding: 10px 15px 0px;
margin: 0 auto !important;
}
}
@media only screen and (max-width: 1024px){
.banner-inner-page{
height: 500px;
}
#button{
bottom: 60px;
right: 0;
}
.header-full-view{
display: none;
}
.header-mobile-view{
display: block;
}
.grid-desti-s {
display: inline-block;
}
.grid-desti-s .col-6 {
width: 100%;
float: left;
}
.destination_content{
padding-top: 20px;
}
.banner .form-holder{
top: 65%;
}
.banner .form-holder .text h1, 
.banner .form-holder .text h2{
font-size: 40px;
line-height: normal;
}
.banner .form-holder .text{
margin: 0 0 15px;
}
.our-deals .grid .img-holder img{
min-height: auto;
height: auto;
}
.buttons_single-package{
position: relative;
padding-left: 0px;
}
.call-box{
display: none;
}
.main-header-one{
text-align: center;
}
.main-header-one ul li svg{
font-size: 16px;
}
.social-media ul li{
padding: 7px 10px 0px 10px;
}
.main-header-new{
max-width: 100%;
}
.logo-box, .menu-box{
width: 50%;
float: left; padding: 5px 0px;
}
.logo-box img{
width: auto;
margin: 0 auto;
display: block;
}
.header-new-second{
display: inline-block;
}
.section-header{
margin: 0 auto 30px;
}
.blog-section .grid .post .text-holder .entry-content{
height: auto;
}
.package-single-row .col-7,
.package-single-row .col-5{
width: 100%;
float: left;
}
.error404 .page_error{
padding: 180px 0px 50px;
}
.footer-m ul{
display: inline-block;
}
.footer-m ul li{
padding-bottom: 10px;
padding-right: 0;
}
}
@media all and (device-width: 768px) and (device-height: 1024px){
.page-header .page-title{
padding-top: 50px;
}
.search-result {
padding: 220px 0px 80px;
}
}
@media only screen and (max-width: 991px) {
.single-packages .page-header .page-title{
padding-top: 15px;
}
.section-header .section-title{
font-size: 25px;
}
.banner-content p{
margin: 0;
}
.banner-form #searchsubmit{
margin-top: 5px;
}
.popular-destination{
padding: 20px 0px;
}
.featured-trip .grid-latest .text-holder .category-trip-desti, 
.our-deals .grid-latest .text-holder .category-trip-desti{
padding: 0px 25px;
}
.destination-section .grid {
display: block;
}
.destination-section .grid .col-4{
width: 100%;
}
.place-box img{
height: auto;
}
.popup-box-form-submit{ }
.pop-icon{ height: 40px;
position: absolute;
right: 0;
bottom: -18px;
}
.pop-icon svg{
font-size: 18px;
}
.pop-icon p{
font-size: 14px;
}
.popup-box-form-submit{
bottom: 20px;
right: 0;
z-index: 99999999999999999;
height: auto;
float: right;
width: 100%;
max-width: 100%; }
.popup-box {
width: 100%;
margin: 0 auto;
display: block;
padding-top: 35px;
margin-bottom: 0px;
background: #fff;
box-shadow: 0 20px 38px rgb(0 0 0 / 15%);
border: 1px solid #0d0d75db;
border-radius: 10px;
margin-right: 0;
height: auto;
}
.popup-box-form-submit .grid-form input, 
.popup-box-form-submit .grid-form select {
width: 100%;
height: 40px;
border-radius: 5px;
margin-bottom: 5px;
font-size: 12px;
background-color: #fff;
}
.common-contact .col-6 {
width: 100%;
}
.common-contact .grid, .our-deals .grid {
display: block;
}
.our-deals, .common-contact {
padding: 10px 0;
}
.flex-row-reverse .col-4,
.flex-row-reverse .col-8,
.package-single-row .col-7,
.package-single-row .col-5,
{
width: 100%;
padding: 0px 15px
}
.flex-row-reverse{
display: inline-block !important;
}
.flex-row-reverse .col-4,
.flex-row-reverse .col-8,
.package-single-row .col-7,
.package-single-row .col-5{
padding: 0px 15px;
width: 100%;
}
.img-destination img{
width: 100%;
}
.night-stay{
padding-bottom: 15px;
}
.package-single-row .package-left {
min-height: auto;
position: relative;
padding: 15px 30px;
}
.package-single-row .btn-more{
position: unset;
display: block;
margin-bottom: 10px;
}
.grid-form{
display: block;
width: 100%;
}
.grid-form .col-6{
width: 100%;
float: left;
padding:0px 15px;
}
.contact-left input, .contact-left select {
width: 100%;
}
.form-col{
margin-bottom: 30px;
}
p{
font-size: 15px;
line-height: normal;
}
.featured-trip .grid-latest .text-holder .category-trip-loc span, 
.our-deals .grid-latest .text-holder .category-trip-loc span,
.our-deals .grid .text-holder .meta-info,
.testi-item p,
.our-deals .grid .text-holder .btn-more,
.popular-destination .btn-holder .btn-more{
font-size: 14px;
}
.popular-destination .grid .col .text-holder .title{
font-size: 25px;
line-height: normal;
}
.main-navigation ul{
font-size: 20px;
}
.our-deals .grid .text-holder .btn-more{
margin-bottom: 10px;
}
.category-trip-detail-wrap .amenities ul{ }
#social_side_links li{ }
#social_side_links li a svg {
font-size: 20px;
}
.page-header .page-title{
font-size: 30px;
line-height: normal;
margin-bottom: 30px;
}
.grid-common h2 {
font-size: 24px;
}
.grid-common h2, .grid-common h3, .grid-common h4, .grid-common h5{
line-height: normal;
}
.grid-common{
padding-top: 30px !important;
}
.page-template-package-offers .our-deals{
padding-top: 40px;
}
.grid {
margin: 0px 0px 0px;
}
.single-packages .our-deals{
padding-top: 100px;
}
.our-deals .grid{
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.itinerary-count,
.itinerary-title{
width: 100%;
display: block;
}
.itinerary-count::before{
display: none;
}
.itinerary-title{
margin-top: 10px;
}
.Itinerary-title-box{
height: auto;
border-bottom: none;
}
.grid-left-right{
border-top: 1px solid #32b67a;
}
.night-stay{
font-size: 15px;
}
.no-results {
padding: 130px 0px 0px;
}
.no-results #searchsubmit{
margin: 0 auto;
display: block;
margin-top: 10px;
}
.popmake-content input.wpcf7-submit{
width: 100%;
}
.popmake-content input, .popmake-content textarea, .popmake-content form-select, .popmake-content select
{
width: 100%!important;
}
.popmake-content input.wpcf7-submit
{
width: 50%!important;
}
.blog-section
{
padding: 20px 0;
}
.testimoinal
{
padding: 20px 0;
}
.grid-form p{
margin-bottom: 0px;
}
.search-content{
width: 100%;
height: auto;
}
.search-result {
padding: 180px 0px 80px;
}
} @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) {
.tabs__tab{
min-width: 150px;
}
.single-packages .tabs__tab{
width: 100%;
max-width: 100%;
}
.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-view-modes {
display: block;
width: 100%;
margin-bottom: 20px;
padding: 0;
text-align: right;
}
.wp-travel-toolbar .wte-filterby-dropdown {
display: block;
width: 100%;
padding: 0;
text-align: right;
}
.wp-travel-toolbar .wte-filterby-dropdown:before {
display: none;
}
.search-result {
padding: 120px 0px 80px;
}
.search-rslt {
padding-top: 110px;
}
} @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;
}
.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: 28px 0 0;
margin: 0 0 15px;
}
.nav-holder .container {
background: var(--primary-color);
padding: 10px;
border-radius: 5px;
position: relative;
max-width: 100%;
margin: 0 15px;
}
.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: 40px;
height: 40px;
background: #32b67a;
border-radius: 0px;
text-align: center;
padding: 5px;
cursor: pointer;
}
#primary-toggle-button svg {
font-size: 20px;
vertical-align: middle;
margin-left: 0px;
} .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: 10px 0 2px;
}
.main-navigation ul li a {
padding: 10px 15px;
color: #fff;
position: relative;
background: rgba(0, 0, 0, 0.2);
border-radius: 5px;
font-size: 15px;
}
.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: 15px 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: 100%;
}
.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;
}
} .mobile-menu-wrapper {
display: none;
}
.mobile-navigation .close {
position: absolute;
right: 0px;
top: -53px;
display: block;
float: right;
color: #fff;
font-size: 12px;
font-weight: 500;
font-family: var(--secondary-font);
width: 96px;
height: 30px;
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: 15px;
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: #111;
}
.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: #111;
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, .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 {
margin: 50px 0 0;
}
#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) {
.pum-container
{
padding: 0px!important; }
.pum-container .form-icon
{
display: none;
}
.pum-title
{
padding-bottom: 0px!important;
}
.popmake-content input, .popmake-content textarea, .popmake-content form-select, .popmake-content select
{
margin-bottom: 10px!important;
}
.our-deals .grid .img-holder .price-holder
{
font-size:  18px!important;
}
#primary .post{
padding-top: 130px;
}
.pack-filter-section
{
margin-top: 20px!important;
}
#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;
}
}
@media only screen and (max-width: 767px) {
.header-t
{
background : #fff;
}
.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: 320px;
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: 290px;
margin: 0 auto 30px;
}
.blog-section .grid .post {
width: 100%;
}
.page-template-template-destination .destination-holder {
max-width: 290px;
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 {
max-width: 290px;
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: 290px;
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: .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 .nav-tab-active:after {
display: none;
}
#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;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//lettyholidays.com/wp-content/themes/travel-agency/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-brands-400.eot);src:url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-brands-400.woff2) format("woff2"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-brands-400.woff) format("woff"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-brands-400.ttf) format("truetype"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-regular-400.eot);src:url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-regular-400.woff2) format("woff2"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-regular-400.woff) format("woff"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-regular-400.ttf) format("truetype"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-solid-900.eot);src:url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-solid-900.woff2) format("woff2"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-solid-900.woff) format("woff"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-solid-900.ttf) format("truetype"),url(//lettyholidays.com/wp-content/themes/travel-agency/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@import url("//fonts.googleapis.com/css?family=Montserrat:100");
@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-126, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-126 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-126 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-126 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-126 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-127, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-127 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-127 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-127 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-127 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } .pum-theme-128, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-128 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-128 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-128 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-128 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-129, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-129 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-129 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-129 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-129 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-130, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-130 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-130 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-130 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-130 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } .pum-theme-131, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-131 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-131 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-131 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-131 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } .pum-theme-132, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-132 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-132 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-132 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-132 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } .pum-theme-125, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-125 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-125 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-125 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-125 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } 
#pum-940 {z-index: 1999999999}
#pum-133 {z-index: 1999999999}