/*
Theme Name: Soul, Mind & Strength
Theme URI: https://www.soulmindandstrength.com
Description: Custom theme for Soul, Mind & Strength
Version: 1.2
Author: TKG Access
Text Domain: soul-mind-strength-theme
*/

/*Begin General*/
html {
	scroll-behavior: smooth;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #000000;
}

h1 {
	font-family: "Raleway", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0;
	color: #000000;
}

h2 {
	font-family: "Raleway", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 45px;
	letter-spacing: 0;
	color: #000000;
}

h3 {
	font-family: "Raleway", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 45px;
	letter-spacing: 0;
	color: #000000;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.container {
	max-width: 1755px;
}
.innerContainer {
	max-width: 1250px;
	margin: 0 auto;
}
.mobileOnly {
	display: none;
}
img {
	max-width: 100%;
}
.grayscale {
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.0000 0.3333 0.3333 0 0 0.0000 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.0000 0.3333 0.3333 0 0 0.0000 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.0000 0.3333 0.3333 0 0 0.0000 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
/*End General*/

/*Begin Header*/
body.sticky {
	position: relative;
}

body.sticky header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

header #headerTop {
	padding: 50px 0;
}

body.sticky header #headerTop {
	padding: 10px 0;
}

header #headerTop #headerLogo {
	display: block;
	background: url(images/logo.png) no-repeat center center / contain;
	width: 729px;
	height: 42px;
	margin: 0 auto;
}

header #headerBottom {
	background: url(images/fiveColorBar.png) no-repeat center top / contain;
	padding: 32px 0 30px;
}

body.sticky header #headerBottom {
	padding: 12px 0 10px;
}

header #headerBottom .navbar {
	padding: 0;
}

header #headerBottom .navbar ul {
	margin: 0 !important;
	padding: 0;
}

header #headerBottom .navbar ul li {
}

header #headerBottom .navbar ul li a {
	padding: 0 25px;
	font-size: 21px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	text-transform: uppercase;
	line-height: 1.345;
	text-align: center;
}

header #headerBottom .navbar ul li a:hover {
	text-decoration: underline;
}

header #headerBottom .navbar ul li a.dropdown-toggle::after {
}

header #headerBottom .navbar ul ul.dropdown-menu {
}

header #headerBottom .navbar ul ul.dropdown-menu li {
}

header #headerBottom .navbar ul ul.dropdown-menu li a {
}
/*End Header*/

/*Begin Content*/
body.sticky #home,
body.sticky #nutritioncoaching,
body.sticky #mission,
body.sticky #whyHealth,
body.sticky #whyItWorks,
body.stick #shop,
body.sticky #createFuture,
body.sticky #workWithMe {
	/*margin-top: 112px;*/
}

#video video {
	width: 100%;
	z-index: 999;
	width: 100%;
	max-height: 640px;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	pointer-events: none;
}

#home .container {
	/*background: url(images/SectionOneBanner.jpg) no-repeat left center #EC3784;*/
	background-color: #ec3784;
	padding: 0;
	position: relative;
}

#home .container:after {
	background: url(images/soulTreeWhite.png) no-repeat;
	content: "";
	position: absolute;
	bottom: -21px;
	right: -18px;
	width: 159px;
	height: 210px;
}

#home .innerBanner {
	display: none;
}

#home video {
	width: 100%;
	z-index: 999;
	position: relative;
}

#home h2 {
	font-size: 50px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.3;
	text-align: left;
	font-weight: 500;
	margin: 35px 35px 0 35px;
}

#home p {
	font-size: 28px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	font-weight: 500;
	font-style: italic;
	line-height: 1.214;
	text-align: left;
	margin: 30px 35px 45px 35px;
}

#home a.button {
	border-width: 3px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	background-color: rgb(254, 88, 8);
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-transform: capitalize;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	height: 88px;
	margin: 0 35px 0 35px;
	text-decoration: none;
	cursor: pointer;
	padding: 27px 45px;
	border-radius: 42px;
}

#nutritioncoaching {
	padding: 60px 0 40px;
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
}

#nutritioncoaching .right {
	padding-left: 75px;
}

#nutritioncoaching h2 {
	font-size: 44px;
	font-family: "Raleway";
	color: rgb(0, 199, 196);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin: 0 0 35px;
	font-weight: 500;
}

#nutritioncoaching h3 {
	font-size: 30px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.133;
	text-align: left;
	margin: 30px 0 15px;
	font-weight: 500;
}

#nutritioncoaching p {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	text-align: left;
	margin: 0 0 30px;
}

#nutritioncoaching ul li {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	text-align: left;
	margin: 0 0 10px;
}
.credentials {
	font-size: 18px !important;
}
#nutritioncoaching .right ul li {
	margin: 0;
}

#nutritioncoaching strong {
	font-weight: 600;
}

#mission {
}

#mission .container {
	background: url(images/missionBg.jpg) no-repeat center center / cover;
	padding: 15px 30px;
}

#mission .container .row {
	border: 2px solid rgb(255, 255, 255);
	padding: 35px 0 100px;
}

#mission h2 {
	font-size: 48px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	font-style: italic;
	line-height: 1.042;
	text-align: center;
	margin: 0 0 35px;
}

#mission p {
	font-size: 27px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	font-style: italic;
	line-height: 1.259;
	text-align: center;
	margin: 0;
}

#whyHealth {
	padding: 60px 0 30px;
}

#whyHealth h2 {
	font-size: clamp(32px, 2.708vw, 52px);
	font-family: "Raleway";
	color: rgb(0, 199, 196);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin: 0 0 30px;
}

#whyHealth p {
	font-size: 22px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	text-align: left;
	margin: 0 0 24px;
}

#whyHealth #pieWrapper {
	margin: 35px -95px 65px;
	background-color: rgb(0, 199, 196);
	border-radius: 292px;
	border: 5px solid #fff;
	padding: 75px 180px 34px;
}

#whyHealth #pieWrapper #pie {
	margin: -80px 60px -80px -185px;
	float: left;
}

#whyHealth #pieWrapper p {
	font-size: 22px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 1.417;
	text-align: left;
}

#whyHealth #pieWrapper ul {
	list-style-position: inside;
	margin-bottom: 24px;
}

#whyHealth #pieWrapper li {
	font-size: 22px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 1.417;
	text-align: left;
}

#whyItWorks .container {
	padding: 60px 0 130px;
	background: url(https://www.soulmindandstrength.com/wp-content/uploads/why-it-works.jpg) no-repeat center center /
		cover;
	border-top: 8px solid #fe5808;
	border-bottom: 8px solid #6fca12;
}

#whyItWorks .container .col-lg-7 {
	background: rgba(0, 0, 0, 0.5);
	padding: 15px;
	border-radius: 10px;
}

#whyItWorks h2 {
	font-size: clamp(32px, 2.708vw, 52px);
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin: 0 0 45px;
	font-weight: 500;
}

#whyItWorks p {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 1.417;
	text-align: left;
	font-weight: 500;
	margin: 0;
}

#shop .container {
	padding: 20px 0 40px;
	border-top: 8px solid #fe5808;
	border-bottom: 8px solid #6fca12;
}

#shop .left {
	text-align: left;
}

#shop .right {
	text-align: right;
}

#shop h2 {
	font-size: clamp(32px, 2.708vw, 52px);
	font-family: "Raleway";
	text-transform: uppercase;
	line-height: 1;
	margin: 40px 0 30px;
}

#shop .left h2 {
	color: rgb(0, 199, 196);
}

#shop .right h2 {
	color: rgb(254, 88, 8);
}

#shop .middle {
	background: url(images/soulTreeColorWithLines.png) no-repeat center center;
}

#shop h2 {
	font-size: 44px;
	font-family: "Raleway";
	color: rgb(0, 199, 196);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin: 0 0 35px;
	font-weight: 500;
}

#shop h3 {
	font-size: 30px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.133;
	text-align: left;
	margin: 30px 0 15px;
	font-weight: 500;
}

#shop p {
	font-size: 20px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	text-align: left;
	margin: 0 0 30px;
}

#shop ul {
	margin: 0 0 30px;
}

#shop ul li {
	font-size: 20px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	text-align: left;
	margin: 0 0 10px;
}

#shop .button {
	background-color: #1b9eea;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	padding: 20px 20px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;
	text-decoration: none;
	word-wrap: break-word;
	margin: 0 0 30px;
	text-align: center;
}

.shopcaption {
	display: block;
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	margin: 10px 0 0;
}

#createFuture {
	padding: 45px 0 45px;
}

#createFuture h2 {
	font-size: clamp(32px, 2.708vw, 52px);
	font-family: "Raleway";
	color: rgb(0, 199, 196);
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	margin: 0 0 50px;
}

#createFuture p {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	text-align: left;
	margin: 0 0 30px;
}

#createFuture #createyourfuture {
	margin: -10% 0 -5%;
}

#speaking-engagements {
	padding: 35px 0 5px;
}

#speaking-engagements .row {
	margin: 0 0 20px;
}

#speaking-engagements h3 {
	font-size: 30px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.133;
	text-align: left;
	margin: 20px 0 15px;
	font-weight: 500;
}

#speaking-engagements a {
	color: #f55d14;
}

#speaking-engagements p,
#speaking-engagements ul {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	text-align: left;
	margin: 0 0 20px;
}

#speaking-engagements ul {
	columns: 2;
	gap: 100px;
}

#speaking-engagements img#speaking-engagements {
	margin: 0;
}

#engagements-logos {
	padding: 5px 0 34px;
}

#engagements-logos .col-lg-12 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

#engagements-logos img {
	max-height: 360px;
	width: auto;
	object-fit: contain;
}

#workWithMe {
	padding: 20px 0 40px;
}

#workWithMe .left {
	text-align: left;
}

#workWithMe .right {
	text-align: right;
}

#workWithMe h2 {
	font-size: clamp(32px, 2.708vw, 52px);
	font-family: "Raleway";
	text-transform: uppercase;
	line-height: 1;
	margin: 40px 0 30px;
}

#workWithMe .left h2 {
	color: rgb(0, 199, 196);
}

#workWithMe .right h2 {
	color: rgb(254, 88, 8);
}

#workWithMe p {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	line-height: 1.417;
	margin: 0 0 30px;
}

#workWithMe .middle {
	background: url(images/soulTreeColorWithLines.png) no-repeat center center;
}

#testimonials {
	padding: 45px 0 40px;
	background: url(images/fiveColorBar.png) no-repeat center top / contain;
}

#testimonials h2 {
	font-size: clamp(32px, 2.708vw, 52px);
	font-family: "Raleway";
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 45px;
	color: rgb(0, 199, 196);
}

#testimonials .testimonial-slides-wrapper {
	padding: 0 70px;
	position: relative;
}

#testimonials .testimonial-slides-wrapper .prev-button,
#testimonials .testimonial-slides-wrapper .next-button {
	display: block;
	width: 28px;
	height: 52px;
	background: url(images/arrow-left.png) no-repeat center center / cover;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: calc(50% - 26px);
}

#testimonials .testimonial-slides-wrapper .next-button {
	background: url(images/arrow-right.png) no-repeat center center / cover;
	right: 0;
	left: auto;
}

#testimonials .testimonial-slides-wrapper .testimonial-slides-outer {
	border-radius: 52px;
	background: #6fcb12;
	padding: 18px;
}

#testimonials .testimonial-slides-wrapper .testimonial-slides-outer .tns-outer {
	margin: 0;
	border-radius: 52px;
	border: 3px solid #fff;
	padding: 50px 72px 45px 45px !important;
}

#testimonials .testimonial-slides-wrapper .testimonial-slides-outer .tns-outer blockquote {
	padding-left: 170px;
	position: relative;
}

#testimonials .testimonial-slides-wrapper .testimonial-slides-outer .tns-outer blockquote:before {
	content: "";
	background: url(images/quote.png) no-repeat center center / cover;
	width: 114.21px;
	height: 89.45px;
	position: absolute;
	top: 0;
	left: 0;
}

#testimonials .testimonial-slides-wrapper .tns-outer .tns-inner blockquote p {
	font-family: "Raleway";
	font-weight: 500;
	font-style: italic;
	font-size: 32px;
	line-height: 54px;
	text-align: left;
	color: #fff;
}

#testimonials .testimonial-slides-wrapper .tns-outer .tns-inner blockquote figcaption {
	font-family: "Raleway";
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.03em;
	line-height: 50px;
	text-align: left;
	color: #fff;
}

#testimonials .testimonial-slides-wrapper .tns-outer .tns-inner blockquote figcaption:before {
	content: "-";
	margin-right: 10px;
}

#newsletter {
}

#newsletter .container {
	background: rgb(0, 199, 196);
	padding: 40px 0 60px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	color: rgb(255, 255, 255);
}

#newsletter .container h2 {
	font-size: 44px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	margin: 0 0 15px;
	font-weight: 500;
}

#newsletter .container p {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 1.417;
	margin: 0 0 30px;
}

#newsletter .container p.button {
	margin: 0 auto;
}

#newsletter .container p.button a {
	margin: 0 auto;
	background: #ec3784;
	font-size: 26px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 24px;
	text-align: center;
	width: 100%;
	border: 2px solid rgb(255, 255, 255);
	padding: 10px 30px;
	text-decoration: navajowhite;
	cursor: pointer;
	font-weight: bold;
}

#newsletter .container p.button a:hover {
	background: #ff4796;
}

#contact {
}

#contact .container {
	background: rgb(0, 199, 196);
	padding: 127px 0 72px;
	position: relative;
}

#contact .container:after {
	background: url(images/soulTreeWhite.png) no-repeat;
	content: "";
	position: absolute;
	bottom: -21px;
	left: -18px;
	width: 159px;
	height: 210px;
}

#contact h2 {
	font-size: 68px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 0.765;
	margin: 0 0 40px;
}

#contact #contactEmailWrapper,
#contact #contactNumberWrapper {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 1.583;
	text-align: left;
	float: left;
	width: 50%;
	padding: 10px 0;
}

#contact #officeWrapper {
	font-size: 24px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 1.583;
	text-align: left;
	width: 50%;
	padding: 10px 0;
}

#contact #officeWrapper {
	position: relative;
	padding-left: 50px;
}

#contact #contactNumberWrapper {
	position: relative;
	padding-left: 50px;
}

#contact #footerSocial {
	display: block;
	width: 100%;
	clear: both;
	padding: 10px 0 0 50px;
}

#contact #footerSocial li {
	display: inline-block;
	margin: 0 15px 0 0;
}

#contact #footerSocial li a {
	background: no-repeat center center / cover;
	width: 64px;
	height: 64px;
	display: block;
}

#contact #footerSocial li a#facebook {
	background-image: url(images/fb-icon-wht-64px.png);
}

#contact #footerSocial li a#instagram {
	background-image: url(images/insta-icon-wht-64px.png);
}
/*
#contact #contactNumberWrapper:before {
	content: '';
	width: 2px;
	background: #ffffff;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
*/

#contact #contactEmailWrapper a,
#contact #officeWrapper a,
#contact #contactNumberWrapper a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#contact .quform .quform-label label {
	font-size: 17px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 24px;
	text-align: left;
}

#contact .quform .quform-input {
	margin: 0;
}

#contact .quform .quform-spacer {
	margin: 0 0 12px;
	padding: 0;
}

#contact .quform .quform-field-captcha,
#contact .quform .quform-field-date,
#contact .quform .quform-field-email,
#contact .quform .quform-field-file,
#contact .quform .quform-field-multiselect,
#contact .quform .quform-field-password,
#contact .quform .quform-field-select,
#contact .quform .quform-field-text,
#contact .quform .quform-field-textarea,
#contact .quform .quform-field-time,
#contact .quform .select2-container--quform .select2-selection {
	background: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	padding: 6px 10px;
	font-size: 17px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	line-height: 24px;
	text-align: left;
}

#contact .quform .quform-element-1_3 {
	float: left;
	width: calc(50% - 15px);
	margin-right: 15px;
}

#contact .quform .quform-element-1_5 {
	float: left;
	width: calc(50% - 15px);
	margin-left: 15px;
}

#contact .quform .quform-element-1_4 {
	clear: both;
}

#contact .quform .quform-field-textarea {
	height: 150px;
}

#contact .quform .quform-button-submit-default {
	float: none;
	margin: 0 auto;
	text-align: center;
}

#contact .quform .quform-button-submit-default > button {
	margin: 0 auto;
	background: #ec3784;
	font-size: 18px;
	font-family: "Raleway";
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	width: 100%;
	border: 2px solid #fff;
	font-weight: bold;
}

#contact .quform .quform-button-submit-default > button:hover {
background: #ff4796;
}

#contact .quform .quform-button-submit-default > button:hover {
	opacity: 1;
}

#contact .quform .quform-label > label > .quform-required {
	color: #fff;
	font-size: 24px;
	vertical-align: top;
}

#contact .quform .quform-element-submit {
	margin: 0;
}

#contact .quform .quform-error {
	display: none !important;
}

#contact .quform .quform-has-error .quform-field-captcha,
#contact .quform .quform-has-error .quform-field-date,
#contact .quform .quform-has-error .quform-field-email,
#contact .quform .quform-has-error .quform-field-file,
#contact .quform .quform-has-error .quform-field-multiselect,
#contact .quform .quform-has-error .quform-field-password,
#contact .quform .quform-has-error .quform-field-select,
#contact .quform .quform-has-error .quform-field-text,
#contact .quform .quform-has-error .quform-field-textarea,
#contact .quform .quform-has-error .quform-field-time,
#contact .quform .quform-has-error .select2-container--quform .select2-selection {
	border-bottom: 2px solid #ef3785;
}

.quform-edit-form {
	display: none;
}
/*End Content*/

/*Begin Sidebar*/
#sidebar {
	margin-bottom: 50px;
}

#sidebar ul,
#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p,
#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul,
#sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/*End Sidebar*/

/*Begin Images Alignment*/
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*End Images Alignment*/

/*Begin Comments*/
.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/*End Comments*/

/*Begin Footer*/
footer {
	margin: 3px 0 0;
	background: url(images/fiveColorBar.png) no-repeat center top / contain;
	padding: 55px 0 50px;
}

footer #footerLogo {
	display: block;
	background: url(images/logo.png) no-repeat center center / contain;
	width: 505px;
	height: 29px;
	margin: 0 auto;
}

footer p {
	font-size: 18px;
	font-family: "Raleway";
	color: rgb(64, 64, 65);
	text-transform: uppercase;
	line-height: 1.556;
	text-align: center;
	margin: 20px 0 0;
	font-weight: 500;
}
/*End Footer*/

/*Begin Responsive*/
@media only screen and (max-width: 1740px) {
	#home .container {
		padding: 0;
	}
}

@media only screen and (max-width: 1600px) {
	#home .container {
		padding: 0;
	}

	#home h2 {
		font-size: 44px;
		margin: 25px 35px 0 35px;
		line-height: 48px;
	}

	#home p {
		margin: 25px 30px 40px 35px;
	}

	#home a.button {
		margin: 0 35px 25px 35px;
	}
}

@media only screen and (max-width: 1400px) {
	#home .container {
		background-image: none;
		padding: 15px 15px 50px 15px;
		text-align: center;
	}

	#home .col-lg-6 {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#home .innerBanner {
		display: block;
		margin: 0 auto 30px;
		max-width: 640px;
		width: 100%;
	}

	#home video {
		max-width: 720px;
	}

	#home h2 {
		margin-left: 35px;
		text-align: center;
	}

	#home p {
		margin-left: 35px;
		text-align: center;
	}

	#home a.button {
		margin-left: auto;
		text-align: center;
		margin-right: auto;
	}
}

@media only screen and (max-width: 1200px) {
	.innerContainer {
		max-width: calc(100% - 30px);
	}

	header #headerBottom .navbar ul li a {
		padding: 0 15px;
	}

	#whyHealth #pieWrapper {
		margin: 20px 15px 35px;
		background: transparent;
		padding: 0;
	}

	#whyHealth #pieWrapper #pie {
		margin: 0 auto;
		display: block;
		float: none;
	}

	#whyHealth #pieWrapper p {
		background: rgb(111, 202, 18);
		border-radius: 20px;
		padding: 20px 20px;
		text-align: center;
		margin: 20px 0 0;
	}

	#whyHealth #pieWrapper ul {
		background: rgb(111, 202, 18);
		border-radius: 20px;
		padding: 20px 20px;
		text-align: center;
		margin: 20px 0 0;
	}

	#whyItWorks .container {
		background-size: cover;
		padding: 65px 0 65px;
	}

	#whyItWorks .container .col-lg-5 {
		display: none;
	}

	#whyItWorks .container .col-lg-7 {
		flex: 0 0 100%;
		max-width: calc(100% - 90px);
		margin: 0 auto;
		display: block;
		background: rgba(0, 0, 0, 0.7);
		width: 100%;
	}

	#whyItWorks h2 {
		font-size: 44px;
		margin: 0 0 20px;
	}

	#contact h2 {
		margin: 0 0 30px 15px;
	}
}

@media only screen and (max-width: 991px) {
	#nutritioncoaching {
		padding: 65px 0 65px;
		text-align: center;
	}

	#nutritioncoaching h2 {
		text-align: center;
	}

	#nutritioncoaching h3 {
		text-align: center;
	}

	#nutritioncoaching p {
		text-align: center;
	}

	#nutritioncoaching .left ul {
		max-width: 360px;
		width: 100%;
		margin: 0 auto;
	}

	#nutritioncoaching .right {
		padding-left: 15px;
	}

	#mission .container .row {
		padding: 35px 0 35px;
	}

	#createFuture p {
		text-align: center;
	}

	#speaking-engagements ul {
		columns: 1;
		gap: 10px;
	}

	#whyHealth {
		padding: 35px 0;
	}

	#whyHealth #pieWrapper p {
		text-align: center;
	}

	#whyItWorks p {
		text-align: center;
	}

	#workWithMe {
		padding: 35px 0;
	}

	#workWithMe .left h2 {
		margin: 50px 0 30px;
	}

	#workWithMe p {
		margin: 0 0 30px;
		text-align: center;
	}

	#shop {
		padding: 35px 0;
	}

	#shop .left h2 {
		margin: 50px 0 30px;
	}

	#shop p {
		margin: 0 0 30px;
		text-align: center;
	}

	#testimonials .testimonial-slides-wrapper .testimonial-slides-outer .tns-outer blockquote {
		padding-left: 0;
	}

	#testimonials .testimonial-slides-wrapper .testimonial-slides-outer .tns-outer blockquote:before {
		display: none;
	}

	#testimonials .testimonial-slides-wrapper .tns-outer .tns-inner blockquote p {
		font-size: 26px;
		line-height: 38px;
	}

	#testimonials .testimonial-slides-wrapper .tns-outer .tns-inner blockquote figcaption {
		font-size: 26px;
		line-height: 36px;
	}

	#contact .container {
		padding: 35px 0 35px;
	}

	#contact .container::after {
		display: none;
	}

	#contact h2 {
		margin: 0 0 30px;
		text-align: center;
	}

	#contact #officeWrapper {
		padding: 0;
		text-align: center;
		width: 100%;
		margin: 0 0 30px;
	}

	#contact #contactNumberWrapper {
		padding: 0;
		text-align: center;
		width: 100%;
		margin: 0 0 30px;
	}

	#contact #footerSocial {
		padding: 0px;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	header #headerTop {
		padding: 30px 0;
	}

	header #headerTop #headerLogo {
		max-width: 92%;
	}

	header #headerBottom {
		padding: 15px 0 12px;
	}

	#home .container::after {
		display: none;
	}

	#home p {
		margin-bottom: 10px;
	}

	#engagements-logos .col-lg-12 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
	}

	#engagements-logos img {
		height: auto;
		max-height: 80px !important;
	}

	#engagements-logos img:nth-child(4) {
		max-height: 150px !important;
		max-width: 150px !important;
		margin: -24px 0;
	}

	#mission h2 {
		margin: 0 0 20px;
	}

	footer #footerLogo {
		max-width: 92%;
	}
}

@media only screen and (max-width: 576px) {
	#home h2 {
		font-size: 32px;
	}

	#nutritioncoaching h2 {
		font-size: 32px;
	}

	#nutritioncoaching h3 {
		font-size: 26px;
	}

	#whyHealth #pieWrapper {
		margin: 20px 0 20px;
	}

	#whyItWorks .container .col-lg-7 {
		max-width: calc(100% - 30px);
	}

	#whyItWorks h2 {
		font-size: 32px;
	}

	#whyHealth h2 {
		font-size: 32px;
		margin: 0 0 20px;
	}

	#workWithMe .left h2 {
		font-size: 32px;
		margin: 30px 0 20px;
	}

	#shop .left h2 {
		font-size: 32px;
		margin: 30px 0 20px;
	}

	#contact h2 {
		font-size: 32px;
		margin: 0 0 30px;
	}
}

@media only screen and (max-width: 480px) {
	#home a.button {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	/*#engagements-logos .col-lg-12 {
		display: flex;
		grid-template-columns: 1fr;
		grid-gap: 30px;
		justify-items: center;
		flex-direction: column;
	}*/

	#testimonials .testimonial-slides-wrapper {
		padding: 0;
	}

	#testimonials .testimonial-slides-wrapper .testimonial-slides-outer .tns-outer {
		padding: 22px !important;
	}

	#testimonials .testimonial-slides-wrapper .tns-outer .tns-inner blockquote p {
		font-size: 18px;
		line-height: 26px;
	}

	#testimonials .testimonial-slides-wrapper .tns-outer .tns-inner blockquote figcaption {
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 360px) {
}
/*End Responsive*/

.anchor {
	position: relative;
	top: -100px;
}
