/* 
Theme Name: Sozo 2021
Theme URI: https://github.com/elementor/hello-theme/
Description: Sozo 2021 is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body, html {
	min-width: 280px
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.elementor-widget:not(:last-child) {
	/* margin-bottom: 0px */
}
/* Age Gate Styling */
.avwp-av-overlay {
	background: #000000ba
}
.avwp-av {
	width: 80% !important;
	top: 0 !important;
	color: #000;
	background-color: #fff;
	left: 0 !important;
}
.avwp-av img {
	width: 75px;
}
.avwp-av h2 {
	font-family: 'Ogg Medium', serif;
	font-size: 2.5em;
	border-bottom: 0px
}
.avwp-av p, .avwp-av p strong {
	color: #7C868E !important;
  font-size: 1.25em;
  line-height: 1.25;
	margin-bottom: 15px;
}

.avwp-av button.yes {
}

.avwp-av button.no {
}

.avwp-av button.yes, .avwp-av button.no {
	color: #7C868E !important;
	border: 1px solid #7C868E;
	max-width: 75px;
	font-weight: 300;
	font-size: .675em;
	background-color: #fff
}
.avwp-av button.yes:hover, .avwp-av button.no:hover {
	background-color: #5DBD72;
	border: 1px solid #5DBD72;
	color: #fff !important;
} 

@media (min-width: 1024px) {
	.avwp-av {
		width: 50% !important;
		margin: 100px 25%;
		padding: 8%;
	}
}

@media (max-width: 1024px) {
	.avwp-av {
		width: 70% !important;
		margin: 15%;	
		padding: 10%
	}
}

@media (max-width: 992px) {
	.avwp-av {
		padding: 7%;
	}
}

@media (max-width: 767px) {
	.avwp-av h2 {
		font-size: 2em;
	}
	.avwp-av p, .avwp-av p strong {
		font-size: 1em;
	}
	.avwp-av button.yes, .avwp-av button.no {
		padding: 10px;
	}
}

@media (max-width: 500px) {
	.avwp-av {
		width: 85% !important;
		margin: 7.5%
	}
	.avwp-av h2 {
		font-size: 1.5em;
	}
	.avwp-av p, .avwp-av p strong {
		font-size: 1em;
	}
	.avwp-av button.yes, .avwp-av button.no {
		display: inline-block !important;
		margin: 0 5px;
	}
}
/* End Age Gate Styling */

select#location {
	max-width: 225px;
	font-family: 'Avenir Book', sans-serif;
	font-weight: 500;
	color: #7c868e;
	padding: 10px;
	border-radius: 5px;
	font-size: 1em;
	text-transform: uppercase;
	border: 1px solid #7c868e;
}

#muskegon-selector, #warren-selector, #flint-selector, #saginaw-selector, #pleasant-ridge-selector {
    display: none
}