
/*
	Theme Name: Kate Theme
	Theme URI: https://lovelyconfetti.com/feminine-wordpress-themes
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Cristina Sanz
	Author URI: https://lovelyconfetti.com/
	Version: 2.1
 
	Template: genesis
	Template Version: 3.3.2

		Tags: Portfolio Wordpress, Black, Coral, Feminine Wordpress Theme, Photography Theme, Feminine eCommerce Theme, Feminine Genesis Child Theme, Genesis Woocommerce Theme, Lovely Confetti Themes, Woocommerce Wordpress
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
        - Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Soliloquy Lite
		- Contact Form 7
		- Simple Social Icons
		- Genesis Simply share
		- Wocommerce
		- Genesis Enews Extended
	- Custom Page Templates
		- Home Page
		- Category Index
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1600px
		- max-width: 1440px
		- max-width: 1155px
		- max-width: 1030px
		- max-width: 940px
		- max-width: 800px
		- max-width: 600px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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: none}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:#6f6f6f}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;
}


@font-face {
    font-family: 'kind_smithen';
    src: url('fonts/kind_smithen-webfont.woff2') format('woff2'),
         url('fonts/kind_smithen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Witter';
    src: url('fonts/witter-webfont.woff2') format('woff2'),
         url('fonts/witter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cammron';
    src: url('cammron.woff2') format('woff2'),
         url('cammron.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'ModernPictogramsNormal';
	src: url('fonts/modernpics-webfont.eot');
	src: url('fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'), 
	url('fonts/modernpics-webfont.woff') format('woff'), 
	url('fonts/modernpics-webfont.ttf') format('truetype'), 
	url('fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

.author-box:before,
.clear:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.nav-tertiary:after,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.widget-area:before,
.after-entry:before,
.comment-respond:before,
.wrap:before {
  content: " ";
  display: table;
}

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


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

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

body {
	background: #fff;
    color: #333333;
    font-family: 'Mukta',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 2px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #f2ede8;
	color: #333333;
}

a {
	color: #9f5935;
	text-decoration:none;
	
}

a img {
	margin-bottom: 15px;
}

a:hover {
	color: #717c73;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: 600;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 22px 20px;
}

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

pre {
	background: #111;
	color: #ccc;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

mark {
    background: none;
    color: #333333;
}

/* WP 4.2 duplicate widget titles fix */

.screen-reader-text {
	position: absolute !important;
	left: -999em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: 300;
	margin: 0 0 16px;
	padding: 0;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

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

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

img {
	height: auto;
}

.featured-content img {
	margin-bottom: 3%;
	width: auto;
	margin: 0;
}

.site-footer .creds a img {
    margin-bottom:-3px;
}



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

input,
select,
textarea {
	border: 1px solid #333333;
	color: #333333;
	font-family: 'Mukta',sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
}

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

::-moz-placeholder {
	color: #333333;
}

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

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #fff;
	border: none;
	border: 1px solid #6f6f6f;
	box-shadow: none;
	color: #333333;
	cursor: pointer;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	padding: 10px 12px;
	text-transform: uppercase;
	width: auto;
}

.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #222;
	border: 1px solid #333333;
	color: #fff;
}

.button-secondary {
	background: #f5f5f5;
	color: #010101;
}

.button-secondary:hover {
	background: #010101;
	color: #fff;
}

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


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

}


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

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


.home .site-inner, 
.home .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.site-inner {
    width: 100%;
    max-width: 100%;
    padding: 2% 10% 0;
}

.site-container {
	background: transparent;
	position: relative;

}

.site-container {
    overflow: hidden;
}



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

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

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;

}

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

.sidebar a {
    color: #333333;
   
}

.sidebar a.button-cta {
    color: #fff;
   
}

.sidebar .entry-title a  {
    color: #333333;
 
}

.woocommerce .content {
    padding: 5% 2% 0;
}

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

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

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

.avatar {
	float: left;
}

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

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

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

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

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

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

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

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

.wp-caption-text {
	font-family: inherit;
	font-size: 11px;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 5px;
}

.archive-description {
	padding: 5px 20px 5px;
	text-align:center;
	display:none;
}

.author-box {
	padding: 20px;
	margin-top: 40px;
    padding: 30px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: left;
    background-color: #e3e6e2;
}

.author-box h4 {
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:16px;
}

.author-box-title {
	color: #111;
	font-family: inherit;
	margin-top: 0;
	margin-bottom: 4px;
}

.author-box a {

}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 22px;
	margin-right: 10px;
    background-color: #fff;
    border: 1px solid #bda97a;
    height: 85px;
    float: left;
    padding: 7px;
    width: 85px;
    border-radius: 85px;
}


/* Author box in post
--------------------------------------------- */

.follow {
 	overflow:auto;
 	margin-top: 14px;
 	width: 13%;
 	float: left;
 	margin-left: 13%;
 	text-transform:uppercase;
}

.social-links {
 	overflow:auto;
 	margin-top:10px;
 	width: 72%;
 	float: right;
 	clear: none;
}
 
.social-links li {
 	list-style-type: none;
 	float: left;
}
 
.social-links a {
 	border-bottom: none;
}
 
.social-links i {
    background: #e3e6e2;
    color: #333333;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 17px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
    transition-property: opacity;
    transition-delay: 0.3s;
    transition-duration: .5s;
}
 
.social-links i:hover {
 	opacity:.7; 
}

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

.entry-title {
	line-height: 1.4;
	margin-bottom: 12px;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: 'Spectral',sans-serif;
}

.home-grid-flexible .entry-title {
	margin: 0;
}

.sidebar .entry-title {
	font-weight: 300;
	text-align: center;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	color: #333333;
	text-decoration: none;
}

.widgettitle {
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 0 2%;
	text-align: center;
	letter-spacing:2px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	margin-bottom: 10px;
	text-align:center;
}

/* ## Screen reader text
--------------------------------------------- */

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

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

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



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

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	padding: 0;
}



/* User Profile
--------------------------------------------- */

.user-profile .avatar-45  {
	margin-right: 10px;
    background-color: #fff;
    border: 1px solid #717c73;
    height: 45px;
    float: left;
    padding: 7px;
    width: 45px;
    border-radius: 45px;

}

.user-profile .avatar-65  {
	margin-right: 10px;
    background-color: #fff;
    border: 1px solid #717c73;
    height: 65px;
    float: left;
    padding: 7px;
    width: 65px;
    border-radius: 65px;

}

.user-profile .avatar-85  {
	margin-right: 10px;
    background-color: #fff;
    border: 1px solid #717c73;
    height: 85px;
    float: left;
    padding: 7px;
    width: 85px;
    border-radius: 85px;
}

.user-profile .avatar-125  {
	margin-right: 10px;
    background-color: #fff;
    border: 1px solid #717c73;
    height: 125px;
    float: left;
    padding: 7px;
    width: 125px;
    border-radius: 125px;
}

.user-profile {
	font-size: inherit;
	line-height: 1.5;
	text-align: left;
}

.home-grid-flexible  .user-profile {
	width:100%;
    min-height: auto;
    padding: 35px 45px 22px;
    text-align:justify;
    background-color: #e3e6e2;
}

 .footer-widgets-1 .user-profile .pagelink,
 .footer-widgets-2 .user-profile .pagelink,
 .footer-widgets-3 .user-profile .pagelink {
	color: #333333;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
    font-weight: normal;
    font-style: italic;
    padding: 6px 35px;
    width: 50%;
    margin-top: 1%;
    text-decoration: none;
    font-family: 'Spectral',sans-serif;
    font-size: 12px;
    border: 1px solid #717c73;
    margin: 0 auto;

}

 .footer-widgets-1 .user-profile .pagelink:hover,
 .footer-widgets-2 .user-profile .pagelink:hover,
 .footer-widgets-3 .user-profile .pagelink:hover {
	border: 1px solid #333333;
}

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

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

.enews-widget {
	text-align: center;
}

.enews-widget .widgettitle {
	color: inherit;
	font-size: 20px;
}

.enews-widget input {
	margin-bottom: 16px;
	padding: 13px 25px;
}

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

.enews-widget input[type="submit"] {
	background: #fff;
	border: 1px solid #333333;
	color: #6f6f6f;
	margin: 0;
	width: 100%;
	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;
}

.sidebar .enews-widget {
	background: #e3e6e2;

}

.enews-widget input:hover[type="submit"] {
	background: #222;
	border: 1px solid #6f6f6f;
	color: #fff;
}

.home-welcome .enews-widget .widgettitle,
.home-middle-1 .enews-widget .widgettitle,
.home-middle-2 .enews-widget .widgettitle,
.widget-above-content .enews-widget .widgettitle,
.coming-soon .enews-widget .widgettitle  {
	display: inline;
	float: left;
	width: 20%;
}

.home-welcome .enews-widget p,
.home-middle-1 .enews-widget p,
.home-middle-2 .enews-widget p,
.widget-above-content .enews-widget p,
.coming-soon .enews-widget p {
	display: inline;
    margin: 0;
    float: left;
    line-height: 1.4;
    text-align: left;
    width: 40%;
    margin-left: 21%;
    color: #fff;
}

.home-welcome .enews-widget form,
.home-middle .enews-widget form,
.widget-above-content .enews-widget form,
.coming-soon .enews-widget form {
	display: inline;
    float: right;
    width: 37%;
    margin-right: 1%;
}

.home-welcome .enews-widget input,
.home-middle-1 .enews-widget input,
.home-middle-2 .enews-widget input,
.widget-above-content .enews-widget input,
.coming-sonn .enews-widget input {
	display: inline;
	float: left;
	margin: 0;
	width: 70%;
}

.home-welcome .enews-widget,
.home-middle-1 .enews-widget,
.home-middle-2 .enews-widget,
.widget-above-content .enews-widget,
.coming-soon .enews-widget {
    margin: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 25px;
    background: #222;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 62%, rgba(255, 255, 255, 0.90) 20%);
}

.home-welcome .textwidget,
.home-middle-1 .textwidget,
.home-middle-2 .textwidget,
.widget-above-content .textwidget {
	padding: 0;
}

.home-welcome .enews input,
.home-middle-1 .enews input,
.home-middle-2 .enews input,
.widget-above-content .enews input {
	float: left;
	margin-bottom: 0;
	margin-left: 1.2%;
	width: 32%;
}

.coming-soon .enews input  {
	float: left;
	margin-bottom: 0;
	margin-left: 1.2%;
	width: 32%;
}

.home-welcome #subscribe,
.home-middle-1 #subscribe,
.home-middle-2 #subscribe,
.widget-above-content #subscribe,
.coming-soon #subscribe {
	float: right;
	width: 70%;
}

.home-welcome .enews #subbox1,
.home-middle-1 .enews #subbox1,
.home-middle-2 .enews #subbox1,
.widget-above-content .enews #subbox1,
.coning-soon .enews #subbox1 {
	margin-left: 0;
}

.home-flexible .enews-widget input[type="submit"],
.home-middle-1 .enews-widget input[type="submit"],
.home-middle-2 .enews-widget input[type="submit"],
.widget-above-content .enews-widget input[type="submit"],
.sidebar .enews-widget input[type="submit"] {
	display: inline;
	float: right;
	width: 29.5%;
	margin-left: 1%;
	padding: 13px 17px;
	cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: none;
}

.sidebar .enews-widget input,
.footer-widgets-1 .enews-widget input,
.footer-widgets-2 .enews-widget input, 
.footer-widgets-3 .enews-widget input {
	margin-bottom: 16px;
	padding: 13px 25px;
	width: 49%;
	padding: 13px;
	background: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	color:#6f6f6f;
}

.sidebar .enews-widget input[type="submit"],
.footer-widgets-1 .enews-widget input[type="submit"],
.footer-widgets-2 .enews-widget input[type="submit"],
.footer-widgets-3 .enews-widget input[type="submit"] {
    background: #fff;
    color: #6f6f6f;
    border:1px solid #6f6f6f;
    margin: 0;
    width: 100% !important;
    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;
}

.sidebar .enews-widget input:hover[type="submit"],
.footer-widgets-1 .enews-widget input:hover[type="submit"],
.footer-widgets-2 .enews-widget input:hover[type="submit"],
.footer-widgets-3 .enews-widget input:hover[type="submit"] {
	background: #222;
	color: #fff;
	border:1px solid #6f6f6f;
}

.front-page-image-5-left.one-half  {
    display:block;
    min-height: 600px;
    background: #f2ede8;

}


/* Genesis Slider
 * ========================================================================== */


/* Genesis Responsive Slider
--------------------------------------------- */


.home-top-slider #genesis-responsive-slider {
	border: none !important;
	padding: 0 !important;
}

.home-top-slider #genesis-responsive-slider .flexslider,
.home-top-slider #genesis-responsive-slider .flex-viewport {
	overflow: visible !important;
}

.home-top-slider .slide-image {
	padding: 0 5px;
}

.home-top-slider #genesis-responsive-slider .slide-excerpt {
    background: #fff;
    border: 1px solid #6f6f6f;
    outline: 12px solid rgba(251,251,251,.5);
    color: #6f6f6f;
    overflow: hidden;
    width: 450px;
    bottom: 100px;
    left: 50%;
    margin-left: -225px;
    padding: 5px;
    text-align: center;
}

.home-top-slider #genesis-responsive-slider a {
  color: #6f6f6f;
}

.home-top-slider #genesis-responsive-slider .slide-excerpt-border {
	border: 0;
	float: none;
	display: block;
	padding-bottom: 5px;
}

.home-top-slider #genesis-responsive-slider .slide-excerpt-border > p {
	display: none;
}

.home-top-slider #genesis-responsive-slider .slide-excerpt-border h2:after {
	content: " ";
	width: 50px;
	border-bottom: 1px solid #999;
	margin: 15px auto;
	display: block;
}

.homepage-slider-container .wrap {
	max-width: none;
	overflow:visible;
}

.home-top-slider #genesis-responsive-slider {
	border: none !important;
}

.home-top-slider .flexslider {
	margin-left: auto !important;
	margin-right: auto !important;
	overflow: inherit !important;
}

/*.flexslider .slides > li {
	padding-left: 10px;
	padding-right: 10px;
}*/

.home-top-slider .flexslider .slide-image {
	padding-left: 5px;
	padding-right: 5px;
}

.home-top-slider .slide-excerpt-border  h2 {
	text-align: center;
}

.home-top-slider .slide-excerpt-border h2 a {
	color: #333;
	letter-spacing: 1px;
	text-decoration: none;
}

.flexslider {
	max-width: 100%;
}

.flexslider .slides img {
	width: 100%;
}

.flexslider .slides > li {
    position: relative;
    overflow: hidden;
    max-height: 600px;
}


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

#sb_instagram {
  padding-bottom: 0 !important;
}

div#sb_instagram #sbi_load .sbi_load_btn,
div#sb_instagram .sbi_follow_btn a {
	border-radius: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 99;
    background: #222;
    padding: 14px 40px;
    position: relative;
    opacity: 0.9;
 
}

div#sb_instagram #sbi_load .sbi_load_btn:hover,
div#sb_instagram .sbi_follow_btn a:hover {
	background: #333 !important;
	color: #FFF !important;
	opacity: 1;
}



/* Contact Form 7
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
	width: 30%;
	color: #6f6f6f;
	text-align: center;
	margin: 0 auto;
	display: inherit;
	letter-spacing:2px;
	border: 1px solid #6f6f6f;
	background: #fff;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	border: 1px solid #6f6f6f;
	background: #222;
}

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

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

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

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

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

.kate-instagram  .menu li a:hover {
   	border: 1px solid #6f6f6f;
	color: #fff;
	background-color: #222;
}

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

.kate-instagram .widget {
	margin: 7% auto 5%;
}

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

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



/* Video background
--------------------------------------------- */

.vidbg-container {
    opacity: 0.6;
    background-color: #fff !important;
}

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

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

.kate .share-after:before {
	color: #333333;
	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: #333333;
	border: 1px solid #eee;
	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: #333333;
	background: #f2ede8;
	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;
}


/* WP Instagram

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

.home-before-footer .null-instagram-feed {
	padding: 0;
	margin: -5.5%;
	width: 111%;

}

.home-before-footer h4.widget-title {
    margin: -25px auto 10px;
    width: 400px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    line-height: 2;
    border: 0 none;
    clear: both;
    background: #fff;

}

.home-before-footer #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
    margin: 20px auto -25px auto;
    display: block;
    z-index: 99;
}

#sb_instagram .sbi_follow_btn a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0;
    background: #555;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-before-footer .instagram-pics li {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 20%;

}

.home-before-footer .instagram-pics li img {
	margin-bottom: -8px;

}


/* Easy Recipe Pro
--------------------------------------------- */

.kate .easyrecipe {
	background: transparent;
	border: 0;
	margin: 20px 0;
	padding: 0;
	border: 1px solid #6f6f6f;
	padding: 25px;
	text-align: left;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	clear: both;
	font: inherit;
}

.kate .easyrecipe div:before,
.kate .easyrecipe div:after {
	clear: none;
	display: inline;
}

.kate .easyrecipe .ERSTimes {
	border-top: 1px solid #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
	width: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.kate .ERSAuthor,
.kate .ERSCategory, 
.kate .ERSCuisine {
	font-style: italic;
}

.kate .easyrecipe  .ERSIngredients li.ingredient {
	list-style: none;
}

.kate .easyrecipe .ERSIngredients li.ingredient:before {
    content: "\f147";
    color: #6f6f6f;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    margin-right: 3px;
}

.kate .easyrecipe .ERSName {
	color: #6f6f6f;
	font-family: inherit;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 60%;
	font-weight: bold;
}

.kate .easyrecipe .ERSTimeHeading,
.kate .easyrecipe .ERSHeading,
.kate .easyrecipe .ERSNotesHeader,
.kate .easyrecipe .ERSNutritionHeader,
.kate .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.kate .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.kate .easyrecipe div.ERSNotesHeader,
.kate .easyrecipe .nutrition .ERSNutritionHeader   {
	color: #6f6f6f;
	font-family: inherit;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

.kate .easyrecipe .ERSHeading,
.kate .easyrecipe .ERSNotesHeader,
.kate .easyrecipe .ERSNutritionHeader {
	margin: 5px 0 10px;
}

.kate .easyrecipe .ERSTopRight img {
	border: 0;
}

.kate .easyrecipe .pibfi_pinterest .xc_pin {
	margin: 0;
}

.kate .easyrecipe .ERSSummary {
	width: 60%;
}

.kate .easyrecipe .ERSSavePrint {
	background: #fff;
}

.kate .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn,
.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
	background: #fff;
	border-radius: 0;
	padding: 0 10px;
}

.kate .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #e3e6e2;
}

.kate .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.kate .easyrecipe .ui-button .ui-button-text {
	color: #6f6f6f;
	font-family: inherit;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.kate .easyrecipe .ui-button .ui-button-text {
	padding: 0.4em 1em 0.4em 2.4em;
}

.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link .ERSSaveIcon,
.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button .ERSSaveIcon {
	background-image: url('images/save.png');
	margin-left: 10px;
}

.kate .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn .ERSPrintIcon {
	background-image: url('images/print.png');
	margin-left: 10px;
}

.kate .easyrecipe .ERSIngredients,
.kate .easyrecipe .ERSInstructions,
.kate .easyrecipe .ERSNutrition {
	border-top: 1px solid #6f6f6f;
	margin-top: 20px;
}

.kate .easyrecipe .ERSIngredients {
	width: 60%;
}

.kate .easyrecipe .ERSIngredients li.ingredient {
	list-style: none;
}

.kate .easyrecipe .ERSIngredients ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}

.kate .easyrecipe .ERSNutrionDetails span {
	margin-right: 20px;
}

.kate .easyrecipe .ERSRatings {
	margin: 10px 0 0;
}

.kate .easyrecipe .ERComment {
	font-family: 'Source Sans Pro', Helvetica, Arial, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.kate .easyrecipe .ERRateBG {
	background: url('images/whitestar.png');
	margin: 2px 0 0 10px;
}

.kate .ERRateBG,
.kate .ERRatingComment,
.kate .ERComment .ERRateBG,
.kate .ERSRatingOuter {
	background: url('images/whitestar.png');
	margin: 0 0 10px 0;
}

.kate .easyrecipe .ERRateStars,
.kate .ERComment .ERRateStars,
.kate .ERRatingCommentInner,
.kate .ERSRatingInner {
	background: url('images/graystar.png');
}

.kate .easyrecipe .average {
	font-family: inherit;
}



/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}

/* Soliloquy  Slider
--------------------------------------------- */

.soliloquy-container .soliloquy-next {
    display: block;
    width: 32px;
    height: 47px !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 5px !important;
    z-index: 1320;
    background: url(images/arrows.png) no-repeat scroll -25px -1px !important;
}

.soliloquy-container .soliloquy-prev {
    display: block;
    width: 32px;
    height: 47px !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 5px !important;
    z-index: 1320;
    background: url(images/arrows.png) no-repeat scroll 7px -1px !important;
}

.soliloquy-container {
    position: relative;
    background: transparent url("images/preloader.gif") no-repeat scroll 50% 50%;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    float: none !important;
    margin: 0 auto !important;
}

.soliloquy-container .soliloquy-pager-link {
    display: none !important;
}

.soliloquy-container .soliloquy-caption {
    position: absolute !important;
    bottom: 33% !important;
    left: 15% !important;
    width: 70% !important;
    z-index: 1120 !important;
    background: rgba(255, 255, 255, 0.72) !important;
    background: #fff;
    color: #6f6f6f;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	display: table !important;
    width: 100% !important;
    height: 100% !important;
	text-align: center !important;
	padding: 20px 0 35px !important;
    background-color: transparent !important;

}
 
.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
    display: table-cell !important;
    vertical-align: middle !important;
}
 
.soliloquy-container .soliloquy-caption h1 {
	color: #6f6f6f;
	font-size: 19px;
	margin: 0 0 0.2%;
	letter-spacing: 2px !important;
	text-transform: none !important;
	font-weight: 400;
	line-height:1.6;
	padding:1%;

}

.soliloquy-container .soliloquy-caption p {
	color: #6f6f6f;
	font-size: inherit;
	margin: 0 0 30px !important;
	letter-spacing: 1px !important;
	text-transform: none !important;
	font-weight: 400;
	line-height:1.6;
	padding:1%;

}

.soliloquy-container .soliloquy-caption a.soliloquy-button {
  	font-weight: 300;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    background-color: #6f6f6f;
    border: 1px solid #717c73;
    padding: 10px 35px !important;
    font-size: 13px !important;
    color:#fff;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button:hover {
    background-color: #717c73;
    color: #333;
   
}



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

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

.home-top-slider {
	overflow: hidden;
	padding-bottom: 30px;
	width: 100%;
	max-width:none;
	min-height:600px;
	position: relative;
	clear: both;
}

.home-bottom {
	background-color: transparent;
	clear:both;
	overflow:hidden;
	box-sizing: border-box;
	min-height: 212px;
	position: relative;
	width: 90%;
	padding: 0 5% 0;
}

.home-bottom .widgettitle {
	margin: 1% 0 2%;
	padding: 0 0 10px;
}

.home-bottom .widget-title:before, 
.home-bottom .widget-title:after {
    border-top: 1px solid #717c73;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 0 10px;
    width: 7%;
}

.home-bottom .entry-title {
	margin-top: 1%;
	font-weight:400;
}

.home-bottom .entry-title a {
	color: #333333;
	float: none;
	margin: 0 auto;
	text-align: center;
 
}

.home .one-third .entry-title,
.home .one-fourth .entry-title,
.home .one-sixth .entry-title {
	text-align: center;
	padding:15px 5px;
	color:#333333;
	font-family: 'Spectral', sans-serif;

}

.home-bottom .one-third .entry-title {
    margin-bottom: 2%;
    color: #fff;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.home-bottom .widget_text {
    margin-bottom: 5%;
    
}
.home-welcome .woocommerce ul.cart_list li img, 
.home-welcome .woocommerce ul.product_list_widget li img, 
.home-welcome .woocommerce-page ul.cart_list li img, 
.home-welcome .woocommerce-page ul.product_list_widget li img,
.home-middle-1 .woocommerce ul.cart_list li img, 
.home-middle-1 .woocommerce ul.product_list_widget li img, 
.home-middle-1 .woocommerce-page ul.cart_list li img, 
.home-middle-1 .woocommerce-page ul.product_list_widget li img,
.home-middle-2 .woocommerce ul.cart_list li img, 
.home-middle-2 .woocommerce ul.product_list_widget li img, 
.home-middle-2 .woocommerce-page ul.cart_list li img, 
.home-middle-2 .woocommerce-page ul.product_list_widget li img,
.home-bottom .woocommerce ul.cart_list li img, 
.home-bottom .woocommerce ul.product_list_widget li img, 
.home-bottom .woocommerce-page ul.cart_list li img, 
.home-bottom .woocommerce-page ul.product_list_widget li img {
  box-shadow: none;
  float: left;
  width: 100%;
  margin-bottom:10px;
  padding: 10px;
  opacity: 1;

}

.home-bottom .widget-title .woocommerce ul.product_list_widget {
  margin-top: 40px;

}


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

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

.home-grid-flexible {
    word-wrap: break-word;
    position: relative;
    clear:both;
    display:block;
    width: 80%;
    margin: 0 auto 5%;
    height: auto;
    overflow: hidden;
}

.home-middle-1,
.home-middle-2  {
    word-wrap: break-word;
    position: relative;
    clear:both;
    display:block;
    width: 80%;
    margin: 0 auto 5%;
    height: auto;
    overflow: hidden;
}

.home-middle-1,
.home-middle-2 {
    margin: 4% auto 3%;
}

.home-bottom  {
    margin: 4% auto 0;
}

.home-grid-flexible {
    display: block;
    overflow: hidden;
    position: relative;
}

.home-grid-flexible .featured-content .entry {
	position: relative;
}


.home-grid-flexible .featured-content .entry-header,
.home-grid-flexible .widget .widgettitle  {
	background: #fff;
    margin: 0 25%;
    padding: 6px;
    position: absolute;
    top: 40%;
    left: 0;
    width: 50%;
    opacity: 0.92;
}

.home-grid-flexible .widget .widgettitle  {
	font-size: 20px;
}

.home-grid-flexible .featured-content .entry-header:before,
.home-grid-flexible .featured-content .entry-header:after,
.home-grid-flexible .widget h4.widgettitle:before,
.home-grid-flexible .widget h4.widgettitle:after {
  	border-color: #717c73;
  	-webkit-transition: all 0.25s;
  	transition: all 0.25s;
  	border-style: solid;
  	border-width: 0;
  	content:"";
  	height: 24px;
  	position: absolute;
  	width: 24px;
  	z-index: -9;
}

.home-grid-flexible .featured-content .entry-header:before,
.home-grid-flexible .widget h4.widgettitle:before   {
  	border-left-width: 1px;
  	border-top-width: 1px;
  	left: -5px;
  	top: -5px;
}

.home-grid-flexible .featured-content .entry-header:after,
.home-grid-flexible .widget h4.widgettitle:after {
  	border-bottom-width: 1px;
  	border-right-width: 1px;
  	bottom: -5px;
  	right: -5px;
}

.home-grid-flexible .featured-content .entry-header:hover:before,
.home-grid-flexible .featured-content .entry-header:hover:after,
.home-grid-flexible .widget h4.widgettitle:hover:after,
.home-grid-flexible .widget h4.widgettitle:hover:before  {
  	height:100%;
  	width:100%;
}

.home-grid-flexible .widget-area .widget {
    float: left;
    margin-left: 0;
    padding-bottom: 0;
}


/* Text widgets Gris Flexible
--------------------------------------------- */

.home-grid-flexible .widget-area .widget .textwidget .menu {
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  	flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
  	-ms-flex-align: stretch;
  	align-items: stretch;
  	color: #333333;
  	background: #f9f5f4;
    width: 100%;
    height: 350px;
    max-height: 350px;
    text-align: center;
    vertical-align: middle;
    
}

.home-grid-flexible .entry,
.home-grid-flexible .featured-content img {
    margin: 0;
    width: 100%;
   
}

.home-grid-flexible .textwidget .menu-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  position: relative;
  text-align: center;
  transition-property: all;
  transition-duration: 0.22s;
  transition-timing-function: ease-in-out;  
}

.home-grid-flexible .textwidget .menu-item:nth-child(odd) {
  	background: #f2ede8;   
}

.home-grid-flexible .textwidget .menu-item:nth-child(odd):hover {
    background:#222;
}
  
.home-grid-flexible .textwidget .menu-item:hover {
    background:#222;
}
  
.home-grid-flexible .textwidget .menu-item:nth-child(even) {
  background: #111111;
  &:hover{
    background:#222;
  }
}

.home-grid-flexible .textwidget .menu-item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(images/acid.svg);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.22s;
  transition-timing-function: ease-in-out;
}

.home-grid-flexible .textwidget .menu-item:hover:after {
  	opacity: 1;
  	background-size: 100px;
}

.home-grid-flexible .textwidget .menu-item a {
  	position: absolute;
  	color: #444;
  	height: 100%;
  	width: 100%;
  	text-decoration: none;
  	top: 0;
  	left: 0;
  	z-index: 99;
}

.home-grid-flexible .textwidget .menu-item a:hover .nav-link-title h2 {
  	color: #fff;
}

.home-grid-flexible .textwidget .menu-item a:hover .nav-link-title h2:before {
  	top: -20px;
  	opacity: 1;
}

.home-grid-flexible .textwidget .menu-item a:hover .nav-link-title h2:after {
  	background: #f2ede8;
  	width: 20px;
}

.home-grid-flexible .textwidget .menu-item a:hover .nav-link-title p {
  	opacity: 0.8;
  	color: #fff;
}

.home-grid-flexible .textwidget .menu-item a .nav-link-title {
  	top: 50%;
  	left: 50%;
  	color: #fff;
  	text-decoration: none;
  	transform: translateX(-50%) translateY(-50%);
  	position: absolute;
}

.home-grid-flexible .textwidget .menu-item a .nav-link-title h2 {
  	position: relative;
  	display: block;
    transition-property: all;
    transition-duration: 0.33s;
    transition-timing-function: ease-in-out;
    margin: 0;
    padding-top: 0px;
    line-height: 74px;
    font-size: 42px;
    font-family: 'Witter';
    font-weight: 300;
    color: #333333;
    letter-spacing: 0.5px;
}

.home-grid-flexible .textwidget .menu-item a .nav-link-title h2:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  border-bottom: 3px solid yellow;
}

.home-grid-flexible .textwidget .menu-item a .nav-link-title h2:after {
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  background: #717c73;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -3px;
  transition-property: all;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
}

.home-grid-flexible .menu-item a .nav-link-title p {
  	margin: 0;
  	transition-property: all;
  	transition-duration: 0.33s;
  	transition-timing-function: ease-in-out;
  	color: #333333;
  	margin-top: 7%;
  	color: #333333;
}

.home-grid-flexible .menu-item a .nav-link-title p:hover {
  	color: #fff;
}

.home-grid-flexible .menu-item:first-of-type:hover:after {
  	transform: rotate(20deg);
}

.home-grid-flexible .menu-item:nth-child(2):hover:after {
  	transform: rotate(-40deg);
}

.home-grid-flexible .menu-item:nth-child(3):hover:after {
  	transform: rotate(-60deg);
}

.home-grid-flexible .menu-item:nth-child(4):hover:after {
  	transform: rotate(55deg);
}

.home-grid-flexible .menu-item:last-of-type:hover:after {
  	transform: rotate(-25deg);
}


/* Home Welcome
--------------------------------------------- */

.home-welcome  {
   	overflow: hidden;
    text-align: center;
    margin-bottom: 0.5%;
    clear: both;
    z-index: 9;
    position: relative;
    padding: 20px;
    background: #fff;
    width: 80%;
    margin: -8% auto 1%;
}

.home-welcome .widget_text {
    margin: 0;
    padding: 10px;
    text-align: center;
}


/* Title, tagline and description boxes
--------------------------------------------- */

.boxes {
    float: center;
    position: relative;
    width:100%;
    min-height:140px;
}

.boxes .title {
    width: 100%;
    font-size: 70px;
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: 18px;
    word-break: break-word;
    text-align: center;
    -webkit-font-smoothing: auto;
    font-weight:700;
    background-color: #a3c7c1;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.68) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

.boxes .h2tagline {
    font-weight: 400;
    text-transform: uppercase;
    font-family:inherit;
    margin: 0 5%;
    font-size: 24px;
    letter-spacing:2px;
    text-align:center;
    line-height: 30px;
}

.boxes .pdescription {
    color: inherit;
    font-weight:400;
    letter-spacing:2px;
    font-family: inherit;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-align:center;

}

.tiles img { 
  	width: 100%;
  	height: 100%;
  	display: block;
	object-fit: cover;
}

.tiles {
	width: 100%;
	max-width: 100%;
	margin: auto;	
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: 
		[rail-left-start] 1fr 
		[rail-right-start] 15% 
		[rail-left-end] 1fr
		[rail-right-end];
	/*grid-template-columns: 1fr 10% 1fr;*/
	/*grid-template-areas:
		"left center right"*/
}

.txt-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5%;
	color: #fff;
	position: relative;
	grid-column: rail-left;
	
}

.txt-box::before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: #717c73;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	

}

.txt-box p { 
	position: relative;
	width:100%;
	color: #fff;

}

.txt-box h1 { 
	position: relative;
	width:30%;
	color: #fff;
	top:-15%;

}

.txt-box h1 { 
    white-space: nowrap;
    -webkit-transform-origin: 50% 53%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 1% 3%;
    font-family: 'Witter';
    font-size: 40px;
    letter-spacing: 1px;

}

.txt-box h1::after {
    content: "";
    height: 1px;
    position: absolute;
    width: 40%;
    background: #f9f5f4;
    display: inline-block;
    top: 50%;
    margin-left: 8px;
}

.img-box {
	background: transparent;
	grid-column: rail-right;
}

.row-2.txt-box { 
	grid-column: rail-right 
}

.row-2.img-box { 
	grid-column: rail-left 
}

.row-1 { 
	grid-row: 1 
}

.row-2 { 
	grid-row: 2 
}




/* Fancy Button
--------------------------------------------- */

.fancybutton {
	border: 1px solid #333333;
    background: #fff;
    color: #333333;
    letter-spacing: 3px;
    padding: 12px 30px;
    text-transform: uppercase;
    clear: both;
    margin: 20px auto;
    display: table;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    font-size:13px;
}


.fancybutton:hover {
	background: #222;
	color: #fff;
}


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

.home-middle-1,
.home-grid-flexible,
.home-middle-2 {
    display: block;
    overflow: hidden;
    position: relative;

}

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

.flexible-widgets .wrap {
	max-width: 100%;
	padding: 0px;
}

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

.home-welcome .flexible-widgets.widget-area .widget {
    margin-bottom: 0;
}

.home-grid-flexible .flexible-widgets.widget-area .widget {
	float: left;
	padding: 0;
	margin: 0;
	max-height: 348px;
	position: relative;
}

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

.home-grid-flexible .flexible-widgets.widget-fourths .widget {
	max-height:348px;
}

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

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

.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) {
	clear: left;
}



/* Above footers
--------------------------------------------- */

.home-before-footer {
	padding: 5%;
}

.home-before-footer .widget_text {
	border: 1px solid #717c73;
}

.home-before-footer h4.widget-title {
    margin: -25px auto 10px;
    width: 400px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    line-height: 2;
    border: 0 none;
    clear: both;
    background: #fff;
}

/* Above content
--------------------------------------------- */

.widget-above-content {
	margin: 1% 0 3%;
	width: 100%;
	display:block;
	position: relative;
    display: table;
}

.widget-above-content .enews-widget .widgettitle,
.coming-soon .enews-widget .widgettitle,
.home-welcome .enews-widget .widgettitle,
.home-middle-1 .enews-widget .widgettitle,
.home-middle-2 .enews-widget .widgettitle {
    color: #fff;
    left: 0;
    letter-spacing: 0;
    padding: 5px 20px;
    position: absolute !important;
    width: 20%;
    border-right: 1px solid #fff;
    font-family: 'Witter';
    font-size: 30px !important;
    vertical-align: middle;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table .amount {
	font-size: 38px;
	text-align: center;
}

.pricing-table {
	line-height: 1;
}

.pricing-table h4 {
	background: #eddbd3;
	border: 1px solid #3333333;
	color: #3333333;
	padding: 20px 0 30px;
	text-align: center !important;
	text-transform: uppercase;
	font-size: 16px;
}

.pricing-table .one-third {
	background-color: #e3e6e2;
	margin: 30px -1px;
    padding: 40px;
    width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1), 
.pricing-table .one-third:nth-child(3n+2), 
.pricing-table .one-third:nth-child(3n) {
	border: 1px solid #333333;
}

.pricing-table .one-third:nth-child(3n+1) {
	background: #fff;
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	background: #e3e6e2;
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
	background: #fff;
	margin: 20px 0;
}

.pricing-table .one-third ul {
	margin: 0;
}

.pricing-table ul li:before {
    content: "\f345";
    float: left;
    font: 17px/1 'dashicons';
    text-align: left;
    z-index: 9999;

}

.pricing-table ul li {
	border-bottom: 1px solid #333333;
	color: #3333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	list-style-type:none !important;
	margin-left:0 !important;
}

.entry-content ul li .pricing-table ul li,
.entry-content ol li  .pricing-table ul li {
    margin-left: 0 !important;
}

.pricing-table a.button {
	background-color: #333333;
	color: #fff;
	display: block;
	text-align: center;
	margin-top:20px;
	text-decoration:none;
	border:1px solid #333333;
}

.pricing-table a.button:hover {
	background-color: #3333333;
	color: #333333;
}


/*-------------------------Pricing Table---------------------------*/

.home-bottom .pricing {
	text-align: center;
	margin-bottom: 20px;
}

.pricing .box-wrapper { 
	padding: 20px !important;
}

.pricing .box-wrapper .button { 
	width: 100%;
    display: table;	
    text-align: center;
}

.pricing .box-wrapper .button:hover { 
	color: #fff;	
}

.page .pricing .box-wrapper ul,
.home-bottom .pricing .box-wrapper ul,
.home-middle-1 .pricing .box-wrapper ul,
.home-middle-2 .pricing .box-wrapper ul {
    background-color: #f2ede8;
    float: left;
    list-style: none outside none;
    margin: 0 0 24px;
    text-align: center;
    width: 100%;
}

.pricing ul li {
    font-size: 16px;
    line-height: 48px;
    list-style: none outside none;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
    list-style-type: none !important;
} 

.page.pricing ul li:nth-child(2n+1),
.home-middle-1.pricing ul li:nth-child(2n+1),
.home-middle-2.pricing ul li:nth-child(2n+1),
.home-bottom.pricing ul li:nth-child(2n+1) {
    background-color: #FFF;
    color: #f9f5f4;
} 

.pricing img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 5px auto;
	opacity: 0.5;
}

.page div.one-half.pricing ,
.page div.one-third.pricing ,
.page div.two-third.pricing ,
.page div.three-fourth.pricing ,
.page div.one-fourth.pricing,
.home-middle-1 div.one-half.pricing ,
.home-middle-1 div.one-third.pricing ,
.home-middle-1 div.two-third.pricing ,
.home-middle-1 div.three-fourth.pricing ,
.home-middle-1 div.one-fourth.pricing,
.home-middle-2 div.one-half.pricing ,
.home-middle-2 div.one-third.pricing ,
.home-middle-2 div.two-third.pricing ,
.home-middle-2 div.three-fourth.pricing ,
.home-middle-2 div.one-fourth.pricing,
.home-welcome div.one-half.pricing ,
.home-welcome div.one-third.pricing ,
.home-welcome div.two-third.pricing ,
.home-welcome div.three-fourth.pricing ,
.home-welcome div.one-fourth.pricing,
.home-bottom div.one-half.pricing ,
.home-bottom div.one-third.pricing ,
.home-bottom div.two-third.pricing ,
.home-bottom div.three-fourth.pricing,
.home-bottom div.one-fourth.pricing {
    float: left;
    margin-bottom: 20px;
    margin-right: 2%;
    padding: 0;
    position: relative;
    margin-left: 1%;
    width: 33.3%;
    margin: 25px 0;
    float: left;
    text-align: center;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
    border: none;
}


.page div.one-third.pricing.bestprice  {
    float: left;
    padding: 0;
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid #717c73
}

.pricing li	{
	text-align: center;
}

.pricing .box-wrapper h4 {
    font-size: 2rem;
}

.pricing .box-wrapper h3, 
.pricing .box-wrapper h2 {
    margin: 0;
    padding: 25px 0 2px;
    text-align: center;
}

.pricing .box-wrapper .price_terms {
    float: left;
    font-style: italic;
    padding: 12px 20px;
    width: 100%;
}

.page .pricing .box-wrapper h3, 
.page .pricing .box-wrapper h2, 
.page .pricing .box-wrapper .price_terms,
.home-middle-1 .pricing .box-wrapper h3, 
.home-middle-1 .pricing .box-wrapper h2, 
.home-middle-2 .pricing .box-wrapper h3, 
.home-middle-2 .pricing .box-wrapper h2, 
.home-middle .pricing .box-wrapper .price_terms,
.home-bottom .pricing .box-wrapper h3, 
.home-bottom .pricing .box-wrapper h2, 
.home-bottom .pricing .box-wrapper .price_terms {
	background: #717c73;
	color: #fff;
}

.page .pricing .box-wrapper h2 {
	padding: 15px 0;
}

.page .pricing.bestprice.pricing .box-wrapper h3, 
.page .pricing.bestprice.pricing .box-wrapper h2, 
.page .pricing.bestprice.pricing .box-wrapper .price_terms,
.home-middle-1 .pricing.bestprice.pricing .box-wrapper h3, 
.home-middle-1 .pricing.bestprice.pricing .box-wrapper h2, 
.home-middle-2 .pricing.bestprice.pricing .box-wrapper h3, 
.home-middle-2 .pricing.bestprice.pricing .box-wrapper h2, 
.home-middle .pricing.bestprice.pricing .box-wrapper .price_terms,
.home-bottom .pricing.bestprice.pricing .box-wrapper h3, 
.home-bottom .pricing.bestprice.pricing .box-wrapper h2, 
.home-bottom .pricing.bestprice.pricing .box-wrapper .price_terms {
	background:  #222;
	color: #fff; 
}

.page .pricing.bestprice.pricing .box-wrapper h2 {
	line-height: 72px;
    padding: 5px;
}

.page div.one-third.pricing  .box-wrapper p{
    padding: 0
}


/* Related Posts
--------------------------------------------- */

.related-posts {
    overflow: hidden;
    margin: 30px 0 50px;
}

.related-posts h3 {
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
 
.related-list li {
  	float: left;
  	list-style-type: none;
  	padding: 0 10px;
  	text-align: center;
  	width: 33%;
}
 
.related-list img {
  	display: block;
  	margin: 0 auto;
  	padding: 5px;
  	background: #fff;  
}

.related-list img:hover {
	background: #fff;
	opacity:0.6;
}


/* Call to Action Buttons
--------------------------------------------- */

a.button-cta {
	color: #fff;
    background-color: #3333333;
    display: inline-block;
    text-align: center;
    font-family: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding: 11px 25px;
    width: auto;
    text-decoration:none;
    border:1px solid #333333;
}

a.button-cta:hover {
	background-color: #eddbd3;
	color: #fff;

}


/* Portfolio Single page

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

.folio-nav {
	width: 100%;
}

.nav-back {
	margin: 0;
}

.nav-previous {
	display: inline;
	margin-right: 10px;
}

.nav-previous span {
	opacity: 0;
}

.nav-next {
	display: inline;
	margin-left: 227px;
}

.nav-next span {
	opacity: 0;
}

.portfolio_single_feature {
	margin: 30px 0;
}

.portfolio_single_feature .portfolio-items, .portfolio_single_video, .portfolio_single_slider, .slider_shortcode {
	background: url("images/slidebg.png") no-repeat scroll center bottom transparent;
	position: relative;
}

.portfolio_single_feature .portfolio-items, .portfolio_single_video, .portfolio_single_slider {
	padding: 0 0 9px !important;
}

.portfolio_single_slider {
	padding: 0 0 10px !important;
}

.portfolio_single_feature .portfolio-items a {
	background-color: #18D3F0;
	border: 0 none !important;
	top: 43.0875%;
	color: #FFFFFF;
	display: none;
	font-family: "ModernPictogramsNormal";
	font-size: 30px;
	height: 60px;
	position: absolute;
	right: 47.1962%;
	text-align: center;
	width: 60px;
	z-index: 9999;
	transition: all 0.3s ease-in 0.2s;
	-moz-transition: all 0.3s ease-in 0.2s;
	-webkit-transition: all 0.3s ease-in 0.2s;
}

.single_image_overlay {
	background: none no-repeat scroll center center rgba(0,0,0, 0.5);
	display: none;
	height: 98%;
	position: absolute;
	width: 100%;
	z-index: 9998;
}

.portfolio_single_feature .portfolio-items:hover a, .portfolio_single_feature .portfolio-items:hover span {
	display: block;
}

.portfolio_single_feature .portfolio-items img{
	width: 100%;	
}

.portfolio_single_feature .portfolio-items a:hover {
	opacity: 1;
}

.portfolio_single_feature .portfolio-items:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.single_portfolio_hover {
	background: url(images/ico-magnify.png) no-repeat scroll center center rgba(0,0,0, 0.7);
	content: " ";
	display: none;
	height: 700px;
	position: absolute;
	width: inherit;
}

.portofolio-content {
	margin: 10px 0;
}

.portfolio-items p {
	font-size: 12px;
	margin: 10px 0;
}

.portfolio-items h2 a {
	font-size: 18px !important;
	margin-top: 15px;
}

.portfolio-items li {
	float: left;
	list-style: none outside none;
	margin-left: 0;
	position: relative;
}

.portfolio-items li:first-child .entry-meta-time {
	margin-top: 0px;
}

.portfolio-items .entry-meta-time {
	color: #FFFFFF;
	height: 40px;
	left: -60px;
	line-height: 16px;
	margin: 0px 0 0 -9999px;
	padding: 6px 0 0 9999px;
	position: absolute;
	width: 53px;
}

.portfolio-items .entry-meta-time span {
	font-size: 15px !important;
	font-weight: bold !important;
}

.folio-entry {
	float: left;
	padding: 0;
	width: 70%;
}

.folio-entry p {
	padding: 0 0 20px;
}

.title_wrap {
	margin: 0 auto;
	position: relative;
	width: 1170px;
}

.page_title_wrap img {
	width: 100%;
}

#page-title {
	bottom: 0;
	float: right;
	font-size: 3rem;
	font-size: 30px;
	font-weight: 400;
	line-height: 35px;
	padding: 15px;
	position: relative;
	right: 0;
	margin: 20px 0 0;
}
.page_desc {
	position: relative;
	padding: 50px;
}
.page_desc:before, .page_desc:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.page_desc:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.pp_content_container a {
	border-bottom: medium none;
}
.pp_nav p {
	float: left;
	line-height: 18px;
	margin: 0 4px;
	white-space: normal;
}
.pp_social .facebook{
	width: 80px !important;	
}
.pp_social{
	clear: both;
}
.pp_gallery ul a img {
	width: 50px;
	height: auto;
}
.pp_description{
	text-align: center;
}

/* Gallery

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

#gallery {
	min-height: 500px;
	margin: 30px 0 0;
}
#gallery img {
	margin-right: 0px;
}

/* Portfolio Single Page

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

.portfolio_single_container {
	overflow: hidden;
	width: auto;
}

.portfolio_single_slider .flex-direction-nav li .next {
	background: url(images/folio-nav.png) no-repeat scroll 0 0 transparent;
	right: 50px;
	opacity: 0.5 !important;
}

.portfolio_single_slider .flex-direction-nav li .prev {
	background: url(images/folio-nav.png) no-repeat scroll 0 0 transparent;
	right: 50px;
	opacity: 0.5 !important;
}

.portfolio_single_content {
	float: left;
	margin: 40px 0;
	width: 100%;
}
.portfolio-item {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
	display: none;
	border: 0px solid #eef1f5;
	background-repeat: no-repeat;
}
.portfolio-item a {

	display: block;
}
.portfolio-item img {
	display: block;
	background: url(images/ajax-loader-small.gif) no-repeat center #f8f8f8;
}

.page-wrapper {
	float: left;
}

.portfolio_content {
	float: right;
	text-align: right;
	width: 65%;
}

.metaItem {
	float: right;
	font-size: 13px;
	width: 25%;
}

.metaItem_nav {
	float: left;
	padding-top: 20px !important;
	width: 100%;
}

.metaItem span:after {
	content: ":";
	margin: 0 10px 0 2px;
}

.metaItem span {
	color: #5F6060;
	font-weight: 700;
}
.authorStuff, .dateStuff, .categoryStuff, .projectStuff, .projectlink, .metaItem_nav {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
	padding: 10px 0;
z  vertical-align: middle;
}
.next_project a {
	background: url("images/portfolio-nav.png") no-repeat scroll -58px top #ecdbdd;
	content: "";
	float: left;
	margin: 0 5px 0 0;
	width: 29px;
	height: 29px;
	border: none;
}

.prev_project a {
	background: url("images/portfolio-nav.png") scroll no-repeat 0 top #ecdbdd;
	content: "";
	float: left;
	margin: 0 5px 0 0;
	width: 29px;
	height: 29px;
	border: none;
}

.nav-back a {
	background: url("images/portfolio-nav.png") scroll no-repeat center top #ecdbdd;
	content: "";
	float: left;
	margin: 0 5px 0 0;
	width: 29px;
	height: 29px;
	border: none;
}

.folio-more {
	clear: both;
	float: left;
	margin-top: 40px;
	width: 100%;
}

.related_portfolio, 
.related_container {
	width: 100%;
	font-size: 18px;
    text-align: center;
}

.related_container h4 {
	background: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}
/* Adjustment  

------------------------------------------------------------ */
.filter_container{
	list-style: none;
	position: relative;
	margin: 20px auto;
	padding: 0;	
}
.element {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 0;
	position: relative;
}
.element  .portfolio_image,
.element  .portfolio_image img {
	display: block;
	position: relative;
	overflow: hidden;
}

/*xcvbx cvbxcv*/
.portfolio_image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
}

.portfolio_shadow {
	width: 100%
}

.item_label {
	background: none repeat scroll 0 0 transparent;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
}

.item_label h4 {
	font-style: italic;
	color: #FFFFFF;
	font-weight: 400;
	margin: 50% 0;
}

.item_label p {
	padding: 0;
	line-height: 19px;
}

.item-wrapper {
	float: left;
	width: 1000px;
}

.item-desc .item_link, 
.item-desc .item_gallery, 
.item-desc .item_preview {
	background-color: #f2ede8;
	border: 0 none;
	bottom: 0;
	color: #333;
	display: block;
	font-family: "ModernPictogramsNormal";
	font-size: 22px;
	height: 40px;
	line-height: 38px;
	position: absolute;
	right: 0;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.item-desc .item_preview {
	right: 41px;
}

/* Portfolio Hover Effect 

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

.item-desc {
	position: absolute;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: inherit;
}
/*-----------------------------isotopes---------------------------------*/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/*-----------------------------Isotope CSS3 transitions---------------------------------*/

.isotope, 
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, 
.isotope.no-transition .isotope-item, 
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#container {
	margin: 20px 0 0;
	overflow: hidden;
	padding: 0;
}
.element {
	float: left;
	overflow: hidden;
	position: relative;
}
.element img {
	width: 100%;
	max-width: none;
	display: block;
	position: relative;	
}
.element * {
	margin: 0;
}
.element-2col {
	margin: 0 10px 20px;
	padding: 0;
	width: 48.11%;
}
.element-3col {
	margin: 0 10px 20px;
	padding: 0;
	width: 31.44%;
}
.element-4col {
	margin: 0 10px 20px;
	padding: 0;
	width: 23.11%;
}
.gallery-2col {
	margin: 0 10px 20px;
	width: 48.11%;
}
.gallery-3col {
	margin: 0 10px 20px;
	width: 31.44%;
}
.gallery-4col {
	margin: 0 10px 20px;
	width: 23.11%;
}
/* Catgegories Portofolio Filter

------------------------------------------------------------ */
#options {
	margin-bottom: 30px;
	text-align:center;
	margin-top: 20px;
}

#options ul {
	float: none;
	line-height: 36px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#options li {
	display: inline-block;
	float: none;
	line-height: 1;
	margin: 7px 0;
	padding: 5px;
}

#options li:first-child {
	background: none;
}

#options li span {
	margin: 0 5px 0 10px;
}

#options li:last-child .filter-sep {
	display: none;
}

#options li:first-child a {
	background: #333;
	color: #fff;
}

#options li a {
	border-width: 0;
    cursor: pointer;
    padding: 12px 10px 7px !important;
    position: relative;
    color: #444;
    border: 1px solid #444;
    display: block;
    text-decoration: none;
    font: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #fcf4f3;
   
}

#options li a.selected {
    background: #333;
    color: #fff;  
}

#options li a.selected,  
#options li a:hover {
	background: #444;
	color: #fff !important;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.element-2col #icon, 
.gallery-2col #icon,  
.element-3col #icon, 
.gallery-3col #icon,  
.element-4col #icon, 
.gallery-4col #icon {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	display: none;
	border: 1px solid #ffffff;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	opacity: 0.9;
}

.element-3col #icon .icon_image {
	top: 45px;
	left: 116px;
}

.gallery-3col #icon .icon_image {
	left: 135px;
	top: 40px;
}
.element-3col #icon .icon_read {
	left: 125px;
	top: 10px;
}
.gallery-3col #icon .icon_read {
	left: 134px;
	top: 62px;
}
.element-2col #icon .icon_image {
	left: 200px;
	top: 76px;
}
.gallery-2col #icon .icon_image {
	left: 210px;
	top: 70px;
}
.element-2col #icon .icon_read {
	left: 197px;
	top: 15px;
}
.gallery-2col #icon .icon_read {
	left: 202px;
	top: 125px;
}
.element-4col #icon .icon_image {
	left: 75px;
	top: 20px;
}
.gallery-4col #icon .icon_image {
	left: 96px;
	top: 20px;
}
.element-4col #icon .icon_read {
	left: 90px;
	top: 0;
}
.gallery-4col #icon .icon_read {
	left: 88px;
	top: 29px;
}
#icon .icon_image {
	background: none repeat scroll 0 0 #333333;
	border-radius: 50px 50px 50px 50px;
	display: block;
	height: 25px;
	padding: 3px;
	position: absolute;
	width: 25px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
#icon .icon_read {
	background: url("images/overlay.png") no-repeat scroll center center transparent;
	border-radius: 50px 50px 50px 50px;
	display: block;
	height: 55px;
	padding: 3px;
	position: relative;
	width: 45px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}


/** Separator
------------------------------------------------------------------**/

.section_separator {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 25px;
	line-height: 25px;
	position: relative;
	margin: 0;
}

.separator_color {
	background: #333333;
	height: 3px;
	width: 70px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	z-index: 5;
}

.separator_line {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}

/* Portfolio Single
------------------------------------------------------------ */

.portfolio_single_feature .portfolio-items {
	display: none;
}

/** Enews-widget
------------------------------------------------------------------**/

.sidebar .widget.enews-widget {
	display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    background: #222;
   background-image: linear-gradient(18deg, rgba(255, 255, 255, 0.90) 40%, rgba(255, 255, 255, 0.05) 20%);
}

.sidebar .widget.enews-widget .enews {
	position: relative;
	overflow: hidden;
}

.sidebar .widget.enews-widget p {
    color: #fff;
}

.sidebar .widget.enews-widget .widgettitle {
    color: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}

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

.content-box  {
	margin: 0 0 25px 0;
	padding: 20px;
}

.content-box {
	background-color: #FEF5C4;
	color: #333333;
}

.special, .end-of-post-widget .widget {
	margin: 0 0 25px 0;
	padding: 20px;
}

.special {
    background: #a5acaf;
    color: #efefef;
}


/*-------------------------SPECIAL BOX---------------------------*/

.special-services-box {
	margin-bottom: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	text-align: center;
	padding: 0; 
	padding: 5% 5% 0;
}

.page .special-services-box {
	padding: 2%;
}


.special-services-box .box-wrapper {
	padding: 5% 5% 0;
	background: #f2ede8;
}

.special-services-box:hover .service-icon {
	background: transparent;
	color: #333333;
	-moz-transform:  scale(1) rotate(30deg) translate(0px);
	-webkit-transform:  scale(1) rotate(30deg) translate(0px);
	-o-transform:  scale(1) rotate(30deg) translate(0px);
	transform:  scale(1) rotate(30deg) translate(0px);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

.box-wrapper .service-icon {
	display: inline-block;
	font-family: "ModernPictogramsNormal";
	font-size: 60px;
    height: 80px;
    line-height: 108px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 80px;
}

.special-services-box:hover .box-wrapper p  
.special-services-box:hover .box-wrapper h4,  
.special-services-box:hover .box-wrapper h3 {
	color: #333333;
}

.front-page-image-1 .special-services-box .box-wrapper h3,
.front-page-image-1 .special-services-box .box-wrapper h2,
.home-middle-1 .special-services-box .box-wrapper h3,
.home-middle-1 .special-services-box .box-wrapper h2, 
.front-page-image-3 .special-services-box .box-wrapper h3,
.front-page-image-3 .special-services-box .box-wrapper h2,
.home-middle-2 .special-services-box .box-wrapper h3,
.home-middle-2 .special-services-box .box-wrapper h2, 
.front-page-image-5 .special-services-box .box-wrapper h3,
.front-page-image-5 .special-services-box .box-wrapper h2,   
.home-bottom .special-services-box .box-wrapper h3,  
.home-bottom .special-services-box .box-wrapper h2,
.home-welcome .special-services-box .box-wrapper h2,  
.home-welcome .special-services-box .box-wrapper h3,
.page .special-services-box .box-wrapper h2,  
.page .special-services-box .box-wrapper h3 {
	cursor: default;
	font-weight: 400;
	margin: 0;
	padding-top: 0px;
	line-height: 24px;
	text-align: center;
	font-size: 40px;
    font-family: 'Witter';
	font-weight: 300;
	font-style: normal;

}

.front-page-image-1 .box-wrapper p,
.home-middle-1 .box-wrapper p,
.front-page-image-3 .box-wrapper p,
.home-middle-2 .box-wrapper p,
.front-page-image-5 .box-wrapper p,
.home-bottom .box-wrapper p,
.home-welcome .box-wrapper p,
.page .box-wrapper p {
    cursor: default;
    margin: 10px 0;
    margin: 0;
    padding: 10px 0 0;
    padding: 4% 0 8%;
}

.front-page-image-1 .special-services-box img,
.home-welcome .special-services-box img,
.home-middle-1 .special-services-box img,
.front-page-image-3 .special-services-box img,
.home-middle-2 .special-services-box img,
.front-page-image-5 .special-services-box img,
.home-bottom .special-services-box img,
.page .special-services-box img {
    float: none;
    display: block;
    height: auto;
    max-width: 100%;
    margin: 3% auto -7%;
    height: 64px;
    width: auto;
}

.special-services-box:hover img {
	background: transparent;
	color: #333333;
}


/* Special boxes
--------------------------------------------- */

.cta {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 99.7%;
    z-index: 1;
}

.cta-box {
    display: inline-block;
    width: 100%;
    display: inline-block;
    padding: 30px 30px 30px;
    width: 100%;
    background-color: #e3e6e2;
    margin-bottom: 20px;
    color: #333333; 
}

.cta-box h2 {
    color: #333333;
  
}

.cta-button {
    display: inline-block;
    color: #fff;
    background-color: #333333;
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 4px solid #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    outline: 1px solid #6f6f6f;
    padding: 6px 35px;
    width: auto;

}

.cta-text {
    z-index: 1;
    float:left;
    width:60%;
}


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

.categories-top {
	padding: 20px;
}

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

.categories-top h4 {
	color:#333333;
}

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

.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-size: 16px;
	font-weight: 400;
	text-transform: none;
}

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


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

/* Fixed navigation
----------------------------------------------*/

.site-header {
	background-position: center;
	padding: 2.3% 6% 0;
}

.admin-bar .navigation-container.fixed {
    top: 32px;
    z-index: 99;
}

/* Sticky Primary nav */

.nav-primary.fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    /*background: rgba(255, 255, 255, 0.92);*/
}

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

.nav-primary.fixed {
  float: left;
  z-index: 99;
  position: fixed;
  margin-top: 0;
}

.nav-secondary.fixed {
  margin-top: 0;
  margin: 0 auto;
  background-color: #fff;
  position: fixed;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 999;
  opacity: 0.8;
  padding: 0 5% 0;
  top: 0;
}

/* Sticky Secondary nav */

.nav-secondary.fix,
.site-header .widget-area.fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    background: rgba(255, 255, 255, 0.92) !important;
    margin-top: 0;
    box-shadow: 0 1px 5px rgba(190,190,190,.46);
    -webkit-box-shadow: 0 1px 5px rgba(190,190,190,.46);
    -moz-box-shadow: 0 1px 5px rgba(190,190,190,.46);
}

.admin-bar .nav-secondary.fix {
    top: 28px;
}



/* Title Area
--------------------------------------------- */

.title-area {
	padding: 16px 0;
	width: 400px;
}

.title-area h1 {
	margin: 0 auto;
}

.title-area p {
	margin: 0;
}

.header-image .title-area {
	padding: 0;
	margin-top: 0 !important;
}

.site-title,
.site-title a {
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.site-title a {
	color: #333333;
}

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

.site-description {
	color: #333333;
	font-family: 'Nunito',sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing: .5px;
	margin: 0;
	text-align: center;
	text-transform: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

/* Logo, hide text */

.header-image .site-header {
	background-position: center !important;
	background-size: 400px 150px !important;
	
}

.header-image .site-title a {
	float: none;
	min-height: 150px;
	width: 100%;

}

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

.site-header .widget-area {
	float: left;
	text-align: center;
	width: 78%;
	margin-top: 3%;
}

.site-header .widget:nth-child(1) {
	float: left;
	text-align: center;
	width: 74%;
}

.site-header .widget:nth-child(2) {
	float: left;
    text-align: center;
    margin-top: 0;
    width: 26%;
}

.site-header .widget-area .simple-social-icons {
    margin-top: 1%;
}

.site-header .genesis-nav-menu {
    letter-spacing: 2px;
    line-height: 1;
    padding: 0;
    width: 100%;
    clear: left;
    border-right: 1px solid #717c73;
}

.header-image .site-header .widget-area {
	padding: 20px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 22px;
}

.genesis-nav-menu {
	clear: both;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333333;
	display: block;
	padding: 22px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 1.5;
}

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



.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #333333;
	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: 250px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
	width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 200px;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #717c73;
	background: #fff;
}

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

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

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

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

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

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

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

.sidebar .menu-item a {
	text-decoration: none;
}


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

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

.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: none;
    padding: 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}




/* 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: 6px;
	width: 100px;
	-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;
}

.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: #333;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 1px;
	text-transform: uppercase;
	vertical-align: middle;
}

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

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

.search-form :-ms-input-placeholder {  
	color: #333333;
	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: #333333;
    content: "\f179";
    font-size: 22px;
    font-family: "dashicons";
    height: 33px;
    outline: none;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 33px;
    -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: 1px solid #6f6f6f;
    padding: 11px;
}


.search-form input:hover[type="submit"] {
	border: none;
}


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

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

/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

.site-header .sub-menu {
	margin: 0 0 20px;
	background: #fff;
	position: fixed;
}

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


.sub-menu .genesis-nav-menu a {
	text-align: left !important;

}

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

.nav-primary {
	margin: 0 0 20px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
}

.nav-primary .sub-menu a:hover {
}

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

.nav-secondary {
	margin: 0;
}

.menu-tertiary {
	margin: 0 0 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
}

.nav-secondary .sub-menu a:hover {
}

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

.nav-secondary {
    background-color: #fff;
    color: #333333;
    text-align: center;
    border-top: 1px solid #717c73;
    border-bottom: 1px solid #717c73;
    z-index: 999;
    position:relative;

}

.nav-secondary .sub-menu {
    z-index: 9999;
    overflow: visible;
    position: fixed;

}

.nav-secondary .sub-menu a {
	padding: 16px 15px;
}

.nav-secondary .sub-menu a:hover,
.nav-primary .sub-menu a:hover {
	background-color: #fff;
	color: #efa0a0;
}

.nav-secondary .sub-menu .sub-menu, 
.nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}



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

.nav-primary {
	background: #f9f5f4;
	position: fixed;
	top:-8px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	opacity: 0.8;
	padding: 0 5% 0;
}

.nav-primary .fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.nav-primary .fixed .wrap {
	margin: 0 auto;
}

.nav-primary .fixed + div {
	border-top: 74px solid transparent;	
}

.logged-in .nav-primary {
	top: 22px;
}

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

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

/* Footer Navigation
--------------------------------------------- */

.nav-footer {
    background-color: #fff;
    color: #333333;
    text-align: center;
    margin: 3%;
}

.nav-footer .genesis-nav-menu {
    clear: both;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0;
    text-align: center;
    width: 100%;
}

.nav-footer .genesis-nav-menu a {
     color: #333333;
}

.nav-footer .genesis-nav-menu a:hover {
	color: #e0ada0;
}

.nav-footer .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
	z-index: 999;
}


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

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

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 400px;
	margin: 30px 0 10px;
}

.header-image .title-area {
	background: none;
	padding: 0;
}

.header-full-width .title-area {
	width: 100%;
}


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


.site-description,
.site-title {
	margin-bottom: 0;
}



/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.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 {
	padding: 0;
	margin: 2% 0 0;
}


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

.header-image .site-title a {
    margin: 0 auto;
    max-width: 400px;
    min-height: 150px;
    padding: 0;
    width: 100%;
    background-size: 400px 150px !important;
}


/* Menu description
--------------------------------------------- */

.menu-description {
	clear: both;
	font-family: 'Playfair Display', serif;
	color: #dcc1c1;
	display: block;
	font-family: inherit;
	font-style: italic;
  	letter-spacing: 2px;
  	font-size: 11px;
	text-transform:lowercase;
	font-weight:300;
}


/* Password Page
--------------------------------------------- */

.password-protected .post-password-form {
	text-align: center;
	max-width: 400px;
	margin: 30px auto;
}

.password-protected .entry-content input {
	width: 100%;
	margin-bottom: 2%;
}

.password-protected .entry-content input[type="submit"] {
    width: 100%;
}

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

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

.entry {
	margin-bottom: 20px;
	padding: 30px 13px 24px 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
.clear-line {
	margin-bottom: 30px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

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

.entry-meta {
	color: #333333;
	font-family: 'Spectral',sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 3px 0 3px 0;
	text-align:center;
}

.entry-footer .entry-meta {
    color: #333333;
    font-family: 'Spectral',sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px;
    text-align: center;
}

.entry-comments-link::before {
    content: " \f487";
    color: #333333;
    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 {
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.entry-categories a:hover {
	color: #adb5ae;
}

.entry-categories:before {
    content: "\f318";
    color: #333333;
    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: #333333;
    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: #333333;
    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;
}

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

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

.entry-header .entry-meta,
.post-info {
	margin-bottom: 20px;
	line-height: 1.6;
}

a.more-link,
.more-from-category a {
	color: #333333;
	text-decoration: none;
	display: table;
	margin: 10px auto;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Spectral',sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	padding: 7px 35px;
	width: auto;
	background-color: #fff;
	border: 1px solid #717c73;
	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;

}

a.more-link:before,
.more-from-category a:before {
	background-color:transparent;
	content: "\f344";
    color: #333333;
    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;
}

.more-from-category a {
	margin: 0 auto 40px;
}

.more-link {
	margin-top: 15px;
}

.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

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

/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 20px 0;
}

.archive-pagination li {
	display: inline;
	padding: 5px 10px;
	background: #f2ede8;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

.archive-pagination a {
	color: inherit;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	color: inherit;
}


/* Previous and Next Posts links above titles in single Posts
------------------------------------------------------------- */

.prev-next-post-links {
    clear: none;
    overflow: hidden;
    margin: 10px 0;
    padding:0 12px 0;
}

.previous-post-link {
	float: left;
    width: 50%;
    border-right: 1px solid #333333;
    text-align:left;
}

.next-post-link {
	float: right;
    width: 50%;
    text-align:right;
}

.previous-post-link a, 
.next-post-link a {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    margin-top: 15px;
    padding: 28px 0 25px 2px;
    word-wrap: normal;
}

.next-post-link a {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    margin-top: 15px;
    padding: 28px 2px 25px 0;
    text-align: right;
    word-wrap: normal;
}


.next-post-link a, 
.previous-post-link a {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    display: table;
    margin: 10px auto;
    margin-bottom: 20px;
    text-align: center;
    font-family: inherit;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    padding: 7px 35px;
    width: auto;
    background-color: #333333;
    display:inline-block;
    border: 1px solid #333333;
}

.next-post-link a {
    text-align:right;

}

.previous-post-link a:hover, 
.next-post-link a:hover {
	text-decoration: none;
	background-color: #eddbd3;
	color:#fff;

}

.prev-next-post-links p {
   margin: 0;
}

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

.pagination {
	clear: both;
	margin: 30px 0 35px;
}

.adjacent-entry-pagination {
    color: #333333;
    font-family: 'Spectral',sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 1%;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
	display: block;
	width: 50%;
}

.adjacent-entry-pagination .pagination-next {
	float: right;
	text-align: right;
}

.adjacent-entry-pagination .pagination-previous {
	float: left;
	text-align: left;
}

.adjacent-entry-pagination .pagination-previous {
	padding:0 5px 0;
}

.adjacent-entry-pagination .pagination-next {
	float: right;
	padding:0 5px 0;
}

.adjacent-entry-pagination .pagination-previous a,
.adjacent-entry-pagination .pagination-next a {
	color: #333333;
	text-decoration: none;
}

.adjacent-entry-pagination .pagination-previous a:hover,
.adjacent-entry-pagination .pagination-previous a:focus,
.adjacent-entry-pagination .pagination-next a:hover,
.adjacent-entry-pagination .pagination-next a:focus {
	color: #adb5ae;
	text-decoration: none;
}

.adjacent-entry-pagination .pagination-previous span,
.adjacent-entry-pagination .pagination-next span {
	display: block;
	font-style: italic;
}

.adjacent-entry-pagination .pagination-previous span::before,
.adjacent-entry-pagination .pagination-next span::after,
.archive-pagination .pagination-previous a::before,
.archive-pagination .pagination-next a::after {
	content: "";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'dashicons';
	padding: 0 3px 3px 0;
	vertical-align: middle;
}

/* Entry Navigation
--------------------------------------------- */

.navigation{
	clear: both;
	font-size: 12px;
	margin: 20px 0;
}

.entry .navigation a {
	border-bottom: 1px solid #ccc;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background: #010101;
}

.pagination-next a,
.pagination-previous a {
	text-decoration: none;
}

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

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

.after-entry {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;

}

.after-entry .cta {
	margin-top:2%;

}

.after-entry .enews-widget {
	width: 100%;
	overflow: hidden;
	text-align: left;
	background-color: #e3e6e2;
	background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.68) 20%);
	margin: 0 auto;
	padding:30px;

}

.after-entry .enews-widget .widget-title {
	clear: none;
	background-color: transparent;
	padding-top: 17px;
	display: inline;
}

.after-entry .widget-title:after {
	display:none;
}

.after-entry .enews-widget #subscribe {
	clear: none;
	float: right;
	width: 150px;
	margin: 0;
	display: inline;
}

.after-entry .enews-widget input {
	clear: none;
	float: left;
	width: 33%;   
    padding: 13px 10px;
    margin: 5px;
	display: inline;
}

.after-entry .enews-widget input[type="submit"] {
	float: right;
	width: 31%;
    margin: 5px;
}

.after-entry,
.after-entry .wrap {
	overflow: hidden;
	padding: 0;
}


.after-entry .wrap {
	background-color: #e3e6e2;
	padding: 32px;
	border: 1px solid #FCDFDB;
}

.after-entry p {
	margin-bottom: 20px;
}

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

.comment-respond,
.entry-comments {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 20px 0;
}

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

.entry-comments h3,
.comment-respond h3 {
	color: #333;
	font-size: 17px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.entry-comments a,
.comment-respond a {

}

.entry-comments .comment-author {
	margin: 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;
}

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

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

li.comment {
	border-top: 1px solid #ccc;
}

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

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 12px;
	padding: 22px;
}

.comment-meta a {
	color: #333;
}

.comment-reply a {
	background: #e3e6e2;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-transform: uppercase;
}

.comment-reply a:hover {
	background: #ccc;
}

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

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
	color: #333333;
    margin-bottom: 3px;
    padding: 7px;
    display: block;
    text-align: center;
}

.sidebar ul li {
	background-color: #f2ede8;

}

.sidebar ul li a {
	color: #333333;

}

.sidebar ul li a:hover {
	color: #333333;

}

.sidebar li:hover {
    color: #333333;
    background-color: #fff;
}

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

.widget li {
	list-style-type: none;
	margin: 5px 0;
	word-wrap: break-word;
}

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

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

.sidebar .search-form {
	width: 100%;
}

.sidebar .widget {
    border: 1px solid #717c73;
    margin-bottom: 30px;
    padding: 25px;
    margin-top: 0;
}

.sidebar .cta-box .widget {
    border: none;
    margin-bottom: 40px;
    padding: 0;
    margin-top: 40px;
}

/* Titles*/

.sidebar .widget-title, 
.after-entry .enews-widget .widget-title,
.author-box h1,
.footer-widgets-2 .widget-title, 
.footer-widgets-1 .widget-title,
.footer-widgets-3 .widget-title,
.home-flexible .enews-widget .widget-title {
    margin-bottom: 20px;
    font-family: 'Spectral', sans-serif;
    text-align:center;
    font-size:initial;
    position: relative;
}

.footer-widgets-2 .widget-title:after, 
.footer-widgets-1 .widget-title:after,
.footer-widgets-3 .widget-title:after,
.sidebar .widget-title:after {
   	content: '';
    border-bottom: 2px solid #717c73;
    content: "";
    display: block;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    width: 15%;
}

/* Featured Content Sidebars*/

.sidebar .featuredpost article {
	overflow: hidden;
	padding: 20px 0;
	margin: -20px 0 10px 0;
}

.sidebar .featuredpost article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.sidebar .featuredpost .has-post-thumbnail > a {
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	overflow: hidden;
	display: block;
	margin: 0 10px 0 0;
	border: 1px solid #717c73;
}

.sidebar .featuredpost .has-post-thumbnail a img {
	width: 100%;
}

.sidebar .featuredpost article .entry-header {
	text-align: left;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	margin-top:12px;
}

.sidebar .featuredpost article .entry-title {
    font-size: 14px;
    font-family: 'Nunito',sans-serif;
}


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

.footer-widgets {
	display: block;
	clear: both;
	padding: 0;
	text-align: center;
	background: #f2ede8;
    padding: 2%;
}

.footer-widgets .wrap {
	padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1220px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 25px;
	width: 33.3333333333%;
	
}

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

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

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

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets p {
	color: #333333;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ccc;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
	max-width: 95%;
}

.footer-widgets .entry {
	padding: 5px;
}


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

.site-footer {
	font-size: 10px;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

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

.site-footer p {
	margin: 0;
}

.creds p {
	font-size: 10px;
}


/* cart in menu
--------------------------------------------- */

.genesis-nav-menu > .right {
    color: #e0ada0;
    float: right;
    list-style-type: none;
    padding: 22px 0;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 8px;
}


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

#top-link {
    background: url(images/up-arrow.png) no-repeat scroll center center #fff;
    bottom: 39px;
    display: none;
    height: 45px;
    position: fixed;
    right: 15px;
    text-indent: -9999px;
    width: 45px;
    z-index: 9999;
    border-radius: 23px;
    border: 2px solid #333333;
}

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

/* #Coming Soon 
--------------------------------------------- */

.coming-soon-page.full-width-content .content {
  max-width: none;
}

.coming-soon .site-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.coming-soon  .home-before-footer {
    margin-bottom: 0;
    margin-top: 0;
}

.coming-soon .home-before-footer .widgettitle{
    display: none;
}

.coming-soon .entry-title {
  display: none;
}

.coming-soon h1 {
  font-size: 40px;

}

.coming-soon  .entry {
    margin-bottom: 20px;
    padding: 0;
}


/* Welcome text
--------------------------------------------- */

.welcome {
  	display: inline-block;
  	position: relative;
  	font-style: italic;
}

 .welcome:after {
    content: '';
    width: 100%;
    position: absolute;
    height: .5em;
    background-color: #f9f5f4;
    display: block;
    bottom: .25em;
    z-index: -1;
    transform-origin: center left;
		animation: strikethrough 1s 0.5s cubic-bezier(.55, 0, .1, 1) 1;
		transition: transform 0.5s cubic-bezier(.55, 0, .1, 1);
  }

 .welcome:hover:after {
  transform: scaleX(0);
	transform-origin: center right;
}

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

.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,
.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock,
.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,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td,
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {

}

.woocommerce ul.product_list_widget li:nth-of-type(3n+1) {
    float: left;
    margin: 0 30px 0 0;
    list-style: none;
    width: 32.1%;
    height:auto;
}

.woocommerce ul.product_list_widget li:nth-of-type(3n+2) {
    float: left;
    margin: 0 30px 0 0;
    list-style: none;
    width: 32.1%;
    height:auto;
} 

.woocommerce ul.product_list_widget li:nth-of-type(3n+3) {
    float: left;
    margin: 0;
    list-style: none;
    width: 32.1%;
    height:auto;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background: #333333;
    border-radius: 0;
    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: 1px solid #333333;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 5%;
	margin-right: 1.6%;
	width: 31.7%;
	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;
}


.home-featured .woocommerce ul.cart_list li img, 
.home-featured .woocommerce ul.product_list_widget li img, 
.home-featured .woocommerce-page ul.cart_list li img, 
.home-featured .woocommerce-page ul.product_list_widget li img {
  box-shadow: none;
  float: left;
  width: auto;
  margin-bottom:10px;
}

.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: #333333;
    z-index: 99998;

}

.admin-bar p.demo_store {

    top: 28px;

}

.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: #f2ede8;

}

.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: #333333;
    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;
    color: #e0ada0;

}

.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 #717c73;
    background: #717c73;
    color: #fff;
    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: #fff;
    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: #333333;
}

.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: #717c73;
    border: 1px solid #717c73;
    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: #fff;
}

.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 #333333;
    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 #717c73;

}

.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: 10px;

}

.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 .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: #fff;
    z-index: 9;
    background: #717c73;
    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 0 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 #333333;
    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 #333333;
    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,
.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 {
    font-size: 100%;
    font-weight: 300;
    margin: 2px;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 6px 10px;
    text-decoration: none;
    left: auto;
    white-space: nowrap;
    display: inline-block;

}

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

}

.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: #333333;
	background: #fff;

}

.sidebar .woocommerce a.button:hover {
	color: #fff;
	background: #222;

}

.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 #333333;
    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: #333333;
    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: #333333;
    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:#333333;
    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;
    width: 100%;
}

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

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

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

.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: 13px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    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;

}

.sidebar .woocommerce #content input.button, 
.sidebar .woocommerce #respond input#submit, 
.sidebar .woocommerce a.button, 
.sidebar .woocommerce button.button, 
.sidebar .woocommerce input.button, 
.sidebar .woocommerce-page #content input.button, 
.sidebar .woocommerce-page #respond input#submit, 
.sidebar .woocommerce-page a.button, 
.sidebar .woocommerce-page button.button, 
.sidebar .woocommerce-page input.button {
    padding: 11px;
    
}

.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 {
 	background: #222;
 	color: #fff;
}

.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 #6f6f6f;
  	cursor: pointer;
  	background-color: #6f6f6f;
  	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: #6f6f6f;

}

.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: 30.7% !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 #6f6f6f;
  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: #6f6f6f;
  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 {
  	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;
}


/* Woocommerce widget
--------------------------------------------- */


.woocommerce .content {
    padding: 5% 2% 0;
}

.front-page-1 .widget-title .woocommerce ul.product_list_widget,
.front-page-3 .widget-title .woocommerce ul.product_list_widget {
  	margin-bottom: 40px;

}

.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 ul.product_list_widget li:nth-of-type(3n+1) {
    float: left;
    margin: 0 42px 0 0;
    list-style: none;
    width: 30.5%;
    height:auto;
    padding: 20px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0);
    transform: translateY(0);
    transition: all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    text-align: center;
    cursor: pointer;
}

.woocommerce ul.product_list_widget li:nth-of-type(3n+2),
.woocommerce ul.product_list_widget li:nth-of-type(3n+3) {
    float: left;
    margin: 0 42px 0 0;
    list-style: none;
    width: 30.5%;
    height:auto;
    padding: 20px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0);
    transform: translateY(0);
    transition: all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    text-align: center;
} 

.woocommerce ul.product_list_widget li:nth-of-type(3n) {
    float: left;
    margin: 0;
    list-style: none;
    width: 30.5%;
    height:auto;
    display: inline-block;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0);
    transform: translateY(0);
    transition: all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
}

.woocommerce ul.product_list_widget li:nth-of-type(3n+1):hover,
.woocommerce ul.product_list_widget li:nth-of-type(3n+2):hover,
.woocommerce ul.product_list_widget li:nth-of-type(3n+3):hover,
.woocommerce ul.product_list_widget li:nth-of-type(3n):hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  	transform: translateY(-10px);
}

.woocommerce ul.product_list_widget .amount {
	margin: 0 auto 4%;
    display: inline;
    float: none;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;

}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img, 
.woocommerce-page ul.cart_list li img, 
.woocommerce-page ul.product_list_widget li img {
    float: none !important;
    height: auto;
    margin: 0 auto !important;
}





@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .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;
    }
}



/*
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-size: contain !important;
	}

}


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

.home-overlay-footer {
    width: 300px;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    left: 1%;
    margin-top: -5%;
}

.home-welcome {
    margin: -12% auto 1%;
}

.site-header .widget-area {
    width: 73%;
    margin-top: 4%;
}

.genesis-nav-menu a {
    padding: 22px 15px;

}

.home-grid-flexible .widget-area .widget .textwidget .menu {
    height: 306px;
    max-height: 306px;
   
}

.home-grid-flexible .flexible-widgets.widget-area .widget {
    max-height: 306px;
}

}


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


.genesis-nav-menu a {
    padding: 22px 13px;
}

.home-top-slider {
    min-height: 550px;
}

.home-grid-flexible .flexible-widgets.widget-area .widget {
    max-height: 290px;
}

}

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

.home-welcome {
    margin: -15% auto 1%;
}

.sidebar .enews-widget input, 
.footer-widgets-1 .enews-widget input, 
.footer-widgets-2 .enews-widget input, 
.footer-widgets-3 .enews-widget input {
    width: 48%;
}

.site-header .widget-area {
    width: 70%;
    margin-top: 4%;
}

.site-header .genesis-nav-menu {
    width: 96%;
}

.site-header {
    background-position: center;
    padding: 1% 2% 0;
}

.genesis-nav-menu a {
    padding: 22px 6px;

}

.home-grid-flexible .widget-area .widget .textwidget .menu {
    height: 260px;
    max-height: 260px;
   
}

.home-grid-flexible .flexible-widgets.widget-area .widget {
    max-height: 260px;
}

}

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

.home-grid-flexible .widget-area .widget .textwidget .menu {
    height: 254px;
    max-height: 254px;
   
}

.home-grid-flexible .widget-area .widget .textwidget .menu {
    height: 254px;
    max-height: 254px;
   
}

.home-grid-flexible .flexible-widgets.widget-area .widget {
    max-height: 254px;
}

.site-header .widget-area {
    width: 69%;
}

}

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

.site-header .widget-area {
    width: 60%;
    margin-top: 4%;
}

.genesis-nav-menu a {
    padding: 22px 8px;
}

.home-welcome {
    margin: -17% auto 1%;
}

.home-grid-flexible .widget-area .widget .textwidget .menu {
    height: 247px;
    max-height: 247px;
   
}

.site-header .widget-area {
    width: 68%;
}

.site-header .genesis-nav-menu {
    text-align: center;
    border-left:none;
}

.genesis-nav-menu .menu-item,
.genesis-nav-menu a {
    font-size: 10px;

}

.home-grid-flexible .flexible-widgets.widget-area .widget {
    max-height: 247px;
}

}

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

.title-area {
    width: 380px;
}

.header-image .site-title a {
    margin: 0 auto;
    max-width: 380px;
    min-height: 119px;
    padding: 0;
    width: 100%;
    background-size: 380px 119px !important;
}

.home-welcome {
    margin: -19% auto 1%;
}

.site-header .widget-area {
    width: 68%;
    margin-top: 4%;
}

.site-header .widget:nth-child(1) {
    width: 75%;
}

.site-header .widget:nth-child(2) {
    width: 24%;
}

.woocommerce ul.product_list_widget li:nth-of-type(3n+1),
.woocommerce ul.product_list_widget li:nth-of-type(3n+2),
.woocommerce ul.product_list_widget li:nth-of-type(3n+3) {
    width: 30.5%;
}

.element-3col, 
.gallery-3col, 
.portfolio_shortcode .element-3col, 
.portfolio_shortcode .gallery-3col, 
.portfolio_shortcode .element3col {
    width: 31%;
}

.home-welcome {
    margin: -17% auto 1%;
}

.home-welcome,
.home-grid-flexible,
.image-section .flexible-widgets .wrap,
.home-middle-1,
.home-middle-2 {
    width: 86% !important;
    padding: 0;
}

.home-grid-flexible .widget-area .widget .textwidget .menu {
    height: 232px;
    max-height: 232px;
}

.home-grid-flexible .flexible-widgets.widget-area .widget {
    max-height: 232px;
}

.txt-box h1 {
    position: relative;
    width: 30%;
    top: -20%;
}

.front-page-image-5-left.one-half {
    min-height: 708px;
  
}

.site-header .widget-area .simple-social-icons {
    margin-top: 1.3%;
}

}

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

.site-inner {
	margin: 20px auto;
}

.content, .site-header .widget-area {
    width: 100%;
}

.site-description, 
.site-header .title-area, 
.site-header .search-form, 
.site-title {
    text-align: center;
    margin: 0 auto;
    float: none;
}

.site-header .widget-area {
    margin-top: 0;
}

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

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

.home-top-slider {
   	width: 100%;
    margin-top: 1%;
    height:auto;
}

.filterable-portfolio-page .portfolio-item {
    margin-left: 0;
}

.filterable-portfolio {
    margin-left: 0 !important;
}

.portfolio-item a {
    margin: 0 5% 5% 5%;
}


}

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


.header-image .site-header .wrap {
	background-position: center top;
}

.site-header .widget:nth-child(2) {
    width: 24%;
}

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

.home-grid-flexible, 
.home-welcome, 
.home-middle-1,
.home-middle-2 {
    width: 90%;
 
}

.front-page-image-5-right.one-half .widget_text, 
.front-page-image-5-right.one-half .enews-widget {
    padding: 2% !important;
}

.sidebar .enews-widget input, 
.footer-widgets-1 .enews-widget input, 
.footer-widgets-2 .enews-widget input, 
.footer-widgets-3 .enews-widget input {
    width: 48.5%;
}

.title-area {
    float: none;
    margin: 0 auto;
}

.content, 
.site-header .widget-area {
    width: 100%;
}

.header-image .site-header .widget-area {
	padding: 0;
}

.home-top-slider {
    min-height: 450px;
}

.home-welcome {
    margin: -20% auto 1%;
}

.home-grid-flexible .flexible-widgets.widget-fourths .widget {
    max-height: 185px;
}

.home-grid-flexible .textwidget .menu-item a .nav-link-title h2 {
    font-size: 40px;
}

.home-grid-flexible .featured-content .entry-header {
    margin: 0 15%;
    width: 70%;
}

.home-grid-flexible .textwidget .menu-item a .nav-link-title {
    top: 40%;	
}

.woocommerce ul.product_list_widget li:nth-of-type(3n+1), 
.woocommerce ul.product_list_widget li:nth-of-type(3n+2), 
.woocommerce ul.product_list_widget li:nth-of-type(3n+3) {
    width: 30%;
}

.archive-description,
.author-box,
.entry,
.entry-comments,
.entry-footer .entry-meta,
.sidebar .widget,
.site-header,
.comment-respond,
.after-entry {
	padding: 2% 2% 1%;
}

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

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

.genesis-nav-menu {
    text-align: left;
    float: none;
}

.entry-footer .entry-meta {
	margin: 0;
	padding-top: 12px;
}

.sidebar .widget.enews-widget {
		padding: 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
     border: none;
}

.element-3col, 
.gallery-3col, 
.portfolio_shortcode .element-3col, 
.portfolio_shortcode .gallery-3col, 
.portfolio_shortcode .element3col {
    width: 30.8%;
}

.sidebar-primary {
    width: 280px;
}

.content {
    width: 600px;
}

.home-overlay-footer {
    width: 300px;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    left: 35px;
    margin-top: -100px;
}

.home-grid-flexible .featured-content img, 
.gallery img {
    margin-bottom: 0;
    width: auto;
    margin: 0;
}

.widget-above-content .enews-widget .widgettitle {
    width: 18%;
}

.home-middle-1 .enews-widget p, 
.home-middle-2 .enews-widget p, 
.widget-above-content .enews-widget p {
    width: 41%;
    margin-left: 20%;
}

.widget-above-content .enews-widget form {
    margin-right: 1%;
}

.home-middle-1 .enews-widget .widgettitle,
.home-middle-2 .enews-widget .widgettitle,
.widget-above-content .enews-widget .widgettitle {
    padding: 20px;
    font-size: 25px !important;
}

.home-middle-1 .box-wrapper h4, 
.home-middle-1 .box-wrapper h3,
.home-middle-2 .box-wrapper h4, 
.home-middle-2 .box-wrapper h3,
.front-page-image-1 .box-wrapper h4, 
.front-page-image-1 .box-wrapper h3,
.front-page-image-3 .box-wrapper h4, 
.front-page-image-3 .box-wrapper h3 {
    font-size: 35px;
}

.home-middle-1 .special-services-box img,
.home-middle-2 .special-services-box img,
.front-page-image-1 .special-services-box img,
.front-page-image-3 .special-services-box img {
    margin: 3% auto -15%;
}

.genesis-nav-menu .menu-item {
    font-size: 11px;
    margin-top: 11px;
}

.home-grid-flexible .flexible-widgets.widget-area .widget {
    max-height: 200px;
}


}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.four-columns,
	.two-columns,
	.one-sixth,
	.one-third,
	.one-fourth,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first {
		clear: none;
		margin-left: 2%;
		width: 47.5%;
	}

	.footer-widgets-2 {
    	border-left: none;

	}

	.home-middle .three-widgets .widget, 
	.home-flexible .widget-thirds .widget, 
	.home-middle .widget-thirds .widget {
    	width: 100%;
	}

	.woocommerce ul.product_list_widget li:nth-of-type(3n+1),
	.woocommerce ul.product_list_widget li:nth-of-type(3n+2),
	.woocommerce ul.product_list_widget li:nth-of-type(3n+3),
	.woocommerce ul.product_list_widget li:nth-of-type(3n) {
		width: 100% !important;
		float:left;
		margin-bottom: 6%;
	}

	.home-bottom .amount {
    	display: none;
	}

	.home-welcome {
    	margin: -33% auto 1%;
	}

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

	.home-grid-flexible .flexible-widgets.widget-fourths .widget {
    	max-height: 222px;
	}

	.home-grid-flexible .flexible-widgets.widget-fourths .widget {
    	max-height: 222px;
	}

	.home-grid-flexible .featured-content .entry-header {
   		top: 38%;
	}

	.five-sixths, 
	.four-sixths, 
	.four-columns, 
	.two-columns, 
	.one-sixth, 
	.one-third, 
	.one-fourth, 
	.three-fourths, 
	.three-sixths, 
	.two-fourths, 
	.two-sixths, 
	.two-thirds, 
	.first {
    	clear: none;
    	width: 100%;
    	margin-left: 0;
	}


	.tiles {
	grid-template-columns: 
		[rail-left-start] 1fr 
		[rail-right-start] 35% 
		[rail-left-end] 1fr
		[rail-right-end];
	}

	.home-welcome .enews-widget form,
	.widget-above-content .enews-widget form,
	.coming-soon .enews-widget form {
    	width: 100%;
	}

	.home-welcome .enews input,
	.widget-above-content .enews input,
	.homme-middle-1 .enews input,
	.homme-middle-2 .enews input,
	.coming-soon .enews input,
	.sidebar .enews-widget input, 
	.footer-widgets-1 .enews-widget input, 
	.footer-widgets-2 .enews-widget input, 
	.footer-widgets-3 .enews-widget input {
    	float: none;
    	margin-bottom: 14px;
    	margin-left: 0;
    	text-align: center;
    	width: 100% !important;
	}

	.home-welcome .enews-widget p,
	.widget-above-content .enews-widget p,
	.home-middle-1  .enews-widget p,
	.home-middle-2  .enews-widget p,
	.coming-soon .enews-widget p {
    	float: none;
    	margin-bottom: 14px;
    	margin-left: 0;
    	text-align: center;
    	width: 100% !important;
    	clear: both;
	}


	.home-welcome .enews-widget p,
	.home-middle-1 .enews-widget p,
	.home-middle-2 .enews-widget p,
	.widget-above-content .enews-widget p,
	.coming-soon .enews-widget p  {
    	display: block;
    	float: none;
   	 	line-height: 28px;
    	margin: 5px 10px 10px 0;
    	width: 100%;
	}

	.home-welcome .enews-widget .widgettitle, 
	.home-middle-1 .enews-widget .widgettitle, 
	.home-middle-2 .enews-widget .widgettitle, 
	.widget-above-content .enews-widget .widgettitle, 
	.coming-soon .enews-widget .widgettitle  {
    	display: none;
	}

	.home-grid-flexible {
		display:block;
		height:auto;
	}

	.home-flexible {
    	display: block;
    	overflow: hidden;
    	clear: both;
	}

	.genesis-nav-menu > .right > a {
	    display: block;
	 }

	.genesis-nav-menu .right {
	    float: none;
	    padding: 0;
	  }

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

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

	.genesis-nav-menu.responsive-menu .menu-item {
	    margin: 0;
	  }

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
	    background: none;
	    line-height: 1;
	    padding: 16px 20px;
	    text-align: left;
	  }

	

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

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
	    content: "\f343";
	    color: #444;
	  }

	.genesis-nav-menu.responsive-menu .sub-menu {
	    border: none;
	    left: auto;
	    opacity: 1;
	    padding-left: 25px;
	    position: relative;
	    -moz-transition:    opacity .4s ease-in-out;
	    -ms-transition:     opacity .4s ease-in-out;
	    -o-transition:      opacity .4s ease-in-out;
	    -webkit-transition: opacity .4s ease-in-out;
	    transition:         opacity .4s ease-in-out;
	    width: 200px;
	    z-index: 99;
	  }

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

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
	    background: none;
	    border: none;
	    padding: 12px 20px;
	    position: relative;
	    width: 100%;
	  }

	.genesis-nav-menu {
		border: none;
	}

	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #f5f5f5;
		display: block;
		position: relative;
		text-align: left;
	}

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #f5f5f5;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		padding: 16px 22px;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu a:hover {
		background: transparent;
	}

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

    .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

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

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

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

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

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

	.responsive-menu-icon::after {
		content: "MENU";
    	font-style: normal;
    	text-transform: uppercase;
    	font-size: 16px;
    	padding-left: 10px;
    	position: relative;
    	top: -6px;
	}

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

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

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

	.nav-footer .responsive-menu-icon::before {
   		color: #444;
	}

	.logged-in .nav-primary {
    	top: 47px;
	}

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

	.home-featured {
    	padding: 175px 0;
   
	}

	.nav-primary .genesis-nav-menu > .search {
     	display: block;
    	text-align: right;
    	float: right;
	}

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

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

	.header-image .site-title, 
	.header-image .title-area {
    	padding: 0;
    	margin: 5% 0 0;
	}

	.nav-primary {
    	border-bottom: 1px solid #717c73;
	}

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
	}

	.header-image .site-title a {
    	margin: 0 auto;
    	max-width: 400px;
    	min-height: 150px;
    	padding: 0;
    	width: 100%;
    	background-size: 400px 150px !important;
	}

	.home-grid-flexible  .eight-widgets .widget,
	.home-flexible  .eight-widgets .widget,
	.home-grid-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-grid-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-grid-flexible  .four-widgets .widget,
	.home-flexible  .four-widgets .widget,	
	.home-grid-flexible  .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-flexible  .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-grid-flexible  .six-widgets .widget,
	.home-flexible  .six-widgets .widget,
	.home-grid-flexible  .three-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-grid-flexible  .two-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-grid-flexible  .widget-thirds .widget,
	.home-flexible  .widget-thirds .widget,
	.site-footer .wrap,
	.flexible-widgets.widget-thirds .widget {
    	width: 100%;
		float: left;
    	margin: 0 auto;
    	width: 100%;
    	text-align: center;
	}

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

	.home-grid-flexible .widget-thirds .widget, 
	.home-flexible .widget-thirds .widget {
    	width: 50%;
    	text-align: center;
    	overflow: hidden;
	}

	.home-grid-flexible .flexible-widgets.widget-area .widget {
    	float: left;
    	padding: 0;
    	margin: 0;
    	max-height: 222px;
	}

	.home-grid-flexible .flexible-widgets.widget-area .widget:nth-child(1) {
    	float: left;
   
	}

	.home-grid-flexible .flexible-widgets.widget-area .widget:nth-child(3) {
    	float: right;
   
	}

	.home-grid-flexible .flexible-widgets.widget-area .widget:nth-child(5) {
    	float: left;
   
	}

	.home-grid-flexible .flexible-widgets.widget-area .widget:nth-child(7) {
    	float: left;
   
	}

	.home-grid-flexible .flexible-widgets.widget-area .widget:nth-child(8) {
    	float: right;
   
	}

	.home-grid-flexible {
    	width: 80%;
	}

	.page div.one-half.pricing, 
	.page div.one-third.pricing, 
	.page div.two-third.pricing, 
	.page div.three-fourth.pricing, 
	.page div.one-fourth.pricing, 
	.home-middle-1 div.one-half.pricing, 
	.home-middle-1 div.one-third.pricing, 
	.home-middle-1 div.two-third.pricing, 
	.home-middle-1 div.three-fourth.pricing, 
	.home-middle-1 div.one-fourth.pricing, 
	.home-middle-2 div.one-half.pricing, 
	.home-middle-2 div.one-third.pricing, 
	.home-middle-2 div.two-third.pricing, 
	.home-middle-2 div.three-fourth.pricing, 
	.home-middle-2 div.one-fourth.pricing, 
	.home-welcome div.one-half.pricing, 
	.home-welcome div.one-third.pricing, 
	.home-welcome div.two-third.pricing, 
	.home-welcome div.three-fourth.pricing, 
	.home-welcome div.one-fourth.pricing, 
	.home-bottom div.one-half.pricing, 
	.home-bottom div.one-third.pricing, 
	.home-bottom div.two-third.pricing, 
	.home-bottom div.three-fourth.pricing, 
	.home-bottom div.one-fourth.pricing,
	.page div.one-third.pricing.bestprice {
    	width: 100%;
 
	}

	.featured-content img, 
	.gallery img,
	.woocommerce ul.cart_list li img, 
	.woocommerce ul.product_list_widget li img, 
	.woocommerce-page ul.cart_list li img, 
	.woocommerce-page ul.product_list_widget li img {
    	margin-bottom: 3%;
    	width: auto;
    	margin: 0 auto;
	}

	.categories-top .widget {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.gallery-columns-2,
	.gallery-columns-3,
	.gallery-columns-4,
	.gallery-columns-5,
	.gallery-columns-6 {
    	-webkit-column-count: 2;
    	-moz-column-count: 2;
    	column-count: 2;
	}

	.footer-widgets .enews-widget input,
	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
   		margin-bottom: 10px;
    	width: 100%;
	}
 
	.woocommerce #content div.product, 
	.woocommerce div.product, 
	.woocommerce-page #content div.product, .woocommerce-page div.product {
    	width: 100%;
	}

	.follow {
    	margin-top: 14px;
    	width: 100%;
    	float: none;
    	text-align: center;
    	margin-left:0;
    	font-weight:700;
	}

	.social-links {
    	margin-top: 1%;
  		width: 100%;
    	float: none;
	}

	.social-links a {
    	text-align: center;
	}

	.header-image .site-header a {
    	background-size: contain !important;
	}

	.nav-primary .genesis-nav-menu > .search {
		display: block;
		text-align: left;
	}

	.search-div {
		left: 0;
	}

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
   		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
    	float: none;
     	padding: 0;
     	text-align:center;
   	}

    .after-entry .enews-widget input,
    .after-entry .enews-widget input[type="submit"] {
    	margin: 0 0 10px;

	}

	.header-image .site-header {
		background-size: contain !important;
	}

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*=columns-] ul.products li.product, 
	.woocommerce[class*=columns-] ul.products li.product {
    	width: 47.2% !important;
	}

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
    	margin: 1.1% !important;
	}

	.element-3col, 
	.gallery-3col, 
	.portfolio_shortcode .element-3col, 
	.portfolio_shortcode .gallery-3col, 
	.portfolio_shortcode .element3col {
    	width: 46.4465%;
	}

	.filterable-portfolio-page .portfolio-item {
    	margin-left: 0;
	}

	.filterable-portfolio {
    	margin-left: 0 !important;
	}

	.portfolio-item a {
    	margin: 0 5% 5% 5%;
	}

	.filterable-portfolio {
    	margin-left: -18px;
    	overflow: hidden;
	}

	.footer-widgets .widget {
    	padding: 30px;
	}

	.footer-widgets-2 {
    	border: none;
    }

	.home-flexible .enews-widget .widgettitle {
		display: none;
	}

	.widget-above-content .enews-widget form {
    	width: 100%;
	}

	.widget-above-content .enews-widget form,
	.home-middle-1 .enews-widget form,
	.home-middle-2 .enews-widget form   {
    	width: 100%;
	}

	.home-middle-1 .enews-widget p,
	.home-middle-2 .enews-widget p,  
	.home-welcome .enews-widget p,  
	.widget-above-content .enews-widget p {
    	width: 100% !important;
 
	}

	.home-middle-1 .enews-widget form, 
	.home-middle-2 .enews-widget form, 
	.widget-above-content .enews-widget form {
    	margin-right: 0;
	}

	.widget-above-content .enews-widget .widgettitle {
    	width: 100%;
    	display: none;
	}

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

	.genesis-nav-menu > .right > a {
    	display: inherit;
	}

	.nav-primary .genesis-nav-menu.responsive-menu a {
   		text-align: center;
	}

	.nav-primary {
    	opacity: 1;
    	background: #fff;
	}

	.site-header .widget:nth-child(2) {
    	float: none;
	}

	.site-header .widget:nth-child(2),
	.site-header .widget:nth-child(1) {
    	width: 50%;
}

	.site-header .genesis-nav-menu {
   		width: 100%;
   		border-left: none;
    	border-right: none;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a, 
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover, 
	.genesis-nav-menu.responsive-menu a, .genesis-nav-menu.responsive-menu a:hover {
    	text-align: left;
	}

	.footer-widgets {
    	padding: 5%;
	}	

	}


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

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*=columns-] ul.products li.product, 
	.woocommerce[class*=columns-] ul.products li.product {
    	width: 100% !important;

	}

	.related-list li {
   		width: 50%;
	}

	.sidebar .featuredpost article:last-child {
    	margin-bottom: 20px;
	}

	/** Hide the caption and control nav for small devices since they can swipe slides */
	.soliloquy-container .soliloquy-control-nav,
    .soliloquy-container .soliloquy-caption {
		display: none !important;
	}

	.nav-primary .genesis-nav-menu > .search {
     	display: block;
    	text-align: right;
    	float: right;
	}

	.home-middle  .eight-widgets .widget,
	.home-middle  .five-widgets .widget,
	.home-middle  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-middle  .four-widgets .widget,	
	.home-middle  .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-middle  .six-widgets .widget,
	.home-middle  .three-widgets .widget,
	.home-middle  .two-widgets .widget,
	.home-middle  .widget-thirds .widget {
		float: left;
    	margin: 0 auto;
    	width: 100%;
    	text-align: center;
	}

	.hover_info:hover a {
    	font-size: 12px;
	}

	.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 {
    	padding: 11px;
    	width: 70%;
	}

	.portfolio_shortcode .element2col
	.gallery-2col,
	.element-2col, 
	.portfolio_shortcode .element3col, 
	.element-3col, 
	.gallery-3col,
	.portfolio_shortcode .element4col,
	.element-4col, 
	.gallery-4col {
	    width: 100%;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item {
  		width: 98%;
	}

	.home-welcome {
    	margin: -12% auto 1%;
	}

	.home-top-slider {
    	min-height: 200px;
	}

	.welcome {
    	font-size: 18px;
	}

	.widget-above-content .enews-widget form {
    	width: 100%;
	}

	.home-flexible .enews-widget .widgettitle, 
	.widget-above-content .enews-widget .widgettitle {
    	display: none;	
	}

	.portfolio_shortcode .element2col .gallery-2col, 
	.element-2col, 
	.portfolio_shortcode .element3col, 
	.element-3col, 
	.gallery-3col, 
	.portfolio_shortcode .element4col, 
	.element-4col, 
	.gallery-4col {
    	width: 100% !important;
	}

	.home-grid-flexible .flexible-widgets.widget-area .widget {
    	max-height: 210px;
	}

	.home-grid-flexible .featured-content .entry-header {
    	top: 25%;
	}

	.home-grid-flexible .widget-thirds .widget, 
	.home-flexible .widget-thirds .widget {
    	width: 100%;
	}

	.footer-widgets {
    	margin-top: 7%;
	}
	
}


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


	.site-title, 
	.site-title a {
    	font-size: 30px;
   
	}

	.header-image .site-title a {
    	margin: 10% auto 0;
    	min-height: 150px;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item {
  		width: 98%;
	}

	.gallery-columns-2,
	.gallery-columns-3,
	.gallery-columns-4,
	.gallery-columns-5,
	.gallery-columns-6 {
    	-webkit-column-count: 1;
    	-moz-column-count: 1;
    	column-count: 1;
	}

	.hover_info:hover a {
    	font-size: 18px;
	}

	.after-entry .widget {
		width: 100%;
	}

	.category-bottom .entry {
		margin: 0;
		width: 100%;
	}

	.adjacent-entry-pagination .pagination-previous, 
	.adjacent-entry-pagination .pagination-next {
    	width: 100%;
	}

	.adjacent-entry-pagination .pagination-previous {
    	border-right: none;
	}

	.share-small:before {
    	display: block;
 
	}

	.kate .easyrecipe .widgettitle {
		font-size: 10px;
	}

	.kate .easyrecipe .ERSTimes {
    	border-top: 1px solid #6f6f6f;
    	border-bottom: 1px solid #6f6f6f;
    	width: 100%;
    	padding-top: 5px;
    	padding-bottom: 5px;
    	margin-bottom: 10px;
	}

	#options li {
    	margin: 0;
    	width: 100%;
	}

	.kate .easyrecipe .ERSTopRight,
	.kate .easyrecipe .ERSIngredients,
	.kate .easyrecipe .ERSTimes .ERSTime,
	.kate .easyrecipe .ERSName {
    	width: 100%;
    	
	}

	.kate .easyrecipe .ERSTimeRight {
    	border-left: none;
	}

	.kate .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn, 
	.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
	.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn, 
	.kate .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
    	margin-bottom: 10px;
	}

	.slide-excerpt {
		display: none;
		visibility: hidden;
	}

	.home-bottom .amount {
     	display: none;
    
	}

	.pricing-table .one-third {
		width: 100%;
	}

	.search-div {
		width: auto;
	}

	.home-bottom .widget-title:before, 
	.home-bottom .widget-title:after {
    	width: 2%;
	}

	ul.filter li {
    	margin-left: 0;
    	width: 100% !important;
	}

	.filterable-portfolio-page .portfolio-item {
    	margin-left: 0 !important;
	}

	.widgettitle {
    	font-size: 14px;
	}

	.previous-post-link,
	.next-post-link {
    	float: none;
    	width: 100%;
    	border-right: none;
    	text-align: center;
	}


	.header-full-width .title-area, 
	.header-full-width .site-title {
    	width: 100%;
    	max-height: 120px;
	}

	.header-image .site-title, 
	.header-image .title-area {
    	padding: 0;
    	margin: 0;
	}

	.home-flexible .enews-widget .widgettitle {
    	left: -16%;
    	width: 53%;
	}

	.home-grid-flexible .featured-content .entry-header {
    	top: 20%;
    	left: 0;
    	width: 60%;
	}

	.simple-social-icons ul li {
    	margin: 0 1px 12px !important;
	}

	.genesis-nav-menu > .right > a {
    	margin-left: 0;
	}

	.tiles {
	grid-template-columns: 
		[rail-left-start] 1fr 
		[rail-right-start] 65% 
		[rail-left-end] 1fr
		[rail-right-end];
	}

	.home-top-slider {
    	min-height: 100px;
	}

	.flexible-widgets.widget-fourths .widget {
    	width: 90%;
    	float: none !important;
    	margin: 0 auto !important;
	}

	.site-header .widget:nth-child(1) {
    	width: 40%;
	}

	.site-header .widget:nth-child(2) {
    	width: 60%;
	}

	.site-header .widget:nth-child(2) {
    	margin-top: 2%;
	}

	.home-grid-flexible .featured-content .entry-header {
    	top: 33%;
    	left: 0px;
    	width: 70%;
	}

	}

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

	.genesis-nav-menu > .right {
    	display: block;
	}

	.genesis-nav-menu .widget {
    	clear: none !important;
    	display: block;
    	float: none;
    	margin: 0 auto;
	}

	.header-image .site-title a {
    	max-width: 370px;
    	min-height: 139px;
    	padding: 0;
    	width: 100%;
    	background-size: 370px 139px !important;
}

}

}

