/*
Theme Name: Anthem Chiropractic
Template:   vaidy
Theme URI: https://961interactive.com/
Author: William Weaver
Author URI: https://961interactive.com
Description: Vaidy - Child Theme
Version: 1.9.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vaidy
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
*/


/* Widget */
.ac-our-team {
	align-content: start;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 24px;
	justify-content: center;
}

.ac-ot-text {
	width: calc((100% - 2 * 24px) / 3 * 2 + 24px);
}

.ac-ot-item-title {
	margin-bottom: 0;
}

.ac-ot-item-description {
	font-size: 19px;
	margin-top: 30px;
}

.ac-ot-item-description p {
	margin-bottom: 0;
}
.ac-ot-item-description p + p {
	margin-top: 20px;
}

.ac-ot-member {
	border: 1px solid #eeeeee;
	border-radius: 8px;
	display: block;
	/*margin-bottom: 30px;*/
	overflow: hidden;
	transition: all 200ms ease-out;
	width: calc((100% - 2 * 24px) / 3);
	/*box-shadow: 0px 0px 0px 0px #082b59;*/
	/*777*/
}
.ac-our-team .ac-ot-member {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.04);
}
.ac-ot-member:hover {
	border-bottom: 2px solid #082b59;
	/*box-shadow: 3px 3px 0px 0px #082b59;*/
	/*margin-bottom: 28px;*/
}

/*.ac-ot-break {
	width: 100%;
}*/

.ac-ot-member-image {
	overflow: hidden;
}

.ac-ot-member-image img {
	transition: all 500ms ease-out;
	width: 100%;
}
.ac-ot-member:hover .ac-ot-member-image img {
	transform: scale(1.08);
}

.ac-ot-member-text {
	padding: 25px 30px;
	text-align: center;
}

.ac-ot-member-name {
	margin: 0;
}

.ac-ot-member-title {
	color: #082b59;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}


@media (min-width: 1400px) {
	.ac-ot-text {
		padding-right: 100px;
	}
}

@media (max-width: 991px) {
	.ac-ot-text {
		/*margin-bottom: 20px;*/
		width: 100%;
	}

	.ac-ot-member {
		width: calc((100% - 24px) / 2);
	}
}

@media (max-width: 767px) {
	.ac-ot-member {
		width: 100%;
	}
}