 /*
Theme Name: Ibel Agency WP Custom Theme
Author: Ibel Agency
Author URI: http://ibelagency.com/
Description: Custom Theme for Wordpress designed and developed by Ibel Agency
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

*/

/**
 * Table of Contents:
 *
 * 1.0 - Top Level Styles
 * 2.0 - Header Styles
 * -----------------------------------------------------------------------------
 */

 /* -----------------------------------------------------------------------------
  * -----------------------------------------------------------------------------
  * 1.0 Top Level Styles
  * -----------------------------------------------------------------------------
  * -----------------------------------------------------------------------------*/

.donation-section article>div{
	margin-bottom:20px;
}

.home-box{
	width: 100%;
	/*max-width: 750px;*/
	max-width: 70%;
	/*margin-top:20px;
	margin-top: 1.6667vw;*/
	left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    /* height: 250px; */
    /* top: 25%; */
    /* top: 20.9vw; */
    /* bottom: 0; */
    margin-top: 25px;
    /* position: absolute; */

}
 .home-box2{
 	/*padding-bottom: 20px;
    padding-top: 1px;
	background-color: #ea1c24;*/

 }
/*.home-table{
	left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 0;
    height: 100%;
    padding-top: 260px;
    position: absolute;
}*/
.home-table{
	left: 0;
    right: 0;
    top: 25px;
    height: 100%;
    position: absolute;
}
.page-template-home-template .dis-table{
	display: table;
    width: 100%;
    height: 100%;
}
.page-template-home-template .dis-table-cell{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home-box2{
	/*display: none;*/
}
.home-box h4{
	margin:0;
}

.home-box h4 a{
	display: block;
	padding:14px;
	background-color: #ea1c24;
	color:#fff;
}
.home-box2 h4 a{

	color:#fff;
}

.donation-section .donation-header h4{
	position: relative;
	margin:0;
	padding:10px 10px 10px 40px;
	text-transform: uppercase;
	background-color: #e6e6e6;
	color:#ea1c24;
	cursor: pointer;
}

.donation-section .donation-header h4:before{
	content:"";
	display: block;
	position: absolute;
	top:50%;
	left:20px;
	z-index: 10;
	margin-top:-8px;
	border-left:8px solid #ea1c24;
	border-top:8px solid transparent;
	border-bottom: 8px solid transparent;
}

.donation-section form input[name="submit"]{
	width: 110px;
	height: 34px;
	position: relative;
	z-index: 100;
	opacity: 0;
	cursor: pointer;
}

.donation-section form{
	position: relative;
}

/*The red donation "button"*/
.donation-section form:after{
/*	content:"Donate";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 110px;
	padding:5px 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #ea1c24;
	color:#fff;*/
	display:none !important;
}




/*Donation form display "Donation"*/
/*.BBFormContainer[data-bbox-part-id="49e30d83-da32-4254-9c6a-0d063fe191f1"] .BBFormSectionHeading{
	display:none;
}
*/

.donation-section .donation-content{
	height: 0;
	overflow: hidden;
	background-color: #f5f5f5;
}

.donation-content>div{
	padding:20px;
}

.resource-header>h4{
	position: relative;
	margin:20px 0 0;
	padding:10px 10px 10px 40px;
	text-transform: uppercase;
	background-color:#e6e6e6;
	color:#ea1c24;
	cursor: pointer;
}

.resource-header>h4:after{
	content:"";
	position: absolute;
	top:50%;
	left:15px;
	margin-top:-4px;
	border-top:8px solid #ea1c24;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
}
	.resource-header.closed>h4:after{
		border:none;
		border-bottom:8px solid #ea1c24;
		border-right:8px solid transparent;
		border-left:8px solid transparent;
	}

.resource-body>div>div:after{
	content:"";
	float:none;
	clear:both;
	display: block;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}

.resource-body{
	overflow: hidden;
	background: #f5f5f5;
}

.resource-body p{
	float:left;
	clear:both;
	width: 50%;
	padding:0 20px 0 0;
	margin:0;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}
	.resource-body p:nth-of-type(even){
		clear:none;
		padding:0;
	}

.resource-body p a{
	display: block;
	padding:7px 0 7px 60px;
	font-size: 15px;
}
	.resource-body p:nth-of-type(even) a{
		padding:7px 60px 7px 20px;
	}
	.resource-body p a:hover{
		background-color: #fff;
	}

.statement{
	padding-top:20px;
}

html{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
	overflow-x: hidden;
}

.marg-bot{
	margin-bottom:10px!important; 
}

.no-marg-bot{
	margin-bottom: 0!important;
}

body{
	background: none;
	font-family: "brandon-grotesque",sans-serif;
}
/*
::-webkit-scrollbar { 
	padding-top: 2em;
	width: 6px; 
} 
	::-webkit-scrollbar:window-inactive { 
		width: 0; 
	} 

::-webkit-scrollbar-thumb{
    background: rgba(237,28,36,.8); 
}

::-webkit-scrollbar-track { 
	background: rgba(237,28,36,.5); 
	
} 

:-webkit-scrollbar-track:window-inactive { 
	background: transparent; 
}
:-webkit-scrollbar-thumb:window-inactive { 
	background: transparent; 
}*/

body::-webkit-scrollbar { 
	width: 6px;
	background-color: rgba(255,255,255,0);
	color: rgba(255,255,255,0);
 } /* Track */
::-webkit-scrollbar-track-piece{ 
	background: rgba(237,28,36,.4); 
	/*margin-top: 100px;
	margin-bottom: 80px;*/
} /* Handle */
::-webkit-scrollbar-thumb { 
	background: rgba(237,28,36,.8); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(237,28,36,.2); 
}

header,
footer,
section{
	width:100%;
	max-width: 100%;
}

article,
.div-wrapper{
	width:950px;
	max-width: 90%;
	margin:0 auto;
	padding:20px 0;
}
	.fullsize article{
		width:100%;
		max-width: 100%;
		padding:0;
	}

.left,
.right{
	float:left;
	width:48%;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;
}
	.right{
		float:right;
	}
	.three-col>.left,
	.three-col>.right,
	.three-col article>.left,
	.three-col article>.right{
		width:31%;
	}
		.three-col>.left:first-of-type,
		.three-col article>.left:first-of-type{
			margin-right:3.5%;
		}
a{
	cursor: pointer;
}
	.menu-main-container .menu-item a:hover{
		text-decoration: none;
		color:#ea1c24;
	}
	.menu-main-container .current-menu-item a{
		color: #ea1c24;
	}

ul, 
li{
	margin:0;
	padding:0;
	list-style: none;
}

img{
	max-width: 100%;
}

.clear{
	float:none!important;
	clear:both!important;
	display: block!important;
	width: 0!important;
	height: 0!important;
	margin:0!important;
	padding:0!important;
	line-height: 0!important;
	border:none!important;
}



 /* -----------------------------------------------------------------------------
  * -----------------------------------------------------------------------------
  * 1.0 Header Styles
  * -----------------------------------------------------------------------------
  * -----------------------------------------------------------------------------*/

header{
	position: fixed;
	z-index: 500;
	background-color:#000;
}

header article{
	width: 100%;
	max-width: 100%;
	padding:0;
	text-align: right;
}

header .left,
header .right{
	width:30%;
	padding:0 10px;
}	
	header .right{
		width: 50%;
		text-align: right;
	}

header .logo{
	position: absolute;
	top:0;
	left:10px;
	width: 200px;
	height: 30px;
	padding:8px 0;
	background-image: url("images/Film_Columbus_Final_Logo_WhiteRed.png");
	background-size: auto 25px;
	background-position: left center;
	background-repeat: no-repeat;
}


header a{
	display: block;
	padding:12px 10px;
	font-size:15px;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;
}
	header li:first-of-type a{
	/*	padding-left:0;*/
	}
	header a:hover{
		color:#ea1c24;
	}
	header .facebook,
	header .twitter{
		width: 32px;
		height: 32px;
		padding:5px 0;
		text-decoration: none;
		text-shadow:none;		
		background-image: url("images/film_columbus_website_twittericon-01.png");
		background-size: 25px auto;
		background-position: center center;
		background-repeat: no-repeat;
		color:transparent;
	}
		header .facebook{
			background-image: url("images/film_columbus_website_facebookicon-01-02.png");
		}
	header nav a{
		padding:14.5px 10px 10.5px;
		text-shadow:0 1px 0 rgba(255,255,255,0.2);
	}

header li{
	float:left;
}

header .menu-main-container{
	float:right;
}

header .social{
	float:right;
	padding-right:20px;
}	

section article:first-of-type>h2:first-of-type{
	padding-top: 20px;
}
	.tax-locations_taxonomy article h2:first-of-type,
	.page-template-locations article h2:first-of-type{
		margin:0;
		padding:20px 0;
	}

.loc-menu article{
	padding:30px 0;
}

.loc-cat-list{
	padding-top:20px;
}

.slideshow-wrapper {
	position: relative;
}

.home-slideshow-new{
	display: table-row;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}

.home-slideshow-new>div{
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
}

.home-slideshow-new .home-table{
	display: block;
	top: 46px;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.home-slideshow-new .home-table>div{
	display: table;
	width: 100%;
	height: 100%;
}

.home-slideshow-new .home-table>div>div{
	display: table-cell;
	vertical-align: middle;
}

.home-slideshow-new .home-table img{
	width: auto;
	max-width: 75%;
	height: auto;
	max-height: 50%;
}

 /* -----------------------------------------------------------------------------
  * -----------------------------------------------------------------------------
  * 1.0 Content Styles
  * -----------------------------------------------------------------------------
  * -----------------------------------------------------------------------------*/

body .form-wrapper .option-2 .form-container{
	padding-top:0;
}

.clear-button-wrapper,
.form-current-tab,
.form-tabs{
	width: 100%;
	text-align: center;
}

.form-tabs div{
	display: inline-block;
	width: 200px;
	margin:10px 15px;
	padding:10px 20px;
	background: #e6e6e6;
	text-transform: uppercase;
	cursor: pointer;
}
	.form-tabs div:hover,
	.form-tabs .active{
		background:#ea1c24;
		color:#fff;
	}

.form-current-tab p,
.form-tabs p{
	margin:0;
	padding:8px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
	.form-current-tab p{
		position: relative;
		color:#fff;
		background-color:#ea1c24;
	}

body .clear-button-wrapper p{
	padding:8px;
	text-align: center;
	background-color: #000;
}

.form-current-tab p:after{
	content:"";
	display: block;
	position: absolute;
	top:50%;
	right:6px;
	z-index: 10;
	border-top:7px solid #fff;
	border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -3.5px;
}

.form-wrapper{
	padding-top:40px;
}

.form-wrapper .option{
	display: none;
}
	.form-wrapper .option.active{
		display: block;
	}

.form-wrapper .right{
	width: 60%;
}

.form-wrapper .left{
	width: 40%;
}

.form-wrapper .right .form-container{
	padding: 50px 20px 0;
}

.form-wrapper .left .form-container{
	padding:0 20px;
}

.title-row{
	padding:8px 20px;
	background-color: #e6e6e6;
}

.title-row p{
	margin:0;
	padding:0;
	text-transform: uppercase;
	color:#ea1c24;
}

.title-row p span{
	color:#333;
}

.form-container p{
	margin:20px 0 10px;
	padding:0;
	color:#ea1c24;
	font-size:16px!important;
}

.form-container input{
	width: 100%;
	border-color:#333;
	border-radius: 0;
	color:#333;
}
	.form-container input:focus{
		border-color:#e6e6e6;
	}

.form-container .left-more div,
.form-container .right-more div{
	float:left;
	width: 35%;
}
	.form-container .left-more div:first-of-type,
	.form-container .right-more div:last-of-type{
		width: 60%;
	}
	.form-container .right-more div:last-of-type,
	.form-container .left-more div:last-of-type{
		float:right;
	}

.form-container .left-more:after,
.form-container .right-more:after{
	content:"";
	display:block;
	float:none;
	clear:both;
	width: 0;
	height: 0;
	padding:0;
	margin:0;
}

.form-container textarea{
	min-height: 200px;
	border-color:#333;
}

.submit-wrapper{
	width: 100%;
	max-width: 250px;
	margin-top:30px;
}

.form-container input[type=submit]{
	padding:8px;
	font-size: 17px;
	font-weight: normal;
	background-color:#333;
	color:#ea1c24;
}

.hidden-message-box{
	display: none;
}

.resource-group-items{
	height: 0;
	overflow: hidden;
}

.resource-group-header{
	position:relative;
	padding-left:15px;
	cursor:pointer;
}

.form-container .resource-group-header p{
	margin-top:5px;
}

.resource-group-header:after{
	content:"";
	display: block;
	position: absolute;
	top: 7px;
	left:0;
	border-left:7px solid #ea1c24;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
	.resource-group-header.active:after{
		top: 10px;
		border-top:7px solid #ea1c24;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}

.resource-group-accordion-wrapper>div{
	padding:15px 0;
	background-color:#e6e6e6;
}

.resource-group-items .resource-group-accordion-wrapper>div:after{
	content:"";
	display: block;
	float:none;
	clear:both;
	height: 0;
	width: 0;
	margin: 0;
	padding:0;
}

.form-check-item{
	float:left;
	-mox-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-O-box-sizing:border-box;
	box-sizing:border-box;
	width: 33%;
	padding:2px 0 2px 10px;
	font-size:12px;
	text-transform: uppercase;
}

.form-check-item input:focus,
.form-check-item input{
	float:left;
	width: 10px;
	height: 10px;
	margin:3px 10px 0 0;
	border-color:#333;
	border-radius: 0;
	cursor: pointer;
	-ms-appearance:none;
	-O-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}
	.form-check-item input.checked:focus,
	.form-check-item input.checked{
		background-color:#ea1c24;
	}
	.form-check-item:nth-child(3n+1) {
		clear:both;
	}

.form-check-item span{
	display: block;
	position: relative;
	padding-left:20px;
}

.form-check-item span input{
	position: absolute;
	top:0;
	left:0;
}

.bottom-text{
	padding-top:20px;
}

body .bottom-text *{
	color:#333;
	font-size:12px;
}

body, div, li, h1, h2, h3, h4, h5, h6, p, a{
	font-weight: normal;
}

h1, h2, h3{
	font-size: 34px;
	text-transform: uppercase;
	color:#ea1c24;
}
	h1, h2{
		font-weight: 700;
	}
	.page-id-52 h2{
		color: #fff; 
		font-weight: 400;
	}

h2{
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
}

ul, li, p{
	font-size:17px;
	color:#333;
	margin-bottom: 0;
	font-style: normal;
}
	.page-id-52 ul, .page-id-52 li, .page-id-52 p, .page-id-52 a{
		color: #fff; 
	}
	a,
	.p2,
	.bc2{
		color:#ea1c24;
	}
	.page-id-52 a:hover{
		text-decoration: underline;
		color: #fff;
	}
	a:hover{
		color: #C30;
	}

	.show_hide{
		color:#666;
	}
	.show_hide:hover{
		color: #666;
	}
	
.center-text {
	text-align: center;
}

.padding-left-right span{
	padding-left: 10px;
	padding-right: 10px;
}
	.padding-left-right span:first-of-type{
		padding-left: 0px;
	}
	.padding-left-right span:last-of-type{
		padding-right: 0px;
	}

section:first-of-type{
	padding-top:46px;
}

section p,
section ul{
	padding-bottom: 20px;
}
	.blog-post p,
	.page-template-blog-template p {
		padding-bottom: 10px;
	}
	.resource-wrapper p{
		margin:0;
		padding:0;
	}

.page-id-52 section article {
	/*padding-top: 150px;*/
	text-align: center;
}

.page-id-52 section ul{
	padding-bottom: 30px;
}

.showHide {
	text-align: left;
}

.blog-post{
	padding: 20px 0 20px 10px;
}

.tax-resource_category .blog-post {
	border-bottom: 1px dotted #ea1c24;
}

.tax-resource_category ul{
	padding-left: 28px;
}

.tax-resource_category ul li {
	list-style: disc;
}

.resource-wrapper {
	float:left;
	clear:both;
	width: 45%;
	margin:10px 0;
}
	.resource-wrapper:nth-child(even){
		float:right;
		clear:none;
	}

.resource-wrapper a{
	display: block;
	width: 100%;
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}
	.resource-wrapper a:hover{
		color:#ea1c24;
	}

.four-cols-imgs {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.listing-wrapper{
	padding:25px 20px 15px;
	border-bottom:1px dotted #ea1c24;
}
	.listing-wrapper.featured{
		background-color:rgba(230,49,52,0.1)
	}


.listing-wrapper>p>a{
	display: inline-block;
	min-width:80px;
	margin-right:20px;
}

.listing-wrapper p{
	margin-bottom:10px;
	padding:0;
}

.listing-wrapper>div{
	padding-top:10px;
}

.listing-wrapper>div>p:first-of-type{
	margin-bottom:0;
}


.form-submit input,
.login-submit input{
	border:1px solid #ea1c24;
	background-color: #ea1c24;
}
	.form-submit input:hover,
	.login-submit input:hover{
		background-color: #fff;
		color:#ea1c24;
	}

#loginform p,
#wppb-register-user li{
	margin-bottom:10px;
	overflow: hidden;
}

#loginform label,
#wppb-register-user label{
	float:left;
	clear:both;
	width:40%;
}

#loginform input,
#wppb-register-user input{
	float:right;
	clear:none;
	width: 58%;
}
	#loginform input[type="submit"],
	#wppb-register-user input[type="submit"]{
		float:left;
		width:auto;
	}
	#wppb-register-user label[for="send_credentials_via_email"]{
		width:auto;
	}
	#loginform input[type="checkbox"],
	#wppb-register-user input[type="checkbox"]{
		float:left;
		position: relative;
		top:5px;
		width:auto;
		margin-right:20px;
	}

#wppb-register-user span{
	font-size:12px;
	color: #ea1c24;
}



.read-more-block{
	height: 0;
	overflow: hidden;
}

.show_hidee{
	display: block;
	background-color: #E6E6E6;
	text-align: right;
	padding:6px;
	font-weight: 300;	
}

.show_hidee span{
	color: rgb( 102, 102, 102);
}

.show_hidee.active span:first-of-type,
.show_hidee span:last-of-type{
	display: none;
}
	.show_hidee.active span:last-of-type,
	.show_hidee span:first-of-type{
		display: block;
	}

.page-template-default section p{
	margin-bottom: 0;
	padding-bottom:0;
}


/*************************************************************************************************************************************************/
/*************************************************************************************************************************************************/
/*************************************************************************************************************************************************/


.loc-contact {
	background-color: #ea1c24;
}

.loc-contact-content {
	color: #fff;
	padding: 30px 20px;
	display: block;
}


.loc-contact-content span span{
	margin-left:30px;
}

.loc-cat-link {
	float: left;
	width: 23.5%;
	margin:0;
	padding:10px 2% 0 0;
}
	.loc-cat-link:nth-child(4n){
		padding-right:0;
	}

	.loc-cat-list-mobile a,
	.loc-cat-link a {
		display: block;
		width: 100%;
		background-color: #000;
		text-align: center;
		text-transform: uppercase;
		padding: 10px 0;
	}

.loc-item {
	border-bottom: 1px dotted #ea1c24;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
	.loc-item:last-child {
		border-bottom: none;
		margin-bottom: 20px;
		padding-bottom: 0px;
	}

.loc-head span {
	display: inline-block;
}
	.loc-head .title {
		color: #ea1c24;
		font-size: 20px;
	}

.loc-images {

}

.loc-desc {

}


.bold-text {
	font-weight: bold;
}

.lightgrey-background {
	background-color: #E6E6E5;
}

.loc-wrapper{
	position: relative;
}

.loc-container{
	width:100%;
	overflow: hidden;
}

.loc-images{
	width:950px;
	padding:30px 0;
}

.loc-images div{
	display: inline-block;
	width: 23%;
	height: auto;
	margin:0 2% 0 0;
	cursor: pointer;
}
	.loc-images>div:nth-child(4){
		margin-right:0;
	}

.loc-images a{
	display: block;
	margin:0;
}

.loc-images img{
	max-width: 100%;
	max-height: 100%;
}

.after-arrow{
	position: relative;
}

.loc-arrow{
	display: block;
	position: absolute;
	right:-25px;
	top:50%;
	width:0;
	height: 0;
	margin-top:-12px;
	border-left:12px solid #ea1c24;
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
	cursor:pointer;
}

.hide-me{
	display: none!important;
}

body .featherlight .featherlight-content{
	padding:35px;
	border:8px solid #ea1c24!important;
}

body .featherlight .featherlight-close-icon{
	top:5px;
	right:5px;
	color:#ea1c24;
}

body .featherlight .featherlight-previous,
body .featherlight .featherlight-next{
	position: absolute;
	top:50%;
	left:10px;
	display: block;
	margin-top:-12px;
	border-right:12px solid #ea1c24;
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
	cursor: pointer;
}
	body .featherlight .featherlight-next{
		left:auto;
		right:10px;
		border:none;
		border-left:12px solid #ea1c24;
		border-top:12px solid transparent;
		border-bottom:12px solid transparent;
	}

body .featherlight .featherlight-previous span,
body .featherlight .featherlight-next span{
	display: none;
}

.featherlight .title{
	padding-bottom:20px;
	text-align: center;
	font-size:20px;
	color:#ea1c24;
}

.loc-cat-list-mobile{
	display: none;
	height: 44px;
	overflow: hidden;
	margin-top:30px;
	text-align: center;
	background:#000;
}

.loc-contact-content>span,
.loc-head>span{
	display: inline-block;
}
	.loc-contact-content>span:first-of-type,
	.loc-head>span:first-of-type{
		width: 500px;
		max-width: 100%;
	}
		.loc-contact-content>span:first-of-type{
			width:477px;
		}

header .mobile{
	float:right;
	display: none;
	position: absolute;
	top:12px;
	right:10px;
}

header .menu-tab{
	position: relative;
	width: 30px;
	height: 30px;
	padding:0;
	cursor: pointer;
}

header .menu-tab div:before,
header .menu-tab div:after,
header .menu-tab div{
	position: absolute;
	top:5px;
	left:0;
	height: 3px;
	border-radius: 15px;
	width:100%;
	background: #fff;
}
	header .menu-tab div:before{
		content:"";
		top:6px;
	}
	header .menu-tab div:after{
		content:"";
		top:12px;
	}

header .mobile-menu-wrapper{
	display: none;
	height: 0;
	overflow: hidden;
	background-color: #000;
}
	header .mobile-menu-wrapper.active{
		overflow: scroll;
	}

header .mobile-menu-wrapper>div{
	padding-bottom:60px;
}


header .mobile-menu-wrapper ul{
	display: block;
	width: auto;
	padding:20px 30px 0;
	border-top:1px solid #fff;
}

header .mobile-menu-wrapper .menu-main-container,
header .mobile-menu-wrapper li{
	float:none;
	clear:both;
	display: block;
	text-align: center;
}

header .mobile-menu-wrapper .social{
	float:none;
	clear:both;
	padding:0 30px;
}

header .mobile-menu-wrapper .twitter,
header .mobile-menu-wrapper .facebook{
	display: inline-block;
}

.back{
	position: absolute;
	top:45px;
	padding-left:15px;
}
	.back:before{
		content:"";
		display: block;
		position: absolute;
		top:50%;
		left:0;
		margin-top:-8px;
		border-right:7px solid #ea1c24;
		border-top:7px solid transparent;
		border-bottom:7px solid transparent;
	}

.single-resource_cat section article,
.listing-section article{
	position: relative;
}

.save-check{
	position: absolute;
	right:0;
}

.save-check input{
	position:relative;
	top:-1px;
}

.save-check span{
	padding-left:10px;
}

.menu-item-867:hover a,
.menu-item-867 a:hover,
.menu-item-867 a{
	background-color: #ea1c24;
	color:#fff!important;
}
.marginTop{
	margin-top: 30px;
	margin-top: 2.5vw;
}

/*************************************************************************************************************************************************/
/*************************************************************************************************************************************************/
/*************************************************************************************************************************************************/


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

/*@media only screen and (max-width: 1550px){*/
@media only screen and (max-width: 992px){

  header .logo,
	header article{
		position: relative;
	}

	header article .menu-main-container,
	header article .social{
		display: none;
	}

	header .mobile-menu-wrapper .social,
	header .mobile-menu-wrapper,
	header .mobile-menu-wrapper .menu-main-container,
	header .mobile{
		display: block;
	}
}
@media only screen and (min-width: 1200px){
	.home-box{	
		max-width: 720px;
	}
}

@media only screen and (max-width: 1200px){
	.home-table img{
		width: 65%;
	}	
}
.context-margin{
	/*margin-top: 135px;*/
	margin-bottom: 50px;
	max-width: 50%;
}

@media screen and (max-width: 750px) {
	.context-margin{
	margin-top: 80px;
	}
	.page-template-home-template .dis-table{
		display: block;
	}
	.home-box{
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 475px) {
	.context-margin{
	margin-top: 130px;
	}
	.home-table img{
		width: 60%;
	}
	.homepage-intro article{
		padding-top: 190px;
	}
}

@media only screen and (max-width: 900px){
	
	.form-wrapper .left,
	.form-wrapper .right{
		float:none;
		clear:both;
		width: 100%;
	}
		.form-wrapper .right{
			padding-top:20px;
		}

	.form-wrapper{
		position: relative;
		padding-bottom:60px;
		margin-bottom:40px;
	}

	.form-wrapper .right .form-container{
		padding:20px 20px 0 20px;
	} 

	.form-wrapper .submit-wrapper{
		position: absolute;
		bottom: 0;
		left:0;
		margin:0 0 0 20px;
	}

	.resource-wrapper:nth-child(even),
	.resource-wrapper{
		float:none;
		clear:both;
		width:100%;
	}

	.loc-cat-link:nth-child(4n),
	.loc-cat-link{
		float:none;
		clear:both;
		display: inline-block;
		width:auto;
		min-width: 188px;
		padding:10px 10px 0 0;
	}

	.loc-contact-content>span{
		display: block;
	}
		.loc-contact-content>span:last-of-type{
			margin:10px 0 0 0;
		}

	

}

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


	.resource-header .resource-body p{
		float:none;
		clear:both;
		width: auto;
		padding:0;
	}

	.resource-header .resource-body p a{
		padding:7px 30px;
	}


	article{
		padding-bottom:0;
	}

	.left,
	.right{
		float:none;
		clear:both;
		display: block;
		width:100%;
	}

	.four-cols-imgs div>.left,
	.four-cols-imgs div>.right{
		width: 48%;
		float: left;
		clear: none;
	}

	.mobile-div-wrapper{
		width:1200px;
		max-width: 90%;
		margin:0 auto;
		padding:20px 0;
	}
	.four-cols-imgs div>.left{
		padding-left: 0px;
	}
	.four-cols-imgs div>.right{
		padding-left: 0px;
	}

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

	#menu-main li a {
		visibility: hidden;
	}
	.social li{
		display: none;
	}

	.home-slideshow-new span{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		top: 40%;
	}

	.loc-cat-list{
		display: none;
	}

	.loc-cat-list-mobile{
		display: block;
	}

	.loc-cat-list-mobile .loc-cat-link{
		display: block;
		width: 100%;
	}
}

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

	.loc-contact-content span span{
		display: block;
		margin:10px 0 0;
	}

	.form-check-item{
		width: 50%;
	}
		.form-check-item:nth-child(2n+1){
			clear:both;
		}
		.form-check-item:nth-child(3n+1){
			clear:none;
		}
	.home-box {
	    margin-top: 4%;
	}
}

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


	.form-check-item{
		clear:both;
		width: 100%;
		padding:5px 5px 5px 10px;
	}

}

.page-id-54 article li{
	padding-left: 15px;
}

@media only screen and (min-width: 1850px){
	.home-box{
		margin-top:30px;
		
	}
	.marginTop{
		margin-top: 45px;
	}
}

/* Extra form styles for the production registration form */

form .title-row{
	margin: 20px 0;
}

.form-container .twocol{
	width: 50%;
	float: left;
}

.form-container label{
	/*color: #ea1c24;*/
}

.form-container input,
.form-container textarea,
.form-container select{
	margin-bottom: 10px;
	width: 100%;
}

.form-container select{
	border-color: #333;
    border-radius: 0;
    color: #333;
    background-color: transparent;
    padding: 5px 10px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("https://image.flaticon.com/icons/svg/60/60781.svg");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
}

.form-container .twocol-marg span{
	margin-right: 10px;
	display: block;
}

/*span.wpcf7-not-valid-tip {
	color: #00f;
	margin: -10px 0 10px 0;
}*/


@media only screen and (max-width: 600px){
	.form-container .twocol{
		width: 100%;
		float: none;
	}
	.form-container .twocol-marg span{
		margin-right: 0;
	}
}


