/*
	Theme Name: United Olive Oil Theme
	Theme URI: http://unitedoliveoil.com
	Description: Chikd theme for United Olive Oil using the Genesis Framework.
	Author: B. Martin Studio
	Author URI: http://bmartinstudio.com
 
	Template: genesis
	Template Version: 2.0.2
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- unitedoliveoil Charcoal
		- unitedoliveoil Green
		- unitedoliveoil Orange
		- unitedoliveoil Purple
		- unitedoliveoil Red
		- unitedoliveoil Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/


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

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}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:-.5em}sub{bottom:-.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,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

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

body {
	background-color: #29613E;
	color: #775D31;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 2px;
}

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

::-moz-selection {
	background-color: #2e2f33;
	color: #FFFDF4;
}

::selection {
	background-color: #2e2f33;
	color: #FFFDF4;
}

a {
	color: #D08A10;
	text-decoration: none;
	font-weight: 700;
	font-style: italic;

}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: rgba(33,91,57,1);
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rufina', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;

}

h1 {
	font-size: 36px;
}

h2 {
	    font-size: 26px;
    letter-spacing: 4px;
    color: #D08A10;
}

.home-featured h2 {
	color: #FFFDF4;
}

h3 {
	font-size: 24px;
	color: #29613E;
	text-transform: none;
	font-family: 'Lato';
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.8;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

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

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

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: none;
	color: #775D31;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	padding: 12px;
	width: 100%;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #B5956B;
	opacity: 1;
	font-weight: 400;
	letter-spacing: 2px;
}

::-webkit-input-placeholder {
	color: #B5956B;
	font-weight: 400;
	letter-spacing: 2px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #D08A10;
	border-radius: 0;
	border: none;
	color: #FFFDF4;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 20px 32px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	font-family: 'Rufina';
	font-weight: 300;
	font-style: normal;
	letter-spacing: 6px;
	line-height: 1.3;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #29613E;
	color: #FFFDF4;
}

.more-link.button {
	display: inline-block;
	clear: both;
}



.unitedoliveoil-pro-home .color-section button,
.unitedoliveoil-pro-home .color-section input[type="button"],
.unitedoliveoil-pro-home .color-section input[type="reset"],
.unitedoliveoil-pro-home .color-section input[type="submit"],
.unitedoliveoil-pro-home .color-section .button,
.unitedoliveoil-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #FFFDF4;
	color: #2e2f33;
}

.unitedoliveoil-pro-home .color-section button:hover,
.unitedoliveoil-pro-home .color-section input:hover[type="button"],
.unitedoliveoil-pro-home .color-section input:hover[type="reset"],
.unitedoliveoil-pro-home .color-section input:hover[type="submit"],
.unitedoliveoil-pro-home .color-section .button:hover,
.unitedoliveoil-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #2e2f33;
	color: #FFFDF4;
}

.unitedoliveoil-pro-home .dark-section button,
.unitedoliveoil-pro-home .dark-section input[type="button"],
.unitedoliveoil-pro-home .dark-section input[type="reset"],
.unitedoliveoil-pro-home .dark-section input[type="submit"],
.unitedoliveoil-pro-home .dark-section .button,
.unitedoliveoil-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #D08A10;
	color: #FFFDF4;
}

.unitedoliveoil-pro-home .dark-section button:hover,
.unitedoliveoil-pro-home .dark-section input:hover[type="button"],
.unitedoliveoil-pro-home .dark-section input:hover[type="reset"],
.unitedoliveoil-pro-home .dark-section input:hover[type="submit"],
.unitedoliveoil-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #29613E;
	color: #FFF;
}

.unitedoliveoil-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #FFFDF4;
}

.button {
	display: inline-block;
}

.button.transparent {
	background-color: transparent !important;
}

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

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #FFFDF4;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #29613E;
	color: #FFFDF4;
}

.footer-widgets .mc4wp-form input[type="submit"] {
	background: transparent;
	color: #D08A10;
	padding: 0;

	font-weight: 700;
	letter-spacing: 4px;
	font-family: 'Lato';
}

.footer-widgets .mc4wp-form input[type="submit"]:hover {
	background: transparent;
	color: #29613E;
}

.blog .more-link {
	background: transparent;
	color: #CF8500;
}

.blog .more-link:hover {
	background: transparent;
	color: #29613E;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 300;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #FFFDF4;
	clear: both;
}

.unitedoliveoil-pro-landing .site-inner {
	margin: 80px auto;
	max-width: 800px;
	padding: 0 80px;
}

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

/* Content */

.content {
	float: right;
	padding: 100px 0 0;
	width: 880px;
}

.unitedoliveoil-pro-home .content {
	padding: 0;
}

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

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

/* Primary Sidebar */

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

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* Avatar
--------------------------------------------- */

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

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

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

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

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

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

.page-title {
	color: #FFFDF4;
	padding: 0;
	text-align: center;
	margin-top: 0;
    position: relative;
    z-index: 1000;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;

}

.tax-product_cat .content .page-title {
	display: none;
}

.home .page-title {
	display: none;
}

.page-title .archive-title,
.page-title .entry-title {
font-size: 30px;
    margin-top: 15px;
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.entry-title {
	font-size: 36px;
}

.blog .entry-title,
.blog .entry-meta,
.blog .entry-content,
.single-post .entry-title,
.single-post .entry-meta {
	text-align: center;
}

.single-post .entry-header {
	text-align: center;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #CF8500;
	font-size: 28px;
	font-style: normal;

}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #29613E;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #29613E;
	text-align: left;
	letter-spacing: 5px;
}

.sidebar .widget-title {
	text-align: left;
}

.home-widgets .widget-title {

	letter-spacing: 3px;
	margin-bottom: 60px;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: 6px;
	color: #29613E;
	margin: 0 auto 40px;
	max-width: 700px;
	text-align: center;

}

.home-widgets-2 .widget-title:before {
	content: "";
	display: block;
	width: 85px;
	height: 55px;
	background: url(images/icon.png) center center no-repeat;
	margin: 0 auto 20px;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #FFFDF4;
}

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.post-image,
.wp-post-image {
	display: block;
	    float: none;
    width: 100%;
    margin-bottom: 30px;
}

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

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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #D08A10;
}

.widget-area .featured-content .entry-title a:hover {
	color: rgba(33,91,57,1);
}

.featured-content .entry-title {
	font-size: 24px;
	letter-spacing: 1px;
	    margin-bottom: 10px;
}


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

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


.enews-widget form {
	position: relative;
}

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

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #FFFDF4;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"] {
	border-color: #FFFDF4;
	border-left-color: #484a4e;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #FFFDF4;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

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

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

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

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

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: 16px;
	padding: 16px 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


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

.site-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-size: cover !important;
	    background-position: center center;
}


.home .site-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.site-header.shrink,
.home .site-header.shrink {
	background-color: rgba(33,91,57,1);
	/* background-image: none; */
	z-index: 10000;
}



.admin-bar .site-header {
	top: 32px;
}

.site-header .wrap {
	min-height: 360px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0.5+0,0+43 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 43%, rgba(0,0,0,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 43%,rgba(0,0,0,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 43%,rgba(0,0,0,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.home .site-header .wrap {
	background: transparent;
}

.bumper {
	min-height: 370px;
}

.shrink.bumper {
	min-height: 150px;
}

.home .bumper {
	min-height: 0;
}

.site-header .wrap {
	padding: 15px 40px 40px;
	max-width: 100%;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.badge-widget {
	margin-top: -120px;
	text-align: right;
	position: relative;
	z-index: 600;
	right: 60px;
	padding-bottom: 40px;
}

.badge-widget .widget {
	margin-bottom: 0;

}

.badge-widget img {
	margin-top: -30px;
}


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

.title-area {
	float: left;
	padding: 0;
	width: 235px;
}

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

.site-title {
	font-family: 'Rufina', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #FFFDF4;
	letter-spacing: 2px;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}

.header-image .site-title > a {
	float: left;
	min-height: 115px;
	width: 100%;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

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

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

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

.site-header .widget-area {
	color: #FFFDF4;
	float: right;
	text-align: right;
	padding-top: 20px;
	width: 640px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {

	min-height: 75px;
	padding: 0 40px;
	    background: #29613E;
}

.shrink .site-title {
	font-size: 36px;
	padding-top: 10px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
/*	min-height: 57px;
	min-width: 300px;*/
	min-height: 60px;
    min-width: 300px;
    margin-top: 6px;

}

.shrink .site-title a {
/*	background: url(images/logo-minimized-2.png) left center no-repeat  !important;
	background-size: 200px 31px !important;*/
	background-size: contain !important;
}

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

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

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	    margin-top: 9px;
}

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

.genesis-nav-menu li a {
	color: #FFFDF4;
	display: block;
	padding: 20px 10px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	font-style: normal;
}

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

.genesis-nav-menu .sub-menu {
	background-color: #29613E	;
	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 a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

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

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

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

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

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

.genesis-nav-menu > .right {
	color: #FFFDF4;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

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

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

.social a {
	background: #FFFDF4;
	height: 30px;
	width: 30px;
	color: rgba(33,91,57,1) !important;
	text-align: center !important;
    padding: 7px !important;
    border-radius: 50%;
    margin: 0 3px;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #FFFDF4;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

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

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
	font-size: 24px;
    letter-spacing: 3px;
    line-height: 2;
    font-weight: 300;
}

.home-widgets .widget:first-child {
	padding-top: 100px;
}

.home-widgets .widget:last-child {
	padding-bottom: 100px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}

.unitedoliveoil-pro-home .color-section .entry-title a,
.unitedoliveoil-pro-home .color-section .widget-title,
.unitedoliveoil-pro-home .color-section a,
.unitedoliveoil-pro-home .color-section,
.unitedoliveoil-pro-home .dark-section .entry-title a,
.unitedoliveoil-pro-home .dark-section .widget-title,
.unitedoliveoil-pro-home .dark-section a,
.unitedoliveoil-pro-home .dark-section {
	color: #FFFDF4;
}

.unitedoliveoil-pro-home .color-section a:hover {
	color: #2e2f33;
}

.unitedoliveoil-pro-home .dark-section a:hover {
	color: #959595;
}

.home-featured {}

.home-featured .wrap {
	margin-top: 0;
	max-width: 100%;
	display: table;
	text-align: center;
	width: 100%;
}

.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: top;
	width: 100%;
	padding: 0;
	font-size: 20px;
}

.entry-content .soliloquy-container {
	max-height: 100% !important;
	margin-bottom: 30px !important;
}

.entry-content .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	position: relative;
	    background: #FBF5E7;
    padding-bottom: 10px;
    margin-bottom: 30px;
}



.home-featured .soliloquy-container {
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0px auto !important;
	overflow: hidden;
}

.home-featured .soliloquy-container a {
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 3px;
}

.home-featured .soliloquy-container a:hover {
	color: #D08A10;

}

.home-featured .soliloquy-container .soliloquy-image {
	width: 100%;
}

.home-featured .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {

}

.home-featured  .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
	padding-bottom: 125px;
	padding-left: 40px;
	padding-right: 30%;
}

.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	text-align: left;
	text-transform: uppercase;
	background: transparent;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	letter-spacing: 6px;
	font-weight: 300;

}

.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 8px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.home-widgets-1 h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-content .soliloquy-container .soliloquy-next,
.entry-content .soliloquy-container .soliloquy-prev {
	top: 50% !important;
}

.soliloquy-container .soliloquy-next {
	    background: #E2C505 url(images/right.png) no-repeat scroll 60% 50%  !important;
	    right: -60px !important;
	    top: 150px !important;
	     border-radius: 50%;
	        width: 36px !important;
    height: 36px !important;
}

.soliloquy-container .soliloquy-prev {
	    background: #E2C505 url(images/left.png) no-repeat scroll 41% 50%  !important;
	    left: -60px !important;
	    top: 150px !important;
	    border-radius: 50%;
	        width: 36px !important;
    height: 36px !important;
}

.entry-content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: none;
	color: #775D31;
	line-height: 1.6;
	letter-spacing:2px;
	text-shadow: none;
	padding: 30px;

}

.entry-content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h3 {
	font-family: 'Rufina';
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;

}

div.soliloquy-container .soliloquy-pager-link {
	background: #29613E;
    border-radius: 50%;
    opacity: .3;
}

div.soliloquy-container .soliloquy-pager-link.active, 
div.soliloquy-container .soliloquy-pager-link:hover {
		background: #29613E;
    border-radius: 50%;
    opacity: 1;
}

div.soliloquy-container .soliloquy-pager {
	position: relative;
}


.arrow {
	margin: 0;
	text-align: center;
	width: 100%;
}

.arrow a {
	background: #FFFDF4;
	border-radius: 30px;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
}

.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}

.home-widgets-2 {
	background-color: #FFFDF4;
	position: relative;
	border-top: 60px solid transparent;
	margin-top: -60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-2:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}

.home-widgets-3,
.home-widgets-4 {
	background-size: cover !important;
	    font-size: 20px;
    letter-spacing: 1px;

}

.home-widgets-3 {
	color: #fff;
}

.home-widgets-3 .widget-title {
	color: #fff;
}

.home-widgets-3-container {
background-color: rgba(0,0,0,.3);;
}

.home-widgets-4-container {
background-color: #FFFDF4;
}

.home-widgets-4 {
	background-color: #2e2f33;
	color: #FFFDF4;



}

.home-widgets-4 p {
	margin: 0 auto 20px;
	max-width: 700px;
}


.home-widgets-5 {
	background: #F5EEDC;
	padding-bottom: 0;

}

.home-widgets-6 {
	background: #F5EEDC !important;
	background-size: cover !important;
	background-position: center center !important;

}

.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 140px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
	float: left;
    margin-left: 5.564103%;
    width: 47%;
    text-transform: uppercase;
        background: none;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
/*	clear: both;
	margin-left: 0;*/
}

.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #FFFDF4;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}

.pricing-table .price-title {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pricing-table .price {
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}

.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}

.pricing-table ul {
	margin-bottom: 30px;
}

.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.home-widgets-4 .soliloquy-container .soliloquy-item .soliloquy-link {
	background: #fff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #F3EDE1;
}

.home-widgets-4 .soliloquy-container .soliloquy-image {
	height: 260px;
}

.home-widgets-4 .soliloquy-container .soliloquy-caption {
	position: relative;
}

.home-widgets-4 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: transparent;
	color: #29613E;
}

.home-widgets-4 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
	color: #29613E;
}

.home-widgets-4 .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, 
.home-widgets-4 .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	color: #CF8500;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.6;	
}

.home-widgets  .home-widgets-5 .featuredpost .entry {
	margin: 0;
	width: 33.33333%;
	padding: 0;
	position: relative;
	    margin-top: -15px;

}

.home-widgets  .home-widgets-5 .featuredpost .entry:nth-child(1) {
	position: relative;
	z-index: 10;

}
.home-widgets  .home-widgets-5 .featuredpost .entry:nth-child(2) {
	position: relative;
	z-index: 9;

}
.home-widgets  .home-widgets-5 .featuredpost .entry:nth-child(3) {
	position: relative;
	z-index: 8;

}
.home-widgets  .home-widgets-5 .featuredpost .entry:nth-child(4) {
	position: relative;
	z-index: 7;

}
.home-widgets  .home-widgets-5 .featuredpost .entry:nth-child(5) {
	position: relative;
	z-index: 6;

}
.home-widgets  .home-widgets-5 .featuredpost .entry:nth-child(6) {
	position: relative;
	z-index: 5;

}




.home-widgets  .home-widgets-5  .widget {
	max-width: 100%;
}

.home-widgets  .home-widgets-5 .featuredpost .entry a,
.home-widgets  .home-widgets-5 .featuredpost .entry a img {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 0;
	margin:0;
}



.home-widgets  .home-widgets-5 .featuredpost .entry a {
	
}

.home-widgets  .home-widgets-5 .featuredpost .entry .entry-header {
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	margin-top: -15px;

}

.home-widgets  .home-widgets-5 .featuredpost .entry .entry-header h2 {
		position: relative;
	top:45%;
}

.home-widgets  .home-widgets-5 .featuredpost .entry .entry-header h2 a {
	color: #fff;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 6px;
}

.home-widgets  .home-widgets-5 .more-from-category {
	clear: none;
	float: left;
	width: 33.333333%;
	height: 100%;
	position: relative;
	right: 0;
}

.home-widgets  .home-widgets-5 .more-from-category a {
	display: block;
	width: 100%;
	background: #CF8500;
	color: #fff;
	text-align: center;
padding: 41% 0 0;
    color: #fff;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 6px;
    font-family: 'Rufina';
    text-transform: uppercase;
}

.home-widgets  .home-widgets-5 .more-from-category a:hover {
	opacity: .6;
}


.home-widgets  .home-widgets-5 .featuredpost .widget-wrap:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.home-widgets  .home-widgets-5 .featuredpost .widget-wrap {
	background: #CF8500;
	position: relative;
}

.home-widgets  .home-widgets-5 .widget-title {
	margin: 0;
	width: 100%;
	padding-bottom: 40px;
	background: #F5EEDC;
	max-width: 100%;
	position: relative;
	z-index: 1000;
}

.home-widgets  .home-widgets-5 .widget {
	padding-top: 40px;
	padding-bottom: 0;
	    margin-bottom: -15px;
}

.home-widgets-6 .widget {
	padding-bottom: 100px;
}

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

.entry {
	margin-bottom: 80px;
}

.type-page.entry:after,
.post-type-archive-product .content:after,
.post-type-archive-brands .content:after, 
.woocommerce .content:after,
.tax-brands-region .content:after {
	content: "";
	display: block;
	width: 100%;
	height: 55px;
	margin-top: 60px;
	margin-bottom: 60px;
	background: url(images/icon.png) center center no-repeat;
}

.post-type-archive-brands .content .entry {
	margin-bottom: 0;
}

.post {


}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

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

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

.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}

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

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-bottom: 80px;
}





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

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

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

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

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #FFFDF4;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #29613E;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

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

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #29613E;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

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

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

.entry-pings .reply {
	display: none;
}

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


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

.sidebar {

	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	background: url(images/dots.png) bottom center repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

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

.sidebar .widget {
	padding: 0 40px;
}


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

.footer-widgets {
	background-color: #FBF5E7;
		background: #FBF5E7 url(images/footer-bg.png) 90% 20px no-repeat;
	clear: both;
	padding-top: 20px;
	font-size: 15px;
}

.footer-widgets .wrap {


}

.footer-widgets,
.footer-widgets a {

}

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

.footer-widgets a:hover {

}

.footer-widgets input {
	border-color: #FFFDF4;
}

.footer-widgets li {

}
.footer-widgets li a {
	font-weight: 400;
	text-transform: uppercase;
	color: #775D31;
	font-style: normal;

}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 29%;
	text-align: left;
	padding: 40px 0;
}

.footer-widgets-1 {

}

.footer-widgets-4 {
	width: 540px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 60px;
}

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

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

.footer-widgets-1 .widget-title,
.footer-widgets-1 .textwidget {

}

.footer-widgets-1 .widget-title {
	
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: 400;
}

.footer-widgets-1 .textwidget {
	text-align: left;
}

.footer-widgets-1 .textwidget input {
	display: inline-block;
}

.footer-widgets-1 .textwidget input[type=email] {
	width: 80%;

}
.footer-widgets-1 .textwidget input[type=submit] {
	width: 18%;
	background-color: transparent;
	font-size: 28px;
	margin-bottom: 0;
	padding-top: 15px;
}

.footer-widgets-1 .textwidget input[type=submit]:hover {
	background-color: transparent;
	color: rgba(210,211,205,1);
}

/* Social */

#menu-social-menu li {
	display: inline-block;
	text-align: center;
}

.fa {
    background: #29613E;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #FFFDF4;
    padding: 7px;
    text-align: center;
    font-size: 18px !important;
}

.fa:hover {
	background: #D08A10;
}


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

.site-footer {
	background-color: #F3EDE1;
	color: #B5956B;
	font-size: 14px;
	font-weight: 300;
	padding: 40px 0 40px;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: #B5956B;
}

.site-footer a {
	color: #B5956B;
}

.site-footer a:hover {
	color: #29613E;
}

.site-footer p {
	margin-bottom: 0;
}

/* Products Page
-------------------------------------------------------------- */

.post-type-archive-product .site-inner .wrap,
.post-type-archive-brands .site-inner .wrap,
.tax-brands-region .wrap {
	max-width: 100%;

}

.post-type-archive-product .site-inner .wrap .page-title {
	display: none;
}

.post-type-archive-product .site-inner .wrap .page-description,
.archive-description,
.post-type-archive-brands .page-content {
	max-width: 1140px;
	margin: 0 auto 70px;
	padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    color: #29613E;
}

.post-type-archive-product .site-inner .wrap ul.products {
	background: #FBF5E7;
}

.post-type-archive-product .site-inner .wrap ul.products li.product {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 33.33333%;
	margin-left: 0;
		height: 100%;
		background: #000;
		clear: none;
}

.post-type-archive-product .site-inner .wrap ul.products li.product a {
	position: relative;
	height: 100%;
	display: block;
}

.post-type-archive-product .site-inner .wrap ul.products li.product img {
	margin-bottom: 0;
	opacity: .5;
}

.post-type-archive-product .site-inner .wrap ul.products li.product a:hover img {
	opacity: 1;
}

.post-type-archive-product .site-inner .wrap ul.products li.product .woocommerce-loop-category__title  {
	text-align: center;
	position: absolute;
	top: 40%;
	height: 100%;
	z-index: 1000;
	width: 100%;
	color: #FFFDF4;
	font-size: 30px;
    font-style: normal;
    letter-spacing: 4px;
    line-height: 1.2;
}

.woocommerce-loop-category__title mark {
	display: none;
}


.post-type-archive-product .site-inner .wrap ul.products::after {

	
}

ul.products li.product {
	text-align: center;
	line-height: 1.2
}

ul.products li.product .button.product_type_external {
	display: none;
}

.woocommerce ul.products li.product a img {
	border: 1px solid #F3EDE1;
}

.woocommerce ul.products li.product-category a img {
	border: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	display: none;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title, 
body.woocommerce ul.products li.product .woocommerce-loop-product__title, 
body.woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    font-style: normal;
        letter-spacing: 1.5px;
}

span.product-categories {
	text-align: center;
	display: block;
	    margin-top: 0;
    line-height: 1;
}

span.product-categories a,
span.product-size {
	text-align: center;
	color: #29613E;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Rufina';
}

span.product-size {
	font-family: 'Lato';
	margin-top: 8px;
	font-size: 14px;
	    color: #D08A10;
}

span.product-categories a:hover {
	color: #CF8500;
}

.product-meta-info {
	float: left;
	display: block;
	clear: left;
	width: 48%;
}

.product-meta-info .button {
	width: 100%;
}

.woocommerce div.product div.images img {
	border: 1px solid #F3EDE1;

}

.woocommerce div.product .product_title {
	color: #29613E;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 4px;
	border-bottom: 1px solid #DEE6D7;
	padding-bottom: 30px !important;
	margin-bottom: 30px;
}

body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt {
	background-color: #CF8500;
	border-radius: 0;
	padding: 18px 24px;
}

body.woocommerce #respond input#submit.alt:hover, 
body.woocommerce a.button.alt:hover, 
body.woocommerce button.button.alt:hover, 
body.woocommerce input.button.alt:hover {
		background-color: #29613E;

}

.product-meta-list h5 {
	color: #A78F5F;
	font-size: 20px;
	letter-spacing: 4px;
}

.product-meta-list ul {
	border-top: 1px solid #DFE5D7;
}

.product-meta-list ul li {
	border-bottom:  1px solid #DFE5D7;
	padding: 10px 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #296040;
	font-weight: 400;
}

.product-meta-list ul li span {
	font-weight: 300;
	font-size: 17px;
}

.product-meta-list ul li a {
	font-style: normal;
}

/* Brands */

#brands:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#brands {
	background: #fff;
}

#brands ul,
#brands ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}

#brands ul li {
	width: 25%;
	float: left;
	padding: 40px;
}

#brands ul li img {
	width: 100%;

}

.single-brands .brand-image {
	text-align: center;
}

.single-brands .entry {
	margin-bottom: 0;
}


.single-brands .site-inner .entry-title {
	text-align: center;
	color: #2A6040;
	font-size: 28px;
	letter-spacing: 4px;
	margin-bottom: 0;
}



.single-brands .entry-meta {
	display: none;
}

.brand-meta-single {
	text-align: center;
	margin-bottom: 50px;
}

.brand-meta-single a {
	font-weight: 300;
	color: #775D31;
}

.brand-meta-single a:hover {
	color: #D08A10;
}

.single-brands .entry-content {
	padding: 50px 0;
	border-top: 1px solid #DFE5D7;
	border-bottom: 1px solid #DFE5D7;
	text-align: center;
	margin-bottom: 50px;
	font-size: 22px;
	line-height: 2;
}


body.woocommerce #respond input#submit, 
body.woocommerce a.button, 
body.woocommerce button.button, 
body.woocommerce input.button {
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 20px 32px;
    font-weight: 300;
    border-radius: 0;
    left: auto;
    color: #FFFDF4;
    background-color: #D08A10;
    border: 0;
    white-space: normal;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

body.woocommerce #respond input#submit:hover, 
body.woocommerce a.button:hover, 
body.woocommerce button.button:hover, 
body.woocommerce input.button:hover {
    background-color: #2A6040;
    text-decoration: none;
    background-image: none;
    color: #FFFDF4;
}

.brand-products h2 {
	text-align: center;
	margin-bottom: 50px;
}

.woocommerce .brand-products ul.products li.product, 
.woocommerce-page .brand-products ul.products li.product {
	width: 21%;
	    min-height: 450px;
}


/* =Small Margins Template
-------------------------------------------------------------- */

.full_width  {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 50px;
	background: url(images/dots.png) bottom center repeat-x;
}
.one_half {
	width: 49% !important;
	margin-right: 2% !important;
}
.one_half.last_column {
	width: 49% !important;
	margin-right: 0px !important;
}
.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}
.one_third.last_column {
	width: 32% !important;
	margin-right: 0px !important;
}
.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}
.two_third.last_column {
	width: 66% !important;
	margin-right: 0px !important;
}
.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}
.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0px !important;
}
.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}
.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0px !important;
}
.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}
.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0px !important;
}
.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}
.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0px !important;
}
.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}
.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0px !important;
}
.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}
.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0px !important;
}
.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}
.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0px !important;
}



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

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

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 1140px;
	}
	
	.content {
		width: 740px;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 70%;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 100px 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		margin-bottom: -108px;
		margin-top: -100px;
	}
	
	.home-widgets .featuredpage .entry-content {
		margin-bottom: 100px;
	}

}

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

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 960px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}
	
	.footer-widgets-4 {
		width: 450px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}
	
	.home-widgets .widget:first-child {
		padding-top: 50px;
	}
	
	.home-widgets .widget:last-child {
		padding-bottom: 50px;
	}
	
	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}
	
	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}
	    .home-widgets .home-widgets-5 .widget {
    	padding-left: 0;
    	padding-right: 0;
    	    overflow: hidden;
    	    padding-bottom: 0;
    padding-top: 40px;

    }

    .home-widgets  .home-widgets-5 .featuredpost .entry .entry-header h2 a,
    .home-widgets  .home-widgets-5 .more-from-category a {
    	font-size: 25px;
    }

    .home-widgets  .home-widgets-5 .more-from-category a {
    	padding-top: 38%;
    }

}

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

	.wrap {
		max-width: 782px;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {

		padding-top: 10px;
		    margin: 40px auto 0;
    float: none;
    clear: both;
    width: 150px;
	}

		.content {
			margin-top: 10px;
		}

	.title-area {
			margin-top: 0;
			    width: 200px;
		}

	.site-header {
		position: static;
		background-image: none !important;
	}
	
	.home-widgets .widget,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .post-type-archive-product .site-inner .wrap, 
    .post-type-archive-brands .site-inner .wrap {
    	padding-left: 0;
    	padding-right: 0;
    }

    .post-type-archive-product .site-inner .wrap {
    	padding-left: 0;
    	padding-right: 0;
    }



    .home-widgets .home-widgets-5 .widget {
    	padding-left: 0;
    	padding-right: 0;
    	    overflow: hidden;
    	    padding-bottom: 0 !important;
    padding-top: 40px !important;

    }

    .home-featured .wrap {
        padding-left: 0;
        padding-right: 0;
    }

	.site-header .wrap {
		padding: 20px 5% 0;
	}
	
	.site-header.shrink .wrap {
		padding: 0px 5%;
	}

	.header-image .site-title > a {
		background-position: top !important;
		background-size: contain !important;
		    min-height: 100px;
	}

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

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

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

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

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

	}
	
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
				padding: 0 40px 0;
		font-size: 36px;
		margin-bottom: 0;
		font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.4;
	}
	
	.content {
		padding-bottom: 0;
	}
	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	.footer-widgets {
		padding-top: 0;
	}

	.footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 20px;
		width: 100%;
	}

	.footer-widgets-1 .widget-title, .footer-widgets-1 .textwidget {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	
.footer-widgets-1 .textwidget input[type=email],
.footer-widgets-1 .textwidget input[type=submit] {
	width: 100%;
}

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

		.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		    text-align: center;
		        padding: 40px 3% 0;
	}
	.footer-widgets .widget-title {
		text-align: center;
	}

	.footer-widgets-3 {
		margin-bottom: 40px;
	}

	.footer-widgets input {
		text-align: center;
	}

	.home .site-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

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

}

.soliloquy-container .soliloquy-next {
	    right: 20px !important;
    top: 100px !important;
}

.soliloquy-container .soliloquy-prev {
	    left: 20px !important;
    top: 100px !important;
}

	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu .menu-item {
		display: block;

	}

	.genesis-nav-menu .menu-item a {
		padding: 12px 0;
	}

	.genesis-nav-menu .menu-item.social {
		display: inline-block;
		margin-bottom: 20px;
		margin-top: 10px;
	}

		.site-header .wrap {
		min-height: 100px;
		background-color: rgba(0,0,0,.4);
	}

	.header-image .shrink .site-title > a {
		background: url(http://unitedolive.flywheelsites.com/wp-content/uploads/2017/07/cropped-logo.png) no-repeat !important;
		    background-position: top !important;
    background-size: contain !important;
    min-height: 75px;
		min-width: 100%;

	}

	.bumper {
		min-height: 0;
	}
	

	.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2 {
		font-size: 24px;
		line-height: 1.4;
		font-size: 20px;
    letter-spacing: 4px;
	}
.home-featured  .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {

	text-align: center;
	padding: 40px 0 40px;
	    background: transparent;
    text-shadow: none;
}

.home-featured .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	position: relative;
}

.home-widgets .widget-title {
	font-size: 22px;
}

.home-widgets .widget {
	font-size: 18px;
}

.home-widgets-4 .soliloquy-container .soliloquy-image {
    height: 150px;
}

.home-widgets-4 .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, .home-widgets-4 .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	font-size: 12px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	font-size: 18px;
	    padding: 16px 32px;
}

.home-widgets  .home-widgets-5 .featuredpost .entry {
	width: 50%;
	    margin-top: -11px;
}

.home-widgets  .home-widgets-5 .more-from-category {
	width: 50%;
}

.home-widgets  .home-widgets-5 .featuredpost .entry .entry-header {

    margin-top: -11px;
}

.home-widgets  .home-widgets-5 .featuredpost .entry .entry-header h2 a, .home-widgets  .home-widgets-5 .more-from-category a {
	font-size: 20px;
	line-height: 1.2;
}

.post-type-archive-product .site-inner .wrap ul.products li.product .woocommerce-loop-category__title {
	font-size: 24px;
}
.post-type-archive-product .site-inner .wrap ul.products li.product {
	width: 50%;
}

.post-type-archive-product .site-inner .wrap .page-description {

	padding-left: 5%;
	padding-right: 5%;
}

.product-meta-info,
body.woocommerce div.product div.summary,
.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 100%;
}

.woocommerce .brand-products ul.products li.product, 
.woocommerce-page .brand-products ul.products li.product {
	width: 45%;
	    min-height: 500px;
}

.shrink.bumper {
	min-height: 0;
}

}

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

	body {
		font-size: 16px;
	}
	

	.page-title {
		    margin-top: 10px;
    padding: 0;
    margin-bottom: 10px;
	}
	
	.admin-bar .site-header {
		top: 0;
		z-index: 499;
		position: relative;
	}
	

	
	.site-header .site-title {
		font-size: 40px;
	}
	
	.site-header {
		position: relative;
	}

	.shrink .site-title {
		font-size: 24px;
	}
	
	.shrink .site-title a,
	.shrink .site-title a:hover {
		text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );
	}

	.pricing-table .one-third,
	.pricing-table .one-third:nth-child(3n+1),
	.pricing-table .one-third:nth-child(3n+3) {
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}




	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 24px;
   		margin-top: 0;
	}
	
	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}
	
	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 60px;
	}
	.footer-widgets {
		padding-top: 0;
	}
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}
	
	.home-featured .home-widgets-1 {
		padding: 0;
	}
	
	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}


.soliloquy-container .soliloquy-caption {
	display: block !important;
}

.post-type-archive-product .site-inner .wrap ul.products li.product {
	width: 100%;
}

    #brands ul li {
    	width: 50%;
    }

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

h3 {
	font-size: 20px;
}

body.woocommerce ul.products li.product, 
body.woocommerce-page ul.products li.product, 
body.woocommerce-page[class*=columns-] ul.products li.product, 
body.woocommerce[class*=columns-] ul.products li.product {
	width: 100%;
	min-height: auto;
}


}


/* =Responsive
-------------------------------------------------------------- */
/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth,
	.one_half.last_column,
	.one_third.last_column,
	.two_third.last_column,
	.one_fourth.last_column,
	.three_fourth.last_column,
	.one_fifth.last_column,
	.two_fifth.last_column,
	.three_fifth.last_column,
	.four_fifth.last_column,
	.one_sixth.last_column,
	.five_sixth.last_column {
		clear: both;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 1em;
	}

.badge-widget {
	margin-top: 0;
	text-align: center;
	position: relative;
	z-index: 600;
	right: 0;
	padding-bottom: 40px;
	background: #FFFDF4;
	padding: 0;

}



}


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

	body,
	.home-featured .home-widgets-1 {
		font-size: 16px;
	}
	
	.header-image .site-title > a {
		background-size: contain !important;
	}

.home-widgets  .home-widgets-5 .featuredpost .entry,
.home-widgets  .home-widgets-5 .more-from-category {
	width: 100%;
}

.home-widgets  .home-widgets-5 .more-from-category a {
	padding-top: 20px;
}

	
}