
/*
	Theme Name: Vivien 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: http://lovelyconfetti.com/
	Version: 2.5
 
	Template: genesis
	Template Version: 

		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
		- Soliloquy Lite
		- 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: 1366px
		- max-width: 1155px
		- max-width: 800px
		- max-width: 605px
		- 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: #333;
    font-family: 'Comfortaa', serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.012em;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #a7a58f;
	color: #333;
}

a {
	color: #e39f94;
    font-weight: 400;
    text-decoration: none;	
}

a img {
	margin-bottom: 25px;
}

a:hover {
	color: #a7a58f;
}

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,
h6 {
	color: #333;
	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: 18px;
}

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;
}

/* Full Width Page
-------------------------------------------- */

.site-inner.full-width  {
    max-width: none !important;
    padding: 0;
    margin: 0;
}

/* #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.3;
    filter: alpha(opacity=30);
}

.gallery-item:hover img:hover {
    opacity: 1;
}


.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/25.gif') 50% 50% no-repeat rgb(255,255,255);

}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #333;
	color: #333;
	font-family: "Old Standard TT","Helvetica Neue",sans-serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
	border: 1px solid #eee;
    -webkit-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 17px;
    background: #fcf4f3;

}

input:focus,
textarea:focus {
	border: 2px solid #fff;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	border: 2px solid #333;
	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"] {
	background-color: #fff;
	color: #333;

}

.button-secondary {
	background: #f5f5f5;
	color: #010101;
}

.button-secondary:hover {
	background: #010101;
	color: #fff;
}



/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */


.site-container {
	background: #fff;
    max-width: 100%;

}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1220px;

}

.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: 830px;
	margin-top: 4.5%;
}

.home .content {
	margin-top: 0;
}

.entry-content {
	margin-top: 2%;
}


.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;

}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 320px;
	position:relative;
	z-index:9;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar li a {
    color: #333;
}


.sidebar .entry-title a  {
    color: #333;
 
}

/* 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: 3.4%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.017948717948715%;
}

.one-third,
.two-sixths {
	width: 31.023931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 22.376923076923077%;
}

.three-fourths {
	width: 73.35897435897436%;
}

.one-sixth {
	width: 13.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;
}

.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:#333;
}

.author-box h4 {
    color:#333;
    text-transform:uppercase;
    letter-spacing:2px;
    font-family: "PT Sans Narrow","Helvetica Neue",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: #333;
    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:'Old Standard TT', sans-serif;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	font-style: normal;
	color:#333;
	font-weight:400;
	font-size: 24px;
}

h1.entry-title {
    font-family:'Old Standard TT', sans-serif;
    text-transform: inherit;
    letter-spacing:1px;
    font-style: normal;
    text-transform:uppercase;
    font-weight: 400;
    text-align:center;
    font-size: 26px;
    margin-bottom: 0;

}


h1.entry-title::after,
h2.entry-title::after {
	border-bottom: 1px solid #b2a79d;
	content: "";
	display: block;
	margin: 0 auto 0;
	padding-bottom: 5px;
	width: 12%;
}

.home h1.entry-title::after,
.home h2.entry-title::after {
	display: none;
}

.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:#333;
	font-family:'Old Standard TT', 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: #333;
	text-decoration: none;
}

h4.widget-title {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 2%;
	text-align: center;
	letter-spacing:2px;
	font-family:'Old Standard TT', sans-serif;


}

.flex-footer h4.widget-title,
.flex-footer .enews-widget p {
	color: #333;

}

.after-entry .enews-widget .widget-title,
.author-box h1,
.footer-widgets-1 .widget-title, 
.footer-widgets-2 .widget-title,
.footer-widgets-3 .widget-title:after
.above-blog .enews-widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    text-align:center;
    color:#333;
    font-size:initial;
}



.flexible-widgets.widget-thirds .widget .footer-widgets h4.widgettitle {
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
    margin: -35px auto 0;
    letter-spacing: 2px;
    font-family: 'PT Sans Narrow', 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: #333;
    font-weight:400;
    line-height: 2;
    text-align: center;
    margin-bottom:15px;
    border-bottom: 1px solid #b2a79d;
    font-size: 20px;
}



.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,
.column-header .search input[type="submit"]:focus,
.widget_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: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.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 #b2a79d;
    height: 45px;
    float: left;
    padding: 7px;
    width: 45px;
    border-radius: 45px;

}

.user-profile .avatar-65  {
	margin-right: 10px;
    background-color: #fff;
    border: 1px solid #b2a79d;
    height: 65px;
    float: left;
    padding: 7px;
    width: 65px;
    border-radius: 65px;

}

.user-profile .avatar-85  {
	margin-right: 10px;
    background-color: #fff;
    border: 1px solid #b2a79d;
    height: 85px;
    float: left;
    padding: 7px;
    width: 85px;
    border-radius: 85px;
}

.user-profile .avatar-125  {
	margin-right: 10px;
    background-color: #fff;
    border: 1px solid #b2a79d;
    height: 125px;
    float: left;
    padding: 7px;
    width: 125px;
    border-radius: 125px;
}

.user-profile {
	font-size: inherit;
	line-height: 1.5;
	text-align: left;
}

.footer-widgets-1 .user-profile .widgettitle, 
.footer-widgets-2 .user-profile .widgettitle,
.footer-widgets-3 .user-profile .widgettitle {
	text-align: center;
}


/* Utility Bar
--------------------------------------------- */

.utility-bar {
	color: #333;
	background-color: #fcf4f3;
	
}

.utility-bar .widget {
	padding: 10px 0;
	
}

.utility-bar h4.widget-title {
	display:none;
}

.utility-bar-left .widget_nav_menu li {
	color: #333;
	float:left;
	padding: 0 20px;
	display: inline-block;
}

.utility-bar-right .widget_nav_menu li {
	color: #333;
	float:right;
	padding: 0 20px;
	display: inline-block;
}


.utility-bar-left,
.utility-bar-right {
	width: 50%;
	
}

.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-left {
	float: left;
}

.utility-bar-right {
	float: right;
	text-align: right;
}


.utility-bar-left .search-form {
	float: left;
	text-align: right;
	margin-left: 170px;
}



/* Column Header
--------------------------------------------- */

.column-header {
	clear: both;
	overflow: hidden;
	padding: 5px;
	margin: 80px 0 -115px;
	text-align:center;
	font-style: italic;
}

.column-header-left {
	float: left;
	width: 36%;
	border-right: 1px solid #b2a79d;
	min-height: 55px;
}


.column-header-left .widget {
	float: right;
	margin-right: 7%;

}

.column-header-right {
	float: right;
	width: 36%;
	border-left: 1px solid #b2a79d;
	min-height: 55px;
}

.column-header-right .widget {
	float: left;
	margin-left: 7%; ;

}

.column-header-left p {
	margin: 0 0 1px;
    padding: 0;
    text-align:center;
}

.column-header-right .widget-title,
.column-header-left .widget-title {
    font-size: 12px;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.column-header .widget {
	margin-bottom: 0;
	margin-top:-10px;
}


.column-header h2 {
	font-size: 12px;
	padding: 15px 0;
	margin: 0;

}

.column-header-left a:first-of-type h2, 
.column-header-right a:first-of-type h2 {
	border-bottom: 1px solid #444;
	padding: 15px 0;
}

/* Expanding Search Bar
--------------------------------------------- */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.column-header .search-form input[type="search"],
.utility-bar-left .search-form input[type="search"],
.utility-bar-right .search-form input[type="search"]  {
	margin-left: 10px;
    padding-left: 12px;
    padding-right: 1.8rem;
    padding-top: 12px;
    width: 170px;
    -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    clip: inherit;
    color: #333;
    content: "\f179";
    font-size: 12px;
    font-family: "dashicons";
    height: 33px;
    outline: none;
    position: absolute;
    right: 5px;
    top: -4px;
    -webkit-font-smoothing: antialiased;
    background: transparent;
    border:none;

}

.column-header .search-form input[type="search"]:focus,
.utility-bar .search-form input[type="search"]:focus {
	width: 210px;
}

.search-form {
	position: relative;
}

.utility-bar-right .search-bar {
    float: right;
    text-align: right;
}

.utility-bar-left .search-bar {
    float: left;
    text-align: left;
}

.search-form input {
	border: 0;
}

.column-header .search-form input[type="submit"],
.utility-bar .search-form input[type="submit"],
.footer-widgets .search-form input[type="submit"],
.sidebar .search-form input[type="submit"],
.categories-top .search-form input[type="submit"] {
	background: transparent;
    clip: inherit;
    color: #333;
    content: "\f179";
    font-size: 20px;
    font-family: "dashicons";
    height: 33px;
    outline: none;
    position: absolute;
    right: 20px;
    top: -4px;
    width: 33px;
    -webkit-font-smoothing: antialiased;
}

.utility-bar .search-form input[type="submit"] {
	content: none;
	background: transparent;
	border: none;
}

.footer-widgets input[type="search"],
.sidebar input[type="search"],
.categories-top input[type="search"],
.column-header input[type="search"],
.utility-bar input[type="search"] {
    border-radius: 0;
    -webkit-appearance: none !important;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
}

.column-header input[type="search"],
.utility-bar input[type="search"] {
    padding: 7px !important;
}

.search-form input[type="submit"]:hover {
	color: #ddd !important;
}

input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none !important;
}

.column-header .widget-area .search-form,
.utility-bar .widget-area .search-form {
	margin-right: 7px;
}

.column-header input[type="search"], 
.utility-bar input[type="search"] {
    padding: 8px !important;
    width: 55%;
}

.column-header button {
    padding: 10px 12px 6px;
    display: inline-block;
    border: none;
    color: inherit;
    background: none;
    font-style:italic;
}

/* Above content
--------------------------------------------- */

.widget-above-content {
    background-color: #fcf4f3;
    padding: 20px 0;
    clip-path: url(#clipPolygon);
    position: relative; 
    overflow: hidden;
}


.widget-above-content .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
 
}
 


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Custom fields
--------------------------------------------- */


.parallax-window {
    min-height: 320px;
    background: transparent;
    padding: 100px 0;
}
 
.singular-featured {
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
 
.singular-featured:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.5);
}
 
.singular-featured .wrap {
    position: relative;
    z-index: 1;
    text-align: center;
}
 
.singular-featured p:last-child {
    margin-bottom: 0;
}



/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #333;
	text-align: center;
}

.enews-widget input {
	margin-bottom: 16px;
	padding: 12px 25px;
}

.enews-widget input:focus {
	border: 1px solid #eee;
}

.enews-widget input[type="submit"],
.sidebar .enews-widget input[type="submit"] {
	background: #333;
    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:2px solid #333;
}


.enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:hover[type="submit"] {
    background: #fff;
    color: #333;
    
}

.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: 15px;
	width: 100%;
	border-bottom: 1px solid #333;
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: center;
}

.footer-widgets .enews-widget input[type="submit"] {
		margin: 15px 0px;

}

.sidebar .enews {
    padding:10px;
}


.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 {
    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 {
    background: #fff;
    opacity: 0.8;
    padding:5%;
    border: 1px solid #fff;
    
} 

.above-footers .enews-widget {
    margin: 0;
    margin: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 2%;
    background: #fcf4f3;
}



/*.front-page-image-1 .flexible-widgets.widget-full .widget .enews-widget,
.front-page-image-3 .flexible-widgets.widget-full .widget .enews-widget,
.front-page-image-5 .flexible-widgets.widget-full .widget .enews-widget,
.front-page-image-7 .flexible-widgets.widget-full .widget .enews-widget {
	margin: 0;;
	margin: 0;
	display: table;
	width: 50%;
	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;

} */

.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 {
	margin-bottom: 4%;

}

.front-page-image-1 .enews input,
.front-page-image-3 .enews input,
.front-page-image-5 .enews input,
.front-page-image-7 .enews input,
.home-welcome .enews input,
.above-footers .enews input  {
	float: left;
    margin-left: 1.5%;
    width: 33%;
    color: #333;
    border: none;
    background-color: transparent;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    border-bottom: 1px solid #333;
}

.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"],
.home-welcome .enews-widget input[type="submit"],
.above-footers .enews-widget input[type="submit"] {
	display: inline;
    float: right;
    width: 29.5%;
    margin-left: 1%;
    cursor: pointer;
   -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    box-shadow: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    border: 2px solid #333;
    background: #333;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding:11.5px;
}

.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, 
.home-welcome .enews-widget input[type="submit"]:hover,
.above-footers .enews-widget input[type="submit"]:hover {
	background: #fff;
    color: #333;
    border: 2px solid #333;
}

.widget-above-content .enews-widget .widgettitle {
    display: inline;
    float: left;
    width: 20%;
    display:none;
}


.widget-above-content .enews-widget, 
.widget-above-content .textwidget,
.above-footers .enews-widget {
    margin: 0;
    margin: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 25px;
}


.widget-above-content .enews-widget p,
.above-footers .enews-widget p {
    display: inline;
    margin: 1px 10px 0 0;
    float: left;
    line-height: 1.4;
    text-align: left;
    width: 33%;
}

.widget-above-content .enews input,
.above-footers .enews input {
    float: left;
    margin-bottom: 0;
    margin-left: 1.2%;
    width: 20%;
    border-bottom: 1px solid #333;
    border-left:none;
    border-right: none;
    border-top: none;
}

.widget-above-content .enews-widget input[type="submit"],
.above-footers .enews-widget input[type="submit"] {
    display: inline;
    float: right;
    width: 20.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;
    border: 2px solid #333;
}

.footer-widgets .enews-widget input[type="submit"] {
    width: 100%;
    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;
    border: 2px solid #333;
}

.footer-widgets .enews-widget input[type="submit"]:hover {
	background: #fff;
    color: #333;
    border: 2px solid #333;
}


/* Contact Form 7
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
}

/* Instagram landing
---------------------------------------------- */
.vivien-instagram,
.vivien-instagram .site-inner  {
	background: #fff;
}

.vivien-instagram .content {
	max-width: 800px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 40px;
	margin: 0 auto 5%;
	float: none;
}

.vivien-instagram .content p {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vivien-instagram .widget_nav_menu a {
	margin-bottom: 8px
}

.vivien-instagram  .menu li a {
   	background: #333;
   	border: 1px solid #333;
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 2.1rem !important;
    padding: 8px 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.vivien-instagram  .menu li a:hover {
   	background: #fff;
    color: #333;
    border: 1px solid #333;
}

.vivien-instagram li {
    list-style-type: none;
}

.vivien-instagram .widget {
	margin: 7% auto 5%;
}

.vivien-instagram .widget:last-child {
	margin-bottom: 0;
}

.vivien-instagram .widgettitle {
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}

/* Genesis Simple Share
--------------------------------------------- */
 
.content .share-after {
	margin: 0;
	text-align:center;
	width: auto;
	display: table;
	float: none;
	text-align: center;
	margin: 0 auto;
	margin: 5% auto 3%;

}

.share-small {
    text-align: center;
}

.sharrre {
    display: inline-block;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
  -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin: 0 5px -5px;
}

.share-small:before {
    color: #333;
    content: 'SHARE IT:';
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 40px;
    padding-left: 0;
    margin-right: 20px;
    font-weight: bold;
    padding: 0 10px 0;
    
}

.sharrre .share,
.sharrre:hover .share {
	color: #424243;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.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: #424243;
	border: 2px solid #333;
	display: none;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #fff !important;
}

/* 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: #333 !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 #333;
    outline: 8px solid rgba(251,251,251,.5);
}


div#sb_instagram #sbi_load .sbi_load_btn:hover,
div#sb_instagram .sbi_follow_btn a:hover {
	background: #333 !important;
	border: 1px solid #333;
	color: #FFF !important;
	opacity: 1;
}


/* Genesis Responsive Slider
--------------------------------------------- */

.above-blog-slider {
	margin-bottom: 50px;
	margin-top: 1.5%;
}

.home-slider li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#genesis-responsive-slider p {
	font-size: 12px;
	
}

#genesis-responsive-slider p a {
	display: block;
	color: #333;
	width: 33%;
	margin: 0 auto;
	padding: 7px 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #333;
	position: absolute;
	margin: 15px auto;
	text-align: center;
	left: 0;
	right: 0;
}

.content #genesis-responsive-slider p a:hover {
    color: #fff;
    background: #333;
}

.content #genesis-responsive-slider .slide-excerpt {
    bottom: 25%;
    margin: 0 15%;
    opacity: 1;
    overflow: hidden;
    padding:  30px;
    text-align: center;
    width: 70%;
    background: #fff;
    border: 1px solid #fff;
    outline: 12px solid rgba(251,251,251,.5);
    min-height:200px;
}

.content .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.content .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.content #genesis-responsive-slider h2 a {
	color: #666;
	font-size: 25px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: 14px 0 0;
	text-align: center;
	width: 100%;
	height: 5px;
}

.content #genesis-responsive-slider .read-more {
	margin-top: 10px;
}

.content #genesis-responsive-slider a.more-link {
    background: #333;
    clear: both;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px auto;
    padding: 8px 25px;
    text-transform: uppercase;
    border:2px solid #333;
    width: 37%;
}

.content #genesis-responsive-slider a.more-link:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}


/* Easy Recipe Pro
--------------------------------------------- */

.vivien .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;
}

.vivien .easyrecipe div:before,
.vivien .easyrecipe div:after {
	clear: none;
	display: inline;
}

.vivien .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;
}

.vivien .ERSAuthor,
.vivien .ERSCategory, 
.vivien .ERSCuisine {
	font-style: italic;
}

.vivien .easyrecipe  .ERSIngredients li.ingredient {
	list-style: none;
}

.vivien .easyrecipe .ERSIngredients li.ingredient:before {
    content: "\f147";
    color: #333;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    margin-right: 3px;
}

.vivien .easyrecipe .ERSName {
	color: #333;
	font-family: inherit;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 60%;
	font-weight: bold;
}

.vivien .easyrecipe .ERSTimeHeading,
.vivien .easyrecipe .ERSHeading,
.vivien .easyrecipe .ERSNotesHeader,
.vivien .easyrecipe .ERSNutritionHeader,
.vivien .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.vivien .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.vivien .easyrecipe div.ERSNotesHeader,
.vivien .easyrecipe .nutrition .ERSNutritionHeader   {
	color: #333;
	font-family: inherit;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

.vivien .easyrecipe .ERSHeading,
.vivien .easyrecipe .ERSNotesHeader,
.vivien .easyrecipe .ERSNutritionHeader {
	margin: 5px 0 10px;
}

.vivien .easyrecipe .ERSTopRight img {
	border: 0;
}

.vivien .easyrecipe .pibfi_pinterest .xc_pin {
	margin: 0;
}

.vivien .easyrecipe .ERSSummary {
	width: 60%;
}

.vivien .easyrecipe .ERSSavePrint {
	background: #fff;
}

.vivien .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn,
.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
	background: #f5f6f7;
	border-radius: 0;
	padding: 0 10px;
}

.vivien .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #F5F6F7;
}

.vivien .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.vivien .easyrecipe .ui-button .ui-button-text {
	color: #333;
	font-family: inherit;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.vivien .easyrecipe .ui-button .ui-button-text {
	padding: 0.4em 1em 0.4em 2.4em;
}

.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link .ERSSaveIcon,
.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button .ERSSaveIcon {
	background-image: url('images/save.png');
	margin-left: 10px;
}

.vivien .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn .ERSPrintIcon {
	background-image: url('images/print.png');
	margin-left: 10px;
}

.vivien .easyrecipe .ERSIngredients,
.vivien .easyrecipe .ERSInstructions,
.vivien .easyrecipe .ERSNutrition {
	border-top-color: 1px solid #eee;
	margin-top: 20px;
}

.vivien .easyrecipe .ERSIngredients {
	width: 60%;
}

.vivien .easyrecipe .ERSIngredients li.ingredient {
	list-style: none;
}

.vivien .easyrecipe .ERSIngredients ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}

.vivien .easyrecipe .ERSNutrionDetails span {
	margin-right: 20px;
}

.vivien .easyrecipe .ERSRatings {
	margin: 10px 0 0;
}

.vivien .easyrecipe .ERComment {
	font-family: 'Source Sans Pro', Helvetica, Arial, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.vivien .easyrecipe .ERRateBG {
	background: url('images/whitestar.png');
	margin: 2px 0 0 10px;
}

.vivien .ERRateBG,
.vivien .ERRatingComment,
.vivien .ERComment .ERRateBG,
.vivien .ERSRatingOuter {
	background: url('images/whitestar.png');
	margin: 0 0 10px 0;
}

.vivien .easyrecipe .ERRateStars,
.vivien .ERComment .ERRateStars,
.vivien .ERRatingCommentInner,
.vivien .ERSRatingInner {
	background: url('images/graystar.png');
}

.vivien .easyrecipe .average {
	font-family: inherit;
}



/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}



 
/*
Custom Page Templates
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

/* Above Header
--------------------------------------------- */

.after-header {
	clear: both;
	overflow: hidden;
	padding: 15px;
}

.after-header-left {
	float: left;
	width: 30%;
	margin-left:8%;
}

.after-header-left .search-form {
	float: right;
	width: 50%;
	padding:5px;
}

.after-header-left .input {
	padding:5px;
}


.after-header-right {
	float: right;
	width: 30%;
	margin-right:8%;
}


.after-header-right .simple-social-icons .widget-title.widgettitle {
    float: left;
    display: inline-block;
    font-style: italic;
    text-transform: lowercase;
    color: #000;
    background: none;
    letter-spacing: .1em;
    font-family: "Old Standard TT","Helvetica Neue",sans-serif;
    font-size: 12px;
    padding: 4px 0 0;
    width:23%;

    }


 .after-header-right .simple-social-icons ul.aligncenter {
    text-align: left !important;
}


.after-header .widget {
	margin-bottom: 0;
}

.after-header .search-form input[type="search"] {
	border: 1px solid #eee;
	padding: 5px;
}

.front-page .content .featured-content a.alignnone img {
	width: 100%;
	
}

.front-page-2 .featured-content img,
.front-page-4 .featured-content img,
.front-page-6 .featured-content img,
.front-page-8 .featured-content img,
.front-page-image-3 .featured-content img,
.front-page-image-5 .featured-content img,
.front-page-image-7 .featured-content img,
.front-page-2 .woocommerce ul.cart_list li img, 
.front-page-2 .woocommerce ul.product_list_widget li img, 
.front-page-2 .woocommerce-page ul.cart_list li img, 
.front-page-2 .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-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-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-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-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,
.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 {
	float: left;
  	width: 100%;
  	height:auto;
  	margin-bottom: 10%;
    display: block;
    filter: grayscale(0);
	opacity: 1;
	-webkit-filter: grayscale(0);
	outline: 10px solid rgba(251,251,251,.5);
	display:block;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:-webkit-transform .4s ease-in-out;
	-moz-transition:-moz-transform .4s ease-in-out;
	-ms-transition:-ms-transform .4s ease-in-out;
	-o-transition:-o-transform .4s ease-in-out;
	transition:transform .4s ease-in-out;
	-webkit-backface-visibility:hidden;
	border-bottom: none;
	overflow: hidden;
}


.front-page-2 .featured-content img:hover,
.front-page-4 .featured-content img:hover,
.front-page-image-3 .featured-content img:hover,
.front-page-image-5 .featured-content img:hover,
.front-page-6 .featured-content img:hover,
.front-page-8 .featured-content img:hover,
.front-page-2 .woocommerce ul.cart_list li img:hover, 
.front-page-2 .woocommerce ul.product_list_widget li img:hover, 
.front-page-2 .woocommerce-page ul.cart_list li img:hover, 
.front-page-2 .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-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-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-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-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,
.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 {
 	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);

}

/* Elementor
--------------------------------------------- */

.elementor-home-carousel {
  position: relative;
  height: 520px;
	overflow: hidden;
  
}

.elementor-home-carousel .items-wrapper, 
.elementor-home-carousel .slick-list, 
.elementor-home-carousel .slick-track, 
.elementor-home-carousel .slick-slide {
	height: 100%;
}


@media only screen and (max-width: 1024px) {
	.elementor-home-carousel {
		height: 480px;
	}
}

@media only screen and (max-width: 640px) {
	.elementor-home-carousel {
		height: 400px;
	}
}

.elementor-special-services-box {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fcf4f3;
    padding: 20px;
    min-height: 330px;
}

.elementor-special-services-box img {
    float: none;
    display: block;
    height: auto;
    max-width: 100%;
    margin: 3% auto 0;
    height: 64px;
    width: auto;
}

.elementor-enews {
    background: #fff;
    opacity: .8;
    padding: 5%;
    border: 1px solid #fff;
}

.elementor-enews h5,
.elementor-portfolio h5,
.elementor-post h5,
.elementor-testimonials h5,
.products-elementor h5 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 2%;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Old Standard TT', serif;
}

.elementor-enews .enews input {
    float: left;
    margin-left: 1.5%;
    width: 33%;
    color: #333;
    border: none;
    background-color: transparent;
    -webkit-transition: background-color .24s ease-in-out;
    transition: background-color .24s ease-in-out;
    border-bottom: 1px solid #333;
}

.elementor-enews  input[type=submit] {
    display: inline;
    float: right;
    width: 29.5%;
    margin-left: 1%;
    cursor: pointer;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    box-shadow: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    border: 2px solid #333;
    background: #333;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11.5px;
}

@media only screen and (max-width: 800px) {
	
	.elementor-enews .enews input {
    width: 100%;
}
	.elementor-enews  input[type=submit] {
    width: 100%;
		margin-top: 5%;
		margin: 0 auto;

} } 

.elementor-enews input[type="submit"]:hover {
	background: #fff;
    color: #333;
    border: 2px solid #333;
}

.elementor-post img {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10%;
    display: block;
    filter: grayscale(0);
    opacity: 1;
    -webkit-filter: grayscale(0);
    outline: 10px solid rgba(251,251,251,.5);
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    -o-transition: -o-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    border-bottom: none;
    overflow: hidden;
}

.elementor-post img:hover {
 	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);

}

.ctaimagebox {
    background: #fcf4f3;
    z-index: 9;
    min-height: 150px;
    text-align: center;
    padding: 5%;
    font-weight: 700;
    color: #444;
    margin-top: 0;
    max-width: 600px;
    float: right;
    position: relative;
}

.ctaimagebox::after {
    content: '';
    border: 1px solid #b2a79d;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -99;
    white-space: nowrap;
}

.elementor-imagebox .title {
    font-family: 'Comfortaa', serif;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 18px;
    word-break: break-word;
    text-align: center;
    -webkit-font-smoothing: auto;
    font-weight: 300;
}

.products-elementor h5 {
    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;
}

.products-elementor li:nth-of-type(3n+1),
.products-elementor li:nth-of-type(3n+2), 
.products-elementor li:nth-of-type(3n+3) {
    float: left;
    margin: 0 15px 0 0;
    list-style: none;
    width: 31%;
    height: auto;
}

.products-elementor 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;
}

.products-elementor .amount {
    display: none;
}

.products-elementor  li img {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background: #fff;
    display: block;
    filter: grayscale(0);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.products-elementor  li img:hover {
 	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);

}

@media only screen and (max-width: 800px) {
	
.products-elementor li:nth-of-type(3n+1),
.products-elementor li:nth-of-type(3n+2), 
.products-elementor li:nth-of-type(3n+3) {
    width: 100%;
}
.element-3col {
    height: auto;
    margin: 1%;
    padding: 0;
    width: 50%;

}}


/* Woocommerce widget
--------------------------------------------- */


.woocommerce .content {
    padding: 5% 2% 0;
}

.front-page-2 .widget-title .woocommerce ul.product_list_widget,
.front-page-4 .widget-title .woocommerce ul.product_list_widget,
.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 42px 0 0;
    list-style: none;
    width: 30.5%;
    height:auto;
    text-align: center;
}

.woocommerce ul.product_list_widget li:nth-of-type(3n+2),
.woocommerce ul.product_list_widget li:nth-of-type(3n+3) {
    float: left;
    margin: 0 42px 0 0;
    list-style: none;
    width: 30.5%;
    height:auto;
    text-align: center;
} 


.woocommerce ul.product_list_widget li:nth-of-type(3n) {
    float: left;
    margin: 0;
    list-style: none;
    width: 30.5%;
    height:auto;
    text-align: center;
}

.woocommerce ul.product_list_widget .amount {
	text-align:center;
	margin: 0 auto 4%;
	display:block;

}

.front-page-4  .recent-title h4,
.front-page-4  .recent-title h4 {
	margin: 20px 0 0;
    padding: 0 0 10px;
    position: relative;
    font-family: inherit;
    text-align: center;
    color: #333;
    font-size: initial;
    font-weight: 600;
    font-size: 22px;
    letter-spacing:2px;

}

.front-page-4 .recent-title h4::after,
.front-page-4  .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;

}


/* Pricing Table
--------------------------------------------- */
.pricing-table .amount {
	font-size: 38px;
	text-align: center;
}

.pricing-table {
	line-height: 1;
}


.pricing-table h4 {
	background: #333;
	border: 1px solid #eee;
	color: #fff;
	padding: 20px 0 30px;
	text-align: center !important;

}

.pricing-table .one-third {
	background-color: #F5F6F7;
	margin: 30px -1px;
    padding: 40px;
    width: 33.33%;
}


.pricing-table .one-third:nth-child(3n+2), 
.pricing-table .one-third:nth-child(3n+1),
.pricing-table .one-third:nth-child(3n) {
	border: 1px solid #b2a79d;
}

.pricing-table .one-third:nth-child(3n+1) {
	background: #fff;
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	background: #fcf4f3;
	margin-bottom: 0;
	margin-top: 0;
	border: 1px solid #b2a79d;
}

.pricing-table .one-third:nth-child(3n) {
	background: #fff;
	margin: 20px 0;
}

.pricing-table .one-third ul {
	margin: 0;
}

.pricing-table ul li:before {
    content: "\f345";
    float: left;
    font: 17px/1 'dashicons';
    text-align: left;
    z-index: 9999;

}

.pricing-table ul li {
	border-bottom: 1px solid #b2a79d;
	color: #333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	list-style-type:none !important;
	margin-left:0 !important;
}

.entry-content ul li .pricing-table ul li,
.entry-content ol li  .pricing-table ul li {
    margin-left: 0 !important;
}

.pricing-table a.button {
	color: #fff;
	display: block;
	text-align: center;
	margin-top:20px;
	text-decoration:none;
	background-color: #333;
    border: 2px solid #333;
}

.pricing-table a.button:hover {
	background-color: #fff;
	color: #333;
}

/* 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: #333;
}
 
.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%);

 
}




/* 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 #b2a79d;
    padding: 5px 10px;
    background: #fff;
  
} 




/* Title, tagline and description boxes
--------------------------------------------- */

.boxes {
    float: center;
    position: relative;
    width:100%;
    min-height:140px;
    background: #fff;
    padding: 5%;
    opacity:0.95;
    border: 1px solid #fff;
    outline: 10px solid rgba(251,251,251,.5);
}


.boxes .title {
    font-family: 'Comfortaa', serif;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 18px;
    word-break: break-word;
    text-align: center;
    -webkit-font-smoothing: auto;
    font-weight:300;
    
}

.boxes .h1tagline {
    font-weight: 400;
    text-transform: uppercase;
    font-family:inherit;
    letter-spacing: 2px;
    margin: 2% auto;

}

.boxes .pdescription {
	font-family: 'Comfortaa', serif;
    color: inherit;
    font-weight:300;
    letter-spacing:2px;
    font-family: inherit;
    font-size: 13px;


}



/* number
--------------------------------------------- */

.number {
	position: flex;
    margin-bottom: 20px;
    text-align: left;
    color: #f4bdbd;
    font-weight: 400;
    z-index: 9999;
    width: 100%;
    font-size: 75px;
    font-style: italic;
    display: block;
    margin-bottom:-17%;
  

}


/* Title, tagline and description CTA boxes
--------------------------------------------- */

.ctaboxes {
    position: relative;
    background: #fcf4f3;
    padding: 7%;
    transform: translate(-100px,130px);
    z-index: 99;
    border: 1px solid #fff;
    min-height: 150px;
    bottom: 30%;

}


.ctaboxes::after {
    content: '';
    border: 1px solid #b2a79d;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    color: #f2f2f2;
    white-space: nowrap;
}

.ctaboxes .title {
    font-family: 'Comfortaa', serif;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 18px;
    word-break: break-word;
    text-align: center;
    -webkit-font-smoothing: auto;
    font-weight:300;
    
}

.ctaboxes .h1tagline {
    font-weight: 400;
    text-transform: uppercase;
    font-family:inherit;
    letter-spacing: 2px;
    margin: 2% auto;

}

.ctaboxes .pdescription {
	font-family: 'Comfortaa', serif;
    color: inherit;
    font-weight:300;
    letter-spacing:2px;
    font-family: inherit;
    font-size: 13px;


}


/* 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;
}


/* Portfolio Single
------------------------------------------------------------ */

.portfolio_single_feature .portfolio-items {
	display: none;
}


/* Portfolio Single
------------------------------------------------------------ */
.portfolio_single_feature {
    margin: 20px 0;
}

.metaItem {
    float: left;
    width: 22%;
}

.folio-entry {
    float: right;
    width: 74%;
}

.metaItem_nav {
    float: left;
	padding: 20px 0;
    width: 100%;
}

.metaItem span:after {
    content: ":";
	margin: 0 5px 0 2px;
}

.metaItem span {
    color: #333;
    font-style: italic;
    font-weight: 700;
}

.authorStuff, 
.dateStuff, 
.categoryStuff,
.projectStuff {
    border-bottom: 1px solid #b2a79d;
    padding: 10px 0;
    vertical-align: middle;

}

.prev_project,
.nav-back {
    display: inline-block;
    float: left;
}

.next_project a {
	background: url("images/portfolio-nav.png") no-repeat scroll -58px top;
	content: "";
	float: left;
	width: 29px;
	height: 29px;
	border: none;
	border: 1px solid #b2a79d;
}

.prev_project a {
	background: url("images/portfolio-nav.png") scroll no-repeat 0 top;
	content: "";
	float: left;
	width: 29px;
	height: 29px;
	border: none;
	border: 1px solid #b2a79d;
}

.nav-back a {
	background: url("images/portfolio-nav.png") scroll no-repeat center top;
	content: "";
	float: left;
	margin: 0 5px;
	margin: 0 0.5rem;
	width: 29px;
	height: 29px;
	border: none;
	border: 1px solid #b2a79d;
}	

.next_project a:hover {
	background: url("images/portfolio-nav.png") no-repeat scroll -58px top;
}

.prev_project a:hover{
	background: url("images/portfolio-nav.png") scroll no-repeat 0 top;
}

.nav-back a:hover {
	background: url("images/portfolio-nav.png") scroll no-repeat center top;
}

/* 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: 110%;
}

.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 {
    height: auto;
    margin: 1%;
    padding: 0;
    width: 48%;
}

.element-3col,
.gallery-3col {
    height: auto;
    margin: 1%;
    padding: 0;
    width: 31%;
}
		
.element-4col,
.gallery-4col {
    height: auto;
    margin: 1%;
    padding: 0;
    width: 23%;
}

.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 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3.5%;
    margin-top: 2.5%;
    padding: 3px 0 0;
    text-align: center;
}

#options ul {
	line-height: 36px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#options li {
    display: inline-block;
    line-height: 1;
    margin: 7px 0;
    padding: 5px 13px 5px 20px;
}

#options li:first-child {
	border: medium none;
}

#options li a {
    color: #333;
    text-transform: uppercase;
}

#options li a.selected, 
#options li a:hover {
	color: #e39f94;
	border: 1px solid #b2a79d;
	padding:10px;
}

/* 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: 25% !important;

}
	
.element-3col .icon h4 a, 
.gallery-3col .icon h4 a {
	margin-top: 33.3%;
	
}
	
.element-4col .icon h4 a, 
.gallery-4col .icon h4 a  {
    margin-top: 33.3%;

}

.element-2col .icon, .gallery-2col .icon,
.element-3col .icon, .gallery-3col .icon,
.element-4col .icon,.gallery-4col .icon {
    background-color: #fcf4f3;
    opacity: 0.9;
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
}




/* 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%;
}


/* 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: #333;
  
}

.cta-box h1,
.cta-box h2,
.cta-box h3,
.cta-box h4,
.cta-box h5,
.cta-box h6 {
    color: #333;
  
}

.cta-button {
    display: inline-block;
    color: #fff;
    background-color: #C7B593;
    display: inline-block;
    text-align: center;
    font-family: 'PT Sans Narrow', 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%;
}





/* Categories Page
--------------------------------------------- */

.categories-top {
	min-height:150px;
	margin-top:1.5%;
	
}


.categories-top select {
	background: #fcf4f3;
    min-height: 0;
    margin-top: 0;
    padding: 11px;
}

.categories-top .search-form input {
    background: #fcf4f3;
}

.categories-top h4 {
	color:#333;
}

.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;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    clear: both;
    margin-top: 25px;
    min-height: 150px;
    overflow: hidden;
	padding: 0;
}

.header-image .site-header {
	padding: 0;

}

/* Title Area
--------------------------------------------- */

.title-area {
	float: none;
	letter-spacing: 2px;
	padding: 20px 0 30px;
	text-align: center;
	text-transform: uppercase;
	width: 32.7869% !important;
	margin:0 auto;

}

.site-title {
	font-family: 'Comfortaa', sans-serif;
	font-size: 26px;
	font-weight: 100;
	letter-spacing: 10px;
	line-height: .85;
	vertical-align: center;
	margin-top: 30px;


}

.site-title a,
.site-title a:hover {
	color: #504c4d;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	line-height: 1.1;
}

.site-description {
	color: #fbaeae;
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */



.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title a {
    background-color: none;
    clear: both;
    min-height: 150px;
    padding: 0;
    margin: 0 auto;
    background-size: 400px 150px !important;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	padding: 0;
	margin: 0 auto;
}



.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 664px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	width: 50%;
}



/* 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;
}



/* Menu description
--------------------------------------------- */

.menu-description {
	clear: both;
	font-family: "Old Standard TT","Helvetica Neue",sans-serif;
	color: #9d9d9d;
	display: block;
	font-family: inherit;
	font-style: italic;
  	letter-spacing: 2px;
  	font-size: 12px;
	margin-top:7px;
	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 Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 13px 20px;
	text-transform: uppercase;
	font-size: 11px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.site-footer .genesis-nav-menu a:hover {
	color: #e39f94;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
  	border: 1px solid #b2a79d;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu::after,
.genesis-nav-menu .sub-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.genesis-nav-menu .sub-menu::after {
    border-bottom-color: #333;
}

.genesis-nav-menu .sub-menu::after {
    border-width: 8px;
    margin-left: -10px;
}

.genesis-nav-menu .sub-menu a {
  	color: #333;
	font-size: 9px;
	position: relative;
	width: 200px;
}

.nav-primary.fixed .sub-menu a {
  color: #333;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
    float: none;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.genesis-nav-menu > .right > a {
	margin: 0 5px;
	padding: 15px 0 0;
	text-align: center;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	float: right;
	padding: 10px 0 0;
	width: 10%;
}

.genesis-nav-menu > .search input {
	padding: 9px;
}

.genesis-nav-menu .widget-area {
    float: left;
    padding: 15px 0 0;
    width: 25%;
}

.genesis-nav-menu li.button {
	padding: 0;
}

.genesis-nav-menu .button a {
	padding: 10px;
}

.genesis-nav-menu .button a:hover,
.genesis-nav-menu .button .current-menu-item > a {
	color: #FFF;
}



/**Site Header Navigation
--------------------------------------------- */

.nav-header {
	background-color: transparent;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -51px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	z-index: 99;
	border-top: 1px solid #b2a79d;
    border-bottom: 1px solid #b2a79d;
    text-align: center;
}

.admin-bar .nav-primary.fixed {
	top: 32px;
}

.nav-primary.fixed {
	position: fixed;
	top: 0;
}

.nav-primary.fixed + div {
	border-top: 74px solid transparent;	
}

.nav-primary .small-site-title {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000;
}

.nav-primary .wrap .small-site-title a,
.nav-primary .wrap .small-site-title a:hover {
	color: #fff;
}

.nav-primary.fixed .small-site-title {
	opacity: 1;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #e39f94;
}

/**Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 1%;
}




/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-top: 10px;
}

.responsive-menu-icon::before {
	color: #333;
	content: "\f130";
	font: normal 24px/1 "ionicons";
	margin: 0 auto;
}

.nav-primary .responsive-menu-icon {
	text-align: center;
}

/* Drop Cap */
span.dropcap {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    float: left;
    line-height: 1;
    padding-right: 5px;
}

.zp_sticky_nav {
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
    top: 0;
}
.sticky_site_title {
    display: block;
    float: left;
    padding: 20px;
}
nav.nav-sticky_menu {
    float: left;
    width: auto;
}

.genesis-nav-menu li.right i {
    color: inherit;
    display: inline-block;
    padding: 5px;
    position: relative;
}
.nav-sticky_menu .genesis-nav-menu li.right {
    float: right;
    position: absolute;
    right: 25px;
    top: 10px;
}
.sticky_site_title {
    display: block;
    float: left;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: inherit;
    margin: 0 40px 0 0 !important;
    padding: 0 20px !important;
    text-transform: uppercase;
    }

.zp_sticky_nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    line-height: 54px !important;
    left: 0;
    z-index: 999 !important;
    -webkit-transition: all 1000ms 800ms cubic-bezier(0.19, 1, 0.22, 1);
       -moz-transition: all 1000ms 800ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 1000ms 800ms cubic-bezier(0.19, 1, 0.22, 1);    

}
.zp_sticky_nav .genesis-nav-menu {
  border: none;
  display: inline-block;
}
.zp_sticky_nav .genesis-nav-menu .menu-item a {
  padding: 0 20px 20px;
}

.zp_sticky_nav .genesis-nav-menu .sub-menu a {
  padding: 15px 20px;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 2%;
	padding: 0% 2% 0;
}


.full-width-content .entry {
	margin-bottom: 2%;

}


.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: #333;
	font-family: "Old Standard TT","Helvetica Neue",sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	text-align:center;
	text-transform: uppercase;

}

.entry-time {
	padding-bottom: 5px;

}

.entry-footer .entry-meta {
    border-bottom: 1px solid #b2a79d;
    border-top: 1px solid #b2a79d;
    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;
    border-right: 1px solid #b2a79d;

}

.entry-categories {
    display: inline-block;
    padding: 7px 10px;
}

.entry-categories:before {
    content: "\f318";
    color: #333;
    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: #333;
    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: #333;
    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: uppercase;
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
	padding: 7px 35px;
	width: auto;
	cursor: pointer;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    box-shadow: none;
    background: #333;
    font-size:11px;
    border: 2px solid #333;
}

a.more-link:hover,
.more-from-category a:hover {
	background-color: #fff;
	color: #333;
	
}

a.more-link:before,
.more-from-category a:before {
	background-color:transparent;
	content: "\f344";
    color: #fff;
    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: 0 auto;
    float: none;
    display: block;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 4%;
}

.archive-pagination li {
	display: inline;
	padding: 8px 10px;
	background: #fcf4f3;
}

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: #333;
}

.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;
}

.previouspost {
	float: left;
	width: 50%;
}


.nextpost {
	float: right;
	text-align: right;
	width: 50%;
}


/* 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;
}


/*
After Entry
--------------------------------------------- */

/* After Entries
--------------------------------------------- */

.after-entry {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 3%;

}

.after-entry .cta {
	margin-top:2%;

}

.after-entry .enews-widget {
	width: 100%;
	overflow: hidden;
	text-align: left;
	background-color: #fcf4f3;
	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%;
    display: inline;
    color: #333;
    font-family: "Old Standard TT","Helvetica Neue",sans-serif;
    font-style: italic;
    letter-spacing: .5px;
    border-bottom: 1px solid #333;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 1.2%;
}

.sidebar .enews-widget input {
	clear: none;
    float: left;
    width: 100%;
    margin: 5px;
    display: inline;
    color: #333;
    font-family: "Old Standard TT","Helvetica Neue",sans-serif;
    font-style: italic;
    letter-spacing: .5px;
    border-bottom: 1px solid #333;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: center;
    background: transparent;
}

.sidebar .enews-widget input[type="submit"] {
	clear: none;
    float: left;
    width: 100%;
    margin: 20px 5px 5px;  
    
}


.after-entry .enews-widget input[type="submit"] {
	float: right;
	width: 31% !important;
    background-color: #333;
    border: none;
    border: 2px solid #333;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    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;
}

.after-entry .enews-widget input[type="submit"]:hover {
	background: #fff;
    color: #333;
    border: 2px solid #333;
}

.after-entry,
.after-entry .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;
	margin: 0 auto 40px;
}

.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;
}

/* WP Instagram
--------------------------------------------- */

.before-footer .widget-full .null-instagram-feed {
	padding: 0;
	margin: -5.5%;
	width: 111%;
}

.before-footer h4.widget-title {
    margin: -25px auto 10px;
    width: 400px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
    line-height: 2;
    border: 0 none;
    clear: both;
    background: #fff;
}


.before-footer #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
    margin: 20px 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: #333;
    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;
}

.before-footer .widget-full .instagram-pics li {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 20%;
}

.before-footer .widget-full .instagram-pics li img {
	margin-bottom: -8px;
}


/* Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background-color: #fff;
}

.before-footer .wrap {
	max-width: none;
	padding: 5% 5% 0;
}

.before-footer .wrap .widget_text {
	border:1px solid #eee;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #333;
	color: #fff;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;

}

.site-footer .wrap {
	width: 1220px;
}

.site-footer p {
	margin: 0;
}

.site-footer .genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    position: relative;
    font-weight:300;
}

.nav-footer {
	float: left;
	text-align: left;
	width: 60%;
}


.creds {
	float: right;
	padding: 3px;
	width: 40%;
}

.creds p {
	font-size:10px;
}


.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: #333;
	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;
	padding: 5%;
}

.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: #f7f7f7;
	color: #333;
	font-family: "Old Standard TT","Helvetica Neue",sans-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: #333;
    margin-bottom: 3px;
    padding: 7px;
    display: block;
    text-align: center;
}

.sidebar ul li {
	background-color: #fcf4f3;

}

.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: 40px;
    margin-top: 20%;
    border: 1px solid #b2a79d;
    padding: 23px;
}

.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.3%;
}

.sidebar .featuredpost article:last-child,
.footer .featuredpost article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.sidebar h1.entry-title::after, 
.sidebar h2.entry-title::after {
    display: none;
}

.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%;
}


/*	Additional stlye for code display

--------------------------------------------------------------*/
.frame-wrap {
	padding: 15px 15px 0;
	margin: 40px 0 20px;
	float: left;
	width: 100%;
	display: block;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.frame-inner {
	padding-bottom: 1px;
	width: 100%;
}
.wp_syntax td.code {
	padding: 10px !important;
}
.wp_syntax pre {
	padding: 5px 4px !important;
}
.nav-primary .wrap .select-menu {
	display: none;
}


/*
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 .wrap {
    overflow: hidden;
    padding: 0;
    border: 1px solid #b2a79d;
}

.footer-widgets a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

.site-footer a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.footer-widgets {
	color: #333;
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-top:1%;
	background: #fcf4f3;
	padding: 2%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33.33%;
	padding: 2%;
	min-height: 180px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	padding: 25px;
}

.footer-widgets-2 {
	border-left: 1px solid #b2a79d;
	border-right: 1px solid #b2a79d;
	
}

.footer-widgets-3 {
	float: right;
	padding: 25px;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}



.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 .widgettitle,
.footer-widgets p {
	color: #555;
}


/* 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 as carousel using Slick
--------------------------------------------- */

.home-carousel {
  position: relative;
  height: 500px;
  
}

.home-carousel .items-wrapper, 
.home-carousel .slick-list, 
.home-carousel .slick-track, 
.home-carousel .slick-slide {
	height: 100%;
}


@media only screen and (max-width: 1024px) {
	.home-carousel {
		height: 480px;
	}
}

@media only screen and (max-width: 640px) {
	.home-carousel {
		height: 400px;
	}
}


/* Elementor 
--------------------------------------------- */

.elementor-home-carousel {
  position: relative;
  height: 510px;
  
}

.elementor-home-carousel .items-wrapper, 
.elementor-home-carousel .slick-list, 
.elementor-home-carousel .slick-track, 
.elementor-home-carousel .slick-slide {
	height: 100%;
}


@media only screen and (max-width: 1024px) {
	.elementor-home-carousel {
		height: 480px;
	}
}

@media only screen and (max-width: 640px) {
	.elementor-home-carousel {
		height: 400px;
	}
}


/* Carousel Call to Action
-------------------------------------------------*/

.carousel-cta  {
	background: transparent !important;
	padding: 0px;
	position: absolute;
    width: 100%;
	margin: -25% auto 0;
  	z-index: 1;

}

.carousel-cta .widget {
	max-height: 200px;
	max-width: 700px;
	padding: 0;
	margin: 0 auto;
}


.carousel-cta .widget.enews-widget {
    padding: 2% 0 4%;
}

.carousel-cta .enews-widget p {
    float: left;
    line-height: 1.4;
    text-align: left;
    width: 53%;
    display: inline-block;
    vertical-align: middle;
    color:#fff;
    margin:0;
}

.carousel-cta .enews-widget p::before {
   color: #fff;
    content: "\f344";
    font-family: 'dashicons';
    font-size:20px;
    display: inline-block;
    vertical-align: middle;
    width: 6%;
}

.carousel-cta .enews-widget form {
    display: inline;
    float: right;
    width: 45%;
}

.carousel-cta .enews input {
	float: left;
	margin-bottom: 0;
	margin-left: 1.2%;
	width: 34%;
	border: 1px solid #fff;
    background-color: #fff;
}

.carousel-cta .enews-widget .widget-title {
   display:none;
}

.carousel-cta p {
    margin-bottom: 20px;
}


.carousel-cta #subscribe {
	float: right;
	width: 70%;
}

.carousel-cta .enews #subbox1 {
	margin-left: 0;
}

.carousel-cta .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;
    border: 1px solid #fff;
    color: #fff;
    background: #222124;
}


.carousel-cta .enews-widget input[type="submit"]:hover {
    color: #222124;
    background: #fff;
}


/* Service boxes
--------------------------------------------- */

.front-page-2 .widget_text .special-services-box,
.front-page-4 .widget_text .special-services-box,
.front-page-6 .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;
	background: #fcf4f3;
	padding: 20px;
	min-height: 330px;
}


.front-page-2 .widget_text .box-wrapper h4,  
.front-page-2 .widget_text .box-wrapper h3 {
	color: #333;
	cursor: default;
	font-weight: 400;
	margin: 0;
	padding-top: 0px;
	line-height: 24px;
	text-transform: capitalize;
}

.front-page-2 .widget_text .box-wrapper p {
    cursor: default;
    margin: 10px 0;
    margin: 0;
    padding: 10px 0 0;
    padding: 4% 0 9%;
    color: #555;
}




/* 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: inherit;

}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background: #fcf4f3;
    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 {
    color: #333;

}

.woocommerce .quantity .qty {
	width: 4.931em !important;
	text-align: center;
	padding: 8px !important;

}

.sidebar .woocommerce .widget_shopping_cart .cart_list li, 
.sidebar .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 1.2em;
  position: relative;
  padding-top: 0;
  background-color:#fff;

}

.sidebar .woocommerce .widget_shopping_cart .cart_list li a.remove, 
.sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;

}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: auto !important;
}

.sidebar .woocommerce ul.cart_list li img, 
.sidebar .woocommerce ul.product_list_widget li img, 
.sidebar .woocommerce-page ul.cart_list li img, 
.sidebar .woocommerce-page ul.product_list_widget li img {
  box-shadow: none;
  float: left;
  margin: 5px 10px 0 0;
  width: 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-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    margin: 4% auto;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img, 
.woocommerce-page ul.cart_list li img, 
.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    border-bottom: none;
    overflow: hidden;
}

.woocommerce ul.cart_list li img:hover, 
.woocommerce ul.product_list_widget li img:hover, 
.woocommerce-page ul.cart_list li img:hover, 
.woocommerce-page ul.product_list_widget li img:hover {
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    margin: 4% auto;
}

.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: 4% auto;
    position: relative;
    list-style: none outside!important;
    width: auto;
    background: #f7f7f7;
}

.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 div.product h1.entry-title::after, 
.woocommerce div.product h2.entry-title::after,
.woocommerce #content div.product h1.entry-title::after,
.woocommerce-page div.product h1.entry-title::after {
    display:none;

}

.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: 3%;

}

.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 #b2a79d;


}

.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: #fcf4f3;
    border: 1px solid #b2a79d;
    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: #333;

}

.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 #b2a79d;

}

.woocommerce #content div.product p.cart,
.woocommerce div.product p.cart,
.woocommerce-page #content div.product p.cart,
.woocommerce-page div.product p.cart {
    margin-bottom: 2em;

}

.woocommerce #content div.product p.cart:after,
.woocommerce #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before,
.woocommerce-page #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:before,
.woocommerce-page div.product p.cart:after,
.woocommerce-page div.product p.cart:before {
    content: " ";
    display: table;

}


.woocommerce #content div.product p.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after,
.woocommerce-page div.product p.cart:after {
    clear: both;

}

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
    margin-bottom: 2em;

}

.woocommerce #content div.product form.cart:after,
.woocommerce #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce-page #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:before,
.woocommerce-page div.product form.cart:after,
.woocommerce-page div.product form.cart:before {
    content: " ";
    display: table;

}

.woocommerce #content div.product form.cart:after,
.woocommerce div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after,
.woocommerce-page div.product form.cart:after {
    clear: both;

}

.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
    float: left;
    margin: 1px 4px 0 0;

}

.woocommerce #content div.product form.cart table,
.woocommerce div.product form.cart table,
.woocommerce-page #content div.product form.cart table,
.woocommerce-page div.product form.cart table {
    border-width: 0 0 1px;

}

.woocommerce #content div.product form.cart table td,
.woocommerce div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td,
.woocommerce-page div.product form.cart table td {
    padding-left: 0;

}

.woocommerce #content div.product form.cart table div.quantity,
.woocommerce div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity {
    float: none;
    margin: 0;

}

.woocommerce #content div.product form.cart table small.stock,
.woocommerce div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock {
    display: block;
    float: none;

}

.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
    margin-bottom: 1em;

}

.woocommerce #content div.product form.cart .variations label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
    font-weight: 600;

}

.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
    width: 100%;
    float: left;

}

.woocommerce #content div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
    padding-right: 1em;
    padding-top: 20px;

}

.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
    vertical-align: top;

}

.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    vertical-align: middle;
    float: left;
    padding: 12px;
    width: auto;
}



.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: #333;
    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: #fcf4f3;

}

.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: 4% auto;
    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: 12px;
    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;
	text-align:center;
    color:#333;
    text-decoration: none;
    font-family: inherit;
    text-transform:uppercase;
    letter-spacing:1px;

}


.woocommerce ul.product_list_widget li a .product-title {
    margin-top: 2%;

}

.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 #333;

}

.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: #f7f7f7;

}

.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.1em;
    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: 2px solid #333;
    background: #333;

}

.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 {
 	background: #fff;
 	color:#333;

}

.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: #fff;

}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover {
    color: #333;

}

.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 #333;
  	cursor: pointer;
  	background: #333;
  	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: #333;

}

.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;
}



/* 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 only screen and (max-width: 768px) {
  .onsale {
    left: 0;
    z-index: 1;
    right: inherit;
  }
}


/* Fancy Button
--------------------------------------------- */

.fancybutton {
	border: 2px solid #333;
    background: #333;
    color: #fff;
    letter-spacing: 3px;
    padding: 5px 30px;
    text-transform: uppercase;
    clear: both;
    margin: 20px auto;
    display: table;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    font-family: 'Comfortaa', serif;
    font-size:13px;
}


.fancybutton:hover {
	background-color: #fff;
	color: #333;
}


.sliderbox {
   position: relative;
    width: 100%;
    min-height: 140px;
    background: #d5c0c0;
    padding: 5%;
    opacity: 0.95;
    border: 1px solid #fff;
    outline: 10px solid rgba(251,251,251,.5);
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
    margin-top: 10%;
}

.sliderbox::after {
    content: '';
    border: 1px solid #b2a79d;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    color: #f2f2f2;
    white-space: nowrap;
}

.sliderbox .title {
    font-family: 'Comfortaa', serif;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 18px;
    word-break: break-word;
    text-align: center;
    -webkit-font-smoothing: auto;
    font-weight:300;
    
}

.sliderbox .h1tagline {
    font-weight: 400;
    text-transform: uppercase;
    font-family:inherit;
    letter-spacing: 2px;
    margin: 2% auto;

}

.sliderbox .pdescription {
	font-family: 'Comfortaa', serif;
    color: inherit;
    font-weight:300;
    letter-spacing:2px;
    font-family: inherit;
    font-size: 13px;

}


.imagebox {
    background: #fcf4f3;
    z-index: 9;
    min-height: 150px;
    text-align: center;
    padding: 5%;
    font-weight: bold;
    color: #444;
    width: 50%;
    margin-top:0;
    max-width: 600px;
    margin-top: -34%;
    float: right;
    position: relative;
    -webkit-transform: translateX(-17%);
    -moz-transform: translateX(-17%);
    -ms-transform: translateX(-17%);
    -o-transform: translateX(-17%);
    transform: translateX(-17%);
}

.imagebox::after {
    content: '';
    border: 1px solid #b2a79d;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -99;
    white-space: nowrap;
}

.front-page-4 .imagebox .title,
.front-page-6 .imagebox .title,
.front-page-8 .imagebox .title {
    font-family: 'Comfortaa', serif;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 18px;
    word-break: break-word;
    text-align: center;
    -webkit-font-smoothing: auto;
    font-weight:300;
    
}

.front-page-4 .imagebox .h1tagline,
.front-page-6 .imagebox .h1tagline,
.front-page-8 .imagebox .h1tagline {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 2% auto;

}

.front-page-4 .imagebox .pdescription,
.front-page-6 .imagebox .pdescription,
.front-page-8 .imagebox .pdescription {
	font-family: 'Comfortaa', serif;
    color: inherit;
    font-weight:300;
    letter-spacing:2px;
    font-family: inherit;
    font-size: 13px;


}



@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;

	}

}


/* 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: 2565px) {

.front-page-2::before, 
.front-page-4::before, 
.front-page-6::before, 
.front-page-8::before {
    height: 115px;
    margin-top: -115px;

}

.carousel-cta  {
	margin: -19% auto 0;

}

.home-carousel::after {
    height: 115px;
    
}


@media only screen and (max-width: 1920px) {


.carousel-cta  {
	margin: -25% auto 0;

}

.front-page-2::before, 
.front-page-4::before, 
.front-page-6::before, 
.front-page-8::before {
    height: 85px;
    margin-top: -85px;
   
}

.image-section::after {
    height: 85px;
    
}

}

@media only screen and (max-width: 1605px) {

.carousel-cta {
    margin: -35% auto 0;

}

}


@media only screen and (max-width: 1440px) {


.column-header-right,
.column-header-left {
    width: 33%;
}

.carousel-cta  {
	margin: -35% auto 0;

}

}


@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: 305px;
	}

	.sidebar .widget {
    	margin-bottom: 40px;
    	padding: 30px;
    	margin-top: 40px;
	}



}

@media only screen and (max-width: 1030px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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%;
	}

	.header-image .site-title a {
    background-size: contain !important;
	
	}


	.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: 2%;
	}

	.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;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.footerwidgetheader-container .widget-title {
    	width: 100%;
    	margin-top: 5%;
    	border-bottom:none;
	}

	.footer-widgets-2 {
    	border-left: none;

	}

	.pricing-table .one-third {
    	width: 100%;
    	
	}

	.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;

	}

	.genesis-nav-menu .menu-item:hover {
    	position: relative;
	}

    .responsive-menu, .responsive-menu > .menu-item > .sub-menu {
    	display: block;
	}

	.after-header-right .simple-social-icons .widget-title.widgettitle {
    	width: 30%;
	}

	.column-header-right,
	.column-header-left {
    	width: 50%;
    	border:none;
	}

	.related_container .element-2col, 
	.related_container .gallery-2col, 
	.related_container .element-3col, 
	.related_container .gallery-3col, 
	.related_container .element-4col, 
	.related_container .gallery-4col {
    	max-height: 140px !important;
    	width: 30.1% !important;
	}

	.column-header-left .widget {
    	float: left;
	}

	.column-header-right .widget {
    	float: right;
	}

	.footer-widgets .wrap {
    	padding: 5%;
	}

	.footer-widgets-2 {
    	border-left: none;
    	border-right: none;
	}

	.woocommerce ul.product_list_widget li:nth-of-type(3n+1),	
	.woocommerce ul.product_list_widget li:nth-of-type(3n+2),
	.woocommerce ul.product_list_widget li:nth-of-type(3n+3) {
    	float: left;
    	margin: 0 25px 0 0;
    
	}

	.number {
    	margin-bottom: -23%;
	}

	.nav-secondary {
   		margin-top: 8%;
	}

	.carousel-cta {
    	margin: -47% auto 0;

	}


}



@media only screen and (max-width: 960px) {


	.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: #333;
	    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: #333;
	  }

	.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: #333;
		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: #333;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
   		width: 100%;
	}


}


@media only screen and (max-width: 800px) {

	.odd {
		clear: both;
		margin-left: 0;
	}

	.image-section .flexible-widgets .wrap {
    	padding: 50px 0 120px;
	}

	.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-6 .widget_text .ctaboxes {
    	width: 96% !important;
    	margin: 0;
    	text-align: center;
    	float: none;	
	}

	.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: 31%;
	}

	.site-inner {
    	background: #fff;
    	clear: both;
    	padding: 1% 1.6% 5%;
	}

	.title-area {
    	width: 100% !important;
	}

	.button,
	.button-secondary,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
    box-shadow: none;
    display:block;
    word-wrap: break-word;

	}

	.categories-top .widget {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.woocommerce ul.product_list_widget li:nth-of-type(3n+1),	
	.woocommerce ul.product_list_widget li:nth-of-type(3n+2),
	.woocommerce ul.product_list_widget li:nth-of-type(3n+3) {
    	float: left;
    	margin: 0 18px 0 0;
	}

	.element-2col, .gallery-2col,
	.element-4col, .gallery-4col {
   	 	width: 47%;
   	 	float:left;
   	 	display:block;
	}

	.footer-widgets .enews-widget input {
   		margin-bottom: 10px;
    	width: 100%;
	}

	.home .one-half h2.entry-title, 
	.home .one-third h2.entry-title, 
	.home .one-fourth h2.entry-title, 
	.home .one-sixth h2.entry-title {
    	font-size: 18px !important;
	}

	.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;
	}

	.genesis-nav-menu .widget-area {
		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;
	}

	.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;

	}

	.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;
	}

	.navigation-container, 
	.site-header {
    	border: none!important;
  	}

  	.nav-primary {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	    text-align: left;
	}

	.nav-secondary {
    	border-top: 1px solid #b2a79d;
    	border-bottom: 1px solid #b2a79d;
    	padding-bottom: 0px;
	}

	.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: #333;
	    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: #333;
	  }

	.genesis-nav-menu.responsive-menu .sub-menu {
	    border: none;
	    left: auto;
	    opacity: 1;
	    padding-left: 5px;
	    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: 240px;
	    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: #333;
		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;
    	margin-top:10%;
    	
	}

	.after-header {
    	margin-top: 10%;
	}

	.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 #333;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget {
		width: 50%;
	}

	.number {
    	font-size: 70px;
    	margin-bottom: -31%;
	}

	.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;
	}

	.image-section .flexible-widgets .wrap {
    	padding: 10px 0 110px;
	}

	.portfolio_image > img{
		display: block;
		width: 100%;	
	}

	.metaItem, 
	.folio-entry{
		width: 100%;	
		float: left;
	}

	.element{
		height: auto;
	}

	.content-sidebar-sidebar .sidebar-primary, 
	.sidebar-content-sidebar .sidebar-primary, 
	.sidebar-sidebar-content .sidebar-primary{
		width: 100%;
	}

	.footer_menu li {
	    float: none;
	    display: inline-block;
	}

	.flex-caption {
    	position: absolute;
	    left: 10%;
	    bottom: 20%;
	    width: 80%;
	}

	.ctaboxes {
    	position: relative;
    	padding: 7%;
    	transform: none;
    	min-height: 150px;
    	bottom: 0;
	}

	.carousel-cta {
    	margin: -60% auto !important;
   		 max-width: 700px;
    	padding: 0 6%;
	}

	.imagebox {
    	width: 80%;
    	padding:7%;
	}

	.column-header {
    	margin: 50px 0 -55px;
	}

	.title-area {
    width: 60% !important;
    margin: 0 auto !important;
    text-align: center !important;
	}


}

@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;

	}

	.sliderbox {
    padding: 8%;
  -webkit-transform: translateX(-2%);
    -moz-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
    -o-transform: translateX(-2%);
    transform: translateX(-2%);
    margin-top:0;
	}

    .call_to_action_box h2,
    .call_to_action_box p {
    	float:left;
    	width:100%;
	}

    .call_to_action_box .cta_button {
    	display:table;
    	float:left;
    	width:80%;
    	text-align:center;
	}

	.entry-footer .entry-meta .entry-tags {
    	border-right:none;
	}

	.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;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		width: 100%;
	}

	.number {
    	font-size: 70px;
    	margin-bottom: -15%;
	}

	.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) {
		width: 100% !important;
		float:left;
	}

	.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%;
	}

	.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%;
    	
	}

	.widget-above-content .enews-widget p,
	.widget-above-content .enews input,
	.widget-above-content .enews-widget input[type="submit"] {
     	width: 100%;
     	margin: 6px auto;
    	text-align: center;
	}

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
   		width: 100%;
	}

	.related-list li {
    	width: 50%;
	}

	.front-page-2 .home-carousel,
	.front-page-4 .home-carousel,
	.front-page-6 .home-carousel {
    	width: 97%;
    	
	}

	.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;
	}

	.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-5 .enews-widget input[type="submit"],
	.front-page-image-7 .enews input,
	.front-page-image-7 .enews-widget input[type="submit"] {
    	width: 100%;
	}

	.site-title, 
	.site-title a {
    	font-size: 38px;
	}

	.title-area {
    	border-right: none;
    	border-left: none;
    	margin-top: 20%;
	}

	.flex-caption {
		display: none;	
	}

	.portfolio_image > img {
		width: 100%;	
	}		
	
	.metaItem, 
	.folio-entry {
		width: 100%;	
		float: left;
	}

	.title-area {
    	width: 100%;
    	margin: 20% auto 1%;
	}

	.related_container .element-2col, 
	.related_container .gallery-2col, 
	.related_container .element-3col, 
	.related_container .gallery-3col, 
	.related_container .element-4col, 
	.related_container .gallery-4col {
    	max-height: 140px !important;
    	width: 100% !important;
	}

	#top-link i {
    	bottom: 40px;
    	cursor: pointer;
    	font-size: 30px;
    	right: 15px;
	}

	.carousel-cta {
    	margin: -87% auto !important;
    	width: 94%;
    	padding: 0 5%;
	}

}


@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: 100%;
	}

	.front-page-2 .home-carousel {
    	max-width: 240px;
	}

	.front-page-2 .boxes {
    	right: 5% !important;
   		width: 100% !important;
    	margin-top: 10%;
	}

	.title-area {
    	width: 100% !important;
    	margin: 21% auto 1%;
	}

	.box .title {
    	font-size: 40px;
   
	}

	.element-2col, .gallery-2col,
	.element-3col, .gallery-3col,
	.element-4col, .gallery-4col {
	    width: 100%;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item {
  		width: 98%;
	}

	.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;
	}

	.column-header-right,
	.column-header-left {
    	display:none;

    }

	.category-bottom .entry {
		margin: 0;
		width: 100%;
	}

	.vivien .easyrecipe .widgettitle {
		font-size: 10px;
	}

	.vivien .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;
	}

	.vivien .easyrecipe .ERSTopRight,
	.vivien .easyrecipe .ERSIngredients,
	.vivien .easyrecipe .ERSTimes .ERSTime,
	.vivien .easyrecipe .ERSName {
    	width: 100%;
    	
	}

	.vivien .easyrecipe .ERSTimeRight {
    	border-left: none;
	}

	.vivien .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn, 
	.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
	.vivien .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn, 
	.vivien .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;
	}

	#options li {
    	width: 100%;
	}

	.share-small:before {
    	display: block;
    	padding-left: 0;
    	margin-right: 0;
 
	}

	.next,
	.previous {
    	width: 100%;

	}

	.boxes .pdescription {
    	top: 83%;
   
	}

	.flex-direction-nav li a {
		top:20%;
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		display:block;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		opacity: 0.9;
	}
	
	.flex-direction-nav li .next {	
		right:-10px;
	}

	.flex-direction-nav li .prev {	
		left:-10px;
	}

	.flex-caption{
		display:none;
	}

	.number {
    	font-size: 60px;
    	margin-bottom: -25%;
	}

	.front-page-2 .home-carousel::after,
	.front-page-4 .home-carousel::after,
	.front-page-6 .home-carousel::after {
   		display:none;
	}

	.front-page-2 .home-carousel, 
	.front-page-4 .home-carousel, 
	.front-page-6 .home-carousel {
    	width: 100%;
	}

	.carousel-cta {
    	margin: -90% auto !important;
    	width: 94%;
    	padding: 0 5%;
	}

	.imagebox::after {
     	display:none;
	}

	.imagebox .h1tagline {
    	font-size: 17px;

	}

}


@media only screen and (max-width: 420px) {

	.carousel-cta {
    	margin: -120% auto !important;
    	width: 94%;
    	padding: 0 5%;
	}

	}