/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://www.elegantthemes.com/
 Description:  Child theme for DIVI by Elegant Themes
 Author:       Indigo Marmoset
 Author URI:   https://www.indigomarmoset.co.uk
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Banner Sales Flash */

.shm_sales_flash {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
}

@media only screen and (max-width: 768px) {
	.shm_sales_flash {
		width: 180px;
	}
}

/* WP Amelia */

.amelia-v2-booking #amelia-container.am-fs__wrapper {
	margin: 0px auto !important;
}

/* Pricing Banner */

#pricing_banner.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
}

#pricing_banner .et_pb_module_header {
	padding-bottom: 0px;
}

/* Tour Price */

#about_tour h5 {
	margin-top: 20px;
}

/* Banner */

#sam_banner .et-pb-active-slide .et_pb_slide_description {
    -webkit-animation-name: none;
    animation-name: none;
}

/* Tour Agenda Table */

.tour_agenda tr td {
	padding: 6px 12px;
}

/* Bullet List */

.bullet_list ul li {
	color: #d4af37;
	font-weight: 600;
	margin-bottom: 10px;
}

.bullet_list ul li span {
	color: #444;
	font-weight: 400;
}

/* Ordered List */

.order_list  ol li {
	color: #d4af37;
	font-weight: 900;
	margin-bottom: 10px;
}

.order_list ol li span {
	color: #4d4d4d;
	font-weight: 500;
}

/* Contact Page */

.contact_links span {
	color: #d4af37;
}


@media only screen and (max-width: 980px) {
	.contact_links span {
		display: none;
	}

	.contact_links a {
		display: inline-block;
	}
}

.happyforms-styles .happyforms-part .option-label .label {
	margin-left: 10px;
}

/* Review Module */

.review_module .et_pb_testimonial_meta {
	margin-top: 10px;
}

.review_module .et_pb_testimonial_separator {
	display: none;
}

.review_module .et_pb_testimonial_company {
	margin-top: 10px;
	display: block;
}

/* Footer Email Signup */

.page-id-6810 #email_signup {
	display: none;
}