/*
Theme Name: Tiger Eye Child
description: Client Theme - Tiger Eye
Template: tiger-eye-parent
Version: 1.0.0
Text Domain: tiger-eye-child
Author: BCW
*/

h1, h2, .banner-overlay, .tagline {font-family: 'Work Sans', sans-serif;}
.btn:hover {background:var(--color-1); color:#fff;}
.over {overflow: hidden;}

.clearspace {clear: both; height: 30px;}


#team-section {background:var(--color-4);padding:50px 0;}
.team-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	opacity: 0;
	transition: all ease 1s;
	margin: 0 10px;
}
.team-box:hover .team-content {
	opacity: 1;
	transition: all ease 1s;
}
.agent img {
	width: 100%;
}
.team-box {
	position: relative;
	padding: 0 10px;
}

.flexctr {display: flex; justify-content: center;}



.about-us-content img {width:500px; height: auto;}

.page-id-313 #team-section {display: none;}

.business-info h2, #contact-page-form h2 {font-size: 34px;}

.contact-information {display: flex; justify-content: center;}


@media screen and (max-width:1200px){
    .bottomtext {clear: both; margin-top: 20px;}
}
@media screen and (max-width:991px){
    	.team-box {
		padding-bottom: 10px;
	}
	.team-content {
		position: relative;
		color: #000;
		display: block;
		opacity: 1;
		background: transparent;
		padding: 10px 0;
	}
}