/*
 Theme Name:   The Mouse at Brimstage
 Theme URI:    https://www.themouseatbrimstage.co.uk/
 Description:  Child theme for The Mouse at Brimstage
 Author:       James Evans
 Author URI:   https://websright.com
 Template:     generatepress
 Version:      0.1
*/

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
#cta hr {
	width: 400px;
	max-width: 60%;
	margin-left: auto; margin-right: auto;
}
img.hp-logo {
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 150px);
	z-index: 2;
}
.gb-button.venue-hero-btn, .gb-button.food-hero-btn {
	position: absolute;
	z-index: 2;
}
@media (min-width: 768px) {
	.gb-button.venue-hero-btn {
		left: 0px;
		bottom: 0;
	}
	.gb-button.food-hero-btn {
		right: 0px;
		bottom: 0px;
	}
}
@media (max-width: 767px) {
	img.hp-logo {
		width: 180px;
		top: calc(50% - 90px);
		left: calc(50% - 90px);
	}
	.gb-button.venue-hero-btn {
		bottom: 0;
		right: 0;
	}
	.gb-button.food-hero-btn {
		right: 0px;
		top: 0px;
	}
	.nav-align-center .inside-navigation {
		justify-content: center;
	}
}

/* page sections */
@media (max-width: 1024px) {
	#welcome, #welcome:before {
		background-size: 30%;
	}
}
.gb-button.venue-hire-btn {
	display: none;
}
.page-id-13 .gb-button.venue-hire-btn {
	display: inline-flex;
}
@media (max-width: 768px) {
	#cta.gb-container {
		background-image: url("/wp-content/uploads/2023/08/mouse-flowers-bg-mob.png");
	}
}

/* content layout */
@media (min-width: 1300px) {
	.rhs-text-container.gb-container {
		margin-right: calc(100% - 1200px / 2);
		padding-right: 0;
	}
	.lhs-text-container.gb-container  {
		margin-left: calc(100% - 1200px / 2);
		padding-left: 0;
	}
}

/* swipers */
.spaces-swiper .swiper-button-next, .spaces-swiper .swiper-button-prev {
	color: #fff;
}

/* forms */
#contact-form .ninja-forms-req-symbol {
	color: #758A86;
}
@media (min-width: 600px) {
	#contact-form .areas-list li {
		width: 50%;
		float: left;
	}	
}
@media (max-width: 599px) {
	#contact-form .nf-form-cont .one-half {
		width: 100%;
		margin-left: 0;
	}
}
#contact-form input[type=submit] {
	background-color: var(--global-color-8);
	font-family: Crimson Text, serif;
    letter-spacing: 0.15em;
	font-weight: bold;
    text-transform: uppercase;
}
#contact-form .nf-response-msg {
	text-align: center;
}
#directions #your-location {
	margin: 10px 5px;
}
button.mapboxgl-popup-close-button {
	background-color: #eee;
	color: #000;
	padding: 5px;
}

