/*
Theme Name: Lexi Theme
Theme URI: https://lexi.codeandcoconut.com/
Description: Minimalist WordPress Theme
Author: Code + Coconut
Author URI: https://codeandcoconut.com/

Version: 1.0.1

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Update URI: false

Text Domain: lexi
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Templates
	- Carousel
- Plugins
	- Genesis eNews Extended
	- Social Warfare
	- WPForms
	- Instagram Feed
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Main Menu
	- Top Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Instagram Footer Widget Area
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 480px
	- Min-width: 600px
		- Carousel
		- Homepage eNews
		-Previous/Next Pagination
	- Min-width: 960px
		- Main Menu
		- Nav Secondary
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Layouts
			- Layout 2 - List
			- Layout 3 - Two Columns
			- Layout 4 - Three Columns
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
		- Site Footer
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-footer::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Libre Franklin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 1px;
	margin: 0;
	overflow-x: hidden;

}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

.site-inner a {
	border-bottom: 1px solid #000;
}

.site-inner a:hover,
.site-inner a:focus {
	border-color: #000;
}

.site-inner a.button {
	border-color: #ede9e3;
}

.site-inner a.button:hover,
.site-inner a.button:focus {
	border-color: #000;
	color: #000;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 2px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #eee;
	color: #000;
}

blockquote {
	padding: 0 30px;
	border-left: 1px solid #000;
	margin-left: 0;
	margin-right: 0;
}

::selection {
	background-color: #ede9e3;
}

.entry-header .entry-meta,
.entry-footer .entry-meta,
.breadcrumb, .comment-author,
.comment-meta, .comment-reply,
.carousel-post-meta,
.pagination-previous-next {
	letter-spacing: 2px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Aboreto", serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	font-weight: 400;
	padding: 5px 15px;
	width: 100%;
	letter-spacing: inherit;
	line-height: 1.5em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
select {
	min-height: 50px;
}

textarea {
	border: 1px solid #000;
	padding: 15px;
}

input:focus,
textarea:focus {
	border-color: #000;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 15px;
	letter-spacing: 0.1em;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 15px;
	letter-spacing: 0.1em;
}

::placeholder {
	color: #000;
	opacity: 1;
	font-size: 15px;
	letter-spacing: 0.1em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #ede9e3;
	border: 1px solid #ede9e3;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	padding: 13px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	letter-spacing: 2px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.read-more-container {
	text-align: left;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 50px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description {
	width: 100%;
}

.after-entry {
	background-color: #ede9e3;
	color: #000;
	padding: 20px 30px;
}

.after-entry .enews-widget input {
	border-color: #000;
	color: #000;
}

.after-entry .enews-widget input::placeholder {
	color: #000;
}

.after-entry .enews-widget .enews-submit {
	background-color: #000;
	color: #fff;
}

.after-entry .enews-widget .enews-submit:hover,
.after-entry .enews-widget .enews-submit:focus {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	margin-bottom: 40px;
	padding-bottom: 10px;
	width: 100%;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
}

.post-password-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search .search-form,
.entry-content .search-form {
	display: flex;
	position: relative;
}

.nav-secondary .search-form input[type="submit"],
.widget_search input[type="submit"],
.search-form input[type="submit"] {
	content: "\f179";
	display: inline-flex;
	-webkit-font-smoothing: antialiased;
	font-family: "dashicons" !important;
	font-size: 15px;
	padding: 0 10px 0 0;
	margin: 0;
	background: transparent;
}

.widget_search .search-form .search-form-input,
.entry-content .search-form .search-form-input {
	padding-right: 40px;
}

.nav-secondary  .search-form input[type="submit"] {
	border: 0;
}

.widget_search .search-form input[type="submit"],
.entry-content .search-form input[type="submit"] {
	border: 0;
	position: absolute;
	right: 0;
	min-height: 50px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	margin-bottom: 20px;
}

.archive-title {
	text-align: center;
}

.entry-title {
	margin-bottom: 20px;
	text-align: left;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
	border-bottom: 0;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #000;
}

.page .entry-title {
	text-align: center;
}

.widget-title {
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 50px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Templates
---------------------------------------------------------------------------- */

/* Carousel
--------------------------------------------- */

.owl-carousel {
	margin-bottom: 20px;
}

.owl-carousel .owl-item {
	display: block;
}

.carousel-post-info {
	display: none;
}

.carousel-post-info > a {
	border-bottom: 0;
}

.carousel-post-title {
	color: #000;
	letter-spacing: 1px;
}

.carousel-post-meta {
	letter-spacing: 2px;
	font-size: 12px;
}

.carousel-post-meta a {
	color: #000;
	text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ede9e3 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 20px !important;
}

/* Landing
--------------------------------------------- */
.page-template-landing .entry-title {
	text-align: center;
}

/* Instagram
--------------------------------------------- */
.page-template-instagram .title-area .site-title,
.page-template-instagram.right-menu .title-area .site-title,
.page-template-instagram.left-menu .title-area .site-title {
	text-align: center;
}

.page-template-instagram.left-menu.wp-custom-logo .site-container .title-area {
	margin-right: auto;
}

.page-template-instagram.right-menu.wp-custom-logo .site-container .title-area {
	margin-left: auto;
}

.page-template-instagram .site-header > .wrap {
	margin-top: 0;
}

.page-template-instagram .site-inner {
	max-width: 600px;
}

.page-template-instagram .widget_nav_menu ul > li {
	list-style-type: none;
	margin-bottom: 0;
}

.page-template-instagram .widget_nav_menu ul > li a {
	width: 100%;
	display: block;
	background-color: #ede9e3;
	border: 1px solid #ede9e3;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.page-template-instagram .widget_nav_menu ul > li a:hover,
.page-template-instagram .widget_nav_menu ul > li a:focus {
	background: transparent;
	border-color: #000;
}

.page-template-instagram .widget-title {
	text-align: center;
}

/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: left;
}

.enews-widget input {
	margin-bottom: 20px;
	background-color: transparent;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
	background-color: #ede9e3;
	color: #000;
}

.enews-widget input[type="submit"]:focus,
.enews-widget input[type="submit"]:hover {
	background-color: transparent;
	color: #000;
	border-color: #000;
}

.enews form + p {
	margin-top: 20px;
}

.blog-feed-widget .enews {
	background-color: #ede9e3;
	color: #000;
	padding: 5%;
	text-align: left;
}

.blog-feed-widget .enews form {
	display: flex;
	flex-direction: column;
}

.blog-feed-widget .enews input {
	background-color: transparent;
	border-color: #000;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.blog-feed-widget .enews input:last-child {
	margin-right: 0;
}

.blog-feed-widget .enews input[type="submit"] {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.blog-feed-widget .enews input[type="submit"]:hover,
.blog-feed-widget .enews input[type="submit"]:focus {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.blog-feed-widget .enews input::placeholder {
	color: #000;
}

/* Social Warfare
--------------------------------------------- */
.site-inner a.swp_share_link {
	border: 0;
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 400;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Instagram Feed
------------------------------------------ */

.site-inner #sb_instagram a {
	border: 0;
}

/* Popular Posts
------------------------------------------ */

.wpp-list li {
	position: relative;
}

.wpp-post-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.9);
	width: 90%;
	height: fit-content;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
}

a.wpp-post-title {
	border-bottom: 0;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* Site Header
---------------------------------------------------------------------------- */

/* Title Area
--------------------------------------------- */

.title-area {
	text-align: center;
	padding: 50px 30px;
}

.wp-custom-logo .title-area {
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding: 0 30px;
}

.wp-custom-logo .title-area img {
	width: auto;
	margin-bottom: 40px;
	margin-top: 40px;
}

.site-title {
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	font-family: "Aboreto", serif;
	text-align: center;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
	margin: 12px;
}

.genesis-nav-menu a {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	outline-offset: -1px;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 10px 0;
	width: auto;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
	text-decoration: none;
}

.genesis-nav-menu a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 999;
}

.genesis-nav-menu a:hover::after,
.genesis-nav-menu a:focus::after,
.genesis-nav-menu .current-menu-item > a::after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.genesis-nav-menu .sub-menu {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .menu-item-has-children > a {
	margin-right: 10px;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
	margin-top: 15px;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	color: #000;
	background-color: transparent;
	border-width: 0;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #000;
}

.menu-toggle {
	line-height: 20px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
	width: 100%;
	margin-bottom: -20px;
	border-top: 1px solid #ede9e3;
	border-bottom: 1px solid #ede9e3;
}

.menu-toggle:focus,
.menu-toggle:hover {
	color: #000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 0 8px;
	position: absolute;
	right: 0;
	top: 6px;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 0 8px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.nav-primary .genesis-nav-menu {
	margin-top: 30px;
}

/* Nav Extra
--------------------------------------------- */

.nav-extra .search-form,
.nav-extra .widget-area {
	margin: 12px;
}

.nav-extra .search-form {
	display: flex;
}

.nav-extra .search-form-input {
	background: none;
	border: 0;
	border-bottom: 1px solid;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px 0;
	line-height: 1;
	margin-right: 10px;
	text-align: left;
	min-height: 0;
}

.nav-extra .search-form-input::placeholder {
	letter-spacing: 2px;
}

.nav-extra .search-form input[type="submit"] {
	border: 0;
}

.nav-extra .simple-social-icons {
	margin-bottom: 0;
}

.nav-extra .simple-social-icons a::after {
	background: transparent;
}

.nav-extra .simple-social-icons ul li {
	margin: 0 !important;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 0;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: circle;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

.entry-header .entry-meta {
	margin-bottom: 20px;
	font-size: 12px;
	text-align: left;
}

.entry-categories,
.entry-tags {
	display: inline-block;
	margin-top: 5px;
}

.entry-categories + .entry-tags:before {
	content: " • ";
}

.entry-footer {
	margin-top: 20px;
}

.single-post .entry-footer {
	clear: both;
	border-top: 1px solid #ede9e3;
	border-bottom: 1px solid #ede9e3;
	padding: 15px 0;
}

.single-post .entry-header .entry-meta {
	margin: 10px 0;
}

.single-post .entry-footer .entry-meta {
	margin: 25px 0 0;
}

.sharrre {
	overflow: hidden;
	border: 0;
}

.share-small .no-count .share,
.share-medium .no-count .share {
	width: 0;
	border: 0 !important;
	background: transparent !important;
	color: #000 !important;
	font-size: 11px !important;
}

.share-after.share-medium {
	margin-bottom: -65px;
	margin-top: 50px;
}

.single-post .entry {
	margin-bottom: 30px;
}

.pagination-previous-next {
	margin: 0 0 50px;
}

/* Related Posts
--------------------------------------------- */

.related {
	margin-bottom: 50px;
}

.related-posts .related-post {
	margin-bottom: 5px;
	position: relative;
}

.related-posts .related-post:last-child {
	margin-right: 0;
}

.related-posts .related-post-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.9);
	width: 90%;
	height: fit-content;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
}

.related-posts .related-post-info a {
	border-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center;
	width: 100%;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
	padding: 3px;
}

.archive-pagination a {
	background-color: #ede9e3;
	color: #000;
	border: 1px solid #ede9e3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 14px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: transparent;
	color: #000;
	border-color: #000;
}

.pagination-previous-next {
	display: flex;
	flex-wrap: wrap;
}

.pagination-next,
.pagination-previous {
	max-width: 100%;
	margin-top: 10px;
}

.pagination-next {
	margin-left: auto;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond .comment-form-comment,
.comment-respond .comment-form-email,
.comment-respond .comment-form-author,
.comment-respond .comment-form-url,
.comment-respond .comment-form-cookies-consent {
	width: 100%;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.comment-form label {
	display: block;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment-reply-title {
	margin-top: 20px;
}

#cancel-comment-reply-link {
	margin-left: 10px;
}

.comment-form-wprm-rating {
	width: 100%;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	line-height: 1.5;
	margin-bottom: 30px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Instagram Footer Widget Area
---------------------------------------------------------------------------- */

.instagram-footer section {
	margin: 0;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	font-size: 10px;
	line-height: 1.5;
	padding: 15px 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.site-footer a,
.site-footer p {
	color: #000;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a:hover,
.site-footer a:focus {
	border-bottom: 1px solid #000;
}

.site-footer > .wrap {
	flex-direction: column;
	align-items: center;
}

.code-coconut-credits {
	margin-top: 10px;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

	.entry-content .search-form {
		width: 50%;
	}

}

@media only screen and (min-width: 600px) {

	/* Carousel
	--------------------------------------------- */
	.carousel-post-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 20px;
		position: absolute;
		bottom: 20px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.9);
	}

	/* Homepage eNews
	--------------------------------------------- */
	.blog-feed-widget .enews form {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}

	.blog-feed-widget .enews input[type="submit"] {
		max-width: 30%;
		min-height: 50px;
	}

	.blog-feed-widget .enews input {
		margin-right: 20px;
		margin-bottom: 0;
	}

	/* Share Buttons on Single Posts
	--------------------------------------------- */
	.single-post .entry-header .entry-meta,
	.single-post .entry-footer .entry-meta {
		margin-right: 100px;
	}

	.single-post .entry-footer .entry-meta {
		margin-top: 0;
	}

	.single-post .share-before,
	.single-post .share-after {
		text-align: right;
		clear: both;
	}

	.single-post .share-before.share-small {
		margin-top: -30px;
	}

	.single-post .share-before.share-medium {
		margin-top: -31px;
	}

	.single-post .share-after.share-small {
		margin-bottom: -66px;
	}

	.single-post .share-after.share-medium {
		margin-bottom: -70px;
	}

	/* Previous/Next Pagination
	--------------------------------------------- */
	.pagination-previous-next {
		flex-wrap: nowrap;
	}

	.pagination-next,
	.pagination-previous {
		max-width: 45%;
	}

	/* Comments
	--------------------------------------------- */
	.comment-respond .comment-form-email,
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-url {
		width: 32%;
	}

	.comment-respond .comment-form-url {
		margin-right: 0;
	}


}

@media only screen and (min-width: 960px) {

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		margin-top: 0;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		padding: 10px;
		margin: 0;
	}

	.genesis-nav-menu .menu-item a {
		padding: 0;
		line-height: 1.5em;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu {
		width: 200px;
		transition: none;
	}

	.genesis-nav-menu .sub-menu a {
		padding-bottom: 0;
	}

	.genesis-nav-menu .sub-menu .menu-item:hover,
	.genesis-nav-menu .sub-menu .menu-item:focus,
	.genesis-nav-menu .sub-menu .menu-item.current-menu-item {
		background-color: #fff;
	}

	.genesis-nav-menu .sub-menu .menu-item:hover > a,
	.genesis-nav-menu .sub-menu .menu-item:focus > a,
	.genesis-nav-menu .sub-menu .menu-item.current-menu-item > a {
		color: #000;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		margin-top: 10px;
		position: absolute;
		transition: none;
		margin-left: 0;
		text-align: left;
		border: 1px solid #ede9e3;
		background-color: #fff;
		z-index: 9999;
	}

	.genesis-nav-menu .sub-menu li {
		padding: 15px 15px 0;
		display: block;
	}

	.genesis-nav-menu .sub-menu li:last-child {
		padding-bottom: 15px;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		max-width: 100%;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -36px 0 0 183px;
	}

	.genesis-nav-menu > .menu-item-has-children > a::before {
		content: "\f140";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		vertical-align: top;
		position: absolute;
		right: -18px;
	}

	.genesis-nav-menu .sub-menu .menu-item-has-children > a::before {
		content: "\f139";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		position: absolute;
		vertical-align: top;
		top: 0;
		right: -10px;
		width: 10px;
		overflow: hidden;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Site Header
	--------------------------------------------- */
	.site-header > .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 1300px;
		padding: 0 30px;
		margin: auto;
		justify-content: center;
		align-items: center;
	}

	.left-right-menu .site-header > .wrap {
		justify-content: space-between;
	}

	.title-area {
		padding: 50px 0;
	}

	.wp-custom-logo .title-area {
		padding: 0;
	}

	.left-right-menu .title-area,
	.left-menu .title-area,
	.right-menu .title-area {
		width: 400px;
	}

	.left-menu.wp-custom-logo .site-container .title-area {
		margin-right: 0;
	}

	.right-menu.wp-custom-logo .site-container .title-area {
		margin-left: 0;
	}

	/* Main Menu
	--------------------------------------------- */
	.nav-primary {
		width: 100%;
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
	}

	.nav-primary .genesis-nav-menu {
		margin-top: 0;
	}

	/* Top Menu
	--------------------------------------------- */

	.nav-secondary {
		padding: 0;
		border-bottom: 1px solid #ede9e3;

		width: 100%;
		background: #fff;
		z-index: 9999;
	}

	.sec-menu-sticky .nav-secondary {
		top: 0;
		position: sticky;
	}

	.sec-menu-sticky.admin-bar .nav-secondary {
		top: 32px;
	}

	.nav-secondary .menu-secondary {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.nav-secondary .menu-item {
		padding: 13px 0 13px 23px;
	}

	.nav-extra {
		display: flex;
		flex-direction: row;
		margin-left: auto;
		align-items: center;
		padding: 10px;
	}

	.nav-extra .search-form-input {
		padding: 5px;
		margin-left: 20px;
		text-align: right;
	}

	.nav-extra .search-form,
	.nav-extra .widget-area {
		margin: 0;
	}

	.nav-extra aside {
		order: -1;
	}

	.menu-secondary.genesis-nav-menu > .menu-item > .sub-menu {
		margin-top: 14px;
	}

	/* Left + Right Menus
	--------------------------------------------- */
	.nav-left {
		order: -1;
	}

	.nav-right {
		text-align: right;
	}

	.left-right-menu .nav-left,
	.left-right-menu .nav-right {
		width: calc(50% - 210px);
	}

	.left-menu .nav-left,
	.right-menu .nav-right {
		width: calc(100% - 420px);
	}

	.left-menu .title-area .site-title {
		text-align: right;
	}

	.right-menu .title-area .site-title {
		text-align: left;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1300px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 70%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 25%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Layouts
	--------------------------------------------- */

	article {
		position: relative;
	}

	.home.page .content article {
		max-width: 100%;
		margin-right: 0;
	}

	/* Layout 2 - List
	------------------- */

	.layout-2 .entry-image {
		float: left;
		width: 40%;
		height: auto;
	}

	.layout-2 .entry-image-link ~ .entry-content,
	.layout-2 .entry-image-link ~ .entry-header,
	.layout-2 .entry-image-link ~ .entry-footer {
		margin-left: 45%;
	}


	/* Layout 3 - Two Columns
	------------------- */

	.layout-3 .content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.layout-3 .content article {
		max-width: 48%;
		margin-right: 4%;
	}

	.layout-3 .content article:nth-of-type(2n) {
		margin-right: 0;
	}


	/* Layout 4 - Three Columns
	------------------- */

	.layout-4 .content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.layout-4 .content article {
		max-width: 30.66%;
		margin-right: 4%;
	}

	.layout-4 .content article:nth-of-type(3n) {
		margin-right: 0;
	}

	/* Related Posts
	--------------------------------------------- */
	.related-posts {
		display: flex;
	}

	.related-posts .related-post {
		margin-right: 5px;
		margin-bottom: 0;
	}


	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #fff;
		padding: 30px 0;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 50px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1300px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

	/* Site Footer
	--------------------------------------------- */
	.site-footer > .wrap {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.code-coconut-credits {
		margin-left: auto;
		margin-top: 0;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 2px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
