/**********************************************************
// Therapist >> Top
**********************************************************/
.Therapist-Top {
	margin: 30px auto 0 auto;
	padding: 0 10px 80px 10px;
	width: 100%;
	max-width: 1080px;
	text-align: center;
	font-size: 0;
	}

.Therapist-Top-Thumb {
	margin: auto;
	width: 40%;
	max-width: 500px;
	display: inline-block;
	vertical-align: top;
	}

.Therapist-Top-Right {
	margin: auto;
	padding-top: 40px;
	padding-left: 40px;
	width: 60%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	}

.Therapist-Top-Right h1 {
	line-height: 42px;
	font-weight: 300;
	font-size: 32px;
	}

/**********************************************************
// Therapist >> Top >> Social
**********************************************************/
.Therapist-Top-Social { margin: 10px 0 0 0; }
.Therapist-Top-Social li {
	margin: 10px 5px 0 5px;
	display: inline-block;
	vertical-align: middle;
	}

.Therapist-Top-Social li:first-child { margin-left: 0; }
.Therapist-Top-Social li:last-child { margin-right: 0; }

.Therapist-Top-Social li a:hover { background: #414B4F; }
.Therapist-Top-Social li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 100%;
	background: #8ABEBE;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	display: block;
	}

/**********************************************************
// Therapist >> Content
**********************************************************/
.Therapist-Content-Top {
	margin: 20px auto 0 auto;
	font-size: 16px;
	}

.Therapist-Content-Bottom {
	margin: 30px auto 0 auto;
	text-align: left;
	font-size: 16px;
	}

.Profile-List {
	width: 44%;
	display: inline-block;
	vertical-align: top;
	}

.Therapist-Content-Button {
	margin: 70px auto 0 auto;
	padding: 20px 80px;
	background: #8ABEBE;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 32px;
	font-size: 22px;
	display: inline-block;
	}

.Therapist-Content-Button:hover {
	background: #414B4F;
	color: #FFF;
	}

/**********************************************************
// Therapist >> Books
**********************************************************/
.Therapist-Books {
	margin: 20px auto 0 auto;
	padding: 0 10px 80px 10px;
	width: 100%;
	max-width: 1080px;
	text-align: center;
	font-size: 0;
	}

.Therapist-Books h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 600;
	font-size: 14px;
	}

.Therapist-Books ul { margin: auto; }
.Therapist-Books li {
	margin: 30px 1% 0 1%;
	width: 18%;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
	}

.Therapist-Books li a { color: #414B4F; }
.Therapist-Books li h4 {
	margin: 20px auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	}

/**********************************************************
// Therapist >> Videos
**********************************************************/
.Therapist-Videos {
	margin: 20px auto 0 auto;
	padding: 0 10px 80px 10px;
	width: 100%;
	max-width: 1080px;
	text-align: center;
	font-size: 0;
	}

.Therapist-Videos h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 600;
	font-size: 14px;
	}

.Therapist-Videos ul { margin: auto; }
.Therapist-Videos li {
	margin: 30px 1% 0 1%;
	width: 31.3%;
	max-width: 360px;
	display: inline-block;
	vertical-align: top;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 900px),
all and (max-device-width: 900px)
{
	.Therapist-Videos li {
		margin: 30px auto 0 auto;
		width: 100%;
		display: block;
		}
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Therapist-Top-Thumb {
		width: 100%;
		display: block;
		}

	.Therapist-Top-Right {
		padding-left: 0;
		width: 100%;
		display: block;
		}

	.Profile-List {
		width: 100%;
		display: block;
		}

	.Therapist-Books li {
		margin: 30px auto 0 auto;
		width: 100%;
		display: block;
		}
}
