/*
Theme Name: Layout 6 Child
description: Client Theme - Layout 6
Template: layout-6-parent
Version: 1.0.0
Text Domain: layout-6-child
Author: BCW
*/
.review-section .bottom-content{
    margin: 60px 0 0 0;
}
.team-section	{
	padding: 50px 0;
	background-color: var(--color-2);
}
.team-section	.sec-content {
	margin-bottom: 30px;
}
.team-section	.sec-content h2 {
	font-size: 28px;
}
.team-section	.members {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
}
.team-section .member {
	flex: 0 1 calc(33.33% - 20px);
	background-color: #fff;
	box-shadow: 2px 4px 8px rgba(0,0,0,.25);
}
.team-section	.member .content {
	padding: 20px;
}
.team-section	.member .content > *:last-child {
	margin-bottom: 0;
}
.interior-pages #team-section + #bottom-feature {
	margin-top: 0;
}
#gform_2 input,
#gform_2 textarea {
    background: var(--color-2);
}
#gform_2 input,
#gform_2 textarea {
    font-size: 16px;
    color: #555;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#gform_2 input#gform_submit_button_2 {
    color: var(--color-4);
}
#gform_2 input#gform_submit_button_2 {
    background: var(--color-1);
}
#gform_2 input#gform_submit_button_2 {
    font-size: 16px;
    font-weight: 700;
    border: 1px solid transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#gform_2 input#gform_submit_button_2:hover,
#gform_2 input#gform_submit_button_2:focus {
    background: var(--color-4);
    color: var(--color-1);
}
.navbar-nav>li {
    margin: 8px 0;
}
@media screen and (max-width: 991px) {
    .team-section .member {
        flex: 1 1 calc(33.33% - 20px);
        background-color: #fff;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, .25);  
    }
}
@media screen and (min-width: 992px) {
    .mobile-banner{
        display: none !important;
    }
}