/*
	Theme Name:  Olive
	Description: Olive is a modern theme following the design trends set by the top bloggers.
	Author:      Wild Honey Studio
	Author URI:  http://www.wildhoneystudio.com
	Version:     1.1.1
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
 * ========================================================================== */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Typography
 * ========================================================================== */

/* Fonts */

@font-face{
font-family: 'olive';
src: url('fonts/olive.ttf') format('truetype'); 
}

@font-face{
font-family: 'olive-cursive';
src: url('fonts/hello honey.otf') format('truetype'); 
}

@font-face{
font-family: 'Fontello';
src: url('fonts/fontello.ttf') format('truetype'); 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
h6,
.site-title,
.slide-excerpt-border h2,
.entry-title,
.entry-meta,
.widget-title,
.widgettitle,
.site-footer,
.genesis-nav-menu a,
.comment-meta,
.ui-tabs-nav li a,
.field-wrap label,
.post-navigation,
.wpcf7-form p,
.pagination a,
input,
select,
textarea,
.entry-comments h3,
.comment-subscription-form,
.comment-respond h3 {
	font-weight: 400;
	letter-spacing: 0.2em;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
}

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

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em;
	font-weight: 400;
}

h1 {
	font-size: 28px;
}

h2,
.site-title,
.entry-title,
.slide-excerpt-border h2 {
	font-size: 24px;
}

h3,
.comment-respond h3,
.entry-comments h3 {
	font-size: 18px;
}

h4,
.pagination a {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6,
input,
select,
textarea,
.featuredpost article .entry-title,
.entry-meta,
.wpcf7-form p,
.genesis-nav-menu a,
.input-small,
code,
pre,
.field-wrap label,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-meta a,
.comment-subscription-form,
.comment-reply-title small  {
	font-size: 12px;
}

h6,
.entry-meta,
.wpcf7-form p {
	margin-top: 0;
	margin-bottom: 20px;
}


blockquote {
	font-size:26px;
	font-weight:600;
}


p {
	margin: 0 0 1.625em;
	padding: 0;
	font-size: 18px;
}



strong {
	font-weight: 700;
}

blockquote {
	font-size: 24px;
	font-weight: 700;
	margin: 0 auto;
}

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

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	color: #424243;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9;
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 40px;
	padding: 40px 0 0;
}

@media only screen and (min-width: 767px) {

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 32px;
	}

	h5 {
		font-size: 16px;
	}
}


/* Links
 * ========================================================================== */

a {
	color: #333;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #996716;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

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


/* Forms, Inputs & Buttons
 * ========================================================================== */


select,
textarea {
	background-color: #fff;
	border: none;
	border: 1px solid #dcdcdc;
	color: #333;
	padding: 12px 16px 10px;
	width: 100%;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #424243;
}

.input-large {
	font-size: 24px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	padding: 5px 10px;
}

.field-wrap {
	text-align: left;
}

.ninja-forms-cont {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
}


input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}


/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: transparent;
	border: 1px solid #424243;
	box-shadow: none;
	color: #424243;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	outline: none;
	padding: 16px 28px 14px;
	text-decoration: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-border:hover {
	text-decoration: none;
	background-color: #996716;
	border: 1px solid #996716;
	color: #fff;
}

.button.button-border {
	background: transparent;
	background: rgba( 255, 255, 255, 0 );
	border: 1px solid #424243;
	color: #424243;
}

.page-header .button.button-border {
	border: 1px solid #fff;
	color: #fff;
}

.page-header .button.button-border:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #996716;
}

.entry-content .button:hover {
	color: #fff;
}

.button i {
	font-size: 32px;
	line-height: 1;
}

.button.has-icon {
	line-height: 32px;
	padding: 6px 30px;
}

.button.button-block {
	display: block;
	width: 100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.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 img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
	color: #424243;
font-size: 16px;
font-weight: 400;
line-height: 1.612;
-moz-osx-font-smoothing: grayscale;
	font-family: "Abel";
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}






/* Images
 * ========================================================================== */

.post-image {
	margin-bottom: 24px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1.25rem;
}

img.alignnone {
	margin-bottom: 1.25rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 2rem 1.25rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 1.25rem 2rem;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}


/* Site Containers
 * ========================================================================== */

.site-container {
	overflow: hidden;
}

.wrap {
	padding: 0 8%;
    margin: 0 auto;
    max-width: 90%;
}

.site-inner {
	clear: both;
}




/* Full Width */
.full-width-content .content {
	width: 100%;
display: grid;
}

body:not(.single).full-width-content .content-sidebar-wrap {
	display: grid;
align-content: center;
width: 80%;
margin: 0 auto;
}

body:not(.single).full-width-content article {
	width:auto;
}

.full-width-content .comment-respond {
	width: 90%;
	margin:0 auto;
}


.full-width-content article {
	width:100%;
}

.full-width-content .entry-content p {
	width: 90%;
	margin: 0 auto;
}

.full-width-content figure.size-full {
	width:100%;
	margin: 0 0 3% 0 !important;
}


@media only screen and (min-width: 1024px) {

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

	
/* General Layout
 * ====================================================================== */	

/* Sidebar Content
 * ======================================================================= */

.sidebar-content .content-sidebar-wrap .sidebar-primary, .sidebar-content .sidebar-primary {
	display: inline-block;
	width: 25%;
	margin: 0% 3% 5% 5%;
	}

.sidebar-content .entry-content {
	display:table;
}
	
/* Pages */
	
.sidebar-content .content-sidebar-wrap .content article {
		float: right;
		width: 70%;
		position:relative;
		right: -3rem;
	}

	
/* Posts */	
	
body:not(page).sidebar-content .content {
		width: 80%;
		margin:0 auto;
	}	
	
body:not(page).sidebar-content .content article, body:not(page).sidebar-content .content .comment-respond, body:not(page).sidebar-content .content .adjacent-entry-pagination  {
		float: right;
		width: 65%;
		display: block;
	}

	body:not(page).sidebar-content .sidebar-primary {
		margin-left: 5%;
	}
	

	

/* Content Sidebar
 * ======================================================================= */	
		.content-sidebar .content-sidebar-wrap .content article, .content-sidebar .content .comment-respond, .content-sidebar .content .adjacent-entry-pagination {
		width: 60%;
			float:left;
			margin-left: 6%;
			display: block;
	}
	
	.content-sidebar .content {
		width: 100%;
		display:inline;
		z-index: -1;
		margin-top: 3%;
	}

	.content-sidebar .sidebar-primary {
width: 25%;
		display: inline-block;
		margin:3% 3% 3% 5%;
	}
	
	.content-sidebar .content-sidebar-wrap {
		width: 100%;
	}

.content-sidebar .image-featured {
	width: 70%;
	margin: 0 auto;
}

.page .image-featured {
	display: none !important;
}



/* Narrow Layout
 * ============================================================================ */

.narrow-layout .content-sidebar-wrap .sidebar-primary,  .narrow-layout .content-sidebar-wrap .sidebar-secondary {
	display: none !important;
	visibility:hidden !important;
}

.narrow-layout .content-sidebar-wrap article, .narrow-layout .content-sidebar-wrap  .image-featured a img {
	margin:5% auto 0;
	display: block;
		float: none !important;
}

.narrow-layout .content-sidebar-wrap article:before {
	content: '';
	display: block;
	width: 3%;
	background: #000;
	height:2px;
	margin:0 auto !important;
}

.narrow-layout .content .adjacent-entry-pagination {
	width: 70%;
	margin:0 auto;
	float: none;
}

.narrow-layout .content-sidebar-wrap .comment article:before {
	display:none;
}

.narrow-layout .comment-wrap {
		width:50% !important;
	margin: 6% auto 0 auto;
}

.narrow-layout .content-sidebar-wrap .entry-comments {
width:100%;
	padding-bottom:0;
}

.narrow-layout .content-sidebar-wrap .comment-respond {
	margin: 0 auto 10% auto;
	width:100%;
}

.narrow-layout .entry-comments h3{ 
	width: 25%;
margin: 0 auto;
text-align: center;
}

.narrow-layout .entry-comments article {
	width:100% !important;
	float:left;
}

.sidebar-secondary {
	display: none !important;
}


.narrow-layout .content {
	width: 75%;
	margin: 0 auto;
}

.narrow-layout .pagination {
	width: 80%;
	float: none;
	margin:0 auto;
}

/* Posts Featured Image */
.single .image-featured {
	background: linear-gradient(180deg, #fdf1ea 60%, #fff 0%);
}

@media only screen and (max-width: 769px) {
		
		.site-inner, .content-sidebar .site-inner {
			width: 85%;
			margin: 0 auto;
		}
	
	.narrow-layout .site-inner {
		width: 100%;
	}
		
	}

@media only screen and (max-width: 600px) {
	
	.site-inner {
			width: 100%;
			margin: 0 auto;
		}
	
	.sidebar-content .content-sidebar-wrap .content article, .content-sidebar .content-sidebar-wrap .content article, .narrow-layout .content-sidebar-wrap .content article  {
float: none;
position: static;
display: block;
		width: 100% !important;
margin: 0 auto;
		
	}
	
.sidebar-content .content-sidebar-wrap .sidebar-primary, .content-sidebar .content-sidebar-wrap .sidebar-primary {
		display: block;
width: 80%;
margin: 0 auto;
top: 5rem;
	}
	
	.search-form:after {
		top: 5.5rem !important;
	}
	
	.search-form input[type="search"] {
		font-size: 18px;
	}
	

	
	.footer-wrap {
		width: 95%;
		margin: 0 auto;
	}
	
	.home .pagination {
		margin: 0 auto !important;
		width: 100% !important;
	}

}

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 767px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}
}


/* Site Header
 * ========================================================================== */

.site-header {
	display: block;
	margin-top:4%;
}

.site-header .wrap {
	max-width:100%;
		width: 100%;
}

.title-area {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	height: auto;
	display: grid;
	align-content: center;
	justify-content: center;
	width: 100%;
}

.site-title {
	margin-bottom:-1rem;
}

.site-title a {
	font-family: "Olive";
	width: 100%;
	display: block;
	text-align: center;
}

.site-description {
letter-spacing: 0px !important;
width: 100%;
text-align: center;
	margin:0 auto;
}



@media only screen and (min-width: 1024px) {

	.site-header {
		z-index: 3;
		position: relative;
	}

}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	min-height: 300px;
	text-indent: -9999px;
	width: 100%;
	position:relative;
	top:-7rem;
}

.header-image .site-description {
	display: none !important;
}


/*
Genesis Nav Menu Standard
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	width: 100%;
	text-align: center;

}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #000;
	display: block;
	padding: 15px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu {
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	left:-9999px;
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	width: 200px;
	padding: 15px 7px 7px 13px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #ecd8b8;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	margin-left: 1.5%;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 7px 0 0;
}

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	position: relative;
}

.genesis-nav-menu .menu-item.highlight a,
.genesis-nav-menu .menu-item.wpmenucartli a {
	background: #fff;
	border: 2px solid #000;
}



	

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #000;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}	
	

/* Responsive Nav */

.genesis-nav-menu .mobile-menu .menu-item  {
	display: block;
text-align: left;
width: 100%;
}


.genesis-nav-menu .mobile-menu a {
	font-size: 18px;
}


@media only screen and (max-width: 768px) {

	
	
	.icon-responsive-nav {
		display: block;
		width: 100%;
		text-align: center;
		cursor: pointer;
	}

	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 30px/1 'dashicons';
		margin: 0 auto;
		padding-top: 1rem;
padding-bottom: 1rem;
		z-index: 15;
position: relative;
	}

	.icon-responsive-nav.open::before {
	  content: "\f335";
	}

	.responsive-nav .menu-item-has-children:before {
		content: "\f347";
		float: right;
		position: absolute;
		font: normal 16px/1 'dashicons';
		padding: 14px 8% 14px;
		right: 0;
		top: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.nav-primary {
		height: unset !important;
	}
	
	.responsive-nav .menu-item-has-children:before:hover, .responsive-nav .menu-open.menu-item-has-children:before  {
		color:#000;
	}

	.responsive-nav .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.responsive-nav .sub-menu {
		display: none;
	}

	.responsive-nav .sub-menu .sub-menu {
		margin: 0;
		padding: 0;
	}

	.responsive-nav {
		display: none;
		width: 100%;
		overflow: hidden;
	}

	.responsive-nav li,
	.responsive-nav li a {
		display: block;
		width: 100%;
		margin-top: 2%;
	}

	.responsive-nav li a {
		padding: 14px 0;
		margin: 0;
	}

	.responsive-nav li:last-child {
		margin-bottom: 0;
	}
	
	.genesis-nav-menu .sub-menu {
		width: 75%;
		z-index: 99;
		border: none !important;
		opacity: 1;
		position: static;
		text-align: left;
	}
}


/* Olive Navigation
 * ========================================================================== */

.nav-primary {
width: 95%;
max-width: 95%;
margin: 0 auto;
	height: 50px;
	}

.nav-primary .wrap {
	margin-top:1rem;
}

.nav-primary a, .nav-secondary a {
	font-size: 16px;
}

.nav-primary a:hover {
	border: 0;
	color: #996716;
}

.nav-primary a:hover::after {
	width: 100%;
}

.nav-primary a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #996716;
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
	margin-top: 3px
}

.nav-primary .sub-menu a:after {
	display:none;
}

.genesis-nav-menu .sub-menu {
	background: inherit;
}

.mobile-menu {
	display: none;
}

.nav-secondary {
	margin: 1rem auto -5rem;
width: 95%;
}

.header-social {
width: 20%;
float: left;
position: absolute;
max-height: 200px;
top: 1rem;
}

.nav-secondary .header-social {
	top:3.5rem;
	position:relative;
}

.header-search {
	width: 15%;
	float: right;
	position: relative;
	top: -3rem;
}



/* Entry Navigation */

.sidebar-content .pagination {
	margin: 0 auto;
	text-align: center;
	display: flow-root;
	width: 70%;
	position: relative;
	float: right;
}

.content-sidebar .pagination {
	text-align: center;
	display: flow-root;
	width: 65%;
	position: relative;
	float: left;
}

.full-width-content .pagination, .full-width-content .entry-comments {
	width: 90%;
	float: none;
	margin: 0 auto;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
}

.pagination li {
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}

.pagination a i {
	line-height: 26px;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination li a {
	display: block;
	font-size: 12px;
	color: #996716;
	padding: 6px 12px 4px;
	text-decoration: none;
}

li.pagination-next, li.pagination-previous {
	display: none !important;
}

.pagination li a:hover {
	border-bottom: 0;
	color: #c8a875;
}
.pagination li.active a {
	background: #fff;
	border-bottom: 1px solid #996716;
}

/* Post Navigation */

.post-navigation {
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}

.post-navigation a {
	border: 0;
}

.post-navigation a i {
	font-size: 48px;
	width: auto;
	height: auto;
}

.post-navigation .prev,
.post-navigation .next,
.post-navigation .index {
	float: left;
	width: 33.33333334%;
}

.post-navigation .next {
	text-align: right;
}

.post-navigation .index {
	text-align: center;
}



/* Search
 * ========================================================================== */

/* Search Form */

.search-form {
	position: relative;
}


.search-form input[type="search"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 14px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:.5px solid #000;
	display: inline-block;
	background:none;
}

.search-form input[type="submit"] {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    vertical-align: middle;
    background: none;
    border: none;
   width: 5%;
position: absolute;
right: 0rem;
	top:-.5rem;
}

.search-form input[type="submit"]:hover {
		color: #e7e7e7;
}

.hilite {
	background: #ffc;
	color: #555;
}

/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.blog .entry,
.archive .entry,
.single-post .entry {
	margin-bottom: 40px;
	padding: 0 0 40px 0;
}

.post .entry-header .entry-title {
	margin: 0;
}

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

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption, .entry-content .wp-block-image {
	margin-bottom: 24px !important;
}



.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	font-size: 14px;
	margin-bottom: 16px;
}

.post .entry-header {
	text-align:center;
	margin-top:3rem;
}

.entry-footer {
	margin: 20px 0 0;
}

.full-width-content .entry-footer {
	width: 80%;
	margin: 0 auto;
}

.entry-meta .entry-categories {
	display: inline-block;
}





/* Author Box
 * ========================================================================== */

.author-box {
	border-top: 2px solid #f2f2f2;
	padding: 40px 0 0;
}

.author.archive .author-box {
	border-top: 0;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 0;
}

.author-box-content {
	margin: 40px 0 20px;
}

.author-box h2 {
	margin: 16px 0 12px;
}

.author-box .avatar {
	border-radius: 6px;
}

@media only screen and (min-width: 767px) {

	.author-box .avatar {
		margin: 0 40px 40px 0;
	}

	.author.archive .author-box {
		margin-bottom: 80px;
		padding-bottom: 60px;
	}
}


/* Comments
 * ========================================================================== */
.comment-content {
	margin-left:5%;
}

.comment-form-comment label,
.comment-author img {
	display: none;
}

.comment-author {
	text-align: center;
}

.entry-comments h3 .olivecursive {
	font-size: 26px;
	padding: 0;
}





/* Front Page */
.home .image-featured {
	width:35%;
	float: left;
}

.home .content-sidebar-wrap .content .entry-content a img {
display: none;
}

.home .post .entry-header {
	margin-top: 1rem;
}

.home .entry-content p {
    font-size: 18px;
    width: 90%;
    float: left;
    margin-left: 8%;
}

.home .entry-content {
	display: table;
}

.thirdpostwidget {
	margin-bottom: 2%;
}

.thirdpostwidget .featured-content .widget-wrap {
	display: grid;
	grid-template-columns: 45% 45%;
	justify-content: space-between;
}

.thirdpostwidget .featured-content .widget-wrap article {
	width: 100%;
}

.thirdpostwidget:after {
	content:"";
	width:90%;
	margin:0 auto;
	height:2px;
	color:#000;
}

.content-sidebar .thirdpostwidget {
	float: left;
	width: 65%;
	margin-left: 2%;
}

.sidebar-content .thirdpostwidget {
	float: right;
	width: 65%;
	margin-right: 2%;
}

.full-width-content .thirdpostwidget {
	float: none;
	width: 90%;
	margin: 0 auto;
}

.narrow-layout .thirdpostwidget {
	float: none;
	width: 70%;
	margin: 0 auto;
}


.thirdpostwidget .widget h4.widget-title {
	font-size: 24px;
	text-align:center;
	font-style:italic;
	color: #996917;
}

span.olivecursive {
	font-family:"olive-cursive";
	letter-spacing: 0;
	padding-right: .25rem;
	padding-left: .25rem;
	font-size: 20px;
}

.readmore {
	display: block;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: lowercase;
	font-style: italic;
	width: 25%;
	margin: 0 auto;
	text-align: center;
}

a.more-link:hover {
	border: 0;
	color: #996716;
}

a.more-link:hover::after {
	width: 100%;
}

a.more-link:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #996716;
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
	margin-top: 3px
}

/* Featured Category */
.featured-cat {
	display: flex;
}

.featured-cat .featured-content {
	width: 100%;
}

.featured-cat .widget_sp_image h4.widget-title {
	position: relative;
	top: 300px;
	background: #fff;
	width: 75%;
	margin: 0 auto;
	padding: 2rem 2rem 2rem 2rem;
	outline-offset: -.5rem;
	outline: 1px solid;
	text-align: center;
	margin-top: -100px;
}


.featured-cat .featuredpost .widget-wrap .post {
	border-bottom:none;
	max-height:500px;
}

.featured-cat .featuredpost .widget-wrap {
	width: 100%;
	display: grid;
	height: 550px;
}

.featured-cat .featuredpost .widget-wrap .post:first-of-type {
	grid-column: 4;
	grid-row: 1;
	max-height: 500px;
	margin-bottom: 0;
	padding-bottom: 0;
}


.featured-cat .featuredpost .widget-wrap .post a {
	color: #996716;
}

.featured-cat .featuredpost .widget-wrap .post a:hover {
	color:#c8a875;
}

.featured-cat .featuredpost .widget-wrap .post img {
	height: 500px;
	object-fit: cover;
	width:100%;
}

.featured-cat .featuredpost .widget-wrap .post .entry-header {
	text-align: center;
	position: relative;
	top: -19rem;
	background: #fff;
	width: 75%;
	margin: 0 auto;
	padding: 2rem 2rem 2rem 2rem;
}

.featured-cat .featuredpost .widget-wrap .post .entry-header h2 {
	outline: 1px solid;
	outline-offset: 1.5rem;
}

/* Featured Cats Widget */
.feat-cats {
	display: flex;
}

.feat-cat-link {
	display: flex;
	flex-direction: column;
}

.feat-cat-link h4 {
	position: relative;
	z-index: 10;
	margin: -300px auto 300px;
	text-align: center;
	padding: 2.5rem;
	width: 75%;
	outline-offset: -.5rem;
	outline: 1px solid; 
	opacity: .9;
}

.feat-cat-link img {
	height: 450px;
	object-fit:cover;
}


@media only screen and (max-width: 1024px) {
	.feat-cat-item:last-of-type {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.wild-honey-widget {
		width: 100%;
	}
	
	.feat-cat-item {
		flex-basis: 50%;
	}
	
	.feat-cat-item img {
		height: auto !important;
	}
	
	.feat-cat-item:nth-of-type(3) {
		display: none;
	}
	
	.feat-cat-link h4 {
		margin-bottom: 225px;
	}
}

@media only screen and (max-width: 480px) {
	.feat-cats {
		display: block;
	}
	
	.feat-cat-link h4 {
		margin-bottom: 188px;
	}
	
	.sidebar-content .thirdpostwidget,
	.content-sidebar .thirdpostwidget {
		width: 90%;
		float: none !important;
	}
}

/* Below Featured */

.below-featured {
	height: 150px;
	display: grid;
	align-content: center;
	width:90%;
	margin:0 auto;
	outline: 9px double #fff;
	border: 1px solid #fff;
	outline-offset: -7px;
	background-color:none;
}


.below-featured .enews {
	display: flex;
	margin: 0 auto;
	width: 80%;
}


.below-featured .enews form {
	display: inline-grid;
	width: 80%;
	height: 75%;
	align-content: center;
	margin-left:5%;
}

.below-featured .enews h4 {
	margin-bottom: 0;
	font-style: italic;
	margin-top: .5rem;
	text-shadow:-1px 0px #000;
}

.below-featured .enews input {
	margin-top: 0;
	margin-left: 2rem;
	grid-row:1;
}

.below-featured .enews input[type="text"], .below-featured .enews input[type="email"] {
	color:#fff;
	border-left: none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #fff;
	width: 90%;
	background:none;
	padding-top: .75rem;
}

.below-featured .enews input[type="submit"] {
	color:#fff;
	width: 90%;
	background:none;
	font-size: 24px;
	font-style: italic;
	border:none;
	text-shadow:-1px 0px #000;
	position: relative;
	top: 1rem;
}

.below-featured .enews input[type="submit"]:hover {
	opacity:.8;
}

.enews-submit:hover {
	border: none;
}
 
/* Home Posts */

.home .content-sidebar-wrap {
	margin-top:4rem;
}

.home .content .post-wrap article:after {
	padding-top:8rem;
}

/* Pagination */
.home .pagination {
	margin-bottom:3rem;
}

.home .pagination a {
	font-size: 18px;
}


/* Sidebars
 * ========================================================================== */

.sidebar .widget:first-of-type {
	margin-top:0;
}

.sidebar .widget {
	margin-top: 4rem;
	font-size: 16px;
	width:100%;
}

.sidebar .widget-title {
	margin-bottom: 0;
	text-align: center;
}

.sidebar img {
	margin-bottom: 15px;
	width:100%;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.sidebar li {
	list-style-type: none;
}


@media only screen and (min-width:1700px) {
	.sidebar .widget_lsi_widget {
		margin-top: 9.5rem;
		margin-bottom:-3rem;
	}
}

@media only screen and (min-width:1680px) {
	.sidebar .widget_lsi_widget {
		padding-top:3rem;
		margin-bottom: -2rem;
	}
}

@media only screen and (min-width:1600px) {
	.sidebar .widget_lsi_widget {
		padding-top:2rem;
	}
}


/* Genesis ENews */

.enews input {
	margin-top: 15px;
	width: 100%;
}

.enews-email,
.enews-fname,
.enews-lname {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-top: none;
}

/* Sidebar Featured Content */

.sidebar .featuredpage .entry-header {
	position: relative;
	top: -21rem;
	text-align: center;
	background: rgba(255,255,255,.9);
	width: 90%;
	margin: 0 auto;
	padding-top: 9%;
	padding-bottom: 1rem;
	line-height: 1;
}

.sidebar .featuredpage article.page {
	height: 350px;
}

@media only screen and (max-width: 1600px) {
	.sidebar .featuredpage .entry-header {
		top:-17rem;
	}
}

@media only screen and (max-width: 1440px) {
	.sidebar .featuredpage .entry-header {
		top:-16rem;
	}
}

@media only screen and (max-width: 800px) {
	.sidebar .featuredpage .entry-header {
		top:-10.5rem;
	}

}


@media only screen and (max-width: 768px) {
	.sidebar .featuredpage .entry-header {
		top: -26.5rem;
		padding-bottom: 2rem;
	}
	
}

@media only screen and (max-width: 440px) {
	.sidebar .featuredpage .entry-header {
		top: -12.5rem;
		padding-bottom: .25rem;
	}
	
	.sidebar .featuredpage article.page {
    	height: auto;
    	max-height: 280px;
	}
}

/* Instagram */
.sidebar .wpmi-list li.wpmi-item {
	margin-bottom:0;
	padding-bottom:0;
}

.sidebar .wp-my-instagram .wpmi-me a {
	font-size: 14px;
}

.sidebar .wp-my-instagram {
	padding-top:4rem;
}


/* ## Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin: 0;
}

.sharrre .share,
.sharrre:hover .share {
	color: #996716;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #996716;
	border: 1px solid #996716;
	display: none;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #fff !important;
}

@media only screen and (min-width: 768px) {
	.share-after {
		float: left;
	}

.share-small .no-count .share {
       width: 0px;
	}

}




/* Footer Widgets */
.footer-wrap {
	display: grid;
	width: 100%;
	height: 20rem;
	grid-template-columns: 33% 33% 33%;
	align-content:center;
	margin-top:2%;
}

.footer-wrap .widget_nav_menu,
.footer-wrap .enews h4,
.footer-wrap h4.widget-title,
.footer-left p, 
.footer-middle p, 
.footer-right p,
.site-footer,
.site-footer p {
	text-align: center;
}

.footer-wrap .simple-social-icons ul li {
	margin: 0 !important;
}

.footer-left .search-form input[type="search"], .footer-middle .search-form input[type="search"], .footer-right .search-form input[type="search"] {
	background: none;
}

.footer-wrap .widget_nav_menu .sub-menu {
	display: none;
}

.footer-left, 
.footer-middle, 
.footer-right {
	align-content: center;
	width: 100%;
	display: grid;
}

.footer-left {
	grid-column:1;
}

.footer-middle {
	grid-column:2;
}

.footer-right {
	grid-column:3;
}


/* Mobile Resp Front Page */

@media only screen and (max-width: 1366px) {
	
.home .sidebar-primary {
		margin-top:0;
	}
}

@media only screen and (max-width: 1024px) {
	.home .entry-content p {
		font-size: 15px;
	}
	
	.home .entry-title {
		font-size:20px;
	}
	
	.home .image-featured {
		width: 50%;
	}
	
	.readmore {
		font-size:14px;
		width:40%;
	}

	
	.sidebar .featuredpage article.page {
		height:250px;
	}
	
	.nav-primary .icon-set-lsi_widget-2 a {
		font-size: 13px !important;
	}
	
	.header-social {
		width: 20%;
	}
	
	.featured-cat .widget_sp_image img {
		height: 400px;
		object-fit: cover;
		width: 100%;
	}
	
}
 
@media only screen and (max-width: 800px) {
	.featured-cat .featuredpost .widget-wrap .post:last-of-type {
		display: none;
	}
	
	.featured-cat {
		flex-wrap: wrap;
	}
	
	.featured-cat .widget_sp_image {
		flex: 1 0 50%;
		margin-bottom: 0%;
	}
	
	.featured-cat .widget_sp_image h4.widget-title {
		top: 250px;
	}
	
	.home .image-featured {
    	width: 90%;
    	margin: 0 auto;
    	float: none;
	}
	
	.home .entry-content p {
		margin: 0 auto;
		float:none;
	}
	
	.sidebar-content .thirdpostwidget,
	.content-sidebar .thirdpostwidget {
		margin: 0 auto;
	}
	
	.header-social {
		top:1.35rem;
		width:13%;
	}
	
	.footer-wrap {
		display: block;
		height: auto;
		padding-bottom: 2rem;
	}
	
	.footer-left, 
	.footer-middle, 
	.footer-right {
		justify-content: center;
		width: 75%;
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 768px) {
	
	
	.genesis-nav-menu .sub-menu li {
		padding-left:2%;
	}
	
	.header-social {
    width: 50%;
    float: none;
    display: block;
    position: unset;
    margin: 0 auto;
	}
	
	.nav-secondary .header-social {
		top:0;
	}
	
	.nav-secondary {
		margin:1rem auto -3rem;
	}
	
	.responsive-nav .header-social li {
		width: auto;
	}
	
	.responsive-nav .lsi-social-icons {
		text-align:center !important;
	}
	
	.header-search {
    width: 35%;
    float: none;
    margin-left: 31%;
    margin-top: 3%;
		top:0;
	}
	
	.responsive-nav {
		margin-bottom:2%;
	}
	
	.responsive-nav .sub-menu a {
		margin-left:2rem;
		padding:10px 7px 10px 10px;
	}
	
	
	
	input[type="search"] {
		border: none !important;
	}
	
	.featured-cat {
		margin-bottom: 2rem;
	}
	
	.featured-cat .featuredpost .widget-wrap {
		height: auto;
	}
	
	.featured-cat .featuredpost .widget-wrap .post:first-of-type {
		grid-column: 1;
	}
	
	.featured-cat .featuredpost .widget-wrap .post {
		margin-bottom:0;
	}
	
	.below-featured {
		height: 300px;
		max-width:100%;
		overflow:hidden;
	}
	
	.below-featured .enews {
		display: block;
		width: 100%;
	}
	
	.below-featured .enews h4 {
		margin-left:0;
		text-align:center;
	}
	
	.below-featured .enews form {
		display: block;
	}
	
	.content .post-wrap article:last-of-type {
		margin-bottom:0;
		padding-bottom:0;
	}
	
	.home .pagination {
		margin-bottom: 3rem !important;
	}
	
	.sidebar .widget {
		margin-top: 2rem;
	}
	
	.widget_search {
		border-bottom: 1px solid #000;
	}
	
	.sidebar .wp-my-instagram {
		padding-top:1rem;
	}
	
	.sidebar .wp-my-instagram img {
		margin-bottom: 0;
	}

	.site-inner {
		padding-bottom: 3%;
	}
	
	.content-sidebar .content-sidebar-wrap .content {
		width:90%;
		margin:0 auto;
	}
	
	.content-sidebar .content-sidebar-wrap .content article, .content-sidebar .content .comment-respond, .content-sidebar .content .adjacent-entry-pagination, .content-sidebar .thirdpostwidget, .content-sidebar .sidebar-primary, .content-sidebar .pagination, .sidebar-content .content-sidebar-wrap .content article, body:not(page).sidebar-content .content, body:not(page).sidebar-content .content article, body:not(page).sidebar-content .content .comment-respond, body:not(page).sidebar-content .content .adjacent-entry-pagination {
		width:100%;
		margin:0 auto;
		float:none;
		right:0;
	}
	
	.sidebar-content .content-sidebar-wrap .sidebar-primary, .sidebar-content .sidebar-primary {
		width: 85%;
	}
	
	.content-sidebar .content-sidebar-wrap .content article {
		margin-bottom:10%;
	}
	
	.home .content-sidebar .pagination, .home .sidebar-content .pagination, .home .narrow-layout .pagination {
		margin-top:-10% !important;
	}
	
	body:not(page).sidebar-content .content .adjacent-entry-pagination, body:not(page).content-sidebar .content .adjacent-entry-pagination, body:not(page).narrow-layout .content .adjacent-entry-pagination {
		margin-top: 6%;
		margin-bottom:15%;
	}
	
	.sidebar .featuredpage article.page {
		height: auto;
		max-height:695px;
		margin-bottom: -13.5rem;
	}

}	

	
/* Category Grid
 * ==================================================================================  */

h1.archive-title {
	width: 100%;
	margin-top: 5%;
	letter-spacing: 0;
	text-align:center;
}

h1.archive-title:before {
	content:'';
	width: 5%;
	height: 2px;
	background: #888;
	display: block;
	margin:0 auto 3%;
}

.archive-post {
	margin-bottom: 5%;
}

.category .sub-container {
	display:none;
}

.category .sidebar-primary {
	float: right;
}

.category .site-inner {
	margin-bottom: 4% !important;
}

.category .content-sidebar-wrap {
	float: none !important;
    margin: 0 auto;
}


.the-grid {
	display:flex;
	flex-wrap:wrap;
	padding-left:1%;
}

.category .archive-post {
	width:50%;
	display:block;
	padding:2%;
}

.category .archive-post img {
	width: 100%;
	object-fit: cover !important;
}

.category .readmore {
	width:40%;
	text-align:center;
}

.category .archive-post h2 , .category .archive-post h2 a {
	text-align: center;
	width: auto;
}

.archive-no-results .site-inner {
	width: 70%;
	float: left;
	max-width: 70%;
	left: 5rem;
	position: absolute;
}

.archive-no-results .sidebar {
	margin-top: 2% !important;
	margin-right: 3%;
}

/* Social Media Widget */
.lsi-social-icons li a, .lsi-social-icons li a:hover {
	background: transparent !important;
}

.lsi-social-icons li a:after {
	display: none;
}

/* Instagram Landing */

.instagram-page .site-inner {
	margin-bottom:2%
}

/* After Entry */
.after-entry .widget:first-of-type {
	margin-bottom:5rem;
}

.after-entry .widget {
	margin-bottom: 3%;
	margin-top:2%;
}

.after-entry h4 {
	text-align:center;
	font-size:24px;
}

.entry-footer {
	margin-top: 4%;
}

.after-entry {
	padding:3rem 3rem 1rem 3rem;
	outline: 10px double #fff;
	outline-offset: -1rem;
}


.after-entry .enews input {
   margin-top: 15px;
	height: 3rem;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid;
    border-bottom-color: currentcolor;
	border-bottom-color: inherit !important;
}

.after-entry .enews-submit {
	border-bottom: none !important;
}

@media only screen and (max-width:768) {
	.after-entry .enews input {
		width: 100%;
	}
}


@media only screen and (max-width: 768px) {
	.responsive-nav li,
	.responsive-nav li a {
		display: block;
		width: 100%;
		margin-top: 2%;
	}
	
	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 30px/1 'dashicons';
		margin: 0 auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
		z-index: 15;
		position: relative;
	}
	
}

.post-type-archive-product .sidebar-primary {
	display: none !important;
}

/* Comments */
.comment-wrap {
	padding: 1rem;
}

.comment-content {
	margin-left: 0;
	text-align: center;
	margin-bottom: 7%;
}

.sidebar-content .comment-wrap {
	float: right;
	clear: both;
	width: 65%;
}

.content-sidebar .comment-wrap {
	float: left;
	clear: both;
	width: 65%;
	margin-left: 3%;
}

.full-width-content .comment-wrap {
	clear: both;
	width: 75%;
	margin: 0 auto;
}

.comment-wrap h3 {
	text-align: center;
}

.content-sidebar-wrap .comment-wrap ol li.comment article {
	float: left;
	width: 90%;
	margin: 0 auto;
}

.full-width-content .content-sidebar-wrap .comment-wrap ol li.comment article {
	width: 100%;
}

.comment-wrap ul.children li.alt {
	background-color: inherit;
}

.comment-author {
	text-decoration: underline;
	margin-bottom: 2%;
}

@media only screen and (max-width: 480px) {
	.comment-wrap {
		width: 90%;
		margin: 0 auto;
	}
}