/*!
Theme Name: Check Steve Out Web
Theme URI: http://underscores.me/
Author: Steve Hardin
Author URI: http://checksteveout.com
Description: Showcase stable of horses and their riders.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: checksteveout-web
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Check Steve Out Web is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/


li.bright > span {
    display: inline-block;
}

.alert-message,
.redirect-message,
.long-message{
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.4)
}
.content-contain.alert-message .row-box > .column,
.content-contain.redirect-message .row-box > .column,
.content-contain.long-message .row-box > .column{
    padding: 30px;
}
.alert-message:after,
.redirect-message:after {
    content: '';
    display: block;
    height: 4px;
    background-color: #acf04d;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    z-index: 101;
	-webkit-animation: alert 500ms infinite;
	-moz-animation: alert 500ms infinite;
	-ms-animation: alert 500ms infinite;
	-o-animation: alert 500ms infinite;
	animation: alert 500ms infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}
.alert-message:after{
    background-color: #fff;
}
.message-banner .section-content:after {
    content: '';
    display: block;
    background-color: #acf04d;
    position: absolute;
    width: 2px;
    height: 80%;
    left: 0;
    top: 10%;
    z-index: 101;
	-webkit-animation: alert 500ms infinite;
	-moz-animation: alert 500ms infinite;
	-ms-animation: alert 500ms infinite;
	-o-animation: alert 500ms infinite;
	animation: alert 500ms infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}
/* keyframes */
@-webkit-keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

@-moz-keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

@-ms-keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

@-o-keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

@keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

.led {
	/*display: inline-block;
	position: relative;
	margin: 0 5px 0 0;
	width: 7px; height: 7px;
	border-radius: 50%;
	background-color: rgb(255, 136, 115);
	box-shadow: inset 0px 1px 0px rgba(0,0,0,.1);*/
	-webkit-animation: led .8s infinite;
	-moz-animation: led .8s infinite;
	-ms-animation: led .8s infinite;
	-o-animation: led .8s infinite;
	animation: led .8s infinite;
}

/* keyframes */
@-webkit-keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-moz-keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-ms-keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-o-keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}



.clear-fix{
	display:block;
	height:0;
	clear:both;
	line-height:0;
	font-size:1px;
}
.preclear{
	position: relative;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.callout{
	font-style: italic;
	font-size: 2.25em;
	opacity: 0.7;
	margin: .1em 0 .25em;
}

.wp-block-quote {
    border-left: none;
    /*border-left: 2px solid rgba(0,0,0,0.5);*/
    margin: 20px 0 34px;
    position: relative 
}
.wp-block-quote:before{
    content: '"';
    position: absolute ;
    left: -34px;
    font-size: 7em;
    line-height: 0;
    top: 50px;
    opacity: 0.4;
    font-family: cursive;
}
blockquote p{
	font-size: 1.5em;
    margin: 0 0 10px;
}
blockquote p:last-child{
    margin-bottom: 0;
}
@media screen and (max-width:30rem){
    .wp-block-quote {
        margin: 10px 0 24px;
    }
    blockquote p{
        font-size: 1.3em;
    }
}
.stripe-title{
	display: block;
	width: 100%;
	text-align: center;
    font-size: 2em;
	letter-spacing: .2em;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 5px 0;
	margin-bottom: 10px;
}
.flush .stripe-title{
	width: auto;
	padding: 10px 0 5px;
	margin-bottom: -25px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: none;
	text-align: center;
	z-index: 30;
	position: relative;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: .1em;
}
h3.stripe-title{
	font-size: 1.25em;
}
.column h3 {
    margin-bottom: 5px;
}
.column h2 + h3 {
    margin-top: 0px;
}

/*
============================
Sub-Nav
============================
*/

#sub-nav{
	text-align: center;
	position: relative;
	z-index: 990;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#sub-nav.stickytop + div{
	margin-top: 50px;
}
#sub-nav.stickytop{
	width: 100%;
	position: fixed;
	top: 0;
}
#sub-nav ul{
	margin: 0 0 0 auto;
	padding: 0;
	display: table;
}
#sub-nav ul li{
	display:table-cell;
	list-style-type: none;
}
#sub-nav ul li a{
	padding: 13px 17px;
	font-size: 12px;
	display: inline-block;
	white-space:nowrap;
	text-decoration: none;
}
#sub-nav ul li a{
    position: relative ;
}
#sub-nav ul li a.active:after,
#sub-nav ul li a:hover:after,
#sub-nav ul li a:active:after{
	content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    position: absolute ;
    background-color: rgba(0, 0, 0, 0.25);
}
#sub-nav ul li a > *{
	display: none;
}
@media screen and (max-width:62rem){
	#sub-nav ul li a i.fa{
		display: none;
	}
	#sub-nav ul li.back-to-top a i.fa{
		display: block;
	}
}
@media screen and (min-width:45rem){
	#sub-nav ul li a .text{
		display: block;
	}
}
@media screen and (max-width:45rem){
	#sub-nav ul li a .bullet{
		display: block;
		font-size: 1.3em;
		padding: 0 5px;
	}
}
@media screen and (max-width:33px){
	#sub-nav{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#sub-nav.stickytop:after{
		content: ' ';
		display: block;
		position:fixed;
		right: 0;
		top: 0;
		width: 20px;
		height: 50px;
		z-index: 1002;
		opacity: 0.5;
		background-image: url(/wp-content/themes/checksteveout-foundry/assets/right-scroll-border.png);
		background-repeat: no-repeat;
		background-position: center right;
	}
}
	
/*
============================
Section-Nav
============================
*/

.section-nav{
	text-align: center;
	position: relative;
	z-index: 990;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.section-nav.stickytop + div{
	margin-top: 50px;
}
.section-nav.stickytop{
	width: 100%;
	position: fixed;
	top: 0;
}
.section-nav ul{
	margin: 0 auto;
	padding: 0;
	display: table;
}
.section-nav ul li{
	display:table-cell;
	list-style-type: none;
}
.section-nav ul li a{
	padding: 13px 17px;
	font-size: 12px;
	display: inline-block;
	white-space:nowrap;
	text-decoration: none;
}
.section-nav ul li a{
    position: relative ;
}
.section-nav ul li a.active:after,
.section-nav ul li a:hover:after,
.section-nav ul li a:active:after,
.section-nav ul li.current_page_item a:after,
.section-nav ul li.current-menu-item a:after{
	content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    position: absolute ;
    background-color: rgba(0, 0, 0, 0.25);
}
.section-nav ul li a > *{
	display: none;
}
@media screen and (max-width:62rem){
	.section-nav ul li a i.fa{
		display: none;
	}
	.section-nav ul li.back-to-top a i.fa{
		display: block;
	}
}
@media screen and (min-width:45rem){
	.section-nav ul li a .text{
		display: block;
	}
}
@media screen and (max-width:45rem){
	.section-nav ul li a .bullet{
		display: block;
		font-size: 1.3em;
		padding: 0 5px;
	}
}
@media screen and (max-width:33px){
	.section-nav{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.section-nav.stickytop:after{
		content: ' ';
		display: block;
		position:fixed;
		right: 0;
		top: 0;
		width: 20px;
		height: 50px;
		z-index: 1002;
		opacity: 0.5;
		background-image: url(/wp-content/themes/checksteveout-foundry/assets/right-scroll-border.png);
		background-repeat: no-repeat;
		background-position: center right;
	}
}


.thick-blocks {
  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;  
}
.thick-blocks {
	line-height: 0;
}
.thick-blocks a.block-single {
  /* Just in case there are inline attributes */
  width: 100% !important;
  /*height: auto !important;*/
	height: 300px;
	height: 60vh;
	padding: 0;
	position: relative;
	display: block;
	border-bottom: none!important;

	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
/*	background-size: 110%;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
a.bg0{
	background-color: rgba(0, 69, 99,1)!important;
}
a.bg1{
	background-color: #000000!important;
}
a.bg2{
	background-color: #444444!important;
}
a.bg3{
	background-color: #888888!important;
}
a.bg4{
	background-color: #222222!important;
}
a.color1,
a:link.color1,
a:visited.color1{
	color: #ffffff;
}
.thick-blocks .block-single:hover{
	background-color: #000000!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
/*	background-size: 114%;*/
}
.thick-blocks .block-single .block-copy-container{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: table;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.thick-blocks .block-single:hover .block-copy-container{
	background-color: #000000;
}
.thick-blocks .block-single .block-copy-container .block-copy{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #000000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.thick-blocks .block-single:hover .block-copy-container .block-copy{
	text-shadow: 0px 0px 0px #000000;
}

/*@media (min-width: 1200px) {
  .thick-blocks {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}*/
@media (max-width: 33rem) {
  .thick-blocks {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
  .thick-blocks .block-single {
  border-bottom: 2px #ffffff solid !important;
  }
	
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);*/
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.row-box > .column > .wp-block-kadence-rowlayout.alignwide .kt-row-layout-inner,
.row-box > .column .entry-content > .wp-block-kadence-rowlayout.alignwide .kt-row-layout-inner{
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display:table; table-layout:fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.img-container{
	line-height: 0;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
h2.widget-title {
	font-size: 1.2em;
    font-weight: bold;
}
.widget_nav_menu .menu > li{
	margin-bottom: 5px;
}
.widget_nav_menu li.menu-item-has-children{
	margin: 10px 0;
}
.widget_nav_menu li.menu-item-has-children > a{
	margin-bottom: 5px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.categories-menu li { 
    list-style-type: none ;
}
.categories-menu li.cat-item { 
    display: block;
    padding: 0;
    margin: 0 0 14px;
    border: none;
}
.categories-menu li.cat-item a { 
    display: inline-block;
    position: relative;
    padding: 6px 14px;
    font-size: 1.4em;
    font-weight: normal;
    background-color: rgba(30, 49, 64, 0.5);
    border-radius: 6px
}
    .categories-menu li.cat-item:not(.current-cat) > a:hover { 
        background-color: rgba(30, 49, 64, 0.9);
    }

.categories-menu li.current-cat a,
.categories-menu li.current-cat-parent a{
    background-color: rgba(30, 49, 64, 1);
    font-weight: bold;
}
.categories-menu li.current-cat > a{
    background-color: #666;
}
.categories-menu li.current-cat-parent { 
}

.categories-menu ul.children {
    padding-left: 0.8em;
    margin: 5px 0 5px 1em;
    border-left: 2px #aaa solid;
    width: auto;
}
.categories-menu li.current-cat ul.children,
.categories-menu li.current-cat-parent ul.children {
    border-left-color: #666;
}
	.categories-menu li.current-cat ul.children > li > a:after,
	.categories-menu li.current-cat-parent ul.children > li > a:after {
		content: '';
        display: block;
        position:absolute;
        height:2px;
        width:1.1em;
        left:-0.8em;
        top:12px;
		background-color: #666;
	}

.categories-menu ul.children li.cat-item {
    margin: 2px 0;
}
.categories-menu ul.children li.cat-item a {
    font-size: 1.1em;
    padding: 5px 10px;
}

@media screen and (max-width:60rem){
    .categories-menu ul.children {
        display: none ;
    }
    .categories-menu li.current-cat ul.children,
    .categories-menu li.current-cat-parent ul.children {
        display: block;
    }    
}

.widget_nav_menu ul#menu-urbangelical{
    list-style-type: none ;
    padding: 0;
    margin: 0;
}
.widget_nav_menu #menu-urbangelical li{
    padding: 0;
    margin: 5px 0;
}
.widget_nav_menu #menu-urbangelical li a{
    display: block ;
    padding: 6px 14px;

    font-size: 1.4em;
    
    background-color: rgba(30, 49, 64, 0.5);

    border-radius: 6px
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.lead .column:first-of-type > p:first-of-type,
.column.lead > p:first-of-type,
p.lead,
.has-medium-font-size{
	font-size: 1.4em;
}

.has-large-font-size {
    font-size:2.2em
}

.has-huge-font-size, .has-larger-font-size {
    font-size:3.2em
}

@media (max-width: 32rem) {
    .lead .column:first-of-type > p:first-of-type,
    .column.lead > p:first-of-type,
    p.lead,
    .has-medium-font-size{
        font-size: 1.25em;
        line-height: 1.25;
    }
    .has-large-font-size {
        font-size:1.8em
    }

    .has-huge-font-size, .has-larger-font-size {
        font-size:2.6em
    }
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.title-contain{
	width: 100%;
	clear: both;
    margin: 0 auto;
    padding: 0 15px;
    background-color: transparent;
    opacity: 1;
    z-index: 998;
    position: relative;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
/*.post-thumbnail + .title-contain{
    margin-top: -100px;
}
*/
@media screen and (max-width:60em){
}
@media screen and (min-width:60em){
    .title_position-center_center .hero-shot + .title-contain,
    .title_position-center_center .flex-grid-container + .title-contain{
        position: absolute;
        margin: 0;
	    top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
    .title_position-center_center .hero-shot .title-contain .row-box.accent{
        background-color: transparent;
    }
}
.title-contain .row-box{
	display: flex;
	width:100%;
	padding: 20px;
	flex-direction:column;
	justify-content:space-between;
    align-items:center;
    max-width: 1070px;
}
.site-main .title-contain .row-box{
	padding: 30px;
    border-radius: 6px;
}

.hero-shot + .title-contain .page-title-description{
	font-size: 1.5em
}

.title-contain.bar{
	width: 100%;
	clear: both;
	padding: 0;
    background-color: rgba(246, 246, 246, 0.95);
    opacity: 1;
    position: absolute;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    border-radius: 0;
	top: 0;
    z-index: 998;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.title-contain.bar .row-box{
	padding: 0;
	flex-direction:row;
	justify-content:space-between;
    align-items:center;
    max-width: 1100px;
}
.title-contain .row-box:after{
	content:unset;
}
.title-contain .row-box > *{
	/*flex: 1 1 auto;*/
	margin: 0 auto;
    width: 100%;
}

.title-contain .section-nav ul{
	display: flex;
	text-align: right;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.title-contain .section-nav ul li{
	display: inline-block;
}
.title-contain .section-nav ul li a{
	padding: 10px 10px;
}
@media screen and (max-width:32rem){
    .title-contain .section-nav ul li a{
        padding: 8px 4px;
    }    
}
.post-header .post-thumbnail{
	line-height: 0;
}
.post-header .post-thumbnail IMG{
	width: 100%;
	line-height: 0;
}
.post-header .post-thumbnail.background-fit IMG{
	width: auto;
    margin: 0 auto ;
    display: block ;
}

.bg-color-gray{
     -moz-filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
     -o-filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
     -webkit-filter: grayscale(100%);
     filter: gray;
     filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
}
.hero-shot{
	position: relative;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	background: #fff url('/wp-content/themes/checksteveout-foundry/assets/images/pattern-01-BG-full.png') center center no-repeat;
	background-size: cover;
	height: 90vh;
}
	.hero-shot.background-fit{
        overflow: visible;
        height: auto;
        min-height: unset!important;
	}
	.hero-shot.full-height{
		height: 100vh;
        min-height: 400px;
	}
	.hero-shot.three-quarter-height{
        height: 75vh;
        min-height: 400px;
	}
	.hero-shot.half-height{
		height: 50vh;
        min-height: 400px;
	}
	.hero-shot.quarter-height{
		height: 25vh;
        min-height: 250px;
	}
    @media screen and (max-width:60em){
        .hero-layout-nav-blocks.title_position-bottom_center .full-height{
            height: 50vh;
            min-height: 400px;
        }
        .hero-layout-nav-blocks.title_position-bottom_center .three-quarter-height{
            height: 50vh;
            min-height: 350px;
        }
        .hero-layout-nav-blocks.title_position-bottom_center .half-height{
            height: 40vh;
            min-height: 250px;
        }
        .hero-layout-nav-blocks.title_position-bottom_center .quarter-height{
            height: 30vh;
            min-height: 250px;
        }
    }
	.full-height{
		min-height: 100vh
	}
   .three-quarter-height{
        min-height: 75vh;
    }
	.half-height{
		min-height: 50vh
	}
	.quarter-height{
		min-height: 25vh
	}
    .card .half-height.post-info{
        padding: 2.0vw 2.3vw;
    }
    .card .three-quarter-height.post-info{
        padding: 2.75vw 3.25vw;
	}
    @media screen and (max-width:60em){
        .full-height.mob_scrunch,
        .three-quarter-height.mob_scrunch,
        .half-height.mob_scrunch,
        .quarter-height.mob_scrunch{
            height: auto;
            min-height: unset
        }
    }

/* ========= Hero Layout - Featured ========== */

.hero-layout-title-box .post-thumbnail + .title-contain{
    position: relative;
    bottom: 60px;
}
    .hero-layout-title-box .post-thumbnail.half-height + .title-contain,
    .hero-layout-title-box .post-thumbnail.quarter-height + .title-contain{
        bottom: 30px;
    }

.hero-layout-title-box .page-title-content{
    width: 100%;
}


/* ========= Hero Layout - Normal ========== */

.site-main .hero-layout-normal .title-contain{
	margin-top: -20px;
    padding: 10px 15px;
}


/* ========= Hero Layout - Nav Blocks ========== */

.hero-layout-nav-blocks {
    display: flex;
}
.hero-layout-nav-blocks .post-thumbnail {
    flex: 3;
    position: relative;
    margin: 0;
    background-size: cover;
}
    .hero-layout-nav-blocks .post-thumbnail .page-title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 3.5em;
    }
.hero-layout-nav-blocks .title-contain {
    z-index: 1;
    flex: 1.5;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
}
.hero-layout-nav-blocks .title-contain .row-box{
    margin: 0;
    border-radius: 0;
    font-size: 1em;
    display: flex;
    width: 100%;
    padding: 2vw;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
}
    .hero-layout-nav-blocks .title-contain .__page-subhead {
        font-size: 1.2em;
        line-height: 1.5;
    }

.hero-layout-nav-blocks header{
    align-items: flex-start;
}
.hero-layout-nav-blocks .main-navigation .menu{
    flex-direction: column;
    align-items: stretch;
    padding: 1vw;
}
.hero-layout-nav-blocks .main-navigation .menu a{
    justify-content: flex-start;
}
.hero-layout-nav-blocks .main-navigation a span{
    width: 100%;
    padding: 5px 1vw;
    font-size: 1.5em;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header-position.absolute .hvr-sweep-to-right:before {
  background: #fff;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (min-width:60em){
    .hero-layout-nav-blocks .page-title-content{
        text-shadow: 1px 1px 25px rgba(0,0,0,0.5);
        /*background-color: rgba(0, 0, 0, 0.5);*/
        position: absolute;
        left: -62.5vw;
        right: 36.5vw;
        bottom: 80px;
        padding: 4vh 5vh;
        border-radius: 6px;
        color: #fff!important
    }
    .hero-layout-nav-blocks .page-title{
        color: #fff;
    }
    .hero-layout-nav-blocks .title-contain .__page-subhead {
        font-size: 1.25em;
    }
}
@media screen and (max-width:60em){
    .hero-layout-nav-blocks{
        flex-direction: column;
    }
    .hero-layout-nav-blocks .title-contain{
        /*margin-top: calc(-25vh / 2);
        padding: 15px;*/
    }
    .hero-layout-nav-blocks .post-thumbnail .page-title {
        font-size: 2em;
        line-height: 1.1;
        text-transform: none;
    }
    .hero-layout-nav-blocks .title-contain .row-box{
        padding: 20px;
    }
    .hero-layout-nav-blocks header{
        align-items: flex-start;
    }
}


/* ========= Hero Layout - Fixed Background ========== */


.hero-image-position-fixed .post-thumbnail{
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}
#header-position.has-white-color{
    background: transparent;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 80%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 80%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    color: #fff;
}
#nav_bg + #header-position.has-white-color{
    /*position: relative;*/
    background: transparent;
    filter: none;
    color: #fff;
}
#header-position.has-white-color .main-navigation a.hvr-underbar span:after {
    background-color: #fff;
}
    #header-position.has-white-color .main-navigation .current_page_item a.hvr-underbar span:after {
        border-bottom: 6px solid #fff;
        background-color: transparent;
    }

#header-position.has-white-color .hamburger-inner,
#header-position.has-white-color .hamburger-inner::before,
#header-position.has-white-color .hamburger-inner::after{
    background-color: #fff;
}

#header-position.has-white-color .change-to-white{fill:#fff;}

@media screen and (min-width: 60em) {

    #header-position.has-white-color .change-to-white{fill:#fff;}
}




#header-position.absolute.hero-image-position-fixed{
    position: relative;
    width: 100%;
    padding-bottom: 0;
    background: transparent;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 80%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 80%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    color: #fff;
}
.hero-image-position-fixed.post-header {
    position: unset;
}
.hero-image-position-fixed .post-thumbnail {
    position: absolute;
    top: 0;left: 0;right: 0;
    margin: 0;
    background-size: cover;
    z-index: 0;
}
.hero-image-position-fixed .title-contain {
    z-index: 2;
    flex: 1.5;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    color: #fff;
}
.hero-image-position-fixed .title-contain .row-box{
    border-radius: 0;
    font-size: 1em;
    display: flex;
    width: 100%;
    padding: 25px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 1080px;
}
.hero-image-position-fixed .page-title-content{
    text-shadow: 1px 1px 25px rgba(0,0,0,0.5); 
    padding: 2vw;
    border-radius: 0;
}
.hero-image-position-fixed .page-title{
    color: #fff;
    font-size: 3.5em;
}
.hero-image-position-fixed .title-contain .__page-subhead {
    font-size: 1.2em;
    line-height: 1.5;
}

@media screen and (min-width:60em){
    .hero-image-position-fixed .title-contain .__page-subhead {
        font-size: 1.25em;
    }
}
@media screen and (max-width:60em){
    .hero-image-position-fixed{
        flex-direction: column;
    }
    .hero-image-position-fixed .title-contain{
        padding: 15px;
    }
    .hero-image-position-fixed .post-thumbnail .page-title {
        font-size: 2em;
        line-height: 1.1;
        text-transform: none;
    }
    .hero-image-position-fixed .title-contain .__page-subhead {
        font-size: 1em;
    }
}



/*article.hentry{
    min-height:50vh;
    border: 1px rgba(255, 255, 255, 0.2) solid;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    border-radius: 6px;	
}
*/
.single article.hentry{
    z-index: 1;
    position: relative;
}
.single-podcast article.hentry{
    padding: 30px;
    margin: 30px 30px 70px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.15);
}
#breadcrumbs{
    padding: 10px 0;
    font-size: 0.7em;
}
#breadcrumbs i,
#breadcrumbs svg{
    margin: 0 3px;
}
.blur-bg{
    -webkit-backdrop-filter: saturate(280%) blur(30px);
    backdrop-filter: saturate(280%) blur(30px);
}
.has-header-image.hang-first-element .column:first-of-type{
    margin-top: -25vh;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 1;
    position: relative;
    min-height:50vh;
}


.page-title{
	margin: 0;
	padding: 7px 0;
	text-transform: uppercase;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.title-contain.stickytop{
	width: 100%;
	position: fixed;
	top: 0;
    opacity: 1;
}
.title-contain.bar .page-title{
	font-size: 20px;
    font-weight: bold;
    text-transform: none;
}
*[data-header-position="transparent"] + .site-main .title-contain .page-title{
    font-size: 3.8em;
}
@media screen and (max-width:60rem){
    *[data-header-position="transparent"] + .site-main .title-contain .page-title{
        font-size: 2.5em;
    }
}
.title-contain.stickytop .page-title{
	font-size: 16px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
    .single-listings .entry-content > p:first-of-type{
        font-size: 1.4em;
    }

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.single-event .entry-title {
	border-bottom: 1px #ddd solid;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.clear-padding{
	display:block;
	height:50px;
	clear:both;
	line-height:0;
	font-size:1px;
}
@media screen and (max-width:33rem){
	.clear-padding{
		height:0 !important;
	}
}/*/mediaquery*/

.seo-hidden{
	display:block;
	position:fixed !important;
	left:-99995px !important;
	width:1px !important;
	height:1px !important;
	overflow:hidden !important;
}
img{max-width:100%;}

p:empty,
article:empty,
.column:empty{
	display:none!important;
}

#slides{position:relative;}
.prev-slide,
.prev-slide:link,
.prev-slide:visited,
.next-slide,
.next-slide:link,
.next-slide:visited {
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	font-size: 50px;
	width: 49%;
	color: rgba(255, 255, 255, 0);
	text-decoration: none;
}
.next-slide .fa-fw,
.prev-slide .fa-fw{
	padding: 0 0 5px;
}
.prev-slide:hover,
.prev-slide:active,
.prev-slide:focus,
.next-slide:hover,
.next-slide:active,
.next-slide:focus {
	color: rgba(255, 255, 255, 1.0);
	outline: none;
	text-decoration:none;
}

.legalese{display:block;font-size:10px;}

.tile-container {
	margin: 20px;
}
.tile-container div.tile {
    padding:0;
    margin:20px 2%;
    display:inline-block;
    width:45%;
	vertical-align: top;
	background-color:transparent;
	color: #ffffff;
	/*border-top: 3px #004563 solid;*/
	position: relative;
	text-align: center;
}
.tile-container div.tile-33 {
    padding:0;
    margin:20px 2%;
    display:inline-block;
    width:28%;
	vertical-align: top;
	background-color:transparent;
	color: #ffffff;
	/*border-top: 3px #004563 solid;*/
	position: relative;
	text-align: center;
}
.tile-container h2{
	text-align: left!important;
}
.tile-container a IMG{
	opacity: 0.2;
}
.tile-container div.tile span {
	position: absolute;
	bottom: 42%;
	left: 0;
	right: 0;
	padding: 15px;
	font-size: 24px;
	text-transform: uppercase;
}
@media only screen and (max-width:45rem){
	.tile-container div.tile,.tile-container div.tile-33 {
		padding:0;
		margin:10px 0;
		display:inline-block;
		width:100%;
	}
	.tile-container {
		margin: 20px 0;
	}
	.tile-container IMG{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.tile-container div.tile span {
		bottom: 0;
		font-size: 26px;
		line-height: 1em;
		text-align: left;
	}
}

/* CTA Link Styles */

.watermark-link{
	display: block;
	text-align: right;
	color: rgba(122,122,122,0.48);
	font-size: 1em;
	font-weight: 800;
	line-height: .5;
}

/* TABS */


.tabs-nav {
    margin: 0;
}
.tabs-nav ul {
    list-style: none;
    margin: .6em 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.tabs-nav li {display: inline-block;}
.tabs-nav a {
    display: block;
    padding: 5px 10px;
    border: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase ;
    letter-spacing: 0.15em;
}.tabs-nav a:hover {
    border-bottom-color: #ccc;
}
.tabs-nav a.active {
    border-bottom-color: #ca0406;
}
section.tab {
    display: none;
    margin-bottom: 15px;
    padding: 15px 0;
}
section.tab.active {display: block;}


.current{
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}


/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffffff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

#map-canvas{
	height:66vh;
	min-height: 300px;
	width:100%;
}
.map-canvas-directions{
	position: absolute;
	bottom: -15px;
	left: 50%;
	background-color: #f4f4f4;
	padding: .3em .7em;
	font-size: 1.1rem;
	transform: translateX(-50%);
	box-shadow: rgba(0,0,0,0.5) 0px 1px 0.15em 0em;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	z-index: 2;
	cursor: pointer;
}
.map-canvas-directions:hover{
	background-color: #fff;
	box-shadow: rgba(0,0,0,0.5) 0px 1px 0.4em 0em;
}

.checksteveout-box{
    padding: 1vw;
    margin: 0;
}
.checksteveout-box > *:first-child{
    margin-top: 0;
}
.csoblock-section.highlight{
    border-left:6px solid #888;
}
/*--------------------------------------------------------------
0.0 PAGE-SPECIFIC
--------------------------------------------------------------*/

#page #call-to-action{
	text-align:center;
}
#page #call-to-action{
	font-size:1em;
	font-weight:300;
	margin: 0;
}
@media screen and (max-width:45rem){
	#page #call-to-action{font-size:1.15em;}
}/*/mediaquery*/

.sidebar-social-box.bars{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    background-color: #eee;
}
.sidebar-social-box.bars a{
    display: flex ;
    flex-direction: column ;
    text-align: center ;
    width: 38px;
    bottom: 0px;
    position: absolute ;
    z-index: 2;
}
.sidebar-social-box.bars a span{
    margin-top: auto ;
}

.sidebar-social-box.bars a:nth-child(1){
    left: 40px;
    background-color: #fff000;
    height: calc(60px * .8);
 animation: social-bounce-1 2s infinite;
 -webkit-animation: social-bounce-1 2s infinite;
 -moz-animation: social-bounce-1 2s infinite;
 -o-animation: social-bounce-1 2s infinite;
}

.sidebar-social-box.bars a:nth-child(2){
    left: 80px;
	background-color: #00ff78;
    height: calc(80px * .8);
 animation: social-bounce-2 2.5s infinite;
 -webkit-animation: social-bounce-2 2.5s infinite;
 -moz-animation: social-bounce-2 2.5s infinite;
 -o-animation: social-bounce-2 2.5s infinite;
}
.sidebar-social-box.bars a:nth-child(3){
    left: 120px;
	background-color: #91edf2;
    height: 50px;
}
 
@keyframes social-bounce-1 {
 0% {height: calc(60px * .8);} 
 10% {height: calc(100px * .8);}
 25% {height: calc(70px * .8);}
 30% {height: calc(90px * .8);}
 45% {height: calc(58px * .8);}
 50% {height: calc(96px * .8);}
 55% {height: calc(60px * .8);}
 75% {height: calc(110px * .8);}
 80% {height: calc(70px * .8);}
 90% {height: calc(90px * .8);}
 100% {height: calc(60px * .8);}
}
@keyframes social-bounce-2 {
 0% {height: calc(80px * .8);} 
 10% {height: calc(60px * .8);}
 25% {height: calc(58px * .8);}
 30% {height: calc(80px * .8);}
 45% {height: calc(65px * .8);}
 50% {height: calc(90px * .8);}
 55% {height: calc(65px * .8);}
 75% {height: calc(58px * .8);}
 80% {height: calc(77px * .8);}
 90% {height: calc(70px * .8);}
 100% {height: calc(80px * .8);}
}
 
/*.metaslider .ms-image img {
    -webkit-transform: translateX(-1%) scale(1.05);
    transform: translateX(-1%) scale(1.05);
	-webkit-animation: slider-pan 17s infinite;
	animation: slider-pan 17s infinite;
	-webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.metaslider .flex-active-slide img {
}
@keyframes slider-pan {
 from {
    transform: translateX(1%) scale(1.05);
  }
  to {
    transform: translateX(-1%) scale(1.05);
  }
}

*/


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.simcal-calendar-list .simcal-events{
    display: flex ;
    flex-wrap: wrap;
    
}
.simcal-calendar-list .simcal-event{
    flex: 0 0 33.33%;
    display: flex;
}
@media screen and (max-width:45rem){
    .simcal-calendar-list .simcal-event{
        flex: 0 0 50%;
    }
}
@media screen and (max-width:33rem){
    .simcal-calendar-list .simcal-event{
        flex: 0 0 100%;
    }
}
.simcal-calendar-list .simcal-event-details {
    margin: 5px;
    padding: 10px;
    background: rgba(247, 247, 247, 0.07);
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1px rgba(240, 240, 240, 0.1) solid;
}
.simcal-calendar-list .simcal-event-start-date{
    font-weight: bolder;
    text-transform: uppercase;
}
.simcal-calendar-list .simcal-default-calendar-list ul.simcal-events li.simcal-event{
    margin: 0!important;
}
.simcal-calendar-list .simcal-event h3{
    font-size: 1.25em;
    line-height: 1;
    margin-top: 0;
}
.simcal-calendar-list .simcal-default-calendar-list .simcal-event-details p:first-of-type {
    flex: 1 0 auto; 
}
.simcal-calendar-list .simcal-default-calendar-list .simcal-event-details p:last-of-type {
    margin:0;
}
.simcal-calendar-list .simcal-events-list-container > p{
    text-align: center;
}
.simcal-calendar-list .simcal-day-label{
    display: none
}

.message-banner,
.message-alert,
.redirect-message,
.alert-message{
    display: none;
}
.fancybox-slide .message-banner,
.fancybox-slide .message-alert,
.fancybox-slide .redirect-message,
.fancybox-slide .alert-message{
    width: auto;
    height: auto;
}

.message-banner .msg-title,
.message-alert .msg-title,
.redirect-message .msg-title,
.alert-message .msg-title{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.closed .msg-title{
    font-size: 1.5em;
}

.msg-close{
    position: absolute;
    top: 10px; right: 10px;
    width: auto;
}
.msg-close{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.rotated { 
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.msg-close:hover{
    opacity: 0.8;
    cursor: pointer;
}

.contact-inline .meta{
    margin-right: 15px;
}
.contact-inline .meta:last-of-type{
    margin-right: 0;
}

.single-listings .page-title-content{
    flex-direction: column ;
    width: 100%;
}
.quick-connect-box{
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 99;
    margin: 0 0 15px
}
.quick-connect_form{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
}
.quick-connect_form form{
    display: none;
    padding: 15px;
}
@media screen and (min-width:45rem){
    .single-listings .page-title-content{
        flex-direction: row;
    }
    .quick-connect-box{
        z-index: 99;
        flex: 1;
    }
    .quick-connect_form{
        position: absolute;
        top: calc(100% + 5px);
    }
}