/*
Theme Name: Michaela
Theme URI: https://demo.katewp.com/michaela
Description: Michaela is a responsive wordpress theme with many features for WordPress built on the Genesis Framework.
Author: Kate
Author URI: https://www.etsy.com/shop/blogflairdesign
Version: 1.0.0
Tags: wordpress theme, wordpress template, genesis, genesis framework, child theme, genesis child theme, premade wordpress theme, wordpress blog theme
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: michaela
Template: genesis
*/

/* Table of Contents
- HTML5 Reset
    - Normalize
    - Box Sizing
    - Float Clearing
- Defaults
	- Typographical Elements
    - Objects
    - Gallery
    - Forms
    - Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- WordPress
- Widgets
- Plugins
    - Genesis Simple FAQ
    - WP Forms
- Skip Links
- Site Header 
    - Title Area
- Primary Navigation 
    - Navigation Search
- Secondary Navigation
- Content Area
    - Entry Content
    - Pagination
    - Entry Footer
    - Post Pager
    - Entry comments
    - Related Posts
    - Post Pager
- Sidebar
    - Custom Profile widget
    - Social Icons
    - Search
    - Genesis Enews Extended
    - Archive
    - Featured Post
- Landing page
    - Slider
    - Flexible widgets
- Custom Image widget and Custom Profile widget options
- Default Blog Layout
- Blog Layout #1
- Blog Layout #2
- Blog Layout #3
- Instagram Feed
- Categories Index
- Print Styles
- Recent Posts
- Error 404
- Genesis eNews Extended
- Media Queries
- Footer Widgets
- Responsive

*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */

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;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}

/* 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,
.copyright-outer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	clear:both;
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.copyright-outer::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;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	font-family: 'EB Garamond', serif;
    font-size:17px;
	font-weight: normal;
	margin: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

:focus{
	outline:none;
}

a {
	text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

p {
	margin: 0 0 0;
	padding: 0;
	text-align:justify;
	line-height:1.7;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

mark {

}

blockquote {
	margin: 30px;
}

::-moz-selection {
	color: #fff;
	background-color: #000;
}

::selection {
	color: #fff;
	background-color: #000;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: #eee;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:window-inactive {
	background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #ccc;
}

blockquote {
	margin: 0;
}

.site-container .wp-block-pullquote,
.site-container .wp-block-quote {
	border: none;
	margin: 0 !important;
}

.wp-block-pullquote.alignleft {
	margin: 0 2em 1.5em 0;
}

.wp-block-pullquote.alignright {
	margin: 0 0 1.5em 2em;
}

.site-container .wp-block-pullquote em,
.site-container .wp-block-quote em {
	font-style: normal !important;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote p {
	line-height: 1.6;
}

.site-container .wp-block-pullquote p:last-of-type,
.site-container .wp-block-quote p:last-of-type {
	margin: 0 !important;
}
.site-container .wp-block-quote,
.site-container .wp-block-pullquote{
	padding: 20px;
}
.site-container .wp-block-quote p {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	letter-spacing: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
}
.site-container .wp-block-pullquote p {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	letter-spacing: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:18px;
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
	max-width: 80%;
}

.site-container .wp-block-pullquote cite {
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-style: normal !important;
	margin-top: 20px;
	letter-spacing: 0.5px;
	text-transform: lowercase;
	text-align:left;
}
.site-container .wp-block-quote cite {
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-style: normal !important;
	margin-top: 20px;
	letter-spacing: 0.5px;
	text-transform: lowercase;
	text-align:left;
}

.site-container .wp-block-pullquote p:last-child,
.site-container .wp-block-pullquote p:last-child {
	margin: 0;
}

.entry-content .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-block-button .wp-block-button__link:hover {
	box-shadow: none!important;
}

.wp-block-image figcaption {
	font-weight: 400;
	letter-spacing:0.5px;
	font-size: 17px !important;
	text-align: center;
	padding-top: 8px;
}
.wp-block-cover-image .wp-block-cover__inner-container p, 
.wp-block-cover .wp-block-cover__inner-container p{
	margin: 0 0 0;
}
.widget-title{
	font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-transform: none;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family:'Playfair Display',serif;
	font-weight:400;
}
h1,
h2,
h3,
h4{
	text-transform:uppercase;
	letter-spacing:1px;
}
h1 {
	font-size: 26px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
	font-weight:700;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
	vertical-align: top;
	max-width:100%;
	margin:0 auto;
}

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 {
	font-size: inherit;
	padding: 10px;
	width: 100%;
	border:solid;
	border-width:1px;
	font-weight:400;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

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,
.site-container .wp-block-button .wp-block-button__link,
.entry-content .wp-block-button .wp-block-button__link{
	border: 0;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	padding: 10px 15px;
	text-align: center;
	text-transform: lowercase;
	text-decoration:none;
	white-space: normal;
	width: auto;
	letter-spacing:0.5px;
	border-radius:0px!important;
	line-height:1.4;
	display:inline-block;
}
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,
.entry-content .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-block-button .wp-block-button__link:hover{
	border-width: 0;
	border-radius:0px!important;
}

.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 {
	border-width: 0;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom-style:solid;
	border-bottom-width:1px;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
	border-right-style: solid;
	border-right-width:1px;
}

td:first-child {
	border-left-style:solid;
	border-left-width:1px;
}

tr {
	border-top-style:solid;
	border-top-width:1px;
}

th {
	font-weight: 700;
	padding: 0.5em;
}

/* 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,
.widget_search input[type="submit"]:focus {
	background: #fff;
	clip: auto !important;
	color: #333;
	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. */
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 2s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner{
	max-width:95%;
	width:1100px;
	clear: both;
	padding: 0;
}
.default-landing-page.widget-area{
	margin:0 auto;
}
.home .site-inner{
	margin:0 auto 30px;
}
.site-inner,
.home.paged .site-inner{
	margin:40px auto;
}
.content {
		float: right;
		width: 70%;
	}
.content-sidebar .content {
		float: left;
	}
.sidebar {
		float: left;
		width: 27%;
	}
.content-sidebar .sidebar {
		float: right;
	}
.full-width-content .site-inner {
	max-width: 95%;
	width: 1100px;
}

.full-width-content .content{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	float: none;
}


/* 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
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}
.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* 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 20px;
}

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;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 17px;
	font-weight: 400;
	margin: 20px 0;
	padding: 0 10px;
	letter-spacing:0.5px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.wp-block-cover, 
.wp-block-cover-image{
	margin-bottom:40px;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.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;
}

/* Plugins
---------------------------------------------------------------------------- */

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq p {
	margin-bottom: 20px;
	text-align:left;
}

.gs-faq__question {
	font-weight: 400;
	font-size: 17px;
	text-transform: lowercase;
	text-align: left;
	letter-spacing: 0.5px;
	border: 0;
	padding: 20px;
	line-height: 1.6;
}
button.gs-faq__question{
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    align-items: center!important;
}

.gs-faq__question.gs-faq--expanded,
.gs-faq__question:focus,
.gs-faq__question:hover {
	border: 0;
}

.gs-faq__question::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
	font-size: 12px;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f077";
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
	font-size: 12px;
}

/* WP Forms
--------------------------------------------- */

.wpcf7 label {
	font-weight: 400;
	font-size: 16px;
	text-transform: lowercase;
	letter-spacing: 0.5px;
}

.wpcf7 p {
	margin-bottom: 15px;
}

.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: 16px;
	font-weight: 400;
}

.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;
}


/* 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;
}

/* Title Area
--------------------------------------------- */

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

.wp-custom-logo .title-area {
    max-width: 400px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 95%;
	height:auto;
    margin: 0 auto 30px;
}

.wp-custom-logo .title-area img {
	width: auto;
	height:auto;
}

.site-title {
	text-align: left;
    margin-bottom: 7px;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 40px;
	-webkit-font-smoothing: antialiased;
	text-transform:none;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	text-decoration: none;
}

.site-description{
	margin:5px 0 0;
	font-weight:400;
	text-align: left;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 16px;
}
.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;
}


/* Primary Navigation
---------------------------------------------------------------------------- */
.site-header{
	padding:40px 0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.site-header .wrap{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    padding: 0 40px;
}
.nav-primary .wrap{
	display: initial;
    padding: 0;
}
.nav-primary-wrapper{
	width: auto;
    position: relative;
    display: block;	
	text-align:right;
}
.nav-primary-wrapper .nav-primary-innerr{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	padding:0 10px;
}
.nav-primary,
.nav-socials{
	display:inline-block;
	vertical-align:middle;
}
.nav-primary li{
	text-transform: lowercase;
    letter-spacing: 0.5px;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    margin: 0 auto;
	line-height:40px;
}
.nav-primary-wrapper {
	clear: both;
	line-height: normal;
	width: 100%;
	line-height:50px;
}
.nav-primary-wrapper .widget-title{
	display:none;
}
.nav-primary li{
	display: inline-block;
	margin:0 12px;
	position: relative;
	vertical-align:middle;
}
.nav-primary-wrapper .nav-socials .socialicons a{
	display: inline-block;
	margin:0 10px;
	position: relative;
	vertical-align:middle;
	font-size:11px;
}
.nav-primary-wrapper .widget{
	margin-bottom:0;
}

.nav-primary .menu-item:focus,
.nav-primary .menu-item:hover {
	position: relative;
}
.nav-primary-wrapper .nav-socials section{
	display:inline-block;
	vertical-align:middle;
}

/* Genesis Nav.
---------------------------------------------------------------------------- */
.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 {
	text-decoration: none;
}
.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	position: absolute;
	width: 200px;
	text-align: left;
	left: 0;
	margin: 0px 0 0 -15px;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.genesis-nav-menu .menu-item-has-children .sub-menu ul {
	top: -1px;
	margin: 0px 0 0 198px;
	z-index: 7;
}

.genesis-nav-menu .menu-item-has-children .sub-menu{
	border-style:solid;
	border-width:1px;
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	word-wrap: break-word;
	padding: 7px 10px;
	display:block;
}

.genesis-nav-menu .sub-menu li {
	line-height:1.6;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	display: block;
	text-align:left;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}
.genesis-nav-menu .menu-item-has-children a:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 9px;
    padding: 0 0 0 4px;
    line-height: 0;
}
.genesis-nav-menu .sub-menu .menu-item-has-children a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 9px;
    padding: 0 0 0 4px;
    line-height: 0;
}
.genesis-nav-menu .sub-menu li > a:only-child:after,
.genesis-nav-menu li > a:only-child:after{
content: '';
margin:0;
}
@media screen and (min-width: 1025px) {
	.menu-toggle, 
	.sub-menu-toggle {
		display: none;
	}
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary{
    text-align: center;
    margin-bottom: 0px;
    padding: 20px 0;
}
.nav-secondary li{
	display: inline-block;
	margin:0 12px;
	position: relative;
	vertical-align:middle;
	line-height:1.6;
	text-transform: lowercase;
    letter-spacing: 0.5px;
    font-size: 17px;
}

.nav-secondary .menu-item:focus,
.nav-secondary .menu-item:hover {
	position: relative;
}

/* Navigation Search
--------------------------------------------- */

.nav-primary-wrapper .search-popup-outer{
    z-index: -1;
    overflow-x: hidden;
	height:0;
	display:none;
}
.nav-primary-wrapper .search-popup-outer.search-open{
	z-index:99;
	height: 100%;
    width: 100%;
	display:block;
	top: 0;
    left: 0;
    position: fixed;
    -webkit-animation: fadeIn 0.7s;
    animation: fadeIn 0.7s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.nav-primary-wrapper .search-popup-outer:after{
	content:'';
	position:absolute;
    top:0;
    left:0;
    opacity:0.8;
	width:100%;
	height:100%;
}
.search-icon,
.search-close{
	display:none;
}
.nav-primary-wrapper .search-icon{
	font-size:12px;
	margin: 0 10px;
	vertical-align: middle;
    display: inline-block;
	cursor:pointer;
}
.nav-primary-wrapper .search-form{
	width:80%;
	margin:0 auto;
}
.nav-primary-wrapper .search-popup-inner{
    width: 90%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
	text-align:center;
	z-index:1;
}
.nav-primary-wrapper input.search-form-input{
	background:transparent;
	border:none;
	border-bottom:solid;
	border-width:2px;
}
.nav-primary-wrapper .search-form input[type="search"]{
	font-size:30px;
	letter-spacing:0;
	text-align:center;
	text-transform:none;
	font-family:'Playfair Display',serif;
	max-width:100%;
	width:400px;
	margin:0 auto;
	display:inline-block;
	font-weight:700;
	text-transform:lowercase;
}
.nav-primary-wrapper .search-form ::-ms-input-placeholder,
.nav-primary-wrapper .search-form :-ms-input-placeholder,
.nav-primary-wrapper .search-form ::placeholder{
	opacity:1;
}
.nav-primary-wrapper .search-form input[type="submit"] {
display:none;
}
.nav-primary-wrapper .search-close {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    position: fixed;
    top: 20px;
    right: 0;
	z-index:1;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */
.entry {
	margin-bottom: 60px;
	position: relative;
}
.single .entry{
	margin-bottom:30px;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 10px;
	padding-left: 40px;
}

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

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

.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;
}

.entry-content p{
	margin:0 0 20px;
}

.entry-content p a{
	background-position: 0 .8em !important;
    background-repeat: no-repeat;
	padding:0 2px;
}

.entry-content p a:focus,
.entry-content p a:hover{
    background-position: 0px !important;
	color:#000;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.entry-title{
	font-family: "Playfair Display", serif;
    margin: 0 0 10px;
	font-size:25px;
	text-align:center;
	text-transform:none;
	font-weight:700;
	letter-spacing:0;
	line-height:1.3;
}
p.entry-meta{
	font-size:15px;
	font-style:normal;
	text-align:center;
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-weight:400;
}
.post-snippet p{
	text-align:center;
	letter-spacing:0px;
}
.entry-header{
	margin-bottom:30px;
	z-index:2;
}

/* Pagination
--------------------------------------------- */

.pagination,
.woocommerce-pagination{
	clear: both;
	text-align:center;
	font-size: 16px;
	text-transform:none;
	letter-spacing:0.5px;
	text-decoration: none;
	font-weight:400;
	margin: 40px 0 30px;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline-block;
	margin:0 5px;
}

.archive-pagination a {
	cursor: pointer;
	display:block;
	padding: 12px 15px;
}

/* Entry Footer
--------------------------------------------- */
.entry-categories {
	display: block;
}
.content .entry-footer{
	margin:30px 0 0;
	padding:15px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
}
.content .entry-footer .entry-meta{
	font-size:0;
}
.content .entry-footer .entry-categories,
.content .entry-footer .knd-post-share{
	display:inline-block;
	width:50%;
	vertical-align:middle;
}
.content .entry-footer .entry-categories{
	text-align:left;
	font-size:initial;
}
.content .entry-footer .entry-categories a{
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-size:16px;
	font-weight:400;
	font-style:normal;
}
.content .entry-footer .knd-post-share{
	text-align:right;
}
.content .entry-footer .knd-post-share a{
	font-size:12px;
	margin:0 13px;
	display:inline-block;
	vertical-align:middle;
}

/* Post Pager
--------------------------------------------- */
.post-pager{
	font-size:0;
	margin:50px 0;
	display:table;
	width:100%;
}
.single-post-nav{
	display:inline-block;
	width:40%;
	vertical-align:top;
	font-size:0;
	text-align:center;
}
.post-pager-img{
	display:inline-block;
	position:relative;
}
.single-post-nav.next-post-link{
	margin-right:10%;
}
.single-post-nav.previous-post-link{
	margin-left:10%;
}
.next-post-link{
	float:left;
}
.previous-post-link{
	float:right;
}
.single-post-nav span{
	font-size:18px;
	margin-bottom:7px;
	letter-spacing:0.5px;
	display:block;
	text-align:center;
	text-transform:lowercase;
}
.post-pager-img p,
.post-pager-img p1{
	font-size:18px;
	font-family:'Playfair Display', serif;
	text-align:center;
	line-height:1.4;
	font-weight:700;
}
.post-pager-img p{
	top: 50%;
    left: 50%;
    position: absolute;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform-origin: center center;
    z-index: 1;
    max-width: 90%;
    width: 200px;
    margin: 0 auto;
    padding: 10px 7px;
}
.post-pager-img p:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
	background:#fff;
}
/* Related Posts
--------------------------------------------- */
.related-posts{
	margin:60px 0 ;
}
.related-posts .widget-title{
	font-family:'Playfair Display',serif;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:20px;
	margin-bottom:20px;
}
.related-posts-list{
	font-size:0;
	width:102%;
	margin-left:-1%;
}
.related-posts-list li{
	display:inline-block;
	width:31.33%;
	margin:0 1%;
	vertical-align:top;
	position:relative;
}
.related-posts-list li a .title{
	font-size:17px;
	font-family:'Playfair Display', serif;
	font-weight:700;
	text-transform:none;
	letter-spacing:0;
	text-align:center;
	line-height:1.4;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.related-posts-list li .title{
	top: 50%;
    left: 50%;
    position: absolute;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform-origin: center center;
    z-index: 1;
    max-width: 90%;
    width: 200px;
    margin: 0 auto;
    padding: 10px 7px;
}
.related-posts-list li .title:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
	background:#fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 20px;
}

.entry-comments h3,
.comment-respond h3{
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.entry-comments p,
.comment-respond p{
	margin:0 0 15px;
}
.comment-list li {
	padding: 20px 0;
}

.comment-list article {
	padding-bottom: 20px;
	border-bottom:solid;
	border-width:1px;
	margin-bottom:20px;
}

.comment-list .depth-2{
	padding-left: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 input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond .comment-form label,
#cancel-comment-reply-link{
	font-size: 17px;
	display: block;
	margin-right: 12px;
	margin-bottom: 10px;
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-weight:400;
}
.comment-header p {
	margin-bottom: 5px;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment .comment-author-name {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0;
	text-transform: none;
}

.comment-meta,
.comment-edit-link {
	font-weight: 400;
	font-size: 17px;
	text-transform: lowercase;
	letter-spacing: 0.5px;
}

.comment-meta a{
	font-weight:400;
}
.comment-reply {
    margin-top:15px;
	display:inline-block;
}

.comment-reply a {
	padding: 8px 15px;
	display: inline-block;
	font-weight:400;
	font-size: 16px;
	text-transform: lowercase;
	letter-spacing: 0.5px;
}

.logged-in-as {
	margin-top: 20px;
}

/* Sidebar.
---------------------------------------------------------------------------- */

.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .widget-wrap{
	text-align:Center;
}
.sidebar .widget-title{
	font-family:'Playfair Display', serif;
	font-size:22px;
	text-transform:none;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:20px;
	font-weight:400;
}
.sidebar .widget:last-child{
	margin-bottom:0;
}

/* Sidebar widgets.
--------------------------------------------- */
.sidebar .socialicons a{
	font-size:12px;
	margin:0 15px 0 0;
}
.wpp-list li{
	display:inline-block;
	width:100%;
	margin:0 auto 10px!important;
	position:relative;
	font-size:0;
}
.wpp-list li:last-child{
	margin:0 0 0!important;
}
.wpp-post-title{
	font-size:17px;
	font-family:'Playfair Display', serif;
	text-align:center;
	letter-spacing:0;
	font-weight:700;
	text-transform:none;
	line-height:1.4;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-bottom: 0;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform-origin: center center;
	z-index:1;
	max-width:90%;
	width:200px;
	margin:0 auto;
	padding:10px 7px;
}
.wpp-post-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
	width:100%;
	height:100%;
	z-index:-1;
}
.wpp-excerpt,
.wpp-views{
	display:none;
}
.wpp-thumbnail{
	float:none!important;
	margin:0!important;
	position:relative;
}

/* Custom Profile widget
--------------------------------------------- */
.knd-profile .widget-wrap{
	text-align:center;
}
.knd-profile .prof-img{
margin-bottom:15px;
}
.knd-profile .caption{
	line-height:1.8;
	letter-spacing:0.5px;
}
.knd-profile .prof-more{
	text-align:center;
	margin-top:25px;
}
.knd-profile .prof-more a{
	padding:10px 15px;
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-size:16px;
	font-weight:400;
	display:inline-block;
}

/* Social icons.
---------------------------------------------------------------------------- */

/* Search.
---------------------------------------------------------------------------- */
.site-inner .search-form input[type="search"],
.sidebar .search-form input[type="search"] {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	letter-spacing:0.5px;
	text-align: left;
	width: 67%;
	float: left;
	height: 45px;
	padding: 0 12px;
	margin: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-inner .search-form input[type="submit"],
.sidebar .search-form input[type="submit"] {
	width: 33%;
	float: right;
	font-weight: 400;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
	border:none!important;
	height: 45px;
	text-transform: lowercase;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-inner .search-form input[type="submit"]:focus,
.site-inner .search-form input[type="submit"]:hover,
.sidebar .search-form input[type="submit"]:focus,
.sidebar .search-form input[type="submit"]:hover {
	bordeR:none!important;
}

/* Genesis eNews Extended (Sidebar).
---------------------------------------------------------------------------- */
.sidebar .enews-widget{
	padding:0;
	background:transparent;
	width: 100%;
    left:0;
    position: inherit;
}
.sidebar .enews{
	max-width:100%;
	font-size:inherit;
}
.sidebar .enews form{
	font-size:inherit;
}
.sidebar .enews .enews-header,
.sidebar .enews form{
	display:block;
	width:100%;
	margin:0;
	text-align:center;
}
.sidebar .enews .enews-header{
	margin-bottom:20px;
	text-align:center;
}
.sidebar .enews .widget-title,
.sidebar .enews .enews-header p{
	text-align:center;
	margin-bottom:10px;
}
.sidebar .enews input{
	display:block;
	width:100%;
	text-align:center;
}
.sidebar .enews #subbutton{
	display:block;
	width:100%;
	margin:0 auto 10px;
	text-align:center;
	border:none;
}
.sidebar .enews #subbox{
	width:100%;
	margin-bottom:10px;
}

/* Archive.
---------------------------------------------------------------------------- */
.widget_archive li a,
.widget_categories li a{
	text-transform:none;
	font-size:16px;
	font-weight:400;
	letter-spacing:0px;
}
/* Before Footer.
---------------------------------------------------------------------------- */

.before-footer .widget-wrap{
	text-align:center;
}
.before-footer section{
	margin-bottom:30px;
}
.before-footer .socialicons{
	text-align: center;
    padding: 20px 0;
}
.before-footer .socialicons i{
	margin-right:5px;
}
.before-footer .socialicons a{
	display: inline-block;
    margin: 0 15px;
	line-height:1.6;
	text-transform: lowercase;
    letter-spacing: 0.5px;
    font-size: 17px;
}

/* Custom Homepage
--------------------------------------------- */
.blog-home-heading{
	text-align:center;
	margin-bottom:30px;
}
.blog-home-heading span1{
	font-style: italic;
    font-size: 28px;
}
.blog-home-heading span2{
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Playfair Display',serif;
    letter-spacing: 1px;
    margin-left: 5px;
}
.default-landing-page section,
.default-landing-page-2 section{
	margin:0 auto 50px;
}
.default-landing-page section:last-child{
	margin:0 auto 0!important;
}
.landing-page-default .custom-slider{
	margin:0 auto;
	visibility:hidden;
}
.full-width-content.landing-page-default .content{
	width:1200px;
	margin:0 auto;
}
.home .site-inner{
	width:1200px;
}

/* Slider
--------------------------------------------- */
.slider-item .slide-img{
	padding-bottom:45%;
	width:100%;
	max-width:100%;
	background-size:cover!important;
	background-position:50%!important;
	position:relative;
}
.slider-item{
	font-size:0;
	display:block!important;
	margin:0 auto;
	max-width:100%;
	z-index:99;
	position:relative;
}
.slide-details{
	width: 60%;
    top: 50%;
    left: 20%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: 0;
    padding: 0;
	text-align:center;
}
.slide-details-inner{
	display:inline-block;
	position:relative;
	padding:20px;
}
.slide-details-inner:after{
	background: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.slick-prev,
.slick-next {
z-index: 9;
}
.slick-prev{left:8px!important;}
.slick-next{right:5px!important;}
.slick-prev:before,
.slick-next:before {
font-size:25px;
color:#000;
opacity:0.6;
}
.slick-prev:before {
content: "\f053" !important;
font-family: "Font Awesome 5 Free" !important;
font-weight:900;
}
.slick-next:before {
content: "\f054" !important;
font-family: "Font Awesome 5 Free" !important;
font-weight:900;
}
.slide-title{
	font-family: 'Playfair Display', serif;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
	position:relative;
	z-index:1;
}
.slide-title a{
	color:#000;
}
.slide-title a:focus,
.slide-title a:hover{
	color:#000;
}
.slider-item span p{
	line-height: 1.6;
    margin: 10px 0 0;
    position: relative;
    font-weight: normal;
    font-size: 16px;
	z-index:1;
	text-align:center;
}
.slide-more{
	margin-top: 20px;
    position: relative;
}
.slide-more a{
	display: inline-block;
    padding: 10px 15px;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: lowercase;
	position:relative;
	z-index:1;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;

    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
	visibility:visible;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
}
.slick-slide {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    min-height: 1px;
}
    [dir="rtl"] & {
        float: right;
    }
    img {
        display: block;
    }
    &.slick-loading img {
        display: none;
    }

    display: none;

    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: block;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    position: absolute;
	visibility:visible;
    top: 50%;
    display: block;
    padding: 7px 10px;
	line-height:0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
	background:transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
	background:transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider{
	margin-bottom:70px;
}
.slick-dots
{
    position: absolute;
    bottom: -40px;
    visibility:visible;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0 ;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 30px;
    height: 30px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Image Boxes
--------------------------------------------- */
.flexible-widgets .knd-flexible-image-inner{
	margin:0 10px;
	position:relative;
}
.flexible-widgets .knd-flex-image .widget-title{
	display:none;
}
.flexible-widgets .knd-flex-image .cropped-image{
	margin-bottom:0;
}
.flexible-widgets .knd-flex-image .flex-btn{
	margin-bottom:0;
	position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: bottom center;
    -webkit-transform: translate(0% ,50%);
    text-align: center;
    width: 100%;
}
.flexible-widgets .knd-flex-image .flex-btn a{
	padding: 10px;
    width: 70%;
    display: inline-block;
	font-family:'Playfair Display',serif;
	font-size:20px;
	text-transform:lowercase;
	letter-spacing:1px;
	font-weight:700;
}
/* Flexible widgets
--------------------------------------------- */
.flexible-widgets-landing{
	max-width:95%;
	width:1220px;
	margin:50px auto 80px;
}
.flexible-widgets.widget-area .widget {
    float: left;
}
.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    float: none;
    width: 100%;
}
.flexible-widgets.widget-fourths .widget {
    width: 25%;
}
.flexible-widgets.widget-halves .widget {
    width: 50%;
}
.flexible-widgets.widget-thirds .widget {
    width: 33.33%;
}
.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
    clear: left;
}

/* Genesis Enews Extended
--------------------------------------------- */
.enews-widget{
	padding:50px 0;
    margin: 0 auto 50px;
    position: relative;
}
.enews{
	max-width:95%;
	width:1200px;
	margin:0 auto;
	font-size:0;
}
.enews .widget-title{
	font-size:28px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
	text-transform:none;
    color: #000000;
    font-family: 'Playfair Display', serif;
	margin-bottom:5px;
}
.enews form{
	font-size:0;
}
.enews .enews-header,
.enews form{
	display:inline-block;
	vertical-align:middle;
}
.enews .enews-header{
	width:38%;
	text-align:left;
}
.enews form{
	width:58%;
	margin-left:4%;
}
.enews #subbox1,
.enews #subbox2{
	display:none;
}
.enews input{
	padding:0;
	height:45px;
	border:1px solid;
	font-size: 16px;
	text-indent:10px;
	font-weight:400;
	letter-spacing:0px;
	font-family:inherit;
}
.enews #subbox{
	width:70%;
}
.enews #subbox,
.enews #subbutton{
	display:inline-block;
	vertical-align:middle;
}
.enews #subbutton{
	border: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 0.5px;
	width:28%;
	margin-left:2%;
}
.enews .enews-header p{
	text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 16px;
	font-weight:400;
	text-align:left;
}

/* Copyright.
---------------------------------------------------------------------------- */

.copyright-outer {
	line-height: 1.5;
	padding: 20px 15px 25px;
	text-align: center;
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
	margin-top:20px;
}
.copyright-outer p {
	margin-bottom: 0;
}
.copyright-outer a{
	color:#000;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
    margin:40px 0;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding:0 25px;
	display: inline-block;
    width: 33.33%;
    text-align: center;
}
.footer-widget-area .widget-wrap{
	text-align:center;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

	/* 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;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !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 {
		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;
	}

}
.back-to-top {
	display: inline-block;
	text-align: center;
	position: fixed;
	overflow: hidden;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 30px;
	border-radius: 50%;
}

.back-to-top i {
	font-size: 23px !important;
	width: 37px !important;
	display: block !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.back-to-top.top-is-visible {
	visibility: visible;
	opacity: 1;
}

.back-to-top.top-fade-out {
	opacity: 1;
}

.no-touch .back-to-top:hover {
	opacity: 1;
}

/* Instagram page
---------------------------------------------------------------------------- */
.insta-page.full-width-content .content{
	width:900px;
}
.insta-page .title-area{
	margin:40px auto;
}
.insta-page .site-title,
.insta-page .site-description{
	text-align:center;
}
.insta-page .content{
	padding:25px 15px;
	background:#fff;
}
.insta-page .widget{
	margin-bottom:40px;
}
.insta-page .widget:last-child{
	margin-bottom:0;
}
.insta-page .site-inner{
	margin:0 auto 60px;
}
.insta-page .enews{
	max-width:95%;
}
.insta-page .enews .enews-header, 
.insta-page .enews form{
	display:block;
	width:100%;
	margin:0 auto;
}
.insta-page .enews .enews-header{
	margin-bottom:25px;
}
.insta-page .enews .enews-header .widget-title,
.insta-page .enews .enews-header p{
	text-align:center;
}
.instagram-page .widget_nav_menu .widget-title{
	display:none;
}
.insta-page .widget_nav_menu li a{
    text-transform: lowercase;
    letter-spacing: 0.5px;
    font-size: 17px;
    font-weight: 400;
	display:block;
	padding:20px 10px;
	text-align:center;
	margin:0 0 10px;
}
.insta-page .widget_nav_menu li li{
	margin:0 0 0;
}
.insta-page .socialicons{
	text-align:center;
}
.insta-page .socialicons a{
	color:#000;
	font-size:13px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}

/* Simple Landing page
---------------------------------------------------------------------------- */
.simple-landing.full-width-content .content{
	width:800px;
}
.simple-landing .site-inner{
	margin:50px auto;
}
.simple-landing .entry{
	margin-bottom:0;
}
.simple-landing .entry-content{
	padding:20px;
}

/* Custom Image widget and Custom Profile widget options
--------------------------------------------- */
.cropped-image{
	background-size:cover!important;
	background-position:50%!important;
	max-width:100%;
	width:auto;
	margin-bottom:10px;
}
.cropped-image.landscape{
	padding-bottom:75%;
}
.cropped-image.square{
	padding-bottom:100%;
}
.cropped-image.portrait{
	padding-bottom:130%;
}
.cropped-image.circle{
	padding-bottom:100%;
	border-radius:50%;
}

/* Default Blog Layout
--------------------------------------------- */
.full-width-content .blog-container.default{
	width:100%;
	margin:0 auto;
}
.blog-container.default .entry-header{
	margin-bottom:15px;
}
.blog-container.default article:first-child .entry-title{
	font-size:28px;
}
.blog-container.default article:first-child .featured-image .featured-image1{
	padding-bottom:60%;
	background-size:cover!important;
	background-position:50%!important;
}
.blog-container.default article:first-child .post-info{
	width: 500px;
	max-width:80%;
	left:50%;
	top:50%;
	bottom:auto;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	transform-origin:center center;
}
.blog-container.default article .post-info{
	text-align: center;
	width: 90%;
    bottom: 5%;
    left: 95%;
    position: absolute;
	transform-origin:bottom center;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    margin-bottom: 0;
    padding: 20px;
	z-index:1;
}
.blog-container.default article:first-child,
.full-width-content .blog-container.default article:first-child{
	display:block;
	width:100%;
	margin:0 auto -70px;
}
.blog-container.default article .featured-image img{
	margin:0 auto 0;
	width:100%;
}
	
.full-width-content .blog-container.default article{
	display:inline-block;
	vertical-align:top;
	width: 31.33%;
    margin: 0 1% 30px;
}
.blog-container.default article{
	display:inline-block;
	vertical-align:top;
	width: 48%;
    margin: 0 1% 30px;
}
.blog-container.default article:last-child,
.full-width-content .blog-container.default article:last-child{
	margin: 0 1% 30px;
}
.blog-container.default article .post-info:after{
	background: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.blog-container.default article .post-info .entry-title,
.blog-container.default article .post-info .post-snippet p,
.blog-container.default article .post-info .post-button{
	text-align:center;
	position:relative;
	z-index:1;
}
.blog-container.default article .post-info .entry-meta{
	display:none;
}
.blog-container.default article:first-child .post-button{
	position:relative;
	top:0;
	left:0;
	-webkit-transform: rotate(
0deg
);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	margin-top:20px;
}
.blog-container.default article .post-button{
	position: absolute;
    display: block;
    text-align: center;
    top: -1px;
	left:0;
	transform-origin:top left;
    -webkit-transform: rotate(-90deg) translate(-100%);
    -moz-transform: rotate(-90deg) translate(-100%);
    -ms-transform: rotate(-90deg) translate(-100%);
    -o-transform: rotate(-90deg) translate(-100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.blog-container.default article .post-button a.button{
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-size:17px;
	padding:10px 15px;
	font-weight:400;
}
.blog-container.default .featured-image{
	position: relative;
}

/* Blog Layout #1
--------------------------------------------- */

.full-width-content .blog-container.list{
	width:950px;
	margin:0 auto;
}
.blog-container.list article{
	display:block;
	width:100%;
	margin:0 0 60px;
}
.blog-container.list img{
	margin-bottom:0;
}
.blog-container.list .entry-header{
	margin-bottom:15px;
}
.blog-container.list article .featured-image,
.blog-container.list article .post-info{
	display:inline-block;
	vertical-align:middle;
	width:49%;
}
.blog-container.list article:first-child .featured-image,
.blog-container.list article:first-child .post-info{
	width:100%;
	display:block;
}
.blog-container.list article .post-info{
	margin-left:2%;
}
.blog-container.list article:first-child .post-info{
	margin-left:0;
	margin-top:20px;
}
.blog-container.list article .post-info .entry-title,
.blog-container.list article .post-info .entry-meta,
.blog-container.list article .post-info .post-snippet p,
.blog-container.list article .post-info .post-button{
	text-align:left;
}
.blog-container.list article:first-child .post-info .entry-title,
.blog-container.list article:first-child .post-info .entry-meta,
.blog-container.list article:first-child .post-info .post-snippet p,
.blog-container.list article:first-child .post-info .post-button{
	text-align:center;
}
.blog-container.list .post-button a.button{
	text-align:right;
	margin-top:20px;
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-size:17px;
	font-weight:400;
	position:relative;
	display:inline-block;
	padding:10px 15px;
	position:relative;
}
.blog-container.list .post-button{
	display:block;
}
.blog-container.list .featured-image{
	position: relative;
}

/* Blog Layout #2
--------------------------------------------- */
.full-width-content .blog-container.regular{
	width:950px;
}
.blog-container.regular article .post-button a.button{
	text-align:center;
	margin-top:25px;
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-size:17px;
	font-weight:400;
	position:relative;
	display:inline-block;
	padding:10px 15px;
	position:relative;
}
.blog-container.regular article .post-button{
	text-align:center;
	display:block;
}
.blog-container.regular article .featured-image img{
	margin-bottom:0;
}
.blog-container.regular article .featured-image{
	margin-bottom:20px;
}
.blog-container.regular .post-info.below .entry-header{
	margin-bottom:15px;
}
.blog-container.regular .entry-header{
	margin-bottom:30px;
}

/* Blog Layout #3
--------------------------------------------- */
.full-width-content .blog-container.thumbs article{
	width:31.33%;
}
.blog-container.thumbs article .entry-title{
	font-size:24px;
}
.blog-container.thumbs article{
	display:inline-block;
	width:48%;
	margin:0 1% 30px;
	vertical-align:top;
}
.blog-container.thumbs article .post-info{
	width: 80%;
    top: 50%;
    left: 10%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: 0;
    padding: 10px;
}
.blog-container.thumbs article .post-info:after{
	background: #fff;
	content:'';
	position:absolute;
    top:0;
    left:0;
    opacity:0.8;
	width:100%;
	height:100%;
}
.blog-container.thumbs article .entry-header{
	margin-bottom:0;
	position:relative;
	z-index:1;
}
.blog-container.thumbs article .featured-image img{
	margin-bottom:0;
}
.blog-container.thumbs .featured-image .thumb-no-img{
	padding-bottom:100%;
	background-size:cover!important;
	background-position:50%!important;
}

/* Instagram Feed
---------------------------------------------------------------------------- */
#sbi_mod_error{
	margin:0 0 0;
}
#sb_instagram .sb_instagram_header,
#sb_instagram #sbi_load .sbi_load_btn{
	display:none;
}
#sb_instagram{
	position:relative;
	padding-bottom:0;
}
#sb_instagram #sbi_images{
	padding:0;
}
#sb_instagram #sbi_load{
bottom: 20px;
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    position: absolute;
    left: 50%;
}
#sb_instagram #sbi_load .sbi_follow_btn{
	margin-left:0;
}
#sb_instagram #sbi_load .sbi_load_btn, 
#sb_instagram .sbi_follow_btn a{
	margin-top:0;
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-size:17px;
	border-radius:0;
	font-weight:400;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#sb_instagram .sbi_follow_btn a:focus, 
#sb_instagram .sbi_follow_btn a:hover{
	box-shadow:none;
}

.archive-image2,
.cat-index-img2,
.featured-no-image{
	background-size:cover!important;
	background-position:50%!important;
}
.archive-image2.landscape,
.cat-index-img2.landscape,
.featured-no-image.landscape{
	padding-bottom:64.28%;
}
.featured-no-image.square{
	padding-bottom:100%;
}
.featured-no-image.portrait{
	padding-bottom:130%;
}
.featured-no-image.original img{
	max-width:100%;
	height:auto;
}

/* Categories Index
---------------------------------------------------------------------------- */
.category-index .post-inner{
	width:101%;
	margin-left:-0.5%;
	margin-top:30px;
	margin-bottom:0px;
}
.category-index .blog-container.thumbs article{
	width:24%;
	margin:0 0.5% 30px;
}
.category-index article .entry-title{
	font-size:21px!important;
	margin-bottom:0!important;
}
.category-index .post-outer{
	margin-bottom:60px;
}
.category-index h2.cat-heading{
	font-family:'Playfair Display',serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:left;
	font-size:24px;
	font-weight:400;
}
.category-index .cat-index-all-btn{
	text-align:left;
}
.category-index .cat-index-all-btn a{
	padding:15px;
	text-transform:lowercase;
	letter-spacing:0.5px;
	font-size:16px;
	font-weight:400;
	display:inline-block;
}

/* Category and Archives pages
--------------------------------------------- */
.archive-description{
	text-align:center;
	margin-bottom:30px;
}
.archive-description .archive-title{
	font-family:'Playfair Display', serif;
	font-size:28px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:400;
}
ul.child-cats{
	text-align:center;
}
ul.child-cats li.cat-item:first-child:before{
	content:'Choose from:';
	margin:0 10px;
}
ul.child-cats li{
	display:inline-block;
	margin:0 10px 30px;
	vertical-align:middle;
	font-size:17px;
	letter-spacing:0.5px;
	text-transform:none;
	font-weight:400;
}
ul.child-cats li.cat-item a{
	text-transform:lowercase;
}
ul.child-cats li.cat-item-none{
	display:none;
	margin-bottom:0;
}
.archive .entry-header,
.search .entry-header,
.category-index article .entry-header{
	margin:0 0 0!important;
}

/* ERROR 404 & Search page
--------------------------------------------- */

.error404 .content .entry-content p,
.search .content .entry-content p{
	text-align:center;
	margin:0 0 40px;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
	display:none!important;
}

/* Responsive.
--------------------------------------------- */
@media screen and (max-width: 1024px) {
	.nav-primary{
		display:none;
	}
	.nav-secondary li{
		line-height:inherit!important;
	}
	.genesis-nav-menu .menu-item:focus, 
	.genesis-nav-menu .menu-item:hover{
		position:relative;
	}
	.genesis-nav-menu .menu-item-has-children a:after,
	.genesis-nav-menu .sub-menu .menu-item-has-children a:after{
		display:none;
	}
	.nav-primary-wrapper{
		position: relative;
		height: auto;
		line-height: normal;
		margin-left: 0;
		margin-right: 0;
	}
	.site-header .wrap{
		display:block;
		-webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        align-items: inherit;
		padding:0 15px;
	}
	.nav-primary li{
		display:block;
		margin:0 3%;
	}
	.genesis-nav-menu li{
		line-height:40px;
		height:auto;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		display: none;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background: transparent !important;
		border: 0;
		padding: 0;
	}
	.nav-primary-wrapper .nav-socials{
		padding:10px 0 12px;
		bottom:0;
		position: fixed;
    width: 100%;
    lefT: 0;
    text-align: center;
    z-index: 99;
	}
	.nav-primary-wrapper .nav-socials section{
		vertical-align:top;
	}
	.nav-primary li{
		text-align:left;
		margin:0;
	}
	.nav-primary .wrap{
		padding:0;
	}
	.title-area{
		margin-bottom:10px;
	}
	.site-container{
		padding-bottom:50px;
	}
	.back-to-top{
		bottom:55px;
	}
	.menu-toggle {
		left: 0;
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 23px;
		height: 50px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		cursor: pointer;
		transition: background 0.3s;
	}
	.menu-toggle span {
		display: block;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		height: 2px;
	}
	.menu-toggle span::before,
	.menu-toggle span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		content: "";
	}
	.menu-toggle span::before {
		top: -6px;
	}
	.menu-toggle span::after {
		bottom: -6px;
	}
	.menu-toggle {
		background: transparent;
	}
	.menu-toggle span {
		transition: background 0s 0.3s;
	}
	.menu-toggle span::before,
	.menu-toggle span::after {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}
	.menu-toggle span::before {
		transition-property: top, transform;
	}
	.menu-toggle span::after {
		transition-property: bottom, transform;
	}
	.menu-toggle.activated {
		background: transparent;
	}
	.menu-toggle.activated span {
		background: transparent !important;
	}
	.menu-toggle.activated span::before {
		top: 0;
		transform: rotate(45deg);
	}
	.menu-toggle.activated span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.menu-toggle.activated span::before,
	.menu-toggle.activated span::after {
		transition-delay: 0s, 0.3s;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background: transparent !important;
		border: 0;
		padding: 0;
	}
	.sub-menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 44px;
		width: 50px;
		text-align: right;
		padding: 0;
	}
	.sub-menu-toggle:after {
		content: '\f107';
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900;
		font-size: 15px;
	}
	.genesis-nav-menu li ul li .sub-menu-toggle {
		padding: 0 15px 0 0;
	}
	.genesis-nav-menu .menu-item-has-children .sub-menu {
		position: relative;
		width: 100%;
		text-align: left;
		left: 0;
		margin: 5px 0 10px;
	}
	.genesis-nav-menu .menu-item-has-children .sub-menu ul {
		max-width: calc(100% - 30px);
		top: 0;
		margin: 0 auto 10px;
	}
}
@media only screen and (max-width: 990px) {
	.flexible-widgets.widget-fourths .widget{
		width:50%;
		margin-bottom:40px;
	}
	.full-width-content .blog-container.default article{
		width:48%;
	}
	.content,
	.sidebar{
		float:none!important;
	}
	.content{
		width:95%;
		margin:0 auto;
	}
	.sidebar{
		width:300px;
		max-width:95%;
		margin:50px auto 20px;
	}
		.blog-container.default article:first-child .featured-image .featured-image1{
	padding-bottom:65%;
}
	}
@media only screen and (max-width: 950px) {
	.enews .enews-header, 
	.enews form{
		display:block;
		width:90%;
		margin:0 auto;
	}
	.enews input{
		text-align:center;
	}
	.enews .enews-header{
		margin-bottom:25px;
	}
	.enews .widget-title,
	.enews .enews-header p{
		text-align:center;
	}
	.full-width-content .blog-container.thumbs article{
		width:48%;
	}
	.category-index .blog-container.thumbs article{
		width:49%;
	}
}
@media only screen and (max-width: 830px) {
	.category-index .post-inner{
	width:102%;
	margin-left:-1%;
}
	.slider-item .slide-details{
		left:10%;
		width:80%;
	}
	.flexible-widgets-landing{
	margin:50px auto 50px;
}
		.blog-container.default article:first-child .featured-image .featured-image1{
	padding-bottom:80%;
}
}
@media only screen and (max-width: 760px) {
	.slick-prev, .slick-next{
		display:none!important;
	}
	.blog-container.list article .featured-image,
	.blog-container.list article .post-info{
		display:block;
		width:100%;
	}
	.blog-container.list article .post-info{
		margin-left:0!important;
		margin-right:0;
		margin-top:15px;
	}
	.blog-container.list article .post-info .entry-title,
    .blog-container.list article .post-info .entry-meta,
    .blog-container.list article .post-info .post-snippet p,
    .blog-container.list article .post-info .post-button{
		text-align:center;
	}
	.slider-item .slide-img{
		padding-bottom:75%;
	}
	.full-width-content .blog-container.default article,
	.blog-container.default article{
		width:98%;
	}
	.blog-container.default article:first-child, 
	.full-width-content .blog-container.default article:first-child{
		margin:0 1% 30px;
		width:98%;
	}
	 .flexible-widgets.widget-thirds .widget {
        float: none;
        width: 100%;
		margin-bottom:50px;
    }
}
@media only screen and (max-width: 700px){
	.enews .enews-header, 
	.enews form{
		width:98%;
		margin:0 auto;
	}
	.enews .enews-header{
		margin:0 auto 20px;
	}
	#sb_instagram #sbi_images .sbi_item{
		width:33.33%!important;
	}
}
@media only screen and (max-width: 680px){
	.blog-container.thumbs article,
	.full-width-content .blog-container.thumbs article{
		width:98%;
	}
	.category-index .blog-container.thumbs article{
		width:99%;
	}
}

@media only screen and (max-width: 600px) {
	.blog-container.grid article,
	.full-width-content .blog-container.grid article{
		width:98%;
	}
	.slide-title{
		font-size:22px;
	}
    .flexible-widgets.widget-fourths .widget,
    .flexible-widgets.widget-halves .widget{
        float: none;
        width: 100%;
		margin-bottom:40px;
    }
		.blog-container.default article:first-child .featured-image .featured-image1{
	padding-bottom:100%;
}
}

@media only screen and (max-width: 560px) {
	.content .entry-footer .entry-categories, 
	.content .entry-footer .knd-post-share{
		display:block;
		width:100%;
		text-align:center!important;
	}
	.content .entry-footer .entry-categories{
		margin-bottom:7px;
	}
	.category-index .blog-container.grid article{
		width:98%;
	}
	.related-posts-list li:last-child,
	.slide-more{
		display:none;
	}
	.related-posts-list li{
		width:48%;
	}
	.blog-container.default article:first-child .featured-image .featured-image1{
	padding-bottom:130%;
}
}
@media only screen and (max-width: 460px){
	.enews #subbox, 
	.enews #subbutton{
		width:100%!important;
	}
	.enews #subbutton{
		margin-top:10px;
		margin-left:0;
	}
	.slider-item span p{
		display:none;
	}
	.blog-container.default article .post-info,
	.blog-container.default article:first-child .post-info{
		width:95%;
		padding:10px;
		max-width:95%;
	}
	.blog-container.default article .post-info{
		left:97.5%;
	}
}

