/*
Theme Name: Healers
Theme URI: https://empressthemes.com/shop/healers-theme
Author: EmPress Themes
Author URI: https://empressthemes.com
Description: Healers is a versatile magazine-style WordPress theme for fashion bloggers (or any blogger, really!). Features Home Page feed with optional sidebar, customizable post summaries and plenty of space for affiliate link widgets.

Version: 1.0.2

Please refer to the readme.txt file for full licensing information.

Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, blog

Text Domain: healers

Healers is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Import Styles
# Typography
# Links
# Forms
# Layout
# Masthead
	## Site Branding
	## Primary Navigation
	## Mobile Navigation
	## Social Menu
	## Search
# Footer
	## Instagram
	## Footer Menu
# Blog post feed
	## Posts
	## Post Navigation
	## Sidebar
		### About Widget
		### Topics Widget
		### Shop Widget
		### Featured Posts Widget
# Single Post
	## Comments
	## Related Posts
# Archives
# Info Page
# Search Form
# 404 / Not Found
# Plugins
	## EmPress Shop the Post
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Import Styles
--------------------------------------------------------------*/

@import url('css/reset.css');

@import url('css/elements.css');

@import url('css/superfish.css');

@import url('css/filtrify.css');

@import url('css/grouch.css');

@import url('css/emfont.css');

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
	letter-spacing: .025em;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
}

h1 {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

h2 {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

h3 {
	font: 20px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 800;
}

h4 {
	font: 18px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: 300;
}

h5 {
	font: 13px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 1.5em;
	font-weight: 700;
}

h6 {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
	letter-spacing: .15em;
    font-weight: 300;
}

.entry-title,
.em-fonts-primary {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.em-fonts-primary-small {
	font-size: 24px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: .5em;
}

.em-fonts-secondary,
.em-fonts-secondary-small {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.em-fonts-tertiary {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: .05em;
}

p {
	margin-bottom: 1.928em;
}

	p:last-of-type {
		margin-bottom: 0;
	}

blockquote {
	margin: 1.5em 0;
	text-align: center;
	font: 40px "GrouchITC";
}

.wp-caption {
	margin-bottom: 1.928em;
	max-width: 100%;
	position: relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	position: absolute;
	padding: 15px;
	background: #fff;
	bottom: 40px;
	right: 0;
	max-width: 140px;
}

.wp-caption-text {
	font: 10px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 2em;
	text-align: left;
}

.gallery {
	display: flex;
	justify-content: space-between;
}

.gallery .gallery-item {
	width: 48.571429%; /* 340/700 */
}

@media screen and (max-width: 767px) {
	.gallery {
		display: block;
	}

	.gallery .gallery-item {
		width: 100%;
		margin-bottom: 1.5em;
	}

}

.grouch,
.grouch h1,
.grouch h2,
.grouch h3,
.grouch h4,
.grouch h5,
.grouch h6 {
	font-family: "GrouchITC", serif;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.entry-content a {
	padding-bottom: 1px;
	border-bottom: 1px solid #0032BC;
}

.entry-content a:hover {
	color: #0032BC;
}

.entry-content .gallery a,
.entry-content a.has-image {
	border: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.healers .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button,
.healers .gform_wrapper .gform_page_footer input[type=submit],
.healers .fl-builder-content a.fl-button {
	outline: none;
	cursor: pointer;
	border: 2px solid #0032BC;
	background: none;
	color: #0032BC;
	font: 13px/1em "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
  height: 45px;
	letter-spacing: .15em;
	padding: 15px 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.healers .gform_wrapper .gform_page_footer input[type=submit],
.healers .fl-builder-content a.fl-button {
	border-color: #0032BC !important;
}

.healers .fl-builder-content .button-large a.fl-button {
	font-size: 18px;
	padding: 20px 80px;
}

.healers .fl-builder-content .cta-link-button a.fl-button {
	padding: 0;
	border: none;
}

.healers .fl-builder-content .bold-button a.fl-button {
	background: #0032BC;
	color: #fff;
}


.healers .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button,
.healers .gform_wrapper .gform_page_footer input[type=submit] {
	border: none;
	padding: 0;
	background: none;
}

.button {
	display: inline-block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.healers .fl-builder-content a.fl-button:hover {
	background: #0032BC;
	color: #fff;
}

.healers .fl-builder-content .cta-link-button a.fl-button:hover {
	background: none;
	color: #0032BC;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
	letter-spacing: .05em;
	box-sizing: border-box;
	width: 100%;
	border: none;
	padding: 15px;
	background: #fbf7ef;
}

.healers .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.healers .gform_wrapper textarea {
	padding: 15px;
}

select {
	border: 2px solid #fbf7ef;
}

label,
.healers .gform_wrapper label.gfield_label {
	display: block;
	font: 10px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .15em;
	color: #000000;
	margin-bottom: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
	font: 11px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	font: 11px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	font: 11px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font: 11px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.healers .gform_wrapper .gform_footer {
	padding: 0;
	text-align: right;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex-wrap {
	flex-wrap: wrap;
}

#content {
	margin-bottom: 110px;
}

/* Default Layout: Sidebar Right */

#content,
.post-feed-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.blog #content,
.single #content,
.search-no-results #content,
.error404 #content {
	display: block;
}

#primary,
.post-feed {
	width: 56.363636%; /* 620/1100 */
}

#secondary,
.post-feed-sidebar {
	width: 31.818181%; /* 350/1100 */
}

/* Layout: Sidebar Left */

#content.sidebar-left #primary,
#content.sidebar-left .post-feed {
	order: 2;
}

#content.sidebar-left #secondary,
#content.sidebar-left .post-feed-sidebar {
	order: 1;
}

/* Layout: One Column */

#content.one-column,
#content.one-column .post-feed-container {
	display: block;
}

#content.one-column #primary,
#content.one-column .post-feed {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.flex {
		display: block;
	}

	#content,
	.post-feed-container {
		display: block;
	}

	#primary,
	.post-feed {
		width: 100%;
		margin-bottom: 80px;
	}

	#secondary,
	.post-feed-sidebar {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/

#masthead {
	margin: 30px;
	align-items: center;
}

.site-title-image {
	text-align: center;
  max-width: 250px;
}

.inline-header #site-branding {
	margin-right: auto;
	flex-grow: 1;
}

@media screen and (max-width: 1100px) {
    #masthead {
        display: block;
    }

    #masthead .site-title-image {
        margin: 0 auto !important;
    }

    #masthead #site-navigation #primary-menu {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 767px) {
	#masthead.inline-header {
		text-align: center;
		margin-top: 30px;
	}

	.inline-header #site-branding {
		margin-right: 0;
		margin-bottom: 20px;
	}
}


/*--------------------------------------------------------------
### Social Menu
--------------------------------------------------------------*/

.social-menu {
	margin-left: auto;
}

.social-menu li {
	display: inline-block;
	margin-left: 12px;
}

.social-menu li a {
	color: #0032BC;
}

.social-menu li a:hover {
	color: #000;
}

.social-menu li a span {
	display: none;
}

.social-menu li a:before {
	content: '';
	font: 24px "Font Awesome 5 Brands";
}

.social-menu li a[href*="members"]:before {
	content: '\f2bd';
	font-family: "Font Awesome 5 Free";
}

.social-menu li a[href*="instagram"]:before {
	content: '\f16d';
}

.social-menu li a[href*="pinterest"]:before {
	content: '\f0d2';
}

.social-menu li a[href*="twitter"]:before {
	content: '\f099';
}

.social-menu li a[href*="facebook"]:before {
	content: '\f09a';
}

.social-menu li a[href*="snapchat"]:before {
	content: '\f2ac';
}

.social-menu li a[href*="bloglovin"]:before {
	content: '\f004';
}

.social-menu li a[href*="youtube"]:before {
	content: '\f16a';
}

.social-menu li a[href*="eepurl"]:before,
.social-menu li a[href*="subscribe"]:before {
	content: '\f0e0';
	font-family: "Font Awesome 5 Free";
}

.social-menu li a[href*="mailto"]:before,
.social-menu li a[href*="contact"]:before {
	content: '\f1d8';
	font-family: "Font Awesome 5 Free";
}

.social-menu li a[href*="feed"]:before {
	content: '\f09e';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.social-menu li a[href*="shop"]:before {
	content: '\f290';
}

.social-menu li a[href*="liketoknow.it"]:before,
.social-menu li a[href*="liketk.it"]:before {
	content: '\f02b';
}

.social-menu li a[href*="tumblr"]:before {
	content: '\f173';
}

@media screen and (max-width: 1100px) {
	.inline-header .social-menu {
		display: none;
	}
}

/*--------------------------------------------------------------
### Search
--------------------------------------------------------------*/

.sb-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	max-width: 100%;
	min-width: 50px;
	height: 49px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

input[type="search"].sb-search-input {
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 49px;
	margin: 0;
	z-index: 10;
	padding: 5px 25px 5px 25px;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
}

.sb-search-open input[type="search"].sb-search-input {
	background: #fbf7ef;
}

input[type="search"].sb-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
}
input[type="search"].sb-search-input::-moz-placeholder { /* Firefox 19+ */
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
}
input[type="search"].sb-search-input:-ms-input-placeholder { /* IE 10+ */
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
}
input[type="search"].sb-search-input:-moz-placeholder { /* Firefox 18- */
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
}

.sb-icon-search,
input[type="submit"].sb-search-submit  {
	width: 50px;
	height: 49px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0 0 12px;
	margin: 0;
	line-height: 49px !important;
	text-align: center;
	cursor: pointer;
	border: none;
	font-size: 24px !important;
	box-sizing: border-box;
}

input[type="submit"].sb-search-submit {
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #0032BC;
	background: none;
	z-index: 90;
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

	.sb-icon-search:hover {
		color: #000;
	}

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: none;
	color: #000;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media screen and (max-width: 1100px) {
	.inline-header .sb-search {
		display: none;
	}
}

/*--------------------------------------------------------------
## Primary Navigation
--------------------------------------------------------------*/

.inline-header #site-navigation {
	position: relative;
	padding: 10px 50px 10px 0;
	align-items: center;
}

	.inline-header #site-navigation.no-search {
		padding-right: 0;
	}

#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	font-family: "Verlag A", "Verlag B", sans-serif;
	letter-spacing: .1em;
	text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
	left: 50%;
	transform: translate(-50%, 10px) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-of-type > a.mega-menu-link {
	color: #0032BC;
	font-size: 15px;
	font-weight: bold;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
	font-weight: bold;
}

#mega-menu-wrap-primary h3 {
	text-transform: none;
	letter-spacing: .05em;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 1100px) {
	.inline-header #site-navigation {
		padding-right: 0;
    margin-right: 0;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu,
	#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		left: 0;
		transform: translate(0, 0) !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		display: inline-block;
	}
}

@media screen and (max-width: 420px) {
	#site-navigation .wrap {
		width: 100%;
		padding-left: 20px;
	}
}

/*--------------------------------------------------------------
## Scroll Navigation
--------------------------------------------------------------*/

#scroll-navigation {
	background: #fbf7ef;
	color: #000;
	padding: 15px 0;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	z-index: 99999;
}

#scroll-navigation .wrap {
	padding: 8px 50px 8px 0;
	margin: 0 30px;
	width: auto;
	max-width: none;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

	#scroll-navigation.aligncenter .wrap {
		justify-content: center;
		align-content: center;
		text-align: center;
	}

	#scroll-navigation.no-search .wrap {
		padding-right: 0;
	}

#scroll-navigation .social-menu li {
	padding: 2px 0;
}

#sb-scroll .sb-icon-search,
#sb-scroll.sb-search-open .sb-icon-search,
.no-js #sb-scroll .sb-icon-search {
	background: #fbf7ef;
}

#scroll-navigation #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,
#scroll-navigation #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
	display: none;
}

#scroll-navigation #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
	text-align: left;
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	#scroll-navigation .social-menu {
		display: none;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
}

#footer.instagram-active,
#footer.footer-box-active {
	border-top: none;
}

/*--------------------------------------------------------------
## Feature Box
--------------------------------------------------------------*/

#footer-feature-box {
	position: relative;
	height: 450px;
}

#footer-feature-box .featured-image img,
#footer-feature-box .featured-image a {
	display: block;
	margin: 0 auto;
}

#footer-feature-box .box-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 480px;
	padding: 50px 40px;
	background: rgba(255, 255, 255, 0);
	text-align: center;
}

#footer-feature-box h3.box-title {
    font-family: "GrouchITC", serif;
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #0032BC;
    text-transform: none;
    margin-bottom: 50px;
}

#footer-feature-box a.cta {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.125em;
    color: #0032BC;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #0032BC;
    padding: 12px 38px;
}

#footer-feature-box  a.cta:hover {
    background: #0032BC;
	color: #fff;
}

/*--------------------------------------------------------------
## Footer Widget Area
--------------------------------------------------------------*/

#footer-widget-area {
    background: #F8F1E1;
    padding: 30px 0;
}

#footer-widget-area .widget-title {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 15px;
	letter-spacing: .05em;
    font-weight: 800;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

#footer-widget-area li {
    text-align: center;
    margin: 10px 0;
}

#footer-widget-area li a {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 12px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

#footer-widget-area li a i {
	margin-right: 5px;
}

/*--------------------------------------------------------------
### Social Widget
--------------------------------------------------------------*/

.healers_social_widget .social-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.healers_social_widget .social-menu li {
		width: 50%;
		display: block;
		margin: 0 0 20px;
	}

	.healers_social_widget .social-menu li a {
		padding: 0 10px;
	}

	.healers_social_widget .social-menu li a:before {
		font-size: 16px;
		margin-right: 10px;
		vertical-align: middle;
	}

	.healers_social_widget .social-menu li a:after {
		content: '';
		vertical-align: middle;
	}

		.healers_social_widget .social-menu li a[href*="instagram"]:after {
			content: 'Instagram';
		}

		.healers_social_widget .social-menu li a[href*="pinterest"]:after {
			content: 'Pinterest';
		}

		.healers_social_widget .social-menu li a[href*="twitter"]:after {
			content: 'Twitter';
		}

		.healers_social_widget .social-menu li a[href*="facebook"]:after {
			content: 'Facebook';
		}

		.healers_social_widget .social-menu li a[href*="snapchat"]:after {
			content: 'Snapchat';
		}

		.healers_social_widget .social-menu li a[href*="bloglovin"]:after {
			content: 'Bloglovin';
		}

		.healers_social_widget .social-menu li a[href*="youtube"]:after {
			content: 'YouTube';
		}

		.healers_social_widget .social-menu li a[href*="eepurl"]:after,
		.healers_social_widget .social-menu li a[href*="subscribe"]:after {
			content: 'Subscribe';
		}

		.healers_social_widget .social-menu li a[href*="mailto"]:after,
		.healers_social_widget .social-menu li a[href*="contact"]:after {
			content: 'Email';
		}

		.healers_social_widget .social-menu li a[href*="feed"]:after {
			content: 'RSS';
		}

		.healers_social_widget .social-menu li a[href*="shop"]:after {
			content: 'Shop';
		}

		.healers_social_widget .social-menu li a[href*="liketoknow.it"]:after,
		.healers_social_widget .social-menu li a[href*="liketk.it"]:after {
			content: 'LikeToKnow.It';
		}

		.healers_social_widget .social-menu li a[href*="tumblr"]:after {
			content: 'Tumblr';
		}

@media screen and (max-width: 1100px) {
	.healers_social_widget .social-menu {
		display: block;
		text-align: center;
	}

	.healers_social_widget .social-menu li {
		width: 100%;
		text-align: center;
	}

	#footer-widget-area .healers_social_widget .social-menu li {
		width: auto;
		display: inline-block;
		margin: 10px 5px;
	}

	#footer-widget-area .healers_social_widget .social-menu li a {
		padding: 0;
	}

	#footer-widget-area .healers_social_widget .social-menu li a:before {
		font-size: 13px;
	}

	#footer-widget-area .healers_social_widget .social-menu li a:after {
		display: none;
	}

}


/*--------------------------------------------------------------
### Search Form
--------------------------------------------------------------*/

.search-form .input-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 45px;
	height: 40px;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
}

.search-form .input-group i {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
    color: #C5CDF2;
}

.search-form .search-text {
	text-align: center;
	padding: 0;
	border: none;
	background: none;
    font-size: 11px;
}

.search-form button {
	display: block;
	width: 100%;
	text-align: center;
	background: none;
	border: none;
	color: #000;
	padding: 0;
	font-size: 13px;
    font-weight: 700;
    color: #0032BC;
}

.search-form button:hover {
	background: none;
}

.sidebar .search-form .input-group {
	background: #fff;
}


/*--------------------------------------------------------------
## Footer Menus
--------------------------------------------------------------*/

#footer-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fbf7ef;
	padding: 15px 0 20px;
}

#footer-menu li,
.copyright {
	display: inline-block;
	margin: 0 10px;
}

	#footer-menu li a,
	.copyright {
        font-family: "Verlag A", "Verlag B", sans-serif;
        font-size: 10px;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        font-weight: 400;
        color: #000;
	}

	#footer-menu li a:hover {
		color: #0032BC;
	}

#empress-credit {
	display: inline-block;
	margin-left: 10px;
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-size: 10px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;

}

#empress-credit:hover {
	color: #0032BC;
}

@media screen and (max-width: 767px) {
    #footer-widget-area .widget {
        margin-bottom: 40px;
    }

	#footer-navigation {
		display: block;
		text-align: center;
	}

	#footer-menu li {
		display: block;
		margin: 10px 0;
	}

	#empress-credit {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

}


/*--------------------------------------------------------------
# Blog post feed
--------------------------------------------------------------*/

.post-feed-container.first {
	padding-top: 50px;
}


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.post-home {
	margin-bottom: 80px;
}

.featured-image {
	margin-bottom: 15px;
}

	.featured-image img,
	.featured-image a {
		display: block;
	}

	.featured-image img {
		margin: 0 auto;
	}

.entry-header {
	margin-bottom: 20px;
	text-align: center;
}

.entry-meta {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 300;
}

.entry-meta .sep {
	margin: 0 5px;
}

.entry-content {
	margin-bottom: 25px;
}

.entry-footer {
	display: flex;
	justify-content: space-between;
	border: 2px solid #F8F1E1;
}

.entry-footer.no-comments.no-shares {
	border: none;
}

.entry-footer a:hover {
	color: #0032BC;
}

.entry-footer > div {
	padding: 15px 25px;
	border-right: 2px solid #F8F1E1;
	flex-grow: 1;
	text-align: center;
}

.entry-footer > div:last-of-type {
	border-right: none;
}

.entry-footer .share {
	flex-grow: 2;
}

.share h4 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.share ul {
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.share ul li {
	display: inline-block;
	margin-right: 10px;
}

.share ul li:last-of-type {
	margin-right: 0;
}

.entry-footer .read-more-button {
	border-right: none;
	padding: 0;
}

.entry-footer .read-more-button a {
	display: block;
	padding: 16px 25px;
	background: #F8F1E1;
	color: #000;
}

.entry-footer .read-more-button a:hover {
	background: #0032BC;
	color: #fff;
}

@media screen and (max-width: 1100px) {
	.entry-footer {
		flex-wrap: wrap;
	}

	.entry-footer .read-more-button {
		order: 1;
		width: 100%;
	}

	.entry-footer .comments-link {
		order: 2;
	}

	.entry-footer .share {
		order: 3;
		border-right: none;
	}
}

@media screen and (max-width: 400px) {
	.entry-footer .comments-link {
		border-right: none;
		border-bottom: 2px solid #f1f1f1;
		width: 100%;
	}

	.entry-footer .share {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.posts-navigation,
.post-navigation {
	text-align: center;
}

.nav-links {
	display: inline-flex;
	justify-content: center;
	align-items: center;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.nav-links a {
	display: block;
	color: #000;
	margin: 0 20px;
}

.nav-links > div:last-of-type a {
	border-right: none;
}

.nav-links a:hover {
	color: #0032BC;
}


/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

.sidebar .widget {
	margin-bottom: 45px;
	padding: 25px;
	background: #fbf7ef;
}

.sidebar .widget-title {
    font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: .1em;
}


/*--------------------------------------------------------------
### About Widget
--------------------------------------------------------------*/

.healers_about_widget {
	text-align: center;
}

	.healers_about_widget .widget-image {
		margin-bottom: 20px;
	}

		.healers_about_widget .widget-image img,
		.healers_about_widget .widget-image a {
			display: block;
		}

	.healers_about_widget .widget-content {
		padding: 20px;
		background: #fff;
	}

	#footer-widget-area .healers_about_widget .widget-content {
		padding: 0;
		background: none;
	}

	.healers_about_widget .widget-text {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.4em;
	}

	.healers_about_widget .widget-links li {
		display: inline-block;
	}

		.healers_about_widget .widget-links li:after {
			content: '\b7';
			display: inline-block;
			margin: 0 10px;
		}

		.healers_about_widget .widget-links li:last-of-type:after {
			display: none;
		}

		.healers_about_widget .widget-links li a {
            font-size: 11px;
            font-weight: 700;
		}

		.healers_about_widget .widget-links li a:hover {
			color: #0032BC;
		}

/*--------------------------------------------------------------
### Highlight Widget
--------------------------------------------------------------*/

.healers_highlight_widget {
	text-align: center;
}

	.healers_highlight_widget .widget-image img,
	.healers_highlight_widget .widget-image a {
		display: block;
	}

	.healers_highlight_widget .widget-image a:hover {
		opacity: .7;
	}

.healers_highlight_widget .widget-cta {
	margin-top: 20px;
}

	#footer-widget-area .healers_highlight_widget .widget-cta {
		margin-top: 15px;
	}

	.healers_highlight_widget .widget-cta a {
		display: block;
		padding: 12px 25px;
		background: #fff;
	}

	#footer-widget-area .healers_highlight_widget .widget-cta a {
		padding: 15px;
		background: #f1f1f1;
	}

	.healers_highlight_widget .widget-cta a:hover {
		background: #0032BC;
		color: #fff;
	}

	#footer-widget-area .healers_highlight_widget .widget-cta a:hover {
		background: #0032BC;
	}

.interstitial .healers_highlight_widget {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: -25px;
	position: relative;
}

.interstitial .healers_highlight_widget:last-of-type {
	margin-bottom: -25px;
}

.interstitial .healers_highlight_widget img {
	margin: 0 auto;
}

.interstitial .healers_highlight_widget .widget-cta {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 430px;
}


/*--------------------------------------------------------------
### Subscription Widget
--------------------------------------------------------------*/

.healers_subscription_widget .widget-image {
	margin-bottom: 20px;
}

.healers_subscription_widget .widget-image img {
	display: block;
}

.healers_subscription_widget .widget-container {
	text-align: center;
}

.healers_subscription_widget .widget-text {
    font-size: 14px;
	line-height: 1.4em;
	max-width: 250px;
	margin: 0 auto 20px;
}

.healers_subscription_widget input:not([type="submit"]) {
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
}

.healers_subscription_widget input[type="submit"],
.healers_subscription_widget button {
	display: block;
	width: 100%;
	text-align: center;
}

.interstitial .healers_subscription_widget .widget-container {
	display: flex;
}

.interstitial .healers_subscription_widget .widget-container > div {
	width: 0;
	flex-grow: 1;
	margin-right: 10px;
}

.interstitial .healers_subscription_widget .widget-container > div:last-of-type {
	margin-right: 0;
}

.interstitial .healers_subscription_widget .widget-image {
	margin-bottom: 0;
}

.interstitial .healers_subscription_widget .widget-content {
	display: flex;
	flex-direction: column;
	padding: 25px;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.interstitial .healers_subscription_widget .widget-text {
	width: 100%;
	max-width: none;
}

.interstitial .healers_subscription_widget .widget-form-code {
	width: 100%;
}

#footer-widget-area .healers_subscription_widget input:not([type="submit"]),
.interstitial .healers_subscription_widget input:not([type="submit"]) {
	border: none;
	background: #f1f1f1;
}

/*--------------------------------------------------------------
### Shop Widget
--------------------------------------------------------------*/

.healers_shop_widget {
	text-align: center;
}

	.healers_shop_widget img,
	.healers_shop_widget a {
		display: block;
	}

.healers_shop_widget .shop-links {
	padding: 25px;
	background: #fff;
}

.healers_shop_widget .shop-links li {
	margin-bottom: 20px;
}

.healers_shop_widget .shop-links li:last-of-type {
	margin-bottom: 0;
}

.healers_shop_widget .shop-cta {
	margin-top: 25px;
	font-size: 11px;
}

#footer-widget-area .healers_shop_widget .shop-links,
.interstitial .healers_shop_widget .shop-links {
	padding: 0;
	background: none;
}

.interstitial .healers_shop_widget {
	text-align: left;
}

.interstitial .healers_shop_widget .shop-links {
	display: flex;
}

.interstitial .healers_shop_widget .shop-links li {
	padding: 25px;
	background: #fff;
	margin-bottom: 0;
	margin-right: 10px;
	text-align: center;
	width: 0;
	flex-grow: 1;
}

.interstitial .healers_shop_widget .shop-links li:last-of-type {
	margin-right: 0;
}

.interstitial .healers_shop_widget .shop-cta {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.interstitial .healers_shop_widget .shop-links {
		display: block;
	}

	.interstitial .healers_shop_widget .shop-links li {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.interstitial .healers_shop_widget .shop-links li:last-of-type {
		margin-bottom: 0;
	}

	.interstitial .healers_shop_widget .shop-cta {
		text-align: center;
	}
}

/*--------------------------------------------------------------
### Topics Widget
--------------------------------------------------------------*/

.healers_topics_widget .widget-links li {
	position: relative;
	margin-bottom: 20px;
}

		.healers_topics_widget .widget-links li:last-of-type {
			margin-bottom: 0;
		}

	.healers_topics_widget .widget-links li img,
	.healers_topics_widget .widget-links li a {
		display: block;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

		.healers_topics_widget .widget-links li:hover img {
			opacity: .8;
		}

	.healers_topics_widget .widget-links .category-title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
		max-width: 160px;
		background: rgba(255, 255, 255, .9);
		padding: 20px;
		text-align: center;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

.interstitial .healers_topics_widget .widget-links {
	display: flex;
}

.interstitial .healers_topics_widget .widget-links li {
	width: 0;
	flex-grow: 1;
	margin-right: 10px;
}

.interstitial .healers_topics_widget .widget-links li:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.interstitial .healers_topics_widget .widget-links {
		display: block;
	}

	.interstitial .healers_topics_widget .widget-links li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.interstitial .healers_topics_widget .widget-links li:last-of-type {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
### Featured Posts Widget
--------------------------------------------------------------*/

.healers_featured_posts_widget .featured-posts li {
	margin-bottom: 25px;
}

	.healers_featured_posts_widget .featured-posts li:last-of-type {
		margin-bottom: 0;
	}

	.healers_featured_posts_widget .featured-posts li a,
	.healers_featured_posts_widget .featured-posts li img {
		display: block;
	}

	.healers_featured_posts_widget .featured-posts .featured-image {
		margin-bottom: 15px;
	}

	.healers_featured_posts_widget .featured-posts li .entry-title {
		text-align: center;
	}

.interstitial .healers_featured_posts_widget .featured-posts {
	display: flex;
}

	.interstitial .healers_featured_posts_widget .featured-posts li {
		margin-bottom: 0;
		width: 0;
		flex-grow: 1;
		margin-right: 10px;
	}

	.interstitial .healers_featured_posts_widget .featured-posts li:last-of-type {
		margin-right: 0;
	}

@media screen and (max-width: 767px) {
	.interstitial .healers_featured_posts_widget .featured-posts {
		display: block;
	}

	.interstitial .healers_featured_posts_widget .featured-posts li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.interstitial .healers_featured_posts_widget .featured-posts li:last-of-type {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
### Text Widget
--------------------------------------------------------------*/

.sidebar .widget_text {
	background: #fff;
	border: 25px solid #fbf7ef;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}

.widget_text li {
	text-align: center;
	font: 11px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

.widget_text li:last-of-type {
	margin-bottom: 0;
}

.widget_text a {
	border-bottom: 1px solid transparent;
}

.widget_text a:hover {
	border-bottom: 1px solid transparent;
}


/*--------------------------------------------------------------
### Archives Widget
--------------------------------------------------------------*/

.sidebar .widget_archive {
	background: #fff;
	border: 25px solid #fbf7ef;
}

.widget_archive li {
	font: 11px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

.widget_archive li:last-of-type {
	margin-bottom: 0;
}

.widget_archive a {
	border-bottom: 1px solid transparent;
}

.widget_archive a:hover {
	border-color: #000;
}

.widget_archive select {
	width: 100%;
	border: 2px solid #fbf7ef;
	background: #fff;
	padding: 10px;
}


/*--------------------------------------------------------------
### Nav Widget
--------------------------------------------------------------*/

.sidebar .widget_nav_menu {
	text-align: center;
}

.sidebar .widget_nav_menu li {
	margin-bottom: 10px;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.sidebar .widget_nav_menu li:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget_nav_menu a {
	display: block;
	padding: 12px 25px;
	background: #fff;
}

.sidebar .widget_nav_menu a:hover {
	background: #0032BC;
	color: #fff;
}


/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/

.single #content {
	margin-top: 80px;
}

.post-single {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.single #content {
		margin-top: 50px;
	}
}


/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/

.interstitial {
	padding: 25px 0;
	position: relative;
	margin-bottom: 80px;
}

.interstitial:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: #fbf7ef;
	margin-left: calc(50% - 50vw);
	z-index: -1;
}

#related-posts h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 15px;
}

.related-post {
	width: 0;
	flex-grow: 1;
	margin-right: 10px;
	text-align: center;
}

.related-post:last-of-type {
	margin-right: 0;
}

.related-post a,
.related-post img {
	display: block;
	margin: 0 auto;
}

.related-post h4 {
	margin-top: 15px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.related-post {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.related-post:last-of-type {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments {
	margin-bottom: 80px;
	max-width: 720px;
	margin: 0 auto 80px;
}

#respond {
	margin-bottom: 80px;
}

	#reply-title {
		font-family: "Verlag A", "Verlag B", sans-serif;
		font-size: 30px;
		font-weight: 700;
		text-transform: none;
		letter-spacing: .025em;
		text-align: center;
		margin-bottom: 30px;
	}

#commentform {
	display: grid;
	grid-template-columns: 38.75% 50%;
	grid-template-rows: auto auto auto auto;
	grid-column-gap: 11.25%;
}

	#commentform label {
		margin-bottom: 5px;
	}

	#commentform p {
		margin-bottom: 20px;
	}

	#commentform .comment-form-author {
		grid-column-start: 1;
		grid-row-start: 1;
	}

	#commentform .comment-form-email {
		grid-column-start: 1;
		grid-row-start: 2;
	}

	#commentform .comment-form-url {
		grid-column-start: 1;
		grid-row-start: 3;
		margin-bottom: 10px;
	}

	#commentform .comment-form-comment {
		grid-column-start: 2;
		grid-row-start: 1;
		grid-row-end: span 3;
		margin-bottom: 0;
	}

	#commentform .form-submit {
		grid-column-start: 2;
		text-align: right;
	}

	#commentform textarea {
		height: 242px;
	}

	#commentform input[type="submit"] {
		padding: 0;
		border: none;
		background: none;
	}

.comments-title {
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: .025em;
	text-align: center;
	margin-bottom: 30px;
}

#comments-section ol,
#comments-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list > li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F8F1E1;
}

.comment-list > li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
	.comment-list .children li {
		padding-left: 60px;
		margin-top: 25px;
		position: relative;
	}

	.comment-list .children li:before {
		content: '';
		display: block;
		width: 45px;
		height: 1px;
		background: #F8F1E1;
		position: absolute;
		top: 13px;
		left: 0;
	}

	.comment-author {
		margin-bottom: 10px;
	}

	.comment-meta {
		font-size: 9px;
		text-align: right;
		color: #000;
		margin-top: 10px;
	}

	.comment-date {
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #000;
	}

	.comment-meta a {
		color: #000;
	}

	.comment-meta a:hover {
		color: #0032BC;
	}

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/

body.archive,
body.blog {
    background: #fbf7ef;
}

.archive-header {
    text-align: center;
	margin-bottom: 35px;
}

.archive-header h1 {
    font-size: 36px;
}

.archive-menu {
    text-align: center;
    margin-bottom: 35px;
}

#categories-menu li {
    display: inline-block;
    margin: 0 22px;
}

.post-grid {
    flex-wrap: wrap;
}

.entry-content .book-button {
  border: 1px solid #000;
  padding: 5px 10px;
}
.entry-content .book-button a {
  color: #000;
  text-transform: uppercase !important;
}
li.book-button a {
	background-color: #0032bc !important;
  border-bottom: 2px solid #0032bc !important;
	color: #fff !important;
}

li.book-button a:hover {
  transition: 0.3s !important;
  color: #0032bc !important;
  background-color: transparent !important;
}

.post-grid article {
    width: 31.666667%; /* 380 / 1200 */
    background: #fff;
    margin-bottom: 70px;
}


.post-grid .featured-image {
    margin: 0;
}

.post-grid article .entry-title {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .post-grid article {
        width: 100%;
    }

	#categories-menu li {
		display: block;
		margin: 10px 0;
	}

}

.testimonial_parent {
  padding: 25px 100px;
}
@media screen and (max-width: 767px) {
  .testimonial_parent {
    padding: 25px 0;
  }
}
.testimonial_arrows {
  display: block;
  margin: 25px auto 0;
  width: 100px;
}
.prev {
  cursor: pointer;
  border: solid black;
	width: 15px;
	height: 15px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
  margin-right: 25px;
	transform: rotate(135deg);
	transition: 0.5s;
}

.next {
  cursor: pointer;
  border: solid black;
	width: 15px;
	height: 15px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
  margin-left: 25px;
	transform: rotate(315deg);
	transition: 0.5s;
}

/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Members - Archive
--------------------------------------------------------------*/

body.archive.post-type-archive-members,
body.archive.tax-member-filters {
    background: #fff;
}

body.archive:not(.post-type-archive-members):not(.tax-member-filters) #content {
	display: block;
}

#archive-members {
	width: 65%; /* 780/1200 */
}

#secondary.member-sidebar {
	width: 29.166667%; /* 350/1200 */
}

#archive-members .post-grid article {
    margin-bottom: 50px;
}

#archive-members .post-grid article .subtitle {
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}

@media screen and (max-width: 767px) {
	#archive-members {
		width: 100%; /* 780/1200 */
	}

	#secondary.member-sidebar {
		width: 100%; /* 350/1200 */
	}

}

/*--------------------------------------------------------------
## Members - Single
--------------------------------------------------------------*/

.additional-info {
	padding: 30px 20px;
	border-left: 2px solid #F8F1E1;
	border-right: 2px solid #F8F1E1;
	border-bottom: 2px solid #F8F1E1;
	text-align: center;
	font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.15em;
}

.additional-info a:hover {
	color: #0032BC;
}

/*--------------------------------------------------------------
## Members - Page
--------------------------------------------------------------*/

body.page.page-template-template-members #content {
	display: flex;
}

#member-page {
	width: 56.363636%;
}

@media screen and (max-width: 767px) {
	body.page.page-template-template-members #content {
		display: block;
	}

	#member-page {
		width: 100%;
	}

}

/*--------------------------------------------------------------
## Members - MemberPress
--------------------------------------------------------------*/

#mepr-account-nav {
	padding: 10px;
	background: #fbf7ef;
	text-align: center;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.mepr-nav-item {
	padding: 0;
	margin: 0 15px;
}

#mepr-account-nav a {
	border-bottom: none;
}

#mepr-account-nav a:hover,
.mepr-active-nav-tab a {
	color: #0032BC;
}

#mepr-account-welcome-message {
	margin-bottom: 1.5em;
}

.mp_wrapper .mp-form-row label {
	font-size: 10px;
	letter-spacing: .15em;
}

.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password] {
	border: none !important;
}

.mepr-account-change-password a {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
	border-bottom: none;
}

#service .page-header .inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1026px) {
  #service .page-header .inner {
    margin-top: -200px;
  }
}
#service .page-header h5 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#service .page-header .arrow {
  width: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 80px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
-webkit-transform: rotate(45deg);
/* -webkit-animation:bounce 4s infinite; */
}

/* @-webkit-keyframes bounce {
      0%       { bottom:10px; }
      25%, 75% { bottom:15px; }
      50%      { bottom:25px; }
      100%     {bottom:10px;}
    } */

#directory-grid-service {
  width: 100%;
  padding-bottom: 110px;
  background-color: #FCF7EF;
  margin-bottom: -110px;
}
#directory-grid-service #directory-feed {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
#directory-grid-service #directory-feed p {
  text-align:left;
  margin-bottom: 10px;
  line-height:20px;
}


#service #directory-grid {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
#service #directory-grid .service_content {
  margin-bottom: 100px;
}
#service #directory-grid h6 {
  text-align:center;
  font-size: 28px;
  font-weight: bold;
  padding-bottom:50px;
  letter-spacing: 0;
  text-transform: none;
}

#directory-grid #directory-feed p {
  text-align:left;
  margin-bottom: 10px;
  line-height:20px;
}



#service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service-grid a {
  width: 32%;
  margin-bottom: 2%;
}
#service-grid a:hover {
  opacity: 0.7;
}
#service-grid .single-services  {
  height: 400px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1026px) {
  #service-grid a {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #service-grid {
    display: block;
  }
  #service-grid a {
    width: 100%;

  }
  #service-grid .single-services  {
    margin-bottom: 20px;
  }
}

#service-grid .single-services .details {
  background-color: #fff;
  position: absolute;
  padding: 20px;
  width: 66%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#service-grid .single-services .details h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
}
#service-grid .single-services .details p {
  text-align: center;
}
/*--------------------------------------------------------------
# Directory - Archive
--------------------------------------------------------------*/

.page-template-template-directory #content {
	display: block;
}

#directory .main_content, #services .main_content {
  margin: 40px 0;
}
#directory-filters {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#directory-filters #placeholder {
	margin: 0 15px;
}

#reset-filters {
	cursor: pointer;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.15em;
}

#directory-feed {
	flex-wrap: wrap;
}


.post-directory {
	width: 24.1666667%; /* 290/1200 */
	margin-bottom: 30px;
	text-align: center;
}

.post-directory .entry-title {
	font-size: 20px;
	margin-top: 15px;
	font-weight: 500;
}

.holder {
	text-align: center;
	margin-top: 40px;
}

.holder a,
.holder span {
	display: none;
}

.holder a.jp-next {
	display: block;
	color: #000;
	cursor: pointer;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.holder a.jp-next.jp-disabled {
	display: none;
}

.holder a.jp-next:hover {
	color: #0032bc;
}

@media screen and (max-width: 1024px) {
	.post-directory {
		width: 32%; /* 290/1200 */
	}

}

@media screen and (max-width: 767px) {
	#directory-feed {
		display: flex;
		flex-wrap: wrap;
	}

	.post-directory {
		width: 48%; /* 290/1200 */
	}

	#directory-filters {
		display: block;
	}

	#directory-filters #placeholder {
		margin: 15px 0;
	}

}

@media screen and (max-width: 480px) {
	.post-directory {
		width: 100%; /* 290/1200 */
	}

}

/*--------------------------------------------------------------
# Directory - Single
--------------------------------------------------------------*/

body.single-directory {
    background: #fbf7ef;
}


#directory-single .book_link a {
  display: block;
  height: 35px;
  text-align: center;
  background: none;
  width: 120px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}

#directory-single .book_link a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.post-directory-single {
	max-width: 1100px;
	margin: 0 auto;
}

.post-directory-single .featured-image {
	width: 50%; /* 550/1100 */
}

.post-directory-single .entry-content {
	width: 45.454545%; /* 500/1100 */
}

.post-directory-single .page-title {
	text-align: left;
}

#listing-social {
	margin: 15px 0 25px;
}

#listing-social li {
	display: inline-block;
	margin-right: 12px;
}

#listing-social li a {
	color: #000;
	border-bottom: 0;
}

#listing-social li a:hover {
	color: #0032BC;
}

#listing-social li a span {
	display: none;
}

#listing-social li a:before {
	content: '';
	font: 13px "Font Awesome 5 Brands";
}

#listing-social li a[href*="instagram"]:before {
	content: '\f16d';
}

#listing-social li a[href*="pinterest"]:before {
	content: '\f0d2';
}

#listing-social li a[href*="twitter"]:before {
	content: '\f099';
}

#listing-social li a[href*="facebook"]:before {
	content: '\f09a';
}

#listing-social li a[href*="youtube"]:before {
	content: '\f16a';
}

#listing-social li a[href*="mailto"]:before,
#listing-social li a[href*="contact"]:before {
	content: '\f1d8';
	font-family: "Font Awesome 5 Free";
}

#explore-links {
	display: flex;
	justify-content: space-between;
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
}

#explore-links li {
	flex-grow: 1;
	min-width: 50%;
	margin: 0 10px;
}

#explore-links li:first-of-type {
	margin-left: 0;
}

#explore-links li:last-of-type {
	margin-right: 0;
}

#explore-links li a {
	display: block;
	padding: 10px;
  height: 35px;
	text-align: center;
	background: none;
}

#explore-links li a:hover {
	color: #fff;
	background: #0032BC;
}

@media screen and (max-width: 1100px) {
	#explore-links {
		display: block;
	}

	#explore-links li {
		margin: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.post-directory-single .featured-image {
		width: 100%; /* 550/1100 */
	}

	.post-directory-single .entry-content {
		width: 100%; /* 500/1100 */
	}
}


/*--------------------------------------------------------------
# Info Page
--------------------------------------------------------------*/

body.page #content {
	display: block;
}

.page-title {
	text-align: center;
	margin-bottom: 25px;
}

#info-page .page {
	max-width: 900px;
	margin: 0 auto;
}

#info-page .page.has-post-thumbnail {
	max-width: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-header {
  background-size: 100vh;
}
#info-page .page.has-post-thumbnail .page-header h1 {
	text-align: left;
}

#info-page .page.has-post-thumbnail .featured-image {
	width: 50%; /* 550/1100 */
}

#info-page .page.has-post-thumbnail .entry-content {
	width: 47.272727%; /* 520/1100 */
}

@media screen and (max-width: 767px) {
	#info-page .page.has-post-thumbnail .featured-image {
		width: 100%; /* 550/1100 */
		margin-bottom: 25px;
	}

	#info-page .page.has-post-thumbnail .entry-content {
		width: 100%; /* 520/1100 */
	}

}

/*--------------------------------------------------------------
# 404 / Not Found
--------------------------------------------------------------*/

body.error404,
body.search-no-results {
	background: #fbf7ef;
}

.not-found {
	max-width: 580px;
	margin: 80px auto;
	text-align: center;
}

.not-found .search-form {
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Beaver Builder
--------------------------------------------------------------*/

.page-template-template-builder #content {
	width: 100%;
	max-width: none;
	margin: 0;
}

.works-box .fl-callout-photo-above-title .fl-photo {
	max-height: 85px;
	width: auto;
	margin: 0 auto 25px;
}

.works-box .fl-photo-content img {
	max-height: 85px;
	width: auto;
}

.works-box .fl-callout-title {
	color: #0032bc;
	margin-bottom: 10px;
}

#quote-left {
	position: absolute;
	top: -40px;
	left: 20px;
}

#quote-right {
	position: absolute;
	bottom: -45px;
	right: 20px;
}

.trial-box {
	position: relative;
}

.trial-box .fl-callout-photo-above-title .fl-photo {
	margin: 0;
}

body.healers .trial-box h2.fl-callout-title {
	padding: 10px;
	color: #fff;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

body.healers .trial-box h2.fl-callout-title a {
	color: #fff;
}

.fl-post-grid-post {
	text-align: center;
}

.fl-post-grid-more,
.fl-menu {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
}

body.healers .fl-menu .menu,
body.healers .fl-menu .menu > li {
	text-transform: uppercase !important;
}

/*--------------------------------------------------------------
## EmPress Shop the Post
--------------------------------------------------------------*/

.em-shop-the-post {
	padding: 20px;
	border-left: 2px solid #F8F1E1;
	border-right: 2px solid #F8F1E1;
	border-bottom: 2px solid #F8F1E1;
}

.em-shop-title {
	text-align: center;
	font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em;
}

/*--------------------------------------------------------------
## EmPress Grid
--------------------------------------------------------------*/

.healers #template-em-grid {
	margin: 80px auto 0;
}

@media screen and (max-width: 1280px) {
	.healers #template-em-grid {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## EmPress Boutiques
--------------------------------------------------------------*/

.healers .template-em-boutiques {
	margin: 0 auto;
}

#template-em-boutiques-retailers #em-boutiques-nav {
	padding: 10px;
	background: #FBF7EE;
}

.healers .template-em-boutiques a {
	border-bottom: 0;
}

.healers .template-em-boutiques a:hover,
#template-em-boutiques-retailers #em-boutiques-nav li.tab-current a{
	color: #0032BC;
}

@media screen and (max-width: 1100px) {
	.healers .template-em-boutiques {
		width: 100%;
	}

}

/*--------------------------------------------------------------
## Stripe Payment
--------------------------------------------------------------*/

.healers .asp_product_buy_btn.blue {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
	letter-spacing: .15em;
	text-transform: uppercase;
	box-sizing: border-box;
	width: auto;
	height: auto;
	border: none;
	padding: 15px 30px;
	background: #0032BC;
	color: #fff !important;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

#donate .asp_product_item {
	background: #fbf7ef;
	border: none;
	box-shadow: none;
}

#donate .asp_product_item_thumbnail,
#donate .asp_product_description {
	display: none;
}

#donate .asp_product_name {
	line-height: normal;
	margin-bottom: 10px;
}

#donate .asp_product_buy_button input {
	padding: 15px;
	background: #fff;
	display: block;
	margin-bottom: 10px;
}

#donate .asp_product_buy_button input::placeholder {
	font-style: normal;
	color: #000;
}

#donate .asp_product_buy_button select {
	width: 100%;
	display: block;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}