/*
Theme Name: Hello Sassafras
Theme URI: http://helloyoudesigns.com
Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
Author: Hello You Designs
Author URI: https://www.helloyoudesigns.com/
Version: 2.0.8

Template: genesis
Template Version: 2.4.2


License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: hello-sassafras
*/


/* Custom Font
--------------------------------------*/
@font-face {
font-family: 'Santorini';
src: url(fonts/Santorini.ttf);
font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.woocommerce .product-title,
.site-description,
.prev-next-navigation,
.comment-respond label,
.footer-widgets .widget-title {
font-family: 'Playfair Display', serif;
}

body,
a.more-link,
.more-from-category a,
.genesis-nav-menu a,
.bne-testimonial-details,
p.entry-meta,
p.comment-meta,
.site-footer,
.accent-text {
font-family: 'Roboto', sans-serif;
}

.share-after::before,
.site-title {
font-family: 'Santorini';
letter-spacing: normal;
text-transform: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* 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:#767676}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;border: 0; height: 0; border-top: 1px solid #f3f3f3; border-bottom: none;}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}

html {
font-size: 62.5%; /* 10px browser default */
}

/**Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.archive-pagination:before,
.blog-slider:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
content: " ";
display: table;
}

.author-box:after,
.archive-pagination:after,
.blog-slider:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
clear: both;
content: " ";
display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
font-size: 62.5%;
}


body {
background: #fff;
color: #222;
font-size: 1.6rem;
font-weight: 400;
letter-spacing: 1px;
line-height: 2;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
-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: #eee;
color: #555;
}

::selection {
background-color: #eee;
color: #555;
}

a {
color: #e1bdbd;
text-decoration: none;
}

a:hover {
color: #787878;
}

p {
margin: 0 0 24px;
padding: 0;
}

.screen-reader-text {
display: none;
}

a.more-link,
.more-from-category a {
background: #fff;
border: 1px solid #222;
color: #222;
display: table;
font-size: 10px;
font-weight: 300;
letter-spacing: 2px;
margin: 25px auto;
padding: 10px 25px;
text-transform: uppercase;
}

a.more-link:hover,
.more-from-category a:hover {
border: 1px solid #e1bdbd;
background: #e1bdbd;
color: #fff;
}

strong {
font-weight: 700;
}

ol,
ul {
margin: 0;
padding: 0;
}

blockquote {
margin: 40px 40px 24px;
}

blockquote::before {
content: "\201C";
display: block;
font-size: 30px;
height: 0;
left: -20px;
position: relative;
top: -10px;
}

.entry-content code {
background-color: #333;
color: #ddd;
}

cite {
font-style: normal;
}

/** Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
color: #222;
font-weight: 300;
line-height: 1.2;
margin: 0 0 16px;
text-transform: uppercase;
}

h1 {
font-size: 34px;
}

h2 {
font-size: 30px;
}

h3 {
font-size: 22px;
}

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
font-size: 16px;
text-align: center;
}

h4 {
font-size: 16px;
}

h5 {
font-size: 14px;
}

h6 {
font-size: 12px;
}

/** Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
max-width: 100%;
}

img {
height: auto;
}

.featured-content img,
.gallery img {
width: auto;
}

/** Forms
--------------------------------------------- */

input,
select,
textarea {
background-color: #fff;
border: 1px solid #f5f5f5;
color: #999;
font-size: 12px;
font-weight: 300;
padding: 10px;
width: 100%;
}

input:focus,
textarea:focus {
background: #f5f5f5;
outline: none;
}

::-moz-placeholder {
color: #999;
opacity: 1;
}

::-webkit-input-placeholder {
color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
background-color: #fff;
border: 1px solid #222;
box-shadow: none;
color: #222;
cursor: pointer;
padding: 16px 24px;
text-transform: uppercase;
width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
background-color: #e1bdbd;
border: 1px solid #e1bdbd;
color: #fff;
}

.button {
display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
display: none;
}

/** Tables
--------------------------------------------- */

table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin-bottom: 40px;
width: 100%;
}

tbody {
border-bottom: 1px solid #ddd;
}

th,
td {
text-align: left;
}

th {
font-weight: bold;
text-transform: uppercase;
}

td {
border-top: 1px solid #ddd;
padding: 6px 0;
}


/** Structure and Layout
---------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.site-container {
margin: 2% auto 2%;
}

.site-inner,
.wrap {
margin: 0 auto ;
max-width: 1200px;
}

.wrap1{
width: 1200px;
margin: 0 auto;
border: 8px solid #fff;
box-shadow: 0 0 10px #999;
}
.wrap2{
border: 1px solid #ddd;
background: #fff;
}

.site-inner {
background: #fff;
clear: both;
padding: 10px;
}

.page-template-page_blog .site-inner {
margin-top: 30px;
}

.sassafras-home .site-inner {
padding: 22px 0px;
}

.sassafras-landing .site-inner {
max-width: 1100px;
padding: 40px 80px;
}

.sassafras-landing .entry-title{
text-align: center;
font-size: 34px;
padding-bottom: 30px;
}

/* Content */

.content {
float: right;
width: 70%;
padding: 30px;
}

.woocommerce .content .entry {
border: none;
}

.content-sidebar .content {
float: left;
}

.full-width-content .content {
width: 100%;
}

.full-width-content.page-template-page_blog  .entry img {
max-width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
border-left: 1px solid #f3f3f3;
float: right;
width: 30%;
padding: 30px;
}

.sidebar-content .sidebar-primary {
border-left: none;
border-right: 1px solid #f3f3f3;
float: left;
padding: 30px;
}


/* Category Index
--------------------------------------------- */

.category-index .share-after {
display: none;
}

.category-index .featured-content .entry {
border: none;
float: left;
min-height: 310px;
padding: 0px 5px;
width: 33%;
}

.category-index .widget {
padding: 20px 0px;
}

.category-index .entry-title a {
font-size: 10px;
}

.category-index ul li {
float: left;
font-size: 13px;
margin: 3px 5px;
width: 23%;
}

/* Custom Archives
---------------------------------------------------------------------------------------------------- */

.hyd-archive .content .entry,
.journal .entry {
overflow: hidden;
width: 33.333%;
padding: 10px;
float: left;
margin: 20px auto;
}

.hyd-archive .content .entry-title,
.journal .entry-title {
font-size: 18px;
font-size: 1.8rem;
}

.hyd-archive .content .entry:last-of-type {
margin-right: 0;
}

.hyd-archive .content .entry img:hover,
.journal .entry img:hover {
opacity:0.8;
}

.woocommerce.archive .content .entry img:hover {
opacity:1;
}

.hyd-archive .content .entry-title,
.journal .entry-title {
margin: 0 0 15px 0;
padding: 0;
text-align: center;
}

.hyd-archive .archive-pagination {
clear: both;
}


/* 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;
}

/*author box
--------------------------------- */

.author-box {
border-bottom: 1px solid #eee;
margin-bottom: 5%;
padding-bottom: 5%;
text-align: center;
}

.author-box,
.author-box p,
.author-box .author-box-title {
margin-left: auto;
margin-right: auto;
max-width: 660px;
}

.author-box p:last-child {
margin-bottom: 0;
}

/** Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */
/* Avatar
--------------------------------------------- */

.avatar {
border-radius: 50%;
float: left;
}

.after-entry .avatar {
float: right;
height: 180px;
margin-bottom: 30px;
margin-left: 30px;
width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
margin-right: 30px;
}

.alignright .avatar {
margin-left: 30px;
}

.author-box .avatar {
display: inline-block;
float: none;
height: 100px;
margin: 0 auto 20px;
width: 100px;
}
.comment .avatar {
height: 80px;
margin: 0 16px 24px 0;
width: 80px;
}


img.centered,
.aligncenter {
display: block;
margin: 0 auto 24px;
}

img.alignnone {
margin-bottom: 12px;
}

.alignleft {
float: left;
text-align: left;
}

.alignright {
float: right;
text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
margin: 0 0 24px 24px;
}

.wp-caption-text {
font-size: 12px;
margin: 40px 40px 24px;
text-align: left;
}

.wp-caption-text::before {
content: "\201C";
display: block;
font-size: 25px;
height: 0;
left: -20px;
position: relative;
top: -8px;
}


.gallery img {
border: none !important;
padding: 10px;
}

.widget_calendar table {
width: 100%;
}

.widget_calendar td,
.widget_calendar th {
text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
border: 1px solid #ddd;
font-size: 12px;
margin-bottom: 40px;
padding: 10px;
text-align: center;
}

/* Titles
--------------------------------------------- */

.entry-title {
font-size: 2.8rem;
line-height: 1.2;
padding: 2% 0 0;
}

.entry-title a {
  color: #222;
}

.page.page-template-page_blog .entry {
margin-bottom: 75px;
}

.single .content .entry-title,
.single .content .entry-header .entry-meta {
text-align: center;
}

.page-title {
font-size: 22px;
line-height: 1;
padding: 5px 0 10px;
}

.archive-title {
font-size: 20px;
margin-bottom: 24px;
}

.archive-description {
padding: 20px;
}


/*Search Form
--------------------------------------------- */

.search-form {
overflow: hidden;
}

.site-header .search-form {
float: right;
}

.entry-content .search-form,
.site-header .search-form {
width: 80%;
}

.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;
}

/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */

.nav-secondary .genesis-nav-menu > .search {
float: right;
display: inline-block;
position: relative;
width: auto;
padding: 0;
}

li a.icon-search:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
content: "\f002";
}

li a.icon-search {
cursor: pointer;
font-size: 12px;
}

/*li a.icon-search:hover {
border-bottom: none;
}*/

.search-div {
display: none;
position: absolute;
z-index: 10;
right: 0;
width: 300px;
padding: 5px;
}
.search-div .search-form {
position: relative;
}
.search-div .search-form input[type="search"] {
width: 100%;
padding: 10px;
font-size: 10px;
}
.search-div .search-form input[type="submit"] {
position: absolute;
right: -1px;
bottom: 1px;
padding: 10px 14px;
-webkit-border-radius: 0;
border-radius: 0;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
color: transparent;
} /* oldIE ;) */

@media only screen and (max-width: 800px) {
.nav-secondary .genesis-nav-menu > .search {
display: block;
text-align: left;
}
.search-div {
left: 300;
}
}

@media only screen and (max-width: 340px) {
.search-div {
width: auto;
}
}

/** Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
background: #faefee;
border-color: #faefee;
padding: 20px!important;
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}

.sidebar .enews-widget .widget-title {
color: #222;
}

.enews-widget input {
margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
border: 2px solid #fff;
background: #e1bdbd;
color: #fff;
width: 100%;
}

.enews-widget input[type="submit"]:hover {
border: 2px solid #fff;
background: #fff;
color: #222;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
margin-bottom: 16px;
}


/*  Image Widget
-------------------------------------------------- */

.widget_sp_image .widget-title {
display: none;
}

/* Genesis Slider
-------------------------------------------------- */

#genesis-responsive-slider {
border: none !important;
padding: 0 !important;
}

.slide-image {
padding: 0 5px;
}

#genesis-responsive-slider .slide-excerpt {
background: rgba(251,251,251,.85);
border: double #eee;
outline: 7px solid rgba(251,251,251,.5);
color: #000;
opacity: .7;
overflow: hidden;
width: 450px;
bottom: 100px;
left: 50%;
margin-left: -225px;
padding: 20px 10px;
text-align: center;
}

#genesis-responsive-slider a {
color: #000;
font-size: 22px;
font-size: 2.2rem;
}

#genesis-responsive-slider .slide-excerpt-border {
border: 0;
float: none;
display: block;
padding-bottom: 5px;
}

#genesis-responsive-slider .slide-excerpt-border > p {
display: none;
}

#genesis-responsive-slider .slide-excerpt-border h2:after {
content: " ";
width: 50px;
border-bottom: 1px solid #999;
margin: 15px auto;
display: block;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
font-size: 16px;
padding: 16px;
}

div.gform_wrapper .ginput_complex label {
font-size: 12px;
font-style: italic;
padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
font-weight: 100;
text-transform: uppercase;
}

div.gform_wrapper li,
div.gform_wrapper form li {
margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
display: none;
}

.content .sd-content ul {
text-align: center;
}

.content .share-count {
background: #0E222C;
padding: 3px 5px;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-ustom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
background: #fff !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
padding: 5px 10px !important;
}

.content div.sharedaddy h3.sd-title {
float: left;
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
width: 20%;
}


/* WooCommerce
--------------------------------------------- */
.woocommerce .star-rating {
width: 100% !important;
}

.woocommerce ul.products li.product a img {
border: 1px solid #f3f3f3;
padding: 8px;
}

.woocommerce ul.products li.product a img:hover {
border: 1px solid #f3f3f3;
background: #eed9e0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
text-align:center;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price  {
text-align: center;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.home-grid,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #fff !important;
border: 1px solid #222 !important;
color: #222 !important;
border-radius: 0 !important;
cursor: pointer;
font-size: 10px !important;
font-weight: 300 !important;
letter-spacing: 2px !important;
padding: 14px 24px !important;
text-transform: uppercase !important;
width: auto !important;
opacity: 1 !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover  {
background-color: #e1bdbd !important;
border: 1px solid #fff !important;
color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 10px;
font-weight: 300 !important;
letter-spacing: 2px;
text-transform: uppercase;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
color: #333 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
border-top-color: #333 !important;
}

.woocommerce span.onsale {
background-color: #222 !important;
font-size: 10px !important;
padding: 4px 7px !important;
text-transform: uppercase;
z-index: 8 !important;
}

.woocommerce-cart table.cart img {
width: 100px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
float: left;
padding: 1% !important;
width: 25%;
text-align: center;
}

.sidebar .woocommerce ul.cart_list li,
.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.cart_list li,
.sidebar .woocommerce-page ul.product_list_widget li {
float: left;
padding: 1% !important;
width: 50%;
text-align: center;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
width: 100% !important;
background: rgba(251,251,251,.75);
padding: 6px;
}

.woocommerce-checkout #payment ul.payment_methods li {
list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
display: inline !important;
}

.woocommerce .quantity .qty {
padding: 9px 0px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 17px 5px !important;
}

.woocommerce-checkout #payment {
background-color: #f3f3f3 !important;
}

.woocommerce .product-title {
font-weight: 300;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
}

.woocommerce form .form-row textarea {
height: 50px !important;
}

.woocommerce .next::after {
display: none !important;
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
padding-right: 3%;
padding-top: 3%;
}


/** Easy Recipe
--------------------------------------------- */

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .ERSName {
font-size: 22px !important;
font-weight: 400 !important;
}

.easyrecipe .ERSName,
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader {
letter-spacing: 1px;
padding: 20px 0 10px 0;
text-transform: uppercase;
}

.easyrecipe .ERSTimes {
margin-bottom: 20px !important;
}

div.easyrecipe {
background-color: #f9f9f9!important;
border: 10px solid #fff!important;
outline: 1px solid #f2f2f2;
padding: 20px !important;
}

.easyrecipe div {
font-size: 14px;
line-height: 1.7 !important;
}

.easyrecipe .ERSTopRight {
padding-left: 20px;
}

.easyrecipe .ERSTopRight img {
border: 3px solid #fff !important;
}

.ERSTopRight {
background-color: #fff !important;
padding: 20px !important;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
background: #0E222C !important;
border-radius: 0;
font-weight: normal;
letter-spacing: 1px;
text-transform: uppercase;
}

.ERComment .ERRateBG {
margin-top: 7px;
}


/** Simple Share
--------------------------------------------- */
.share-after::before {
color: #222;
content: "share:";
display: inline-block;
font-size: 2.6rem;
height: 117px;
line-height: normal;
margin-right: 7px;
padding-bottom: 4px;
vertical-align: middle;
}

.share-after {
text-align: center;
margin: 50px auto;
}

.content .share {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin: 0 auto;
}

.sharrre .share,
.sharrre:hover .share {
color: #e1bdbd;
}

.content .share-outlined .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: #e1bdbd;
border: 1px solid #e1bdbd;
display: none;
}

.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: #fff !important;
font-size: 10px;
}


@media only screen and (min-width: 768px) {

.share-small .no-count .share {
width: 0px;
}
}


/** Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
background: #fff;
}

/* Title Area
--------------------------------------------- */

.title-area {
float: left;
font-weight: 700;
padding: 8px 0;
text-align: center;
width: 320px;
margin-bottom: 24px;
}

.header-image .title-area {
padding: 0;
}

.site-title {
font-size: 4.5rem;
font-weight: 400;
line-height: 1.5;
margin: 10px auto;
text-transform: none;
}

.site-title a,
.site-title a:hover {
color: #222;
}

.site-description {
color: #222;
font-size: 1.4rem;
font-weight: normal;
letter-spacing: .2em;
text-transform: uppercase;
line-height: 1;
margin: 10px auto;
}

.header-full-width .title-area,
.header-full-width .site-title {
width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
display: block;
text-indent: -9999px;
}

.header-image .site-header .wrap {
text-align: center;
width: 100%;
}

.header-image .site-title > a {
background-position: center center !important;
background-size: contain!important;
float: left;
min-height: 150px;
width: 100%;
}

.header-full-width .header-image .site-title a {
margin: 0 auto;
}

.header-image .title-area {
background: none;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
word-wrap: break-word;
}


/** Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
clear: both;
line-height: 1;
text-align: center;
width: 100%;
}

.genesis-nav-menu li {
float: none;
list-style-type: none;
}

.genesis-nav-menu li li {
margin-left: 0;
}

.genesis-nav-menu .menu-item {
display: inline-block;
text-align: center;
}

.genesis-nav-menu .menu-item:hover {
position: relative;
}

.genesis-nav-menu a {
color: #222;
display: block;
font-size: 12px;
font-weight: 300;
letter-spacing: 3px;
padding: 18px 20px;
text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
color: #e1bdbd;
}

.genesis-nav-menu .sub-menu {
background-color: #fff;
left: -9999px;
opacity: 0;
position: absolute;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition:    opacity .4s ease-in-out;
-ms-transition:     opacity .4s ease-in-out;
-o-transition:      opacity .4s ease-in-out;
transition:         opacity .4s ease-in-out;
width: 200px;
z-index: 99;
padding: 10px 0;
}

.genesis-nav-menu .sub-menu::after,
.genesis-nav-menu .sub-menu::before {
border: medium solid transparent;
bottom: 100%;
content: " ";
height: 0;
left: 50%;
pointer-events: none;
position: absolute;
width: 0;
}

.genesis-nav-menu .sub-menu::after {
border-bottom-color: #f9f9f9;
border-width: 8px;
margin-left: -10px;
}

.genesis-nav-menu .sub-menu a {
color: #222;
font-size: 10px;
position: relative;
width: 200px;
padding: 12px;
}

.genesis-nav-menu .sub-menu a:hover {
color: #e1bdbd;
}

.genesis-nav-menu .sub-menu .sub-menu {
margin: -46px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
left: 50%;
margin-left: -100px;
opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
left: 199px;
margin-left: 0px;
opacity: 1;
}

.genesis-nav-menu > .first > a {
padding-left: 0;
}

.genesis-nav-menu > .last > a {
padding-right: 0;
}

.genesis-nav-menu > .right {
display: inline-block;
float: right;
list-style-type: none;
text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
padding: 15px 24px;
}

.genesis-nav-menu > .rss > a {
margin-left: 48px;
}

.genesis-nav-menu > .heart > a::before {
content: "\f487";
font: 9px/1 "dashicons";
}

.genesis-nav-menu > .star > a::before {
content: "\f155";
font: 9px/1 "dashicons";
}

.genesis-nav-menu > .cart > a::before {
content: "\f174";
font: 9px/1 "dashicons";
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
margin-top: -46px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
margin-left: -25px;
width: 1232px;
position: relative;
padding: 6px 20px;
background-color: #faefee;
-webkit-box-shadow: 0px 2px 4px #ddd;
-moz-box-shadow: 0px 2px 4px #ddd;
box-shadow: 0px 2px 4px #ddd;
}

.nav-primary::after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 0px;
top: 100%;
border-width: 5px 8px ;
border-style: solid;
border-color: #bbb #bbb  transparent transparent;
}

.nav-primary::before {
content: ' ';
position: absolute;

height: 0;
right: 0px;
top: 100%;
border-width: 5px 8px;
border-style: solid;
border-color: #bbb transparent transparent #bbb;
}

.admin-bar .nav-primary.fix {
top: 32px;
}

.nav-primary.fix {
left: 0;
overflow: visible;
max-width: 100%;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
margin-left: 0px;
}

.nav-primary.fix::before,
.nav-primary.fix::after {
display: none;
}

.nav-primary .small-site-title {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition:    all 0.5s ease-in-out;
-ms-transition:     all 0.5s ease-in-out;
-o-transition:      all 0.5s ease-in-out;
transition:         all 0.5s ease-in-out;
float: left;
position: relative;
display: none;
}

.sticky {
position: fixed;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
border-top: none;
text-align: left;
margin: 0 auto;
}

.nav-secondary .genesis-nav-menu a {
color: #222;
font-size: 10px;
}

.nav-secondary .genesis-nav-menu a:hover {
color: #e1bdbd;
}
.nav-secondary .wrap {
margin: 0px auto 0;
}

.genesis-nav-menu .widget-area {
float: right;
padding: 12px 0 0;
margin-right: 2%;
}

/* Menu
------------------------------------------------------------- */

span.sub {
font-style: italic;
font-size: 11px;
text-transform: lowercase;
}

.menu-primary a {
text-align: center;
}

/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon {
cursor: pointer;
display: none;
margin-top: 10px;
}

.nav-primary .responsive-menu-icon::before {
color: #222;
content: "\f333";
font: normal 24px/1 "dashicons";
margin: 0 auto;
}

.nav-secondary .responsive-menu-icon::before {
color: #222;
content: "\f333";
font: normal 24px/1 "dashicons";
margin: 0 auto;
}

.nav-primary .responsive-menu-icon {
text-align: center;

}


/** Content Area
---------------------------------------------------------------------------------------------------- */
/*  Blog Slider & Blog Page
-------------------------------------------------- */

.blog-slider   {
max-width: 1000px;
margin: 0 auto 50px;
}

@media only screen and (min-width: 1024px) {

.blog-slider {
z-index: 2;
position: relative;
}

}
@media only screen and (min-width: 400px) {
.page-template-page_blog .site-inner  {
padding: 1%;
}
}

/* Widget Above Content Area
--------------------------------------------- */

.widget-above-content {
background: #f8f8f8;
margin-bottom: 40px;
padding: 40px;
text-align: center;
}

/** Entries
--------------------------------------------- */

.entry-content .attachment a,
.entry-content .gallery a {
border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
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 .search-form {
width: 50%;
}

.sidebar .featured-content .entry-header {
margin-bottom: 0;
}


.entry-categories {
float: left;
text-align: left;
width: 70%;
}


/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
border: 1px solid #eee;
margin-bottom: 30px;
margin-top: 30px;
padding: 30px;
text-align: center;
overflow: hidden;
}

.after-entry .widget {
margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
margin: 0;
}

.after-entry li {
list-style-type: none;
}

/** In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
clear: both;
color: #ddd;
font-size: 14px;
margin: 10px 0;
overflow: hidden;
padding: 20px;
text-transform: uppercase;
}

.previous a{
float: left;
width: 48.717948717948715%;
background: #fff;
border: 1px solid #222;
color: #222;
max-width: 150px;
padding: 8px;
text-align: center;
}

.prev-next-navigation .next a{
float: right;
margin-left: 2.564102564102564%;
text-align: right;
width: 48.717948717948715%;
background: #fff;
border: 1px solid #222;
color: #222;
max-width: 150px;
padding: 8px;
text-align: center;
}

.prev-next-navigation .next a:hover,
.previous a:hover {
background: #e1bdbd;
border: 1px solid #e1bdbd;
color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
background-color: #fff;
margin-bottom: 40px;
}

.comment .avatar {
margin: 0px 16px 24px 0px;
}

.comment-respond,
.entry-pings {
padding: 40px 0 16px;
}

.entry-comments {
padding: 30px 0 0 0;
}

.comment-header {
font-size: 16px;
}

li.comment {
background-color: #fff;
border: 1px solid #ddd;
font-size: 16px;
}

.comment-content {
clear: both;
}

.comment-list li {
margin-top: 24px;
padding: 32px;
}

.comment-list li,
.ping-list li {
list-style-type: none;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%;
}

.comment-respond label {
display: block;
font-size: 18px;
font-weight: normal;
letter-spacing: 2px;
margin: 0 12px 12px 0;
margin-right: 12px;
text-transform: uppercase;
}

.entry-comments .comment-author {
color: #2c2c2c !important;
font-size: 34px;
margin-bottom: 0;
}

.entry-comments .comment-author a {
color: #2c2c2c;
}

.says {
font-size: 14px;
font-style: italic;
}

.entry-pings .reply {
display: none;
}

.bypostauthor {
background-color: #f5f5f5;
}

.form-allowed-tags {
background-color: #f5f5f5;
font-size: 16px;
padding: 24px;
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
font-size: 14px;
margin: 40px 0;
}

.pagination {
margin: 20px auto;
text-align: center;
}

.archive-pagination li {
display: inline;
}

.archive-pagination li a {
background-color: #fff;
color: #222;
cursor: pointer;
display: inline-block;
padding: 8px 15px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
background: #e1bdbd;
color: #fff;
}


/* Entry Meta
--------------------------------------------- */

.bne-testimonial-details,
p.entry-meta,
p.comment-meta {
font-size: 1.2rem;
font-style: normal !important;
letter-spacing: 1px;
margin-bottom: 0;
text-transform: uppercase;
}

.entry-header .entry-meta {
margin-bottom: 24px;
}

.entry-footer .entry-meta {
border-top: 1px solid #ddd;
clear: both;
padding-top: 8px;
margin-top: 20px;
padding-bottom: 60px;
}

.entry-categories,
.entry-tags {
display: block;
}

.entry-comments-link::before {
content: "\f487";
font-family: "dashicons";
font-size: 8px;
margin: 0 2px 0 2px;
padding-right: 2px;
-webkit-font-smoothing: antialiased;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table .one-third:hover {
background: #f8f8f8;
}

.pricing-table h4 {
border-bottom: 1px solid #ddd;
margin: -40px -40px 40px;
padding: 40px;
text-align: center;
}

.pricing-table .one-third {
background-color: #fff;
border: 1px solid #ddd;
margin: 20px -1px;
padding: 40px;
width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
margin-bottom: 0;
margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
margin: 20px 0;
}

.pricing-table ul li {
border-bottom: 1px dotted #ddd;
padding-bottom: 10px;
margin-bottom: 15px;
}

.pricing-table a.button {
text-align: center;
display: block;
}



/** Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child {
margin-bottom: 0;
}

.sidebar li {
list-style-type: none;
margin-bottom: 6px;
word-wrap: break-word;
}

.sidebar ul > li:last-child {
margin-bottom: 0;
}

.sidebar .widget-title {
text-align: center;
font-size: 2.6rem;
}

.sidebar .widget {
clear: both;
overflow: hidden;
padding: 40px 0;
border-bottom: 1px solid #eee;
}

.sidebar .enews-subbox,
.sidebar .enews-widget input[type="email"] {
background: #fff;
}

.sidebar .enews-widget input {
border: none;
box-shadow: none;
}


/* Filterable Portfolio Grid & Portfolio Blurb
-------------------------------- */
/* Filterable Portfolio Grid & Portfolio Blurb
-------------------------------- */
.vp-filter__style-minimal .vp-filter__item a {
letter-spacing: .15em;
font-size: 1.4rem;
text-transform: uppercase;
font-weight: 300!important;
color: #000;
border-bottom: 1px solid #fff;
margin: 15px;
padding: 5px;
}

.vp-filter__style-minimal .vp-filter__item.vp-filter__item-active > * {
color: #000;
border-bottom: 1px solid #000;
}

.vp-filter__style-minimal .vp-filter__item>a:hover,
.vp-filter__style-minimal .vp-filter__item>a:focus {
color: #000!important;
border-bottom: 1px solid #000;
}


/* Blog Extras
--------------------------------------------- */
.hyd-affiliate {
background: #f9f9f9;
border: 3px solid #fff;
font-size: 1.0rem;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
padding: 20px;
margin-bottom: 30px;
}

.excerpt {
clear: both;
padding-top: 30px;
}

.hyd-social .site-inner {
width: 100%;
max-width: 800px;
padding: 40px;
position: relative;
z-index: 1;
}

.social-page .widget_nav_menu li {
background: #e1bdbd;
margin: 10px 0;
padding: 10px;
text-align: center;
text-transform: uppercase;
letter-spacing: .15em;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

.social-page .widget_nav_menu li:hover {
background: #faefee;
}

.social-page li a {
color: #222;
}

.social-page .widget {
margin-bottom: 40px;
}

.social-page .widget-title {
font-size: 2.0rem;
text-align: center;
}

.social-page .featured-content .entry {
float: left;
padding: 2%;
width: 33.33%;
text-align: center;
}

.social-page .featured-content .entry-title a {
font-size: 1.8rem;
color: #222;
}

.social-page li {
list-style-type: none;
}

@media only screen and (max-width: 650px) {
.social-page .featured-content .entry {
width: 100%;
}
}



/** Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
margin-left: -25px;
width: 1232px;
position: relative;
color: #222;
padding: 20px 40px;
background-color: #faefee;
-webkit-box-shadow: 0px 2px 4px #ddd;
-moz-box-shadow: 0px 2px 4px #ddd;
box-shadow: 0px 2px 4px #ddd;

}

.footer-widgets::after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 0px;
top: 100%;
border-width: 5px 8px ;
border-style: solid;
border-color: #bbb #bbb transparent transparent;
}

.footer-widgets::before {
content: ' ';
position: absolute;
height: 0;
right: 0px;
top: 100%;
border-width: 5px 8px;
border-style: solid;
border-color: #bbb transparent transparent #bbb;
}

.footer-widgets p,
.footer-widgets a {
color: #222;
letter-spacing: 2px;
font-size: 1.2rem;
}

.footer-widgets a:hover {
color: #e1bdbd;
}

.footer-widgets-1  {
float: left;
width: 50%;
text-align: center;
}

.footer-widgets-1 .widget {
float: left;
padding: 41px 20px;
width: 33.33%;
vertical-align: middle;
}

.footer-widgets-2 {
float: left;
padding: 30px;
width: 20%;
text-align: center;
}

.footer-widgets-3 {
float: right;
padding-left: 20px;
width: 30%;
}

.footer-widgets .widget-title {
color: #222;
font-size: 1.6rem;
letter-spacing: .05em;
text-align: center;
margin-bottom: 10px;
text-transform: uppercase;
}

.footer-widgets li {
list-style-type: none;
word-wrap: break-word;
line-height: 1.8;
display: block;
}

.footer-widgets .enews {
padding: 7%;
}

.footer-widgets .enews p{
margin-bottom: 10px;
}

.footer-widgets input {
background: #fff;
border: 1px solid #f3f3f3;
text-transform: uppercase;
letter-spacing: 2px;
}

.footer-widgets .enews input#subbox {
display: inline-block;
width: 100%;
padding: 8px 10px;
}

.footer-widgets .enews-widget input[type="submit"] {
margin-left: 0;
padding: 8px 10px;
width: 100%;
}


/** Social Bar
---------------------------------------------------------------------------------------------------- */

.social-bar {
margin-top: 40px;
}


/** Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
background: #fff;
font-size: 9px;
letter-spacing: 3px;
padding: 20px 0px;
text-align: center;
text-transform: uppercase;
}

.site-footer a {
color: #222;
}

.site-footer p {
margin-bottom: 0;
}


/* Custom Code
----------------------------------------------------------------------------------------------------*/

/*Accent textwidget
-----------------------*/
.accent-text {
position: relative;
font-size: 10px;
font-size: 1.0rem;
text-transform: uppercase;
text-align: center;
}

.accent-text div {
padding: 0 10px 20px;
}

.accent-text h1 {
color: #fae7df;
margin: 30px auto 10px;
line-height: .5;
font-style: normal;
font-size: 70px;
font-size: 7.0rem;
pointer-events: none;
text-align: center;
}

.accent-text h2 {
margin-top: -10px;
margin-bottom: 10px;
z-index: 9;
text-align: center;
}

.accent-text h4 {
margin-top: -10px;
margin-bottom: 10px;
z-index: 9;
text-align: center;
}

/** Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1200px) {

.wrap1 {
max-width: 950px;
}

.nav-primary,
.footer-widgets {
width: 980px;
margin-left: -25px;
}

.nav-primary.fix {
max-width: 100%;
}

.nav-primary::before,
.nav-primary::after,
.footer-widgets::before,
.footer-widgets::after{
border-width: 5px 7px;
}

.accent-text h1 {
font-size: 80px;
font-size: 8.0rem;
}

.accent-text h2 {
font-size: 25px;
font-size: 2.5rem;
}

playfair {
font-size: 40px;
font-size: 4.0rem;
}

.entry img {
max-width: 300px;
}
}


@media only screen and (max-width: 1024px) {

.soliloquy-container .soliloquy-caption h2 {
font-size: 2.0rem !important;
}

.wrap1 {
max-width: 700px;
}

.hyd-archive .content .entry, .journal .entry {
width: 50%;
}

.sidebar  .widget-title {
font-size: 10px;
font-size: 1.0rem;
}

.sidebar-primary {
padding: 14px;
}

.site-inner,
.header-full-width .site-header .wrap{
clear: both;
}

.nav-primary,
.footer-widgets {
width: 730px;
margin-left: -25px;
}

.entry img {
max-width: 100%;
}

.grid-sizer,
.masonry-page .content .entry {
width: 48%;
}

.footer-widgets-1 {
width: 100%;
}

.footer-widgets-1 .widget {
padding: 20px 8px 40px;
}

.footer-widgets-2,
.footer-widgets-3 {
width: 50%;
}

.footer-widgets-2 {
padding: 0;
}

.footer-widgets img {
max-width: 175px !important;
}
}

@media only screen and (max-width: 960px) {
.site-title {
font-size: 3.5rem;
}

.nav-secondary .genesis-nav-menu {
width: 100%;
}

.genesis-nav-menu.responsive-menu {
display: none;
}

.nav-primary .responsive-menu-icon {
margin-top: 10px;
}

.genesis-nav-menu.responsive-menu .menu-item {
display: block;
text-align: left;
}

.responsive-menu-icon {
display: block;
text-align: center;
}

.menu-primary a {
text-align: left;
}

.nav-primary {
padding: 6px 10px;
}

.nav-primary.fix {
position: relative;
}

.nav-primary.fix + div {
border: none;
}

.genesis-nav-menu.responsive-menu .sub-menu:after,
.genesis-nav-menu.responsive-menu .sub-menu:before,
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
.genesis-nav-menu.responsive-menu,
.nav-primary.fix .small-site-title {
display: none;
}

.genesis-nav-menu.responsive-menu .menu-item,
.responsive-menu-icon {
display: block;
}

.genesis-nav-menu.responsive-menu .menu-item {
text-align: left;
}

.genesis-nav-menu.responsive-menu .menu-item:hover {
position: static;
}

.genesis-nav-menu.responsive-menu li a,
.genesis-nav-menu.responsive-menu li a:hover {
display: block;
line-height: 1;
padding: 16px 20px;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children {
cursor: pointer;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
margin-right: 60px;
}

.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
color: #222;
content: "\f347";
float: left;
font: normal 16px/1 'dashicons';
height: 16px;
padding: 12px 20px;
right: 0;
text-align: right;
z-index: 9999;
}

.nav-secondary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
color: #222;
}

.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
content: "\f343";
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu.responsive-menu .sub-menu {
left: auto;
opacity: 1;
margin: 0 auto;
position: relative;
width: 100%;
}

.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
padding-left: 20px;
margin: 0;
}

.genesis-nav-menu.responsive-menu .sub-menu li a,
.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
background: none;
border: none;
padding: 16px 20px;
position: relative;
width: 100%;
}

.genesis-nav-menu.responsive-menu {
padding-bottom: 16px;
}

.genesis-nav-menu .widget-area {
padding: 8px 20px 0 0;
}
}

@media only screen and (max-width: 775px) {
.site-title {
font-size: 2.5rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*="columns-"] ul.products li.product,
.woocommerce[class*="columns-"] ul.products li.product{
width: 47% !important;
margin-right: 3% !important;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
width: 50%;
}
}

@media only screen and (max-width: 750px) {

.wrap1 {
max-width: 450px;
}

.nav-primary,
.footer-widgets {
width: 480px;
margin-left: -25px;
}

.content,
.hyd-archive .content .entry,
.journal .entry {
width: 100%;
padding: 20px;
}

.sidebar {
border-left: none;
border-right: none;
width: 300px;
float: unset;
clear: both;
margin: auto;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.pricing-table .one-third {
margin: 0;
width: 100%;
}

.footer-widgets-1 .widget:nth-child(1) {
width: 100%;
}
.footer-widgets-1 .widget:nth-child(2),
.footer-widgets-1 .widget:nth-child(3) {
width: 50%;
}

.hyd-portfolio .entry {
width: 100%;
}
}

@media only screen and (max-width: 644px) {
.soliloquy-container .soliloquy-caption-inside {
display: none!important;
}
}

@media only screen and (max-width: 500px) {

.wrap1 {
max-width: 100%;
}

.nav-primary,
.footer-widgets {
max-width: 100%;
margin-left: 0;
}

.nav-primary::before,
.nav-primary::after,
.footer-widgets::before,
.footer-widgets::after {
display: none;
}


.footer-widgets-2,
.footer-widgets-3 {
width: 100%;
padding-left: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*="columns-"] ul.products li.product,
.woocommerce[class*="columns-"] ul.products li.product{
width: 100% !important;
margin-right: 0 !important;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
width: 100%;
}
}

@media only screen and (max-width: 400px) {

.footer-widgets-1 .widget:nth-child(2),
.footer-widgets-1 .widget:nth-child(3) {
width: 100%;
}
}


/* To Top
----------------------------------------*/
.to-top {
border-radius: 50%;
display:inline-block;
height:40px;
width:40px;
position:fixed;
bottom:40px;
right:10px;
box-shadow:0 0 10px rgba(0,0,0,0.05);
overflow:hidden;
text-indent:100%;
white-space:nowrap;
background: #222 url(images/to-top.svg) no-repeat center 50%;
visibility:hidden;
opacity:0;
-webkit-transition:all .3s;
-moz-transition:all .3s;
transition:all .3s;
z-index: 9;
}

.to-top.top-is-visible {
visibility:visible;
opacity:1;
}

.no-touch .to-top:hover {
background-color: #222;
opacity:1;
}

@media only screen and (min-width: 768px) {
.to-top {
right:20px;
bottom:20px;
}
}

@media only screen and (min-width: 1024px) {
.to-top {
height:60px;
width:60px;
right:30px;
bottom:30px;
}
}
