/*
	Theme Name: AmicaMako Blog
	Theme URI: https://www.blog.amicamako.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Alessio Pangos
	Author URI: https://www.amicamako.com

	Version: 1.5.0

	Tags: black, red, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments

	Template: genesis
	Template Version: 2.1.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* 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
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Sticky Message
- Site Header
	- Site Title and Description
	- Header Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 800px
*/

@keyframes rotateanim {
    from { -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
           transform: rotateY(0deg);}
    to { -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
         transform: rotateY(360deg);}
}

@-webkit-keyframes rotateanim {
    from { transform: rotateY(0deg); /* Chrome, Safari, Opera */
           -webkit-transform: rotateY(0deg);}
    to { transform: rotateY(360deg); /* Chrome, Safari, Opera */
         -webkit-transform: rotateY(360deg);}
}

/* 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: #ffffff;
	color: #595959;
	font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.603em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #4bbfaa;
	text-decoration: none;
}

a:hover {
	color: #333;
}

#shopmenu a:hover {
	color: #595959;
	text-decoration: underline;
}

p {
	margin: 0 0 1.999em;
	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 {
    background: #FFFFFF;
    border-left: 5px solid #BFBFBF;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    margin: 1em 1.999em;
    line-height: 1.414em;
}
blockquote:before {
    /*color:#BFBFBF;
    content: open-quote;
    font-size: 3.998em;
    line-height: 0.283em;
    margin-right: 0.25em;
    vertical-align: -0.401em;*/
    display: none;
}
blockquote p {
    display: block;
    font-family: "Averia Serif Libre", cursive;
    font-size: 0.802em;
    color: #595959;
    margin-bottom: 0;
}
blockquote p.nomericetta {
    font-family: 'Averia Serif Libre', cursive;
    display: block;
    font-style: normal;
    font-weight: bold;
    color: #595959;
    font-size: 1.133em;
}
blockquote p.ricetta {
    font-family: 'Averia Serif Libre', cursive;
    font-style: normal;
    font-size: 0.802em;
}
blockquote cite {
    font-family: 'Averia Serif Libre', cursive;
    font-size: 0.802em;
    color: #595959;
    text-transform: uppercase;
}

#cuoco {
    margin-top: 0;
    width: 60px;
    height: 60px;
    display: block;
    /*border: 7px solid #A6A6A6;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;*/
}

#cuoco img, #cuoco .wp-caption {
    margin-top: 0 !important;
}

#cuoco img:hover {
   -webkit-animation: rotateanim 2s; /* Safari and Chrome */
    animation: rotateanim 2s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.414em;
	margin: 0 0 1em;
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 2.827em;
}

/*h2 {
	font-size: 1.603em;
}*/

h2 {
	font-size: 2.266em;
}

h3 {
	font-size: 1.999em;
}

h4 {
	font-size: 1.414em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .802em;
}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	margin: 0 0 30px;
	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, div#gallery-1 dl.gallery-item dt.gallery-icon.landscape a img.attachment-thumbnail,
div#gallery-1 dl.gallery-item a img.attachment-thumbnail,
div#gallery-2 dl.gallery-item a img.attachment-thumbnail,
div#gallery-3 dl.gallery-item a img.attachment-thumbnail,
div#gallery-3 dl.gallery-item a img.attachment-thumbnail,
div#gallery-4 dl.gallery-item a img.attachment-thumbnail,
div#gallery-5 dl.gallery-item a img.attachment-thumbnail,
div#gallery-6 dl.gallery-item a img.attachment-thumbnail,
div#gallery-7 dl.gallery-item a img.attachment-thumbnail,
div#gallery-8 dl.gallery-item a img.attachment-thumbnail {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
	padding: 0 .802em;
}

dl.gallery-item .wp-caption-text .gallery-caption {
	margin-left: auto;
	margin-right: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	color: #595959;
	font-size: 0.802em;
	font-weight: 400;
	padding: .802em;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	position: relative;
	top: 3px;
	height: 15px;
	margin-right: 4px;
}

::-moz-placeholder {
	color: #999;
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fff;
	border: 2px solid #262626;
	border-radius: .3em;
	color: #262626;
	cursor: pointer;
	font-size: .802em;
	font-weight: bold;
	letter-spacing: .1em;
	padding: .802em 1.414em;
	text-transform: uppercase;
	width: auto;
}

.widget-area button,
.widget-area input[type="button"],
.widget-area input[type="reset"],
.widget-area input[type="submit"],
.widget-area .button { 
	border-color: #595959;
	color: #fff;
	background-color: #595959;
	width: 100%;
}

/*.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #4bbfaa;
	color: #fff;
}*/

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #4bbfaa;
	border-color: #4bbfaa;
}

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

/*.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}*/

.button {
	display: inline-block;
}

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


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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

.site-container {
	background-color: #fff;
	margin: 0 auto;
}

.site-inner {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.single .site-inner {
	padding-top: 5%;
	max-width: 700px;
}
.home .site-inner {
	padding: 0;
	max-width: 100%;
}
.smaller-content, .archive .content, .page .content {
	padding: 5%;
	padding-bottom: 0;
}
.smaller-content {
	float: left;
}
.single .content {
	max-width: 90%;
	margin: 0 auto;
}
.home .site-inner, .home.admin-bar .site-inner {
	padding-top: 0;
}
.title-area {
	float: left;
	width: 50%;
	margin-top: 1em;
	padding-left: 1em;
}
.title-area img {
	float: none;
	margin: 0 auto;
	z-index: 9999;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 1.603em;
}

.alignright .avatar {
	margin-left: 1.603em;
}

.author-box .avatar {
	height: 80px;
	width: 80px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 1.603em 0;
	width: 50px;
}

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

h3.breadcrumb {
	text-transform: uppercase;
	font-size: 1em;
	color: #595959;
	background-color: #ebebeb;
}

.breadcrumb img {
	max-width: 100px;
}

.breadcrumb {
	font-size: 2.266em;
	margin-bottom: 1em;
}
.breadcrumb a {
	color: #595959;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

div.breadcrumb.tax_cooks {
	background-color: #fff;
}

#cat_description p {
	font-size: .802em;
	color: #999;
	margin-bottom: 5.299em;
}

.archive-description,
.author-box {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding-bottom: 1.999em;
}

.single .author-box {
	border-top: 5px solid #f5f5f5;
	padding-top: 1.999em;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 4px;
}

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

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

.search-form input {
	-webkit-appearance: none;
}

.search-form 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: 1.414em;
}

.entry-title {
	text-align: left;
	z-index: 0;
	position: relative;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}
h2.entry-title {
	width: 100%;
}

.smaller-content h2.entry-title, .archive h2.entry-title {
	font-size: 2.827em;
	margin-bottom: .802em;
}

.smaller-content h2.entry-title, .archive h2.entry-title, .single h1.entry-title {
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.entry-title a:hover {
	color: #4bbfaa;
}

.widget-title {
	color: #333;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 1.414em;
	letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	text-shadow: none;
}

/*.footer-widgets .widget-title {
	color: #595959;
	font-weight: normal;
}*/

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

a.post-edit-link {
	float: right;
	clear: both;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1.603em;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1.603em 1.603em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1.603em 1.603em;
}

.mega-menu a.alignright,
.mega-menu img.alignright,
.mega-menu .wp-caption.alignleft {
	margin: 0;
}

#mega-menu-primary img {
	margin-top: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.dashicons-carrot.mega-menu-link::before {
	font-family: Fontawesome;
	content: "\f0f5";
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.dashicons-products.mega-menu-link::before {
	font-family: Fontawesome;
	content: "\f290";
}
.wp-caption-text {
	font-size: 0.802em;
	font-weight: bold;
	color: #999;
	background: none;
	padding: 0;
	text-align: center;
}
.mega-menu .wp-caption-text {
	font-weight: normal;
	color: #595959;
	text-align: left;
}
.mega-menu .wp-caption-text a {
	color: #595959;
}
.widget-area .wp-caption-text {
	font-weight: normal;
	text-align: left;
}
.gallery .wp-caption-text {
	color: #595959;
	background: #fff;
	font-weight: normal;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


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

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

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

.widget li li {
	border: 0;
	margin: 0 0 0 1.999em;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

div.widget-wrap img, .nav-primary img {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	background: #f2f2f2;
}

.wp-cpl-widget a {
	line-height: 0;
}

.widget-area input,
.widget-area select,
.widget-area textarea,
.widget-area caption,
.widget-area td,
.widget-area th,
.widget-area a, .widget-area label {
	color: #999;
}

.widget-area a:hover {
	color: #4bbfaa;
}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 1.414em;
	padding: 0 0 1.603em;
}

.featured-content .entry-title {
	font-size: 1.414em;
}

.featured-section {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

.home-content {
	width: 100%;
}

div.featured-section .featured-first-content a img.post-image.entry-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
div.featured-section article.feature-first .entry-content {
	text-align: center;
	padding: 70px;
}
div.featured-section article.feature-first .entry-title {
	text-align: center;
	margin-bottom: .802em;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

a#cookie_action_close_header.cli-plugin-main-button {
	font-weight: bold;
}

div#cookie-law-info-bar a#CONSTANT_OPEN_URL {
	text-decoration: underline;
}

div#cookie-law-info-bar {
	opacity: 0.9;
}

div.jp-carousel-titleanddesc div.jp-carousel-titleanddesc-title {
	display: none;
}

div#blogmura h3 {
    font-size: 9pt;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1em;
}

.home #soliloquy-container-42 {
	border-bottom: 1px solid #333;
}

#smoothup { 
    height: 40px; 
    width: 40px; 
    position:fixed;
    bottom: 5px;
    right:5px;
    text-indent:-9999px;
    display:none;
    background: url("images/scrolltotop.png"); 
    -webkit-transition-duration: 0.4s; 
    -moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}

div.site-container div.site-inner div.content-sidebar-wrap main.content div#jp-relatedposts.jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-visual h4.jp-relatedposts-post-title a.jp-relatedposts-post-a {
	font-size: 0.802em;
	color: #595959;
	font-weight: bold;
}


.metaslider .caption {
    text-align: center;
    line-height: 2.266em;
    letter-spacing: .1em;
}
.metaslider .caption a {
	color: #fff;
	font-weight: bold;
}

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

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
	padding: 40px;
}

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

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #4bbfaa;
	color: #fff;
	margin: 0;
	width: 100%;
}

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

.enews form + p {
	margin-top: 1.603em;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 1.414em;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.content .share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #333;
	border: 1px solid #333;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #333 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}


/* Sticky Message
---------------------------------------------------------------------------------------------------- */

.sticky-message {
	opacity: 0;
	padding-bottom: 0;
	padding-top: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
	box-shadow: 0 1px 3px #bfbfbf;
}

.sticky-message {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.sticky-message.reveal {
	opacity: 1;
	max-height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

body #mega-menu-wrap-primary .mega-menu-toggle {
	height: 40px;
	line-height: 40px;
}
.sticky-message #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
	margin: 0;
}


.sticky-message,
.sticky-message a:hover,
.sticky-message p {
	color: #fff;
}

.sticky-message a {
	color: #999;
}

.sticky-message p:last-child {
	margin-bottom: 0;
} 


/* Site Header
---------------------------------------------------------------------------------------------------- */
.home .site-header {
	box-shadow: 0 1px 3px #bfbfbf;
}

.site-header {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    box-shadow: 0 2px 34px #bfbfbf;
}

.site-header .wrap {
	padding: 0;
}

/* Site Title and Description
--------------------------------------------- */

.site-title {
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-indent: -9999px;
	z-index: 9999;
}

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

.header-image .site-title > a {
	background-position: center center !important;
	background-size: 300px 57px !important;
	float: left;
	min-height: 57px;
	width: 100%;
	z-index: 9999;
}

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

.site-description {
	font-size: 0;
	font-weight: 400;
	margin-bottom: 0px;
	text-indent: -9999px;
}

.site-description,
.site-title {
	line-height: 0;
}

/* Header Widget Area
--------------------------------------------- */

.header-widget-area .widget_text {
	margin-top: 10px;
}

.header-widget-area .widget_text p {
	margin-bottom: 0;
}

.header-widget-area {
	text-align: center;
	float: right;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.header-widget-area ul.alignright {
	text-align: center;
	width: auto;
	float: none;
	margin: 0 auto;
}

#simple-social-icons-2 {
	text-align: center;
}

#simple-social-icons-2 ul li {
	float: none;
	display: inline;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	line-height: 1em;
	width: 100%;
	z-index: 9999;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 1.414em;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4bbfaa;
}

.genesis-nav-menu .sub-menu {
	background-color: rgba(0, 0, 0, 0.05);
	left: auto;
	opacity: 1;
	position: relative;
	-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;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	padding: 1.414em;
	position: relative;
}

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

.genesis-nav-menu .menu-item:hover > .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 {
	padding-bottom: 0;
	padding-top: 10px;
}

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

.nav-primary .sub-menu {
	background-color: rgba(255, 255, 255, 0.05);
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4bbfaa;
	transition: all ease-in-out 0.5s;
}

.site-header .genesis-nav-menu .facebooklink a {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
    background: url('images/Facebook16x16.png') no-repeat bottom transparent;
    line-height: 0;
}

.nav-primary .facebooklink li:hover > a, .nav-primary .facebooklink a:hover {
    background: url('images/Facebook16x16.png') no-repeat bottom transparent;
}

.nav-primary .instagramlink a {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
    background: url('images/Instagram16x16.png') no-repeat bottom transparent;
    line-height: 0;
}

.nav-primary .instagramlink li:hover > a, .nav-primary .instagramlink a:hover {
    background: url('images/Instagram16x16.png') no-repeat bottom transparent;
    line-height: 0;
}

.nav-primary .contactlink a {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
    background: url('images/Mail16x16.png') no-repeat bottom transparent;
    line-height: 0;
}

.nav-primary .contactlink li:hover > a, .nav-primary .contactlink a:hover {
    background: url('images/Mail16x16.png') no-repeat bottom transparent;
    line-height: 0;
}

.nav-primary .twitterlink a {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
    background: url('images/Twitter16x16.png') no-repeat bottom transparent;
    line-height: 0;
}

.nav-primary .twitterlink li:hover > a, .nav-primary .twitterlink a:hover {
    background: url('images/Twitter16x16.png') no-repeat bottom transparent;
    line-height: 0;
}

.nav-primary .current-menu-item > a, .nav-primary .current-menu-ancestor > a, .nav-primary .current_page_item > a, .nav-primary .current_page_ancestor > a {
    color: #4BBFAA;
    animation-direction: reverse;
    -webkit-animation-direction: reverse; /* Safari and Chrome */
    -webkit-animation-play-state:paused; /* Safari and Chrome */
    animation-play-state: paused;
    line-height: 0;
}

.nav-primary .current-menu-item > a:hover, .nav-primary .current-menu-ancestor > a:hover, .nav-primary .current_page_item > a:hover, .nav-primary .current_page_ancestor > a:hover {
    animation-direction: reverse;
    -webkit-animation-direction: reverse; /* Safari and Chrome */
    -webkit-animation-play-state:paused; /* Safari and Chrome */
    animation-play-state: paused;
    line-height: 0;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	text-transform: uppercase;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-aboutmepage > a.mega-menu-link {
    font-weight: normal;
    font-style: italic;
    text-transform: capitalize;
}

.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
	background-color: rgba(255, 255, 255, 0.86);
}

ul.mega-sub-menu a {
	color: #595959;
}

ul.mega-sub-menu a:hover {
	color: #4bbfaa;
}
#shopmenu {
	background: #4bbfaa;
	padding: .802em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#shopmenu h3 {
	font-size: .802em;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}

#shopmenu ul {
	color: #fff;
	text-align: center;
}

#shopmenu li {
	font-size: .567em;
	display: inline-block;
	padding-right: .5em;
	padding-left: .5em;
}

p#shopdesc {
	font-size: .802em;
	color: #595959;
	padding-top: 2.266em;
}

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

.nav-secondary {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu .menu-item,
.responsive-menu-icon {
	display: block;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: none;
}

.responsive-menu-icon {
	text-align: center;
	width: 100%;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 1em auto 0;
	padding: 1em;
}

.nav-primary .responsive-menu-icon::before,
.nav-primary .responsive-menu > .menu-item-has-children:before {
	color: #333;
}

.responsive-menu > .menu-item-has-children:before {
	content: "\f347";
	float: right;
	font: normal 16px/1 'dashicons';
	height: 16px;
	padding: 15px 21px;
	right: 0;
	text-align: right;
	z-index: 9999;
}

.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}

.responsive-menu .sub-menu .sub-menu {
	margin: 0;
}


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

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

.entry,
.page.page-template-page_blog-php .entry {
	margin-bottom: 60px;
}

.feature-first.entry {
	margin-bottom: 0;
	text-align: center;
	margin-top: 70px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
	margin-bottom: 1.414em;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1.999em;
	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;
}

.archive .entry-content img, div#jp-relatedposts.jp-relatedposts a.jp-relatedposts-post-a img.jp-relatedposts-post-img {
	clear: left;
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.page .entry-content img {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid white;
  box-shadow: 0 0 4px #999;
  padding: 8px;
}

#readmore {
	color: #595959;
	background-color: #transparent;
	float: right;
	clear: right;
	font-size: 1em;
	border-radius: 0.3em;
	padding: .567em 1.414em;
	vertical-align: bottom;
	border: 2px solid #595959;
	letter-spacing: 2px;
}
#readmore:hover, .feature-first #readmore:hover {
	color: #4BBFAA;
	border-color: #4bbfaa;
}
.feature-first #readmore {
	background: transparent;
	float: none;
	display: none;
}
.feature #readmore {
	float: none;
	clear: none;
	padding-top: .802em;
	padding-bottom: .802em;
}
.feature-first .entry-footer .entry-meta {
	display: none;
}
.feature.one-fourth .entry-content {
	padding-left: 1.414em;
	padding-right: 1.414em;
	margin-top: 1em;
	text-align: center;
	position: relative;
}
.one-fourth {
	width: 50%;
	margin-left: 0;
	float: left;
	font-size: .802em;
	text-align: center;
}
div.homepage-products {
	display: block;
	float: left;
	margin-bottom: -80px;
	position: relative;
	top: -120px;
	background-color: rgba(255, 255, 255, 0.6);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    padding: 1em 50px 50px 50px;
    border-top: 1px solid #bfbfbf;
}
.homepage-products .one-fourth {
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.homepage-products .one-fourth h3 {
	font-size: .802em;
	color: #595959;
}
.homepage-products #readmore {
	font-size: .802em;
	letter-spacing: 0;
	display: inline-block;
	padding: 0 .567em;
}
.smaller-content .entry-content, .archive .entry-content {
	font-size: .802em;
}
.feature.one-fourth .entry-title  {
	text-align: center;
}
.featured-section h2, .featured-section h3 {
	text-shadow: none;
}
.featured-section .homepage-products h2#myproducts {
    position: relative;
    text-align: center;
    font-size: 2.266em;
    color: #000;
}
.feature.one-fourth p {
	display: none;
}
.feature.one-fourth p.entry-meta {
	display: block;
}
time.entry-time {
	letter-spacing: 2px;
	position: relative;
}
.entry-time::before {
	display: inline-block;
	font-family: 'dashicons';
	margin-right: 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	content: "\f469";
	font-size: 1.414em;
}
.archive .entry-footer a, .featured-section .entry-footer a, .smaller-content .entry-footer a {
	color: #595959;
}
.archive .entry-footer a:hover, .featured-section .entry-footer a:hover, .smaller-content .entry-footer a:hover {
	color: #4bbfaa;
}
.feature.one-fourth .entry-comments-link {
	display: none;
}
.home .smaller-content .post-image, .archive .post-image {
	float: left;
	width: 41%;
	margin-right: 3%;
}

.home .smaller-content .entry-content, .archive .entry-content {
	text-align: justify;
	float: right;
	width: 56%;
}

.home .entry {
	position: relative;
}

#profile_short {
	background: #ebebeb;
	margin-top: 1.414em;
	margin-bottom: 1em;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 1em;
}

#profile_short h2 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.3;
	color: #595959;
	margin-left: 180px;
	margin-bottom: .802em;
}
#profile_short img {
	width: 150px;
	border: 1px solid white;
    box-shadow: 0 0 4px #999;
    padding: 8px;
    float: left;
    border-radius: 100px;
}

#profile_short p {
	color: #999;
	margin-left: 180px;
	margin-bottom: 1em;
	font-size: .802em;
	font-weight: 600;
}

#profile_short a {
	color: #595959;
	border-bottom: 1px solid #595959;
}

.one-third {
	width: 47.5%;
	float: left;
}
.one-third.first {
	margin-right: 5%;
}

a.selectpage:hover {
	opacity: 0.8;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 1em;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 1.603em;
	margin-top: -10px;
	font-size: .802em;
	color: #a6a6a6;
}

.entry-footer .entry-meta {
	font-size: .802em;
	font-weight: 400;
	margin-bottom: 3.998em;
}
.smaller-content .entry-footer .entry-meta, .archive .entry-footer .entry-meta {
	margin-bottom: 0;
}
.entry-categories,
.entry-tags {
	display: block;
}

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

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

.pagination, .home.paged .pagination {
	clear: both;
	margin: 60px 0;
	padding: 2%;
	padding-left: 0;
}

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

.archive-pagination li {
	display: inline;
}
.archive-pagination .alignright {
	float: left;
}

.archive-pagination li a, .archive-pagination a {
	background-color: #fff;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-size: 2.266em;
	padding: .857em 0;
	margin-right: 2em;
	border-bottom: 1px solid #595959;
}

.archive-pagination li a:hover, .archive-pagination a:hover,
.archive-pagination .active a {
	border-color: #4bbfaa;
	color: #4bbfaa;
}

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 2.266em;
}

.comment-respond {
	margin-bottom: 2.266em;
}

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

.comment-respond {
	padding-top: 1em;
}

.entry-comments {
	padding-top: 1.414em;
}

.comment-header {
	font-size: 1em;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 5px solid #f5f5f5;
}

p.comment-form-comment {
	margin-bottom: 1.414em;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 1em;
	padding: 0;
	text-align: justify;
	width: 700px;
	max-width: 90%;
	margin: 0 5%;
	float: left;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: .802em;
	color: #999;
}

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

.sidebar .widget {
	background-color: #f2f2f2;
	padding: 10%;
	margin-bottom: 60px;
}																								


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f2f2f2;
	clear: both;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3.998em;
	font-size: .802em;
}

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

.footer-widgets p:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	padding: 40px 5%;
	text-align: center;
}

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


/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
	body {
		font-size: 80%;
	}
	.gallery-columns-3 .gallery-item {
		width: 50% !important;
	}
	div.homepage-products {
		padding: 1em 1em 0 1em;
	}
	.one-third {
		width: 100%;
		margin: 0;
		margin-bottom: 1.618em;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-item-text-25.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-item-text-24.mega-menu-item {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.single .content {
    	margin: 0 auto;
    }	
	#profile_short img {
		margin-bottom: 1em;
	}
	#profile_short p, #profile_short h2 {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	.archive .entry-content p {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	.archive .entry-content img, div#jp-relatedposts.jp-relatedposts a.jp-relatedposts-post-a img.jp-relatedposts-post-img {
    	padding: 4px;
	}
	.one-fourth {
		width: 100%;
	}
	.home .smaller-content .post-image, .archive .post-image, .home .featured-section .post-image {
		width: 100%;
		margin-right: 0;
		max-width: 350px;
	}
	.home .featured-section .feature-first .post-image {
		max-width: 700px;
	}
	div.featured-section article.feature-first .entry-content {
		padding: 20px;
	}
	.feature-first.entry {
		margin-top: 0;
	}

	.home .smaller-content .entry-content, .archive .entry-content {
		width: 100%;
		margin-top: 1em;
	}
	div.homepage-products {
		top: 0;
		border-top: 0;
		margin-bottom: 60px;
	}
	.homepage-products .one-fourth {
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
		height: 300px;
	}
	img#productsbg {
		display: none;
	}
	.page .entry-content img {
		padding: 4px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
		background-color: rgba(255, 255, 255, 0.86);
	}
}
@media only screen and (min-width: 800px) {
	.one-third{
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-third.first {
		margin-right: 0;
		margin-left: 0
	}
	
	.one-third {
		width: 31.623931623931625%;
	}
	
}
@media only screen and (min-width: 1000px) {

	.site-inner, .single .site-inner {
		max-width: 1400px;
		padding: 0;
	}
	
	.smaller-content, .archive .content, .single .content {
		float: left;
		width: 1000px;
		max-width: 65%;
		padding-right: 0;
		padding-left: 0;
		padding-top: 5%;
		margin-left: 2%;
	}
	.error404 .content, .page .content, .search .content {
		padding-top: 5%;
	}
	.single .content {
		width: 700px;
		max-width: 65%;
	}
	.feature-first.entry {
		height: 398px;
	}
	.feature-first.entry {
		margin-top: 0;
		text-align: left;
	}
	.featured-section .entry {
		border: 2px solid #fff;
		border-left: 0;
	}
	.featured-section .feature-first.entry {
		border-left: 0; border-right: 0;
	}
	#smoothup { 
        bottom:50px;
   		right:5px;
   	}

	.genesis-nav-menu {
    	font-size: 1em;
    }
    
	.header-widget-area {
		width: auto;
	}
	.site-container {
		margin-bottom: 40px;
		margin-top: 0;
		max-width: 1400px;
	}

	.sticky-message {
		margin-top: 0;
	}
	.sticky-message.reveal {
		display: block;
		overflow-y: visible;
	}
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-first-landing .site-container {
		max-width: 800px;
	}

	.full-width-content .content {
		float: none;
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-widgets {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 20%;
		display: inline-block;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2, .footer-widgets-3
	.sidebar-content .sidebar {
		float: left;
	}

	.footer-widgets-4,
	.header-widget-area,
	.sidebar,
	.sidebar-content .content,
	.site-header .search-form {
		float: right;
	}
	.sidebar {
		margin: 0 auto;
	}
	.site-header {
		position: absolute;
		z-index: 9999;
		top: 0;
    	left: 0;
	}
	.admin-bar .site-inner, .admin-bar .single .site-inner {
		padding-top: 131px;
	}
	.site-inner, .single .site-inner {
		padding-top: 163px;
	}
	.admin-bar .site-header {
		top: 32px;
	}
	
	.site-header {
		padding: 0;
	}

	.title-area {
		float: none;
		width: 241px;
		max-width: 17%;
		text-align: center;
		display: block;
		margin: 2em auto;
		margin-bottom: .802em;
		z-index: 9999;
	}

	.header-image .site-title > a {
		width: 300px;
	}

	.site-description {
		margin: 0;
	}

	.header-widget-area {
		text-align: right;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 15px;
	}

	.site-header .search-form {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 1.999em 1.414em;
	}

	.site-header .genesis-nav-menu a {
		padding-bottom: 1em;
		padding-top: 1em;
	}

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

	.genesis-nav-menu .sub-menu {
		background-color: #fff;
		left: -9999px;
		opacity: 0;
		position: absolute;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 200px;
	}

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

	.genesis-nav-menu li.highlight a {
		background-color: #4bbfaa;
		border-radius: 3px;
		color: #fff;
		font-weight: 400;
		margin-left: 1.414em;
	}
	
	.genesis-nav-menu li.highlight a:hover {
		background-color: #333;
		color: #fff;
	}

	.nav-primary, body #mega-menu-wrap-primary #mega-menu-primary {
    	margin-left: auto;
    	margin-right: auto;
    	width: 774px;
	}
	
	.nav-primary {
		padding-bottom: 10px;
	}

	.nav-primary,
	.nav-secondary {
		padding: 0;
	}

	.nav-primary .sub-menu {
		background-color: #fff;
	}

	.nav-primary .sub-menu a {
		border-top: 0;
		color: #333;
	}

	.nav-primary .genesis-nav-menu > li:first-child a,
	.nav-secondary .genesis-nav-menu > li:first-child a {
		padding-left: 0;
	}

	.responsive-menu,
	.responsive-menu > .menu-item > .sub-menu {
		display: block;
	}

	.responsive-menu-icon,
	.responsive-menu > .menu-item-has-children:before,
	.responsive-menu .menu-open.menu-item-has-children:before {
		display: none;
	}

	.footer-widgets-1,
	.footer-widgets-2, .footer-widgets-3 {
		margin-left: 4%;
	}

	.header-widget-area,
	.sidebar-content .content {
		margin-right: 10px;
	}

	.footer-widgets-4 {
		margin-right: 4%;
	}

	.comment-list ul.children {
		margin-left: 40px;
	}

	.gallery-item {
		float: left;
		display: inline;
		vertical-align: middle;
	}
	
	.gallery-columns-2 .gallery-item {
		width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		display: inline;
		width: 33%;
		vertical-align: middle;
	}
	
	.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%;
	}

	.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-third.first {
		margin-right: 0;
	}
	
	.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%;
	}
	.feature.one-fourth {
		width: 25%;
		margin-left: 0;
	}
	.homepage-products .feature.one-fourth {
		width: 20%;
		margin-left: 2.5%;
	}
	.homepage-products .feature.one-fourth h3 {
		font-size: 1.414em;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	
	.one-sixth {
		width: 14.52991452991453%;
	}
	
	.five-sixths {
		width: 82.90598290598291%;
	}

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

	.gallery { 
		margin: 0 auto 18px; 
	}
	
	.gallery .gallery-item {
		float: left;
		margin-top: 0;
		text-align: center;
		width: 33%;
	}

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

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

	

	.gallery img:hover {
		background: white;
	}

	.gallery-columns-2 .attachment-medium {
		max-width: 92%;
		height: auto;
	}

	.gallery-columns-4 .attachment-thumbnail {
		max-width: 84%;
		height: auto;
	}

	.home .content {
		width: 100%;
	}

	.sidebar {
		width: 350px;
		padding-top: 5%;
		max-width: 29%;
		margin-right: 2%;
	}

    div.featured-section article.feature-first .entry-content {
		position: absolute;
		right: 0;
		top: 0;
		width: 800px;
		border-left: 1px solid #bfbfbf;
		height: 398px;
		background-color: rgba(255, 255, 255, 0.83);
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
	}

}


@media only screen and (min-width: 1100px) {
	.content {
		width: 700px;
	}
}



/* SOLILOQUY slider*/

div.widget-wrap .soliloquy-container img {
	background: none;
	border: none;
	box-shadow: none;
}

.soliloquy-container .soliloquy-caption {
    position: absolute !important;
    display: table !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
}
     
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    display: table-cell !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 20px 0 35px !important;
}
     
.soliloquy-container .soliloquy-caption h1 {
    color: #fff !important;
    font-size: 1em !important;
    margin: 0 0 1.618em !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}
     
.soliloquy-container .soliloquy-caption a.soliloquy-button {
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    background-color: #333 !important;
    border: 3px solid #fff !important;
    padding: .618em 1em !important;
    font-size: .618em !important;
    color: #fff;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button:hover {
	color: #4bbfaa;
}
     
@media (max-width: 600px) {
     
/** Hide the caption and control nav for small devices since they can swipe slides */
 .soliloquy-container .soliloquy-control-nav,
  .soliloquy-container .soliloquy-caption {
    display: none !important;
  }
     
}