/*
Theme Name: Boogie Down South
Description: Boogie Down South Custom Theme
Author: Clever Starfish


Colors
======
Dark   : 324836
Light  : fc8d55
Accent : ff5757
*/


/* = = =  RESET  = = = = = = = = = = = = = = = = = = = */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
    max-width: 100%;
	}
	
	
/* = = =  BASICS  = = = = = = = = = = = = = = = = = = = */

body {
	background: #fc8d55;
	width: 100%;
	margin: 0 auto;
	font-family: "brandon-grotesque",san-serif;
	font-style: normal;
	font-size: 16px;
	color: #324836;
	}

a:link {
	color:#324836; 
	}
	
a:visited {
	color:#324836;
	}

a:hover {
	color:#324836;
	}

h1, h2, h3, h4, h5, h6, .meta, #menu li, #footer-menu li {	
	font-family: "brandon-grotesque",san-serif;	
	font-style: normal;
	font-weight:700;
	color: #324836;
	line-height: 1.1em;
	padding-top: 0.333em;	
	padding-bottom: 0.666em;	
	}

h1, .blogt1 {	
	font-size: 7em;
	font-weight:700;	
	}
	
h2, blogt2 {	
	font-size: 2.986em;
	}
	
h3 {	
	font-size: 2.488em;	
	}

h4 {
	font-size: 2.074em;
	}

h5 {	
	font-size: 1.728em;	
	}

h6, .meta {
	font-size: 1.44em;
	}

p,li {
	font-family:'Roboto Slab',serif;
	font-size:1.2em;
	margin-bottom: 1.5em;
	line-height: 1.618em;
	}

li {
	margin-bottom: 1em;
	line-height: 1.5em;
	}		

strong {
	font-weight: 700;
	}

em {
	font-style: italic;
	}

hr {
	border-top: solid 0.5em #ff5757;
    margin: 2em 0;	
	}

blockquote {
	font-style: normal;
	}

blockquote p {
	font-weight: 600;
	font-family: "brandon-grotesque",san-serif;
	font-size: 1.3em;
	padding: 0em;
	margin: 1em;
	}

	
/* = = =  ANIMATION  = = = = = = = = = = = = = = = = = = = */

@keyframes fadein {
	from {opacity:0;} 
	to {opacity:1;}
}
.ani-fi-500 {animation: fadein 500ms;}
.ani-fi-750 {animation: fadein 750ms;}
.ani-fi-1000 {animation: fadein 1000ms;}
.ani-fi-1250 {animation: fadein 1250ms;}
.ani-fi-1500 {animation: fadein 1500ms;}
.ani-fi-1750 {animation: fadein 1750ms;}
.ani-fi-2000 {animation: fadein 2000ms;}
.ani-fi-2250 {animation: fadein 2250ms;}
.ani-fi-2500 {animation: fadein 2500ms;}
.ani-fi-2750 {animation: fadein 2750ms;}
.ani-fi-3000 {animation: fadein 3000ms;}	
.ani-fi-3250 {animation: fadein 3250ms;}
.ani-fi-3500 {animation: fadein 3500ms;}
.ani-fi-3750 {animation: fadein 3750ms;}
.ani-fi-4000 {animation: fadein 4000ms;}

@keyframes fadeout {
	from {opacity:1;} 
	to {opacity:0;}
}
.ani-fo-500 {animation: fadeout 1500ms}

@keyframes contentin {
	from {opacity:0;margin-top:11px} 
	to {opacity:1;margin-top:0px}
}
.ani-content-in {animation: contentin 1000ms;}



/* = = =  BUTTONS  = = = = = = = = = = = = = = = = = = = */

.button {
	border: 2px solid #324836;
	color: #ff6b6b;
	cursor:pointer;
	display:inline-block;
	font-family: "brandon-grotesque",san-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	border-radius: 2em; 
	margin: 0 0 0 0;
	padding:0.5em 1.5em;
	text-align: center;
	text-transform: uppercase;
	background:none; 
	}

.button a {
	color: #ff6b6b;
	}

.button a:link {	
	color: #ff6b6b;
	}
		
.button a:visited {	
	color: #ff6b6b;
	}

.button a:active {	
	color: #ff6b6b;
	}

/* = = =  BOXES  = = = = = = = = = = = = = = = = = = = */

.bx-fb-1 {
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
	background-position: center;
	}

.bx-fb-2 {
	display: flex;
	align-items: center;
	justify-content: center; 
	flex-direction: row; 
	flex-wrap: wrap; 
	flex-flow: row wrap; 
	align-content: flex-end; 	
	}
	
/* = = =  HEADER  = = = = = = = = = = = = = = = = = = = */



/* = = =  NAV  = = = = = = = = = = = = = = = = = = = */

/*
 * Nav made by Erik Terwan
 * 24th of November 2015
 * All rights reserved
 
 */
nav {
	position: fixed;
	top:0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 100;
	max-height:50px;
	}

#nav-button-bg-wrap{
	position:fixed;
	width:100%;
	}
	
#nav-button-bg {
	margin: auto;
	display:block;
	border-radius:0 0 40px 40px;
	background:#ff5757;
	width:50px;
	height:50px;
	} 
	
#menuToggle {
	display: block;
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -30px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	max-height: 1px;
	}

#menuToggle input {
	display: block;
	width: 60px;
	height: 50px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;

	}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 28px;
	height: 4px;
	margin-left: 16px;
	margin-bottom: 5px;
	position: relative;
	background: #324836;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 0px 0px;
	transition: 
		transform 0.1s cubic-bezier(0.77,0.2,0.05,1.0),
		background 0.1s cubic-bezier(0.77,0.2,0.05,1.0),
		opacity 0.1s ease;
	}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
	}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
	}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(1px, -2px);
	background: #324836;
	width:25px;
	}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
	}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(2px, 0);
	width:26px;
	}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
	
#menu{
	position: relative;
	width: 320px;
	margin: -100px 0 0 -128px;
	padding-top: 120px;
	padding-bottom: 25px;
	border-radius: 0 0 180px 180px;
	background: #ff5757;
	list-style-type: none;
	-webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	transform: translate(0, -100%);
	transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0);
	}

#menu li, #menu li a {
	color: #324836;	
	list-style: none;
	font-size: 1.1em;
	text-align: center;
	font-size:inherit;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-decoration: none;
	}

#menu li {
	line-height: 0.5em;		
	}	

#menu li a:hover {
	border-bottom: solid 2px;
	}
	
#menu li a:active {
	}
	
/*
 * And let's fade it in from the left
 */

#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
	}

/* = = =  SAUSAGE NAV  = = = = = = = = = = = = = = = = = = = */

.button-bar {
	position:relative;
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content: flex-end;
	background-position: center;
	z-index:2;
	text-align: center;	
	}
	
.button-bar ul {
	display:block;
	list-style:none;
	padding: 0;
	}

.button-bar li {
	display:inline-block;
	margin:0.1em 0 0;
	padding:0.35em 0em;
	color: #ff5757;	
	background-color:none;
	font-family: "brandon-grotesque",san-serif;	
	font-style: normal;
	font-weight:900;
	font-size: 1.75em;
	font-size: 1.75em;
	line-height: 1.73em;
	text-transform:uppercase;
	}

.button-bar li a {	
	color: #324836;	
	text-decoration: none;
	border-top: 0.25em solid #ff5757;
	border-bottom: 0.25em solid #ff5757;	
	}
	
.button-bar li a:hover {	
	}
	
.button-bar-reverse{
	justify-content: flex-end;
	}

.button-bar-reverse li {
	background:none;
	}

.button-bar-reverse li a {	
	color: #324836;	
	} 
	
.button-bar-home-feature{
	justify-content: center;
	}

.button-bar-home-feature li {
	margin:0.15em 0.35em;
	background:none;
	}

.button-bar-home-feature li a {	
	color: #324836; 
	} 
	
.button-bar-home-feature li a:hover {	
	color: #ff5757; 
	} 



/* = = =  GLOBAL  = = = = = = = = = = = = = = = = = = = */

.content {
	padding:0px 0px 0px 0px;
	overflow: hidden;
	}

.content img {
	max-width: 768px;
	height:auto; 
	}

.content a {
	
	}
	
.content a:hover {
	color: #ff5757;	
	}
	
.img-wide {
	width:100%;
	height:auto;
	}


	
/* = = =  HOME TEMPLATE  = = = = = = = = = = = = = = = = = = = */

@keyframes logo-in {
	from {opacity:0; height: 40em; padding: 5em 0;} 
	to {opacity:1; height: 45em; padding: 5em 0;}
	}
	
.ani-logo-in {animation: logo-in 300ms ease-out 2500ms 1 both;
	}

.home-banner { 
	position: relative;
	z-index: -1;
	background: #fc8d55;
	height: 880px;	
	}
	
.home-banner-logo {
        position: relative;
	z-index: 1;
	display: block;
	width: 512px;
	height: 512px;
	mix-blend-mode: hard-light;
	}
	
	
.home-date {
	padding: 0.5em 0 0.5em 0;
	max-width: 665px;
	margin: 0 auto;
	margin-top: -53px;
	border-radius: 5em;

	background: #324836;
	font-size: 3em;
	font-weight: 700;
	font-family: "brandon-grotesque",san-serif;
	color: #fc8d55;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	}

.footer-announcement {
	background: #324836;
	padding:1em 0em 0em 0em;
	font-size: 3em;
	font-weight: 700;
	font-family: "brandon-grotesque",san-serif;
	color: #fc8d55;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.73em;
	}

.footer-announcement a {
	color: inherit;
	text-decoration:none;
	border-top: 0.25em solid #ff5757;
	border-bottom: 0.25em solid #ff5757;	
	}
	
.footer-announcement a:hover {
	text-decoration:none;
	color: #ff5757;
	}

.home-welcome-wrap {
	width:100%
	}	

.home-welcome {
    margin: 2.5em auto 0;
	max-width: 570px;
	padding: 5em 6em 2.5em;
	z-index: 2;
    position: relative;	
	background-color: rgba(252,141,85,0.9);
	border: solid 40px #324836;
	border-bottom: none;
	border-radius: 5em 5em 0 0;	
	}
	
.home-welcome p {
	font-size: 2em;
	font-weight: 700;
	font-family: "brandon-grotesque",san-serif;
	line-height:1.3em;
	}

.home-welcome p:first-child:first-letter {
	color: #324836;
	font-weight: 900;
	float: left;
	font-size: 3em;
	line-height: 50px;
	padding: 18px 5px 0px 0px;
	}	

.home-blog {
	padding: 4em 0em;
	background: linear-gradient(to bottom, #324836 0%, #fc8d55 100%);
	}	
	
.home-blog-section-title {
	margin: auto;
    	max-width: 900px;
	padding: 0em 6em;
	color:#fc8d55;
	}	
	
.home-blog-listing {
	position: relative;
	z-index: 0;	
	margin: auto;
	padding: 1em 0 0 0;
	max-width: 900px;
	}

.home-blog .post {
	max-height: 330px;
	max-width: 440px;	
	}

.home-blog-area-col .post h4 {
	line-height: 0.5em;
	padding-bottom: 30px;
	}
	
.home-blog-area-col .post meta {
	line-height: 0.5em;
	}	

.home-blog-img {
	margin:auto;
	width: 320px;
	height: 320px;
	overflow: hidden;
	/* background-color: #D96E2C; */
	}

.home-blog-img-bg {
	mix-blend-mode: luminosity;
	opacity: 0.5;
	}
	
.home-blog-title {
	position: relative;
	z-index:1;
	bottom: 280px;
	max-width: 440px;
	background-color: #324836;
	padding: 22px 38px 22px 22px;
	border-radius: 12px;
	text-align: right;
	margin-left: 25%;
	}
	
.home-blog-title .meta {
	color: #D96E2C;
	}

.home-blog-title h3 {
	margin-top:-10px;
	}
	
.home-content-wrapper {
	width:100%;
	background-position: center;
	background-repeat: repeat-y;
	}

.home-content {
	position:relative;
	z-index:2;
	column-count:2;
	margin: 0em auto 0em auto;
	max-width:800px;
	padding: 4em 6em;
	background: #324836;
	border-radius: 5em 5em 0 0;
	/* background: url(/wp-content/themes/boogiedownsouth/_inc/img/pagebg.png); */	
	}
	
.home-content * , .home-content a {
	color: #fc8d55;
	}

.home-side-img-left{
	position:absolute;
	z-index:1;
	display:block;
	left:0;
	width:600px;
	margin-top:-22.5em;
	overflow:hidden	;
	}

.home-side-img-right{
	position:absolute;	
	z-index:1;
	display:block;
	right:0;
	width:600px;
	margin-top:-22.5em;
	overflow:hidden;
	}

/*	
.home-bg-side-img-left {
	position: absolute;
	z-index: -0.5;
	top: 1400px;
	left: 50px;
	width: 400px;
	height: 400px;
	background:#324836;
	border-radius: 50% 50% 50% 50%;
	}
	
.home-bg-side-img-right {
	position: absolute;
	z-index: -0.5;
	top: 1100px;
	right: 50px;
	width: 400px;
	height: 400px;
	background:#324836;
	border-radius: 50% 50% 50% 50% ;
	}
*/


	
	
/* = = =  REGULAR TEMPLATE  = = = = = = = = = = = = = = = = = = = */

.page-banner {
	position:relative;
	z-index: 2;
	background-position: center;
	background-color: #324836;
	padding: 2em 0em 0em 0em;
	overflow: hidden;
	border-radius: 5em 5em 0 0;
	margin: 1em auto 0;
	max-width: 976px;
	}

.page-banner-title {
	position: relative;
    z-index: 2;
	}


.page-banner-title h1 {	
	color:#fc8d55;
	/* text-shadow: 2px 3px #EDD892; */
	text-align: center;
	line-height: 0em;
	font-size: 6em;
	line-height: 0.5em;
    margin-top: 0.25em;
	}
	
.page-subhead {
	position: relative;
    z-index: 2;	
	background: #324836;
	color: #ff5757;
	font-weight: 900;
	padding: 0 0 2em 0;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-align: center;	
    margin: auto;
	max-width: 976px;	
	}	
	
.page-content-wrap {
	/* background: url(/wp-content/themes/boogiedownsouth/_inc/img/pagebg.png); */
	background-color: #fc8d55;
	background-position: center;
	}

.page-content {
	position: relative;
    z-index: 1;
	margin:auto;
	max-width: 768px;
	padding: 1.5em 4em 3em;
	background-color: rgba(252,141,85,0.9);	
	border-left:40px solid #324836;	
	border-right:40px solid #324836;
	}
	
.page-content ol, .page-content ul {
	margin: 0 0 1em 3em;
	}
	
.page-cta {
	width:100%;
	padding-top:25px;
	text-align: right;
	}
	
.page-cta-leader {	
	border:0 none;
	display:inline-block;
	font-family: "brandon-grotesque",san-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 0 0;
	padding: 1.1em 1.4em;
	color: #324836;
	}


	
/* = = =  FOOTER  = = = = = = = = = = = = = = = = = = = */

footer {
	padding: 0 0 3em 0;
	background: #324836;
	position: relative;
    z-index: 2;
	}

.footer-wrap {
	width:100%;
	position: relative;
	color: #fc8d55;
	margin-top: 2em;
	}

.footer-logo {
	width: 200px;
	height: 200px;
	display: block;
	margin-right:2em;
	}

.footer-logo img{
	width: 100%;
	}


.footer-menu-box-title {
	display: block;
	margin: auto;
	max-width: 900px;
	padding: 0.5em 2em;	
	}
	
#footer-menu {
	width: 540px;
	column-count: 3;
	margin-right: 1em;	
	}

#footer-menu ul{
	list-style-type: none;
	}

#footer-menu ul li{
	display: list;
	padding: 0;
	font-size:inherit;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	}
	
#footer-menu ul li a{
	color: #fc8d55;
	text-decoration: none;
	}
		
#footer-menu ul li a:hover{
	text-decoration:none;
	color: #ff5757;
	}
	
	
.footer-menu-box-title h4 {
	color: #fc8d55;
	}

.footer-menu-box {
	padding: 1.5em 0em 4em 0em;	
	}

.footer-sponsors-box {
	margin-right: 2em;	
	}
	
.footer-sponsors img {	
	width:50px;
	height:50px;
	}

.footer-sponsors {
	width:50px;
	height:50px;
	background-color: #fc8d55;
	transition: 250ms;	
	margin-bottom:10px;
	}
	
.footer-sponsors:hover {

	}

.footer-florish {
	clear:both;
	display:block;
	position: absolute;
	width:120px;
	right:0;
	}	
	
#sitebystarfish {
	background: url(/wp-content/themes/boogiedownsouth/_inc/img/site_by_neg.svg) no-repeat center;
	display:block;
	width: 100px;
	text-align: center;
	overflow: hidden;
	text-indent: -9999em;
	}

	
	
/* = = =  FORMS  = = = = = = = = = = = = = = = = = = = */

.gform_wrapper {
	}

.gform_wrapper ul, .gform_wrapper li, .gform_wrapper label {
	font-family: "brandon-grotesque",san-serif;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	line-height:0.8em;
	}

.gform_wrapper ul.gfield_radio li label {
	}
	
.gform_wrapper .gsection_description {
	}
	
.gform_wrapper .top_label .gfield_label {
	line-height: 1em;
	}
	
.gform_wrapper .top_label .ginput_total {
	font-size: 1.5em;
	font-weight: 900;
	color: #324836;
	margin-top: 10px;	
	}
	
	
.gform_wrapper .top_label .ginput_container {
	}	

.gform_wrapper .ginput_container .ginput_container_radio ul {
	margin-top: 0;
	}
	
.gform_wrapper .field_description_below .ginput_container_radio {
	margin-top:10px;
	}	
	
.gform_wrapper .gfield {
	margin-top: 0;
	}

.gform_wrapper .gsection {
	margin-top: 60px;
	border-bottom: none;	
	}

.gform_wrapper .gform_fields .gfield{
	padding: 20px 0 0 0;
	}
	
.gform_wrapper .ginput_container .ginput_container_radio {
	padding: 0 0 20px 0;	
	}
	
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top-left-radius: 4em;
	border-bottom-left-radius: 4em;
	}

.gform_button * { 
	color: #324836;
	}

.gform_footer input[type=submit] {background-color: #324836}

.gform_wrapper span.ginput_product_price {color: #324836; font-weight: 700;}	
	
/* = = =  GALLERY  = = = = = = = = = = = = = = = = = = = */

.gallery {
	margin: 30px -5px !important;
	}
    
.gallery-item {
	display: inline-block;
	padding: 1%;
	vertical-align: top;
	margin: 0;
	width: 23%;
	}   

.gallery-item img {
	width: 100%;
	}     

.gallery-item .gallery-caption {
	display: none;
	}

.gallery-item a {
	display: block;
	font-size: 0;
	position: relative;
	}
	
.gallery-item a:hover {
	opacity: 1;
	}

.gallery-item a:before {
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity $transition;
	z-index: 1;
	}

.gallery-item:hover a:before {
	box-shadow: inset 0 0 0 3px $primary-color;
	opacity: 1;
	}

.gallery br {
	display: none;
	} 

.gallery .gallery-columns-4 .gallery-item {
	width: 23%;
	}    

.gallery .gallery-columns-2 .gallery-item {
	width: 50%;
	}
	
	
	
/* = = =  MISC  = = = = = = = = = = = = = = = = = = = */

iframe {
	width:100%;
	}	
	
.alignright {
	clear: right;
	float: right;
	margin: 0px 0px 16px 16px;
}

.alignleft {
	clear: left;
	float: left;
	margin: 5px 16px 28px 0px;
}

.wp-caption-text {
	font-style: italic;
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 3px;
	}

a.back-to-top {
	display: none;
	width: 60px;
	height: 53px;
	position: fixed;
	right: 0;
	bottom: 150px;
	background: #D96E2C;
	border-radius: 30px 30px 8px 8px;
	color: #fff;
	font-family: "brandon-grotesque",san-serif;
	font-weight: 900;	
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	box-sizing: border-box;
	padding: 28px 0 0;
	text-align: center;
	}

a.back-to-top:hover {
	opacity: 0.8;
	}

a.back-to-top:before {
	content: ' ';
	border: 2px solid #fff;
	border-width: 2px 0 0 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 14px;
	right: 21px;
	}

.circler{
	border-radius: 50%;
	text-align: center;
	}
	
/* CROPS ANYTHING INTO A CIRCLE */
.imagecropcircle {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	}	
	
	
/* = = =  800px MOBILE  = = = = = = = = = = = = = = = = = = = */

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

	h1, .blogt1 {	
		font-size: 3.5em;
		}

	h2, blogt2 {
		margin-left: 0px;	
		}

	.home-date {
		font-size: 2.25em;
		max-width: 520px;
		}

	.home-banner {
		height: 530px;
		}	
	
	.footer-announcement {
	
		}
				
	.footer-announcement img {
		height:30px;
		}
		
	.footer-announcement-text {
		display:inline-block;
		}
		
	.home-welcome {
		padding: 3em 2em 2.5em;
		}
		
	.home-welcome p {
		font-size: 1.5em;
		line-height: 1.2em;
		}
		
	.home-welcome p:first-child:first-letter {
		font-size: 4em;
		14px 5px 0px 0px;		
		}
		
	.home-blog {
		padding: 2em 0em 2em;
		}	
		
	.home-blog-section-title {
		padding: 0em 2em;
		}
		
	.home-blog-title{
		}	
		
	.home-blog-title h3 {
		font-size: 1.75em;
		}
		
	.home-content {	
		border-radius: 2.5em 2.5em 0 0;
		margin:0em 1em 0em 1em;
		padding: 3em 3em 3em;
		}
		
	.page-banner {
		padding: 2em 0em 1.25em;		
		}
		
	.page-banner-title h1 {
		font-size: 4em;
		}
		
	.page-subhead {
		font-size: 1em;
		line-height: 1.2em;
		}
		
	.page-content {
		padding: 1em 2em;
		border-left:0px solid #324836;	
		border-right:0px solid #324836;	
		}
		
	.footer-menu-box-title {
		}
		
	.hider {
		display: none;
		}
		
@keyframes logo-in {
	from {opacity:0; height: 20em; padding: 2em 0;} 
	to {opacity:1; height: 25em; padding: 2em 0;}
	}
	
.home-bg-side-img-left {
	display: none;
	}
	
.home-bg-side-img-right {
	display: none;
	}	
		
}


/* = = =  768px MOBILE  = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
	
.footer-announcement {
	font-size: 2.5em;
	}
		
#footer-menu {
	width: 280px;
	column-count: 1;
	}

#footer-menu ul li{
	font-size: 1em;
	line-height: 1em;
	}
	
.home-side-img-left{ 
	display:none;
	}

.home-side-img-right{	
	display:none;	
	}

.home-welcome {
	max-width: 500px;
	}

}

/* = = =  425px MOBILE  = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 425px) {
	
.home-content {
	column-count:1;
	}
	
.home-date img {
	height:30px;
	}
		
.home-date {
	width: 320px;
	font-size: 1.35em; 
    margin-top: -25px;		
	}
	
.footer-announcement {
	font-size: 2em;
	}

.home-banner {
	height: 440px;
	}	
	
@keyframes logo-in {
	from {opacity:0; height: 10em; padding: 3em 0;} 
	to {opacity:1; height: 20em; padding: 3em 0;}
	}
		
.home-welcome {
	border: solid 0px #324836;
	padding: 0em 2em 2.5em;
	}	

}	


/* = = =  375px MOBILE  = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 375px) {
	
body .gform_wrapper .top_label .gfield_left_half, body .gform_wrapper .top_label .gfield_right_half {
	width: 100%;
	}
	
.home-date {
	width:288px;
	}	
}


/* = = =  320px MOBILE  = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 320px) {
	
@keyframes logo-in {
	from {opacity:0; height: 10em; padding: 2em 0;} 
	to {opacity:1; height: 16em; padding: 2em 0;}
	}	

	h1, .blogt1 {	
	font-size: 3em;
	}
		
	.page-banner {
	height: 75px;
	padding: 2em 0em 1.25em;
	}
	
	.page-subhead {
	font-size: 0.7em;
	}
	
}