/*
    Theme Name: Emma Theme
    Theme URI: https://lovelyconfetti.com/feminine-wordpress-themes/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Lovely Confetti
    Author URI: https://lovelyconfetti.com
    Version: 2.6
 
    Tags: Green, white, Foodie, Feminine, lifestyle, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.10.1
*/
 
/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
        - Home Page
        - Miscellaneous
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Responsive Slider
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
    - Content Area
        - Home Page
        - Entries
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Page Templates
    - Portfolio Page
    - Category Page
    - Landing Page
    - Footer Widgets
    - Site Footer
    - Color Options
    - Blush
    - Gold
    - Pink
    - Media Queries
        - Retina Display
        - max-width: 1139px
        - max-width: 1030px
        - max-width: 800px
        - max-width: 603px
        - max-width: 480px
    - max-width: 320px
    - max-width: 240px
*/

@font-face {
  font-family: 'Georgia Script';
  src: url('fonts/GeorgiaScript.eot');
  src: url('fonts/GeorgiaScript.eot?#iefix') format('embedded-opentype'), 
  url('fonts/GeorgiaScript.woff') format('woff'), 
  url('fonts/GeorgiaScript.ttf') format('truetype'), 
  url('fonts/GeorgiaScript.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
    normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline: none}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

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

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

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


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

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

body {
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.7em; 
    font-family: 'Lato', georgia, serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px; 
    font-weight: 300;
    background: #fff;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.emma-portfolio .portfolio img,
img.entry-image.attachment-post,
#menu-secondary-nav .menu-item,
a.more-link {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition:    all 0.25s ease-in-out;
    -ms-transition:     all 0.25s ease-in-out;
    -o-transition:      all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
}

a,
.page .entry-content ul li a {
    color: #ccc;
    text-decoration: none;
}

a:hover,
.site-footer a:hover,
.page .entry-content ul li a:hover {
    color: #e8d7cd;
}

::-moz-selection {
    background-color: #f1f7f3;
}

::selection {
    background-color: #f1f7f3;
}


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

strong {
    font-weight: 700;
}

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

blockquote {
    font-family: 'Arapey', georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 30px 20px 0px 60px;
    line-height: 1.5em;
}

blockquote::before {
content: "“";
display: block;
font-size: 56px;
font-family: Times, serif;
height: 0;
font-style: normal;
left: -35px;
position: relative;
top: -21px;
line-height: 1.2em;
}

.entry-content code {
    background-color: #eee;
    color: #000;
}

cite {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Infant', georgia, serif;
    line-height: 1.2;
    font-weight: lighter;
    margin: 0 0 15px;
    letter-spacing: 2px;
}

.entry {
    margin-bottom: 45px;
}

.entry-title {
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 9px;
    text-transform: none;
}

.page .entry-title {
    text-align: center;
}

.page-template-page_blog-php .entry-title {
    text-align: center;
}

h2,
.home-top .entry-title {
    font-size: 24px;
}

h3,
.archive-title,
.comments-title,
.home-middle .entry-title {
    font-size: 20px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6,
.sidebar .entry-title {
    font-size:16px;
}

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

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

img {
    clear: both;
    height: auto;
}

.gallery img {
    width: auto; /* IE8 */
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #e9e8e4;
    color: #000;
    padding: 10px;
    width: 100%;
    letter-spacing: inherit;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    font-family: 'Cormorant Infant', georgia, serif;
}

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

input:focus,
textarea:focus {
    outline: none;
}

.entry-meta a {
color: #000;
}

.entry-meta a:hover {
color: #ccc; }

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #000;
}

button,
input[type="button"],
input[type="reset"],
.button,
.entry-content .button,
.btn-default {
    background-color: #000;
    border: 1px solid #000;
    box-shadow: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    width: auto;
}

input[type="submit"] {
    background-color: #000;
    box-shadow: none;
    letter-spacing: .2em;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #000;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.btn-default:hover {
    background-color: #fff;
    color: #000;
}

button:before  {
    border-radius: 5px;
    left: 2px;
    top: 1px;

}

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

#hover {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    filter:alpha(opacity=25);
    -webkit-backface-visibility: hidden;
}

#hover:hover {
    opacity:.7;
}



/* Nav Social Area
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu .widget {
    clear: none !important;
    display: inline-block;
    float: left;
    margin-bottom: 6px;
}

.genesis-nav-menu .simple-social-icons ul li {
    margin-bottom: 0 !important;
}

.genesis-nav-menu .widget-area .search-form {
    margin-right: 7px;
}

.genesis-nav-menu .widget-area {
    float: left;
    padding: 16px 0 0 0;
}

/* Expanding Search Bar
--------------------------------------------- */

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

.genesis-nav-menu .search-form input[type="search"] {
    margin-left: 10px;
    padding-left: 12px;
    padding-right: 1.8rem;
    padding-top: 12px;
    width: 85px;
    -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    background: transparent;
    border-bottom: 1px dashed #fff;
}

.genesis-nav-menu .search-form input[type="search"]:focus {
    width: 170px;
}

.search-form {
    position: relative;
}

.search-form input {
    border: 0;
}

.search-form ::-webkit-input-placeholder {
    color: #ddd;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 1px;
    text-transform: uppercase;
    vertical-align: middle;
}

.search-form :-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.search-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase; 
}

.search-form :-ms-input-placeholder {  
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 0;
    text-transform: uppercase;
    vertical-align: middle;
}

.genesis-nav-menu .search-form input[type="submit"],
.footer-widgets .search-form input[type="submit"],
.sidebar .search-form input[type="submit"],
.categories-top .search-form input[type="submit"] {
    background: transparent;
    clip: inherit;
    color: #000;
    content: "\f179";
    font-size: 22px;
    font-family: "dashicons";
    height: 34px;
    outline: none;
    position: absolute;
    right: 10px;
    top: -4px;
    width: 34px;
    -webkit-font-smoothing: antialiased;
}

.footer-widgets input[type="search"],
.sidebar input[type="search"],
.categories-top input[type="search"] {
    border-radius: 0;
    -webkit-appearance: none !important;
    border-bottom: 1px dashed #f1f7f3;
    padding: 11px;
}

.search-form input[type="submit"]:hover {
    color: #ddd !important;
}

input[type="search"] {
    border-radius: 0;
    -webkit-appearance: none !important;
}


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

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

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

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

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


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

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

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

.site-container {
    background: #fff;
    max-width: 100%;
}

.site-container {
    overflow: hidden;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1240px;
}

.site-inner {
    margin: 5% auto;
}

.home .site-inner {
    margin: 2% auto;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 868px;
}

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

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

/* Content */

.content {
    float: right;
    width: 870px;
}

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

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

.sidebar-content-sidebar .content {
margin-left:40px;
}

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

/* Column Classes
    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: 30.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;
}



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

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

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

a.alignnone {
    display: inline-block;
}

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

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

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

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

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

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

.alignleft.post-image {
    margin-bottom: 24px;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.widget_calendar table {
    width: 100%;
}

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



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

.breadcrumb {
    border: 1px solid #eeeee8;
    font-size: 12px;
    margin-bottom: 32px;
    padding: 16px 32px;
}

.archive-description,
.author-box,
.sticky {
    border: 1px solid #eeeee8;
    margin-bottom: 32px;
    overflow: hidden;
    padding: 32px;
}

.author-box-title {
    font-size: 16px;
    margin: 0 0 8px;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Categories Grid
----------------------------------------- */

.categories-grid .entry-header {
    margin-bottom: 40px;
}

.categories-grid h2.category-title a,
.categories-grid h3.category-title a {
    border-bottom: none;
}

.categories-grid .category-item {
    margin-bottom: 40px;
}

.category .entry-title,
.category .entry-meta {
    word-wrap: break-word;
    text-align: center !important;
}

.categories-grid .category-item p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.category-title,
.categories-grid .category-item a {
    text-align: center !important;
}

.categories-grid .category-item a {
    text-align: center;
    display: table;
    float: none;
    margin: 2% auto;
    color: #000;
}

.category-grid-post-featured-image:hover {
    opacity: .7;
}



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

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
    text-decoration: none;
}

.widget-title {
    color: #000; text-align: center; 
    font-family: 'Cormorant Infant', georgia, serif;
    letter-spacing: 2px;
    text-transform: uppercase; 
    padding: 8px;  
    border-bottom: 1px solid #f1f7f3;
}

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

.archive-title {
    font-size: 20px;
}

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

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

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

 .sidebar .featured-content .entry-title {
    width: 90%;
  text-align: center;
  font-family: 'Cormorant Infant', georgia, serif;
  text-transform: none;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 auto; 
    border: 0;
}

.sidebar .featured-content img {
    padding-bottom: 10px;
}

.sidebar .featured-content .entry {
    float: left;
    padding: 5px;
    width: 48%;
}

.featuredpost.widget li {
    text-align: center;
}

.more-from-category {
    padding-top: 12px;
}

a.more-link,
.more-from-category a {
    color: #000;
    font-family: 'Arapey', georgia, serif;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 18px;
    text-decoration: none;
    display: table;
    margin: 10px auto;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 7px 35px;
    width: auto;
    background-color: #FAF5F2;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: none;
}

.more-from-category a {
    width: 33%;
}

a.more-link:before, 
.more-from-category a:before {
    background-color: transparent;
    content: "\f344";
    color: #000;
    margin: 0 6px 0 2px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 13px/1 'dashicons';
    vertical-align: middle;
    padding-right: 3px;
    margin-top: -2px;
}

a.more-link:hover,
.more-from-category a:hover {
    background: #000;
    color: #fff;
}

a.more-link:hover:before, 
.more-from-category a:hover:before {
    color: #fff;
}

.sidebar a { 
    color: #000; 
}

.sidebar a:hover { 
    color: #ccc; 
}

a.more-link em {
    text-transform: lowercase;
    font-family: Arapey, serif;
    font-size: 13px;
    letter-spacing: 1.5px;
}

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

/* Recipe Pro Maker
--------------------------------------------- */

html body .wprm-recipe-container .wprm-recipe {
    border: 1px solid #f1f7f3;
    padding: 5%;
}

.wprm-recipe-simple h3.wprm-recipe-header,
.wprm-recipe-simple h2.wprm-recipe-name {
    font-weight: 700 !important;
}



/* Instagram
--------------------------------------------- */

.above-footer .widget {
    overflow: visible;
}

.above-footer .widget #sb_instagram,
.above-footer .widget #sb_instagram .widget-title {
    width: 100%;
    padding: 2%;
    clear: both;
    margin: -15% auto 2%;
}

.above-footer .widget #sb_instagram .widget-title {
    display: none;
}

div#sb_instagram #sbi_load .sbi_load_btn, 
div#sb_instagram .sbi_follow_btn a {
    border-radius: 0;
    color: #000 !important;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 99;
    background: #fff;
    padding: 8px 40px;
    position: relative;
    border: 1px solid #444;
}

/* Instagram landing
---------------------------------------------- */
.emma-instagram,
.emma-instagram .site-inner  {
    background: #fff;
}

.emma-instagram .widget ul > li {
    list-style-type: none;
    padding: 8px;
    text-align: center;
    background: none;
    text-align: center;
    margin-bottom: 0;
}

.emma-instagram .site-inner {
    margin: 1% auto;
}

.emma-instagram .content {
    max-width: 800px;
    background: #fff;
    border: 1px solid #f1f7f3;
    padding: 40px;
    margin: 3% auto 5%;
    float: none;
    background-color: #f1f7f3;
    background-image: linear-gradient(160deg, rgba(255, 255, 255, 0.90) 40%, rgba(255, 255, 255, 0.05) 30%) !important;
}

.emma-instagram .content p {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.emma-instagram .widget_nav_menu a {
    margin-bottom: 8px
}

.emma-instagram  .menu li a {
    background: #000;
    border: 1px solid #000;
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 2.1rem !important;
    padding: 2px 20px 2px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.emma-instagram  .menu li a:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #FAF5F2;
}

.emma-instagram li {
    list-style-type: none;
}

.emma-instagram .widget {
    margin: 2.5% auto 5%;
}

.emma-instagram .widget:last-child {
    margin-bottom: 0;
}

.emma-instagram .widgettitle {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}

/* Blog Page
---------------------------------------------- */

.emma-page .featured-content .entry {
    text-align: left;
    float: left;
    display: inline-block;
    margin-bottom: 12px;
}

/* Sidebar / After Entry / Lead Capture / Above Footer eNews Widget
-------------------------------------------*/

.sidebar .enews-widget,
.after-entry .enews,
.lead-capture .enews {
    background: #FAF5F2;
    background-image: linear-gradient(18deg, rgba(255, 255, 255, 0.90) 40%, rgba(255, 255, 255, 0.05) 20%) !important;
    padding: 25px 25px 35px;
    border: 1px solid #f1f7f3;
}

.sidebar input#subbox1,
.sidebar input#subbox2,
.after-entry input#subbox1,
.after-entry input#subbox2,
.lead-capture input#subbox1,
.lead-capture input#subbox2,
.emma-instagram input#subbox1,
.emma-instagram input#subbox2  {
    display: inline-block;
    width: 48.717948717948715%;
}

.sidebar input#subbox2,
.after-entry input#subbox2,
.lead-capture input#subbox2,
.emma-instagram input#subbox2 {
    float: right;
    margin-left: 2.564102564102564%;
    margin-bottom: 2%;
}

.sidebar .enews input[type="submit"],
.after-entry .enews input[type="submit"],
.lead-capture .enews input[type="submit"],
.emma-instagram .enews input[type="submit"] {
    border: 1px solid #000;
}

.after-entry .enews .widget-title,
.lead-capture .enews .widget-title,
.emma-instagram .enews .widget-title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px;
}

.sidebar .enews .widget-title,
.emma-instagram .enews .widget-title {
    text-transform: none;
    border: 0;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.sidebar .enews .widget-title:before,
.lead-capture .enews .widget-title:before,
.emma-instagram .enews .widget-title:before {
    font-family: "FontAwesome";
    content: "\f003";
    font-weight: 400;
    font-size: 18px;
    margin-right: 8px;
}

.sidebar .enews input[type="submit"],
.after-entry .enews input[type="submit"],
.lead-capture .enews input[type="submit"],
.emma-instagram .enews input[type="submit"]  {
    background: #000;
    color: #fff;
    font-size: 12px;
    border: 1px solid #000;
    margin-top:2%;
}

.sidebar .enews input[type="submit"]:hover,
.after-entry .enews input[type="submit"]:hover,
.lead-capture .enews input[type="submit"]:hover,
.emma-instagram .enews input[type="submit"]:hover  {
    background: #FAF5F2;
    color: #000;
    border: 1px solid #000;
}

/* Above footer & Home Middle eNews
--------------------------------------*/

.above-footer .wrap {
    max-width: 1240px;
}

.above-footer .enews-widget,
.emma-middle .enews-widget {
    border: 1px solid #fff;
    width: 100%;
    padding: 2.3% !important;
}

.above-footer .enews-widget p,
.emma-middle .enews-widget p {
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    font-family: 'Arapey', georgia, serif;
    font-size: 14px;
    font-style: italic;
}

.above-footer .enews .widget-title,
.emma-middle .enews .widget-title {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 24px 35px 24px 20px;
    margin-bottom: 0;
    margin-right: 30px;
    border-right: 1px solid #fff;
    border-bottom: none;
}

.above-footer .enews .widget-title:before,
.emma-middle .enews .widget-title:before {
    font-family: "FontAwesome";
    content: "\f003";
    font-weight: 400;
    font-size: 18px;
    margin-right: 8px;
}

.above-footer .enews input,
.emma-middle .enews input {
    float: left;
    margin-left: 1%;
    width: 19%;
    margin-top: 10px;
    margin-bottom: -10px;
    letter-spacing: 1px;
}

.above-footer .enews-widget input[type="submit"],
.emma-middle .enews-widget input[type="submit"] {
    margin-left: 1%;
    width: 12%;
    background: #000;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: -10px;
    letter-spacing: 2px;
    border: 1px solid #000;
}

.above-footer .enews-widget input[type="submit"]:hover,
.emma-middle .enews-widget input[type="submit"]:hover { 
    background: #f7f6f5;
    color: #000;
    border: 1px solid #000;
}

/* Categories Page
--------------------------------------------- */

.categories-top {
    padding: 20px;
}

.categories-top select,
.categories-top .search-form input {
    background: #fff;
}

.categories-top h4 {
    color:#2F2E2E;
}

.categories-top .widget {
    float: left;
    margin-right: 1%;
    width: 32%;
}

.categories-bottom {
    margin-top: 20px;
}

.categories-bottom {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.more-from-category a {
    display: block;
    padding-top: 12px;
    clear: both;
}

.categories-bottom .widgettitle {
    font-size: 18px;
}

.categories-bottom .gfwa-1,
.categories-bottom .gfwa-5,
.categories-bottom .gfwa-9,
.categories-bottom .gfwa-13,
.categories-bottom .gfwa-17,
.categories-bottom .gfwa-21,
.categories-bottom .gfwa-25,
.categories-bottom .gfwa-29,
.categories-bottom .gfwa-33,
.categories-bottom .gfwa-37,
.categories-bottom .gfwa-51,
.categories-bottom .gfwa-55,
.categories-bottom .gfwa-59,
.categories-bottom .gfwa-63,
.categories-bottom .gfwa-67,
.categories-bottom .gfwa-71,
.categories-bottom .gfwa-75,
.categories-bottom .gfwa-79,
.categories-bottom .gfwa-83,
.categories-bottom .gfwa-87,
.categories-bottom .gfwa-91,
.categories-bottom .gfwa-95 {
    clear: both;
    margin-left: 0;
}

.categories-bottom .featuredpost h2,
.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title,
.search .one-third .entry-title,
.search .one-fourth .entry-title,
.search .one-sixth .entry-title,
.page-template-page_blog .one-third .entry-title,
.page-template-page_blog .one-fourth .entry-title,
.page-template-page_blog .one-sixth .entry-title{
    font-weight: 400;
    text-transform: none;
}

/* #Gallery
--------------------------------------------- */
.gallery-columns-2 {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
}

.gallery-columns-3 {
 -webkit-column-count: 3;
 -moz-column-count: 3;
 column-count: 3;
}

.gallery-columns-4 {
 -webkit-column-count: 4;
 -moz-column-count: 4;
 column-count: 4;
}

.gallery-columns-5 {
 -webkit-column-count: 5;
 -moz-column-count: 5;
 column-count: 5;
}

.gallery-columns-6 {
 -webkit-column-count: 6;
 -moz-column-count: 6;
 column-count: 6;
}

.gallery-columns-7 {
 -webkit-column-count: 7;
 -moz-column-count: 7;
 column-count: 7;
}

.gallery-columns-8 {
 -webkit-column-count: 8;
 -moz-column-count: 8;
 column-count: 8;
}

.gallery-columns-9 {
 -webkit-column-count: 9;
 -moz-column-count: 9;
 column-count: 9;
}

.gallery-item {
    vertical-align: top;
    margin: 0 0 1.3%;
    display: inline;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.gallery img {
    transition: opacity 0.5s ease;
}

.gallery a img {
    margin-bottom: 10px;
}

.gallery:hover img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.gallery-item:hover img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* Fadeup Effect
----------------------------- */

.js .fadeup-effect {
    opacity: 0;
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Menus
----------------------------- */

.homepage {
background-image: url('http://localhost/wordpress/wp-content/uploads/2018/08/taco.png');
background-repeat: no-repeat;
background-position: left;
padding-left: 15px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.emma .site-header {
    background-position: center;
    padding: 20px 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
    float: none;
    text-align: center;
    margin-top: 115px !important;
}

.site-title {
    font-size: 45px;
    letter-spacing: 8px;
    margin-bottom: 0;
}

.site-title a,
.site-title {
    font-family: 'Cormorant Infant', georgia, serif;
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 8px;
    margin-bottom: 0;
    color: #000;
    display: block; 
    line-height: 1.2;
}

.site-description {
    font-family: 'Arapey', georgia, serif;
    font-style: italic;
    font-size: 15px;
    text-transform: lowercase;
    max-width: 280px;
    margin: 1% auto;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    float: none;
    margin: 0 auto;
    text-align: center;
}

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

/* Logo, hide text */
.header-image .site-title,
.header-image .title-area {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 auto;
}

.header-image .site-title > a {
    background-position: center !important;
    background-size: 400px 200px !important;
    display: block;
    margin: 0 auto;
    height: 200px;
}

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

.header-image .site-header {
    background-position: left !important;
    background-size: 400px 200px !important;
    padding: 20px 0 0;
}

.header-image .site-title a {
    float: none;
    min-height: 200px;
    margin: 20px 15px 0 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    clear: both;
    font-size: 14px;
    width: 100%;
    display: inline;
    text-transform: uppercase;
    font-family: 'Lato', georgia, serif;
    font-size: 12px;
    top: 0;
    letter-spacing: 3px;
}

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

.genesis-nav-menu a {
    display: block;
    color: #000;
    padding: 18px 26px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}

.genesis-nav-menu li.menu-item-has-children:hover > a,
.genesis-nav-menu a:hover {
    color: #ccc;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 184px;
    z-index: 99;
    -webkit-backface-visibility: hidden;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
    background-color: #f1f7f3;
    color: #000;
    font-family: 'Arapey', georgia, serif;
    font-style: italic;
    font-size: 14px;
    text-transform: lowercase;
    text-align: center;
    position: relative;
    min-width: 184px;
    line-height: 18px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #000;
    color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 183px;
}

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

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

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

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

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 20px 0;
}

.genesis-nav-menu > .right > a {
    background: none;
    color: #a5a5a3;
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .right > a:hover {
    color: #ccc;
}

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

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




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

.nav-primary {
    position: fixed;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
    background: #f1f7f3; 
    text-align: right;
}

.nav-primary .wrap {
    width: 1240px;
    position: relative;
    height: 50px;
}

.admin-bar .nav-primary {
    top: 32px;
}

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

.nav-secondary {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
}

.nav-secondary .genesis-nav-menu a {
    padding: 0 26px;
}

.nav-secondary .genesis-nav-menu .menu-item {
    border-right: 2px solid #f1f7f3;
}

.nav-secondary .genesis-nav-menu .menu-item:last-child {
    border-right: 0 double #777;
}

/* Header Navigation
----------------------------------------------- */

.nav-header {
    margin: 123px 0 0 15px;
    text-align: center;
}

.nav-header .genesis-nav-menu a {
    padding: 12px 26px;
}

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
    border: none;
    margin: 0;
    padding: 0;
}

.nav-header .genesis-nav-menu li:last-child a {
    padding-right: 0;
}
.nav-header .genesis-nav-menu .sub-menu li:last-child a {
    padding: 10px 20px;
}


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

.emma .share-after {
    background-color: #fff;
    padding: 0px;
    text-align: center !important;
    margin-bottom: 15px;
    display: block;
}

.share-after {
    margin: 25px 0;
    text-align: center !important;
    clear: both;
}

.emma .share-after:before {
    color: #6f6f6f;
    content: "Share This Post";
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center!important;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.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: #6f6f6f;
    border: 1px solid #f1f7f3;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
 
.content .share-filled .facebook .share,
.content .share-filled .googlePlus .share,
.content .share-filled .linkedin .share,
.content .share-filled .pinterest .share,
.content .share-filled .stumbleupon .share,
.content .share-filled .twitter .share {
    color: #000;
    background: #f1f7f3;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
 
.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 {
    background: #fff!important;
}



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

/* Home Page
--------------------------------------------- */

/* Home Featured
--------------------------------------------- */

.home-featured {
    color: #000;
    padding: 85px 0 275px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    overflow: hidden;
    clear:both;
    background-image: url(images/home-featured.png);     
    max-height: 1000px;
}

.home-featured .widget.featured-content.featuredpost {
    float: left;
    border: none;
    box-shadow: none;
}

.home-featured .entry-title {
    text-align: center;
}

.home-featured .widget:nth-of-type(3n+1) {
    float:left;
    border: 15px solid #fff;
    box-shadow: 0px 6px 10px -3px rgba(174, 174, 174, 0.5);
}

.home-featured .widget:nth-of-type(3n+2) {
    z-index: 9999;
    position: absolute;
    float: right;
    transform: translate(150%,-10%);
}

.home-featured .widget:nth-of-type(3n+3) {
    float: left;
    z-index: 999;
    position: relative;
    transform: translate(-20%,20%);
    border: 15px solid #fff;
    box-shadow: 0px 6px 10px -3px rgba(174, 174, 174, 0.5);
}

.home-featured .widget:nth-of-type(3n+4) {
    float: right;
    border: 15px solid #fff;
    box-shadow: 0px 6px 10px -3px rgba(174, 174, 174, 0.5);
    transform: translate(0%,-70%);
}

.home-featured .widget:nth-of-type(3n+5) {
    z-index: 999;
    position: relative;
    float: left;
    transform: translate(0%,20%);
}

.header h1 {
    font-style: normal;
    font-family: 'Georgia Script',sans-serif !important;
    font-size: 80px;
    text-transform: lowercase;
}

.header h1::after {
    padding-bottom: 5px;
    margin: 0px auto 5px;
    display: block;
    content: " ";
    width: 90%;
    height: 22px;
    position: relative;
    top: -43px;
    left: 0;
    background: #FAF5F2;
    z-index: -9;
}

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
    display: none !important;
}

.home-featured:after,
.home-full-slider:after {
    content:'';
    position:absolute;
    bottom:0; 
    left:0;
    border-left:50vw solid #fff;
    border-right:50vw solid #fff;
    border-top:100px solid transparent;
}

.home-featured .wrap {
    max-width: 1240px;
    position: relative;
    z-index: 3;
}

.home-featured .widget-title {
    font-size: 50px;
}

.home-featured p {
    font-size: 22px;
}


/* Featured Posts
------------------------------------------------------- */

.emma-middle {
    padding: 2.5% 0 1%;
    margin-top: -8%;
    clear:both;
    overflow:hidden;
    display: block;
    position: relative;
    background: #f1f7f3;  
}


/*.emma-middle .widget:nth-of-type(5n+1),
.emma-middle .widget:nth-of-type(4n+1),
.emma-middle .widget:nth-of-type(3n+1),
.emma-middle .widget:nth-of-type(2n+1) {
    position: relative;
    float: left;
    margin-right: 2.6% !important;
    max-height: 290px;
}

.emma-middle .widget:nth-of-type(5n+2),
.emma-middle .widget:nth-of-type(4n+2),
.emma-middle .widget:nth-of-type(3n+2) {
    position: relative;
    float: left;
    margin-right: 2.6% !important;
    max-height: 290px;
}

.emma-middle .widget:nth-of-type(5n+3)
.emma-middle .widget:nth-of-type(4n+3),
.emma-middle .widget:nth-of-type(3) {
    position: relative;
    float: left;
    margin-right: 2.6% !important;
    max-height: 290px;
}

.emma-middle .widget:nth-of-type(5n+4) {
    position: relative;
    float: right;
    margin-right: 2.6% !important;
    max-height: 290px;
}

.emma-middle .widget:nth-of-type(2n+2) {
    position: relative;
    float: right;
    margin-right: 0;
    max-height: 290px;
}

.emma-middle .widget:nth-of-type(4),
.emma-middle .widget:nth-of-type(5) {
    position: relative;
    float: right;
    margin-right: 0 !important;
    max-height: 290px;
}*/


.emma-middle .featured-content .entry,
.home-bottom .featured-content .entry {
    margin-bottom: 0;
}

.emma-middle .featured-content .entry:before,
.home-bottom .featured-content .entry:before {
    border: 1px solid #fff;
    position: absolute;
    content: "";
    display: block;
    width: auto;
    visibility: visible;
    height: auto;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: 0.3s;
    opacity: 0.75;
    background-color: #FAF5F2;
    z-index: 0;
} 

.emma-middle .featured-content .entry:hover:before,
.home-bottom .featured-content .entry:hover:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.75 !important;
}

.emma-middle .featuredpost .entry-image,
.home-bottom .featuredpost .entry-image {
    display: block;
    margin-bottom: 0;
}

.emma-middle .featured-content .entry,
.home-bottom .featured-content .entry {
    position: relative;
    max-height: 245px;
}

.emma-middle .featured-content .entry-header,
.home-bottom .featured-content .entry-header {
    margin: 0 20%;
    padding: 15px;
    position: absolute;
    top: 35%;
    left: 0;
    width: 65%;
    text-align: center;
}

.emma-middle .entry-title,
.home-bottom .entry-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.emma-middle .entry-title:hover,
.home-bottom .entry-title:hover {
    color: #ccc;
}


/* Featured Posts
------------------------------------------------------- */

.home-welcome {
    padding: 2% 0 0;
    clear:both;
    overflow:hidden;
    display: block;
    position: relative;
    background: transparent;
}

.home-welcome .widget-title {
    font-style: normal;
    font-family: 'Georgia Script',sans-serif !important;
    font-size: 80px;
    text-transform: lowercase;
    border-bottom: 1px dashed #f1f7f3;

}

.home-welcome .widget-title::after {
    padding-bottom: 5px;
    margin: 0px auto 5px;
    display: block;
    content: " ";
    width: 25%;
    height: 22px;
    position: relative;
    top: -43px;
    left: 0;
    background: #FAF5F2;
    z-index: -9;
}

.home-welcome .textwidget {
    border-bottom: 1px dashed #f1f7f3;
    
}

/* Footer */

.below-footer {
    margin-top: 0;
    padding-bottom: 1px;
    width: 100%;
    margin-bottom: -32px;
    background-color: #f1f7f3;
}

.footer-social {
    background: #f1f7f3;
    width: 100%;
    padding: 0;
    height: 45px;
    padding: 30px 0 26px;
}

.below-footer .widget-title {
    font-size: 15px;
    border: 0;
    margin-top: 15px;
}

/* Above Footer */

.above-footer {
    background-color: #f1f7f3;
    margin-top: 10%;
}


/* Preloader
--------------------------------------------- */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/loader.gif') 50% 50% no-repeat rgb(255,255,255);

}

/* Back to top
--------------------------------------------- */

a#top-link {
    position: absolute;
    right: 100px;
}

#top-link i {
    bottom: 90px;
    color: inherit;
    cursor: pointer;
    font-size: 40px;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    border: 1px solid #f1f7f3;
    padding: 5px 10px;
    background: #fff;
}



/* Related Posts
--------------------------------------------- */
.related {
    padding: 35px 30px 35px;
    margin-top: -10px;
    margin-bottom: 45px;
}

.sidebar-content .related,
.content-sidebar .related {
    padding: 30px 0;
}

.related h3 {
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 1px;
}

.related .wrap {
    max-width: 1100px;
}

.related img {
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
}

.related-post .related-post-title {
    margin-top: 20px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    vertical-align: middle;
    opacity: 0;
    width: 78%;
    line-height: 1.4 !important;
    margin-bottom: 15px;
    text-align: center;
    padding: 16px;
    z-index: 9999;
    color: #000;
    background: #fff;
}

.related-post:hover .related-post-title {
    opacity: 1; 
}

.related-post {
    position: relative;
    width: 33.3%;
    display: inline-block;
    padding: 1.7% 8px 0 8px;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
}
.related-post:hover img {
    opacity: .5;
    -webkit-backface-visibility: hidden;
}

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

.prev-next-navigation {
    margin: 5% 0;
}

.flex {
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
}

.flex-half-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 50%;
}

.prev-next-navigation .flex-half-width {
    line-height: normal;
    padding: 50px;
}

.prev-next-navigation .flex-half-width {
    line-height: normal;
    padding: 50px;
}

.previous {
    margin-right: 5%;
}

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

.prev-next-navigation .align-right {
    border-right: 1px solid #f1f7f3;
}

.prev-next-navigation .pre-title {
    margin-bottom: 10px;
}

.pre-title {
    display: block;
    font-family: 'Cormorant Infant', georgia, serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

.flexible-widgets .wrap {
    max-width: 1240px;
    padding: 20px 0 20px;
}

.flexible-widgets.widget-area .widget {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    float: none;
    width: 100%;
}

.flexible-widgets.widget-fourths .widget {
    width: 25%;
}

.flexible-widgets.widget-fifths .widget {
    width: 20%;
}

.flexible-widgets.widget-halves .widget {
    width: 50%;
}

.flexible-widgets.widget-thirds .widget {
    width: 33.3%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1),
.flexible-widgets.widget-fourths .widget:nth-child(5n+1) {
    clear: left;
}


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

.entry-header {
    margin-bottom: 20px;
    text-align: center;
    width: 98%;
}

.entry-content {
    line-height: 1.6em;
}

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

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-header .entry-meta {
    font-family: 'Arapey', georgia, serif;
    font-size: 13px;
    font-style: italic;
    margin-top: 0;
    text-transform: lowercase;
    letter-spacing: .2em;
    text-align: center;
}

.entry-footer .entry-meta {
    margin: 0;
    padding: 10px 0;
    font-family: 'Arapey', georgia, serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #000;
    text-align: left;
    line-height: 190%;
    border-bottom: 1px solid #f1f7f3;
}

.home .entry-footer .entry-meta {
    display: none;
}

.entry-comments-link::before {
    margin: 0 6px 0 2px;
}

.entry-comments-link::before {
    content: " \f487";
    color: #000;
    margin: 0 6px 0 2px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'dashicons';
    vertical-align: middle;
    padding-right: 3px;
    margin-top: -2px;
}

.entry-categories a,
.entry-tags a,
.entry-meta a {
    font-family: 'Arapey', georgia, serif;
    font-size: 13px;
    font-style: italic;
    margin-top: 0;
    text-transform: lowercase;
    letter-spacing: .2em;
}

.entry-categories:before {
    content: "\f318";
    color: #e8d7cd;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'dashicons';
    vertical-align: middle;
    padding-right: 4px;
    margin-top: -3px;
}

.entry-comments-link {
    text-transform: none;
}

.entry-tags:before {
    content: "\f323";
    color: #e8d7cd;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'dashicons';
    vertical-align: middle;
    padding-right: 4px;
    margin-top: -3px;
}

.entry-comments-link::before {
    content: " \f487";
    color: #e8d7cd;
    margin: 0 6px 0 2px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'dashicons';
    vertical-align: middle;
    padding-right: 3px;
    margin-top: -2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin-bottom:40px;
}

.after-entry li {
    list-style-type: none;
}

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

.archive-pagination {
    clear: both;
    font-size: 13px;
    margin: 0;
    text-align: center;
    margin-bottom: 45px;
}

.archive-pagination li {
    display: inline;
    padding-right: 5px;
}

.archive-pagination li a,
.archive-pagination li.active a {
    color: #000;
    background: #f1f7f3;
    cursor: pointer;
    padding-right: 5px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .1em;
    margin-bottom: 4px;
    letter-spacing: 2px;
    padding: 12px 16px;
    text-decoration: none;
}

.archive-pagination li a:hover {
    background: #000;
    color: #fff;
}

.pagination-next a, 
.pagination-previous a {
  font-family: 'Arapey', georgia, serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  background: #f1f7f3;
  color: #000;
  padding: 13px 20px;
}

.pagination-previous a:hover, 
.pagination-next a:hover { 
    background: #000; 
    color: #fff;
}

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

.ping-list,
.entry-comments,
.comment-respond {
    margin-bottom: 40px;
}

.comment-content {
    clear: both;
    line-height: 1.7em;
}

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

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

.comment-respond label {
    display: block;
    margin-right: 12px;
    padding: 6px 0;
    letter-spacing: 1px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    padding: 32px;
}

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

.comment {
    border: 1px solid #eeeee8; 
    border-right: none; 
}

.comment.depth-1 {
    border-right: 1px solid #eeeee8; 
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.form-allowed-tags {
    background-color: #f8f8f8;
    font-size: 14px;
    padding: 24px;
}

p.subscribe-to-comments {
    padding: 24px 0 16px;
}

/* Page Templates
---------------------------------------------------------------------------------------------------- */

/* Category Page
--------------------------------------------- */

.category-page .entry-title {
    text-align: center;
    margin: 0 auto;
    padding: 0
    border: 0;
    width: 88%;
    text-transform: uppercase;
    font: lighter 12px Raleway, sans-serif;
    line-height: 1.5em !important;
}

.category-page .featured-content .entry {
    width: 33.33333333336%;
}

.category-page .featured-content .entry:nth-of-type(1n) {
    float: left;
    padding: 0 6px 0 0;
}

.category-page .featured-content .entry:nth-of-type(2n) {
    padding: 0 6px;
}

.category-page .featured-content .entry:nth-of-type(3n) {
    float: right;
    padding: 0 0 0 6px;
}

.content .category-page .widget-title {
    padding: 12px 0;
    border-bottom: 0;
    text-transform: lowercase;
    font: italic 20px Arapey, serif;
    text-align: center;
    background-color: #f1f7f3;
}

.category-page .more-from-category a {
    clear: both;
    letter-spacing: 2px;
    background-color: #f1f7f3;
    margin: 0 auto;
    padding: 12px 0px;
    max-width: 300px;
    font: lighter 12px Raleway, sans-serif;
    width: 100%;
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 0;
}

.category-page .more-from-category a:hover {
    background-color: #000;
    color: #fff;
}

.featured-content .entry {
    text-align: center;
    float: left;
    display: inline-block;
    margin-bottom: 12px;
}

img.entry-image.attachment-post {
    opacity: 1;
    -webkit-backface-visibility: hidden;
}
img.entry-image.attachment-post:hover {
    opacity: .65;
}

/* Portfolio Page
--------------------------------------------- */

.portfolio .share {
    display: none;
}

.emma-portfolio .portfolio {
    padding: 0 15px;
    width: 33.3%;
    float: left;
    text-align: center;
}

.emma-portfolio .portfolio img {
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

.emma-portfolio .portfolio img:hover {
    opacity: .65;
}

.emma-portfolio .entry {
    margin: 0
}

.emma-portfolio .entry-title {
        font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    padding: 12px;
    letter-spacing: 2px;
}

.emma-portfolio .entry-meta, 
.single-portfolio .entry-meta { 
    display: none; 
}

.portfolio-back-button {
    margin: -25px 0 25px;
}
.portfolio-back-button a {
    display: block;
    border: 1px solid #000;
    font: normal 12px Raleway;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    color: #000;
    width: 220px;
    margin: 0 auto;
    letter-spacing: 2px; }

.portfolio-back-button a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

/* Landing Page & Lead Capture
--------------------------------------------- */

body.emma-landing {
    background-color: #fff !important;
}

.emma-landing .site-container {
    max-width: 900px;
    margin: 40px auto;
}

.lead-capture-page .site-inner {
    margin: 2% auto;
}

.emma-landing .site-title,
.emma-landing .site-title a,
.emma-landing .site-title a:hover {
    margin-top: 35px !important;
}

.emma-landing .title-area {
    float: none;
    margin-top: 70px !important;
    padding-bottom: 12px;
}

.emma-landing .entry-title,
.lead-capture-page .entry-title {
    display:none;
}

.emma-landing .site-inner,
.emma-landing .entry {
    padding: 0;
    margin: 0;
}

.emma-landing .site-footer,
.emma-landing .footer-social {
    display: none;
}

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

.sidebar .widget {
    margin-bottom: 32px;
    padding-bottom: 10px;
    text-align: center;
    padding: 25px;
    border: 1px solid #f1f7f3;
}

.widget {
    margin-bottom: 40px;
    overflow: hidden;
    word-wrap: break-word;
}

.widget li {
    text-align: left;
}

.widget ol > li {
    border-bottom: 1px solid #f1f7f3;
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul > li {
    list-style-type: none;
    padding: 8px;
    text-align: center;
    background: #f1f7f3;
	text-align: center;
	margin-bottom: 3%;
}

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

.widget p:last-child,
.widget ol > li:last-child.
.widget ul > li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#subscribe-email input {
	width: 100% !important;
	padding: 10px 0px 10px 10px !important;
}

.cat-item {
    font-family: 'Arapey', georgia, serif;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 18px;
	align-items: center;
}

/* Tags
--------------------------------------------- */

.tagcloud {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tagcloud a {
	display: inline-block;
	margin: 0.125rem;
	padding: 0.4375rem;
	transition: all 0.1s ease-in-out;
	font-style: italic;
	border: 1px dashed #f1f7f3;
}

.tagcloud a:hover,
.tagcloud a:focus {
	background: #000;
	color: #fff;
	transform: scale(1.1);
}

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

.footer-widgets a { 
    color: #000; 
}

.footer-widgets a:hover { 
    color: #ccc; 
}

.footer-widgets .wrap {
    max-width: 1240px;
    border: 1px solid #fff;
    padding: 2%;
}

.footer-widgets {
    margin: 0 auto;
    padding-top: 15px;
    background-color: #f1f7f3;
    padding: 30px 0;
}

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3 {
    width: 30%;
}

.footer-widgets-1 {
    margin-right: 36px;
}

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

.footer-widgets-2 {
   border-right: 1px solid #fff;
   border-left: 1px solid #fff;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}


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

.site-footer {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.site-footer a {
    color: #000;
    text-decoration: none;  
}

.site-footer p {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 300;
    font-size: 11px;
    background-color: #f1f7f3;
    color: #000;
    padding: 15px 0;
}

.site-footer  img {
    margin-bottom:-5px;
}

/* Shortcodes
--------------------------------------------- */

.pull-left {
    float: left;
    margin-left: 0 !important;
    margin-top: 4%;
}

/* Zoom Out #1 */
.img-responsive img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-responsive:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lead {
    font-family: 'Arapey', georgia, serif;
    font-style: italic;
}

.pull-right {
    float: right;
    margin-top: 4%;
}

.pull-right h2:after {
    content: "";
    display: block;
    padding-top: 14px;
    width: 5rem;
    border-bottom: 2px solid #f1f7f3;
}

.btn.btn-m, 
.input-group-m .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 11px 14px;
    border: 1px solid #000;
}

.btn.btn-lg, 
.input-group-lg .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 14px 16px;
    border: 1px solid #000;
}

.btn.btn-sm, 
.input-group-sm .btn {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 12px;
    border: 1px solid #000;
}

.btn.btn-xs, 
.input-group-xs .btn {
    font-size: 12px;
    padding: 7px 10px;
    line-height: 1.2;
    border: 1px solid #000;
}

.entry-content .column_wrapper.row {
    padding-bottom: 24px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.text-left {
    text-align: justify;
    margin-left: 1.2%;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background: #000;
    border-radius: 20px;
    font-family: inherit;
    text-transform:uppercase;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #e2c6c3;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    margin-bottom: 5%;
    margin-right: 1.6%;
    width: 31%;
    float:left;
}

.woocommerce a:hover.button,
.woocommerce-page button.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page input.button:hover,
.woocommerce-page a.button:hover {
    color: #fff;
}

.woocommerce .quantity .qty {
width: 4.931em !important;
text-align: center;
padding: 8px !important;

}

.sidebar .woocommerce .widget_shopping_cart .cart_list li, 
.sidebar .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 1.2em;
  position: relative;
  padding-top: 0;
  background-color:#fff;

}

.sidebar .woocommerce .widget_shopping_cart .cart_list li a.remove, 
.sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}

.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: auto;

}


/* WooCommerce

--------------------------------------------- */

.clear {
    clear: both;
}

.nobr {
    white-space: nowrap;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: .5em 0;
    text-align: center;
    background: #f6f3f3;
    border: 1px solid #f6f3f3;
    color: #000;
    z-index: 99998;
}

.admin-bar p.demo_store {
    top: 28px;
}

h2.woocommerce-loop-product__title {
    color: #000;

    }

.wc-forward a:after,
.wc-forward:after {
    font-family: 'dashicons';
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\f139";
    font-size: 1em;
    vertical-align: middle;
}

.wc-backward a:before,
.wc-backward:before {

    font-family: 'dashicons';
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\f141";
    font-size: 1em;
    vertical-align: middle;
}

.woocommerce td {
    border: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    padding: 1em 1em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    list-style: none outside!important;
    width: auto;
    background: #faf5f2;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:after,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:after,
.woocommerce-page .woocommerce-message:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-info:after,
.woocommerce-page .woocommerce-message:after {
    clear: both;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
    content: "";
    height: 1.5em;
    width: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 1em;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding-top: 1em;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right;
}

.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-error li,
.woocommerce-page .woocommerce-info li,
.woocommerce-page .woocommerce-message li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
    color: #999999;
    content: "\f155";
    font-family: 'dashicons';
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
    color: #999;
    content: "i";
    font-family: Times, Georgia, serif;
    font-style: italic;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
    color: #000;
    content: "\f335";
    font-family: 'dashicons';
}

.woocommerce small.note,
.woocommerce-page small.note {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
    clear: both;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
    color: #777;
}

.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
    margin-bottom: 0;
    position: relative;
}

.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align:left;
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
    font-size: 1.25em;
    font-weight:400;

}

.woocommerce #content div.product p.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page #content div.product p.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins {
    background: inherit;
}

.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
    font-size: .67em;
    color: rgba(145, 145, 145, .5);
}

.woocommerce #content div.product p.stock,
.woocommerce div.product p.stock,
.woocommerce-page #content div.product p.stock,
.woocommerce-page div.product p.stock {
    font-size: .92em;
}

.woocommerce #content div.product .out-of-stock,
.woocommerce div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock {
    text-transform: uppercase;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    margin-bottom: 2em;
}

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.woocommerce #content div.product div.images div.thumbnails,
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
    padding-top: 1em;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    margin-bottom: 2em;
}

.woocommerce #content div.product div.social,
.woocommerce div.product div.social,
.woocommerce-page #content div.product div.social,
.woocommerce-page div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}

.woocommerce #content div.product div.social span,
.woocommerce div.product div.social span,
.woocommerce-page #content div.product div.social span,
.woocommerce-page div.product div.social span {
    margin: 0 0 0 2px;
}

.woocommerce #content div.product div.social span span,
.woocommerce div.product div.social span span,
.woocommerce-page #content div.product div.social span span,
.woocommerce-page div.product div.social span span {
    margin: 0;
}

.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}

.woocommerce #content div.product div.social iframe,
.woocommerce div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe,
.woocommerce-page div.product div.social iframe {
    float: left;
    margin-top: 3px;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #f1f7f3;
    background: #f1f7f3;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #000;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    background-color: #f1f7f3;
    border-color: #f1f7f3;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 0 20px 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #f1f7f3;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    left: -6px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-width: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    right: -6px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-width: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 4%;
    border: 1px solid #f1f7f3;
}

.woocommerce #content div.product p.cart,
.woocommerce div.product p.cart,
.woocommerce-page #content div.product p.cart,
.woocommerce-page div.product p.cart {
    margin-bottom: 2em;
}

.woocommerce #content div.product p.cart:after,
.woocommerce #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before,
.woocommerce-page #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:before,
.woocommerce-page div.product p.cart:after,
.woocommerce-page div.product p.cart:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product p.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after,
.woocommerce-page div.product p.cart:after {
    clear: both;
}

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
    margin-bottom: 2em;
}

.woocommerce #content div.product form.cart:after,
.woocommerce #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce-page #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:before,
.woocommerce-page div.product form.cart:after,
.woocommerce-page div.product form.cart:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product form.cart:after,
.woocommerce div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after,
.woocommerce-page div.product form.cart:after {
    clear: both;
}

.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
    float: left;
    margin: 1px 4px 0 0;
}

.woocommerce #content div.product form.cart table,
.woocommerce div.product form.cart table,
.woocommerce-page #content div.product form.cart table,
.woocommerce-page div.product form.cart table {
    border-width: 0 0 1px;
}

.woocommerce #content div.product form.cart table td,
.woocommerce div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td,
.woocommerce-page div.product form.cart table td {
    padding-left: 0;
}

.woocommerce #content div.product form.cart table div.quantity,
.woocommerce div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity {
    float: none;
    margin: 0;
}

.woocommerce #content div.product form.cart table small.stock,
.woocommerce div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock {
    display: block;
    float: none;
}

.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
    margin-bottom: 1em;
}

.woocommerce #content div.product form.cart .variations label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
    font-weight: 600;
}

.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
    width: 100%;
    float: left;

}

.woocommerce #content div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
    padding-right: 1em;
    padding-top: 20px;
}

.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
    vertical-align: top;
}

.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    vertical-align: middle;
    float: left;
    padding: 11px;
    width: 40%;
}

.woocommerce #content div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
    color: #000;
}

.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em;
}

.woocommerce #content div.product form.cart .group_table td,
.woocommerce div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    min-height: 40px;
    min-width: 40px;
    padding: 8px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    line-height: 42px;
    top: 46px;
    left: 6px;
    margin: 0;
    color: #000;
    z-index: 9;
    background: #FAF5F2;
    border-radius: 60px;
    font-family: inherit;
    text-transform: uppercase;
}

.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page .products ul:after,
.woocommerce-page .products ul:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
    content: " ";
    display: table;
}

.woocommerce .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page .products ul:after,
.woocommerce-page ul.products:after {
    clear: both;
}

.woocommerce .products ul li,
.woocommerce ul.products li,
.woocommerce-page .products ul li,
.woocommerce-page ul.products li {
    list-style: none outside;
    text-align: center;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 15px -6px 0 0;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    margin: 17px;
    font-size: 16px;
    text-align: center;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
    text-decoration: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 8px;
}

.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover {
    opacity: .8;
}

.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
    display: block;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    text-align: center;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    font-size: 12px;
    color: rgba(145, 145, 145, .5);
    margin: -2px 0 0 0;
    display:inline;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
    background: 0 0;
}

.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(145, 145, 145, .5);
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
    margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    vertical-align: top;
    padding: 8px;
}

.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #000;
    border-right: 0;
    margin: 1px;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
    border-right: 1px solid #000;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
}

.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
    background: #f6f3f3;
    color: #999;
}

.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
    border: 1px solid #c6d7cd;
}

.woocommerce #content input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce-page #content input.button.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, .65);
}

.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
    top: 1px;
}

.woocommerce #content input.button.disabled,
.woocommerce #content input.button:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button:disabled {
    border: 1px solid #c6d7cd;
    cursor: not-allowed;
}

.woocommerce #content input.button.disabled:active,
.woocommerce #content input.button:disabled:active,
.woocommerce #respond input#submit.disabled:active,
.woocommerce #respond input#submit:disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce a.button:disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce button.button:disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce input.button:disabled:active,
.woocommerce-page #content input.button.disabled:active,
.woocommerce-page #content input.button:disabled:active,
.woocommerce-page #respond input#submit.disabled:active,
.woocommerce-page #respond input#submit:disabled:active,
.woocommerce-page a.button.disabled:active,
.woocommerce-page a.button:disabled:active,
.woocommerce-page button.button.disabled:active,
.woocommerce-page button.button:disabled:active,
.woocommerce-page input.button.disabled:active,
.woocommerce-page input.button:disabled:active {
    top: 0;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
    float: none;
    color: #fff;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce-page .cart .button:hover,
.woocommerce-page .cart input.button:hover,
button.single_add_to_cart_button button alt:hover,
.woocommerce .product .add_to_cart_button.button:hover,
.woocommerce div.product form.cart .button:hover {
    color: #000;
}

.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button {
    border-radius: 0;
    font-weight: 300;
    text-shadow: none;
    font-family: inherit;
    box-shadow: none;
    cursor: pointer;
    padding: 8px 18px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color:#fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: none;
    border: 1px solid #000;
    background: #000;
}

.sidebar .woocommerce a.button {
    padding: 11px 8px;
    font-size: 13px;
}

.woocommerce #content input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page #content input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #FAF5F2;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block;
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
    width: 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 40px;
    height: 40px;
    float: left;
    padding: 0;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 600;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-appearance: textfield;
}

.sidebar .woocommerce a.button {
    color: #fff;
}

.woocommerce #content .quantity input[type=number],
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce-page #content .quantity input[type=number],
.woocommerce-page #content .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus {
    padding-right: 1.2em;
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    vertical-align: text-top;
    width: 20px;
    height: 15px;
    overflow: visible;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    line-height: 13px;
    font-size: 12px;
    border: 1px solid #000;
    background: #f6f3f3;
}

.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
    background: #f6f3f3;
}

.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
    background: #f6f3f3;
    top: 0;
    right: 0;
    border-bottom: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
    bottom: 0;
    right: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
    float: right;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0;
}

.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
    text-decoration: none;
    color: #777;
}

.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
    margin: 0;
}

.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce-page #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
    clear: both;
}

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
    clear: none;
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;

}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce-page #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:before {
    content: " ";
    display: table;

}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
    clear: both;

}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;

}

.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
    color: #000;
    font-size: .75em;

}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #f6f3f3;
    border: 1px solid #f0eef0;
    margin: 0;
    line-height: 1;

}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #f0eef0;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;

}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}

.woocommerce #reviews #comments ol.commentlist ul.children,
.woocommerce-page #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond,
.woocommerce-page #reviews #comments ol.commentlist #respond {
    border: 1px solid #f0eef0;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist>li:before,
.woocommerce-page #reviews #comments .commentlist>li:before {
    content: "";
}



/* Star Rating

--------------------------------------------- */
.woocommerce .star-rating,
.woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: 'dashicons';
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    content: "\f155\f155\f155\f155\f155";
    color: #f6f3f3;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce.widget_top_rated_products .star-rating,
.woocommerce-page.widget_top_rated_products .star-rating {
    display: none;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    content: "\f155\f155\f155\f155\f155";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
    line-height: 2em;
    display: block;

}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
    display: none;
    margin: 0 0 .5em;
    float: none;
}

.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0;

}

.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before,
.woocommerce-page #review_form #respond:after,
.woocommerce-page #review_form #respond:before {
    content: " ";
    display: table;
}

.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
    clear: both;
}

.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
    margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
    left: auto;
}

.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce p.stars,
.woocommerce-page p.stars {
    position: relative;
    font-size: 1em;
}

.woocommerce p.stars a,
.woocommerce-page p.stars a {
    display: inline-block;
    font-weight: 600;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
}

.woocommerce p.stars a:last-child,
.woocommerce-page p.stars a:last-child {
    border-right: 0;
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
    border-right: 1px solid #ccc;
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce-page p.stars a.star-5:after {
    font-family: 'dashicons';
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
    width: 2em;
}

.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
    content: "\f154";
}

.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1:hover:after {
    content: "\f155";
}

.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
    width: 3em;
}

.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
    content: "\f154\f154";
}

.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2:hover:after {
    content: "\f155\f155";
}

.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
    width: 4em;
}

.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
    content: "\f154\f154\f154";
}

.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3:after {
    content: "\f155\f155\f155";
}

.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
    width: 5em;
}

.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
    content: "\f154\f154\f154\f154";

}

.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4:hover:after {
    content: "\f155\f155\f155\f155";
}

.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
    width: 6em;
    border: 0;
}

.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
    content: "\f154\f154\f154\f154\f154";
}

.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5:hover:after {
    content: "\f155\f155\f155\f155\f155";
}

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
    width: 150px;
    font-weight: 600;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
    background: rgba(0, 0, 0, .025);
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    border: 1px solid #f6f3f3;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    font-weight: 600;
    line-height: 18px;
    padding: 9px 12px;

}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    border-top: 1px solid #f6f3f3;
    padding: 6px 12px;
    vertical-align: middle;

}

.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
    font-weight: 400;

}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
    font-weight: 600;
    border-top: 1px solid #f6f3f3;

}

.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
    font-size: .85em;

}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th,
.woocommerce-page table.my_account_orders td,
.woocommerce-page table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;

}

.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
    white-space: nowrap;

}

.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
    text-align: right;

}

.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em;

}

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
    margin: .25em 0;

}

.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before,
.woocommerce-page td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:before {
    content: " ";
    display: table;
}

.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
    clear: both;

}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
    font-weight: 600;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
    padding: 0 0 .25em;
}

.woocommerce td.product-name dl.variation dd p:last-child,
.woocommerce-page td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
    font-size: .83em;
}

.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
    min-width: 80px;
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    width: 100px;
}

.woocommerce #content table.cart td,
.woocommerce #content table.cart th,
.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce-page #content table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th {
    vertical-align: middle;

}

.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
    color: red;
}

.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f6f3f3;
    padding: 6px;
    margin: 0px 4px 0 0;
    outline: 0;
    line-height: 1em;
}

.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1em;
}

.woocommerce.widget_top_rated_products {
    overflow: hidden;
}

.mini_cart_item .woocommerce ul.cart_list li img, 
.mini_cart_item .woocommerce ul.product_list_widget li img, 
.mini_cart_item .woocommerce-page ul.cart_list li img, 
.mini_cart_item .woocommerce-page ul.product_list_widget li img {
    box-shadow: none;
    float: left;
    margin: 5px 10px 0 0;
    width: 70px;
}

.home-before-footer .woocommerce ul.cart_list,
.home-before-footer .woocommerce ul.product_list_widget,
.home-before-footer .woocommerce-page ul.cart_list,
.home-before-footer .woocommerce-page ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    width: 1200px;
    margin: 2% auto;
}

.home-flexible .woocommerce ul.cart_list li,
.home-before-footer .woocommerce ul.cart_list li,
.home-flexible .woocommerce ul.product_list_widget li,
.home-before-footer .woocommerce ul.product_list_widget li,
.home-flexible .woocommerce-page ul.cart_list li,
.home-before-footer .woocommerce-page ul.cart_list li,
.home-flexible .woocommerce-page ul.product_list_widget li,
.home-before-footer .woocommerce-page ul.product_list_widget li {
    float: left;
    list-style: none;
    width: 25%;
}

.home-before-footer .amount,
.home-flexible .amount,
.home-bottom .amount {
    display:none;
}

.footer-widgets .woocommerce ul.cart_list li,
.footer-widgets .woocommerce ul.product_list_widget li,
.footer-widgets .woocommerce-page ul.cart_list li,
.footer-widgets .woocommerce-page ul.product_list_widget li {
    float: left;
    margin: 0;
    list-style: none;
    width: 20%;
}

.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: 5px;
    width: 50%;
    text-align: center;
    margin: 0;
    background: none;

}

.sidebar .woocommerce ul.cart_list li.empty,
.sidebar .woocommerce ul.product_list_widget li.empty,
.sidebar .woocommerce-page ul.cart_list li.empty,
.sidebar .woocommerce-page ul.product_list_widget li.empty {
    float: none;
    width: 100%;
    text-align: center;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
    clear: both;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
    display: block;
    font-weight: 400;
    margin-bottom:20px;
    text-align:center;
    color:#000;
    text-decoration: none;
    font-family: inherit;
    text-transform:uppercase;
    letter-spacing:1px;

}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1);

}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:before,
.woocommerce-page ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:before {
    content: " ";
    display: table;

}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
    clear: both;

}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;

}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
    font-weight: 600;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;

}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
    padding: 0 0 .25em;

}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-page ul.cart_list li dl dd p:last-child,
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;

}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
    float: none;

}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding: 4px 0 0;
    text-align:center;

}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;

}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;

}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both;

}

.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: 'dashicons';
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\f347";
    font-size: 19px;

}

.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
    margin: 0;

}

.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 6px 12px 0 0;
    width: 25%;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 6px 0;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
    display: block;
    color: #777;

}

.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
    width: 100%;

}

.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {

}

.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #f6f3f3;

}

.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    display: inline-block;

}

.woocommerce .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;

}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
    padding: 3px;
    margin: 0 0 6px;

}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    line-height: 2em;

}

.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
    visibility: hidden;

}

.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
    display: inline;

}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    cursor: pointer;
    margin: 0;

}

.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
    font-weight: 600;
    border: 0;

}

.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;

}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1em;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    height: 4em;
    line-height: 1.5em;
    display: block;
}

.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
    line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
    line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
    line-height: normal;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login, .woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
    border: 1px solid #f6f3f3;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
}

.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;

}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none outside;
}

.archive #main ul li a h3 {
  min-height: 50px;
}

.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
    font-weight: 600;
}

.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
    margin: 0;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

.woocommerce .checkout .col-2 .form-row-first,
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .notes {
    clear: left;
}

.woocommerce .checkout .create-account small,
.woocommerce-page .checkout .create-account small {
    font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: 400;
}

.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
    padding: 0;
    clear: left;
}

.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
    clear: both;
}

.woocommerce #payment,
.woocommerce-page #payment {
    background: #FAF5F2;
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #f6f3f3;
    margin: 0;
    list-style: none outside;
}

.woocommerce #payment ul.payment_methods:after,
.woocommerce #payment ul.payment_methods:before,
.woocommerce-page #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:before {
    content: " ";
    display: table;
}


.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
    clear: both;

}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
    line-height: 2em;
    text-align: left;
    margin: 0;
    font-weight: 400;
    list-style: none;

}

.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
    margin: 0 1em 0 0;

}

.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    position: relative;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
    padding: 1em;
    border-top: 1px solid #fff;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0;
    font-size: .92em;
    line-height: 1.5em;
    background: #ebe8eb;
    color: #5e5e5e;
}

.woocommerce #payment div.payment_box input.input-text,
.woocommerce #payment div.payment_box textarea,
.woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
    border-color: #d4cdd2;
    border-top-color: #c8bfc6;
}

.woocommerce #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
    color: #c8bfc6;
}

.woocommerce #payment div.payment_box :-moz-placeholder,
.woocommerce-page #payment div.payment_box :-moz-placeholder {
    color: #c8bfc6;
}

.woocommerce #payment div.payment_box :-ms-input-placeholder,
.woocommerce-page #payment div.payment_box :-ms-input-placeholder {
    color: #c8bfc6;

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right;

}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(images/icons/credit-cards/visa.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(images/icons/credit-cards/mastercard.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(images/icons/credit-cards/laser.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(images/icons/credit-cards/diners.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(images/icons/credit-cards/maestro.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(images/icons/credit-cards/jcb.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(images/icons/credit-cards/amex.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(images/icons/credit-cards/discover.png);
}

.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
    font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: 400;
}

.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
    margin: 0 0 1em;
}

.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child {
    margin-bottom: 0;
}

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #ebe8eb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -3px;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce .order_details,
.woocommerce-page .order_details {
    margin: 0 0 1.5em;
    list-style: none;
}

.woocommerce .order_details:after,
.woocommerce .order_details:before,
.woocommerce-page .order_details:after,
.woocommerce-page .order_details:before {
    content: " ";
    display: table;
}

.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
    clear: both;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1em;
    border-right: 1px solid #f6f3f3;
    padding-right: 2em;
    list-style: none;
}

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
    display: block;
    text-transform: none;
    line-height: 1.5em;
}

.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
    border: 0;
}

.woocommerce .addresses .title:after,
.woocommerce .addresses .title:before,
.woocommerce-page .addresses .title:after,
.woocommerce-page .addresses .title:before {
    content: " ";
    display: table;
}

.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {

    clear: both;

}

.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {

    float: left;

}

.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
    float: right;
}

.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
    font-weight: 600;
    margin-bottom: 0;
}

.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce ul.digital-downloads li,
.woocommerce-page ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce ul.digital-downloads li:before,
.woocommerce-page ul.digital-downloads li:before {
    font-family: 'dashicons';
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\f139";
}

.sidebar .woocommerce-page a.button, 
.sidebar .woocommerce-page button.button, 
.sidebar .woocommerce-page input.button {
    width: 113px;
}

.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
    float: right;
}

.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:before {
    content: " ";
    display: table;

}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
    clear: both;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
    padding: 1px 0;
    float: left;

}

.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
    padding: 0 6px;
    text-decoration: none;
    border: 1px solid #ad74a2;
    background: #ad74a2;
    color: #fff;

}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
    font-family: 'dashicons';
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\f139";

}

.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0;
    color: #777;
}

.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
    padding: 0 6px;
    text-decoration: none;
    border: 1px solid #ad74a2;
    background: #ad74a2;
    color: #fff;
    float: left;
}

.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
    font-family: 'dashicons';
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\f139";
}

.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    float: left;
}

.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.1em;
    height: 1.1em;
    border: 1px solid #000;
    cursor: pointer;
    background-color: #000;
    outline: 0;
    top: -.3em;
    border-radius: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-color: #000;

}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #fff;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 29.3% !important;
}

.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 {
    width: 100% !important;
}

.sidebar .woocommerce ul.cart_list li img, 
.sidebar .woocommerce ul.product_list_widget li img, 
.sidebar .woocommerce-page ul.cart_list li img, 
.sidebar .woocommerce-page ul.product_list_widget li img {
    box-shadow: none;
    float: left;
    margin: 5px 10px 0 0;
    width: 40%
}


/* 7.8 Single Product Gallery */

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .8em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery img {
  margin: 0;
}

.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 2%;
  margin-right: 2%;
}

.woocommerce-product-gallery .flex-control-thumbs {
  @include clearfix;
  margin: 0;
  padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 2%;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
  -webkit-transition: all,ease,.2s;
  -moz-transition: all,ease,.2s;
  transition: all,ease,.2s;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 23%;
  float: left;
  margin-right: 1%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.screen-reader-text {
    display:none;

}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {

    .woocommerce #content input.button.loading: before,
    .woocommerce #respond input#submit.loading:before,
    .woocommerce a.button.loading:before,
    .woocommerce button.button.loading:before,
    .woocommerce input.button.loading:before,
    .woocommerce-page #content input.button.loading:before,
    .woocommerce-page #respond input#submit.loading:before,
    .woocommerce-page a.button.loading:before,
    .woocommerce-page button.button.loading:before,
    .woocommerce-page input.button.loading:before {
        background-image: url(images/ajax-loader@2x.gif);
        background-size: 16px 16px;

    }

}

/*Gutenberg Styling
--------------------------------------*/

.gutenberg-page .entry-header {
    margin-bottom: 60px;
    text-align: center;
}

h3 + h2,
.has-top-margin {
    margin-top: 60px;
}

p.wp-block-subhead,
.entry-content .wp-block-cover-image,
.wp-block-image,
.entry-content ul.wp-block-gallery,
.wp-block-text-columns,
.entry-content .wp-block-button,
blockquote.wp-block-quote,
.entry-content .wp-block-quote.is-large,
.wp-block-code,
.wp-block-audio,
.entry-content .wp-block-video,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-table,
.wp-block-categories,
.entry-content .wp-block-latest-posts,
.wp-block-embed {
    margin-bottom: 60px;
}

.wp-block-columns {

    /* not using because of overflow */

    /* grid-gap: 40px; */

    margin-bottom: 60px;
}

.wp-block-columns .wp-block-image {
    margin-bottom: 0;
}

@media only screen and (min-width: 501px) {

    .wp-block-columns > *:not(.layout-column-1) {
        margin-left: 40px;
    }
}

.wp-block-columns p:last-child,
.wp-block-text-columns p:last-child {
    margin-bottom: 0;
}

.entry-content .alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
}

.entry-content .alignfull {
    width: auto;
    max-width: 1000%;

    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.entry-content .alignwide > *,
.entry-content .alignfull > * {
    width: 100%;
}

.entry-content ul.wp-block-gallery {
    margin-left: 0;
}

.entry-content .wp-block-button__link:not(.has-background) {
    background-color: #333;
}

.entry-content .wp-block-button .wp-block-button__link {
    padding: 15px 30px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.entry-content .wp-block-button .wp-block-button__link:hover,
.entry-content .wp-block-button .wp-block-button__link:focus {
    background-color: #0073e5;
}

blockquote {
    margin-left: 0;
}

blockquote::before {
    display: none;
}

blockquote p {
    margin-bottom: 16px;
}

.wp-block-quote:not(.is-large) {
    padding-left: 16px;
    border-left: 4px solid #000;
}

.wp-block-quote cite {
    font-weight: bold;
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-large footer {
    display: block;
}

code,
kbd,
pre,
samp {
    font-size: 16px;
}

.entry-content code {
    display: block;
    padding: 11px 22px;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
    background-color: transparent;
}

.entry-content .wp-block-table {
    display: table;
}

tbody {
    border-bottom: none;
}

td {
    border: 1px solid #444;
}

td:first-child,
th:first-child {
    padding-left: 8px;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
    text-align: left;
}

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

    .entry-content .wp-block-columns {
        display: block;
    }

    .wp-block-columns > *:not(:last-child) {
        margin-bottom: 20px;
    }

    .wp-block-text-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .entry-content .wp-block-text-columns.columns-2 .wp-block-column {
        width: 100%;
    }

    .entry-content .wp-block-text-columns .wp-block-column {
        margin: 0;
    }

    .wp-block-text-columns .wp-block-column:not(:last-child) {
        margin-bottom: 40px;
    }
}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
 
/* Standard Navigation
--------------------------------------------- */
 
nav {
    clear: both;
}
 
/* Navigation toggles
--------------------------------------------- */
 
.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}
 
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 800px) {
 
    nav {
        display: block !important;
    }
}
 
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
 
@media only screen and (max-width: 800px) {
 
    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        background-color: #f1f7f3;
        color: #000;
        font-size: 2.5em;
        font-weight: 300;
        overflow: hidden;
        width: 100%;
        text-align: center;
        visibility: visible;
    }
 
    button.menu-toggle {
        background-color: #f1f7f3;
        color: #000;    
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        border: 0;
        padding: 10px 0;
    
}

    .emma-blush .menu-toggle { 
        background-color: #fef0ed !important;
        color: #000 !important; 
    }

    button.sub-menu-toggle,
    button .sub-menu-toggle {
        background:transparent !important;
        color: #000 !important; 
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        border: 0;
        padding: 10px 0; }

    button.sub-menu-toggle,
    button .sub-menu-toggle {
        padding:0 !important;
        margin-top: 10px;
        margin-right: 5px;
        text-align: right;
        color: #000;
        background:transparent;
    }

    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        font-size: 2em;
        position: absolute;
        right: 0;
        top: 0;
        z-index:9999;
    }
 
    .menu-toggle:before {
        content: "\2261";
    }
 
    .menu-toggle.activated:before {
        content: "\2191";
    }
 
    .sub-menu-toggle:before {
        content: "+";
    }
 
    .sub-menu-toggle.activated:before {
        content: "-";
    }

    .admin-bar .nav-primary {
        top:0;
    }

    .nav-primary {
        position: relative;
    }
 
    nav {
        display: none;
        position: relative;
    }
 
    .genesis-nav-menu .menu-item {
        background-color: #fff;
        display: block;
        position: relative;
        text-align: left;
    }
 
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
 
    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }
 
    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
    }
 
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu a {
        background-color: #f1f7f3;
        padding-left: 30px;
    }
 
    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 40px;
        width:100%;
    }
 
    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #333;
    }

    .genesis-nav-menu > li:hover .sub-menu a, .genesis-nav-menu .sub-menu a {
        width:100%;
        padding: 12px;
    }

    
}

/* Responsive Menu
--------------------------------------------- */

.menu-toggle {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}

.menu-toggle::before {
    content: "\f333";
    display: inline-block;
    font: normal 20px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
}


/*
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) {
    
    .header-image .site-header {
        background-position: center !important;
        background-size: 100% auto !important;
        width: 100%;
    }

    input, button, input[type="search"] { 
        border-radius: 0 !important; 
    }

}


@media only screen and (max-width: 1280px) {
   
    .home-featured .wrap,
    .flexible-widgets .wrap,
    .site-inner, 
    .wrap {
        max-width: 1160px;
    }

    .emma-middle .entry-title {
        font-size: 18px;
    }

    .content {
        width: 800px;
    }

}

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

    .title-area {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .nav-header,
    .site-header .widget-area {
        width: 100%;
    }

    .nav-header {
        float: none;
        text-align: center;
        margin: 20px 0 -10px 0;
    }
    
}

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

    .nav-primary .wrap {
        width: 1000px;
    }

    .site-inner {
        margin: 5%;
    }

   .home-featured .widget:nth-of-type(3n+1) {
        transform: translate(10%,0%);
    }

    .home-featured .widget:nth-of-type(3n+2) {
        transform: translate(120%,-10%);
    }

    .home-featured .widget:nth-of-type(3n+3) {
        transform: translate(-40%,30%);
    }

    .home-featured .widget:nth-of-type(3n+4) {
        transform: translate(-10%,-55%) !important;
    }

    .home-featured .widget:nth-of-type(3n+5) {
        transform: translate(20%,70%);
    }

    .emma-middle .entry-title {
        font-size: 16px;
    }

    .above-footer .enews input, .emma-middle .enews input {
        width: 16%;
    }

    .home .site-inner {
        margin: 5%;
    }

    .content {
        width: 100%;
    }

    .above-footer .wrap {
        max-width: 970px;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item {
        display: block;
    }

    .nav-primary {
        text-align: center;
    }

    .wrap { 
        padding: 0 !important; 
    }

    .archive-pagination {
        margin-bottom: 40px;
    }

    .title-area {
        padding: 0;
        margin: 100px 0 35px !important;
    }

    .nav-social-icons {
        display: none;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .content-sidebar-sidebar .content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .sidebar-sidebar-content .content,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    
    .header-image .site-title a {
        background-position: center !important;
        margin: 0 0 16px;
    }

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

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

    .site-header .widget-area,
    .nav-header {
        margin: 0;
    }

    .above-footer {
        padding: 0 50px;
    }

    .genesis-nav-menu {
        font-size: 10px;
    }

    .genesis-nav-menu a {
        padding: 18px 15px;
    }

} 

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

    body {
        font-size: 14px;
    }

    .menu-toggle { 
        display: block; 
    }    

    .site-container {
        padding: 20px 5%;
        width: 100%;
    }

    .above-footer .enews input, 
    .emma-middle .enews input {
        margin-left: 0;
    }

    .genesis-nav-menu a {
        padding: 18px 16px;
        background-color: #f1f7f3;
    }

    .genesis-nav-menu .widget-area {
        width: 100%;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .content {
        margin: 0;
        width: 100%;
    }

   .flexible-widgets.widget-fourths .widget,
   .flexible-widgets.widget-thirds .widget {
        width: 50%;
    }
    
    .site-title {
        font-size: 40px;
    }

    .emma-middle .entry-title {
        font-size: 18px;
    }

    .site-title, 
    .site-title a, 
    .site-title a:hover { 
        margin-top: 50px !important; 
    }

    .genesis-nav-menu .widget {
        float: none;
    }
    
    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-header .widget-area {
        margin-top: 60px;
    }
  
    .entry-meta .entry-tags {
      clear: both;
      float: left;
    }

    .home .site-inner {
        margin: 5%;
    }

    .entry-meta .entry-comments a {
        margin: 0 0 10px;
    }

    .emma-middle .enews input,
    .above-footer .enews input,
    .above-footer .enews .widget-title, 
    .emma-middle .enews .widget-title,
    .above-footer .enews-widget p, 
    .emma-middle .enews-widget p,
    .above-footer .enews-widget input[type="submit"], 
    .emma-middle .enews-widget input[type="submit"] { 
        width: 80%; 
        margin-bottom: 2%;
        width: 100%;
    }

    .above-footer .enews .widget-title, 
    .emma-middle .enews .widget-title,
    .above-footer .enews-widget, 
    .emma-middle .enews-widget {
        border: none;
    }

    .content {
        width: 100%;
    }

    .title-area {
        margin-top: 90px !important;
    }

    .nav-primary .wrap { 
        width: 100%; 
    }

    .nav-primary {
        background: #f1f7f3;
        text-align: center;
        width: 90%;
        margin: 0 5%;
    }

    .genesis-nav-menu .menu-item {
        text-align: center;
    }

    .sidebar-primary {
        width: 100%;
    }

    .home-featured {
        max-height: 800px;
    }

    .home-featured .widget:nth-of-type(3n+1) {
        max-width: 310px;
    }

    .home-featured .widget:nth-of-type(3n+2) {
        transform: translate(60%,-20%);
    }

    .home-featured .widget:nth-of-type(3n+3) {
        max-width: 310px;
        transform: translate(-30%,30%);
    }

    .home-featured .widget:nth-of-type(3n+4) {
        transform: translate(0%,-70%);
        max-width: 310px;
    }

    .home-featured .widget:nth-of-type(3n+5) {
        transform: translate(0%,-150%);
    }

}

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

    .home-featured {
        max-height: 1850px;
    }

    .content {
        width: 535px;
    }

    .alignleft {
        width: 100%;
    }

    .home-featured .widget:nth-of-type(3n+1),
    .home-featured .widget:nth-of-type(3n+4) {
        max-width: 600px;
    }

    .home-featured .widget:nth-of-type(3n+1) {
        transform: translate(5%,0%);
    }

    .home-featured .widget:nth-of-type(3n+4) {
    transform: translate(-2%,0%) !important;
    }

    .home-featured .widget:nth-of-type(3n+4) {
        transform: translate(0%,0%) !important;
    }

    .home-featured .widget:nth-of-type(3n+2) {
        transform: translate(15%,-40%);
    }

    .home-featured .widget:nth-of-type(3n+3) {
        max-width: 100%;
        transform: none;
         margin: 5%;
    }

    .home-featured .widget:nth-of-type(3n+5) {
        transform: translate(0,-10%);
    }

    .flexible-widgets.widget-fourths .widget, 
    .flexible-widgets.widget-thirds .widget {
        width: 100%;
    }

    .home-featured {
        padding: 85px 0 75px;
    }

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

    .above-footer .enews-widget input[type="submit"], 
    .emma-middle .enews-widget input[type="submit"] { 
        width: 80%; 
        float: none; 
        margin: 10px 0;
    }

    .above-footer .enews-widget h4 {
        float: none !important;
        text-align: center;
}


}

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

    .entry-title {
        font-size:18px;
    }

    .emma .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    }   

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    }

    .header-image .site-header {
        background-position: center !important;
        background-size: 100% auto !important;
        width: 100%;
    }

    .home-bottom .featured-content  .entry:nth-of-type(3n) {
        display: block; margin-bottom: 0; }

    .home-bottom .featured-content  .entry:nth-of-type(2n) {
        max-width: 325px;
        width: 100%;
        margin-bottom: 25px;
    }

    .home-bottom .featured-content  .entry {
        max-width: 325px;
        width: 100%;
        margin-bottom: 25px;
    }

    .home-featured {
        max-height: 1450px;
    }

    .home-featured .widget:nth-of-type(3n+1) {
        transform: translate(2%,0%);
    }

    .home-featured .widget:nth-of-type(3n+1), 
    .home-featured .widget:nth-of-type(3n+4) {
        max-width: 360px;
        }

    .content {
        width: 360px;
    }

    .above-footer .enews-widget input[type="submit"], 
    .emma-middle .enews-widget input[type="submit"] {
        width: 100%;
    }

    .home-featured .widget:nth-of-type(3n+2) {
        transform: translate(0%,-30%);
    }

    .category-page .featured-content .entry,
    .category-page .featured-content .entry:nth-of-type(2n) {
        width: 100%;
    }

    .emma-middle .featuredpost .entry {
        min-height: 410px;
    }

    .site-footer { 
        background: #f1f7f3; 
        padding: 0 15px; 
        line-height: 1.7em;
    }

    .header h1 {
        font-size: 60px; 
    }
  
}


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

    .entry-title {
        font-size:18px;
    }

    .emma .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    }   

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    }

    .header-image .site-header {
        background-position: center !important;
        background-size: 100% auto !important;
        width: 100%;
    }
    
    .site-title, 
    .site-title a, 
    .site-title a:hover { 
        font-size: 36px; 
    }

    .content {
        width: 340px;
    }

    .home-featured {
        max-height: 1350px;
    }

}

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

    .entry-title {
        font-size:14px;
    }
    
    .entry-header .entry-meta {
        font-size:11px;
    }

    .emma .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    }   
    
    .header-image .site-header {
    background-position: center !important;
    background-size: 100% auto !important;
    width: 100%;
    }

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    }

    .site-title, .site-title a, .site-title a:hover { 
        font-size: 26px; 
    }

    .enews-widget h4 { font-size: 14px; }

}



.home-featured{
    background-size: 100% auto;
}

.home-featured:after{
    content: none;
}


@media only screen and (max-width: 420px){
    .content {
        width: 100%;
    }
}

@media only screen and (max-width: 480px){
    .content {
        width: 100%;
    }
}

@media only screen and (max-width: 603px){
    .content {
        width: 100%;
    }
}