.cwm_locations .cwm_locations-items .item-inner, body.single-team-members .wpc-member-content .mem-gtk-section>.wpb_row>.wpb_row_wrapper .vc_column-inner{
	transition: all 0.35s ease;
}

.cwm_locations .cwm_locations-items .item-inner:hover, body.single-team-members .wpc-member-content .mem-gtk-section>.wpb_row>.wpb_row_wrapper .vc_column-inner:hover{
	transform: translateY(-20px);box-shadow: 0 24px 24px 5px rgba(0, 0, 0, 0.23);
}

body.single-team-members .wpc-member-sidebar .mem-phone a{
	color: #0d304a;
    font-weight: 500;
    text-decoration: none;
}

.footer-col form input[type=email], form input[type=search], form input[type=tel], form input[type=text], form textarea{
	display: block;
	width: 100%;
	height: 45px;
	padding-left: 13px;
	padding-right: 13px;
	color: #7d7f83;
	font-size: 14px;
	font-weight: 400;
	font-family: "Helvetica Neue LT W05_45 Light";
	line-height: 1;
	letter-spacing: normal;
	border-radius: 6px;
	border: solid 1px #d9e0e4;
	background-color: #fff;
}

.footer-col input[type="submit"]{
    width: 60%;
    padding: 16px 10px 15px 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Helvetica Neue LT W05_65 Medium";
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border-radius: 6px;
    -webkit-box-shadow: 0 24px 32px 0 rgba(88,89,91,.1);
    box-shadow: 0 24px 32px 0 rgba(88,89,91,.1);
    background-color: #d6b556;
    border: 0!important;
}

.footer-col input[type="submit"]:hover{
	background-color: #d6b556;
}