html,body {
	background-color: #414a3b;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body {
	color: #fff;
}
section {
	padding-top: 20px;
}

img {
	height: auto;
	max-width: 100%;
}
strong {
	font-weight: 700;
}

h1,h2,h3,h4,h5 {
	font-family: "Bodoni Moda", serif;
	font-weight: 700;
	line-height: 1.125em;
}
h1 {
	font-size: 5rem;
	letter-spacing: 0.063rem;
	padding-bottom: 20px;
}
.page_title {
	font-size: 3rem;
	margin-top: 30px;
	text-align: center;
}
h2 {
	font-size: 2.75em;
	letter-spacing: 0.063em;
	opacity: 0.7;
	padding-bottom: 20px;
	text-align: center;
}
h3,h4,h5 {
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.063em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
}

@media( max-width: 800px ) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}
}

hr {
	background-color: #fff;
	color: #fff;
	margin: 50px auto 50px auto;
	opacity: 0.4;
	max-width: 450px;
	width: 80%;
}

p {
	line-height: 180%;
	padding-bottom: 20px;
}
.has-medium-font-size p {
	font-size: 1.5rem;
}
.has-large-font-size p {
	font-size: 2rem;
}


a {
	color: #fff;
	text-decoration: none;
}



.button,
.col_buttons a,
.read_more a,
input[type="submit"] {
	background-color: #88b088;
	border: 0;
	border-radius: 12px;
	color: #193d03;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875em;
	font-weight: bold;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.button:hover,
.col_buttons a:hover,
.read_more a:hover,
input[type="submit"]:hover {
	background-color: #b9efb9;
	color: #000;
}

blockquote {
	background: transparent url('../images/quote.png') 50% 0 no-repeat;
	font-family: "Bodoni Moda", serif;
	font-size: 1.125em;
	line-height: 170%;
	margin-bottom: 40px;
	padding-top: 80px;
	text-align: center;
}
cite {
	color: #b6bd9e;
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
}

figcaption {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.063em;
	opacity: 0.5;
	padding-top: 5px;
	transition: all 0.3s ease;
	text-align: center;
	text-transform: uppercase;
}
figcaption a {
	color: #fff;
}
figcaption:hover {
	opacity: 1;
}
figcaption a:hover {
	color: #fff;
}

.wp-block-embed {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}

figure,
.wp-block-image {
	display: block;
}
.wp-block-media-text {
	padding-bottom: 20px;
}
.wp-block-pb-accordion-item {
	padding: 8px 0;
}
.wp-block-pb-accordion-item h4 {
	text-transform: none;
}
.c-accordion__content {
	padding: 15px 30px;
}


.content_wrapper {
	margin: 0 auto;
	max-width: 1100px;
	min-width: 320px;
	padding: 0 15px;
	width: 100%;
}
body.reiki .content_wrapper,
body.tuning .content_wrapper,
body.tarot .content_wrapper {
	max-width: 800px;
}

.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.page_wrapper {
	padding-top: 30px;
}

article ul,
.page_wrapper ul {
	margin: 20px 20px 40px 20px;
}
article ol,
.page_wrapper ol {
	margin: 20px 20px 40px 20px;
	list-style-type: square;
}
.page_wrapper ul li,
.page_wrapper ol li,
article ul li,
article ol li {
	line-height: 150%;
	margin: 15px;
}
article ul li,
.page_wrapper ul li {
	padding: 2px 0 0 6px;
	list-style: circle;
}
article ol li,
.page_wrapper ol li {
	list-style-type: decimal;
}


.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	margin: 15px auto;
	text-align: center;
}

.alignright,
.wp-block-image .alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

@media( max-width: 900px ) {
	.alignright,
	.alignleft,
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		display: block;
		float: none;
		margin: 15px auto;
	}
	article .inner_wrapper {
		padding-left: 0;
	}

}

.cols,
.cols_rev {
	display: flex;
	flex-direction: row;
	flex: 1;
	width: 100%;
}
.col_10,
.col_20,
.col_30,
.col_40,
.col_50,
.col_60,
.col_70,
.col_80,
.col_90 {
	vertical-align: top;
}
.col_10	{ width: 10%; flex-basis: 10%; }
.col_20 { width: 20%; flex-basis: 20%; }
.col_30 { width: 30%; flex-basis: 30%; }
.col_40 { width: 40%; flex-basis: 40%; }
.col_50 { width: 50%; flex-basis: 50%; }
.col_60 { width: 60%; flex-basis: 60%; }
.col_70 { width: 70%; flex-basis: 70%; }
.col_80 { width: 80%; flex-basis: 80%; }
.col_90 { width: 90%; flex-basis: 90%; }

@media( max-width: 900px ) {
	.cols {
		flex-direction: column;
	}
	.cols_rev {
		flex-direction: column-reverse;
	}
	.col_10,
	.col_20,
	.col_30,
	.col_40,
	.col_50,
	.col_60,
	.col_70,
	.col_80,
	.col_90 {
		display: block;
		flex-basis: 100%;
		margin: 20px auto;
		max-width: 550px;
		width: 100%;
	}
}

/* homepage */
.page_block {
	padding: 80px 0;
}
.page_block:first-of-type {
	padding-top: 0;
}
.hp_block {
	padding-top: 80px !important;
}
.page_block p {
	font-size: 1.125em;
}
#main_menu {
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	background-color: rgba( 182, 189, 158, 0.8 );
	display: block;
	left: 50%;
	margin-left: -550px;
	padding: 10px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	transition: all 0.3s ease;
	width: 1100px;
	z-index: 100;
}
#main_menu a {
	box-shadow: inset 0 0 0 0 transparent;
	color: #2d3e26;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
#main_menu a:hover {
	box-shadow:inset 0 -8px 0 0 #414a3b;
}
#burger_button,
#menu_open_bg {
	display: none;
	position: fixed;
}
#burger_button {
	cursor: pointer;
	height: 25px;
	right: 20px;
	top: 20px;
	width: 30px;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	z-index: 4;
}
#subpage_header {
	padding-top: 100px;
	text-align: center;
}
@media( max-width: 1100px ) {
	#burger_button {
		display: block;
	}
	body.menu_open #burger_button {
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	body.menu_open #menu_open_bg {
		background-color: rgba( 0, 0, 0, 0.6 );
		display: block;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 5;
	}

	#main_menu {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		left: -260px;
		height: 100%;
		margin-left: 0;
		text-align: left;
		top: 0;
		width: 250px;
	}
	#main_menu a {
		display: block;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#subpage_header {
		padding-top: 50px;
	}

}


.page_block h2 {
	background: transparent url('../images/plant_small.png') 50% 0 no-repeat;
	padding-top: 100px;
}

#hero {
	background: #271220 url('../images/hero_bg.jpg') 50% 50% no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	height: 100vh;
	min-height: 700px;
	width: 100%;
}
#hero .logo {
	margin-top: 80px;
}

#about article {
	display: block;
}
#about h2 {
	padding-bottom: 40px;
}
#about h3 {
	font-style: italic;
	padding-bottom: 15px;
	text-align: center;
}
#about .col_40 {
	padding: 20px 0 0 40px;
	text-align: center;
}
.headshot {
	border-radius: 99em;
	max-width: 420px;
	width: 100%;
}
@media( max-width: 900px ) {
	#about .col_40 {
		padding: 10px 0 0 0;
	}

}
#expectations {
	background: #705d43 url('../images/plant_left.png') 0 70% no-repeat;
}

#expectations h3 {
	padding-top: 15px;
	text-align: center;
}

#testimonials {
	background: #414a3b url('../images/plant_right.png') 100% 60% no-repeat;
}

#services {
	background: #414a3b url('../images/plant_left.png') 0 70% no-repeat;
	text-align: center;
}
.service_blocks p {
	padding-bottom: 40px;
}
#contact {
	text-align: center;
}
#book {
	background-color: #414a3b;
}

@media( max-width: 1300px ) {
	#about,
	#expectations,
	#testimonials,
	#services {
		background-image: none;
	}
}


footer {
	background-color: #414a3b;
	color: rgba( 255, 255, 255, 0.8);
	font-size: 0.75em;
	padding-top: 30px;
	text-align: center;
}


.smaller {
	font-size: 0.75em;
}

#service_table {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	width: 100%;
}
#service_table th,
#service_table td {
	margin: 1px;
	padding: 10px;
}
#service_table tr {
	vertical-align: top;
}

#service_table th {
	background-color: rgba(0,0,0,0.2);
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.063em;
	text-align: center;
	text-transform: uppercase;
}
#service_table td {
	background-color: rgba(255,255,255,0.1);
}
#service_table td.duration,
#service_table td.price {
	text-align: center;
}
#service_table td.duration {
	background-color: rgba(255,255,255,0.2);
}
#service_table td.practicioner {
	background-color: rgba(0,0,0,0.1);
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
#service_table td.desc strong {
	display: block;
}
#service_table td.desc span {
	display: block;
	font-size: 0.875em;
	padding-top: 5px;
}
#service_table td.practicioner strong {
	display: block;
	font-size: 0.75em;
	opacity: 0.8;
	padding-top: 5px;
	text-transform: uppercase;
}
#service_table tr.divider td {
	background-color: transparent;
}
@media( max-width: 781px ) {
	#service_table,
	#service_table tr,
	#service_table td {
		display: block;
		text-align: center;
	}
	#service_table tr {
		margin-top: 10px;
	}
	#service_table tr.profile {
		margin-top: 20px;
	}
	#service_table th {
		display: none;
	}

}