/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */
.gform_wrapper form input:not(.ginput_quantity), .gform_wrapper form textarea, .gform_wrapper form select {background:#fff;}
.gform_wrapper form input[type="button"], .gform_wrapper form input[type="submit"] {background:#204F66 !important;color:#fff;}
.gform_wrapper form input[type="button"]:hover, .gform_wrapper form input[type="submit"]:hover {background:#8e6333 !important;border-color:#8e6333 !important;}
#input_3_5 {max-width:150px;margin:0 auto;}
.page-id-34 #input_3_5 {margin:0;}
.gform_wrapper form select:not([multiple]) {
    background-repeat: no-repeat;
	background-position: 96%; }

input[type="checkbox"]:before{
	border:1px solid #204F66;
}


/* single tour > date > sold out option */
.single-tours .details-sidebar .details ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
@media(min-width: 991px) {
	.single-tours .details-sidebar .details ul li {
		justify-content: space-between;
	}
}
.single-tours .details-sidebar .details ul li .sold-out {
	color: #AA4A3B;
	font-weight: 700;
	font-size: 12px;
	margin-left: 16px;
}
@media(min-width: 991px) {
	.single-tours .details-sidebar .details ul li .sold-out {
		margin-left: 0;
	}
}


@media (min-width: 575px) {
	.footer-newsletter .container .gform_wrapper form .gform_body {
		margin-right: 0;
	}
	.footer-newsletter .container .gform_wrapper form .gform_body .gform_fields .gfield {
		width: calc(50% - 8px) !important;
	}
	.footer-newsletter .container .gform_wrapper form .gform_footer input {
		height: 45px;
	}
	.grecaptcha-badge {
		display: none !important;
	}
}

/* Fix horizontal scrolling on mobile */
.footer-newsletter {
	overflow: hidden;
}

/* Cookie bar */
#moove_gdpr_cookie_info_bar button {
	font-weight: 700 !important;
	text-decoration: none !important;
}

/* Add a down array to the "Included" box (front page) and the "Directory" box (itinerary) */
.section-directory {
	position: relative;
}

.section-directory .next-section-link {
	margin-top: 20px;
	text-align: center;
}

.section-directory .next-section-link a {
	display: block;
	width: 100%;
	padding: 20px 0;
	margin: 0 0 -20px;
	text-decoration: none;
	color: #fff;
	opacity: 0.75;
}

.section-directory .next-section-link a:hover,
.section-directory .next-section-link a:focus-visible {
	color: #fff !important;
	opacity: 1;
}

.section-directory .next-section-link .next-section--label {
	text-transform: lowercase;
	text-align: center;
}

.section-directory .next-section-link .chevron-down {
	display: inline-block;
	width: 25px; /* 12.759 */
	height: 20px; /* 8.102 */
	background: transparent url("./_static/images/icons/chevron-down-white.svg") center no-repeat;
	background-size: contain;
}