/*
Theme Name: GrandTour Child
Theme URI: http://themes.themegoods2.com/grandtour/demo
Description: Premium Tour Travel Theme
Version: 1.0
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandtour
Template: grandtour
*/

.mobile_main_nav li a,
#sub_menu li a {
  font-size: 20px;
}

#elementor-header .hide-in-header,
#elementor-sticky-header .hide-in-header {
  display: none;
}

#toTop {
  background-color: var(--e-global-color-primary);
}

#wrapper .swiper-slide-contents {
  max-width: 100%;
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.3))
    drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}
.grecaptcha-badge {
  transform: translateY(-80px);
}

.wpcf7-form .ca {
  padding: 1rem 2rem;
  border-radius: 100px;
  display: block;
  cursor: pointer;
  color: white;
  line-height: 1;
  border: 1px solid;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
	background:var(--e-global-color-primary);
}
.wpcf7-stripe {
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
}

.wpcf7-stripe .wpcf7-form-control-wrap {
  width: 100%;
  padding-bottom: 15px;
}
.wpcf7-stripe .buttons {
  order: 2;
}

.wpcf7-stripe .wpcf7-spinner {
  order: 1;
  transform: translateY(13px);
}
.wpcf7-stripe button {
  cursor: pointer;
  padding: 1rem 2rem;
  line-height: 1;
  border-radius: 100px;
  text-transform: uppercase;
	color: white;
  border: none;
  font-size: 17px;
  font-weight: bold;
  font-family: var(--e-global-typography-primary-font-family);
	background-color: var(--e-global-color-primary);
  transition: 0.3s;
}
.wpcf7-stripe button:hover {
  background-color:#050505;
}
.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.wpcf7-form .details {
  margin-top: 20px;
  opacity: 0;
  height: 0;
  transform: translateY(30px);
  transition: all 0.4s;
  transition-behavior: allow-discrete;
}

.wpcf7-form .details.open {
  height: auto;
  height: calc-size(auto, size);
  transform: translateY(0);
  opacity: 1;
}

.wpcf7-form .hidden-lpt {
  display: none;
}
.wpcf7-form .total {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}

.wpcf7-form .total span {
  color: var(--e-global-color-primary);
  margin-left: 10px;
  font-size: 24px;
}

.wpcf7 .wpcf7-response-output {
  border-radius: 3px;
  padding: 1rem 1.5rem;
  font-size: 18px;
}

.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffb900;
  color: black;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  color: white;
}
