@charset "UTF-8";
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
h1.gdlr-core-skin-title, h2.gdlr-core-skin-title, .gdlr-core-skin-caption {
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.orange {
  color: #EF3C00 !important;
}

.gdlr-core-button,
.gdlr-core-feature-box-link,
.gdlr-core-button-shortcode {
  font-size: 14px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.gdlr-core-button.gdlr-core-rectangle,
.gdlr-core-feature-box-link.gdlr-core-rectangle,
.gdlr-core-button-shortcode.gdlr-core-rectangle {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a:not([href]):not([tabindex]) {
  color: #ffffff !important;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #e6e6e6;
  text-decoration: none;
}

.traveltour-page-title-wrap .traveltour-page-title-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  background-color: transparent !important;
}

footer .memberships {
  min-height: 120px;
  background-color: #F4F5F7;
}
footer .footer-bg {
  background-image: url("../images/footer-bg.png");
  min-height: 420px;
  padding: 50px 50px;
}
footer .footer-bg h3.traveltour-widget-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 8px;
}
footer .footer-bg p {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}
footer .footer-bg .traveltour-widget ul li {
  font-size: 12px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  line-height: 20px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
  border-bottom-style: transparent;
}
footer .footer-bg .traveltour-widget ul li a {
  color: #ffffff;
}
footer .footer-bg .traveltour-widget ul li a:hover {
  color: #a6a6a6;
  text-decoration: none;
}
footer .footer-bg .traveltour-widget #sbi_images {
  padding: 0px !important;
}
footer .footer-bg .traveltour-widget #sbi_images .sbi_item .sbi_photo_wrap {
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}
footer .footer-bg .st-socials {
  display: flex;
}
footer .footer-bg .st-socials a {
  margin-right: 20px;
  font-size: 28px;
  color: #EF3C00;
}
footer .footer-bg .st-socials a:hover {
  color: #3d0f00;
}

.tour-content-under-title {
  color: #ffffff;
  margin-top: 10px;
}

.tour-factors-shortcode {
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  padding: 14px 0px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.tour-factors-shortcode h4 .fa-bookmark {
  color: #EF3C00;
}
.tour-factors-shortcode .tour-factors-widget-title {
  color: #717586;
}
.tour-factors-shortcode .tour-factors-stars {
  padding: 0 2px;
}
.tour-factors-shortcode .tour-factors-stars .icon_star {
  color: #EF3C00;
}

.tourmaster-tour-booking-available {
  margin-left: 45px;
  margin-top: -14px;
  margin-bottom: 20px;
  font-size: 13px;
  color: red;
  font-style: italic;
  font-weight: bold;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
h1.gdlr-core-skin-title, h2.gdlr-core-skin-title, .gdlr-core-skin-caption {
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.orange {
  color: #EF3C00 !important;
}

.wpcs_price_symbol {
  vertical-align: super;
  font-size: 14px;
}

.gdlr-core-button,
.gdlr-core-feature-box-link,
.gdlr-core-button-shortcode {
  font-size: 14px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.gdlr-core-button.gdlr-core-rectangle,
.gdlr-core-feature-box-link.gdlr-core-rectangle,
.gdlr-core-button-shortcode.gdlr-core-rectangle {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a:not([href]):not([tabindex]) {
  color: #ffffff !important;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #e6e5e5;
  text-decoration: none;
}

.tourmaster-tour-payment-content .tourmaster-tour-booking-continue {
  margin-left: 120px;
  width: 160px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .tourmaster-tour-payment-content .tourmaster-tour-booking-continue {
    margin-left: 0px;
    width: 100%;
  }
}
.expand-all {
  cursor: pointer;
  font-size: 12px;
  color: #EF3C00;
}

@media screen and (max-width: 767px) {
  .tourmaster-single-header-overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
}
footer .memberships {
  min-height: 120px;
  background-color: #F4F5F7;
}

footer .footer-bg {
  background-image: url("../images/footer-bg.png");
  min-height: 420px;
  padding: 50px 50px;
}

footer .footer-bg h3.traveltour-widget-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 8px;
}

footer .footer-bg p {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}

footer .footer-bg .traveltour-widget ul li {
  font-size: 12px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  line-height: 20px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
  border-bottom-style: transparent;
}

footer .footer-bg .traveltour-widget ul li a {
  color: #ffffff;
}

footer .footer-bg .traveltour-widget ul li a:hover {
  color: #a6a6a6;
  text-decoration: none;
}

footer .footer-bg .traveltour-widget #sbi_images {
  padding: 0px !important;
}

footer .footer-bg .traveltour-widget #sbi_images .sbi_item .sbi_photo_wrap {
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}

footer .footer-bg .st-socials {
  display: flex;
}

footer .footer-bg .st-socials a {
  margin-right: 20px;
  font-size: 28px;
  color: #EF3C00;
}

footer .footer-bg .st-socials a:hover {
  color: #3d0f00;
}

.tourmaster-single-header-title-wrap {
  padding-bottom: 5px;
}

.tour-content-under-title {
  color: #ffffff;
  margin-top: 10px;
}

.tour-content-info {
  float: left;
  margin: 5px 20px 5px 0px;
  color: #ffffff !important;
}

.tourmaster-tour-info-return-location {
  font-style: italic;
}

.tour-factors-shortcode {
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  padding: 14px 0px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.tour-factors-shortcode h4 .fa-bookmark {
  color: #EF3C00;
}

.tour-factors-shortcode .tour-factors-widget-title {
  color: #717586;
}

.tour-factors-shortcode .tour-factors-stars {
  padding: 0 2px;
}

.tour-factors-shortcode .tour-factors-stars .icon_star {
  color: #EF3C00;
}

.tourmaster-tour-booking-available {
  margin-left: 45px;
  margin-top: -14px;
  margin-bottom: 20px;
  font-size: 13px;
  color: red;
  font-style: italic;
  font-weight: bold;
}

.tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom {
  display: none;
}

.tourmaster-payment-contact-detail-wrap {
  margin-left: 0px;
}

.tourmaster-payment-contact-detail-wrap .tourmaster-payment-detail-wrap {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0px !important;
}

.tourmaster-payment-contact-detail-wrap .tourmaster-payment-detail-wrap .tourmaster-payment-detail {
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%;
  float: left;
}

.tourmaster-payment-contact-detail-wrap .tourmaster-payment-detail-wrap .tourmaster-payment-detail .tourmaster-head {
  width: 250px;
}

.gdlr-core-title-item-link .gdlr-core-title-item-link,
.gdlr-core-title-item-caption-bottom.gdlr-core-left-align .gdlr-core-title-item-link {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -9px;
  line-height: 18px;
  font-style: italic;
  font-size: 12px;
  color: gray;
  padding-left: 0px !important;
  margin-left: 0px;
}

.tourmaster-tour-price .tourmaster-tail .wpcs_price {
  font-size: 20px;
}

.tourmaster-single-header-background-overlay {
  opacity: 0;
}

.gdlr-core-privacy-box-wrap {
  color: #000000;
  background: #3E8FE9;
}

.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-tab {
  font-size: 14px;
  font-weight: 600;
  padding: 28px 20px 28px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 1150px) {
  .tourmaster-content-navigation-item-outer .tourmaster-content-navigation-tab {
    padding: 28px 10px 28px;
  }
}
.tourmaster-single-review-head .tourmaster-single-review-sort-by {
  float: right;
}

@media screen and (min-width: 1150px) {
  .tourmaster-tour-medium .tourmaster-tour-content-wrap {
    width: 52%;
    padding: 10px 20px 0 24px;
    vertical-align: middle;
  }
}
.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-content-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tourmaster-tour-medium .tourmaster-tour-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  margin-top: 3px;
}

.tourmaster-tour-medium .tourmaster-tour-price {
  font-size: 26px;
  display: block;
  font-weight: 800;
  line-height: 1;
  padding-top: 10px;
}

.reviews .stars {
  letter-spacing: 5px;
}

.tourmaster-payment-contact-wrap {
  max-width: 100%;
  padding-bottom: 5px !important;
}

.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field {
  margin-bottom: 50px;
}

.tourmaster-payment-contact-title .fa,
.tourmaster-payment-additional-note-title .fa,
.tourmaster-payment-traveller-info-title .fa {
  color: #EF3C00;
}

table {
  padding: 0px 0px;
  min-width: 620px;
}

table.ui-datepicker-calendar {
  padding: inherit;
  min-width: 0px;
}

table.ui-datepicker-calendar tbody tr td {
  padding: 0px 8px 5px 0px !important;
  margin: auto;
  text-align: center;
  word-break: normal;
}

table thead tr th {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  vertical-align: center;
  font-weight: bold !important;
}

table thead tr th .small-note {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

table thead tr th:nth-child(1) {
  width: 35%;
}

table thead tr th:nth-child(3) {
  width: 20%;
}

table tbody {
  word-break: break-all;
}

table tbody tr {
  padding: 10px;
  border: 1px solid #E2E4EF;
}

table tbody tr:nth-child(even) {
  background: #F4F5F7;
}

table tbody tr td {
  padding: 2px 10px;
  margin: 0px;
  text-align: center;
  word-break: break-word;
}

table tbody tr td.none-left {
  background: #d8272d;
  font-weight: bold;
  color: #ffffff;
}

table tbody tr td.filling-fast {
  background: #FFFFAE;
  font-weight: bold;
}

.fahr::after {
  content: "\B0   F";
}

.mil::before,
.cent::before {
  content: "(";
}

.cent::after {
  content: "\B0   C)";
}

.inch::after {
  content: " in";
}

.mil::after {
  content: " mm)";
}

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.tour-fields-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #717586;
  margin-bottom: 5px;
}

.tourmaster-form-field .tourmaster-combobox-wrap.tour-date:after {
  font-family: fontAwesome;
  content: "\F0DD";
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -1px;
  pointer-events: none;
}

.tourmaster-contact-field .tourmaster-head,
.tourmaster-additional-note-field .tourmaster-head {
  float: left;
  width: 150px;
  line-height: 22px;
  font-weight: 500;
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  .tourmaster-contact-field .tourmaster-head,
.tourmaster-additional-note-field .tourmaster-head {
    float: none;
    width: 100%;
  }
}
.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field .tourmaster-tail .tourmaster-traveller-info-input,
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field .tourmaster-tail .tourmaster-traveller-info-custom {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field .tourmaster-tail div {
    width: 100% !important;
  }
}
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input {
  position: relative;
  float: left;
  margin-right: 3%;
  margin-top: 18px;
  width: 97%;
}

@media screen and (max-width: 768px) {
  .tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input {
    position: relative;
    float: left;
    margin-right: 3%;
    margin-top: 10px;
    width: 97%;
  }
}
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input[name="traveller_first_name[]"],
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input[name="traveller_middle_name[]"],
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input[name="traveller_last_name[]"],
.tourmaster-traveller-info-input.two_same_as_first_traveler {
  position: relative;
  float: left;
  margin-right: 3%;
  margin-top: 18px;
  width: 97%;
}

@media screen and (max-width: 768px) {
  .tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input[name="traveller_first_name[]"],
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input[name="traveller_middle_name[]"],
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input[name="traveller_last_name[]"],
.two_same_as_first_traveler {
    position: relative;
    float: left;
    margin-right: 3%;
    margin-top: 18px;
    width: 97%;
  }
}
.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type=text], .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type=email], .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type=password], .tourmaster-form-field.tourmaster-with-border textarea.tourmaster-validate-error, .tourmaster-form-field.tourmaster-with-border select.tourmaster-validate-error {
  background-color: #ffe8e8;
  border: 1px solid red;
}

.tourmaster-billing-field-billing_special_occasions,
.tourmaster-billing-field-billing_hearaboutus {
  display: none;
  visibility: hidden;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  color: #E2E4EF !important;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  color: #333333 !important;
}

.tourmaster-payment-billing-detail .tourmaster-payment-detail.hearaboutus, .tourmaster-payment-billing-detail .tourmaster-payment-detail.special_occasions {
  display: none !important;
  visibility: hidden !important;
}

.tourmaster-tour-booking-bar-coupon-wrap {
  display: none;
  visibility: hidden;
}

.tourmaster-payment-contact-wrap {
  max-width: 100%;
  padding-bottom: 45px;
}

.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title {
  float: left;
  width: 97%;
  margin-right: 3%;
}

.page-id-7107 .traveltour-page-title-overlay {
  opacity: 0.6 !important;
}

.inner-shadow .gdlr-core-feature-box-background::after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 30%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d9000000",GradientType=0 );
  /* IE6-9 */
  content: " ";
  display: block;
  height: 100%;
}

.card.blog-posts {
  overflow: hidden;
}

.card.blog-posts .blog-post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 290px;
}

/* Home Page Sections */
.traveltour-top-bar-left .fa {
  color: #EF3C00 !important;
}

@media screen and (min-width: 768px) {
  .flex-align-center .gdlr-core-pbf-wrapper-container.gdlr-core-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.box-shadow .gdlr-core-feature-box {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.currency-switcher .currency-switcher-form .dd-container .dd-select {
  height: 20px;
  background: #E2E4EF !important;
}

.currency-switcher .currency-switcher-form .dd-container .dd-select a.dd-selected {
  height: 20px;
  color: #333333 !important;
}

.currency-switcher .currency-switcher-form .dd-container .dd-select a.dd-selected img.dd-selected-image {
  float: left !important;
  width: 15px;
  height: auto;
  margin: -5px 5px 0px 5px;
  margin-right: 15px;
  margin-left: 0px;
}

.currency-switcher .currency-switcher-form .dd-container .dd-select a.dd-selected label.dd-selected-text {
  float: left;
  margin: -11px 10px 0 0;
}

.currency-switcher .currency-switcher-form .dd-container .dd-select a.dd-selected small.dd-desc {
  float: left;
  margin: -7px 0px 0 0;
  color: #717586;
}

.currency-switcher .currency-switcher-form .dd-container ul.dd-options {
  background: #E2E4EF !important;
  max-height: 350px;
}

.currency-switcher .currency-switcher-form .dd-container ul.dd-options li {
  height: 40px;
  margin: 0px 0 7px 0px;
}

.currency-switcher .currency-switcher-form .dd-container ul.dd-options li a.dd-option {
  color: #333333 !important;
  border: 1px solid #E2E4EF;
}

.currency-switcher .currency-switcher-form .dd-container ul.dd-options li a.dd-option img.dd-option-image {
  float: left !important;
  width: 25px;
  height: auto;
  margin: 5px;
  margin-right: 15px;
  margin-left: 0px;
}

.currency-switcher .currency-switcher-form .dd-container ul.dd-options li a.dd-option label.dd-option-text {
  display: none;
}

.currency-switcher .currency-switcher-form .dd-container ul.dd-options li a.dd-option small.dd-desc {
  float: left;
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 5px 0px;
  color: #333333;
}

@media (min-width: 1000px) and (max-width: 1126px) {
  .traveltour-logo {
    width: 190px;
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1038px) {
  .tourmaster-tour-price-wrap .tourmaster-tour-price .tourmaster-tail .wpcs_price {
    font-size: 16px;
  }

  .tourmaster-tour-medium .tourmaster-content-left {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

  .tourmaster-tour-medium .tourmaster-tour-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }

  .tourmaster-tour-medium .tourmaster-tour-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 3px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#rev_slider_1_1 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.rs-background-video-layer iframe {
  visibility: inherit !important;
}

.tourmaster-tour-payment-content .tourmaster-tour-booking-required-error {
  margin-left: 0;
  display: none;
}

.tourmaster-notification-box.tourmaster-failure, .tourmaster-user-update-notification.tourmaster-failure {
  background: transparent;
}

.tourmaster-notification-box {
  font-size: 12px;
  padding: 0;
  margin-bottom: 0px;
  color: #BA4A4D;
}

.field-error {
  display: none;
}

.show-field-error {
  background: transparent;
  margin-left: 0;
  display: block !important;
  font-size: 12px;
  padding: 0;
  margin-bottom: 0px;
  color: #BA4A4D;
}

.inner-shadow .gdlr-core-feature-box-background::after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 30%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d9000000",GradientType=0 );
  /* IE6-9 */
  content: " ";
  display: block;
  height: 100%;
}

.card.blog-posts {
  overflow: hidden;
}
.card.blog-posts .blog-post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 220px;
}

/* Home Page Sections */
.traveltour-top-bar-left .fa {
  color: #EF3C00 !important;
}

@media screen and (min-width: 768px) {
  .flex-align-center .gdlr-core-pbf-wrapper-container.gdlr-core-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.box-shadow .gdlr-core-feature-box {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767.9px) {
  .currency-switcher form.currency-switcher-form .dd-container {
    width: 100%;
    margin: 0 auto;
  }
}