/*
	Theme Name: Twelve 0 Eight Blog Custom Theme by Moonsteam Design
    Theme URI: https://moonsteamdesign.com
    Description: A custom Genesis 2.0 child theme by Moonsteam Design
    Author: Sara of Moonsteam Design
    Author URI: https://moonsteamdesign.com/
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

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

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#292829}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination: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;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination: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;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	line-height: 1.6;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	letter-spacing: .5px;
	color: #000;
	font-size: 17px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

a:hover {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote {
	margin: 0 0 16px 0;
	padding: 24px 40px;
	padding: 2.4rem 3rem 1rem;
	background: #E2E2E2;
}

pre {
	background: #E2E2E2;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.screen-reader-text {
	display: none;
}

hr {
	margin: 0 0 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	color: #333333;
	font-weight: 300;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


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

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

img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background: #ebeaea;
	border: 1px solid #ebeaea;
	color: #333333;
	padding: 9px;
	width: 100%;
	font-size: 15px;
	font-family: 'Georgia', serif;
	font-size: 13px;
}

input[type="checkbox"] {
	width: auto;
	margin: 0 5px 0 0;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: linear-gradient(to right,#CAB454,#F6E286,#F6E286,#CAB454);
	color: #000;
	border: 1px solid #fff;
	box-shadow: none;
	cursor: pointer;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
	margin: 5px 0 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	border-radius: 0;
	letter-spacing: 1.5px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #fff;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

th {
	font-weight: bold;

}

td {
	padding: 6px;
}

	


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

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
}

.site-container {
	clear: both;
	margin: 0;
	width: 100%;
	padding: 0;
}

.site-inner {
	background: #fff;
	clear: both;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1000px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 64%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.sidebar-content-sidebar .content {
	padding-left: 40px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	margin-top: 0;
	width: 30%;
	padding: 0;
	text-align: center;
	position: relative;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}




/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	background: #fff;
	margin-right: 24px;
	padding: 10px;
}

.alignright .avatar {
	background: #fff;
	margin-left: 24px;
	padding: 10px;
}

.search-form {
    position: relative;
}

.search-form > input {
    padding-left: 20px;
    background: #f6f6f6;
	border: 1px solid #f6f6f6;
	font-style: italic;
}

.md-ms .search-form > input {
	border: none;
	border-left: 1px solid #ddd;
}

.search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    display: inline-block;
    font-family: 'FontAwesome';
	font-size: 16px;
	top: -4px;
	color: #666666;
    height: 34px;
    padding: 0 6px 0 10px;
    position: absolute;
    right: 4px;
    
    vertical-align: top;
    width: 38px;
}
.search-form input:hover[type="submit"] {
	color: #65832b;
}

.footer-widgets .search-form input {
	text-align: center;
}


img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

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

.alignright {
	float: right;
	text-align: right;
}

.wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
    display: block;
    margin: 0 auto 10px;
} 
.wp-caption-text {
	font-size: 12px;
	margin: 0;
	text-align: center;
	font-style: italic;
	font-family: 'Georgia', serif;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 12px;
	background: #eee;
	padding: 5px 10px;
}

.single .breadcrumb {
	text-align: center;
}

.author-box {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin: 0;
	font-size: 14px;
}

.author-box .avatar {
	background: #fff;
	margin-right: 24px;
	padding: 4px;
}

.archive-description {
    background-color: #f7f7f7;
	padding: 18px 20px 16px;
	text-align: center;
	margin: 0 0 20px 0;
}

.archive-title {
    margin: 0;
	padding: 0 0 2px;
	font-size: 16px;
}

.taxonomy-description {
    background-color: #f7f7f7;
	padding: 18px 20px 16px;
	text-align: center;
	margin: 0 0 20px 0;
}
.taxonomy-description h1 {
    margin: 0;
	padding: 0;
	font-size: 16px;
}

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


.entry-author {
	padding: 0;
}


.entry-title {
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 5px;
	font-style: normal;
	font-family: 'Quattrocento', serif;
	letter-spacing: 2px;
	font-size: 22px;
}

.home .entry-title, 
.blog .entry-title {
	text-align: center;
}

.archive .entry .entry-title {
	font-size: 15px;
}

.single .entry-title {
	margin: 0 0 4px;
}

.entry-title a {
    color: #000;	
}

.page h1.entry-title{
	margin: 0 0 20px;
}

.full-width-content h1.entry-title {
	text-align: center;
}

.widgettitle {
	margin: 0 0 14px;
	text-align: center;
	padding: 0 0 4px;
	letter-spacing: 1px;
}

.sidebar .widgettitle a {
	border: none;
}

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

.site-header {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.site-header .wrap {
	width: 1100px;
	margin: 0 auto;
}

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

.title-area {
	text-transform: uppercase;
}

.site-title {
	font-size: 36px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1;
	font-family: 'Georgia', serif;
}

.site-title a {
	color: #585858;
}

.site-description {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	display: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	
}

.header-image .site-description {
	display: none;
	text-indent: -9999px;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

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

.site-title a {
	background: url(images/logo.png) top left no-repeat;
	background-size: 400px auto;
	width: 400px;
	height: 162.5px;
	margin: 20px auto;
}

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

.nav-primary {
	padding: 0;
	display: inline-block;
	width: 100%;
	background: #F6F6F6;
}

.nav-secondary {
	width: 1100px;
	margin: 0 auto;
}

.nav-secondary .wrap {
	border-bottom: 1px solid #ddd;
}

.menu-toggle {
	display: none;
}

.genesis-nav-menu {
	width: 100%;
	text-align: center;
}

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

.menu-secondary {
	text-align: center;
}

.genesis-nav-menu .sub-menu .menu-item {
	margin-top: 0;
}

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

.genesis-nav-menu a {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 2px;
}

.nav-primary a {
	color: #000;
	padding: 20px 10px;
}

.nav-primary a:hover {
	color: #C2A633;
}

.nav-secondary a {
	color: #000;
}

.nav-secondary a:hover {
	color: #C2A633;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	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;
	margin: 0 0 0 -4px;
}

.nav-secondary .genesis-nav-menu .sub-menu {
	border-left: 1px solid #daddd6;
	border-right: 1px solid #daddd6;
	border-bottom: 1px solid #daddd6;
}

.menu-item-has-children button {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #F6F6F6;
	border-top: 0;
	padding: 15px 14px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
	
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	width: 198px;
	background-color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	float: right;
}

.md-socials {
	float: right;
}

.md-socials a {
	font-size: 14px;
}

/* Menu widget area */

.nav-primary .widget-area { 
	float: right; 
	vertical-align: middle;
	width: auto;
}


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

.blog .entry,
.archive .entry,
.page-template-page_blog .entry {
	padding: 0 0 40px;
	margin: 0 0 40px;
	border-bottom: 1px solid #ddd;
}

.home .entry {
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}
.home .entry-header {
	margin: 0;
	text-align: center;
}

.single .entry {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 22px;
	margin-bottom: 2rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}
.pagination ul li,
.pagination ol li { margin-left: 0; }

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

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

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

.home .entry-header,
.single .entry-header {
	margin-bottom: 0;
	text-align: center;
}

.archive .entry-header {
	text-align: left;
}

.blog .entry-header {
	margin: 0;
}

.blog .entry-header,
.archive .entry-header {
	margin-top: 5.5%
}

.home .entry-time,
.archive .entry-time {
	display: none;
}

.entry-header .entry-meta,
.post-info {
	color: #848F98;
	border-top: none;
	border-bottom: none;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.entry-header .entry-categories a {
    padding: 0 10px 0 11px;
    margin: 0 0 4px;
	font-size: 15px;
	color: #9F8320;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.entry-header .entry-categories {
	color: #9F8320;
	display: flex;
	margin: 0 0 20px;
	align-items: center;
	justify-content: center;
}


.single .entry-title:after {
    content: "";
    display: block;
    color: #DCD7CF;
	border-bottom: 1px solid #ddd;
	width: 100px;
	margin: 20px auto;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	padding: 10px 0 9px;
	margin: 15px 0 30px; 
	line-height: 14px; 
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

.entry-footer .entry-meta a { 
    color: #7f7f7f;
}

.home .entry-footer .entry-meta,
.archive .entry-footer .entry-meta,
.blog .entry-footer .entry-meta,
.single .entry-footer .entry-meta {
	display: none;
}

.entry-footer .entry-meta p {
	margin: 0;
}

.entry-footer .entry-categories {
	width: 50%;
	float: left;
}

.entry-footer .entry-comments-link {
	width: 50%;
	float: right;
	text-align: right;
}

.after-entry {
	clear: both;
	border-top: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
	padding: 30px 0 10px;
}

.after-entry .widget_sp_image img {
	border-radius: 50%;
}

.after-entry .widget_sp_image-description img {
	border-radius: 0;
}



.archive .entry .entry-content {
	display: none;
}

.archive .entry .entry-title {
	text-align: center;
	font-size: 17px;
}

.archive .entry img.alignleft {
	margin: 0 auto;
	text-align: center;
	float: none;
}

.archive .entry {
	text-align: center;
	border: none;
	width: 48.717948717948715%;
float: left;
margin-left: 2.5641%;
margin-bottom: 10px;
}

.archive .entry:nth-of-type(odd) { 
clear: both; 
margin-left: 0; 
} 


.navigation,
.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a {
	border: 1px solid #E3E7EA;
	background: #E3E7EA;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #fff;
}

.after-entry p {
	font-size: 16px;
	margin: 0;
}

.after-entry img {
	margin-bottom: 8px
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry img.alignleft {
	margin: 0 24px 0 0;
}

.after-entry .widget_sp_image .widget-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.after-entry .enews {
	margin: 0 0 30px;
	background-color: #E3E7EA;
}
.after-entry .enews p {
	margin: 0 0 10px;
}
.after-entry .enews .script {
	font-size: 20px;
}
.after-entry .enews input[type="submit"] {
	display: inline;
	margin: 0 0 0 5px;
}
.after-entry .widget_sp_image {
  background: #f7f7f7;
	padding: 30px;
}
.after-entry .widget_sp_image .widget-wrap {
	justify-content: left;
}


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

.entry-comments,
#respond {
	background: #fff;
	font-size: 14px;
	font-weight: 300;
}

.commentnumber {
	color: #000;
	float: right;
	font-size: 20px;
	margin: 0px 10px 0 -10px;
	padding: 0;
}

#reply-title {
	font-weight: 300;
	text-align: left;
	margin: 15px 0 0 0;
}

#respond label {
	font-weight: 300;
	padding: 10px 0 5px;
	text-transform: uppercase;
}

.logged-in-as {
	font-size: 13px;
	text-transform: uppercase;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

a.comment-reply-link {
    background: #E3E7EA;
	color: #333;
	padding: 7px;
}
a.comment-reply-link:hover {
    background: none;
    color: #fff;
}

.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment-author .says {
	color: #333;
}

.comment-author cite {
	font-weight: 300;
	text-transform: uppercase;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 26px 26px 26px 0;
}

.comment-list li li {
	border: 1px solid #999;
	padding: 26px;
}

.comment .avatar {
	background: #fff;
	padding: 3px;
	margin: 0 16px 10px 0;
	border-radius: 50%;
}

.comment-meta {
    margin: 0 0 3px 0;
	font-size: 11px;
}

.comment-meta a {
	
}

.comment-edit-link {
	margin: 0 0 10px;
}

.comment-content {
	margin: 20px 0 0;
}

.bypostauthor {
	background: #fff;
}

.form-allowed-tags {
	display: none;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar-primary {
	border: 1px solid #eee;
	padding: 20px;
}

.sidebar p {
	text-align: center;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	padding: 5px;
	word-wrap: break-word;
	text-align:center;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.widget_archive {
	border-bottom: none !important;
}

.sidebar .widget {
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
}

.sidebar .widget:last-child {
	margin: 0;
}

.sidebar .search-form {
	width: 100%;
	text-align:center;
}

.sidebar img.centered, 
.sidebar .aligncenter {
	margin: 0 auto;
}

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

.sidebar-primary .widget_nav_menu ul li {
	display: inline;
}

.sidebar-primary .widget_nav_menu ul li a {
	font-size: 20px;
}


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

.footer-widgets {
	background-color: #F6F6F6;
	font-weight: 400;
	clear: both;
	margin: 30px 0 0;
	padding: 40px 20px 20px;
	width: 100%;
	position: relative;
}

.footer-widgets .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-widgets a {
	color: #666666;
	text-decoration: none;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets .widget {
	margin-bottom: 0;
	padding: 0;
}

.footer-widgets .widgettitle {
	text-align: left;
	font-size: 14px;
	margin: 0;
	font-weight: 600;
}

.footer-widgets-1 {
	display: inline-block;
	color: #333;
	text-align: center;
	font-weight: 300;
	width: 30%;
	background-color: transparent;
	padding: 0 10px;
	float: none;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4, 
.footer-widgets-5 {
	width: 160px;
	background-color: transparent;
	padding: 0 10px;
	margin: 0;
	float: none;
}

.footer-widgets .aligncenter {
	margin: 0 auto;
}

.footer-widgets ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

.footer-widgets ul li {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.footer-widgets .widget ul > li {
	list-style-type: none;
    margin: 0;
    letter-spacing: 1px;
	display: block;
	text-align: left;
	font-size: 12px;
	padding: 0;
}


.footer-widgets .enews {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.footer-widgets .enews .widgettitle {
	margin: 0;
	padding: 0;
}

.footer-widgets form {
	width: 60%;
	padding: 0 10px;
}

.footer-widgets .enews input[type="text"], 
.footer-widgets .enews input[type="email"] {
	width: 70%;
	margin: 0;
	background: #fff;
}

.footer-widgets input[type="submit"] {
	display: inline-block;
	margin: 0;
	padding: 13px 15px 12px;
	background: #fff;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #F6F6F6;
	font-weight: 400;
	font-size: 12px;
	padding: 1.5%;
	text-align: center;
	width: 100%;
	margin: 0;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin: 0;
}


/* More etc
---------------- */

p.comment-subscription-form {
   margin: 0;
}
div#commentluv {
   padding: 0;
}
div#commentluv input#doluv {
   margin: 10px 10px 10px 0;
   width: 10px;
}
div#commentluv span img {
   margin-bottom: 0rem;
}



/* Genesis eNews
--------------------------------------------- */

.enews {
	text-align: center;
	background-color: #F3F3F3;
	padding: 30px !important;
	margin: 0 auto;
}

.enews input[type="text"],
.enews input[type="email"] {
	margin: 0 0 4px;
	width: 46%;
	background-color: #fff;
	border: 1px solid #fff;
	color: #666;
	text-align: center;
	font-style: italic;
}

.footer-widgets .enews input[type="text"],
.footer-widgets .enews input[type="email"] {
	width: 100%;
	margin: 0 0 4px;
}

.sidebar-primary .enews input[type="text"],
.sidebar-primary .enews input[type="email"] {
	width: 100%;
}

.enews input[type="submit"] {
	width: auto;
	margin: 10px auto 0;
	padding: 9px 20px 10px;
	display: block;
	background: #fff;
	border: 1px solid #fff;
}

.enews input[type="submit"]:hover {
	
}	

.sidebar-primary .enews {
	background-color: #fff;
	padding: 40px !important;
}

.sidebar-primary .enews input[type="email"], 
.sidebar-primary .enews input[type="text"] {
	border: none;
	background: #f7f7f7 !important;
}

.sidebar-primary .enews input[type="submit"] {
	margin: 0 auto;
	padding: 12px 24px;
	margin: 0 auto;
	background: linear-gradient(to right,#CAB454,#F6E286,#F6E286,#CAB454);
    color: #000;
    border: 1px solid #fff;
}

.footer-widgets .enews {
	background-color: transparent;
}

.footer-widgets form {
	width: 75%;
}

.md-front .enews {
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}

.md-front .enews form {
	 width: 70%;
}

.md-front .enews h5 {
	margin: 0 5px 0 0;
	padding: 4px 0 0;
	font-weight: 600;
	font-size: 18px;
}

.md-front .enews input[type="text"], 
.md-front .enews input[type="email"] {
	background: #f6f6f6;
	margin: 0 3px;
}

.md-front .enews input[type="submit"] {
	background: linear-gradient(to right,#CAB454,#F6E286,#F6E286,#CAB454);
    color: #000;
    border: 1px solid #fff;
	margin: 0 0 0 3px;
	padding: 15px 30px;
}


/* # Etc
---------------------------------------------------------------------------------------------------- */

.more-link {
    margin: 0;
	text-align: center;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
}

.more-link a {
    cursor: pointer;
	background-color: #fff;
	padding: 12px 24px;
	color: #333;
	letter-spacing: 1px;
	border: 1px solid #333;
	text-decoration: none;
	font-weight: 300;
}

.more-link a:hover {
	background-color: #eee;
}

.posts-page-description {
	display: none;
}

.blog-template-description {
	display: none;
}

.md-pd {
	font-family: 'Georgia', serif;
	margin: 0 0 20px;
	padding: 20px 0 15px;
	font-style: italic;
	text-align: center;
}

.md-pd p {
	margin: 0;
	text-align: center;
}

.woocommerce .md-pd {
	display: none;
}

.dashicons-menu:before {
	font-size: 15px !important;
}

.home .entry-content p,
.archive .entry-content p {
	margin: 0 0 30px;
}



.home .enews form {
	display: inherit
}
.home .enews input[type="submit"] {
	margin: 0 10px;
	padding: 9px 20px 9px;
	line-height: 1;
}

.sidebar-primary .widget_sp_image img {
	margin-bottom: 15px;
}

.sidebar-primary .widget_sp_image-description a {
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	color: #747474;
}

.sidebar .widget::after {
	height: 1px;
  display: block;
  width: 150px;
  background: #ddd;
  content: '';
	margin: 30px auto 0;
}

.sidebar-primary .enews {
	background: none;
	padding: 0 30px 10px !important;
}

.sidebar-primary .enews input[type="email"],
.sidebar-primary .enews input[type="text"] {
	background: #F2F2F2 !important;
}

.sidebar-primary .enews input[type="submit"] {
	background: #848F98;
	border: 1px solid #848F98;
	color: #fff;
}

.sidebar-primary .enews input[type="submit"]:hover {
	background: #fff;
	color: #333;
}

.blog .entry-header {
	text-align: left;
	margin-top: 10%;
}


.footer-widgets .enews .widgettitle {
	text-align: right;
}

.footer-widgets form {
	width: 60%;
}

.footer-widgets .enews input[type="text"], .footer-widgets .enews input[type="email"] {
	margin: 0 4px;
	width: 39%;
	display: inline-block;
}

.footer-widgets .enews input[type="submit"] {
	display: inline-block;
	padding: 13px 24px 12px;
	margin: 0 0 0 2px;
}

.entry-content .featured-image {
	margin-bottom: 20px;
}




/** Woocommerce CSS changes **/

/* store notices */
.woocommerce .woocommerce-info { border-top-color: #828a70; }
.woocommerce .woocommerce-info:before { color: #828a70 !important; }
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { background-color: #f7f6f7; }
.woocommerce .woocommerce-message::before { color: #000; }
.woocommerce .woocommerce-message { border-top-color: #fff !important; }

/* buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #fff !important; color: #000 !important; border:1px solid #000; border-radius: 0 !important; font-size: 11px !important; font-weight: 300 !important; letter-spacing: .5px !important; padding: 9px !important; text-transform: uppercase !important; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: #000; color: #fff; }

/* shop page layout tweaks */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { text-align: center; }
.woocommerce ul.products li.product h3 { padding: 0 0 4px !important; text-align: center; font-size: .9em !important; }
.woocommerce ul.products li.product .price { text-align: center; font-size: 1em !important; color: #666 !important; }
.woocommerce ul.products li.product .button { margin-top: 0; }
.woocommerce ul.products li.product .add_to_cart_button { background: #ddd !important; }
.woocommerce ul.products li.product .button { margin-top: 0 !important; }

.woocommerce .entry { background: none !important; }

.woocommerce span.onsale { background-color: #333 !important; }
.archive span.onsale { min-height: 50px !important; min-width: 50px !important; padding: 1% !important; line-height: 3.7 !important; }
.single span.onsale { min-height: 50px !important; min-width: 50px !important; padding: 1% !important; line-height: 2.6 !important; }
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,.woocommerce ul.products li.product .price ins { text-decoration: none !important; color: red !important; }
.woocommerce ul.products li.product .price del { display: inline !important; }

/* product page layout tweaks */
.woocommerce div.product .product_title { text-align: center; padding: 0 0 10px 0; text-transform: uppercase; font-size: 18px; }
.woocommerce .quantity input { padding: .7rem; }
.woocommerce div.product p.price, .woocommerce div.product span.price { padding: 5px 0 7px; font-size: 1.1em !important; text-align: center; }
.woocommerce div.product div.summary p { color: #666; }
.woocommerce div.product form.cart .variations label { font-weight: 300 !important; }
.woocommerce div.product form.cart .variations td.label { line-height: 3 !important; font-size: 13px !important; text-transform: uppercase !important; }
.woocommerce .product_meta { font-size: 10px; text-transform: uppercase; line-height: 14px; }
.sku_wrapper { display: none; }
.posted_in, .tagged_as { display: block; }
.related { clear: both; display: block; }
.related div.product p.price, .related .woocommerce div.product span.price { border-bottom: none !important; }
.related h2 { width: 100%; border-bottom: 1px solid #000; }

.woocommerce div.product p.price, .woocommerce div.product span.price { color: #666 !important; }

/* cart page tweaks */
.woocommerce-cart table.cart td.actions .coupon .input-text { border: 1px solid #fff; padding: 8px 5px; }
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail { min-width: 100px; }
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img { width: 100px !important; }

/* checkout page tweaks */
.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"] { width: auto; }
.woocommerce-checkout #payment ul.payment_methods li input { width: auto; }
.woocommerce-checkout #payment ul.payment_methods li { list-style-type: none; }
.woocommerce-checkout #order_review_heading { padding: 20px 0 5px 0; }
.woocommerce-checkout #payment { background: #f7f6f7; }

.woocommerce .taxonomy-description h1 { margin: 0 0 10px; }


/* account page */
.woocommerce .col2-set, .woocommerce-page .col2-set { border: 1px solid #999; padding: 15px; }

/* cart widget */
.widget_shopping_cart { border: 1px solid #999; padding: 15px 10px !important; }
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a  { font-weight: 300 !important; }


li.pins-feed-item {
	float: none !important;
	display: inline-block !important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1099px) {
	.site-header, .site-header .wrap, .nav-primary .wrap, .nav-secondary, .content-sidebar-wrap, .md-ff2, .md-ff3, .footer-widgets .wrap, .md-oab .wrap, .md-tb .wrap, .custom-front .front-2 .wrap, .custom-front .front-3 .wrap, .custom-front .front-4 .wrap, .custom-front .front-5 .wrap { width: 100%; }
	.home .content-sidebar-wrap { padding: 0 2%; }
	.content-sidebar-wrap { padding: 20px 2% 0; }
	.site-title { padding: 0; }
	.title-area { float: none; margin: 0 auto; width: auto; }
	.site-title { text-align: center; }
	.nav-primary { float: none; }
	a.more-link { margin: 12px 0 0 0;}
	.category .content, .category-2 { padding: 0; }
	.md-f1 .wrap, .md-f2 .wrap { width: 100%; }
}	

@media only screen and (max-width: 1024px) {
.site-header { position: relative; }
.site-inner { margin: 0 auto; }
.nav-primary .simple-social-icons { text-align: center; float: none; }
.menu-item.menu-item-has-children > a > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.menu-item.menu-item-has-children > a > span::after {
display: inline-block;
width: 6px;
height: 6px;
margin-left: 8px;
border-top: 1px solid;
border-right: 1px solid;
content: "";
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
margin-top: -6px;
}

.sub-menu .menu-item.menu-item-has-children > a > span {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.sub-menu .menu-item.menu-item-has-children > a > span::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: -4px;
}
}

@media only screen and (max-width: 800px) {
	.header-image .site-title a {
    background-size: 100% auto;
    width: 100%;
    height: 150px;
}
	.site-inner {
		margin: 20px 0 0;
		padding: 20px 0 0;
		border-top: 1px solid #ddd
	}
	.content,
	.sidebar-primary {
		width: 100%;
	}
	.content-sidebar-wrap {
			padding: 0 2%;
		}
	.simple-social-icons .alignright { float: none; display: inline-block; text-align: center; }
	
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: none; margin-left: 0; width: 100%; margin: 0 0 15px; }
	
	.site-header { padding: 0; margin: 0 auto; }
	
	.one-half { margin-left: 0; }
	
	
	/* ### Genesis Responsive Menus */
	
    .md-ti { width: 100%; float: none; text-align: center; background: #f7f7f7; box-shadow: none; }
       .nav-primary { width: 100%; float: none; box-shadow: none; z-index: 10000; }
       li.wpmenucartli { border-left: none; padding-left: 20px; }
	
	.sidebar-primary { text-align: center; }
	
	.nav-primary .widget-area { width: 100%; float: none; padding: 0; margin: 0 0 7px; }

	.show-search { float: none; margin: 0 0 5px; }
	.show-search #searchform input#s { width: 100%;  }
	
	.search-form { width: 80%; margin: 0 auto; border: 1px solid #ddd; }

	.nav-primary { margin: 0; padding: 0; }
	
	.nav-primary .widget-area { margin: 0; }
	
	.simple-social-icons ul { display: inline-block; }
	
	button.menu-toggle {
		display: block;
		background: #f7f7f7;
	}
	
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		border-width: 0;
		color: #666;
	}

	.menu-toggle {
		position: relative;
		width: 100%;
		z-index: 1000;
		color: #666;
	}
	

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		
	}

	.menu-toggle::before {
		margin-right: 10px;
		text-rendering: auto;
	}

    .menu-item-has-children button {
    	display: inline-block;
		background: transparent;
    }

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: center;
		background: #fff;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .nav-socials a {
		display: inline-block;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item a

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu a { background-color: #f7f7f7; }

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	a.more-link { text-align: center; }

	.after-entry .enews-widget input[type="text"], .after-entry .enews-widget input[type="email"] { width: 100%; margin-bottom: 5px; }
	
	.genesis-nav-menu {
		text-align: center;
		}
	
		.genesis-nav-menu .sub-menu a {
			width: 100%;
		}
	
		.dashicons, .dashicons-before:before {
			height: auto;
			width: auto;
		}
		.nav-primary a {
			padding: 20px;
		}
		.nav-socials {
		float: none;
		display: inline !important;
			width: auto;
	}
	
		.footer-widgets .enews {
			display: block;
		}
		.footer-widgets .enews .widgettitle {
		text-align: center;
			margin-bottom: 5px;
	}
		.footer-widgets .enews input[type="text"], .footer-widgets .enews input[type="email"] {
			width: 100%;
			margin-bottom: 5px;
		}
		.footer-widgets form {
		width: 100%;
	}
		#sb_instagram #sbi_load {
		position: absolute;
		top: 60%;
	}
	.site-title a {
		margin: 45px auto 25px;
	}
	
		.footer-widgets .wrap {
			width: 100%;
			display: block;
		}
		img.alignleft, .wp-caption.alignleft {
			float: left;
			margin: 0 24px 24px 0;
		}
		
	.footer-widgets form {
		width: 100%;
	}
	.genesis-nav-menu {
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
	}
	.md-socials {
		float: none;
		display: inline-block !important;
		margin-top: 5px;
		width: auto;
		
	}
	.md-socials a {
		display: inline-block;
		margin: 0 0 6px;
	}	
	.nav-primary .widget-area li {
		float: none;
		display: inline-block !important;
		margin-top: 5px;
		width: auto;
		
	}
.nav-primary .widget-area a {
		display: inline-block;
		margin: 0 0 6px;
	}	
	
	button.menu-toggle,
	.genesis-responsive-menu .genesis-nav-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item {
		background: #72808D;
		color: #fff;
	}
	.menu-toggle, .menu-toggle:focus, .menu-toggle:hover,
	.menu-toggle, .sub-menu-toggle,
	.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
		color: #fff;
	}
	.genesis-nav-menu .sub-menu a {
		background: #91A3B4;
	}
	.menu-item.menu-item-has-children > a > span {
		display: block;
	}
	.menu-item.menu-item-has-children > a > span::after {
		display: none;
	}
	.md-front .enews {
		display: block;
		text-align: center;
	}
	.md-front .enews form {
		width: 100%;
	}
	.md-front .enews input[type="text"], .md-front .enews input[type="email"] {
		width: 100%;
		margin: 0 0 5px;
	}
	.md-front .enews input[type="submit"] {
		margin: 0 auto;
	}
	.footer-widgets .widget ul > li,
	.footer-widgets .widgettitle {
		text-align: center;
	}
	.footer-widgets-1,
	.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4, 
	.footer-widgets-5 {
		width: 100%;
		text-align: center;
		padding: 20px;
		float: none;
	}

}

@media only screen and (max-width: 767px) {
	img.alignleft, .wp-caption.alignleft { margin: 0 auto 20px; display: block; }
	.alignleft { float: none; }
	a.more-link { float: none; margin: 10px auto 0; }
	.entry-header .entry-meta, .entry-header .post-info, .entry-header .entry-comments-link  { }
	.entry-footer .entry-categories, .entry-footer .entry-tags, .entry-footer .entry-comments-link { width: 100%; float: none; text-align: center; padding: 0 0 4px; display: block; }
	
	.footer-widgets .enews-widget input[type="email"] { width: 100%; }
	.footer-widgets .enews-widget p { margin: 0; }
	.genesis-nav-menu { text-align: center; }
	.genesis-nav-menu > .right { float: none; }
	
	    .archive .entry { width: 100%; float: none; margin-left: 0; }
	
}

@media only screen and (max-width: 500px) {
	
	.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar    .content, .sidebar-primary, .sidebar-left, .sidebar-right, .sidebar-bottom { float: none; width: 100%; }
	
	.site-header { position: relative; }
	.site-inner { margin: 0 auto; }

.footer-widgets .widget { text-align: center; }

.genesis-nav-menu a { font-size: 13px; letter-spacing: 1.5px; padding: 10px 5px; }

.footer-widgets-1::before { display: none; }
.footer-widgets .widgettitle { margin: 0 0 10px; }

  li.wpmenucartli { padding-left: 0; }
  
  .entry-header .entry-categories { display: inline-block; line-height: 1; }
  
  .footer-widgets .enews { display: inline-block; }
  .footer-widgets .enews .widgettitle { padding-bottom: 5px; }
  .footer-widgets form { width: 100%; }
  .footer-widgets .enews input[type="submit"] { margin: 0 auto; }
  .footer-widgets .widget ul > li { font-size: 11px; }
  

  	.header-image .site-title a {
		background-size: 248px auto;
    width: 248px;
    height: 111px;
	margin: 0 auto;
	}
	
  	.home .enews input[type="submit"] { margin: 5px auto 0; }
  	.header-image .site-title a {
  		background-size: 250px auto;
  	width: 250px;
  	height: 180px;
  	}
	
  	.after-entry .widget_sp_image .widget-wrap  {
  		display: block;
  		text-align: center;
  	}
  	.after-entry img.alignleft {
  	margin: 0 auto 15px;
  }
  	#sb_instagram #sbi_load {
  	position: relative;
  	top: 50%;
  }
  	.related h3 {
  		text-align: center;
  	}
  	.woonav {
  		display: none;
  	}
	.genesis-responsive-menu .genesis-nav-menu {
			background: #fff;
		}
		.genesis-responsive-menu .genesis-nav-menu .right  {
			display: inline-block;
			padding: 20px 10px;
		}
		.site-container {
			padding: 20px 0 0;
		}
		.site-title {
			padding: 10px;
		}
		.header-image .site-title a {
			height: 55px;
		}
		img.alignleft, .wp-caption.alignleft {
			float: none;
			margin: 0 auto 20px;
			text-align: center;
			display: block;
		}
	
		.footer-widgets-2,
		.footer-widgets-3,
		.footer-widgets-4 {
			width: 100%;
			margin: 0 0 30px;
		}
		.archive .entry {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.md-f1 .widget {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
	.sidebar-primary .widget:nth-of-type(1) .widgettitle {
	position: absolute;
	top: 36px;
		left: 75px;
}
	.md-pd {
		padding: 0;
	}

}
