/*
Theme Name: Keystone Child
description: Client Theme - Keystone
Template: keystone-parent
Version: 1.0.0
Text Domain: keystone-child
Author: BCW
*/

.logo-container img {width:250px;}

/* Gallery Page */
.gallery-wrap img {margin:20px auto;}

#references #gallery-section {padding: 0;background:none;}

.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;margin-bottom:15px;
    width:33.3%; flex: unset;
}


.page-id-240 #main-interior, .page-id-238 #main-interior {padding-top:0;}
.page-id-240 .news-scroll-down {display: none;}

.page-id-234 #quick-apply {display: none;}

.page-id-238 .position h3 {text-align: left;}
.page-id-238 .toggle-content {font-size: 18px;}

/* -- YOUTUBE VIDEO -- */
.youtube-wrap {background:#fff; margin-bottom: -30px; padding-top: 100px;}
.youtube-outter {width:800px; max-width: 100%;}
.youtube { position: relative;  max-width: none; margin: 15px auto;  padding-top:56%;}
.youtube iframe, .youtube object, .youtube embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }

.toggle-content {text-align: left;}

.team-name {margin: 5px 0; font-size: 1.3em;}
.team-title {margin: 5px 0;}

#botimg {background:#fff;}

.vidbed iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.vidbed{
	padding-bottom: 75%;
}

.team-title a {color: #fff !important;}
.team-title a:hover {color: var(--color-1) !important;}

@media screen and (max-width:991px){
    .team-box {width:100%;}
}
