/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/



@import url('https://use.typekit.net/pqs5xuw.css');
/* font-family: "itc-avant-garde-gothic-pro", sans-serif; 300,500,700 */

@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');
/* font-family: "itc-avant-garde-gothic-pro", sans-serif;  WEIGHT 400,700*/

body, html {
	margin: 0;
	font-size: 14px;
	color: #444;
	font-family: "itc-avant-garde-gothic-pro", sans-serif !important;
	font-style: normal;
	background: black;
}

a {
	color: #EE3124;
}

h1,h2 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
}

p {
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 22px;
}

/* SCROLL TOP */
.scrolltop {
	display: none;
	position: fixed;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,.75);
	cursor: pointer;
	bottom: 15px;
	right: 15px;
	text-align: center;
	z-index: 10000;
}
.scrolltop i {
	display: inline-block;
	color: white;
	font-size: 25px;
	margin-top: 2px;
}

.scrolltop.on {
	display: block;
}

/* NAVIGATION */

/* top nav */
.top-nav {
	width: 100%;
	background: rgba(0,0,0,.85);
	text-align: right;
	height: 35px;
	user-select: none;
	position: absolute;
	z-index: 500;

}

.top-nav a {
	display: inline-block;
	margin: 11px 5px;
	color: #999;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: opacity .25s;
}

.top-nav a.red {
	color: #ee3124;
}

.top-nav a:hover {
	opacity: .5;
}

.top-nav a:last-child {
	margin-right: 30px;
}

/* main-nav */
.main-nav {
	width: 100%;
	display: flex;
	height: 78px;
	transition: height .25s;
	user-select: none;
	position: absolute;
	top: 35px;
	z-index: 600;
}

.main-nav.dark {
	background: rgba(0,0,0,.75);
}

.main-nav a {
	text-decoration: none;
}

.main-nav .logo {
	width: 230px;
	user-select: none;
}

.main-nav .logo img {
	width: 230px;
	margin: 11px 0 11px 30px;
}

.main-nav .menu {
	text-align: right;
	width: 100%;
}

.main-nav .menu .sub-menu {
	display: inline-block;
	margin: 30px 22px 0 0;
}

.main-nav .menu .sub-menu:last-child {
	margin-right: 30px;
}

.main-nav .menu .sub-menu a {
	display: inline-block;
	padding-bottom: 29px;
	color: white;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 300;
	font-size: 12.5px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: opacity .25s;
}

.main-nav .menu .sub-menu a:hover {
	opacity: .50;
}


.main-nav .menu .sub-menu i {
	font-size: 12px;
}

.main-nav .menu .sub-menu .sub-menu-content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	text-align: right;
	background: rgba(0,0,0,.75);
	padding: 0;
	transition: opacity .5s;
}
/*
.main-nav .menu .sub-menu:hover .sub-menu-content {
	height: auto;
	opacity: 1;
	padding: 20px 20px 0 20px;
}

.main-nav .menu .sub-menu .sub-menu-content a {
	display: block;
	background: none;
	transition: opacity,padding-top .25s;
}


.main-nav .menu .sub-menu .sub-menu-content a:hover {
	display: block;
	opacity: .5;
	padding-top: 5px;
}
*/


/* main-nav-mobile */
.main-nav .logo-mobile {
	display: none;
	width: 40px;
	position: absolute;
}

.main-nav .logo-mobile img{
	display: block;
	width: 40px;
	margin: 6px 0 0 30px;
}

.main-nav .menu-mobile {
	display: none;
	text-align: right;
	width: 100%;
}

.main-nav .menu-mobile i {
	display: inline-block;
	font-size: 30px;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	margin: 6px 30px 0 0;
	cursor: pointer;

}

.main-nav-mobile {
	display: none;
	width: 0px;
	background: rgba(0,0,0,.85);
	position: fixed;
	height: 100vh;
	right: 0;
	top: 85px;
	z-index: 1000;
	transition: width .25s;
	overflow: hidden;
}

.main-nav-mobile.on {
	width: 300px;
}

.main-nav-mobile-content {
	width: 300px;
	padding-left: 30px;
	user-select: none;
	text-align: left;
}

.main-nav-mobile-content h3 {
	color: #ee3124;
	font-style: normal;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2.5px;
	user-select: none;
	line-height: 15px;

}

.main-nav-mobile-content a {
	display: block;
	color: white;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.75px;
	text-decoration: none;
	transition: opacity,padding-left .25s;
	margin: 10px 0;

}

.main-nav-mobile-content a i {
	color: #666666;
}

.main-nav-mobile-content a:hover {
	opacity: .5;
	padding-left: 5px;
}

@media only screen and (max-width : 890px) {
	.scrolltop.on {
		display: none;
	}
	.top-nav {
		background: #333;
		text-align: center;
		position: fixed;
		z-index: 2000;
		top: 0px;
	}
	.top-nav a:last-child {
		margin-right: 0;
	}
	.main-nav, .main-nav.dark {
		background: #000;
		height: 50px;
		position: fixed;
		z-index: 2000;
		top: 35px;
	}

	.main-nav .menu {
		display: none;
	}
	.main-nav .logo {
		display: none;
	}
	.main-nav .logo-mobile {
		display: block;

	}
	.main-nav .menu-mobile {
		display: block;
	}
	.main-nav-mobile{
		display: block;
	}
}

/* VOTE */

.vote-button {
	position: absolute;
	top: 120px;
	right: 30px;
	z-index: 500;
}

.vote-button img {
	width: 159px;
	height: auto;
}

@media only screen and (max-width : 890px) {
	.vote-button {
		top: 100px;
	}

	.vote-button img {
		width: 125px;
	}

}

	/* PANEL */
.panel {
	overflow: hidden;

}

.panel a, button {
	text-decoration: none;
	transition: opacity .25s;
}

.panel a:hover, button:hover {
	opacity: .5;
}
.panel-white {
	width: 100%;
	background-color: #FFFFFF;
}

.panel-content {
	max-width: 1200px;
	margin: 0 auto;
}

.panel-content-white {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
}



.panel-title {
	padding-top: 150px;
	text-align: right;
	background-color: #FFFFFF;
	transition: padding-top .25s;
}




.panel-title h1 {
	color: #EE3124;
	font-size: 42px;
	margin: 10px 30px 0px;
	letter-spacing: 3px;
}

.panel-title-dark {
	position: absolute;
	z-index: 200;
	width: 100%;
	padding-top: 150px;
	text-align: right;
	transition: padding-top .25s;
}

.panel-title-dark h1 {
	color: #FFFFFF;
	font-size: 42px;
	margin: 10px 30px 30px;
	letter-spacing: 3px;
}

@media only screen and (max-width : 890px) {
	.panel-title, .panel-title-dark {
		padding-top: 112px;
	}
}


/* PANEL HERO */
.panel-hero {
	overflow: hidden;
}

.panel-hero .heading {
	position: absolute;
	width: 65%;
	top: 70%;
	z-index: 200;
	margin: 0 30px;
}

.panel-hero .heading .dash {
	width: 30%;
	height: 4px;
	background: white;
	border-radius: 10px;
	margin-left: 0;
}

.panel-hero .heading h1 {
	font-size: 42px;
	color: white;
	line-height: 42px;
}

.panel-logo-container {
	width: 100%;
	height: 85vh;
	position: absolute;
	z-index: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}

.panel-logo {
	width: 400px;
	height: auto;
	display: block;
	-webkit-filter: drop-shadow(0px 0px 15px black);
}

.panel-overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	background-color: black;
	opacity: .65;
	z-index: 100;
}

.slide-show {
	width: 100%;
	background-color: black;
	overflow: hidden;
	height: 100vh;
	padding: 0px;
	margin: 0px;

}
.slide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;

}

.slide.active{
	opacity: 1;
	z-index: 2;
}

@media only screen and (max-width : 890px) {

	.panel-logo-container {
		display: none;
	}


	.panel-overlay, .slide-show, .slide {
		height: 600px;
	}
	.panel-hero .heading {
		top: 30%;
		width: 90%;
	}
	.panel-hero .heading h1 {
		font-size: 33px;
		line-height: 40px;
	}
}

@media only screen and (max-width : 590px) {


	.panel-overlay, .slide-show, .slide {
		height: 400px;
	}

	.panel-hero .heading {
		top: 220px;
		width: 90%;

	}

	.panel-hero .heading h1 {
		font-size: 22px;
		line-height: 30px;
	}
}

/* PANEL -- intro copy */
.panel-1 {
	background: white;
	text-align: center;

}

.panel-1 .panel-content {
	padding: 45px 30px 60px;
}

.panel-1 p {
	color: #666666;
}


/* PANEL 2,3,4 -- homes */

.panel-spacer {
	height: 26px;
	background: #FFF;
	position: relative; z-index: 3000; display: flex; justify-content: center;
}

.panel-star {
	position: relative; width: 80px; height: 80px; background: white; transform: rotate(45deg); top: -26px;
}

.panel-2, .panel-3, .panel-4 {
	display: flex;
	background-color: #F0F0F0;
}

.panel .home-photo {
	width: 50%;
	min-height: 300px;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.panel .home-content {
	background: #F0F0F0;
	width: 50%;
	padding: 45px 0;
	min-height: 300px;
}

.panel .dash {
	display: inline-block;
	width: 200px;
	background: #ee3124;
	height: 4px;
	margin: 0 30px;
	border-radius: 10px;
}

.panel .dash.white {
	background: #FFFFFF;
}


.panel .dash-2 {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	background: #666666;
	height: 2px;
	margin: 30px;
	border-radius: 10px;
}

.panel .home-content.right {
	text-align: left;
}

.panel .home-content.right p {
	float: left;
}


.panel .home-content.left {
	text-align: right;
}

.panel .home-content.left p {
	float: right;
}


.panel .home-content h2 {
	padding: 0 30px;
	font-size: 36px;
	color: #ee3124;
	letter-spacing: 2px;
}

.panel .home-content p {
	padding: 0 30px;
	max-width: 600px;
	margin-top: 0;
}

.panel .home-content a {
	display: inline-block;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #EE3124;
	margin-top: 15px;
}

/* PANEL 2 -- home 1 */
.panel-2 .home-photo {

}

/* PANEL 3 -- home 2 */
.panel-3 {
	flex-direction: row-reverse;
}
.panel-3 .home-photo {

}

/* PANEL 4 -- home 3 */
.panel-4 .home-photo {

}

@media only screen and (max-width : 890px) {
	.panel-2, .panel-3, .panel-4 {
		display: block;
	}
	.panel .home-photo, .panel .home-content {
		width: 100%;
	}

	.panel .home-content {
		padding: 15px 0;
		margin-bottom: 65px;
	}
}


/* PANEL 5 -- banner */
.panel-5 {
	text-align: center;
	padding: 30px;
	background: #444444;
}

.panel-5 h2 {
	font-size: 32px;
	padding: 0; margin: 0;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: 300;
}

/* PANEL 6  -- icons 3 */
.panel-6 {
	padding-bottom: 50px;
	background: white;
}
.panel-6 .inner{
	display: flex;
	max-width: 1400px;
	margin: 0 auto;

}

.panel-6 .col {
	width: 25%;
	text-align: center;
	color: #444444;
}

.panel-6 .col i {
	font-size: 80px;
}

.panel-6 .col h3 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2.5px;
	font-weight: 300;
	color: #444444;
}

.panel-6 .col a {
	font-size: 13px;
	font-weight: 300;
	display: block;
	color: #EE3124;
	line-height: 33px;
	letter-spacing: 1.5px;
	transition: padding-top .25s;
}

.panel-6 .col a:hover {
	padding-top: 5px;
}

@media only screen and (max-width : 890px) {
	.panel-6 .inner{
		display: block;
		max-width: 600px;
	}

	.panel-6 .inner .col:nth-child(even){
		background: #F0F0F0;
	}

	.panel-6 .col {
		width: 100%;
		margin-bottom: 30px;
		padding: 15px 0;
	}


}

/* PANEL 7 -- map */
.panel-7 {
	background: white;
}

.panel-7 iframe {
	height: 600px;
}

@media only screen and (max-width : 890px) {
	.panel-7 iframe {
		height: 400px;
	}
}


/* PANEL ? -- SLIDESHOW */

/* PANEL 8 -- banner */
.panel-8 {
	text-align: center;
	padding: 30px;
	background: #444444;
}

.panel-8 h2 {
	font-size: 32px;
	padding: 0; margin: 0;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: 300;
}



.logo-slide-show {
	width: 100%;
	background: white;
	padding: 90px 30px 90px;
	max-height: 300px;
}

.logo-slide-show div {
	text-align: center;
	outline: none;
}

.logo-slide-show div img {
	width: 180px;
	display: inline-block !important;
	filter: grayscale(100%);
}

/* PANELS INDIVIDUAL HOME */
.panel-individual-home {
	background-color: #F0F0F0;
}

.panel-individual-home div{
	width: 100%;
	height: 700px;
	background-color: #F0F0F0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@media only screen and (max-width : 890px) {
	.panel-individual-home div {
		height: 450px;
	}
}

@media only screen and (max-width : 590px) {
	.panel-individual-home div {
		height: 350px;
	}
}

.panel-home-desc, .panel-vendor-desc {
	display: flex;
	flex-direction: row-reverse;
	background-color: #FFFFFF;
}

.panel-home-desc .left {
	background-color: #F0F0F0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.panel-home-desc .left div {
	text-align: center;
}

.panel-home-desc .right {
	background-color: #FFFFFF;
	width: 50%;
	padding: 30px 0;
}

.panel-home-desc .right h2 {
	padding: 0 30px;
	font-size: 40px;
	color: #ee3124;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.panel-home-desc .right h3 {
	color: #666666;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 300;
	margin-top: 0;
	letter-spacing: 2px;
}

.panel-home-desc .right h4 {
	padding: 0 30px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 32px;
}

.panel-home-desc .right p {
	padding: 0 30px;
	max-width: 600px;
	margin-top: 0;
}

.panel-home-desc .right p.sqfeet {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
}

.panel-home-desc .right h2.price {
	font-size: 22px;
	font-weight: 700;
	color: #9BB806;
}

@media only screen and (max-width : 890px) {
	.panel-home-desc {
		display: block;
	}

	.panel-home-desc .right, .panel-home-desc .left {
		width: 100%;
		padding: 30px 0;
	}
}

.photos-container {
	background: #CCC;
}

.photos {
	width: 100%;
	max-width: 1400px;
	padding: 50px 0;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.photo-single {
	width: 150px;
	height: 150px;
	background: black;
	margin: 10px;
	cursor: pointer;
	border: 3px #181819 solid;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 10px 10px rgba(24, 24, 25, .2);
}

.photo-desc {
	background: rgba(24, 24, 25, .6);
	padding: 8px;
	text-align: center;
	font-size: 14px;
	color: white;
}

.photo-modal img {
	width: 100%;
	max-width: 750px;
	height: auto;
}

.photo-modal-desc {
	color: #181819;
	padding: 6px;
}

@media only screen and (max-width : 890px) {
	.photos {
		justify-content: center;
	}
}


.panel-vendor-desc .left {
	background-color: #FFFFFF;
	width: 50%;
}

.panel-vendor-desc .left .vendor-photo {
	width: 100%;
	height: 570px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.panel-vendor-desc .left .vendor-photo-name {
	text-align: right;
}

.panel-vendor-desc .left .vendor-photo-name span {
	display: inline-block;
	padding: 4px 8px;
	color: #FFFFFF;
	background-color: #444444;
}

/*
.panel-vendor-desc .left .vendor-logo {
	display: flex;
	justify-content: flex-end;
}

.panel-vendor-desc .left .vendor-logo div {
	width: 100%;
	text-align: center;
	max-width: 600px;
	padding: 50px 30px;
}

 */


.panel-vendor-desc .right {
	background-color: #F0F0F0;
	width: 50%;
	padding: 30px 0;
}
.panel-vendor-desc .right p {
	max-width: 800px;
	margin-top: 0;
	padding: 0 30px;
}

.panel-vendor-desc .right .vendor-icon-container {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 0 30px;
}

.panel-vendor-desc .right .vendor-icon-container i {
	font-size: 40px;
}

.panel-vendor-desc .right .vendor-icon-container span {
	display: inline-block;
	letter-spacing: 2px;
	margin-left: 10px;
}


@media only screen and (max-width : 890px) {
	.panel-vendor-desc {
		display: block;
	}

	.panel-vendor-desc .right, .panel-vendor-desc .left {
		width: 100%;
		padding: 30px 0;
	}

	.panel-vendor-desc .left .vendor-logo div {
		max-width: 100%;
	}
}

.panel-interest {
	text-align: center;
	padding: 45px 30px 0px;
	background: #666;
}

.panel-interest h2 {
	font-size: 32px;
	color: white;
	letter-spacing: 2px;
}

.panel-about-home {
	width: 100%;
	height: 550px;
	background-color: #F0F0F0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


.panel-about-overlay {
	width: 100%;
	height: 550px;
	position: absolute;
	background-color: black;
	opacity: .65;
	z-index: 100;
}


@media only screen and (max-width : 890px) {
	.panel-about-home, .panel-about-overlay {
		height: 450px;
	}
}

@media only screen and (max-width : 590px) {
	.panel-about-home, .panel-about-overlay {
		height: 350px;
	}
}

.panel-sponsors {
	background-color: #F0F0F0;
	padding: 50px 30px;
}

.panel-sponsors h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 2px;
}

.panel-sponsors .panel-sponsors-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.panel-sponsors .panel-sponsors-container a {
	color: #444;
}

.panel-sponsors .panel-sponsors-container p{
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 2px;
	width: 160px;
}

.panel-sponsors .panel-sponsors-container p span {
	display: inline-block;
	margin-top: 12px;
}

.panel-sponsors .panel-sponsors-container img {
	display: block;
	height: auto;
	width: 160px;
}

/* VENDOR LIST */




.panel-vendors {
	background: #DDDDDD;
	padding: 45px 30px;
}
.panel-vendors h2 {
	font-size: 32px;
	color: #444444;
	letter-spacing: 2px;
	margin: 15px 0 45px;
	text-align: center;
}

.panel-vendors h3 {
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 30px 30px;
}

.panel-vendors h4 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 30px 30px;
}

.panel-vendors .inner {
	max-width: 1400px;
	margin: 0 auto;
}

.panel-vendors p {
	column-count: 3;
	column-gap: 40px;
	column-rule: 2px solid #666666;
	text-align: left;
	font-size: 14px;
	line-height: 2rem;
	letter-spacing: normal;
}
@media only screen and (max-width : 890px) {
	.panel-vendors p {
		column-count: 2;
	}

}

@media only screen and (max-width : 590px) {
	.panel-vendors p {
		column-count: 1;
		text-align: center;
	}


}



/* CONTACT -- form */
.contact {
	background: #666666;
	padding: 45px 30px;
}

/* FOOTER */
.footer {
	display: flex;
	padding: 30px 45px;
	background: #444444;
	align-items: center;

}

.footer .left {
	display: flex;
	align-items: center;
	width: 50%;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}

.footer .right {
	width: 50%;
	text-align: right;
	color: white;
	font-size: 13px;
	font-weight: normal;
}

.footer img {
	width: 80px;
	height: auto;
}

.footer .left a {
	display: inline-block;
	margin-left: 15px;
	color: white;
	text-decoration: none;
}

@media only screen and (max-width : 1084px) {
	.footer {
		display: block;
	}
	.footer .left {
		display: block;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}

	.footer .right {
		width: 100%;
		text-align: center;
		color: white;
		margin: 15px 0;
	}

	.footer img {
		display: block;
		margin: 15px auto;
	}
}

/* BLOG STUFF */
#content-spacer {
	height: 130px;
}

#header-container {
	max-width: 1200px;
	margin: 20px auto;
}

#header-container h1 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 80px;
	color: #EE3124;
	border-bottom: 2px solid #EE3124;
	margin: 0 15px 20px;
}

#content-container {
	display: flex;
	justify-content: flex-start;
	max-width: 1200px;
	margin: 0px auto 0px;
	padding-bottom: 50px;
}

@media only screen and (max-width : 890px) {
	#content-container {
		display: block;
	}
}


#content-container main#content {
	width: 100%;
}

#content-container article {
	padding: 15px;
	font-size: 14px;
}

img.wp-post-image {
	width: 100%;
	height: auto;
}

img.float-left {
	float: left !important;
}


.entry-footer .cat-links, .entry-footer .tag-links {
	font-weight: bold;
	letter-spacing: 1.5px;
	display: block;
}

.entry-footer .cat-links a, .entry-footer .tag-links a {
	font-weight: 300;
}

h1.entry-title {
	font-size: 33px;
	margin: 0 0 8px;
}

h1.entry-title a {
	text-decoration: none;
}

h2.entry-title {
	font-size: 20px;
	margin: 0 0 8px;
}

h2.entry-title a {
	text-decoration: none;
}

.entry-meta {
	margin-bottom: 10px;
}

.entry-meta a {
	text-decoration: none;
}

.author.vcard, .entry-date {
	font-size: 12px;
	letter-spacing: .25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.st-custom-button[data-network] {
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;

}
.st-custom-button i {
	font-size: 24px;
	color: #00AEEF;
}
.st-custom-button:hover, .st-custom-button:focus {
	opacity: .75;
}

/* sidebar */
#sidebar {
	padding: 20px;
}

@media only screen and (min-width : 940px) {
	#sidebar {
		width: 350px;
		min-width: 350px;
	}
}

#sidebar #widget-container {
	padding: 20px;
	background-color: #EEEEEE;
}


#sidebar #widget-container .widget-title {
	margin: 10px 0 10px;
}

ul.xoxo .search-field, ul.xoxo .search-submit {
	padding: 8px;

}

ul.xoxo .search-field {
	width: 230px;
}

ul.xoxo .search-submit{
	text-transform: uppercase;
}

ul.xoxo {
	margin: 0;
	list-style: none;
	padding: 0;
}

ul.xoxo li ul {
	padding-left: 20px !important;
	list-style-type: square !important;
}

ul.xoxo li a {
	letter-spacing: 1px;
}

/* search button */
:where(.wp-block-search__button) {
	border: 1px solid #ee3124;
	padding: 0.375em 0.625em;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	background-color: #ee3124;
	color: white;
	letter-spacing: 1.5px;
}


/* nav links */


.nav-links {
	padding: 20px 0 40px;
}

.nav-previous, .nav-next {
	display: inline;
	margin-right: 12px;
}

.nav-previous a, .nav-next a {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

/* photo captions */

.wp-caption {
	width: auto !important;
}

.wp-caption-text {
	position: relative;
	margin: -31px 0 31px;
	font-size: 16px;
	color: white;
	padding: 4px;
	background: rgba(0,0,0,.8);
}

/* BUTTONS */


.btn {
	display: inline-block;
	padding: 10px 26px;
	color: white;
	font-size: 16px;
	letter-spacing: 2.5px;
	font-weight: 300;
	text-decoration: none;
	border-width: unset;
	border-style: none;
	border-color: unset;
	cursor: pointer;
}

.btn.red {
	background: #ee3124;
}

.btn.green {
	background: #9BB806;
}

.btn.gray {
	background: #666666;
}

.btn.dark-gray {
	background: #444444;
}

/* FORM STACK OVERRIDES */
.fsSubmitButton {
	transition: opacity .25s !important;
}

.fsSubmitButton:hover {
	opacity: .5;
}

/* MODAL (OVERWRITE) */

.modal {
	max-width: 750px;
	padding: 15px 15px;
}

/* RESPONSIVE IMAGES */

.img-resp {
	max-width: 100%;
	height: auto;
}

