/*
	Theme Name: Reese
	Theme URI: http://www.eclairdesigns.com/live/reese/
	Description: The Reese theme is created for the Genesis Framework.
	Author: Eclair Designs
	Author URI: http://www.eclairdesigns.com/

	Version: 2.2.3

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-appearance: none;
	border-radius: 0;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination: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 */
}

/* Chrome fix */
body > div {
	font-size: 1.4rem;
}

body, .comment-content {
	background-color: transparent;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #a85c32;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Back to top
--------------------------------------------- */
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	color: #fff;
	bottom:40px;
	right:20px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	white-space:nowrap;
	background:#f4edec;
	border-radius: 100%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index:9999;
}

.to-top i.fa.fa-angle-up {
color: #000;
font-family: fontawesome;
font-size:30px;
padding: 3px 10px;
}

.to-top:hover {
background-color:#e3e3e3;
-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:1;
}

.no-touch .to-top:hover {
	background-color:#e3e3e3;
	opacity:1;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.content img:hover {
	opacity: 0.6;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer .footer-content:after {
content: "THEME BY ECLAIR DESIGNS";
text-align: right;
float: right;
}

.site-footer .footer-content {
width: 100%;
}

.site-footer .footer-content .textwidget {
float: left;
font-size: 11px;
}

.site-footer p {
	margin-bottom: 0;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 5px;
	width: 100%;
	border-radius: 0;
	-webkit-appearance:none;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #adadad;
	font-family: Poppins, sans-serif;
	font-weight: normal;
	font-size: 13px;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #adadad;
	font-family: Poppins, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-reply a,
.button {
	background-color: #f4edec;
	border: 0;
	color: #000;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight:500;
	font-family: Poppins, sans-serif;
	padding: 10px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
.comment-reply a:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #e3e3e3;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	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;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

a.more-link2 {
border-color: #c7c7c7;
border-style: double;
display: block;
font-family: Poppins, sans-serif;
font-weight: normal;
font-size: 12px;
background: #f4edec;
padding: 10px;
width: 27%;
margin: 10px auto 0 auto;
color: #000;
text-align: center;
}

a.more-link2:hover, .more-from-category a:hover {
	background: #e3e3e3;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.more-from-category a {
display: table;
border-color: #c7c7c7;
border-style: double;
clear: both;
font-family: Poppins, sans-serif;
font-weight: normal;
font-size: 12px;
top: 0;
left: 0;
right: 0;
background: #f4edec;
padding: 10px;
width: 25%;
margin: 0 auto;
color: #000;
text-align: center;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

.eclair-before-content-area .widget.widget_sp_image {
width: 32.33333%;
float: left;
display: inline-block;
}

.eclair-before-content-area .widget.widget_sp_image h4.widget-title.widgettitle {
    position: absolute;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    pointer-events: none;
    text-align: center;
    border-color:#c7c7c7;
    border-style: double;
    background: rgba(255, 255, 255, 0.68);
    padding: 10px;
    left: 30%;
    right: 30%;
    margin: 0;
    top: 40%;
}

.eclair-before-content-area .widget-wrap {
    position: relative;
}

.eclair-before-content-area .widget.widget_sp_image:nth-child(2), .eclair-before-content-area .widget.widget_sp_image:nth-child(3) {
margin-left: 1.5%;
}

.eclair-first_page_top_post + article.post {
    display: none !important;
}

.eclair-before-header-area, .widget.widget_sp_image {
margin-bottom: 40px;
}

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.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: 810px;
	margin-top: -5px;
}

.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: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar .widget {
margin-bottom: 60px;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.eclair-before-content-area .widget.widget_sp_image {
overflow: hidden;
}

/* ## 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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Profile image
---------------------------------------------------------------------------------------------------- */
.sidebar .widget.widget_sp_image:nth-child(1) img {
    	border-radius: 100%;
    	width: 240px;
    	height: auto;
   	overflow: hidden;
}


.sidebar .widget.widget_sp_image:nth-child(1) img:hover {
    	opacity: 0.7;
   	 -webkit-transition: all 0.3s ease-in-out;
    	transition: all 0.3s ease-in-out;
}

.sidebar .widget.widget_sp_image:nth-child(1) {
    	font: 400 12px Libre Baskerville, serif;
    	letter-spacing: 1px;
	line-height: 1.7em;
	text-align: center;
	font-style: italic;
}


/* ## Plugin
--------------------------------------------- */
.woocommerce-Price-amount.amount, .woocommerce div.product p.stock {
font-family: Poppins, sans-serif;
font-weight: 400;
color: #a85c32;
display: block;
text-align: center;
font-size: 14px;
}

.woocommerce span.onsale {
background-color: #a85c32 !important;
}

.product h3 {
color: #000;
text-align: center;
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 16px !important; 
}

.woocommerce-Reviews .comment-form-email, .woocommerce-Reviews .comment-form-author {
width: 49% !important;
}

.woocommerce-Reviews .comment-form-email {
margin-left: 2% !important;
}

.woocommerce button.button.alt, .woocommerce #respond input#submit {
display: block;
font-family: Poppins, sans-serif !important;
font-weight: normal !important;
font-size: 12px !important;
background: #f4edec !important;
color: #000 !important;
letter-spacing: 1px !important;
padding: 10px !important;
border-radius: 0 !important;
text-align: center;
}

.woocommerce button.button.alt:hover, .woocommerce #respond input#submit:hover {
background: #e3e3e3 !important;
color: #fff !important;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	/*width: 50%;*/
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title, .page-title {
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	margin:10px 0;
	font-family: Poppins, sans-serif;
	font-weight: 600;
}

.entry-title a {
	text-align: center;
	color: #000;
	margin:10px 0;
	font-size: 19px;
	font-size: 1.9rem;
	font-family: Poppins, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #e3e3e3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget-title {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.sidebar .widget-title, .footer-widgets .widget-title {
font-family: Poppins, sans-serif;
font-weight: 500;
font-size: 13px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
}

.sidebar .widget-title.widgettitle:after  {
    content: '';
    height: 4px;
    background-color: #e3e3e3;
    position: absolute;
    display: inline-block;
    top: 25%;
    margin-left: 10px;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
}

/* ## 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 {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 15px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */
.nav-primary aside.widget-area {
width: 30%;
float: right;
}

.widget {
	word-wrap: break-word;
}

.widget p:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.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;
}

.eclair-after-header-area {
margin-bottom: 20px;
margin-top: -20px;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Portfolio
---------------------------------------------------------------------------------------------------- */
#portfolio .featured-content .entry {
width: 32.3333%;
float: left;
display: inline-block;
}

#portfolio .featured-content .entry:nth-child(2n+0), #portfolio .featured-content .entry:nth-child(3n+0) {
margin-left: 1%;
}

#portfolio .widget-title {
font-family: Poppins,sans-serif;
font-size: 19px;
font-size: 1.9rem;
text-align: center;
}

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #000;
}

.sidebar .widget.enews-widget {
	border-color:#c7c7c7;
	border-style: double;
	padding: 10px;
}

.sidebar .enews-widget input {
margin-bottom: 10px;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #f4edec;
	color: #000;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #e3e3e3;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.nav-primary + .site-header {
    margin-top: 5%;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	padding: 10px 0;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display:block;
	min-height: 150px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/*.header-image .site-title {
	display: block;
	text-indent: -9999px;
}*/

.site-title img {
	vertical-align: top;
	width: 300px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	/*width: 800px;*/
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 12px 40px 10px 0;
}

.genesis-nav-menu .right.date {
	padding: 32px 20px;
}

.genesis-nav-menu .right.rss a {
	float: left;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #e3e3e3;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f4edec;
        text-align: left;
	position: fixed;
    	z-index: 999;
    	width: 100%;
}

.nav-primary a, .site-footer, .nav-secondary a {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 14px;
letter-spacing: 2px;
color: #000;
}

.nav-secondary {
margin: 30px 0 0 0;
text-align: center;
}

.nav-secondary a {
text-align: center;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
}

.home .entry-content, .home .eclair-first_page_top_post {
text-align: justify;
}

.home .content .entry:first-of-type a.more-link {
width: 20%;
}

.home .content .entry img {
max-width: initial !Important;
}

.home .content .entry {
	width: 48%;
    overflow: hidden;
	display: inline-block;
	float: left;
	min-height: 540px;
}

.home .content .entry:nth-child(even) {
margin-left:4%;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */
.home .entry-comments-link, .home .share, .home .entry-time, .page .share {
display: none;
}

.entry-comments-link a, .tabs.wc-tabs {
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 12.5px;
	font-size: 1.25rem;
}

.sharet, .entry-meta, .entry-meta a {
	text-align: center;
	font-size: 12.5px;
	font-size: 1.25rem;
	margin-bottom: 10px;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.entry-categories,
.entry-tags {
	display: inline-block;
}

.comment-list article {
padding: 15px;
border: 1px solid #e3e3e3;
}

.comment-reply-title, .entry-comments h3, .woocommerce-Reviews-title {
font-family: Poppins, sans-serif;
font-size:18px;
font-weight: 600;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
}

.comment-notes, .woocommerce-noreviews {
font-family: Poppins, sans-serif;
font-size:13px;
text-align: center;
margin: 0 0 10px 0;
letter-spacing: 1px;
}

label {
font-family: Poppins, sans-serif;
font-size:13px;
margin: 0 0 10px 0;
letter-spacing: 1px;
}

.comment-form-author, .comment-form-email, .comment-form-url, .form-submit a {
width: 32.6%;
float: left;
display: inline-block;
}

.comment-form-email, .comment-form-url {
margin-left: 1%;
}

.entry-comments-link::before {
	content: "";
	margin: 0;
}

.share, .sharet {
text-align: center;
margin-bottom: 10px;
}

.share i {
padding: 7px 12px 5px 10px;
margin: 0 3px;
background: #f4edec;
border-radius: 100%;
height: 30px;
color: #000;
width: 30px;
}

.share i:hover {
background: #e3e3e3;
color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.archive.category .content article {
width: 31.3333%;
float: left;
display: inline-block;
min-height: 300px;
}

.archive.category .content article {
margin: 2% 1%;
}

.archive.category  .entry-content {
display: none;
}

/* ## Pagination
--------------------------------------------- */
.pagination-previous.alignright a {
display: inline-block !important;
}

.pagination {
	clear: both;
	margin: 20px 0 5px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	font-family: Poppins, sans-serif;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #f4edec;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pagination-previous.alignright a, .pagination-next.alignleft a {
    display: table-cell;
    vertical-align: middle;
}

.pagination-previous.alignright, .pagination-next.alignleft {
width: 50%;
}

.pagination-previous.alignright a img {
padding-left: 4%;
}

.pagination-next.alignleft a img {
padding-right: 4%;
}

.adjacent-entry-pagination.pagination {
font-family: Poppins, sans-serif;
font-weight: normal;
font-size: 12px;
border-top: 1px solid #e3e3e3;
padding: 10px 0 0 0;
}

/* ## Related Posts
--------------------------------------------- */
.related-title {
font-family: Poppins, sans-serif;
font-weight: 600;
text-align: center;
font-size: 15px;
padding: 0 0 10px 0;
}

.related-list li {
width: 24.222%;
text-align:center;
float: left;
display: inline-block;
}

.related-list li:nth-child(2), .related-list li:nth-child(3), .related-list li:nth-child(4) {
margin-left: 1%;
} 

.related-posts {
padding: 20px 0;
border-top: 1px solid #e3e3e3;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 60px 0;
}

.entry-pings {
	padding: 60px 60px 32px;
}

.comment-list li {
	padding: 20px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
}

.sidebar .entry-title a, .footer-widgets .entry-title a {
font-size:13px;
letter-spacing: 1px;
}

.sidebar li {
padding: 0 0 5px 0;
border-bottom: 1px dotted #e3e3e3;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f4edec;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: Poppins, sans-serif;
	clear: both;
	padding: 30px 0 0 0;
	margin: 15px 0 0 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	/*width: 380px;*/
	width: 29.6875%;
	float: left;
	margin-left: 5.46875%;
}

.footer-widgets-1 {
	/*margin-right: 70px;*/
	margin-left: 0;
}

/*.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}*/


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f4edec;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
}

.site-footer a  {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* Clear input fields' placeholder text on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.page .entry-title {
	margin-bottom: 24px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1920px) {
nav.nav-primary {
display: block;
background-color: #f4edec;
}
}

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 790px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 29.8245614035%;
		margin-left: 5.2631578947%;
	}

	.footer-widgets-1 {
		margin-left: 0;
	}

}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 31.25%;
		margin-left: 3.125%;
	}

	.footer-widgets-1 {
		margin-left: 0;
	}

}

@media only screen and (min-width: 1024px) {

button.menutoggle, button.submenutoggle {
display: none;
}
}


@media only screen and (max-width: 1023px) {

.eclair-before-header-area .widget.widget_text {
margin-top: 0;
}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap/*,
	.site-header .widget-area,
	.title-area*/ {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	/*.header-image .title-area,*/
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title*/ {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.nav-primary {
		float: none;
		clear: both;
		padding-top: 20px;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menutoggle,
	.submenutoggle {
		display: block;
		font-size: 2em;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		z-index: 9999;
		
	}

	.submenutoggle {
		padding: 16px;
		padding: 1.6rem;
		font-size: 2.1em;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9999;
		text-align: right;
	}
 
	.menutoggle:before {
		content: "\2261";
		vertical-align: super;
	}
 
	.menutoggle.activated:before {
		content: "\2261";
	}
 
	.submenutoggle:before {
		content: "\002304";

	}
 
	.submenutoggle.activated:before {
		content: "\002304";
	}

	button.menutoggle.activated {
	border-bottom: none;
	}
	
	button.menutoggle,
	button .menutoggle {
		color: #000;
		background: #f4edec;
		padding: 0px 20px;
		outline: none;
		top: 0;
		height: 45px;
		width: 100%;
		text-align: left;
		border-radius: 0;
	}

	button .submenutoggle,
	button.submenutoggle {
		padding: 0 !important;
		color: #b49b6b;
		z-index: 9999;
		height: 32px;
		padding: 10px 0;
		margin-top: 0;
		background: transparent;
		outline: none;
	}

	nav {
		display: none;
		position: relative;
	}

	.nav-secondary a,
	.genesis-nav-menu a {
		padding: 0;
		font-size: 13px;
	}

	.nav-secondary ul.sub-menu {
		padding: 0;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}

 
	.genesis-nav-menu .menu-item,
	#menu-secondary-nav .menu-item,
	.nav-secondary .menu-item
	 {
		margin: 0 30px;
		display: block;
		position: relative;
		color: #0c0c0c;
		text-align: left;
		line-height: 10px;
		padding: 10px 0px;
	}

	.genesis-nav-menu li .sub-menu {
    	margin: 20px 0 0 0;
	}

	ul.sub-menu .menu-item {
   	 margin: 0;
	}

	ul#menu-secondary-nav {
		line-height: 0px;
	}

	#menu-secondary-nav .menu-item {
		padding: 0;
		line-height: 10px;
	}

 
	.genesis-nav-menu .menu-item:hover,
	#menu-secondary-nav .menu-item:hover,
	.nav-secondary .menu-item:hover {
		position: relative;
	}
 
	.genesis-nav-menu .sub-menu,
	#menu-secondary-nav .sub-menu,
	.nav-secondary .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
 	
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.nav-primary aside.widget-area {
	width: 100%;
	text-align: center;
	}

	.genesis-nav-menu .menu-item {
	padding: 20px 0;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu,
	#menu-secondary-nav .sub-menu .sub-menu,
	.nav-secondary .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
		width: 100%;
	}

	.genesis-nav-menu > li:hover .sub-menu a, .genesis-nav-menu .sub-menu a,
	#menu-secondary-nav .sub-menu a,
	.nav-secondary .sub-menu a {
		width: 100%;
		padding: 10px;
	}

	.genesis-nav-menu {
	margin-top: 0px;
	}

	.genesis-nav-menu .sub-menu .current-menu-item > a {
	width: 100%;
	padding: 10px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.footer-widgets-3 {
		margin-left: 0;
	}

}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.wrap,
	.site-header > .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home .content .entry:nth-child(even) {
	margin-left: 0;
	}

	.after-entry,
	.eclair-before-content-area,
	.eclair-after-header-area,
	.eclair-first_page_top_post,
	.author-box,
	.entry,
	.comment-respond,
	.archive-description,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 20px 20px 0 20px;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 736px) {
.home .content .entry {
width: 50%;
}

.sidebar .widget.enews-widget {
margin: 0 3%;
}

.archive-pagination.pagination {
text-align: center;
}

.home .entry {
padding: 20px 10px 0 10px;
}
}

@media only screen and (max-width: 550px) {

.home .content .entry {
	width: 100%;
	}

.eclair-after-header-area {
padding: 0 5%;
margin: 0;
}

.eclair-before-content-area .widget.widget_sp_image:nth-child(2), .eclair-before-content-area .widget.widget_sp_image:nth-child(3) {
margin-left: 0;
}

.widget.widget_sp_image {
margin-bottom: 0;
}

.eclair-before-content-area .widget.widget_sp_image {
width: 100%;
}

.archive.category .content article {
margin: 0;
}

.archive.category .content article {
width: 50%;
}

body > div {
		font-size: 1.4rem;
	}

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

}

@media only screen and (max-width: 480px) {

	.title-area,
	.menu-toggle {
		float: none;
	}

	.site-header .title-area {
		text-align: center;
	}

	.nav-primary {
		padding-top: 0;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.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;
	}

}