/*
Theme Name: VBO 2019
Description: Custom Theme for Vibrant Blue Oils
Theme URI: https://localwebhub.com
Version: 1.0.0
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

/* 
blu#203597
pur#971f57
*/

/* bootstrap overwrites */
.container {
	max-width: 1200px;
}

.edge-padding {
	padding-left: 30px;
	padding-right: 30px;
}

::selection {
	background: #203597;
	color: #fff;
}

::-moz-selection {
	background: #203597;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 18px;
}

body,
input,
select,
textarea {
	font-family: 'open sans', sans-serif;
}

body.menu-active {
	overflow: hidden;
}

.object-fit-cover > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-size: cover;
}

.object-fit-contain > img {
	height: 100%;
	width: 100%;	
	object-fit: contain;
	background-size: contain;
}

p,
h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 30px;
}

a,
a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

.article a:not(.button) {
	color: #203597;
    word-break: break-all;
}

.article a:not(.button):hover {
	text-decoration: underline;
}

p:empty {
	display: none;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin: 0 auto 30px auto;
}

@media (min-width:576px) {
	.alignleft {
		margin: 0 20px 20px 0;
		float: left;
	}

	.alignright {
		float: right;
		margin: 0 0 20px 20px;
	}
}

.article img {
	max-width: 100%;
	height: auto;
}

.letter-spacing-50 {
    letter-spacing: 0.05em;
}

.letter-spacing-100 {
    letter-spacing: 0.1em;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.lwh-address--break {
	display: block;
}

.hamburger {
	position: absolute;
	right: 0;
	top: 4px;
	padding: 5px 15px;
	display: inline-block;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	-webkit-tap-highlight-color: transparent;
	z-index: 4;
	cursor: pointer;
}

.hamburger:focus{
	outline: none;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
  
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #203597;
	border-radius: 0;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	visibility: visible !important; /* FOUT */
}

.menu-active .hamburger-inner,
.menu-active .hamburger-inner::before,
.menu-active  .hamburger-inner::after {
	background-color: #fff;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger--elastic .hamburger-inner {
	top: 0;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-active .hamburger--elastic .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.menu-active .hamburger--elastic .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.menu-active .hamburger--elastic .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.1s;
}

.vimeo-container,
.wistia-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	background-image: url(images/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.wistia-container-inside,
.vimeo-container-inside {
	height: 100%;
}

.slick-track,
.slick-list {
	display: -ms-flexbox;
	display: flex !important;
}

.slick-slide {
	display: -ms-flexbox;
	display: flex !important;
	height: auto;
}

.footer--section {
	background: #203597;
	color: #fff;
}

.footer-social--container {
	padding: 60px 30px;
	text-align: center;
}

.footer-social--title {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #971f57;
	font-weight: 700;
}

@media (max-width: 575px) {
	.footer-social--subtitle br {
		display: none;
	}
}

.footer-social--icons .lwh-social-icon {
	display: inline-block;
	border: 1px solid #203597;
	border-radius: 50%;
	height: 2em;
	width: 2em;
	line-height: 1.9em;
	text-align: center;
	color: #fff;
	background: #203597;
	transition: all .3s;
}
	
	
.footer-social--icons .lwh-social-icon:hover,
.footer-social--icons .lwh-social-icon:focus {
	color: #203597;
	background-color: #fff;
}

.footer--container {
	padding: 60px 30px;
}

.footer--nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.footer--nav a {
	line-height: 2em;
}

.footer--nav h4 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer--copyright {
	text-align: center;
	font-size: 12px;
}

.footer--disclaimer {
	font-size: 12px;
	text-align: center;
	border: 1px solid #fff;
	padding: 2px;
	margin-bottom: 0;
}

.menubar--search-section {
	display: none;
}

.menubar--logo-wrap {
	display: inline-block;
	font-size: 0;
}

.menubar--logo {
	width: 110px;
	height: 36px;
}

.menubar--section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	color: #000;
	z-index: 10;
}

.menubar--container {
	padding: 10px 30px;
	position: relative;
}

.menubar--spacer {
	height: 55px;
}

.wpmenucart-contents .cartcontents {
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0;
}

.search-field {
	outline: none;
}

.button {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	min-width: 200px;
	background-image: none;
	background-color: #203597;
	color: #fff;
	letter-spacing: 0.15em;
	border-radius: 4px;
	border-color: transparent;
	padding: 15px 20px;
	transition: all .3s;
	cursor: pointer;
}

.button:hover,
.button:focus {
	color: #fff;
	background-color: #971f57;
}

@media (max-width: 991px) {
	
	.menubar--nav-wrap {
		overflow: hidden;
		height: 0px;
		opacity: 0;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		transition: opacity .3s;
		color: #fff;
		background: #203597;
	}
	
	.menu-active .menubar--nav-wrap {
		opacity: 1;
		height: 100vh;
		overflow: auto;
	}
	
	.menubar--nav {
		padding: 0 30px 30px;
	}
	
	.menubar--mobile-search {
		padding: 60px 30px 10px 30px;
	}
	
	.search-form {
		display: flex;
	}
	
	.menubar--mobile-search .searchform-label {
		display: block;
		width: 100%;
	}
	
	.menubar--mobile-search .search-field {
		border: 0;
		border-bottom: 2px solid #fff;
		background: rgba(0,0,0,0);
		color: #fff;
		display: inline-block;
		width: 100%;
	}
	
	.menubar--mobile-search .search-submit {
		border: 0;
		background: rgba(0,0,0,0);
		border-radius: 0;
		color: #fff;
		margin-left: 15px;
		outline: none;
	}
	
	.menubar--nav > li > .menu-heading,
	.menubar--nav > li > a {
		font-size: 1em;
		line-height: 42px;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	
	.menubar--nav > li > ul {
		position: relative;
		width: 100% !important;
		letter-spacing: 0.1em;
		font-weight: 400;
	}
	
	.menubar--nav > li > ul > li {
		padding-left: 15px;
		font-size: 16px;
		line-height: 42px;
	}
	
	.menubar--nav > li.sfHover > ul {
		opacity: 1;
	}
}

@media (min-width: 992px) {
	
	.menubar--spacer {
		height: 71px;
	}
	
	.after-scroll .menubar--section {
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}
	
	.menubar--logo {
		width: 160px;
		height: 51px;
	}

	
	
	.menubar--nav {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.menubar--nav > li {
		letter-spacing: 0.1em;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14px;
		padding: 0;
		text-align: center;
	}
	
	.menubar--nav > li > h4 {
		display: block;
		font-size: inherit;
		font-weight: inherit;
	}
	
	.menubar--nav > li > a,
	.menubar--nav > li > h4 {
		padding: 10px 15px;
		line-height: 1;
	}
	
	.menubar--nav li:hover > a,
	.menubar--nav li:hover > h4,
	.menubar--nav li.current-menu-item > a,
	.menubar--nav > li.current-menu-parent > a {
		color: #971f57;
	}
	
	.menubar--nav .sub-menu {
		background: #fff;
		box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		padding: 15px;
	}
	
	.menubar--nav .sub-menu li a {
		display: inline-block;
		padding: 5px 0;
		font-size: 13px;
	}
	
}

@media (min-width: 1200px) {
	.menubar--nav > li {
		font-size: 16px;
	}
}

.menubar--search-col .search-field {
	border: none;
	border-bottom: 1px solid #203597;
	max-width: 120px;
}

.menubar--search-col .search-submit {
	border: none;
	background: none;
	color: #203597;
	cursor: pointer;
	min-width: 30px;
}

.menubar--search-col .search-submit:focus {
	outline: none;
}

.optin--section {
	background: #203597;
}

.optin--container {
	color: #fff;
	padding: 15px 30px;
}

.optin--title {
	text-align: center;
}

.optin--title span {
	font-weight: 700;
}

@media (min-width: 992px) {
	.optin--section-wrap {
		position: absolute;
		width: 100%;
		transform: translateY(-100%);
	}
	.optin--section-wrap .optin--section {
		background-color: rgba(32, 53, 151, 0.64);
	}
	
}

.hero--section {
	position: relative;
}

.hero--container {
	color: #fff;
	position: relative;
	text-align: center;
}

body:not(.home) .hero--container {	
	max-width: 900px;
}

.hero--container {
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 450px;
}

.short-style .hero--container {
	min-height: 100px;
}

.hero--home-overlay-wrap {
	max-width: 1200px;
	padding: 50px 0;
	margin: 0 auto;
}

.hero--home-overlay:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 115px;
	display: block;
	height: 52px;
	width: 52px;
	background-image: url(images/vbo-circles.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.hero--home-overlay {
	position: relative;
	font-size: 0;
	width: 280px;
	height: 383px;
	background-image: url(images/hp-hero-overlay.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 50px 0;
}

@media (min-width: 992px) {
	
	.hero--home-overlay-wrap {
		height: 650px;
		min-height: calc(100vh - 71px);
		padding: 50px 30px;
	}
	
	.hero--home-overlay {
		margin: 0;
	}
}

.hero--title {
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.hero--title {
		letter-spacing: 0.1em;
	}	
}

@media (min-width: 992px) {
	.hero--title {
		letter-spacing: 0.2em;
		font-size: 3em;
	}	
}

.hero--subtitle {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.hero--section.with-overlay .hero--image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
}

.shopnow--col {
	text-align: center;
	max-width: 350px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.shopnow--col {
		max-width: none;
	}
}

.shopnow--image {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.shopnow--image:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.shopnow--wide-image img,
.shopnow--image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .6s;
}

.shopnow--wide-image:hover img,
.shopnow--image:hover img {
	transform: scale(1.05);
}

.section-title {
	text-align: center;
	text-transform: uppercase;
	color: #203597;
	margin-bottom: 60px;
}

.getstarted--container,
.shopnow--container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.shopnow--title {
	font-size: 19px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	transition: color .3s;
}

.shopnow--copy-link:hover .shopnow--title,
.shopnow--copy-link:focus .shopnow--title {
	color: #971f57;
}

.shopnow--wide-col {
	margin-bottom: 30px;
}

.shopnow--wide-image {
	display: block;
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.shopnow--wide-image:before {
	content: "";
	display: block;
	padding-bottom: 40%;
}

.shopnow--wide-copy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	padding: 30px;
	text-align: center;
	transition: background-color .3s;
}

.shopnow--wide-image:hover .shopnow--wide-copy {
	background-color: rgba(0,0,0,0.25);
}

.shopnow--wide-title {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.getstarted--col {
	margin-bottom: 30px;
}

.getstarted--inside {
	text-align: center;
	min-height: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.getstarted--image {
	position: relative;
}

.getstarted--image:before {
	content: "";
	display: block;
	padding-bottom: 60%;
	min-height: 250px;
}

.getstarted--copy-wrap {
	padding: 30px;
}

.getstarted--copy-wrap p:last-child {
	margin-bottom: 0;
}

.getstarted--title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.getstarted--cta {
	display: block;
	width: 100%;
	background: #203597;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 15px 10px;
	transition: all .3s;
}

.getstarted--cta:hover,
.getstarted--cta:focus {
	background: #971f57;
	color: #fff;
}

.trustedby--section {
	background: #dee1ef;
	position: relative;
}

.trustedby--section.with-cta {
	margin-bottom: 28px;
}

.trustedby--section:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 55px;
	height: 55px;
	transform: translate3d(-50%, -50%, 0);
	background-image: url(images/vbo-circles.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.trustedby--container {
	padding: 60px 30px;
	text-align: center;
}

.trustedby--title {
	color: #203597;
	text-transform: uppercase;
	letter-spacing: .05em;
}

@media (max-width: 575px) {
	.trustedby--copy br {
		display: none;
	}
}

.trustedby--cta-wrap {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 50%, 0);
}

.testimonials--section {
	position: relative;
	min-height: 55vw;
	z-index: 1;
}

.testimonials--image img {
	object-position: left top;
}

@media (min-width: 576px) {
	.testimonials--image img {
		object-position: center top;
	}	
}

.testimonials--container {
	position: relative;
	padding: 60px 30px;
	overflow: hidden;
	text-align: center;
}

@media (min-width: 576px) {
	.testimonials--inside {
		max-width: 400px;
	}
}

@media (min-width: 1200px) {
	.testimonials--inside {
		max-width: 550px;
		font-size: 19px;
	}
}

.testimonials--title {
	text-transform: uppercase;
	color: #203597;
	max-width: 310px;
	margin: 0 auto 30px;
}

.testimonials--slider > .testimonials--slide:not(:first-child) {
	display: none;
}

.testimonials--copy p {
	margin-bottom: 15px;
}

.testimonials--author {
	font-style: italic;
	font-size: 16px;
}

.shopby--container {
	padding: 60px 30px;
}

.shopby--col {
	margin-bottom: 30px;
}

.shopby--image {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.shopby--image img {
	transition: transform .6s;
}

.shopby--col:hover .shopby--image img {
	transform: scale(1.05);
}

.shopby--image:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.shopby--title {
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	transition: color .3s;
}

.shopby--col:hover .shopby--title {
	color: #971f57;
}

.simple-copy--section {
	position: relative;
}

.simple-copy--container {
	position: relative;
}

#quality-promise {
	color: #fff;
	font-size: 1.2em;
}


#quality-promise .simple-copy--image img {
	object-position: right center;
	background-position: right center;
}

@media (min-width: 768px) {
	
	#quality-promise .simple-copy--image img {
		object-position: center center;
		background-position: center center;
	}
	.quality-promise--spacer {
		width: 50%;
	}
}

#about-us p {
	letter-spacing: 0.05em;
	font-size: 1.1em;
	line-height: 1.8em;
}

.index--title {
	text-transform: uppercase;
}

.index--inside {
	position: relative;
}

.index--col {
	margin-bottom: 60px;
}

.index--image {
	position: relative;
	overflow: hidden;
}

.index--image:before {
	content: "";
	display: block;
	padding-bottom: 70%;
	min-height: 250px;
}

.index--image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform .6s;
}

.index--inside:hover .index--image img {
	transform: scale(1.05);
}

.index--title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.6);
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	min-height: calc(2.8em + 10px);
	letter-spacing: 0.05em;
	transition: background-color .3s;
}

.index--inside:hover .index--title {
	text-decoration: underline;
	background: rgba(255,255,255,0.8);
}

.pagination--container {
	padding: 0;
}

.pagination--section .page-numbers {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #ebebeb;
	padding: 5px 8px;
	margin: 2px;
	min-width: 42px;
	text-align: center;
}

.pagination--section .page-numbers.current {
	background: #971f57;
	color: #fff;
}

.page-numbers.dots {
	border: none;
	background: none;
	padding: 5px 10px;
}

.index--container {
	padding: 60px 30px;
}

.index--post-type {
	top: 4px;
	left: 4px;
	display: inline-block;
	position: absolute;
	background: #971f57;
	color: #fff;
	z-index: 1;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	padding: 4px 4px;
	line-height: 1em;
}

.index--post-type-product {
	background: #203597;
}

.single--meta .post-categories {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	align-self: center;
	margin: 0 -7px;
}

.single--meta .post-categories li {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 2px 7px;
}
.single--meta .post-categories li a {
	color: #203597;
}

.single--hero-image {
	margin-bottom: 30px;
}

.single--title {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #203597;
}

.single--meta-bottom {
	font-size: 11px;
	letter-spacing: 0.05em;
}

.single--callout {
	padding: 30px;
	background: #DDE0EE;
	margin-bottom: 30px;
}

.single--callout a {
	letter-spacing: 0.05em;
}

.single--callout p:last-child {
	margin-bottom: 0;
}

.single--callout p:empty {
	display: none;
}

.shopalt--container {
	padding: 60px 30px;
}

.shopalt--col {
	margin-bottom: 30px;
}

.shopalt--inside {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.shopalt--inside img {
	transition: transform .6s;
}

.shopalt--inside:hover img {
	transform: scale(1.05);
}

.shopalt--title {
	position: relative;
	text-transform: uppercase;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 9px rgba(0,0,0,0.4);
}

.shopalt--inside {
	min-height: 200px;
}

@media (min-width: 992px) {
	.shopalt--inside-1 {
		min-height: 450px;
	}

	.shopalt--inside-2,
	.shopalt--inside-3 {
		min-height: 260px;
	}
	
	.shopalt--inside-1 .shopalt--title,
	.shopalt--inside-2 .shopalt--title,
	.shopalt--inside-3 .shopalt--title {
		font-size: 36px;
	}
}

.catslider--container .slick-slide > div {
	height: 100%;
	display: flex;
}

.catslider--container .slick-slide > div .product {
	height: 100%;
	display: flex !important;
	flex-grow: 1;
}

body .slick-dots[style="display: block;"] {
	display: flex !important;
	width: 100%;
	justify-content: center;
	margin-top: 45px;
	position: relative;
}

.slick-dots button {
	height: 35px;
	width: 35px;
	text-indent: -50px;
	background: rgba(0,0,0,0);
	overflow: hidden;
	border: none;
}

.slick-dots li button:before {
	border: 1px solid #203597;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	cursor: pointer;
	opacity: 1;
}

.slick-dots :not(.slick-active) button:hover:before {
	background: #203597;
	opacity: .5;
}

.slick-dots .slick-active button:before {
	background: #203597;
	opacity: 1;
}

/* html body .catslider--container ul.products {
	width: 100%;
	overflow: hidden;
}

html body .catslider--container ul.products,
html body .catslider--container ul.products li.product {
	display: block;
	margin: 0;
}

html body .catslider--container ul.products li.product {
	display: block;
	clear: none;
	float: left;
	width: auto;
	overflow: hidden;
} */

.contact--addressbar-container {
	padding:  30px;
}

.contact--addressbar-address-col .lwh--address br {
	display: block;
}

@media (min-width: 768px) {
	
	.contact--addressbar-address-col .lwh--address .lwh-address--break {
		display: inline-block;
	}
	
	.contact--addressbar-address-col .lwh--address .lwh-address--break:after {
		content: "|";
		padding: 0 10px;
	}
}

.contact--section {
	position: relative;
	background: #bec6ec;
}

.contact--form-col {
	padding-top: 70px;
	padding-bottom: 30px;
	position: relative;
}

@media (min-width: 768px) {
	.contact--form-col {
		min-height: 35vw;
	}
}

.lavender-shadow {
	position: absolute;
	top: -200px;
	left: -15px;
	right: -15px;
	height: 200px;
}

.lavender-shadow {
	background: rgba(190,198,236,0);
	background: -moz-linear-gradient(top, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190,198,236,0)), color-stop(90%, rgba(190,198,236,1)), color-stop(100%, rgba(190,198,236,1)));
	background: -webkit-linear-gradient(top, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
	background: -o-linear-gradient(top, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
	background: linear-gradient(to bottom, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec6ec', endColorstr='#bec6ec', GradientType=0 );
}

@media (min-width: 768px) {
	.lavender-shadow {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: auto;
		left: -200px;
		width: 200px;
		height: auto;
	}
	
	.lavender-shadow {
		background: rgba(190,198,236,0);
		background: -moz-linear-gradient(left, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(190,198,236,0)), color-stop(90%, rgba(190,198,236,1)), color-stop(100%, rgba(190,198,236,1)));
		background: -webkit-linear-gradient(left, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
		background: -o-linear-gradient(left, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
		background: -ms-linear-gradient(left, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
		background: linear-gradient(to right, rgba(190,198,236,0) 0%, rgba(190,198,236,1) 90%, rgba(190,198,236,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec6ec', endColorstr='#bec6ec', GradientType=1 );
	}
}

@media (max-width: 767px) {
	.contact--image {
		position: relative;
		padding-bottom: 80%;
	}
}

@media (min-width: 768px) {
	
	.contact--image img {
		right: 50%;
		width: 50%;
	}
}

.about-jodi-circle {
	position: relative;
	margin: 0 auto 30px auto;
	width: 260px;
	border-radius: 50%;
	overflow: hidden;
	shape-outside: circle();
}

.about-jodi-circle:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

@media (min-width: 576px) {
	.about-jodi-circle {
		margin: 0 30px 30px 0;
		float: left;
		width: 300px;
		max-width: 33%;
	}

}

.about-jodi-circle img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.faqs--container {
	padding: 60px 0;
}

@media (min-width: 576px) {
	.faqs--container {
		max-width: 950px;
		padding: 60px 30px;
	}	
}

.faqs--block {
	margin-bottom: 15px;
}

.faqs--block.active .faqs--a {
	transition: opacity .2s;
	transition-delay: .2s;
	background: #efefef;
	padding-top: 34px;
	padding-bottom: 15px;
	border-bottom-right-radius: 8px;
	margin-top: -8px;
	position: relative;
}

.faqs--block:not(.active) .faqs--a {
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: opacity 0s;
	transition-delay: 0s;
}

.faqs--q {
	user-select: none;
	cursor: pointer;
	background: #949494;
	color: #fff;
	padding: 15px 30px;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.faqs--a {
	padding: 15px 30px 0 30px;
}

.faqs--toggle {
	display: inline-block;
	height: 1em;
	width: 1em;
	position: relative;
	margin-right: 1em;
	bottom: -3px;
}

.faqs--toggle:after,
.faqs--toggle:before {
	content: "";
	position: absolute;
	width: 1em;
	height: 2px;
	background: #fff;
	top: 50%;
	transition: all 0.7s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faqs--toggle:after {
	transform: rotate(90deg);
}

.faqs--block.active .faqs--toggle:before {
	transform: rotate(180deg);
}

.faqs--block.active .faqs--toggle:after {
	transform: rotate(0deg);
	top: calc(50% + 1px);
}

.practitioner-map-wrap {
    overflow:hidden;
    position:relative;
    min-height: 400px;
}

.practitioner-map-wrap:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}

.practitioner-map-wrap iframe{
    top:0;
	left:0;
	width: 100%;
    height:100%;
    position:absolute;
	border: none;
}

.woocommerce-noreviews {
	font-size: .8em;
	font-style: italic;
}

.comment-respond .must-log-in {
	padding-top: 15px;
	color: #203597;
	font-style: italic;
}

.single--about-author img {
	width: 150px;
	height: 150px;
}

.single--about-author-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.single--about-author-copy-wrap p:last-child {
	margin-bottom: 0;
}

.wc-product-table .single-product-link {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
}

#success-stories-cta,
#success-stories-inline-reviews,
#practitioner-reviews {
	background: #ebebeb;
}

.reviews--section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.reviews--container {
	padding: 60px 30px;
}

.reviews--reviewer,
.reviews--product {
	position: relative;
}

.reviews--reviewer:before,
.reviews--product:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}


.reviews--reviewer {
	max-width: 125px;
	margin: 0 auto 30px;
	border-radius: 50%;
	overflow: hidden;
}

.reviews--product {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px;
}

@media (min-width: 768px) {
	.reviews--product {
		margin-bottom: 0;
	}
}

.reviews--article:not(:last-child):after {
	content: "";
	display: block;
	border-bottom: 1px solid #ebebeb;
}

.reviews--copy {
	font-style: italic;
}

.reviews--name {
	font-weight: 700;
	text-transform: uppercase;
}

.single--sidebar {
	width: 300px;
	margin: 50px auto 0;
}

@media (min-width: 768px) {
	.single--sidebar {
		margin: 0;
	}
	
	.index--sidebar {
		margin-top: -10px;
	}
}

.blog--sidebar-widget {
	margin-bottom: 40px;
}

.blog--sidebar-widget p,
.blog--sidebar-widget ul {
    color: #6D6E71;
    font-size: .8em;
}

.blog--widget-title {
	color: #203597;
    font-weight: 700;
    border-color: inherit;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.blog--widget-title span {
    border-bottom: 4px solid #DDE0EE;
    display: inline-block;
    line-height: 1.6em;
}

.blog--sidebar-widget.widget_categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blog--sidebar-widget.widget_categories ul li {
	display: block;
	margin-bottom: 5px;
	transition: all .3s;
}

.blog--sidebar-widget.widget_categories ul li:hover {
/* 	background: #203597; */
	text-decoration: underline;
}

.blog--sidebar-widget .lwh-social-icon {
	display: inline-block;
	color: #203597;
	border: 1px solid #203597;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	transition: all .3s;
}

.blog--sidebar-widget .lwh-social-icon:hover {
	background-color: #203597;
	color: #fff;
}

.comment-respond {
	margin-top: 30px;
}

.comment-reply-title {
    font-size: 1.2em;
    color: #263b9a;
}

.logged-in-as {
	font-size: 16px;
}

.comment-form-comment label {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.comment-form-comment textarea {
	padding: 10px;
	width: 100%;
	max-height: 200px;
}

.comment-respond .submit {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	min-width: 200px;
	border: none;
	background: #203597;
	color: #fff;
	letter-spacing: 0.15em;
	border-radius: 4px;
	padding: 15px 20px;
	transition: all .3s;
}

.comment-respond .submit:hover,
.comment-respond .submit:focus {
	color: #fff;
	background: #971f57;
}

.single--comments-wrap #comments {
	font-size: 1.2em;
    color: #263b9a;
	margin-top: 30px;
	font-size: 
}

.navigation:after {
	content: "";
	clear: both;
	display: block;
}

.commentlist {
	list-style-type: none;
	font-size: 16px;
	padding: 0;
	margin: 0 0 30px 0;
}

.comment-metadata {
	font-size: 12px;
	margin: 10px 0;
}

.single--comments-wrap .reply {
	margin-bottom: 15px;
}

.single--comments-wrap .children {
	list-style-type: none;
    padding-left: 15px;
}