/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 12:38:26 */
/*----------  ELEMENTOR ELEMENTS STYLING -----------*/
#search-archive a.elementor-post__read-more:hover {
	color: #000!important;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-bottom: 20px;
}
/*--------  END ELEMENTOR ELEMENTS STYLING ---------*/
/*------------------- HEADER STYLING ---------------*/
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul {
	padding: 10px!important;
}
.single-post .she-header-yes {
	background-color: #000000!important;
}
.she-header-yes .elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 100%!important;
}
/*----------------- END HEADER STYLING -------------*/
/*---------------- TYPOGRAPHY ---------------------*/
.no_marg {
	margin 0 !important;
}
.light-yellow {
	color: #FACB27;
	font-size: 24px;
}
.semi-bold {
	font-weight: 500;
}
.elementor-widget-text-editor p a, .elementor-widget-text-editor ul li a {
	text-decoration:underline;
}
/*-------------- END TYPOGRAPHY -------------------*/
/*--------------------- BUTTONS -------------------*/
/*------------------- END BUTTONS -----------------*/
/* SKIP LINK */
.skip-to-main {
	position: absolute;
	top: -100px;
	left: 10px;
	background: #000000;
	color: #ffffff;
	padding: 12px 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid #ffffff;
	border-radius: 4px;
	z-index: 100000;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip-to-main:focus {
	top: 10px;
	clip: auto;
	outline: 3px solid #ff0000;
	outline-offset: 2px;
}
/* Main content focus */
#primary-content:focus {
	outline: 2px dashed #1a4b8c;
	outline-offset: 5px;
}
/*---------------------- FORMS ---------------------*/
.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-y: 25px!important;
}
.gform_title,
.gform_required_legend {
	display: none!important;
}
.gform-footer.gform_footer.top_label {
	margin: 0!important;
}
/* Newsletter Form Styling */
#newsletter-form .gform_wrapper form {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	gap: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
}
#newsletter-form .gform_wrapper .gform_body {
	flex: 0 0 auto !important;
	margin: 0 !important;
	width: auto !important;
	order: 1 !important;
	flex: 3 !important;
}
#newsletter-form .gform_wrapper .gform_fields {
	display: contents !important;
}
#newsletter-form .gform_wrapper .gfield {
	flex: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}
#newsletter-form .gform_wrapper .gfield.gfield--type-consent {
	flex-basis: 100% !important;
	order: 3 !important;
	margin-top: 15px !important;
	width: 100% !important;
}
#newsletter-form .gform_wrapper .ginput_container {
	margin: 0 !important;
	width: 100% !important;
}
#newsletter-form .gform_wrapper input[type="email"],
#newsletter-form .gform_wrapper input[type="text"] {
	width: 100% !important;
	height: 50px !important;
	padding: 0 20px !important;
	border: none !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #000000 !important;
	font-size: 16px !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}
#newsletter-form .gform_wrapper input[type="email"]::placeholder,
#newsletter-form .gform_wrapper input[type="text"]::placeholder {
	color: #666 !important;
}
#newsletter-form .gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	flex-shrink: 0 !important;
	flex: 1 !important;
	order: 2 !important;
}
#newsletter-form .gform_wrapper .gform_button,
#newsletter-form .gform_wrapper input[type="submit"] {
	height: 50px !important;
	padding: 0 30px !important;
	background: #D4AF37 !important;
	color: #000000 !important;
	border: none !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	cursor: pointer !important;
	transition: background-color 0.4s ease !important;
	margin: 0 !important;
	white-space: nowrap !important;
	box-sizing: border-box !important;
	width: 100% !important;
}
#newsletter-form .gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"]:hover {
	background: #AEA39F !important;
}
#newsletter-form .gform_wrapper .gfield.gfield--type-consent input[type="checkbox"] {
	margin-right: 10px !important;
	cursor: pointer !important;
	width: auto !important;
}
#newsletter-form .gform_wrapper .gfield.gfield--type-consent label {
	display: inline-flex !important;
	align-items: center !important;
	cursor: pointer !important;
	margin: 0 !important;
	font-size: 16px !important;
	color: #ffffff !important;
}
#newsletter-form .gform_wrapper .gfield_label {
	display: none !important;
}
#newsletter-form .gform_wrapper {
	margin: 0 !important;
}
div.spacer.gfield {
	display: none !important;
}
#newsletter-form .gfield.gfield--type-consent .gform-field-label.gform-field-label--type-inline a {
	color: #ffffff!important;
	margin-left: 5px!important;
	text-decoration: underline;
}
#newsletter-form .gfield.gfield--type-consent .gform-field-label.gform-field-label--type-inline a:hover {
	color: #D4AF37!important;
}
@media (max-width: 768px) {
	#newsletter-form .gform_wrapper form {
		flex-direction: column !important;
	}
	#newsletter-form .gform_wrapper .gform_body,
	#newsletter-form .gform_wrapper .gform_footer {
		width: 100% !important;
	}
	#newsletter-form .gform_wrapper .gform_button,
	#newsletter-form .gform_wrapper input[type="submit"] {
		width: 100% !important;
		padding: 0 20px !important;
		margin-top: 20px!important;
	}
}
/* -------------------- FORMS (GROUPED) -------------------- */
/* Shared field inputs (all forms) */
#enquiry-form .gform_wrapper input[type="email"],
#enquiry-form .gform_wrapper input[type="text"],
#enquiry-form .gfield textarea.small,
#contact-form .gform_wrapper input[type="text"],
#contact-form .gfield textarea.small,
#volunteer-form .gform_wrapper input[type="email"],
#volunteer-form .gform_wrapper input[type="text"],
#volunteer-form .gfield textarea.small,
#donate-form .gform_wrapper input[type="email"],
#donate-form .gform_wrapper input[type="text"],
#donate-form .gform_wrapper input[type="tel"],
#donate-form .gform_wrapper textarea,
#donate-form select,
#donate-form .gfield textarea.small {
	border: 1px solid #C5C5C5 !important;
	border-radius: 0 !important;
	min-height: 48px !important;
	line-height: 48px;
}
/* Shared buttons (all forms) */
#enquiry-form .gform_wrapper .gform_button,
#enquiry-form .gform_wrapper input[type="submit"],
#contact-form .gform_wrapper .gform_button,
#contact-form .gform_wrapper input[type="submit"],
#volunteer-form .gform_wrapper .gform_button,
#volunteer-form .gform_wrapper input[type="submit"],
#donate-form .gform_wrapper .gform_button,
#donate-form .gform_wrapper input[type="submit"] {
	background-color: #FACB27 !important;
	color: #000000 !important;
	border: none !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 15px 40px !important;
	text-transform: uppercase !important;
	margin-top: 25px !important;
}
/* Shared button hover (all forms) */
#enquiry-form .gform_wrapper .gform_button:hover,
#enquiry-form .gform_wrapper input[type="submit"]:hover,
#contact-form .gform_wrapper .gform_button:hover,
#contact-form .gform_wrapper input[type="submit"]:hover,
#volunteer-form .gform_wrapper .gform_button:hover,
#volunteer-form .gform_wrapper input[type="submit"]:hover,
#donate-form .gform_wrapper .gform_button:hover,
#donate-form .gform_wrapper input[type="submit"]:hover{
	background: #222222 !important;
	color: #ffffff !important;
}
/* Shared mobile button rule (all forms) */
@media (max-width: 768px) {
	#enquiry-form .gform_wrapper .gform_button,
	#enquiry-form .gform_wrapper input[type="submit"],
	#contact-form .gform_wrapper .gform_button,
	#contact-form .gform_wrapper input[type="submit"],
	#volunteer-form .gform_wrapper .gform_button,
	#volunteer-form .gform_wrapper input[type="submit"],
	#donate-form .gform_wrapper .gform_button,
	#donate-form .gform_wrapper input[type="submit"] {
		width: 100% !important;
		padding: 0 20px !important;
	}
}
/* -------------------- PER-FORM DIFFERENCES -------------------- */
/* Enquiry Form */
#enquiry-form .gfield_label.gform-field-label {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}
#enquiry-form .gfield.gfield--type-consent .gform-field-label,
#enquiry-form .gfield.gfield--type-consent .gform-field-label a,
#donate-form .gfield.gfield--type-consent .gform-field-label,
#donate-form .gfield.gfield--type-consent .gform-field-label a{
	color: #ffffff !important;
	text-transform: normal !important;
	font-size: 16px;
}
#enquiry-form .gfield.gfield--type-consent .gform-field-label a,
#donate-form .gfield.gfield--type-consent .gform-field-label a{
	text-decoration: underline !important;
}
#enquiry-form .gfield.gfield--type-consent .gform-field-label a:hover,
#donate-form .gfield.gfield--type-consent .gform-field-label a:hover{
	color: #4A5B55 !important;
}
/* Contact Form */
#contact-form .gfield_label.gform-field-label {
	color: #222222 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}
#contact-form .gfield.gfield--type-consent .gform-field-label a {
	color: #4a5b55 !important;
	text-transform: normal !important;
	text-decoration: underline !important;
}
#contact-form .gfield.gfield--type-consent .gform-field-label a:hover {
	color: #facb27 !important;
}
/* Volunteer Form */
#volunteer-form .gfield_label.gform-field-label,
#donate-form .gfield_label.gform-field-label{
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}
#volunteer-form .gfield_checkbox .gform-field-label,
#volunteer-form .gfield_checkbox .gform-field-label a,
#donate-form .gfield_checkbox .gform-field-label,
#donate-form .gfield_checkbox .gform-field-label a {
	color: #ffffff !important;
	text-transform: normal !important;
}
#volunteer-form .gfield_checkbox .gform-field-label a,
#donate-form .gfield_checkbox .gform-field-label a {
	text-decoration: underline !important;
}
#volunteer-form .gfield_checkbox .gform-field-label a:hover,
#donate-form .gfield_checkbox .gform-field-label a:hover {
	color: #4A5B55 !important;
}
/* Donate Form */
#donate-form  .gfield_html {
	color: #fff;
}
#donate-form .ginput_container_total input[type="text"] {
	border: none!important;
	font-size: 20px;
}
#donate-form .ginput_container_radio label,
#donate-form .gfield--input-type-total input.ginput_total  {
	color: #fff;
	font-size: 16px;
}
#donate-form .ginput_stripe_creditcard {
	background-color: #fff;
	border-radius: 6px;
	padding: 20px 15px;
}
/* -------------------- END FORMS -------------------- */
/*-------------------- PAGES ----------------------*/
/* Tour */
.tour-container .book-container {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tour-container:hover .book-container {
	opacity: 1;
	visibility: visible;
}
.tour-container {
	position: relative;
	overflow: hidden;
}
.tour-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease;
	z-index: 0;
}
.tour-container:hover::before {
	transform: scale(1.15);
}
.tour-container > * {
	position: relative;
	z-index: 1;
}
.tour-container .book-container {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s ease;
}
.tour-container:hover .book-container {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.tour-gallery .swiper-pagination {
	margin-bottom: 30px!important;
}
body.postid-464 #popular-tours,
body.postid-453 #popular-tours {
	display: none !important;
}
/* End Tour */
/* Historical Timeline */
.twae-wrapper .twae-content {
	display:flex!important;
	flex-flow: row!important;
	align-items: center!important;
}
.twae-media.thumbnail {
	width: 220px!important;
	object-fit: cover!important;
}
.twae-description {
	padding-left: 10px!important;
}
.twae-wrapper .twae-description p {
	color: #000!important;
}
/* End Historical Timeline */
.single-tribe_events .ustom_events_title_hero {
	display: none!important;
}
#tribe-events-pg-template {
	max-width: 100%!important;
	padding: 0!important;
}
.tec-events-elementor-event-widget__organizer-phone a, .tec-events-elementor-event-widget__organizer-website>a, .tec-events-elementor-event-widget__organizer-email a {
	color:#666B68!important;
}
.tec-events-elementor-event-widget__organizer-phone a:hover, .tec-events-elementor-event-widget__organizer-website>a:hover, .tec-events-elementor-event-widget__organizer-email a:hover{
	color:#9CB5B4!important;
}
/*------------------ END PAGES --------------------*/
/*-------------------- BLOG ----------------------*/
/*------------------ END BLOG --------------------*/
/*-------------------- SINGLE POST ----------------------*/
/*------------------ END SINGLE POST --------------------*/
/*-------------------- FOOTER ----------------------*/
/*------------------ END FOOTER --------------------*/
/*------------------- MEDIA QUERY ----------------------*/
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
}
@media screen and (max-width: 1025px){
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.twae-wrapper .twae-label-big {
		font-size: 60px;
		line-height: 0.4em;
	}
	.twae-media.thumbnail {
		width: 160px !important;
	}
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
	.twae-description {
		font-size: 24px!important;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.twae-description {
		font-size: 20px!important;
	}
}
@media screen and (max-width: 767px) {
	.twae-wrapper .twae-label-big {
		line-height: 1em;
		font-size: 40px;
	}
	.yt-control-btn {
		width: 50px!important;
		height: 50px!important;
	}
	.twae-media.thumbnail {
		width: 120px !important;
	}
	.twae-description {
		font-size: 20px!important;
	}
}
@media screen and (min-width: 640px) and (max-width: 767px) {
}
@media screen and (min-width: 480px) and (max-width: 639px) {
}
@media screen and (max-width: 479px) {
}
/*------------------ END MEDIA QUERY --------------------*/
