/*
Theme Name: Response Crew Child 
Description: Child theme for Response Crew
Template: response-crew
/* Override Less auto-generated css */

.official-a-team {
	width: 175px;
	padding: 3px;
	margin: 0 auto;
	text-align: center; 
	margin-bottom: 20px; 
	background-color: #ffffff; 
	border: 1px solid #000000; 
	border-radius: 5px;	
	display: block;
}
.official-a-team:before, .official-a-team:after {
	content: '';
	display: table;
	clear: both;
}
.official-a-team img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 461px) {
	#service-select-mobile .select-hide {
		display: block;	
	}
	#service-select-mobile .select-show {
		display: none;	
	}		
}
@media only screen and (max-width: 460px) {
	#service-select-mobile .select-hide {
		display: none;	
	}
	#service-select-mobile .select-show {
		display: block;	
	}
}

/* main */
@media only screen and (max-width: 667px) {
	.main {
	  -webkit-box-shadow: none !important;
	  -moz-box-shadow: none !important;
	  box-shadow: none !important;	
	}
}

/* Footer */
.copyright {
    height: 70px !important;
}
.footer_disclaimer {
	width: 100%;
	padding-left: 15px;
	padding-top: .5em;
	font-size: .8em;
	text-align: center;
	clear: both;
}
@media only screen and (max-width: 667px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.full_page_photo.slider_wrapper {
		height: 480px !important; /* 480px */
	}	
	.full_page_photo.slider_wrapper .flexslider {
		height: 480px !important; /* 480px */
	}	
	.full_page_photo.slider_wrapper .flexslider .container {
		height: 480px !important; /* 480px */
	}	
	.full_page_photo.slider_wrapper .flexslider .item {
		height: 480px !important; /* 480px */
	}	
}
@media only screen and (max-width: 767px) {
	.full_page_photo.slider_wrapper .flexslider .item {
		height: 480px !important; /* 480px */
	}
	.full_page_photo.slider_wrapper .flexslider {
		height: 480px !important; /* 480px */
	}	
	.full_page_photo.slider_wrapper {
		height: 480px !important; /* 480px */
	}	
	.full_page_photo.slider_wrapper .flexslider .container {
		height: 480px !important; /* 480px */
	}	
	.main section {
		padding: 55px 0 0;
	}	
}

