@keyframes animateUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.button-group {
  display: -ms-flexbox;
  display: flex;
}
.button-group .btn:not(:last-child) {
  margin-right: 0.5em;
}

.wp-travel .button:hover {
  color: #ff8122 !important;
}

button:focus {
  outline: none !important;
}

button, .button, .btn, input[type=submit], .no-order a, .elementor-button {
  text-decoration: none;
  border-radius: 0 !important;
  padding: 1.25em 1.5em !important;
  background-color: #ff8122 !important;
  border-color: #ff8122 !important;
  color: #fff !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
  border-width: 2px !important;
  border-style: solid !important;
  position: relative;
  z-index: 1;
  outline: none;
}
@media (max-width: 575px) {
  button, .button, .btn, input[type=submit], .no-order a, .elementor-button {
    font-size: 0.75rem !important;
  }
}
button::after, .button::after, .btn::after, input[type=submit]::after, .no-order a::after, .elementor-button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ff8122;
  z-index: -1;
}
button.btn-secondary, .button.btn-secondary, .btn.btn-secondary, input[type=submit].btn-secondary, .no-order a.btn-secondary, .elementor-button.btn-secondary {
  background: none !important;
  border-color: #fff !important;
}
button.btn-secondary:hover, .button.btn-secondary:hover, .btn.btn-secondary:hover, input[type=submit].btn-secondary:hover, .no-order a.btn-secondary:hover, .elementor-button.btn-secondary:hover {
  background-color: #ff8122 !important;
  border-color: #ff8122 !important;
}
button.btn-light, .button.btn-light, .btn.btn-light, input[type=submit].btn-light, .no-order a.btn-light, .elementor-button.btn-light {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #333 !important;
}
button.btn-light::before, .button.btn-light::before, .btn.btn-light::before, input[type=submit].btn-light::before, .no-order a.btn-light::before, .elementor-button.btn-light::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}
button.btn-light::after, .button.btn-light::after, .btn.btn-light::after, input[type=submit].btn-light::after, .no-order a.btn-light::after, .elementor-button.btn-light::after {
  content: none;
}
button.btn-light:hover::before, .button.btn-light:hover::before, .btn.btn-light:hover::before, input[type=submit].btn-light:hover::before, .no-order a.btn-light:hover::before, .elementor-button.btn-light:hover::before {
  transition: all 0.5s ease;
  transform: scale(1.3, 1.6);
  opacity: 0;
}
button.btn-border-dark, .button.btn-border-dark, .btn.btn-border-dark, input[type=submit].btn-border-dark, .no-order a.btn-border-dark, .elementor-button.btn-border-dark {
  color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  background-color: transparent !important;
}
button.btn-border-dark:hover, .button.btn-border-dark:hover, .btn.btn-border-dark:hover, input[type=submit].btn-border-dark:hover, .no-order a.btn-border-dark:hover, .elementor-button.btn-border-dark:hover {
  color: #fff !important;
  border-color: #ff8122 !important;
  background-color: #ff8122 !important;
}
button:hover, .button:hover, .btn:hover, input[type=submit]:hover, .no-order a:hover, .elementor-button:hover {
  background-color: transparent !important;
  border-color: #ff8122 !important;
  color: #ff8122 !important;
}
button:hover::after, .button:hover::after, .btn:hover::after, input[type=submit]:hover::after, .no-order a:hover::after, .elementor-button:hover::after {
  transition: all 0.5s ease;
  transform: scale(1.3, 1.6);
  opacity: 0;
}
button.btn-dark, .button.btn-dark, .btn.btn-dark, input[type=submit].btn-dark, .no-order a.btn-dark, .elementor-button.btn-dark {
  background-color: #4e4e4e !important;
  border-color: #4e4e4e !important;
}
button.btn-dark::after, .button.btn-dark::after, .btn.btn-dark::after, input[type=submit].btn-dark::after, .no-order a.btn-dark::after, .elementor-button.btn-dark::after {
  background-color: #4e4e4e;
}
button.btn-dark:hover, .button.btn-dark:hover, .btn.btn-dark:hover, input[type=submit].btn-dark:hover, .no-order a.btn-dark:hover, .elementor-button.btn-dark:hover {
  background-color: #ff8122 !important;
  color: #fff !important;
  border-color: #ff8122 !important;
}
button.bg-none, .button.bg-none, .btn.bg-none, input[type=submit].bg-none, .no-order a.bg-none, .elementor-button.bg-none {
  background: none !important;
  color: #aaaaaa !important;
  border: 0 !important;
}
button.bg-none::after, .button.bg-none::after, .btn.bg-none::after, input[type=submit].bg-none::after, .no-order a.bg-none::after, .elementor-button.bg-none::after {
  content: none !important;
}
button.bg-none:hover, .button.bg-none:hover, .btn.bg-none:hover, input[type=submit].bg-none:hover, .no-order a.bg-none:hover, .elementor-button.bg-none:hover {
  background-color: #ff8122 !important;
  color: #fff !important;
}

.customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
  padding: 3px !important;
}

.wp-travel-date-picker-btn {
  padding-right: 3px !important;
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-cloud-link, .tag-cloud-link:visited, .wp-calendar-nav [class*=wp-calendar-nav-] a {
  color: #aaaaaa;
  background-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  font-size: 1rem !important;
  padding: 0.75em 1.5em;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all 0.2s ease;
  font-weight: bold;
}
.tag-cloud-link:hover, .tag-cloud-link:visited:hover, .wp-calendar-nav [class*=wp-calendar-nav-] a:hover {
  color: #fff;
  border-color: #ff8122;
  background-color: #ff8122;
  text-decoration: none;
}

.form-control {
  height: auto;
}

label, .wp-travel-form-field label {
  font-weight: 600;
}

.comment-respond input[type=text], .comment-respond .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[type=text], .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .comment-respond select[type=text], .comment-respond .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[type=text], .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .comment-respond textarea[type=text], .comment-respond input[type=email], .comment-respond .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[type=email], .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .comment-respond select[type=email], .comment-respond .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[type=email], .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .comment-respond textarea[type=email], input[type=url], textarea, input[type=email], input[type=text], input[type=number], input[type=search], input[type=password], select {
  border: 1px solid #eee !important;
  border-radius: 0 !important;
  padding: 1.185em 1rem !important;
  font-size: 0.95rem !important;
  width: 100%;
}
@media (max-width: 575px) {
  .comment-respond input[type=text], .comment-respond .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[type=text], .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .comment-respond select[type=text], .comment-respond .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[type=text], .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .comment-respond textarea[type=text], .comment-respond input[type=email], .comment-respond .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field select[type=email], .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .comment-respond select[type=email], .comment-respond .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field textarea[type=email], .wp-travel-tab-wrapper .wp-travel-booking-form-wrapper form .wp-travel-form-field .comment-respond textarea[type=email], input[type=url], textarea, input[type=email], input[type=text], input[type=number], input[type=search], input[type=password], select {
    padding: 0.688rem 0.75rem !important;
  }
}

/* --------------------------------

LineIcons Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: "LineIcons";
  src: url("../fonts/LineIcons.eot");
  src: url("../fonts/LineIcons.eot") format("embedded-opentype"), url("../fonts/LineIcons.woff2") format("woff2"), url("../fonts/LineIcons.woff") format("woff"), url("../fonts/LineIcons.ttf") format("truetype"), url("../fonts/LineIcons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lni-sm {
  font-size: 0.8em;
}

.lni-lg {
  font-size: 1.2em;
}

/* absolute units */
.lni-16 {
  font-size: 16px;
}

.lni-32 {
  font-size: 32px;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.lni-bg-square,
.lni-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}

.lni-bg-circle {
  border-radius: 50%;
}

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.lni-ul {
  padding-left: 0;
  list-style-type: none;
}
.lni-ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  line-height: 1.4;
}
.lni-ul > li > .lni {
  margin-right: 0.4em;
  line-height: inherit;
}

/*------------------------
  spinning icons
-------------------------*/
.lni-is-spinning {
  animation: lni-spin 2s infinite linear;
}
@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.lni-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.lni-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.lni-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.lni-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.lni-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

/*------------------------
	icons
-------------------------*/
.lni-500px::before {
  content: "\ea02";
}

.lni-add-files::before {
  content: "\ea03";
}

.lni-alarm-clock::before {
  content: "\ea04";
}

.lni-alarm::before {
  content: "\ea05";
}

.lni-airbnb::before {
  content: "\ea06";
}

.lni-adobe::before {
  content: "\ea07";
}

.lni-amazon-pay::before {
  content: "\ea08";
}

.lni-amazon::before {
  content: "\ea09";
}

.lni-amex::before {
  content: "\ea0a";
}

.lni-anchor::before {
  content: "\ea0b";
}

.lni-amazon-original::before {
  content: "\ea0c";
}

.lni-android-original::before {
  content: "\ea0d";
}

.lni-android::before {
  content: "\ea0e";
}

.lni-angellist::before {
  content: "\ea0f";
}

.lni-angle-double-down::before {
  content: "\ea10";
}

.lni-angle-double-left::before {
  content: "\ea11";
}

.lni-angle-double-right::before {
  content: "\ea12";
}

.lni-angle-double-up::before {
  content: "\ea13";
}

.lni-angular::before {
  content: "\ea14";
}

.lni-apartment::before {
  content: "\ea15";
}

.lni-app-store::before {
  content: "\ea16";
}

.lni-apple-pay::before {
  content: "\ea17";
}

.lni-apple::before {
  content: "\ea18";
}

.lni-archive::before {
  content: "\ea19";
}

.lni-arrow-down-circle::before {
  content: "\ea1a";
}

.lni-arrow-left-circle::before {
  content: "\ea1b";
}

.lni-arrow-left::before {
  content: "\ea1c";
}

.lni-arrow-right-circle::before {
  content: "\ea1d";
}

.lni-arrow-right::before {
  content: "\ea1e";
}

.lni-arrow-top-left::before {
  content: "\ea1f";
}

.lni-arrow-top-right::before {
  content: "\ea20";
}

.lni-arrow-up-circle::before {
  content: "\ea21";
}

.lni-arrow-up::before {
  content: "\ea22";
}

.lni-arrows-horizontal::before {
  content: "\ea23";
}

.lni-arrows-vertical::before {
  content: "\ea24";
}

.lni-atlassian::before {
  content: "\ea25";
}

.lni-aws::before {
  content: "\ea26";
}

.lni-arrow-down::before {
  content: "\ea27";
}

.lni-ambulance::before {
  content: "\ea28";
}

.lni-agenda::before {
  content: "\ea29";
}

.lni-backward::before {
  content: "\ea2a";
}

.lni-baloon::before {
  content: "\ea2b";
}

.lni-ban::before {
  content: "\ea2c";
}

.lni-bar-chart::before {
  content: "\ea2d";
}

.lni-behance-original::before {
  content: "\ea2e";
}

.lni-bitbucket::before {
  content: "\ea2f";
}

.lni-bitcoin::before {
  content: "\ea30";
}

.lni-blackboard::before {
  content: "\ea31";
}

.lni-blogger::before {
  content: "\ea32";
}

.lni-bluetooth::before {
  content: "\ea33";
}

.lni-bold::before {
  content: "\ea34";
}

.lni-bolt-alt::before {
  content: "\ea35";
}

.lni-bolt::before {
  content: "\ea36";
}

.lni-book::before {
  content: "\ea37";
}

.lni-bookmark-alt::before {
  content: "\ea38";
}

.lni-bookmark::before {
  content: "\ea39";
}

.lni-bootstrap::before {
  content: "\ea3a";
}

.lni-bricks::before {
  content: "\ea3b";
}

.lni-bridge::before {
  content: "\ea3c";
}

.lni-briefcase::before {
  content: "\ea3d";
}

.lni-brush-alt::before {
  content: "\ea3e";
}

.lni-brush::before {
  content: "\ea3f";
}

.lni-bubble::before {
  content: "\ea40";
}

.lni-bug::before {
  content: "\ea41";
}

.lni-bulb::before {
  content: "\ea42";
}

.lni-bullhorn::before {
  content: "\ea43";
}

.lni-burger::before {
  content: "\ea44";
}

.lni-bus::before {
  content: "\ea45";
}

.lni-cake::before {
  content: "\ea46";
}

.lni-calculator::before {
  content: "\ea47";
}

.lni-calendar::before {
  content: "\ea48";
}

.lni-camera::before {
  content: "\ea49";
}

.lni-candy-cane::before {
  content: "\ea4a";
}

.lni-candy::before {
  content: "\ea4b";
}

.lni-capsule::before {
  content: "\ea4c";
}

.lni-car-alt::before {
  content: "\ea4d";
}

.lni-car::before {
  content: "\ea4e";
}

.lni-caravan::before {
  content: "\ea4f";
}

.lni-cart-full::before {
  content: "\ea50";
}

.lni-cart::before {
  content: "\ea51";
}

.lni-certificate::before {
  content: "\ea52";
}

.lni-checkbox::before {
  content: "\ea53";
}

.lni-checkmark-circle::before {
  content: "\ea54";
}

.lni-checkmark::before {
  content: "\ea55";
}

.lni-chef-hat::before {
  content: "\ea56";
}

.lni-chevron-down-circle::before {
  content: "\ea57";
}

.lni-chevron-down::before {
  content: "\ea58";
}

.lni-chevron-left-circle::before {
  content: "\ea59";
}

.lni-chevron-left::before {
  content: "\ea5a";
}

.lni-chevron-right-circle::before {
  content: "\ea5b";
}

.lni-chevron-right::before {
  content: "\ea5c";
}

.lni-chevron-up-circle::before {
  content: "\ea5d";
}

.lni-chevron-up::before {
  content: "\ea5e";
}

.lni-chrome::before {
  content: "\ea5f";
}

.lni-circle-minus::before {
  content: "\ea60";
}

.lni-circle-plus::before {
  content: "\ea61";
}

.lni-clipboard::before {
  content: "\ea62";
}

.lni-close::before {
  content: "\ea63";
}

.lni-cloud-check::before {
  content: "\ea64";
}

.lni-cloud-download::before {
  content: "\ea65";
}

.lni-cloud-network::before {
  content: "\ea66";
}

.lni-cloud-sync::before {
  content: "\ea67";
}

.lni-cloud-upload::before {
  content: "\ea68";
}

.lni-cloud::before {
  content: "\ea69";
}

.lni-cloudy-sun::before {
  content: "\ea6a";
}

.lni-code-alt::before {
  content: "\ea6b";
}

.lni-code::before {
  content: "\ea6c";
}

.lni-codepen::before {
  content: "\ea6d";
}

.lni-coffee-cup::before {
  content: "\ea6e";
}

.lni-cog::before {
  content: "\ea6f";
}

.lni-cogs::before {
  content: "\ea70";
}

.lni-coin::before {
  content: "\ea71";
}

.lni-comments-alt::before {
  content: "\ea72";
}

.lni-comments-reply::before {
  content: "\ea73";
}

.lni-comments::before {
  content: "\ea74";
}

.lni-compass::before {
  content: "\ea75";
}

.lni-construction-hammer::before {
  content: "\ea76";
}

.lni-construction::before {
  content: "\ea77";
}

.lni-consulting::before {
  content: "\ea78";
}

.lni-control-panel::before {
  content: "\ea79";
}

.lni-cpanel::before {
  content: "\ea7a";
}

.lni-creative-commons::before {
  content: "\ea7b";
}

.lni-credit-cards::before {
  content: "\ea7c";
}

.lni-crop::before {
  content: "\ea7d";
}

.lni-cross-circle::before {
  content: "\ea7e";
}

.lni-crown::before {
  content: "\ea7f";
}

.lni-css3::before {
  content: "\ea80";
}

.lni-cup::before {
  content: "\ea81";
}

.lni-customer::before {
  content: "\ea82";
}

.lni-cut::before {
  content: "\ea83";
}

.lni-dashboard::before {
  content: "\ea84";
}

.lni-database::before {
  content: "\ea85";
}

.lni-delivery::before {
  content: "\ea86";
}

.lni-dev::before {
  content: "\ea87";
}

.lni-diamond-alt::before {
  content: "\ea88";
}

.lni-diamond::before {
  content: "\ea89";
}

.lni-diners-club::before {
  content: "\ea8a";
}

.lni-dinner::before {
  content: "\ea8b";
}

.lni-direction-alt::before {
  content: "\ea8c";
}

.lni-direction-ltr::before {
  content: "\ea8d";
}

.lni-direction-rtl::before {
  content: "\ea8e";
}

.lni-direction::before {
  content: "\ea8f";
}

.lni-discord::before {
  content: "\ea90";
}

.lni-discover::before {
  content: "\ea91";
}

.lni-display-alt::before {
  content: "\ea92";
}

.lni-display::before {
  content: "\ea93";
}

.lni-docker::before {
  content: "\ea94";
}

.lni-dollar::before {
  content: "\ea95";
}

.lni-domain::before {
  content: "\ea96";
}

.lni-download::before {
  content: "\ea97";
}

.lni-dribbble::before {
  content: "\ea98";
}

.lni-drop::before {
  content: "\ea99";
}

.lni-dropbox-original::before {
  content: "\ea9a";
}

.lni-dropbox::before {
  content: "\ea9b";
}

.lni-drupal-original::before {
  content: "\ea9c";
}

.lni-drupal::before {
  content: "\ea9d";
}

.lni-dumbbell::before {
  content: "\ea9e";
}

.lni-edge::before {
  content: "\ea9f";
}

.lni-emoji-cool::before {
  content: "\eaa0";
}

.lni-emoji-friendly::before {
  content: "\eaa1";
}

.lni-emoji-happy::before {
  content: "\eaa2";
}

.lni-emoji-sad::before {
  content: "\eaa3";
}

.lni-emoji-smile::before {
  content: "\eaa4";
}

.lni-emoji-speechless::before {
  content: "\eaa5";
}

.lni-emoji-suspect::before {
  content: "\eaa6";
}

.lni-emoji-tounge::before {
  content: "\eaa7";
}

.lni-empty-file::before {
  content: "\eaa8";
}

.lni-enter::before {
  content: "\eaa9";
}

.lni-envato::before {
  content: "\eaaa";
}

.lni-envelope::before {
  content: "\eaab";
}

.lni-eraser::before {
  content: "\eaac";
}

.lni-euro::before {
  content: "\eaad";
}

.lni-exit-down::before {
  content: "\eaae";
}

.lni-exit-up::before {
  content: "\eaaf";
}

.lni-exit::before {
  content: "\eab0";
}

.lni-eye::before {
  content: "\eab1";
}

.lni-facebook-filled::before {
  content: "\eab2";
}

.lni-facebook-messenger::before {
  content: "\eab3";
}

.lni-facebook-original::before {
  content: "\eab4";
}

.lni-facebook-oval::before {
  content: "\eab5";
}

.lni-facebook::before {
  content: "\eab6";
}

.lni-figma::before {
  content: "\eab7";
}

.lni-files::before {
  content: "\eab8";
}

.lni-firefox-original::before {
  content: "\eab9";
}

.lni-firefox::before {
  content: "\eaba";
}

.lni-fireworks::before {
  content: "\eabb";
}

.lni-first-aid::before {
  content: "\eabc";
}

.lni-flag-alt::before {
  content: "\eabd";
}

.lni-flag::before {
  content: "\eabe";
}

.lni-flags::before {
  content: "\eabf";
}

.lni-flickr::before {
  content: "\eac0";
}

.lni-basketball::before {
  content: "\eac1";
}

.lni-behance::before {
  content: "\eac2";
}

.lni-forward::before {
  content: "\eac3";
}

.lni-frame-expand::before {
  content: "\eac4";
}

.lni-flower::before {
  content: "\eac5";
}

.lni-full-screen::before {
  content: "\eac6";
}

.lni-funnel::before {
  content: "\eac7";
}

.lni-gallery::before {
  content: "\eac8";
}

.lni-game::before {
  content: "\eac9";
}

.lni-gift::before {
  content: "\eaca";
}

.lni-git::before {
  content: "\eacb";
}

.lni-github-original::before {
  content: "\eacc";
}

.lni-github::before {
  content: "\eacd";
}

.lni-goodreads::before {
  content: "\eace";
}

.lni-google-drive::before {
  content: "\eacf";
}

.lni-google-pay::before {
  content: "\ead0";
}

.lni-fresh-juice::before {
  content: "\ead1";
}

.lni-folder::before {
  content: "\ead2";
}

.lni-bi-cycle::before {
  content: "\ead3";
}

.lni-graph::before {
  content: "\ead4";
}

.lni-grid-alt::before {
  content: "\ead5";
}

.lni-grid::before {
  content: "\ead6";
}

.lni-google-wallet::before {
  content: "\ead7";
}

.lni-grow::before {
  content: "\ead8";
}

.lni-hammer::before {
  content: "\ead9";
}

.lni-hand::before {
  content: "\eada";
}

.lni-handshake::before {
  content: "\eadb";
}

.lni-harddrive::before {
  content: "\eadc";
}

.lni-headphone-alt::before {
  content: "\eadd";
}

.lni-headphone::before {
  content: "\eade";
}

.lni-heart-filled::before {
  content: "\eadf";
}

.lni-heart-monitor::before {
  content: "\eae0";
}

.lni-heart::before {
  content: "\eae1";
}

.lni-helicopter::before {
  content: "\eae2";
}

.lni-helmet::before {
  content: "\eae3";
}

.lni-help::before {
  content: "\eae4";
}

.lni-highlight-alt::before {
  content: "\eae5";
}

.lni-highlight::before {
  content: "\eae6";
}

.lni-home::before {
  content: "\eae7";
}

.lni-hospital::before {
  content: "\eae8";
}

.lni-hourglass::before {
  content: "\eae9";
}

.lni-html5::before {
  content: "\eaea";
}

.lni-image::before {
  content: "\eaeb";
}

.lni-inbox::before {
  content: "\eaec";
}

.lni-indent-decrease::before {
  content: "\eaed";
}

.lni-indent-increase::before {
  content: "\eaee";
}

.lni-infinite::before {
  content: "\eaef";
}

.lni-information::before {
  content: "\eaf0";
}

.lni-instagram-filled::before {
  content: "\eaf1";
}

.lni-instagram-original::before {
  content: "\eaf2";
}

.lni-instagram::before {
  content: "\eaf3";
}

.lni-invention::before {
  content: "\eaf4";
}

.lni-graduation::before {
  content: "\eaf5";
}

.lni-invest-monitor::before {
  content: "\eaf6";
}

.lni-island::before {
  content: "\eaf7";
}

.lni-italic::before {
  content: "\eaf8";
}

.lni-java::before {
  content: "\eaf9";
}

.lni-javascript::before {
  content: "\eafa";
}

.lni-jcb::before {
  content: "\eafb";
}

.lni-joomla-original::before {
  content: "\eafc";
}

.lni-joomla::before {
  content: "\eafd";
}

.lni-jsfiddle::before {
  content: "\eafe";
}

.lni-juice::before {
  content: "\eaff";
}

.lni-key::before {
  content: "\eb00";
}

.lni-keyboard::before {
  content: "\eb01";
}

.lni-keyword-research::before {
  content: "\eb02";
}

.lni-hacker-news::before {
  content: "\eb03";
}

.lni-google::before {
  content: "\eb04";
}

.lni-laravel::before {
  content: "\eb05";
}

.lni-layers::before {
  content: "\eb06";
}

.lni-layout::before {
  content: "\eb07";
}

.lni-leaf::before {
  content: "\eb08";
}

.lni-library::before {
  content: "\eb09";
}

.lni-licencse::before {
  content: "\eb0a";
}

.lni-life-ring::before {
  content: "\eb0b";
}

.lni-line-dashed::before {
  content: "\eb0c";
}

.lni-line-dotted::before {
  content: "\eb0d";
}

.lni-line-double::before {
  content: "\eb0e";
}

.lni-line-spacing::before {
  content: "\eb0f";
}

.lni-line::before {
  content: "\eb10";
}

.lni-lineicons-alt::before {
  content: "\eb11";
}

.lni-lineicons::before {
  content: "\eb12";
}

.lni-link::before {
  content: "\eb13";
}

.lni-linkedin-original::before {
  content: "\eb14";
}

.lni-linkedin::before {
  content: "\eb15";
}

.lni-list::before {
  content: "\eb16";
}

.lni-lock-alt::before {
  content: "\eb17";
}

.lni-lock::before {
  content: "\eb18";
}

.lni-magnet::before {
  content: "\eb19";
}

.lni-magnifier::before {
  content: "\eb1a";
}

.lni-mailchimp::before {
  content: "\eb1b";
}

.lni-map-marker::before {
  content: "\eb1c";
}

.lni-map::before {
  content: "\eb1d";
}

.lni-mashroom::before {
  content: "\eb1e";
}

.lni-mastercard::before {
  content: "\eb1f";
}

.lni-medall-alt::before {
  content: "\eb20";
}

.lni-medall::before {
  content: "\eb21";
}

.lni-medium::before {
  content: "\eb22";
}

.lni-laptop::before {
  content: "\eb23";
}

.lni-investment::before {
  content: "\eb24";
}

.lni-laptop-phone::before {
  content: "\eb25";
}

.lni-megento::before {
  content: "\eb26";
}

.lni-mic::before {
  content: "\eb27";
}

.lni-microphone::before {
  content: "\eb28";
}

.lni-menu::before {
  content: "\eb29";
}

.lni-microscope::before {
  content: "\eb2a";
}

.lni-money-location::before {
  content: "\eb2b";
}

.lni-minus::before {
  content: "\eb2c";
}

.lni-mobile::before {
  content: "\eb2d";
}

.lni-more-alt::before {
  content: "\eb2e";
}

.lni-mouse::before {
  content: "\eb2f";
}

.lni-move::before {
  content: "\eb30";
}

.lni-music::before {
  content: "\eb31";
}

.lni-network::before {
  content: "\eb32";
}

.lni-night::before {
  content: "\eb33";
}

.lni-nodejs-alt::before {
  content: "\eb34";
}

.lni-nodejs::before {
  content: "\eb35";
}

.lni-notepad::before {
  content: "\eb36";
}

.lni-npm::before {
  content: "\eb37";
}

.lni-offer::before {
  content: "\eb38";
}

.lni-opera::before {
  content: "\eb39";
}

.lni-package::before {
  content: "\eb3a";
}

.lni-page-break::before {
  content: "\eb3b";
}

.lni-pagination::before {
  content: "\eb3c";
}

.lni-paint-bucket::before {
  content: "\eb3d";
}

.lni-paint-roller::before {
  content: "\eb3e";
}

.lni-pallet::before {
  content: "\eb3f";
}

.lni-paperclip::before {
  content: "\eb40";
}

.lni-more::before {
  content: "\eb41";
}

.lni-pause::before {
  content: "\eb42";
}

.lni-paypal-original::before {
  content: "\eb43";
}

.lni-microsoft::before {
  content: "\eb44";
}

.lni-money-protection::before {
  content: "\eb45";
}

.lni-pencil::before {
  content: "\eb46";
}

.lni-paypal::before {
  content: "\eb47";
}

.lni-pencil-alt::before {
  content: "\eb48";
}

.lni-patreon::before {
  content: "\eb49";
}

.lni-phone-set::before {
  content: "\eb4a";
}

.lni-phone::before {
  content: "\eb4b";
}

.lni-pin::before {
  content: "\eb4c";
}

.lni-pinterest::before {
  content: "\eb4d";
}

.lni-pie-chart::before {
  content: "\eb4e";
}

.lni-pilcrow::before {
  content: "\eb4f";
}

.lni-plane::before {
  content: "\eb50";
}

.lni-play::before {
  content: "\eb51";
}

.lni-plug::before {
  content: "\eb52";
}

.lni-plus::before {
  content: "\eb53";
}

.lni-pointer-down::before {
  content: "\eb54";
}

.lni-pointer-left::before {
  content: "\eb55";
}

.lni-pointer-right::before {
  content: "\eb56";
}

.lni-pointer-up::before {
  content: "\eb57";
}

.lni-play-store::before {
  content: "\eb58";
}

.lni-pizza::before {
  content: "\eb59";
}

.lni-postcard::before {
  content: "\eb5a";
}

.lni-pound::before {
  content: "\eb5b";
}

.lni-power-switch::before {
  content: "\eb5c";
}

.lni-printer::before {
  content: "\eb5d";
}

.lni-producthunt::before {
  content: "\eb5e";
}

.lni-protection::before {
  content: "\eb5f";
}

.lni-pulse::before {
  content: "\eb60";
}

.lni-pyramids::before {
  content: "\eb61";
}

.lni-python::before {
  content: "\eb62";
}

.lni-pointer::before {
  content: "\eb63";
}

.lni-popup::before {
  content: "\eb64";
}

.lni-quotation::before {
  content: "\eb65";
}

.lni-radio-button::before {
  content: "\eb66";
}

.lni-rain::before {
  content: "\eb67";
}

.lni-quora::before {
  content: "\eb68";
}

.lni-react::before {
  content: "\eb69";
}

.lni-question-circle::before {
  content: "\eb6a";
}

.lni-php::before {
  content: "\eb6b";
}

.lni-reddit::before {
  content: "\eb6c";
}

.lni-reload::before {
  content: "\eb6d";
}

.lni-restaurant::before {
  content: "\eb6e";
}

.lni-road::before {
  content: "\eb6f";
}

.lni-rocket::before {
  content: "\eb70";
}

.lni-rss-feed::before {
  content: "\eb71";
}

.lni-ruler-alt::before {
  content: "\eb72";
}

.lni-ruler-pencil::before {
  content: "\eb73";
}

.lni-ruler::before {
  content: "\eb74";
}

.lni-rupee::before {
  content: "\eb75";
}

.lni-save::before {
  content: "\eb76";
}

.lni-school-bench-alt::before {
  content: "\eb77";
}

.lni-school-bench::before {
  content: "\eb78";
}

.lni-scooter::before {
  content: "\eb79";
}

.lni-scroll-down::before {
  content: "\eb7a";
}

.lni-search-alt::before {
  content: "\eb7b";
}

.lni-search::before {
  content: "\eb7c";
}

.lni-select::before {
  content: "\eb7d";
}

.lni-seo::before {
  content: "\eb7e";
}

.lni-service::before {
  content: "\eb7f";
}

.lni-share-alt::before {
  content: "\eb80";
}

.lni-share::before {
  content: "\eb81";
}

.lni-shield::before {
  content: "\eb82";
}

.lni-shift-left::before {
  content: "\eb83";
}

.lni-shift-right::before {
  content: "\eb84";
}

.lni-ship::before {
  content: "\eb85";
}

.lni-shopify::before {
  content: "\eb86";
}

.lni-shopping-basket::before {
  content: "\eb87";
}

.lni-shortcode::before {
  content: "\eb88";
}

.lni-shovel::before {
  content: "\eb89";
}

.lni-shuffle::before {
  content: "\eb8a";
}

.lni-signal::before {
  content: "\eb8b";
}

.lni-sketch::before {
  content: "\eb8c";
}

.lni-skipping-rope::before {
  content: "\eb8d";
}

.lni-skype::before {
  content: "\eb8e";
}

.lni-slack::before {
  content: "\eb8f";
}

.lni-slice::before {
  content: "\eb90";
}

.lni-slideshare::before {
  content: "\eb91";
}

.lni-slim::before {
  content: "\eb92";
}

.lni-reply::before {
  content: "\eb93";
}

.lni-sort-alpha-asc::before {
  content: "\eb94";
}

.lni-remove-file::before {
  content: "\eb95";
}

.lni-sort-amount-dsc::before {
  content: "\eb96";
}

.lni-sort-amount-asc::before {
  content: "\eb97";
}

.lni-soundcloud::before {
  content: "\eb98";
}

.lni-souncloud-original::before {
  content: "\eb99";
}

.lni-spiner-solid::before {
  content: "\eb9a";
}

.lni-revenue::before {
  content: "\eb9b";
}

.lni-spinner::before {
  content: "\eb9c";
}

.lni-spellcheck::before {
  content: "\eb9d";
}

.lni-spotify::before {
  content: "\eb9e";
}

.lni-spray::before {
  content: "\eb9f";
}

.lni-sprout::before {
  content: "\eba0";
}

.lni-snapchat::before {
  content: "\eba1";
}

.lni-stamp::before {
  content: "\eba2";
}

.lni-star-empty::before {
  content: "\eba3";
}

.lni-star-filled::before {
  content: "\eba4";
}

.lni-star-half::before {
  content: "\eba5";
}

.lni-star::before {
  content: "\eba6";
}

.lni-stats-down::before {
  content: "\eba7";
}

.lni-spinner-arrow::before {
  content: "\eba8";
}

.lni-steam::before {
  content: "\eba9";
}

.lni-stackoverflow::before {
  content: "\ebaa";
}

.lni-stop::before {
  content: "\ebab";
}

.lni-strikethrough::before {
  content: "\ebac";
}

.lni-sthethoscope::before {
  content: "\ebad";
}

.lni-stumbleupon::before {
  content: "\ebae";
}

.lni-sun::before {
  content: "\ebaf";
}

.lni-support::before {
  content: "\ebb0";
}

.lni-surf-board::before {
  content: "\ebb1";
}

.lni-swift::before {
  content: "\ebb2";
}

.lni-syringe::before {
  content: "\ebb3";
}

.lni-tab::before {
  content: "\ebb4";
}

.lni-tag::before {
  content: "\ebb5";
}

.lni-target-customer::before {
  content: "\ebb6";
}

.lni-target-revenue::before {
  content: "\ebb7";
}

.lni-target::before {
  content: "\ebb8";
}

.lni-taxi::before {
  content: "\ebb9";
}

.lni-stats-up::before {
  content: "\ebba";
}

.lni-telegram-original::before {
  content: "\ebbb";
}

.lni-telegram::before {
  content: "\ebbc";
}

.lni-text-align-center::before {
  content: "\ebbd";
}

.lni-text-align-justify::before {
  content: "\ebbe";
}

.lni-text-align-left::before {
  content: "\ebbf";
}

.lni-text-format-remove::before {
  content: "\ebc0";
}

.lni-text-align-right::before {
  content: "\ebc1";
}

.lni-text-format::before {
  content: "\ebc2";
}

.lni-thought::before {
  content: "\ebc3";
}

.lni-thumbs-down::before {
  content: "\ebc4";
}

.lni-thumbs-up::before {
  content: "\ebc5";
}

.lni-thunder-alt::before {
  content: "\ebc6";
}

.lni-thunder::before {
  content: "\ebc7";
}

.lni-ticket-alt::before {
  content: "\ebc8";
}

.lni-ticket::before {
  content: "\ebc9";
}

.lni-timer::before {
  content: "\ebca";
}

.lni-train-alt::before {
  content: "\ebcb";
}

.lni-train::before {
  content: "\ebcc";
}

.lni-trash::before {
  content: "\ebcd";
}

.lni-travel::before {
  content: "\ebce";
}

.lni-tree::before {
  content: "\ebcf";
}

.lni-trees::before {
  content: "\ebd0";
}

.lni-trello::before {
  content: "\ebd1";
}

.lni-trowel::before {
  content: "\ebd2";
}

.lni-tshirt::before {
  content: "\ebd3";
}

.lni-tumblr::before {
  content: "\ebd4";
}

.lni-twitch::before {
  content: "\ebd5";
}

.lni-twitter-filled::before {
  content: "\ebd6";
}

.lni-twitter-original::before {
  content: "\ebd7";
}

.lni-twitter::before {
  content: "\ebd8";
}

.lni-ubuntu::before {
  content: "\ebd9";
}

.lni-underline::before {
  content: "\ebda";
}

.lni-unlink::before {
  content: "\ebdb";
}

.lni-unlock::before {
  content: "\ebdc";
}

.lni-upload::before {
  content: "\ebdd";
}

.lni-user::before {
  content: "\ebde";
}

.lni-users::before {
  content: "\ebdf";
}

.lni-ux::before {
  content: "\ebe0";
}

.lni-vector::before {
  content: "\ebe1";
}

.lni-video::before {
  content: "\ebe2";
}

.lni-vimeo::before {
  content: "\ebe3";
}

.lni-visa::before {
  content: "\ebe4";
}

.lni-vk::before {
  content: "\ebe5";
}

.lni-volume-high::before {
  content: "\ebe6";
}

.lni-volume-low::before {
  content: "\ebe7";
}

.lni-volume-medium::before {
  content: "\ebe8";
}

.lni-volume-mute::before {
  content: "\ebe9";
}

.lni-volume::before {
  content: "\ebea";
}

.lni-wallet::before {
  content: "\ebeb";
}

.lni-warning::before {
  content: "\ebec";
}

.lni-website-alt::before {
  content: "\ebed";
}

.lni-website::before {
  content: "\ebee";
}

.lni-wechat::before {
  content: "\ebef";
}

.lni-weight::before {
  content: "\ebf0";
}

.lni-whatsapp::before {
  content: "\ebf1";
}

.lni-wheelbarrow::before {
  content: "\ebf2";
}

.lni-wheelchair::before {
  content: "\ebf3";
}

.lni-windows::before {
  content: "\ebf4";
}

.lni-wordpress-filled::before {
  content: "\ebf5";
}

.lni-wordpress::before {
  content: "\ebf6";
}

.lni-world-alt::before {
  content: "\ebf7";
}

.lni-world::before {
  content: "\ebf8";
}

.lni-write::before {
  content: "\ebf9";
}

.lni-yahoo::before {
  content: "\ebfa";
}

.lni-ycombinator::before {
  content: "\ebfb";
}

.lni-yen::before {
  content: "\ebfc";
}

.lni-youtube::before {
  content: "\ebfd";
}

.lni-zip::before {
  content: "\ebfe";
}

.lni-zoom-in::before {
  content: "\ebff";
}

.lni-zoom-out::before {
  content: "\ec00";
}

.lni-teabag::before {
  content: "\ec01";
}

.lni-stripe::before {
  content: "\ec02";
}

.lni-spotify-original::before {
  content: "\ec03";
}

.elementor-heading-title a:hover {
  color: #ff8122 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

body {
  color: #929292;
  font-family: "Roboto", sans-serif;
  background-color: #F6F6F6;
  font-size: 16px;
  margin: 0 !important;
  overflow-x: hidden;
}

html,
body {
  width: 100% !important;
  overflow-x: hidden !important;
}

@media (min-width: 992px) {
  .page-template-front-page .site-header {
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .page-template-front-page.logged-in.admin-bar .site-header {
    top: 32px;
  }
}

.site-header {
  background: #333;
  transition: all 0.3s linear;
  color: #fff;
}
.site-header ul.social-icons {
  margin: 0;
}
.site-header ul.social-icons a {
  color: rgba(255, 255, 255, 0.7);
}
.site-header ul.social-icons a:hover {
  color: #ff8122;
}
.site-header #primary-menu-container {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .site-header #primary-menu-container {
    -webkit-box: 0;
    -moz-box: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 4;
        order: 4;
    border-top: 1px solid #555;
  }
}
.site-header #primary-menu-container > ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .site-header #primary-menu-container > ul {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .site-header #primary-menu-container > ul > li {
    padding: 0;
  }
}
.site-header .main-navigation {
  padding: 1.5em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .site-header .main-navigation {
    padding: 1em;
  }
}
.site-header .main-navigation .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .site-header .main-navigation .button-group {
    display: none;
  }
}
.site-header .main-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.site-header .main-navigation .site-branding {
  width: auto;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .site-header .main-navigation .site-branding {
    -webkit-box: auto;
    -moz-box: auto;
    -ms-flex: auto auto auto;
    flex: auto auto auto;
  }
}
.site-header .main-navigation .site-branding img {
  max-height: 58px;
  width: auto;
  margin-right: 15px;
  margin-bottom: 0;
}
.site-header .main-navigation .site-branding .site-title {
  font-weight: bolder;
  margin: 0;
  font-size: 1.5rem;
}
.site-header .main-navigation .site-branding .site-title a {
  text-decoration: none;
  color: #fff;
}
.site-header .main-navigation .site-branding .site-title a:hover {
  color: #ff8122;
}
.site-header .main-navigation .site-branding .site-description {
  color: #cdcdcd;
  margin: 0;
}
.site-header .main-navigation .menu-item, .site-header .main-navigation .page_item {
  padding: 0 0.5em;
}
@media (max-width: 991px) {
  .site-header .main-navigation .menu-item, .site-header .main-navigation .page_item {
    clear: both;
  }
}
.site-header .main-navigation .menu-item a, .site-header .main-navigation .page_item a {
  font-size: 0.9rem;
  padding: 2em 0.5em;
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .site-header .main-navigation .menu-item a, .site-header .main-navigation .page_item a {
    padding: 1em 0;
  }
}
.site-header .main-navigation .menu-item.current_page_item > a, .site-header .main-navigation .menu-item.current-menu-item > a, .site-header .main-navigation .menu-item:hover > a, .site-header .main-navigation .page_item.current_page_item > a, .site-header .main-navigation .page_item.current-menu-item > a, .site-header .main-navigation .page_item:hover > a {
  color: #ff8122;
}
.site-header .main-navigation .menu-item.current_page_item > a::before, .site-header .main-navigation .menu-item.current-menu-item > a::before, .site-header .main-navigation .menu-item:hover > a::before, .site-header .main-navigation .page_item.current_page_item > a::before, .site-header .main-navigation .page_item.current-menu-item > a::before, .site-header .main-navigation .page_item:hover > a::before {
  transform: scaleX(1);
}
.site-header .main-navigation .menu-item.menu-item-has-children .children-toggler, .site-header .main-navigation .page_item.menu-item-has-children .children-toggler {
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  border: 0;
  font-size: 16px !important;
  padding: 10px !important;
}
.site-header .main-navigation .menu-item.menu-item-has-children .children-toggler.open i, .site-header .main-navigation .page_item.menu-item-has-children .children-toggler.open i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .site-header .main-navigation .menu-item.menu-item-has-children .children-toggler, .site-header .main-navigation .page_item.menu-item-has-children .children-toggler {
    display: none;
  }
}
.site-header .main-navigation .menu-item.menu-item-has-children::after, .site-header .main-navigation .page_item.menu-item-has-children::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 102%;
  left: 0;
  margin-top: 1px;
  z-index: 1;
}
.site-header .main-navigation .menu-item.menu-item-has-children > a::after, .site-header .main-navigation .page_item.menu-item-has-children > a::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 10px;
  font-size: 8px;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .site-header .main-navigation .menu-item.menu-item-has-children > a::after, .site-header .main-navigation .page_item.menu-item-has-children > a::after {
    content: none;
  }
}
@media (min-width: 992px) {
  .site-header .main-navigation .menu-item.menu-item-has-children:hover > a::after, .site-header .main-navigation .page_item.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
  }
  .site-header .main-navigation .menu-item.menu-item-has-children:hover > .sub-menu, .site-header .main-navigation .page_item.menu-item-has-children:hover > .sub-menu {
    display: -ms-flexbox;
    display: flex;
    animation: animateUp 0.2s linear;
  }
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 1rem 0;
  margin-top: 13px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 100%;
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu::before, .site-header .main-navigation .menu-item.menu-item-has-children .sub-menu::after, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu::before, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu::after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-90%);
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu::before, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu::before {
  top: -1px;
  border-bottom-color: #e5e5e5;
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu li, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu li {
  padding: 0;
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu a, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu a {
  color: #2b2b2b;
  padding: 1em 1.5em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu a::before, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu a::before {
  content: none;
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu a:hover, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu a:hover {
  background-color: #efefef;
  color: #ff8122;
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item-has-children::after, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .menu-item-has-children::after {
  content: "";
  width: 10px;
  top: 0;
  position: absolute;
  height: 100%;
  left: 100%;
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item-has-children:hover > a::after, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .menu-item-has-children:hover > a::after {
  transform: rotate(-90deg);
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .sub-menu, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .sub-menu {
  left: 100%;
  margin-left: 10px;
  margin-top: 0;
  top: 0;
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .sub-menu::before, .site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .sub-menu::after, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .sub-menu::before, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .sub-menu::after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
  transform: translateX(-90%);
}
.site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .sub-menu::before, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .sub-menu::before {
  margin-left: -1px;
  border-right-color: #e5e5e5;
}
@media (max-width: 991px) {
  .site-header .main-navigation .menu-item.menu-item-has-children .sub-menu, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu {
    position: relative;
    width: 100%;
    animation: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 15px;
    margin-left: 0 !important;
    left: 0 !important;
  }
  .site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .sub-menu::before, .site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .sub-menu::after, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .sub-menu::before, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .sub-menu::after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 0;
    left: 15px;
    transform: translateY(-90%);
  }
  .site-header .main-navigation .menu-item.menu-item-has-children .sub-menu .sub-menu::before, .site-header .main-navigation .page_item.menu-item-has-children .sub-menu .sub-menu::before {
    top: -1px;
    border-bottom-color: #e5e5e5;
  }
}
> .site-header .main-navigation .menu-item.menu-item-has-children:last-child .sub-menu, > .site-header .main-navigation .page_item.menu-item-has-children:last-child .sub-menu {
  right: 0;
}
@media (min-width: 992px) {
  .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: auto;
  }
  .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu::before, .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu::after {
    left: auto;
    right: 15px;
  }
  .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu .menu-item-has-children::after {
    left: auto;
    right: 100%;
  }
  .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu .menu-item-has-children:hover > a::after {
    transform: rotate(90deg);
  }
  .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu .sub-menu::before, .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu .sub-menu::after {
    left: auto;
    right: 0;
    border-left: 10px solid #fff;
    border-right: 0;
    transform: translateX(90%);
  }
  .site-header .main-navigation .menu > .menu-item-has-children:last-child .sub-menu .sub-menu::before {
    border-left-color: #e5e5e5;
    left: auto;
    right: -1px;
  }
}
@media (min-width: 992px) {
  .site-header.scrolling {
    background: #333;
  }
  .site-header.scrolling #site-navigation {
    padding: 0.5em 0;
  }
}
.site-header .navbar-toggler {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  margin-left: 20px;
  outline: none;
}
@media (min-width: 992px) {
  .site-header .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575px) {
  .site-header .navbar-toggler {
    font-size: 1rem !important;
  }
}
@media (max-width: 991px) {
  .site-header #primary__menu-wrapper {
    border-top: 1px solid #eee;
    margin-top: 15px;
  }
  .site-header .in {
    display: block;
  }
  .site-header .main-navigation .nav .menu-item {
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .site-header .main-navigation .nav .menu-item a {
    padding: 1em;
    padding-right: 40px;
  }
  .site-header .main-navigation .nav .menu-item a::before {
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
  }
  .site-header .header-user-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
  .site-header .btn {
    width: 100%;
  }
  .site-header .btn:hover {
    border-color: #ff8122 !important;
  }
}

.site-footer {
  background-color: #2b2b2b;
  clear: both;
  color: #aaa;
  margin-top: 80px;
}
.site-footer a, .site-footer p a, .site-footer a:visited {
  color: #999;
  font-weight: bold;
}
.site-footer .footer-widget-area {
  padding-top: 60px;
  padding-bottom: 30px;
}
.site-footer .footer-widget-area .widget {
  padding: 0;
  box-shadow: none;
  background: none;
  background-color: transparent;
}
.site-footer .footer-widget-area .widget .widget-title {
  color: #fff;
}
@media (min-width: 768px) {
  .site-footer .footer-widget-area .widget.widget_categories ul {
    -moz-columns: 2;
         columns: 2;
  }
}
.site-footer .footer-widget-area .widget.widget_categories ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  page-break-inside: avoid;
       break-inside: avoid;
}
.site-footer .footer-widget-area .widget.widget_categories ul li a {
  -ms-flex: 1;
      flex: 1;
}
.site-footer .footer-widget-area .widget.widget_categories ul li:first-child a {
  padding-top: 0.5em !important;
}
.site-footer .footer-widget-area .widget.widget_categories ul li:first-child a::before {
  top: 12px;
}
.site-footer .footer-widget-area .widget.widget_newsletter {
  padding: 1.5em;
  background-color: #3d3d3d;
}
.site-footer .footer-widget-area .widget.widget_newsletter label {
  display: block;
}
@media (min-width: 992px) {
  .site-footer .footer-widget-area .widget.widget_newsletter {
    margin-top: -100px;
    padding: 2.5em 1.5em;
  }
}
.site-footer .footer-widget-area .widget ul li {
  border: 0;
}
.site-footer .footer-widget-area .widget ul li:first-child a::before {
  top: 5px;
}
.site-footer .footer-widget-area .widget ul li a {
  padding: 0.5em 0;
}
.site-footer .footer-widget-area .widget ul li a::before {
  top: 12px;
}
.site-footer .footer-widget-area .widget ul li a:hover {
  padding-left: 20px;
}
.site-footer .form-group {
  position: relative;
}
.site-footer .form-group label {
  font-size: 18px !important;
  color: #fff;
  margin: 0;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .field-checkbox input {
  margin-right: 1em;
  transform: translateY(5px);
}
.site-footer .field-checkbox label {
  font-size: 14px !important;
  color: inherit;
  font-weight: inherit;
  transform: unset;
  position: static;
}
.site-footer .field-checkbox p {
  margin: 0;
}
.site-footer .footer-copyright {
  padding: 2em 0;
  background-color: #202020;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.site-footer .footer-copyright .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer .footer-copyright .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .site-footer .footer-copyright .container .site-info {
    margin-bottom: 1.5em;
  }
}

.widget {
  padding: 1em;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .widget {
    padding: 1em;
  }
}
.widget .gallery-item {
  margin: 0;
}
.widget .gallery-item img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget .gallery-item .gallery-caption {
  margin-top: 0.5em;
  text-align: left;
}
.widget .gallery-icon.landscape {
  height: 100%;
}
.widget .search-form {
  width: 100%;
}
.widget.widget_search {
  padding: 1em;
}
.widget .widget-title {
  font-size: 26px;
  margin-bottom: 15px;
}
.widget ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.widget ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.widget ul li:first-child a {
  padding-top: 0 !important;
}
.widget ul li:first-child a::before {
  top: 5px;
}
.widget ul li > a {
  display: inline-block;
  padding: 0.75em 0;
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
}
.widget ul li > a::before {
  content: "\ea1e";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 16px;
  left: -20px;
  opacity: 0;
  transition: all 0.3s linear;
}
.widget ul li > a:hover {
  padding-left: 22px;
}
.widget ul li > a:hover::before {
  opacity: 1;
  left: 0;
}
.widget.widget_recent_entries ul li {
  padding-bottom: 10px;
}
.widget.widget_recent_entries ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.widget.widget_recent_entries ul li .post-date {
  font-size: 12px;
}
.widget.widget_recent_entries ul li .post-date::before {
  content: "\ea48";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.widget.widget_recent_comments ul li {
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
}
.widget.widget_recent_comments ul li::before {
  content: "\ea74";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 18px;
  left: 0;
}
.widget.widget_recent_comments ul li:first-child {
  padding-top: 0;
}
.widget.widget_recent_comments ul li:first-child::before {
  top: 8px;
}
.widget.widget_recent_comments ul li a::before {
  content: none;
}
.widget.widget_categories ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget.widget_wp_travel_trip_enquiry_form_widget #wp-travel-enquiries {
  padding: 0;
  overflow: visible;
  max-width: 100%;
}
.widget.widget_wp_travel_trip_enquiry_form_widget #wp-travel-enquiries .wp-travel-inquiry__form-header {
  display: none;
}
.widget.widget_wp_travel_trip_enquiry_form_widget #wp-travel-enquiries .wp-travel-form-field {
  margin: 0;
}
.widget.widget_wp_travel_trip_enquiry_form_widget #wp-travel-enquiries #wp-travel-enquiry-submit {
  width: unset;
  margin: 0;
}
.widget.widget_wp_travel_search .wp-travel-search label, .widget.widget_wp_travel_search .wp-travel-search input, .widget.widget_wp_travel_search .wp-travel-search select {
  width: 100%;
}
.widget.widget_wp_travel_search .wp-travel-search .wp-travel-search {
  text-align: left;
  margin: 0;
}
.widget.widget_wp_travel_search .wp-travel-search .wp-travel-search #wp-travel-search {
  width: auto;
}
.widget .wp-travel-post-item-wrapper, .widget .wp-travel-default-article {
  box-shadow: none;
}
.widget .wp-travel-post-info .post-title {
  width: 100%;
}
.widget.widget_wp_travel_filter_search_widget .wp-travel-itinerary-items {
  padding: 0;
  border: 0;
}
.widget.widget_wp_travel_filter_search_widget #wp-travel-filter-search-submit {
  width: unset;
}
.widget.widget_wp_travel_filter_search_widget .wp-travel-trip-duration {
  margin: 0 -10px;
}
.widget.widget_wp_travel_filter_search_widget .wp-travel-trip-duration label {
  padding: 0 10px;
}
.widget.widget_wp_travel_filter_search_widget .wp-travel-trip-duration .trip-duration-calender {
  padding: 0 10px;
}
.widget.widget_wp_travel_filter_search_widget .wp-travel-trip-duration .trip-duration-calender label {
  display: none;
}
.widget.widget_wp_travel_filter_search_widget .wp-travel-trip-duration .trip-duration-calender input {
  max-width: 100%;
  background-image: url("../img/icon-calendar.png");
  background-size: 20px auto;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 40px !important;
}
@media (max-width: 575px) {
  .widget.widget_wp_travel_filter_search_widget .wp-travel-trip-duration .trip-duration-calender input {
    background-size: 15px auto;
    background-position: 7px center;
    padding-left: 30px !important;
  }
}
.widget label {
  font-size: 13.8px;
}

article.post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
article.post a.post-thumbnail {
  position: relative;
  display: block;
  padding-top: 70%;
  overflow: hidden;
  background-color: #ccc;
  margin-bottom: 1.5em;
}
article.post a.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
article.post a.post-thumbnail:hover img {
  transform: scale(1.2);
}
article.post .entry-meta {
  padding-top: 0;
  margin-bottom: 1em;
}
article.post .post-container {
  background-color: #fff;
  padding: 1.5em;
  -webkit-box: 1;
  -moz-box: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
article.post .post-container p {
  margin-bottom: 1em;
}
article.post .post-container .entry-header .entry-title {
  font-size: 26px;
}
article.post .post-container .entry-header .entry-title a {
  text-decoration: none;
}
article.post .post-container .entry-content {
  padding-top: 0;
}

.entry-header, .entry-content, .entry-footer {
  margin: 0;
}

.posted-on {
  margin-right: 15px;
}
.posted-on::before {
  content: "\ea48";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.byline::before {
  content: "\ebde";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.type-page, .type-post, .comments-area, .no-results, .post-navigation, .posts-navigation {
  background-color: #fff;
  padding: 1.5em;
}

.no-results, .post-navigation {
  padding: 1.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .no-results, .post-navigation {
    padding: 1em;
  }
}

.post-navigation .nav-links .nav-previous::before, .posts-navigation .nav-links .nav-previous::before {
  content: "\ea1c";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.post-navigation .nav-links .nav-next::after, .posts-navigation .nav-links .nav-next::after {
  content: "\ea1e";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  margin-left: 5px;
}

.entry-footer {
  margin-top: 1em;
}
.entry-footer > span {
  margin-right: 10px;
}

.single .type-page, .single .type-post, .single .comments-area, .page .type-page, .page .type-post, .page .comments-area {
  padding: 1.5em;
}
@media (max-width: 767px) {
  .single .type-page, .single .type-post, .single .comments-area, .page .type-page, .page .type-post, .page .comments-area {
    padding: 1em;
  }
}
.single .entry-header, .page .entry-header {
  margin-bottom: 10px;
}
.single img, .page img {
  margin-bottom: 15px;
}

.comments-area {
  margin-bottom: 1.5em;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  margin-bottom: 20px;
}
.comments-area .comment-list {
  margin-left: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  list-style: none;
}
.comments-area .comment-list .comment {
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.comments-area .comment-list .comment-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.comments-area .comment-list .comment-meta img {
  width: 70px;
  margin-right: 15px;
  border: 1px solid #ccc;
  padding: 3px;
  margin-top: 15px;
}
.comments-area .comment-list .comment-meta .comment-author, .comments-area .comment-list .comment-meta .comment-metadata {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment-meta .comment-metadata a {
  text-decoration: none;
}
.comments-area .comment-list .comment-meta .comment-metadata time {
  margin-right: 10px;
}
.comments-area .comment-list .comment-meta .comment-metadata time::before {
  content: "\ebca";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.comments-area .comment-list .comment-content {
  padding: 20px;
  border: 1px solid #eee;
  background-color: #f6f6f6;
  position: relative;
}
.comments-area .comment-list .comment-content::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 27px;
  top: -7.5px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #f6f6f6;
  transform: rotate(45deg);
}
.comments-area .comment-list .children {
  list-style: none;
}
.comments-area .comment-reply-link, .comments-area #cancel-comment-reply-link {
  display: inline-block;
  padding: 0.25em 1em;
  border: 1px solid #2b2b2b;
  text-decoration: none !important;
  margin-top: 15px;
  font-size: 15px;
  transition: all 0.2s linear;
}
.comments-area .comment-reply-link:hover, .comments-area #cancel-comment-reply-link:hover {
  background-color: #ff8122;
  border-color: #ff8122;
  color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.comments-area .comment-reply-link::before, .comments-area #cancel-comment-reply-link::before {
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.comments-area .comment-reply-link::before {
  content: "\eb93";
}
.comments-area #cancel-comment-reply-link::before {
  content: "\ea7e";
}
.comments-area .comment-edit-link {
  color: #ff8122;
}
.comments-area .comment-edit-link::before {
  content: "\eb48";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.comments-area .form-submit {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .inner-wrapper .entry-header .entry-title {
    font-size: 24px;
  }
}

article,
aside,
figcaption,
figure,
footer,
hgroup,
main,
nav,
section {
  display: inline-block;
  width: 100%;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  color: #2b2b2b;
  line-height: inherit;
  font-weight: 700;
  line-height: 1.2;
}

span {
  display: inline;
}

iframe,
span:not(.onoffswitch-inner) {
  max-width: 100%;
}

.inline {
  display: -ms-flexbox;
  display: flex;
}

ul,
ol {
  margin-left: 0;
  padding-left: 18px;
}

a,
a:visited {
  color: #2b2b2b;
}
a:hover,
a:visited:hover {
  color: #ff8122;
}

table {
  border-collapse: collapse;
  margin-bottom: 1em;
}
table th,
table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

code {
  display: inline-block;
  padding: 1em;
  background: #eee;
  margin: 0.5em 0;
  color: #e83e8c;
}

ul.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.contact-info li {
  position: relative;
  padding-left: 20px;
  margin-right: 20px !important;
}
ul.contact-info li::before {
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  left: 0;
  top: 5px;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.contact-info li.address::before {
  content: "\eb1c";
}
ul.contact-info li.email::before {
  content: "\eaab";
}
ul.contact-info li.phone::before {
  content: "\eb4b";
}

.post-filter-wrapper {
  margin-bottom: 1.5em;
}
.post-filter-wrapper form {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .post-filter-wrapper form {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.post-filter-wrapper form select {
  margin-right: 1em;
}
@media (max-width: 575px) {
  .post-filter-wrapper form select {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.inner-wrapper,
.section {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .inner-wrapper,
  .section {
    margin-top: 30px;
  }
}

#primary {
  position: relative;
}

.home.page-template-default .entry-header,
.page-template-front-page .entry-header {
  display: none;
}
.home.page-template-default .inner-wrapper,
.home.page-template-default .section,
.page-template-front-page .inner-wrapper,
.page-template-front-page .section {
  margin-top: 0;
}
.home.page-template-default .type-page,
.page-template-front-page .type-page {
  box-shadow: none;
  margin: 0;
  padding: 0;
  background: none;
}
.home.page-template-default .entry-footer,
.page-template-front-page .entry-footer {
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  width: 100%;
}

.section-header {
  margin-bottom: 40px;
}
.section-header .section-title {
  font-size: 26px;
}

.cat-links {
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.cat-links::before {
  content: "\ead2";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.tags-links {
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.tags-links::before {
  content: "\ebb5";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.post-edit-link {
  color: #ff8122 !important;
}
.post-edit-link::before {
  content: "\eb48";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.search-form {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.search-form label {
  margin: 0;
  -ms-flex: 1;
  flex: 1;
}
.search-form label input {
  width: 100%;
}

.no-results,
.not-found {
  text-align: center;
}

.comment-respond {
  width: 100% !important;
}

ul.social-icons {
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
ul.social-icons li:not(:last-child) {
  margin-right: 10px;
}
ul.social-icons a {
  font: normal normal normal 1em/1 "LineIcons" !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0 !important;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3d3d3d;
  transition: all 0.3s linear;
  padding: 0 !important;
}
ul.social-icons a::before {
  content: "\eb13";
  font-size: 16px !important;
  transform: unset;
  position: static !important;
  opacity: 1 !important;
  transition: none !important;
}
ul.social-icons a[href*=facebook]::before {
  content: "\eab2";
}
ul.social-icons a[href*=twitter]::before {
  content: "\ebd7";
}
ul.social-icons a[href*=linkedin]::before {
  content: "\eb15";
}
ul.social-icons a[href*=instagram]::before {
  content: "\eaf3";
}
ul.social-icons a[href*=youtube]::before {
  content: "\ebfd";
}
ul.social-icons a[href*=google]::before {
  content: "\eb04";
}
ul.social-icons a[href*=pinterest]::before {
  content: "\eb4d";
}
ul.social-icons a[href*=flickr]::before {
  content: "\eac0";
}
ul.social-icons a[href*=dribbble]::before {
  content: "\ea98";
}
ul.social-icons a[href*=blogger]::before {
  content: "\ea32";
}
ul.social-icons a[href*=wordpress]::before {
  content: "\ebf5";
}
ul.social-icons a[href*=tumblr]::before {
  content: "\ebd4";
}
ul.social-icons a[href*=dropbox]::before {
  content: "\ea9b";
}
ul.social-icons a[href*=whatsapp]::before {
  content: "\ebf1";
}
ul.social-icons a[href*=wechat]::before {
  content: "\ebef";
}
ul.social-icons a[href*=line]::before {
  content: "\eb10";
}
ul.social-icons a[href*="github.com"]::before {
  content: "\eacc";
}
ul.social-icons a[href*=stackoverflow]::before {
  content: "\ebaa";
}
ul.social-icons a[href*=skype]::before {
  content: "\eb8e";
}
ul.social-icons a[href*=slack]::before {
  content: "\eb8f";
}
ul.social-icons a[href*="flickr.com"]::before {
  content: "\eac0";
}
ul.social-icons a[href*="yahoo.com"]::before {
  content: "\ebfa";
}
ul.social-icons a[href*="facebook.com"]::before {
  content: "\eab2";
}
ul.social-icons a[href*="twitter.com"]::before {
  content: "\ebd7";
}
ul.social-icons a[href*="linkedin.com"]::before {
  content: "\eb15";
}
ul.social-icons a[href*="instagram.com"]::before {
  content: "\eaf3";
}
ul.social-icons a[href*="youtube.com"]::before {
  content: "\ebfd";
}
ul.social-icons a[href*="google.com"]::before {
  content: "\eb04";
}
ul.social-icons a[href*="pinterest.com"]::before {
  content: "\eb4d";
}
ul.social-icons a[href*="flickr.com"]::before {
  content: "\eac0";
}
ul.social-icons a[href*="dribbble.com"]::before {
  content: "\ea98";
}
ul.social-icons a[href*="blogger.com"]::before {
  content: "\ea32";
}
ul.social-icons a:hover {
  background-color: #ff8122;
  color: #fff;
}
ul.social-icons.circle a {
  border-radius: 50%;
}

.pre-footer {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clear: both;
}
.pre-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.pre-footer .pre-footer-wrapper {
  position: relative;
  z-index: 1;
}
.pre-footer .pre-footer-wrapper .tour-by-category {
  padding: 60px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .pre-footer .pre-footer-wrapper .tour-by-category {
    padding: 30px;
  }
}
.pre-footer .pre-footer-wrapper .tour-by-category a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.pre-footer .pre-footer-wrapper .tour-by-category a:hover {
  color: #ff8122;
}
.pre-footer .pre-footer-wrapper .tour-by-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pre-footer .pre-footer-wrapper .tour-by-category ul li {
  -webkit-box: 0;
  -moz-box: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .pre-footer .pre-footer-wrapper .tour-by-category ul li {
    -webkit-box: 0;
    -moz-box: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.pre-footer .pre-footer-wrapper .newsletter {
  padding: 60px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 575px) {
  .pre-footer .pre-footer-wrapper .newsletter {
    padding: 25px;
  }
}
.pre-footer .pre-footer-wrapper .newsletter .newsletter-header {
  margin-bottom: 15px;
}
.pre-footer .pre-footer-wrapper .newsletter h2 {
  color: #fff;
}
.pre-footer .pre-footer-wrapper .newsletter .newsletter-form {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .pre-footer .pre-footer-wrapper .newsletter .newsletter-form {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pre-footer .pre-footer-wrapper .newsletter .newsletter-form input[type=submit] {
    margin-top: 10px;
  }
}
.pre-footer .pre-footer-wrapper .newsletter .newsletter-form label {
  margin: 0;
  -ms-flex: 1;
  flex: 1;
}
.pre-footer .pre-footer-wrapper .newsletter .newsletter-form label input {
  width: 100%;
}

blockquote {
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #ff8122;
  padding: 1.5em;
  position: relative;
  margin-bottom: 1.5em;
}
blockquote p:first-child::before {
  content: "\eb65";
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff8122;
  font-size: 40px;
  display: inline-block;
  margin-right: 10px;
}
blockquote cite {
  border-top: 1px solid #eee;
  display: block;
  padding: 1em 0;
  position: relative;
  padding-left: 40px;
}
blockquote cite::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.breadcrumbs {
  margin: 30px 0;
}
.breadcrumbs ul {
  list-style: none;
  color: #fff;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .breadcrumbs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumbs ul a,
.breadcrumbs ul span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.breadcrumbs ul li a {
  color: #2b2b2b;
}
.breadcrumbs ul li a span {
  color: #2b2b2b;
}
.breadcrumbs ul li a:hover {
  color: #ff8122;
}
.breadcrumbs ul li a:hover span {
  color: #ff8122;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: #2b2b2b;
}
.breadcrumbs ul li:last-child span {
  color: #ff8122;
}

.gallery {
  grid-gap: 0.5em;
}

.pagination .page-numbers {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.pagination .page-numbers li {
  display: inline-block;
}
.pagination .page-numbers .page-numbers {
  display: block;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #ff8122;
  text-decoration: none;
}
.pagination .page-numbers .page-numbers:hover, .pagination .page-numbers .page-numbers.current {
  background-color: #ff8122;
  color: #fff;
}

.section .section-header {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 3em;
}
.section .section-header .section-title {
  font-size: 40px;
}
.section .section-header.inline {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.section.bg-dark {
  padding: 80px 0;
}
.section.bg-dark .section-title {
  color: #fff;
}
.section.bg-dark a {
  color: #aaa;
}

.ratings {
  position: relative;
  display: inline-block;
}
.ratings .stars::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d3d3d3;
  letter-spacing: 5px;
}
.ratings .rating-stars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ratings .rating-stars::before {
  color: #ff8122;
}

.section-mt {
  margin-top: 80px !important;
}

.bg-dark {
  background-color: #2b2b2b !important;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-slide {
  outline: none;
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ccc;
  border: 4px solid transparent;
  transition: all 0.3s ease;
  transform: scale(0.8);
  margin: 0 0.25em;
}
.slick-dots li.slick-active, .slick-dots li:hover {
  background-color: #fff;
  border-color: #ff8122;
  transform: scale(1);
}
.slick-dots button {
  all: unset !important;
  font-size: 0 !important;
}
.slick-dots button::after, .slick-dots button::before {
  content: none !important;
}

.features-section,
.trip-destination-wrapper {
  margin-top: -92px;
}
@media (max-width: 991px) {
  .features-section,
  .trip-destination-wrapper {
    margin-top: 80px;
  }
}
.features-section.text-center .feature-icon,
.features-section.text-center .icon,
.trip-destination-wrapper.text-center .feature-icon,
.trip-destination-wrapper.text-center .icon {
  margin-left: auto;
  margin-right: auto;
}
.features-section [class*=col-],
.trip-destination-wrapper [class*=col-] {
  margin-bottom: 30px;
}
.features-section .feature-item,
.features-section .destination-item-container,
.trip-destination-wrapper .feature-item,
.trip-destination-wrapper .destination-item-container {
  padding: 2.5em;
  background-color: #fff;
  height: 100%;
}
.features-section .feature-item .feature-icon,
.features-section .feature-item .icon,
.features-section .destination-item-container .feature-icon,
.features-section .destination-item-container .icon,
.trip-destination-wrapper .feature-item .feature-icon,
.trip-destination-wrapper .feature-item .icon,
.trip-destination-wrapper .destination-item-container .feature-icon,
.trip-destination-wrapper .destination-item-container .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(255, 129, 34, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em;
  position: relative;
}
.features-section .feature-item .feature-icon::after,
.features-section .feature-item .icon::after,
.features-section .destination-item-container .feature-icon::after,
.features-section .destination-item-container .icon::after,
.trip-destination-wrapper .feature-item .feature-icon::after,
.trip-destination-wrapper .feature-item .icon::after,
.trip-destination-wrapper .destination-item-container .feature-icon::after,
.trip-destination-wrapper .destination-item-container .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff8122;
  transform: scale(0);
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.features-section .feature-item .feature-icon i,
.features-section .feature-item .icon i,
.features-section .destination-item-container .feature-icon i,
.features-section .destination-item-container .icon i,
.trip-destination-wrapper .feature-item .feature-icon i,
.trip-destination-wrapper .feature-item .icon i,
.trip-destination-wrapper .destination-item-container .feature-icon i,
.trip-destination-wrapper .destination-item-container .icon i {
  font-size: 50px;
  color: #ff8122;
  position: relative;
  z-index: 1;
}
.features-section .feature-item .feature-title,
.features-section .destination-item-container .feature-title,
.trip-destination-wrapper .feature-item .feature-title,
.trip-destination-wrapper .destination-item-container .feature-title {
  margin-bottom: 0.75em;
}
.features-section .feature-item a,
.features-section .destination-item-container a,
.trip-destination-wrapper .feature-item a,
.trip-destination-wrapper .destination-item-container a {
  text-decoration: none;
}
.features-section .feature-item:hover .feature-icon i,
.features-section .feature-item:hover .icon i,
.features-section .destination-item-container:hover .feature-icon i,
.features-section .destination-item-container:hover .icon i,
.trip-destination-wrapper .feature-item:hover .feature-icon i,
.trip-destination-wrapper .feature-item:hover .icon i,
.trip-destination-wrapper .destination-item-container:hover .feature-icon i,
.trip-destination-wrapper .destination-item-container:hover .icon i {
  color: #fff;
}
.features-section .feature-item:hover .feature-icon::after,
.features-section .feature-item:hover .icon::after,
.features-section .destination-item-container:hover .feature-icon::after,
.features-section .destination-item-container:hover .icon::after,
.trip-destination-wrapper .feature-item:hover .feature-icon::after,
.trip-destination-wrapper .feature-item:hover .icon::after,
.trip-destination-wrapper .destination-item-container:hover .feature-icon::after,
.trip-destination-wrapper .destination-item-container:hover .icon::after {
  transform: scale(1);
}

.filter-section #filters .button.is-checked {
  background-color: #ff8122 !important;
  color: #fff !important;
}
.filter-section .filter-grid {
  margin: 0 -5px;
}
.filter-section .filter-grid .grid-item {
  padding: 0 5px;
  width: 33.3333%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .filter-section .filter-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .filter-section .filter-grid .grid-item {
    width: 100%;
  }
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post {
  margin-bottom: 0;
  position: relative;
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post .post-thumbnail a {
  position: relative;
  display: block;
  padding-top: 80%;
  overflow: hidden;
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post .post-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  transform: scale(1.2);
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post .post-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  background-color: transparent;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.3s ease;
  overflow: hidden;
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post .post-container::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  transform: scale(1.5);
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post .post-container .post-title {
  transform: translateY(15px);
  transition: all 0.3s ease;
  opacity: 0;
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post .post-container a {
  color: #2b2b2b;
  text-decoration: none;
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post .post-container a:hover {
  color: #ff8122;
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post:hover .post-thumbnail img {
  transform: scale(1);
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post:hover .post-container {
  background-color: rgba(255, 255, 255, 0.5);
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post:hover .post-container .post-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.filter-section .filter-grid .grid-item .filter-item-wrapper .post:hover .post-container::before {
  transform: scale(0.9);
}

.testimonials .testimonial-wrapper {
  padding: 70px;
  position: relative;
  padding-right: 0;
}
@media (max-width: 991px) {
  .testimonials .testimonial-wrapper {
    padding: 0;
  }
}
.testimonials .testimonial-wrapper .testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .testimonials .testimonial-wrapper .testimonial-bg {
    display: none;
  }
}
.testimonials .testimonial-wrapper .testimonial-bg .row,
.testimonials .testimonial-wrapper .testimonial-bg [class*=col-],
.testimonials .testimonial-wrapper .testimonial-bg .bg {
  height: 100%;
}
.testimonials .testimonial-wrapper .testimonial-bg .bg {
  background-color: #f1f1f1;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper {
  padding: 40px;
  background-color: #fff;
  height: 100%;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .slick-list {
  height: 100%;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .testimonial .testimonial-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .testimonial .testimonial-head .author-thumbnail {
  display: inline-block;
  margin-right: 1.5em;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .testimonial .testimonial-head .author-thumbnail img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .testimonial .testimonial-head .heading-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .testimonial .testimonial-head .author-name {
  font-size: 24px;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .testimonial .testimonial-head .author-designation {
  color: #666;
  margin-bottom: 0.5em;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .testimonial .testimonial-head .ratings {
  clear: both;
}
.testimonials .testimonial-wrapper .testimonial-slides-wrapper .testimonial .testimonial-comment p:last-child {
  margin-bottom: 0;
}
.testimonials .testimonial-wrapper .testimonial-right-plot {
  padding: 80px;
  background-color: #fff;
  height: 100%;
}
@media (max-width: 1199px) {
  .testimonials .testimonial-wrapper .testimonial-right-plot {
    padding: 80px 30px;
  }
}
@media (max-width: 991px) {
  .testimonials .testimonial-wrapper .testimonial-right-plot {
    margin-top: 50px;
  }
}
.testimonials .testimonial-wrapper .testimonial-right-plot .btn::before, .testimonials .testimonial-wrapper .testimonial-right-plot .btn::after {
  content: none;
}

@keyframes blurzoomout {
  0% {
    transform: scale(2.5);
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
.main-slider {
  position: relative;
}
.main-slider .slider-wrapper {
  margin-bottom: 0;
}
.main-slider .slider-wrapper .slick-arrow {
  z-index: 1;
  padding: 0;
  background-color: transparent !important;
  width: 63px;
  height: 63px;
  background-image: url("../img/angle-left.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-size: 0 !important;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  outline: none;
  border: 0;
}
@media (max-width: 767px) {
  .main-slider .slider-wrapper .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.main-slider .slider-wrapper .slick-arrow:hover {
  opacity: 1;
}
.main-slider .slider-wrapper .slick-arrow::before {
  content: none;
}
.main-slider .slider-wrapper .slick-arrow.slick-prev {
  left: 5%;
}
.main-slider .slider-wrapper .slick-arrow.slick-next {
  right: 5%;
  transform: rotate(180deg);
}
.main-slider .slider-wrapper .slide-item {
  position: relative;
  width: 100%;
  height: 890px;
  outline: none;
}
@media (max-width: 991px) {
  .main-slider .slider-wrapper .slide-item {
    height: 610px;
  }
}
@media (max-width: 767px) {
  .main-slider .slider-wrapper .slide-item {
    height: 525px;
  }
}
@media (max-width: 575px) {
  .main-slider .slider-wrapper .slide-item {
    height: 390px;
  }
}
.main-slider .slider-wrapper .slide-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.main-slider .slider-wrapper .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .slider-wrapper .slide-item .slide-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 23px;
}
.main-slider .slider-wrapper .slide-item .slide-caption .caption-wrapper .content {
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.main-slider .slider-wrapper .slide-item .slide-caption .caption-wrapper h1 {
  font-weight: bolder;
  color: #fff;
  font-size: 50px;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  transform: scale(2.5);
  transition: all 0.2s ease-in-out;
  filter: blur(5px);
  opacity: 0;
}
@media (max-width: 767px) {
  .main-slider .slider-wrapper .slide-item .slide-caption .caption-wrapper h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .main-slider .slider-wrapper .slide-item .slide-caption .caption-wrapper h1 {
    font-size: 26px;
  }
}
.main-slider .slider-wrapper .slide-item .slide-caption .caption-wrapper p {
  color: #fff;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
  transform: scale(2.5);
  transition: all 0.3s ease-in-out;
  filter: blur(5px);
  opacity: 0;
  transition-delay: 0.5s;
}
.main-slider .slider-wrapper .slide-item .slide-caption .caption-wrapper .btn {
  transform: scale(2.5);
  transition: all 0.5s ease-in-out;
  filter: blur(5px);
  opacity: 0;
}

@media (min-width: 992px) {
  .slick-slide.slick-current.slick-active .slide-caption .caption-wrapper .content {
    max-width: 50%;
  }
}
.slick-slide.slick-current.slick-active .slide-caption .caption-wrapper .btn {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}
.slick-slide.slick-current.slick-active .slide-caption .caption-wrapper h1 {
  transform: scale(1);
  animation-delay: 0.3s;
  filter: blur(0);
  opacity: 1;
}
.slick-slide.slick-current.slick-active .slide-caption .caption-wrapper p {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  animation-delay: 0.5s;
}
.slick-slide.slick-current.slick-active .slide-caption .caption-wrapper .btn {
  transform: scale(1);
  animation-delay: 0.7s;
  filter: blur(0);
  opacity: 1;
}

.inner-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 250px 0 80px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-banner {
    padding: 130px 0 80px;
  }
}
.inner-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(86, 76, 76, 0.5);
}
.inner-banner .inner-banner-wrapper {
  position: relative;
  z-index: 1;
}
.inner-banner .page-header .page-title {
  color: #fff;
}
@media (max-width: 575px) {
  .inner-banner .page-header .page-title {
    font-size: 26px;
    margin-top: 30px;
  }
}

.trip-search-form {
  background-color: #fff;
  padding: 1.5em;
  margin-top: -690px;
}
@media (max-width: 991px) {
  .trip-search-form {
    margin-top: 80px;
  }
}
.trip-search-form h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}
.trip-search-form .form-group {
  position: relative;
}
.trip-search-form .form-group label {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.trip-search-form .form-group select {
  padding-left: 7em !important;
  -webkit-appearance: none;
  background-image: url("../img/angle-arrow-down.png");
  background-size: 10px;
  background-position: right 1em center;
  background-repeat: no-repeat;
}
.trip-search-form input,
.trip-search-form select {
  background-color: #f9f9f9;
  border: 0 !important;
}
.trip-search-form .btn,
.trip-search-form button,
.trip-search-form input[type=submit] {
  width: 100%;
  text-align: center;
}
.trip-search-form .btn::after,
.trip-search-form button::after,
.trip-search-form input[type=submit]::after {
  content: none;
}

.trip {
  padding-bottom: 30px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.trip .trip-thumbnail {
  position: relative;
}
.trip .trip-thumbnail .offer {
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #2b2b2b;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  z-index: 1;
}
.trip .trip-thumbnail .trip-details-url {
  position: relative;
  overflow: hidden;
  padding-top: 80%;
  display: block;
}
.trip .trip-thumbnail .trip-details-url img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.trip .trip-thumbnail .trip-details-url::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.trip .trip-thumbnail .trip-meta-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
}
.trip .trip-thumbnail .trip-meta-wrapper span {
  font-size: 18px;
}
.trip .trip-thumbnail .trip-meta-wrapper [class*=trip-meta] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.trip .trip-thumbnail .trip-meta-wrapper .trip-meta-top {
  color: #fff;
  padding: 0.5em 0;
}
.trip .trip-thumbnail .trip-meta-wrapper .trip-meta-top a {
  color: #fff;
}
.trip .trip-thumbnail .trip-meta-wrapper .trip-meta-top a:hover {
  color: #ff8122;
}
.trip .trip-thumbnail .trip-meta-wrapper .trip-meta-bottom {
  background-color: #fff;
  padding: 1em;
}
.trip .trip-container {
  padding: 1em;
  background-color: #fff;
  -ms-flex: 1;
      flex: 1;
}
.trip .trip-container .price-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.trip .trip-container .price-wrapper .price {
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}
.trip .trip-container .price-wrapper .price .from,
.trip .trip-container .price-wrapper .price del {
  font-size: 16px;
}
.trip .trip-container .price-wrapper .price strong {
  color: #000;
  font-size: 24px;
}

.trip-destination {
  padding-bottom: 60px;
}
.trip-destination .trip-destination-wrapper {
  margin-top: 0;
}
.trip-destination .trip-destination-wrapper .destination-item-container {
  padding: 60px 40px;
  background-color: #2b2b2b;
}
.trip-destination .trip-destination-wrapper .destination-item-container .icon {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ff8122;
}
.trip-destination .trip-destination-wrapper .destination-item-container .destination-title {
  color: #fff;
}
.trip-destination .trip-destination-wrapper .destination-item-container .destination-title a {
  color: inherit;
}
.trip-destination .trip-destination-wrapper .destination-item-container .destination-title:hover {
  color: #ff8122;
}
.trip-destination .trip-destination-wrapper .destination-item-container p {
  margin: 0;
}

.destination-slides {
  margin: 0 -15px;
}
.destination-slides .slide-item {
  padding: 0 15px;
  outline: none;
}

#wp-calendar {
  text-align: center;
  border-top: 3px solid #ff8122;
}
#wp-calendar caption {
  padding-top: 0;
  font-size: 12px;
}
#wp-calendar th,
#wp-calendar td {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 5px 3px;
}
#wp-calendar th a,
#wp-calendar td a {
  display: block;
  text-decoration: none;
}
#wp-calendar th a:hover,
#wp-calendar td a:hover {
  background-color: #ff8122;
  color: #fff;
}
#wp-calendar thead th {
  font-weight: bold;
  background-color: #2b2b2b;
  color: #fff;
}

.wp-calendar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wp-travel-send-enquiries,
.wp-travel-explore a {
  text-decoration: none;
  border-radius: 0;
  padding: 1.125em 1.5em;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease;
  color: #fff !important;
  border: 2px solid #fff;
  display: inline-block;
}
@media (max-width: 575px) {
  .wp-travel-send-enquiries,
  .wp-travel-explore a {
    padding: 0.917em 1.5em;
    font-size: 0.75rem;
    line-height: unset;
  }
  .wp-travel-send-enquiries .dashicons,
  .wp-travel-explore a .dashicons {
    font-size: 14px;
    line-height: unset;
  }
}
.wp-travel-send-enquiries span,
.wp-travel-explore a span {
  transition: none !important;
}
.wp-travel-send-enquiries:hover,
.wp-travel-explore a:hover {
  text-decoration: none;
  color: #fff !important;
  border-color: #ff8122;
  background-color: transparent !important;
}

.wp-travel-send-enquiries .wp-travel-booking-enquiry {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 575px) {
  .wp-travel-booking-wrapper .wp-travel-booknow-btn {
    margin-bottom: 20px;
  }
}

.wp-travel-trip-code {
  display: inline-block;
}
.wp-travel-trip-code code {
  display: inline-block;
  padding: 1em 1.5em;
  border: 1px dashed #ccc;
  color: #ff8122;
  margin: 0;
}
@media (max-width: 575px) {
  .wp-travel-trip-code code {
    padding: 0.5em;
  }
}

.single-itineraries .featured-detail-section .wp-travel-add-to-wishlists ~ .entry-header {
  padding-left: 0 !important;
}

.qty-spinner button,
.wp-travel-form-group .input-group-btn button {
  padding: 0 !important;
}
.qty-spinner button:hover,
.wp-travel-form-group .input-group-btn button:hover {
  color: #fff !important;
}

#wp-travel-tab-wrapper {
  margin-top: 40px !important;
  background-color: #fff;
}
@media (max-width: 768px) {
  #wp-travel-tab-wrapper {
    padding: 0 !important;
  }
}
#wp-travel-tab-wrapper .resp-tabs-list {
  border: 0;
  background: none;
  background-color: #e8e8e8;
  height: auto;
  padding: 15px 40px 0;
}
#wp-travel-tab-wrapper .resp-tabs-list.slick-slider .slick-arrow {
  padding: 20px !important;
  max-height: unset;
  font-size: 0 !important;
  border: 0 !important;
}
#wp-travel-tab-wrapper .resp-tabs-list.slick-slider .slick-arrow::before {
  color: #fff;
}
#wp-travel-tab-wrapper .resp-tabs-list.slick-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
#wp-travel-tab-wrapper .resp-tabs-list.slick-slider .slick-arrow:hover {
  background-color: #2b2b2b !important;
}
#wp-travel-tab-wrapper .resp-tabs-list li {
  border: 0 !important;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  outline: none;
}
#wp-travel-tab-wrapper .resp-tabs-list li.resp-tab-active, #wp-travel-tab-wrapper .resp-tabs-list li:hover {
  color: #ff8122;
}
#wp-travel-tab-wrapper .resp-tabs-list li.resp-tab-active::before, #wp-travel-tab-wrapper .resp-tabs-list li:hover::before {
  display: block;
}
#wp-travel-tab-wrapper .resp-tabs-container {
  border: 0;
}
#wp-travel-tab-wrapper .resp-tabs-container .resp-accordion {
  border-radius: 0;
  margin: 0;
  font-weight: 600;
}
#wp-travel-tab-wrapper .resp-tabs-container .resp-accordion.resp-tab-active {
  background-color: #ff8122;
  color: #fff;
}
#wp-travel-tab-wrapper .resp-tabs-container .tab-list-content {
  padding: 20px;
}
#wp-travel-tab-wrapper .resp-tabs-container .tab-list-content .wp-travel-advanced-gallery-items-list {
  padding: 0;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__header button {
  border: 1px solid #ff8122 !important;
  background-color: #ff8122, 0.3 !important;
  color: #ff8122 !important;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__datepicker-wrapper p {
  color: #333333;
  border: 1px solid #9ca3a9;
  background-color: #f1f1f1;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__datepicker-wrapper p::before {
  border-right: 8px solid #333533;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__datepicker-wrapper p::after {
  border-right: 8px solid #f1f1f1;
}
@media (max-width: 575px) {
  #wp-travel-tab-wrapper #booking .wp-travel-booking__datepicker-wrapper p::before {
    border-bottom: 8px solid #333533 !important;
    border-right: 8px solid transparent !important;
  }
  #wp-travel-tab-wrapper #booking .wp-travel-booking__datepicker-wrapper p::after {
    border-bottom: 8px solid #333533 !important;
    border-right: none !important;
  }
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__datepicker-wrapper .react-datepicker-wrapper .react-datepicker__input-container .wp-travel-date-picker-btn {
  padding: 0 0 0 15px !important;
  border: 2px solid;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__datepicker-wrapper .react-datepicker__tab-loop .react-datepicker-popper .react-datepicker button {
  background: none !important;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__datepicker-wrapper .react-datepicker__tab-loop .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__header__dropdown [class*=react-datepicker] select {
  padding: 0.5em 1em !important;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__pricing-wrapper .qty-spinner button {
  background-color: #ff8122 !important;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__pricing-wrapper .qty-spinner button::after {
  content: none;
}
#wp-travel-tab-wrapper #booking .wp-travel-booking__panel-bottom .wp-travel-book {
  border: 2px solid !important;
}

.trip-headline-wrapper {
  margin-top: 0px;
  padding-top: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .trip-headline-wrapper {
    padding-top: 60px;
  }
}
.trip-headline-wrapper .featured-side-image.left-plot {
  position: static !important;
  width: 100% !important;
  height: auto !important;
}
.trip-headline-wrapper .featured-side-image.left-plot .banner-image-wrapper {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  height: calc(100% - 100px) !important;
}
.trip-headline-wrapper .featured-side-image.left-plot .banner-image-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.trip-headline-wrapper .featured-side-image.left-plot .wp-travel-offer {
  top: 30px;
}
.trip-headline-wrapper .featured-detail-section.right-plot {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .trip-headline-wrapper .featured-detail-section.right-plot {
    margin-top: 35px !important;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap {
  padding: 0 !important;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 328px auto;
}
@media (max-width: 575px) {
  .trip-headline-wrapper .right-plot-inner-wrap {
    grid-template-columns: 100%;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-add-to-wishlists {
  color: #ff8122 !important;
}
@media (max-width: 991px) {
  .trip-headline-wrapper .right-plot-inner-wrap .wp-travel-add-to-wishlists {
    top: 25px !important;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap .entry-header {
  -ms-flex-order: 1;
      order: 1;
  grid-column: span 2;
}
@media (max-width: 575px) {
  .trip-headline-wrapper .right-plot-inner-wrap .entry-header {
    grid-column: span 1;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap .entry-header .entry-title {
  color: #fff;
}
@media (max-width: 575px) {
  .trip-headline-wrapper .right-plot-inner-wrap .wp-travel-average-review {
    left: -85px;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-detail-review-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-order: 2;
      order: 2;
  margin-top: 15px;
  grid-column: span 2;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-detail-review-wrap .wp-travel-trip-detail {
  margin-bottom: 0;
  margin-top: 10px;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-detail-review-wrap .wp-travel-trip-detail .trip-price {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-detail-review-wrap .wp-travel-trip-detail .trip-price .price-from {
  display: none;
  width: 100%;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-detail-review-wrap .wp-travel-trip-detail .trip-price .person-count {
  font-weight: bold;
  font-size: 40px;
}
.trip-headline-wrapper .right-plot-inner-wrap .trip-short-desc {
  -ms-flex-order: 3;
      order: 3;
  grid-column: span 2;
  color: #fff;
}
@media (max-width: 575px) {
  .trip-headline-wrapper .right-plot-inner-wrap .trip-short-desc {
    width: 80%;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap .booking-form {
  float: left;
  margin-right: 20px;
  -ms-flex-order: 4;
      order: 4;
}
@media (max-width: 767px) {
  .trip-headline-wrapper .right-plot-inner-wrap .booking-form {
    grid-column: span 2;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap .booking-form .wp-travel-booking-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-code {
  margin-top: 19px;
  -ms-flex-order: 5;
      order: 5;
  color: #fff;
}
@media (max-width: 767px) {
  .trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-code {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-code {
    margin-top: 0;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-keywords {
  -ms-flex-order: 6;
      order: 6;
  color: #fff;
  grid-column: span 2;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-keywords a {
  color: rgba(255, 255, 255, 0.7);
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-keywords a:hover {
  color: #ff8122;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info {
  padding: 2em;
  border: 0;
  border-radius: 0;
  margin-top: 20px;
  -ms-flex-order: 7;
      order: 7;
  background-color: #fff;
  grid-column: span 2;
}
@media (max-width: 575px) {
  .trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info {
    margin-top: 25px;
    grid-column: auto;
  }
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  grid-gap: 30px;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li {
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li::before {
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  width: unset;
  height: unset;
  background: none;
  position: static;
  color: #ff8122;
  margin-bottom: 10px;
  display: block;
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li:nth-child(1)::before {
  content: "\eb61";
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li:nth-child(2)::before {
  content: "\ebb1";
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li:nth-child(3)::before {
  content: "\ebdf";
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li:nth-child(4)::before {
  content: "\eba6";
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li:nth-child(5)::before {
  content: "\eb1c";
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li:nth-child(6)::before {
  content: "\eb50";
}
.trip-headline-wrapper .right-plot-inner-wrap .wp-travel-trip-meta-info ul li .travel-info strong {
  font-size: 18px;
  color: #2b2b2b;
}
.trip-headline-wrapper .featured-detail-section.right-plot {
  width: 100% !important;
  overflow: visible !important;
  height: auto !important;
}

.wp-travel-offer span {
  background: #ff8122 !important;
}
.wp-travel-offer span:before {
  border-right: 3px solid #9ca3a9 !important;
  border-top: 3px solid #9ca3a9 !important;
}

.wp-travel-itinerary-items .wp-travel-post-item-wrapper {
  height: 100%;
}

.wp-travel-post-item-wrapper,
.wp-travel-default-article {
  background-color: #f9f9f9;
  padding: 1.5em;
  border: 0;
}
.wp-travel-post-item-wrapper p,
.wp-travel-default-article p {
  margin-bottom: 1em;
}
.wp-travel-post-item-wrapper .wp-travel-post-thumbnail,
.wp-travel-post-item-wrapper .wp-travel-article-image-wrap,
.wp-travel-default-article .wp-travel-post-thumbnail,
.wp-travel-default-article .wp-travel-article-image-wrap {
  overflow: initial;
}
.wp-travel-post-item-wrapper .wp-travel-post-thumbnail img,
.wp-travel-post-item-wrapper .wp-travel-article-image-wrap img,
.wp-travel-default-article .wp-travel-post-thumbnail img,
.wp-travel-default-article .wp-travel-article-image-wrap img {
  opacity: 1;
}
.wp-travel-post-item-wrapper .wp-travel-post-thumbnail a:hover img,
.wp-travel-post-item-wrapper .wp-travel-article-image-wrap a:hover img,
.wp-travel-default-article .wp-travel-post-thumbnail a:hover img,
.wp-travel-default-article .wp-travel-article-image-wrap a:hover img {
  opacity: 0.5;
}
.wp-travel-post-item-wrapper .entry-title,
.wp-travel-post-item-wrapper .post-title,
.wp-travel-default-article .entry-title,
.wp-travel-default-article .post-title {
  width: 100%;
  font-size: 26px;
}
.wp-travel-post-item-wrapper .entry-title a,
.wp-travel-post-item-wrapper .post-title a,
.wp-travel-default-article .entry-title a,
.wp-travel-default-article .post-title a {
  text-decoration: none;
}
.wp-travel-post-item-wrapper .wp-travel-article-image-wrap img,
.wp-travel-default-article .wp-travel-article-image-wrap img {
  width: 100%;
}
.wp-travel-post-item-wrapper .trip-price,
.wp-travel-default-article .trip-price {
  text-align: left;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #2b2b2b;
}
.wp-travel-post-item-wrapper .trip-price span,
.wp-travel-default-article .trip-price span {
  font-size: inherit;
}
.wp-travel-post-item-wrapper .trip-price .price-from,
.wp-travel-default-article .trip-price .price-from {
  margin-right: 1rem;
  font-weight: 400;
}
.wp-travel-post-item-wrapper .trip-price .person-count,
.wp-travel-default-article .trip-price .person-count {
  font-weight: bold;
  margin-left: 0.5rem;
}
.wp-travel-post-item-wrapper .trip-price .person-count ins,
.wp-travel-default-article .trip-price .person-count ins {
  color: #2b2b2b !important;
}
@media (max-width: 768px) {
  .wp-travel-post-item-wrapper .trip-price .person-count,
  .wp-travel-default-article .trip-price .person-count {
    margin-left: 1rem;
  }
}
.wp-travel-post-item-wrapper .wp-travel-post-info,
.wp-travel-default-article .wp-travel-post-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px 0;
}
.wp-travel-post-item-wrapper .wp-travel-post-info .post-title,
.wp-travel-default-article .wp-travel-post-info .post-title {
  margin-bottom: 10px;
}
.wp-travel-post-item-wrapper .wp-travel-post-info .post-title a,
.wp-travel-default-article .wp-travel-post-info .post-title a {
  font-size: inherit;
}
.wp-travel-post-item-wrapper .wp-travel-post-info .recent-post-bottom-meta,
.wp-travel-default-article .wp-travel-post-info .recent-post-bottom-meta {
  width: 100%;
}
.wp-travel-post-item-wrapper .wp-travel-post-info .recent-post-bottom-meta .trip-price,
.wp-travel-default-article .wp-travel-post-info .recent-post-bottom-meta .trip-price {
  text-align: left;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.wp-travel-post-item-wrapper .wp-travel-post-info .recent-post-bottom-meta .trip-price span,
.wp-travel-default-article .wp-travel-post-info .recent-post-bottom-meta .trip-price span {
  font-size: inherit;
}
.wp-travel-post-item-wrapper .wp-travel-post-info .recent-post-bottom-meta .trip-price .price-from,
.wp-travel-default-article .wp-travel-post-info .recent-post-bottom-meta .trip-price .price-from {
  margin-right: 5px;
  font-weight: 400;
}
.wp-travel-post-item-wrapper .wp-travel-post-info .recent-post-bottom-meta .trip-price .person-count,
.wp-travel-default-article .wp-travel-post-info .recent-post-bottom-meta .trip-price .person-count {
  font-weight: bold;
}
.wp-travel-post-item-wrapper .wp-travel-post-content,
.wp-travel-default-article .wp-travel-post-content {
  padding: 0 15px 15px !important;
}
.wp-travel-post-item-wrapper .wp-travel-entry-content-wrapper .description-left,
.wp-travel-default-article .wp-travel-entry-content-wrapper .description-left {
  padding: 15px 15px 0;
}
.wp-travel-post-item-wrapper .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists,
.wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists {
  color: #ff8122 !important;
}
@media (max-width: 991px) {
  .wp-travel-post-item-wrapper .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists,
  .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists {
    top: 5px;
    bottom: 0;
  }
}
@media (min-width: 991px) {
  .wp-travel-post-item-wrapper .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists,
  .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists {
    top: 5px;
    bottom: 0;
  }
}
.wp-travel-post-item-wrapper .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists:focus,
.wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists:focus {
  outline: none !important;
}
.wp-travel-post-item-wrapper .wp-travel-entry-content-wrapper .description-right,
.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
  padding: 0 15px 15px !important;
}
.wp-travel-post-item-wrapper .wp-travel-explore,
.wp-travel-default-article .wp-travel-explore {
  margin: 0;
}
.wp-travel-post-item-wrapper .wp-travel-explore a,
.wp-travel-default-article .wp-travel-explore a {
  text-decoration: none;
  border-radius: 0;
  padding: 1.25em 1.5em;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease;
  color: #fff !important;
  border: 2px solid #ff8122;
  background-color: #ff8122;
  display: inline-block;
  margin-top: 0 !important;
  font-weight: bold;
}
.wp-travel-post-item-wrapper .wp-travel-explore a span,
.wp-travel-default-article .wp-travel-explore a span {
  transition: none !important;
}
.wp-travel-post-item-wrapper .wp-travel-explore a:hover,
.wp-travel-default-article .wp-travel-explore a:hover {
  border-color: #ff8122;
  background-color: transparent;
  color: #ff8122 !important;
}
@media (max-width: 423px) {
  .wp-travel-post-item-wrapper .wp-travel-explore a,
  .wp-travel-default-article .wp-travel-explore a {
    margin-top: 20px;
  }
}
.wp-travel-post-item-wrapper .wt-icon,
.wp-travel-post-item-wrapper .wt-icon-regular,
.wp-travel-default-article .wt-icon,
.wp-travel-default-article .wt-icon-regular {
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #2b2b2b;
}
.wp-travel-post-item-wrapper .travel-info span,
.wp-travel-post-item-wrapper .category-list-items a,
.wp-travel-post-item-wrapper .wp-travel-trip-duration,
.wp-travel-post-item-wrapper .wp-travel-review-text,
.wp-travel-default-article .travel-info span,
.wp-travel-default-article .category-list-items a,
.wp-travel-default-article .wp-travel-trip-duration,
.wp-travel-default-article .wp-travel-review-text {
  font-size: 16px !important;
  color: #2b2b2b;
}
.wp-travel-post-item-wrapper .entry-meta,
.wp-travel-default-article .entry-meta {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  background-color: #fff;
  margin-bottom: 1em;
}
.wp-travel-post-item-wrapper .entry-meta::before,
.wp-travel-default-article .entry-meta::before {
  content: none;
}
@media (max-width: 450px) {
  .wp-travel-post-item-wrapper .category-list-items,
  .wp-travel-default-article .category-list-items {
    margin-top: 0.5rem;
  }
}
.wp-travel-post-item-wrapper .category-list-items .wt-icon::before,
.wp-travel-post-item-wrapper .category-list-items .wt-icon-regular::before,
.wp-travel-default-article .category-list-items .wt-icon::before,
.wp-travel-default-article .category-list-items .wt-icon-regular::before {
  content: "\eb61";
}
.wp-travel-post-item-wrapper .wp-travel-review-text,
.wp-travel-default-article .wp-travel-review-text {
  margin-right: 10px;
}
.wp-travel-post-item-wrapper .wt-icon.wt-icon-child::before,
.wp-travel-default-article .wt-icon.wt-icon-child::before {
  content: "\ebdf";
}
.wp-travel-post-item-wrapper .trip-duration .wt-icon-clock::before,
.wp-travel-default-article .trip-duration .wt-icon-clock::before {
  content: "\ebca";
}
.wp-travel-post-item-wrapper .wp-travel-average-review,
.wp-travel-default-article .wp-travel-average-review {
  font-size: 18px !important;
}
.wp-travel-post-item-wrapper .wp-travel-average-review span,
.wp-travel-default-article .wp-travel-average-review span {
  font-size: 18px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-travel-default-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .wp-travel-default-article .wp-travel-article-image-wrap {
    margin: 0;
  }
  .wp-travel-default-article .wp-travel-article-image-wrap a {
    display: block;
    height: 100%;
  }
  .wp-travel-default-article .wp-travel-article-image-wrap a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wp-travel-default-article .wp-travel-entry-content-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wp-travel-default-article .wp-travel-entry-content-wrapper [class*=description] {
    width: 100% !important;
    text-align: left !important;
  }
  .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left {
    padding: 20px 20px 0;
  }
  .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
    padding: 0 20px 20px !important;
    border: 0 !important;
  }
  .wp-travel-default-article .wp-travel-entry-content-wrapper .trip-price {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}

.wp-travel-archive-content {
  background-color: #fff;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
.wp-travel-archive-content .wp-travel-default-article {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .wp-travel-archive-content .wp-travel-default-article {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-article-image-wrap {
    width: 35%;
  }
}
.wp-travel-archive-content .wp-travel-default-article .wp-travel-article-image-wrap a {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-article-image-wrap a {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
  }
}
.wp-travel-archive-content .wp-travel-default-article .wp-travel-article-image-wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-article-image-wrap a img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-article-image-wrap a img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper {
    width: 65%;
  }
}
.wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper [class*=description] {
  width: 100%;
  text-align: left;
}
.wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left {
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
  padding: 0 20px !important;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 993px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right .trip-price {
    font-size: 24px;
  }
}
@media (min-width: 993px) and (max-width: 1220px) {
  .wp-travel-archive-content .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right .wp-detail-review-wrap {
    width: 50%;
  }
}
.wp-travel-archive-content .wp-travel-itinerary-items ul li {
  margin-bottom: 30px;
  border: 0;
}

.wp-travel-toolbar {
  display: -ms-flexbox;
  display: flex;
  border: 0;
  border-radius: 0;
  margin-bottom: 1.5em;
}
.wp-travel-toolbar .wp-toolbar-left {
  -ms-flex: 1;
  flex: 1;
  padding: 1em;
}
@media (max-width: 767px) {
  .wp-travel-toolbar .wp-toolbar-left {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .wp-travel-toolbar .wp-toolbar-left {
    padding-right: 0;
  }
}
.wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-by-heading {
  background: none;
  padding: 15px;
  display: none;
}
@media (max-width: 767px) {
  .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-by-heading {
    display: block;
  }
}
.wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-by-heading h4 {
  padding: 0;
}
.wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field {
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 767px) {
  .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field {
    -ms-flex: auto;
        flex: auto;
    min-width: 135px;
  }
}
.wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field p {
  display: none;
}
.wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field .wp_travel_input_filters {
  height: inherit;
  width: 100%;
  background-color: #f9f9f9;
}
.wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button {
  padding: 10px;
  margin-top: 0 !important;
  margin-left: 0;
}
@media (max-width: 993px) {
  .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field {
    width: 100%;
  }
}
.wp-travel-toolbar .wp-toolbar-right {
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em;
}
@media (min-width: 992px) {
  .wp-travel-toolbar .wp-toolbar-right {
    background-color: #2b2b2b;
  }
}
@media (max-width: 992px) {
  .wp-travel-toolbar .wp-toolbar-right {
    top: initial;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .wp-travel-toolbar .wp-toolbar-right {
    padding: 0.7em;
  }
}
.wp-travel-toolbar .wp-toolbar-right .wp-travel-view-mode-lists {
  padding: 10px 0;
}
.wp-travel-toolbar .wp-toolbar-right .wp-travel-view-mode a {
  display: block;
  padding: 0.867em 1em;
  background-color: #eee;
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 575px) {
  .wp-travel-toolbar .wp-toolbar-right .wp-travel-view-mode a {
    padding: 0.5em;
  }
}
.wp-travel-toolbar .wp-toolbar-right .wp-travel-view-mode a i {
  width: inherit;
  height: inherit;
  padding: 0;
}
.wp-travel-toolbar .wp-toolbar-right .wp-travel-view-mode.active-mode a {
  background-color: #ff8122;
  color: #fff;
}
.wp-travel-toolbar .wp-toolbar-right .wp-travel-view-mode.active-mode:hover i {
  color: #2b2b2b;
}

.wp-travel-trips-has-sidebar + .wp-travel-widget-area {
  padding-right: 0;
}

#wp-travel-enquiries {
  border-radius: 0;
}
#wp-travel-enquiries .wp-travel-inquiry__form-header {
  background-color: #2b2b2b;
  border-color: #ff8122;
}
#wp-travel-enquiries .mfp-close {
  padding: 0 !important;
  background-color: #2b2b2b !important;
}
#wp-travel-enquiries .mfp-close:hover {
  background-color: #fff !important;
}

.mfp-content #wp-travel-enquiries .mfp-close:hover {
  background-color: #fff !important;
}

.mfp-gallery .mfp-container button.mfp-arrow {
  height: 110px;
  opacity: 0.9;
}
.mfp-gallery .mfp-container button.mfp-arrow.mfp-arrow-left::before, .mfp-gallery .mfp-container button.mfp-arrow.mfp-arrow-right::before {
  opacity: 1;
}
.mfp-gallery .mfp-container button.mfp-arrow.mfp-arrow-left::before {
  border-right-color: #fff;
}
.mfp-gallery .mfp-container button.mfp-arrow.mfp-arrow-right::before {
  border-left-color: #fff;
}
.mfp-gallery .mfp-container button.mfp-close {
  padding: 6px !important;
}

.dashboard-tab ul.resp-tabs-list {
  background: none;
}
.dashboard-tab ul.resp-tabs-list li {
  border-left: 0;
  border-top: 0;
}
.dashboard-tab ul.resp-tabs-list li:last-of-type {
  border-bottom: 0;
}
.dashboard-tab ul.resp-tabs-list li.resp-tab-active {
  box-shadow: inset 2px 0px 0 #ff8122;
  border-bottom: 1px solid #eee;
}
.dashboard-tab .resp-tabs-container .resp-accordion {
  border-radius: 0;
}
.dashboard-tab .resp-tabs-container .resp-accordion i {
  margin-right: 10px;
}
.dashboard-tab .resp-tabs-container .resp-tab-content {
  padding: 1em;
}
.dashboard-tab .resp-tabs-container .resp-tab-content .my-order .book-more a {
  background-color: #ff8122 !important;
  border: 2px solid;
  border-color: #ff8122;
  text-decoration: none;
}
.dashboard-tab .resp-tabs-container .resp-tab-content .my-order .book-more a:hover {
  background-color: transparent !important;
  border: 2px solid;
}
.dashboard-tab .resp-tabs-container .resp-tab-content .lists {
  margin: 0 -10px;
}
.dashboard-tab .resp-tabs-container .resp-tab-content .lists .list-item {
  padding: 0 10px;
  margin-bottom: 1.5em;
  width: 100%;
  float: none;
  display: block;
}
.dashboard-tab .resp-tabs-container .resp-tab-content .lists .list-item .item {
  margin: 0;
  border-radius: 0;
}
.dashboard-tab .resp-tabs-container .form-group [class*=col-] {
  max-width: 100% !important;
  padding: 0;
  -webkit-box: 0;
  -moz-box: 0;
  -ms-flex: 0 0 100% 0 auto;
  flex: 0 0 100% 0 auto;
}
.dashboard-tab .resp-tabs-container form p {
  display: inline-block;
  width: 100%;
}

#booking .wp-travel-booking__pricing-wrapper .wp-travel-booking__selected-time button {
  margin-bottom: 0.5rem;
}

.checkout-page-wrap .wp-travel-checkout-section .checkout-left .ws-theme-timeline-block .panel-collapse {
  display: block;
}

.ws-theme-cart-page {
  border: 0;
}
.ws-theme-cart-page .wp-travel-cart-remove {
  text-decoration: none;
}
.ws-theme-cart-page .ws-theme-cart-list input[type=number] {
  padding: 0 !important;
  text-align: center;
}
.ws-theme-cart-page .ws-theme-cart-list ul {
  margin-bottom: 0;
}
.ws-theme-cart-page .ws-theme-cart-list .product-price ul li {
  text-align: right !important;
}
@media (max-width: 640px) {
  .ws-theme-cart-page .ws-theme-cart-list .product-price ul {
    width: 50%;
  }
}
.ws-theme-cart-page .ws-theme-cart-list .product-name .item_cart h4 {
  font-size: 18px;
}
.ws-theme-cart-page .ws-theme-cart-list .product-name .item_cart .variation {
  font-size: 12px;
}
.ws-theme-cart-page .ws-theme-cart-list .product-name .item_cart .variation strong {
  font-size: 12px;
}
.ws-theme-cart-page .child_products td {
  background: none;
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras {
    padding-left: 0;
  }
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content {
  grid-template-columns: 100%;
  grid-gap: 20px;
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content {
  background: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content:hover {
  background-color: #efefef;
  border: 1px solid #c7d0d9;
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top {
  padding-bottom: 0;
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .check_icon {
  background-color: #ff706d;
  color: #fff;
  text-decoration: none;
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .check_icon:hover {
  background-color: #f83531;
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label {
  padding: 15px 20px 15px 60px;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label {
    padding: 15px 20px 15px 30px;
  }
}
@media (max-width: 380px) {
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_title {
  width: 35%;
}
@media (max-width: 1199px) {
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_title {
    width: 20%;
  }
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label [class*=wp_travel_tour_extras] {
  margin-left: 0;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 768px) {
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label [class*=wp_travel_tour_extras] {
    text-align: center;
  }
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_quantity {
  margin-top: 0;
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_price,
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_quantity,
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_total_price {
  width: 21.66%;
  max-width: 21.66%;
}
@media (max-width: 1199px) {
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_price,
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_quantity,
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_total_price {
    max-width: 26.66%;
    width: 26.66%;
  }
}
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_price input,
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_quantity input,
.ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label .wp_travel_tour_extras_total_price input {
  max-width: 70px;
}
@media (max-width: 767px) {
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label [class*=wp_travel_tour_extras] {
    max-width: 50%;
    width: 50%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: unset;
    padding-right: 10px;
  }
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label [class*=wp_travel_tour_extras] input {
    max-width: 70px;
  }
}
@media (max-width: 380px) {
  .ws-theme-cart-page .child_products td .wp_travel_tour_extras .wp_travel_tour_extras_content .wp_travel_tour_extras_option_single .wp_travel_tour_extras_option_single_content .wp_travel_tour_extras_option_top .wp_travel_tour_extras_option_label [class*=wp_travel_tour_extras] {
    max-width: 100%;
    width: 100%;
  }
}
.ws-theme-cart-page .ws-theme-cart-list thead tr th {
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info tr:not(:last-child) {
  display: -ms-flexbox;
  display: flex;
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info tr:not(:last-child) td,
.ws-theme-cart-page .ws-theme-cart-list.table-total-info tr:not(:last-child) th {
  display: block;
  -ms-flex: 1;
      flex: 1;
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info tr:last-child td {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info .coupon {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 380px) {
  .ws-theme-cart-page .ws-theme-cart-list.table-total-info .coupon {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info .coupon .input-text {
  height: auto;
}
@media (max-width: 380px) {
  .ws-theme-cart-page .ws-theme-cart-list.table-total-info .coupon .input-text {
    margin-bottom: 10px;
  }
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info .coupon input[type=submit] {
  border: 2px solid #ff8122 !important;
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info .coupon input[type=submit]:hover {
  color: #ff8122 !important;
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
}
@media (min-width: 768px) {
  .ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions .update-cart,
  .ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions .book-now-btn {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions .book-now-btn {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions .wp-travel-update-cart-btn {
  max-width: initial;
  margin-bottom: 0;
  background: none !important;
  color: #2b2b2b !important;
}
@media (max-width: 767px) {
  .ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions .wp-travel-update-cart-btn {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions .wp-travel-update-cart-btn:hover {
  background-color: transparent !important;
  color: #ff8122 !important;
  border: 2px solid #ff8122 !important;
}
.ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions .book-now-btn:hover {
  opacity: 1;
}
.ws-theme-cart-page .wp-travel-pax {
  width: 70px;
}

.wp-travel .ws-theme-cart-page .ws-theme-cart-list.table-total-info .actions .wp-travel-update-cart-btn:hover {
  background-color: transparent !important;
  color: #ff8122 !important;
  border: 2px solid #ff8122 !important;
  opacity: 1;
}

.checkout-page-wrap {
  margin-top: 0;
}
.checkout-page-wrap > div {
  -webkit-box: 0;
  -moz-box: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.checkout-page-wrap > div .checkout-left {
  border-radius: 0;
}

.checkout-page-wrap {
  grid-gap: 50px;
}
.checkout-page-wrap .cart-summary .list-group li {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.checkout-page-wrap .cart-summary .list-group li .del-btn {
  padding: 10px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 8px !important;
  left: 8px !important;
}
.checkout-page-wrap .cart-summary .list-group li .update-fields-collapse .wp-travel__cart-item .wp-travel-form-group {
  margin-bottom: 1em;
}
.checkout-page-wrap .cart-summary .list-group li .update-fields-collapse .wp-travel__cart-item .wp-travel-form-group .qty {
  max-width: 40px;
  padding: 0.5em !important;
}
.checkout-page-wrap .cart-summary .list-group li .update-fields-collapse .wp-travel__cart-item h4 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .checkout-page-wrap .cart-summary .list-group li .update-fields-collapse .wp-travel-form-group {
    -ms-flex-align: self-end !important;
        align-items: self-end !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .checkout-page-wrap .cart-summary .list-group li .update-fields-collapse .wp-travel-form-group label {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .checkout-page-wrap .cart-summary .list-group li .update-fields-collapse .wp-travel-form-group > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .checkout-page-wrap .cart-summary .list-group li .update-fields-collapse .prices {
    width: initial !important;
    text-align: left !important;
    margin-top: 1rem;
  }
  .checkout-page-wrap .cart-summary .list-group li .update-fields-collapse .prices strong {
    margin-left: 1px;
  }
}
@media (max-width: 380px) {
  .checkout-page-wrap .cart-summary .list-group li > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (min-width: 992px) {
  .checkout-page-wrap .cart-summary .list-group li > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.checkout-page-wrap .cart-summary .cart-summary-bottom .update-cart-form .coupon-input-field {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .checkout-page-wrap .cart-summary .cart-summary-bottom .update-cart-form {
    width: 100%;
  }
  .checkout-page-wrap .cart-summary .cart-summary-bottom .update-cart-form .field-inline {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .checkout-page-wrap .cart-summary .cart-summary-bottom .update-cart-form .field-inline .coupon-input-field {
    margin-bottom: 1rem;
  }
}

#booking .wp-travel-booking__pricing-wrapper .wp-travel-booking__trip-option-list li .text-right {
  line-height: 1.5rem;
}
@media (max-width: 575px) {
  #booking .wp-travel-booking__pricing-wrapper .wp-travel-booking__trip-option-list li .text-right {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (max-width: 575px) {
  #booking .wp-travel-booking__pricing-wrapper .wp-travel-booking__trip-option-list li .text-right .price {
    min-width: auto;
  }
}
#booking .wp-travel-booking__pricing-wrapper .wp-travel-booking__trip-option-list li .text-left p {
  margin-right: 0.5em;
}
#booking .wp-travel-booking__pricing-wrapper .wp-travel-booking__trip-option-list li .text-left p a {
  margin-left: 0;
  text-align: left;
}
@media (max-width: 768px) {
  #booking .wp-travel-booking__pricing-wrapper .wp-travel-booking__trip-option-list li {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (max-width: 575px) {
  #booking .wp-travel-booking__panel-bottom {
    z-index: 1;
  }
}

@media (min-width: 769px) {
  #wp-travel-tab-wrapper .resp-tabs-list {
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
  }
}
#booking .wp-travel-booking__header button svg path {
  fill: #f1f1f1 !important;
}

.wp-travel-offer {
  top: -10px;
}

.widget_wp_travel_filter_search_widget .trip-duration-calender input {
  padding-left: 50px !important;
}
.widget_wp_travel_filter_search_widget .trip-duration-calender .calender-icon {
  width: 40px;
  height: 57px;
  top: 26px;
  left: 2px;
}
@media (max-width: 575px) {
  .widget_wp_travel_filter_search_widget .trip-duration-calender .calender-icon {
    height: 43px;
  }
}
.widget_wp_travel_filter_search_widget .trip-duration-calender .calender-icon::before {
  position: relative;
  top: 15px;
}
@media (max-width: 575px) {
  .widget_wp_travel_filter_search_widget .trip-duration-calender .calender-icon::before {
    top: 10px;
  }
}

.wp-travel-trip-weather-forecast-slick-wrapper button.slick-arrow {
  width: 35px;
  height: 35px;
  font-size: 0 !important;
}
.wp-travel-trip-weather-forecast-slick-wrapper button.slick-arrow::before {
  background-color: transparent;
  padding: 0;
}
.wp-travel-trip-weather-forecast-slick-wrapper button.slick-arrow:hover::before {
  color: #ff8122 !important;
}

.wp-travel-bank-deposit-wrap .button {
  line-height: 70px !important;
}

@media (max-width: 408px) {
  .wp-travel-popup .popup-title {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .wp-travel-popup .popup-bank-details {
    overflow-x: auto;
  }
}
.wp-travel-popup .mfp-close {
  padding: 0 !important;
}

@media (max-width: 992px) {
  .wp-travel-default-article .description-left {
    position: relative;
  }
}
@media (max-width: 992px) {
  .wp-travel-default-article .description-left .wp-travel-add-to-wishlists {
    top: 25px !important;
  }
}

.archive .wp-travel-archive-content .wp-travel-default-article .wp-travel-offer {
  top: 10px;
}
@media (max-width: 767px) {
  .archive .wp-travel-itinerary-list {
    padding-left: 0;
  }
}
.archive .wp-travel-itinerary-list .wp-travel-offer {
  top: 10px;
}
.archive .wp-travel-itinerary-list.grid-view .wp-travel-post-info .wp-travel-add-to-wishlists {
  top: 18px !important;
}
.archive .widget .wp-travel-itinerary-list .wp-travel-offer {
  top: 10px;
}
.archive .widget .wp-travel-itinerary-list .wp-travel-add-to-wishlists {
  top: 5px !important;
}
.archive .widget .wp-travel-itinerary-list.grid-view .wp-travel-offer {
  top: 10px;
}
.archive .widget .wp-travel-itinerary-list.grid-view .wp-travel-add-to-wishlists {
  top: 18px !important;
}

a.wptravel-book-your-trip {
  border-color: #ff8122 !important;
  background-color: #ff8122 !important;
  text-decoration: none;
  border-radius: 0;
  padding: 1.25em 1.5em !important;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  position: relative;
  z-index: 1;
  outline: none;
}
a.wptravel-book-your-trip:hover {
  color: #ff8122 !important;
  border-color: #ff8122 !important;
  background-color: transparent !important;
}
a.wptravel-book-your-trip:hover::after {
  transition: all 0.5s ease;
  transform: scale(1.3, 1.6);
  opacity: 0;
}
a.wptravel-book-your-trip::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ff8122;
  z-index: -1;
}

.wp-travel-related-posts .wp-travel-itinerary-list .wp-travel-post-info .wp-travel-add-to-wishlists {
  top: 18px;
}

@media (max-width: 767px) {
  .wp-travel-itinerary-items .wp-travel-itinerary-list.itinerary-2-per-row.grid-view {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .wp-travel-trips-has-sidebar + .wp-travel-widget-area .wp-travel-itinerary-items .wp-travel-itinerary-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .wp-travel-trips-has-sidebar + .wp-travel-widget-area .wp-travel-itinerary-items ul.wp-travel-itinerary-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.wptravel-layout-v2 .widget .wp-travel-itinerary-items .wp-travel-itinerary-list.grid-view .wp-travel-post-item-wrapper .wp-travel-post-thumbnail .discount {
  position: absolute;
  background: #00921d;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.wp-travel-multiple-currency form select {
  width: 100%;
}

.wptravel-layout-v2 .wptravel-archive-wrapper .view-box .view-image .offer {
  background: #ff8122;
}

.view-box a.explore-btn {
  background: #ff8122 !important;
  color: #fff !important;
}
.view-box a.explore-btn:hover {
  color: #fff !important;
}

.wptravel-layout-v1 .wp-travel-add-to-wishlists,
.wptravel-layout-v1 .wp-travel-add-to-wishlists:hover,
.wptravel-layout-v1 .wp-travel-add-to-wishlists:active,
.wptravel-layout-v1 .wp-travel-add-to-wishlists:focus {
  color: #ff8122 !important;
}

.wptravel-layout-v2 .wp-travel-add-to-wishlists,
.wptravel-layout-v2 .wp-travel-add-to-wishlists:hover,
.wptravel-layout-v2 .wp-travel-add-to-wishlists:active,
.wptravel-layout-v2 .wp-travel-add-to-wishlists:focus {
  color: #ff8122 !important;
}

.error-title {
  font-size: 80px;
  color: #ff8122;
}

.error404 {
  background-color: #e7e7e7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}
.error404 .breadcrumbs {
  margin-top: 0;
}
.error404 .breadcrumbs ul {
  -ms-flex-pack: center;
  justify-content: center;
}
.error404 .menu {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-left: 0;
}
.error404 .menu a {
  padding: 0.75em 1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.error404 .menu a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #444;
  position: absolute;
  right: -0.35em;
  top: 50%;
  transform: translateY(-50%);
}
.error404 .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.error404 .menu li:last-child > a::after {
  content: none;
}
.error404 .menu ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.error404 #masthead, .error404 #page-banner, .error404 #colophon, .error404 .pre-footer {
  display: none;
}
.error404 img {
  margin-bottom: 60px;
  max-width: 557px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  display: block;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.wp-travel-average-review span::before,
.wp-travel-average-review:before {
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  .wptravel-layout-v1 nav .navbar-collapse.collapse.show,
  .wptravel-layout-v2 nav .navbar-collapse.collapse.show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .wp-travel-toolbar .wp-toolbar-right {
    background-color: unset !important;
  }
}
