/**
 * Theme Name: Brewpress
 * Theme URI: https://www.whitewhale.beer
 * Description: Custom theme for wordpress
 * Author: White Whale
 * Author URI: https://www.whitewhale.beer
 * Text Domain: brewpress
 * Domain Path: /languages/
 * License: MIT License
 * License URI: http://www.opensource.org/licenses/mit-license.php
 * Version: 0.1.0
 * Tags: accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,microformats,post-formats,theme-options,blog,e-commerce,education,entertainment,food-and-drink,news,portfolio
 * 
 * Colors:
 *	theme blue		#00aedb
 *	theme gold		#fcb034
 *  confirm green 	#4CAF50
 * 	alert red 		#f44336
 */
 * {
	box-sizing: border-box;
}
*:placeholder { 
	color: #999; 
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,q,small,strong,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,article,aside,figure,figcaption,menu,header,footer,nav,section,time {
	background: transparent;
	border: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
}
article,aside,figure,figcaption,footer,header,nav,section,main {
	display: block;
}
body {
	overflow-x: hidden;
}
a img {
	border: 0;
	line-height: 1px;
}
img {
	height: auto;
	margin: 0;
	max-width: 100%;
}
input[type="text"],input[type="password"],input[type="search"],input[type="email"],input[type="url"],input[type="tel"],textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
}
iframe {
	line-height: 1px;
}
a {
	text-decoration: none;
}
a:focus, button:focus {
	outline: none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
main p {
	margin: 16px 0;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: 700;
}
small {
	font-size: 0.75em;
}
ul, ol {
	margin: 16px;
	padding: 0 0 0 16px;
}
ol li {
	line-height: 1.375em;
	margin: 12px 0 !important;
}
.fa { /* font awesome base */
	display: block;
	fill: currentColor;
	height: 1em;
	line-height: 1em;
	width: 1em;
	text-align: center;
}
.smallPrint {
	margin: 24px 0;
	text-align: center;
}
.container,
#tribe-events-content-wrapper,
.siteBody > .woocommerce {
	margin: 0 auto;
}
.container::after,
.container::before,
#tribe-events-content-wrapper::after,
#tribe-events-content-wrapper::before,
.siteBody > .woocommerce::after,
.siteBody > .woocommerce::before {
	clear: both;
	content: "";
	display: table;
}






/** Wordpress-specific styles */
.alignleft, .alignright {
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.custom-logo-link {
	display: block;
	margin: 12px 0;
	text-align: center;
}
.blog #page-content, .archive #page-content, .single #page-content {
	padding: 0 12px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}








/** site header */
.siteHeader {
	position: relative;
}
.siteHeader--basic {
	padding: 12px;
}
.siteHeader--standard {
	padding: 0;
}
.siteHeader-main {
	padding: 4px 12px;
}




/** Secondary Header */
.secondaryHeader {
	overflow: hidden;
	position: relative;
}
.secondaryHeader .textwidget p {
	font-size: 14px;
	text-align: right;
}






/** site search */
.siteHeader .siteSearch {
	margin: 12px 0;
	text-align: center;
}
.siteSearch-label {
	display: inline-block;
	text-indent: -999em;
}
.siteSearch-input {
	border-width: 1px;
	border-style: solid;
	border-right: none;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 14px;
	padding: 8px;
	vertical-align: top;
}
.siteSearch-button {
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 14px;
	margin-left: -4px;
	padding: 8px;
	vertical-align: top;
}
.siteSearch-button .icon {
	display: block;
}
.searchButton-label {
	display: none;
}






/** site navigation */
.siteNavToggle {
	padding: 13px 12px;
	float: left;
	transition: all 0.2s;
}
.siteNavToggle:focus,
.siteNavToggle:hover,
.siteNavToggle[aria-expanded="true"] {
	background: rgba(0,0,0,0.25);
	color: #fff;
}
.siteNav {
	z-index: 9999;
}
.siteHeader--basic .siteNav {
	margin: 12px 0;
}
.siteNav[aria-hidden="true"] {
	transform:scaleY(0);
}
.siteNav[aria-hidden="false"] {
	transform:scaleY(1);
}
.siteNav-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.siteNav-items .menu-item {
	display: block;
	position: relative;
}
.siteNav-items .sub-menu {
	margin: 0;
}
.siteNav-items a {
	display: block;
	position: relative;
	text-decoration: none;
	transition: all 0.25s ease;
}
.siteNav-items .menu-item:focus > a,
.siteNav-items .menu-item:hover > a {
	text-decoration: none;
}







/** site-wide alert */
.siteAlert {
	position: relative;
}
.siteAlert-message {
	padding: 30px 35px 30px 16px;
}
.siteAlert-message p {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.siteAlert-closeButton {
	background: rgba(255,255,255,0);
	border: none;
	border-radius: 50%;
	color: #666;
	color: rgba(0,0,0,0.5);
	cursor: pointer;
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-top: -16px;
	padding: 4px;
	position: absolute;
	right: 8px;
	top: 50%;
	transition: all 0.2s;
}
.siteAlert-closeButton:focus,
.siteAlert-closeButton:hover {
	background: rgba(255,255,255,0.5);
	color: #f44336;
	transform: scale(1.25);
}
.siteAlert-closeButton__icon {
	display: block;
	text-align: center;
}








/** social media links */
.siteSocialLinks {
	list-style: none;
	margin: 0;
	padding: 0;
}
.siteSocialLinks-item {
	display: inline-block;
	margin-left: 5px;
}
.siteSocialLinks-item:first-child {
	margin-left: 0;
}
.siteSocialLink {
	display: block;
	line-height: 1em;
	padding: 5px;
	position: relative;
	transition: transform 0.2s ease;
}
.siteSocialLink--none {
	padding: 5px 2px;
}
.siteSocialLink--circle {
	border-radius: 50%;
}
.siteSocialLink:focus,
.siteSocialLink:hover {
	transform: scale(1.2);
}
.siteSocialLink-icon {
	text-align: center;
}







/** site footer */
.siteFooter {
	padding: 12px;
}
.footerCol {
	padding: 20px;
}






/** Blog/Preview */
.pageHeading {
	margin: 24px 0 12px;
}
.postPreview {
	margin-bottom: 12px;
	padding: 12px 0;
}
.postPreview a {
	display: block;
	overflow: hidden;
}
.postPreview .wp-post-image {
	margin: 0 20px 12px 0;
}
.post-body {
	padding-bottom: 24px;
}
.post-detail {
	font-size: 14px;
}
.postTags {
	font-size: 14px;
	font-style: italic;
}
.postTags-list {
	display: inline-block;
	margin: 0;
	padding: 0 0 20px;
}
.postTags-item {
	display: inline-block;
}
.postTags-item a {
	display: block;
	padding: 5px;
}
#siteAside {
	padding: 16px 0;
}
.postNavigation {
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 12px 0;
}
.postNavigation .page-numbers,
.postNavigation .post-nav-link {
	display: inline-block;
	padding: 5px;
}
.postGrid, .postGrid-item {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}
.postGrid-item {
	display: block;
	margin: 0 2% 32px !important;
}
.attachment-gridThumb {
	display: block !important;
	margin: 0 auto !important;
}
.postGrid-item-details {
	background: #181818 !important;
	display: block !important;
	padding: 12px !important;
	text-align: left !important;
}
.postGrid-item-details:link:hover,
.postGrid-item-details:visited:hover {
	background: #242424 !important;
}
.postGrid-item-heading {
	font-size: 18px !important;
	padding: 0 !important;
}
.postGrid-item-detail {
	font-size: 14px !important;
	margin: 2px 0 !important;
}
.postGrid-item-detail--title {
	font-style: italic;
}






.postRow, .postRow-item {
	list-style: none !important;
}
.postRow-item {
	margin: 0 0 24px !important;
	padding: 0 !important;
}
.postRow-item:nth-child(even){
	background: rgba(0,0,0,0.25) !important;
}
.postGrid-item-detail--title {
	color: #fff !important;
}






/** Events Calendar */
#tribe-events {
	padding: 24px 12px;
}
.tribe-events-month,
.tribe-events-list-separator-month {
	color: #333;
}
.tribe-events-event-cost span {
	border: none;
	padding: 0;
}
.tribe-events-tooltip .tribe-events-event-body div {
	color: #333;
}
.tribe-events-content p,
.tribe-events-cost {
	color: #fff;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
	border-left: 2px solid #eee;
	display: inline-block;
	font-size: 16px;
	line-height: 21.5px;
	margin-left: 3px;
	padding-left: 6px;
	vertical-align: bottom;
}
.tribe-events-schedule {
	margin: 4px 0 12px;
}
.tribe-events-schedule h2 {
	color: #eee;
	font-size: 16px;
	font-weight: 400;
}
#tribe-bar-collapse-toggle,
#tribe-events-bar label {
	color: #454545;
}
.single-tribe_events #tribe-events-footer {
	border: none;
	padding-top: 0;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
	background: #ddd;
}
#tribe-events-content .tribe-events-calendar td {
	background: #eee;
}
#tribe-events .tribe-events-page-title,
.single-tribe_events .tribe-events-single-event-title {
	font-weight: 400;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-venue {
	font-weight: 700;
	margin: 0;
}
.single-tribe_events .tribe-events-schedule {
	background: transparent;
	border: none;
	margin: 4px 0 18px;
	padding: 0;
}
.datepicker table tr td span {
	text-align: center;
}





/** Divi */
.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_header .et_pb_fullwidth_header_container,
.et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row {
	width: 100%;
}






/** Formidable */
@media all and (min-width: 600px){
	.frm_form_field.frm_half, 
	.frm_form_field.frm_third,
	.frm_form_field.frm_fourth, 
	.frm_form_field.frm_fifth, 
	.frm_form_field.frm_sixth,
	.frm_form_field.frm_seventh,
	.frm_form_field.frm_eighth,
	.frm_form_field.frm_two_thirds, 
	.frm_form_field.frm_three_fourths, 
	.frm_form_field.frm_two_fifths, 
	.frm_form_field.frm_three_fifths, 
	.frm_form_field.frm_four_fifths,
	.frm_submit.frm_half, 
	.frm_submit.frm_third, 
	.frm_submit.frm_fourth,
	.frm_submit.frm_fifth,
	.frm_submit.frm_sixth,
	.frm_submit.frm_seventh,
	.frm_submit.frm_eighth {
		margin-left: 2.5% !important;
	}
	.frm_form_field.frm_first {
		margin-left: 0 !important;
	}
}
.with_frm_style .vertical_radio .frm_checkbox label, 
.with_frm_style .vertical_radio .frm_radio label {
	margin: 4px !important;
	text-indent: 0 !important;
}
.frm_dropzone {
	border: 1px solid rgba(255,255,255,0.125) !important;
	margin-bottom: 40px !important;
	padding: 12px !important;
	text-align: center !important;
}
.frm_upload_text {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin: 6px 0 12px !important;
}
.frm_small_text {
	font-size: 12px !important;
}






/** WP Store Locator */
#wpsl-wrap {
	background: rgba(0,0,0,0.25);
	margin: 24px auto;
	max-width: 1440px;
	padding: 12px 24px 24px 12px;
	width: inherit;
}
.wpsl-search {
	background: transparent;
}
#wpsl-search-wrap > form > div {
	display: inline-block !important;
	float: none;
	margin-bottom: 12px !important;
	margin-right: 24px !important;
	vertical-align: bottom;
}
#wpsl-search-wrap div,
#wpsl-search-wrap div label {
	float: none;
}
.wpsl-input label {
	width: inherit !important;
}
#wpsl-search-input {
	padding: 10px 12px !important;
}
#wpsl-radius {
	padding-right: 12px;
}
#wpsl-search-btn {
	color: #333;
	padding: 10.5px 18px !important;
}
.wpsl-info-window {
	color: #333;
}
@media all and (min-width: 674.99px){
	#wpsl-gmap {
		width: 74%;
	}
	#wpsl-result-list {
		width: 25%;
	}
}




.siteBody > .woocommerce {
	padding: 24px;
}