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

*/
 

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


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

html,
input[type="search"]{
	-webkit-appearance: none;
    border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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


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

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

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.icon-up-open:before {
	    padding: 9.5px;
}

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

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

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

/* Chrome fix */
body > div {
    font-size: 1.4rem;
}

body {
	color: #222222;
	letter-spacing: 1px;
	font-family: Lora, serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-appearance: none;
    border-radius: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

p {
	margin: 0 0 20px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

a.more-link2 i {
	font-style: italic;
	font-size: 16px;
	font-family: Arapey, serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Playfair Display, serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Instagram Landing Page
---------------------------------------------------------------------------------------------------- */

.poppy-instagram .footer-content p {
        font: 300 11px Montserrat, sans-serif;
        letter-spacing: 2px;
}

.poppy-instagram .widget-title.widgettitle {
text-align: center;
font: 400 16px Playfair Display, serif;
letter-spacing: 2px;
font-style: italic;
}

.poppy-instagram .content .entry {
    margin-bottom: 0;
	padding: 0;
}

.poppy-instagram .widget {
margin: 50px 0 40px 0;
}

.poppy-instagram, body.custom-background.poppy-instagram {
background: #fbf5f3;
}

.poppy-instagram .site-inner {
	background: #fbf5f3 none repeat scroll 0 0;
	padding: 0 65px;
        max-width: 800px;
        margin: 0 auto;
}

.poppy-instagram .content .entry {
	border: 0;
}


.poppy-instagram p {
	text-align: center;
}

.poppy-instagram .featured-content .entry-title a, .poppy-instagram .featured-content .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 50px 0;
	text-align: center;
}

.poppy-instagram .content .entry article {
	width: 50%;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.poppy-instagram .menu-item {
        background: #fff;
        font: 300 12px Montserrat, sans-serif;
        letter-spacing: 2px;
	margin-bottom: 20px;
	padding: 20px;
        color: #313131;
	text-align: center;
	text-decoration: none;
}

.poppy-instagram .menu-item a:hover {
      color: #ebcbc8;
}

.poppy-instagram .aligncenter {
	margin: 0 auto 10px;
}

.poppy-instagram .menu-item a {
color: #000;
}

.poppy-instagram .menu-item a,
.poppy-instagram a {
	border-bottom: 0;
	text-decoration: none;
}

.page-template-instagram_landing.poppy-instagram .title-area {
	float: none !important;
	padding: 20px 0 0 0;
	width: 100%;
}

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

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

img {
	height: auto;
}

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

.site-title a {
	background-size: contain !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: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
    -webkit-appearance: none;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

select option {
	font-style: italic;
    font: 400 16px Arapey, serif;
	letter-spacing: 2px;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	-webkit-appearance: checkbox;
}

::-moz-placeholder {
	color: #e3e3e3;
	font: 400 12px Montserrat, sans-serif;
	opacity: 1;
		letter-spacing: 2px;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fbf5f3;
	border: 0;
	color: #616161;
	cursor: pointer;
	font: 400 11px Montserrat, sans-serif;
	font-size: 1.2rem;
	letter-spacing: 2px;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #e3e3e3;
	color: #fff;
	-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;
}

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

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
}

.site-inner {
	margin-top: 5px !important;
	clear: both;
}

.section-1 .widget.featured-content.featuredpost article {
	width: 50%;
    padding: 20px 10px 0 10px;
    vertical-align: top;
    display: inline-block;
}

.home .section-1 .entry-categories {
	width: auto;
    border: 0;
    padding: 0;
    margin: 0 auto;
    position: initial;
    text-align: center;
}

.home .section-1 .entry-categories a {
	font: 300 11px Montserrat, sans-serif;
}

.home .section-1 .entry-header {
	width: 80%;
	vertical-align: bottom;
    margin: 0 auto;
    background: #fff;
    z-index: 9999;
    position: relative;
    padding: 20px 10px;
}

.home .section-1 .entry {
	margin-bottom: 0;
}

.home .section-1 .entry-meta {
	display: block;
}

.home .section-1 .featured-content .entry-title {
	text-align: center;
	margin: 0;
}

.home .section-1 .aligncenter {
	margin-bottom: -50px;
}

.wrap {
	max-width: 1100px;
}

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

/* Pagination
--------------------------------------------- */
.adjacent-entry-pagination.pagination a {
	font: 600 12px Montserrat, sans-serif;
	letter-spacing: 2px;
	color: #000;
}

.adjacent-entry-pagination.pagination a:hover, .archive-pagination li a:hover {
	color: #ebcbc8;
    -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;
}

.adjacent-entry-pagination.pagination {
	border-top: 1px solid #e3e3e3;
	padding: 30px 0;
}

/* Affiliate 
---------------------------------------------------------------------------------------------------- */

.affiliate-widget {
	margin: 60px auto 0 auto;
	padding: 0 10px;
}

.affiliate-widget .wrap {
	padding: 0 10px;
}

.affiliate-widget h4.widget-title.widgettitle {
font: 400 12px Montserrat, sans-serif;
letter-spacing: 3px;
text-align: center;
margin-bottom: 0;
    top: -10px;
    position: relative;
background: #fff;
padding: 0 15px 0 0;
display: inline-table;
}

.affiliate-widget .widget-wrap {
	border-top: 1px solid #e3e3e3;
}

.affiliate-widget p {
	margin: 0;
}

.entry-image-link img {
	margin: 0 0 0 170px;
}

/* Related Posts
---------------------------------------------------------------------------------------------------- */
.related-list li {
	width: 25%;
    display: inline-block;
    vertical-align: text-top;
	padding: 0 5px;
}

.related-title {
	font: 600 14px Montserrat, sans-serif;
    letter-spacing: 2px;
    padding: 5px;
	display: inline-block;
	background:#fff;
	position: relative;
	z-index: 9999;
    text-align: center;
}

.related-list {
	border-top: 1px solid #000;
    padding: 20px 0;
    margin-top: -25px;
    position: relative;
}

.related-posts {
	margin-top: 30px;
}

.related-posts .related-list a {
    font: 400 16px Arapey, serif;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
}

.related-posts img:hover, .entry-image-link img:hover, .sidebar .widget.featured-content.featuredpost article:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Category page
---------------------------------------------------------------------------------------------------- */
.archive.category .content article {
	width: 33.3333%;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.archive.category .content .entry-image-link img {
	margin: 0;
}

.archive.category .aligncenter {
	margin: 0;
}

.archive.category .content .entry {
	border: 0;
}

.archive.category .entry-title {
	text-align: center;
}

.archive.category #affiliatewidget {
	display: none;
}

/* Archives page
---------------------------------------------------------------------------------------------------- */
.archive.date .sidebar {
	display: none;
}

.archive.date .content {
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
}

.archive.date .content .entry {
	border: 0;
}

.archive.date .content .entry-title {
	text-align: center;
}

.archive.date .content article {
	width: 33.3333%;
	vertical-align: top;
	padding: 0 5px;
	display: inline-block;
}

.archive.date .content  .entry-image-link img {
	margin: 0;
}

.archive.date .content #affiliatewidget {
	display: none;
}

/* Content Style
---------------------------------------------------------------------------------------------------- */
.home .entry-time, .home .entry-categories {
	position: absolute;
}

.post-template-default.single.single-post .entry-time, .entry-categories {
	position: initial;
}

.post-template-default.single.single-post .entry-categories {
	padding: 5px 0 0 0;
	width: 100%;
	border-top: 0px;
    margin-bottom: -15px;
}

.entry-time {
	padding-top: 10px;
	font-weight: 300 !important;
}

.home .entry-categories {
    display: block;
    border-top: 2px solid #eadddd;
    padding: 25px 0 0 0;
	width: 10%;
	word-break: break-word;
}

.entry-categories a, .entry-time {
	font: 600 11px Montserrat, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	color: #242424;
}

.entry-title a, .entry-title {
	font: 400 24px Playfair Display, serif;
	letter-spacing: 1px;
	color: #242424;
	margin: 20px 0;
	text-decoration: none;
}

.entry-title a:hover, .share a:hover, .entry-categories a:hover {
	color: #ebcbc8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-template-default.page .share {
	display: none;
}

.share {
	float: right;
	vertical-align: top;
}

.share a {
	font-family: fontawesome;
    font-size: 12px;
    padding: 0 10px 0 0;
    color: #242424;
}

.more-link2 {
	display: table;
	color: #242424;
    font: 400 11px Montserrat, sans-erif;
    letter-spacing: 2px;
    margin: 30px 0;
    background: #fbf5f3;
    padding: 10px;
}

.more-link2:hover {
	background: #e3e3e3;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Footer subscription box
---------------------------------------------------------------------------------------------------- */
.eclair-subscribe {
	padding: 60px 0;
	background: #fbf5f3;
	border-top: 3px solid #fff;
	outline: 2px solid #fbf5f3;
}

.eclair-subscribe .widget-title.widgettitle {
	color: #000;
	text-align: center;
}

.eclair-subscribe .enews-widget input {
	border-bottom: 1px solid #000;
    width: 80%;
	    float: left;
    border-top: 0;
    border-right: 0;
    background: transparent;
    border-left: 0;
    display: inline-block;
}

.eclair-subscribe .enews-widget input::placeholder {
	color: #adadad;
}

.eclair-subscribe  .enews-widget input[type="submit"] {
	width: 20%;    float: left;
}
/* Grid form
---------------------------------------------------------------------------------------------------- */
.home .ed-grid .entry-categories, .home .ed-grid .entry-time {
	position: relative;
}

.home .ed-grid .entry-time {
	display: none;
}

.home .ed-grid .entry-categories {
	width: auto;
    border: none;
    position: absolute;
    text-align: left;
    margin-top: 470px;
}

.home .ed-grid .entry-image-link img {
	margin: 0;
}

.home .ed-grid .content article {
	width: 33.3333%;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.home .ed-grid .content .entry {
	border-bottom: 0;
	margin: 0;
}

.home .ed-grid .share, .home .ed-grid .entry-content {
	display: none;
}

.home .ed-grid .entry-title {
	margin: 40px 0;
	text-align: left;
}

.home .ed-grid .entry-footer {
	display: none;
}

.home .ed-grid .blog-wrap {
	margin: 0 -10px;
}

/* Box Buttons
---------------------------------------------------------------------------------------------------- */
.box-buttons .widget.widget_sp_image {
	width: 24.677%;
    display: inline-block;
    vertical-align: text-top;
}

.box-buttons .widget.widget_sp_image .widget-wrap {
    padding: 0 10px;
}

.box-buttons {
	margin: 20px 0 0 0;
}

.box-buttons .widget_sp_image-description {
	text-align: center;
    font: 400 12px Montserrat, sans-serif;
    letter-spacing: 2px;
    top: -60px;
	color: #000;
    margin-left: 25%;
    margin-right: 25%;
    background: #fff;
    position: relative;
    padding: 10px;
    display: inline-block;
	width: 135px;
	word-break: break-word;
}

/* Affiliate Program
---------------------------------------------------------------------------------------------------- */
.affiliatetitle {
font: 600 12px Montserrat, sans-serif;
letter-spacing: 2px;
color: #000;
top: -12px;
display: inline-block;
padding: 0 5px 0 0;
background:#fff;
position: relative;
}

.tools-container .widget-preview .widget-wrapper {
	height: auto !Important;
}

#affiliatewidget {
margin: 40px 0 0 0;
border-top: 1px solid #e3e3e3;
}

/* Offscreen Content
---------------------------------------------------------------------------------------------------- */
.offscreen-content-icon {
	position: fixed;
	z-index: 10001;
}
.no-scroll {
	overflow: hidden;
}


button.offscreen-content-toggle {
	    padding: 25px;
	    height: 76px;
	    background: #fbf5f3;
        color: #616161;
}

.fa.fa-bars::before {
	color: #fff;
	font-style: normal !important;
	font-size: 36px;
	line-height:0;
	content: "\2261";
}
.offscreen-content {
	background-color: #fbf5f3;
	display: none;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	padding: 75px 0px 0 0px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 30%;
	z-index: 10000;
}

.offscreen-container .widget.widget_search {
	padding: 0 6%;
}

.offscreen-container .widget.widget_search input {
	   border: 1px solid #efe2dd;
}
 
.offscreen-container .widget.widget_search input::placeholder {
	color: #adadad;
	letter-spacing: 1px;
}

.offscreen-content .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.offscreen-container {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.offscreen-container .widget-area {
	display: table-cell;
	margin-top: 0 !important;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

.offscreen-content-bg.offscreen-content{
background: black;
	opacity: 0.8;
	position: fixed;
	width: 100%;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.offscreen-content .offscreen-container .widget.widget_nav_menu li {
font: 300 11px Montserrat, sans-serif;
letter-spacing: 2px;
text-align: center;
padding: 10px 0;
}

.offscreen-content .offscreen-container .widget.widget_nav_menu li a {
color: #313131;
}

.offscreen-content .offscreen-container .widget.widget_text p {
margin: 0;
}

.offscreen-content .offscreen-container .widget-title {
    margin-bottom: 10px;
	text-align: center;
    font: 400 20px Playfair Display, serif;
    letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
    font-style: italic;
}

.offscreen-content .offscreen-container .widget-title:after {
content: '~';
    text-align: center;
    display: block;
	-webkit-font-smoothing: antialiased;
    font: 400 20px Playfair Display, serif;
}

.offscreen-content .offscreen-container .widget {
margin-bottom: 10%;
}

.eclair-instagram .wrap {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.sbi {
	float: right;
}

.eclair-instagram .widget-title.widgettitle {
	margin: 0;
	letter-spacing: 2px;
	font: 400 14px Montserrat, sans-serif;
}


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

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

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

.content-sidebar-wrap {
	padding: 0 10px;
}

/* ### Content */

.content {
	float: right;
	width: 770px;
	max-width: 770px;
	overflow: hidden;
}

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

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 260px;
}

.sidebar a {
	font: 400 16px Arapey, serif;
	font-style: italic;
	letter-spacing: 1px;
}

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

/* ### Secondary Sidebar */

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

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

/* Menu Search
--------------------------------------------- */
li.menu-item.eclair-menu-search button.submenutoggle {
display: block;
border: 0;
}

li.menu-item.eclair-menu-search button.submenutoggle:before {
font-family: 'fontello';
content: "\e802";
	    background: transparent;
    color: #000;
    font-size: 12px;
    vertical-align: middle;
}

.menu-item.eclair-menu-search.menu-item-has-children button.submenutoggle {
	background: transparent;
	padding: 15px 20px;
	margin-top: 5px;
}

.menu-item.eclair-menu-search.menu-item-has-children button.submenutoggle:hover {
	background: transparent;
	color: #e3e3e3;
}

.menu-item.eclair-menu-search.menu-item-has-children .sub-menu {
opacity: 1;
margin-top: 10px;
left: 0 !important;
-webkit-transition: width 2s;
transition: width 2s;
display: none;
padding: 50px 20px;
overflow: visible;
position: absolute;
width: 100%;
border: none;
background: #fbf5f3;
-webkit-box-shadow: 0px 4px 8px 0px rgba(100, 100, 100, 0.2);
-moz-box-shadow: 0px 4px 8px 0px rgba(100, 100, 100, 0.2);
box-shadow: 0px 4px 8px 0px rgba(100, 100, 100, 0.2);
}

.menu-item.eclair-menu-search.menu-item-has-children .sub-menu input {
    border: none;
    background: transparent;
    float: left;
	padding: 10px 0;
    width: 70%;
    vertical-align: text-bottom;
    display: inline-block;
    border-bottom: 1px solid #151515;
}

.menu-item.eclair-menu-search.menu-item-has-children .sub-menu input::placeholder {
	font-family: Arapey, serif;
	font-size: 18px;
	color: #6b6b6b;
    font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
}

.menu-item.eclair-menu-search.menu-item-has-children .sub-menu input[type="submit"] {
	float: left;
    display: inline-block;
    width: 30%;
	color: #151515;
    padding: 11px 0;
    text-align: right;
    letter-spacing: 2px;
    font: 400 12px Montserrat, sans-serif;
    vertical-align: text-bottom;
}

li.menu-item.eclair-menu-search form.search-form {
    z-index: 9999;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

/* Genesis responsive slider
--------------------------------------------- */

html > body .slide-excerpt-border {
	border: none !Important;
	text-align: center;
	float: none !Important;
}

.flexslider a{
	color: #000;
	letter-spacing: 2px;
}

.slide-excerpt {
    background: #ffffffc2 !important;
    opacity: 1 !Important;
	margin-bottom: 0 !important;
    padding: 10px 10px 0 10px !important;
    margin-right: 25% !Important;
    margin-left: 25% !Important;
    text-align: center;
}

.flexslider .more-link2 {
	margin: 10px auto;
	color: #000;
}

.slide-excerpt-border h2 a {
	font-size: 24px !important;
}

#genesis-responsive-slider {
	border: 0px !Important;
	padding: 20px 10px 0 10px !important;
	background-color: transparent !Important;
}

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


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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


.menutoggle {
display: none;
}


/* # 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;
	font-size: 1.6rem;
}

.archive-description {
	padding: 10px 0;
}

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

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

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

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 20px;
}

.widget-title {
	font: 400 12px Montserrat, sans-serif;
	margin-bottom: 20px;
}

.sidebar .widget-title {
    font: 600 12px Montserrat, sans-serif;
    margin-bottom: 10px;
    top: -15px;
	letter-spacing: 1px;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 5px 0 0;
}

.sidebar .widget-wrap {
	border-top: 1px solid #000;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.sticky {
}

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


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #e3e3e3;
}

.enews-widget input {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 12px;
}

.enews-widget input::placeholder {
	font: 400 11px Montserrat, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
    color: #e3e3e3;
}

.enews-widget input[type="submit"] {
	background-color: #fbf5f3;
	color: #000;
	border: 0;
	font: 400 11px Montserrat, sans-serif;
	letter-spacing: 2px;
	padding: 10px;
	margin: 0;
	width: 100%;
}

.enews-widget input[type="submit"]:hover {
	background: #e3e3e3;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


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

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
	width: 100%;
	z-index: 9999;
	max-width: 100%;
	box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.24);
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.24);
    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.24);
}

.site-header .wrap {
	margin: 0px auto;
	width: 100%;
	padding: 0;
	max-width: 100%;
}

.header-full-width .title-area {
	float: left;
	text-align: center;
	width: 30%;
	min-height: 75px;
padding: 0px 20px 0px 90px;
}

.site-header.menu-scroll-bg {
	position: fixed;
	z-index: 10000;
}

/* ## Title Area
--------------------------------------------- */
.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a {
font: 300 29px Montserrat, sans-serif;
text-decoration: none;
text-align: center;
letter-spacing: 5px;
background-position: center !Important;
	background-size: contain !Important;

}

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

.header-image .site-title > a {
	background: url(https://www.teljanneito.com/wp-content/themes/PoppyTheme/images/logo.png) no-repeat left;
	float: left;
	min-height: 75px;
	width: 100%;
		background-size: contain !Important;
}

.site-description {
	font-family: 'Lora', serif;
	font-style: italic;
	letter-spacing: 1px;
	color: #adadad;
	font-size: 13px;
	font-size: 1.3rem;
	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;
	margin-top: 25px;
	text-align: right;
}


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

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

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

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

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #e3e3e3;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	border: 1px solid #eee;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

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

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

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

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

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

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	text-decoration: none;
	float: right;
}


.nav-primary .genesis-nav-menu a, .nav-primary a, .nav-secondary a {
	color: #000;
	font: 400 11px Montserrat, sans-serif;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
 .nav-secondary a:hover {
	color: #ebcbc8;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #ebcbc8;
	text-decoration: none;
}

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

.nav-secondary {
	position: relative;
    margin-top: 80px;
}

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

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

.entry {
	margin-bottom: 40px;
}

.content .entry {
	border-bottom: 1px solid #e3e3e3;
        padding: 0 0 20px 0;
}

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

.site-container {
	overflow: hidden;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-meta {
	display: inline-block;
	vertical-align: top;
}

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

.entry-comments-link {
	font: 400 12px Montserrat, sans-serif;
	letter-spacing: 2px;
}

.entry-comments-link a {
	color: #000;
}

.entry-comments-link:hover, .entry-comments-link a:hover {
	color: #ebcbc8;
    -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;
}

.entry-comments-link::before {
	content: "\f0e5";
	font-size: 14px;
	font-family:fontello;
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	color: #000;
	font: 400 12px Montserrat, sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #fff;
	text-decoration: none;
}

/* ## Comments
--------------------------------------------- */
.comment-reply-title {
	font: 400 32px Arapey, serif;
	font-style: italic;
	letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
}

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

.comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
	font: 400 12px Montserrat, sans-serif;
	letter-spacing: 2px;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	width: 33.3333%;
	display: inline-block;
	float: left;
}

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

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


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

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

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

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

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .entry-title {
	margin: 0;
    position: relative;
    top: -110px;
	width: 80%;
    background: #fff;
    display: inline-block;
    padding: 4px 10px 10px 10px;
}

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

.sidebar .widget.featured-content.featuredpost .entry-header, .sidebar .widget.featured-content.featuredpost .widget-title.widgettitle {
	text-align: left;
}

.sidebar .widget.simple-social-icons .widget-wrap {
	border: 0;
}

.sidebar .widget.widget_sp_image .widget-wrap {
	border: 0;
}

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

.sidebar .widget_sp_image-description {
font: 400 16px Arapey, serif;
font-style: italic !important;
letter-spacing: 1px;
text-align: center;
}

.archive-title {
font: 400 24px Arapey, serif;
font-style: italic !important;
letter-spacing: 1px;
text-align: center;
}


.sidebar .widget.enews-widget, .sidebar .widget.widget_archive, .sidebar .widget.widget_nav_menu, .sidebar .widget.widget_categories {
	margin-bottom: 70px;
}

button.menutoggle:hover, button .menutoggle:hover, button .submenutoggle:hover, button.submenutoggle:hover {
	background: transparent;
}

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

.site-footer {
	background-color: #fff;
	line-height: 1;
	font: 300 11px Montserrat, sans-serif;
	letter-spacing: 2px;
	padding: 0 0 10px 0;
	text-align: center;
}

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

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

/* # Footer widget
---------------------------------------------------------------------------------------------------- */
.footer-widgets .footer-widget-area {
	width: 25%;
    vertical-align: top;
	display: inline-block;
}

.footer-widgets {
 margin: 40px 0 0 0;
}

.footer-widgets .widget-area {
	margin-bottom: 40px;
}

.footer-widgets .widget-title.widgettitle {
	font: 600 12px Montserrat, sans-serif;
	letter-spacing: 1px;
}

.footer-widgets a {
	font-style: italic !important;
	font: 400 16px Arapey, serif;
	letter-spacing: 1px;
}

.footer-widgets .entry {
	margin-bottom: 0;
}

.footer-widgets .menu-item {
	margin: 0 0 10px 0;
}

.footer-widgets-1 {
	padding-right: 30px;
}

.footer-widgets .entry-title a, .footer-widgets .entry-title {
	margin: 0;
}

.footer-widgets a:hover {
	color: #ebcbc8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

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

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

	.site-inner,
	.wrap {
		padding: 0 1%;
	}
	
	.section-1 {
		padding: 20px 0;
	}

	.box-buttons .widget.widget_sp_image {
width: 24.67%;
	}
	
	.home .entry-categories {
		width: 8%;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	
	.entry-image-link img {
		margin: 0 0 0 110px;
	}

	.content {
		width: 660px;
	}

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


	.sidebar-primary {
		width: 300px;
	}

}

@media only screen and (max-width: 1112px) {
	.box-buttons .widget.widget_sp_image {
		width: 24.6%;
	}
	
	.header-full-width .title-area {
		width: 26%;
	}
	}

@media only screen and (max-width: 1025px) {
	
	.box-buttons .widget_sp_image-description {
		word-break: break-word;
		margin-left: 21%;
        margin-right: 21%;
	}
	
	.section-1 .widget.featured-content.featuredpost article {
		padding: 0px 10px 0 10px;
	}
	
	.title-area {
	width: 100%;
	}
	
	.header-full-width .title-area {
		padding: 20px 0 0;
	}
	
	.nav-primary {
		width: 100%;
	}
	
	.box-buttons .widget.widget_sp_image {
		width: 24.6%;
	}
}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	
	.box-buttons .widget.widget_sp_image {
		width: 49.6%;
	}
	
	.box-buttons .widget_sp_image-description {
word-break: break-word;
margin-left: 29%;
		margin-right: 29%;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}


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

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

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

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

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

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

}

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

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.menu-item.eclair-menu-search.menu-item-has-children .submenutoggle {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.box-buttons .widget_sp_image-description {
		word-break: break-word;
		width: 180px;
		margin-left: 25%;
        margin-right: 25%;
	}
	
	.menu-item.eclair-menu-search.menu-item-has-children, .menu-item.eclair-menu-search.menu-item-has-children .sub-menu {
		margin: 20px 0;
	}

	.header-full-width .title-area, .site-header .title-area {
		padding: 10px 0 10px 80px;
		width: auto;
		position: relative;
        z-index: 9999;
	}
	
	.box-buttons {
		margin: 0;
	}
	
	.share	{
		padding: 0 0 20px 0;
	}
	
	.nav-primary {
		float: none;
	}
	
	.related-list li {
		width: 50%;
	}
	
	.box-buttons .widget.widget_sp_image {
		width: 49.6%;
		margin-bottom: -50px;
	}
	
	.home .entry-categories {
		width: 12%;
	}
	
	.content {
		margin-top: 30px;
	}
	
	.content .entry {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	
	.site-header .widget-area {
		margin-top: 0;
	}
	
	.menutoggle,
	.submenutoggle {
		display: block;
		font-size: 2em;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		z-index: 9999;
		position: relative;
	}

	.submenutoggle {
		padding: 18px;
		padding: 1.8rem;
		font-size: 1.5em;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9999;
		text-align: right;
	}
 
	.menutoggle:before {
		content: "\2261";
		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 {
		content: "\f106";
		font-family: fontawesome;
		font-weight: bold;
		font-size: 24px;
	}

	button.menutoggle.activated {
	border-bottom: none;
	}
	
	button.menutoggle,
	button .menutoggle {
		color: #000;
		background: #fff;
	    padding: 31px 30px 0 30px;
		outline: none;
		top: 0;
		float: right;
		width: auto;
		border-radius: 0;
	}
	
		.box-buttons .widget.widget_sp_image {
		width: 100%;
	}
	
	.box-buttons .widget_sp_image-description {

margin-left: 36%;
margin-right: 25%;
}
	
	.box-buttons .widget_sp_image-description {
word-break: break-word;
margin-left: 29%;
		margin-right: 29%;
	}

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

	nav {
		display: none;
		position: relative;
	}

	.nav-secondary a,
	.genesis-nav-menu a {
		padding: 0;
		font-size: 13px;
	}

	.nav-secondary ul.sub-menu {
		padding: 0;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}

 
	.genesis-nav-menu .menu-item,
	#menu-secondary-nav .menu-item,
	.nav-secondary .menu-item
	 {
		margin: 0 30px;
		display: block;
		position: relative;
		color: #313131;
		text-align: center;
		line-height: 20px;
		padding: 20px 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;
	}

	.archive.category .content article, .archive.date .content article, .footer-widgets .footer-widget-area {
		width: 50%;
	}
 
	.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;
	}

	.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: 500px) {
	
	.box-buttons .widget.widget_sp_image {
		width: 100%;
		margin-bottom: -50px;
	}
	
	.eclair-subscribe {
		padding-left: 3%;
		padding-right: 3%;
		width: 70% !important;
	}

	
	.slide-excerpt-border h2 a {
		font-size: 16px !important;
		line-height: 1;
	}
	
	.slide-excerpt p {
		display: none;
	}
	
	.header-full-width .title-area {
		width: 70%;
	}
	
	.eclair-subscribe .enews-widget input[type="submit"], .eclair-subscribe .enews-widget input {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	
	.section-1 {
		padding: 5px 0 0 0;
	}
	
	.sidebar .entry {
		margin-bottom: -20px;
	}
	
	.section-1 .widget.featured-content.featuredpost article {
		width: 100%;
		padding: 0 0 30px 0;
	}
	
	.offscreen-content-icon {
		display: none;
	}
	
	.poppy-instagram .content .entry article {
	width: 100%;
	padding:0 10px;
	display: block;
   }
	
	.archive.category .content article, .archive.date .content article, .footer-widgets .footer-widget-area {
		width: 100%;
		display: block;
	}
	
	.site-header.menu-scroll-bg {
	position: relative;
    } 
	
	.home .entry-time, .home .entry-categories {
		position: relative;
	}
	
	.header-full-width .title-area, .site-header .title-area {
		padding: 10px 0 10px 20px;
	}
	
	.eclair-instagram .widget-title.widgettitle {
		position: relative;
		text-align: center;
		padding: 0;
		display: block;
	}
	
	.footer-widgets .footer-widget-area {
	width: 100%;
    }
	
	.footer-widgets {
		padding: 0 10px;
	}
	
	.sbi {
		float: none;
	}
	
	.offscreen-content {
		width: 100%;
	}
	
	.home .entry-categories {
		width: auto;
		padding: 0;
		border: 0;
		margin-bottom: 10px;
	}
	
	.content .entry {
	    border-top: 2px solid #eadddd;
	}
	
	.entry-image-link img {
		margin: 0;
	}
	
}