/*
	Theme Name: White House Beer Co. Theme
	Description: Sledgehammer Base Theme w/ Bootstrap 5.1.3
	Version: 3.1.0
	Author: Sledgehammer Creative

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* ----------FONTS---------- */

/* ----------BASE STYLES---------- */
:root {
	--bg-color: #24282e;
  --primary-color: #ffb400;
  --accent-color: #43474d;
  --orange: #ed6323;
  --text: #f2f2f2;
  --labels: #f2f2f2;
  --inputs: #43474d;
}

body {
	background-color: var(--bg-color);
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: "dm-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: var(--text);
	line-height: 1.6;
}
p, ul, ol {
  font-size: 1rem;
	margin-bottom: 1rem;
}
a, a:link, a:visited {
	color: var(--primary-color);
	font-weight: 300;
	text-decoration: none;
	transition: all 0.4s ease !important;
}
a:hover, a:active, a:focus {
	color: var(--primary-color);
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1rem 0;
	font-family: salo-variable, sans-serif; 
	font-variation-settings: "opsz" 128;
	color: var(--text);
	line-height: 1;
}
h1 {font-size:2.75rem;}
h2 {font-size:1.5rem;}
h3 {font-size:1.375rem;}
h4 {font-size:1.125rem;}
h5 {font-size:1rem;}
h6 {font-size:.875rem;}
@media (min-width : 768px) {
	h1 {font-size:4rem;}
	h2 {font-size:2rem;}
	h3 {font-size:1.5rem;}
	h4 {font-size:1.375rem;}
	h5 {font-size:1.125rem;}
	h6 {font-size:1rem;}
	p, ul, ol {font-size: 1.125rem;}
}
@media (min-width : 1200px) {
	h1 {font-size:5rem;}
	h2 {font-size:2.5rem;}
}

/* ---Buttons--- */
button, a.btn-primary, a.btn-secondary {
  display: inline-block;
  margin: 5px;
	padding: 9px 15px 5px;
  vertical-align: middle;
  border: none;
	border-radius: 15px;
  font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	background-color: var(--primary-color);
	color: var(--bg-color);
  transition: all 0.4s ease;
}
button:hover, button:active, button:focus,
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
	background-color: var(--primary-color);
	color: var(--bg-color);
  box-shadow: none;
}
a.btn-secondary {
	background-color: var(--bg-color);
	color: var(--primary-color);
}
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
	background-color: var(--bg-color);
  box-shadow: none;
}
a.prev-button, a.next-button {
	margin: 7px;
	padding: 4px 10px 1px;
	border-radius: 5px;
	background-color: var(--primary-color);
	font-size: 2rem;
	line-height: 1;
	color: var(--accent-color);
}
.prev-button.inactive, .next-button.inactive {
	margin: 7px;
	padding: 4px 10px 1px;
	border-radius: 5px;
	background-color: var(--accent-color);
	font-size: 2rem;
	line-height: 1;
	opacity: .2;
}

/* ----------HEADER---------- */
header {
	background-color: var(--accent-color);
}
header h1 {
	margin: .5rem 0 0 0;
	line-height: 1;
}
header h1 a {
	color: var(--text) !important;
}
h2.main {
	margin: 30px 0 0;
	font-size: 2rem;
	color: var(--text);
}
@media (min-width : 768px) {
	header h1 {
		margin: 1rem 0 0 0;
	}
}

/* ----------CONTENT---------- */
.beer {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px dashed #43474d;;
}
.beer .icons img {
	width: 48px;
	height: auto;
}
h2 {
	margin: 0;
	color: var(--primary-color);
}
.brewery {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.2;
}
.style {
	background-color: var(--accent-color);
	margin-right: 5px;
	padding: 5px 5px 2px 5px;
	font-size: .875rem;
	line-height: 1;
	border-radius: 3px;
}
.location {
	display: block;
	margin-top: 3px;
	font-size: .875rem;
}
.location > span {
	margin-right: 10px;
}
.location > span:last-of-type {
	margin-right: 0;
}
.location .icon {
	position: relative;
	top: -3px;
	margin-right: 5px;
	width: auto;
	height: 16px;
}
.abv, .ibu {
	font-size: .75rem;
	font-weight: 500;
	line-height: 1;
}
.abv .value, .ibu .value {
	display: block;
	font-family: salo-variable, sans-serif; 
	font-variation-settings: "opsz" 128;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: .8;
}
.abv .value span, .ibu .value span {
	font-size: 1rem;
}
@media (min-width : 576px) {
	.abv, .ibu {
		font-size: .875rem;
	}
	.abv .value, .ibu .value {
		font-size: 2rem;
	}
	.abv .value span, .ibu .value span {
		font-size: 1.25rem;
	}
}
@media (min-width : 768px) {
	.brewery {
		font-size: 1rem;
	}
	.location {
		display: inline-block;
		margin-top: 0;
	}
}
@media (min-width : 1200px) {
	.brewery {
		margin: -4px 0 5px 0;
		font-size: 1.25rem;
		line-height: 1.6;
	}
	.style {
		font-size: 1rem;
	}
	.location {
		font-size: 1rem;
	}
	.abv .value, .ibu .value {
		font-size: 2.25rem;
	}
}

/* ----------MOVIES---------- */
main.movie {
	padding: 2rem;
}
@media (min-width : 768px) {
	main.movie {
		padding: 3rem;
	}
}

/* ----------FOOTER---------- */
footer {
	padding: 30px 0;
}
.fixed-bottom .container-fluid {
	background-color: rgba(0, 0, 0, 0.7);
}
.modal h3 {
	font-size: 2rem;
}
.modal-content {
	background-color: var(--bg-color);
}
.modal-header {
	padding: .5rem 1rem;
	border: none;
}
.modal-body {
	padding: 0 .5rem;
}
.modal-body li {
	font-size: .875rem;
}
.modal-body li a {
	display: inline-block;
	padding: 2px 0;
	font-size: 1rem;
}

/* ----------FORMS---------- */
form .small {font-size: .875rem}
.grecaptcha-badge {z-index: 9 !important;}
.gform-theme--foundation .gform_fields {row-gap: 20px !important;}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--labels) !important;
}
.gform-field-label--type-sub {
	color: var(--labels) !important;
}
.gform_wrapper input, .gform_wrapper textarea {
	background-color: var(--inputs) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  color: var(--text) !important;
}
.gform_wrapper select {
	background-color: var(--inputs) !important;
	border: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  color: var(--text) !important;
}
.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--text) !important;
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: var(--primary-color) !important;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: var(--primary-color) !important;
}
.gform_wrapper .datepicker {
	color: var(--labels) !important;
}
.gform_wrapper .charleft {
	color: var(--labels) !important;
}
.gform_wrapper input[type="submit"].gform_button {
	padding: 9px 15px 5px !important;
	background-color: var(--primary-color) !important;
	border: none !important;
	border-radius: 15px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--bg-color) !important;
	line-height: 1 !important;
}
.gform_wrapper input[type="submit"].gform_button:hover, .gform_wrapper input[type="submit"].gform_button:active, .gform_wrapper input[type="submit"].gform_button:focus {
	background-color: #fff !important;
	color: var(--bg-color) !important;
}
/* Form Placeholders */
::placeholder {
	color: var(--gray);
	opacity: 1;
}

/* ----------MOVIE NIGHT---------- */
main.movie .container {
	max-width: 1000px;
}
main.movie .container button {
  display: inline-block;
  margin: 0;
	padding: 15px 18px 11px;
  vertical-align: middle;
  border: none;
	border-radius: 5px;
  font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	background-color: var(--primary-color);
	color: var(--bg-color);
  transition: all 0.4s ease;
}
main.movie .container button:hover, main.movie .container button:active, main.movie .container button:focus {
	background-color: var(--orange);
	color: var(--bg-color);
  box-shadow: none;
}
main.movie .container h1 {
	margin-bottom: 30px;
}
main.movie .container h2 {
	margin-bottom: 15px;
	color: var(--text);
}
main.movie .container  #mnp-wrapper {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #383e47;
	border: 1px solid var(--text);
	border-radius: 15px;
}
main.movie .container input#mnp-movie {
	padding: 10px 10px 8px;
	width: 100%;
	border: none;
	border-radius: 5px;
	box-shadow: none !important;
}
main.movie .container #mnp-result {
	margin: 0 0 40px 0;
	font-family: salo-variable, sans-serif; 
	font-size: 3rem;
	font-variation-settings: "opsz" 128;
	color: var(--primary-color);
	line-height: 1;
}
main.movie .container .picked-date {
   color: #979797;
   font-size: 0.875rem;
}
@media (min-width : 768px) {
	main.movie .container  #mnp-wrapper {
		margin-bottom: 40px;
	}
}