/*
	Theme Name: Laura
	Theme URI: http://demo.eclairdesigns.com/laura/
	Description: A trendy and fashionable Wordpress theme created for the Genesis Framework.
	Author: Eclair Designs
	Author URI: http://www.eclairdesigns.com/
 
	Version: 1.0

	Template: genesis
	Template Version: 2.2.6

*/
 

/* # Table of Contents
- Imports
- 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
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* Imports
---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Shania';
    src: url('fonts/Shania.otf') format('otf'), url('fonts/Shania.woff') format('woff'), url('fonts/Shania.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

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


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

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

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content: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.5rem;
}

body {
	background-color: #fff;
	letter-spacing: 1px;
	color: #1f1f1f;
	font-family: Oxygen, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	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: #a7c2ca;
	text-decoration: none;
}

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

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 #ddd;
	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;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Entry Meta
--------------------------------------------- */
.entry-categories, .entry-meta {
margin:10px 0;
}

.entry-time {
color: #a7c2ca;
}

/* Category
--------------------------------------------- */
.archive.category article {
width: 33.3333%;
display: inline-block;
padding: 0 15px;
}

.archive.category .entry-image-link {
display: none;
}

.archive.category .entry-meta, .archive.category .entry-header {
display: none;
}

.archive.category article:not(first-child) {
float: left;
}

.archive.category .ed-list-content .content article img {
width: 100%;
}

.archive.category h1.archive-title {
font: 500 26px Cormorant Upright, serif;
letter-spacing: 3px;
text-align: center;
}

.archive.category .entry {
margin-bottom: 7%;
}

.archive.category .content .entry-title a {
text-align: center;
display: block;
font-size: 16px;
}

/* 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:#e7eaea;
	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: #1f1f1f;
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;
}


/* Blog Post Layout
--------------------------------------------- */

.blog .ed-grid-content article {
width: 49%;
display: inline-block;
vertical-align: text-top;
}

.blog .ed-grid-content .content article .entry-header {
margin: 5% 0 0 0;
}

.blog .ed-grid-content .content a.more-link {
width: 26%;
}

.blog .ed-grid-content article:nth-child(odd) {
padding: 0 3% 0 0;
}

.blog .ed-grid-content article:nth-child(even) {
padding: 0 0 0 3%;
}

.blog .ed-grid-content article .aligncenter {
margin: 0 auto;
}

.blog .ed-grid-content .entry-title, .blog .ed-grid-content .entry-title a, .blog .ed-grid-content .entry-meta, .blog .ed-grid-content .entry-categories, .blog .ed-grid-content .entry-categories a {
text-align: center;
}

.blog .ed-grid-content .entry-header h2 {
margin: 0;
}

.blog .ed-grid-content .content {
text-align: justify;
}

/* Blog List
--------------------------------------------- */
.ed-list-content .content article:not(:first-child) img {
width: 50%;
float: left;
overflow: hidden;
padding: 0 2% 0 0;
}

.home.blog .ed-list-content .content .share {
display: none;
}

/* Home Buttons
--------------------------------------------- */
.home-button .widget.widget_text .widget-title.widgettitle {
font: 400 46px Shania;
	color: #000;
letter-spacing: 0px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: italic;
font-weight: normal;
text-align: center;
margin: 0 0 30px 0;
}

.home-button .widget.widget_sp_image {
width: 49.8%;
display: inline-block;
}

.home-button {
margin: 0 0 5% 0;
}

.home-button .widget.widget_sp_image .widget-title.widgettitle {
position: absolute;
font: 300 14px Montserrat, sans-serif;
letter-spacing: 3px;
margin: 170px 220px ;
display: block;
width: 160px;
background: rgba(255, 255, 255, 0.81);
padding: 10px;
text-align: center;
outline: 1px solid #fff;
outline-offset: -3px;
}

.home-button .widget.widget_sp_image img {
outline: 1px solid #fff;
outline-offset: -10px;
}

/* Related posts
--------------------------------------------- */
div.related-posts {
border-top: 1px solid #e3e3e3;
padding: 20px 0;
margin: 20px 0 0 0;
}

div.related-posts li {
width: 23.5%;
float:left;
}

.related-list li:nth-child(2), .related-list li:nth-child(3), .related-list li:nth-child(4) {
    margin-left: 2%;
}

.related-title {
font: 600 18px Cormorant Upright, serif;
text-align: center;
letter-spacing: 2px;
font-size: 1.8rem;
}

.related-list a {
text-align: center;
font: 400 12px Montserrat, sans-serif;
color: #1f1f1f;
letter-spacing: 1px;
word-break:break-word;
display: block;
}

.related-list a:hover {
color: #e3e3e3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-template-default .category-box, .post-template-default .category-box {
margin-top: 5%;
}

/* ## Headings
--------------------------------------------- */
.edesign-background-1 .wrap {
padding: 5% 0;
}

.edesign-background-1 {
background-attachment: fixed;
}

.edesign-background-1 .entry {
margin-bottom: 0;
}

.edesign-background-1 .featured-content .widget-title, .edesign-background-2 .widget-title.widgettitle {
text-align: center;
display: block;
font: 500 26px Cormorant Upright, serif;
letter-spacing: 3px;
}

.edesign-background-1 .more-link {
margin: 2% auto 0 auto;
font: 300 11px Montserrat, sans-serif;
letter-spacing: 2px;
border:1px solid #fff;
outline: 1px solid #e7eaea;
display: table;
padding: 20px 15px;
color: #1f1f1f;
width: auto;
text-align: center;
}

.edesign-background-1 .more-link:hover {
	background: #e3e3e3;
	outline: 1px solid #e3e3e3;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home .edesign-background-2 .widget.featured-content.featuredpage a.more-link {
margin: 2% 0;
font: 300 11px Montserrat, sans-serif;
letter-spacing: 2px;
border:1px solid #fff;
outline: 1px solid #e7eaea;
display: table;
padding: 10px;
color: #1f1f1f;
width: auto;
background: #e7eaea;
}

.home .edesign-background-2 .widget.featured-content.featuredpage a.more-link:hover {
	background: #e3e3e3;
	color: #fff;
	outline: 1px solid #e3e3e3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.edesign-background-1 p {
margin: 0;
}

.edesign-background-1 {
text-align: center;
}

.edesign-background-1 a.more-link, .home .featured-area a.more-link {
background: #e7eaea;
padding: 10px 20px;
}

.edesign-background-2  {
padding: 5% 0;
border-top: 7px solid #fff;
border-bottom: 7px solid #fff;
outline: 3px solid #f9f9f9;
}

.edesign-background-3 .widget.widget_sp_image img {
width: 100%;
}

.edesign-background-3 .widget.widget_sp_image img:hover {
opacity: 1;
}

.edesign-background-3 .widget.widget_text {
padding-top: 350px;
text-align: center;
font: 400 14px Montserrat, sans-serif;
letter-spacing: 2px;
}

.edesign-background-3 .widget.widget_text .widget-title.widgettitle {
font: 500 25px Cormorant Upright, serif;
letter-spacing: 5px;
margin-bottom: 10px;
}

.edesign-background-3 .widget.widget_text p {
margin: 0 0 15px;
}

.edesign-background-1, .edesign-background-2 {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 0;
}

.edesign-background-3, .edesign-background-3 .widget.widget_sp_image img {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 0;
overflow: hidden;
}

.edesign-background-3 .wrap {
max-width: 100%;
width: 100%;
padding-left: 0px;
padding-right: 0px;
}

.edesign-background-3 .widget.widget_text .widget-wrap {
border: 1px solid #000;
padding: 35px 0 25px;
background: rgba(255, 255, 255, 0.8);
outline: 10px solid rgba(255, 255, 255, 0.8);
width: 55%;
word-break: break-word;
overflow: hidden;
margin: 0 auto;
}

.archive.category .category-box .widget.widget_sp_image {
margin: 2% 0 0 0;
overflow: hidden;
}

/* Featured Area
--------------------------------------------- */
.home .featured-area {
padding: 2% 0;
}

.home .featured-area .entry-header, .edesign-background-2 .entry-header {
margin: 2% 0 1.5% 0;
}

.home .featured-area .entry, .home .edesign-background-2 .entry {
margin: 0;
}

.home .featured-area a.alignleft, .home .edesign-background-2 a.alignleft {
margin: 0 24px 0 0;
}

.home .featured-area img, .home .edesign-background-2 .widget.featured-content.featuredpage img {
outline: 1px solid #fff;
outline-offset: -10px;
}

.home .featured-area .widget-title.widgettitle, .home .featured-area .entry-title a, .home .edesign-background-2 .widget.featured-content.featuredpage .widget-title.widgettitle, .home .edesign-background-2 .widget.woocommerce widget_products .entry-title a {
font: 500 26px Cormorant Upright, serif;
letter-spacing: 3px;
}


.featured-area .widget.featured-content.featuredpost h4.widget-title.widgettitle, .featured-area .widget.woocommerce.widget_products h4.widget-title.widgettitle {
text-align: center;
}

.featured-area .widget.featured-content.featuredpost img, .featured-area .widget.woocommerce.widget_products img {
outline: none;
}

.home .featured-area .more-link {
margin: 2% 0;
font: 300 11px Montserrat, sans-serif;
letter-spacing: 2px;
border:1px solid #fff;
outline: 1px solid #000;
display: table;
padding: 20px 0;
color: #fff;
}

.home .featured-area .widget.featured-content.featuredpage p, .home .edesign-background-2 .widget.featured-content.featuredpage p {
text-align: justify;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

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, .widget.featured-content.featuredpost img:hover, .widget.featured-content.featuredpage img:hover, .widget.widget_sp_image img:hover {
	opacity: 0.7;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Woocommerce
--------------------------------------------- */
.woocommerce ul.product_list_widget li img {
width: auto !important;
}


h1.product_title.entry-title {
font-size: 20px !important;
}

.woocommerce span.onsale {
background: #e7eaea !important;
color: #000 !important;
}

/* Design Background 2
--------------------------------------------- */
.edesign-background-2 .woocommerce ul.product_list_widget li, .edesign-background-2 .widget.featured-content.featuredpost article, .featured-area .woocommerce ul.product_list_widget li {
width: 24.7%;
display: inline-block !important;
overflow: hidden !important;
vertical-align: text-top !Important;
}

.featured-area .widget.featured-content.featuredpost article {
width: 33.333%;
display: inline-block !important;
overflow: hidden !important;
padding: 0 20px;
vertical-align: text-top !Important;
}

.featured-area .widget.featured-content.featuredpost article img {
outline: 1px solid #fff;
outline-offset: -10px;
}

.edesign-background-2 .widget.featured-content.featuredpage .entry-title a {
font: 500 26px Cormorant Upright, serif;
letter-spacing: 3px;
color: #000;
}

.edesign-background-2 .widget.featured-content.featuredpost, .featured-area .widget.featured-content.featuredpost {
margin: 4% 0;
}

.edesign-background-2 .woocommerce ul.product_list_widget li img, .featured-area .woocommerce ul.product_list_widget li img {
float: initial !important;
margin: 0 auto !important;
padding: 0 !important;
text-align: center !important;
display: block !important;
}

.edesign-background-2 {
margin: 0 0 3% 0;
border-top: 7px solid #fff;
border-bottom: 7px solid #fff;
outline: 3px solid #f9f9f9;
}

.edesign-background-2 .widget.woocommerce.widget_products a, .featured-area .widget.woocommerce.widget_products a {
text-align: center;
}

.edesign-background-2 .product-title, .featured-area .product-title {
padding: 2% 0 !important;
letter-spacing: 1px !important;
font: 400 14px Montserrat, sans-serif !Important;
display: block !Important;
}

.woocommerce ul.product_list_widget li a {
color: #000 !important;
}

.edesign-background-2 .widget.featured-content.featuredpost .entry-title a, .featured-area .widget.featured-content.featuredpost .entry-title a {
letter-spacing: 1px;
text-align: center;
display: block;
margin: 2% 0;
letter-spacing: 2px;
font: 300 14px Montserrat, sans-serif;
}

.edesign-background-2 .widget.featured-content.featuredpost a, .edesign-background-2 .widget.featured-content.featuredpost .entry, .featured-area .widget.featured-content.featuredpost a, .featured-area .widget.featured-content.featuredpost .entry{
margin: 0 auto;
}

.edesign-background-2 .woocommerce-Price-amount.amount, .featured-area .woocommerce-Price-amount.amount {
text-align: center !important;
font: 300 14px Montserrat, sans-serif !Important;
display: block !Important;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

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

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 0px !important;
	height: auto;
	padding: 5px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	letter-spacing: 1px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	-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: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 1px solid #fff;
	outline: 1px solid #e7eaea;
	background:#e7eaea;
	color: #1f1f1f;
	cursor: pointer;
	font: 300 11px Montserrat, sans-serif;
	font-size: 1.1rem;
	letter-spacing: 2px;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
}

button: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;
	outline: 1px solid #e3e3e3;
	color: #fff;
	-webkit-transition: all 0.5s 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;
}

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

.button {
	display: inline-block;
}

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

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

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

.more-link {
    position: relative;
}

.ed-list-content .content a.more-link {
display: table-cell;
text-align: center;
font: 300 12px Montserrat, sans-serif;
letter-spacing: 2px;
padding: 35px 0 10px 0;
border-bottom: 2px solid #000;
width: auto;
}

.ed-list-content .content a.more-link:hover {
	color: #e3e3e3;
	border-color: #e3e3e3;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.home.blog .ed-list-content article:not(:first-child) .share {
float: right;
font-size: 12px;
letter-spacing: 2px;
width: 50%;
text-align: left;
margin-top: -40px;
}

.entry-categories a, .ed-list-content .content .entry-categories a, .sidebar .entry-categories a {
color: #1f1f1f;
}


.entry-categories a:hover, .ed-list-content .content .entry-categories a:hover, .sidebar .entry-categories a:hover {
	color: #e3e3e3;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.home.blog .ed-list-content article:first-child .share {
text-align: left;
font-size: 12px;
letter-spacing: 2px;
}

.home.blog .ed-list-content article {
margin-bottom: 10%;
}

.ed-grid-content a.more-link {
display: block;
text-align: center;
margin: 20px auto;
font: 300 12px Montserrat, sans-serif;
letter-spacing: 1px;
padding: 5px 0;
border-bottom: 2px solid #000;
width: 23%;
}

.content a.more-link {
display: block;
text-align: center;
margin: 20px auto;
font: 400 12px Montserrat, sans-serif;
letter-spacing: 2px;
padding: 5px 0;
color: #000;
border-bottom: 2px solid #000;
width: 12%;
}

.content a.more-link:hover {
border-bottom: 2px solid #e3e3e3;
color: #e3e3e3;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

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

/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap,
.ed-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.home .site-inner {
	max-width: 100%;
	}

.site-inner {
	clear: both;
	margin-top: 15%;
}

.home .site-inner {
margin-top: 1%;
}

.home.blog.paged .site-inner {
margin-top: 15%;
}


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

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

.content-sidebar-wrap {
max-width: 1200px;
margin: 0 auto;
}

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

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

.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: 580px;
}

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


.site-header.menu-scroll-bg .wrap.ready-fade.start-fade .title-area .site-title a, .site-header.menu-scroll-bg .wrap .title-area .site-title a {
font: 400 35px Shania;
font-style: italic;
letter-spacing: 0px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.site-header.menu-scroll-bg .wrap.ready-fade.start-fade .site-description, .site-header.menu-scroll-bg .wrap .site-description {
font-size: 12px;
font-size: 1.2rem;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
	padding: 0 0 0 40px;
}

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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: transparent;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px;
}

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

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Fade Up
--------------------------------------------- */
.ready-fade {
  opacity: 0;
  transform: translateY(30px);
}

.start-fade {
  -webkit-transition: transform 1s, opacity 1.5s; /* Safari */
  -moz-transition: transform 1s, opacity 1.5s; /* Safari */
  -o-transition: transform 1s, opacity 1.5s; /* Safari */
  transition: transform 1s, opacity 1.5s;
  opacity: 1;
  transform: translateY(0px);
}

/* Share Button
--------------------------------------------- */
.home.blog .share {
text-align: center;
display: block;
}

.share a {
padding: 5px;
font-size: 16px;
font-family: fontawesome;
}

.share {
    font: 400 13px Montserrat, sans-serif;
    letter-spacing: 2px;
}

.page .share {
display: none;
}

.single.single-post .share {
text-align: center;
font-size: 12px;
letter-spacing: 2px;
margin: 40px 0 0 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.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-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.content .entry-title a, .content .entry-title {
font: 500 24px Cormorant Upright, serif;
letter-spacing: 2px;
color: #1f1f1f;
}

.content .entry-title a:hover {
color: #e3e3e3;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.sidebar .widget-title {
	color: #333;
}

.sidebar .entry-title a {
font: 500 16px Cormorant Upright, serif;
letter-spacing: 2px;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #e7eaea;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget-title {
	font: 400 14px Montserrat, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 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: 700;
	text-align: center;
}

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

.sticky {
}

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


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #fff;
}

.enews-widget .widget-title {
font: 400 50px Playfair Display, serif;
text-align: center;
letter-spacing: 0;
margin: 10px;
}

.sidebar .widget.enews-widget {
	background-color: #ecf2ef;
	padding: 20px;
	outline: 1px solid #fff;
	outline-offset: -5px;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid transparent;
	border-bottom: 1px solid #fff;
	background: transparent;
	padding: 10px;
}

.enews-widget input {
	font: 300 12px Montserrat, sans-serif;
	font-size: 1.2rem;
	margin-bottom: 7%;
}

.enews-widget input[type="submit"] {
	background-color: #1f1f1f;
	border: none;
	font: 300 11px Montserrat, sans-serif;
	letter-spacing: 2px;
	color: #fff;
	margin: 2% auto;
	padding: 7px;
	margin: 0;
	width: 100%;
}

.enews .screenread  {
color: #fff;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #e3e3e3;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Category Box
--------------------------------------------- */

.category-box .widget.widget_sp_image {
width: 25%;
margin: 2% 0 7% 0;
padding-right: 0.7%;
padding-left: 0.7%;
display: inline-block;
}

.category-box .widget.widget_sp_image {
float: left;
}

.category-box .widget.widget_sp_image .ed-wrap {
margin-left: -0.7%;
margin-right: -0.7%;
}

.category-box .widget.widget_sp_image  img {
    outline: 1px solid white;
    outline-offset: -10px;
    outline-style: double;
}

.category-box .widget.widget_sp_image h4.widget-title.widgettitle {
	position: absolute;
    display: block;
	font: 300 12px Montserrat, sans-serif;
    cursor: pointer;
    pointer-events: none;
    text-align: center;
    background: #fff;
    padding: 1%;
	margin-top: 20px;
    max-width: 300px;
}

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

/*Pricing Table
--------------------------------------------- */
#pricingtable .one-third {
text-align: center;
background: #fff;
border: 1px solid #e3e3e3;
margin-left: -1px;
width: 33.33%
}

#pricingtable {
margin: 40px 0 0 0;
}

#pricingtable .one-third:nth-child(odd) {
margin: 20px 0;
}

#pricingtable .one-third:nth-child(3) {
    margin-left: -1px;
}

#pricingtable a.button {
    margin: 10px auto;
    padding: 15px;
    background: #e7eaea;
    color: #3d3d3d;
    width: 90%;
}

#pricingtable a.button:hover {
background:#e3e3e3;
color:#fff;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

#pricingtable ul > li {
list-style: none !important;
padding: 20px;
font: 400 13px Lora, serif;
border-bottom: 1px dotted #e3e3e3;
}

#pricingtable ul {
margin: 0;
padding: 10px;
}

.pricingt {
font: 300 28px 'Shania', serif;
letter-spacing: 0px;
background: #fff;
color: #3d3d3d;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 20px;
border-bottom: 1px solid #e3e3e3;
}

.pricingp {
font: 300 25px 'Lora', serif;
font-style: italic;
letter-spacing: 2px;
}


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

.title-area .site-title a {
    background-position: center !important;
    height:150px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	font: 400 65px Shania;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.header-full-width .title-area {
	text-align: center;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.header-image .site-title > a {
background-size: contain !important;
}

.submenutoggle {
display: none;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(http://nataliecaho.com/wp-content/themes/LauraTheme/images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.home header.site-header {
	position: fixed;
}

header.site-header {
    background-position: center !important;
	z-index: 1;
	width: 100%;
}

.site-header.menu-scroll-bg {
background: rgba(255, 255, 255, 0.6);
padding: 20px 0;
}

.site-description {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	color: #adadad;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: -5px;
}

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

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	max-width: 80%;
	padding-top: 6%;
}

/* # Footer widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets .wrap {
width:100%;
max-width: 100%;
padding: 0;
}

.footer-widgets .widget-area.footer-widgets-2.footer-widget-area .widget-wrap {
width: 700px;
max-width: 700px;
margin: 4% auto;
}

.footer-widgets .widget-area.footer-widgets-2.footer-widget-area .enews-widget input {
border: 1px solid #e3e3e3;
width: 60%;
margin: 20px 0 0 0;
display: inline-block;
}

.footer-widgets .widget-area.footer-widgets-2.footer-widget-area .enews-widget input[type="submit"] {
width: 35%;
height: 34px;
color: #1f1f1f;
background: #e7eaea;
border: 2px solid #fff;
outline: 1px solid #e7eaea;
margin: 20px 10px 0 10px;
}

.footer-widgets .widget-area.footer-widgets-2.footer-widget-area .enews-widget input[type="submit"]:hover {
background: #e3e3e3;
outline: 1px solid #e3e3e3;
color: #fff;
border: 2px solid #fff;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.footer-widgets .enews-widget .widget-title {
font-weight: normal;
font-size: 45px;
font-style: italic;
letter-spacing: 0px;
font-family: Shania;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

 .enews-widget .widget-title {
font-weight: normal;
font-size: 25px;
font-style: italic;
letter-spacing: 0px;
font-family: Shania;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.widget.widget_nav_menu {
text-align: center;
margin: 20px 0;
}

.widget.widget_nav_menu li {
display: inline-block;
text-align: center;
}

.widget.widget_nav_menu li a {
padding: 10px 15px;
font: 600 14px Cormorant Upright, serif;
letter-spacing: 2px;
}

#sbi_load {
display: none;
}

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

.genesis-nav-menu {
	clear: both;
        letter-spacing: 2px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
    font: 400 13px Lora, serif;
	color: #626262;
	text-decoration: none;
	display: block;
	padding: 20px 24px;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	border: 1px solid #eee;
	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-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

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

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

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.site-header.menu-scroll-bg .wrap.ready-fade.start-fade .nav-primary, .site-header.menu-scroll-bg .wrap.ready-fade.start-fade .nav-secondary, .site-header.menu-scroll-bg .wrap .nav-primary, .site-header.menu-scroll-bg .wrap .nav-secondary {
margin-top: -5.5%;
}

.site-header.menu-scroll-bg .title-area {
margin: 0;
}

.site-header.menu-scroll-bg .title-area .site-title a {
height: 125px;
}

.nav-primary {
	background-color: transparent;
	float: left;
	text-align: right;
	width: 37%;
	margin-top: -9%;
	text-decoration: none;
}


nav {
	z-index:9999;
}

.nav-primary .genesis-nav-menu a, .nav-primary a{
	color: #000;
	font: 600 14px Cormorant Upright, serif;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
	color: #e7eaea;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav-primary .genesis-nav-menu .sub-menu a, .nav-secondary .genesis-nav-menu .sub-menu a {
	color: #000;
	font: 600 14px Cormorant Upright, serif;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a  {
	color: #e7eaea;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color:transparent;
	width: 39%;
	margin-top: -9%;
	float:right;
}

.nav-secondary a {
	color: #000;
	font: 600 14px Cormorant Upright, serif;
	text-decoration: none;
	text-align: left;
}


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

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

.entry {
	margin-bottom: 15%;
}

.content .entry {
	background-color: #fff;
}

.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: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 1.3rem;
	font: 300 13px Montserrat, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.adjacent-entry-pagination.pagination {
margin: 70px 0 0 0;
}

.adjacent-entry-pagination.pagination a {
	font: 400 13px Montserrat, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	color: #1f1f1f;
}

.archive-pagination.pagination {
	color: #adadad;
	cursor: pointer;
	text-transform: uppercase;
	font: 300 13px Montserrat, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
}

.archive-pagination li a {
	color: #adadad;
	cursor: pointer;
	text-transform: uppercase;
	font: 400 15px Montserrat, sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 25px 8px 0;
	text-decoration: none;
}

.archive-pagination.pagination a, .widget.widget_nav_menu li a {
color: #000;
}

.archive-pagination.pagination a:hover,
.widget.widget_nav_menu li a:hover,
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	color: #e3e3e3;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings,
.entry-comments {
	margin: 90px 0 0 0;
}

p.comment-form-comment {
margin: 0 0 15px;
}

.comment-form-comment label {
text-transform: uppercase;
letter-spacing: 2px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

h3#reply-title, .entry-comments h3 {
font: 500 22px Cormorant Upright, serif;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
}

.logged-in-as {
text-align: center;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond input#submit.submit {
background: #000;
border: 2px solid #fff;
outline: 1px solid #000;
color: #fff;
}

.comment-respond input#submit.submit:hover {
background: #e3e3e3;
outline: 1px solid #e3e3e3;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

.entry-comments .comment-author img {
border-radius: 100%;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

.comment-form-author, .comment-form-email {
display: inline-block;
width: 49%;
}

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

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 35%;
}

.sidebar .widget.widget_sp_image:first-child img {
border-radius: 100%;
overflow: hidden;
}

.sidebar .entry-categories a, .content .entry-categories a, .sidebar li a  {
font: 400 12px Montserrat, sans-serif;
}

.sidebar .entry-categories a:hover {
	color:#fff;
	background: #e3e3e3;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sidebar li a:hover, .sidebar .entry-title a:hover {
	color:#e3e3e3;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sidebar .entry {
margin-bottom: 10px;
}

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


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

.site-footer {
	background-color: #e7eaea;
	font-size: 12px;
    border-top: 3px solid #fff;
	outline: 1px solid #e7eaea;
	font-size: 1.2rem;
	line-height: 1;
	padding: 15px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .footer-content:after {
content: "THEME BY ECLAIR DESIGNS";
text-align: right;
float: right;
font-size: 11px;
letter-spacing: 2px;
}

.site-footer .footer-content {
width: 100%;
}

.site-footer .footer-content .textwidget {
float: left;
font-size: 11px;
letter-spacing: 2px;
}


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

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

	.site-inner,
	.content-sidebar-wrap,
	.wrap {
		max-width: 960px;
	}

	.home-button .e-wrap {
		margin-left: -10px;
		margin-right: -10px;
	}

	.home-button .widget.widget_sp_image {
		width: 49.6%;
		padding: 0 10px;
	}

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
	margin: 140px 160px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

}

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

.site-inner {
margin-top: 20%;
}

.content a.more-link {
width: 16%
}

.archive.category .category-box {
margin-top: 5%;
}

.category-box .widget.widget_sp_image {
margin: 2% 0 4% 0;
}

.featured-area .widget.featured-content.featuredpost article {
padding: 10px;
}
}

@media only screen and (min-width: 961px) {
.menutoggle {
	display: none;
	}
}

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

	.site-inner,
	.wrap,
	.content-sidebar-wrap {
		max-width: 850px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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: 0 5%;
	}

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 120px 130px;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar-primary {
	border: none;
	margin-top: 5%;
	padding: 0;
	}

	.sidebar .widget {
	margin-bottom:10%;	
	}

	.home.blog .category-box {
		margin-top: 5%;
	}

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.menutoggle {
		display: relative;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.menutoggle,
	.submenutoggle {
		display: block;
		font-size: 2em;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		z-index: 9999;
		height: 50px;
	}

	.submenutoggle {
		padding: 18px;
		padding: 1.8rem;
		font-size: 1.5em;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9999;
		text-align: right;
	}
 
	.menutoggle:before {
		content: "\2261";
		vertical-align: super;
	}
 
	.menutoggle.activated:before {
		content: "\2A2F";
	}
 
	.submenutoggle:before {
		content: "+";
	}
 
	.submenutoggle.activated:before {
		content: "-";
	}

	button.menutoggle.activated {
	border-bottom: none;
	}
	
	button.menutoggle,
	button .menutoggle {
		color: #000;
		position: fixed;
		background: transparent;
		border: none;
		outline: none;
		top: 0;
		width: auto;
		text-align: center;
		border-radius: 0;
	}

	button .submenutoggle,
	button.submenutoggle {
		padding: 0;
		color: #000;
		margin-top: 5px;
		background: transparent;
		outline: none;
	}

	.nav-primary {
		width: 100%;
        margin: 0;
	}

	.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: #000;
		text-align:center;
		line-height: 10px;
		padding: 15px 0px;
	}

.genesis-nav-menu li .sub-menu {
    margin: 20px 0 0 0;
}

ul.sub-menu .menu-item {
    margin: 0;
}

.nav-primary {
background: #fff;
}

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

	.nav-primary .wrap {
		padding: 0;
	}

	#menu-home {
	background: #fff;
	}

	nav {
		display: none;
		position: relative;
	}


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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}

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

	.wrap,
	.footer-widgets .widget-area.footer-widgets-2.footer-widget-area .widget-wrap,
	.edesign-background-1 .widget-wrap,
	.edesign-background-2 .widget-wrap,
	.content-sidebar-wrap {
		padding-right: 3%;
		padding-left: 3%;
	}

	.footer-widgets .widget-area.footer-widgets-2.footer-widget-area .widget-wrap {
		width: 100%;
		max-width: 100%;
	}

	.edesign-background-1 .wrap, .edesign-background-2 .wrap {
	padding-right: 0;
	padding-left: 0;
	}

	.archive.category article {
		width: 50%;
	}

	.archive.category h1.archive-title {
	margin-bottom: 3%;
	}

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 110px 115px;
	}

	.page-template-default .category-box, .post-template-default .category-box {
		margin-top: 10%;
	}

}


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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 90px 100px;
	}

}

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

 	.home-button .widget.widget_sp_image .widget-title.widgettitle {
	margin: 90px 90px;
	}
.home-button .widget.widget_text .widget-title.widgettitle {
font: 400 30px Shania;
}

.site-inner {
margin-top: 28%;
}

	.edesign-background-2 .alignleft {
		float: none;
	}

	.edesign-background-3 .widget.widget_text .widget-wrap {
		width: 65%;
	}

		.category-box .widget.widget_sp_image {
		width: 50%;
	}

		.featured-area .widget.featured-content.featuredpost article {
		width: 50%;
	}

	.page-template-default.page .category-box, .blog.paged .category-box {
	margin-top: 10%;
	}
}

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

 	.home-button .widget.widget_sp_image{
		width: 100%;
	}

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 170px 245px;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 170px 225px;
	}

	.page-template-default.page .category-box, .blog.paged .category-box {
		margin-top: 15%;
	}

}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 170px 205px;
	}
	
	.site-header.menu-scroll-bg {
	padding: 0;
	}

}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 170px 195px;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 160px 175px;
	}
	
	button.menutoggle, button .menutoggle {
			padding: 0 0 40px 5px;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 150px 165px;
	}

	.footer-widgets .widget-area.footer-widgets-2.footer-widget-area .enews-widget input, .footer-widgets .widget-area.footer-widgets-2.footer-widget-area .enews-widget input[type="submit"] {
		width: 100%;
		margin: 1% 0;
	}

	.footer-widgets .enews-widget {
		margin: 3% 0;
	}

	.page-template-default.page .category-box, .blog.paged .category-box {
		margin-top: 20%;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 140px 155px;
	}
	
	.ed-list-content .content article:not(:first-child) img {
	width: 100%;
float: none;
padding: 0;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 130px 145px;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 120px 135px;
	}

		.page-template-default.page .category-box, .blog.paged .category-box {
		margin-top: 25%;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 120px 125px;
	}

		.category-box .widget.widget_sp_image {
		width: 100%;
	}

		.featured-area .widget.featured-content.featuredpost article {
		width: 100%;
	}

	.category-box .widget.widget_sp_image h4.widget-title.widgettitle {
	margin-left:0%;
	}

	.edesign-background-3 .widget.widget_text .widget-wrap {
		width: 85%;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 110px 115px;
	}

}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 95px 105px;
	}

		.page-template-default.page .category-box, .blog.paged .category-box {
		margin-top: 30%;
	}
}

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

	.home-button .widget.widget_sp_image .widget-title.widgettitle {
		margin: 85px 85px;
	}
}

@media only screen and (max-width: 320px) {
	.page-template-default.page .category-box, .blog.paged .category-box {
		margin-top: 35%;
	}
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:40px;
		width:40px;
		right:30px;
		bottom:30px;
	}

}