/*
	Theme Name: Lauren
	Theme URI: http://www.eclairdesigns.com/live/lauren/
	Description: A stylish and fashionable Wordpress theme created for the Genesis Framework.
	Author: Eclair Designs
	Author URI: http://www.eclairdesigns.com/
 
	Version: 2.0

	Template: genesis
	Template Version: 1.9

*/
 


/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- 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
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/*Imports
---------------------------------------------------------------------------------------------------- */
@import url('icons.css');

/*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
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/*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,
.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;
}

.alexaup-open:before {
	padding: 9.5px;
}

/* 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:#000;
	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: #fff;
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;
}


/*Defaults
---------------------------------------------------------------------------------------------------- */

/*Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #636363;
	font-family: 'Lora', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 1px;
	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;
}

::-moz-selection {
	background-color: #e3e3e3;
	color: #fff;
}

::selection {
	background-color: #e3e3e3;
	color: #fff;
}

a {	
	color: #adadad;
	text-decoration: none;
}

a:hover {
	color: #e3e3e3;
}

p {
	margin: 0 0 18px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	color: #000;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.content a.more-link {
	border: 2px solid #000;
	clear: both;
	color: #000;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	padding: 10px;
	margin: 20px auto;
	text-align: center;
	width:20%;
	letter-spacing:2px;
}

.content a.more-link:hover {
	border: 2px solid #adadad;
	color: #adadad;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Related posts
--------------------------------------------- */
div.related-posts {
border-top:2px solid #000;
padding: 10px 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: 400 12px Montserrat, sans-serif;
text-align: center;
letter-spacing: 2px;
color: #000;
font-size: 1.2rem;
}

.related-list a {
text-align: center;
word-break:break-word;
display: block;
font: 400 12px Montserrat, sans-serif;
}


/*Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora', serif;
	font-weight: 400;
}

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;
}

.entry-content h5, .entry-content h6, .entry-content h4, .entry-content h3, .entry-content h2, .entry-content h1 {
margin: 20px 0 10px;
}

.entry-content h4 {
font-size: 18px;
text-transform: uppercase;
}


/* ## Category Page
--------------------------------------------- */
.archive.category article {
width: 33.3333%;
padding: 10px;
display: inline-block;
vertical-align: text-top;
}

.archive.category header.entry-header {
display: none;
}

.archive.category .entry {
margin-bottom: 50px;
}

.archive.category .archive-title {
text-align: center;
margin: 20px 0 0 0;
}

.archive.category .content .entry {
margin-top: 0;
}

/*Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.featured-content img, .gallery img {
 display: block;
margin: 0;
padding-bottom: 0;
}

.page-template-page_landing p {
    text-align: center;
}

/*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: none !important;
	height: auto;
	padding: 10px;
}

.gallery img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*Forms
--------------------------------------------- */

input,
select,
textarea {
	font: normal 14px Lora, sans-serif;
	font-style: italic;
	text-transform:lowercase;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	letter-spacing: 1px;
	color: #000;
	padding: 16px;
	width: 100%;
	border-radius: 0;
}

input::placeholder {
	color: #adadad;
}

input:focus,
textarea:focus {
	border: 1px solid #e3e3e3;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #e3e3e3;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #d8d8d8;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: 'Montserrat', sans-serif;
	background-color: #000;
	letter-spacing: 2px;
	font-style: normal;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px;
	width: 100%;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #adadad;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.widget.widget_categories li {
padding: 0;
text-align: center;
}

.sidebar a {
color: #0c0c0c;
}

.sidebar a:hover {
color: #000;
}

.footer-widgets a {
color:  #0c0c0c;
}

.footer-widgets a:hover {
color: #000;
}

.widget.widget_categories li a {
border-bottom: 1px dotted #000;
color:  #0c0c0c;
padding: 2px 0;
width: 100%;
display: block;
}

.widget.widget_categories li a:hover {
color:#000;
padding: 2px 0;
width: 100%;
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.screen-reader-text {
display: none;
}

.sidebar .widget.widget_recent_entries {
font-size: 13px;
letter-spacing:1px;
text-align:center;
}

.sidebar .widget.widget_recent_entries a {
text-transform:lowercase;
}

/*Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/*Structure and Layout
---------------------------------------------------------------------------------------------------- */

/*Site Containers
--------------------------------------------- */
.site-inner,
.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1050px;
}

.site-inner {
	clear: both;
}

/*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: 870px;
}

.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: 720px;
}

.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: 560px;
}

.full-width-content .content {
	width: 100%;
}

/*Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 280px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/*Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/*Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*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: #fff;
	font-size: 16px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-title {
font: 400 19px 'Montserrat', sans-serif;
color: #000;
}

/* Portfolio Page Template
--------------------------------------------- */
#portfolio .widget-title.widgettitle {
    margin: 25px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-weight:400;
}

#portfolio .more-from-category a {
    display: table;
    clear: both;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight:400;
    color: #000;
    border: 2px solid #000;
   margin-bottom: 90px;
}

#portfolio .more-from-category a:hover {
    color: #adadad;
    border: 3px solid #adadad;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#portfolio img {
	opacity: 1;
}

#portfolio img:hover {
	opacity: 0.7;
}

#portfolio  {
	clear: both;
	overflow: hidden;
}

#portfolio .widget.featured-content.featuredpost article {
	width: 33.3333%;
	display: inline-block;
	padding: 0 10px;
}

#portfolio .featured-content h2.entry-title  {
	margin-top:1px;
}

#portfolio .more-from-category a {
	margin: 20px auto;
}

#portfolio .featured-content .entry{
display: inline-block;
padding: 0 10px 20px 0;
background: transparent;
}

#portfolio .featured-content .entry-title {
text-align: center;
margin-top: -30px;
}

/*Search Form
--------------------------------------------- */

.site-header .search-form {
	float: right;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
        font-style: normal;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
  display: inline-block;
  width: 78%;
  max-height: 50px;
  margin-right: 5px;
    font-style: normal;
}

.search-form input[type="submit"] {
  display: inline-block;
  width: 40px;
  margin: auto;
  height: 40px;
  border-radius: 100%;
  font-style: normal;
  letter-spacing: 1px;
}

.search-form {
  text-align: center;
}

/* Copyright
--------------------------------------------- */
.site-footer .footertext {
	float: right;
	width: 20%;
	text-align: right;
}

.site-footer .footer-container {
	width: 80%;
	 text-align: left;
    display: inline-block;
}

.site-footer .widget.widget_nav_menu {
	text-align: left;
	display: inline-block;
    float: left;
}

.site-footer .widget.widget_nav_menu li {
	display: inline-block;
    padding: 0 10px;
	font-size: 11px;
    text-align: left;
}
 
/*Titles
--------------------------------------------- */

.sidebar .widget-title {
	font-family: 'Montserrat', sans-serif;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #000;	
	letter-spacing: 2px;
  	position: relative;
  	background-color: white;
	padding:10px;
  	margin-bottom: 20px;
}

.widget .widget-title a {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000;	
}

.entry-title {
 margin-bottom: 5px;
color: #000;
}

.widget.entry-title a {
border:none;
padding-top: -15px;
}

.entry-title a { 
	color: #000;
}

.entry-title a:hover {
	color: #adadad;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.entry-title,
.welcome-message .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
}

.entry-categories a {
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
	font-style: italic;
	text-transform: lowercase;
	font-size: 16px;
	letter-spacing: 1px;
} 

.after-entry .widget-title {
	font-size: 24px;
}

.footer-widgets .widget-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 3px;
	color: #fff;	
	text-align: center;
}


/*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.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/* 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: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*Featured Content
--------------------------------------------- */

.featured-content .entry {
	border: none;
	margin-bottom: -10px;
	padding: 0 0 24px;
}

.featured-content .entry-image:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.featured-content .entry-meta {
text-align: left;
}

.featured-content .entry-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: center;
	border: none;
}

.featured-content .entry-header {
margin-top: 25px;
}

.featured-content .entry-title a {
	color: #0c0c0c;
}

.featured-content .entry-title a:hover {
	color: #adadad;
}

/*Plugins
---------------------------------------------------------------------------------------------------- */

/*Pagination
---------------------------------------------------------------------------------------------------- */
.pagination-previous.alignright a, .pagination-next.alignleft a {
    display: table-cell;
    vertical-align: middle;
}

/*Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
	font-size: 12px;
        font: normal 12px Lora, sans-serif;
	text-align: center;
}

.enews-widget p {
	font-size: 12px;
	font-family: 'Lora', serif;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
}


.enews-widget input {
	margin-bottom: 10px;
}

.enews #subbutton {
background-color: #000;
letter-spacing: 2px;
font-style: normal;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
letter-spacing: 2px;
}

.enews #subbutton:hover {
background-color: #adadad;
color: #fff;
}

#enews-ext-3 .widget-wrap {
border: none;
}


/*Landing Page
--------------------------------------------- */
.landing-page .site-container {
	max-width: 850px;
}

.landing-page .entry-title {
display:none;
}

.landing-page .site-header {
margin:0;
}

.landing-page .site-inner,
.landing-page .entry {
	padding: 0;
	marign: 0;
}

/*Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: transparent;	
}

.site-header .wrap {
	padding:0 0 -20px;

}


/*Title Area
--------------------------------------------- */

.title-area {
	padding: 0;
	width: 100%;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.title-area .site-title a {
font-family: 'Raleway', sans-serif;
font-size: 24px;
font-weight: 400;
color: #000;
background-position: center !important;
height:128px;
text-align: center;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
        display:block;
	min-height: 100px;
	width: 100%;
}

.site-description {
font-size: 16px;
font-weight: 300;
line-height: 1.5;
font-family: 'League Script', cursive;
font-weight: 400;
text-align: center;
font-size: 22px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/*Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/*Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.2;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	width: 100%;
	margin: 0;
	top: 0;

}

.genesis-nav-menu li .sub-menu {
  margin-left: -30%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 15px 24px;
}

.genesis-nav-menu a:hover {
	color: #9f9f9f;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160%;
	z-index: 99;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -65px 0 0 180px;
}

li .sub-menu:before {
  content: "\25B2";
  display: block;
  line-height: 0px;
  text-align: center;
  color: #000;
  position: relative;
  top: -5px;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.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;
}

.genesis-nav-menu .sub-menu {
	border: 1px solid #000;
	background-color: #fff;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu .current-menu-item > a  {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	letter-spacing: 3px;
	position: relative;

}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
	position: relative;
}

.sub-menu li {
  width: 100%;
}

.textwidget {
font-size: 12px;
}


/*Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
	margin-top: -59px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/*Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: fixed;
	background-color: #000;
	line-height: 1.3em;
	margin-bottom: 0px;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.nav-primary a {
color:#fff;
}

.nav-primary a:hover {
color:#e3e3e3;
}

.nav-primary .wrap {
	margin: 0;
	max-width: initial;
}

.sub-menu a {
text-align: center;
}

.menu-item {
text-align: center;
letter-spacing: 2px;
}

/*Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	color:  #000;
	text-align: center;
}



/*Content Area
---------------------------------------------------------------------------------------------------- */

/*Entries
--------------------------------------------- */

.entry {
	padding-top: 10px;
}


.content .entry {
	background-color: #fff;
	margin-top: 20px;
}

.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;
}

/*Slider Meta
--------------------------------------------- */
.caption {
background-color: #fff;
color: #000;
letter-spacing: 2px;
font-family: 'Raleway', sans-serif;
text-align:center;
margin-top: -50px;
}

.metaslider {
margin-top: 20px;
}

.metaslider {
margin-left: auto;
margin-right: auto;
}

/*Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
	color: #969696;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 1px;	
}

.entry-footer {
margin-bottom: 30px;
}

.entry-footer .entry-meta {
	font-family: 'Raleway', sans-serif;
	font-size: 500;
	text-transform: uppercase;
	font-size: 11px;
	color: #0c0c0c;
	padding: 5px;
	letter-spacing: 2px;
	text-align:center;
}

.entry-categories,
.entry-tags {
padding: 0 5px 0 5px;
color: #000;
display: inline-block;
}

.cat-item {
	font-size: 13px;
	letter-spacing: 1px;
}


/*Pagination
--------------------------------------------- */

.pagination {
	clear: both;
}

.archive-pagination {
margin-top: 30px;
text-align: left;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.adjacent-entry-pagination {
font: 400 12px Lato, san-serif;
text-transform: uppercase;
padding: 30px 0;
}

.adjacent-entry-pagination.pagination a, .adjacent-entry-pagination.pagination a::before {
color: #000;
}

a.paginationthumbnail {
    width: 100px;
}

.pagination-previous.alignleft a, .pagination-next.alignright a {
vertical-align: middle;
display: table-cell;
padding: 5px;
}

.paginationthumbnail:hover, .eclair-after-header-area .ed-wrap a:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
        -o-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
}

.adjacent-entry-pagination.pagination a:hover {
        color: #adadad;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
        -o-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
}

.archive-pagination li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #e3e3e3;
}


.archive-pagination li a:hover {
color: #e3e3e3;
}

.archive-pagination .active a {
	color: #fff;
	background-color: #000;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.sidebar .widget.widget_archive li {
font-size: 12px;
text-align: center;
}

/*Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin: 10% 0 0 0;
	background-color: #fff;
}

.entry-pings {
	padding: 40px 40px 16px;
}


h3#reply-title, .entry-comments h3 {
    	font-size: 20px;
		color: #000;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
}

.entry-comments-link a {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}

#respond a {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
}

.entry-comments-link a,
.entry-categories a {
font-weight: 400;
color: #000;
text-align: center;
}

.entry-comments-link a:hover,
.entry-categories a:hover {
	color: #adadad;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.children {
	margin-top: 24px;
}

ol.comment-list, .children li {
    border: 1px solid #e3e3e3;
}

.comment-header {
	text-transform: uppercase;
}

li.comment {
	background-color: #fff
	border: 1px solid #e3e3e3;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px;
}


.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	font: 400 12px Montserrat, sans-serif;
	margin-right: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;	
	margin-top: 53px;

}

.sidebar li {
	margin-bottom: 5px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 70px;
}

.comment-time, .comment-author {
font-size: 12px;
}

/*Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	margin-top: 60px;
    background-color: #000;
    padding-top: 30px;
}

.home-bottom {
margin-bottom:20px;
}

.home-middle {
margin-top: 10px;
}

.site-footer {
background-color:#000;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 100%;
}

.footer-widgets-3,
.footer-widgets-2
 {
	width: 358px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/*Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 11px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #323232;
}

/*Share
--------------------------*/
.laurenshare {
text-align: center;
padding: 10px;
margin-bottom: 15px;
}

.laurenshare a {
   color: #000;
   padding: 0 5px;
   display: inline-block;
   font-family: fontello;
   font-size: 13px;
   font-weight: normal;
}

.laurenshare a:hover {
 color: #adadad;
}

.page .laurenshare {
    display: none;
}

.lb-style-custom .lb-like {
border: none !important;
background: transparent !important;
}

/*Genesis Slider
--------------------------*/
#genesis-responsive-slider {
	border: none !important; 
	padding: 0 !important;
}

html > body .slide-excerpt-border {
	border: none !important;
}

.slide-excerpt {
	background-color: transparent !important;
}

/*Promotion Area
--------------------------*/
.promote {
    margin-top: 20px;
}

/*Woocommerce
--------------------------------------------- */
.woocommerce ul.product_list_widget li img {
    float: left !important;
    margin-right: 20px !important;
    width: 30% !important;
}

.sidebar .woocommerce ul.product_list_widget li {
margin: 15px 0;
}

.sidebar .woocommerce ul.product_list_widget li a {
font: 400 12px Montserrat, sans-serif !important;
letter-spacing: 2px;
color: #000 !important;
}

.sidebar .woocommerce ul.product_list_widget li a:hover {
color: #adadad !important;
}

.woocommerce button.button, .woocommerce #respond input#submit {
   background-color: #000 !important;
   color: #fff !important;
   font-size: 12px !important;
   width: 30% !important;
   font-family: 'Montserrat', sans-serif !important;
   font-weight: 400 !important;
   height: 36px !important;
   letter-spacing: 2px !important;
   border-radius: 0 !important;
}

.woocommerce button.button.alt {
-webkit-font-smoothing: initial !important;
}

.woocommerce .woocommerce-ordering {
margin: 0 5px 0 10px !important;
}

.woocommerce button.button:hover {
   background-color: #e3e3e3 !important;
   color: #000 !important;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-message .button:hover {
   background-color: #e3e3e3 !important;
   color: #000 !important;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.woocommerce .cart .button:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
   background-color: #e3e3e3 !important;
   color: #000 !important;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-message {
    border: none !important;
}

.woocommerce .woocommerce-message .button {
   background-color: #000 !important;
   color: #fff !important;
   width: 10% !important;
   font-weight: 400 !important;
   border-radius: 0 !important;
   text-decoration: none !important;
   font-family: 'Montserrat', sans-serif !important;
}

.woocommerce div.product .product_title {
   font-family: 'Montserrat', sans-serif !important;
   font-weight: 400 !important;
   font-size: 20px !important;
   letter-spacing: 2px !important;
   color: #000 !important;
}

.woocommerce .quantity .qty {
   padding: 9px !important;
}

.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info:before {
   color: #000 !important;
}

.woocommerce .price, .woocommerce .amount {
   color: #000 !important;
   font-size: 14px !important;
   text-align: center !important;
   font-weight: 400 !important;
}

.woocommerce ul.products li.product h3 {
font-size: 14px !important;
font-weight: 400 !important;
font-family: 'Montserrat', sans-serif !important;
color: #000;
letter-spacing: 1px;
}

.woocommerce ul.products li.product h3:hover {
   color: #e3e3e3;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.woocommerce .products .price {
text-align: left !important;
}

.woocommerce .woocommerce-product-rating .star-rating {
float: none !important;
margin: 10px auto !important;
color: #000 !important;
}

.woocommerce #reviews #comments h2, .woocommerce .related.products h2, .woocommerce #reviews h3, .woocommerce .cart_totals h2, .woocommerce .woocommerce-shipping-fields h3, .woocommerce .woocommerce-billing-fields h3, .woocommerce #order_review_heading {
   font-size: 18px !important;
   letter-spacing: 2px !important;
   font-weight: 400 !important;
   font-family: 'Montserrat', sans-serif !important;
   font-weight: 400 !important;
   letter-spacing: 2px !important; 
   text-transform: uppercase !important;
}

.woocommerce table.shop_table {
   border-radius: 0 !important;
}

.woocommerce .page-title {
font-size: 20px !important;
text-align: center !important;
letter-spacing: 2px !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
   width: 200px !important;
   background-color: #000 !important;
   color: #fff !important;
   border-radius: 0 !important;
   font-family: 'Montserrat', sans-serif !important;
   font-weight: 400 !important;
   letter-spacing: 2px !important;
   font-style: normal;
}

.woocommerce .woocommerce-info {
   border: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce input.button.alt {
   background-color: #000 !important;
   color: #fff !important;
   border-radius: 0 !important;
   font-family: 'Montserrat', sans-serif !important;
   font-weight: 400 !important;
   letter-spacing: 2px !important;
   font-style: normal;
}

.woocommerce .cart_totals h2 {
   text-transform: uppercase !important;
   font-family: 'Montserrat', sans-serif !important;
   font-weight: 400 !important;
   letter-spacing: 2px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 140px !important;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0.4em !important;
}

a.woocommerce-review-link{
text-align: center !important;
display: block !important;
}

.woocommerce table.shop_table a {
   font-size: 14px !important;
   letter-spacing: 1px !important;
   font-weight: 400 !important;
}

.woocommerce .quantity input {
   font-size: 14px !important;
   color: #000 !important;
}

.woocommerce-cart table.cart img {
   width: initial !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: inherit !important;
}

.woocommerce tr.cart-subtotal, .woocommerce .order-total {
  background-color: #ededed !important;
}
  
.woocommerce-cart table.cart th, .woocommerce table.shop_table th {
   font-size: 12px !important;
   text-transform: uppercase !important;
   font-family: 'Montserrat', sans-serif !important;
   font-weight: 400 !important;
   letter-spacing: 2px !important;
}

.woocommerce .description_tab a, .woocommerce .reviews_tab a {
   font-size: 12px !important;
   text-transform: uppercase !important;
   font-weight: 400 !important;
   text-decoration: none !important;
   font-family: 'Montserrat', sans-serif !important;
}

.woocommerce .product_meta {
display: none;
}

#content {
margin-top: 40px;
}

/*fontello
--------------------------*/
.socials a {
color: #000;
padding: 5px;
display: inline-block;
font-size: 16px;
}

.socials a:hover {
color: #6b6b6b;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.socialicon a {
background-color: #000;
color: #fff;
border-radius: 100%;
height: 35px;
width: 35px;
padding:5px;
display: inline-block;
font-size: 16px;
}

.socialicon a:hover {
background-color: #adadad;
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}


.social2 a {
color: #fff;
padding: 5px;
font-size: 16px;
}


.social2 a:hover {
color: #adadad;
}

@media only screen and (max-width: 767px) {
.admin-bar .socials {
margin-top: 59px;
}

.eclair-before-content-area {
margin-top: -20px;
}

}

@media only screen and (max-width: 600px) {
.admin-bar .socials {
margin-top: 10px;
}

.home article.post .entry-content > a:first-child {
    max-height: 200px;
}

.home article.post header.entry-header {
    bottom: -200px;
}

}

/*profile 
---------------------------------*/
.profile, .widget_sp_image-description {
	font-family: 'Lora', serif;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
}

.about img, .sidebar .widget.widget_sp_image img:nth-child(1) {
width: 240px;
height: auto;
border-radius: 100%;
border: 0;
overflow: hidden;
}

.about img:hover, .sidebar .widget.widget_sp_image img:nth-child(1):hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 
.required {
	font-size: 12px;
}


/* - brown after header start - */

.eclair-after-header-area {
    margin-top: 5px; 
    display: block;
}

.eclair-after-header-area .ed-wrap {
    margin: 0 -5px;  /* must equal to (space between section x -1) */
}

.eclair-after-header-area section {
    float: left;
    margin: 0;
    position: relative;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
}

.eclair-after-header-area section .ptitle a, .widget.widget_sp_image h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	pointer-events: none;
    position: absolute;
    width: 50%;  /* title area width  */
    height: 30%;  /* title area height  */
    display: block;
    color: #fff;
    letter-spacing: 4px;
    border: none;
    background: rgba(34, 34, 34, 0.47);
    margin: 0;
    margin-left: 25%;  /* must equal to (title area width /2) */
    margin-right: 25%;  /* must equal to (title area width /2) */
    vertical-align: middle;
    top: 30%;  /* distance between title area from top  */
    font-size: 10pt;
    text-align: center;
    line-height: normal;
    padding: 25px 0 0 0;
}

.eclair-after-header-area section .ptitle a:hover, .widget.widget_sp_image h4:hover {
color: #e3e3e3;
}

.eclair-after-header-area section .ptitle a:hover {
   color: #000;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.eclair-after-header-area .ed-wrap a {
    display: block;
    line-height: 0;
}

.eclair-after-header-area section .widget-wrap {
    margin: 5px;  /* space between section  */
    overflow: hidden;
}

/* - brown after header end - */

/*Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.content-sidebar-wrap,
	.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-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

.eclair-after-header-area .widget.widget_sp_image {
    width: 33.3333%;
}

.home article.post .entry-content > a:first-child img {
    max-width: 100%;
}

}


@media only screen and (max-width: 960px) {

	.site-inner,
	.content-sidebar-wrap,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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: 0px 5%;
	}

	.header-image .title-area {
		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;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

home article.post header.entry-header {
    bottom: -280px;
}

.eclair-after-header-area .ed-wrap a img {
    max-width: 120%;
}

}

@media only screen and (min-width: 961px) {

	.home article.post {
	padding-left: 0;
}
}


@media only screen and (max-width: 900px) {

.widget.widget_sp_image h4 {
top: 25%;
}
}

@media only screen and (max-width: 600px) {

.widget.widget_sp_image h4 {
top: 15%;
}
}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 10px;
	}

	.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: 800px) {

.site-inner,
.content-sidebar-wrap, .wrap {
padding-right: 3%;
padding-left: 3%;
}

.content .entry {
margin: 0;
}
}
/*-- mobile navigation --*/
 
nav {
	clear: both;
}
 
/*-- mobile toggles -- */
 
.submenutoggle,
.menutoggle {
	display: none;
	visibility: hidden;
}

/*-- admin bar --*/

.admin-bar .nav-primary , .admin-bar .widget.widget_search {
margin-top: 30px;
}
 
@media only screen and (min-width: 768px) {

.eclair-after-header-area .promote1, .eclair-after-header-area .promote2, .eclair-after-header-area .promote3 {
width: 100%;
}
 
.footer-widgets-2, .footer-widgets-3 {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
}
}

 
@media only screen and (max-width: 768px) {
 
header.site-header {
background-size: 100% !important;
}

.eclair-after-header-area section .ptitle a, .widget.widget_sp_image h4 {
height:40%;
}

.archive.category article {
width: 50%;
}

nav.nav-primary {
    position: relative;
}

.eclair-after-header-area .ed-wrap {
margin: 0;
}

	.menutoggle,
	.submenutoggle {
		display: block;
		font-size: 2em;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		z-index: 9999;
		
	}

	.submenutoggle {
		padding: 18px;
		padding: 1.8rem;
		font-size: 1.0em;
		position: absolute;
		right: 0;
		color: #fff;
		top: 0;
		z-index: 9999;
		text-align: right;
	}
 
	.menutoggle:before {
		content: "\2261";
		line-height: 0.5em;
		font-family: Lato, sans-serif;
		vertical-align: super;
	}
 
	.menutoggle.activated:before {
		content: "\00D7";
		line-height: 1em;
		font-family: Lato, sans-serif;
	}
 
	.submenutoggle:before {
		font-family: fontawesome;
		font-size: 24px;
		content: "\f107";
	}
 
	.submenutoggle.activated:before {
		color: #000;
		font-family: fontawesome;
		font-weight: bold;
		font-size: 24px;
	}

	button.menutoggle.activated {
	border-bottom: none;
	}

	button.menutoggle:hover {
		background: transparent;
	}
	
	button.menutoggle:nth-child(1),
	button .menutoggle:nth-child(1) {
		color: #fff;
		background: #000;
		padding: 0px 30px;
		outline: none;
		top: 0;
		height: 35px;
		width: 100%;
		text-align: left;
		border-radius: 0;
	}
	
	button.menutoggle,
	button .menutoggle {
		color: #000;
		background: #fff;
		padding: 0px 30px;
		outline: none;
		top: 0;
		height: 35px;
		width: 100%;
		text-align: left;
		border-radius: 0;
	}

	button .submenutoggle,
	button.submenutoggle {
		padding: 0 !important;
		margin-top: 10px !important;
		color: #000;
		background: transparent;
		outline: none;
	}

	.submenutoggle:nth-child(1):before,
	.submenutoggle.activated:nth-child(1):before {
		color:#fff;
	}

	button .submenutoggle:nth-child(1),
	button.submenutoggle:nth-child(1) {
		padding: 0 !important;
		margin-top: 10px !important;
		color: #fff !important;
		background: transparent;
		outline: none;
	}

	.admin-bar .nav-primary {
		top: 0;
		margin-top: 0;
	}

 
	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: #000;
		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;
	}
 
	.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: #fff;
		color: #000;
		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;
	}
}

header.site-header {
background-position: center !important;
}

ul#menu-main-menu {
    top: 0;

    width: auto;
    display: block;
}

@media only screen and (max-width: 600px) {
.admin-bar #socialicon , .admin-bar .widget.widget_search , .admin-bar button.menutoggle {
margin-top: 0px;
}

.admin-bar .nav-primary {
margin-top: 50px;
}

.archive.category article {
width: 100%;
}

#wpadminbar {
opacity: 0.8;
}

}

@media only screen and (max-width: 480px) {

.eclair-after-header-area section .ptitle a, .widget.widget_sp_image h4 {
    height: 30%;
    top: 30%;
}

	.site-header {
		width: 100%;
		height: auto;
		margin-bottom: -25px;
		padding: 0;
	}

	#socialicon {
	top: 15px;
	}
.eclair-after-header-area .widget.widget_sp_image {
width: 100%;
}
	.widget.widget_search {
	top: 12px;
	right: 230px;
	left: 15px;
	}

}


@media only screen and (max-width: 320px) {

	.site-header {
		width: 100%;
		height: auto;
		margin-bottom: -25px;
		padding: 0;
	}		


}


@media only screen and (max-width: 240px) {


	.site-header {
		width:100%;
		height:auto;
		padding: 0;margin-top:-25px;
		margin-bottom:-25px;
	}

	
}

/* -- auto mobile header --*/

#ed-auto-mobile-header {
margin: auto;
text-align: center
}