/*
	Theme Name: Chloe 
	Theme URI: http://www.eclairdesigns.com/live/chloe/
	Description: A classic, elegant Wordpress theme created for the Genesis Framework.
	Author: Eclair Designs
	Author URI: http://www.eclairdesigns.com/
 
	Version: 1.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(fontello.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;
}


/*Defaults
---------------------------------------------------------------------------------------------------- */

/*Typographical Elements
--------------------------------------------- */

body {
	background-color: transparent;
	color: #636363;
	font-family: 'Lora', serif;
	font-size: 12px;
	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: #d6c8ae;
	color: #fff;
}

::selection {
	background-color: #d6c8ae;
	color: #fff;
}

a {	
	color: #b49b6b;
	text-decoration: none;
}

a:hover {
	color: #adadad;
}

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: #b49b6b;
    content: "\201C";
    display: block;
    font-size: 51px;
    height: 0;
    left: -25px;
    position: relative;
    top: -23px;
}

.content a.more-link {
	background-color: #3d3d3d;
	clear: both;
	color: #b49b6b;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 30%;
	float:left;
	letter-spacing:2px;
}

.content a.more-link:hover {
	background-color: #adadad;
	color: #fff;
	float:left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*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;
}

.type-page .chloeshare {
display: none;
}

/*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;
}

/*Meta Slider
--------------------------------------------- */
.metaslider .flexslider {
margin: 0 !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: 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;
}

/* Filterable portfolio
---------------------------------------------------------------------------------------------------- */
.post-type-archive-portfolio .archive-description {
 overflow: hidden;
 margin-top: 40px;
}

ul.filter {
 color: #636363;
 list-style: none;
 text-align:center;
}

ul.filter li:first-child {
 margin-left: 0;
}

ul.filter a:hover, ul.filter a.active {
border-bottom: 4px solid #b49b6b;
color: #b49b6b;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#portfolio-cats li {
display: inline-block;
text-align: center;
}

ul.filter a {
 font: 400 8px Roboto Slab, serif;
 color: #636363;
 border-bottom: 4px solid #fff;
 display: block;
 float:left;
 letter-spacing: 2px;
 padding: 0.5rem 1rem;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 0.8rem;
}

.portfolio-content {
	max-width: 100%;
}

.portfolio-item {
 float: left;
 width: 380px;
 position: relative;
}

.portfolio-item a img {
 display: block;
 margin-bottom: 0;
}

.portfolio-overlay h5 {
 color: #b49b6b;
 font: 400 13px Roboto Slab, serif;
 text-align: center;
 letter-spacing: 2px;
 top: 0px;
 margin: 10px;
}

.portfolio-item img:hover, .portfolio-overlay:hover {
 opacity: 0.4;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.clearfix{
 clear: both;
}

/*-----------------------------------------------------------------------------------*
/* Isotope CSS Animations
/*-----------------------------------------------------------------------------------*/
.isotope, .isotope .isotope-item { 
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-ms-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
transition-duration: 0.6s;
}

.isotope { 
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}

.isotope .isotope-item { 
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { 
-webkit-transition-duration: 0s; 
-moz-transition-duration: 0s; 
-ms-transition-duration: 0s; 
-o-transition-duration: 0s; 
transition-duration: 0s;
}

.filterable-portfolio-page .content .entry-header {
 margin-bottom: 1rem;
 margin-bottom: 10px;
}

.filterable-portfolio-page .content .entry-title {
 margin-bottom: 3rem;
 margin-bottom: 30px;
}

/*Forms
--------------------------------------------- */

input,
textarea {
	font: normal 14px Lora, sans-serif;
	font-style: italic;
	text-transform:lowercase;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	letter-spacing: 1px;
	color: #636363;
	padding: 16px;
	width: 100%;
	
}

select {
	font: normal 14px Lora, sans-serif;
	font-style: italic;
	text-transform:lowercase;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	letter-spacing: 1px;
	color: #979797;
	padding: 16px;
	width: 100%;
	
}

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: 400 11px 'Roboto Slab', serif;
	background-color: #3d3d3d;
	margin-top: 5px;
	letter-spacing: 1px;
	border: none;
	color: #b49b6b;
	cursor: pointer;
	font-style: normal;
	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: #b49b6b;
}

.footer-widgets a {
color:  #0c0c0c;
}

.footer-widgets a:hover {
color: #b49b6b;
}

.widget.widget_categories li a {
border-bottom: 1px dotted #b49b6b;
color:  #0c0c0c;
padding: 2px 0;
width: 100%;
display: block;
}

.widget.widget_categories li a:hover {
color:#b49b6b;
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,
.wrap {
	margin: 0 auto;
	max-width: 1150px;
}

.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: 800px;
}

.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: 300px;
}

.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;
}

.comment-notes {
text-align: center;
}

h1.archive-title, h3#reply-title {
    font: 400 16px Roboto Slab, serif;
    text-align: center;
    color: #b49b6b;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Portfolio Page Template
--------------------------------------------- */
#portfolio .more-from-category a {
    display: table;
    clear: both;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight:400;
    color: #b49b6b;
    background-color: #3d3d3d;
}

#portfolio .more-from-category a:hover {
    color: #fff;
    background-color: #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 .featured-content .entry-title {
text-align: center;
}

.chloe-home .site-header .wrap {
	border: none;
}

.chloe-home .content .featuredpost .entry {
	float: left;
	width: 33.33333333333%; /* 340px / 1140px */
	padding:5px;
	margin-bottom: 20px;
}

.chloe-home .featured-content .entry {
	background-color: transparent;
}

.chloe-home .content .featuredpost h4 {
        text-align: center;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	border-buttom: 1px solid #3d3d3d;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: -1px;
}


.chloe-home .content .featuredpost .entry:nth-of-type(3n+3) {
	margin-right: 0;
}

.chloe-home .content .widget:nth-of-type(3n+1) {
	clear: left;
}

.chloe-home .content .featuredpost h4, 
.chloe-home .content .featuredpost ul, 
.chloe-home .content .featuredpost .more-from-category {
    clear: both;
}

/*Search Form
--------------------------------------------- */

.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"] {
	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;
  border: 1px solid #e3e3e3;
  border-radius: 0;
}

.search-form input[type="submit"] {
  display: inline-block;
  width: 40px;
  margin: auto;
  height: 40px;
  border-radius: 100%;
  font-weight: 400;
}

.search-form {
  text-align: center;
}


/*Titles
--------------------------------------------- */

.sidebar .widget-title {
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #b49b6b;	
	letter-spacing: 2px;
	display: inline-block;
  	top: -26px;
  	position: relative;
  	background-color: white;
	padding: 0 10px;
  	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.widget .widget-title a {
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 400;
	color: #b49b6b;	
}

.sidebar section.widget:not(:first-child) {
  text-align: center;
  margin-top: 30px;
}

.sidebar section.widget:not(:first-child) .widget-wrap {
  border-top: 1px solid #b49b6b;
  text-align: center;
  margin-top: 25px;
}

.entry-title {
padding-top: 10px;
color: #b49b6b;
}

.widget.entry-title a {
border:none;
padding-top: -15px;
}

.entry-title a { 
font-weight: 400;
	color: #b49b6b;
}

.entry-title a:hover {
	color: #adadad;
}

.entry-title,
.welcome-message .widget-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: normal;
	margin-bottom: -1px;
}

.after-entry .widget-title {
	font-size: 24px;
}

.footer-widgets .widget-title {
	font-family: 'Roboto Slab', 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-title {
	font-family: 'Lora', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: -25px;
	border: none;
}

.featured-content .entry-title a {
	color: #0c0c0c;
}

.featured-content .entry-title a:hover {
	color: #b49b6b;
}

/*Plugins
---------------------------------------------------------------------------------------------------- */
.sidebar .widget.enews-widget .widget-wrap {
border: none !important;
}

/*Pricing Table
--------------------------------------------- */
#pricingtable .one-third {
text-align: center;
background: #fff;
border: 1px solid #B5A586;
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: #d6c8ae;
    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;
border-bottom: 1px dotted #adadad;
}

#pricingtable ul {
margin: 0;
padding: 10px;
}

.pricingt {
font: 300 16px 'Roboto Slab', serif;
letter-spacing: 2px;
background: #d6c8ae;
color: #3d3d3d;
padding: 20px;
border-bottom: 1px solid #B5A586;
}

.pricingp {
font: 300 35px 'Lora', serif;
font-style: italic;
letter-spacing: 2px;
}

/*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: #3d3d3d;
letter-spacing: 2px;
font-style: normal;
margin-top: -1px;
}

.enews #subbutton:hover {
background-color: #adadad;
color: #fff;
}

.sidebar section.widget.enews-widget .widget-wrap {
border: none;
}

.sidebar .enews {
    background-color: #d4c09a;
    padding: 50px 30px 30px 30px;
    border: none;
}

.sidebar .enews h4.widget-title.widgettitle {
    background-color: transparent;
    color: #3d3d3d;
}

/*Landing Page
--------------------------------------------- */

/*Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: transparent;
    margin: 40px 0;
	
}

.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 {
background-position: center !important;
height: 150px;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	display: block;
	background-size: contain !important;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.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: 1150px;
}


/*Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.2;
	margin-top: -5px;
	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: #b49b6b;
	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: #b49b6b;
  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 #b49b6b;
	background-color: #fff;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu .current-menu-item > a  {
	color: #b49b6b;
	font-size: 12px;
	letter-spacing: 3px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #b49b6b;
	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;
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	background-color: #b49b6b;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 0px;
	letter-spacing: 2px;
	top: 0;
	width: 100%;
	z-index: 9999;
	border: none !important;
}

.nav-primary a {
color:#fff;
}

.nav-primary a:hover {
color:#e3e3e3;
}

.nav-primary .wrap {
	margin: 0;
	max-width: initial;
}

.sub-menu {
margin-top: -2px;
}

.sub-menu a {
text-align: center;
}

.menu-item {
text-align: center;
letter-spacing: 3px;
}

/*Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: transparent;
	font-family: 'Roboto Slab', serif;
	color:  #b49b6b;
	font-size: 12px;
	font-weight: 400;
	text-align: center;

}


.nav-secondary .wrap {
	border-top: 1px solid #b39a6e;
	border-bottom: 1px solid #b39a6e;
}

/* Buttons
--------------------------------------------- */

.home-bottom { 
    display: block;
    overflow: hidden;
}

.home-bottom .ed-wrap {
    margin: 0 -5px;  /* must equal to (space between section x -1) */
}

.home-bottom section {
    float: left;
    margin: 0;
    position: relative;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    width: 100%;
}

.home-bottom .widget-wrap {
    margin: 5px;  /* space between section  */
    overflow: hidden;
    height: 210px;
}

.home-bottom .ptitle a, .widget.widget_sp_image h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    pointer-events: none;
    position: absolute;
    width: 50%;  /* title area width  */
    height: 30%;  /* title area height  */
    display: block;
    color: #fff;
    cursor: pointer;
    letter-spacing: 4px;
    border: none;
    background: transparent;
    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: 40%;  /* distance between title area from top  */
    font-size: 9pt;
    text-align: center;
    line-height: normal;
    padding: 25px 0 0 0;
}

.ed-footer-widget-area {
    margin-top: 29px;
}
.home-bottom section .ptitle a:hover {
   color: #000;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.home-bottom .ed-wrap a {
    display: block;
    line-height: 0;
}

.home-bottom .ed-wrap .ptitle a {
    pointer-events: none;
}

.home-bottom .hb-wrap {
    margin: 0 -5px;
}

.home-bottom .ed-wrap a img {
    min-width: 100%;
}

/* Eclair Designs Frontpage
--------------------------------------------- */

.eclairdesigns-home .home-top {
text-align: center;
margin-top: 20px;
margin-bottom: 40px;
}

.eclairdesigns-home .home-columns {
 display: block;
 vertical-align: top;
}

.eclairdesigns-home .ed-wrap {
    margin: 0;
}

.ed-footer-wrap .widget-title.widgettitle {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 3px;
    color: #b49b6b;
}

.eclairdesigns-home .single-column {
  width: 100%;
}

.eclairdesigns-home .nav-secondary .wrap {
padding: 0 1em;
}

.eclairdesigns-home .footer-widgets .widget-area {
    float: none;
}

.eclairdesigns-home .ed-footer-widget-area .featuredpost .widget-wrap article {
    display: block;
    padding: 10px;
    vertical-align: top;
}

.eclairdesigns-home .ed-footer-widget-area .featuredpost .widget-wrap article a {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.eclairdesigns-home .ed-footer-widget-area .featuredpost .widget-wrap article a img {
    width: 100%;
}

.eclairdesigns-home .ed-footer-widget-area .featuredpost .widget-wrap article .entry-header .entry-title {
    margin: 0;
}

.eclairdesigns-home .ed-footer-widget-area .featuredpost .widget-wrap .widget-title {
    padding: 0 10px;
}

.eclairdesigns-home .home-columns:hover {
   	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.eclairdesigns-home .content {
    float: none;
}

.ed-footer-wrap {
    border-top: 1px solid #b49b6b;
}

.ed-footer-wrap .ed-footer-widget-area .featured-content .widget-wrap {
    margin: 0 -10px;
    text-align: center;
}

.eclairdesigns-home .ed-footer-widget-area .featuredpost .widget-wrap .widget-title {
    margin: auto;
    position: relative;
    text-align: center;
    top: -11px;
    display: block;
    width: 170px;
    background-color: white;
}

.eclairdesigns-home .ed-footer-widget-area .featuredpost .widget-wrap {
    margin: 0 -10px;
}

.banner1 {
margin: 8px 0 19px 0;
border: 1px solid #b39a6e;
}

/*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;
}

.home-bottom {
margin-bottom:25px;
}

.home-middle {
margin-top: 30px;
margin-bottom: 30px;
}

.git {
    font: 400 14px Lora,serif;
    font-style: italic;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

.git p {
margin: 10px 0 10px 0;
color: #fff !important;
}


/*Slider Meta
--------------------------------------------- */
.caption {
background-color: #fff;
color: #b49b6b;
letter-spacing: 2px;
font-family: 'Roboto Slab', serif;
text-align:center;
margin-top: -50px;
}

/*Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 12px;
	color: #0c0c0c;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;	
}

.entry-footer {
border: 1px solid #b49b6b;
margin-top: 10px;
}

.entry-footer .entry-meta {
	font-family: 'Roboto Slab', serif;
	font-size: 400;
	text-transform: uppercase;
	font-size: 11px;
	color: #0c0c0c;
	padding: 5px;
	display: inline-block;
	letter-spacing: 2px;
	
}

.entry-categories,
.entry-tags {
padding: 0 5px 0 5px;
display: inline-block;
}

.cat-item {
	font-size: 13px;
	letter-spacing: 1px;
}


/*Pagination
--------------------------------------------- */
a.paginationthumbnail {
    width: 100px;
}

.pagination {
	clear: both;
}

.archive-pagination {
margin-top: 30px;
text-align: left;
}

.adjacent-entry-pagination {
	margin: 20px 0;
}

.archive-pagination li {
	display: inline;
}

.pagination-previous.alignright a, .pagination-next.alignleft a {
    display: table-cell;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.archive-pagination li a {
	font-family: 'Roboto Slab', serif;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #e3e3e3;
}

.archive-pagination .active a {
	color: #fff;
	background-color: #b49b6b;
}

.archive-pagination li a:hover {
	color: #212121;
	background-color: #b49b6b;
}

.sidebar .widget.widget_archive li {
font-size: 12px;
text-align: center;
}

/*Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
}

.entry-comments-link {
	border-left: 1px solid #b49b6b;
	padding: 0 5px 0 10px;
}

.comment-respond {
margin-top:20px;
}

.entry-pings {
	padding: 40px 40px 16px;
}


h3#reply-title, .entry-comments h3 {
    font-size: 22px;
    text-transform: uppercase;
}

.entry-comments-link a,
.entry-categories a {
color: #b49b6b;
}

.entry-comments-link a:hover,
.entry-categories a:hover {
color: #adadad;
}

.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;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	margin-top: 55px;
}

.sidebar li {
	margin-bottom: 5px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: transparent;
	margin-bottom: 70px;
}

.comment-time, .comment-author {
font-size: 12px;
}

/*Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .enews input {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.footer-widgets .enews #subbutton {
border: none;
color: #b49b6b;
}

.footer-widgets .enews #subbutton:hover {
border: none;
color: #fff;
}

.footer-widgets {
	clear: both;
	margin-top: 60px;
}

.footer-widgets section{
	margin-top:40px;
}

.footer-widgets, .site-footer {
background-color:#d6c8ae;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-3,
.footer-widgets-2,
.footer-widgets-1
 {
	width: 358px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-2 section {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}


/*Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	padding: 40px 0 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
--------------------------*/
.chloeshare {
float: right;
padding: 2px 5px;
}

.chloeshare a {
   display: inline-block;
   font-family: fontello;
   font-size: 15px;
   font-weight: normal;
}

.chloeshare a:hover {
 color: #adadad;
}

.nav-primary, .widget.widget_search{
z-index: 9999;
}

.content .entry-content a {
word-wrap: break-word;
}

/*Woocommerce
--------------------------------------------- */
.woocommerce button.button, .woocommerce #respond input#submit {
   background-color: #3d3d3d !important;
   color: #b49b6b !important;
   font-size: 12px !important;
   width: 30% !important;
   font-family: 'Roboto Slab', 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 form .form-row input.input-text, .woocommerce form .form-row textarea {
border: 1px solid #e3e3e3 !important;
}

.woocommerce .woocommerce-ordering {
margin: 0 5px 0 10px !important;
}

.woocommerce button.button:hover {
   background-color: #adadad !important;
   color: #fff !important;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-message .button:hover {
   background-color: #adadad !important;
   color: #fff !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: #3d3d3d !important;
   color: #b49b6b !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: #3d3d3d !important;
   color: #b49b6b !important;
   width: 10% !important;
   font-weight: 400 !important;
   border-radius: 0 !important;
   text-decoration: none !important;
   font-family: 'Roboto Slab', serif !important;
}

.woocommerce div.product .product_title {
   font-family: 'Roboto Slab', 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: 'Roboto Slab', serif !important;
color: #b49b6b;
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: 'Roboto Slab', 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: #3d3d3d !important;
   color: #b49b6b !important;
   border-radius: 0 !important;
   font-family: 'Roboto Slab', serif !important;
   font-weight: 400 !important;
   letter-spacing: 2px !important;
}

.woocommerce .woocommerce-info {
   border: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce input.button.alt {
   background-color: #3d3d3d !important;
   color: #b49b6b !important;
   border-radius: 0 !important;
   font-family: 'Roboto Slab', serif !important;
   font-weight: 400 !important;
   letter-spacing: 2px !important;
}

.woocommerce .cart_totals h2 {
   text-transform: uppercase !important;
   font-family: 'Roboto Slab', 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: 14px !important;
   text-transform: uppercase !important;
   font-family: 'Roboto Slab', 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: 'Roboto Slab', serif !important;
}

.woocommerce .quantity .qty {
border: 1px solid #e3e3e3;
}

.woocommerce .product_meta {
display: none;
}

#content {
margin-top: 40px;
}

/*fontello
--------------------------*/
.socials a {
color: #b49b6b;
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: #3d3d3d;
color: #b49b6b;
border-radius: 100%;
height: 35px;
width: 35px;
padding:5px;
display: inline-block;
font-size: 14px;
}

.socialicon a:hover {
background-color: #adadad;
color: #fff;
}

.social2 a {
color: #fff;
padding: 5px;
font-size: 16px;
}

.social2 a:hover {
color: #adadad;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.site-header .widget-area {
    margin-top: -5%;
    position: absolute;
    display: block;
    text-align: right;
}

.socialsstop {
color: #b49b6b;
padding: 5px;
display: inline-block;
font-size: 16px;
}

/*profile 
---------------------------------*/
.profile {
	font-family: 'Lora', serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1px;
}

.about img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.about img {
width: 240px;
height: auto;
border-radius: 100%;
border: 0;
overflow: hidden;
}
 
.required {
	font-size: 12px;
}

/*color
---------------------------------------------------------------------------------------------------- */

/*---BLACK---*/
.chloe-black  #portfolio .more-from-category a {
    color: #fff;
    background-color: #3d3d3d;
}

.chloe-black  #portfolio .more-from-category a:hover {
    color: #fff;
    background-color: #adadad;
}

.chloe-black .ed-footer-wrap  {
    border-top: 1px solid #3d3d3d !important;
}

.chloe-black .social2 a {
	color: #000;
}

.chloe-black .social2 a:hover {
	color: #929292;
}

.chloe-black .sidebar .widget-title, .chloe-black .socials a, .chloe-black .entry-title, .chloe-black .genesis-nav-menu .sub-menu a  {
	color: #3d3d3d;
}

.chloe-black blockquote::before, .chloe-black .entry-time, .chloe-black .footer-widgets .widget-title {	
	color: #3d3d3d;
}

.chloe-black .entry-comments-link a, .chloe-black .entry-categories a {
	color: #adadad;
}

.chloe-black .entry-comments-link a:hover, .chloe-black .entry-categories a:hover {
	color: #e3e3e3;
}

.chloe-black .entry-comments-link {
	border-left: 1px solid #3d3d3d;
}

.chloe-black .nav-secondary .sub-menu a:hover, .chloe-black .nav-primary {
	background-color: #3d3d3d;
	color: #fff;
}

.chloe-black .entry-footer {
border: 1px solid #3d3d3d;
}

.chloe-black .entry-title a:hover, .chloe-black .socials a:hover {
color: #e3e3e3;
}

.chloe-black .nav-secondary .wrap {
border-top: 1px solid #3d3d3d;
border-bottom: 1px solid #3d3d3d;
}

.chloe-black .nav-primary a {
color: #fff;
}

.chloe-black .footer-widgets-2 section {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.chloe-black .nav-primary a:hover {
color: #272727;
}

.chloe-black .entry-title a, .chloe-black li .sub-menu:before, .chloe-black .nav-secondary a, .chloe-black .ed-footer-wrap .widget-title.widgettitle {	
	color: #3d3d3d;
}

.chloe-black .genesis-nav-menu .sub-menu {
	border: 1px solid #3d3d3d;
}

.chloe-black .archive-pagination li a:hover {
color: #fff;
background-color: #3d3d3d;
}

.chloe-black .nav-primary .sub-menu a {
	color: #fff;
}

.chloe-black .footer-widgets, .chloe-black .site-footer {
background-color: #ececec;
}

.chloe-black .nav-primary .sub-menu a:hover {
	background-color: #3d3d3d;
	color: #fff;
}

.chloe-black a:hover,
.chloe-black .archive-pagination li a {
color: #929292 !important;
}

.chloe-black .archive-pagination .active a {
color: #fff;
background-color: #3d3d3d;
}

.chloe-black input[type="submit"], .chloe-black .footer-widgets .enews #subbutton {
background-color: #3d3d3d !important;
color: #fff !important;
}

.chloe-black .woocommerce a.button.alt, .chloe-black div.product form.cart .button, .chloe-black .woocommerce .cart .button, .chloe-black .woocommerce .cart input.button, .chloe-black .woocommerce input.button.alt {
background-color: #3d3d3d !important;
color: #fff !important;
}

.chloe-black .woocommerce-message .button {
background-color: #3d3d3d !important;
color: #fff !important;
}

.chloe-black .git {
color: #000;
}

.chloe-black .woocommerce a.button.alt:hover, .chloe-black div.product form.cart .button:hover, .chloe-black .woocommerce .woocommerce-message .button:hover, .chloe-black .woocommerce .cart .button:hover, .chloe-black .woocommerce .cart input.button:hover, .chloe-black .woocommerce input.button.alt:hover {
background-color: #e3e3e3 !important;
color: #fff !important;
}

.chloe-black h3 {
color: #3d3d3d !important;
}

.chloe-black h3:hover {
color: #e3e3e3 !important;
}

.chloe-black input[type="submit"]:hover, .chloe-black .footer-widgets .enews #subbutton:hover, .chloe-black .woocommerce div.product form.cart .button:hover {
background-color: #e3e3e3;
color: #fff;
}

.chloe-black .content a.more-link {
color: #fff;
background-color: #3d3d3d;
}

.chloe-black .content a.more-link:hover {
color: #fff;
background-color: #e3e3e3;
}

.chloe-black .widget.widget_categories li a {
color: #3d3d3d;
}

.chloe-black .widget.widget_categories li a:hover {
color: #e3e3e3;
}

.chloe-black .site-description {
	color:#3d3d3d;
}

.chloe-black .socialicon a{
color: #fff;
background-color: #3d3d3d;
}

.chloe-black .socialicon a:hover {
color: #fff;
background-color: #939393;
}

.chloe-black .site-footer {
	color: #3d3d3d;
}

.chloe-black .footer-widgets .enews input {
    background-color:transparent;
    border: 2px solid #9e9e9e;
    color: #9e9e9e;
}

.chloe-black ::selection {
	background-color: #3d3d3d;
	color: #fff;
}

.chloe-black .submenutoggle:before {
color: #3d3d3d;
}

.chloe-black .sidebar li a {
color: #3d3d3d;
}

.chloe-black .sidebar li a:hover {
color: #e3e3e3;
}

.chloe-black .chloeshare a {
color: #3d3d3d;
}

.chloe-black .chloeshare a:hover {
color: #e3e3e3;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.chloe-black .entry-header .entry-time, .chloe-black a  {
color: #919191;
}

.chloe-black .site-footer a {
	color: #3d3d3d;
}

.chloe-black .sidebar section.widget:not(:first-child) .widget-wrap {
border-top: 1px solid #3d3d3d;
}

.chloe-black .site-footer a:hover {
	color: #e3e3e3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chloe-black button.menutoggle,
.chloe-black button .menutoggle {
	color: #3d3d3d;
	}

.chloe-black hr#left-line, .chloe-black hr#right-line {
background: #3d3d3d;
}

.chloe-black .sidebar .enews {
background-color: #ececec;
}

/*---MINT---*/
.chloe-mint  #portfolio .more-from-category a {
    color: #fff;
    background-color: #d4e3df;
}

.chloe-mint  #portfolio .more-from-category a:hover {
    color: #fff;
    background-color: #cebe92;
}

.chloe-mint .enews #subbutton:hover {
   color: #fff;
   background-color: #e3e3e3;
}

.chloe-mint .ed-footer-wrap  {
    border-top: 1px solid #8f8f8f !important;
}


.chloe-mint .social2 a {
	color: #d4e3df;
}

.chloe-mint .social2 a:hover {
	color: #e3e3e3;
}

.chloe-mint .sidebar .widget-title, .chloe-mint .entry-categories, .chloe-mint .sidebar .enews h4.widget-title.widgettitle {
	color: #7e7e7e;
} 

.chloe-mint .widget.widget_categories li a {
	border-bottom: 1px dotted #8f8f8f;
}

.chloe-mint .footer-widgets a {
	color: #9e9e9e;
} 

.chloe-mint .footer-widgets a:hover {
	color: #e3e3e3;
} 

.chloe-mint .socials a {
	color: #d4e3df;
}

.chloe-mint blockquote::before, .chloe-mint .entry-time {	
	color: #d4e3df;
}

.chloe-mint .footer-widgets .widget-title {
color: #9e9e9e;
}

.chloe-mint .entry-comments-link a, .chloe-mint .entry-categories a {
	color: #cebe92;
}

.chloe-mint .entry-comments-link a:hover, .chloe-mint .entry-categories a:hover {
	color: #d4e3df;
}

.chloe-mint .entry-comments-link {
	border-left: 1px solid #7e7e7e;
}

.chloe-mint .genesis-nav-menu .sub-menu a:hover, .chloe-mint .nav-primary {
	background-color: #8f8f8f;
	color: #fff;
}

.chloe-mint .entry-footer {
border: 1px solid #8f8f8f;
}

.chloe-mint .entry-title a:hover, .chloe-mint .socials a:hover {
color: #cebe92;
}

.chloe-mint .nav-secondary .wrap {
border-top: 1px solid #8f8f8f;
border-bottom: 1px solid #8f8f8f;
}

.chloe-mint .nav-primary a {
color: #7e7e7e;
}

.chloe-mint .genesis-nav-menu a:hover {
color:#d4e3df;
}

.chloe-mint .entry-title a, .chloe-mint li .sub-menu:before, .chloe-mint .ed-footer-wrap .widget-title.widgettitle {	
	color: #7e7e7e;
}

.chloe-mint .nav-secondary a, .chloe-mint .entry-title, .chloe-mint .genesis-nav-menu .sub-menu a {
	color: #7e7e7e;
}

.chloe-mint .genesis-nav-menu .sub-menu {
	border: 1px solid #7e7e7e;
}

.chloe-mint .archive-pagination li a:hover {
color: #fff;
background-color: #d4e3df;
}

.chloe-mint .woocommerce a.button.alt, .chloe-mint div.product form.cart .button, .chloe-mint .woocommerce .cart .button, .chloe-mint .woocommerce .cart input.button, .chloe-black .woocommerce input.button.alt {
background-color: #cebe92 !important;
color: #fff !important;
}

.chloe-mint .woocommerce-message .button {
background-color: #cebe92 !important;
color: #fff !important;
}

.chloe-mint .woocommerce a.button.alt:hover, .chloe-mint div.product form.cart .button:hover, .chloe-mint .woocommerce .woocommerce-message .button:hover, .chloe-mint .woocommerce .cart .button:hover, .chloe-mint .woocommerce .cart input.button:hover, .chloe-mint .woocommerce input.button.alt:hover {
background-color: #e3e3e3 !important;
color: #fff !important;
}

.chloe-mint .price, .chloe-mint .amount {
color: #d4e3df !important;
}

.chloe-mint h3, .chloe-mint div.product .product_title {
color: #7e7e7e !important;
}

.chloe-mint h3:hover {
color: #e3e3e3 !important;
}

.chloe-mint .nav-primary .sub-menu a {
	color: #fff;
}

.chloe-mint .footer-widgets, .chloe-mint .site-footer {
background-color: #f4f2ee;
}

.chloe-mint .nav-primary .sub-menu a:hover {
	background-color: #7e7e7e;
	color: #fff;
}

.chloe-mint a:hover,
.chloe-mint .archive-pagination li a {
color: #929292;
}

.chloe-mint .archive-pagination .active a {
color: #fff;
background-color: #d4e3df;
}

.chloe-mint input[type="submit"] {
background-color: #cebe92;
color: #fff;
}

.chloe-mint input[type="submit"]:hover {
background-color: #e3e3e3;
color: #fff;
}

.chloe-mint .content a.more-link {
color: #fff;
background-color: #d4e3df;
}

.chloe-mint .content a.more-link:hover {
color: #fff;
background-color: #e3e3e3;
}

.chloe-mint .widget.widget_categories li a {
color: #7e7e7e;
}

.chloe-mint .widget.widget_categories li a:hover {
color: #e3e3e3;
}

.chloe-mint .site-description {
	color: #d4e3df;
}

.chloe-mint .socialicon a{
color: #fff;
background-color: #d4e3df;
}

.chloe-mint .socialicon a:hover {
color: #fff;
background-color: #939393;
}

.chloe-mint .site-footer {
	color: #7e7e7e;
}

.chloe-mint ::selection {
	background-color: #cebe92;
	color: #fff;
}

.chloe-mint .submenutoggle:before {
color: #7e7e7e;
}

.chloe-mint .sidebar li a {
color: #7e7e7e;
}

.chloe-mint .sidebar li a:hover {
color: #d4e3df;
}

.chloe-mint .git {
color: #9e9e9e;
}

.chloe-mint .footer-widgets-2 section {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.chloe-mint .chloeshare a {
color: #d4e3df;
}

.chloe-mint .chloeshare a:hover {
color: #e3e3e3;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.chloe-mint .entry-header .entry-time, .chloe-mint a  {
color: #cebe92;
}

.chloe-mint .enews #subbutton {
background-color: #cebe92;
color: #fff;
}

.chloe-mint .site-footer a {
	color: #7e7e7e;
}

.chloe-mint .sidebar section.widget:not(:first-child) .widget-wrap {
border-top: 1px solid #8f8f8f;
}

.chloe-mint .nav-primary {
background-color: #d4e3df;
}

.chloe-mint .footer-widgets .enews input {
    background-color:transparent;
    border: 2px solid #9e9e9e;
    color: #9e9e9e;
}

.chloe-mint .site-footer a:hover {
	color: #e3e3e3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chloe-mint button.menutoggle,
.chloe-mint button .menutoggle {
	color: #cebe92;
	}

.chloe-mint hr#left-line, .chloe-mint hr#right-line {
background: #8f8f8f;
}

.chloe-mint .sidebar .enews {
background-color: #d4e3df;
}

/*---CORAL---*/

.chloe-coral  #portfolio .more-from-category a {
    color: #fff;
    background-color: #ffbdb2;
}

.chloe-coral  #portfolio .more-from-category a:hover {
    color: #fff;
    background-color: #e3e3e3;
}

.chloe-coral .enews #subbutton:hover {
   color: #fff;
   background-color: #e3e3e3;
}

.chloe-coral .ed-footer-wrap  {
    border-top: 1px solid #8f8f8f !important;
}


.chloe-coral .social2 a {
	color: #ffbdb2;
}

.chloe-coral .social2 a:hover {
	color: #e3e3e3;
}

.chloe-coral .sidebar .widget-title, .chloe-coral .entry-categories, .chloe-coral .sidebar .enews h4.widget-title.widgettitle, .chloe-coral .genesis-nav-menu .sub-menu a {
	color: #7e7e7e;
} 

.chloe-coral .widget.widget_categories li a {
	border-bottom: 1px dotted #8f8f8f;
}

.chloe-coral .footer-widgets a {
	color: #9e9e9e;
} 

.chloe-coral .footer-widgets a:hover {
	color: #e3e3e3;
} 

.chloe-coral .socials a {
	color: #ffbdb2;
}

.chloe-coral .git {
color: #9e9e9e;
}

.chloe-coral blockquote::before, .chloe-coral .entry-time {	
	color: #ffbdb2;
}

.chloe-coral .footer-widgets .widget-title {
color: #9e9e9e;
}

.chloe-coral .entry-comments-link a, .chloe-coral .entry-categories a {
	color: #ffbdb2;
}

.chloe-coral .entry-comments-link a:hover, .chloe-coral .entry-categories a:hover {
	color: #ffbdb2;
}

.chloe-coral .entry-comments-link {
	border-left: 1px solid #7e7e7e;
}

.chloe-coral .genesis-nav-menu .sub-menu a:hover, .chloe-coral .nav-primary {
	background-color: #8f8f8f;
	color: #fff;
}

.chloe-coral .entry-footer {
border: 1px solid #8f8f8f;
}

.chloe-coral .entry-title a:hover {
color: #ffbdb2;
}

.chloe-coral .socials a:hover {
color: #e3e3e3;
}

.chloe-coral .nav-secondary .wrap {
border-top: 1px solid #8f8f8f;
border-bottom: 1px solid #8f8f8f;
}

.chloe-coral .footer-widgets-2 section {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.chloe-coral .nav-primary a {
color: #7e7e7e;
}

.chloe-coral .genesis-nav-menu a:hover {
color: #ffbdb2;
}

.chloe-coral .entry-title a, .chloe-coral li .sub-menu:before, .chloe-coral .ed-footer-wrap .widget-title.widgettitle {	
	color: #7e7e7e;
}

.chloe-coral .nav-secondary a, .chloe-mint .entry-title {
	color: #7e7e7e;
}

.chloe-coral .genesis-nav-menu .sub-menu {
	border: 1px solid #7e7e7e;
}

.chloe-coral .archive-pagination li a:hover {
color: #fff;
background-color: #ffbdb2;
}

.chloe-coral .woocommerce a.button.alt, .chloe-coral div.product form.cart .button, .chloe-coral .woocommerce .cart .button, .chloe-coral .woocommerce .cart input.button, .chloe-coral .woocommerce input.button.alt {
background-color: #ffbdb2 !important;
color: #fff !important;
}

.chloe-coral .woocommerce-message .button {
background-color: #ffbdb2 !important;
color: #fff !important;
}

.chloe-coral .woocommerce a.button.alt:hover, .chloe-coral div.product form.cart .button:hover, .chloe-coral .woocommerce .woocommerce-message .button:hover, .chloe-coral .woocommerce .cart .button:hover, .chloe-coral .woocommerce .cart input.button:hover, .chloe-coral .woocommerce input.button.alt:hover {
background-color: #e3e3e3 !important;
color: #fff !important;
}

.chloe-coral h3, .chloe-coral div.product .product_title {
color: #7e7e7e !important;
}

.chloe-coral .price, .chloe-coral .amount {
color: #ffbdb2 !important;
}

.chloe-coral h3:hover {
color: #e3e3e3 !important;
}

.chloe-coral .nav-primary .sub-menu a {
	color: #fff;
}

.chloe-coral .footer-widgets, .chloe-coral .site-footer {
background-color: #eeeeee;
}

.chloe-coral .nav-primary .sub-menu a:hover {
	background-color: #7e7e7e;
	color: #fff;
}

.chloe-coral a:hover,
.chloe-coral .archive-pagination li a {
color: #929292;
}

.chloe-coral .archive-pagination .active a {
color: #fff;
background-color: #ffbdb2;
}

.chloe-coral input[type="submit"] {
background-color: #ffbdb2;
color: #fff;
}

.chloe-coral input[type="submit"]:hover {
background-color: #939393;
color: #fff;
}

.chloe-coral .content a.more-link {
color: #fff;
background-color: #ffbdb2;
}

.chloe-coral .content a.more-link:hover {
color: #fff;
background-color: #939393;
}

.chloe-coral .widget.widget_categories li a {
color: #7e7e7e;
}

.chloe-coral .widget.widget_categories li a:hover {
color: #939393;
}

.chloe-coral .site-description {
	color: #ffbdb2;
}

.chloe-coral .socialicon a{
color: #fff;
background-color: #ffbdb2;
}

.chloe-coral .socialicon a:hover {
color: #fff;
background-color: #939393;
}

.chloe-coral .site-footer {
	color: #7e7e7e;
}

.chloe-coral .nav-primary {
background-color: #ffbdb2;
}

.chloe-coral ::selection {
	background-color: #ffbdb2;
	color: #fff;
}

.chloe-coral .submenutoggle:before {
color: #7e7e7e;
}

.chloe-coral .sidebar li a {
color: #7e7e7e;
}

.chloe-coral .sidebar li a:hover {
color: #ffbdb2;
}

.chloe-coral .chloeshare a {
color: #ffbdb2;
}

.chloe-coral .chloeshare a:hover {
color: #e3e3e3;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.chloe-coral .entry-header .entry-time, .chloe-coral a  {
color: #ffbdb2;
}

.chloe-coral .enews #subbutton {
background-color: #ffbdb2;
color: #fff;
}

.chloe-coral .site-footer a {
	color: #7e7e7e;
}

.chloe-coral .sidebar section.widget:not(:first-child) .widget-wrap {
border-top: 1px solid #8f8f8f;
}

.chloe-coral .site-footer a:hover {
	color: #e3e3e3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chloe-coral button.menutoggle,
.chloe-coral button .menutoggle {
	color: #ffbdb2;
	}

.chloe-coral hr#left-line, .chloe-coral hr#right-line {
background: #8f8f8f;
}

.chloe-coral .footer-widgets .enews input {
    background-color:transparent;
    border: 2px solid #9e9e9e;
    color: #9e9e9e;
}

.chloe-coral .sidebar .enews {
background-color: #eeeeee;
}

/*---PINK---*/
.chloe-pink .git {
color: #9e9e9e;
}

.chloe-pink .footer-widgets .enews input {
    background-color:transparent;
    border: 2px solid #9e9e9e;
    color: #9e9e9e;
}

.chloe-pink .footer-widgets .enews #subbutton {
border: none;
color: #7e7e7e;
}

.chloe-pink  #portfolio .more-from-category a {
    color: #fff;
    background-color: #cebe92;
}

.chloe-pink .chloe-home .content .featuredpost h4 {
   color: #7e7e7e;
}

.chloe-pink  #portfolio .more-from-category a:hover {
    color: #7e7e7e;
    background-color: #faddd7;
}

.chloe-pink .enews #subbutton:hover {
   color: #fff;
   background-color: #cebe92;
}

.chloe-pink .ed-footer-wrap  {
    border-top: 1px solid #8f8f8f !important;
}


.chloe-pink .social2 a {
	color: #faddd7;
}

.chloe-pink .social2 a:hover {
	color: #cebe92;
}

.chloe-pink .sidebar .widget-title, .chloe-pink .entry-categories, .chloe-pink .sidebar .enews h4.widget-title.widgettitle, .chloe-pink .genesis-nav-menu .sub-menu a {
	color: #7e7e7e;
} 

.chloe-pink .widget.widget_categories li a {
	border-bottom: 1px dotted #8f8f8f;
}

.chloe-pink .footer-widgets a {
	color: #9e9e9e;
} 

.chloe-pink .footer-widgets a:hover {
	color: #e3e3e3;
} 

.chloe-pink .socials a {
	color: #cebe92;
}

.chloe-pink blockquote::before, .chloe-pink .entry-time {	
	color: #faddd7;
}

.chloe-pink .footer-widgets .widget-title {
color: #9e9e9e;
}

.chloe-pink .entry-comments-link a, .chloe-pink .entry-categories a {
	color: #cebe92;
}

.chloe-pink .entry-comments-link a:hover, .chloe-pink .entry-categories a:hover {
	color: #faddd7;
}

.chloe-pink .entry-comments-link {
	border-left: 1px solid #7e7e7e;
}

.chloe-pink .genesis-nav-menu .sub-menu a:hover, .chloe-pink .nav-primary {
	background-color: #8f8f8f;
	color: #fff;
}

.chloe-pink .entry-footer {
border: 1px solid #8f8f8f;
}

.chloe-pink .entry-title a:hover {
color: #faddd7;
}

.chloe-pink .socials a:hover {
color:#faddd7;
}

.chloe-pink .nav-secondary .wrap {
border-top: 1px solid #8f8f8f;
border-bottom: 1px solid #8f8f8f;
}

.chloe-pink .footer-widgets-2 section {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.chloe-pink .nav-primary {
background-color: #faddd7;
border: none !important;
}

.chloe-pink .nav-primary a {
color: #7e7e7e;
}

.chloe-pink .genesis-nav-menu a:hover {
color: #faddd7;
}

.chloe-pink .entry-title a, .chloe-pink li .sub-menu:before, .chloe-pink .ed-footer-wrap .widget-title.widgettitle {	
	color: #7e7e7e;
}

.chloe-pink .nav-secondary a, .chloe-pink .entry-title {
	color: #7e7e7e;
}

.chloe-pink .genesis-nav-menu .sub-menu {
	border: 1px solid #7e7e7e;
}

.chloe-pink .archive-pagination li a:hover {
color: #7e7e7e;
background-color: #faddd7;
}

.chloe-pink .woocommerce a.button.alt, .chloe-pink div.product form.cart .button, .chloe-pink .woocommerce .cart .button, .chloe-pink .woocommerce .cart input.button, .chloe-pink .woocommerce input.button.alt {
background-color: #faddd7 !important;
color: #7e7e7e !important;
}

.chloe-pink .woocommerce-message .button {
background-color: #faddd7 !important;
color: #7e7e7e !important;
}

.chloe-pink .woocommerce a.button.alt:hover, .chloe-pink div.product form.cart .button:hover, .chloe-pink .woocommerce .woocommerce-message .button:hover, .chloe-pink .woocommerce .cart .button:hover, .chloe-pink .woocommerce .cart input.button:hover, .chloe-pink .woocommerce input.button.alt:hover {
background-color: #cebe92 !important;
color: #7e7e7e !important;
}

.chloe-pink h3, .chloe-pink div.product .product_title {
color: #7e7e7e !important;
}

.chloe-pink .price, .chloe-pink .amount {
color: #cebe92 !important;
}

.chloe-pink h3:hover {
color: #e3e3e3 !important;
}

.chloe-pink .nav-primary .sub-menu a {
	color: #fff;
}

.chloe-pink .footer-widgets, .chloe-pink .site-footer {
background-color: #eeeeee;
}

.chloe-pink .nav-primary .sub-menu a:hover {
	background-color: #7e7e7e;
	color: #fff;
}

.chloe-pink a:hover,
.chloe-pink .archive-pagination li a {
color: #929292;
}

.chloe-pink .archive-pagination .active a {
color: #7e7e7e;
background-color: #faddd7;
}

.chloe-pink input[type="submit"] {
background-color: #cebe92;
color: #fff;
}

.chloe-pink input[type="submit"]:hover {
background-color: #faddd7;
color: #7e7e7e;
}

.chloe-pink .content a.more-link {
color: #7e7e7e;
background-color: #faddd7;
}

.chloe-pink .content a.more-link:hover {
color: #fff;
background-color: #cebe92;
}

.chloe-pink .widget.widget_categories li a {
color: #7e7e7e;
}

.chloe-pink .widget.widget_categories li a:hover {
color: #939393;
}

.chloe-pink .site-description {
	color: #faddd7;
}

.chloe-pink .socialicon a{
color: #7e7e7e;
background-color: #faddd7;
}

.chloe-pink .socialicon a:hover {
color: #fff;
background-color: #939393;
}

.chloe-pink .site-footer {
	color: #7e7e7e;
}

.chloe-pink ::selection {
	background-color: #faddd7;
	color: #fff;
}

.chloe-pink .submenutoggle:before {
color: #7e7e7e;
}

.chloe-pink .sidebar li a {
color: #7e7e7e;
}

.chloe-pink .sidebar li a:hover {
color: #faddd7;
}

.chloe-pink .chloeshare a, .chloe-pink a  {
color: #faddd7;
}

.chloe-pink .chloeshare a:hover {
color: #cebe92;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.chloe-pink .entry-header .entry-time {
color: #cebe92;
}

.chloe-pink .enews #subbutton {
background-color: #faddd7;
color: #7e7e7e;
}

.chloe-pink .site-footer a {
	color: #7e7e7e;
}

.chloe-pink .sidebar section.widget:not(:first-child) .widget-wrap {
border-top: 1px solid #8f8f8f;
}

.chloe-pink .site-footer a:hover {
	color: #e3e3e3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chloe-pink button.menutoggle,
.chloe-pink button .menutoggle {
	color: #faddd7;
	}

.chloe-pink hr#left-line, .chloe-pink hr#right-line {
background: #8f8f8f;
}

.chloe-pink .sidebar .enews {
background-color: #eeeeee;
}


/*Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1179px) {
 .portfolio-item {
 width: 22%;
 }
}

@media only screen and (max-width: 1023px) {
 .portfolio-item {
 width: 30%;
 }
}

@media only screen and (max-width: 500px) {
 .portfolio-item {
 width: 100%;
 }
}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.site-header .widget-area,
	.wrap {
		max-width: 980px;
	}

	.home-bottom .widget-wrap {
	height: 160px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}

	.content,
	.site-header .widget-area {
		width: 630px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}


	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets .wrap .widget-area {
	width: 31.33333% !important;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 990px) {

	.site-inner,
	.site-header .widget-area,
	.enews {
	padding: 0 10px 10px 10px;
}


}


@media only screen and (max-width: 960px) {

	.site-inner,
	.site-header .widget-area,
	.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%;
	}

	.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;
	}

}

@media only screen and (max-width: 960px) {

	.socialstop {
		position: initial;
		}
}

@media only screen and (max-width: 800px) {

	.nav-secondary {
	padding: 0 10px;
	}

	body {
		background-color: transparent;
		font-size: 16px;
	}

	.widget.widget_sp_image h4 {
	top: 30%;
	}

	.home-bottom .widget-wrap {
	height: 130px;
	}

	.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%;
}

}

/*-- 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 (max-width: 782px) {
.admin-bar .nav-primary , .admin-bar .widget.widget_search , .admin-bar button.menutoggle {
margin-top: 46px;
}
}
 
@media only screen and (min-width: 768px) {
 
	nav {
		display: block !important;
	}

.footer-widgets .wrap .widget-area {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
}

.eclairdesigns-home .three-column {
 width: 33.3333%;
}

.eclairdesigns-home .home-left.lr-column, .eclairdesigns-home .home-right.lr-column {
  width: 50%;
}

.eclairdesigns-home .home-center.lm-column, .eclairdesigns-home .home-center.mr-column {
  width: 75%;
}

.eclairdesigns-home .home-left.lm-column {
  width: 25%;
}

.eclairdesigns-home .home-right.mr-column {
  width: 25%;
}

.eclairdesigns-home .ed-footer-widget-area .featuredpost .widget-wrap article {
    display: inline-block;
    width: 20%;
}

.eclairdesigns-home .home-columns {
 display: inline-block;
}

}

 
@media only screen and (max-width: 767px) {
article.portfolio-item {
width: 100% !important;
}

#pricingtable .one-third {
width: 100%;
}

.widget.widget_sp_image h4 {
top: 25%;
}

	.home-bottom .widget-wrap {
	height: 130px;
	}
 
header.site-header {
background-size: 100% !important;
}

.chloeshare {
float: left;
}

	.menutoggle,
	.submenutoggle {
		display: block;
		font-size: 3em;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		z-index: 9999;
		
	}

	.submenutoggle {
		padding: 18px;
		padding: 1.8rem;
		font-size: 1.8em;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9999;
		text-align: right;
	}
 
	.menutoggle:before {
		content: "\2261";
		vertical-align: super;
	}
 
	.menutoggle.activated:before {
		content: "\2261";
	}
 
	.submenutoggle:before {
		content: "+";
	}
 
	.submenutoggle.activated:before {
		content: "+";
	}

	button.menutoggle.activated {
	border-bottom: none;
	}
	
	button.menutoggle,
	button .menutoggle {
		color: #b49b6b;
		background: #fff;
		padding: 0px 30px;
		outline: none;
		top: 0;
		height: 51px;
		width: 100%;
		text-align: left;
		border-radius: 0;
	}

	button .submenutoggle,
	button.submenutoggle {
		padding: 0 !important;
		margin-top: 5px !important;
		color: #b49b6b;
		background: transparent;
		outline: none;
	}
	
	.eclairdesigns-home .nav-secondary .wrap {
	padding: 0;
	}

	.nav-secondary .wrap {
	margin: 10px 0;
	border: 1px solid #b39a6e;
	}

	.admin-bar .nav-primary {
		top: 0;
		margin-top: 107px;
	}

 
	nav {
		display: none;
		position: relative;
	}

	.nav-secondary a,
	.genesis-nav-menu a {
		padding: 5px;
		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: #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;
	}
.home-bottom .widget-wrap {
margin: 5px 0;
}
}

header.site-header {
background-position: center !important;
}

ul#menu-main-menu {
    top: 0;

    width: auto;
    display: block;
}

/*-- admin bar --*/

@media only screen and (max-width: 757px) {
header.site-header {
background-size: 70% !important;
margin-top: -20px;
}
}

@media only screen and (max-width: 600px) {
header.site-header {
background-size: 70% !important;
margin-top: -20px;
}

.admin-bar .nav-primary {
margin-top: 50px;
}

#wpadminbar {
opacity: 0.8;
}

}

@media only screen and (max-width: 480px) {

.widget.widget_sp_image h4 {
top: 27%;
}

.title-area .site-title a {
height: 110px;
}

button.menutoggle {
background: transparent;
}

.eclairdesigns-home .home-top {
margin-bottom: 20px;
}

.home-middle {
margin-top: 10px;
margin-bottom: 10px;
}

.home-bottom .widget-wrap {
height: 150px;
}

.title-area .site-title a {
height: 100px;
}

	.site-header {
		width: 100%;
		height: auto;
		margin-bottom: -25px;
		padding: 0;
	}

	#socialicon {
	top: 15px;
	}

	.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-bottom:-25px;
	}

	
}


/*-- menu line --*/

div#menu-line {
  text-align: center;
  overflow: hidden;
  margin-bottom: -21px;
  background: transparent;
  position: relative;
}

div#left-side, div#right-side {
  display: inline-block;
  overflow: visible;
  width: 0;
}

hr#left-line, hr#right-line {
  border-width: 1px;
  border-style: none;
  height: 1px;
  background: #b49b6b;
}

hr#left-line {
  width: 9999px;
  right: 0;
  float: right;
  position: relative;
}


div#mid-space {
  display: inline-block;
  width: 150px;	 /* space between */
}

div#right-side, div#left-side {
  position: relative;
}

hr#right-line {
  width: 9999px;
  left: 0;
  position: relative;
}

/* -- auto mobile header --*/

#ed-auto-mobile-header {
margin: auto;
text-align: center
}

/* -- portfolio -- */

article.portfolio-item {
    width: 33.3333%;
   
    display: inline-block;
    padding: 15px;
}

article.portfolio-item a {
    display: block;
} 

.portfolio-item a img {
    margin: auto;
    width: 100%;
}

#portfolio-wrap {
    margin: 0 -15px;
}

.portfolio-overlay {
    max-width: 100%;
}