@charset "UTF-8";

:root {
--primary-color: #147DFE;
--primary-color-rgb: 20, 125, 254;
--black-color: #000000;
--black-color-rgb: 0, 0, 0; }
.wpte-bf-outer *, .wpte-bf-outer *:before, .wpte-bf-outer *:after {
box-sizing: border-box;
}
.wpte-bf-outer, .wpte-bf-outer input, .wpte-bf-outer textarea, .wpte-bf-outer select, .wpte-bf-outer button { font-weight: 400;
}
.wpte-bf-outer img {
vertical-align: top;
max-width: 100%;
}
.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 select {
width: 100%;
border-radius: 4px;
border: 1px solid rgba(var(--black-color-rgb), 0.1);
background: rgba(var(--black-color-rgb), 0.01);
padding: 10px 15px;
font-size: 16px;
text-shadow: none;
box-shadow: none;
}
.wpte-bf-outer input[type="text"]:focus, .wpte-bf-outer input[type="email"]:focus, .wpte-bf-outer input[type="url"]:focus, .wpte-bf-outer input[type="password"]:focus, .wpte-bf-outer input[type="search"]:focus, .wpte-bf-outer input[type="number"]:focus, .wpte-bf-outer input[type="tel"]:focus, .wpte-bf-outer input[type="range"]:focus, .wpte-bf-outer input[type="date"]:focus, .wpte-bf-outer input[type="month"]:focus, .wpte-bf-outer input[type="week"]:focus, .wpte-bf-outer input[type="time"]:focus, .wpte-bf-outer input[type="datetime"]:focus, .wpte-bf-outer input[type="datetime-local"]:focus, .wpte-bf-outer input[type="color"]:focus, .wpte-bf-outer textarea:focus, .wpte-bf-outer select:focus {
outline: none;
}
.wpte-bf-outer select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"rgba%280,0,0,0.5%29\" d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>");
background-repeat: no-repeat;
background-position: calc(100% - 15px) 50%;
background-size: 14px;
padding-right: 40px;
}
.wpte-bf-outer input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.wpte-bf-checkbox .wpte-bf-checkbox-wrap {
font-size: 14px;
color: rgba(var(--black-color-rgb), 0.6);
position: relative;
}
.wpte-bf-checkbox .wpte-bf-checkbox-wrap a {
color: var(--primary-color);
text-decoration: underline;
}
.wpte-bf-checkbox .wpte-bf-checkbox-wrap a:hover {
text-decoration: none;
}
.wpte-bf-checkbox .wpte-bf-checkbox-wrap input[type="checkbox"] {
position: absolute;
top: 5px;
left: 0;
margin: 0;
opacity: 0;
}
.wpte-bf-checkbox .wpte-bf-checkbox-wrap label {
display: inline-block;
position: relative;
padding-left: 30px;
}
.wpte-bf-checkbox .wpte-bf-checkbox-wrap label::before {
content: "";
width: 20px;
height: 20px;
border-radius: 3px;
border: 2px solid rgba(var(--black-color-rgb), 0.4);
position: absolute;
top: 1px;
left: 0;
background-color: #fff;
background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" 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>");
background-size: 0;
background-repeat: no-repeat;
background-position: center;
transition: all ease 0.35s;
}
.wpte-bf-checkbox .wpte-bf-checkbox-wrap input[type="checkbox"]:checked+label::before {
border-color: var(--primary-color);
background-color: var(--primary-color);
background-size: 13px;
}
.parsley-errors-list {
margin: 0;
list-style: none;
padding: 0;
}
.parsley-errors-list li {
font-size: 14px;
margin-top: 5px;
color: #cc444d;
}
.wpte-bf-outer .wpte-bf-field {
margin-bottom: 30px;
}
.wpte-bf-outer .wpte-bf-label {
display: block;
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
letter-spacing: 0.5px;
color: rgba(var(--black-color-rgb), 0.6);
}
.required {
color: #FF8B3D;
}
.wpte-bf-price-wrap {
border: 1px solid rgba(var(--black-color-rgb), 0.06);
background: rgba(var(--black-color-rgb), 0.01);
padding: 8%;
}
.wpte-bf-price-wrap .wpte-bf-ptitle {
font-size: 15px;
line-height: 1.53;
margin-bottom: 10px;
}
.wpte-bf-price-wrap .wpte-bf-price {
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.07);
padding-bottom: 10px;
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.wpte-bf-price-wrap .wpte-bf-price:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.wpte-bf-price-wrap .wpte-bf-price del {
color: rgba(var(--black-color-rgb), 0.4);
font-size: 17px;
display: inline-block;
padding-right: 10px;
}
.wpte-bf-price-wrap .wpte-bf-price ins {
background: none;
display: inline-block;
font-size: 28px;
line-height: normal;
text-decoration: none;
letter-spacing: 0.5px;
font-weight: 600;
}
.wpte-bf-price-wrap .wpte-bf-price ins b {
font-weight: 600;
}
.wpte-bf-price-wrap .wpte-bf-price .wpte-bf-pqty {
display: inline-block;
padding-left: 0px;
font-size: 15px;
opacity: .7;
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
border-radius: 0;
width: 100%;
background: rgba(var(--primary-color-rgb), 0.15);
border: none;
min-height: 35px;
padding: 5px 20px;
cursor: pointer;
text-shadow: none;
color: var(--primary-color);
font-size: 15px;
letter-spacing: 0.5px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover {
background: rgba(var(--primary-color-rgb), 0.2);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title .fa-users {
margin-right: 10px;
width: 18px;
height: 15px;
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-title .fa-chevron-down {
margin-left: 15px;
width: 13px;
height: 15px;
transition: all ease 0.35s;
}
.wpte-bf-toggle-wrap.active .wpte-bf-toggle-title .fa-chevron-down {
transform: rotate(180deg);
}
.wpte-bf-toggle-wrap .wpte-bf-toggle-content {
display: none;
}
.wpte-bf-toggle-content table {
width: 100%;
margin: 10px 0 0 0;
border-collapse: collapse;
}
.wpte-bf-toggle-content table thead tr {
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.35);
}
.wpte-bf-toggle-content table thead tr th {
border: none;
text-align: left;
padding: 10px 0;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.5px;
}
.wpte-bf-toggle-content table thead tr th:last-child {
text-align: right;
}
.wpte-bf-toggle-content table tr td {
border: none;
padding: 12px 0;
font-size: 14px;
letter-spacing: 0.5px;
text-align: left;
position: relative;
}
.wpte-bf-toggle-content table tr td:first-child {
padding-right: 47px;
}
.wpte-bf-toggle-content table tr td:last-child {
text-align: right;
font-weight: 500;
padding-left: 47px;
}
.wpte-bf-toggle-content table tr td:first-child::before {
content: "";
border-top: 1px dashed rgba(var(--black-color-rgb), 0.5);
height: 1px;
width: 94px;
position: absolute;
top: 0;
left: calc(100% - 47px);
bottom: 0;
margin: auto;
z-index: 9;
}
.wpte-bf-booking-steps {
margin-top: 45px;
box-shadow: 0 -1px 45px rgba(var(--black-color-rgb), 0.07);
}
.wpte-bf-booking-steps .wpte-bf-step-wrap {
background: rgba(var(--black-color-rgb), 0.05);
padding: 15px;
font-size: 15px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
background: none;
border: none;
padding: 0;
text-shadow: none;
color: #333;
font-size: 14px;
vertical-align: middle;
display: inline-block;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active {
font-size: 16px;
font-weight: 500;
color: var(--primary-color);
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow {
padding: 0 5px;
position: relative;
top: 2px;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow:last-child {
display: none;
}
.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow svg {
width: 10px;
height: 13px;
}
.wpte-bf-step-content:first-child {
padding-bottom: 30px;
}
.wpte-bf-step-content:not(.active) {
display: none;
}
.wpte-bf-datepicker {
padding: 25px;
}
.wpte-bf-datepicker .ui-datepicker-inline {
width: 100%;
border: none;
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.07);
padding: 0;
background: #fff;
border-radius: 0;
}
.wpte-bf-datepicker .ui-widget { max-width: 100%;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header {
background: none;
border: none;
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.07);
border-radius: 0;
font-weight: 400;
font-size: 17px;
padding-top: 0;
padding-bottom: 10px;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-datepicker-title {
line-height: 1.18;
font-size: 17px !important;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a[class*="ui-datepicker-"] {
top: auto;
bottom: 5px;
border: none;
background-color: transparent;
background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z\"></path></svg>");
background-repeat: no-repeat;
background-position: center;
background-size: 16px;
opacity: 0.3;
filter: alpha(opacity=30);
cursor: pointer;
height: 1.8em !important;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-prev-hover, .wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-next-hover {
top: auto;
bottom: 5px;
opacity: 1;
filter: alpha(opacity=100);
}
.wpte-bf-datepicker .ui-datepicker .ui-datepicker-prev-hover {
left: 2px;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-next {
background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z\"></path></svg>");
}
.wpte-bf-datepicker .ui-datepicker .ui-datepicker-next-hover {
right: 2px;
}
.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a[class*="ui-datepicker-"] span {
display: none;
}
.wpte-bf-step-content .ui-datepicker table {
font-size: 16px !important;
}
.wpte-bf-datepicker .ui-datepicker th {
padding: 10px 0;
border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.07);
font-size: 15px;
font-weight: 500;
color: var(--black-color);
}
.wpte-bf-step-content .ui-datepicker td span, .wpte-bf-step-content .ui-datepicker td a {
padding: 10px 0;
text-align: center;
border-radius: 4px;
}
.wpte-bf-datepicker .ui-datepicker td a.ui-state-default {
background: none;
border: none;
text-align: center;
font-size: 15px;
color: var(--black-color);
font-weight: 400;
padding: 7px 0;
}
.wpte-bf-datepicker .ui-datepicker td a.ui-state-default:hover {
background: var(--black-color);
color: #fff;
}
.wpte-bf-step-content .ui-state-default, .wpte-bf-step-content .ui-widget-content .ui-state-default, .wpte-bf-step-content .ui-widget-header .ui-state-default, .wpte-bf-step-content .ui-button, html .wpte-bf-step-content .ui-button.ui-state-disabled:hover, html .wpte-bf-step-content .ui-button.ui-state-disabled:active {
border: none;
text-align: center;
background: none;
}
.wpte-bf-step-content .wpte-bf-block-title {
padding: 30px 25px;
font-size: 20px;
font-weight: 500;
line-height: 1.5;
color: rgba(var(--black-color-rgb), 0.8);
}
.wpte-bf-step-content .wpte-bf-traveler-member {
padding: 0 25px;
}
.wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-traveler-block, .wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-es-block {
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
margin-bottom: 25px;
padding-bottom: 25px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-traveler, .wpte-bf-step-content .wpte-bf-es-block .wpte-bf-traveler {
display: flex;
flex: initial;
align-items: center;
position: relative;
padding-right: 20px;
}
.wpte-bf-step-content .wpte-bf-number-field {
width: 82px;
height: 35px;
border-radius: 50px;
border: 1px solid rgba(var(--black-color-rgb), 0.3);
overflow: hidden;
display: flex;
flex: initial;
}
.wpte-bf-step-content .wpte-bf-number-field input[type="text"] {
width: calc(100% - 54px);
padding: 0;
border: none;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
text-align: center;
font-weight: 500;
color: var(--black-color);
font-size: 18px;
height: auto;
border-radius: 0;
background: #fff;
}
.wpte-bf-step-content .wpte-bf-number-field button {
color: #333;
width: 27px;
height: 100%;
background: rgba(var(--black-color-rgb), 0.1);
border: none;
box-shadow: none;
border-radius: 0;
padding: 0;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.wpte-bf-step-content .wpte-bf-number-field button.wpte-bf-minus {
order: -1;
}
.wpte-bf-step-content .wpte-bf-number-field button:hover {
color: var(--primary-color);
}
.wpte-bf-step-content .wpte-bf-number-field button svg {
width: 12px;
height: 16px;
}
.wpte-bf-step-content .wpte-bf-number-field+span {
display: inline-block;
padding-left: 10px;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.5px;
width: calc(100% - 82px);
}
.wpte-bf-step-content .wpte-bf-price {
font-size: 18px;
letter-spacing: 0.5px;
}
.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-price, .wpte-bf-step-content .wpte-bf-es-block .wpte-bf-price {
display: flex;
flex-direction: column;
flex: 1;
align-items: flex-end;
}
.wpte-bf-step-content .wpte-bf-price ins {
background: none;
text-decoration: none;
font-weight: 300;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.wpte-bf-step-content .wpte-bf-price ins b {
font-weight: 600;
padding-left: 5px;
}
.wpte-bf-step-content .wpte-bf-price .wpte-bf-pqty {
display: block;
font-size: 13px;
text-align: right;
color: rgba(var(--black-color-rgb), 0.5);
letter-spacing: 0;
}
.wpte-bf-step-content-wrap .wpte-bf-total-price {
margin-bottom: 30px;
text-align: center;
font-size: 30px;
}
.wpte-bf-step-content-wrap .wpte-bf-total-price>span {
display: inline-block;
vertical-align: middle;
letter-spacing: 0.5px;
}
.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-total-txt {
margin-right: 5px;
font-weight: 200;
}
.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-currency {
font-weight: 300;
}
.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-price-amt {
font-weight: 600;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content {
margin-top: 30px;
padding-left: 25px;
padding-right: 25px;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content table {
margin-top: 0;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content table+table {
margin-top: 15px;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap table caption {
text-align: left;
font-size: 15px;
font-weight: 600;
margin-bottom: 5px;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td {
padding-right: 0;
padding-left: 0;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td:first-child::before {
display: none;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td .wpte-bf-info {
font-size: 12px;
color: rgba(var(--black-color-rgb), 0.6);
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total {
border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
font-weight: 400;
text-align: right;
padding-top: 10px;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total b {
font-weight: 600;
font-size: 16px;
margin-left: 10px;
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap {
padding: 25px 25px 30px 25px;
}
.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn, .wpte-bf-submit input[type="submit"] {
width: 100%;
border-radius: 3px;
font-size: 18px;
cursor: pointer;
}
.wpte-bf-submit input[type="submit"] {
font-size: 20px;
}
.wpte-bf-info-wrap {
position: absolute;
top: 0;
padding-left: 8px;
right: 5px;
}
.wpte-bf-info-wrap .wpte-bf-info-icon {
color: var(--black-color);
background: rgba(var(--black-color-rgb), 0.07);
width: 18px;
height: 18px;
display: flex;
border-radius: 100%;
flex-wrap: wrap;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: help;
}
.wpte-bf-info-wrap .wpte-bf-info-icon svg {
width: 10px;
height: 10px;
}
.wpte-bf-info-wrap .wpte-bf-info-txt {
position: absolute;
bottom: calc(100% + 15px);
right: 0;
background: var(--black-color);
color: #fff;
font-size: 12px;
padding: 10px;
line-height: 1.5;
width: 180px;
border-radius: 3px;
opacity: 0;
visibility: hidden;
transition: all ease 0.35s;
transform: translateX(50%);
}
.wpte-bf-info-wrap .wpte-bf-info-icon:hover+.wpte-bf-info-txt {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.wpte-bf-info-wrap .wpte-bf-info-txt::after {
content: "";
border-top: 4px solid var(--black-color);
border-left: 4px solid transparent;
border-right: 4px solid transparent;
position: absolute;
top: 100%;
right: 0;
left: 0;
width: 0;
height: 0;
margin: auto;
transform: translateX(-100%);
}
.wpte-bf-help-block {
background: rgba(var(--black-color-rgb), 0.05);
padding: 7px 12px;
font-size: 14px;
text-align: center;
}
.wpte-bf-help-block a {
color: var(--primary-color);
text-decoration: underline;
}
.wpte-bf-help-block a:hover {
text-decoration: none;
} .wpte-bf-checkout .wpte-bf-title {
margin-bottom: 30px;
font-size: 24px;
font-weight: 600;
line-height: 1.5;
}
.wpte-bf-checkout .wpte-bf-booking-steps {
margin-top: 0;
box-shadow: none;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap {
background: none;
padding: 0;
text-align: left;
font-size: 17px;
margin-bottom: 60px;
counter-reset: wpte-bf-count;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
position: relative;
counter-increment: wpte-bf-count;
color: rgba(var(--black-color-rgb), 0.3);
padding-left: 40px;
min-height: 30px;
display: flex;
flex-direction: column;
justify-content: center;
cursor: default;
margin-left: 80px;
padding-right: 20px;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child {
margin-left: 0;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:last-child {
padding-right: 0;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active {
font-weight: 500;
color: var(--black-color);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
content: counter(wpte-bf-count);
background: none;
border: 3px solid rgba(var(--primary-color-rgb), 0.1);
width: 30px;
height: 30px;
line-height: 23px;
color: var(--primary-color);
position: absolute;
top: 0;
left: 0;
text-align: center;
border-radius: 100%;
font-weight: 400;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
content: "";
background-color: rgba(var(--primary-color-rgb), 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=\"%23147dfe\" 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>");
background-repeat: no-repeat;
background-position: center;
background-size: 13px;
border-color: transparent;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before {
background: var(--primary-color);
color: #fff;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
content: "";
background: rgba(var(--primary-color-rgb), 0.3);
width: 60px;
height: 3px;
border-radius: 50px;
position: absolute;
top: 50%;
right: calc(100% + 20px);
transform: translateY(-50%);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child::after {
display: none;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::after {
background: var(--primary-color);
}
.wpte-bf-checkout .wpte-bf-step-content-wrap {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.wpte-bf-checkout .wpte-bf-checkout-form {
width: 65%;
padding-right: 5%;
}
.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio {
border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
padding-top: 30px;
margin-top: 60px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-label {
color: rgba(var(--black-color-rgb), 0.8);
font-size: 19px;
width: 100%;
margin-bottom: 25px;
}
.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap {
display: inline-block;
margin-right: 3%;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.5px;
color: rgba(var(--black-color-rgb), 0.75);
position: relative;
}
.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap:last-child {
margin-right: 0;
}
.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap input[type="radio"] {
position: absolute;
top: 5px;
left: 0;
margin: 0;
opacity: 0;
}
.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label {
position: relative;
display: inline-block;
padding-left: 30px;
}
.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label::before {
content: "";
width: 22px;
height: 22px;
border: 2px solid rgba(var(--black-color-rgb), 0.4);
position: absolute;
top: 50%;
left: 0;
border-radius: 100%;
box-shadow: 0 0 0 20px #fff inset;
background: transparent;
transform: translateY(-50%);
transition: all ease 0.35s;
}
.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap input[type="radio"]:checked+label::before {
background: var(--primary-color);
border-color: var(--primary-color);
box-shadow: 0 0 0 4px #fff inset;
}
.wpte-bf-checkout .wpte-bf-card-number {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
border-radius: 4px;
border: 1px solid rgba(var(--black-color-rgb), 0.1);
background: rgba(var(--black-color-rgb), 0.01);
padding: 10px 15px;
font-size: 16px;
text-shadow: none;
box-shadow: none;
height: auto;
min-height: 60px;
}
.wpte-bf-checkout .wpte-bf-card-number input[type="number"] {
border: none;
background: none;
padding: 0 15px 0 0;
width: auto;
max-width: calc(100% - 140px);
display: flex;
flex: 1;
height: auto;
flex-direction: column;
}
.wpte-bf-checkout .wpte-bf-card-number input[type="number"]+img {
max-width: 140px;
}
.wpte-bf-checkout .wpte-bf-half {
display: flex;
flex-wrap: wrap;
margin-left: -1%;
margin-right: -1%;
overflow: hidden;
}
.wpte-bf-checkout .wpte-bf-half .wpte-bf-label {
width: 100%;
margin-bottom: 0;
margin-left: 1%;
margin-right: 1%;
}
.wpte-bf-checkout .wpte-bf-half select {
margin-top: 10px;
margin-right: 1%;
margin-left: 1%;
width: 48%;
}
.wpte-bf-checkout .wpte-bf-password {
max-width: 49%;
}
.wpte-bf-checkout .wpte-bf-password-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
border-radius: 4px;
border: 1px solid rgba(var(--black-color-rgb), 0.1);
background: rgba(var(--black-color-rgb), 0.01);
padding: 10px 15px;
font-size: 16px;
text-shadow: none;
box-shadow: none;
height: auto;
min-height: 60px;
}
.wpte-bf-checkout .wpte-bf-password-wrap input[type="password"], .wpte-bf-checkout .wpte-bf-password-wrap input[type="text"] {
border: none;
background: none;
padding: 0 15px 0 0;
width: calc(100% - 25px);
height: auto;
}
.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp {
padding: 0;
background: none;
border: none;
width: 25px;
height: 25px;
overflow: hidden;
line-height: 25px;
color: rgba(var(--black-color-rgb), 0.35);
cursor: pointer;
position: relative;
}
.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp svg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp svg:last-child {
display: none;
}
.wpte-bf-checkout .wpte-bf-password-wrap.type-changed .wpte-bf-vp svg:first-child {
display: none;
}
.wpte-bf-checkout .wpte-bf-password-wrap.type-changed .wpte-bf-vp svg:last-child {
display: block;
color: rgba(var(--black-color-rgb), 0.7);
}
.wpte-bf-checkout .wpte-bf-book-summary {
width: 35%;
}
.wpte-bf-checkout .wpte-bf-summary-wrap {
padding: 10% 10% 0 10%;
background: rgba(var(--black-color-rgb), 0.01);
border: 1px solid rgba(var(--black-color-rgb), 0.05);
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-title {
font-size: 28px;
font-weight: 300;
color: rgba(var(--black-color-rgb), 0.8);
margin-bottom: 20px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name-wrap {
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
margin-bottom: 30px;
padding-bottom: 20px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name {
font-size: 22px;
font-weight: 500;
color: rgba(var(--black-color-rgb), 0.9);
line-height: 1.3;
margin-bottom: 0;
}
.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-date {
font-size: 16px;
letter-spacing: 0.5px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table {
width: 100%;
margin: 0;
border-collapse: collapse;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf-extra-info-table {
margin-top: 20px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
font-size: 18px;
padding: 10px 0;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
border: none;
font-size: 18px;
padding: 10px 0;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr td:last-child {
text-align: right;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr td b {
font-weight: 500;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr:last-child td {
padding-bottom: 20px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot {
border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
text-align: right;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td {
padding-top: 20px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-total-txt {
font-weight: 500;
font-size: 17px;
display: inline-block;
padding-right: 10px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-currency {
display: inline-block;
font-size: 23px;
letter-spacing: 0.5px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-price-amt {
font-weight: 500;
font-size: 23px;
letter-spacing: 0.5px;
}
.wpte-bf-checkout .wpte-bf-summary-total {
text-align: right;
padding: 2% 10%;
background-color: #f6f6f6;
}
.wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-total-price {
margin-bottom: 0;
line-height: 1.3;
}
.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-txt {
display: inline-block;
padding-right: 20px;
font-size: 17px;
vertical-align: middle;
}
.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-currency {
font-weight: 300;
letter-spacing: 0.5px;
font-size: 26px;
display: inline-block;
vertical-align: middle;
}
.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-price-amt {
font-size: 26px;
font-weight: 600;
letter-spacing: 0.5px;
display: inline-block;
vertical-align: middle;
}
.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-price {
color: #232323;
display: flex;
align-items: center;
justify-content: space-between;
}
.relation-options-title, .personal-options-title {
width: 100%;
display: table;
clear: both;
}
.wp-travel-engine-personal-details:nth-child(2n), .wp-travel-engine-relation-details:nth-child(2n) {
clear: both;
}
.wp-travel-engine-relation-details select, .wp-travel-engine-personal-details select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"rgba%280,0,0,0.5%29\" d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>");
background-repeat: no-repeat;
background-position: calc(100% - 10px) 50%;
background-size: 12px;
padding-right: 30px;
}
#wp-travel-engine-order-form input[type="submit"] {
display: table;
clear: both;
margin-left: 15px;
}
.wpte-bf-animate-toggle {
position: relative;
}
.wpte-bf-animate-toggle .wpte-bf-toggle-content {
position: absolute;
z-index: 2;
top: 100%;
left: 0;
width: 100%;
background: #FFF;
padding-bottom: 10px;
box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.08);
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content {
margin-top: 0;
}
.wte-bf-price-detail .wpte-bf-animate-toggle .wpte-bf-toggle-content {
bottom: 100%;
top: auto;
}
.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-travellers-price-table {
margin-top: 15px !important;
}
.wtebf-toggle-title-active:after {
display: inline-block;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23FFFFFF%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
height: 18px;
width: 18px;
margin-left: 15px;
vertical-align: middle;
margin-top: -3px;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close {
font-size: 0;
height: 18px;
width: 18px;
background: none;
border: none;
padding: 0;
position: absolute;
top: 15px;
right: 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close:hover {
background: none;
}
.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close:after {
display: inline-block;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333333%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
height: 18px;
width: 18px;
margin-left: 0;
vertical-align: middle;
margin-top: -3px;
} @media screen and (min-width: 1025px) and (max-width: 1366px) {
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
margin-left: 60px;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
width: 40px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap {
padding: 40px 20px 0 20px;
}
.wpte-bf-checkout .wpte-bf-summary-total {
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 1024px) {
.wpte-bf-checkout .wpte-bf-step-content-wrap {
flex-direction: column-reverse;
}
.wpte-bf-checkout .wpte-bf-checkout-form {
width: 100%;
padding-right: 0;
}
.wpte-bf-checkout .wpte-bf-book-summary {
position: static;
width: 100%;
margin-bottom: 60px;
}
.wpte-bf-checkout .wpte-bf-summary-wrap {
padding: 50px 60px 0 60px;
}
.wpte-bf-checkout .wpte-bf-summary-total {
padding-left: 60px;
padding-right: 60px;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
font-size: 14px;
padding-left: 0;
padding-right: 5px;
padding-top: 30px;
margin-left: 30px;
min-height: 25px;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
right: 0;
margin: 0 auto;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
width: 20px;
right: calc(100% + 7px);
top: 15px;
transform: none;
}
}
@media screen and (max-width: 640px) {
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap {
margin-bottom: 40px;
font-size: 14px;
align-items: flex-start;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
font-size: 0;
padding-left: 0;
padding-right: 5px;
padding-top: 35px;
margin-left: 35px;
min-height: 22px;
width: 27px;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active {
font-size: 14px;
font-weight: 400;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
right: auto;
margin: 0;
font-size: 14px;
font-weight: 500;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step .wpte-bf-step-inner {
width: 150px;
text-align: center;
transform: translateX(-40%);
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child .wpte-bf-step-inner {
text-align: left;
transform: none;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:last-child .wpte-bf-step-inner {
text-align: right;
transform: translateX(calc((-100%) + 25px));
}
.wpte-bf-checkout .wpte-bf-password {
max-width: 100%;
}
}
@media screen and (max-width: 480px) {
.wpte-bf-booking-steps .wpte-bf-step-wrap {
padding-left: 10px;
padding-right: 10px;
}
.wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-traveler-block, .wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-es-block {
flex-direction: column;
}
.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-traveler, .wpte-bf-step-content .wpte-bf-es-block .wpte-bf-traveler {
margin-bottom: 20px;
}
.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-price, .wpte-bf-step-content .wpte-bf-es-block .wpte-bf-price {
align-items: center;
}
.wpte-bf-info-wrap .wpte-bf-info-txt {
right: -10px;
transform: none;
}
.wpte-bf-info-wrap .wpte-bf-info-txt::after {
left: auto;
right: 8px;
}
.wpte-bf-step-content .wpte-bf-price, .wpte-bf-step-content .wpte-bf-price .wpte-bf-pqty {
text-align: center;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
padding-top: 30px;
margin-left: 30px;
}
.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
width: 22px;
height: 22px;
border-width: 2px;
font-size: 13px;
font-weight: 600;
line-height: 18px;
top: 5px;
}
.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap {
margin-right: 20px;
}
.wpte-bf-checkout .wpte-bf-card-number {
flex-direction: column;
align-items: flex-start;
}
.wpte-bf-checkout .wpte-bf-card-number input[type="number"] {
display: block;
width: 100%;
max-width: 100%;
flex: initial;
padding-right: 0;
}
.wpte-bf-checkout .wpte-bf-card-number img {
margin-top: 15px;
}
.wpte-bf-checkout .wpte-bf-card-number input[type="number"]+img {
max-width: 100%;
}
.wpte-bf-checkout .wpte-bf-half {
margin-left: 0;
margin-right: 0;
flex-direction: column;
}
.wpte-bf-checkout .wpte-bf-half .wpte-bf-label {
margin-left: 0;
margin-right: 0;
}
.wpte-bf-checkout .wpte-bf-half select {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.wpte-bf-checkout .wpte-bf-summary-wrap {
padding: 40px 20px 0 20px;
}
.wpte-bf-checkout .wpte-bf-summary-total {
padding-left: 25px;
padding-right: 25px;
}
} #coupon-response-holder {
margin-top: 17px;
}
.coupon-response-error {
background-color: #FBE7E7;
padding: 11px 15px;
color: #a94442;
border-radius: 5px;
border-radius: 5px;
font-size: 16px;
}
.coupon-response-success {
background-color: #E5F7F3;
padding: 11px 15px;
color: #00AF87;
border-radius: 5px;
font-size: 16px;
}
.wte-coupon-response-reset-coupon {
display: inline-block;
margin-top: 20px;
font-size: 16px;
}
.wte-coupon-response-reset-coupon:hover {
cursor: pointer;
}
span.wp-travel-engine-info-msg {
background: #1eb823;
padding: 10px;
color: white;
font-weight: 800;
}
.wte-coupon-whole-wrap {
background: rgba(216, 216, 216, 0.08);
padding: 30px 100px 30px 30px;
position: relative;
margin-bottom: 50px;
border: 1px solid rgba(var(--black-color-rgb), 0.05);
}
.wte-coupon-whole-wrap .wte-apply-coupon-title {
margin-bottom: 0 !important;
margin-top: 0;
}
.wte-coupon-whole-wrap .wte-apply-coupon-title p {
font-size: 20px;
color: #232323;
font-weight: 600;
margin-bottom: 0;
}
.wte-coupon-whole-wrap .coupon-close-button {
visibility: collapse;
position: absolute;
top: 16px;
right: 14px;
height: 19px;
width: 19px;
}
.wte-coupon-whole-wrap .coupon-close-button:hover {
cursor: pointer;
}
.wte-coupon-whole-wrap .coupon-close-button:after {
visibility: visible;
content: "";
position: absolute;
top: 0;
right: 0;
width: 19px;
height: 19px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23A7A59C%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
}
.wte-coupon-whole-wrap p {
font-size: 18px;
line-height: 1.7778;
color: #232323;
margin-bottom: 15px;
}
.wte-coupon-whole-wrap .coupon {
display: block;
}
.wte-coupon-whole-wrap .coupon:before, .wte-coupon-whole-wrap .coupon:after {
display: table;
content: "";
clear: both;
}
.wte-coupon-whole-wrap .coupon .input-text {
display: inline-block;
float: left;
height: 55px;
line-height: 55px;
padding: 0 17px;
border: 1px solid rgba(35, 35, 35, 0.1);
background: #FFF;
font-size: 16px;
font-weight: 500;
color: #232323;
float: left;
width: calc(100% - 88px);
width: -moz-calc(100% - 88px);
border-radius: 5px 0 0 5px;
}
.wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn {
height: 55px;
width: 88px;
display: inline-block;
line-height: 55px;
padding: 0 20px;
border-radius: 0 5px 5px 0;
font-size: 18px;
text-transform: none;
font-weight: 500;
letter-spacing: normal;
transition: all ease 0.3s;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr.wte-coupons-discount-calculation-tr {
border-bottom: 1px solid #FECD10 !important;
}
.wpte-bf-checkout .wpte-bf-summary-wrap table tr.wte-coupons-discount-calculation-tr:last-of-type {
border: none !important;
}
.wte-coupons-discount-calculation-tr .wte-coupons-discount-calculation-td {
padding: 10px 0 20px !important;
}
.wte-coupons-discount-calculation-tr .wte-coupons-discount-calculation-td .wpte-bf-total-txt {
font-size: 18px !important;
font-weight: normal !important;
color: #232323 !important;
background: #FFF !important;
display: inline-block !important;
padding-right: 10px !important;
position: relative;
}
.wte-coupons-discount-calculation-tr .wte-coupons-discount-calculation-td .wpte-bf-total-txt:after {
content: "";
width: 100%;
top: 50%;
left: 100%;
height: 1px;
border-top: 1px dashed rgba(35, 35, 35, 0.2);
position: absolute;
display: block;
}
.wte-coupons-discount-calculation-tr .wte-coupons-discount-calculation-td span {
font-size: 18px !important;
background: #FFF;
display: inline-block;
position: relative;
}
.wte-coupons-discount-calculation-tr .wte-coupons-discount-calculation-td span.wpte-currency-code {
padding-left: 10px;
}
.wte-coupons-discount-calculation-tr:last-of-type {
border-bottom: none !important;
}
.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td {
text-align: right !important;
}
.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td .wpte-bf-total-txt {
font-size: 20px !important;
color: rgba(35, 35, 35, 0.8) !important;
}
.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td .wpte-bf-total-txt:after {
display: none !important;
}
.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td span.wpte-currency-code {
padding-left: 0;
}
.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td:last-of-type span {
font-size: 24px !important;
} .wpte-trip-feat-img-gallery{
position: relative;
}
.wpte-trip-feat-img-gallery .owl-prev{
position: absolute;
top: 50%;
left: 40px;
width: 60px;
height: 60px;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: 0;
}
.wpte-trip-feat-img-gallery .owl-prev:before{
content: '';
opacity: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 15px;
height: 20px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 192 512%27%3E%3Cpath d=%27M192 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%27/%3E%3C/svg%3E") center center no-repeat;
}
.wpte-trip-feat-img-gallery .owl-next{
position: absolute;
top: 50%;
right: 40px;
width: 60px;
height: 60px;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
transform: translateY(-50%);
z-index: 1;
font-size: 0;
}
.wpte-trip-feat-img-gallery .owl-next:after{
content: '';
opacity: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 15px;
height: 20px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 192 512%27%3E%3Cpath d=%27M0 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%27/%3E%3C/svg%3E") center center no-repeat;
}
.wte-video-gallery-slider {
margin-bottom: 1.5em;
}
.wte-video-gallery-slider .owl-item .owl-video-wrapper {
height: 0;
padding-top: 56.25%;
}
.wte-video-gallery-slider .owl-item .owl-video-tn, 
.wte-video-gallery-slider .owl-item iframe {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
}
.wte-video-gallery-slider .owl-nav button[class*="owl-"] {
position: absolute;
top: 50%;
left: 0;
width: 45px;
height: 45px;
background: rgba(0,0,0,0.5);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 0;
transform: translateY(-50%);
}
.wte-video-gallery-slider .owl-nav button.owl-next {
left: auto;
right: 0;
}
.wte-video-gallery-slider .owl-nav button[class*="owl-"]:hover {
background: rgba(0,0,0,0.75);
}
.wte-video-gallery-slider .owl-nav [class*="owl-"] svg {
width: 20px;
height: 20px;
margin: auto;
color: #fff;
opacity: 0.7;
filter: alpha( opacity=70 );
}
.wte-video-gallery-slider .owl-nav button.owl-prev svg {
position: relative;
left: -2px;
}
.wte-video-gallery-slider .owl-nav [class*="owl-"]:hover svg {
opacity: 1;
filter: alpha( opacity=100 );
}
.wp-travel-engine-vid-gal-popup {
display: block;
margin-bottom: 1.5em;
}
.wp-travel-engine-vid-gal-popup .wte-trip-vidgal-popup-trigger {
display: inline-block;
background: rgba(0, 0, 0, 0.3);
color: #fff;
line-height: 1.3;
padding: 10px 20px 10px 50px;
border-radius: 3px;
position: relative;
text-decoration: none;
}
.wp-travel-engine-vid-gal-popup .wte-trip-vidgal-popup-trigger:hover {
background: rgba(0, 0, 0, 0.5);
}
.wp-travel-engine-vid-gal-popup .wte-trip-vidgal-popup-trigger::before {
content: "";
background-color: #fff;
-webkit-mask-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>");
mask-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"></path></svg>");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: cover;
mask-size: cover;
position: absolute;
top: 10px;
left: 20px;
width: 20px;
height: 20px;
}
.wte-video-gallery-slider.owl-carousel .owl-video-play-icon {
background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%23fff\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zM48 453.5v-395c0-4.6 5.1-7.5 9.1-5.2l334.2 197.5c3.9 2.3 3.9 8 0 10.3L57.1 458.7c-4 2.3-9.1-.6-9.1-5.2z\"></path></svg>");
background-color: rgba(0,0,0,0.5);
background-repeat: no-repeat;
background-size: 45%;
background-position: center;
border-radius: 100%;
width: 50px;
height: 50px;
top: 0;
left: 0;
margin: auto;
right: 0;
bottom: 0;
}
@media only screen and (max-width: 767px){
.wpte-trip-feat-img-gallery .owl-prev{
width: 40px;
height: 40px;
left: 10px;
}
.wpte-trip-feat-img-gallery .owl-next{
width: 40px;
height: 40px;
right: 10px;
}
}
  * {
box-sizing: border-box;
}
.place-order-form-primary-wrapper {
margin-bottom: 15px;
}
p:empty {
display: none;
} #tabs-container {
margin-top: 30px;
}
#tabs-container .tab-inner-wrapper:after {
content: "";
display: block;
clear: both;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper {
float: left;
border: 1px solid #ccc;
background: #e5e5e5;
border-bottom: 1px solid #e5e5e5;
margin-right: 6px;
margin-bottom: 6px; }
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title {
font-size: 1em;
font-weight: normal;
margin: 0;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title:before,
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title:after {
display: none;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
display: block;
padding: 5px 10px;
color: #636363;
text-decoration: none;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:focus,
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:hover {
outline: none;
text-decoration: none;
}
#tabs-container .tab-inner-wrapper .nav-tab-active {
border-bottom: 1px solid #fff;
background: #fff;
position: relative;
z-index: 5;
}
#tabs-container .tab-content {
background: #fff;
padding: 20px;
border: 1px solid #ccc;
margin-top: -7px;
position: relative;
z-index: 1;
} .trip-content-area .widget-area .secondary-trip-info {
margin: 0 0 30px;
}
.trip-content-area .widget-area .trip-price .price-holder {
padding: 0;  position: relative;
border: 1px solid #e1e2e3;
border-radius: 5px;
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder { padding: 30px 20px 20px;
border-bottom: 1px solid #e1e2e3;
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice {
position: absolute;
top: 0;
right: 0;
font-size: 70%;
padding: 10px 10px 10px 45px;
text-align: center;
line-height: 1.25em;
background: #000;
color: #fff;
box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5); }
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice:before {
position: absolute;
top: 7px;
left: 12px;
width: 25px;
height: 25px;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 640 512%27%3E%3Cpath d=%27M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z%27/%3E%3C/svg%3E") center center no-repeat;
}
.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .price-from {
font-size: 16px;
}
.trip-content-area .widget-area .trip-price .price-holder .prev-price strike {
font-size: 18px;
}
.trip-content-area .widget-area .trip-price .price-holder .prev-price,
.trip-content-area .widget-area .trip-price .price-holder .price {
display: block;
margin: 0 0 3px;
}
.trip-content-area .widget-area .trip-price .price-holder .group-discount-check {
padding: 10px 20px;
border-bottom: 1px solid #e1e2e3;
font-size: 16px;
}
.trip-content-area .widget-area .trip-price .price-holder .group-discount-check svg {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.trip-content-area .widget-area .trip-price .price-holder form input[type="number"],
.trip-content-area .widget-area .trip-price .price-holder form .total-amt {
margin: 0 0 20px;
}
.trip-content-area .widget-area .trip-price .price-holder form input[type="number"] {
width: 100%;
}
.trip-content-area .widget-area .trip-price .price-holder form .check-availability,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit {
margin: 0;
padding: 10px;
font-size: 16px;
line-height: 20px;
border: 1px solid #000;
background: #000;
color: #fff;
border-radius: 0 0 5px 5px;
width: 100%;
transition: linear 0.2s;
}
.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 {
background: #3baf84;
border-color: #3baf84;
}
.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper {
margin: 0;
padding: 10px 20px;
border-bottom: 1px solid #e1e2e3;
border-radius: 0;
}
.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper input[type="text"] {
border: 0;
padding: 5px 10px;
width: 100%;
}
.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input {
padding: 10px 20px;
border-bottom: 1px solid #e1e2e3;
}
.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input label {
font-size: 16px;
}
.wpte-expand-extra-service {
padding: 10px 20px;
border-bottom: 1px solid #e1e2e3;
}
.trip-content-area .widget-area .trip-price .price-holder .wpte-expand-extra-service:after {
top: 12px;
right: 20px;
}
.wpte-expand-extra-service .scroll-down h5 {
margin: 0;
}
.wpte-expand-extra-service .extra-service-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 20px 0 0;
}
.wpte-expand-extra-service .extra-service-wrap .extra-service-info-holder {
flex-basis: 0;
flex-grow: 1;
padding-right: 10px;
font-size: 16px;
}
.wpte-expand-extra-service .extra-service-wrap .input-holder {
width: 100px;
display: flex;
flex-wrap: wrap;
border: 1px solid #e1e2e3;
}
.wpte-expand-extra-service .extra-service-wrap .input-holder .less-no,
.wpte-expand-extra-service .extra-service-wrap .input-holder .more-no {
width: 30px; background: #f2f2f2;
display: flex;
align-items: center;
justify-content: center;
}
.wpte-expand-extra-service .extra-service-wrap .input-holder input[type="text"] {
width: 38px;
border: 1px solid #e1e2e3;
text-align: center;
padding: 0;
}
.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 {
padding: 10px 20px;
font-size: 16px;
border-bottom: 1px solid #e1e2e3;
}
.trip-content-area .widget-area .trip-price .price-holder form .total-amt {
text-align: center;
margin: 0;
padding: 10px 20px;
}
.wp-travel-engine-billing-details,
.wp-travel-engine-relation-details-wrapper {
margin-bottom: 30px;
}
.wp-travel-engine-billing-details-wrapper,
.wp-travel-engine-personal-details-inner-wrapper,
.wp-travel-engine-relation-details-inner-wrapper {
margin: 0 -10px;
overflow: hidden;
}
.wp-travel-engine-billing-details-field-wrap,
.wp-travel-engine-personal-details,
.wp-travel-engine-relation-details {
width: 50%;
float: left;
padding: 0 10px;
margin-bottom: 18px;
min-height: 74px;
}
.relation-options-title,
.personal-options-title,
.personal-options-title {
font-weight: bold;
font-size: 18px;
line-height: 22px;
margin-bottom: 17px;
background: #eeeeee;
padding: 10px 14px;
border-radius: 2px;
}
.place-order-form-primary-wrapper input,
.place-order-form-primary-wrapper select {
width: 100%;
min-height: 34px;
padding: 4px 10px !important;
border: 1px solid #ccc;
border-radius: 2px;
} .place-order-form-secondary-wrapper {
margin-bottom: 30px;
}
.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column {
float: left;
margin-right: 15px;
width: 25%;
}
.place-order-form-secondary-wrapper .wp-travel-engine-order-right-column,
.wp-travel-engine-order-form-wrapper {
overflow: hidden;
}
.place-order-form-secondary-wrapper .trip-title {
margin-bottom: 8px;
font-size: 17px;
line-height: 20px;
}
.place-order-form-secondary-wrapper .trip-property {
margin: 0;
padding: 0;
}
.place-order-form-secondary-wrapper .trip-property li {
list-style: none;
font-size: 14px;
line-height: 22px;
}
.place-order-form-secondary-wrapper .trip-property li span {
display: inline-block;
width: 30%;
margin-right: 5px;
}
.wp-travel-engine-order-form-wrapper {
overflow: hidden;
background: none;
padding: 30px 30px 15px;
border: 1px solid #ccc;
border-radius: 5px 5px 0 0;
}
.wp-travel-engine-order-form-wrapper .trip-title {
margin-bottom: 12px !important;
}
.secondary-inner-wrapper {
overflow: hidden;
margin-bottom: 30px;
background: #ccc;
padding: 10px 0;
}
#primary .page .entry-content .secondary-inner-wrapper table,
#primary .page .entry-content .secondary-inner-wrapper table td {
border: 0;
}
#primary .page .entry-content .secondary-inner-wrapper table th {
background: none;
}
.secondary-inner-wrapper table {
margin-bottom: 0;
}
.secondary-inner-wrapper .person-price-table {
text-align: center;
}
.hidden-price {
display: none;
}
.date-time-wrapper {
position: relative;
background: #fff;
display: none;
border-radius: 5px;
margin-top: 10px;
}
.date-time-wrapper:after {
position: absolute;
top: 30px;
right: 17px;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M400 64h-48V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v56H128V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v56H48C21.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-48zM138.7 480H48c-8.8 0-16-7.2-16-16v-58.7h106.7V480zm0-106.7H32v-74.7h106.7v74.7zM32 266.7V192h106.7v74.7H32zM277.3 480H170.7v-74.7h106.7V480zm0-106.7H170.7v-74.7h106.7v74.7zM170.7 266.7V192h106.7v74.7H170.7zM416 464c0 8.8-7.2 16-16 16h-90.7v-74.7H416V464zm0-90.7H309.3v-74.7H416v74.7zm0-106.6H309.3V192H416v74.7zm0-106.7H32v-48c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v48z%27/%3E%3C/svg%3E") center center no-repeat;
width: 15px;
height: 20px;
}
.price-fixed {
top: 0;
position: fixed;
z-index: 50;
display: block;
width: 328px !important;
}
.open.side-btn,
.close.side-btn {
position: fixed;
top: 74%;
display: block;
background: red;
left: 70%;
}
#open-example1,
#close-example1 {
display: none;
}
.trip-content-area .secondary-trip-info.side-trip-price {
margin-top: 0;
}
.disabled {
cursor: not-allowed;
pointer-events: none;
}
.disabled:hover {
cursor: not-allowed;
} .ui-datepicker {
max-width: 244px;
}
.ui-datepicker table {
font-size: 12px !important;
line-height: 15px;
text-align: center;
}
.ui-datepicker .ui-datepicker-title {
font-size: 12px !important;
line-height: 15px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
height: 24px !important;
}
.wp-travel-engine-archive-outer-wrap:after {
display: block;
content: "";
clear: both;
}
.archive .wp-travel-engine-archive-wrap {
margin-bottom: 40px;
}
.wp-travel-engine-archive-outer-wrap .child-title {
font-weight: 400;
font-size: 1em;
}
.wp-travel-engine-archive-outer-wrap .child-title a {
color: #212121;
}
.wp-travel-engine-archive-outer-wrap .child-title a:hover {
text-decoration: none;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
width: 33.3333%;
padding: 0 15px;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder {
margin: 0 0 20px;
position: relative;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder img {
vertical-align: top;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .trip-post-thumbnail {
display: block;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .price-holder {
position: absolute;
left: 0;
bottom: 20px;
background: #fff;
padding: 5px 10px;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount {
position: absolute;
right: 0;
top: 20px;
background: #fff;
padding: 5px 10px 5px 30px;
cursor: pointer;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount:before {
position: absolute;
width: 15px;
height: 20px;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z%27/%3E%3C/svg%3E") center center no-repeat;
top: 50%;
left: 6px;
transform: translateY(-50%);
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount .tooltip {
position: absolute;
top: 50%;
left: -210px;
width: 200px;
background: #000;
color: #fff;
border-radius: 5px;
padding: 5px 10px;
font-size: 65%;
opacity: 0;
visibility: hidden;
transform: translate(-10px, -50%);
transition: ease 0.2s;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount:hover .tooltip {
opacity: 1;
visibility: visible;
transform: translate(0, -50%);
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount .tooltip:after {
position: absolute;
top: 50%;
right: -5px;
content: "";
width: 0;
height: 0;
border-top: 5px solid transparent;
border-left: 5px solid #000;
border-bottom: 5px solid transparent;
transform: translateY(-50%);
}
.wp-travel-engine-archive-wrap .title {
font-size: 20px;
line-height: 1.65em;
font-weight: 700;
margin: 0 0 1.65em;
}
.wp-travel-engine-archive-wrap .title a {
color: #212121;
}
.wp-travel-engine-archive-wrap .title a:hover,
.wp-travel-engine-archive-wrap .title a:focus {
text-decoration: underline;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .meta-info {
margin: 0 0 10px;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .fsd-title {
margin: 0 0 10px;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list {
margin: 0;
padding: 0;
list-style: none;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list li {
margin: 0 0 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list li svg {
margin-right: 5px;
}
.wp-travel-engine-archive-wrap .trip_price,
.wp-travel-engine-archive-wrap .trip_duration {
display: block;
margin-bottom: 10px;
color: #0d0d0d;
}
.wp-travel-engine-archive-wrap .trip_price strike span {
color: #0d0d0d !important;
font-size: 15px;
line-height: 18px;
}
#wp-travel-engine-order-form input {
padding: 12px 20px;
}
.place-order-form-primary-wrapper input,
.place-order-form-primary-wrapper select {
padding: 12px 10px !important;
border-radius: 3px;
height: 50px;
}
.trip-content .related-posts {
margin-top: 40px;
}
.trip-content .related-posts .post .entry-title {
text-align: center;
margin-top: -8px;
}
.trip-content .related-posts .post {
margin-bottom: 30px;
}
.trip-content .related-posts .post .entry-meta {
position: relative;
top: -31px;
color: #fff;
display: inline-block;
font-size: 15px;
line-height: 18px;
}
.trip-content .related-posts .post .entry-meta span {
background: #0c83b8;
padding: 7px 14px;
}
.wp-travel-engine-relation-details input,
.wp-travel-engine-personal-details input {
padding: 12px 10px;
width: 100%;
height: 53px;
}
.wp-travel-engine-relation-details select,
.wp-travel-engine-personal-details select {
width: 100%;
padding: 12px 10px;
}
.relation-options-title,
.personal-options-title,
.personal-options-title {
padding: 20px 14px;
}
#wp-travel-engine-order-form input[type="submit"] {
margin-top: 20px;
}
#wp-travel-engine-order-form label {
display: inline-block;
margin-bottom: 6px;
margin-right: 5px;
}
#primary #wp-travel-engine-order-form {
margin-bottom: 30px;
font-size: 16px;
line-height: 20px;
width: 100%;
height: auto;
border: 0;
}
#primary #wp-travel-engine-order-form table tr {
background: none;
} .entry-content .thank-you-container {
margin-top: 30px;
}
#primary .entry-content .thank-you-container h3 {
margin-bottom: 12px !important;
}
.entry-content .thank-you-container table tr:nth-child(2n + 1) {
background: #f9f9f9;
}
.entry-content .thank-you-container table tr:first-child {
border-bottom: 0;
}
.entry-content .thank-you-container table th {
padding: 16px 30px;
background: #f3f3f3;
color: #212121;
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
.entry-content .thank-you-container table td {
padding: 16px 30px;
text-align: center;
font-size: 15px;
line-height: 26px;
color: #212121;
}
.trip-entry-content ul {
margin: 0;
padding: 0;
}
.trip-entry-content ul li {
list-style: none;
}
#CDSWIDSSP {
width: 100% !important;
}
.wp-travel-engine-archive-outer-wrap .child-title a:hover {
color: #f7921f;
}
.payment-gateway-options {
display: none;
}
.tab_container {
display: none;
}
#price-loading {
position: absolute;
text-align: center;
font-size: 50px;
color: #000;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
}
#price-loading-outer {
display: table-row;
}
#price-loading-inner {
display: table-cell;
vertical-align: middle;
}
#price-loading-wrap {
display: table;
width: 100%;
height: 100%;
}
#price-loader {
font-size: 100px;
vertical-align: middle;
text-align: center;
position: absolute;
top: 39%;
background: #fff;
opacity: 0.8;
width: 100%;
height: 100%;
}
.itinerary-row {
list-style: none;
border: 1px solid #ccc;
background: #fff;
margin: 5px;
position: relative;
}
span.day-count {
display: inline-block;
position: absolute;
left: 9%;
top: 7px;
color: #555;
}
.itinerary-content label {
width: 115px;
float: left;
font-weight: 500;
padding: 5px 0;
}
.faq-row {
list-style: none;
border: 1px solid #ccc;
background: #fff;
margin: 5px;
position: relative;
}
span.faq-count {
display: inline-block;
position: absolute;
left: 9%;
top: 7px;
color: #555;
}
.faq-content label {
width: 115px;
float: left;
font-weight: 500;
padding: 5px 0;
}
.faq-content {
padding: 5px 5px 5px 15px;
}
.faq-title {
width: 500px;
}
span.dashicons.custom-toggle-tabs.rotator {
transform: rotateX(180deg);
} .trip-facts-value {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -15px;
}
.trip-facts-value li {
display: flex;
flex-direction: row;
flex-basis: 0;
flex-grow: 1;
padding: 0 15px;
margin: 0 0 20px;
max-width: 100%;
min-width: 230px;
}
.trip-facts-value li:after {
content: "";
display: block;
clear: both;
}
.trip-facts-value li svg {
align-items: flex-start;
margin-right: 15px;
font-size: 30px;
max-width: 30px;
}
.trip-facts-value li .trip-facts-text {
align-items: flex-start;
flex: 1 0 0;
} .itinerary .title {
float: left;
margin-right: 15px;
}
.itinerary .itinerary-content {
overflow: hidden;
}
.itinerary .itinerary-content .title {
float: none;
display: block;
font-weight: 700;
margin: 0 0 10px;
} #include-result {
margin: 0 0 30px;
padding: 0;
list-style: none;
}
#include-result li {
margin: 0 0 10px;
padding-left: 20px;
position: relative;
}
#include-result li:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 15px;
height: 20px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2343a32d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z%27/%3E%3C/svg%3E") center center no-repeat;
}
#exclude-result {
margin: 0 0 30px;
padding: 0;
list-style: none;
}
#exclude-result li {
margin: 0 0 10px;
padding-left: 20px;
position: relative;
}
#exclude-result li:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 15px;
height: 20px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23d80808%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
} .faq .faq-row .accordion-tabs-toggle {
display: block;
border: 1px solid #ccc;
position: relative;
padding: 5px 30px;
text-decoration: none;
}
.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs {
position: absolute;
top: 5px;
left: 5px;
width: 20px;
height: 20px;
font-size: 0;
}
.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs:before {
position: absolute;
top: 3px;
left: 11px;
width: 2px;
height: 12px;
background: #000;
content: "";
}
.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs.open:before {
display: none;
}
.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs:after {
position: absolute;
top: 8px;
left: 6px;
height: 2px;
width: 12px;
background: #000;
content: "";
}
.faq .faq-row .faq-content {
padding: 5px 30px;
}
.faq .expand-all-faq {
display: inline-block;
margin: 0 0 15px;
text-decoration: none;
}
.faq .expand-all-faq svg {
font-size: 20px;
margin-right: 10px;
} .page-template-template-destination .destination-holder {
display: -ms-flexbox;
flex: 1;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 40px;
margin-left: -15px;
margin-right: -15px;
}
.page-template-template-destination .destination-holder .item {
width: 33.333%;
padding: 0 15px;
margin: 0 0 30px;
}
.archive .trip-content-area .grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 50px;
}
.archive .trip-content-area .grid .col {
width: 33.333%;
padding: 0 15px;
margin: 0 0 30px;
}
.archive .trip-content-area .grid .col .img-holder a {
display: block;
}
.archive .trip-content-area .grid .col .group-discount {
display: block;
}
.archive .trip-content-area .grid .col .review-wrap {
background: none;
padding: 0;
}
.archive .trip-content-area .grid .col .review-wrap .average-rating {
border: 0;
}
.archive .trip-content-area .grid .col .next-trip-info .next-departure-list {
margin: 0;
padding: 0;
list-style: none;
}
.review-wrap .average-rating .aggregate-rating .rating-star {
display: none;
} .page-template-template-activities .activities-holder,
.page-template-template-trip_types .trip_types-holder {
margin-top: 40px;
flex: 1;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item {
width: 33.333%;
padding: 0 15px;
margin: 0 0 30px;
}
.page-template-template-activities .activities-holder .item .img-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder {
position: relative;
overflow: hidden;
}
.page-template-template-activities .activities-holder .item .img-holder img,
.page-template-template-trip_types .trip_types-holder .item .img-holder img {
vertical-align: top;
}
.page-template-template-activities .activities-holder .item .img-holder:hover .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .title-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus .title-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus-within .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus-within .title-holder {
opacity: 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 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 10px;
opacity: 0;
transition: ease 0.2s;
}
.page-template-template-activities .activities-holder .item .img-holder .text-holder .title,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder .title {
font-size: 1.25em;
}
.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus .text-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus-within .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus-within .text-holder {
opacity: 1;
}
.archive .trip-content-area .grid .btn-loadmore,
.archive .trip-content-area .grid .load-destination {
text-align: center;
width: 100%;
}
.archive .trip-content-area .grid .btn-loadmore span,
.archive .trip-content-area .grid .load-destination 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: "Montserrat", sans-serif;
background: #ffaf46;
border: 2px solid #ffaf46;
padding: 10px 40px;
border-radius: 5px;
cursor: pointer;
transition: ease 0.2s;
}
.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .load-destination span:hover,
.archive .trip-content-area .grid .btn-loadmore span:focus,
.archive .trip-content-area .grid .load-destination span:focus {
background: none;
color: #ffaf46;
}
.payment-options-holder {
margin-bottom: 20px;
}
select#wte_payment_options {
margin-bottom: 30px;
}
#wp-travel-engine-order-form+.error {
display: none;
background-color: #f2dede;
border: 1px solid #a94442;
padding: 5px 10px;
color: #a94442;
border-radius: 5px;
}
.successful {
display: none;
color: #32b67a;
background: #dcf5de;
padding: 5px 10px;
border-radius: 5px;
border: 1px solid #32b67a;
}
.place-order-form-primary-wrapper {
position: relative;
}
#primary #wp-travel-engine-order-form {
position: relative;
}
#price-loader {
font-size: 100px;
vertical-align: middle;
text-align: center;
position: absolute;
top: 0;
background: #fff;
opacity: 0.8;
width: 100%;
height: 100%;
z-index: 1;
}
#price-loader table,
#price-loader table-row,
#price-loader table-cell {
width: 100%;
height: 100%;
vertical-align: middle;
}
#price-loader .fa {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .trip-content-area {
max-width: 1320px;
width: 100%;
padding: 0 15px;
margin: 0 auto;
}
.row {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.row:after {
display: block;
clear: both;
content: "";
}
.single-trip #primary {
width: 66.67%;
padding: 0 15px;
margin: 0;
}
.single-trip #secondary {
width: 33.33%;
padding: 0 15px;
} .single-trip #wte_enquiry_contact_form {
background: #f6f6f6;
border-radius: 5px;
padding: 30px;
display: flex;
align-items: flex-start;
flex-direction: row;
flex-wrap: wrap;
margin-top: 50px;
margin-left: -10px;
margin-right: -10px;
}
.single-trip #wte_enquiry_contact_form .row-repeater {
width: 50%;
padding: 0 10px;
margin: 0 0 20px;
}
.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%;
padding: 0 10px;
}
.single-trip #wte_enquiry_contact_form h2 {
font-size: 22px;
line-height: 1.272em;
font-weight: 500;
color: #111;
margin: 0 0 0;
}
.single-trip #wte_enquiry_contact_form label {
display: none;
}
.single-trip #wte_enquiry_contact_form .wpte-bf-radio-wrap:before,
.single-trip #wte_enquiry_contact_form .wpte-bf-radio-wrap:after {
display: table;
clear: both;
content: "";
}
.single-trip #wte_enquiry_contact_form .wpte-bf-radio-wrap label {
display: inline-block;
}
.single-trip #wte_enquiry_contact_form .wpte-bf-radio-wrap input[type="radio"] {
float: left;
margin-right: 10px;
}
.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 .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;
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: 350px;
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%;
font-size: 20px !important;
line-height: 1.3em !important;
font-weight: 600;
margin: 0;
padding: 20px 40px;
}
.place-order-form-secondary-wrapper .trip-property li {
font-size: 15px;
margin: 0 0 15px;
}
.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 span {
width: 35%;
}
.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: 18px;
line-height: 1.444em;
font-weight: 500;
color: #666;
}
.relation-options-title,
.personal-options-title,
#primary .page .entry-content .payment-method h3 {
font-size: 22px;
line-height: 1.272em;
font-weight: 500;
color: #111;
margin: 0 0 35px;
background: #f6f6f6;
border-radius: 5px;
padding: 20px 14px;
}
.relation-options-title:after,
.personal-options-title:after {
display: none;
}
.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: 15px 10px;
}
.secondary-inner-wrapper {
padding: 0;
background: none;
border: 1px solid #e5e5e5;
border-radius: 0 0 5px 5px;
margin-top: -1px;
}
.secondary-inner-wrapper table thead {
background: none !important;
}
.trip-content-area .wp-travel-engine-archive-repeater-wrap {
margin: 0 -15px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.single-trip .trip-content-area .widget-area .trip-price .price-holder form .book-submit {
display: none;
}
.trip-content-area .grid .col .img-holder {
position: relative;
margin: 0 0 20px;
}
.trip-content-area .grid .col .img-holder .price-holder {
position: absolute;
left: 0;
bottom: 20px;
background: #fff;
padding: 5px 10px;
}
.trip-content-area .grid .col .img-holder .group-discount {
position: absolute;
right: 0;
top: 20px;
background: #fff;
padding: 5px 10px 5px 30px;
cursor: pointer;
}
.trip-content-area .grid .col .img-holder .group-discount:before {
position: absolute;
width: 15px;
height: 20px;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z%27/%3E%3C/svg%3E") center center no-repeat;
top: 50%;
left: 6px;
transform: translateY(-50%);
}
.trip-content-area .grid .col .img-holder .group-discount .tooltip {
position: absolute;
top: 50%;
left: -210px;
width: 200px;
background: #000;
color: #fff;
border-radius: 5px;
padding: 5px 10px;
font-size: 65%;
opacity: 0;
visibility: hidden;
transform: translate(-10px, -50%);
transition: ease 0.2s;
}
.trip-content-area .grid .col .img-holder .group-discount:hover .tooltip,
.trip-content-area .grid .col .img-holder .group-discount:focus .tooltip {
opacity: 1;
visibility: visible;
transform: translate(0, -50%);
}
.trip-content-area .grid .col .img-holder .group-discount .tooltip:after {
position: absolute;
top: 50%;
right: -5px;
content: "";
width: 0;
height: 0;
border-top: 5px solid transparent;
border-left: 5px solid #000;
border-bottom: 5px solid transparent;
transform: translateY(-50%);
}
.trip-content-area .grid .col .img-holder img {
vertical-align: top;
}
.trip-content-area .grid .col .text-holder .title {
font-size: 20px;
line-height: 1.65em;
font-weight: 700;
margin: 0 0 1.65em;
}
.trip-content-area .grid .col .text-holder .title a {
color: #121212;
}
.trip-content-area .grid .col .text-holder .title a:hover,
.trip-content-area .grid .col .text-holder .title a:focus {
text-decoration: underline;
}
.trip-content-area .grid .col .text-holder .meta-info {
margin: 0 0 10px;
}
.trip-content-area .grid .col .text-holder .next-trip-info .fsd-title {
margin: 0 0 10px;
}
.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list {
margin: 0;
padding: 0;
list-style: none;
}
.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list li {
margin: 0 0 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list li svg {
margin-right: 5px;
}
.detail-container {
max-width: 550px;
border-top: 1px solid #000;
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
padding: 20px 0;
}
.detail-item {
padding: 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: flex;
flex-wrap: wrap;
}
.detail-item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.detail-item .item-label {
width: 50%;
}
.detail-item .value {
width: 50%;
}
.detail-item .value strong,
.detail-item .value span {
display: block;
margin: 0 0 5px;
}
.rating-form .review-title-rating .comment-form-wte-trip-review-rating {
margin-bottom: 20px;
}
.rating-form .wte-trip-review-rating {
margin-bottom: 10px;
}
.rating-form .comment-rating-field-message.error {
display: block;
width: 100%;
clear: both;
color: #ec0e0e;
}
input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="range"].error,
input[type="date"].error,
input[type="month"].error,
input[type="week"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="color"].error,
textarea.error {
border: 1px solid #e82a2a;
}
input.error+.error,
select.error+.error,
textarea.error+.error,
.single-trip .rating-form p label.error {
color: #ec0e0e;
}
.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input {
display: none;
} .category-main-wrap * {
box-sizing: border-box;
}
.category-main-wrap {
display: flex;
flex-wrap: wrap;
}
.category-trips-single {
width: 100%;
padding: 5px 22.5px;
margin-bottom: 40px;
font-size: 18px;
}
.category-trips-single .category-trips-single-inner-wrap {
position: relative;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig {
display: block;
position: relative;
margin: 0;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig img {
vertical-align: top;
width: 100%;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
position: absolute;
top: 10px;
left: 10px;
width: 30px;
height: 30px;
background: rgba(35, 35, 35, 0.4);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 2px solid #fff;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon:hover {
cursor: pointer;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon:hover+.pop-trip-grpavil-txt {
visibility: visible;
opacity: 1;
transform: translateY(0);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt {
position: absolute;
top: 0;
left: 0;
margin-top: -39px;
display: inline-block;
padding: 9px 15px;
line-height: 1;
font-size: 0.944em;
border-radius: 5px;
color: rgba(35, 35, 35, 0.4);
background: #fff;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
opacity: 0;
visibility: hidden;
transform: translateY(-5px);
transition: all ease 0.3s;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt:after {
position: absolute;
z-index: 1;
content: "";
top: 100%;
left: 17px;
margin-top: -1px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 9px 0 9px;
border-color: #fff transparent transparent transparent;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt:before {
position: absolute;
z-index: 2;
content: "";
top: 100%;
left: 17px;
margin-top: -1px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 9px 0 9px;
border-color: #fff transparent transparent transparent;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-disc-feat-wrap {
position: absolute;
top: 10px;
right: 0;
margin-right: -6px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount {
display: block;
line-height: 1;
background: #fecd10;
padding: 3px 10px 5px;
border-radius: 4px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer {
font-size: 14px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer span {
font-size: 16px;
font-weight: 500;
}
.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon:before,
.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon:after {
display: table;
clear: both;
content: "";
}
.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:after {
position: absolute;
right: 100%;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 11px 7px;
border-color: transparent transparent #f57f01 transparent;
}
.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow {
position: absolute;
top: 100%;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 6px 0 0;
border-color: #9a1e12 transparent transparent transparent;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap {
display: block;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
display: block;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i {
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg {
fill: rgba(0, 0, 0, 0.9);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span {
font-size: 1em;
font-weight: 600;
color: rgba(35, 35, 35, 0.7);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a {
color: rgba(35, 35, 35, 0.7);
text-decoration: none;
transition: all ease 0.3s;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover {
text-decoration: none;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i {
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg {
fill: rgba(0, 0, 0, 0.9);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur span {
font-size: 1em;
font-weight: 600;
color: rgba(35, 35, 35, 0.7);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review {
display: flex;
align-items: center;
margin-top: 22px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review .rating-rev {
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review .category-trip-reviewcount {
font-size: 1em;
display: inline-block;
line-height: 1;
vertical-align: middle;
margin-left: 10px;
color: rgba(35, 35, 35, 0.5);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
display: block;
margin-top: 1.15em;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc p {
font-size: 16px;
line-height: 1.889em;
margin-bottom: 0;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
display: block;
margin-top: 10px;
padding-top: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
display: block;
font-size: 0.778em;
font-weight: 500;
font-style: italic;
line-height: 1;
margin-bottom: 10px;
margin-top: 5px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months {
display: block;
margin: 0;
padding: 0;
list-style: none;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li {
display: inline-block;
font-size: 0.722em;
margin: 0 3px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li:first-child {
margin-left: 0;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li:last-child {
margin-right: 0;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a {
color: #232323;
text-decoration: none;
transition: all ease 0.3s;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a:hover {
text-decoration: none;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a.disabled {
color: rgba(35, 35, 35, 0.3);
text-decoration: line-through;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a.disabled:hover {
cursor: not-allowed;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
display: inline-block;
padding: 8px 16px 9px;
letter-spacing: normal;
text-transform: none;
font-size: 14px;
line-height: 1;
font-weight: 500;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.09);
transition: all ease 0.3s;
}
.category-trips-single .category-trips-single-inner-wrap .next-trip-info {
display: block;
margin-top: 5px;
}
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .fsd-title {
font-size: 18px;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list {
margin: 0 !important;
padding: 0;
list-style: none;
}
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li {
font-size: 16px;
position: relative;
overflow: hidden;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 0;
padding: 0 !important;
margin-bottom: 10px;
}
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:after {
display: none;
}
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left {
position: relative;
z-index: 1;
background: #fff;
padding-right: 10px;
padding-left: 1px;
}
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
height: 15px;
width: 15px;
margin-right: 5px;
display: inline-block;
}
#primary .post .entry-content .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:before,
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:before {
content: "";
position: absolute;
top: 50%;
left: 0;
background: none;
transform: translateY(-50%);
margin-top: -1px;
margin-left: 10px;
white-space: nowrap;
width: 100%;
height: 2px;
border-bottom: 1px dotted #b6b6b6;
z-index: 0;
}
.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .right {
position: relative;
background: #fff;
z-index: 1;
padding-left: 10px;
padding-right: 1px;
}
.category-main-wrap.category-grid {
margin: 0 -22.5px;
}
.category-main-wrap.category-grid.col-1 .category-trips-single {
width: 100%;
}
.category-main-wrap.category-grid.col-2 .category-trips-single {
width: 50%;
}
.category-main-wrap.category-grid.col-3 .category-trips-single {
width: 33.33%;
}
.category-main-wrap.category-grid.col-4 .category-trips-single {
width: 25%;
}
.category-main-wrap.category-grid .category-trip-viewmre-btn {
margin-top: 1em;
margin-bottom: 10px;
}
.category-main-wrap.category-grid .category-trip-viewmre-btn:hover {
box-shadow: none !important;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap {
display: block;
padding: 0 35px;
margin-top: -23px;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget {
position: relative;
display: inline-block;
background: #fff;
border-radius: 5px;
padding: 8px 20px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder {
display: block;
line-height: 1;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .striked-price {
font-size: 18px;
font-weight: 500;
text-decoration: line-through;
color: rgba(35, 35, 35, 0.4);
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price {
font-size: 23px;
color: rgba(35, 35, 35, 0.75);
font-weight: 700;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
display: block;
font-size: 22px;
line-height: 1.85;
font-weight: 600;
margin: 20px 0 0;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a {
color: #232323;
text-decoration: none;
transition: all ease 0.3s;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
text-decoration: none;
}
.category-list .category-trips-single {
padding: 0;
}
.category-list .category-trips-single:last-of-type {
margin-bottom: 0;
}
.category-list .category-trips-single-inner-wrap {
display: flex;
flex-wrap: wrap;
padding: 45px 40px 25px;
position: relative;
overflow: hidden;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
-ms-order: 1;
order: 1;
display: flex;
flex-wrap: wrap;
flex-flow: row;
width: 100%;
align-items: center;
margin-bottom: 1.65em;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
display: inline-block;
font-size: 22px;
font-weight: 500;
line-height: 1.25;
font-weight: 600;
margin: 0;
-ms-order: 1;
order: 1;
flex: 2;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a {
color: #232323;
text-decoration: none;
transition: all ease 0.3s;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover {
text-decoration: none;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget {
-ms-order: 2;
order: 2;
display: inline-block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding-left: 20px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span {
display: inline-block;
text-align: right;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
font-size: 20px;
font-weight: 600;
color: rgba(35, 35, 35, 0.4);
display: block;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price span {
text-decoration: line-through;
} span.wpte-currency-code {
margin-right: 2px;
}
.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.actual-price {
font-size: 28px;
font-weight: 700;
color: #232323;
display: block;
text-align: right;
}
.category-list .category-trips-single-inner-wrap .category-trip-desc {
padding-bottom: 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.category-list .category-trips-single-inner-wrap .category-trip-fig {
display: inline-block;
}
.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap {
display: inline-block;
}
.category-list .category-trips-single-inner-wrap .category-trip-aval-time {
width: 100%;
margin-top: 1em;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
display: inline-block;
margin: 0;
}
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months {
display: inline-block;
margin-left: 10px;
}
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li {
margin: 0 5px;
}
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
display: inline-block;
}
.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover {
box-shadow: none !important;
}
.category-list .category-trips-single-inner-wrap .category-feat-ribbon {
position: absolute;
top: 0;
left: 0;
right: auto;
display: inline-block;
transform: rotate(-45deg) translateZ(0);
margin-left: -10px;
margin-top: 58px;
letter-spacing: 0.5px;
text-align: center;
transform-origin: left;
}
.category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
display: block;
width: 110px;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
}
.category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:before,
.category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:after {
display: none;
}
.category-list .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow {
display: none;
}
.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
font-size: 16px;
font-weight: 400;
line-height: 2.0625;
} .wp-travel-toolbar {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
width: 100%; padding: 35px 0;
margin-bottom: 0;
}
.wp-travel-toolbar .wte-view-modes {
display: inline-block;
padding-right: 20px;
line-height: 1;
}
.wp-travel-toolbar .wte-view-modes span {
display: inline-block;
vertical-align: middle;
font-size: 16px;
font-weight: 400;
color: rgba(35, 35, 35, 0.7);
margin-right: 3px;
}
.wp-travel-toolbar .wte-view-modes ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-flex;
vertical-align: middle;
flex-direction: row-reverse;
}
.wp-travel-toolbar .wte-view-modes ul li {
display: inline-block;
margin: 0 5px;
}
.wp-travel-toolbar .wte-view-modes ul li a {
color: rgba(35, 35, 35, 0.15);
}
.wp-travel-toolbar .wte-view-modes ul li.active a {
color: #232323;
}
.wp-travel-toolbar .wte-filterby-dropdown {
padding-left: 20px; display: inline-block;
line-height: 1;
position: relative;
}
.wp-travel-toolbar .wte-filterby-dropdown:before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
height: 26px;
width: 1px;
background: rgba(112, 112, 112, 0.2);
}
.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering span {
display: inline-block;
vertical-align: middle;
font-size: 16px;
font-weight: 400;
color: rgba(35, 35, 35, 0.7);
}
.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select {
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid rgba(35, 35, 35, 0.1);
color: rgba(35, 35, 35, 0.7);
border-radius: 4px;
font-size: 16px;
font-weight: 600;
padding: 13px 40px 13px 15px;
line-height: 1;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
background-color: #fff;
background-size: 12px;
background-position: center right 15px;
}
.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select:focus {
box-shadow: none;
outline: none;
} .widget_wte_featured_trips_widget .category-trips-widget {
display: block;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} .widget_wte_featured_trips_widget .category-trips-widget-inner-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.widget_wte_featured_trips_widget .category-trip-fig {
width: 42%;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
margin-bottom: 0;
border-radius: 4px;
position: relative;
margin: 0;
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon {
position: absolute;
top: 5px;
left: 5px;
width: 21px;
height: 21px;
background: #999999;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon svg {
height: 11px;
width: 13px;
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt {
position: absolute;
top: 0;
left: 0;
margin-top: -31px;
display: inline-block;
padding: 6px 12px;
line-height: 1;
font-size: 14px;
white-space: nowrap;
border-radius: 5px;
color: #0d0d0d;
background: #fff; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
opacity: 0;
visibility: hidden;
transform: translateY(-5px);
transition: all ease 0.3s;
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt:before {
position: absolute;
z-index: 2;
content: "";
top: 100%;
left: 7px;
margin-top: -1px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 9px 0 9px;
border-color: rgba(0, 185, 139, 0.05) transparent transparent transparent;
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt:after {
position: absolute;
z-index: 1;
content: "";
top: 100%;
left: 7px;
margin-top: -1px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 9px 0 9px;
border-color: #fff transparent transparent transparent;
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon:hover {
cursor: pointer;
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon:hover+.pop-trip-grpavil-txt {
visibility: visible;
opacity: 1;
transform: translateY(0);
}
.widget_wte_featured_trips_widget .category-trip-fig img {
vertical-align: top;
border-radius: 4px 4px 0 0;
-o-object-fit: cover;
object-fit: cover;
}
.widget_wte_featured_trips_widget .category-trip-detail-wrap {
width: 58%;
padding-left: 18px;
}
.widget_wte_featured_trips_widget .category-trip-budget {
padding: 3px 10px;
}
.widget_wte_featured_trips_widget .category-trip-budget .striked-price {
font-size: 15px;
color: rgba(13, 13, 13, 0.7);
text-decoration: line-through;
font-weight: 600;
}
.widget_wte_featured_trips_widget .category-trip-budget .actual-price {
font-size: 18px;
color: #0d0d0d;
font-weight: 600;
}
.widget_wte_featured_trips_widget .category-disc-feat-wrap {
display: block;
margin-bottom: 5px;
}
.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer {
display: inline-block;
padding: 2px 7px;
background: rgba(13, 13, 13, 0.1);
color: #0d0d0d;
border-radius: 3px;
font-size: 11px;
line-height: 1;
}
.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer span {
font-size: 15px;
font-weight: 500;
}
.widget_wte_featured_trips_widget .category-trip-title {
font-size: 18px;
display: block;
line-height: 1.667;
font-weight: 600;
margin-bottom: 5px;
}
.widget_wte_featured_trips_widget .category-trip-title a {
color: #0d0d0d;
transition: all ease 0.3s;
}
.widget_wte_featured_trips_widget .category-trip-title a:hover,
.widget_wte_featured_trips_widget .category-trip-title a:focus {
color: #000;
text-decoration: none;
}
.widget_wte_featured_trips_widget .category-trip-desti {
display: block;
font-size: 16px;
}
.widget_wte_featured_trips_widget .category-trip-desti span i {
color: #0d0d0d;
}
.widget_wte_featured_trips_widget .category-trip-desti span svg {
height: 13px;
}
.widget_wte_featured_trips_widget .category-trip-desti span a {
color: rgba(13, 13, 13, 0.7);
font-weight: 600;
transition: all ease 0.3s;
}
.widget_wte_featured_trips_widget .category-trip-desti span a:hover {
color: #0d0d0d;
text-decoration: none;
}
.widget_wte_featured_trips_widget .category-trip-desti .category-trip-loc {
margin-right: 15px;
display: inline-block;
}
.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur {
display: inline-block;
}
.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur span {
color: rgba(13, 13, 13, 0.7);
font-weight: 600;
}
.widget_wte_featured_trips_widget .category-trip-review {
display: block;
margin-top: 5px;
}
.widget_wte_featured_trips_widget .category-trip-review .rating-rev .agg-rating.jq-ry-container {
padding: 0;
}
.widget_wte_featured_trips_widget .category-trip-review .rating-rev .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
height: 14px;
width: 14px;
}
.widget_wte_featured_trips_widget .category-trip-review .category-trip-reviewcount {
display: none;
}
.agg-rating.jq-ry-container {
width: auto !important;
} .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group>svg {
fill: grey;
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group>svg {
fill: #f39c12;
}
.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info,
.category-list .category-trips-single-inner-wrap .next-trip-info {
padding: 0;
margin: 0;
border: none;
}
.category-list .category-trips-single-inner-wrap .next-trip-info {
padding-right: 50px;
flex: 2;
}
.category-list .category-trips-single-inner-wrap .next-trip-info .fsd-title,
.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .fsd-title {
font-size: 16px;
font-weight: 600;
text-align: left;
display: block;
margin-bottom: 10px;
} #toast-container>div {
text-align: center;
box-shadow: none;
border-radius: 0;
margin: 0;
background: #00ce66;
padding: 10px;
opacity: 1;
}
#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
width: 100%;
}
#toast-container>div.toast-success {
background-image: none !important;
}
#toast-container>div div {
display: table;
margin: 0 auto;
}
#toast-container .toast-message {
font-size: 18px;
line-height: 1.5;
position: relative;
min-height: 45px;
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-left: 55px;
letter-spacing: 0.3px;
}
#toast-container .toast-message::before {
content: "";
width: 33px;
height: 33px;
background-color: #fff;
background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%2300CE66\" d=\"M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z\"></path></svg>");
background-repeat: no-repeat;
background-position: center;
background-size: 18px;
position: absolute;
top: 50%;
left: 0;
border-radius: 100%;
box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.23);
transform: translateY(-45%);
}
#toast-container>.toast-error {
background-image: none !important;
background-color: #fe623d;
}
#toast-container>.toast-error .toast-message::before {
background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%23FE623D\" d=\"M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z\"></path></svg>");
background-size: 14px;
}
#toast-container>.toast-warning {
background-image: none !important;
background-color: #ffb702;
}
#toast-container>.toast-warning .toast-message::before {
background-image: url("data:image/svg+xml; utf-8, <svg version=\"1.1\" id=\"Capa_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 301.691 301.691\" xml:space=\"preserve\" fill=\"%23FFB702\"><polygon points=\"119.151,0 129.6,218.406 172.06,218.406 182.54,0\"></polygon><rect x=\"130.563\" y=\"261.168\" width=\"40.525\" height=\"40.523\"></rect></svg>");
}
.wpte-active-payment-method {
display: block;
width: 100%;
}
.wpte-checkout-payment-info {
display: block;
width: 100%;
background: #fafafa;
padding: 15px;
margin-top: 15px;
} @media only screen and (max-width: 1199px) {
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
font-size: 16px;
}
}
@media only screen and (max-width: 1024px) {
.trip-content-area {
max-width: 720px;
}
.single-trip #primary {
width: 100%;
padding: 0 15px;
margin: 0 0 60px;
float: none;
}
.single-trip #secondary {
width: 100%;
}
.page-template-template-destination .destination-holder .item {
width: 33.3333%;
}
.archive .trip-content-area .grid .col {
width: 50%;
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
width: 50%;
}
.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item {
width: 50%;
}
.single-trip .widget-area .wte_enquiry_contact_form-wrap {
margin-bottom: 60px;
}
.single-trip .widget-area #wte_enquiry_contact_form {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.wp-travel-engine-billing-details-field-wrap,
.wp-travel-engine-personal-details,
.wp-travel-engine-relation-details {
width: 100%;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper {
width: 100%;
margin-right: 0;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
position: relative;
}
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:after {
position: absolute;
top: 7px;
right: 10px;
content: "";
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M31.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%27/%3E%3C/svg%3E") center center no-repeat;
width: 15px;
height: 20px;
transition: linear 0.2s;
}
#tabs-container .tab-inner-wrapper .nav-tab-active a:after {
transform: rotate(180deg);
}
.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
width: 100%;
margin: 0 0 50px;
}
.page-template-template-destination .destination-holder .item {
width: 50%;
}
.archive .trip-content-area .grid .col {
width: 100%;
}
.archive .trip-content-area .wp-travel-inner-wrapper .grid .col .img-holder img {
width: 100%;
}
.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item {
width: 100%;
}
.single-trip #wte_enquiry_contact_form .row-repeater {
width: 100%;
}
.faq .faq-row .accordion-tabs-toggle {
padding-right: 40px;
}
.faq-title {
width: 100%;
}
.category-main-wrap.category-grid.col-3 .category-trips-single,
.category-main-wrap.category-grid.col-4 .category-trips-single {
width: 50%;
padding: 5px 0;
}
.category-list .category-trips-single-inner-wrap .next-trip-info {
width: 100%;
display: block;
padding: 0;
flex: unset;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 600px) {
.page-template-template-destination .destination-holder .item {
width: 100%;
}
.page-template-template-destination .destination-holder .item img {
width: 100%;
}
.category-main-wrap.category-grid.col-2 .category-trips-single,
.category-main-wrap.category-grid.col-3 .category-trips-single,
.category-main-wrap.category-grid.col-4 .category-trips-single {
width: 100%;
padding: 5px 0;
}
.category-main-wrap.category-grid {
margin: 0;
}
}  .page-template-template-destination .destination-holder .tour-count,
.page-template-template-destination .activities-holder .tour-count,
.page-template-template-destination .trip_types-holder .tour-count,
.page-template-template-activities .destination-holder .tour-count,
.page-template-template-activities .activities-holder .tour-count,
.page-template-template-activities .trip_types-holder .tour-count,
.page-template-template-trip_types .destination-holder .tour-count,
.page-template-template-trip_types .activities-holder .tour-count,
.page-template-template-trip_types .trip_types-holder .tour-count {
font-size: 14px;
}
@media (min-width: 1025px) {
.page-template-template-destination .destination-holder .item,
.page-template-template-destination .activities-holder .item,
.page-template-template-destination .trip_types-holder .item,
.page-template-template-activities .destination-holder .item,
.page-template-template-activities .activities-holder .item,
.page-template-template-activities .trip_types-holder .item,
.page-template-template-trip_types .destination-holder .item,
.page-template-template-trip_types .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item {
margin-bottom: 68px;
}
}
.page-template-template-destination .destination-holder .item .title-holder,
.page-template-template-destination .activities-holder .item .title-holder,
.page-template-template-destination .trip_types-holder .item .title-holder,
.page-template-template-activities .destination-holder .item .title-holder,
.page-template-template-activities .activities-holder .item .title-holder,
.page-template-template-activities .trip_types-holder .item .title-holder,
.page-template-template-trip_types .destination-holder .item .title-holder,
.page-template-template-trip_types .activities-holder .item .title-holder,
.page-template-template-trip_types .trip_types-holder .item .title-holder {
font-size: 22px;
font-weight: 500;
margin-top: 24px;
position: static;
padding: 0;
}
.page-template-template-destination .destination-holder .item .img-holder,
.page-template-template-destination .activities-holder .item .img-holder,
.page-template-template-destination .trip_types-holder .item .img-holder,
.page-template-template-activities .destination-holder .item .img-holder,
.page-template-template-activities .activities-holder .item .img-holder,
.page-template-template-activities .trip_types-holder .item .img-holder,
.page-template-template-trip_types .destination-holder .item .img-holder,
.page-template-template-trip_types .activities-holder .item .img-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder {
display: block;
border-radius: 4px;
overflow: hidden;
position: relative;
padding-top: 90%;
}
.page-template-template-destination .destination-holder .item .img-holder img,
.page-template-template-destination .activities-holder .item .img-holder img,
.page-template-template-destination .trip_types-holder .item .img-holder img,
.page-template-template-activities .destination-holder .item .img-holder img,
.page-template-template-activities .activities-holder .item .img-holder img,
.page-template-template-activities .trip_types-holder .item .img-holder img,
.page-template-template-trip_types .destination-holder .item .img-holder img,
.page-template-template-trip_types .activities-holder .item .img-holder img,
.page-template-template-trip_types .trip_types-holder .item .img-holder img {
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
transition: all .3s ease;
}
.page-template-template-destination .destination-holder .item .img-holder .text-holder,
.page-template-template-destination .activities-holder .item .img-holder .text-holder,
.page-template-template-destination .trip_types-holder .item .img-holder .text-holder,
.page-template-template-activities .destination-holder .item .img-holder .text-holder,
.page-template-template-activities .activities-holder .item .img-holder .text-holder,
.page-template-template-activities .trip_types-holder .item .img-holder .text-holder,
.page-template-template-trip_types .destination-holder .item .img-holder .text-holder,
.page-template-template-trip_types .activities-holder .item .img-holder .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(33, 131, 223, 0.8);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: all .3s linear;
transition-delay: .3s;
visibility: hidden;
opacity: 0;
font-size: 16px;
padding: 30px;
text-align: center;
}
.page-template-template-destination .destination-holder .item .img-holder .text-holder a,
.page-template-template-destination .activities-holder .item .img-holder .text-holder a,
.page-template-template-destination .trip_types-holder .item .img-holder .text-holder a,
.page-template-template-activities .destination-holder .item .img-holder .text-holder a,
.page-template-template-activities .activities-holder .item .img-holder .text-holder a,
.page-template-template-activities .trip_types-holder .item .img-holder .text-holder a,
.page-template-template-trip_types .destination-holder .item .img-holder .text-holder a,
.page-template-template-trip_types .activities-holder .item .img-holder .text-holder a,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder a {
text-decoration: none;
}
.page-template-template-destination .destination-holder .item .img-holder .sub-destination,
.page-template-template-destination .activities-holder .item .img-holder .sub-destination,
.page-template-template-destination .trip_types-holder .item .img-holder .sub-destination,
.page-template-template-activities .destination-holder .item .img-holder .sub-destination,
.page-template-template-activities .activities-holder .item .img-holder .sub-destination,
.page-template-template-activities .trip_types-holder .item .img-holder .sub-destination,
.page-template-template-trip_types .destination-holder .item .img-holder .sub-destination,
.page-template-template-trip_types .activities-holder .item .img-holder .sub-destination,
.page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 24px;
}
.page-template-template-destination .destination-holder .item .img-holder .sub-destination a,
.page-template-template-destination .activities-holder .item .img-holder .sub-destination a,
.page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a,
.page-template-template-activities .destination-holder .item .img-holder .sub-destination a,
.page-template-template-activities .activities-holder .item .img-holder .sub-destination a,
.page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a,
.page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a,
.page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a,
.page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a {
display: block;
text-decoration: none;
font-size: 16px;
line-height: 1.25;
margin-bottom: 8px;
color: #fff;
transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
transform: translateY(30px);
visibility: hidden;
opacity: 0;
transition-delay: .3s;
}
.page-template-template-destination .destination-holder .item .img-holder .sub-destination a:nth-child(2),
.page-template-template-destination .activities-holder .item .img-holder .sub-destination a:nth-child(2),
.page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a:nth-child(2),
.page-template-template-activities .destination-holder .item .img-holder .sub-destination a:nth-child(2),
.page-template-template-activities .activities-holder .item .img-holder .sub-destination a:nth-child(2),
.page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a:nth-child(2),
.page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a:nth-child(2),
.page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a:nth-child(2),
.page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a:nth-child(2) {
transition-delay: .2s;
}
.page-template-template-destination .destination-holder .item .img-holder .sub-destination a:nth-child(3),
.page-template-template-destination .activities-holder .item .img-holder .sub-destination a:nth-child(3),
.page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a:nth-child(3),
.page-template-template-activities .destination-holder .item .img-holder .sub-destination a:nth-child(3),
.page-template-template-activities .activities-holder .item .img-holder .sub-destination a:nth-child(3),
.page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a:nth-child(3),
.page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a:nth-child(3),
.page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a:nth-child(3),
.page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a:nth-child(3) {
transition-delay: .1s;
}
.page-template-template-destination .destination-holder .item .img-holder .button,
.page-template-template-destination .activities-holder .item .img-holder .button,
.page-template-template-destination .trip_types-holder .item .img-holder .button,
.page-template-template-activities .destination-holder .item .img-holder .button,
.page-template-template-activities .activities-holder .item .img-holder .button,
.page-template-template-activities .trip_types-holder .item .img-holder .button,
.page-template-template-trip_types .destination-holder .item .img-holder .button,
.page-template-template-trip_types .activities-holder .item .img-holder .button,
.page-template-template-trip_types .trip_types-holder .item .img-holder .button {
font-size: 16px;
padding: 10px 30px;
border: 1px solid #fff;
color: #fff;
border-radius: 4px;
background: none;
font-weight: 500;
transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
transform: translateY(30px);
visibility: hidden;
opacity: 0;
}
.page-template-template-destination .destination-holder .item .img-holder .button:hover,
.page-template-template-destination .activities-holder .item .img-holder .button:hover,
.page-template-template-destination .trip_types-holder .item .img-holder .button:hover,
.page-template-template-activities .destination-holder .item .img-holder .button:hover,
.page-template-template-activities .activities-holder .item .img-holder .button:hover,
.page-template-template-activities .trip_types-holder .item .img-holder .button:hover,
.page-template-template-trip_types .destination-holder .item .img-holder .button:hover,
.page-template-template-trip_types .activities-holder .item .img-holder .button:hover,
.page-template-template-trip_types .trip_types-holder .item .img-holder .button:hover {
transition-delay: 0s;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .text-holder,
.page-template-template-destination .activities-holder .item .img-holder:hover .text-holder,
.page-template-template-destination .trip_types-holder .item .img-holder:hover .text-holder,
.page-template-template-activities .destination-holder .item .img-holder:hover .text-holder,
.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder,
.page-template-template-activities .trip_types-holder .item .img-holder:hover .text-holder,
.page-template-template-trip_types .destination-holder .item .img-holder:hover .text-holder,
.page-template-template-trip_types .activities-holder .item .img-holder:hover .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder {
transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
visibility: visible;
opacity: 1;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a,
.page-template-template-destination .activities-holder .item .img-holder:hover .sub-destination a,
.page-template-template-destination .trip_types-holder .item .img-holder:hover .sub-destination a,
.page-template-template-activities .destination-holder .item .img-holder:hover .sub-destination a,
.page-template-template-activities .activities-holder .item .img-holder:hover .sub-destination a,
.page-template-template-activities .trip_types-holder .item .img-holder:hover .sub-destination a,
.page-template-template-trip_types .destination-holder .item .img-holder:hover .sub-destination a,
.page-template-template-trip_types .activities-holder .item .img-holder:hover .sub-destination a,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .sub-destination a {
transform: translateY(0px);
visibility: visible;
opacity: 1;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .button,
.page-template-template-destination .activities-holder .item .img-holder:hover .button,
.page-template-template-destination .trip_types-holder .item .img-holder:hover .button,
.page-template-template-activities .destination-holder .item .img-holder:hover .button,
.page-template-template-activities .activities-holder .item .img-holder:hover .button,
.page-template-template-activities .trip_types-holder .item .img-holder:hover .button,
.page-template-template-trip_types .destination-holder .item .img-holder:hover .button,
.page-template-template-trip_types .activities-holder .item .img-holder:hover .button,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .button {
transform: translateY(0px);
visibility: visible;
opacity: 1;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .button:hover,
.page-template-template-destination .activities-holder .item .img-holder:hover .button:hover,
.page-template-template-destination .trip_types-holder .item .img-holder:hover .button:hover,
.page-template-template-activities .destination-holder .item .img-holder:hover .button:hover,
.page-template-template-activities .activities-holder .item .img-holder:hover .button:hover,
.page-template-template-activities .trip_types-holder .item .img-holder:hover .button:hover,
.page-template-template-trip_types .destination-holder .item .img-holder:hover .button:hover,
.page-template-template-trip_types .activities-holder .item .img-holder:hover .button:hover,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .button:hover {
transition-delay: 0s;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .text-holder {
transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
transition-delay: 0s;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a {
transition-delay: .1s;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a:nth-child(2) {
transition-delay: .2s;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a:nth-child(3) {
transition-delay: .3s;
}
.page-template-template-destination .destination-holder .item .img-holder:hover .button {
transition-delay: .4s;
}
.page-template-template-activities .activities-holder .item:hover .img-holder img,
.page-template-template-activities .trip_types-holder .item:hover .img-holder img,
.page-template-template-trip_types .activities-holder .item:hover .img-holder img,
.page-template-template-trip_types .trip_types-holder .item:hover .img-holder img {
transform: scale(1.3);
}
:root .wpte-lrf-wrap {
--black-color: #000000;
--black-color-rgb: 0, 0, 0;
--white-color: #ffffff;
--white-color-rgb: 255, 255, 255;
}
.wpte-lrf-wrap:not(.wpte-dashboard) {
max-width: 570px;
margin: 60px auto;
}
.wpte-lrf-wrap *::before, .wpte-lrf-wrap *::after, .wpte-lrf-wrap * {
box-sizing: border-box;
}
.wpte-lrf-wrap a {
transition: all ease 0.35s;
}
.wpte-lrf-wrap img {
max-width: 100%;
vertical-align: top;
width: auto;
height: auto;
}
.wpte-lrf-top {
border-radius: 5px;
box-shadow: 0 2px 2px rgba(var(--black-color-rgb), 0.1);
background: var(--white-color);
padding: 60px 40px;
}
.wpte-lrf-head {
margin-bottom: 40px;
text-align: center;
}
.wpte-lrf-desc {
font-size: 20px;
line-height: 1.7;
letter-spacing: 0.15px;
margin-top: 30px;
}
.wpte-lrf-desc p {
margin-top: 20px;
margin-bottom: 0;
}
.wpte-lrf-additional-option {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 -15px;
}
.wpte-lrf-additional-option>div {
width: 50%;
text-align: center;
font-size: 17px;
font-family: sans-serif;
padding: 10px;
}
.wpte-lrf-additional-option a {
background: #3B5998;
color: var(--white-color);
border: 1px solid #304A7E;
border-radius: 5px;
text-decoration: none;
display: block;
text-align: left;
}
.wpte-lrf-additional-option .wpte-lrf-google a {
background: #DD4B39;
border-color: #B83E30;
}
.wpte-lrf-additional-option a:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}
.wpte-lrf-additional-option a:active {
box-shadow: 0 0 5px 5px rgba(var(--black-color-rgb), 0.05) inset;
opacity: 1;
filter: alpha(opacity=100);
}
.wpte-lrf-additional-option a svg {
font-size: 24px;
min-width: 40px;
height: 40px;
border-right: 1px solid #304a7e;
padding: 10px;
vertical-align: middle;
}
.wpte-lrf-additional-option .wpte-lrf-google a svg {
border-right-color: #B83E30;
}
.wpte-lrf-additional-option a span {
display: inline-block;
min-width: calc(100% - 45px);
min-height: 40px;
vertical-align: middle;
line-height: 30px;
padding: 5px 10px;
}
.wpte-lrf-additional-option>.wpte-lrf-seperator {
width: 100%;
color: rgba(var(--black-color-rgb), 0.4);
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.1px;
padding-top: 0;
padding-bottom: 0;
margin-top: 30px;
position: relative;
z-index: 1;
}
.wpte-login .wpte-lrf-additional-option>.wpte-lrf-seperator {
margin-bottom: 15px;
}
.wpte-lrf-additional-option>.wpte-lrf-seperator::before {
content: "";
background: rgba(var(--black-color-rgb), 0.1);
height: 1px;
position: absolute;
top: 50%;
left: 15px;
right: 15px;
margin: 0 auto;
z-index: -1;
}
.wpte-lrf-additional-option>.wpte-lrf-seperator span {
background: var(--white-color);
display: inline-block;
padding: 0 15px;
}
.wpte-lrf {
margin-top: 30px;
}
.wpte-lrf-field {
margin-top: 10px;
}
.wpte-lrf-field input[type="text"], .wpte-lrf-field input[type="number"], .wpte-lrf-field input[type="tel"], .wpte-lrf-field input[type="email"], .wpte-lrf-field input[type="password"] {
height: 50px;
background: rgba(var(--black-color-rgb), 0.01);
border: 1px solid rgba(var(--black-color-rgb), 0.08);
border-radius: 5px;
padding: 10px 15px;
font-size: 16px;
letter-spacing: 0.1px;
width: 100%;
}
.wpte-lrf-field input[type="text"]:focus, .wpte-lrf-field input[type="email"]:focus, .wpte-lrf-field input[type="password"]:focus {
background: none;
}
.wpte-lrf-field.lrf-submit {
margin-top: 20px;
}
.lrf-submit input[type="submit"] {
width: 100%;
height: 50px;
border-radius: 5px;
border: none;
font-size: 18px;
letter-spacing: 0.1px;
cursor: pointer;
transition: all ease 0.35s;
}
.lrf-submit input[type="submit"]:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}
.lrf-submit input[type="submit"]:active {
box-shadow: 0 0 5px 5px rgba(var(--black-color-rgb), 0.05) inset;
opacity: 1;
filter: alpha(opacity=100);
}
.wpte-lrf-footer {
font-size: 16px;
margin-top: 20px;
text-align: center;
padding-right: 30px;
padding-left: 30px;
line-height: 1.5;
}
.wpte-lrf-bottom {
border-radius: 5px;
box-shadow: 0 2px 2px rgba(var(--black-color-rgb), 0.1);
background: var(--white-color);
padding: 15px 40px;
text-align: center;
font-size: 18px;
margin-top: 20px;
line-height: 1.7;
letter-spacing: 0.2px;
}
.wpte-login .wpte-lrf-footer a {
color: var(--black-color);
letter-spacing: 0.1px;
}
.lrf-disabled {
opacity: 0.4;
filter: alpha(opacity=100);
pointer-events: none;
} .wpte-dashboard .wpte-lrf-head {
margin-bottom: 0;
background: var(--white-color);
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 20px 30px;
}
.wpte-dashboard .wpte-lrf-userprogile {
display: flex;
flex: initial;
max-width: 250px;
flex-direction: column;
position: relative;
}
.wpte-dashboard .wpte-lrf-userprogile>a {
display: flex;
flex-wrap: wrap;
align-items: center;
text-decoration: none;
}
.wpte-dashboard .wpte-lrf-userprogile img {
width: 35px;
height: 35px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 3px;
margin-right: 10px;
}
.wpte-dashboard .wpte-lrf-userprogile b {
font-weight: 500;
letter-spacing: 0.1px;
padding-right: 10px;
color: initial;
}
.wpte-dashboard .wpte-lrf-userprogile>a>svg {
width: 8px;
height: 15px;
transition: all ease 0.35s;
}
.wpte-dashboard .wpte-lrf-userprogile.active>a svg {
transform: rotate(180deg);
}
.wpte-lrf-userprogile .lrf-userprofile-popup {
display: none;
position: absolute;
z-index: 1;
top: calc(100% + 10px);
left: 0;
width: 100%;
background: var(--white-color);
box-shadow: 0 -3px 34px rgba(var(--black-color-rgb), 0.07);
padding: 20px;
font-size: 16px;
}
.wpte-lrf-userprogile .lrf-userprofile-popup::before {
content: "";
border-bottom: 8px solid var(--white-color);
border-left: 8px solid transparent;
border-right: 8px solid transparent;
position: absolute;
top: -8px;
right: 20px;
}
.wpte-lrf-userprogile .lrf-userprofile-popup .lrf-userprofile-logout {
background: rgba(var(--black-color-rgb), 0.05);
display: inline-block;
padding: 10px 20px;
white-space: nowrap;
}
.wpte-lrf-userprogile .lrf-userprofile-popup .lrf-userprofile-logout {
background: rgba(var(--black-color-rgb), 0.05);
display: flex;
padding: 10px 20px;
justify-content: center;
align-items: center;
flex-wrap: wrap;
text-decoration: none;
}
.wpte-lrf-userprogile .lrf-userprofile-popup svg {
margin-right: 7px;
}
.wpte-dashboard .wpte-lrf-head .wpte-lrf-logo {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
padding-left: 30px;
}
.wpte-dashboard .wpte-lrf-content-area {
display: flex;
flex-wrap: wrap;
background: rgba(var(--black-color-rgb), 0.02);
}
.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
padding-top: 6%;
width: 250px;
background: var(--white-color);
display: flex;
flex-direction: column;
}
.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab {
display: block;
text-decoration: none !important;
padding: 15px 30px 15px 60px;
color: rgba(var(--black-color-rgb), 0.7);
letter-spacing: 0.05px;
font-size: 16px;
position: relative;
margin-bottom: 10px;
}
.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab:hover {
font-weight: 600;
}
.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab.active {
font-weight: 600;
background: var(--black-color);
color: var(--white-color);
}
.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab::before {
content: "";
width: 11px;
height: 11px;
background: rgba(var(--black-color-rgb), 0.35);
position: relative; display: inline-block;
margin-right: 15px;
border-radius: 100%;
box-shadow: 0 0 0 3px rgba(var(--black-color-rgb), 0.2);
}
.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab.active::before {
background: var(--white-color);
box-shadow: 0 0 0 3px rgba(var(--white-color-rgb), 0.2);
}
.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
width: calc(100% - 250px);
padding: 6% 4%;
}
.wpte-dashboard .wpte-lrf-main .wpte-lrf-tab-content:not(.active) {
display: none;
}
.wpte-dashboard .wpte-lrf-header {
max-width: 700px;
margin-bottom: 40px;
}
.wpte-dashboard .wpte-lrf-title {
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
font-size: 24px;
letter-spacing: 0.05px;
line-height: 1.5;
}
.wpte-dashboard .lrf-dashboard-content .wpte-lrf-title {
font-style: italic;
}
.wpte-dashboard .wpte-lrf-description {
font-size: 18px;
line-height: 1.65;
margin-top: 15px;
letter-spacing: 0.15px;
font-weight: normal;
}
.wpte-dashboard .wpte-lrf-description p {
margin-top: 0;
margin-bottom: 20px;
}
.wpte-dashboard .wpte-lrf-description p:last-child {
margin-bottom: 0;
}
.lrf-dashboard-content .wpte-lrf-block-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-left: -2%;
margin-right: -2%;
}
.wpte-lrf-block {
background: var(--white-color);
border-radius: 10px;
box-shadow: 0 4px 34px rgba(var(--black-color-rgb), 0.02);
padding: 4%;
}
.lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
width: 29.33%;
}
.wpte-lrf-block .wpte-lrf-block-title {
font-size: 19px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.05px;
}
.wpte-lrf-block .wpte-lrf-block-desc {
font-size: 16px;
letter-spacing: 0.15px;
margin-top: 15px;
-ms-word-break: break-all;
word-break: break-all;
}
.wpte-lrf-block .wpte-lrf-btn-wrap {
border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
margin-top: 20px;
padding-top: 30px;
}
.wpte-lrf-btn-transparent {
display: inline-block;
text-decoration: none;
border: 1px solid rgba(var(--black-color-rgb), 0.2);
border-radius: 4px;
color: var(--black-color);
padding: 12px 15px;
font-size: 14px;
letter-spacing: 0.5px;
}
.wpte-lrf-btn-transparent:hover {
background: var(--black-color);
color: var(--white-color);
}
.wpte-dashboard .wpte-lrf-edit {
display: inline-flex;
text-decoration: none;
color: initial;
font-size: 14px;
letter-spacing: 0.15px;
flex-wrap: wrap;
align-items: center;
}
.wpte-dashboard .wpte-lrf-edit:hover {
color: var(--black-color);
}
.wpte-dashboard .wpte-lrf-edit svg {
width: 25px;
height: 25px;
border: 1px solid rgba(var(--black-color-rgb), 0.1);
border-radius: 100%;
padding: 7px;
color: var(--black-color);
margin-left: 10px;
transition: all ease 0.35s;
}
.wpte-dashboard .wpte-lrf-edit:hover svg {
background: var(--black-color);
color: var(--white-color);
}
.wpte-lrf-btn-link {
display: inline-block;
text-decoration: none;
font-size: 14px;
letter-spacing: 0.15px;
color: var(--black-color);
}
.wpte-dashboard .wpte-lrf-edit+.wpte-lrf-btn-link {
padding-left: 20px;
}
.wpte-lrf-btn-link:hover {
text-decoration: underline;
}
.lrf-bookings-content .wpte-lrf-block {
padding: 20px;
}
.lrf-bookings-content .wpte-lrf-block .wpte-lrf-btn {
margin-left: 0;
text-decoration: none !important;
}
.wpte-lrf-btn-transparent.wte-dbrd-tab {
text-decoration: none !important;
}
.wpte-dashboard .wpte-lrf-table {
width: 100%;
border-collapse: collapse;
counter-reset: th-count;
}
.wpte-dashboard .wpte-lrf-table tr {
border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
.wpte-dashboard .wpte-lrf-table th, .wpte-dashboard .wpte-lrf-table td {
text-align: left;
padding: 45px 30px;
}
.wpte-dashboard .wpte-lrf-table th, .wpte-dashboard .wpte-lrf-table td {
padding: 30px 15px !important;
}
.wpte-dashboard .wpte-lrf-table th {
padding-left: 45px;
counter-increment: th-count;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.05px;
position: relative;
max-width: 250px;
}
.wpte-dashboard .wpte-lrf-table th::before {
content: counter(th-count)". ";
}
.wpte-dashboard .wpte-lrf-table th::after {
content: "";
background: rgba(var(--black-color-rgb), 0.05);
width: 1px;
position: absolute;
top: 45px;
bottom: 45px;
right: 0;
}
.wpte-dashboard .wpte-lrf-table td:last-child {
padding-right: 45px;
position: relative;
}
.wpte-dashboard .wpte-lrf-table td:last-child::before {
content: "";
background: rgba(var(--black-color-rgb), 0.05);
width: 1px;
position: absolute;
top: 30px;
bottom: 30px;
left: 0;
}
.lrf-bookings-content .wpte-lrf-block .wpte-lrf-btn-wrap {
border-top: 0;
margin-top: 0;
}
.lrf-td-title {
font-size: 14px;
letter-spacing: 0.05px;
color: rgba(var(--black-color-rgb), 0.6);
display: block;
margin-bottom: 10px;
}
.lrf-td-desc {
font-size: 16px;
font-weight: 500;
letter-spacing: 0.05px;
}
.wpte-dashboard .wpte-lrf-table td .wpte-lrf-btn-transparent {
margin-top: 10px;
margin-bottom: 10px;
white-space: nowrap;
text-decoration: none !important;
}
.lrf-pending {
color: #518A35;
}
.lrf-cancelled {
color: #DD3C3C;
}
.wpte-lrf-btn {
margin-left: 45px;
margin-bottom: 45px;
display: inline-block;
font-size: 16px;
letter-spacing: 0.4px;
color: var(--white-color);
background: var(--black-color);
border: 1px solid var(--black-color);
text-decoration: none;
padding: 12px 20px;
border-radius: 4px;
box-shadow: 0 4px 34px rgba(var(--black-color-rgb), 0.02);
}
.wpte-lrf-btn:hover {
background: none;
color: var(--black-color);
}
.lrf-address-content .wpte-lrf-block, .lrf-account-content .wpte-lrf-block {
background: none;
padding: 0;
box-shadow: none;
}
.wpte-dashboard .wpte-lrf-form {
max-width: 625px;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field, .lrf-account-content .wpte-lrf-block .wpte-lrf-field {
margin-top: 30px;
display: flex;
flex-wrap: wrap;
align-items: center;
padding-right: 25px;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label, .lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label {
display: inline-block;
width: 100px;
font-size: 16px;
letter-spacing: 0.15px;
font-weight: 500;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type="text"], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type="number"], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type="tel"], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type="email"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="text"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="number"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="tel"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="email"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="password"], .lrf-address-content .wpte-lrf-block .wpte-lrf-field select {
background: var(--white-color);
margin-left: 25px;
width: calc(100% - 125px);
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field select {
height: 50px;
background: #FFF;
border: 1px solid rgba(var(--black-color-rgb), 0.08);
border-radius: 5px;
padding: 10px 15px;
font-size: 16px;
letter-spacing: 0.1px;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip, .lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip {
width: calc(100% - 125px);
margin-left: auto;
margin-top: 10px;
font-size: 13px;
letter-spacing: 0.15px;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field.lrf-submit, .lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-submit {
padding-right: 0;
border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
padding-top: 30px;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field.lrf-submit .wpte-lrf-btn, .lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-submit .wpte-lrf-btn {
width: auto;
margin-left: 0;
margin-bottom: 0;
font-size: 16px;
letter-spacing: 0.4px;
opacity: 1;
filter: alpha(opacity=100);
border: 1px solid var(--black-color);
}
.wpte-lrf-field.lrf-rememberme label {
position: relative;
padding-left: 25px;
font-size: 16px;
color: rgba(35, 35, 35, 0.9);
font-weight: 400;
}
.wpte-lrf-field.lrf-rememberme input[type=checkbox] {
opacity: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wpte-lrf-field.lrf-rememberme label:before {
content: "";
position: absolute;
top: 2px;
left: 0;
height: 16px;
width: 16px;
border: 1px solid rgba(35, 35, 35, 0.9);
border-radius: 2px;
}
.wpte-lrf-field.lrf-rememberme label:after {
content: "";
position: absolute;
top: 2px;
left: 0;
height: 16px;
width: 16px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23232323%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M173.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%27/%3E%3C/svg%3E") center center no-repeat;
background-size: 12px;
background-position: center;
opacity: 0;
transition: all ease 0.2s;
}
.wpte-lrf-field.lrf-rememberme input[type=checkbox]:checked~label:after {
opacity: 1;
}
.wp-travel-engine-error-msg, .wp-travel-engine-success-msg {
font-size: 18px;
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
padding: 10px 15px;
width: 100%;
border-radius: 4px;
}
.wp-travel-engine-error-msg+.wp-travel-engine-error-msg {
margin-top: 10px;
}
.wp-travel-engine-success-msg {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.lrf-toggle .lrf-toggle-box {
width: 60px;
height: 30px;
background: rgba(var(--black-color-rgb), 0.1);
border-radius: 50px;
margin-left: 25px;
line-height: 30px;
text-align: center;
padding: 0 7px;
position: relative;
cursor: pointer;
transition: all ease 0.35s;
}
.lrf-toggle .lrf-toggle-box::before {
content: "";
background: var(--white-color);
width: 24px;
height: 24px;
position: absolute;
top: 3px;
left: 4px;
border-radius: 100%;
transition: all ease 0.35s;
}
.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt {
color: var(--white-color);
text-transform: uppercase;
letter-spacing: 0.15px;
font-size: 12px;
display: inline-block;
}
.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt:first-child {
display: none;
}
.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt:last-child {
float: right;
color: var(--black-color);
}
.lrf-toggle .lrf-toggle-box.active {
background: var(--black-color);
}
.lrf-toggle .lrf-toggle-box.active::before {
left: 32px;
}
.lrf-toggle .lrf-toggle-box.active .lrf-chkbx-txt:first-child {
display: block;
float: left;
}
.lrf-toggle .lrf-toggle-box.active .lrf-chkbx-txt:last-child {
display: none;
}
.wpte-lrf-field.lrf-toggle+.wpte-lrf-popup {
border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
padding-top: 10px;
margin-top: 40px;
display: none;
}
.white-popup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 500px;
margin: 20px auto;
}
.white-popup h5 {
font-size: 24px;
font-weight: 600;
}
.white-popup h6 {
font-size: 18px;
font-weight: 600;
margin-bottom: 15px;
margin-top: 30px;
}
.wpte-lrf .wpte-lrf-field .parsley-required {
list-style: none !important;
padding: 0 !important;
}
.wpte-lrf .wpte-lrf-field .parsley-required:before {
display: none !important;
}
.wpte-bf-checkout .wpte-bf-checkout-form .wte-default-payment-button-hidden .wpte-bf-submit {
display: none;
}
.wpte-bf-checkout #wte-PayPalExpress-button {
margin-top: 40px;
}
#wp-travel-engine-new-checkout-form .wpte-bf-field.wpte-bf-submit {
margin-top: 40px;
}
.thank-you-container-2 {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.thank-you-container-2 .wpte-lrf-btn-wrap {
display: inline-block;
margin-right: 20px;
}
.thank-you-container-2 .wpte-lrf-btn-wrap .wpte-lrf-btn {
text-decoration: none !important;
color: #FFF;
margin: 0;
}
.thank-you-container-2 .wpte-lrf-btn-wrap .wpte-lrf-btn:hover {
color: #000;
}
@media screen and (max-width: 1199px) {
.lrf-bookings-content .wpte-lrf-block {
overflow: auto;
}
.wpte-dashboard .wpte-lrf-table {
width: 992px;
}
.wpte-lrf-block {
padding: 40px 20px;
}
}
@media screen and (max-width: 992px) {
.wpte-dashboard .wpte-lrf-content-area {
flex-direction: column;
}
.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
width: 100%;
padding-top: 0;
flex-flow: row wrap;
justify-content: center;
}
.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.wpte-lrf-top {
padding: 40px 20px;
}
.wpte-lrf-additional-option {
flex-direction: column;
margin-left: 0;
margin-right: 0;
}
.wpte-lrf-additional-option>div {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.wpte-lrf-additional-option a {
display: inline-block;
}
.wpte-lrf-bottom {
padding-left: 20px;
padding-right: 20px;
}
.wpte-lrf-footer {
padding-left: 0;
padding-right: 0;
}
.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab {
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
}
.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab::before {
display: none;
}
.lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
width: 46%;
margin-bottom: 30px;
}
}
@media screen and (max-width: 600px) {
.wpte-dashboard .wpte-lrf-head {
padding: 15px;
flex-direction: column-reverse;
}
.wpte-dashboard .wpte-lrf-userprogile {
margin-top: 20px;
}
.wpte-dashboard .wpte-lrf-head .wpte-lrf-logo {
padding-left: 0;
flex: auto;
max-width: 200px;
}
.lrf-dashboard-content .wpte-lrf-block-wrap {
flex-direction: column;
margin-left: 0;
margin-right: 0;
}
.lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
width: 100%;
margin-bottom: 30px;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field, .lrf-account-content .wpte-lrf-block .wpte-lrf-field {
padding-right: 0;
flex-direction: column;
align-items: flex-start;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field, .lrf-account-content .wpte-lrf-block .wpte-lrf-field {
padding-right: 0;
flex-direction: column;
align-items: flex-start;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label, .lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label {
width: 100%;
margin-bottom: 10px;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type="text"], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type="number"], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type="tel"], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type="email"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="text"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="number"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="tel"], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type="email"] {
width: 100%;
margin-left: 0;
}
.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip, .lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip {
width: 100%;
}
.lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-toggle {
flex-direction: row;
align-items: center;
}
.lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-toggle .lrf-field-label {
width: 130px;
margin-bottom: 0;
}
}
input[type=text],input[type=email],input[type=url],input[type=number],select,textarea,input[type=search]{padding:16px;border-radius:4px;border:1px solid #ccc;font-size:14px}label{margin:0 0 8px}.wpte-bf-btn,.enquiry-submit,.button,input[type=submit]{padding:16px;background:#efefef;border:none;cursor:pointer;border-radius:3px}.wpte-bf-btn.wte-book-now,.enquiry-submit.wte-book-now,.button.wte-book-now,input[type=submit].wte-book-now{font-size:18px;background:var(--primary-color);color:#fff}.wpte-bf-btn:active,.wpte-bf-btn:hover,.enquiry-submit:active,.enquiry-submit:hover,.button:active,.button:hover,input[type=submit]:active,input[type=submit]:hover{opacity:.8}.enquiry-submit,.button,input[type=submit]{font-size:18px;background:var(--primary-color);color:#fff}.mfp-hide{display:none}img{max-width:100%}.wte-button-group{display:flex;flex-wrap:wrap;grid-gap:10px}.wte-meta-help{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:50%;background-color:rgba(23,13,68,.07);margin:0 5px;text-decoration:none;cursor:pointer;position:relative}.wte-meta-help svg{width:6px;height:auto}.wte-meta-help .wte-help-content{position:absolute;left:50%;top:100%;width:auto;border-radius:5px;background:rgba(0,0,0,.9);color:#fff;font-size:13px;line-height:1.5;font-weight:300;padding:10px;margin-top:6px;display:none;transform:translateX(-50%)}.wte-meta-help .wte-help-content::before{content:"";border-bottom:5px solid rgba(0,0,0,.9);border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);position:absolute;bottom:100%;left:50%;margin-top:-1px;transform:translateX(-50%)}.wte-meta-help:hover .wte-help-content{display:block}.wte-check-button{background:none;border:1px solid rgba(var(--primary-color-rgb), 0.3);border-radius:3px;font-size:14px;line-height:1;font-weight:500;text-transform:capitalize;color:var(--primary-color);padding:14px 15px;margin:0;transition:all .2s linear}@media(max-width: 575px){.wte-check-button{width:100%}}.wte-check-button:hover{border-color:var(--primary-color);color:var(--primary-color)}.wte-check-button.checked{color:#fff;border-color:var(--primary-color);background:var(--primary-color)}.wte-trip-options .wte-trip-guest-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:18px 30px;box-shadow:0 2px 10px rgba(0,0,0,.03);margin-bottom:15px}@media(max-width: 767px){.wte-trip-options .wte-trip-guest-wrapper{flex-direction:column;align-items:flex-start}}.wte-trip-options .wte-trip-guest-wrapper.vertical{flex-direction:column;align-items:flex-start;grid-gap:10px;padding:15px;width:178px;align-items:center}.wte-trip-options .wte-trip-guest-wrapper.vertical .select-wrapper{flex-direction:column-reverse;align-items:center;grid-gap:10px}.wte-trip-options .wte-trip-guest-wrapper .check-in-wrapper{display:inline-flex;align-items:center}.wte-trip-options .wte-trip-guest-wrapper .check-in-wrapper label{margin:0;font-size:16px;font-weight:500;color:rgba(23,13,68,.8)}.wte-trip-options .wte-trip-guest-wrapper .check-in-wrapper .render{font-size:14px;color:rgba(23,13,68,.6)}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper{display:inline-flex}@media(max-width: 767px){.wte-trip-options .wte-trip-guest-wrapper .select-wrapper{flex-direction:column;align-items:flex-start}}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person{display:inline-flex;flex-wrap:wrap;align-items:center;grid-gap:5px;margin-right:10px}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .regular-price{font-size:14px;color:#170d44;opacity:.4}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .offer-price{font-size:18px;color:rgba(23,13,68,.8)}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .per-text{font-size:13px;color:#170d44;opacity:.5}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number{display:inline-flex;align-items:center;border:1px solid rgba(23,13,68,.06);overflow:hidden;border-radius:5px}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button{line-height:0;background-color:rgba(23,13,68,.03);width:38px;height:38px;display:flex;justify-content:center;align-items:center;transition:all .3s linear;cursor:pointer;padding:0;border:none;border-radius:0}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button:hover{background-color:rgba(23,13,68,.1)}.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number input{width:38px;height:38px;font-size:16px;font-weight:500;color:rgba(23,13,68,.8);text-align:center;border:0;outline:none;padding:0}.wte-es-with-multiple-options{display:flex;grid-gap:15px;overflow-x:auto;padding:0 15px;margin:0 -15px}.wte-es-with-multiple-options::-webkit-scrollbar{width:5px;height:5px}.wte-es-with-multiple-options::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.wte-es-with-multiple-options::-webkit-scrollbar-thumb{background-color:#eee;border-radius:5px;visibility:hidden}.wte-es-with-multiple-options::-webkit-scrollbar-thumb:hover{background-color:#ccc}.wte-es-with-multiple-options:hover::-webkit-scrollbar-thumb{visibility:visible}.wte-es-with-multiple-options .item{border-bottom:none}@media(min-width: 1200px){#wte__booking{max-width:1170px}}#wte__booking .mfp-close{background:none;color:#333;font-size:40px}.wte-process-layout{max-height:100vh;overflow-y:auto}@media(min-width: 768px){.wte-process-layout{max-height:80vh}}@media(min-width: 1200px){.wte-process-layout{display:grid;grid-template-areas:"steps sidebar" "tabs sidebar";grid-template-rows:75px 1fr;grid-template-columns:1fr 32.7%;overflow:hidden}}.wte-process-layout .wte-process-container{max-width:83.52%;margin:0 auto}.wte-process-layout .wte-process-nav{border-bottom:1px solid rgba(23,13,68,.05);grid-area:steps;position:sticky;top:0;background-color:#fff;z-index:11}.wte-process-layout .wte-process-nav .wte-process-nav-list{list-style:none;padding:0;margin:0;display:flex;position:relative;flex-wrap:wrap;--step-bar-width: 0}.wte-process-layout .wte-process-nav .wte-process-nav-list::before{content:"";width:var(--step-bar-width);height:2px;background-color:rgba(var(--primary-color-rgb), 0.5);position:absolute;left:0;bottom:0;transition:all .3s ease-in-out}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item{font-size:15px;line-height:1;font-weight:500;color:#170d44;text-align:center;padding:15px 30px;position:relative;opacity:.4;transition:all .3s linear;display:flex;align-items:center;justify-content:center;grid-gap:10px;width:33.153%}@media(min-width: 768px){.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item{padding:30px}}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item a{text-decoration:none;display:flex;align-items:center;justify-content:center;grid-gap:10px;color:inherit}@media(max-width: 575px){.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item a{font-size:0}}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.active,.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.finish{opacity:1}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.active::before,.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item.finish::before{width:100%}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item .wte-icon{line-height:0}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item .wte-icon svg rect{stroke:#170d44}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item .wte-icon svg path,.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item .wte-icon svg circle{fill:#170d44}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item .arrow{position:absolute;top:50%;right:0;transform:translateY(-50%)}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item .arrow svg path{stroke:#1e1e1e}.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item:last-child .arrow{display:none}.wte-process-layout .wte-process-tabs{grid-area:tabs}.wte-process-layout .wte-process-tabs .wte-process-container{padding:2rem 0;position:relative;min-height:100%}@media(min-width: 768px){.wte-process-layout .wte-process-tabs .wte-process-container{height:calc(81.1vh - 75px);padding-bottom:124px}}.wte-process-layout .wte-process-tabs .wte-process-tab-item{display:none;margin:0 -15px;padding:0 15px 0}@media(min-width: 768px){.wte-process-layout .wte-process-tabs .wte-process-tab-item{height:100%;overflow-y:auto}}@media(min-width: 1200px){.wte-process-layout .wte-process-tabs .wte-process-tab-item{padding-right:10px;overflow:hidden;overflow-y:auto}.wte-process-layout .wte-process-tabs .wte-process-tab-item::-webkit-scrollbar{width:5px;height:5px}.wte-process-layout .wte-process-tabs .wte-process-tab-item::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.wte-process-layout .wte-process-tabs .wte-process-tab-item::-webkit-scrollbar-thumb{background-color:#eee;border-radius:5px;visibility:hidden}.wte-process-layout .wte-process-tabs .wte-process-tab-item::-webkit-scrollbar-thumb:hover{background-color:#ccc}.wte-process-layout .wte-process-tabs .wte-process-tab-item:hover::-webkit-scrollbar-thumb{visibility:visible}}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-process-tab-title{font-size:16px;line-height:1.45;font-weight:600;color:#170d44;opacity:.8;margin-bottom:20px;margin-top:0}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-package-type{margin-bottom:15px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper p{font-size:14px;line-height:25px;color:rgba(23,13,68,.7)}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper hr{margin:20px 0;border-color:rgba(23,13,68,.03)}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-option-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-option-heading span{font-size:12px;font-weight:500;text-transform:uppercase;color:#170d44;opacity:.3}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-option-heading span.text-left{padding-left:50px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-option-heading span.text-right{padding-right:50px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-booking-date-wrap{box-shadow:0 2px 3px rgba(0,0,0,.08);border-radius:5px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-booking-date-wrap .wte-booking-times{padding:16px 30px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar{width:100%;font-size:16px;box-shadow:none;margin:0 auto}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months{background-color:rgba(23,13,68,.02);height:52px;position:relative}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month{height:52px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month{padding:0;height:auto;top:50%;left:50%;transform:translate(-50%, -50%);font-size:inherit;color:#170d44;display:flex;justify-content:center;padding:0 25px}.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,.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month input{font-weight:400;padding:5px;transition:all .2s ease;width:80px;padding-right:15px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper{width:auto}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover{background:none}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span{right:3px;width:16px;height:16px;padding:4px;background:#efefef;border:none}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span:hover{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 .numInputWrapper span.arrowDown{margin-top:1px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper span.arrowUp{top:2px}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month{width:40px;height:30px;border-radius:5px;box-shadow:0 2px 2px rgba(0,0,0,.1);background-color:#fff;padding:0;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;right:11px;left:auto;transform:translateY(-50%)}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg{fill:currentColor}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover{color:#147dfe}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month{left:11px;right:auto}@media(min-width: 768px){.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month{left:auto;right:56px}}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer{width:100%}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days,.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer{width:100%;max-width:100%}@media(max-width: 767px){.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days,.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer{min-width:unset}}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer{display:flex}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day{max-width:14.29%;flex:auto;height:42.2px;border-color:rgba(23,13,68,.03);border-radius:0;justify-content:inherit;font-weight:500;line-height:1;display:inline-flex;align-items:center;border-left:0;border-top:0}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:nth-of-type(7n){border-right:0}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled{color:rgba(0,0,0,.2)}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.today{background-color:rgba(var(--primary-color-rgb), 0.05);color:var(--primary-color)}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.selected{background-color:var(--primary-color);color:#fff}.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,.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{color:rgba(0,0,0,0);pointer-events:none;background:none}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays{height:52px;border-bottom:1px solid rgba(23,13,68,.03)}.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday{font-size:12px;text-transform:uppercase;font-weight:600;color:rgba(23,13,68,.6)}@media(min-width: 576px){.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday{font-size:15px}}.wte-process-layout .wte-popup-sidebar{grid-area:sidebar;border-top:1px solid rgba(23,13,68,.05);padding:30px 0}@media(min-width: 1200px){.wte-process-layout .wte-popup-sidebar{border-top:none;border-left:1px solid rgba(23,13,68,.05);padding:32px;max-height:80vh}}.wte-process-layout .wte-popup-sidebar .wte-booking-summary{max-width:87%;margin:0 auto}@media(min-width: 1200px){.wte-process-layout .wte-popup-sidebar .wte-booking-summary{max-width:300px;padding-right:10px;margin-right:auto;margin-left:0;height:100%;overflow-y:auto}.wte-process-layout .wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar{width:5px;height:5px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.wte-process-layout .wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-thumb{background-color:#eee;border-radius:5px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-thumb:hover{background-color:#ccc}}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-block-title{font-size:14px;line-height:21px;color:#170d44;opacity:.6;text-transform:uppercase;font-weight:500;margin-bottom:15px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-trip-title{font-size:20px;line-height:29px;color:#170d44;opacity:.8;font-weight:500;margin-bottom:15px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-dates{margin-bottom:30px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-dates p{margin:0;font-size:14px;line-height:21px;color:#170d44;opacity:.8}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-dates p strong{font-size:13px;font-weight:500}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-dates p.wte-booking-starting-date{margin-bottom:5px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info{margin-top:20px;display:flex;flex-direction:column}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title{font-size:13px;font-weight:500;color:#fff;display:inline-block;background-color:rgba(23,13,68,.7);border-radius:3px 3px 0 0;padding:5px 10px;margin:0;align-self:start;position:sticky;top:0}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info{padding:15px 0 25px;border-top:1px solid rgba(23,13,68,.1)}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details:not(:last-child){margin-bottom:20px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details .wte-booking-details-title{font-size:14px;font-weight:700;color:rgba(23,13,68,.8);font-style:italic;margin-bottom:10px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul{list-style:none;padding:0;margin:0}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li{display:flex;flex-wrap:wrap;justify-content:space-between;line-height:1;color:#170d44}.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:15px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li strong{font-weight:600}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li label{margin:0;font-size:13px}.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:12px;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 .amount-figure{font-size:14px}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount{text-align:right;padding:10px 0;border-top:1px solid rgba(23,13,68,.1);background:#fff;position:sticky;bottom:0}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price{font-size:20px;color:rgba(23,13,68,.9);margin-bottom:0}.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price .total-text{font-size:18px;font-weight:500}.wte-process-layout .wte-process-tab-controller{display:flex;flex-direction:column;text-align:center;padding:30px 0;background-color:#fff}@media(min-width: 768px){.wte-process-layout .wte-process-tab-controller{margin-left:-10px;width:calc(100% + 20px);display:block;padding:30px 55px;position:absolute;bottom:1px}}.wte-process-layout .wte-process-tab-controller .wte-process-btn{font-weight:500;transition:all .3s linear}.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev{font-size:14px;color:var(--primary-color);border:none;background:none}@media(min-width: 768px){.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev{position:absolute;left:0;top:50%;transform:translateY(-50%)}}.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev svg path{stroke:var(--primary-color)}.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev:hover{text-decoration:underline}.wte-process-layout .wte-process-tab-controller .wte-process-btn-next{padding:15.5px 60px;font-size:18px;background-color:var(--primary-color);color:#fff;border-radius:3px;border:none;box-shadow:0 7px 26px rgba(0,0,0,.16);text-transform:capitalize}.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover{background-color:#170d44}.wpte-select-options{display:inline-block;position:relative;font-size:15px;margin:0 15px}.wpte-select-options .option-toggle{font-size:13px;font-weight:600;line-height:1.5;color:#170d44;padding:5px 10px;cursor:pointer;border-radius:5px;border:none;background-color:#fff;box-shadow:0 2px 2px rgba(0,0,0,.1);padding-right:32px;position:relative;text-transform:capitalize}.wpte-select-options .option-toggle::after{content:"";width:9px;height:7px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710.828%27 height=%276.828%27 viewBox=%270 0 10.828 6.828%27%3E%3Cpath id=%27Path_23948%27 data-name=%27Path 23948%27 d=%27M3294.464,368.331l-4,4,4,4%27 transform=%27translate%28-366.917 3295.878%29 rotate%28-90%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27 opacity=%270.6%27/%3E%3C/svg%3E%0A");background-size:100%;background-repeat:no-repeat;position:absolute;right:10px;top:50%;transform:translateY(-50%);transform-origin:center;transition:all .3s ease}.wpte-select-options .option-toggle:hover{background-color:rgba(23,23,23,.05)}.wpte-select-options .wpte-select-options-wrapper{position:absolute;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.15);background-color:#fff;padding:15px;min-width:100%;margin-top:10px;transform:translateY(15px);visibility:hidden;opacity:0;transition:all .3s ease;z-index:111}.wpte-select-options .wpte-select-options-wrapper::before,.wpte-select-options .wpte-select-options-wrapper::after{content:"";border-bottom:8px solid #fff;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);position:absolute;left:15px;bottom:100%}.wpte-select-options .wpte-select-options-wrapper::before{border-bottom-color:rgba(0,0,0,.1);margin-bottom:0px}.wpte-select-options.active .option-toggle::after{transform:translateY(-50%) rotate(180deg)}.wpte-select-options.active .wpte-select-options-wrapper{visibility:visible;opacity:1;transform:translateY(0)}.wpte-select-options ul{list-style:none;margin:0;padding:0}.wpte-select-options ul li{padding:10px 0}.wpte-group-discount-options .wpte-select-options-wrapper{width:300px}.wpte-group-discount-options .options-list{display:flex;flex-direction:column}.wpte-group-discount-options .options-list li{display:flex;justify-content:space-between}.wpte-group-discount-options .options-list li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.wpte-group-discount-options .options-list li.list-heading{font-weight:600;border-bottom-width:2px}.wpte-group-discount-options .options-list li>span{flex:1}.wpte-group-discount-options .options-list li .price-per-person,.wpte-group-discount-options .options-list li .traveler-price{text-align:right}.wte-global-popup{max-width:100%;width:100vw;height:100vh;background-color:#fff;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:3px;box-shadow:0 7px 26px rgba(0,0,0,.16)}@media(min-width: 768px){.wte-global-popup{width:90%;height:81.1%}}@media(min-width: 1200px){.wte-global-popup{max-width:1367px}}.wte-global-popup .mfp-close{position:absolute;top:12px;right:12px;padding:0;border:none;background:none;width:14px;height:14px;display:flex;align-items:center;justify-content:center;line-height:0;font-size:0px;transition:all .1s linear;opacity:.2;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.828%27 height=%2714.828%27 viewBox=%270 0 14.828 14.828%27%3E%3Cg id=%27Component_8_7%27 data-name=%27Component 8 %E2%80%93 7%27 transform=%27translate%281.414 1.414%29%27%3E%3Cg id=%27Group_2308%27 data-name=%27Group 2308%27 opacity=%271%27%3E%3Cg id=%27Group_2307%27 data-name=%27Group 2307%27%3E%3Cpath id=%27Path_23938%27 data-name=%27Path 23938%27 d=%27M-3543.213-3525.86l12,12%27 transform=%27translate%283543.213 3525.86%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27/%3E%3Cpath id=%27Path_23939%27 data-name=%27Path 23939%27 d=%27M-3531.213-3525.86l-12,12%27 transform=%27translate%283543.213 3525.86%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");background-size:100%;background-repeat:no-repeat}.wte-global-popup .mfp-close:hover{opacity:1}.wte-global-popup .mfp-close:active{top:12px}.wpte-booking-area{box-shadow:0 -2px 205px rgba(0,0,0,.04),0 -0.6px 61.8px rgba(0,0,0,.0261),0 -0.25px 25px rgba(0,0,0,.02),0 -0.09px 9px rgba(0,0,0,.0139);border-radius:5px;font-family:var(--primary-font);font-size:14px;line-height:2;color:var(--font-color);background-color:#fff}@media(max-width: 1024px){.wpte-booking-area{position:fixed;left:0;right:0;bottom:0;width:100vw;z-index:11111}}.wpte-booking-area .wpte-custom-tooltip{width:12px;height:12px;border-radius:50%;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg width=%277%27 height=%278%27 viewBox=%270 0 7 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.86115 4.46133C4.60133 4.55361 4.3759 4.72306 4.21506 4.94699C4.05421 5.17092 3.96563 5.43865 3.96115 5.71432V6.02835H3.06815C3.04971 5.67567 3.08342 5.32219 3.16815 4.97934C3.35597 4.56734 3.67156 4.22683 4.06815 4.00833C4.85715 3.54633 5.22215 3.07035 5.16815 2.58035C5.09015 1.88035 4.63013 1.51234 3.79413 1.46634C3.36252 1.42667 2.9319 1.55188 2.58887 1.8168C2.24584 2.08173 2.01584 2.46673 1.94513 2.89435L0.994141 2.49435L1.15112 2.13434C1.40302 1.62754 1.8112 1.21513 2.31537 0.958007C2.81954 0.700881 3.393 0.612651 3.95114 0.706328C5.36714 0.775328 6.14014 1.38134 6.27014 2.51333C6.34881 3.23467 5.87679 3.88499 4.85413 4.46432L4.86115 4.46133ZM3.96814 7.79333H3.06815V6.90134H3.96814V7.79333Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;cursor:pointer;position:relative;background-color:var(--primary-color);margin-left:5px}.wpte-booking-area .wpte-custom-tooltip::before{content:attr(data-title);width:150px;background:rgba(0,0,0,.9);border-radius:5px;line-height:1.4;font-size:14px;padding:8px;color:#fff;position:absolute;margin-bottom:5px;bottom:100%;left:50%;transform:translateX(-50%);opacity:0;visibility:hidden;transition:all .3s ease}.wpte-booking-area .wpte-custom-tooltip::after{content:"";border-top:5px solid rgba(0,0,0,.9);border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);position:absolute;bottom:100%;opacity:0;visibility:hidden;transition:all .3s ease}.wpte-booking-area .wpte-custom-tooltip:hover::before,.wpte-booking-area .wpte-custom-tooltip:hover::after{visibility:visible;opacity:1}.wpte-booking-area .wpte-booking-inner-wrapper{position:relative;padding-top:48px;padding-bottom:24px}@media(max-width: 1024px){.wpte-booking-area .wpte-booking-inner-wrapper{padding-top:20px;padding-bottom:20px}}.wpte-booking-area .wpte-bf-gd-text{display:inline-block;max-width:100%;font-size:13px;line-height:1.5;background:rgba(var(--primary-color-rgb), 0.1);padding:1px 10px;position:absolute;top:1px;right:1px}.wpte-booking-area .wpte-bf-discount-tag{display:inline-block;font-size:14px;line-height:1;font-weight:600;color:#fff;background:#ea7810;border-radius:14px;padding:5.5px 10px;margin:0 0 0 25px}@media(max-width: 1024px){.wpte-booking-area .wpte-bf-discount-tag{display:none}}.wpte-booking-area .wpte-bf-price-wrap{display:flex;flex-wrap:wrap;padding:0;border:none;background:none}@media(max-width: 1024px){.wpte-booking-area .wpte-bf-price-wrap{display:none}}.wpte-booking-area .wpte-bf-price{display:flex;width:100%;flex-direction:column;flex:1 0 50%;padding:24px;padding-bottom:24px;align-items:unset;border-bottom:1px solid rgba(var(--primary-color-rgb), 0.1);margin-bottom:0}@media(min-width: 768px){.wpte-booking-area .wpte-bf-price{width:50%}}.wpte-booking-area .wpte-bf-price:last-child{border-bottom:1px solid rgba(var(--primary-color-rgb), 0.1)}.wpte-booking-area .wpte-bf-price .wpte-bf-price-from{font-size:13px;font-weight:500;margin-right:5px}.wpte-booking-area .wpte-bf-price del{font-size:14px;line-height:1}.wpte-booking-area .wpte-bf-price ins{font-weight:500}.wpte-booking-area .wpte-bf-price .wpte-bf-reg-price{line-height:normal;margin-bottom:6px}.wpte-booking-area .wpte-bf-price .wpte-bf-price-amount{font-size:22px;line-height:22px;font-weight:500;text-decoration:none}.wpte-booking-area .wpte-bf-price .wpte-bf-pqty{line-height:21px;color:#061626;font-size:14px}.wpte-booking-area .wpte-bf-price .wpte-bf-offer-price{display:flex;flex-wrap:wrap;align-items:center;grid-gap:5px}.wpte-booking-area .wpte-bf-content{margin-top:0;padding:24px 25px 0}@media(max-width: 1024px){.wpte-booking-area .wpte-bf-content{display:none}}.wpte-booking-area .wpte-bf-content ul,.wpte-booking-area .wpte-bf-content ol{margin:0;padding:0;list-style:none}.wpte-booking-area .wpte-bf-content ul li,.wpte-booking-area .wpte-bf-content ol li{position:relative;padding-left:22px;margin-bottom:9px}.wpte-booking-area .wpte-bf-content ul li::before,.wpte-booking-area .wpte-bf-content ol li::before{content:"";position:absolute;left:0;color:var(--primary-color)}.wpte-booking-area .wpte-bf-content ul li::before{content:"";width:12px;height:6px;top:8px;border:1px solid rgba(0,0,0,0);border-left-color:var(--primary-color);border-bottom-color:var(--primary-color);transform:rotate(315deg)}.wpte-booking-area .wpte-bf-content ol{counter-reset:order-count}.wpte-booking-area .wpte-bf-content ol li{counter-increment:order-count}.wpte-booking-area .wpte-bf-content ol li::before{content:counter(order-count);font-style:italic}.wpte-booking-area .wpte-bf-btn-wrap{margin-top:24px;padding:0 25px}@media(max-width: 1024px){.wpte-booking-area .wpte-bf-btn-wrap{margin-top:0}}.wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn{width:100%}@media(max-width: 1024px){.wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn{padding:10px 15px}}.wpte-booking-area .wpte-booking-footer-text{line-height:1.4;text-align:center;padding:24px;border-top:1px solid rgba(var(--primary-color-rgb), 0.05)}@media(max-width: 1024px){.wpte-booking-area .wpte-booking-footer-text{padding:10px 24px}}.wpte-booking-area .wpte-booking-footer-text a,.wpte-booking-area .wpte-booking-footer-text a:link{color:var(--primary-color);text-decoration:none}.wpte-booking-area .wpte-booking-footer-text a:hover,.wpte-booking-area .wpte-booking-footer-text a:link:hover{text-decoration:underline}button:disabled{opacity:.5;cursor:not-allowed !important}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}button:disabled.btn-loading{opacity:.9;display:inline-flex;align-items:center;justify-content:center}button:disabled.btn-loading::before{content:"";display:inline-block;width:18px;height:18px;margin-right:10px;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear;background-image:url("data:image/svg+xml,%3Csvg aria-hidden=%27true%27 focusable=%27false%27 data-prefix=%27fad%27 data-icon=%27spinner-third%27 role=%27img%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27 class=%27svg-inline--fa fa-spinner-third fa-w-16 fa-spin fa-lg%27%3E%3Cg class=%27fa-group%27%3E%3Cpath fill=%27%23cccccc36%27 d=%27M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z%27 class=%27fa-secondary%27%3E%3C/path%3E%3Cpath fill=%27%23ccc%27 d=%27M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z%27 class=%27fa-primary%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.single-trip .mfp-wrap{z-index:999999}.widget-area{display:block !important}.tippy-box{background:#000;border-radius:4px;padding:8px;font-size:14px;line-height:1.4;color:#fff;max-width:280px}.tippy-box[data-placement^=top]>.tippy-arrow::before{border-top-color:#000}.tippy-box[data-placement^=bottom]>.tippy-arrow::before{border-bottom-color:#000}.tippy-box[data-placement^=left]>.tippy-arrow::before{border-left-color:#000}.tippy-box[data-placement^=right]>.tippy-arrow::before{border-right-color:#000}.class-wte-advanced-search-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -15px}.class-wte-advanced-search-wrapper .advanced-search-field{padding:0 15px;max-width:100%;flex-grow:1;flex-basis:0}.search-dur,.search-price{display:none}.search-dur.show,.search-price.show{display:block}.pagination a,.pagination button{color:#0a0a0a;display:inline-block;padding:.1875rem .625rem;border-radius:0}.pagination li{font-size:.875rem;margin-right:.0625rem;border-radius:0;display:none}.pagination{margin-left:0;margin-bottom:1rem}ul.pagination span.current{padding:4px 10px;background-color:#21a08b;color:#fff;border-radius:4px}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.wp-travel-toolbar .wte-view-modes{display:inline-block;padding-left:16px;padding-right:0;line-height:1;order:3}.wp-travel-toolbar .wte-view-modes span{display:inline-block;vertical-align:middle;font-size:16px;font-weight:400;color:rgba(35,35,35,.7);margin-right:3px}.wp-travel-toolbar .wte-view-modes ul{margin:0;padding:0;list-style:none;display:inline-flex;vertical-align:middle;flex-direction:row-reverse;align-items:center}.wp-travel-toolbar .wte-view-modes ul li{display:inline-block;margin:0 5px;opacity:.4}.wp-travel-toolbar .wte-view-modes ul li.active{opacity:.8}.wp-travel-toolbar .wte-view-modes ul li a svg{visibility:hidden}.wp-travel-toolbar .wte-view-modes ul li[data-mode=list] a{background-image:url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2716%27 viewBox=%270 0 19 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 6.5C1.17 6.5 0.5 7.17 0.5 8C0.5 8.83 1.17 9.5 2 9.5C2.83 9.5 3.5 8.83 3.5 8C3.5 7.17 2.83 6.5 2 6.5ZM2 0.5C1.17 0.5 0.5 1.17 0.5 2C0.5 2.83 1.17 3.5 2 3.5C2.83 3.5 3.5 2.83 3.5 2C3.5 1.17 2.83 0.5 2 0.5ZM2 12.5C1.17 12.5 0.5 13.18 0.5 14C0.5 14.82 1.18 15.5 2 15.5C2.82 15.5 3.5 14.82 3.5 14C3.5 13.18 2.83 12.5 2 12.5ZM5 15H19V13H5V15ZM5 9H19V7H5V9ZM5 1V3H19V1H5Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:18.5px 15px;background-position:center}.wp-travel-toolbar .wte-view-modes ul li[data-mode=grid] a{background-image:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 4H4V0H0V4ZM6 16H10V12H6V16ZM0 16H4V12H0V16ZM0 10H4V6H0V10ZM6 10H10V6H6V10ZM12 0V4H16V0H12ZM6 4H10V0H6V4ZM12 10H16V6H12V10ZM12 16H16V12H12V16Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:16px 16px;background-position:center}.wp-travel-toolbar .wte-view-modes ul li a{color:rgba(35,35,35,.15);display:block}.wp-travel-toolbar .wte-view-modes ul li.active a{color:#232323}.wp-travel-toolbar .wte-filterby-dropdown{padding-right:16px;padding-left:0;display:inline-block;line-height:1;position:relative;order:2}.wp-travel-toolbar .wte-filterby-dropdown:before{content:"";position:absolute;top:50%;right:0;left:auto;transform:translateY(-50%);height:26px;width:1px;background:rgba(112,112,112,.2)}.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering span{display:inline-block;vertical-align:middle;font-size:16px;font-weight:400;color:rgba(35,35,35,.7)}.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select{display:inline-block;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(35,35,35,.1);color:rgba(35,35,35,.7);border-radius:4px;font-size:16px;font-weight:600;padding:13px 40px 13px 15px;line-height:1;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;background-color:#fff;background-size:12px;background-position:center right 0}.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select:focus{box-shadow:none;outline:none}.wp-travel-engine-archive-repeater-wrap{position:relative}.wp-travel-engine-archive-outer-wrap{display:flex;flex-wrap:wrap;align-items:flex-start}.wp-travel-engine-archive-outer-wrap .page-header{width:100%}.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper{flex:0 0 100%;margin:0 0 30px}@media(min-width: 1025px){.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper{flex:0 0 255px}}.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-repeater-wrap{flex:1;margin:0}@media(min-width: 1025px){.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-repeater-wrap{flex:1}}.wte-category-outer-wrap{width:100%}@media(min-width: 1025px){.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper+.wp-travel-engine-archive-repeater-wrap{padding-left:30px}}.wp-travel-engine-archive-repeater-wrap #loader{position:absolute;z-index:99;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.95)}.wp-travel-engine-archive-repeater-wrap #loader svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.advanced-search-wrapper .sidebar h2{display:block;position:relative;font-size:20px;font-weight:500;margin:0;color:#000}.advanced-search-wrapper .advanced-search-header{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.07);display:flex;justify-content:space-between;flex-wrap:wrap}.advanced-search-wrapper .clear-search-criteria{padding:0;border:none;background:none !important;color:rgba(0,0,0,.6) !important;text-decoration:underline;text-transform:inherit;font-size:14px;font-weight:normal;text-underline-offset:1px;transition:all .2s ease}.advanced-search-wrapper .clear-search-criteria:hover{color:var(--primary-color) !important;text-decoration:none}.advanced-search-wrapper .advanced-search-field .wte-terms-more{margin-bottom:0}.advanced-search-wrapper .advanced-search-field .wte-terms-more .wte-terms-more-list,.advanced-search-wrapper .advanced-search-field .wte-terms-more .show-less{display:none;margin:0}.advanced-search-wrapper .advanced-search-field .wte-terms-more .wte-terms-more-list{margin:0 0 20px !important}.advanced-search-wrapper .advanced-search-field .wte-terms-more button{padding:0;margin:0;background:none !important;border:none;color:var(--primary-color) !important;text-decoration:underline;text-transform:inherit;font-size:14px;font-weight:normal;text-underline-offset:1px;transition:all .2s ease}.advanced-search-wrapper .advanced-search-field .wte-terms-more button:hover{text-decoration:none}.advanced-search-wrapper .advanced-search-field .wte-terms-more button::after{content:"";width:1em;height:1em;display:inline-block;vertical-align:middle;margin-left:10px;font-size:16px;background-color:var(--primary-color);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100%;mask-size:100%}.advanced-search-wrapper .advanced-search-field .wte-terms-more button.show-more::after{-webkit-mask:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.97945 6.14645C4.17472 5.95118 4.4913 5.95118 4.68656 6.14645L8.33301 9.79289L11.9795 6.14645C12.1747 5.95118 12.4913 5.95118 12.6866 6.14645C12.8818 6.34171 12.8818 6.65829 12.6866 6.85355L8.68656 10.8536C8.4913 11.0488 8.17472 11.0488 7.97945 10.8536L3.97945 6.85355C3.78419 6.65829 3.78419 6.34171 3.97945 6.14645Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");mask:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.97945 6.14645C4.17472 5.95118 4.4913 5.95118 4.68656 6.14645L8.33301 9.79289L11.9795 6.14645C12.1747 5.95118 12.4913 5.95118 12.6866 6.14645C12.8818 6.34171 12.8818 6.65829 12.6866 6.85355L8.68656 10.8536C8.4913 11.0488 8.17472 11.0488 7.97945 10.8536L3.97945 6.85355C3.78419 6.65829 3.78419 6.34171 3.97945 6.14645Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A")}.advanced-search-wrapper .advanced-search-field .wte-terms-more button.show-less::after{-webkit-mask:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0205 10.8536C11.8253 11.0488 11.5087 11.0488 11.3134 10.8536L7.66699 7.20711L4.02055 10.8536C3.82528 11.0488 3.5087 11.0488 3.31344 10.8536C3.11818 10.6583 3.11818 10.3417 3.31344 10.1464L7.31344 6.14645C7.5087 5.95118 7.82528 5.95118 8.02055 6.14645L12.0205 10.1464C12.2158 10.3417 12.2158 10.6583 12.0205 10.8536Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");mask:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0205 10.8536C11.8253 11.0488 11.5087 11.0488 11.3134 10.8536L7.66699 7.20711L4.02055 10.8536C3.82528 11.0488 3.5087 11.0488 3.31344 10.8536C3.11818 10.6583 3.11818 10.3417 3.31344 10.1464L7.31344 6.14645C7.5087 5.95118 7.82528 5.95118 8.02055 6.14645L12.0205 10.1464C12.2158 10.3417 12.2158 10.6583 12.0205 10.8536Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A")}.advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .wte-terms-more-list,.advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .show-less{display:block}.advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .show-more{display:none}.advanced-search-wrapper .advanced-search-field{display:block}.advanced-search-wrapper .advanced-search-field:not(:last-child){padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid rgba(0,0,0,.07)}.advanced-search-wrapper .advanced-search-field h3{font-size:16px;font-weight:600;color:#232323;display:block;margin-bottom:0;position:relative}.advanced-search-wrapper .advanced-search-field.search-trip-type h3:after,.advanced-search-wrapper .advanced-search-field.trip-dates h3:after{position:absolute;top:5px;right:10px;content:"";background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;background-size:12px;height:12px;width:12px;opacity:.7;transition:transform .4s}.advanced-search-wrapper .advanced-search-field.search-trip-type.wte-list-opn h3:after,.advanced-search-wrapper .advanced-search-field.trip-dates.wte-list-opn h3:after{transform:rotate(180deg)}.advanced-search-wrapper .advanced-search-field .wte-terms-list{display:block;margin-top:24px;max-height:320px;-ms-overflow-y:auto;overflow-y:auto}.advanced-search-wrapper .advanced-search-field .wte-terms-list::-webkit-scrollbar{display:none}.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_dragger{max-height:90px !important;height:90px !important}.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:rgba(13,13,13,.4);width:7px;border-radius:0}.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_draggerRail{background-color:rgba(13,13,13,.05);width:7px;border-radius:0}.advanced-search-wrapper .advanced-search-field .filter-section-content{margin-top:15px}.advanced-search-wrapper .advanced-search-field ul{margin:0;padding:0;list-style:none}.advanced-search-wrapper .advanced-search-field ul li{margin-bottom:20px;position:relative;display:flex;flex-wrap:wrap}.advanced-search-wrapper .advanced-search-field ul li ul{margin-bottom:0 !important;width:100%}.advanced-search-wrapper .advanced-search-field ul li ul li:last-child{margin-bottom:0}.advanced-search-wrapper .advanced-search-field ul li label{padding-right:30px;font-size:14px;font-weight:normal;display:inline-block;vertical-align:top;margin:0;width:100%}.advanced-search-wrapper .advanced-search-field.trip-dates ul li label{padding-right:0;font-size:14px;font-weight:normal}.advanced-search-wrapper .advanced-search-field.trip-dates ul li label input[type=radio]{float:left;display:none}.advanced-search-wrapper .advanced-search-field ul li ul{margin:20px 0px 20px 20px}.advanced-search-wrapper .advanced-search-field ul li .count{position:absolute;top:0;right:5px;font-size:14px}.advanced-search-wrapper .advanced-search-field input{opacity:0;display:none}.advanced-search-wrapper .advanced-search-field input+span{padding-left:25px;position:relative}.advanced-search-wrapper .advanced-search-field input+span:before{content:"";height:18px;width:18px;border-radius:3px;border:1px solid #ddd;position:absolute;top:0px;left:0;transition:all ease .2s}.advanced-search-wrapper .advanced-search-field input+span:after{content:"";position:absolute;top:0px;left:0px;height:18px;width:18px;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23999999%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M173.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%27/%3E%3C/svg%3E") center center no-repeat;background-size:12px;opacity:0;transition:all ease .2s}.advanced-search-wrapper .advanced-search-field.trip-dates input+span:before{border-radius:50%}.advanced-search-wrapper .advanced-search-field.trip-dates input+span:after{border-radius:50%;content:"";height:8px;width:8px;top:5px;left:5px;background:var(--primary-color)}.advanced-search-wrapper .advanced-search-field input:checked+span:after{opacity:1}.advanced-search-wrapper .advanced-search-field input:checked+span:before{border-color:var(--primary-color)}.advanced-search-wrapper .advanced-search-field .ui-slider{border:none;height:2px;background:rgba(var(--primary-color-rgb), 0.2);margin-top:45px;margin-left:9px;margin-right:9px}.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-range{height:2px;border:none;background:var(--primary-color)}.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle{border:none;height:16px;width:16px;border-radius:50%;background:var(--primary-color);margin-left:0;top:1px;transform:translate(-50%, -50%)}.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::before{content:attr(data-value);font-size:10px;letter-spacing:1.5px;line-height:1;color:#fff;background-color:var(--primary-color);padding:3px 8px;border-radius:4px;position:absolute;bottom:100%;margin-bottom:10px;left:50%;transform:translateX(-50%);visibility:hidden;opacity:0;transition:all .2s ease;white-space:nowrap}.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::after{content:"";border:4px solid rgba(0,0,0,0);border-top:7px solid var(--primary-color);position:absolute;left:50%;bottom:100%;margin-bottom:-2px;transform:translateX(-50%);visibility:hidden;opacity:0;transition:all .2s ease}.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle[data-value]::before{visibility:visible;opacity:1;margin-bottom:12px}.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle[data-value]::after{visibility:visible;opacity:1;margin-bottom:1px}.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle:active,.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle:focus{outline:none}.advanced-search-wrapper .advanced-search-field .duration-slider-value,.advanced-search-wrapper .advanced-search-field .cost-slider-value{display:block;margin:10px 0;font-size:13px;color:rgba(35,35,35,.7)}.advanced-search-wrapper .advanced-search-field .duration-slider-value:before,.advanced-search-wrapper .advanced-search-field .duration-slider-value:after,.advanced-search-wrapper .advanced-search-field .cost-slider-value:before,.advanced-search-wrapper .advanced-search-field .cost-slider-value:after{display:table;content:"";clear:both}.advanced-search-wrapper .advanced-search-field .duration-slider-value span:first-child,.advanced-search-wrapper .advanced-search-field .cost-slider-value span:first-child{float:left}.advanced-search-wrapper .advanced-search-field .duration-slider-value span:last-child,.advanced-search-wrapper .advanced-search-field .cost-slider-value span:last-child{float:right}.advanced-search-wrapper .advanced-search-field .custom-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid rgba(35,35,35,.1);color:rgba(35,35,35,.7);border-radius:4px;font-size:16px;font-weight:600;padding:15px 40px 15px 15px;line-height:1;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;background-color:#fff;background-size:12px;background-position:center right 15px}.advanced-search-wrapper .advanced-search-field .custom-select select:focus{outline:none;box-shadow:none}.wp-travel-engine-archive-repeater-wrap .wte-search-load-more{display:block;width:100%;text-align:center}.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search{display:inline-block;font-size:13px;line-height:2em;font-weight:600;text-transform:uppercase;color:#fff;letter-spacing:1px;font-weight:600;background:#111;border:2px solid;padding:10px 40px;margin:0 auto;border-radius:5px;cursor:pointer;transition:all ease .2s}.wp-travel-engine-archive-repeater-wrap .load-more-search:hover{background:none;text-decoration:none;color:#111}.wp-travel-engine-archive-repeater-wrap .category-main-wrap{margin-bottom:50px}.widget_wte_advanced_search_widget #wte-advanced-search-form{display:block;position:relative}.widget_wte_advanced_search_widget #wte-advanced-search-form:before,.widget_wte_advanced_search_widget #wte-advanced-search-form:after{content:"";clear:both;display:table}.widget_wte_advanced_search_widget #wte-advanced-search-form .advanced-search-field{display:block;width:100%;float:left;margin-bottom:15px}.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select{width:100%;color:rgba(35,35,35,.6);font-size:14px}.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select:after{border-bottom:1px solid #999;border-right:1px solid #999;height:8px;width:8px;right:15px}.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select .list{width:100%}.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select .option{padding-left:18px;padding-right:29px;padding-bottom:0;margin:0;border:none;width:100%}.wte-advanced-search-wrapper-nice-select .list{max-height:300px;overflow-y:auto !important}.wp-travel-toolbar .wte-filter-foundposts{margin-right:auto;order:1}.wp-travel-toolbar .wte-filter-foundposts .searchFoundPosts{font-size:26px;font-weight:400;color:rgba(35,35,35,.85);margin:0}.wp-travel-toolbar .wte-ordering{display:flex;align-items:center}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field{margin-left:8px;border:none;background:none}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__input{padding-top:0;padding-left:0;padding-bottom:0;color:#000;padding-right:23px;background:none}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field::after{top:50%;transform:translateY(-50%);right:0}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field.options-open::after{top:50%;transform:translateY(-50%) rotate(180deg)}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options{left:auto;right:0;min-width:185px}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul{padding:0;max-height:unset;padding-right:1px}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li{padding:11px 8px;color:rgba(0,0,0,.4)}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li span{opacity:1;color:#000;padding:0;font-weight:normal}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li:hover>span{background:none;color:var(--primary-color)}.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul ul{margin:-11px -8px}@media only screen and (max-width: 1024px){.class-wte-advanced-search-wrapper{flex-direction:column}}@media only screen and (max-width: 767px){.category-list .category-trips-single-inner-wrap .category-trip-fig{width:100%}.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap{width:100%;padding-top:30px;padding-left:0}.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title{font-size:18px}.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price{font-size:16px}.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.actual-price{font-size:22px}.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap{display:block;margin-bottom:10px}.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months{margin-left:0}}@media only screen and (max-width: 500px){.category-list .category-trips-single-inner-wrap{padding:30px 20px 25px}}.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(-21px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.category-trips-single{margin-bottom:32px}.category-trips-single .category-trips-single-inner-wrap{box-shadow:0 4px 8px rgba(0,0,0,.04);border-radius:4px;background-color:#fff;padding:24px;transition:all .5s ease}.category-trips-single .category-trips-single-inner-wrap:hover{box-shadow:0 10px 15px rgba(0,0,0,.1)}.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn{display:block;text-align:center;padding:15px;letter-spacing:normal;text-transform:none;font-size:16px;line-height:1;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;box-shadow:0px 3px 2px rgba(0,0,0,.09);transition:all ease .3s;background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.category-trips-single .category-trips-single-inner-wrap .category-trip-fig{order:unset;position:relative}.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a{position:relative;display:block;padding-top:75%;border-radius:4px;overflow:hidden;background-color:#efefef}.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;top:0;left:0;transition:all 1s ease}.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a:hover{background-color:#ccc}.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a:hover img{transform:scale(1.1)}.category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap{padding-top:24px}.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon{display:block;position:absolute;text-align:right;transform:unset;margin-top:8px;margin-left:8px;right:auto;left:0;top:0;z-index:11}.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt{font-size:.66em;line-height:1;font-weight:600;font-style:normal;height:auto;width:auto;padding:5px 10px;border-radius:15px;background-color:#ffc34e;color:#8c6b2b;display:inline-flex;align-items:center}.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before{content:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2715%27 viewBox=%270 0 14 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0%29%27%3E%3Cpath d=%27M13.8081 4.62308C13.6427 4.48191 13.4093 4.45216 13.2137 4.54737L10.2211 6.00424L7.41314 2.76669C7.30929 2.64692 7.15855 2.57812 7.00001 2.57812C6.84147 2.57812 6.69075 2.64692 6.58687 2.76669L3.77888 6.00421L0.786276 4.54734C0.590686 4.45216 0.357334 4.48188 0.191904 4.62305C0.0264748 4.76423 -0.0395877 4.99004 0.0236584 5.19812L2.10178 12.0341C2.17181 12.2644 2.38424 12.4219 2.62501 12.4219H11.375C11.6157 12.4219 11.8282 12.2644 11.8982 12.0341L13.9763 5.19815C14.0396 4.99006 13.9735 4.76426 13.8081 4.62308ZM10.9696 11.3281H3.03032L1.43479 6.07955L3.67758 7.17141C3.90026 7.2798 4.16785 7.22506 4.33008 7.03803L7.00001 3.95967L9.66996 7.03803C9.83216 7.22509 10.0998 7.27977 10.3224 7.17141L12.5652 6.07955L10.9696 11.3281Z%27 fill=%27%238C6B2B%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0%27%3E%3Crect width=%2714%27 height=%2714%27 fill=%27white%27 transform=%27translate%280 0.5%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:14px;height:14px;display:inline-block;margin-right:6px;position:static;border:none}.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::after{content:none}.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow{display:none}.category-trips-single .category-trips-single-inner-wrap .category-trip-review{display:flex;align-items:center;margin-top:12px}.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-container{padding:0}.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper{position:relative}.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper svg{width:15px;height:15px}.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper svg:last-child{margin-right:0}.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper .jq-ry-rated-group{position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden}.category-trips-single .category-trips-single-inner-wrap .category-trip-review .category-trip-reviewcount{font-size:.77em;line-height:1;opacity:.4;color:#000;margin-left:8px;text-decoration:underline}.category-trips-single .category-trips-single-inner-wrap .category-trip-discount{display:inline-block;font-size:.72em;font-weight:600;line-height:1;padding:5px 10px;border-radius:14px;background-color:#ea7810;color:#fff;margin-bottom:16px}.category-trips-single .category-trips-single-inner-wrap .price-holder{display:inline-flex;flex-wrap:wrap;align-items:flex-end}.category-trips-single .category-trips-single-inner-wrap .price-holder .striked-price{text-decoration:line-through;font-size:.88em;opacity:.4}.category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price{font-size:32px;line-height:1;font-weight:600}.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap{margin-bottom:24px;flex-direction:column;align-items:flex-start;padding:0}.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title{font-size:24px;order:unset;padding:0}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap{padding:0;width:100%}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap{display:flex;flex-wrap:wrap}@media(min-width: 1200px){.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap{flex-wrap:nowrap}}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap>*{margin-bottom:24px}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget{padding-left:24px;border-left:1px solid rgba(0,20,39,.15);display:flex;flex-direction:column;justify-content:center}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti{margin-top:0;display:flex;flex-direction:column;padding-right:24px;justify-content:center}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-]{display:inline-flex;margin-right:0;font-size:14px}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-]:not(:last-child){margin-bottom:12px}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] i{width:18px;height:15px;text-align:center;margin-right:10px;display:flex}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] i svg{width:18px;height:15px}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] i svg path{opacity:1;fill:rgba(0,0,0,.3);fill-opacity:1}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] span{line-height:1.2;font-weight:normal;color:rgba(0,0,0,.6)}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] a{color:inherit}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] a:hover{text-decoration:underline;color:var(--primary-color)}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-locations{display:flex;flex-wrap:wrap}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-locations a+a::before{content:",";margin-right:5px}.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc{margin-top:0px;padding-bottom:0;border-bottom:none}.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time{padding:0;margin-top:32px;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text{font-size:14px;line-height:1;color:rgba(0,0,0,.4);font-style:normal;margin:0}.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap{display:flex;flex-direction:column;margin-bottom:0}.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months{margin-left:0}.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li{font-size:.66em;margin:0;margin-right:8px}.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months .disabled{text-decoration:none}.category-trips-single .category-trips-single-inner-wrap .next-trip-info{border-top:none}.category-trips-single .category-trips-single-inner-wrap .next-trip-info .fsd-title{font-size:14px;line-height:1;color:rgba(0,0,0,.4)}.category-list .category-trips-single .category-trips-single-inner-wrap{padding:32px 24px 24px}.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn{display:inline-flex}.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-fig{position:relative}@media(min-width: 768px){.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-fig{flex:0 0 40%;max-width:40%}}@media(min-width: 768px){.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap{flex:0 0 60%;max-width:60%;padding-left:24px;padding-top:0}}@media(min-width: 1200px){.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget{padding-left:48px}}.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti{max-width:230px}@media(min-width: 1200px){.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti{padding-right:48px}}.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li{font-size:.722em;margin-right:15px}.advanced-search-wrapper .sidebar{padding:24px 16px;border:1px solid rgba(0,0,0,.03);background-color:#fff}.wp-travel-toolbar{padding:24px 0}.wp-travel-toolbar .wp-travel-engine-toolbar.wte-filterby-dropdown .wte-ordering span{opacity:.5}.wp-travel-toolbar .wp-travel-engine-toolbar.wte-filterby-dropdown .wte-ordering select{padding:0;padding-right:15px;background-color:rgba(0,0,0,0);border:none;font-size:14px;font-weight:normal;color:#000;line-height:1.5}.wp-travel-toolbar .wte-filter-foundposts .searchFoundPosts{font-size:14px;font-weight:500}.wp-travel-toolbar .wte-view-modes>span{display:none}.wpte-trip-review-stars{display:flex;flex-wrap:wrap;align-items:center;margin-top:8px}.wpte-trip-review-stars .stars-group-wrapper{width:91px;flex:0 0 91px;max-width:91px;position:relative;overflow:hidden;margin-right:8px}.wpte-trip-review-stars .stars-group-wrapper svg{width:15px;height:15px;vertical-align:middle}.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group{white-space:nowrap}.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group svg path{fill:#ccc}.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group{white-space:nowrap;position:absolute;top:0;left:0;z-index:1;overflow:hidden}.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group svg path{fill:#ebad34}.wpte-trip-review-stars .wpte-trip-review-count{font-size:13px;line-height:1;color:rgba(var(--font-color-rgb), 0.4);text-decoration:underline}.wpte-trip-single{margin-bottom:30px;background-color:#fff;border-radius:4px;box-shadown:0px 4px 8px rgba(0,0,0,.04);display:flex;flex-direction:column}.wpte-trip-single .discount-text-wrap{position:absolute;top:13px;left:-4px;z-index:11}.wpte-trip-single .discount-text-wrap::before{content:"";width:4px;height:5px;background-color:#b88729;border-radius:5px 0 0 5px;position:absolute;left:0;bottom:100%}.wpte-trip-single .discount-text-wrap::after{content:"";width:4px;height:2px;background-color:#ebad34;position:absolute;left:0;bottom:100%;z-index:-1}.wpte-trip-single .discount-text-wrap .discount-percent{font-size:12px;line-height:1;font-weight:600;color:#8c6b2b;background-color:#ebad34;padding:6px 20px 6px 12px;border-radius:0 13px 13px 4px;display:inline-block;vertical-align:top}.wpte-trip-single .featured-text-wrap{position:absolute;top:15px;right:8px;z-index:111}.wpte-trip-single .featured-text-wrap .featured-icon{display:block;line-height:25px;text-align:center;width:22px;height:22px;border-radius:50%;background-color:#ebad34}.wpte-trip-single .featured-text-wrap .featured-icon svg{width:14px}.wpte-trip-single .featured-text-wrap .featured-icon svg path{fill:#fff}.wpte-trip-single .featured-text-wrap .featured-text{display:inline-block;font-size:12px;line-height:1;padding:4px 8px;color:#fff;background-color:#212121;border-radius:4px;position:absolute;top:50%;left:100%;transform:translate(0px, -50%);opacity:0;visibility:hidden;transition:all .3s ease}.wpte-trip-single .featured-text-wrap .featured-text::before{content:"";width:6px;height:6px;border-radius:2px;background-color:#212121;transform:translateY(-50%) rotate(45deg);position:absolute;right:100%;top:50%;margin-right:-3px}.wpte-trip-single .featured-text-wrap:hover .featured-text{opacity:1;visibility:visible;transform:translate(8px, -50%)}.wpte-trip-single .wpte-trip-image-wrap{position:relative}.wpte-trip-single .wpte-trip-image-wrap figure{position:relative;overflow:hidden;border-radius:4px 4px 0 0;padding-top:68%;margin:0;background-color:#efefef}.wpte-trip-single .wpte-trip-image-wrap figure a{position:absolute;top:0;left:0;width:100%;height:100%}.wpte-trip-single .wpte-trip-image-wrap figure.overlay a::before{content:"";width:100%;height:110px;background:linear-gradient(to bottom, transparent, #061626);position:absolute;bottom:0;left:0;right:0;z-index:1}.wpte-trip-single .wpte-trip-image-wrap figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;transition:all .3s ease}.wpte-trip-single .wpte-trip-image-wrap figure:hover img{transform:scale(1.5)}.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay{position:absolute;bottom:0;left:0;right:0;padding:14px 21px;color:#fff;z-index:11}.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay .wpte-trip-meta{color:#fff}.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay .wpte-trip-meta svg path{fill:#fff}.wpte-trip-single .wpte-trip-meta{color:rgba(var(--font-color-rgb), 0.6);font-size:14px;display:inline-flex;line-height:1.25}.wpte-trip-single .wpte-trip-meta a{color:inherit;text-decoration:none}.wpte-trip-single .wpte-trip-meta a:hover{text-decoration:underline;color:var(--primary-color)}.wpte-trip-single .wpte-trip-meta svg{height:15px;flex:0 0 14px}.wpte-trip-single .wpte-trip-meta svg path{fill:rgba(var(--font-color-rgb), 0.6)}.wpte-trip-single .wpte-trip-meta i{width:14px;height:14px;display:inline-flex;text-align:center;margin-right:8px;justify-content:center;align-items:center}.wpte-trip-single .wpte-trip-header-wrap{margin-bottom:16px}.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-meta{margin-bottom:10px}.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-meta svg path{fill:var(--primary-color)}.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title{font-size:20px;line-height:1.5;font-weight:500;margin:0px}.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title a{color:inherit;text-decoration:none;display:block}.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title a:hover{color:var(--primary-color)}.wpte-trip-single .wpte-trip-details-wrap{padding:24px;font-size:15px;line-height:1.8;flex:1;display:flex;flex-direction:column}.wpte-trip-single .wpte-trip-content{flex:1}.wpte-trip-single .wpte-trip-content p{margin:0}.wpte-trip-single .wpte-trip-budget-wrap{margin-top:24px;padding-top:24px;border-top:1px solid rgba(var(--font-color-rgb), 0.1)}.wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn{display:block;text-align:center;font-size:16px;font-weight:500;line-height:1.25;color:#fff;background-color:var(--primary-color);padding:10px 16px;border-radius:4px;text-decoration:none;cursor:pointer}.wpte-trip-single .wpte-trip-meta-list{display:flex;flex-direction:column;flex:1}.wpte-trip-single .wpte-trip-meta-list .wpte-trip-meta:not(:last-child){margin-bottom:15px}.wpte-trip-single .wpte-trip-budget-wrap{display:flex;flex-wrap:wrap}.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-meta-list .wpte-trip-meta svg path{fill:var(--primary-color)}.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-price-wrap{color:var(--font-color);display:flex;flex-direction:column}.wpte-trip-single .wpte-trip-price-wrap{font-size:28px;line-height:1.25;font-weight:600}.wpte-trip-single .wpte-trip-price-wrap del{font-weight:normal;font-size:16px;opacity:.4}.wpte-trip-single .wpte-trip-price-wrap ins{text-decoration:none}.wpte-trip-single .justify-content-between{justify-content:space-between}.wpte-trip-single .align-items-center{align-items:center}.wpte-trip-single .align-items-end{align-items:flex-end}.wpte-trip-single.style-3 .wpte-trip-header-wrap{margin-bottom:24px}.wpte-trip-single.style-3 .wpte-trip-meta-list{flex-wrap:wrap;flex-direction:row}.wpte-trip-single.style-3 .wpte-trip-meta-list .wpte-trip-meta:not(:last-child){margin-right:30px}.wpte-trip-single.style-3 .wpte-trip-meta svg path{fill:var(--primary-color)}.wpte-trip-single.style-3 .wpte-trip-btn-wrap{margin-top:9px}.wpte-trip-single.style-3 .discount-text-wrap{top:-13px;left:16px}.wpte-trip-single.style-3 .discount-text-wrap::before,.wpte-trip-single.style-3 .discount-text-wrap::after{content:none}.wpte-trip-single.style-3 .discount-text-wrap .discount-percent{border-radius:13px;padding-left:10px;padding-right:10px;background-color:#ea7810;color:#fff}.wpte-trip-single.style-3 .featured-text-wrap{right:auto;left:16px;top:-13px;display:inline-flex;align-items:center;background-color:#ffc34e;border-radius:15px;padding:4px 10px}.wpte-trip-single.style-3 .featured-text-wrap svg path{fill:#8c6b2b}.wpte-trip-single.style-3 .featured-text-wrap .featured-icon{display:flex;margin-right:6px;background:none;padding:0;width:unset;height:16px}.wpte-trip-single.style-3 .featured-text-wrap .featured-text{position:static;color:#8c6b2b;visibility:visible;opacity:1;transform:none;background:none;padding:0}.wpte-trip-single.style-3 .featured-text-wrap .featured-text::before{content:none}.wpte-trip-single.style-3 .discount-text-wrap+.featured-text-wrap{left:116px}.page-template-template-activities .activities-holder .item .img-holder img,.page-template-template-activities .destination-holder .item .img-holder img,.page-template-template-activities .trip_types-holder .item .img-holder img,.page-template-template-destination .activities-holder .item .img-holder img,.page-template-template-destination .destination-holder .item .img-holder img,.page-template-template-destination .trip_types-holder .item .img-holder img,.page-template-template-trip_types .activities-holder .item .img-holder img,.page-template-template-trip_types .destination-holder .item .img-holder img,.page-template-template-trip_types .trip_types-holder .item .img-holder img,.wpte-gblock-wrapper .activities-holder .item .img-holder img,.wpte-gblock-wrapper .destination-holder .item .img-holder img,.wpte-gblock-wrapper .trip_types-holder .item .img-holder img{transition:all 1s ease}.page-template-template-activities .activities-holder .item:hover .img-holder img,.page-template-template-activities .destination-holder .item:hover .img-holder img,.page-template-template-activities .trip_types-holder .item:hover .img-holder img,.page-template-template-destination .activities-holder .item:hover .img-holder img,.page-template-template-destination .destination-holder .item:hover .img-holder img,.page-template-template-destination .trip_types-holder .item:hover .img-holder img,.page-template-template-trip_types .activities-holder .item:hover .img-holder img,.page-template-template-trip_types .destination-holder .item:hover .img-holder img,.page-template-template-trip_types .trip_types-holder .item:hover .img-holder img,.wpte-gblock-wrapper .activities-holder .item:hover .img-holder img,.wpte-gblock-wrapper .destination-holder .item:hover .img-holder img,.wpte-gblock-wrapper .trip_types-holder .item:hover .img-holder img{transform:scale(1.1)}.page-template-template-activities .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img,.page-template-template-destination .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img,.page-template-template-trip_types .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img,.wpte-gblock-wrapper .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img{transition:all 1s ease}.page-template-template-activities .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img,.page-template-template-destination .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img,.page-template-template-trip_types .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img,.wpte-gblock-wrapper .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img{transform:scale(1.1)}.wpte-trip__adv-field{position:relative;background-color:#fff;border-radius:4px;border:1px solid rgba(6,22,38,.2)}.wpte-trip__adv-field .icon{position:absolute;left:20px;top:50%;transform:translate(-50%, -50%)}.wpte-trip__adv-field .icon svg{width:20px;height:15px;vertical-align:middle}.wpte-trip__adv-field .icon svg path{fill:var(--primary-color)}.wpte-trip__adv-field .wpte__input{width:100%;padding:14px 12px 14px 38px;font-size:.875rem;line-height:1.49;border:none;background:none;position:relative;z-index:1}.wpte-trip__adv-field.wpte__select-field{position:relative}.wpte-trip__adv-field.wpte__select-field .wpte__input{padding-right:38px;cursor:default}.wpte-trip__adv-field.wpte__select-field::after{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16 10L12 14L8 10%27 stroke=%27%23061626%27 stroke-opacity=%270.4%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-size:100%;background-repeat:no-repeat;position:absolute;top:12px;right:9px;transition:all .3s ease}.wpte-trip__adv-field.wpte__select-field .wpte__select-options{font-size:.875rem;line-height:1.49;position:absolute;top:100%;left:0;min-width:197px;width:100%;background-color:#fff;border-radius:4px;margin-top:4px;box-shadow:0 16px 24px rgba(0,0,0,.06);visibility:hidden;opacity:0;transform:translateY(-10px) scaleY(0.8);transform-origin:top;transition:all .3s ease;padding:15px 8px;z-index:11}.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul{max-height:315px;overflow-y:auto;padding-right:2px;scrollbar-color:var(--primary-color) rgba(var(--font-color-rgb), 0.1);scrollbar-width:thin}.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar{width:6px}.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar-track{background-color:rgba(var(--font-color-rgb), 0.1);border-radius:10px}.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px}.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul{list-style:none;margin:0;padding-left:0}.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li span{display:block;padding:11px 8px;cursor:pointer}.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li:hover>span{background-color:#efefef}.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected{background-color:var(--primary-color)}.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected>span{background-color:var(--primary-color);color:#fff}.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected:hover>span{color:#fff}.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul ul li span{padding-left:32px}.wpte-trip__adv-field.wpte__select-field.options-open::after{transform:rotate(180deg)}.wpte-trip__adv-field.wpte__select-field.options-open .wpte__select-options{visibility:visible;opacity:1;transform:translateY(0) scaleY(1)}.wpte-trip-category{margin-bottom:56px;position:relative}.wpte-trip-category .wpte-trip-category-img-wrap{position:relative}.wpte-trip-category .wpte-trip-category-img-wrap figure{position:relative;overflow:hidden;padding-top:105%;border-radius:4px;background-color:#efefef;transition:all .3s ease;margin:0}.wpte-trip-category .wpte-trip-category-img-wrap figure a{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.wpte-trip-category .wpte-trip-category-img-wrap figure img{width:100%;height:100% !important;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;transition:all 1s ease}.wpte-trip-category .wpte-trip-category-img-wrap figure:hover{background-color:#dcdcdc}.wpte-trip-category .wpte-trip-category-img-wrap figure:hover img{transform:scale(1.2)}.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-overlay{position:absolute;top:0;left:0;border-radius:4px;background-color:rgba(var(--primary-color-rgb), 0.8);display:flex;align-items:center;flex-direction:column;justify-content:center;color:#fff;width:100%;height:100%;text-align:center;visibility:hidden;opacity:0;transition:all .3s ease}.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap{display:flex;flex-direction:column;justify-content:center;font-size:16px;font-weight:normal}.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap a{color:inherit;text-decoration:none;display:block;margin-bottom:8px;transition:all .3s cubic-bezier(0.23, 1, 0.32, 1);transform:translateY(30px);visibility:hidden;opacity:0}.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap a:hover{text-decoration:underline}.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn{margin-top:24px}.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn{text-align:center;display:inline-block;padding:10px 32px;border-radius:4px;border:1px solid #fff;color:#fff;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease;transition:all .3s cubic-bezier(0.23, 1, 0.32, 1);transform:translateY(30px);visibility:hidden;opacity:0}.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn:hover{background-color:#fff;color:var(--primary-color);transition:all .3s ease}.wpte-trip-category .wpte-trip-category-img-wrap:hover .wpte-trip-subcat-wrap a{transition-delay:.2s;transform:translateY(0px);visibility:visible;opacity:1}.wpte-trip-category .wpte-trip-category-img-wrap:hover .wpte-trip-cat-btn{transition-delay:.4s;transform:translateY(0px);visibility:visible;opacity:1}.wpte-trip-category .wpte-trip-category-text-wrap .wpte-trip-category-title a{display:inline-block}.wpte-trip-category .wpte-trip-category-title{font-size:22px;font-weight:600;margin-bottom:0}.wpte-trip-category .wpte-trip-category-title svg{width:16px;transition:all .3s ease}.wpte-trip-category .wpte-trip-category-title svg path{fill:var(--primary-color)}.wpte-trip-category .wpte-trip-category-title a{text-decoration:none;color:inherit;margin-right:8px}.wpte-trip-category .wpte-trip-category-title a:hover{color:var(--primary-color)}.wpte-trip-category .wpte-trip-category-title a:hover svg{transform:translateX(10px)}.wpte-trip-category .trip-count{font-size:14px;font-weight:500}.wpte-trip-category .wpte-trip-category-text-wrap{margin-top:24px}.wpte-trip-category:hover .wpte-trip-category-img-wrap .wpte-trip-category-overlay{visibility:visible;opacity:1}.wpte-trip-category.style-1 .wpte-trip-category-img-wrap figure{border-radius:0;padding-top:70%}.wpte-trip-category.style-1 .wpte-trip-category-text-wrap{position:absolute;left:0;right:0;bottom:0;padding:22px 30px;color:#fff;z-index:1;background:linear-gradient(to bottom, transparent, var(--font-color))}.wpte-trip-category.style-1 .wpte-trip-category-text-wrap .wpte-trip-category-title{margin:0;color:#fff}.wpte-trip-category.style-3 .trip-count{font-size:13px;line-height:1;font-weight:600;padding:5.5px 10px;border-radius:15px;background-color:var(--primary-color);color:#fff;position:absolute;top:16px;left:16px;box-shadow:0px 4px 8px rgba(0,0,0,.04)}.wpte-trip-list-wrapper{display:flex;flex-direction:column}.wpte-trip-list-wrapper[class*=columns-]{flex-direction:row;flex-wrap:wrap}.wpte-trip-list-wrapper.columns-2 .wpte-trip-single,.wpte-trip-list-wrapper.columns-2>[class*=wpte-trip-]{width:100%}@media(min-width: 768px){.wpte-trip-list-wrapper.columns-2 .wpte-trip-single,.wpte-trip-list-wrapper.columns-2>[class*=wpte-trip-]{width:calc(50% - 15px);margin-right:30px}.wpte-trip-list-wrapper.columns-2 .wpte-trip-single:nth-child(2n),.wpte-trip-list-wrapper.columns-2>[class*=wpte-trip-]:nth-child(2n){margin-right:0px}}.wpte-trip-list-wrapper.columns-3 .wpte-trip-single,.wpte-trip-list-wrapper.columns-3>[class*=wpte-trip-]{width:100%}@media(min-width: 768px){.wpte-trip-list-wrapper.columns-3 .wpte-trip-single,.wpte-trip-list-wrapper.columns-3>[class*=wpte-trip-]{width:calc(50% - 15px);margin-right:30px}.wpte-trip-list-wrapper.columns-3 .wpte-trip-single:nth-child(2n),.wpte-trip-list-wrapper.columns-3>[class*=wpte-trip-]:nth-child(2n){margin-right:0px}}@media(min-width: 992px){.wpte-trip-list-wrapper.columns-3 .wpte-trip-single,.wpte-trip-list-wrapper.columns-3>[class*=wpte-trip-]{width:calc(33.333% - 20px);margin-right:30px}.wpte-trip-list-wrapper.columns-3 .wpte-trip-single:nth-child(2n),.wpte-trip-list-wrapper.columns-3>[class*=wpte-trip-]:nth-child(2n){margin-right:30px}.wpte-trip-list-wrapper.columns-3 .wpte-trip-single:nth-child(3n),.wpte-trip-list-wrapper.columns-3>[class*=wpte-trip-]:nth-child(3n){margin-right:0}}.wpte-trip-list-wrapper.columns-4 .wpte-trip-single,.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]{width:100%}@media(min-width: 768px){.wpte-trip-list-wrapper.columns-4 .wpte-trip-single,.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]{width:calc(50% - 15px);margin-right:30px}.wpte-trip-list-wrapper.columns-4 .wpte-trip-single:nth-child(2n),.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]:nth-child(2n){margin-right:0px}}@media(min-width: 992px){.wpte-trip-list-wrapper.columns-4 .wpte-trip-single,.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]{width:calc(33.333% - 20px);margin-right:30px}.wpte-trip-list-wrapper.columns-4 .wpte-trip-single:nth-child(2n),.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]:nth-child(2n){margin-right:30px}.wpte-trip-list-wrapper.columns-4 .wpte-trip-single:nth-child(3n),.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]:nth-child(3n){margin-right:0}}@media(min-width: 1200px){.wpte-trip-list-wrapper.columns-4 .wpte-trip-single,.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]{width:calc(25% - 22.5px);margin-right:30px}.wpte-trip-list-wrapper.columns-4 .wpte-trip-single:nth-child(3n),.wpte-trip-list-wrapper.columns-4 .wpte-trip-single:nth-child(2n),.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]:nth-child(3n),.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]:nth-child(2n){margin-right:30px}.wpte-trip-list-wrapper.columns-4 .wpte-trip-single:nth-child(4n),.wpte-trip-list-wrapper.columns-4>[class*=wpte-trip-]:nth-child(4n){margin-right:0}}.wpte-trip-list-wrapper.wpte-trip-slider{position:relative}.wpte-trip-list-wrapper.wpte-trip-slider .slick-list{margin-right:-30px;padding:15px 0}.wpte-trip-list-wrapper.wpte-trip-slider[class*=columns-] .wpte-trip-single,.wpte-trip-list-wrapper.wpte-trip-slider[class*=columns-] .wpte-trip-category{margin-right:30px}.wpte-trip-list-wrapper.wpte-trip-slider .wpte-trip-single,.wpte-trip-list-wrapper.wpte-trip-slider .wpte-trip-category{margin-right:30px}.wpte-trip-list-wrapper.wpte-trip-slider .slick-arrow{font-size:0;line-height:0;width:56px;height:56px;background-size:17.97px 31.27px;background-position:center;background-repeat:no-repeat;border:none;background-color:rgba(0,0,0,0);position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}.wpte-trip-list-wrapper.wpte-trip-slider .slick-arrow.slick-prev{background-image:url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2732%27 viewBox=%270 0 19 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.833789 17.8665L14.1338 30.9331C15.0671 31.8665 16.4671 31.8665 17.4005 30.9331C18.3338 29.9998 18.3338 28.5998 17.4005 27.6665L5.96712 15.9998L17.4005 4.33312C18.3338 3.39979 18.3338 1.99979 17.4005 1.06645C16.9338 0.599788 16.4671 0.366455 15.7671 0.366455C15.0671 0.366455 14.6005 0.599788 14.1338 1.06645L0.833789 14.1331C-0.0995442 15.2998 -0.0995442 16.6998 0.833789 17.8665C0.833789 17.6331 0.833789 17.6331 0.833789 17.8665Z%27 fill=%27%23061626%27 fill-opacity=%270.5%27/%3E%3C/svg%3E%0A");left:-88px}.wpte-trip-list-wrapper.wpte-trip-slider .slick-arrow.slick-next{background-image:url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2732%27 viewBox=%270 0 19 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18.1662 14.1335L4.86621 1.06688C3.93288 0.133546 2.53287 0.133546 1.59954 1.06688C0.666208 2.00021 0.666208 3.40021 1.59954 4.33355L13.0329 16.0002L1.59954 27.6669C0.66621 28.6002 0.66621 30.0002 1.59954 30.9335C2.06621 31.4002 2.53288 31.6335 3.23288 31.6335C3.93288 31.6335 4.39954 31.4002 4.86621 30.9335L18.1662 17.8669C19.0995 16.7002 19.0995 15.3002 18.1662 14.1335C18.1662 14.3669 18.1662 14.3669 18.1662 14.1335Z%27 fill=%27%23061626%27 fill-opacity=%270.5%27/%3E%3C/svg%3E%0A");right:-88px}.wpte-trip-list-wrapper.full-width .wpte-trip-single,.wpte-trip-list-wrapper.full-width>[class*=wpte-trip-]{margin-right:0 !important;margin-bottom:0}@media(min-width: 768px){.wpte-trip-list-wrapper.full-width.columns-2 .wpte-trip-single,.wpte-trip-list-wrapper.full-width.columns-2>[class*=wpte-trip-]{width:50%}}@media(min-width: 768px){.wpte-trip-list-wrapper.full-width.columns-3 .wpte-trip-single,.wpte-trip-list-wrapper.full-width.columns-3>[class*=wpte-trip-]{width:50%}}@media(min-width: 992px){.wpte-trip-list-wrapper.full-width.columns-3 .wpte-trip-single,.wpte-trip-list-wrapper.full-width.columns-3>[class*=wpte-trip-]{width:33.333%}}@media(min-width: 768px){.wpte-trip-list-wrapper.full-width.columns-4 .wpte-trip-single,.wpte-trip-list-wrapper.full-width.columns-4>[class*=wpte-trip-]{width:50%}}@media(min-width: 992px){.wpte-trip-list-wrapper.full-width.columns-4 .wpte-trip-single,.wpte-trip-list-wrapper.full-width.columns-4>[class*=wpte-trip-]{width:33.333%}}@media(min-width: 1200px){.wpte-trip-list-wrapper.full-width.columns-4 .wpte-trip-single,.wpte-trip-list-wrapper.full-width.columns-4>[class*=wpte-trip-]{width:25%}}html{overflow-x:hidden}.full-width{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.wte-coupon-banner{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:10px 56px 10px 24px;background:linear-gradient(90deg, #f97316 0%, #ea580c 50%, #c2410c 100%);color:#fff;font-size:15px;line-height:1.4;font-weight:600;letter-spacing:.2px;box-sizing:border-box;text-align:center;z-index:9999;box-shadow:0 2px 6px rgba(0,0,0,.12),inset 0 -1px 0 rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.15);text-shadow:0 1px 1px rgba(0,0,0,.15);overflow:hidden}.wte-coupon-banner:not(.wte-coupon-banner--custom-bg)::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 12px, transparent 12px 24px);pointer-events:none}.wte-coupon-banner__inner{position:relative;display:inline-flex;align-items:center;gap:10px;justify-content:center;z-index:1}.wte-coupon-banner__icon{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.18);border-radius:999px;padding:6px;animation:wte-coupon-banner-bell 2.4s ease-in-out infinite;transform-origin:top center}.wte-coupon-banner__icon svg{width:16px;height:16px}.wte-coupon-banner__text{display:inline-block}.wte-coupon-banner__text code,.wte-coupon-banner__text strong{background:hsla(0,0%,100%,.22);padding:2px 8px;border-radius:4px;font-weight:700;font-family:inherit;letter-spacing:.5px;text-transform:uppercase}.wte-coupon-banner__close{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.2);border-radius:999px;color:#fff;font-size:18px;line-height:1;cursor:pointer;padding:0;opacity:.9;transition:background .2s ease,opacity .2s ease,transform .2s ease;z-index:2}.wte-coupon-banner__close:hover{background:hsla(0,0%,100%,.28);opacity:1;transform:translateY(-50%) scale(1.05)}.wte-coupon-banner__close:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(max-width: 600px){.wte-coupon-banner{font-size:13px;padding:12px 44px 12px 16px;gap:8px}}@keyframes wte-coupon-banner-bell{0%,60%,100%{transform:rotate(0)}70%{transform:rotate(12deg)}80%{transform:rotate(-10deg)}90%{transform:rotate(6deg)}}@media(prefers-reduced-motion: reduce){.wte-coupon-banner__icon{animation:none}}.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-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-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.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:"\e05b"}.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-cloudflare:before{content:"\e07d"}.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:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.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-edge-legacy:before{content:"\e078"}.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:"\e005"}.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:"\e007"}.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-pay:before{content:"\e079"}.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-guilded:before{content:"\e07e"}.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:"\e05c"}.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:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.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:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.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-hive:before{content:"\e07f"}.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:"\e065"}.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:"\e013"}.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-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.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:"\e066"}.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:"\e067"}.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:"\e01a"}.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:"\e056"}.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-octopus-deploy:before{content:"\e082"}.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:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.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:"\e01e"}.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:"\e069"}.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:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.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-rust:before{content:"\e07a"}.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:"\e06c"}.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:"\e057"}.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-sink:before{content:"\e06d"}.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:"\e06e"}.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:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.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-tiktok:before{content:"\e07b"}.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:"\e072"}.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:"\e041"}.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-uncharted:before{content:"\e084"}.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:"\e049"}.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-unsplash:before{content:"\e07c"}.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-users-slash:before{content:"\e073"}.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-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.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:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.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-watchman-monitoring:before{content:"\e087"}.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-wodu:before{content:"\e088"}.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(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/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(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/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(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face{font-family:'simple-line-icons';src:url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0);src:url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix)format('embedded-opentype'),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0)format('woff2'),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0)format('truetype'),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0)format('woff'),url(//www.hyttravel.com.my/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons)format('svg');font-weight:normal;font-style:normal;font-display:swap}.icon-user,.icon-people,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-login,.icon-logout,.icon-emotsmile,.icon-phone,.icon-call-end,.icon-call-in,.icon-call-out,.icon-map,.icon-location-pin,.icon-direction,.icon-directions,.icon-compass,.icon-layers,.icon-menu,.icon-list,.icon-options-vertical,.icon-options,.icon-arrow-down,.icon-arrow-left,.icon-arrow-right,.icon-arrow-up,.icon-arrow-up-circle,.icon-arrow-left-circle,.icon-arrow-right-circle,.icon-arrow-down-circle,.icon-check,.icon-clock,.icon-plus,.icon-minus,.icon-close,.icon-exclamation,.icon-organization,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-mustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-disc,.icon-cursor,.icon-cursor-move,.icon-crop,.icon-chemistry,.icon-speedometer,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglass,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-folder-alt,.icon-folder,.icon-film,.icon-feed,.icon-drop,.icon-drawer,.icon-docs,.icon-doc,.icon-diamond,.icon-cup,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-frame,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-loop,.icon-home,.icon-grid,.icon-graph,.icon-microphone,.icon-music-tone-alt,.icon-music-tone,.icon-earphones-alt,.icon-earphones,.icon-equalizer,.icon-like,.icon-dislike,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-calendar,.icon-bulb,.icon-chart,.icon-ban,.icon-bubble,.icon-camrecorder,.icon-camera,.icon-cloud-download,.icon-cloud-upload,.icon-envelope,.icon-eye,.icon-flag,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symbol-female,.icon-symbol-male,.icon-target,.icon-credit-card,.icon-paypal,.icon-social-tumblr,.icon-social-twitter,.icon-social-facebook,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-github,.icon-social-google,.icon-social-reddit,.icon-social-skype,.icon-social-dribbble,.icon-social-behance,.icon-social-foursqare,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-youtube,.icon-social-dropbox{font-family:'simple-line-icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}blockquote,q{quotes:none}a:focus{outline:solid 1px !important}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto}select{max-width:100%}em{font-style:italic}* html{font-size:87.5%}html{-ms-overflow-x:hidden;overflow-x:hidden}body{font-family:"Open Sans",sans-serif;font-size:14px;line-height:1.8;color:#4a4a4a;overflow-wrap:break-word;word-wrap:break-word}body{background-color:#fff}.mejs-container{margin-bottom:20px}dfn,cite,em,i{font-style:italic}body .oceanwp-row{margin:0 -0.625rem}body .oceanwp-row .col{float:left;margin:0 0 1.25rem;padding:0 0.625rem}body .oceanwp-row .span_1_of_1{float:none;width:100%}body .oceanwp-row .span_1_of_2{width:50%}body .oceanwp-row .span_1_of_3{width:33.33%}body .oceanwp-row .span_1_of_4{width:25%}body .oceanwp-row .span_1_of_5{width:20%}body .oceanwp-row .span_1_of_6{width:16.66666667%}body .oceanwp-row .span_1_of_7{width:14.28%}body .oceanwp-row .span_1_of_8{width:12.5%}body .oceanwp-row .span_1_of_9{width:11.11%}body .oceanwp-row .span_1_of_10{width:10%}.count-1,.col-1,.col.first{clear:both;margin-left:0}.isotope-entry{clear:none}.no-margin{margin:0 !important}.no-padding{padding:0 !important}.responsive-video-wrap iframe,.responsive-video-wrap object,.responsive-video-wrap embed,.responsive-audio-wrap iframe,.responsive-audio-wrap object,.responsive-audio-wrap embed{display:block}.wp-video-shortcode{max-width:100% !important}.responsive-video-wrap p{margin:0}form.oceanwp-searchform{display:inline-block;position:relative;height:35px}form.oceanwp-searchform input{margin:0;padding:0 40px 0 15px;height:100%;min-height:100%}form.oceanwp-searchform button{display:block;position:absolute;top:50%;right:0;min-width:40px;height:60%;height:100%;font-size:12px;font-weight:600;background-color:transparent !important;margin:0;padding:0;border:0;text-align:center;line-height:1;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.polylang-switcher-shortcode li{float:left;margin-right:5px}.polylang-switcher-shortcode.flags-and-names li{margin-right:15px}.polylang-switcher-shortcode li:last-child{margin-right:0}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;font-size:14px !important;font-weight:400;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.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}.no-display{border:0;clip:rect(1px, 1px, 1px, 1px);display:none;height:1px;overflow:hidden;padding:0;position:absolute;width:1px;-webkit-clip-path:circle(1% at 1% 1%);clip-path:circle(1% at 1% 1%)}.owp-icon{width:14px;height:14px;vertical-align:text-bottom}#owp-svg-icons path,#owp-svg-icons rect,#owp-svg-icons circle,#owp-svg-icons line,#owp-svg-icons polygon,#owp-svg-icons polyline{stroke:inherit;fill:none}.owp-icon use{stroke:#333}::selection{color:#fff;background:#333;text-shadow:none}::-moz-selection{color:#fff;background:#333;text-shadow:none}@media only screen and (min-width: 768px) and (max-width: 959px){body .oceanwp-row .span_1_of_4.col-3.col{margin-left:0;clear:both}body .oceanwp-row .span_1_of_4.col:not(.product),body .oceanwp-isotope-grid .span_1_of_4.col{width:50%}}@media only screen and (max-width: 480px){.col{width:100%;margin-left:0;margin-right:0;margin-bottom:30px}} html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,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:600}dfn{font-style:italic}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}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;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"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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}.container{width:1200px;max-width:90%;margin:0 auto}#wrap{position:relative}#main{position:relative}#main #content-wrap{padding-top:50px;padding-bottom:50px}.no-margins #main #content-wrap,.no-margins.separate-layout #main #content-wrap,.landing-page #main #content-wrap{padding-top:0;padding-bottom:0}.content-area{float:left;position:relative;width:72%;padding-right:30px;border-right-width:1px;border-style:solid;border-color:#f1f1f1}.widget-area{width:28%}.widget-area.sidebar-primary{float:right;padding-left:30px}.widget-area.sidebar-secondary{float:left}.content-full-width .content-area,body.content-full-screen #content-wrap{width:100% !important;max-width:none !important;padding:0 !important;border:0 !important}.content-full-screen .content-area{float:none;width:100% !important;max-width:none !important;padding:0 !important;margin:0 !important;border:0 !important}.content-left-sidebar .content-area{float:right;padding-left:30px;padding-right:0;border-left-width:1px;border-right-width:0}.content-left-sidebar .widget-area{float:left;padding-right:30px;padding-left:0}.content-both-sidebars .content-area{width:44%}.content-both-sidebars.scs-style .content-area{left:28%;padding-left:30px;border-left-width:1px}.content-both-sidebars.scs-style .widget-area.sidebar-secondary{position:relative;left:-44%;padding-right:30px}.content-both-sidebars.ssc-style .content-area{left:56%;padding-left:30px;padding-right:0;border-left-width:1px;border-right-width:0}.content-both-sidebars.ssc-style .widget-area{position:relative;left:-44%;padding-right:30px}.content-both-sidebars.ssc-style .widget-area.sidebar-primary{padding-left:0}.content-both-sidebars.css-style .widget-area.sidebar-secondary{padding-left:30px}.boxed-layout{background-color:#e9e9e9}.boxed-layout #wrap{width:1280px;max-width:100%;margin:0 auto;background-color:#fff}.boxed-layout.wrap-boxshadow #wrap{-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.15);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.15);box-shadow:0 1px 4px rgba(0,0,0,0.15)}.boxed-layout #wrap .container{width:auto;max-width:none;padding-left:30px;padding-right:30px}.boxed-layout.content-full-screen #content-wrap{padding-left:0 !important;padding-right:0 !important}.boxed-layout #footer-widgets{margin:0}.boxed-layout .site-breadcrumbs{right:30px}.separate-layout{background-color:#f1f1f1}.separate-layout .content-area,.separate-layout .widget-area .sidebar-box{background-color:#fff;padding:30px}.separate-layout.content-left-sidebar .content-area{padding:30px}.separate-layout.content-full-width .content-area{padding:30px !important}.separate-layout .content-area{border-right-width:0}.separate-layout.content-left-sidebar .content-area{border-left-width:0}.separate-layout .widget-area.sidebar-primary{padding-left:20px}.separate-layout .widget-area.sidebar-secondary{padding-right:20px}.separate-layout.content-left-sidebar .widget-area{padding-right:20px;padding-left:0}.separate-layout #main #content-wrap{padding-top:20px;padding-bottom:20px}.separate-layout .sidebar-box{margin-bottom:20px}.separate-layout .sidebar-box:last-child{margin-bottom:0}.separate-layout.content-both-sidebars.scs-style .content-area{border-left-width:0}.separate-layout.content-both-sidebars.scs-style .widget-area.sidebar-secondary{padding-right:20px}.separate-layout.content-both-sidebars.ssc-style .content-area{padding-right:30px;border-left-width:0}.separate-layout.content-both-sidebars.ssc-style .widget-area{padding-right:20px}.separate-layout.content-both-sidebars.css-style .widget-area.sidebar-secondary{padding-left:20px;padding-right:0}body.separate-blog.separate-layout .content-area{padding:0 !important;background-color:transparent}body.separate-blog.separate-layout #blog-entries>*{background-color:#fff;padding:30px;border:0;margin-bottom:20px}body.separate-blog.separate-layout #blog-entries>:last-child{margin-bottom:0}body.separate-blog.separate-layout .oceanwp-pagination,body.separate-blog.separate-layout .page-jump,body.separate-blog.separate-layout .scroller-status{background-color:#fff;padding:30px;margin-top:20px}body.separate-blog.separate-layout .oceanwp-pagination ul.page-numbers,body.separate-blog.separate-layout .page-jump ul.page-numbers,body.separate-blog.separate-layout .scroller-status ul.page-numbers{padding:0}body.separate-blog.separate-layout .oceanwp-row{margin:0;margin-right:-1.25rem}body.separate-blog.separate-layout #blog-entries.blog-grid>*{background-color:transparent;padding:0 1.25rem 0 0}body.separate-blog.separate-layout #blog-entries.blog-grid>:last-child{margin-bottom:1.25rem}body.separate-blog.separate-layout.has-blog-grid .oceanwp-pagination{margin-top:0}body.separate-blog.separate-layout .blog-entry.grid-entry .blog-entry-inner{background-color:#fff;padding:1.875rem;border:0}body.separate-blog.separate-layout .blog-entry.grid-entry .thumbnail{margin:0}@media only screen and (max-width: 1280px){.content-both-sidebars .content-area{float:none !important;width:100% !important;left:auto !important;border-width:0 !important}.content-both-sidebars:not(.separate-layout) .content-area{padding:0 !important;margin-bottom:40px}.content-both-sidebars .widget-area.sidebar-primary,.content-both-sidebars .widget-area.sidebar-secondary{float:left;width:49% !important;left:auto !important;padding:0 !important}.content-both-sidebars .widget-area.sidebar-primary{float:right}.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary,.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary{width:48% !important}.separate-layout.content-both-sidebars .content-area{margin-bottom:20px}.separate-layout.content-both-sidebars .widget-area.sidebar-primary,.separate-layout.content-both-sidebars .widget-area.sidebar-secondary{width:49% !important}.separate-layout.content-both-sidebars .widget-area.sidebar-secondary{margin-bottom:20px}.separate-layout.content-both-sidebars .widget-area.sidebar-primary{padding-left:0}}@media only screen and (max-width: 1080px){.content-both-sidebars .content-area{float:none !important;width:100% !important;left:auto !important;border-width:0 !important}.content-both-sidebars:not(.separate-layout) .content-area{padding:0 !important;margin-bottom:40px}.content-both-sidebars .widget-area.sidebar-primary,.content-both-sidebars .widget-area.sidebar-secondary{float:left;width:49% !important;left:auto !important;padding:0 !important}.content-both-sidebars .widget-area.sidebar-primary{float:right}.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary,.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary{width:48% !important}.separate-layout.content-both-sidebars .content-area{margin-bottom:20px}.separate-layout.content-both-sidebars .widget-area.sidebar-primary,.separate-layout.content-both-sidebars .widget-area.sidebar-secondary{width:49% !important}.separate-layout.content-both-sidebars .widget-area.sidebar-secondary{margin-bottom:20px}.separate-layout.content-both-sidebars .widget-area.sidebar-primary{padding-left:0}}@media only screen and (max-width: 959px){.boxed-layout #wrap{overflow:hidden}.boxed-layout .site-breadcrumbs{right:auto}.container,body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container{max-width:90%}.content-area,.content-left-sidebar .content-area{float:none !important;width:100%;margin-bottom:40px;border:0}body.sidebar-content .content-area{margin-bottom:0}body:not(.separate-layout) .content-area,.content-left-sidebar:not(.separate-layout) .content-area{padding:0 !important}.no-margins .content-area,.no-margins.content-left-sidebar .content-area{margin-bottom:0}.widget-area.sidebar-primary,.widget-area.sidebar-secondary,.content-left-sidebar .widget-area{float:none !important;width:100%;padding:0 !important;border:0}body.has-composer.has-sidebar #primary{margin-bottom:40px}#main #content-wrap.container{width:auto !important}.content-both-sidebars .widget-area.sidebar-primary,.content-both-sidebars .widget-area.sidebar-secondary{float:none !important;width:100% !important}.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary,.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary{width:100% !important}.separate-layout.content-both-sidebars .widget-area.sidebar-primary,.separate-layout.content-both-sidebars .widget-area.sidebar-secondary{width:100% !important}.separate-layout .container,.separate-layout.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container{max-width:95%}.separate-layout .content-area,.separate-layout.content-left-sidebar .content-area{margin-bottom:20px}.separate-layout .widget-area{padding-left:0 !important;padding-right:0 !important}body.separate-blog.separate-layout .oceanwp-row{margin:0 !important}body.separate-blog.separate-layout #blog-entries.blog-grid>*{padding:0 !important}}@media only screen and (min-width: 768px) and (max-width: 959px){body.boxed-layout #wrap,body.boxed-layout .parallax-footer{width:auto !important}}@media only screen and (max-width: 767px){#wrap{width:100% !important}body.boxed-layout #wrap{width:auto !important}.boxed-layout #top-bar-social.top-bar-right{right:auto}.boxed-layout #top-bar-social.top-bar-left{left:auto}.col:not(.swiper-slide),.blog-entry{width:100% !important;margin-bottom:25px}}@media only screen and (max-width: 480px){.boxed-layout #wrap .container{padding-left:20px;padding-right:20px}}figure>img{display:block;margin:0 auto}img{max-width:100%;height:auto;vertical-align:middle}img[class*="align"],img[class*="attachment-"]{height:auto}.wp-caption{max-width:100%;margin-bottom:24px}.wp-caption img[class*="wp-image-"]{display:block;margin-bottom:5px}.wp-caption-text{font-size:14px;font-style:italic;color:#999}.wp-smiley{margin-top:0;margin-bottom:0;padding:0;border:0}embed,iframe,object{width:100%;max-width:100%}.entry-content .alignwide{margin-left:-3%;width:calc(100% + 6%);max-width:calc(100% + 6%)}.entry-content .alignfull{margin-left:-32px;width:calc(100% + 64px) !important;max-width:calc(100% + 64px)}.page .entry .alignfull{margin-left:-32px;width:calc(100% + 64px) !important;max-width:calc(100% + 64px)}.page .entry .alignwide{margin-left:-3%;width:calc(100% + 6%);max-width:calc(100% + 6%)}body.content-full-screen .entry-content .alignwide,body.content-full-screen .entry-content .alignfull,body.content-full-screen .entry .alignwide,body.content-full-screen .entry .alignfull{margin-left:0;width:100% !important;max-width:100%}body.single-post.content-max-width .entry-content .wp-block-embed .responsive-video-wrap,body.page.content-max-width .entry .wp-block-embed .responsive-video-wrap{max-width:100%;padding-left:0;padding-right:0}body.single-post.content-max-width .entry-content .alignwide,body.page.content-max-width .entry .alignwide{margin:0 auto;width:calc(90% + 32px);max-width:calc(90% + 32px)}body.single-post.content-max-width .entry-content .alignfull,body.page.content-max-width .entry .alignfull{width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important}@media screen and (max-width: 959px){.entry-content .alignfull{margin-left:-5.5% !important;width:calc(100% + 11%) !important;max-width:calc(100% + 11%) !important}.page .entry .alignfull{margin-left:-5.5% !important;width:calc(100% + 11%) !important;max-width:calc(100% + 11%) !important}}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{text-align:center;margin:0 auto;clear:both}img.aligncenter,.wp-caption.aligncenter{display:block;margin:0 auto}.alignnone{display:block}table{width:100%;margin-bottom:2.618em}table th,table td{padding:10px;text-align:left;vertical-align:top;border-bottom:1px solid #e9e9e9}table th{text-transform:uppercase}.sticky,.bypostauthor{font-size:inherit}.col:after,.clr:after,.group:after,dl:after,.left_float:after,.right_float:after{content:"";display:block;visibility:hidden;clear:both;zoom:1;height:0}.left_float{float:left;width:48%}.right_float{float:right;width:48%}.no_float{clear:both}.left_float label,.right_float label,.no_float label{font-size:13px;font-weight:600;color:#333}.full{display:block;width:100%}.gallery-item{display:inline-block;text-align:left;vertical-align:top;margin:0 0 1.5em;width:50%}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-item a,.gallery-item a:hover,.gallery-item a:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:none;display:inline-block;max-width:100%;vertical-align:top}.gallery-item a img{display:block}.gallery-caption{background-color:#f5f5f5;color:#333;font-size:14px;font-weight:400;line-height:1.3;padding:8px 10px}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}@media screen and (min-width: 30em){.gallery-item{max-width:25%}.gallery-columns-1 .gallery-item{max-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%}}@media screen and (min-width: 48em){.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%}}.responsive-video-wrap{position:relative}.responsive-video-wrap:before{content:"";display:block;padding-top:56.25%}.responsive-video-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;display:block}.wp-block-embed .responsive-video-wrap{position:static}.wp-block-embed .responsive-video-wrap:before{display:none}a{color:#333}a:hover{color:#13aff0}a.light{color:#fff}a.light:hover{color:#13aff0}a,a:hover,a:focus{text-decoration:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button),.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button){cursor:pointer;text-underline-offset:3px;text-decoration:underline;text-decoration-skip-ink:all;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):hover,.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover{text-decoration:underline;text-decoration-style:dotted;text-decoration-skip-ink:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button),.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button){outline:2px solid transparent;text-decoration:underline 1px dotted #13aff0;text-decoration-skip-ink:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0 0 20px;color:#333;line-height:1.4}h1{font-size:23px}h2{font-size:20px}h3{font-size:18px}h4{font-size:17px}h5{font-size:15px}h6{font-size:14px}.theme-heading{font-size:14px;letter-spacing:1.3px;margin:0 0 20px;text-transform:uppercase}.theme-heading .text::before{content:'\f105';font-family:'Font Awesome 5 Free';font-size:18px;font-weight:600;color:#13aff0;padding-right:6px}p{margin:0 0 20px}abbr[title],dfn[title]{cursor:help}del{vertical-align:baseline;text-decoration:line-through;color:#aaa}code,kbd,pre,samp{font-size:16px}pre{margin:20px 0;padding:20px;color:#2080ad;background-color:#fafafa}code{color:#2080ad}.wp-block-quote{margin:1.5em auto;padding-left:20px;border-left-width:3px;border-style:solid;border-left-color:#13aff0}blockquote{font-style:italic;margin:20px 40px;padding-left:20px;border-left-width:3px;border-style:solid;border-left-color:#13aff0}blockquote cite{position:relative;display:block;padding:10px 0 0 20px;color:#555}blockquote cite:before{position:absolute;left:0;content:"\2014"}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin:0 0 20px}ul,ol{margin:15px 0 15px 20px}ol{list-style-type:decimal}ol ol{list-style:upper-alpha}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:lower-alpha}li ul,li ol{margin:0 0 0 25px}dl{margin:20px}dt{font-weight:700}dd{margin-bottom:20px}hr{clear:both;height:1px;min-height:0;margin:20px 0;border-top:1px solid #e9e9e9;border-right:0;border-bottom:0;border-left:0}hr.dotted{border-style:dotted}hr.dashed{border-style:dashed}hr.blackborder{border-color:#000}hr.whiteborder{border-color:#fff}@media print{*{background:transparent !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@media only screen and (max-width: 480px){blockquote{margin:20px 0}}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea{display:inline-block;min-height:40px;width:100%;font-size:14px;line-height:1.8;padding:6px 12px;vertical-align:middle;background-color:transparent;color:#333;border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}form select{padding-top:0 !important;padding-bottom:0 !important}form input[type="number"]{max-width:50px;padding:0 0 0 8px}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="search"],textarea{-webkit-appearance:none}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}form textarea{min-height:150px;line-height:1.5;resize:vertical}input[type="checkbox"]{display:inline-block;background-color:#fff;border:1px solid #bbb;line-height:0;width:16px;min-width:16px;height:16px;margin:-3px 10px 0 0;outline:0;text-align:center;vertical-align:middle;clear:none;cursor:pointer;-webkit-appearance:none;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-transition:0.05s border-color ease-in-out;-moz-transition:0.05s border-color ease-in-out;-ms-transition:0.05s border-color ease-in-out;-o-transition:0.05s border-color ease-in-out;transition:0.05s border-color ease-in-out}input[type=radio]:checked:before,input[type=checkbox]:checked:before{float:left;display:inline-block;vertical-align:middle;width:16px;line-height:14px;font-family:'Font Awesome 5 Free';text-rendering:auto}input[type=checkbox]:checked:before{content:'\f00c';margin-bottom:-1px;color:#13aff0;font-weight:600}form input:not([type]){display:inline-block;padding:5px 10px;border:1px solid #ccc;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px #ddd;-moz-box-shadow:inset 0 1px 3px #ddd;box-shadow:inset 0 1px 3px #ddd}form input[type="color"]{padding:5px 10px}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="email"]:focus,form input[type="url"]:focus,form input[type="date"]:focus,form input[type="month"]:focus,form input[type="time"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="week"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="color"]:focus,form select:focus,form textarea:focus{border-color:#bbb;outline:0}form input:not([type]):focus{border-color:#bbb;outline:0}form input[type="file"]:focus,form input[type="radio"]:focus,form input[type="checkbox"]:focus{outline:0}form input[type="checkbox"],form input[type="radio"]{display:inline-block}form input[type="text"][disabled],form input[type="password"][disabled],form input[type="email"][disabled],form input[type="url"][disabled],form input[type="date"][disabled],form input[type="month"][disabled],form input[type="time"][disabled],form input[type="datetime"][disabled],form input[type="datetime-local"][disabled],form input[type="week"][disabled],form input[type="number"][disabled],form input[type="search"][disabled],form input[type="tel"][disabled],form input[type="color"][disabled],form select[disabled],form textarea[disabled]{cursor:not-allowed;color:#cad2d3;background-color:#eaeded}form input:not([type])[disabled]{cursor:not-allowed;color:#cad2d3;background-color:#eaeded}form input[readonly],form select[readonly],form textarea[readonly]{color:#777;border-color:#ccc;background-color:#eee}form input:focus:invalid,form textarea:focus:invalid,form select:focus:invalid{color:#b94a48;border-color:#e9322d}form input[type="file"]:focus:invalid:focus,form input[type="radio"]:focus:invalid:focus,form input[type="checkbox"]:focus:invalid:focus{outline-color:#e9322d}select{width:100%;height:2.25em;min-height:auto;border:1px solid #ddd;background-color:white;cursor:pointer;padding:0 15px;margin:0}form select[multiple]{height:auto}form label{margin-bottom:3px}form fieldset{margin:0;padding:.35em 0 .75em;border:0}form legend{display:block;width:100%;margin-bottom:.3em;padding:.3em 0;color:#333;border-bottom:1px solid #e5e5e5}input[type="button"],input[type="reset"],input[type="submit"],button[type="submit"],.button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{display:inline-block;font-family:inherit;background-color:#13aff0;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;margin:0;padding:14px 20px;border:0;cursor:pointer;text-align:center;letter-spacing:0.1em;line-height:1;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,button[type="submit"]:hover,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button[type="submit"]:focus,.button:hover,.button:focus,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{background-color:#0b7cac;color:#fff}input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button[type="submit"]:focus,button:focus{outline:0}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{cursor:not-allowed;-moz-opacity:.4;-webkit-opacity:.4;opacity:.4;border:none;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{color:#fff;background-color:#0078e7}.comment-form-cookies-consent{display:inline-block;width:100%}.comment-form-cookies-consent label{display:inline-block}#top-bar-wrap{position:relative;background-color:#fff;font-size:12px;border-bottom:1px solid #f1f1f1;z-index:101}#top-bar{padding:8px 0}#top-bar-inner{position:relative}.top-bar-left{float:left}.top-bar-right{float:right}.top-bar-centered{float:none;text-align:center}@media only screen and (max-width: 767px){#top-bar{padding:20px 0}#top-bar>div:nth-child(2){padding-top:20px}.top-bar-right{float:none;text-align:center}}@media screen and (max-width: 782px){#top-bar-wrap{z-index:100}}#top-bar-content strong{color:#333}#top-bar-content>a{color:#555}#top-bar-content>a:hover{color:#13aff0}#top-bar-content select{background-color:transparent;padding:5px;color:rgba(0,0,0,0.4);border-color:rgba(0,0,0,0.2);min-width:100px}#top-bar-content #lang_sel{position:relative;display:inline-block;top:3px;margin-right:10px;z-index:99}#topbar-template{display:inline-block}#top-bar-wrap #lang_sel ul ul{z-index:99999}.top-bar-right .polylang-switcher-shortcode{float:right;margin:0;margin-left:20px}.top-bar-left .polylang-switcher-shortcode{float:left;margin:0;margin-right:20px}@media only screen and (max-width: 767px){#top-bar-content,#top-bar-social-alt{float:none;text-align:center}#top-bar #lang_sel{text-align:left}body.rtl #top-bar #lang_sel{text-align:right}}.top-bar-left.has-content #top-bar-nav,.top-bar-right.has-content #top-bar-nav{margin:0;margin-right:20px;padding:0}#top-bar-nav,#top-bar-nav>li{display:inline-block}#top-bar-content.top-bar-centered #top-bar-nav,#top-bar-content.top-bar-centered #top-bar-nav>li{display:inline-block;float:none}#top-bar-nav>ul>li{display:inline-block;float:none;margin-right:15px}#top-bar-nav>ul>li:last-child{margin-right:0}#top-bar-nav>ul>li a .nav-arrow{margin-left:4px;margin-right:0}@media only screen and (max-width: 767px){#top-bar #top-bar-nav>li{float:none;display:inline-block}#top-bar-nav{float:none;text-align:center}}#top-bar-social ul{margin:0;padding:0;list-style:none}#top-bar-social li{float:left}#top-bar-social li a{display:block;float:left;font-size:14px;color:#bbb;padding:0 6px}#top-bar-social.top-bar-left li:first-child a{padding-left:0}#top-bar-social.top-bar-right li:last-child a{padding-right:0}#top-bar-social li a.oceanwp-twitter a:hover{color:#46d4fe}#top-bar-social li a.oceanwp-facebook a:hover{color:#37589b}#top-bar-social li a.oceanwp-googleplus a:hover{color:#de5a49}#top-bar-social li a.oceanwp-pinterest a:hover{color:#cb2027}#top-bar-social li a.oceanwp-dribbble a:hover{color:#ea4c89}#top-bar-social li a.oceanwp-vk a:hover{color:#597BA5}#top-bar-social li a.oceanwp-instagram a:hover{color:#3F729B}#top-bar-social li a.oceanwp-linkedin a:hover{color:#3399CC}#top-bar-social li a.oceanwp-tumblr a:hover{color:#2C4762}#top-bar-social li a.oceanwp-github a:hover{color:#60b044}#top-bar-social li a.oceanwp-flickr a:hover{color:#fa4086}#top-bar-social li a.oceanwp-skype a:hover{color:#00AFF0}#top-bar-social li a.oceanwp-youtube a:hover{color:#C4302B}#top-bar-social li a.oceanwp-vimeo a:hover{color:#1ab7ea}#top-bar-social li a.oceanwp-vine a:hover{color:#00bf8f}#top-bar-social li a.oceanwp-xing a:hover{color:#006464}#top-bar-social li a.oceanwp-yelp a:hover{color:#C41200}#top-bar-social li a.oceanwp-tripadvisor a:hover{color:#589442}#top-bar-social li a.oceanwp-rss a:hover{color:#ff7900}#top-bar-social li a.oceanwp-email a:hover{color:#13aff0}#top-bar-social.top-bar-right{position:absolute;right:0;top:50%;height:20px;line-height:20px;margin-top:-10px}#top-bar-social.top-bar-left{position:absolute;left:0;top:50%;height:20px;line-height:20px;margin-top:-10px}#top-bar-social.top-bar-centered{padding-top:15px}#top-bar-social.top-bar-centered li{display:inline-block;float:none}@media only screen and (max-width: 767px){#top-bar-social{text-align:center}#top-bar-social.top-bar-left,#top-bar-social.top-bar-right{position:inherit;left:auto;right:auto;float:none;height:auto;line-height:1.5em;margin-top:0}#top-bar-social li{float:none;display:inline-block}}#site-header{position:relative;width:100%;background-color:#fff;border-bottom:1px solid #f1f1f1;z-index:100}#site-header.is-transparent{position:absolute;top:0;background-color:transparent;height:auto;z-index:9999}#transparent-header-wrap{position:relative}.has-transparent-header .oceanwp-sticky-header-holder{height:auto !important}.has-transparent-header .is-sticky #site-header{background-color:#fff}.no-header-border #site-header{border-bottom:none}#site-header-inner{position:relative;height:100%}#site-logo{float:left;height:100%;display:table}#site-logo #site-logo-inner{display:table-cell;vertical-align:middle;height:74px}#site-logo #site-logo-inner a{background-color:transparent !important}#site-logo #site-logo-inner a img{width:auto;vertical-align:middle;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#site-logo #site-logo-inner a:hover img{-moz-opacity:.6;-webkit-opacity:.6;opacity:.6}#site-logo #site-logo-inner picture{display:inline-block}#site-logo a.site-logo-text{font-size:24px;margin:0}#site-logo.has-responsive-logo .responsive-logo-link{display:none}#site-header.has-header-media>*:not(.overlay-header-media){position:relative;z-index:2}#site-header.has-header-media .overlay-header-media{display:block;position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,0.3);z-index:1}#site-header .custom-header-media{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;width:100%}#site-header .custom-header-media:before{content:"";position:absolute;bottom:0;left:0;right:0;display:block;height:100%;z-index:2;background:-moz-linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.3) 100%);background:-webkit-linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.3) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.3) 100%)}#site-header .custom-header-media video,#site-header .custom-header-media iframe{position:absolute;height:auto;left:50%;max-width:1000%;min-height:100%;min-width:100%;min-width:100vw;width:auto;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}#site-header .custom-header-media .wp-custom-header-video-button{display:none}.has-header-video #site-header-inner{z-index:10}#sidr .sidr-class-social-menu-inner .fa{font-family:"Font Awesome 5 Brands";font-weight:400}@media only screen and (max-width: 959px){.has-left-menu #site-logo{padding:0 !important}}@media only screen and (max-width: 767px){#site-logo{margin-top:0px !important;margin-bottom:0px !important}}#site-header.transparent-header{position:absolute;top:0;background-color:transparent;height:auto;z-index:9999}#site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link{display:none}#site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link{display:block}.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link{display:block}.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link{display:none}#site-header.top-header{border-bottom:0 !important}#site-header.top-header .header-top{position:relative;background-color:#fff;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);z-index:100}#site-header.top-header .header-top .left{float:left}#site-header.top-header .header-top .right{float:right}#site-header.top-header .header-top .right .inner{display:table;position:relative}#site-header.top-header #searchform-header-replace{background-color:#fff}#site-header.top-header.header-replace .left,#site-header.top-header.header-replace .right{-webkit-transition:opacity 0.25s ease-in-out;-moz-transition:opacity 0.25s ease-in-out;-ms-transition:opacity 0.25s ease-in-out;-o-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out}#site-header.top-header.header-replace .left.hide,#site-header.top-header.header-replace .right.hide{visibility:hidden;-moz-opacity:0;-webkit-opacity:0;opacity:0}#site-header.top-header #site-navigation-wrap{float:none;right:auto !important;left:-15px}#site-header.top-header #site-navigation-wrap .dropdown-menu>li>a{font-size:10px;line-height:40px;font-weight:600;letter-spacing:2px;text-transform:uppercase}#site-header.top-header .oceanwp-social-menu,#site-header.top-header #search-toggle{float:none;display:table-cell;vertical-align:middle;height:40px}#site-header.top-header .oceanwp-social-menu .social-menu-inner{display:block;height:auto}#site-header.top-header .oceanwp-social-menu{right:0;padding:0 10px}#site-header.top-header .oceanwp-social-menu .colored ul li a,#site-header.top-header .oceanwp-social-menu .minimal ul li a,#site-header.top-header .oceanwp-social-menu .dark ul li a{padding:0 3px}#site-header.top-header .oceanwp-social-menu .colored ul li a span,#site-header.top-header .oceanwp-social-menu .minimal ul li a span,#site-header.top-header .oceanwp-social-menu .dark ul li a span{width:26px;height:26px;line-height:26px}#site-header.top-header #search-toggle{border-right:1px solid #f1f1f1;border-left:1px solid #f1f1f1;padding:0 6px}#site-header.top-header #search-toggle a{display:inline-block;font-size:12px;width:28px;text-align:center}#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle{position:relative;z-index:101}#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle.exit>span:before{content:'✕';color:#fff}#site-header.top-header #searchform-header-replace input{color:#222;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:2px}#site-header.top-header #searchform-header-replace-close{font-size:16px;padding:0 6px}#site-header.top-header .header-bottom{text-align:center}#site-header.top-header #site-logo{float:none;display:inline-block;padding:50px 0}#site-header.top-header #site-logo #site-logo-inner{display:block;height:auto}#site-header.top-header #site-logo #site-description{padding-top:20px}#site-header.top-header #site-logo #site-description h2{color:#929292;font-size:12px;line-height:20px;letter-spacing:2px;text-transform:uppercase;margin:0}#site-header.top-header .oceanwp-mobile-menu-icon{float:none;left:-15px;right:auto}#site-header.top-header .oceanwp-mobile-menu-icon a{font-size:10px;line-height:40px;font-weight:600;letter-spacing:2px;text-transform:uppercase}#site-header.top-header.has-header-media #site-header-sticky-wrapper,#site-header.top-header.has-header-media .header-top{z-index:101}@media only screen and (max-width: 959px){.top-header-style .sidr-class-social-menu-inner,.top-header-style .sidr-class-mobile-searchform{display:none}}@media only screen and (max-width: 480px){#site-header.top-header .right{display:none}#site-header.top-header.header-replace .left.hide,#site-header.top-header.header-replace .right.hide{visibility:visible;-moz-opacity:1;-webkit-opacity:1;opacity:1}#site-header.top-header .header-top .left,#site-header.top-header .header-top .right{float:none !important;text-align:center}#site-header.top-header .oceanwp-mobile-menu-icon{float:none;left:auto !important;right:auto !important}#site-header.top-header .oceanwp-mobile-menu-icon a{float:none}#site-header.top-header .header-top .right .inner{display:block;padding-bottom:10px}#site-header.top-header .oceanwp-social-menu,#site-header.top-header #search-toggle{float:none;display:inline-block;height:auto}.top-header-style .sidr-class-social-menu-inner,.top-header-style .sidr-class-mobile-searchform{display:block}}#site-header.full_screen-header{z-index:9999}#site-header.full_screen-header #site-header-inner{overflow:visible !important}#site-header.full_screen-header #site-navigation-wrap{right:0}#site-header.full_screen-header #site-logo.has-full-screen-logo{position:relative;z-index:101}#site-header.full_screen-header #site-logo.has-full-screen-logo .full-screen-logo-link{display:none}#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link,#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .retina-logo-link{display:none}#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link{display:block}#site-header.full_screen-header .menu-bar-wrap{float:right;height:100%;display:table}#site-header.full_screen-header .menu-bar-inner{display:table-cell;vertical-align:middle;position:relative;height:74px}#site-header.full_screen-header .menu-bar{display:inline-block;position:relative;margin-left:10px;min-width:38px;height:33px;text-align:center;z-index:101}#site-header.full_screen-header .menu-bar .ham{display:inline-block;width:23px;height:2px;position:relative;top:2px;background-color:#333;vertical-align:middle;white-space:nowrap;-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}#site-header.full_screen-header .menu-bar .ham:before,#site-header.full_screen-header .menu-bar .ham:after{position:absolute;content:"";display:inline-block;width:23px;height:2px;left:0;background-color:#333;outline:1px solid transparent;-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}#site-header.full_screen-header .menu-bar .ham:before{top:-8px}#site-header.full_screen-header .menu-bar .ham:after{top:8px}#site-header.full_screen-header .menu-bar.exit .ham{background-color:transparent !important}#site-header.full_screen-header .menu-bar.exit .ham:before,#site-header.full_screen-header .menu-bar.exit .ham:after{background-color:#fff}#site-header.full_screen-header .menu-bar.exit .ham:before{-webkit-transform:translateY(8px) rotateZ(-45deg);-moz-transform:translateY(8px) rotateZ(-45deg);-ms-transform:translateY(8px) rotateZ(-45deg);-o-transform:translateY(8px) rotateZ(-45deg);transform:translateY(8px) rotateZ(-45deg)}#site-header.full_screen-header .menu-bar.exit .ham:after{-webkit-transform:translateY(-8px) rotateZ(45deg);-moz-transform:translateY(-8px) rotateZ(45deg);-ms-transform:translateY(-8px) rotateZ(45deg);-o-transform:translateY(-8px) rotateZ(45deg);transform:translateY(-8px) rotateZ(45deg)}#site-header.full_screen-header.nav-open{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important}#site-header.full_screen-header #full-screen-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);overflow-y:scroll;z-index:100}#site-header.full_screen-header #full-screen-menu #full-screen-menu-inner{display:table;width:100%;height:100%;padding:0 40px}#site-header.full_screen-header #full-screen-menu #site-navigation{display:table-cell;vertical-align:middle;padding:100px 0;text-align:center}#site-header.full_screen-header .fs-dropdown-menu{list-style:none;margin:0}#site-header.full_screen-header .fs-dropdown-menu li a{display:block;color:#fff;letter-spacing:2px;text-transform:uppercase}#site-header.full_screen-header .fs-dropdown-menu li a:hover{color:#929292}#site-header.full_screen-header .fs-dropdown-menu li a:focus{outline:1px dashed rgba(255,255,255,0.3)}#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow{display:inline-block;width:26px;padding-left:5px;text-align:center}#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow:before{content:"+"}#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow:focus{outline:1px dashed rgba(255,255,255,0.3)}#site-header.full_screen-header .fs-dropdown-menu li.open-sub>a .nav-arrow:before{content:"-"}#site-header.full_screen-header .fs-dropdown-menu li .sidebar-box{display:none}#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu{display:none;list-style:none;margin:0;padding:0}#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a{font-size:16px;padding:6px 0}#site-header.full_screen-header .fs-dropdown-menu>li{display:block}#site-header.full_screen-header .fs-dropdown-menu>li>a{font-size:24px;line-height:1.2;padding:12px 0}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li{max-width:220px;margin:10px auto 0}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li form{position:relative}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input,#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label{font-size:20px;padding:4px 0;color:#fff;margin:0;text-align:center;text-transform:uppercase}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input{position:relative;border:0;background-color:transparent;border-bottom:1px solid #666;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;z-index:2}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input:hover,#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input:focus{border-color:#fff}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label{display:block;position:absolute;top:0;bottom:0;left:0;right:0;cursor:text;-moz-opacity:.5;-webkit-opacity:.5;opacity:.5;z-index:1}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label i{display:inline-block;background-color:#fff;width:3px;height:3px;margin-left:3px;-webkit-animation:blink 1s linear infinite;-moz-animation:blink 1s linear infinite;-ms-animation:blink 1s linear infinite;-o-animation:blink 1s linear infinite;animation:blink 1s linear infinite}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label i+i{-ms-animation-delay:.2s;-webkit-animation-delay:.2s;-o-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label i+i+i{-ms-animation-delay:.4s;-webkit-animation-delay:.4s;-o-animation-delay:.4s;-moz-animation-delay:.4s;animation-delay:.4s}#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li form.search-filled label{-moz-opacity:0;-webkit-opacity:0;opacity:0;-webkit-transition-duration:150ms;-moz-transition-duration:150ms;-ms-transition-duration:150ms;-o-transition-duration:150ms;transition-duration:150ms}#site-header.full_screen-header .oceanwp-social-menu{display:block;float:none;margin-top:30px;text-align:center;right:auto}#site-header.full_screen-header .oceanwp-social-menu .social-menu-inner{display:block;height:auto !important}#site-header.full_screen-header .oceanwp-social-menu ul li{float:none;display:inline-block}#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a{background-color:transparent !important;color:#fff;font-size:24px;padding:0 16px;margin:0}#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a:hover{color:#929292}#site-header.full_screen-header .oceanwp-social-menu .colored ul li a,#site-header.full_screen-header .oceanwp-social-menu .minimal ul li a,#site-header.full_screen-header .oceanwp-social-menu .dark ul li a{padding:0 4px}#site-header.full_screen-header .oceanwp-social-menu .colored ul li a span,#site-header.full_screen-header .oceanwp-social-menu .minimal ul li a span,#site-header.full_screen-header .oceanwp-social-menu .dark ul li a span{font-size:16px;width:60px;height:60px;line-height:60px}@-webkit-keyframes blink{0%{-webkit-opacity:1}50%{-webkit-opacity:0}100%{-webkit-opacity:1}}@-moz-keyframes blink{0%{-moz-opacity:1}50%{-moz-opacity:0}100%{-moz-opacity:1}}@-o-keyframes blink{0%{-o-opacity:1}50%{-o-opacity:0}100%{-o-opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@media only screen and (max-width: 959px){#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link{display:block}#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link{display:none}}#site-header.center-header #site-logo{display:none}#site-header.center-header #site-navigation-wrap{float:none;width:100%;right:auto}#site-header.center-header #site-navigation-wrap .navigation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center}#site-header.center-header #site-navigation-wrap .middle-site-logo{width:24%;text-align:center}#site-header.center-header #site-navigation-wrap .middle-site-logo a img{width:auto;vertical-align:middle;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#site-header.center-header #site-navigation-wrap .middle-site-logo:hover img{-moz-opacity:.6;-webkit-opacity:.6;opacity:.6}#site-header.center-header #site-navigation-wrap .left-menu,#site-header.center-header #site-navigation-wrap .right-menu{position:relative;width:38%}#site-header.center-header #site-navigation-wrap .left-menu{float:left}#site-header.center-header #site-navigation-wrap .right-menu{float:right}#site-header.center-header #site-navigation-wrap .dropdown-menu>li{float:none;display:inline-block}#site-header.center-header .centered .left-menu,#site-header.center-header .centered .right-menu{text-align:center}#site-header.center-header .wider .left-menu{text-align:left}#site-header.center-header .wider .right-menu{text-align:right}#site-header.center-header .closer .left-menu{text-align:right}#site-header.center-header .closer .right-menu{text-align:left}#site-header.center-header #searchform-header-replace.show{max-width:100% !important}#site-header.center-header.header-replace #site-navigation .middle-site-logo{-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-ms-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}#site-header.center-header.header-replace #site-navigation.hide .middle-site-logo{visibility:hidden;-moz-opacity:0;-webkit-opacity:0;opacity:0}#site-header.medium-header{background-color:transparent;text-align:center}#site-header.medium-header .top-header-wrap{position:relative;background-color:#fff;padding:30px 0;-webkit-transition:padding 0.4s ease-in-out;-moz-transition:padding 0.4s ease-in-out;-ms-transition:padding 0.4s ease-in-out;-o-transition:padding 0.4s ease-in-out;transition:padding 0.4s ease-in-out;z-index:10}#site-header.medium-header .top-header-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:100%;margin:0}#site-header.medium-header .top-col{-webkit-flex:1 0 0%;flex:1 0 0%}#site-header.medium-header .top-col.col-1{text-align:left}#site-header.medium-header .top-col.col-2,#site-header.medium-header .top-col.logo-col{text-align:center}#site-header.medium-header .top-col.col-3{text-align:right}#site-header.medium-header #medium-searchform form{display:inline-block;position:relative}#site-header.medium-header #medium-searchform form.search-filled label{-moz-opacity:0;-webkit-opacity:0;opacity:0;-webkit-transition-duration:150ms;-moz-transition-duration:150ms;-ms-transition-duration:150ms;-o-transition-duration:150ms;transition-duration:150ms}#site-header.medium-header #medium-searchform input{position:relative;background-color:transparent !important;border:0;margin:0;padding:6px 38px 6px 12px;max-width:178px;z-index:2}#site-header.medium-header #medium-searchform input:focus{max-width:220px}#site-header.medium-header #medium-searchform label,#site-header.medium-header #medium-searchform button{position:absolute;top:0;line-height:40px;margin:0}#site-header.medium-header #medium-searchform button:focus{outline:1px solid}#site-header.medium-header #medium-searchform label{left:12px;color:#333;cursor:text;-moz-opacity:.5;-webkit-opacity:.5;opacity:.5;z-index:1}#site-header.medium-header #medium-searchform button{right:0;width:38px;background-color:transparent;color:#555;border:0;padding:0;z-index:2;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#site-header.medium-header #medium-searchform button:hover{color:#13aff0}#site-header.medium-header #medium-searchform .search-bg{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#f5f5f5}#site-header.medium-header #site-logo{float:none;display:block}#site-header.medium-header #site-logo #site-logo-inner{display:block;height:auto !important}#site-header.medium-header .oceanwp-social-menu{float:none;display:block;right:auto !important;left:auto !important}#site-header.medium-header .oceanwp-social-menu .social-menu-inner{display:block;height:auto !important}#site-header.medium-header .oceanwp-social-menu ul li{float:none;display:inline-block}#site-header.medium-header #site-navigation-wrap{position:relative;background-color:#f9f9f9;float:none;position:relative;right:auto !important;left:auto !important;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;z-index:9}#site-header.medium-header #site-navigation-wrap.left-menu #site-navigation{float:left;left:-22px}#site-header.medium-header #site-navigation-wrap.center-menu #site-navigation .dropdown-menu>li{float:none;display:inline-block}#site-header.medium-header #site-navigation-wrap.right-menu #site-navigation{float:right;right:-22px}#site-header.medium-header #site-navigation-wrap #site-navigation{display:inline-block;position:relative}#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a{font-size:12px;line-height:60px;padding:0 22px;text-transform:uppercase;letter-spacing:1px}#site-header.medium-header.hidden-menu #site-navigation-wrap,#site-header.medium-header.hidden-menu #site-navigation,#site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon{max-height:150px;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.is-sticky #site-header.medium-header .top-header-wrap{padding:20px 0}.is-sticky #site-header.medium-header .top-header-wrap .oceanwp-social-menu .social-menu-inner{height:auto}.is-sticky #site-header.medium-header.hidden-menu #site-navigation-wrap,.is-sticky #site-header.medium-header.hidden-menu #site-navigation,.is-sticky #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon{max-height:0;-moz-opacity:0;-webkit-opacity:0;opacity:0;visibility:hidden}.is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation-wrap,.is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation,.is-sticky #site-header.medium-header.hidden-menu:hover .oceanwp-mobile-menu-icon{max-height:150px;-moz-opacity:1;-webkit-opacity:1;opacity:1;visibility:visible}#site-header.medium-header .oceanwp-mobile-menu-icon{float:none;background-color:#f9f9f9;right:auto !important;left:auto !important}#site-header.medium-header .oceanwp-mobile-menu-icon a{float:none;display:inline-block;font-size:12px;padding:0 22px;line-height:60px;letter-spacing:1px;text-transform:uppercase}#site-header.medium-header.is-transparent .top-header-wrap,#site-header.medium-header.is-transparent #site-navigation-wrap,#site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon{background-color:transparent;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}@media only screen and (max-width: 959px){.medium-header-style .sidr-class-social-menu-inner,.medium-header-style .sidr-class-mobile-searchform{display:none}}@media only screen and (max-width: 767px){#site-header.medium-header .top-header-inner{display:block}#site-header.medium-header .top-col:not(.logo-col){display:none}#site-header.medium-header .top-col.logo-col{display:inline-block;text-align:center}.medium-header-style .sidr-class-social-menu-inner,.medium-header-style .sidr-class-mobile-searchform{display:block}}@media only screen and (max-width: 480px){#site-header.medium-header .header-top-wrap{padding:20px 0}#site-header.medium-header .oceanwp-mobile-menu-icon a{line-height:40px}}#site-header.vertical-header{position:fixed;top:0;width:300px;max-width:100%;height:100%;border-bottom:none;z-index:3000;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#site-header.vertical-header .ps__rail-y{padding:0 !important;width:0}#site-header.vertical-header.has-scrolled{background-color:#fff}#site-header.vertical-header.has-shadow{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,0.1);box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}#site-header.vertical-header .ps__thumb-y{background-color:transparent}#site-header.vertical-header .has-template>#site-logo{display:none}#site-header.vertical-header #site-header-inner{max-width:100%;padding:30px 0;overflow:hidden}#site-header.vertical-header #site-header-inner>*:not(#site-navigation-wrap){padding:0 30px}#site-header.vertical-header #site-header-inner #sidr{display:block}#site-header.vertical-header.vh-left-logo #site-logo{text-align:left}#site-header.vertical-header.vh-center-logo #site-logo{text-align:center}#site-header.vertical-header.vh-right-logo #site-logo{text-align:right}#site-header.vertical-header #site-logo,#site-header.vertical-header #site-logo #site-logo-inner{display:block;float:none;height:auto}#site-header.vertical-header #site-logo{margin:20px 0 45px}#site-header.vertical-header #site-logo a:focus{outline:1px dashed rgba(0,0,0,0.3)}#site-header.vertical-header .has-social #site-navigation-wrap{right:auto}#site-header.vertical-header #site-navigation-wrap{float:none;right:auto;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#site-header.vertical-header #site-navigation-wrap .dropdown-menu li{display:block;float:none;position:relative;border-bottom:1px solid rgba(0,0,0,0.05)}#site-header.vertical-header #site-navigation-wrap .dropdown-menu li:last-child{border-bottom:none}#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a{position:relative;line-height:1;padding:17px 30px}#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a:focus{outline:1px dashed rgba(0,0,0,0.3)}#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle{position:absolute;right:0;top:0;width:50px;height:100%;line-height:1;cursor:pointer;text-align:center}#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle:focus{outline:1px dashed rgba(0,0,0,0.3)}#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle:before{content:"+";font-size:20px;position:absolute;top:50%;left:50%;line-height:1;margin-top:-10px;margin-left:-10px}#site-header.vertical-header #site-navigation-wrap .dropdown-menu li.active>a>.dropdown-toggle:before{content:"-"}#site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu{display:none;position:relative;top:100%;left:0;background-color:rgba(0,0,0,0.03);border:none;border-top:1px solid rgba(0,0,0,0.05);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#site-header.vertical-header #site-navigation-wrap .nav-arrow,#site-header.vertical-header #site-navigation-wrap .sidebar-box{display:none}#site-header.vertical-header #vertical-searchform{margin-top:40px}#site-header.vertical-header #vertical-searchform form{position:relative}#site-header.vertical-header #vertical-searchform form.search-filled label{-moz-opacity:0;-webkit-opacity:0;opacity:0;-webkit-transition-duration:150ms;-moz-transition-duration:150ms;-ms-transition-duration:150ms;-o-transition-duration:150ms;transition-duration:150ms}#site-header.vertical-header #vertical-searchform form input{position:relative;font-size:14px;border-width:0 0 2px;background-color:transparent !important;border-color:rgba(0,0,0,0.04);padding:10px 12px;z-index:2}#site-header.vertical-header #vertical-searchform form label,#site-header.vertical-header #vertical-searchform form button{position:absolute;top:50%;margin:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#site-header.vertical-header #vertical-searchform form label:focus,#site-header.vertical-header #vertical-searchform form button:focus{outline:1px dashed rgba(0,0,0,0.3)}#site-header.vertical-header #vertical-searchform form label{left:12px;cursor:text;-moz-opacity:.5;-webkit-opacity:.5;opacity:.5;z-index:1}#site-header.vertical-header #vertical-searchform form button{right:0;width:50px;height:100%;line-height:1;padding:0;background-color:transparent;color:#777;border:none;z-index:2;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#site-header.vertical-header #vertical-searchform form button:hover{color:#333}#site-header.vertical-header #vertical-searchform form .search-bg{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.03)}#site-header.vertical-header .oceanwp-social-menu{float:none;display:block;margin-top:40px}#site-header.vertical-header .oceanwp-social-menu.simple-social{right:auto}#site-header.vertical-header .oceanwp-social-menu .social-menu-inner{display:block;height:auto}#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation{display:block}#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation .dropdown-menu>li>a{padding-left:0;padding-right:0}#site-header.vertical-header .vertical-toggle{display:none;position:absolute;top:10px;width:34px;height:34px;font-size:22px;line-height:34px;padding:0 !important;text-align:center}.has-vh-transparent .is-sticky #site-header.vertical-header{background-color:#fff}body.vertical-header-style.left-header #site-header.vertical-header{left:0}body.vertical-header-style.left-header #site-header.vertical-header .vertical-toggle{right:0}body.vertical-header-style.left-header #outer-wrap{margin-left:300px}body.vertical-header-style.right-header #site-header.vertical-header{right:0}body.vertical-header-style.right-header #site-header.vertical-header .vertical-toggle{left:0}body.vertical-header-style.right-header #outer-wrap{margin-right:300px}body.vertical-header-style.has-vh-transparent.left-header #outer-wrap{margin-left:0}body.vertical-header-style.has-vh-transparent.right-header #outer-wrap{margin-right:0}body.vertical-header-style.vh-closed.left-header #site-header.vertical-header{left:-266px}body.vertical-header-style.vh-closed.left-header #outer-wrap{margin-left:34px}body.vertical-header-style.vh-closed.right-header #site-header.vertical-header{right:-266px}body.vertical-header-style.vh-closed.right-header #outer-wrap{margin-right:34px}body.vertical-header-style.vh-closed.vh-opened.left-header #site-header.vertical-header{left:0}body.vertical-header-style.vh-closed.vh-opened.right-header #site-header.vertical-header{right:0}body.vertical-header-style.vh-closed.vh-opened #site-header.vertical-header #site-navigation-wrap{padding-right:0}body.vertical-header-style.vh-closed #site-header.vertical-header .vertical-toggle{display:block}body.vertical-header-style.vh-closed #site-header.vertical-header #site-navigation-wrap{padding-right:34px}@media only screen and (max-width: 1280px){body.vertical-header-style.default-collapse.left-header #site-header.vertical-header{left:-266px}body.vertical-header-style.default-collapse.left-header #outer-wrap{margin-left:34px}body.vertical-header-style.default-collapse.right-header #site-header.vertical-header{right:-266px}body.vertical-header-style.default-collapse.right-header #outer-wrap{margin-right:34px}body.vertical-header-style.default-collapse.vh-opened.left-header #site-header.vertical-header{left:0}body.vertical-header-style.default-collapse.vh-opened.right-header #site-header.vertical-header{right:0}body.vertical-header-style.default-collapse.vh-opened #site-header.vertical-header #site-navigation-wrap{padding-right:0}body.default-collapse #site-header.vertical-header .vertical-toggle{display:block}body.default-collapse #site-header.vertical-header #site-navigation-wrap{padding-right:34px}}#site-header.custom-header ul.oceanwp-custom-menu{list-style:none;margin:0;padding:0}#site-header.custom-header ul.oceanwp-custom-menu li{display:inline-block}#site-header.custom-header ul.oceanwp-custom-menu li a{display:block;font-size:13px;line-height:40px;padding:0 15px;letter-spacing:0.6px}.custom-header-logo.left{text-align:left}.custom-header-logo.right{text-align:right}.custom-header-logo.center{text-align:center}.custom-header-logo #site-logo{float:none;display:inline-block}.custom-header-logo #site-logo #site-logo-inner{display:block;height:auto !important}.custom-header-nav.left{text-align:left}.custom-header-nav.right{text-align:right}.custom-header-nav.center{text-align:center}.custom-header-nav #site-navigation-wrap{float:none;right:auto}.custom-header-nav #site-navigation-wrap #site-navigation{display:inline-block;position:relative}.custom-header-nav #site-navigation-wrap .dropdown-menu>li{float:none;display:inline-block}.custom-header-nav .oceanwp-mobile-menu-icon{float:none !important}.custom-header-nav .oceanwp-mobile-menu-icon a{display:inline-block}#site-navigation-wrap{float:right;position:relative;right:-15px}#site-navigation-wrap .dropdown-menu{list-style:none;margin:0;padding:0}#site-navigation-wrap .dropdown-menu>li{float:left;position:relative}#site-navigation-wrap .dropdown-menu>li>a{display:block;font-size:13px;line-height:74px;color:#555;padding:0 15px;letter-spacing:0.6px}#site-navigation-wrap .dropdown-menu>li>a.site-search-toggle{letter-spacing:0}#site-navigation-wrap .dropdown-menu>li>a:hover{color:#13aff0}#site-navigation-wrap .dropdown-menu>li>a .nav-arrow{padding-left:6px;line-height:1}#site-navigation-wrap .dropdown-menu>li.btn>a{background-color:transparent !important}#site-navigation-wrap .dropdown-menu>li.btn>a>span{background-color:#13aff0;color:#fff;padding:12px 22px;font-weight:600;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;cursor:pointer;text-align:center;-webkit-transition:background-color 0.3s ease;-moz-transition:background-color 0.3s ease;-ms-transition:background-color 0.3s ease;-o-transition:background-color 0.3s ease;transition:background-color 0.3s ease}#site-navigation-wrap .dropdown-menu>li.btn>a>span:before,#site-navigation-wrap .dropdown-menu>li.btn>a>span:after{display:none !important}#site-navigation-wrap .dropdown-menu>li.btn>a:hover>span{background-color:#0b7cac;color:#fff}#site-navigation-wrap .dropdown-menu>li.btn.rounded>a>span{-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;border-radius:25px}.has-social #site-navigation-wrap{right:0}.minimal-header.left-menu #site-navigation-wrap,.transparent-header.left-menu #site-navigation-wrap{float:left;right:0}.minimal-header.left-menu #site-logo,.transparent-header.left-menu #site-logo{padding-right:20px}.center-menu #site-navigation-wrap{position:absolute;float:none;left:50%;right:auto;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu li.menu-item{position:relative;white-space:nowrap;white-space:normal}.sf-menu li:hover,.sf-menu li.sfHover{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.sf-menu ul.sub-menu{position:absolute;visibility:hidden;top:100%;left:0;z-index:9999}.sf-menu>li{float:left}.sf-menu li:hover>ul,.sf-menu li.sfHover>ul{display:block}.sf-menu a.menu-link{display:block;position:relative;zoom:1}.sf-menu ul.sub-menu ul{top:0;left:100%;visibility:visible}.dropdown-menu,.dropdown-menu *{margin:0;padding:0;list-style:none}.dropdown-menu .sub-menu{display:none;position:absolute;top:100%;left:0;background-color:#fff;border-top:3px solid #13aff0;min-width:180px;line-height:1;text-align:left;z-index:999;-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 6px rgba(0,0,0,0.1);box-shadow:0 2px 6px rgba(0,0,0,0.1)}.dropdown-menu li .sub-menu li.menu-item{display:block;float:none}.dropdown-menu ul .sub-menu{top:0;left:100%;margin-top:-3px}.no-top-border .sub-menu{border:none}.dropdown-menu ul li.menu-item{display:block;border-bottom:1px solid #f1f1f1}.dropdown-menu ul li.menu-item:last-child{border-bottom:0}.dropdown-menu ul li a.menu-link{display:block;position:relative;float:none;font-size:12px;font-weight:400;line-height:1.2em;letter-spacing:0.6px;padding:12px 15px;text-transform:capitalize}.dropdown-menu ul li a.menu-link:hover{background-color:#f8f8f8;color:#555}.dropdown-menu ul li a.menu-link:hover .owp-icon use{stroke:#555}.dropdown-menu ul li a.menu-link .nav-arrow{position:absolute;top:50%;right:15px;margin-top:-6.5px;padding:0}.dropdown-menu ul li a.menu-link i{position:relative;width:20px;text-align:center;margin-right:3px}.dropdown-menu li a.menu-link i{padding-right:5px}.nav-content{display:block;font-size:11px;line-height:1.8;padding:5px 0;white-space:normal;-moz-opacity:.7;-webkit-opacity:.7;opacity:.7}.navigation li a i.icon,.navigation li a span.icon-wrap,.navigation li a img.icon{display:inline-block;vertical-align:middle}.navigation li a i.icon{width:auto;height:auto;font-size:1.2em;line-height:1;padding:0 !important}.navigation li a i.before,.navigation li a i.after{margin-top:-0.265em}.navigation li a i.before{margin-right:6px}.navigation li a i.after{margin-left:6px}.navigation li a i.elusive{margin-top:-0.3em}.navigation li a span.icon-wrap{text-align:center}.navigation li a span.icon-wrap i.below,.navigation li a span.icon-wrap img{display:block;margin:0 0 8px}.navigation li a span.icon-wrap img{margin:0 auto 8px auto}.navigation li a span.icon-wrap span.menu-text{display:block;line-height:1}.navigation li a img.before{margin-right:6px}.navigation li a img.after{margin-left:6px}.navigation li a .svg{width:1em}.navigation li a .hidden{display:none !important}.after-header-content{float:right;height:100%;display:table}.after-header-content .after-header-content-inner{display:table-cell;vertical-align:middle;height:74px}.after-header-content .after-header-content-inner>a,.after-header-content .after-header-content-inner>div>a{display:inline-block;line-height:74px}.after-header-content .elementor{display:inline-block}.oceanwp-mobile-menu-icon{display:none;position:relative}.oceanwp-mobile-menu-icon.mobile-right{float:right}.oceanwp-mobile-menu-icon.mobile-left{float:left}.oceanwp-mobile-menu-icon a{font-size:13px;line-height:74px;color:#555;padding-left:15px;letter-spacing:0.6px;cursor:pointer}.oceanwp-mobile-menu-icon a:first-child{padding-left:0}.oceanwp-mobile-menu-icon a:hover{color:#13aff0}.oceanwp-mobile-menu-icon a:focus{outline:1px dashed #e3e3e3}.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text,.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text{padding-left:6px}.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text,.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text{display:none}.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text{display:inline-block}.oceanwp-social-menu{float:right;position:relative;z-index:10}.oceanwp-social-menu.simple-social{right:-8px}.oceanwp-social-menu.social-with-style{right:-2px}.oceanwp-social-menu .social-menu-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;height:74px}.oceanwp-social-menu ul{margin:0;padding:0;list-style:none}.oceanwp-social-menu ul li{float:left;position:relative}.oceanwp-social-menu ul li a{display:inline-block;background-color:transparent;color:#929292;padding:0 8px;line-height:1;text-align:center;letter-spacing:0}.oceanwp-social-menu ul li a span{width:1em;height:1em;text-align:center}.oceanwp-social-menu ul li a:hover{background-color:transparent}.oceanwp-social-menu ul li:first-child a{margin-left:0}.oceanwp-social-menu ul li:last-child a{margin-right:0}.oceanwp-social-menu ul li.oceanwp-twitter a:hover{color:#46d4fe}.oceanwp-social-menu ul li.oceanwp-facebook a:hover{color:#37589b}.oceanwp-social-menu ul li.oceanwp-googleplus a:hover{color:#de5a49}.oceanwp-social-menu ul li.oceanwp-pinterest a:hover{color:#cb2027}.oceanwp-social-menu ul li.oceanwp-dribbble a:hover{color:#ea4c89}.oceanwp-social-menu ul li.oceanwp-vk a:hover{color:#597BA5}.oceanwp-social-menu ul li.oceanwp-instagram a:hover{color:#3F729B}.oceanwp-social-menu ul li.oceanwp-linkedin a:hover{color:#3399CC}.oceanwp-social-menu ul li.oceanwp-tumblr a:hover{color:#2C4762}.oceanwp-social-menu ul li.oceanwp-github a:hover{color:#60b044}.oceanwp-social-menu ul li.oceanwp-flickr a:hover{color:#fa4086}.oceanwp-social-menu ul li.oceanwp-skype a:hover{color:#00AFF0}.oceanwp-social-menu ul li.oceanwp-youtube a:hover{color:#C4302B}.oceanwp-social-menu ul li.oceanwp-vimeo a:hover{color:#1ab7ea}.oceanwp-social-menu ul li.oceanwp-vine a:hover{color:#00bf8f}.oceanwp-social-menu ul li.oceanwp-xing a:hover{color:#006464}.oceanwp-social-menu ul li.oceanwp-yelp a:hover{color:#C41200}.oceanwp-social-menu ul li.oceanwp-tripadvisor a:hover{color:#589442}.oceanwp-social-menu ul li.oceanwp-rss a:hover{color:#ff7900}.oceanwp-social-menu ul li.oceanwp-email a:hover{color:#13aff0}.oceanwp-social-menu ul li.oceanwp-tiktok a:hover{color:#000000}.oceanwp-social-menu ul li.oceanwp-medium a:hover{color:#00ab6c}.oceanwp-social-menu ul li.oceanwp-telegram a:hover{color:#0088cc}.oceanwp-social-menu ul li.oceanwp-twitch a:hover{color:#6441a5}.oceanwp-social-menu ul li.oceanwp-line a:hover{color:#00c300}.oceanwp-social-menu ul li.oceanwp-qq a:hover{color:#febf1b}.oceanwp-social-menu .colored ul li a{position:relative;display:inline-block;font-size:12px;color:#fff;line-height:1;padding:1em;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;vertical-align:middle;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.oceanwp-social-menu .colored ul li a:hover{color:#fff}.oceanwp-social-menu .colored ul li a .owp-icon use{stroke:#fff}.oceanwp-social-menu .colored ul li.oceanwp-twitter a{background-color:#46d4fe}.oceanwp-social-menu .colored ul li.oceanwp-twitter a:hover{background-color:#39b4d8}.oceanwp-social-menu .colored ul li.oceanwp-facebook a{background-color:#37589b}.oceanwp-social-menu .colored ul li.oceanwp-facebook a:hover{background-color:#2d477c}.oceanwp-social-menu .colored ul li.oceanwp-googleplus a{background-color:#de5a49}.oceanwp-social-menu .colored ul li.oceanwp-googleplus a:hover{background-color:#bb4c3e}.oceanwp-social-menu .colored ul li.oceanwp-pinterest a{background-color:#cb2027}.oceanwp-social-menu .colored ul li.oceanwp-pinterest a:hover{background-color:#a91d23}.oceanwp-social-menu .colored ul li.oceanwp-dribbble a{background-color:#ea4c89}.oceanwp-social-menu .colored ul li.oceanwp-dribbble a:hover{background-color:#c64174}.oceanwp-social-menu .colored ul li.oceanwp-vk a{background-color:#597BA5}.oceanwp-social-menu .colored ul li.oceanwp-vk a:hover{background-color:#486384}.oceanwp-social-menu .colored ul li.oceanwp-instagram a{background-color:#3F729B}.oceanwp-social-menu .colored ul li.oceanwp-instagram a:hover{background-color:#315a7c}.oceanwp-social-menu .colored ul li.oceanwp-linkedin a{background-color:#3399CC}.oceanwp-social-menu .colored ul li.oceanwp-linkedin a:hover{background-color:#2678a1}.oceanwp-social-menu .colored ul li.oceanwp-tumblr a{background-color:#2C4762}.oceanwp-social-menu .colored ul li.oceanwp-tumblr a:hover{background-color:#1d3042}.oceanwp-social-menu .colored ul li.oceanwp-github a{background-color:#60b044}.oceanwp-social-menu .colored ul li.oceanwp-github a:hover{background-color:#4f9237}.oceanwp-social-menu .colored ul li.oceanwp-flickr a{background-color:#fa4086}.oceanwp-social-menu .colored ul li.oceanwp-flickr a:hover{background-color:#c63169}.oceanwp-social-menu .colored ul li.oceanwp-skype a{background-color:#00AFF0}.oceanwp-social-menu .colored ul li.oceanwp-skype a:hover{background-color:#0291c6}.oceanwp-social-menu .colored ul li.oceanwp-youtube a{background-color:#C4302B}.oceanwp-social-menu .colored ul li.oceanwp-youtube a:hover{background-color:#982420}.oceanwp-social-menu .colored ul li.oceanwp-vimeo a{background-color:#1ab7ea}.oceanwp-social-menu .colored ul li.oceanwp-vimeo a:hover{background-color:#1494bd}.oceanwp-social-menu .colored ul li.oceanwp-vine a{background-color:#00bf8f}.oceanwp-social-menu .colored ul li.oceanwp-vine a:hover{background-color:#01906c}.oceanwp-social-menu .colored ul li.oceanwp-xing a{background-color:#006464}.oceanwp-social-menu .colored ul li.oceanwp-xing a:hover{background-color:#014646}.oceanwp-social-menu .colored ul li.oceanwp-yelp a{background-color:#C41200}.oceanwp-social-menu .colored ul li.oceanwp-yelp a:hover{background-color:#940f01}.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a{background-color:#589442}.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a:hover{background-color:#426f32}.oceanwp-social-menu .colored ul li.oceanwp-rss a{background-color:#ff7900}.oceanwp-social-menu .colored ul li.oceanwp-rss a:hover{background-color:#d46603}.oceanwp-social-menu .colored ul li.oceanwp-email a{background-color:#13aff0}.oceanwp-social-menu .colored ul li.oceanwp-email a:hover{background-color:#0f8dc2}.oceanwp-social-menu .colored ul li.oceanwp-tiktok a{background-color:#000000}.oceanwp-social-menu .colored ul li.oceanwp-tiktok a:hover{background-color:#141414}.oceanwp-social-menu .colored ul li.oceanwp-medium a{background-color:#00ab6c}.oceanwp-social-menu .colored ul li.oceanwp-medium a:hover{background-color:#03945f}.oceanwp-social-menu .colored ul li.oceanwp-telegram a{background-color:#0088cc}.oceanwp-social-menu .colored ul li.oceanwp-telegram a:hover{background-color:#0da4f0}.oceanwp-social-menu .colored ul li.oceanwp-twitch a{background-color:#6441a5}.oceanwp-social-menu .colored ul li.oceanwp-twitch a:hover{background-color:#702cee}.oceanwp-social-menu .colored ul li.oceanwp-line a{background-color:#00c300}.oceanwp-social-menu .colored ul li.oceanwp-line a:hover{background-color:#09f309}.oceanwp-social-menu .colored ul li.oceanwp-qq a{background-color:#febf1b}.oceanwp-social-menu .colored ul li.oceanwp-qq a:hover{background-color:#db9f07}.oceanwp-social-menu .minimal ul li a{position:relative;display:inline-block;font-size:12px;background-color:transparent;color:#bbb;border:1px solid #ccc;line-height:1;padding:1em;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;vertical-align:middle;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.oceanwp-social-menu .minimal ul li a:hover{background-color:transparent}.oceanwp-social-menu .minimal ul li.oceanwp-twitter a:hover{color:#46d4fe;border-color:#46d4fe}.oceanwp-social-menu .minimal ul li.oceanwp-facebook a:hover{color:#37589b;border-color:#37589b}.oceanwp-social-menu .minimal ul li.oceanwp-googleplus a:hover{color:#de5a49;border-color:#de5a49}.oceanwp-social-menu .minimal ul li.oceanwp-pinterest a:hover{color:#cb2027;border-color:#cb2027}.oceanwp-social-menu .minimal ul li.oceanwp-dribbble a:hover{color:#ea4c89;border-color:#ea4c89}.oceanwp-social-menu .minimal ul li.oceanwp-vk a:hover{color:#597BA5;border-color:#597BA5}.oceanwp-social-menu .minimal ul li.oceanwp-instagram a:hover{color:#3F729B;border-color:#3F729B}.oceanwp-social-menu .minimal ul li.oceanwp-linkedin a:hover{color:#3399CC;border-color:#3399CC}.oceanwp-social-menu .minimal ul li.oceanwp-tumblr a:hover{color:#2C4762;border-color:#2C4762}.oceanwp-social-menu .minimal ul li.oceanwp-github a:hover{color:#60b044;border-color:#60b044}.oceanwp-social-menu .minimal ul li.oceanwp-flickr a:hover{color:#fa4086;border-color:#fa4086}.oceanwp-social-menu .minimal ul li.oceanwp-skype a:hover{color:#00AFF0;border-color:#00AFF0}.oceanwp-social-menu .minimal ul li.oceanwp-youtube a:hover{color:#C4302B;border-color:#C4302B}.oceanwp-social-menu .minimal ul li.oceanwp-vimeo a:hover{color:#1ab7ea;border-color:#1ab7ea}.oceanwp-social-menu .minimal ul li.oceanwp-vine a:hover{color:#00bf8f;border-color:#00bf8f}.oceanwp-social-menu .minimal ul li.oceanwp-xing a:hover{color:#006464;border-color:#006464}.oceanwp-social-menu .minimal ul li.oceanwp-yelp a:hover{color:#C41200;border-color:#C41200}.oceanwp-social-menu .minimal ul li.oceanwp-tripadvisor a:hover{color:#589442;border-color:#589442}.oceanwp-social-menu .minimal ul li.oceanwp-rss a:hover{color:#ff7900;border-color:#ff7900}.oceanwp-social-menu .minimal ul li.oceanwp-email a:hover{color:#13aff0;border-color:#13aff0}.oceanwp-social-menu .minimal ul li.oceanwp-tiktok a:hover{color:#000000;border-color:#000000}.oceanwp-social-menu .minimal ul li.oceanwp-medium a:hover{color:#00ab6c;border-color:#00ab6c}.oceanwp-social-menu .minimal ul li.oceanwp-telegram a:hover{color:#0088cc;border-color:#0088cc}.oceanwp-social-menu .minimal ul li.oceanwp-twitch a:hover{color:#702cee;border-color:#702cee}.oceanwp-social-menu .minimal ul li.oceanwp-line a:hover{color:#00c300;border-color:#00c300}.oceanwp-social-menu .minimal ul li.oceanwp-qq a:hover{color:#febf1b;border-color:#febf1b}.oceanwp-social-menu .dark ul li a{position:relative;display:inline-block;font-size:12px;background-color:#333;color:#fff;line-height:1;padding:1em;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;vertical-align:middle;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.oceanwp-social-menu .dark ul li a:hover{background-color:#000;color:#fff}.oceanwp-social-menu .dark ul li a .owp-icon use{stroke:#fff}.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative}.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{display:block;background-color:#13aff0;position:absolute;bottom:-30%;left:0;content:'';width:100%;height:2px;visibility:hidden;-moz-transform:scaleX(0);-webkit-transform:scaleX(0);transform:scaleX(0);transform-origin:bottom left;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{visibility:visible;-moz-transform:scaleX(1);-webkit-transform:scaleX(1);transform:scaleX(1)}.effect-one #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{visibility:visible;-moz-transform:scaleX(1);-webkit-transform:scaleX(1);transform:scaleX(1)}.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative}.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{position:absolute;bottom:-30%;left:0;width:100%;height:3px;background-color:rgba(0,0,0,0.1);content:'';opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.effect-two #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative}.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{position:absolute;bottom:-30%;left:0;width:100%;height:1px;background-color:#13aff0;content:'';opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{height:2px;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.effect-three #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{height:2px;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative}.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{display:inline-block;color:#13aff0;opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before{margin-right:6px;content:'[';-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{margin-left:6px;content:']';-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translateX(-20px)}.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.effect-four #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,.effect-four #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative}.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{position:absolute;top:130%;left:0;width:100%;height:2px;background-color:#13aff0;content:'';-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform:scale(0.85);-moz-transform:scale(0.85);-ms-transform:scale(0.85);-o-transform:scale(0.85);transform:scale(0.85)}.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{top:-30%;opacity:1}.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{top:-30%;opacity:1}.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative}.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{position:absolute;top:50%;left:50%;width:50px;height:50px;border:2px solid rgba(0,0,0,0.1);border-radius:50%;content:'';opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform:translateX(-50%) translateY(-50%) scale(0.2);-moz-transform:translateX(-50%) translateY(-50%) scale(0.2);-ms-transform:translateX(-50%) translateY(-50%) scale(0.2);-o-transform:translateX(-50%) translateY(-50%) scale(0.2);transform:translateX(-50%) translateY(-50%) scale(0.2)}.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{width:40px;height:40px;border-width:4px;-webkit-transform:translateX(-50%) translateY(-50%) scale(0.8);-moz-transform:translateX(-50%) translateY(-50%) scale(0.8);-ms-transform:translateX(-50%) translateY(-50%) scale(0.8);-o-transform:translateX(-50%) translateY(-50%) scale(0.8);transform:translateX(-50%) translateY(-50%) scale(0.8)}.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);-o-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}.effect-six #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,.effect-six #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);-o-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative}.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{position:absolute;bottom:-80%;left:50%;color:transparent;content:'•';text-shadow:0 0 transparent;font-size:1.2em;line-height:1;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{color:#13aff0;text-shadow:10px 0 #13aff0, -10px 0 #13aff0}.effect-seven #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{color:#13aff0;text-shadow:10px 0 #13aff0, -10px 0 #13aff0}.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative;padding:0 8px}.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{position:absolute;width:100%;top:50%;left:0;height:2px;margin-top:-1px;background-color:rgba(0,0,0,0.1);content:'';z-index:-1;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;pointer-events:none}.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before{-webkit-transform:translateY(-13px);-moz-transform:translateY(-13px);-ms-transform:translateY(-13px);-o-transform:translateY(-13px);transform:translateY(-13px)}.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-ms-transform:translateY(15px);-o-transform:translateY(15px);transform:translateY(15px)}.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{opacity:0.8}.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{opacity:0.8}.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{position:relative}.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{position:absolute;left:0;width:100%;height:2px;background-color:#13aff0;content:'';opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before{top:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after{bottom:0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{opacity:1}.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after{-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{opacity:1}.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after{-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link>span{padding:8px;-webkit-transition:box-shadow 0.25s ease-out;-moz-transition:box-shadow 0.25s ease-out;-ms-transition:box-shadow 0.25s ease-out;-o-transition:box-shadow 0.25s ease-out;transition:box-shadow 0.25s ease-out}.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span{-webkit-box-shadow:0 0 10px 4px rgba(0,0,0,0.1);-moz-box-shadow:0 0 10px 4px rgba(0,0,0,0.1);box-shadow:0 0 10px 4px rgba(0,0,0,0.1)}.effect-ten #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span{-webkit-box-shadow:0 0 10px 4px rgba(0,0,0,0.1);-moz-box-shadow:0 0 10px 4px rgba(0,0,0,0.1);box-shadow:0 0 10px 4px rgba(0,0,0,0.1)}.navigation .megamenu a .nav-arrow{display:none}.navigation .megamenu>li>a.menu-link{font-size:13px;font-weight:600}.navigation .megamenu li ul.sub-menu{border-top:1px solid #f1f1f1}.navigation .megamenu li a.menu-link{padding:12px 20px}.navigation .megamenu .sidebar-box{padding:20px;margin-bottom:0;line-height:1.8;white-space:normal}.navigation>ul>li>ul.megamenu.sub-menu>li{float:left;border-bottom:0;border-left-width:1px;border-style:solid;border-color:#f1f1f1}.navigation>ul>li>ul.megamenu.sub-menu>li:first-child{border-left:none}.navigation li.megamenu-li.hide-headings>.megamenu>li>a,.navigation li.megamenu-li>.megamenu>li.hide-heading>a{display:none}.navigation .megamenu .sub-menu{display:block !important;-moz-opacity:1 !important;-webkit-opacity:1 !important;opacity:1 !important;min-width:100%;position:static;background:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.navigation li.megamenu-li .megamenu.col-1>li{width:100%}.navigation li.megamenu-li .megamenu.col-2>li{width:50%}.navigation li.megamenu-li .megamenu.col-3>li{width:33.33333333%}.navigation li.megamenu-li .megamenu.col-4>li{width:25%}.navigation li.megamenu-li .megamenu.col-5>li{width:20%}.navigation li.megamenu-li .megamenu.col-6>li{width:16.66666667%}@media only screen and (min-width: 959px){.navigation li.megamenu-li.auto-mega .megamenu.col-1{width:320px}.navigation li.megamenu-li.auto-mega .megamenu.col-2{width:440px}.navigation li.megamenu-li.auto-mega .megamenu.col-3{width:660px}.navigation li.megamenu-li.auto-mega .megamenu.col-4{width:780px}.navigation li.megamenu-li.auto-mega .megamenu.col-5{width:980px}.navigation li.megamenu-li.auto-mega .megamenu.col-6{width:1080px}}.navigation>ul>li>ul.megamenu.sub-menu>li .elementor{white-space:normal;line-height:initial}.navigation li.mega-cat .megamenu{padding:30px 20px}.navigation li.mega-cat .mega-cat-title{position:relative;font-size:14px;line-height:1;font-weight:400;background-color:#f8f8f8;color:#222;letter-spacing:2px;margin:0 -20px 30px;padding:15px 35px;text-transform:uppercase}.navigation li.mega-cat>ul>li{padding:0 15px}.navigation li.mega-cat ul li a{padding:0}.navigation li.mega-cat ul li a.mega-post-link{display:block;position:relative;background-color:#000}.navigation li.mega-cat ul li a.mega-post-link img{display:block;width:100%}.navigation li.mega-cat ul li a.mega-post-link .overlay{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;background-color:rgba(0,0,0,0.2);-moz-opacity:0;-webkit-opacity:0;opacity:0;text-align:center;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.navigation li.mega-cat ul li a.mega-post-link:hover .overlay{-moz-opacity:1;-webkit-opacity:1;opacity:1}.navigation li.mega-cat ul li .mega-post-title{display:block;margin:15px 0 8px;white-space:initial}.navigation li.mega-cat ul li .mega-post-title a{color:#555;font-size:14px;font-weight:400;line-height:1.3;letter-spacing:0.6px;text-transform:none}.navigation li.mega-cat ul li .mega-post-title a:hover{background-color:transparent;color:#333}.navigation li.mega-cat ul li .mega-post-date{display:block;font-size:10px;color:#bbb;text-transform:uppercase}.navigation li.mega-cat ul li .mega-post-date i{font-size:9px;padding-right:5px}.navigation li.mega-cat ul li .mega-post-date svg.owp-icon{width:16px;height:16px;margin-right:0.7rem}.navigation>ul>li.mega-cat>ul.megamenu.sub-menu>li.first{border-left:0}@media only screen and (min-width: 768px) and (max-width: 1280px){.navigation li.megamenu.auto-width.col-6>.sub-menu{width:980px}}#searchform-dropdown,#icon-searchform-dropdown{position:absolute;right:0;background-color:#fff;border-top:3px solid #13aff0;top:100%;padding:15px;width:260px;-webkit-box-shadow:0 2px 7px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 7px rgba(0,0,0,0.1);box-shadow:0 2px 7px rgba(0,0,0,0.1);visibility:hidden;-moz-opacity:0;-webkit-opacity:0;opacity:0;transition:all 0.25s ease-in-out;z-index:10000}#searchform-dropdown input,#icon-searchform-dropdown input{display:block;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;margin:0}.no-top-border #searchform-dropdown,.no-top-border #icon-searchform-dropdown{border:none}#searchform-dropdown.show,#icon-searchform-dropdown.show{visibility:visible;-moz-opacity:1;-webkit-opacity:1;opacity:1}#icon-searchform-dropdown{width:100%}#site-header.header-replace #site-navigation .dropdown-menu{-webkit-transition:opacity 0.25s ease-in-out;-moz-transition:opacity 0.25s ease-in-out;-ms-transition:opacity 0.25s ease-in-out;-o-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out}#site-header.header-replace #site-navigation.hide .dropdown-menu{visibility:hidden;-moz-opacity:0;-webkit-opacity:0;opacity:0}#searchform-header-replace{position:absolute;top:0;right:0;height:100%;width:100%;min-width:370px;visibility:hidden;-moz-opacity:0;-webkit-opacity:0;opacity:0;-webkit-transition:opacity 0.25s ease-in-out;-moz-transition:opacity 0.25s ease-in-out;-ms-transition:opacity 0.25s ease-in-out;-o-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out}#searchform-header-replace form{height:100%;width:100%}#searchform-header-replace input{height:100%;width:94%;font-size:22px;background-color:transparent;color:#bbb;padding:0;outline:0;border:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}#searchform-header-replace-close{position:absolute;right:8px;top:50%;margin-top:-20px;height:40px;line-height:40px;font-size:26px;color:#bbb;cursor:pointer;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#searchform-header-replace-close:hover{color:#222}#searchform-header-replace.show{visibility:visible;-moz-opacity:1;-webkit-opacity:1;opacity:1}#searchform-overlay,#icon-searchform-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);z-index:9999}#searchform-overlay .container,#icon-searchform-overlay .container{position:relative;width:100%;height:100%}#searchform-overlay a.search-overlay-close,#icon-searchform-overlay a.search-overlay-close{position:absolute;top:-50px;left:50%;margin-left:-20px;width:40px;height:40px;background-color:rgba(255,255,255,0.2);text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px}#searchform-overlay a.search-overlay-close:hover,#icon-searchform-overlay a.search-overlay-close:hover{background-color:rgba(255,255,255,0.3)}#searchform-overlay a.search-overlay-close span,#icon-searchform-overlay a.search-overlay-close span{position:relative;display:inline-block;width:24px;height:24px}#searchform-overlay a.search-overlay-close span:before,#searchform-overlay a.search-overlay-close span:after,#icon-searchform-overlay a.search-overlay-close span:before,#icon-searchform-overlay a.search-overlay-close span:after{content:'';position:absolute;top:50%;left:0;height:2px;width:100%;margin-top:6px;background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px}#searchform-overlay a.search-overlay-close span:before,#icon-searchform-overlay a.search-overlay-close span:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#searchform-overlay a.search-overlay-close span:after,#icon-searchform-overlay a.search-overlay-close span:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#searchform-overlay form,#icon-searchform-overlay form{position:absolute;top:50%;left:0;margin-top:-33px;width:100%;text-align:center}#searchform-overlay form input,#searchform-overlay form label,#icon-searchform-overlay form input,#icon-searchform-overlay form label{font-size:22px;line-height:1.3;padding:18px 0;margin:0;min-height:50px;color:#fff;letter-spacing:1px;text-transform:uppercase;text-align:center}#searchform-overlay form input,#icon-searchform-overlay form input{position:relative;border:0;background-color:transparent;border-bottom:1px solid #444;z-index:2;-webkit-transition:border-color 0.3s ease;-moz-transition:border-color 0.3s ease;-ms-transition:border-color 0.3s ease;-o-transition:border-color 0.3s ease;transition:border-color 0.3s ease}#searchform-overlay form input:hover,#icon-searchform-overlay form input:hover{border-color:#777}#searchform-overlay form input:focus,#icon-searchform-overlay form input:focus{border-color:#fff}#searchform-overlay form label,#icon-searchform-overlay form label{display:block;position:absolute;top:0;bottom:0;left:0;right:0;cursor:text;-moz-opacity:.5;-webkit-opacity:.5;opacity:.5;z-index:1}#searchform-overlay form label i,#icon-searchform-overlay form label i{display:inline-block;background-color:#fff;width:3px;height:3px;margin-left:3px;-webkit-animation:blink 1s linear infinite;-moz-animation:blink 1s linear infinite;-ms-animation:blink 1s linear infinite;-o-animation:blink 1s linear infinite;animation:blink 1s linear infinite}#searchform-overlay form label i+i,#icon-searchform-overlay form label i+i{-ms-animation-delay:.2s;-webkit-animation-delay:.2s;-o-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}#searchform-overlay form label i+i+i,#icon-searchform-overlay form label i+i+i{-ms-animation-delay:.4s;-webkit-animation-delay:.4s;-o-animation-delay:.4s;-moz-animation-delay:.4s;animation-delay:.4s}#searchform-overlay form.search-filled label,#icon-searchform-overlay form.search-filled label{-moz-opacity:0;-webkit-opacity:0;opacity:0;-webkit-transition-duration:150ms;-moz-transition-duration:150ms;-ms-transition-duration:150ms;-o-transition-duration:150ms;transition-duration:150ms}#searchform-overlay .container{max-width:550px}#icon-searchform-overlay form label,#icon-searchform-overlay form input{font-size:16px}#icon-searchform-overlay .search-overlay-close{line-height:inherit}@media only screen and (max-width: 959px){#searchform-overlay{display:none !important}}#mobile-dropdown{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;max-height:400px;overflow-y:auto;-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 6px rgba(0,0,0,0.1);box-shadow:0 2px 6px rgba(0,0,0,0.1)}#mobile-dropdown ul{margin:0;list-style:none}#mobile-dropdown ul li{border-bottom:1px solid rgba(0,0,0,0.035)}#mobile-dropdown ul li a{display:block;position:relative;padding:12px 40px;text-align:left}#mobile-dropdown ul li a:focus{outline:1px dashed #e3e3e3}#mobile-dropdown ul li a i,#mobile-dropdown ul li a img{margin-right:10px}#mobile-dropdown ul li a i.after{margin-right:0;margin-left:10px}#mobile-dropdown ul li a .dropdown-toggle{position:absolute;right:0;top:0;height:100%;width:60px;cursor:pointer;color:#555;padding-right:40px;text-align:center;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#mobile-dropdown ul li a .dropdown-toggle:focus{outline:1px dashed rgba(0,0,0,0.4)}#mobile-dropdown ul li a .dropdown-toggle:before{content:"+";font-size:20px;position:absolute;top:50%;left:50%;line-height:30px;margin-top:-15px;margin-left:-15px}#mobile-dropdown ul li.active>a>.dropdown-toggle:before{content:"-"}#mobile-dropdown ul li ul{display:none;border-top:1px solid rgba(0,0,0,0.035);margin-left:0;background-color:rgba(0,0,0,0.02)}#mobile-dropdown ul li.woo-menu-icon,#mobile-dropdown ul li.search-toggle-li,#mobile-dropdown ul li.side-panel-li,#mobile-dropdown ul li a .nav-arrow,#mobile-dropdown ul .sidebar-box,#mobile-dropdown ul .widget{display:none}#mobile-dropdown .oceanwp-social-menu{display:block !important;float:none;width:100%;right:auto !important;left:auto !important;padding:0 40px !important;margin:10px 0 !important}#mobile-dropdown .oceanwp-social-menu .social-menu-inner{height:auto}#mobile-dropdown .oceanwp-social-menu li{display:inline-block;float:none;border:0}#mobile-dropdown .oceanwp-social-menu li a{display:block;padding:12px 10px}#mobile-dropdown #mobile-menu-search{display:block;padding:20px 40px}#mobile-dropdown #mobile-menu-search form{position:relative}#mobile-dropdown #mobile-menu-search form input{padding:6px 45px 6px 12px !important;margin-top:0 !important;-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}#mobile-dropdown #mobile-menu-search form button{display:block;position:absolute;right:10px;height:30px;line-height:30px;width:30px;padding:0;text-align:center;top:50%;margin-top:-15px;background-color:transparent !important;color:#555;border:0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#mobile-dropdown #mobile-menu-search form button:hover{color:#222}#mobile-dropdown .has-social #mobile-menu-search{padding-top:0}#mobile-fullscreen{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);overflow-y:scroll;z-index:100000}#mobile-fullscreen #mobile-fullscreen-inner{display:table;width:100%;height:100%;padding:0 40px}#mobile-fullscreen a.close{position:absolute;top:14px;right:14px}#mobile-fullscreen a.close .close-icon-wrap{display:inline-block;position:relative;width:40px;height:40px;line-height:33px;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}#mobile-fullscreen a.close .close-icon-wrap:hover{opacity:0.7}#mobile-fullscreen a.close .close-icon-inner,#mobile-fullscreen a.close .close-icon-inner::after{display:inline-block;width:40px;height:3px;background-color:#fff;border-radius:3px}#mobile-fullscreen a.close .close-icon-inner{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#mobile-fullscreen a.close .close-icon-inner::after{content:"";display:block;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}#mobile-fullscreen nav{display:table-cell;vertical-align:middle;padding:50px 0;text-align:center}#mobile-fullscreen ul{list-style:none;margin:0}#mobile-fullscreen ul li a{display:block;position:relative;color:#fff;letter-spacing:1px;text-transform:uppercase;text-align:center}#mobile-fullscreen ul li a:focus{outline:1px dashed rgba(255,255,255,0.6)}#mobile-fullscreen ul li a:hover{color:#929292}#mobile-fullscreen ul li a i,#mobile-fullscreen ul li a img{margin-right:10px}#mobile-fullscreen ul li a i.after{margin-right:0;margin-left:10px}#mobile-fullscreen ul li .dropdown-toggle{display:inline-block;width:26px;padding-left:5px;text-align:center}#mobile-fullscreen ul li .dropdown-toggle:before{font-family:"Font Awesome 5 Free";font-weight:600;content:"+"}#mobile-fullscreen ul li .dropdown-toggle:focus{outline:1px dashed rgba(255,255,255,0.6)}#mobile-fullscreen ul li.open-sub>a>.dropdown-toggle:before{content:"-"}#mobile-fullscreen ul ul.sub-menu{display:none;list-style:none;margin:0;padding:0}#mobile-fullscreen ul ul.sub-menu li a{font-size:13px;padding:3px 0}#mobile-fullscreen ul>li{display:block}#mobile-fullscreen ul>li>a{font-size:18px;line-height:1.2;padding:12px 0}#mobile-fullscreen ul .woo-menu-icon,#mobile-fullscreen ul .search-toggle-li,#mobile-fullscreen ul .side-panel-li,#mobile-fullscreen ul .sidebar-box{display:none}#mobile-fullscreen #mobile-search{max-width:220px;margin:10px auto 0}#mobile-fullscreen #mobile-search form{position:relative}#mobile-fullscreen #mobile-search input,#mobile-fullscreen #mobile-search label{font-size:20px;padding:4px 0;color:#fff;margin:0;text-align:center;text-transform:uppercase}#mobile-fullscreen #mobile-search input{position:relative;border:0;background-color:transparent;border-bottom:1px solid #666;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;z-index:2}#mobile-fullscreen #mobile-search input:hover,#mobile-fullscreen #mobile-search input:focus{border-color:#fff}#mobile-fullscreen #mobile-search label{display:block;position:absolute;top:0;bottom:0;left:0;right:0;cursor:text;-moz-opacity:.5;-webkit-opacity:.5;opacity:.5;z-index:1}#mobile-fullscreen #mobile-search label i{display:inline-block;background-color:#fff;width:3px;height:3px;margin-left:3px;-webkit-animation:blink 1s linear infinite;-moz-animation:blink 1s linear infinite;-ms-animation:blink 1s linear infinite;-o-animation:blink 1s linear infinite;animation:blink 1s linear infinite}#mobile-fullscreen #mobile-search label i+i{-ms-animation-delay:.2s;-webkit-animation-delay:.2s;-o-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}#mobile-fullscreen #mobile-search label i+i+i{-ms-animation-delay:.4s;-webkit-animation-delay:.4s;-o-animation-delay:.4s;-moz-animation-delay:.4s;animation-delay:.4s}#mobile-fullscreen #mobile-search form.search-filled label{-moz-opacity:0;-webkit-opacity:0;opacity:0;-webkit-transition-duration:150ms;-moz-transition-duration:150ms;-ms-transition-duration:150ms;-o-transition-duration:150ms;transition-duration:150ms}#mobile-fullscreen .oceanwp-social-menu{display:block;float:none;margin-top:30px;text-align:center;right:auto}#mobile-fullscreen .oceanwp-social-menu .social-menu-inner{display:block;height:auto !important}#mobile-fullscreen .oceanwp-social-menu ul li{float:none;display:inline-block}#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a{color:#fff;font-size:24px;padding:0 16px;margin:0;background-color:transparent !important}#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover{color:#929292}#mobile-fullscreen .oceanwp-social-menu .colored ul li a,#mobile-fullscreen .oceanwp-social-menu .minimal ul li a,#mobile-fullscreen .oceanwp-social-menu .dark ul li a{padding:0 4px}#mobile-fullscreen .oceanwp-social-menu .colored ul li a span,#mobile-fullscreen .oceanwp-social-menu .minimal ul li a span,#mobile-fullscreen .oceanwp-social-menu .dark ul li a span{font-size:16px;width:60px;height:60px;line-height:60px}@-webkit-keyframes blink{0%{-webkit-opacity:1}50%{-webkit-opacity:0}100%{-webkit-opacity:1}}@-moz-keyframes blink{0%{-moz-opacity:1}50%{-moz-opacity:0}100%{-moz-opacity:1}}@-o-keyframes blink{0%{-o-opacity:1}50%{-o-opacity:0}100%{-o-opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.page-header{position:relative;background-color:#f5f5f5;padding:34px 0}.page-header .container{position:relative}.has-transparent-header .page-header{padding:120px 0 36px 0}body.home .page-header-inner{text-align:center}.page-header-title{display:block;font-size:24px;line-height:1.4em;font-weight:400;margin:0;color:#333}body.breadcrumbs-position-default .page-header-title{max-width:70%}.page-subheading{font-size:15px;margin:0}.page-subheading p:last-child{margin:0}.centered-page-header .page-header-title,.centered-minimal-page-header .page-header-title{max-width:100% !important}.centered-page-header{text-align:center}.centered-page-header .page-header-title{font-size:32px}.centered-page-header .page-subheading{font-size:18px;font-weight:300}.centered-minimal-page-header{background-color:#fff;border-bottom:1px solid #f1f1f1;text-align:center}.centered-minimal-page-header .page-header-title{font-size:32px}.centered-minimal-page-header .page-subheading{font-size:18px;font-weight:300}.solid-color-page-header .page-header-title{color:#fff !important}.solid-color-page-header .site-breadcrumbs,.solid-color-page-header .site-breadcrumbs a{color:#fff !important}.solid-color-page-header .page-subheading{color:#fff}.background-image-page-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;width:100%;background-color:#000;height:400px;background-position:50% 0;background-repeat:no-repeat;background-size:cover}.background-image-page-header .page-header-inner{text-align:center}.background-image-page-header .page-subheading{position:relative;color:#fff;font-size:24px;font-weight:300;z-index:2}.page-header.background-image-page-header .page-header-title{position:relative;color:#fff;font-size:44px;font-weight:400;max-width:100%;z-index:2}.background-image-page-header-overlay{display:block;position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;z-index:1;-moz-opacity:.5;-webkit-opacity:.5;opacity:.5}.site-breadcrumbs{position:absolute;right:0;top:50%;max-width:50%;height:32px;line-height:32px;margin-top:-16px;font-size:13px;color:#c6c6c6;font-weight:normal;white-space:nowrap;overflow:hidden}.site-breadcrumbs ol{margin:0;padding:0;list-style:none}.site-breadcrumbs ol li{display:inline-block}.site-breadcrumbs ol li .breadcrumb-sep{margin:0 6px}.site-breadcrumbs .icon-home.has-text,.site-breadcrumbs .breadcrumb-home.has-icon{display:none}.site-breadcrumbs .breadcrumb-title{margin-right:5px}.site-breadcrumbs .owp-icon{vertical-align:text-top}.site-breadcrumbs.position-under-title,.centered-page-header .site-breadcrumbs,.centered-minimal-page-header .site-breadcrumbs{position:inherit;top:auto;right:auto;margin-top:0;max-width:100%}.oceanwp-breadcrumb .site-breadcrumbs{position:relative;top:auto;left:auto;right:auto;max-width:100%;margin-top:0}.background-image-page-header .site-breadcrumbs{display:block;position:inherit;max-width:100%;margin-top:20px;top:auto;right:auto;color:#fff;text-align:center;z-index:2}.background-image-page-header .site-breadcrumbs a{color:#fff}.background-image-page-header .site-breadcrumbs a:hover{color:#ddd}.site-breadcrumbs nav,.site-breadcrumbs ol{margin:0}@media only screen and (max-width: 959px){body.has-breadcrumbs .page-header-title{max-width:100%;width:100%}}@media only screen and (max-width: 959px){.site-breadcrumbs{position:inherit;top:auto;left:auto;right:auto;max-width:100%;margin-top:0}}@media only screen and (max-width: 767px){.page-header{background-attachment:initial !important}.page-header-with-background .page-header-title{font-size:36px}.centered-page-header .page-header-title,.centered-minimal-page-header .page-header-title,.page-header.background-image-page-header .page-header-title{font-size:24px}.centered-page-header .page-subheading,.centered-minimal-page-header .page-header-subheading,.page-header.background-image-page-header .page-subheading{font-size:14px}.background-image-page-header{height:auto !important}body.has-breadcrumbs .page-header-title{max-width:100%;width:100%}}#blog-entries{padding-bottom:0}.blog-entry.post{position:relative}.blog-entry.post .thumbnail{position:relative}.blog-entry.post .thumbnail a{display:inline-block;position:relative;width:100%}.blog-entry.post .thumbnail .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.2);-moz-opacity:0;-webkit-opacity:0;opacity:0;text-align:center;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.blog-entry.post .thumbnail:hover .overlay{-moz-opacity:1;-webkit-opacity:1;opacity:1}.blog-entry.post .thumbnail img{width:100%}.blog-entry.post ul.meta{margin:0 0 12px}.blog-entry.post .blog-entry-header{margin-bottom:20px}.blog-entry.post .blog-entry-header .entry-title{font-size:24px;margin:0}.blog-entry.post .blog-entry-header .entry-title a{font-weight:600;letter-spacing:0.6px}.blog-entry.post .blog-entry-summary{margin-bottom:20px}.blog-entry.post .blog-entry-summary p:last-child{margin-bottom:0}.thumbnail-caption{font-size:13px;margin-top:0.5em;text-align:center}.blog-entry.large-entry{border-bottom:1px solid #f1f1f1;margin-bottom:30px;padding-bottom:30px}.blog-entry.large-entry .thumbnail{margin-bottom:20px}.blog-entry.large-entry .blog-entry-readmore a{display:inline-block;font-size:11px;line-height:1;border:1px solid #ddd;padding:10px 16px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;text-transform:capitalize;letter-spacing:1px}.blog-entry.large-entry .blog-entry-readmore a:hover{color:#13aff0;border-color:#13aff0}.blog-entry.large-entry .blog-entry-readmore a i{margin-left:8px}.blog-entry.large-entry .blog-entry-readmore a svg.owp-icon{margin-left:0.7rem}.has-blog-grid .blog-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;height:auto !important}.blog-entry.grid-entry{justify-content:flex-start}.blog-entry.grid-entry .blog-entry-inner{padding:0 1.25rem 1.25rem;border:1px solid #e9e9e9}.blog-entry.grid-entry .thumbnail{margin:0 -1.25rem}.blog-entry.grid-entry .blog-entry-header{margin:1rem 0 1rem}.blog-entry.grid-entry .blog-entry-header .entry-title{font-size:18px}.blog-entry.grid-entry .blog-entry-summary{line-height:1.6;margin-top:0.625rem}.blog-entry.grid-entry .blog-entry-readmore{margin-top:1rem}.blog-entry.grid-entry .blog-entry-readmore a{display:inline-block;font-size:12px;line-height:1.2;padding-bottom:0.19rem;border-bottom:1px solid;text-transform:capitalize}.blog-entry.grid-entry .blog-entry-readmore a i{margin-left:0.5rem}.blog-entry.grid-entry .blog-entry-readmore a svg.owp-icon{margin-left:0.7rem}.blog-entry.thumbnail-entry{border-bottom:1px solid #f1f1f1;margin-bottom:30px;padding-bottom:30px}.blog-entry.thumbnail-entry .blog-entry-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;flex-direction:row}.blog-entry.thumbnail-entry .thumbnail,.blog-entry.thumbnail-entry .blog-entry-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;flex-direction:column}.blog-entry.thumbnail-entry .center .thumbnail,.blog-entry.thumbnail-entry .center .blog-entry-content{-webkit-justify-content:center;justify-content:center}.blog-entry.thumbnail-entry .bottom .thumbnail,.blog-entry.thumbnail-entry .bottom .blog-entry-content{-webkit-justify-content:flex-end;justify-content:flex-end}.blog-entry.thumbnail-entry .thumbnail{width:45%}.blog-entry.thumbnail-entry .thumbnail a{position:relative}.blog-entry.thumbnail-entry .thumbnail .link-entry{position:absolute;top:0}.blog-entry.thumbnail-entry .thumbnail .left-position .link-entry{right:0}.blog-entry.thumbnail-entry .thumbnail .right-position .link-entry{left:0}.blog-entry.thumbnail-entry .blog-entry-content{width:55%}.blog-entry.thumbnail-entry .blog-entry-content{padding:6px 0}.blog-entry.thumbnail-entry .left-position .blog-entry-content{padding-left:3em}.blog-entry.thumbnail-entry .right-position .blog-entry-content{padding-right:3em}.blog-entry.thumbnail-entry .blog-entry-category{display:block;font-size:12px;font-weight:600;letter-spacing:0.6px;line-height:1.2em;text-transform:uppercase;margin-bottom:10px}.blog-entry.thumbnail-entry .blog-entry-category a{color:#13aff0}.blog-entry.thumbnail-entry .blog-entry-category a:hover{color:#333}.blog-entry.thumbnail-entry .blog-entry-summary{margin-bottom:15px}.blog-entry.thumbnail-entry .blog-entry-bottom{display:block;border-top:1px solid #e9e9e9;padding-top:15px;font-size:11px;font-weight:600;letter-spacing:0.6px;line-height:1.2em;text-transform:uppercase}.blog-entry.thumbnail-entry .blog-entry-comments,.blog-entry.thumbnail-entry .blog-entry-comments a,.blog-entry.thumbnail-entry .blog-entry-date{color:#ababab}.blog-entry.thumbnail-entry .blog-entry-comments{float:left}.blog-entry.thumbnail-entry .blog-entry-comments i{padding-right:6px}.blog-entry.thumbnail-entry .blog-entry-comments a:hover{color:#333}.blog-entry.thumbnail-entry .blog-entry-comments svg.owp-icon{width:17px;height:17px;margin-right:0.7rem}.blog-entry.thumbnail-entry .blog-entry-date{float:right}.blog-entry.thumbnail-entry.no-featured-image .blog-entry-content{width:100%}.blog-entry.thumbnail-entry.no-featured-image .left-position .blog-entry-content{padding-left:0}.blog-entry.thumbnail-entry.no-featured-image .right-position .blog-entry-content{padding-right:0}@media only screen and (max-width: 767px){.blog-entry.thumbnail-entry .blog-entry-inner{-webkit-flex-direction:column;flex-direction:column}.blog-entry.thumbnail-entry .thumbnail,.blog-entry.thumbnail-entry .blog-entry-content{width:100%}.blog-entry.thumbnail-entry .blog-entry-content{margin-top:15px;padding:0 !important}}ul.meta{display:flex;flex-wrap:wrap;justify-content:flex-start;color:#4a4a4a;font-size:14px;line-height:1.3;margin:0 0 20px;padding:0 0 10px;list-style:none}ul.meta li{line-height:1.5;align-self:flex-end;flex-wrap:nowrap;padding-bottom:5px}ul.meta li:after{padding:0 6px;font-weight:bold}ul.meta li:last-child:after{display:none;padding:0}ul.meta li a{color:#4a4a4a}ul.meta li a:hover{color:#13aff0}ul.meta li i{padding-right:6px;font-size:17px}ul.meta li .owp-icon{margin-right:8px}ul.meta li svg.owp-icon{width:18px;height:18px}ul.meta li .owp-sep{padding:0 5px}ul.obem-default li:after{content:'-'}ul.obem-modern li:after{content:'|'}ul.obem-stylish li:after{content:'//'}ul.obem-none li:after{content:'';margin:0 5px}.single-post ul.meta{font-size:14.5px;border-bottom:1px solid #f1f1f1;padding-bottom:15px}.single-post ul.meta li:after{padding:0 8px}.single-post ul.meta li i{padding-right:9px}.single-post ul.meta li .owp-icon{margin-right:8px}.single-post ul.meta li svg.owp-icon{width:20px;height:20px}.single-post ul.ospm-default li:after{content:'-'}.single-post ul.ospm-modern li:after{content:'|'}.single-post ul.ospm-stylish li:after{content:'//'}.single-post ul.ospm-none li:after{content:'';margin:0 10px}.gallery-format{opacity:0;visibility:hidden;height:0}.gallery-format img,.gallery-format a.gallery-lightbox{display:block;position:relative;width:100%;margin-bottom:0}.gallery-format .flickity-button{top:calc(100% - 18px);width:30px;height:36px;border-radius:0;background-color:rgba(0,0,0,0.6);display:flex;justify-content:center;align-items:center}.gallery-format .flickity-button:hover{background-color:rgba(0,0,0,0.8)}.gallery-format .flickity-button:disabled{pointer-events:unset}.gallery-format .flickity-button.next{right:0}.gallery-format .flickity-button.previous{left:auto;right:30px}.gallery-format .flickity-button svg{fill:#fff;width:12px;height:auto;position:static}.wp-video{width:100% !important}.link-entry{position:absolute;top:20px;right:20px}.link-entry i{display:inline-block;width:60px;height:60px;font-size:22px;line-height:60px;background-color:#333;color:#fff;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.thumbnail:hover i{background-color:#13aff0}.link-post-svg-icon{width:60px;height:60px;border-radius:50%;background-color:#333;text-align:center;padding-top:18px}.link-post-svg-icon .owp-icon{width:22px;height:22px}.link-post-svg-icon .owp-icon use{stroke:#fff}.post-quote-content,.post-quote-author{position:relative;background-color:#13aff0;color:#fff;font-size:20px;padding:20px 30px;line-height:1.6;z-index:1}.post-quote-icon{position:absolute;right:20px;bottom:10px;font-size:48px;-moz-opacity:.2;-webkit-opacity:.2;opacity:.2;z-index:-1}.post-quote-icon svg.owp-icon{width:45px;height:45px}.post-quote-author{background-color:#0b7cac;font-size:12px;font-weight:600;padding:10px 30px;margin-top:1px;text-transform:uppercase;letter-spacing:0.6px}.single-post .post-quote-wrap{margin-bottom:30px}.single .thumbnail{position:relative;margin-bottom:20px}.single .thumbnail img{width:100%}.single .entry-title{font-size:34px;padding:0 0 20px;margin:0 0 15px;border-bottom:1px solid #f1f1f1;letter-spacing:0.6px}.single-post.content-max-width #main #content-wrap{width:100%;max-width:100%}.single-post.content-max-width .thumbnail,.single-post.content-max-width .entry-header,.single-post.content-max-width ul.meta,.single-post.content-max-width .entry-content h1,.single-post.content-max-width .entry-content h2,.single-post.content-max-width .entry-content h3,.single-post.content-max-width .entry-content h4,.single-post.content-max-width .entry-content h5,.single-post.content-max-width .entry-content h6,.single-post.content-max-width .entry-content blockquote,.single-post.content-max-width .entry-content p,.single-post.content-max-width .post-tags,.single-post.content-max-width .entry-share,.single-post.content-max-width nav.post-navigation,.single-post.content-max-width #author-bio,.single-post.content-max-width #related-posts,.single-post.content-max-width .comments-area{padding-left:20px;padding-right:20px}.single-post.content-max-width .entry-header,.single-post.content-max-width ul.meta,.single-post.content-max-width .entry-content h1,.single-post.content-max-width .entry-content h2,.single-post.content-max-width .entry-content h3,.single-post.content-max-width .entry-content h4,.single-post.content-max-width .entry-content h5,.single-post.content-max-width .entry-content h6,.single-post.content-max-width .entry-content blockquote,.single-post.content-max-width .entry-content p,.single-post.content-max-width .wp-block-image,.single-post.content-max-width .wp-block-buttons,.single-post.content-max-width .wp-block-gallery,.single-post.content-max-width .wp-block-video,.single-post.content-max-width .wp-block-quote,.single-post.content-max-width .wp-block-text-columns,.single-post.content-max-width .wp-block-code,.single-post.content-max-width .entry-content ul,.single-post.content-max-width .entry-content ol,.single-post.content-max-width .wp-block-cover-text,.single-post.content-max-width .wp-block-cover,.single-post.content-max-width .wp-block-columns,.single-post.content-max-width .post-tags,.single-post.content-max-width .comments-area{margin:1.5em auto;max-width:700px}.single-post.content-max-width .wp-block-columns.alignfull h1,.single-post.content-max-width .wp-block-columns.alignfull h2,.single-post.content-max-width .wp-block-columns.alignfull h3,.single-post.content-max-width .wp-block-columns.alignfull h4,.single-post.content-max-width .wp-block-columns.alignfull h5,.single-post.content-max-width .wp-block-columns.alignfull h6,.single-post.content-max-width .wp-block-columns.alignfull blockquote,.single-post.content-max-width .wp-block-columns.alignfull p,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-image,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-buttons,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-gallery,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-video,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-quote,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-text-columns,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-code,.single-post.content-max-width .wp-block-columns.alignfull ul,.single-post.content-max-width .wp-block-columns.alignfull ol,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-cover-text,.single-post.content-max-width .wp-block-columns.alignfull .wp-block-cover,.single-post.content-max-width .wp-block-columns.alignwide h1,.single-post.content-max-width .wp-block-columns.alignwide h2,.single-post.content-max-width .wp-block-columns.alignwide h3,.single-post.content-max-width .wp-block-columns.alignwide h4,.single-post.content-max-width .wp-block-columns.alignwide h5,.single-post.content-max-width .wp-block-columns.alignwide h6,.single-post.content-max-width .wp-block-columns.alignwide blockquote,.single-post.content-max-width .wp-block-columns.alignwide p,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-image,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-buttons,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-gallery,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-video,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-quote,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-text-columns,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-code,.single-post.content-max-width .wp-block-columns.alignwide ul,.single-post.content-max-width .wp-block-columns.alignwide ol,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-cover-text,.single-post.content-max-width .wp-block-columns.alignwide .wp-block-cover{max-width:100%}.single-post.content-max-width .entry-content ul,.single-post.content-max-width .entry-content ol{padding-left:40px;padding-right:40px}.single-post.content-max-width .thumbnail{margin-top:0}.single-post.content-max-width .entry-header{margin-bottom:0;text-align:center}.single-post.content-max-width ul.meta{display:flex;flex-wrap:wrap;justify-content:center;color:#4a4a4a;font-size:14px;line-height:1.3;margin-bottom:20px;margin-top:20px;padding:0 0 10px;list-style:none}.single-post.content-max-width .wp-block-quote p{padding:0}.single-post.content-max-width .entry-content blockquote p{max-width:100%;margin:0;padding:0}.single-post.content-max-width .thumbnail,.single-post.content-max-width .wp-block-cover-text.alignwide,.single-post.content-max-width .wp-block-image.alignwide,.single-post.content-max-width .wp-block-gallery.alignwide,.single-post.content-max-width .wp-block-text-columns.alignwide,.single-post.content-max-width .entry-share,.single-post.content-max-width nav.post-navigation,.single-post.content-max-width #author-bio,.single-post.content-max-width #related-posts{margin:1.5em auto;max-width:1100px}.single-post.content-max-width .wp-block-cover-text.alignfull,.single-post.content-max-width .wp-block-image.alignfull,.single-post.content-max-width .wp-block-gallery.alignfull,.single-post.content-max-width .wp-block-text-columns.alignfull{margin:1.5em 0;max-width:100%}.single-post.content-max-width .wp-block-image.alignfull img{width:100% !important}.single-post.content-max-width .wp-block-image.alignleft,.single-post.content-max-width .wp-block-image.alignright{max-width:350px;margin-top:0;margin-bottom:0}.single-post.content-max-width .wp-block-image.alignleft{margin-left:calc(50% - 350px);padding:14px 36px 14px 0}.single-post.content-max-width .wp-block-image.alignright{margin-right:calc(50% - 350px);padding:14px 0 14px 36px}.single-post.content-max-width figure img{margin:0 auto}.single-post.content-max-width .entry-content ul.alignfull,.single-post.content-max-width .entry-content ol.alignfull{padding-left:0;padding-right:0}.single-post.content-max-width .entry-content ul.alignwide,.single-post.content-max-width .entry-content ol.alignwide{padding-left:0;padding-right:0}.wp-block-cover-image,.wp-block-image{margin-bottom:20px}.wp-block-quote.blocks-quote-style-2{border:0}.wp-block-pullquote{border-left-width:0;margin:0}.wp-block-separator{margin:30px auto}.wp-block-separator.is-style-wide:not(.size-full){max-width:700px}@media only screen and (max-width: 480px){.single-post.media-above-content .thumbnail{margin-bottom:20px}.single-post .entry-title{font-size:26px}}.single .entry-content{margin-bottom:20px}.dropcap{float:left;color:#13aff0;font-size:120px;line-height:80px;margin-top:6px;margin-right:10px}.entry-footer{display:inline-block;width:100%}.single .post-tags{font-size:11px;font-weight:600;margin:30px 0 0;text-transform:uppercase}.single nav.post-navigation{margin-top:30px;padding-top:30px;border-top:1px solid #f1f1f1}.single nav.post-navigation:after{content:'';display:block;visibility:hidden;clear:both;zoom:1;height:0}.single nav.post-navigation .nav-links .title{display:block;color:#13aff0;line-height:20px}.single nav.post-navigation .nav-links a{display:block}.single nav.post-navigation .nav-links i{font-size:20px;line-height:20px}.single nav.post-navigation .nav-links .post-title{display:block;font-size:16px;margin:5px 0 0}.single nav.post-navigation .nav-previous{float:left;width:50%;text-align:left;border-right-width:1px;border-style:solid;border-color:#f1f1f1;padding-right:20px}.single nav.post-navigation .nav-previous i,.single nav.post-navigation .nav-previous .owp-icon{float:left;margin-right:20px}.single nav.post-navigation .nav-previous .owp-icon{margin-top:4px}.single nav.post-navigation .nav-next{float:right;width:50%;text-align:right;padding-left:20px}.single nav.post-navigation .nav-next i,.single nav.post-navigation .nav-next .owp-icon{float:right;margin-left:20px}.single nav.post-navigation .nav-next .owp-icon{margin-top:4px}@media only screen and (max-width: 480px){.single nav.post-navigation .nav-links .nav-previous,.single nav.post-navigation .nav-links .nav-next{float:none;width:100%;padding:0}.single nav.post-navigation .nav-links .nav-previous{border-right-width:0;border-left-width:0}}#author-bio{position:relative;margin-top:30px;padding-top:30px;border-top-width:1px;border-style:solid;border-color:#f1f1f1}#author-bio #author-bio-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#author-bio .author-bio-avatar,#author-bio .author-bio-avatar img{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}#author-bio .author-bio-avatar{min-width:80px;margin-right:30px}#author-bio .author-bio-avatar img{width:80px;height:80px;border:3px solid #e9e9e9}#author-bio .author-bio-content{position:relative}#author-bio .author-bio-title{display:inline-block;font-size:18px;margin:0 0 10px;text-transform:capitalize}#author-bio .author-bio-description p:last-child{margin:0}.author #author-bio{margin:0 0 30px;padding-bottom:30px;border-bottom-width:1px}@media only screen and (max-width: 480px){#author-bio .author-bio-avatar{display:none}}#related-posts{margin-top:30px;padding-top:30px;border-top:1px solid #f1f1f1}#related-posts .title-wrap{display:block;color:#333;font-size:20px;font-weight:600;letter-spacing:0.6px;margin-bottom:18px}#related-posts ul{padding:0;list-style:none}#related-posts .col{float:left;position:relative;min-height:100px;margin:0;text-align:center}#related-posts .span_1_of_3{width:33.3333333333%}.related-thumb{display:block;background-color:#222}.related-thumb img{display:block;width:100%;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-ms-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.related-thumb:hover img{-moz-opacity:.7;-webkit-opacity:.7;opacity:.7}.related-post-title{font-size:16px;font-weight:600;margin:12px 12px 3px 12px}.related-post-title a{display:block}time.published{font-size:12px}time.published i{padding-right:5px}time.published svg.owp-icon{width:17px;height:17px;margin-right:0.7rem}@media only screen and (max-width: 767px){#related-posts .col{float:none;width:100%;margin-bottom:30px}#related-posts .col:last-child{margin-bottom:0}}.widget-area{font-size:13px}.sidebar-box{margin-bottom:40px}.sidebar-box ul{margin:0;padding:0;list-style:none}.widget-title{display:block;line-height:1;font-size:13px;font-weight:400;color:#333;border-width:0 0 0 3px;border-style:solid;border-color:#13aff0;letter-spacing:1px;padding-left:15px;margin:0 0 20px;text-transform:capitalize}.oceanwp-widget-recent-posts-li,.widget_categories li,.widget_recent_entries li,.widget_archive li,.widget_recent_comments li,.widget-recent-posts-icons li,.site-footer .widget_nav_menu li{padding:6px 0;border-bottom:1px solid #e9e9e9}.oceanwp-widget-recent-posts-li:first-child,.widget_categories li:first-child,.widget_recent_entries li:first-child,.widget_archive li:first-child,.widget_recent_comments li:first-child,.widget-recent-posts-icons li:first-child,.site-footer .widget_nav_menu li:first-child{border-top:1px solid #e9e9e9}@media only screen and (max-width: 767px){#main .widget_nav_menu li a:before{display:none}}.hasCustomSelect{width:100%;z-index:2}.theme-select{position:relative;border:1px solid #ddd;color:#555;height:34px;line-height:32px;padding:0 45px 0 15px;width:100%;z-index:1;overflow:hidden}.theme-select:after{font-family:'Font Awesome 5 Free';content:'\f107';position:absolute;right:0;top:0;display:block;height:32px;width:32px;font-size:11px;font-weight:600;color:#929292;border-left:1px solid #ddd;text-align:center}ul.page-numbers{display:inline-block;width:100%;margin:0;padding:10px 0 0;list-style:none;text-align:right;clear:both}ul.page-numbers li{display:inline-block}ul.page-numbers li .owp-icon{vertical-align:inherit}.page-links{text-align:center;margin:15px 0}.page-numbers a,.page-numbers span:not(.elementor-screen-only),.page-links span{position:relative;display:inline-block;min-width:38px;min-width:38px;line-height:38px;margin:0 8px 0 0;text-align:center;color:#555;border:1px solid #e9e9e9;font-size:18px;cursor:pointer;white-space:nowrap;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.page-numbers a .owp-icon use{stroke:#555}.page-numbers a span:not(.elementor-screen-only){padding:0}.page-numbers a:hover,.page-links a:hover span,.page-numbers.current,.page-numbers.current:hover,.page-links>span{background-color:#f8f8f8;color:#333}.page-numbers a:hover .owp-icon use{stroke:#555}.elementor-pagination .page-numbers.current,.elementor-pagination .page-numbers.current:hover{background-color:transparent}.pagination-center .oceanwp-pagination ul.page-numbers,.pagination-center .oceanwp-pagination .page-links,.pagination-center .woocommerce-pagination ul.page-numbers,.pagination-center .woocommerce-pagination .page-links{text-align:center}.pagination-left .oceanwp-pagination ul.page-numbers,.pagination-left .oceanwp-pagination .page-links,.pagination-left .woocommerce-pagination ul.page-numbers,.pagination-left .woocommerce-pagination .page-links{text-align:left}.page-jump a{display:inline-block;font-size:12px;line-height:1.2;padding-bottom:3px;border-bottom:1px solid;text-transform:uppercase}.scroller-status,.infinite-scroll-last,.infinite-scroll-error{display:none}.scroller-status{margin-top:20px;text-align:center;clear:both}.scroller-status p{margin:0}.loader-ellips{font-size:12px;position:relative;width:3.5em;height:1em;margin:0 auto}.loader-ellips__dot{display:block;width:1em;height:1em;border-radius:0.5em;background-color:#333;position:absolute;animation-duration:0.5s;animation-timing-function:ease;animation-iteration-count:infinite}.loader-ellips__dot:nth-child(1),.loader-ellips__dot:nth-child(2){left:0}.loader-ellips__dot:nth-child(3){left:1.3em}.loader-ellips__dot:nth-child(4){left:2.6em}.loader-ellips__dot:nth-child(1){animation-name:reveal}.loader-ellips__dot:nth-child(2),.loader-ellips__dot:nth-child(3){animation-name:slide}.loader-ellips__dot:nth-child(4){animation-name:reveal;animation-direction:reverse}@keyframes reveal{from{transform:scale(0.001)}to{transform:scale(1)}}@keyframes slide{to{transform:translateX(1.3em)}}.infinite-scroll-nav{display:none}#respond{margin-bottom:20px}#respond form{display:inline-block;width:100%}#respond .comment-textarea,#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-url{margin-bottom:20px}#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-url{float:left;width:33.33%}#respond .comment-form-author{padding-right:10px}#respond .comment-form-email{padding:0 10px}#respond .comment-form-url{padding-left:10px}#respond input[type="text"]{width:100%}#respond #wp-comment-cookies-consent:focus{outline:1px solid}#respond .form-submit{float:right;margin-bottom:0}#comments{margin-top:30px;padding-top:30px;border-top:1px solid #f1f1f1}#comments ol{margin:0;list-style:none}#comments ol.children{margin-left:30px}#comments.empty-closed-comments{display:none}.comment-body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #f1f1f1}.comment-body img.avatar{width:80px;height:80px;margin-right:30px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.comment-body .comment-content{position:relative;width:100%}.comment-author{display:inline-block;width:100%}.comment-author .comment-link,.comment-author .comment-meta{font-weight:600;margin:5px 0 8px}.comment-author .comment-link{float:left;font-size:18px}.comment-author .comment-meta{float:right;text-align:right;font-size:10px;line-height:2.5;text-transform:uppercase;letter-spacing:0.1em}.comment-author .comment-meta .comment-reply-link,.comment-author .comment-meta .comment-edit-link{margin-left:15px}.comment-author .comment-meta .comment-reply-link{color:#13aff0}.comment-author .comment-meta .comment-reply-link:hover{color:#333}#respond #cancel-comment-reply-link{font-size:10px;color:#929292;float:right;border:2px solid #f1f1f1;padding:3px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;text-transform:uppercase;letter-spacing:0.1em}#respond #cancel-comment-reply-link:hover{color:#13aff0;border-color:#13aff0}span.required{position:relative;top:-4px;font-size:10px;margin-left:3px;color:#F00}.comment-body p{margin:0}.no-comments{text-align:right}.no-comments i{margin-right:8px}.comment-navigation{display:inline-block;width:100%}.comment-navigation .nav-links a{display:inline-block;font-size:12px;line-height:1.2;padding-bottom:3px;border-bottom:1px solid;text-transform:uppercase}.comment-navigation .nav-links .nav-previous{float:left;margin-right:1.5em}.comment-navigation .nav-links .nav-previous i{margin-right:5px}.comment-navigation .nav-links .nav-next{float:right;margin-left:1.5em}.comment-navigation .nav-links .nav-next i{margin-left:5px}@media only screen and (max-width: 767px){#comments ol.children{margin-left:0;margin-right:0}#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-url{float:none;width:100%;padding-right:0;padding:0;padding-left:0}}@media only screen and (max-width: 480px){.comment-body img{display:none}.comment-author{margin-bottom:16px}.comment-author .comment-link,.comment-author .comment-meta{float:none}}.search-results article{position:relative;width:100%;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e9e9e9}.search-results article .search-entry-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center}.search-results article .thumbnail{min-width:120px;margin-right:20px}.search-results article .thumbnail img{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3)}.search-results article .search-entry-title{font-size:24px;margin:0 0 6px}.search-results article .search-entry-summary p:last-child{margin-bottom:0}.search-results article .search-entry-readmore a{display:inline-block;font-size:12px;font-weight:600;line-height:1;padding-bottom:3px;border-bottom:1px solid;text-transform:uppercase;letter-spacing:0.6px}.search-results article ul{list-style:none}@media only screen and (max-width: 480px){.search-results article .thumbnail{display:none}}.site-footer{position:relative}#footer-widgets{background-color:#222;padding:30px 0;margin:0}#footer-widgets .footer-box{padding:0 15px;margin:0}#footer-widgets .footer-box .footer-widget{margin-bottom:20px}#footer-widgets .footer-box .footer-widget:last-child{margin-bottom:0}#footer-widgets .footer-box .footer-widget ul{margin:0;padding:0;list-style:none}#footer-widgets .footer-box .widget-title{color:#fff}#footer-widgets .footer-box a{color:#fff}#footer-widgets .footer-box a:hover{color:#13aff0}#footer-widgets #wp-calendar caption,#footer-widgets #wp-calendar th,#footer-widgets #wp-calendar tbody,#footer-widgets .contact-info-widget i,#footer-widgets .contact-info-widget .owp-icon,#footer-widgets .mailchimp-widget input[type="email"],#footer-widgets .posts-thumbnails-widget li,#footer-widgets .social-widget li a{border-color:#555}#footer-widgets .mailchimp-widget input[type="email"]:focus{border-color:#13aff0}#footer-widgets .tagcloud a{background-color:#222;border-color:#333}#footer-widgets .tagcloud a:hover{background-color:#444;color:#fff;border-color:#555}.parallax-footer{position:fixed;bottom:0;left:0;right:0;z-index:0}.has-parallax-footer #main{z-index:1}.has-parallax-footer:not(.boxed-layout) #main{-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 0 40px 0 rgba(0,0,0,0.1);box-shadow:0 0 40px 0 rgba(0,0,0,0.1)}.has-parallax-footer:not(.separate-layout) #main{background-color:#fff}.has-parallax-footer.separate-layout #main{background-color:#f1f1f1}.boxed-layout .parallax-footer{width:1280px;left:auto;right:auto}@media only screen and (max-width: 959px){#footer-widgets .col{margin-bottom:30px}.has-parallax-footer #main{margin-bottom:0 !important}.parallax-footer{position:relative}}@media only screen and (min-width: 481px) and (max-width: 768px){#footer-widgets.tablet-1-col .footer-box{width:100%}#footer-widgets.tablet-2-col .footer-box{width:50% !important}#footer-widgets.tablet-2-col .footer-box:nth-child(3n){clear:left}#footer-widgets.tablet-3-col .footer-box{width:33.33% !important;clear:none}#footer-widgets.tablet-3-col .footer-box:nth-child(4n){clear:left}#footer-widgets.tablet-4-col .footer-box{width:25% !important}#footer-widgets.tablet-4-col .footer-box:nth-child(5n){clear:left}}@media only screen and (max-width: 480px){#footer-widgets.mobile-1-col .footer-box{width:100%}#footer-widgets.mobile-2-col .footer-box{width:50% !important}#footer-widgets.mobile-2-col .footer-box:nth-child(3n){clear:left}#footer-widgets.mobile-3-col .footer-box{width:33.33% !important;clear:none}#footer-widgets.mobile-3-col .footer-box:nth-child(4n){clear:left}#footer-widgets.mobile-4-col .footer-box{width:25% !important}#footer-widgets.mobile-4-col .footer-box:nth-child(5n){clear:left}}#footer-bottom{background-color:#1B1B1B;padding:15px 0;font-size:12px;line-height:1}#footer-bottom #footer-bottom-menu,#footer-bottom #copyright{width:50%}#footer-bottom #footer-bottom-menu{float:right;text-align:right;padding-left:15px}#footer-bottom #footer-bottom-menu ul{display:inline-block;margin:0;list-style:none;margin:0;padding:0}#footer-bottom #footer-bottom-menu li{float:left}#footer-bottom #footer-bottom-menu li:after{content:'|';margin-left:5px;margin-right:5px}#footer-bottom #footer-bottom-menu li:last-child:after{content:'';margin-left:0;margin-right:0}#footer-bottom #footer-bottom-menu a{color:#fff}#footer-bottom #footer-bottom-menu a:hover{color:#13aff0}#footer-bottom.no-footer-nav #copyright{float:none;width:100%;text-align:center;padding-left:0 !important;padding-right:0 !important}#footer-bottom #copyright{float:left;text-align:left;padding-right:15px}#footer-bottom a{color:#fff}#footer-bottom a:hover{color:#13aff0}@media only screen and (max-width: 959px){#footer-bottom #copyright,#footer-bottom #footer-bottom-menu{float:none;width:100%;padding-right:0;padding-left:0;text-align:center}#footer-bottom #footer-bottom-menu{margin-bottom:15px}#footer-bottom #footer-bottom-menu li{float:none;display:inline-block}}@media only screen and (max-width: 480px){#footer-bottom #footer-bottom-menu li{margin-bottom:8px}}#scroll-top{display:none;opacity:0;position:fixed;right:20px;bottom:20px;width:40px;height:40px;line-height:40px;background-color:rgba(0,0,0,0.4);color:#fff;font-size:18px;cursor:pointer;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;text-align:center;z-index:100;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}#scroll-top>span{line-height:inherit;vertical-align:top}#scroll-top:hover{background-color:rgba(0,0,0,0.8)}#scroll-top.scroll-top-left{left:20px;right:auto}#scroll-top .owp-icon{vertical-align:initial}#scroll-top .owp-icon use{stroke:#fff}@media only screen and (max-width: 480px){#scroll-top{right:10px;bottom:10px;width:26px;height:26px;line-height:24px;font-size:14px}}.error404-content{position:relative;margin:0 auto;text-align:center}.error404-content .error-title{font-size:46px;margin:0 0 25px}.error404-content .error-text{font-size:18px;font-weight:300;margin-bottom:35px}.error404-content .searchform{max-width:390px;margin:0 auto}.error404-content .error-btn{font-size:13px;padding:14px 26px;margin-top:60px}.error404-content .error-btn:hover{color:#fff}@media only screen and (max-width: 480px){.error404-content .searchform{width:100%}.error404-content .error-btn{margin-top:40px}}.fl-builder-edit #site-header,.fl-builder-edit.has-transparent-header #site-header,.elementor-editor-active #site-header{z-index:1}.fl-builder-edit #main,.elementor-editor-active #main{z-index:inherit !important}#site-header .elementor-section-wrap{height:auto !important}.elementor-widget-image .elementor-image img{display:inline-block}.elementor-slick-slider .slick-prev,.elementor-slick-slider .slick-next{height:auto}.pswp__button:hover{background-color:transparent}div.motopress-bootstrap-dropdown .dropdown-menu{display:block !important;position:static !important}.pac-container{z-index:100003}.no-height .elementor-column{min-height:0}body .elementor-element.elementor-wc-products ul.products li.product .onsale{padding:8px 12px}body .elementor-element.elementor-wc-products ul.products li.product.circle-sale .onsale{padding:0}@media only screen and (max-width: 959px){.elementor-element.elementor-wc-products ul.products li.product{width:auto !important}}.elementor-editor-active .parallax-footer{z-index:-1}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"]{display:inline-block}#sidr-close,.sidebar-mobile #mobile-nav{display:none}#sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:300px;max-width:100%;padding-bottom:30px;overflow-x:hidden;overflow-y:auto;font-size:15px;background-color:#fff;color:#555;-webkit-touch-callout:none;user-select:none;-webkit-overflow-scrolling:touch}#sidr ul{margin:0;list-style:none}.sidr.right{left:auto;right:-300px}.sidr.left{left:-300px;right:auto}.sidr a{color:#555}.sidr a:hover,.sidr-class-dropdown-toggle:hover,.sidr-class-menu-item-has-children.active>a,.sidr-class-menu-item-has-children.active>a>.sidr-class-dropdown-toggle{color:#13aff0}.sidr-class-clr:after{content:"";display:block;visibility:hidden;clear:both;zoom:1;height:0}a.sidr-class-toggle-sidr-close{display:block;background-color:#f8f8f8;color:#333;font-size:13px;font-weight:600;line-height:1;padding:20px;letter-spacing:0.6px;text-transform:uppercase}a.sidr-class-toggle-sidr-close i{display:inline-block;padding-right:8px;margin:0;width:auto;height:auto;line-height:1;vertical-align:bottom}a.sidr-class-toggle-sidr-close .owp-icon{margin-right:8px}.sidr-class-dropdown-menu ul,.sidr-class-fs-dropdown-menu ul{display:none;border-top:1px solid rgba(0,0,0,0.035);margin-left:0;background-color:rgba(0,0,0,0.02)}.sidr-class-dropdown-menu li,.sidr-class-fs-dropdown-menu li{border-bottom:1px solid rgba(0,0,0,0.035)}.sidr-class-dropdown-menu.sidr-class-left-menu li:last-child,.sidr-class-fs-dropdown-menu.sidr-class-left-menu li:last-child{border-bottom:none}.sidr-class-dropdown-menu>li:first-child,.sidr-class-fs-dropdown-menu>li:first-child{border-top:1px solid rgba(0,0,0,0.035)}.sidr-class-dropdown-menu li a,.sidr-class-fs-dropdown-menu li a{padding:12px 20px;display:block;position:relative}.sidr-class-dropdown-menu li a:focus,.sidr-class-fs-dropdown-menu li a:focus{outline:1px dashed rgba(0,0,0,0.3)}.sidr-class-dropdown-menu li a.sidr-class-sf-with-ul,.sidr-class-fs-dropdown-menu li a.sidr-class-sf-with-ul{padding-right:40px}.sidr-class-dropdown-menu ul li:last-child,.sidr-class-fs-dropdown-menu ul li:last-child{border:none}.sidr-class-top-bar-menu>li:first-child{border-top:none}.sidr-class-menu-item-has-children{position:relative}.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children>a{padding-right:60px}.sidr-class-dropdown-toggle{font-size:11px;height:100%;width:60px;position:absolute;right:0;top:0;cursor:pointer;color:#555;text-align:right;padding-right:20px;text-align:center;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.sidr-class-dropdown-toggle:focus{outline:1px dashed rgba(0,0,0,0.3)}.sidr-class-dropdown-toggle:before{font-family:"Font Awesome 5 Free";content:"+";font-size:20px;position:absolute;top:50%;left:50%;width:30px;height:30px;line-height:30px;margin-top:-15px;margin-left:-15px}.sidr-class-dropdown-menu li.active>a>.sidr-class-dropdown-toggle:before{content:"-"}.sidr-class-dropdown-menu ul a:before{font-family:"Font Awesome 5 Free";content:"\f105";display:inline-block;margin:0 10px;font-weight:600}.sidr-class-dropdown-menu ul ul a:before{margin-left:20px}.sidr-class-dropdown-menu ul ul ul a:before{margin-left:40px}.sidr-class-middle-site-logo,.sidr #searchform-header-replace-close,.sidr #sidr-id-searchform-overlay,.sidr .sidr-class-nav-arrow,.sidr-class-sidebar-box,.sidr-class-mega-cat .sidr-class-dropdown-toggle,.sidr-class-mega-cat .sidr-class-megamenu,.sidr-class-elementor{display:none !important}.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children.sidr-class-mega-cat>a{padding-right:20px}.sidr-class-dropdown-menu a i{font-size:inherit !important;vertical-align:initial !important;margin-right:10px}.sidr-class-dropdown-menu a i.after{margin-right:0;margin-left:10px}.sidr-class-wpml-ls-flag{margin-right:10px;vertical-align:baseline}.oceanwp-sidr-overlay{position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.3);z-index:99}#mobile-menu-search,.sidr-class-woo-cart-link,.sidr-class-search-toggle-li,#sidr-id-searchform-dropdown,#sidr-id-searchform-header-replace{display:none}.sidr-class-mobile-searchform{position:relative;margin:30px 20px 0}.sidr-class-mobile-searchform input{padding:6px 45px 6px 12px !important;margin-top:0 !important;-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.sidr-class-mobile-searchform button{display:block;position:absolute;right:10px;height:30px;line-height:30px;width:30px;padding:0;text-align:center;top:50%;margin-top:-15px;background-color:transparent !important;color:#555;border:0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.sidr-class-mobile-searchform button:hover{color:#222}.sidr-class-mobile-searchform button:focus{outline:1px solid;color:#1a1a1a}.sidr-class-social-menu-inner ul{display:table;width:100%;text-align:center;table-layout:fixed}.sidr-class-social-menu-inner ul li{display:table-cell}.sidr-class-social-menu-inner ul li a{display:block;padding:12px 10px}.admin-bar #sidr,.admin-bar .oceanwp-sidr-overlay{top:32px;height:-webkit-calc(100% - 32px);height:calc(100% - 32px)}@media screen and (max-width: 782px){.admin-bar #sidr,.admin-bar .oceanwp-sidr-overlay{top:46px;height:-webkit-calc(100% - 46px);height:calc(100% - 46px)}}@media screen and (max-width: 600px){#wpadminbar{position:fixed}}.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear, opacity .2s linear;-webkit-transition:background-color .2s linear, opacity .2s linear;height:15px;bottom:0px;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear, opacity .2s linear;-webkit-transition:background-color .2s linear, opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:0.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:0.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear, height .2s ease-in-out;-webkit-transition:background-color .2s linear, height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear, width .2s ease-in-out;-webkit-transition:background-color .2s linear, width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps{overflow:auto !important}} .flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:rgba(255,255,255,0.75);border:none;color:#333}.flickity-button:hover{background:white;cursor:pointer}.flickity-button:focus{outline:none;box-shadow:0 0 0 5px #19F}.flickity-button:active{opacity:0.6}.flickity-button:disabled{opacity:0.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:0.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:0.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}@media only screen and (max-width: 959px){body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link{display:none}body.default-breakpoint #site-logo.has-responsive-logo .responsive-logo-link{display:block}body.default-breakpoint .is-sticky #site-logo.has-responsive-logo .sticky-logo-link{display:block}body.default-breakpoint .is-sticky #site-logo.has-sticky-logo .responsive-logo-link{display:none}body.default-breakpoint #site-header.center-header #site-logo{display:block}body.default-breakpoint #top-bar-nav,body.default-breakpoint #site-navigation-wrap,body.default-breakpoint .oceanwp-social-menu,body.default-breakpoint .after-header-content{display:none}body.default-breakpoint .center-logo #site-logo{float:none;position:absolute;left:50%;padding:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.default-breakpoint .oceanwp-mobile-menu-icon{display:inline-flex}body.default-breakpoint #top-bar.has-no-content #top-bar-social{text-align:center}body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-left,body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-right{position:inherit;left:auto;right:auto;float:none;height:auto;line-height:1.5em;margin-top:0}body.default-breakpoint #top-bar.has-no-content #top-bar-social li{float:none;display:inline-block}body.default-breakpoint.vertical-header-style #outer-wrap{margin:0 !important}body.default-breakpoint #site-header.vertical-header{position:relative;width:100%;left:0 !important;right:0 !important}body.default-breakpoint #site-header.vertical-header .has-template>#site-logo{display:block}body.default-breakpoint #site-header.vertical-header #site-header-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;padding:0;max-width:90%}body.default-breakpoint #site-header.vertical-header #site-header-inner>*:not(.oceanwp-mobile-menu-icon){display:none}body.default-breakpoint #site-header.vertical-header #site-header-inner>*{padding:0 !important}body.default-breakpoint #site-header.vertical-header #site-header-inner #site-logo{display:block;margin:0;width:50%;text-align:left}body.default-breakpoint #site-header.vertical-header #site-header-inner .oceanwp-mobile-menu-icon{width:50%;text-align:right}body.default-breakpoint #site-header.vertical-header .vertical-toggle{display:none}body.default-breakpoint .is-sticky #site-header.vertical-header{position:fixed;height:auto}body.default-breakpoint.vh-closed .vertical-toggle{display:none}body.default-breakpoint .owp-cart-overlay{display:none !important}}@media only screen and (max-width: 767px){.hide-tablet-mobile{display:none !important}}@media only screen and (max-width: 480px){.hide-mobile{display:none !important}}@media only screen and (min-width: 481px) and (max-width: 767px){.hide-tablet{display:none !important}}