.item-image img { max-height: 280px; max-width: 100%; }
.pagination { flex-wrap: wrap; }
.row_profile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.strip_list h3.namefield,
.namefield {
	color: #c79b6a;
	font-size: calc(16px + 8px);
	margin: 15px 0 0 0;
}
.SobiPro.torc h1 {
	color: #354f8d;
	font-size: 32px;
	line-height: 1.1;
	margin-top: 0;
}
.SobiPro.torc h3 {
	color: #c79b6a;
	font-size: calc(16px + 8px);
}
div.spEntryCats {
	color: #354f8d;
	margin: 10px 0;
	font-weight: 600;
}
div.spEntryCats a {
	color: #354f8d;
	font-weight: 400;
	text-decoration: underline;
}
div.spEntryCats a:hover { color: #4a4b8e; }
.spClassViewText p { text-align: justify; }
@media (min-width: 992px) {
	#sidebar .sidebar-sticky {
		position: sticky;
		top: 110px; 
	}
}
.hidden-sm { display: none !important; }
.bg_color_1 { padding: 0 10px; }
.SobiPro.torc ul,
.sobipro.torc ul {
	margin: 0 0 20px 20px;
	line-height: 1.6em;
	list-style: circle;
}
.strip_list > ul {
	list-style: none;
	margin: 0;
	padding: 14px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.SobiPro.torc .strip_list { padding-bottom: 14px; }
.strip_list > ul .strip-phone { font-weight: 600; padding-top: 6px; }
.strip_list > ul .strip-phone i { margin-right: 6px; }
.strip_list > ul .strip-more { margin-left: auto; }
.strip_list .namefield a,
.strip_list .namefield a:hover {
	color: inherit;
	text-decoration: none;
}
@media (max-width: 767px) {
	.strip_list h3.namefield,
	.strip_list .namefield {
		margin-left: 75px;
		min-height: 60px;
	}
}
.practitioners-category .practitioner-card {
	background-color: #fff;
	padding: 25px 25px 15px 25px;
	margin-bottom: 25px;
}
.practitioner-card-photo img {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.practitioner-card-categories a { text-decoration: underline; }
.practitioner-card-phone { font-weight: 600; }
.practitioner-card-button {
	border: 1px solid #9c2d41;
	color: #9c2d41;
	border-radius: 25px;
	padding: 8px 25px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.practitioner-card-button:hover {
	background-color: #9c2d41;
	color: #fff;
}
.practitioner-profile .practitioner-hours dt {
	font-weight: 700;
	float: left;
	clear: left;
	margin-right: 8px;
}
.practitioner-profile .practitioner-hours dd { margin-bottom: 4px; }
.practitioner-profile-signature {
	font-family: 'Signature', cursive;
	font-size: 40px;
	color: #555;
	margin-top: 20px;
}
.practitioners-directory .practitioners-directory-category { margin-bottom: 30px; }
.torc-gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 0 0 25px;
}
@media (min-width: 480px) { .torc-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .torc-gallery { grid-template-columns: repeat(3, 1fr); } }
.torc-gallery figure { margin: 0; }
.torc-gallery a.tg-link {
	position: relative;
	display: block;
	overflow: hidden;
}
.torc-gallery img { display: block; width: 100%; height: auto; }
.torc-gallery .tg-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .3s ease-out;
}
.torc-gallery a.tg-link:hover .tg-overlay,
.torc-gallery a.tg-link:focus .tg-overlay { opacity: 1; }
.torc-gallery .tg-title {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}
.torc-gallery .tg-meta {
	display: block;
	color: rgba(255, 255, 255, .85);
	font-size: 14px;
}
.torc-lightbox {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .85);
	padding: 30px;
}
.torc-lightbox[hidden] { display: none; }
.torc-lightbox figure { margin: 0; text-align: center; }
.torc-lightbox img {
	max-width: 92vw;
	max-height: 82vh;
	width: auto;
	height: auto;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .5);
}
.torc-lightbox figcaption { color: #fff; margin-top: 12px; font-size: 16px; }
.torc-lightbox button {
	position: absolute;
	background: none;
	border: 0;
	color: #fff;
	line-height: 1;
	cursor: pointer;
	padding: 15px;
	opacity: .8;
}
.torc-lightbox button:hover { opacity: 1; }
.torc-lightbox .tlb-close { top: 10px; right: 10px; font-size: 34px; }
.torc-lightbox .tlb-prev { left: 5px; top: 50%; transform: translateY(-50%); font-size: 44px; }
.torc-lightbox .tlb-next { right: 5px; top: 50%; transform: translateY(-50%); font-size: 44px; }
.torc-contact-card {
	background: #eceef6;
	border-radius: 10px;
	padding: 26px 24px;
}
@media (min-width: 992px) {
	.row_profile > .col-xl-8.col-lg-8 { flex: 0 0 71%; max-width: 71%; }
	.row_profile > #sidebar { flex: 0 0 29%; max-width: 29%; }
}
.torc-contact-card .tcc-label {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	color: #4d4d4d;
}
.torc-contact-card .tcc-name {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #354f8d;
}
.torc-contact-card .tcc-phone {
	display: block;
	margin-bottom: 18px;
	font-size: 19px;
	font-weight: 600;
	color: #354f8d;
	text-decoration: none;
}
.torc-contact-card .tcc-phone i {
	color: #c3536b;
	margin-right: 6px;
}
.torc-contact-card .tcc-phone:hover { color: #c3536b; }
.tcc-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 22px;
}
.tcc-btn {
	display: block;
	text-align: center;
	border-radius: 30px;
	padding: 9px 20px;
	font-size: 15px;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.tcc-btn-solid {
	background: #c3536b;
	border: 2px solid #c3536b;
	color: #fff !important;
}
.tcc-btn-solid:hover {
	background: #9c2d41;
	border-color: #9c2d41;
}
.tcc-btn-outline {
	background: #fff;
	border: 2px solid #c3536b;
	color: #c3536b !important;
}
.tcc-btn-outline:hover {
	background: #c3536b;
	color: #fff !important;
}
.tcc-directions {
	border-top: 1px solid #d8dce9;
	padding-top: 18px;
}
.tcc-directions form {
	display: flex;
	align-items: center;
	margin: 0;
	background: #fff;
	border: 1.5px solid #354f8d;
	border-radius: 26px;
	padding: 5px;
	box-shadow: 0 0 0 3px rgba(53, 79, 141, .14);
}
.tcc-directions input[type="text"] {
	flex: 1;
	min-width: 0;
	height: 40px;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0 14px;
	font-size: 15px;
	text-align: left;
	background: transparent;
	color: #354f8d;
}
.tcc-directions input[type="text"]:focus { outline: none; }
.tcc-directions input[type="text"]::placeholder { color: #8a90a8; }
.tcc-directions button {
	border: 0;
	flex: 0 0 auto;
	height: 38px;
	background: #6272a8;
	color: #fff;
	border-radius: 19px;
	padding: 0 17px;
	font-size: 14px;
	line-height: 38px;
	cursor: pointer;
	transition: background .3s ease-in-out;
}
.tcc-directions button:hover { background: #51619a; }
.tcc-directions button:hover { background: #c3536b; }
.SobiPro.torc .spCategoryDesc ul,
.spCategoryDesc ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.spCategoryDesc ul li { margin-bottom: 6px; }
.torc-map { margin-bottom: 25px; }
.torc-map iframe {
	display: block;
	width: 100%;
	height: 380px;
	border: 0;
}
.torc-fee-line { display: block; }
.torc-fee-gap { display: block; height: 11px; }
.torc-fee-line a { word-break: break-all; }
