/*
	Theme Name: Julia 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: 2.6.1

		Tags: Portfolio Wordpress, Feminine Wordpress Theme, Photography Theme, Feminine eCommerce Theme, Feminine Genesis Child Theme, Genesis Woocommerce Theme, Lovely Confetti Themes, Woocommerce Wordpress, Navy, pink, grey blue
 
	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
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Contact Form 7
		- Simple Social Icons
		- Genesis Simply share
	- Custom Page Templates
		- Home Page
		- Category Index
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site 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: 1440px
		- max-width: 1380px
		- max-width: 800px
		- max-width: 600px
		- max-width: 480px

*/

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

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

/*
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:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


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

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

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

.author-box:before,
.clear:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.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,
.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: #444;
    font-family: 'Khula', serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.012em;
    -webkit-font-smoothing: antialiased;
}

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

::selection {
	background: #e6f1ef;
	color: #444;
}

a {
	color: #d0bb44;
    font-weight: 400;
    text-decoration: none;
	
}

a img {
	margin-bottom: 15px;
}

a:hover {
	color: #a3c7c1;
}

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: transparent;
	color: #ccc;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* WP 4.2 duplicate widget titles fix */

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

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

h1,
h2,
h3,
h4,
h5 {font-family: Khula, non-serif; }
h6 {
	color: #444;
	font-weight: 300;
	margin: 0 0 16px;
	padding: 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

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

.gallery:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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


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

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

input,
select,
textarea {
	border: 1px solid #444;
	color: #444;
	font-family: 'Playfair Display', serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #444;
	
}

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

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

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

.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	border: 1px solid #444;
	color: #444;
	background-color: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);
}

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

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

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

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

}

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

}

.home .site-inner {
	max-width: none;
	padding-top: 0;
}


/* 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: 880px;
	margin-top: 3%;
}

.home .content {
	margin-top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;

}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	margin-top: -10%;
	background: #fff;
	
}

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

.full-width-content .content {
	width: 100%;
	margin-top: -10%;
	background: #fff;
	padding: 1%;

}

.full-width-content .content h1.entry-title, 
.full-width-content .content .entry-title {
	margin-top: 3%;
	
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
	margin-top:-10%;
	background: #fff;
}

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

.sidebar a {
    color: #444;
   
}

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

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

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

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

.search-form {

}

.search-form input {
	background: #fff;
}

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

.sticky {

}

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

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

.alignleft {
	float: left;
	text-align: left;
	padding:20px;
}

.alignright {
	float: right;
	text-align: right;
	padding:20px;
}

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: 5.5% 0 0 0;
    text-align: center;
    display:none;
}

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

.author-box h4 {
    color:#444;
    text-transform:uppercase;
    letter-spacing:2px;
    font-family: 'Cormorant Upright', Helvetica, Arial, sans-serif;
}

.author-box-title {
	color: #111;
	font-family: inherit;
	font-size: 16px;
	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: #F5F6F7;
    color: #444;
    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
--------------------------------------------- */

h2.entry-title {
	font-family: 'Cormorant Upright', Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	font-style: normal;
	color:#444;
	font-weight:400;
	font-size: 24px;
}

h1.entry-title {
	margin-bottom: 16px;
    font-family: 'Cormorant Upright', Helvetica, Arial, sans-serif;
    text-transform: inherit;
    letter-spacing:1px;
    font-style: normal;
    text-transform:uppercase;
    font-weight: 400;
    text-align:center;
    font-size: 26px;

}

.home .one-half h2.entry-title,
.home .one-third h2.entry-title,
.home .one-fourth h2.entry-title,
.home .one-sixth h2.entry-title {
	padding:15px 5px;
	color:#444;
	font-family: 'Cormorant Upright', Helvetica, Arial, sans-serif;
	border: none;
	margin: 0 auto;
	width: 100%;
	line-height: 1.2;
	overflow: hidden;
	text-align: center;
	font-weight:400;
	font-size: 24px;

}


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

h4.widget-title {
	color: #444;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	letter-spacing:2px;
	font-family: 'Cormorant Upright', Helvetica, Arial, sans-serif;

}

.front-page-2 h4.widget-title,
.front-page-4 h4.widget-title,
.front-page-6 h4.widget-title,
.front-page-8 h4.widget-title {
	position: absolute;
	left: -35%;
	margin: 10% 0 0 0;
	height: 0;
	width: 100%;
	padding: 0;
	white-space: nowrap;
	-webkit-transform-origin: 50% 53%;
	-webkit-transform: rotate(90deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(90deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(90deg);  /* IE 9 */
    -o-transform: rotate(90deg);  /* Opera 10.50-12.00 */
    transform: rotate(90deg);
 	background-color: white;

}

.front-page-2 h4.widget-title::after,
.front-page-4 h4.widget-title::after,
.front-page-6 h4.widget-title::after,
.front-page-8 h4.widget-title::after {
   content: "";
    height: 1px;
    position: absolute;
    width: 100px;
    background: #444;
    display: inline-block;
    top: 7px;
    margin-left: 8px;
}

.after-entry .enews-widget .widget-title,
.author-box h1,
.footer-widgets-1 .widget-title, 
.footer-widgets-2 .widget-title,
.footer-widgets-3 .widget-title,
.footer-widgets-4 .widget-title,
.above-blog .enews-widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    text-align:center;
    color:#444;
    font-size: 22px;
}

.flexible-widgets.widget-thirds .widget .footer-widgets h4.widgettitle {
    color: #444;
    font-weight: 400;
    letter-spacing: 1px;
    margin: -35px auto 0;
    letter-spacing: 2px;
    font-family: 'Cormorant Upright', Helvetica, Arial, sans-serif;
    display: inline;
    z-index: 99;
    position: absolute;
    text-align: center;
    float: none;
}

.sidebar h3.widget-title {
    position: relative;
    margin-bottom: 20px;
    margin: 0 0 10px 0;
    padding: 7px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444;
    font-weight:400;
    line-height: 2;
    text-align: center;
    margin-bottom:15px;
    border-bottom: 1px solid #eee;
    font-size: 22px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	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,
.genesis-nav-menu .search input[type="submit"]: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: none;
}

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

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


/*
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 #eee;
    height: 45px;
    float: left;
    padding: 7px;
    width: 45px;
    border-radius: 45px;

}

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

}

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

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

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

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

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

.enews-widget {
	color: #444;
	text-align: center;
}

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

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

.enews-widget input[type="submit"],
.sidebar .enews-widget input[type="submit"] {
	background: #444;
    color: #fff;
    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;
    border:1px solid #444;
}

.enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:hover[type="submit"] {
    border: 1px solid #444;
	color: #444;
	background-color: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);
    
}

.categories-bottom .enews-widget .widgettitle {
	display: inline;
	float: left;
	width: 20%;
}

.categories-bottom .enews-widget p {
	display: inline;
    margin: 1px 10px 0 0;
    float: left;
    line-height: 1.4;
    text-align: left;
    width: 33%;
}

.categories-bottom .enews-widget form {
	display: inline;
	float: right;
	width: 45%;
}

.categories-bottom .enews-widget input {
	display: inline;
	float: left;
	margin: 0;
	width: 70%;
}

.categories-bottom .enews-widget {
	margin: 0;;
	background: #fff;
	margin: 0;
	display: table;
	width: 100%;
	text-align: center;
	border: 2px solid #eee;
	padding: 25px;
}

.categories-bottom .enews input {
	float: left;
	margin-bottom: 0;
	margin-left: 1.2%;
	width: 34%;
}

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

.footer-widgets .enews-widget input {
	margin-bottom: 10px;
	width: 100%;
}

.sidebar .enews {
    padding:10px;
}

.front-page-image-1 .flexible-widgets.widget-full .widget {
    float: none;
    font-size: 16px;
    padding: 30px 0 20px;
    width: 50%;
    margin:0 auto;
}


.front-page-image-1 .enews-widget,
.front-page-image-3 .enews-widget,
.front-page-image-5 .enews-widget,
.front-page-image-7 .enews-widget {
	margin: 0;;
	margin: 0;
	display: table;
	width: 60%;
	text-align: center;
	padding: 25px;
	float:right;
	background-color: transparent;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    background: transparent;

}

.front-page-image-1 .enews-widget p,
.front-page-image-3 .enews-widget p,
.front-page-image-5 .enews-widget p,
.front-page-image-7 .enews-widget p,
.footer-widgets-1 .enews-widget p {
	margin-bottom: 3%;

}

.front-page-image-1 .enews input,
.front-page-image-3 .enews input,
.front-page-image-5 .enews input,
.front-page-image-7 .enews input,
.footer-widgets-1 .enews input {
	float: left;
    margin-left: 1.5%;
    width: 33%;
    color: #444;
    border: none;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    border: 1px solid #444;
    padding: 12px;
}

.front-page-image-1 .enews-widget input[type="submit"],
.front-page-image-3 .enews-widget input[type="submit"],
.front-page-image-5 .enews-widget input[type="submit"],
.front-page-image-7 .enews-widget input[type="submit"],
.footer-widgets-1 .enews-widget input[type="submit"] {
	display: inline;
    float: right;
    width: 29.5%;
    margin-left: 1%;
    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;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    background: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #444;
    color: #fff;
    padding: 11px;
}

.front-page-image-1 .enews-widget input[type="submit"]:hover,
.front-page-image-3 .enews-widget input[type="submit"]:hover,
.front-page-image-5 .enews-widget input[type="submit"]:hover,
.front-page-image-7 .enews-widget input[type="submit"]:hover,
.footer-widgets-1 .enews-widget input[type="submit"]:hover {
	border: 1px solid #444;
	color: #444;
	background-color: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);

}


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

.wpcf7-text, 
.wpcf7-textarea, 
.wpcf7-captchar {
	background-color: #f6f3f3;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0px !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
	border: 1px solid #444;
	color: #444;
	background-color: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);
}


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

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

.julia .share-after:before {
	color: #444;
	content: "Share This Post";
	font-weight: 300;
	letter-spacing: 2px;
	text-align: center!important;
	text-transform: uppercase;
	margin-bottom: 5px;
	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: #444;
	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: #444;
	background: #e6f1ef;
	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;
}



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

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

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

.julia .easyrecipe .ERSTimes {
	border-top-color: 1px solid #eee;
	border-bottom-color: 1px solid #eee;
	width: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.julia .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.julia .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #F5F6F7;
}

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

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

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

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

.julia .easyrecipe .ERSIngredients,
.julia .easyrecipe .ERSInstructions,
.julia .easyrecipe .ERSNutrition {
	border-top-color: 1px solid #eee;
	margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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


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

/* Genesis Responsive Slider
------------------------------------------------------------ */
.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider .slide-excerpt {
	background: #f9efed;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 33.3%;
	border-left:10px solid #fff;
}

.content #genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 3%;
}

.content #genesis-responsive-slider h2 {
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.content #genesis-responsive-slider h2 a {
	color: #444;
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.content #genesis-responsive-slider p {
	color: #444;
	font-family: inherit;
	font-style: italic;
	font-size:16px;
}

.content #genesis-responsive-slider .flex-direction-nav li a,
ul.flex-direction-nav li .next {
	display: block;
	width: 61px !important;
	height: 46px !important;
	position: absolute !important;
	top: 50%;
	margin-top: -16px;
	right: -19px !important;
	z-index: 9 !important;
	background: url(images/Arrowright.png) no-repeat scroll !important;
	float: right;
}


.content #genesis-responsive-slider .flex-direction-nav li a.prev,
ul.flex-direction-nav li .prev {
	display: block;
    width: 61px !important;
    height: 46px !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0px !important;
    z-index: 9 !important;
    background: url(images/Arrowleft.png) no-repeat scroll !important;
}


.content #genesis-responsive-slider .flexslider .slides > li {
	overflow: hidden;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin: -30px 0 0 0;
}

.content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt {
	margin: -50px 0 0 60px;
	text-align: left;
}

.content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

.content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a.active {
	background-position: 0 -26px;
}

.content #genesis-responsive-slider a.more-link {
	clear: both;
	color: #444;
	display: block;
	font-family: inherit;
	font-size: 12px;
	margin: 15px 0 0;
	text-align: right;
	border: 1px solid #eee;
	background:#fff;
	text-align: center;
}

.content #genesis-responsive-slider a.more-link:hover {
	color: #fff;
	background:#444;

}

.flexslider {
	max-width: 100%;
}

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


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

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

/* Above Header
--------------------------------------------- */

.before-header {
	clear: both;
	overflow: hidden;
	margin: 10px auto 0;
}

.before-header-left {
	float: left;
	width: 25%;
	margin-left: 4%;
}

.before-header-left .search-form {
	float: right;
	width: 40%;

}

.before-header-left .input {
	padding:5px;
}

.before-header-right {
	float: right;
	width: 25%;
	margin-right: 4%;
}

.before-header-right .simple-social-icons {
	margin-top:2%;
}

.before-header-right .simple-social-icons .widget-title.widgettitle {
    float: left;
    display: inline-block;
    font-style: italic;
    text-transform: lowercase;
    color: #444;
    background: none;
    letter-spacing: .1em;
    font-family: 'Playfair Display', serif;
    font-size: 11px;
    padding: 4px 0 0;
    width:23%;

}

.before-header-right .simple-social-icons ul.aligncenter {
    text-align: right !important;
}

.before-header .widget {
	margin-bottom: 0;
}

.before-header .search-form input[type="search"] {
    border-bottom: 1px solid #eee;
    border-top: none;
    border-right: none;
    border-left: none;
}

.before-header .search-form input[type="search"] input {
    padding: 0 auto 10px;
}

.front-page .content .featured-content a.alignnone img {
	width: 100%;
	
}

.front-page-4 .featured-content img,
.front-page-6 .featured-content img,
.front-page-8 .featured-content img {
	float: left;
  	width: 100%;
  	height:auto;
  	margin-bottom:10px;
    border: 1px solid #eee;
    display: block;
    filter: grayscale(0);
	opacity: 1;
	padding: 13px;
	-webkit-filter: grayscale(0);
}

.front-page-2 .featured-content img {
	filter: grayscale(0);
	opacity: 1;
	-webkit-filter: grayscale(0);
}

.front-page-4 .featured-content img:hover,
.front-page-6 .featured-content img:hover,
.front-page-8 .featured-content img:hover {
 	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);

}

.front-page-2 .featured-content img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.gallery img {
	float: left;
  	width: 100%;
  	height:auto;
  	margin-bottom:10px;
  	background: #fff;
    display: block;
    -webkit-filter: grayscale(0);
}


.gallery img:hover {
	background: #fff;
	filter: grayscale(0);
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/* Page title wrap
--------------------------------------------- */

.page_title_wrap {
	height: 285px;
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .page_title_wrap {
	display:none;
}

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

#page-title {
    bottom: 0;
    float: right;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    margin: 20px 0 0;
    padding: 15px;
    position: relative;
    right: 0;
}


/* Service boxes
--------------------------------------------- */

.front-page-2 .widget_text .special-services-box,
.front-page-image-3 .widget_text .special-services-box,
.front-page-4 .widget_text .special-services-box,
.front-page-image-5 .widget_text .special-services-box,
.front-page-6 .widget_text .special-services-box,
.front-page-image-7 .widget_text .special-services-box,
.front-page-8 .widget_text .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: 20px;
	min-height: 330px;
    background-color: #e6f1ef;
    background-image: linear-gradient(-6deg, rgba(255, 255, 255, 0.65) 68%, rgba(255, 255, 255, 0.2) 50%);
}


.front-page-2 .box-wrapper h4, 
.front-page-2 .box-wrapper h3,
.front-page-image-3 .box-wrapper h4, 
.front-page-image-3 .box-wrapper h3,
.front-page-4 .box-wrapper h4, 
.front-page-4 .box-wrapper h3,
.front-page-image-5 .box-wrapper h4, 
.front-page-image-5 .box-wrapper h3,
.front-page-6 .box-wrapper h4, 
.front-page-6 .box-wrapper h3,
.front-page-image-7 .box-wrapper h4, 
.front-page-image-7 .box-wrapper h3,
.front-page-8 .box-wrapper h4, 
.front-page-8 .box-wrapper h3 {
    color: #333;
    cursor: default;
    font-weight: 400;
    margin: 0;
    padding-top: 0px;
    line-height: 24px;
    text-transform: capitalize;
}

.front-page-2 .box-wrapper p,
.front-page-image-3 .box-wrapper p,
.front-page-4 .box-wrapper p, 
.front-page-image-5 .box-wrapper p,
.front-page-6 .box-wrapper p,
.front-page-image-7 .box-wrapper p,
.front-page-8 .box-wrapper p {
    cursor: default;
    margin: 10px 0;
    margin: 0;
    padding: 10px 0 0;
    padding: 4% 0 9%;
    color: #444;
}

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

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

.front-page-6 .woocommerce ul.cart_list li img, 
.front-page-6 .woocommerce ul.product_list_widget li img, 
.front-page-6 .woocommerce-page ul.cart_list li img, 
.front-page-6 .woocommerce-page ul.product_list_widget li img,
.front-page-4 .woocommerce ul.cart_list li img, 
.front-page-4 .woocommerce ul.product_list_widget li img, 
.front-page-4 .woocommerce-page ul.cart_list li img, 
.front-page-4 .woocommerce-page ul.product_list_widget li img,
.front-page-8 .woocommerce ul.cart_list li img, 
.front-page-8 .woocommerce ul.product_list_widget li img, 
.front-page-8 .woocommerce-page ul.cart_list li img, 
.front-page-8 .woocommerce-page ul.product_list_widget li img,
.front-page-image-3 .woocommerce ul.cart_list li img, 
.front-page-image-3 .woocommerce ul.product_list_widget li img, 
.front-page-image-3 .woocommerce-page ul.cart_list li img, 
.front-page-image-3 .woocommerce-page ul.product_list_widget li img,
.front-page-image-3 .woocommerce ul.product_list_widget li img,
.front-page-image-5 .woocommerce ul.cart_list li img, 
.front-page-image-5 .woocommerce ul.product_list_widget li img, 
.front-page-image-5 .woocommerce-page ul.cart_list li img, 
.front-page-image-5 .woocommerce-page ul.product_list_widget li img,
.front-page-image-7 .woocommerce ul.cart_list li img, 
.front-page-image-7 .woocommerce ul.product_list_widget li img, 
.front-page-image-7 .woocommerce-page ul.cart_list li img, 
.front-page-image-7 .woocommerce-page ul.product_list_widget li img  {
  	float: left;
  	width: 100%;
  	height:auto;
  	margin-bottom:10px;
  	background: #fff;
    border: 1px solid #eee;
    display: block;
    padding: 13px;
    filter: grayscale(0);
	opacity: 1;
	-webkit-filter: grayscale(0);

}

.front-page-6 .woocommerce ul.cart_list li img:hover, 
.front-page-6 .woocommerce ul.product_list_widget li img:hover, 
.front-page-6 .woocommerce-page ul.cart_list li img:hover, 
.front-page-6 .woocommerce-page ul.product_list_widget li img:hover,
.front-page-4 .woocommerce ul.cart_list li img:hover, 
.front-page-4 .woocommerce ul.product_list_widget li img:hover, 
.front-page-4 .woocommerce-page ul.cart_list li img:hover, 
.front-page-4 .woocommerce-page ul.product_list_widget li img:hover,
.front-page-8 .woocommerce ul.cart_list li img:hover, 
.front-page-8 .woocommerce ul.product_list_widget li img:hover, 
.front-page-8 .woocommerce-page ul.cart_list li img:hover, 
.front-page-8 .woocommerce-page ul.product_list_widget li img:hover,
.front-page-image-3 .woocommerce ul.cart_list li img:hover, 
.front-page-image-3 .woocommerce ul.product_list_widget li img:hover, 
.front-page-image-3 .woocommerce-page ul.cart_list li img:hover, 
.front-page-image-3 .woocommerce-page ul.product_list_widget li img:hover,
.front-page-image-5 .woocommerce ul.cart_list li img:hover, 
.front-page-image-5 .woocommerce ul.product_list_widget li img:hover, 
.front-page-image-5 .woocommerce-page ul.cart_list li img:hover, 
.front-page-image-5 .woocommerce-page ul.product_list_widget li img:hover,
.front-page-image-7 .woocommerce ul.cart_list li img:hover, 
.front-page-image-7 .woocommerce ul.product_list_widget li img:hover, 
.front-page-image-7 .woocommerce-page ul.cart_list li img:hover, 
.front-page-image-7 .woocommerce-page ul.product_list_widget li img:hover {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);

}

.front-page-6 .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 15px 0 0;
    list-style: none;
    width: 32.1%;
    height:auto;
}

.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 15px 0 0;
    list-style: none;
    width: 32.1%;
    height:auto;
} 

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

.front-page-4 .amount,
.front-page-6 .amount,
.front-page-8 .amount,
.front-page-image-3 .amount,
.front-page-image-5 .amount, 
.front-page-image-7 .amount {
	display:none;
}

.woocommerce ul.product_list_widget .amount {
	display:none;
}

.front-page-4  .recent-title h4,
.front-page-6  .recent-title h4,
.front-page-8  .recent-title h4 {
	margin: 20px 0 0;
    padding: 0 0 10px;
    position: relative;
    font-family: inherit;
    text-align: center;
    color: #444;
    font-size: initial;
    font-weight: 600;
    font-size: 22px;
    letter-spacing:2px;

}

.front-page-4 .recent-title h4::after,
.front-page-6  .recent-title h4::after,
.front-page-8  .recent-title h4::after {
	padding-bottom: 5px;
    margin: 0px auto 5px;
    display: block;
    content: " ";
    width: 21%;
    height: 12px;
    position: relative;
    top: -17px;
    left: 0;
    background: #dff1ee;
    z-index: -9;

}


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

.related-list li a {
  	color: #444;
}
 
.related-list img {
  	border: 1px solid #eee;
  	display: block;
  	margin: 0 auto;
  	padding: 5px;
  	background: #fff;
    filter: grayscale(0);
	opacity: 1;
	-webkit-filter: grayscale(0);
}

.related-list img:hover {
	background: #fff;
	filter: grayscale(100%);
    opacity: .8;
    -webkit-filter: grayscale(100%);

 
}



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

a.button-cta {
	color: #fff;
    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 #79949e;
    background-color: #79949e;
    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;
}



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


}


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

.portfolio_single_feature .portfolio-items {
	display: none;

}

.portfolio_single_feature {
    margin: 20px 0;
}

.metaItem {
	float: right;
	padding: 0;
	width: 26.82456%;
	letter-spacing: 0;
	margin-bottom: 0;
}

.metaItem h6 {
	color: #444;
	letter-spacing: 0;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}

.metaItem > div {
	margin-bottom: 15px;
	padding-bottom: 7px;
	float: left;
	width: 100%;
	display: block;
}

.dateStuff,
.authorStuff {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
	display: block;
}

.metaItem span {
	color: #888888;
	display: block;
	letter-spacing: 0;
	margin: 5px 0;
	text-transform: none;
}

.folio-entry {
	float: left;
	width: 69.0377%;
}

.folio-entry p {
	margin-bottom: 15px;
}

.portfolio-thumbs {
	display: none;
}

.folio-more {
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}

/* Related Portfolio Single
------------------------------------------------------------ */
.folio-more { 
	clear: both;
}

.related_portfolio > h4 { 
    font-weight: 700;
}	

.portfolio_image > img {
    max-width: none !important;
}

/*-----------------------------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;
	padding: 0;
	width: 100%;
}

.element {
	float: left;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.element * { 
	margin: 0;
}
	
.element-2col,	
.gallery-2col,
.element-2col .icon {
    height: auto;
    margin: 1%;
    padding: 0;
    width: 47%;
}

.element-3col,
.element-3col .icon,
.gallery-3col {
    height: auto;
    margin: 1%;
    padding: 0;
    width: 31.2%;
 
}
		
.element-4col,
.gallery-4col,
.element-4col .icon {
    height: auto;
    margin: 1%;
    padding: 0;
    width: 22.8%;
}

.element:hover .portfolio_image img {
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
    transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
}


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

#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: #444;
	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: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);
    
}

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

/* Folio Thumbnail Title Adjustement
------------------------------------------------------------ */
.element-2col .icon h4 a, 
.gallery-2col .icon h4 a,
.element-3col .icon h4 a, 
.gallery-3col .icon h4 a,
.element-4col .icon h4 a, 
.gallery-4col .icon h4 a {
    color: #333;
    display: block;
	font-style: italic;
    font-weight: 300;
    text-align: center;
	height: 100%;

}

.element-2col .icon h4,
.element-3col .icon h4,
.element-4col .icon h4,
.gallery-2col .icon h4,
.gallery-3col .icon h4,
.gallery-4col .icon h4 {
	height: 100%;
}

.element-2col .icon h4 a, 
.gallery-2col .icon h4 a {
	margin-top: 48% !important;

}
	
.element-3col .icon h4 a, 
.gallery-3col .icon h4 a {
	margin-top: 31.2%;
	
}
	
.element-4col .icon h4 a, 
.gallery-4col .icon h4 a  {
    margin-top: 22.8%;

}

.element-2col .icon, 
.gallery-2col .icon,
.element-3col .icon, 
.gallery-3col .icon,
.element-4col .icon,
.gallery-4col .icon {
    background-color: #f6f3f3;
    opacity: 0.9;
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    margin: 0;
}




/* Portfolio slider

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

.portfolio_single_feature .flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
    float: none !important;
    margin: 0 auto !important;
    height: auto !important;
    width: 100%;
    overflow:hidden;
	
}

.portfolio_single_slider .flex-control-nav {
	margin: 14px 0 0 !important;
	text-align: center;
	width: 100%;
	height: 5px;
}



#single-page-portfolio{
	width: 630px;
	float: left;	
}

.single_portfolio_container {
	display: block;
}

.portfolio_single_slider {
	display: block;
		
}

.single_portfolio_featured_image,
.portfolio_single_slider,
.single_portfolio_sidebar {
	float: left;
}

.single_portfolio_featured_image,
.portfolio_single_slider{
    margin-bottom: 40px;
    width: 65.79%;
}

.single_portfolio_sidebar {
    float: right;
    width: 29.82%;
}

.single_portfolio_description ul {
    font-size: 12px;
    letter-spacing: 1px;
    list-style: none outside none;
    margin: 40px 0 0;
    text-transform: uppercase;
}
.single_portfolio_description ul li {
    border-bottom: 1px solid #F5F5F5;
    padding: 6px 0 !important;
}
.single_portfolio_featured_image a {
	border: none;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;	
}
.single_portfolio_content {
	display: block;
	overflow: hidden;
	float: left;
	padding: 40px 0;
}
.related_portfolio {
    float: left;
    width: 100%;
}


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


/* Princing Table
--------------------------------------------- */

.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,
.front-page-2 div.one-half.pricing, 
.front-page-2 div.one-third.pricing, 
.front-page-2 div.two-third.pricing,
.front-page-2 div.three-fourth.pricing, 
.front-page-2 div.one-fourth.pricing,
.front-page-image-3 div.one-half.pricing, 
.front-page-image-3 div.one-third.pricing, 
.front-page-image-3 div.two-third.pricing,
.front-page-image-3 div.three-fourth.pricing,
.front-page-image-3 div.one-fourth.pricing 
.front-page-4 div.one-half.pricing, 
.front-page-4 div.one-third.pricing, 
.front-page-4 div.two-third.pricing,
.front-page-4 div.three-fourth.pricing, 
.front-page-4 div.one-fourth.pricing,
.front-page-image-5 div.one-half.pricing, 
.front-page-image-5 div.one-third.pricing, 
.front-page-image-5 div.two-third.pricing,
.front-page-image-5 div.three-fourth.pricing, 
.front-page-image-5 div.one-fourth.pricing,
.front-page-6 div.one-half.pricing, 
.front-page-6 div.one-third.pricing, 
.front-page-6 div.two-third.pricing,
.front-page-6 div.three-fourth.pricing, 
.front-page-6 div.one-fourth.pricing,
.front-page-image-7 div.one-half.pricing, 
.front-page-image-7 div.one-third.pricing, 
.front-page-image-7 div.two-third.pricing,
.front-page-image-7 div.three-fourth.pricing, 
.front-page-image-7 div.one-fourth.pricing,
.front-page-8 div.one-half.pricing, 
.front-page-8 div.one-third.pricing, 
.front-page-8 div.two-third.pricing,
.front-page-8 div.three-fourth.pricing, 
.front-page-8 div.one-fourth.pricing {
    float: left;
    margin-bottom: 20px;
    margin-right: 2%;
    padding: 0;
    position: relative;
    border: 1px solid #eee;
}

.page .pricing .box-wrapper h3, 
.page .pricing .box-wrapper h2, 
.page .pricing .box-wrapper .price_terms,
.page .pricing .box-wrapper h3, 
.front-page-2 .pricing .box-wrapper h2, 
.front-page-2 .pricing .box-wrapper .price_terms,
.front-page-image-3 .pricing .box-wrapper h3, 
.front-page-image-3 .pricing .box-wrapper h2, 
.front-page-image-3 .pricing .box-wrapper .price_terms,
.front-page-4 .pricing .box-wrapper h3, 
.front-page-4 .pricing .box-wrapper h2, 
.front-page-4 .pricing .box-wrapper .price_terms,
.front-page-image-5 .pricing .box-wrapper h3, 
.front-page-image-5 .pricing .box-wrapper h2,
.front-page-image-5 .pricing .box-wrapper .price_terms
.front-page-6 .pricing .box-wrapper h3, 
.front-page-6 .pricing .box-wrapper h2, 
.front-page-6 .pricing .box-wrapper .price_terms, 
.front-page-image-7 .pricing .box-wrapper h3, 
.front-page-image-7 .pricing .box-wrapper h2, 
.front-page-image-7 .pricing .box-wrapper .price_terms,
.front-page-8 .pricing .box-wrapper h3, 
.front-page-8 .pricing .box-wrapper h2, 
.front-page-8 .pricing .box-wrapper .price_terms {
    background: #e6f1ef;
}

.page .pricing .box-wrapper ul,
.front-page-2 .pricing .box-wrapper ul,
.front-page-image-3 .pricing .box-wrapper ul,
.front-page-4 .pricing .box-wrapper ul,
.front-page-image-5 .pricing .box-wrapper ul,
.front-page-6 .pricing .box-wrapper ul,
.front-page-image-7 .pricing .box-wrapper ul,
.front-page-8 .pricing .box-wrapper ul {
    background-color: #f6f3f3;
    float: left;
    list-style: none outside none;
    margin: 0 0 24px;
    text-align: center;
    width: 100%;
    color: #444;
}

.front-page-2 .pricing.bestprice.pricing .box-wrapper h3, 
.front-page-2 .pricing.bestprice.pricing .box-wrapper h2, 
.front-page-2 .pricing.bestprice.pricing .box-wrapper .price_terms,
.front-page-image-3 .pricing.bestprice.pricing .box-wrapper h3, 
.front-page-image-3 .pricing.bestprice.pricing .box-wrapper h2, 
.front-page-image-3 .pricing.bestprice.pricing .box-wrapper .price_terms,
.front-page-4 .pricing.bestprice.pricing .box-wrapper h3, 
.front-page-4 .pricing.bestprice.pricing .box-wrapper h2, 
.front-page-4 .pricing.bestprice.pricing .box-wrapper .price_terms,
.front-page-image-5 .pricing.bestprice.pricing .box-wrapper h3, 
.front-page-image-5 .pricing.bestprice.pricing .box-wrapper h2, 
.front-page-image-5 .pricing.bestprice.pricing .box-wrapper .price_terms,
.front-page-6 .pricing.bestprice.pricing .box-wrapper h3, 
.front-page-6 .pricing.bestprice.pricing .box-wrapper h2, 
.front-page-6 .pricing.bestprice.pricing .box-wrapper .price_terms,
.front-page-image-7 .pricing.bestprice.pricing .box-wrapper h3, 
.front-page-image-7 .pricing.bestprice.pricing .box-wrapper h2, 
.front-page-image-7 .pricing.bestprice.pricing .box-wrapper .price_terms,
.front-page-8 .pricing.bestprice.pricing .box-wrapper h3, 
.front-page-8 .pricing.bestprice.pricing .box-wrapper h2, 
.front-page-8 .pricing.bestprice.pricing .box-wrapper .price_terms {
    background: #444;
    color: #fff;
}

/* back to top */

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

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


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


}

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

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

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

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

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

/* 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: #f2f9f9;
    margin-bottom: 20px;
    color: #444;
  
}

.cta-box h1,
.cta-box h2,
.cta-box h3,
.cta-box h4,
.cta-box h5,
.cta-box h6 {
    color: #444;
  
}

.cta-button {
    display: inline-block;
    color: #fff;
    background-color: #C7B593;
    display: inline-block;
    text-align: center;
    font-family: 'Cormorant Upright', 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 #C7B593;
    padding: 6px 35px;
    width: auto;

}

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


/* Product Slider
--------------------------------------------- */

.list_carousel .caroufredsel_wrapper ul {
	float: left;
	height: auto !important;
	width: 1200px !important;
	margin:0 auto;

}

.list_carousel {
	display:block;
	float:left;
	width: 100%;
	padding: 10px;

}

.list_carousel li {
	margin: 0 20px 0 0 !important;
	width: 31.6% !important;
	height: auto !important;
}

.list_carousel .caroufredsel_wrapper {
	width: 100% !important;
}

.list_carousel_nav {
	height: 0;
	width: 100%;
	display: inline-block;
	z-index: 999;
}

.list_carousel_nav .list_prev {
	background: url(images/Arrowleft.png) no-repeat scroll !important;
	float: left;
	height: 60px;
	width: 45px;
	z-index: 9;
	position: relative;
}

.list_carousel_nav .list_next {
	background: url(images/Arrowright.png) no-repeat scroll !important;
	height: 60px;
	width: 45px;
	z-index: 9;
	position: relative;
	float: right;
}

.list_carousel .star-rating {
	display:none;
}

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

.categories-top {
	padding: 20px;
	min-height:150px;
	margin-top:4%;
}

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

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

.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 {
	margin-bottom: 3%;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 500px;
}

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

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


/* Search Form
--------------------------------------------- */
.search-form {
	position: relative;
}

.search-form input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	width: 16px;
	height: 16px;
	background: transparent;
	color: #444;
	right: 10px;
	top: 8px;
}

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

.site-header .search-form {
	width: 189px;
}



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

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

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


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

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

}

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


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

.site-header {
  text-align: center;
  height: 120px;
}

.site-header .wrap {
    background: #fff;
    margin: 0 auto 0;
    max-width: 100%;
    background: linear-gradient(#ffffff 70%, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top,  #fff 70%,rgba(255, 255, 255, 0.0) 100%); /* Chrome10+,Safari5.1+ */
    position: relative;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	margin: 0 auto;
	min-height: 160px;
	width: 100%;
}

.site-description {
  display: none;

}

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

.title-area {
  display: inline-block;
  height: 165px;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  margin-top: 10px;
  background: transparent;
}

.site-title {
  float: left;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 400;
  height: 165px;
  letter-spacing: 1px;
  line-height: 140px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 350px;
}

.site-title a,
.site-title a:hover {
    box-sizing: border-box;
    color: #444;
    display: inline-block;
    line-height: normal;
    max-width: 350px;
    vertical-align: middle;
    word-wrap: break-word;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 18px;
    word-break: break-word;
    text-align: center;
    -webkit-font-smoothing: auto;
    font-weight: 400;
   
}

.header-image .site-title > a {
  background-position: center center !important;
  background-size: contain !important;
  background-size: 350px 150px !important;
  float: left;
  height: 150px;
  width: 100%;
}


.header-image .site-title{
  background-image: none;
  border: none;
  display: block;
  height: 0;
  text-indent: -9999px;
}



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

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

.nav-primary span.sub, 
.nav-secondary span.sub {
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: none;
}

.genesis-nav-menu a {
  color: #444;
  display: block;
  font-family: 'Khula', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 0 20px 8px;
  text-transform: uppercase;
}

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

.genesis-nav-menu a .firstnav {
  display: block;
  font-family: 'Khula', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

.genesis-nav-menu .sub-menu {
  background-color: #fff;
  border: 1px solid #eee;
  left: -9999px;
  opacity: 1;
  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;
  z-index: 99;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.genesis-nav-menu .sub-menu a {
  border-top: 0;
  color: #444;
  font-family: 'Khula', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: normal;
  position: relative;
  padding: 8px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
  color: #000;
}

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

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


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.responsive-menu-icon::before {
  color: #ddc885;
  content: "\f394";
  display: inline-block;
  font: normal 24px/1 'ionicons';
  margin: 0 auto;
  padding: 10px;
}


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


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

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

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
  display: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  text-align: center;
  width: 230px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: 50%;
  margin-left: -100px;
  opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
  left: 199px;
  margin-left: 0px;
  opacity: 1;
}

.navigation-container {
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 999;
}

.nav-primary,
.nav-secondary {
  width: 50%;
  margin: -55px 0 0;
}

.nav-primary {
  float: left;
  padding-right: 200px;
  text-align: right;
}

.nav-secondary {
  float: right;
  padding-left: 200px;
  text-align: left;
}

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

.responsive-menu-icon,
.responsive-menu > .menu-item-has-children:before,
.responsive-menu .menu-open.menu-item-has-children:before {

}

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

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

.navigation-container.fixed {
  width: 100%;
  background-color: #1c425e;
  position: fixed;
  top: 0;
  z-index: 9;
  text-align: center;
  min-height: 50px;
  margin: 0 auto;
  padding: 10px 0 7px;
}

.nav-primary.fixed,
.nav-secondary.fixed {
  width: 50%;
  margin: 0 auto;
}

.nav-primary.fixed {
  float: left;
  text-align: right;
  padding-right: 0;
}

.nav-secondary.fixed {
  float: right;
  text-align: left;
    padding-left: 0;
}



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

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

.entry {
	margin-bottom: 0;
	padding: 3.5% 4% 0;
}

.full-width-content .entry {
	margin-bottom: 20px;

}

.full-width-content .content {

 }   

.entry-content a {
	
	
}

.entry-content a:hover {
	
}

.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: #444;
	font-family: 'Playfair Display', serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	text-align:center;

}

.entry-time {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;

}

.entry-footer .entry-meta {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6%;
}

.entry-comments-link {
    padding: 7px 10px;
    display: inline-block;
}

.entry-tags {
    padding: 7px 10px;
    display: inline-block;
    padding: 7px 10px;
}

.entry-categories {
	border-right: 1px solid #eee;
    display: inline-block;
    padding: 7px 10px;
}

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

.entry-tags:before {
    content: "\f323";
    color: #ecdbdd;
    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: #ecdbdd;
    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;
}

a.more-link,
.more-from-category a {
	color: #fff;
	text-decoration: none;
	display: table;
	margin: 10px auto;
	margin-bottom: 20px;
	text-align: center;
	font-family: inherit;
	letter-spacing: 2px;
	text-transform: lowercase;
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
	padding: 7px 35px;
	width: auto;
	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;
    background: #444;
    border:1px solid #444;
    font-size:11px;
    font-style: italic;
}

a.more-link:hover,
.more-from-category a:hover {
	border: 1px solid #444;
	color: #444;
	background-color: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);
	
}

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

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

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

.archive-pagination li {
	border: 1px solid #eee;
	display: inline;
	padding: 5px 10px;
	background: #f6f3f3;
}

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 .active a,
.archive-pagination a:focus,
.archive-pagination a:hover {
	background: transparent !important;
}

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

.featured-content .entry-title {
	margin-bottom: 8px;
}

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

.prev-next-navigation {
  	margin: 0 auto 5%;
	clear: both;
	overflow: hidden;
}

.previous {
	float: left;
	width: 50%;
}

.previous:before {
    content: "\f341";
    color: #ecdbdd;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 22px/1 'dashicons';
    vertical-align: middle;
    padding-right: 4px;
    margin-top: -3px;
}

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

.next:after {
    content: "\f345";
    color: #ecdbdd;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 22px/1 'dashicons';
    vertical-align: middle;
    padding-right: 4px;
    margin-top: -3px;
}

/* 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: #111;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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


/* Single Post Nav
----------------------------------------------*/
.single_post_nav { 
    float: left;
    margin: 0;
    width: 100%;
}

.single_post_prev,
.single_post_next {
    width: 50%;
    padding: 0;
    margin: 0;
}

.single_post_prev {
    display: inline-block;
    border-right: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single_nav_title {
    text-align: center;
}

.single_nav_title span {
    color: #444;
    display: block;
    font-weight: 300;
    text-transform: none;
}

.single_nav_arrow i {
    border: 1px solid #eee;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;    
}

.single_nav_arrow i:hover {
    opacity: 1
}

.single_post_prev .single_nav_arrow {
    float: left;
    margin-left: 40px;
}
.single_post_prev .single_nav_title {
    display: block;
    width: 100%;
}

.single_post_prev .single_nav_thumb {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.single_post_next {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single_post_next .single_nav_arrow {
    float: right;
    margin-right: 40px;
}

.single_post_next .single_nav_title {
    display: block;
    width: 100%;
}

.single_post_next .single_nav_thumb {
    display: inline-block;
    float: right;
    margin-right: 15px;
}


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

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

.navigation-container.fixed {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9;
  text-align: center;
  min-height: 50px;
  margin: 0 auto;
  padding: 10px 0 7px;
  color:#fff;
  opacity:0.95;
  background: linear-gradient(#ffffff 90%, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, #fff 70%,rgba(255, 255, 255, 0.0) 100%);
}

.nav-primary.fixed,
.nav-secondary.fixed {
  width: 50%;
  margin: 0 auto;
  border-bottom:none;
}

.nav-primary.fixed {
  float: left;
  text-align: right;
  padding-right: 0;
  border-bottom:none;
}

.nav-secondary.fixed {
  float: right;
  text-align: left;
  padding-left: 0;
}

.nav-secondary.fixed .genesis-nav-menu a,
.nav-primary.fixed .genesis-nav-menu a {
    color: #444;
}

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

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

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

}

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

}

.after-entry .enews-widget {
	width: 100%;
	overflow: hidden;
	text-align: left;
	background-color: #f6f3f3;
	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: 32.6%;
    margin: 5px;
    display: inline;
    border: 1px solid #444;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 11px;
    font-style: italic;
    letter-spacing: .5px;
    padding: 10px;
}

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


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


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

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


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

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

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

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

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

.flexible-widgets.widget-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;
}

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

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

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

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

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

.after-footer .widget-full .null-instagram-feed {
	padding: 0;
	margin: -5.5%;
	width: 111%;
}

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

.after-footer #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
    margin: 0 auto -15px 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: #444;
    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;
}

.after-footer .widget-full .instagram-pics li {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 20%;
}

.after-footer .widget-full .instagram-pics li img {
	margin-bottom: -8px;
}


/* After Footer
---------------------------------------------------------------------------------------------------- */

.after-footer {
	background-color: #fff;
}

.after-footer .wrap {
	max-width: none;
	padding: 0;
}

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


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

.site-footer {
	background: #444;
	color: #fff;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;

}

.site-footer .wrap {
	width: 1280px;
}

.site-footer p {
	margin: 0;
}

.site-footer .genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    position: relative;
}

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

.nav-footer {
	float: left;
	text-align: left;
	width: 60%;
}


.creds {
	float: right;
	padding: 3px;
	width: 40%;

}

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

.creds a img {
    margin-bottom: -5px;
}

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

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

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

.entry-comments h3,
.comment-respond h3 {
	color: #444;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
}

.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: 1px solid #eee;
}

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

.bypostauthor {
}

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

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

.comment-reply a {
	background: #f6f3f3;
	color: #444;
	font-family: 'Playfair Display', serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 15px;
	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: #444;
    margin-bottom: 3px;
    padding: 7px;
    display: block;
    text-align: center;
}

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

}

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

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

.widget li {
	margin: 0;

}

.sidebar .widget li {
	margin: 5px 0;
	word-wrap: break-word;

}

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

.sidebar .widget {
	margin-bottom: 20px;
	background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
    
}

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

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

.sidebar .featuredpost article,
.footer .featuredpost article {
	overflow: hidden;
	padding: 10px 0 0 10px;
}


.sidebar .featured-content .entry,
.footer .featured-content .entry  {
	border: none;
	float: left;
	min-height: 200px;
	padding: 5px;
	width: 48%;
}

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

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

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

.sidebar .featuredpost article .entry-title,
.footer .featuredpost article .entry-title {
    font-size: 12px;
}


/* Woocommerce Widget Sidebar
--------------------------------------------- */

.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 {
	background: none;
	border: none;
	float: left;
	outline: none;
	padding: 5px !important;
	width: 50%;
}


/*
Above Footer Widget
---------------------------------------------------------------------------------------------------- */

.footerwidgetheader-container {
	border-top-color:2px solid #eee;
}

.footerwidgetheader-container .widget-title {
    margin: -20px auto 10px auto;
    width: 400px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    font-family: inherit;
    padding: 7px 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 2;
    background-color: #2e4c64;
    border: 0 none;
    clear: both;
    font-size: 14px;
}

.footerwidgetheader-container .widget-title::after, 
.footerwidgetheader-container .widget-title::before {
    border: medium solid transparent;
    bottom: -6px;
    content: " ";
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #2e4c64;
    transform: rotate(45deg);
}


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

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

.footer-widgets a {
	color: #444;
	font-weight: 700;
	text-decoration: none;
}

.site-footer a {
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}

.footer-widgets .wrap {
	width: 1260px;
}

.footer-widgets {
	color: #444;
	display: block;
	clear: both;
	padding: 0;
	text-align: center;
	margin-top: 8%;
	background: #f6f3f3;
}

.footer-widgets-1 {
	width: 100%;
	padding: 2%;
    clear: both;
    margin: -8% auto 2%;
}

.footer-widgets-1 .enews-widget {
	padding: 3%;
	background: #e6f1ef;
	outline: 1px solid #fff;
    outline-offset: -20px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 33.33%;
	padding: 2%;
	min-height: 180px;
}

.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 20px;
}

.footer-widgets-3 {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	
}

.footer-widgets-4 {
	float: right;
	padding: 20px;
}

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

.footer-widgets img {
	margin: 0;
}

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

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

.footer-widgets-2 .user-profile .widgettitle, 
.footer-widgets-3 .user-profile .widgettitle,
.footer-widgets-4 .user-profile .widgettitle {
	text-align: center;
}

.footer-widgets .menu-description {
    display: none;
}


.sticky.site-footer {
	width: 100%;
}

.site-footer {
position: absolute;
width: 100%;

}



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

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

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

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

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


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

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

.soliloquy-container .soliloquy-prev {
    display: block;
    width: 52px !important;
    height: 67px !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -15px !important;
    z-index: 1320;
    background: url(images/Arrowleft.png) no-repeat scroll !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-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1120;
    padding-bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5);
}

.soliloquy-container .soliloquy-caption {
    position: absolute !important;
    bottom: 10% !important;
    left: 10% !important;
    width: 80% !important;
    z-index: 1120 !important;
    background: rgba(255, 255, 255, 0.72) !important;
    background: #fff;
    border: 1px solid #000;
    outline: 12px solid rgba(251,251,251,.5);
    color: #000;
    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 !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: #000;
	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: #000;
	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: 400;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    background-color: #000;
    border: 1px solid #000;
    padding: 10px 35px !important;
    font-size: 13px !important;
    color:#fff;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button:hover {
    background-color: #eddbd3;
    color:#fff;
   
}

.soliloquy-container .soliloquy-pager {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 20px !important;
    height: 14px;
}

.soliloquy-container .soliloquy-item:before {
    content:'';
    position: absolute;
    left: 2%;
    top: 2%;
    width: 95%;
    height: 95%;
    border: 1px solid white;
}


/* Genesis Responsive Slider
------------------------------------------------------------ */
.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider .slide-excerpt {
	background: #f9efed;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 33.3%;
	border-left:10px solid #fff;
}

.content #genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 3%;
}

.content #genesis-responsive-slider h2 {
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.content #genesis-responsive-slider h2 a {
	color: #444;
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.content #genesis-responsive-slider p {
	color: #444;
	font-family: inherit;
	font-style: italic;
	font-size:16px;
}

.content #genesis-responsive-slider .flex-direction-nav li a,
ul.flex-direction-nav li .next {
	display: block;
	width: 61px !important;
	height: 46px !important;
	position: absolute !important;
	top: 50%;
	margin-top: -16px;
	right: -19px !important;
	z-index: 9 !important;
	background: url(images/Arrowright.png) no-repeat scroll !important;
	float: right;
}

.content #genesis-responsive-slider .flex-direction-nav li a.prev,
ul.flex-direction-nav li .prev {
	display: block;
    width: 61px !important;
    height: 46px !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0px !important;
    z-index: 9 !important;
    background: url(images/Arrowleft.png) no-repeat scroll !important;
}


.content #genesis-responsive-slider .flexslider .slides > li {
	overflow: hidden;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin: -30px 0 0 0;
}

.content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt {
	margin: -50px 0 0 60px;
	text-align: left;
}

.content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

.content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a.active {
	background-position: 0 -26px;
}

.content #genesis-responsive-slider a.more-link {
	clear: both;
	color: #444;
	display: block;
	font-family: inherit;
	font-size: 12px;
	margin: 15px 0 0;
	text-align: right;
	border: 1px solid #444;
	background:#fff;
	text-align: center;
}

.content #genesis-responsive-slider a.more-link:hover {
	color: #fff;
	background:#444;

}

.flexslider {
	max-height: 450px;
    width: 100%;
    overflow: hidden;
}

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

/* 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: #444 !important;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: -85px;
    z-index: 99;
    background: #fff;
    padding: 14px 40px;
    position: relative;
    border: 1px solid #444;
  
}


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

/* Side Sticky
--------------------------------------------- */

#side-container {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-400px, -30%);
    transform: translate(-400px, -30%);
    -webkit-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition:         transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    z-index: 1000;
    background-color: #003643;
    color: #444;
}

#side-container.open {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
}

#side-section {
    padding: 40px;
    width: 400px;
    min-height: 180px;
    background-color: #ecdbdd;
    background-image: linear-gradient(27deg, rgba(255, 255, 255, 0.6) 68%, rgba(255, 255, 255, 0) 50%);
}

#side-section .widget-title {
    text-transform: uppercase;
    color: #444;
}

#side-section .enews input {
    padding: 10px;
}

#side-section .enews p {
    color: #444;
}

#side-section input[type="submit"] {
    background-color: #444;
    text-transform: uppercase;
    border: 1px solid #444;
    color: #fff;
}

#side-section input:hover[type="submit"] {
    text-transform: uppercase;
    border: 1px solid #444;
    color: #444;
    background-color: #decfd1;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);
}

#side-section li a {
    color: #fafafa;
    text-decoration: none;
}

#side-section li a:hover {
    color: #fff;
}

#side-section p:last-child {
    margin-bottom: 0;
}

#side-sticky-button {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: right top 0;
            transform-origin: right top 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #003643;
    color: #fff;
    width: 180px;
    text-align: center;
}

a.sticky-switch {
    display: block;
    padding: 10px 30px;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    background-color: #ecdbdd;
}

a.sticky-switch:focus {
    outline: none;
}


/* 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 {
    color: #000000;

}

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

}

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

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 5%;
	margin-right: 1.6%;
	width: 31.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 {
    border: 1px solid #444;
	color: #444;
	background-color: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.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 10px;
    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 {
    background: #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;
    padding: 0 1em;
    margin: 0 10px 0  0;
    border:1px solid #eee;


}

.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: #5e5e5e;
    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: #777;

}

.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: #f6f3f3;
    border-color: #eee;
    color: #fff;
    margin: 0 5px 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: #444;

}

.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 {
    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 1px 1px 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 0 1px 1px;

}

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

}

.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;
    border-bottom-width: 0;
    background-color: #fff;
    width: 100%;
    color: #444;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0 20px;

}

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

}

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

}

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

}

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

}

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

.woocommerce div.product form.cart .button::before {
    display: inline-block;
    float: left;
    font-size: 17px;
    padding-right: 8px;
    color: #ecdbdd;
    content: "\f174";
    font-family: 'dashicons';
}

.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: #444;
    z-index: 9;

}

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

}

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

}

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

}

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

}

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

}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    margin: 14px;
    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 {
    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 {
    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 #79949e;
    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 #79949e;
    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-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 {

    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: 42px;
    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;
    background: #f6f3f3;

}

.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;
    border: 1px solid #79949e;
    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: #777;
    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: #777;
    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;

}

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

}

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

}

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

}

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

}

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

}

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

}

.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;
    border:1px solid #444;

}

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

}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #eee;
    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: 10px 0;
    display: inline-block;
    width: 90%;
    float: right;

}

.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 #eee;
    padding-right: 2em;
    list-style: none;

}

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
    display: block;
    font-size: 1.4em;
    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: 11px 18px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color:#fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: none;
    border: 1px solid #444;
    background: #444;


}

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

	}

.woocommerce #content input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page #content input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover {
 	border: 1px solid #444;
	color: #444;
	background-color: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);

}

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

}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover {
    color: #fff;

}

.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 #444;
  	cursor: pointer;
  	background: #444;
  	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: #444;

}

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

}

.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 2.63% 5% 0;
    padding: 0;
    position: relative;
    width: 30.7% !important;
}

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

.fancybutton {
	border: 1px solid #444;
    background: #444;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 9px 30px 5px;
    text-transform: uppercase;
    clear: both;
    margin: 20px auto;
    display: table;
    width: auto;
    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;
}

.fancybutton:hover {
    border: 1px solid #444;
	color: #444;
	background-color: #ecdbdd;
    background-image: linear-gradient(40deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.3) 70%);

}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {

    .woocommerce #content input.button.loading: before,
    .woocommerce #respond input#submit.loading:before,
    .woocommerce a.button.loading:before,
    .woocommerce button.button.loading:before,
    .woocommerce input.button.loading:before,
    .woocommerce-page #content input.button.loading:before,
    .woocommerce-page #respond input#submit.loading:before,
    .woocommerce-page a.button.loading:before,
    .woocommerce-page button.button.loading:before,
    .woocommerce-page input.button.loading:before {
   		background-image: url(images/ajax-loader@2x.gif);
    	background-size: 16px 16px;

	}

}


/* 7.8 Single Product Gallery */
.woocommerce-product-gallery {
  position: relative;
}

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

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

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

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

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

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

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

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

.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
  -webkit-transition: all,ease,.2s;
  -moz-transition: all,ease,.2s;
  transition: all,ease,.2s;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 23%;
  float: left;
  margin-right: 1%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {	

}


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

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

	.page_title_wrap {
    	height: 205px;
   
	}

	.nav-primary .genesis-nav-menu a,
	.nav-secondary .genesis-nav-menu a {
    	font-size: 12px;
    	padding: 10px 10px;
	}

	.before-header-left {
     	margin-left: 1%;
	}

	.before-header-right {
    	margin-right: 1%;
	}

	.front-page-2 h4.widget-title, 
	.front-page-4 h4.widget-title, 
	.front-page-6 h4.widget-title, 
	.front-page-8 h4.widget-title {
    	left: -44%;
    
	}

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

	}

	.before-header-left .search-form {
		float: right;
		width: 70%;

	}

	.sidebar-primary {
    	width: 300px;
	}

	.content {
    	width: 860px;
	}

}


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

	.nav-primary .genesis-nav-menu a,
	.nav-secondary .genesis-nav-menu a {
    	padding: 10px 8px;
    	font-size: 10px;
	}

	.nav-primary,
	.nav-secondary {
  		width: 39%;
	}

	.nav-primary {
      	padding-right: 50px;
  		text-align: right;
	}

	.nav-secondary {
  		padding-left: 50px;
  
	}

	.footer-widgets .wrap {
    	width: 100%;
}

}	

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

	.site-inner,
	.wrap {
		max-width: 960px;
		overflow: visible;
	}

	.site-inner {
		margin: 20px auto;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

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

	.sidebar-primary {
		width: 310px;
	}

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


	.footer-widgets-2,
	.footer-widget-1 {
    	float: none;
    	border-left: none;
    	padding: 20px;
    	text-align: center;
    	margin: 0 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) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.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,
	.wrap {
		width: 100%;
	}

	.site-header,
	.above-header-right {
		width: 100%;
	}
	
	.above-header-left {
		display: none;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

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

	.site-container {
		padding-left: 3%;
		padding-right: 3%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.comment-respond,
	.after-entry {
		padding: 3%;
	}

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

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

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

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

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 20px;
	}

	.footer-widgets {
		padding: 20px 5% 16px;
	}

	.portfolio-item:nth-of-type(3n), 
	.portfolio-item:nth-of-type(3n+1), 
	.portfolio-item:nth-of-type(3n+2) {
    		width: 33.3%;
	}

	.soliloquy-container .soliloquy-caption {
		bottom: 13px !important;
	}

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

	.soliloquy-container .soliloquy-caption {
    	display:none;
	}

	.footerwidgetheader-container .widget-title {
    	width: 100%;
    	margin-top: 5%;
    	border-bottom:none;
	}

	.categories-bottom .enews-widget form {
    	width: 100%;
	}

	.categories-bottom .enews input {
    	float: none;
    	margin-bottom: 14px;
    	margin-left: 0;
    	text-align: center;
    	width: 100% !important;
	}

	.categories-bottom .enews-widget p {
    	float: none;
    	margin-bottom: 14px;
    	margin-left: 0;
    	text-align: center;
    	width: 100% !important;
    	clear: both;
	}

	.categories-bottom .enews-widget .widgettitle, 
	.categories-bottom .enews-widget p  {
    	display: block;
    	float: none;
   	 	line-height: 28px;
    	margin: 5px 10px 10px 0;
    	width: auto;

	}

	.portfolio-item:nth-of-type(3n),
	.portfolio-item:nth-of-type(3n+1),
	.portfolio-item:nth-of-type(3n+2) {
   	 	width: 49.8%;

	}

  	.nav-primary, 
  	.nav-secondary {
    	width: 50%;
    	border-top: 1px solid #444;
    	border-bottom: 1px solid #444;
    	padding:10px;
  	}

  	.nav-primary {
    	padding-right: 2%;
  	}

  	.nav-secondary {
    	padding-left: 2%;
  	}

  	.nav-primary .genesis-nav-menu a, 
  	.nav-secondary .genesis-nav-menu a {
    	padding: 10px 13px;
	}

  	.nav-secondary .genesis-nav-menu a {
    	border-left: none;
   
	}

  	.nav-primary .genesis-nav-menu a {
    	border-right: none;
   
	}

	.navigation-container {
    	margin-bottom: 0 !important;
    	margin-top: 0 !important;
    	display:block;
    	z-index:999;
	}

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

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

	.navigation-container {
    	margin-top: 150px;
  	}

  	.before-header-left {
     	margin-left: 0.5%;
	}

	.before-header-right {
    	margin-right: 0.5%;
	}

	.page_title_wrap {
    	margin-top: -6%;
	}

	.before-header-right .simple-social-icons .widget-title.widgettitle {
    	width: 30%;
	}

	.nav-primary, .nav-secondary {
   		 margin: 5% 0 0;
  
	}

	.front-page-2 h4.widget-title, 
	.front-page-4 h4.widget-title, 
	.front-page-6 h4.widget-title, 
	.front-page-8 h4.widget-title {
    	left: -46%;
    	margin: 15% 0 0 0;
   
	}

	.footer-widgets-3 {
    	border-left: none;
    	border-right: none;
	}


}



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

    .navigation-container {
    	margin-top: 0px !important;
	}

	.title-area {
    	display: block;

    }

    .admin-bar .navigation-container.fixed {
    	top: 0;

	}
		
  	.nav-primary {
	    border-top: 1px solid #000;
	    border-bottom: 1px solid #000;
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	    text-align: left;
	}

	.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 .sub-menu:after,
	.genesis-nav-menu .sub-menu:before {
	    display: none;
	}

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

	.page_title_wrap {
    	margin-top: 13%;
	}

	.after-entry .enews-widget input, 
	.after-entry .enews-widget input[type="submit"],
	.footer-widgets-1 .enews-widget input[type="submit"],
	.front-page-image-1 .enews input, 
	.footer-widgets-1 .enews-widget input[type="submit"],
	.front-page-image-3 .enews input, 
	.footer-widgets-3 .enews-widget input[type="submit"],
	.front-page-image-5 .enews input, 
	.footer-widgets-5 .enews-widget input[type="submit"],
	.front-page-image-7 .enews input, 
	.footer-widgets-7 .enews-widget input[type="submit"] {
    	margin-bottom: 10px;
    	width: 100%;
    	clear: both;
    	margin-left: 0;
	}


}


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

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

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
	}

	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,	
	.home-flexible  .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget,
	.site-footer .wrap {
		float: left;
    	margin: 0 auto;
    	width: 100%;
    	text-align: center;
	}

	.front-page-image-1 .enews input, 
	.front-page-image-3 .enews input, 
	.front-page-image-5 .enews input, 
	.front-page-image-7 .enews input, 
	.footer-widgets-1 .enews input {
    	margin-left: 0;
    
	}

	.site-inner {
    	background: #fff;
    	clear: both;
    	padding: 1% 1.6% 5%;
	}

	.categories-top .widget {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.footer-widgets .enews-widget input,
	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
   		margin-bottom: 10px;
    	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;
	}

	.nav-primary .genesis-nav-menu > .search {
		display: block;
		text-align: left;
	}
	.search-div {
		left: 0;
	}

	.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: 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),
	div.one-half.pricing, 
	div.one-third.pricing, 
	div.two-third.pricing, 
	div.three-fourth.pricing, 
	div.one-fourth.pricing {
		width: 100% !important;
		float:left;
	}

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

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
   		width: 100%;
 
	}

	.footer-widgets-1,
	.footer-widgets-2 {
    	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;
	}

	.filterable-portfolio {
    	margin-left: -18px;
    	overflow: hidden;
	}

	.element-3col, 
	.gallery-3col {
    	width: 47.5%;
	}

	.element-3col .icon {
    	width: 100%;
	}

	.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: 48% !important;

	}

	.navigation-container, 
	.site-header {
    	border: none!important;
    	margin-bottom: 5%;
  	}

  	.nav-primary {
	    border-top: 1px solid #444;
	    border-bottom: 1px solid #444;
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	    text-align: left;
	}


	.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 .sub-menu:after,
	.genesis-nav-menu .sub-menu:before {
	    display: none;
	 }

	.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 20px/1 'dashicons';
		margin: 0 auto;
		padding: 10px;
	}

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

	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,	
	.home-flexible  .seven-widgets .widget,
	.home-flexible 	.seven-widgets .widget:nth-last-of-type(-n+4),
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget,
	.home-flexible 	.seven-widgets .widget, 
	.home-flexible 	.five-widgets .widget, 
	.home-flexible 	.six-widgets .widget, 
	.home-flexible 	.three-widgets .widget, 	
	.home-flexible 	.widget-thirds .widget {
		margin: 0 auto;
		width: 100%;
		text-align:center;
	}

	.title-area {
    	border-right: none;
    	border-left: none;
    	
	}

	.after-header {
    	margin-top: 10%;
	}

	.before-header-right {
    	float: right;
    	width: 50%;
    	margin-right: 2%;
	}

	.before-header-left {
    	float: left;
    	width: 40%;
    	margin-left: 2%;
	}

	.creds, 
	.nav-footer {
    	float: none;
    	width: 100%;
	}

	.nav-primary.fixed, 
	.nav-secondary.fixed {
    	width: 100%;
    	margin: 0 auto;
	}

	.nav-primary.fixed {
    	border-bottom: 1px solid #444;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		width: 100%;
	}

	.entry-footer .entry-meta .entry-categories,
    .entry-footer .entry-meta .entry-tags,
    .entry-footer .entry-meta .entry-comments-link {
    	float: none;
    	width: 100%;
    	padding: 0 auto 10px;
    	display:block;
	}

	.portfolio_shortcode .icon {     
    	margin: 0;
    	padding: 0;
	}

	.portfolio_shortcode .icon a {     
    	font-size: 22px;
	}

	.front-page-2 h4.widget-title, 
	.front-page-4 h4.widget-title, 
	.front-page-6 h4.widget-title, 
	.front-page-8 h4.widget-title {
    	left: -46%;
    	margin: 25% 0 0 0;
	}

	.search-form input[type="submit"] {
    	top: 8px;
	}

	.before-header-left .search-form {
    	width: 100%;
  
	}

	.front-page-2 {
    	margin-top: -15% !important;
	}

	.nav-primary {
    	margin-top: 7%;
	}

	.sidebar-primary {
    	border-left: none;
    	margin-top: 0;
	}

	.entry-content .alignleft {
    	width: 100%;
	}

	.page_title_wrap {
    	height: 145px;
	}

}

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

	}

	.woocommerce ul.product_list_widget li:nth-of-type(4n+1), 
	.woocommerce ul.product_list_widget li:nth-of-type(4n+2), 
	.woocommerce ul.product_list_widget li:nth-of-type(4n+3), 
	.woocommerce ul.product_list_widget li:nth-of-type(4n) {
    	width: 46% !important;
    	float: left;

	}

	.before-header-right .simple-social-icons ul.aligncenter {
    	text-align: center !important;

	}

	.front-page-2 {
    	margin-top: -25% !important;
  
	}

	.entry-categories {
    	border-right: none;

	}

	.front-page-2 h4.widget-title, 
	.front-page-4 h4.widget-title, 
	.front-page-6 h4.widget-title, 
	.front-page-8 h4.widget-title {
    	left: -42%;
    	margin: 25% 0 0 0;
	}

	.related-list li {
    	width: 50%;
	}

	.woocommerce ul.product_list_widget li:nth-of-type(4n+1) {
    	margin: 0 21px 0 0;

	}

	.header-image .site-header a {
    	background-size: contain !important;
	}

	.home-bottom .amount {
    	display:none;
	}

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

	.metaItem, 
	.folio-entry {
		width: 100%;
		margin-bottom:4% !important;
	
	}

	.before-header-right,
	.before-header-left {
    	width: 100%;
    	margin-right: 0;
	}

	.before-header-left .search-form,
	.before-header-right .search-form {
    	float: right;
    	width: 100%;
    	padding: 5px;
	}

	.before-header-right .simple-social-icons .widget-title.widgettitle {
       	width: 100%;
	}


	.before-header-right .simple-social-icons ul li,
	.before-header-left .simple-social-icons ul li {
    	float: none;
    	display: inline-block;
    	margin:0 auto;
	}


	.before-header-right .alignleft {
    	float: none;
    	text-align: center;
    	padding: 20px;
	}

	.search-form input {
    	text-align: center;
    	margin-top: 2%;
    }

    .fancybutton {
    	padding: 5px 20px;
   
	}

	.front-page-image-3 .enews input, 
	.front-page-image-5 .enews input,
	.front-page-image-3 .enews-widget input[type="submit"], 
	.front-page-image-7 .enews-widget input[type="submit"] {
    	width: 100%;

	}

	.site-title, 
	.site-title a {
    	font-size: 38px;
   
	}

	.boxes .title {
    	font-size: 20px !important;
    
	}

	#side-section {
        width: auto;
    }

    #side-container {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-top: 9%;
    }

    #side-container.open {
        -webkit-transform: none;
        transform: none;
    }

    a.sticky-switch {
        display: none;
    }

    #top-link i {
    	right: 10px;
  
	}

	.footer-widgets-1 {
    	margin: -15% auto 5%;
	}

	.footer-widgets-1 .enews-widget {
    	padding: 6%;
	}


}



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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.odd {
		margin-left: 0;
		width: 100%;
	}

	.site-title {
    	width: 290px;
	}

	.box .title {
    	font-size: 20px !important;
   
	}

	.portfolio_shortcode .element2col, 
	.portfolio_shortcode .element3col, 
	.portfolio_shortcode .element4col, 
	.portfolio_shortcode .element2col, 
	.portfolio_shortcode .element3col, 
	.portfolio_shortcode .element4col, 
	.element-2col, 
	.gallery-2col, 
	.element-3col, 
	.gallery-3col, 
	.element-4col, 
	.gallery-4col {
    	width: 100% !important;
    	height: auto !important;
	}

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

	.page_title_wrap {
    	margin-top: 18%;
	}

	.page_title_wrap {
    	height: 105px;
	}

	.front-page-2 h4.widget-title, 
	.front-page-4 h4.widget-title, 
	.front-page-6 h4.widget-title, 
	.front-page-8 h4.widget-title {
    	left: -42%;
    	margin: 38% 0 0 0;
	}

	.front-page-image-1 .flexible-widgets.widget-full .widget, 
	.front-page-image-3 .flexible-widgets.widget-full .widget, 
	.front-page-image-5 .flexible-widgets.widget-full .widget, 
	.front-page-image-7 .flexible-widgets.widget-full .widget {
    	width: 90%;
  
	}

	.site-header {
    	height: 150px;
	}

	.header-image .site-title a {
   	 	width: 290px;
    	height: 124px;
    	padding: 0;
    	margin: 0 auto;
	}

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

	.after-entry .widget {
		width: 100%;
	}

	.category-bottom .entry {
		margin: 0;
		width: 100%;
	}

	.julia .easyrecipe .widgettitle {
		font-size: 10px;
	}

	.julia .easyrecipe .ERSTimes {
    	border-top-color: 1px solid #eee;
    	border-bottom-color: 1px solid #eee;
    	width: 100%;
    	padding-top: 5px;
    	padding-bottom: 5px;
    	margin-bottom: 10px;
	}

	.julia .easyrecipe .ERSTopRight,
	.julia .easyrecipe .ERSIngredients,
	.julia .easyrecipe .ERSTimes .ERSTime,
	.julia .easyrecipe .ERSName {
    	width: 100%;
    	
	}

	.julia .easyrecipe .ERSTimeRight {
    	border-left: none;
	}

	.julia .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn, 
	.julia .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
	.julia .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn, 
	.julia .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
    	margin-bottom: 10px;
	}

	.slide-excerpt {
		display: none;
		visibility: hidden;
	}

	.woocommerce ul.product_list_widget li:nth-of-type(4n+1),
	.woocommerce ul.product_list_widget li:nth-of-type(4n+2),
	.woocommerce ul.product_list_widget li:nth-of-type(4n+3),
	.woocommerce ul.product_list_widget li:nth-of-type(4n) {
		width: 100% !important;
		
	}

	.pricing-table .one-third {
		width: 100%;
	}

	.search-div {
		width: auto;
	}

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


	.title-area {
    	height: 130px;
    	width: 300px;
	}

	#options li {
    	width: 100%;
	}

	.share-small:before {
    	display: block;
    	padding-left: 0;
    	margin-right: 0;
 
	}

	.next,
	.previous {
    	width: 100%;

	}

	.boxes .pdescription {
    	top: 83%;
   
	}

	.front-page-2 h4.widget-title, 
	.front-page-4 h4.widget-title, 
	.front-page-6 h4.widget-title, 
	.front-page-8 h4.widget-title {
    	left: -46%;
    	margin: 25% 0 0 0;
	}

	.page_title_wrap {
     	display:none;

	}

	.content-sidebar .content, 
	.content-sidebar-sidebar .content, 
	.sidebar-content-sidebar .content,
	.full-width-content .content {
    	margin-top: 6%;

	}

}

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

	.front-page-2 h4.widget-title, 
	.front-page-4 h4.widget-title, 
	.front-page-6 h4.widget-title, 
	.front-page-8 h4.widget-title {
    	left: -42.5%;
    	margin: 25% 0 0 0;
	}

}