/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.cf7-input-width {
	width: 100% !important;
}
.badgr-country-select {
	min-width: 65%;
	margin-right: 10px;
	border-radius: 12px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat;
	background-position: right 5px top; /* Change the px value here to change the distance */
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.badgr-zip-input {
	min-width: 65%;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 12px !important;
}
.zip-submit-btn {
	min-width: 65%;
    background-color: var(--base);
    box-shadow: 1px 2px 5px 0px rgba(84, 79, 74, 0.7);
    color: var(--base-2);
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 10px 15px;
}
.badgr-zip-loader, .badgr-zip-error-msg {
	width: 100%;
	margin-top: 12px;
	padding: 0px;
	margin-bottom: 0px;
}
.wpcf7-submit {
	margin-top: 20px !important;
}
img {
	pointer-events: none;
}
.faq-embed-container {
	height: 600px;
	width: 100%;
}
.faq-embed-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.posts-embed-container {
	height: 600px;
	width: 100%;
}
.posts-embed-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.gallery-embed-container {
	height: 600px;
	width: 100%;
}
.gallery-embed-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}
@media (max-width: 1024px) {
	.faq-embed-container {
		height: 400px;
	}
	.posts-embed-container {
		height: 400px;
	}
	.gallery-embed-container {
		height: 420px;
	}
}
@media (max-width: 769px) {
	.faq-embed-container {
		height: 550px;
	}
	.posts-embed-container {
		height: 550px;
	}
	.gallery-embed-container {
		height: 330px;
	}
}
