/*
	Theme Name: ACF Pro
	Theme URI: http://megaphonedesigns.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://megaphonedesigns.com
	Version: 4

	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements.button a {
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- ACF Pro Blue
		- ACF Pro Orange
		- ACF Pro Purple
		- ACF Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;margin: 15px 0;}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding:0 !important;
	z-index: 99999 !important;
}


#mb-formbuilder-container {
	min-height: 1500px !important;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */


body {
	background-color: #ffffff;
	color: #49484b;
	font-weight: 300;
	line-height: 1.35;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	-webkit-backface-visibility: hidden;
	width: 1600px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #037dc5;
	box-shadow: 0 0 150px #322286;
}

p:first-child,
h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0 !important;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child {
    /* margin-bottom: 0 !important; */
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #027dc4;
	font-weight: 900;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

a:hover {
	color: #0ba0f7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

p {
	margin: 0 0 21px;
	padding: 0;
}

.footer-widgets strong {
	color: inherit;
}

ol,
ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

ul li:first-letter,
ol li:first-letter {
	text-transform: uppercase;
}

.entry-content ul {
	display: inline-block;
}

li {
	/* list-style-type: none; */
}

.heart-list li:before {
	content: "\f004";
	font-family: 'FontAwesome';
	margin-right: 10px;
	margin-left: -33px;
}

blockquote {
	background-color: #40a9d7;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	border-radius: 0 100px 0 100px;
	padding: 83px 9%;
	font-family: 'Caveat Brush', sans-serif;
	margin: 0 auto;
	max-width: 80%;
}

body blockquote > * {
	color: #fff;
}


cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

.large-text {
	font-size: 175%;
	display: inline-block;
	line-height: 1.2;
}
.white-text, .white-text > * {
	color: #ffffff;
	text-shadow: 1px 1px 2px #00000061;
}

.white-text a {
	color: #fff;
	/* text-decoration: underline; */
}

.white-text h1,
h1 .white-text {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.14);
	color: #fff;
}

.handy {
	font-family: 'Handy', 'Yanone Kaffeesatz';
	text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 12px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6 {
	visibility: hidden;
}

h1 {
	font-size: 68px;
	font-weight: 500;
	padding: 0;
	margin: 0 auto 35px;
	line-height: 1.2;
	display: block;
	word-spacing: 5px;
	position: relative;
	color: #001d5f;
	text-align: center;
	letter-spacing: 0.5px;
	font-family: 'Golden Ranger', sans-serif;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition:    all 0.15s ease-in-out;
	-ms-transition:     all 0.15s ease-in-out;
	-o-transition:      all 0.15s ease-in-out;
	transition:         all 0.15s ease-in-out;
}


.link-section h1 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

h2 {
	font-size: 49px;
	letter-spacing: 1px;
	color: #342487;
	font-weight: 400;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	margin: 18px 0 27px;
	line-height: 1.18;
	word-spacing: 3px;
	text-align: center;
	font-family: 'Golden Ranger', sans-serif;
	/* text-transform: capitalize; */
}

.home .white-text hr {
	border-color:#fff;
}

hr {
	/* border: none; */
	/* border-top: 8px dotted #9ec400; */
}

h3 {
	font-size: 35px;
	margin: 20px 0 17px;
	line-height: 1.1;
	/* padding: 0 0 15px; */
	letter-spacing: 0;
	font-weight: 700;
	/* border-bottom: 1px solid #ccc; */
	color: #007ac6;
	/* text-transform: capitalize; */
}

h3:last-child {
	border-bottom: none;
}

h4 {
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	color: #70a921;
	font-weight: 600;
	word-spacing: 1px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.featured-image-area {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;
	background-size: cover;
	position: relative;
	background-position: top;
	position: absolute;
	top: 0;
	opacity: 0;
	background-position: 50% 46%;
	animation: fade_in_background 1.5s 1 forwards 0.1s;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.featured-image-area:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	/* top: 0; */
	background: linear-gradient(to bottom, #0000, #0404040f 50%, #342487);
	/* background-attachment: fixed; */
	/* top: -100px; */
}

@keyframes entry_header_fade {
	0% {
	transform: perspective(1300px) rotate(0deg);
	filter: brightness(1);
	}

	100% {
	transform: perspective(1300px) rotate(22deg) scale(1.45);
	filter: brightness(1.1);
	}
}

/*.featured-image-area:before {
	content: '';
	position: absolute;
	width: 150%;
	height: 170%;
	left: -25%;
	top: -50%;
	transform: perspective(1300px) rotate(0deg);
	background: linear-gradient(153deg, #5d49c1 37%, #037dc5 50%, #5c46cc 67%);
	background-attachment: scroll;
	backface-visibility: hidden;
	opacity: 0.75;
	animation: entry_header_fade 5s infinite alternate;
	/* top: -100px;
}*/


@keyframes header_overlay {
	0% {
		transform: scale(1.15) rotate(0deg);
	}

	100% {
		transform: scale(1.85) rotate(8deg);
	}
}

@keyframes fade_in {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade_out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.entry-header:before {
	content: '';
	left: 0;
	top: 0;
	z-index: 9996;
	position: absolute;
	width: 120%;
	height: 100%;
	background: linear-gradient(153deg, #452ebbc4 37%, #037dc5cc 50%, #341ab9c2 67%);
	opacity: 0.5;
	transform: scale(2);
	animation: header_overlay 4s infinite alternate, fade_in 3s 1 forwards;
}

.no-post-thumbnail .featured-image-area {
	display: none;
}

.section-background.featured-image {
	height: 100%;
	position: absolute;
	overflow: auto;
	z-index: 999;
	left: 0;
	top: 0;
	position: fixed;
	height: 700px;
}

@keyframes fade_in_background {
	0% {
		background-color: #767e86;
		opacity: 0;
		transform: scale(1.08);
	}

	100% {
		background-color: transparent;
		opacity: 1;
		transform: scale(1);
	}
}


@keyframes home_buttons {
	0% {
		margin-top:-100%;
		opacity:0;
	}

	100% {
		margin-top:0;
		opacity:1;
	}
}


.page-template-page_blog .featured-image-area {
	top: 0px;
	margin-bottom: -11px;
}

.top-featured-image {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

/* Gallery
--------------------------------------------- */

.gallery {
	/* overflow: hidden; */
	margin: 24px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.gallery:last-child {
	margin-bottom: 0;
}

@keyframes gallery_item {
	0% {
		transform: perspective(500px);
	}

	50% {
		transform: perspective(500px) rotateX(4deg) rotateZ(2deg) scale(1.05);
	}

	100% {
		transform: perspective(500px) rotate(0);
	}
}

.gallery-item {
	float: left;
	margin: 0;
	/* padding: 8px; */
	text-align: center;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	height: 170px;
	margin: 15px 1%;
	backface-visibility: hidden;
	width: 200px;
	transform: perspective(70px) scale(0.96) translateY(0px) rotateY(0deg) rotateZ(-5deg);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition:    all 0.35s ease-in-out;
	-ms-transition:     all 0.35s ease-in-out;
	-o-transition:      all 0.35s ease-in-out;
	transition:         all 0.35s ease-in-out;
}

.circle-gallery .gallery-item {
	width: 220px !important;
	height: 220px !important;
	border-radius: 50%;
	max-width: 100% !important;
	border: 3px solid #735bec;
}

.circle-gallery .gallery .gallery-item img {
	border: 7px solid #ffffff;
	display: block;
	border-radius: 50%;
}

.gallery-item:hover {
    transform: perspective(1050px) scale(1.005) translateY(-1px)  rotateY(-3deg) rotateZ(-5deg) scale(1);
	filter: brightness(1.1);
}

.gallery-item:hover img {
	transform: scale(1.03);
}

.gallery-item:hover img {
	filter: brightness(1.1);
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

.gallery-columns-3 .gallery-item {
	max-width: 31%;
}

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

.gallery-columns-5 .gallery-item {
	max-width: 18%;
}

.gallery-columns-6 .gallery-item {
	max-width: 14.6666%;
}

.gallery-columns-7 .gallery-item {
	max-width: 12.2857%;
}

.gallery-columns-8 .gallery-item {
	max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 9.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: 100%;
	width: 100%;
	object-position: 50% 50%;
	margin: 0;
	/* border-radius: 11px; */
	object-fit: cover;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.85s ease-in-out;
}

.flex-gallery .gallery {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 45px auto;
}

.flex-gallery .gallery:last-child {
	margin-bottom: 0;
}

.flex-gallery .gallery-item {
	flex: 0 0 240px;
	max-width: 47%;
	margin: 12px 1%;
}

.flex-gallery .gallery-item img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	color: #616167;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	border: 2px solid #e6e6e6;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #7d7d83;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #7d7d83;
	font-weight: 300;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	padding: 15px 1%;
}

.button-row .button {
	margin: 15px 1.75%;
	/* max-width: 100%; */
	flex: 0 0 22.35%;
	min-width: 0;
}

.button-row .button:nth-child(4n+1) {
	margin-left: 0;
}

.button-row .button:nth-child(4n+4) {
	margin-right: 0;
}

.button .left-color {
	width: 17px;
	height: 80%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10%;
	border-radius: 0 12px 12px 0;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.embed_download a,
a.button {
	color: #ffffff;
	background-color: #037dc5;
	/* border: 1px solid #ff2602; */
	cursor: pointer;
	padding: 13px 30px;
	display: inline-block;
	margin: 7px 0 18px;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	overflow: visible;
	z-index: 9995;
	text-transform: capitalize;
	font-size: 22px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	border-radius: 4px;
	letter-spacing: 1px;
	text-align: center;
	box-shadow: 10px 6px 9px #00000017;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.before-header .button:before {
	display:none;
}



 
.mejs-controls button {
	border-radius: 0;
}


.white-text.button {
	border-color: #fff;
}


.button:hover,
.embed_download a:hover {
	color: #fff;
	/* background-color: #435498; */
	transform: translate(2px, 2px);
	box-shadow: 6px 2px 7px -2px #0000004a;
}

.button:hover a {
	color: #ffffff;
}

.embed_download {
	text-align: center;
}

.button a,
button a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}




/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
        background-color: #fff;
        clear: both;
        font-size: 18px;
        overflow: hidden;
        position: relative;
        z-index: 9996;
}

.page-template-page_blog .site-inner {
	background-color: transparent;
}

.ACF-pro-home .site-inner {
	font-size: 23px;
}

.ACF-pro-landing .wrap {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */


.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
}

.ACF-pro-home .content {
	margin: 0;
}

.content-sidebar .content-sidebar-wrap {
	width: 1280px;
	max-width: 100%;
	margin: 60px auto;
	display: block;
	overflow: auto;
}

.content-sidebar.no-post-thumbnail .content-sidebar-wrap {
	margin-top: 40px;
}

.content-sidebar .content {
	width: 65%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}

.archive .content {
	padding: 15px 0;
	max-width: 100%;
	width: 1023px;
	max-width: 95%;
	display: block;
	margin: 0 auto;
	float: none;
	text-align:  center;
}

.full-width-content .content {
	/* width: 100%; */
	/* padding-top: 35px; */
}

.page-template-simple_page .content {
	width: 1180px;
	margin: 58px auto;
	max-width: 95%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 35%;
	/* background-color: #f5f5f5; */
	padding: 29px 2%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.content-column {
	min-height: 1px;
}

.one_half {
	width: 46% !important;
}

.one_third {
	width: 31.33% !important;
}

.one_third {
	padding: 0 2%;
}

.one_half:nth-of-type(1) {
	margin-right: 8%;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.page .entry-header,
.single .entry-header {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 9997;
	overflow: hidden;
	background-color: #000;
	min-height: 670px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.entry-header .entry-title h1 {
	margin: 0 auto 21px;
	color: #fff;
	border-bottom: 2px solid #ffffffab;
	padding: 0 0 13px;
}

.entry-header .entry-title h2 {
	font-size: 46px;
	font-weight: 700;
	margin: 0 auto 12px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 0;
}

.entry-header .entry-title h2:nth-child(n+2) {
	/* padding: 12px 0 0; */
}

.no-post-thumbnail.page .entry-header,
.no-post-thumbnail.single .content .entry-header {
	height: auto;
	background-color: transparent;
	margin: 0 auto;
	padding: 204px 3% 48px;
	min-height: 0;
}

.no-post-thumbnail.page.page-template-simple_page .entry-header {
	margin: 0 auto;
	/* padding-bottom: 38px; */
}

.no-post-thumbnail.single .content .entry-header {
	margin-bottom: 0;
}

.no-post-thumbnail.page .entry-header .entry-title,
.no-post-thumbnail.single .content .entry-header .entry-title {
	/* color: #23242e !important; */
	text-shadow: none;
	/* text-align: left; */
	animation: none;
	opacity: 1;
	transform: none;
	padding: 0;
	font-size: 57px;
}

.page-template-page_blog .entry-header {
	width: 100% !important;
	padding: 0;
	margin-top: 40px !important;
}

.page-header {
	text-align: left;
	width: 1180px;
	max-width: 100%;
	margin: 0 0 25px ;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dedede;
}

.no-post-thumbnail .page-header {
	margin-top: 55px;
}

.page-header h1 {
	font-size: 45px;
	width: auto;
	font-weight: 600;
	line-height: 1;
	margin: 0 auto;
	padding: 0 0 0 11px;
	display: block;
	max-width: 100%;
	border-left: 9px solid #d5ae35;
	font-variant: small-caps;
	text-transform: none;
	color: #3d3d3c;
}

.archive .entry-header {
	width: 960px;
	max-width: 95%;
	margin: 55px auto 0;
}

.home .content .entry-header {
	display: none;
}

.page-template-page_blog .entry:nth-of-type(n+2) .entry-header {
	margin: 0 auto;
	max-width: 100%;
}


.entry-title {
	line-height: 1.2;
	margin: 0 auto;
	text-transform: none;
	position: relative;
	z-index: 9996;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 1000px;
	max-width: 98%;
}

.staff-template-default .content .entry-header {
	display: none;
}

.archive .entry-title {
	font-size: 27px;
}

@keyframes entry_title {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.page .entry-title,
.page-title {
	font-size: 50px;
	color: #fff;
	padding: 195px 15px 48px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	letter-spacing: 2px;
	opacity: 0;
	transform: scale(0.9);
	animation: entry_title 1.5s 1 forwards 0.55s;
}

.search .entry-title {
	padding: 0;
	margin-bottom: 26px;
	border: none;
	text-align: left;
}

.content .entry-title a {
	color: #454548;
}

.archive .entry-title a {
	color: #454548;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.page-template-page_blog .entry:nth-of-type(n+2) .entry-title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 0;
	text-align: center;
	border: none;
	animation: none;
	opacity: 1;
	transform: none;
}

.widget-title {
	font-size: 38px;
	font-weight: 300;
	padding: 0;
	margin: 0 auto 35px;
	line-height: 1.2;
	display: block;
	word-spacing: 5px;
	position: relative;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition:    all 0.15s ease-in-out;
	-ms-transition:     all 0.15s ease-in-out;
	-o-transition:      all 0.15s ease-in-out;
	transition:         all 0.15s ease-in-out;
}

.widget-title:after {
	content: '';
	height: 3px;
	width: 250px;
	background-color: #435498;
	display: block;
	margin: 6px auto 0;
	max-width: 100%;
}

.sidebar .widget-title {
	color: #172971;
	text-align: left;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1.2px;
	font-size: 27px;
}


/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 16px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 9px 33px 17px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	text-align: center;
	text-transform: uppercase;
}

.wp-caption-text a {
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	color: #555;
}

.wp-caption-text a:hover {
	color: #ff2606;
}

.wp-caption-text .button {
	background-color: #d6d6d7;
}

.wp-caption-text .button:hover {
	background-color: #95C882;
}

.wp-caption-text .button:hover a {
	color: #95C882;
}

.wp-caption-text .button a{
	font-weight: 300;
	text-transform: uppercase;
	color: #1c3660;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	/* margin-bottom: 30px; */
}

.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Featured Content
--------------------------------------------- */

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}

.entry-more-button {
	line-height: 1;
	background-color: #404040;
	display: inline-block;
	letter-spacing: 0.4px;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.entry-more-button:hover {
	background-color: #95C882;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.entry-more-button a {
	color: #fff;
	padding: 15px 21px;
	display: block;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	/* font-size: 16px; */
	padding: 11px !important;
}

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
	font-size: 18px;
}

body .gform_wrapper
.ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	margin-bottom: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	padding: 0 0 13px !important;
}

.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	padding: 0 1% !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 16px !important;
}

body .gform_wrapper {
	margin: 38px auto;
}

body .gform_wrapper {
	margin: 38px auto 0;
	padding: 14px 4%;
}

body .entry-content .gform_wrapper {
	border: 1px solid #ccc;
}

.top-aligned.main-section .gform_wrapper {
	margin: 0 auto 38px;
}

body .gform_wrapper label.gfield_label {
	font-weight: 300;
	color: #464646;
	font-size: 21px;
}

body .gfield_label {
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ececec;
	padding: 21px;
}

body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .validation_message {
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
	color: #fff;
	background-color: #018cc9;
	cursor: pointer;
	padding: 15px 46px 15px;
	font-size: 18px !important;
	text-align: center;
	min-width: auto;
	display: inline-block;
	margin: 7px 0 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	position: relative;
	overflow: visible;
	z-index: 9995;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	border: none;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all .3s ease-in-out;
}


.gform_footer {
	text-align: center;
	margin: 8px 0 25px !important;
	padding: 0 !important;
	text-align: center;
}

.footer-widgets .gform_footer .button {
	color: #fff;
}

.gform_footer a {
	color: #344e38;
	font-weight: 700;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.gform_footer:hover a {
	color: #95C882;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.gform_wrapper .gform_body {
	width: 100% !important;
}

.gf_progressbar {
	border-radius: 8px !important;
}

.gform_wrapper .gf_progressbar_percentage {
	background-color: #0fe !important;
	border-radius: 8px !important;
}

.gform_wrapper .gfield_required {
	color: #cc394a !important;
	font-size: 20px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.before-header .widget-area {
	display:flex;
	align-items: center;
	justify-content: center;
	width: 1180px;
	margin: 0 auto;
	max-width: 94%;
}

.before-header {
	text-align: center;
	background: #555555;
	padding: 5px 0;
	/* top: 213px; */
	left: 0;
	font-size: 18px;
	overflow: auto;
	line-height: 1;
	z-index: 9999;
	position: relative;
}

.before-header .widget:nth-child(1) a {
	color: #fff;
	font-style: normal;
	/* padding: 3px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.before-header .widget:nth-child(1) a .fas {
	margin-right: 8px;
}

.before-header .widget:nth-child(2) a {
	color: #fff;
	font-style: normal;
	height: 20px;
	width: 20px;
	/* padding: 3px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.before-header a:hover {
	color: #3a2510;
}

.before-header .widget:nth-child(1) {
	float: left;
	/* width: 200px; */
}

.before-header .widget.login-button {
	color: #fff;

}

.before-header .widget.login-button p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.before-header .widget.login-button p .button {
	margin: 4px 13px;
	width: auto !important;
	max-width: 97%;
}

.before-header .row.collapse  {
	display:flex;
	align-items:cen
}

.before-header .widget {
		width: 500px;
		max-width: 100%;
		/* margin: 0 6px; */
		margin: 10px 10px 10px 10px;
}


.before-header .large-5.columns > .row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row wrap;
	text-align: left;
	color: #555;
	font-size: 15px;
}

.before-header .large-5.columns .large-5 {
	flex: 1 0 39%;
	padding: 0;
}

.before-header .large-5.columns .large-2 {
	flex: 1 0 20%;
}

.before-header .large-12.columns {width:100%;}

.before-header .button:hover {
	transform:translateX(3px);
}

.before-header .button {
	display: block;
	float: left;
	padding: 9px 15px;
	width: auto;
	color: #fff !important;
	margin: 2px 5px;
	border: 2px solid #fff;
	background-color: #2a3580 !important;
	color: #ffffff !important;
	font-size: 1em;
	box-shadow: 0px 0px 0px transparent;
}


.large-5.columns .input-group {
  padding-right: 15px;
  margin-bottom: 0px;
  display: table;
  width: 100%;
  margin: 0;
  }
  .large-5.columns .input-group .input-group-label {
    border: none;
    background-color: #018cc9;
    color: #fff;
    text-align: center;
    padding: 0 1rem;
    white-space: nowrap;
    width: 1%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    }
 .large-5.columns .input-group .input-group-field {
    border: none;
    box-shadow: none;
    background-color: #ffffff;
    color: #666666 !important; }
    .large-5.columns .input-group .input-group-field::-webkit-input-placeholder {
      color: #343434; }
    .large-5.columns .input-group .input-group-field::-moz-placeholder {
      color: #343434; }
    .large-5.columns .input-group .input-group-field:-ms-input-placeholder {
      color: #343434; }
    .large-5.columns .input-group .input-group-field::placeholder {
      color: #343434; }


.large-5.columns .hints {
  margin-right: 15px;
  background: rgba(115, 17, 48, 0.93);
  position: absolute;
  width: 13.9em;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none; }

#COMPUTE {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  background-image: none !important;
  vertical-align: middle;
  border: 1px solid transparent !important;
  border-radius: 0;
  background-color: #731130 !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  padding: .45em 1em !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  margin-top: 20px !important; }

.loginLinks {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  }
  .loginLinks a {
    color: #7d7d7d;
    font-size: .9em;
    }
  .loginLinks a:hover {
  	color: #ef3641;
  }
  
  .loginLinks li {
    display: inline;
    margin: 0;
    padding: 0 7px;
    border-right: 1px solid #ececec;
    font-size: 14px;
    }
  .loginLinks li:first-child {
    padding-left: 0; }
  .loginLinks li:last-child {
    border-right: none; }

.mobileLoginLinks {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .mobileLoginLinks a {
    color: #787878;
    font-size: 0.9rem; }
  .mobileLoginLinks li {
    width: 48%;
    display: inline-block; }
    .mobileLoginLinks li:first-child {
      border-right: 1px solid #787878; }
    .mobileLoginLinks li:last-child {
      width: 100%;
      padding-top: 0.8rem; }

.input-group p {
	margin: 0;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 16px;
  box-sizing: border-box !important;
  }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
  }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }



.before-header .widget:nth-child(1) li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.before-header .widget:nth-child(2) li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 7px;
	padding: 0;
	position: relative;
}

.before-header .hidden-text {
    visibility: hidden;
    font-size: 0;
    height: 20px;
    width: 20px;
}

.before-header ul {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-flow: row wrap;
}

.before-header li {
	margin:0 10px;
	padding:0;
}

.before-header .widget:nth-child(2) ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.before-header .widget:nth-child(2) {
	float: left;
	width: auto;
}

.before-header .widget p {
	display: inline-block;
	/* margin: 0 19px; */
	float: none;
	vertical-align: middle;
	width: auto;
}

.before-header .button {
	/* width: 100%; */
	/* display: block; */
	/* float: left; */
	/* padding: 8px 15px; */
	width: 95px !important;
	min-width: 90px;
	border-radius: 4px 4px 30px 4px;
}

.before-header .button:hover {
    /* border: 2px solid #fff; */
    background-color: transparent;
}

.before-header br {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	content: '';
	color: #fff;
	z-index: 10013;
	margin-left: 3px;
}

.before-header br:after {
	content: '';
	background-color: #fff;
	width: 2px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 1;
}

.before-header .widget_nav_menu #menu-social-media .menu-item a {
	font-weight: 700;
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
	display: inline-block;
}

.before-header .widget_nav_menu #menu-social-media .menu-item:hover a {
	color: #9bcc39;
}

.before-header .widget_nav_menu #menu-social-media .menu-item {
	margin: 0 12px;
	text-align: center;
	display: inline-block;
	padding-bottom: 0;
}

.before-header .widget_nav_menu #menu-social-media .menu-item .fa {
	font-size: 22px;
	display: block;
}

.site-header,
.home.no-post-thumbnail .site-header {
	color: #fff;
	top: 0;
	z-index: 9998 !important;
	width: 1600px;
	max-width: 100%;
	/* padding: 15px 0; */
	position: relative;
	/* position: fixed; */
	background: linear-gradient(20deg, #ffffffbf 12%,#6e87d0c9, #342487d9);
	/* border-bottom: 1px solid #f7f7f7; */
	position: fixed;
}

.site-header .widget {
	margin-bottom: 0;
	display: block;
	position: relative;
	z-index: 9999;
}

.site-header .widget:nth-child(1) {
	flex: 0 0 150px;
	line-height: 0;
	font-size: 0;
	z-index: 9999;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 11px 26px 24px;
	/* margin-right: 22px; */
	float: left;
	transform: scale(1);
	animation: logo_main 0.5s 1 forwards;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.site-header.small-header .widget:nth-child(1) {
	animation: logo 0.5s 1 forwards;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

@keyframes logo_main {
	0% {
		flex: 0 0 100px;
		transform: scale(1);
    }

	100% {
		flex: 0 0 150px;
		transform: scale(1) rotate(0deg);
	}
}

@keyframes logo {
	0% {
		flex: 0 0 150px;
	}

	50% {
		flex: 0 0 150px;
		transform: scale(1.05) rotate(-5deg);
	}

	100% {
		flex: 0 0 100px;
		transform: scale(1);
	}
}

.site-header .widget:nth-child(1) img {
	transform: scale(1);
	animation: logo 1.5s 1 forwards 1s;
	-webkit-transition: all .25s ease-in-out 1s;
	-moz-transition:    all .25s ease-in-out 1s;
	-ms-transition:     all .25s ease-in-out 1s;
	-o-transition:      all .25s ease-in-out 1s;
	transition:         all .25s ease-in-out 1s;
}

.site-header.small-header .widget:nth-child(1) img {
}

.site-header.small-header {
	background-color: #3980c6;
	box-shadow: 0 0 9px #00000030;
}

.site-header .widget:nth-child(1):hover {
	transform: scale(1.03);
	backface-visibility: hidden;
}

.site-header .widget:nth-child(1) h1 {
	font-size: 27px;
	margin: 0 auto;
	padding: 0;
	word-spacing: -3px;
	text-transform: uppercase;
}

.site-header .widget:nth-child(1) h1 a {
	color: #fff;
}

.site-header .widget:nth-child(1) h1 a strong {
	color: #d3d3d3;
	font-weight: 300;
}

.site-header .widget:nth-child(1) h1:after {
	display: none;
}

.site-header .widget:nth-child(2) h1 {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0;
}

.site-header .widget:nth-child(2) h1 strong {
	font-size: 150%;
}

.site-header .widget_nav_menu {
	display: inline-block;
	margin: 0;
	width: auto;
	text-align: center;
	position: relative;
	z-index: 9998;
	vertical-align: middle;
	float: right;
	font-size: 0;
	flex: 0 0 auto;
	/* background-color: #000; */
}

/* Title Area
--------------------------------------------- */

.title-area {
        display: none;
	float: left;
	padding: 14px 0;
	width: 340px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	float: none;
	/* display: block; */
	margin: 0 auto;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}

.site-header .widget li {
	border-color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
	position: relative;
}

.site-header .genesis-nav-menu li li {
	margin: 0 auto;
	display: block;
	float: left;
	width: 100%;
	background-color: rgba(52, 57, 60, 0.65);
	text-align: left;
	z-index: 9999;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #95C882;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	display: inline-block;
	font-size: 0;
	/*width: 70%;*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	/* color: #fff; */
	/* font-weight: 700; */
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
	float: none;
	position: relative;
}

.site-header .widget li:nth-child(3):after, .site-header .widget li:nth-child(4):after {
	display:none;

}


.site-header .genesis-nav-menu li:last-child:hover {
	/* transform: translateY(-2px); */
}

.genesis-nav-menu .sub-menu li:last-child:hover {
	transform:none;
}

.site-header .genesis-nav-menu li:last-child:after,
.site-header .genesis-nav-menu li:nth-last-child(2):after {
	display: none;
}

.genesis-nav-menu a {
	display: block;
	padding: 5px 0;
	color: #ffffff;
	line-height: 1;
	font-size: 25px;
	text-shadow: 1px 1px 2px #342487d1;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}




.wf-loading .genesis-nav-menu a {
	visibility: hidden;
}

.genesis-nav-menu .menu-item > a {
	overflow: hidden;
	padding: 12px 4px;
}

.genesis-nav-menu a:hover {
}

.genesis-nav-menu > .menu-item > a {
	cursor: pointer;
	position: relative;
}

.genesis-nav-menu .menu-item:last-child a:hover {
	transform:translateY(-3px);
	border:none !important
}

.genesis-nav-menu .menu-item:last-child a:after {
	display:none;
}

.genesis-nav-menu .menu-item:last-child a {
	background: #332186;
	font-size: 20px;
	padding: 12px 18px 10px;
	border-radius: 6px;
	box-shadow: 10px 6px 9px #00000017;
	border: none !important;
}

.genesis-nav-menu:hover > .menu-item > a {
	/* color: #adadad; */
	text-shadow: 1px 1px 0 #221273;
}

.genesis-nav-menu:hover > .menu-item > a:after {
	content: '';
	width: 95%;
	height: 3px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #001c5e;
	position: absolute;
	bottom: 4px;
	left: 2.5%;
	transform: perspective(45px) rotateX(-45deg) scaleX(0.25);
	backface-visibility: hidden;
	opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.genesis-nav-menu:hover > .menu-item:hover > a:after {
	opacity: 1;
	transform: translateX(0) scaleX(1);
}

.genesis-nav-menu .menu-item .sub-menu {
    opacity: 0;
    position: absolute;
    z-index: 999;
    text-align: left;
    top: 38px;
    width: 100%;
    width: 295px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    /* border-top: 12px solid transparent; */
    opacity: 0;
    pointer-events: none;
    left: auto;
    margin-left: -26px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item {
	background-color: transparent;
	overflow: hidden;
	margin-top: 0;
	float: none;
	display: block; /* inline-block; */
	width: auto;
}


.genesis-nav-menu .sub-menu .menu-item:last-child {
	border-bottom: none;
}
.genesis-nav-menu .sub-menu a {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    padding: 7px 12px; /* 6px 12px; */
    position: relative;
    font-weight: 700;
    margin: 0 auto;
    text-align: left;
    border-left: none;
    /* text-transform: uppercase; */
    background-color: #2c2d31;
    display: block;
    float: left;
    width: 100%;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item {
	border-bottom: 1px solid #7b838a;
}

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child {
	border: none;
}


.genesis-nav-menu .sub-menu .menu-item:hover > a {
	color: #ffffff;
}

.genesis-nav-menu .menu-item:hover .sub-menu a {
	opacity: 1;
}

.genesis-nav-menu:hover .sub-menu .menu-item:hover > a {
	color: #fff;
	background-color: #ff2602;
}

@keyframes menu {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.035);
	}
}

.genesis-nav-menu:hover .sub-menu .menu-item:hover {
	/* animation: menu 0.5s 1 forwards; */
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	transition:         all .4s ease-in-out 0.05s;

}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	opacity: 1;
	transform: translateX(0px) scale(1);
	pointer-events: all;
	-webkit-transition: all .4s ease-in-out 0.05s;
	-moz-transition:   all .4s ease-in-out 0.05s;
	-ms-transition:     all .4s ease-in-out 0.05s;
	-o-transition:      all .4s ease-in-out 0.05s;
	transition:         all .4s ease-in-out 0.05s;
}


.genesis-nav-menu .sub-menu .menu-item .sub-menu {
	display: block;
	float: right;
	position: relative;
	margin: 0;
	opacity: 1;
	/* background-color: #a3c3c2; */
	top: 0;
	z-index: 9999;
	left: 0;
	border: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
	display: block;
	float: right;
	margin: 0;
	border-top: none;
	top: 0;
	opacity: 1;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}


.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:last-child {
	border: none;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:hover {
	/* background-color: #95C882; */
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:hover a {
	color: #ff2602;
	background-color: #32363a;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
	color: #ececec;
	font-size: 13px;
	text-transform: uppercase;
	padding: 4px 20px 4px 32px;
	font-weight: 400;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}



/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0px 6px;
	padding: 0;
	cursor: default;
	/* position: unset; */
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #454142;
	text-align: center;
	position: relative;
	z-index: 9999;
	overflow: visible;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #ffffff;
	content: "\f333";
	display: inline-block;
	font: normal 38px/1 'dashicons';
	margin: 4px auto;
	vertical-align: top;
	width: auto;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.archive .entry {
	padding: 19px 0;
	margin: 0 auto 27px;
	max-width: 92%;
}

.archive .entry-header .entry-meta {
	text-align: center;
	display: none;
}

.entry {
	margin-bottom: 40px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}


.page-template-page_blog .content .entry {
	margin-top: 0;
	width: 960px;
	max-width: 100%;
	padding: 21px 3%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 31px;
}

.page-template-page_blog .entry-image-link img {
	width: 750px;
	max-width: 100%;
}

.page-template-page_blog .content {
	padding: 0 3% 45px;
}

.page-template-page_section .entry-content {
	text-align: center;
}

.page .entry-content {
	background-color: #fafafa;
	margin: 120px auto 0;
	position: relative;
	z-index: 9997; 
}

.no-post-thumbnail .entry-content,
.page .entry-content {
	margin: 0 auto;
}

.page-template-page_blog .entry-content {
	margin: 0 auto;
	max-width: 1024px;
}

.single .content .entry-content {
	width: 860px;
	max-width: 88%;
	margin: 48px auto 29px;
	padding-bottom: 18px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 23px;
	margin-top: 20px;
	/* font-weight: 300; */
}

.entry-content ol,
.entry-content ul,
.sidebar .textwidget ul {
	margin-left: 36px;
}

.entry-content .main-section:not(.size-100) ul {
	margin-left: 21px;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding-left: 13px;
	margin-bottom: 7px;
}

.entry-content ul > li {
	/* list-style-type: none; */
	margin-bottom: 15px;
	line-height: 1.25;
	text-align: left !important;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #7c7c8a;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: left;
}

p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #95C882;
}

.entry-footer {
	max-width: 960px;
	margin: 0 auto;
}

.single .entry-footer {
	display: none;
}

.page-template-page_blog .entry-footer {
	max-width: 100%;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 12px;
}

.single .content .entry-header .entry-meta {
	margin-bottom: 24px;
	margin-top: 80px;
	max-width: 960px;
	margin: 120px auto 13px;
	display: none;
}

.no-post-thumbnail.single .content .entry-header .entry-meta {
	margin: 5px auto 27px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0 0;
	padding: 3px 2%;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #ffffff;
	color: #95C882;
	border: 1px solid #000;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #525252;
	font-size: 19px;
}

.sidebar .widget {
	/* border-radius: 3px; */
	margin-bottom: 30px;
}

.sidebar .gform_wrapper {
	/* border: 2px solid #182a70; */
	margin-top: 11px;
}

.sidebar .gfield {
	width: 100% !important;
	margin-top: 0 !important;
}

.sidebar .gform_title {
	color: #0a1958;
	width: 100%;
	text-align: center;
	font-weight: 300 !important;
	font-size: 25px !important;
	text-align: left;
}

.sidebar .gform_wrapper .gfield_label {
	color: #3941b1;
	font-size: 18px !important;
}

body .sidebar .gform_wrapper .top_label div.ginput_container {
	margin-top: 3px;
}

.sidebar .gform_wrapper .button {
	background-color: #818699;
}

.sidebar .menu-item {
	margin: 0 auto;
	padding-bottom: 5px;
}

.sidebar li a {
	color: #2542b2;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #2d3b73;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	/* background-color: #ffffff; */
	padding: 60px 0;
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
}

.sub-footer .button {
	background-color: transparent;
}

.sub-footer-left,
.sub-footer-right  {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 3%;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	max-width: 100%;
	width: 100%;
	color: #383838;
	clear: both;
	/* overflow: hidden; */
	font-size: 22px;
	text-align: center;
	position: relative;
	z-index: 9996;
	background-color: #f3f3f3;
	overflow: hidden;
}

.footer-widgets > .wrap {
	width: 100%;
	background-color: #fff;
	/* margin: 75px auto; */
}

.hide-footer .footer-widgets {
	display: none;
}

.footer-widgets div.gform_wrapper input[type="text"] {
	border: 1px solid #333 !important;
	border: 1px solid #fff !important;
	padding: 10px 9px !important;
	text-align: center;
	background-color: transparent;
}

.footer-widgets ::-moz-placeholder {
	color: #ffffff;
}

.footer-widgets ::-webkit-input-placeholder {
	color: #ffffff !important;
}

.footer-widgets strong a {
	font-weight: 700;
}

.footer-widgets a:hover {
    /* color: #10ccfa; */
}


.footer-widgets .button a:hover {
	color: #fff;
}

.sub-footer {
	text-align: center;
	font-size: 25px;
	color: #524a4a;
	padding: 75px 0;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	background-color: #fff;
	max-width: 97%;
}

.sub-footer strong {
	text-transform: uppercase;
}

.sub-footer .widget:nth-child(1) {
	padding: 20px 2%;
	max-width: 960px;
	color: #0f2e52;
	font-size: 24px;
	line-height: 1.4;
}

.footer-widgets .widget-area {
	display: block;
	padding: 0;
	width: 100%;
}

.footer-widgets .footer-widgets-1 h3 {margin: 0;padding: 0;border: none;text-align: left;color: #383838;font-size: 16px;font-weight: 800;}

.footer-widgets .footer-widgets-1 {
	background-color: rgba(33, 41, 104, 0.79);
	width: 100%;
	padding: 0;
	background-color: #5f5f5f;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: row wrap;
	background-image: url(https://bransonminigolf.com/wp-content/uploads/2021/04/IMG_9722-1.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 0;
	position: relative;
	overflow: hidden;
}

.footer-widgets .footer-widgets-1:before {
	content: '';
	left: 0;
	top: 0;
	z-index: 9996;
	position: absolute;
	width: 120%;
	height: 100%;
	background: linear-gradient(153deg, #452ebbc4 37%, #037dc5cc 50%, #341ab9c2 67%);
	opacity: 0.5;
	transform: scale(2);
	animation: header_overlay 8s infinite alternate, fade_in 3s 1 forwards;
}


.footer-widgets .mapp-layout {
	margin: 0;
}

.footer-widgets-1 .widget:nth-child(2) {
	flex: 0 0 490px;
	border-radius: 18px;
	overflow: hidden;
	max-width: 94%;
}

.footer-widgets-1 .widget {
	font-size: 15px;
	text-align: left;
	/* margin: 0 20px; */
	vertical-align: top;
	/* font-size: 20px; */
	line-height: 1.3;
	vertical-align: top;
	display: block;
	z-index: 9996;
}

.footer-widgets-1 .widget:nth-child(1) {
	/* width: 50%; */
	/* vertical-align: middle; */
	/* padding: 8px 2%; */
	flex: 0 0 430px;
	color: #212121;
	font-size: 0;
	position: relative;
	margin-right: -51px;
	z-index: 9997;
	min-height: 300px;
	max-width: 94%;
}

.footer-widgets-1 .widget:nth-child(1) img {
	height: 100%;
	object-fit: cover;
	object-position: 0% 50%;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 11px 0 14px -9px #00000063;
}

.footer-widgets-1 .widget:nth-child(1) p {
	margin: 12px 0 8px;
}

.footer-widgets-1 .widget_wpgmp_google_map_widget_class {
	width: 50%;
	margin: 0 auto;
	vertical-align: middle;
}

.footer-widgets-1 .widget:nth-child(2) p {
	margin: 0 auto !important;
}

body .footer-widgets .gform_wrapper {
	margin-top: 0 !important;
	padding: 0 2%;
}

body .footer-widgets .gform_wrapper textarea,
body .footer-widgets .gform_wrapper select,
body .footer-widgets .gform_wrapper input {
	color: #fff !important;
}

.footer-widgets div.gform_wrapper textarea {
	background-color: transparent;
	padding: 15px 20px !important;
}

.footer-widgets-1 .gform_wrapper {
	background-color: transparent;
	border: none;
	padding: 0;
}

.footer-widgets .gform_heading {
	/* display: none; */
	text-align: center;
	margin-bottom: 0 !important;
}

.footer-widgets .gform_wrapper span.gform_description {
	margin: 17px auto 0;
}

.footer-widgets-1 .gform_wrapper input {
	background-color: transparent;
	color: #fff;
}

.footer-widgets .entry-header {
	margin: 0 !important;
}

.footer-widgets .entry-meta {
	display: none;
}

.footer-widgets .entry-title {
	font-size: 19px !important;
	border: none;
	padding: 0;
	animation: none;
	opacity: 1;
	transform: none;
	color: #fff !important;
}

.footer-widgets-1 .widget:nth-child(n+2) .button {
	margin: 14px auto 0;
	/* font-size: 16px; */
	padding: 15px 26px 13px;
}

.footer-widgets-1 .widget .location-info {
	padding: 25px 2%;
	margin: 0 1%;
	background-color: rgba(255, 255, 255, 0.26);
}

.footer-widgets-1 h2 {
	color: #fff;
	margin: 0 0 6px;
	padding: 0 0 5px;
	font-size: 40px;
}


.footer-widgets h1:after {
    background-color: #d2d2d2;
}

.footer-widgets .footer-widgets-2 {
	background-color: #000;
	padding: 120px 5%;
	overflow: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	background: linear-gradient(to bottom, #000 30%, #342190);
	background-attachment: fixed;
}

.footer-widgets .footer-widgets-2 .widget {
	background: linear-gradient(#00000059 65%,#000000), url(https://bransonminigolf.com/wp-content/uploads/2021/05/33626951404_6f5901eab0_o-1024x683.jpg);
	z-index: 9999;
	background-size: cover;
	background-position: 100% 30%;
	background-attachment: fixed, scroll;
	flex: 0 0 800px;
	max-width: 97%;
	padding: 65px 3% 42px;
	border-radius: 12px;
	box-shadow: 0 0 62px 20px #322187;
}

.footer-widgets .footer-widgets-2 .widget p {
	margin-bottom: 9px;
}

.footer-widgets-2 .testimonial_rotator_wrap {
	margin: 0;
	/* padding: 0 48px !important; */
}

.footer-widgets-2 .testimonial_rotator_quote {
	font-size: 15px;
	letter-spacing: -0.5px;
}

.footer-widgets .footer-widgets-2 .widget:nth-child(3) a {
	font-size: 17px;
}

.footer-widgets .widget_nav_menu {
	text-align: center;
	width: 100%;
	background-color: #ffffff;
}

.footer-widgets .widget_nav_menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.footer-widgets .widget_nav_menu .menu-item {
	display: inline-block;
	margin: 0 18px;
	padding: 0;
	position: relative;
}



.footer-widgets .widget_nav_menu .menu-item:last-child {
	margin:0;
}

.footer-widgets .widget_nav_menu .menu-item:nth-child(2):after, .footer-widgets .widget_nav_menu .menu-item:nth-child(3):after {
	display:none;
}

.footer-widgets .widget_nav_menu .menu-item:last-child a {padding: 4px 12px;background: #ff2602;color: #fff;letter-spacing: 0px;}


.footer-widgets .widget_nav_menu .menu-item:after {	content:'|';
	color: #3e3e3e;
	font-size: 15px;
	display: block;
	height:100%;
	width:auto;
	position: absolute;
	right: -20px;
	top: 0;}

.footer-widgets .widget_nav_menu .menu-item .sub-menu {
	display: none;
}

.footer-widgets .widget_nav_menu .menu-item a {
	font-size: 19px;
	color: #3e3e3e;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.footer-widgets .widget_nav_menu .menu-item:hover a {
	/* color: #95C882; */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
	font-weight: 700;
	color: #ffffff;
	font-size: 27px;
	padding: 3px 5px;
	letter-spacing: 2px;
	width: 50px;
	height: 50px;
	background-color: #00b6f7;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
	margin: 0 13px;
	text-align: center;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item .fa {
	font-size: 27px;
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin-top: 9px;
	text-align: center;
}

.fa-instagram:before {
	margin-left: 2px;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item:hover a {
	background-color: #42cbff;
	animation: menu 0.35s 1 forwards;
}

.footer-widgets-2 .widget_nav_menu .menu-item a {
	/* padding: 10px 24px; */
	font-size: 15px;
}

.footer-widgets-2 .widget_nav_menu a:hover {
	transform: translateY(-2px);
}

.footer-widgets-1 .widget:nth-child(3) {
	flex: 0 0 100%;
	margin: 45px 0 0;
	font-size: 29px;
	/* border-top: 1px solid #ccc; */
	/* padding: 19px 0 0; */
	flex: 0 0 1180px;
	max-width: 94%;
	color: #fff;
}

.footer-widgets-1 .widget:nth-child(3) p {
	margin: 0 0 5px;
}

.footer-widgets-4 {
	padding: 8px 2%;
	display: block;
	float: none;
	width: 960px;
	max-width: 95%;
	margin: 0 auto;
	overflow: auto;
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000000;
	/* border-top: 1px solid rgba(0, 0, 0, 0.2); */
	font-size: 15px;
	padding: 28px 3%;
	text-align: center;
	font-weight: 300;
	width: 100;
	margin: 0 auto;
	z-index: 9998;
	position: relative;
	color: #fff;
	font-family: 'Handy', sans-serif;
	text-transform: lowercase;
}

.site-footer > .wrap {
	width: 950px;
	max-width: 95%;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 21px;
}



/*
Page Sections
---------------------------------------------------------------------------------------------------- */
.page-template-page_section .entry {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.page-section-group {
    margin: 0 auto;
    /* background-color: #fff; */
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    /* z-index: 9997; */
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.page-section-group .page-group-wrap {
    margin: 0 auto;
    /* background-color: #fff; */
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 9997;
    align-items: stretch;
    justify-content: center;
}

.page-section-group .page-group-wrap.narrow-group {
	background-color: #fff;
	margin: 85px 0;
	border-radius: 20px;
	overflow: hidden;
	max-width: 93% !important;
}

.page-section-group.static-background {
	background-attachment: fixed;
	backface-visibility: hidden;
}

.main-section-wrapper {
    width: auto;
    /* overflow: auto; */
}


.main-section-wrapper.link-section {
	min-height: 325px;
}

.section-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

.no-hyperlink .section-link {
    pointer-events: none;
}

.main-section p:last-child {
    margin-bottom: 0;
}

.site-inner .main-section {
    /* float: left; */
    width: 100%;
    overflow: visible !important;
    /* height: 500px; */
    position: relative;
    z-index: 9999;
    min-height: 25px;
}

.size-100 {
    height: auto !important;
}

.main-section:not(.size-100) {
    float: left;
    max-width: 100%;
    position: relative;
    z-index: 9999;
    text-align: left;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
    height: 100%;
}

.extra-tall-section, .extra-short-section {
    position: relative;
    z-index: 9999;
}

.main-section:not(.size-100) p {
    /* margin-bottom: 21px; */
}

.extra-tall-section .main-section:not(.size-100) {
    height: 700px;
}

.extra-short-section .main-section:not(.size-100) {
    height: 350px;
}

.main-section .fullwidthbanner-container {
    text-align: left;
}

.main-section:not(.size-100) .post-content {
    display: inline-block;
    width: 100%;
    /* padding: 29px; */
}

.post-content {
    font-size: 25px;
}

.main-section:not(.size-100) .section-padding .post-content {
    /* background-color: #fff; */
}

.main-section:not(.size-100) > * {
    vertical-align: middle;
}

.main-section .top-align {
    vertical-align: top;
    /* position: relative; */
    z-index: 9999;
    float: none;
    display: inline-block;
    width: 100%;
}

.main-section:not(.size-100) .has-padding {
    vertical-align: top;
    display: inline-block;
    width: 600px;
    max-width: 100%;
}

.main-section .no-padding p {
    margin-bottom: 0;
}

.main-section:not(.size-100) .section-padding {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    /* overflow: auto; */
}

.main-section:not(.size-100) .top-align .section-content {
    display: block;
    float: none;
}

.main-section:not(.size-100):before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.main-section.top-aligned:not(.size-100):before {
    vertical-align: top;
}

.main-section.bottom-aligned:not(.size-100):before {
    vertical-align: bottom;
}

.section-content {
    position: relative;
    background-color: transparent;
    width: 100%;
    z-index: 9998;
    /* font-size: initial; */
    /* padding: 40px 3%; */
    /* max-width: 1400px; */
    /* margin: 0 auto; */
    /* float: none; */
    overflow: visible;
}


.section-padding {
    padding: 100px 6%;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    overflow: auto;
    text-align: left;
    overflow: visible;
}

.main-section:not(.size-100) .section-padding {
    /* padding: 30px 6.5%; */
    overflow: inherit;
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}


.extra-short.section-padding {
    padding: 45px 6% !important;
}

.main-section:not(.size-100) .extra-tall.section-padding {
    padding: 64px 8%;
}

.extra-short h1 {
    /* margin-bottom: 19px; */
}

.extra-tall.section-padding {
    padding: 240px 5%;
}

.extra-narrow .wrap {
    padding: 0 6%;
}

.section-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}

.section-background-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* padding: 40px 4%; */
    height: 100%;
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
    -moz-transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
    -ms-transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
    -o-transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
    transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
}

.fixed-image .section-background-image {
    background-attachment: fixed;
}

.background-color {
    position: absolute;
    z-index: 9996;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.main-section:not(.size-100) iframe {
    margin-bottom: 0;
}
/* Post grid ---------------------------------------------*/

.post-grid .grid-items {
	display:flex;
	align-items:stretch;
	justify-content:center;
	flex-flow:row wrap;

}


.layer-wrapper .element_1616446597987 {display: flex;align-items: flex-start;justify-content: flex-start;flex-flow: row wrap;}

.layer-wrapper .categories a {
	color: #ffffff;
	background-color: #ff2602;
	cursor: pointer;
	padding: 10px 34px;
	display: inline-block;
	margin: 5px 0px 18px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	position: relative;
	overflow: visible;
	z-index: 9995;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	border-radius: 0px 0px 25px 0px;
	max-width: 230px;
	text-align: left;
	box-shadow: 10px 6px 9px #0000003b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all .3s ease-in-out;
	}

.item:nth-child(3n+2) .layer-wrapper .post_date a {
	background-color: #387aff;
}

.item:nth-child(3n+3) .layer-wrapper .post_date a {
	background-color: #3b47bd;
}

#post-grid-706 .item {
	overflow:visible;
	margin-top: 20px !important;
	padding: 0 20px 25px !important;
}
.layer-wrapper .post_date {
	margin: -20px 0 0 0;
}

.layer-wrapper .title_link a {
	color: #555555;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
}

.layer-wrapper .post_date a:hover {
	filter: none;
}

.layer-wrapper a:hover {
	filter: brightness(1.45);
}

.layer-wrapper .excerpt_read_more a {
	color: #2b3781;
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	text-transform: lowercase;
	font-weight: 600;
	margin-top: 9px;
}

.layer-wrapper .excerpt_read_more {
	color:#000;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 20px;
	line-height: 1.3;
}


/* Pods pods ---------------------------------------------*/
.home-buttons {
    padding: 85px 0;
    /* background: radial-gradient(circle, rgba(158, 16, 16, 0.9) 70%,rgba(105, 9, 9, 0.91)); */
    background-attachment: fixed;
}

.home-buttons .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1280px;
    /* box-shadow: 0 0 37px rgba(0, 0, 0, 0.53); */
}

.home-buttons .home-button {
    width: 33.33%;
    display: block;
    position: relative;
    z-index: 9996;
    text-align: center;
    flex: 1 0 220px;
    margin: 3px 1% 19px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;
}

.inside-homebuttons .home-buttons .home-button {
	flex: 1 0 300px;
}

.inside-homebuttons .home-buttons .home-button .button_content {
	min-height: 450px;
}

.home-buttons .home-button:nth-child(1),
.home-buttons .home-button:nth-child(2) {
	flex: 1 0 47%;
}

.home-buttons .home-button .button_content {
	position: relative;
	height: 270px;
	overflow: hidden;
}

.home-buttons .home-button:hover .button-words {
	/* background-color: #dc0404e3; */
	/* filter: contrast(1.15) brightness(1); */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.home-buttons .home-button .button-words {
	display: flex;
	align-items:center;
	justify-content:center;
	flex-flow: wrap;
	color: #fff;
	padding: 15px 6%;
	height: 100%;
	width: 100%;
	position: absolute;
	filter: brightness(1.09);
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.home-buttons .home-button .button-words:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.home-buttons .home-button:hover .button-words:before {
}

.home-button > a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9997;
}

.button-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position: 60% 50%;
    /* filter: brightness(0.5) grayscale(100%); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;
}

.home-button:hover {
	transform: translateY(-5px);
}

.home-buttons .button_logo {
    width: 100px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.87);
    border-radius: 100%;
    height: 100px;
}

.home-buttons .button_content:hover .button_logo {
    transform: scale(1.05) translateY(-3px);
    background-color: #fff;
}

.home-buttons .button_title {
    padding: 12px 12px;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.43);
}

.inside-homebuttons .button_title {
	background-color: #000;
}

.dark-titles .home-buttons .button_title {
	background-color: #000;
}

.home-buttons .button_text {
	width:100%;
	/* transform: scale(0.95); */
}

.home-button:hover .button_text {
	/* transform: scale(1); */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.home-buttons .button_text .button {
	font-size: 14px;
	padding: 7px 15px 5px
}

.home-buttons .button_text p {
	margin-bottom: 10px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.38);
}

.home-buttons .button_title h2 {
    font-weight: 300;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    margin: 0;
    /* text-shadow: 2px 1px rgba(0, 0, 0, 0.6), 2px -1px rgba(0, 0, 0, 0.6), -2px 1px rgba(0, 0, 0, 0.6), -2px -1px rgba(0, 0, 0, 0.6); */
}

/*Staff*/

.staff-header {
    background-color: #0a1958;
    background-size: cover;
    padding: 25px 2%;
}

.staff-basics {
	width: 100%;
	float: left;
	margin-bottom: 16px;
}

.staff-members {
	text-align: center;
	display: block;
	width: 1180px;
	max-width: 95%;
	font-size: 0;
	margin: 105px auto;
	float: none;
}

.staff-member {
	margin: 0 auto 47px;
	display: inline-block;
	overflow: auto;
	/* width: 500px; disabled for fullwidth */
	max-width: 100%; /* changed from 46% for fullwidth */
	vertical-align: top;
	text-align: left;
	font-size: 16px;
}

.staff-member:nth-of-type(2n+1) {
	/* margin-right: 5%; disabled for fullwidth */
}

.staff-photo {
	width: 100%;
	display: block;
	float: none;
	margin: 0 auto 15px;
	text-align: left;
}

.staff-photo img {
	display: inline-block;
	float: none;
}

.staff-name {
	text-align: left;
}

.staff-position {
	text-align: left;
	color: #fff;
	font-size: 18px;
}

.staff-name strong {
	font-weight: 300;
	font-style: italic;
}

.staff-name h2 {
	line-height: 1;
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0 0 7px;
	margin: 0 auto 9px;
	font-size: 38px;
	color: #fff;
	font-weight: 300;
	border-bottom: 2px solid #435498;
	text-align: left;
	/* width: 400px; disabled for full width */
}

.staff-bio {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.staff-phone {
	font-size: 18px;
	line-height: 1;
	margin-top: 7px;
	padding-top: 12px;
	border-top: 1px solid #e8e8e8;
}

.staff-email {
	font-size: 18px;
	text-align: left;
}

/*Smash Balloon, Facebook, Instagram*/

body #cff .cff-load-more{
    display: block;
    float: none;
    clear: both;
    border: none;
    background: #eee;
    background: rgba(0,0,0,0.05);
    width: 250px;
    margin: 0 auto;
    min-height: 30px;
    padding: 18px 0px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

body .cff-reviewer-name {
	font-size: 24px;
	margin-bottom: 8px !important;
	width: 100% !important;
	display: block;
	float: left;
	padding: 0 1%;
}

body .cff_owl-item {
	text-align: center !important;
}

body #cff .cff-item {
	border: none !important;
}

body #cff .cff-author .cff-page-name, #cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-page-name, #cff-lightbox-wrapper .cff-author .cff-date {
	width: 100% !important;
	text-align: center !important;
	margin: 0 auto !important;
}

body #cff a:hover, #cff a:focus {
   	text-decoration: none !important;
}

body #cff .cff-review .cff-rating {
	background-color: transparent !important;
	width: 100%;
}

body #cff .cff-review .cff-date {
	display: none;
}

body #cff .cff-review .cff-rating span.cff-rating-num,
body #cff .cff-review .cff-rating span.cff-star {
	color: #433125;
}

body #cff .cff-post-links {
	width: 100%;
	text-align: center;
}

body #cff .cff-author-img {
	display: none;
}

body #cff .cff-review {
	background-color: #fafafa;
	/* width: 30% !important; */
	display: inline-block;
	margin: 75px auto;
	width: 600px !important;
	max-width: 90%;
	padding: 64px 25px !important;
	text-align: center !important;
	font-size: 18px;
	float: none !important;
}

#cff .cff-author {
	pointer-events: none;
}

#cff-lightbox-wrapper .cff-author .cff-page-name {
	width: auto !important;
	text-align: left !important;
}

#cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-date {
	float: left;
	text-align: left !important;
}

body #cff .cff-photo {
	width: 100% !important;
	border: none !important;
}

body #cff .cff-photo img {
	display: block;
	margin: 0 auto !important;
	float: none;
	min-width: 80%;
}

#cff .cff-photo:after,
#cff .cff-event-thumb:after,
#cff .cff-html5-video:after {
	border: none !important;
}

#cff .cff-item {
	padding: 25px 5% !important;
}


/*Odds & Ends*/

.wpsm_panel-group {
	text-align: initial;
}

.rev_slider_wrapper {
	text-align: left;
}

.tp-static-layers .tp-caption {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
}

 .section-background {
   backface-visibility: hidden !important;
}

.section-background-image {
   backface-visibility: hidden !important;
}

.link-section .section-background-image {
	filter: contrast(1.8);
}

.link-section:hover .section-background-image  {
	animation: menu 0.8s 1 forwards;
	filter: contrast(3.1) brightness(.75);
}

.link-section:hover .background-color {
	/* background-color: rgba(28, 33, 66, 0.92) !important; */
}

.link-section:hover h1 {
	color: #fff;
	transform: scale(1.035);
}

.footer-widgets * {
   backface-visibility: hidden !important;
}

body .tablepress tfoot th, body .tablepress thead th {
	background-color: #736058;
	color: #fff;
}

/*Infoboxes*/

.infoboxes {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	width: 1200px;
	max-width: 100%;
	padding: 18px 1%;
	margin: 0 auto;
}

.infobox {
	flex: 0 0 335px;
	font-size: 15px;
	margin: 18px 1.5%;
	max-width: 30%;
}

.infobox h2 {
	font-size: 24px;
	font-weight: 400;
}

.infobox .top-half {
	padding: 24px;
}

.infobox .bottom-half {
	padding: 24px;
}

.infobox .bottom-half p {
	margin-bottom: 15px;
}

.infobox .top-half .button {
	background-color: transparent;
	box-shadow: none;
	border: 2px solid #424243;
}

.infobox .top-half .white-text .button,
.infobox .top-half .white-text .button a {
	color: #fff;
	border-color: #fff;
	font-size: 17px;
	text-align: center;
}

.infobox .top-half .white-text .button {
	padding: 14px 5px;
}

.infobox .top-half .white-text .button:before {
	display: none;
}

.infobox .top-half .white-text .button:hover {
	transform: translateX(2px);
}

/*Icon Rows*/

.icon-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
	width: 1200px;
	max-width: 100%;
}

.icon-row-icon {
	flex: 0 0 180px;
	text-align: center;
	margin: 14px;
	font-size: 15px;
	color: #000;
}

.icon-row-icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin: 0 0 5px;
}

.pricing-section h3 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-section h3 > strong {
	margin: 11px;
}

.pricing-section h3 > strong {
	font-size: 66%;
	color: #071c5e;
	font-weight: 600;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

}


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

	.site-header .genesis-nav-menu li {
		margin: 0 5px;
	}

	.genesis-nav-menu > .menu-item > a {
		font-size: 21px;
	}

}

@media only screen and (max-width: 1100px) {
    .gallery-item {
    	max-width: 48% !important;
    }
}

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

	body .site-container {
		/* margin: 25px auto; */
		/* max-width: 94%; */
	}

	
.genesis-nav-menu .menu-item:last-child a:hover {
	transform:translateY(0);
	border:none !important
}

.genesis-nav-menu .menu-item:last-child a:after {
	display:none;
}

.genesis-nav-menu .menu-item:last-child a {
	background: transparent;
	font-size: 29px;
	padding: 5px 0;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	border: none !important;
}


	.site-inner {
		padding: 0;
		border-top: none;
	}

	.genesis-nav-menu .menu-item a:before {
		display: none;
	}

	.genesis-nav-menu .menu-item:hover a:before {
		display: none;
	}

	.site-header {
		padding: 0;
		border-bottom: none;
		position: relative;
	}

	.site-header .widget-area {
		padding: 0;
		margin: 0 auto;
		text-align:  center;
		max-width: 100%;
	}

	.site-header, .home.no-post-thumbnail .site-header {
		padding: 0;
		position: relative;
		border: none;
		animation: none;
	}

	.site-header .widget:nth-child(1) {
	margin: 28px auto;
	float: none;
	width: 395px;
	max-width: 95%;
	}

	.site-header.small-header .widget:nth-child(1) {
		animation: none;
		flex: 0 0 215px;
	}

	.site-header .widget:nth-child(1) img {
		width: 500px;
	}

	.site-header .widget:nth-child(1) h1 {
		font-size: 35px;
	}

	.genesis-nav-menu {
		opacity: 0;
	}

	.site-header .widget:nth-child(1) .responsive-menu-icon {
		display: none;
	}

	.site-header .widget_nav_menu {
		margin: 0 auto;
		width: 100%;
		right: 0;
		padding: 0;
		float: left;
		width: 100%;
		/* background: linear-gradient(194deg, #2c3d86, #2e84b7); */
		background-color: #1d0984cc;
	}

		#menu-social-media.genesis-nav-menu.responsive-menu {
		display: block !important;
		background-color: transparent;
		padding: 0;
		width: auto;
		margin: 0 auto;
		float: none;
	}
	.genesis-nav-menu.responsive-menu {
		display: none;
		width: 100%;
		background-color: #342387;
		float: left;
		position: relative;
		z-index: 99999;
		padding: 18px 0 18px;
		opacity: 1;
		border-radius: 0 0 0 5px;
	}


	.site-header .widget:nth-child(1) .menu-item {
		display: inline-block;
		float: none;
		width: auto !important;
		margin: 0 12px;
	}


	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		float: left;
		width: 100% !important;
	}

	.nav-primary {
		background-color: #231f20;
	}

	.responsive-menu-icon {
		width: 100px;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin-right: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item,
	.genesis-nav-menu .menu-item:hover > .sub-menu .menu-item {
		border-bottom: none;
		text-align: right;
		margin: 0;
		max-height: none;
		background-color: transparent;
		border-top: none;
		padding-right: 0;
		width: 100% !important;
	}

	.genesis-nav-menu .sub-menu a:after {
		display: none;
	}

	.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
		background-color: transparent;
		color: #fff;
		border: none;
		width: 100% !important;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
		opacity: 1;
	}

	.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
		color: #fff;
		font-size: 15px;
		padding: 8px;
		text-align: center;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
		padding: 3px 0;
		margin-right: 0;
		background-color: transparent;
		font-size: 15px;
		letter-spacing: 0;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		position: static;
		margin: 0 auto 7px;
	}


	.site-header .genesis-nav-menu li:last-child {
		margin-left: 0;
		width: 202px !important;
		display: block;
		margin: 0 auto;
		float: none;
	}

	.genesis-nav-menu .menu-item:last-child:hover a {
		position: static;
		background-color: transparent;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover,
	.genesis-nav-menu .sub-menu .menu-item:last-child:hover a {
		position: static;
		background-color: inherit;
	}

	.genesis-nav-menu .menu-item > a:after {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background: none;
		color: #fff !important;
		line-height: 1;
		padding: 5px 0;
		border: none;
		max-width: 100%;
		text-align: center;
		/* font-size: 17px; */
		text-shadow: none;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {padding: 4px 0px 6px !important;}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 9px 46px 9px 10px;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #ffffff;
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		float: left;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		overflow: auto;
		top: 0;
		text-align: right;
		transform: none;
		pointer-events: all;
	}

	.genesis-nav-menu .menu-item:hover .sub-menu {
		top: 0;
		margin-left: 0;
	}

	.genesis-nav-menu .menu-item > .sub-menu {
		/* display: none; */
		box-shadow: none;
		margin-left: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
		background-color: transparent;
		margin: 0;
		left: auto;
		opacity: 1;
		display: block;
		margin-left: 0.4%;
		border: none;
		margin-bottom: 5px;
	}
	.genesis-nav-menu .sub-menu .sub-menu .menu-item  {
		border: none;
	}

	.genesis-nav-menu .sub-menu .sub-menu .menu-item a {
		padding-top: 0;
		color: #8C8C8C;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
		float: right;
		margin-right: 15px;
	}

	.site-header .widget:nth-child(4) {
		order: 3;
		margin: 0 auto 22px;
		float: none;
		width: 100%;
		text-align: center;
		font-size: 17px;
	}

	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
	.sub-footer .widget-title {
		font-size: 75px;
	}

	.sub-footer-left, .sub-footer-right {
		display: block;
		margin: 0 auto 25px;
		width: 70%;
		min-width: 450px;
	}

	.page-template-page_blog .entry:nth-of-type(n+2) .entry-title {
		font-size: 33px;
	}

	body .main-section-wrapper {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		flex: 1 0 100% !important;
	}

	body .main-section-wrapper.button-box {
		width: 33.33% !important;
	}

	body .main-section-wrapper.button-box .section-padding {
		padding: 51px 2% !important;
	}

    .main-section:not(.size-100):before {
    	vertical-align: middle !important;
    }

    body .main-section:not(.size-100),
    body .main-section:not(.size-100) .post-content p
     {
    	text-align: center !important;
    }

    body .entry-content .main-section:not(.size-100) ul {
    	margin: 0 auto;
    }

    .main-section:not(.size-100) p:last-child {
    	margin-bottom: 0;
    }

    body .main-section:not(.size-100) a.alignright, body .main-section:not(.size-100) img.alignright, body .main-section:not(.size-100) .wp-caption.alignright {
    	margin: 0 auto;
    	float: none;
    }
   .main-section:not(.size-100) iframe {
    	margin-bottom: -15px;
    }
   .main-section:not(.size-100) .button {
    	float: none;
    	margin: 10px auto 5px;
    }

   .main-section:not(.size-100) .section-padding {
    	padding: 76px 7% !important;
    }

    .main-section:not(.size-100) .extra-short.section-padding {
    	padding: 45px 5% !important;
    }

    .extra-narrow .wrap {
    	padding: 0 9%;
    }

    .footer-widgets-2 .widget:nth-child(2) {
    	flex: 1 0 48%;
    }

    .footer-widgets-2 .widget:nth-child(3) {
    	flex: 1 0 48%;
    	border-left: 1px solid #ccc;
    }

    .footer-widgets-2 .widget:nth-child(1) {
    	flex: 0 0 100%;
    	/* border-top: 1px solid #ccc; */
    	/* padding-top: 25px; */
    	max-width: 95%;
    	justify-content: center;
    }

    .footer-widgets div.gform_wrapper textarea {
    	text-align: center;
    }

    h2:after {
    	float: none;
    	margin: 0 auto;
    	display: block;
    	position: relative;
    }

    .content-column {
    	width: 100% !important;
    	margin: 0 auto !important;
    }

    .content-column > * {
    	padding: 0 !important;
    }

    .footer-widgets-2 .widget:nth-child(2) .one_half {
    	width: 46% !important;
    	clear: none;
    }


    .footer-widgets-2 {
    	text-align: center;
    }

       .footer-widgets-2 .widget:nth-child(n+3) {
    	margin: 0 auto 15px;
    }

	.main-section:not(.size-100) .content-column {
		width: 100% !important;
	}

	.entry-title {
		font-size: 35px;
	}

	.page .entry-title,
	.page-title {
		font-size: 46px;
	}


	.staff-basics {
		width: 100%;
		margin: 0 auto 25px;
	}

	a.alignleft, img.alignleft, .wp-caption.alignleft,
	a.alignright, img.alignright, .wp-caption.alignright {
		margin: 0 auto 17px;
		float: none !important;
		display: block;
	}

	.staff-member, .staff-member:nth-of-type(2n+1) {
		max-width: 100%;
		margin: 0 auto 65px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 54px;
	}

	.staff-photo {
		width: 450px;
		max-width: 100%;
	}

    .staff-photo, .staff-bio {
    	height: auto !important;
    }

    .staff-photo {
    	/* padding: 30px 3% 0; */
    }

    h1 {
    	text-align: center !important;
    }

    .before-header br:after {
    	width: 1px;
    }

    .footer-widgets-2 h2 {
    	/* font-size: 29px; */
    }

    .footer-widgets .footer-widgets-2 .widget:nth-child(1) .widget-wrap .textwidget {
    	width: 600px;
    	max-width: 100%;
    	margin: 0 auto;
    }

	.before-header {
		/* padding: 0; */
	}

	.page .entry-header, .single .content .entry-header {
		margin-top: 0;
		/* background-color: #efefef; */
		/* height: 500px; */
	}

	.no-post-thumbnail.page .entry-header, .no-post-thumbnail.single .content .entry-header {
		padding: 45px 4%;
	}

	.page .entry-header .entry-title {
		/* color: #44155c; */
		padding: 30px 3%;
	}

	.content-sidebar .content-sidebar-wrap .content {
		width: 100%;
		margin: 0 auto;
		display: block;
		float: none;
	}

	.sidebar-primary {
		width: 100%;
		text-align: center !important;
		margin: 45px auto;
		float: none;
		border-top: 1px solid #ccc;
	}

	.sidebar-primary .widget {
		width: 600px;
		max-width: 95%;
		margin: 0 auto 30px;
		text-align: center !important;
	}

	.footer-widgets-1 .widget {
		flex: 0 0 100%;
		/* padding: 25px 3%; */
	}

	.footer-widgets-1 .widget:nth-child(1) {
		margin: 0 auto -53px;
		flex: 0 0 515px;
		min-height: 350px;
	}

	.footer-widgets-1 .widget:nth-child(1) img {
		box-shadow: 0 11px 14px -9px #00000063;
	}

	.footer-widgets-1 .widget:nth-child(2) {
		/* flex: 0 0 110px; */
		flex: 0 0 515px;
	}

	h2 {
		text-align: center !important;
	}

	hr {
		/* border-top: 3px dotted #9ec400; */
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .embed_download a, a.button {
		/* font-size: 17px; */
		padding: 22px 30px 17px;
		box-shadow: 8px 5px 7px #0000002b;
	}

	.button:hover {
		box-shadow: 4px 2px 5px -2px #0000004a;
	}

	.button-row .button {
		flex: 0 0 auto;
		margin: 13px !important;
		max-width: 43%;
	}

	blockquote {
		margin-bottom: 35px;
		max-width: 90%;
		font-size: 25px;
	}

	.infobox {
		max-width: 47%;
	}

	.footer-widgets .footer-widgets-1 {
		
	}

}

@media only screen and (max-width: 860px) {
	
	.post-content {
		font-size: 24px;
	}

	.footer-widgets-3 .widget .menu-item a {
		padding: 0;
	}

	.entry-header .entry-title h1 {
		font-size: 57px;
	}

	.entry-header .entry-title h2 {
		font-size: 40px;
	}

	h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 31px;
	}

	.page .entry-title,
	.page-title {
		/* font-size: 30px; */
	}

	body .gform_wrapper .gform_footer input.button,
	body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button,
	body .gform_wrapper .gform_page_footer input[type=submit] {
		font-size: 25px;
		margin-right: 0 !important;
		line-height: 1.2 !important;
	}

	.footer-widgets-4 .widget_nav_menu .menu-item a {
		padding: 8px 5px;
		font-size: 16px;
	}
	.footer-widgets-2 {
		width: 100%;
		max-width: 100%;
	}

	.footer-widgets-3 {
		width: 100%;
		max-width: 100%;
	}

	.single .entry {
		margin-top: 0;
	}

	.page .entry-content {
		background-color: #fff;
		max-width: 960px;
		margin: 0 auto;
	}

	.featured-image-area {
		top: 0;
		/* height: 500px; */
		display: block;
		background-attachment: scroll;
		/* position: relative; */
	}

	.page .entry-header, .single .entry-header {
		min-height: 450px;
	}

	.page-template-page_blog .content {
		margin-top: 0;
	}

	.top-featured-image {
		position: relative;
		top: 0;
	}

	.single .content .entry-header .entry-meta {
		margin-top: 0;
		margin-bottom: 0;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .main-section:not(.size-100) .button {
		/* font-size: 17px; */
		margin-top: 9px;
		letter-spacing: 0.5px;
	}

	a.alignright, img.alignright, .wp-caption.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
		/* width: 100%; */
	}

    .footer-widgets-1 .button {
		float: none;
	}

	.footer-widgets-1 h2 {
		font-size: 42px;
	}

	.testimonial_rotator_wrap {
		padding: 0 !important;
	}


	.one_half:nth-of-type(1) {
		margin-right: 0;
	}


	.one_half {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.post-type-archive-animal .ml-responsive-table .ml-grid {
		width: 100%;
	}

	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 5px !important;
	}

	.fixed-image .section-background-image {
		background-attachment: scroll !important;
	}

	.home-buttons .home-button .button_content {
		min-height: 0;
	}

	.home-buttons .home-button {
		flex: 1 0 100% !important;
	}

		.pum-theme-445 .pum-container, .pum-theme-lightbox .pum-container {
	width:95% !important;
	margin:auto;
	left: 2.5% !important;
}

}

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

	.no-post-thumbnail .page-header {
		margin-top: 0;
	}

	.before-header .large-5.columns .large-5 {
	flex: 1 0 100%;
	margin-bottom: 10px;
	padding: 0;
}

.before-header .large-5.columns .large-2 {
	flex: 1 0 100%;
}


			.pum-theme-445 .pum-container, .pum-theme-lightbox .pum-container {
	max-width:95%;
	margin:auto;
	left: 2.5% !important;
}

	.site-header .widget-area {
		max-width: 100%;
	}


	.site-header .widget:nth-child(1) img {
		/* width: 265px; */
	}

	.site-header .widget_nav_menu {
		position: relative;
		width: 100%;
		float: left;
		margin-top: 0;
	}

	.responsive-menu-icon {
		text-align: center;
	}

	.responsive-menu-icon::before {
		margin-right: 0;
	}

	.genesis-nav-menu.responsive-menu {
		width: 100%;
		text-align: center;
		top: 0;
	}
	.genesis-nav-menu.responsive-menu .menu-item {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item a {
		text-align: center !important;
		width: 100%;
	}

	.entry-header .entry-title h1 {
		font-size: 43px;
		/* padding: 0; */
	}

	.entry-header .entry-title h2 {
		font-size: 33px;
	}

	.entry-content:not(.size-100) .page-header h1 {
		font-size: 38px !important;
	}

	.sub-footer-left, .sub-footer-right {
		min-width: 0;
		padding: 15px 5%;
		width: 100%;
	}

	.sub-footer .widget-title {
		font-size: 45px;
	}
	.footer-widgets-4 {
		padding: 25px 1%;
	}


	.entry-content ol, .entry-content ul {
		margin-left: 6%;
	}

	.ACF-pro-home .site-inner {
		font-size: 20px;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
		/* display: block; */
		/* margin-bottom: 29px; */
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .main-section:not(.size-100) .button {
		/* font-size: 17px; */
	}

	h2 {
		font-size: 40px;
		text-align: center;
		margin: 19px auto 14px;
	}

	.footer-widgets-2 .widget:nth-child(n+3) {
		width: 100%;
	}

	.before-header .wrap {
		text-align: center;
		width: 100%;
		display: block;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.before-header .widget:nth-child(1) {
		/* width: 100%; */
		display: block;
		float: left;
	}

	.section-padding {
		padding: 71px 5%;
	}

	.site-header .widget:nth-child(4) br {
		display: block;
	}

	.site-header .widget:nth-child(4) a {
		width: 100%;
		display: block;
		border: none;
		text-align: center;
		font-size: 21px;
	}
	
	.testimonial_rotator.template-longform .slide {
		font-size: 18px !important;
	}

	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 0 !important;
	}

	.page-template-page_blog .entry:nth-of-type(n+2) .entry-title {
		font-size: 27px;
	}

	.no-post-thumbnail.page .content .entry-header, .no-post-thumbnail.single .content .entry-header {
		margin-top: 31px !important;
	}

	.site-inner {
		margin-top: 0;
	}

	.before-header {
		padding: 15px 3%;
		line-height: 1.2;
	}

	.before-header br {
		display: block;
		height: auto;
		width: auto;
	}

	.before-header br:after {
		display: none;
	}

	.before-header .widget p {
		width: 100%;
		display: block;
		float: left;
		margin: 0 auto;
	}

	.before-header .button {
		margin: 8px auto;
		float: none;
	}

	.widget-title {
		font-size: 33px;
	}

	.footer-widgets-1 .widget:nth-child(2) {
		font-size: 23px;
	}

	.page .entry-header, .featured-image-area, .single .content .entry-header {
		/* min-height: 375px; */
		min-height: 375px;
	}

	.page .entry-header, .single .entry-header {
		/* height: 450px; */
	}

	.footer-widgets .widget-title {
		font-size: 36px;
	}

	.footer-widgets-2 .widget:nth-child(1) {
		/* margin-top: 3px; */
		/* padding-top: 3px; */
	}

	.footer-widgets-2 .widget:nth-child(2) {
		flex: 1 0 100%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.footer-widgets-2 .widget:nth-child(3) {
		border: none;
	}

	.infobox {
		max-width: 100%;
		text-align: center;
	}

	.footer-widgets .widget_nav_menu .menu-item {
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}

	.footer-widgets .widget_nav_menu .menu-item:after {
		display: none;
	}

	.footer-widgets .footer-widgets-2 {
		margin-bottom: 25px;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .embed_download a, a.button {
		font-size: 21px;
		/* padding: 20px 24px 15px; */
		/* letter-spacing: 0; */
	}

	.button-row .button {
		margin: 8px !important;
	}

	.site-header .widget:nth-child(2) h1 {
		font-size: 15px;
	}

}

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

	.button-row .button  {
		max-width: 100%;
		flex: 0 0 280px;
		text-align: center;
	}

	.before-header br {
		display: block;
	}

	.before-header a {
		margin-left: 0;
	}

	.page-template-page_blog .entry-title {
		font-size: 28px;
	}

	.site-header .widget_revslider {
		/* margin: 0; */
	}

	.extra-tall .section-padding {
		padding: 140px 5%;
	}

	h1,
	:not(.size-100) h1 {
		/* font-size: 32px !important; */
	}



	.entry-content:not(.size-100) .page-header h1 {
		font-size: 35px !important;
	}

	.fixed-image .section-background-image {
		background-attachment: scroll;
	}

	.entry-title {
		font-size: 27px;
	}

	.footer-widgets .widget_nav_menu #menu-social-media {
		padding: 15px 0;
	}


	.footer-widgets .widget_nav_menu #menu-social-media .menu-item:last-child {
		margin-bottom: 0;
	}

	td {
		font-size: 15px;
	}
	
	.footer-widgets-1 .widget:nth-child(2) {
		font-size: 20px;
	}

	body .testimonial_rotator_nav {
		width: 100%;
		display: block;
		float: none;
		margin: 25px auto;
		overflow: auto;
		text-align: center;
	}

	.testimonial_rotator_prev, .testimonial_rotator_next {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		display: inline-block;
		margin: 0 14px;
		top: 0 !important;
	}

	.page .entry-header, .featured-image-area, .single .content .entry-header {
		min-height: 400px;
	}
}
