/*
Theme Name: Mudges Shoes
Version: 1.1.1
Author: speech bubble designs
Author URI: http://www.speechbubbledesigns.com.au/
Theme URI: http://www.speechbubbledesigns.com.au/
Description: Mudges Shoes WordPress theme
Tags: one-column, two-columns, three-columns, fixed-width, custom-colors, featured-images, theme-options, translation-ready, business, corporate
License: Wordpress derivate http://www.gnu.org/licenses/gpl-2.0.html
License URI: http://www.gnu.org/licenses/gpl.html
*-----------------------------*
WARNING! DO NOT EDIT THIS FILE!
*-----------------------------*
To make updates to your theme, do not edit the styles in this file. Rather use
the custom.css file to add your style changes. By copying a style from this
file and pasting it in custom.css you will override the style in this file.
*/
@import url(reset.css);
 @import url(clearfix.css);
 @import url(social.css);
 @import url(editor-style.css);
/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	background: #f0f0f0;
	color: #999;
	font-size: 12px;
	line-height: 150%;
}
label {
	display: block;
	margin-bottom: 0px;
	color: #777;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
textarea, input {
	padding: 5px;
	background: #fff;
	font-family: Droid Sans;
	font-size: 14px;
	line-height: 180%;
}
textarea {
	width: 90%;
	padding: 5px;
	border: 1px solid #e0e0e0;
	-webkit-appearance: none;
}
input[type=text], input[type=password] {
	width: 100%;
	max-width: 280px;
	padding: 8px;
	border: 1px solid #e0e0e0;
	-webkit-appearance: none;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
h1, h2, h3, h4 {
	text-transform: uppercase;
}
a {
	color: #76624A;
	text-decoration: none;
	transition: all .15s ease-in-out;
}
a:hover {
	color: #000;
}
strong {
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}
iframe, embed, object {
	max-width: 100%;
}
.action-link {
	display: inline-block;
	padding: 7px 12px;
	background: #3E7FB0;
	color: #fff;
}
.action-link:hover {
	background: #173F52;
}
/*-------------------------------*/
	/*- LAYOUTS ---------------------*/
.no_bg {
	background-image: none;
}
.clearboth {
	clear: both
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatright {
	float: right;
}
.no_display {
	display: none;
}
.opacity_zero {
	opacity: 0;
}
/*-------------------------------*/
/*- DEFAULT WORDPRESS STYLING ---*/
.wp-caption {
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px 0 10px 5px;
	margin-bottom: 10px;
	max-width: 96%;
}
.wp-caption.alignleft {
	margin: 0 10px 10px 0;
}
.wp-caption.alignright {
	margin: 0 0 10px 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
pre {
	padding: 15px;
	margin: 0 0 22px 0;
	background-color: #f0f0f0;
	border: 1px solid #dadada;
	overflow-x: auto;
	overflow-y: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	text-indent: 0;
	font-family: 'Courier New', Courier, monospace;
	font-size: 13px;
	line-height: 1.3em;
	color: #000;
	orphans: 2;
	text-transform: none;
	widows: 2;
}
.gallery-item img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	transition: ease-in-out 1s;
}
.gallery-caption {
	margin-left: 0;
	font-size: 12px;
	width: 74%;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	font-style: italic;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	text-decoration: none;
}
/* WP3.4 Required */
.sticky {
}
.bypostauthor {
}
/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#wrapper {
	background: #fff;
}
#header-contact-container {
	line-height: 26px !important;
	height: 45px;
	background: #f0f0f0;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	position: relative;
}
#header-contacts {
	max-width: 1160px;
	margin: 0 auto;
	padding: 5px 0;
	border-left: 0px none;
	border-right: 0px none;
	position: relative;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
}
#header-container {
	width: 100%;
	background: #fff;
	position: relative;
	position: fixed;
	z-index: 4;
}
#header {
	max-width: 1040px;
	padding: 20px;
	margin: auto;
	position: relative;
	transition: all 0.3s ease 0s;
}
#top-navigation-container {
	float: right;
}
#navigation-container {
	float: right;
	position: relative;
}
#title-container {
	background: #fff;
}
#content-container {
	padding-top: 50px;
}
#content {
	max-width: 1040px;
	margin: auto;
	padding: 30px 20px;
	position: relative;
}
#left-column {
	float: left;
	width: 74.5%;
}
#right-column {
	float: right;
	width: 23.5%;
}
.sidebarleft #left-column {
	float: right;
}
.sidebarleft #left-column .post-content {
	float: left;
}
.sidebarleft #left-column .post-meta {
	float: right;
}
.sidebarleft #right-column {
	float: left;
}
.sidebarnone #left-column {
	float: none;
	width: 100%;
}
#footer-container {
	padding: 40px 20px;
	background: #fff;
	position: relative;
	z-index: 2;
}
#footer {
	max-width: 1000px;
	margin: 0 auto;
}
#footer-base-container {
	padding: 25px 0px;
	background: #f0f0f0;
	position: relative;
	z-index: 2;
	font-size: 12px;
}
.footer-text {
	max-width: 1140px;
	margin: auto;
	padding: 0;
	overflow: hidden;
	clear: both;
	color: #999;
}
#footer-navigation-container {
	display: block;
	overflow: hidden;
}
/*-------------------------------*/
	/*- WRAPPER BOXED ---------------*/
#wrapper.boxed {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#wrapper.boxed #header-container {
	display: block;
	position: relative;
}
#wrapper.boxed #content-container {
	padding-top: 0 !important;
}
#wrapper.boxed .slider {
	position: relative;
	max-width: 1180px;
}
#wrapper.boxed .home-page {
	margin-top: 0;
}
#wrapper.boxed #widget-block {
	margin-top: 0;
	background: #FFF;
}
/*-------------------------------------------------------------------------------------------*/
/*- COMMON ELEMENTS -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-------------------------------*/
	/*- FORMS -----------------------*/
textarea, input, button {
	color: #999;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
}
.form-description {
	margin-bottom: 20px;
}
fieldset {
	padding: 10px;
	margin-bottom: 20px;
	background: #f4f4f4;
}
fieldset p:last-child {
	margin-bottom: 0;
}
.alert {
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid;
	color: #000;
	font-weight: 700;
}
.alert p:last-child {
	margin-bottom: 0;
}
.alert.success {
	background-color: #66CC99;
	border-color: #009966;
}
.alert.note {
	background-color: #ffc;
	border-color: #FFCC66;
}
.alert.fail {
	background-color: #FF9999;
	border-color: #c00;
}
/*--------------------------*/
	/*- GRIDS ------------------*/
.grid {
	overflow: hidden;
	margin: 0 0 20px 0 !important;
}
.grid li {
	list-style-type: none;
}
/*---------------------*/
		/*- SIX COLUMNS -------*/
.six-column {
	clear: both;
	position: relative;
	overflow: hidden;
}
.six-column .column {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 30px;
	position: relative;
}
.six-column .column:nth-child(6n+6) {
	margin-right: 0;
}
.six-column .column:nth-child(6n+7) {
	clear: left;
}
.six-column h4.post-title {
	margin-bottom: 10px;
}
.six-column .post-image {
	max-height: 75px;
	overflow: hidden;
}
.six-column .button {
	clear: both;
	float: left !important;
	margin: 0 !important;
	padding: 10px;
}
.six-column .star-rating {
	float: left;
	margin-top: 10px;
}
.six-column li p {
	font-size: 80%;
}
.six-column .read-more {
	font-size: 80%;
}
.six-column .post-date {
	font-size: 80%;
}
/*---------------------*/
		/*- FIVE COLUMN -------*/
.five-column {
	clear: both;
	position: relative;
	overflow: hidden;
}
.five-column .column {
	float: left;
	width: 17.5%;
	margin-right: 2%;
	margin-bottom: 30px;
	position: relative;
}
.five-column .column:nth-child(5n+5) {
	margin-right: 0;
}
.five-column .column:nth-child(5n+6) {
	clear: left;
}
.five-column h4.post-title {
	margin-bottom: 10px;
}
.five-column .post-image {
	max-height: 90px;
	overflow: hidden;
}
.five-column .button {
	clear: both;
	float: left !important;
	margin: 0 !important;
	padding: 10px;
}
.five-column .star-rating {
	float: left;
	margin-top: 10px;
}
.five-column li p {
	font-size: 80%;
}
.five-column .read-more {
	font-size: 80%;
}
.five-column .post-date {
	font-size: 80%;
}
/*---------------------*/
		/*- FOUR COLUMNS ------*/
.four-column {
	clear: both;
	overflow: hidden;
}
.four-column .column {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.four-column .column:nth-child(4n+4) {
	margin-right: 0;
}
.four-column .column:nth-child(3n+4) {
	clear: none;
}
.four-column .star-rating {
	float: left;
	margin-top: 10px;
}
/*---------------------*/
		/*- THREE COLUMNS -----*/
.three-column {
	clear: both;
	overflow: hidden;
}
.three-column .column {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.three-column .column:nth-child(3n+3) {
	margin-right: 0;
}
.three-column .column:nth-child(3n+4) {
	clear: left;
}
.three-column .star-rating {
	float: left;
	margin-top: 10px;
}
.three-column .price {
	clear: both;
}
/*---------------------*/
		/*- TWO COLUMNS -------*/
.two-column {
	clear: both;
	overflow: hidden;
}
.two-column .column {
	float: left;
	width: 48.9473684%;
	margin-right: 2.10526315%;
	margin-bottom: 30px;
}
.two-column .column:nth-child(2n+2) {
	margin-right: 0;
	margin-bottom: 30px;
}
.two-column .column:nth-child(2n+3) {
	clear: left;
}
.two-column .column:nth-child(2n+3) {
	clear: left;
}
.two-column .star-rating {
	float: left;
	margin-top: 20px;
}
.two-column .price {
	clear: both;
}
/*---------------------*/
		/*- ONE COLUMN --------*/
.one-column .column {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.content-widget .one-column .post-title a {
	padding: 20px 0;
}
.content-widget .one-column .post-image {
	margin-top: 30px;
}
.content-widget .one-column .star-rating {
	float: left;
	margin-top: 20px;
}
.content-widget .one-column .price {
	clear: both;
}
/*--------------------------*/
	/*- TITLES -----------------*/
.title-block {
	max-width: 1040px;
	padding: 20px;
	margin: 0px auto;
	text-align: center;
}
.title-block h2 {
	color: #000;
	font-family: 'Josefin sans';
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 24px;
	line-height: 28px;
}
.title-block h2 a {
	color: #000;
}
.title-block h2 a:hover {
	color: #76624A;
}
.title-block p {
	max-width: 660px;
	margin: 10px auto;
	color: #999;
	font-family: Droid Sans;
	font-size: 14px;
	line-height: 18px;
}
.page-title-block {
	margin: 0 0 20px;
}
.page-title {
	padding: 0;
	margin: 0;
	color: #000;
}
.page-title a {
	color: #000;
}
.page-title a:hover {
	color: #76624A;
}
.page-title-block .page-title {
}
.post-title-block {
	margin: 0 0 20px;
}
.post-title {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 28px;
	height: 36px;
}
.portfolio .post-title {
	height: auto;
}
.post-title a {
	color: #000;
}
.post-title a:hover {
	color: #76624A;
}
.post-title-block .post-title {
	margin-bottom: 0;
	font-family: 'Josefin sans';
font-weight: 800;
letter-spacing: 1px;
	font-size: 34px;
	line-height: 44px;
}
.service-title-block {
	margin: 0 0 20px;
	overflow: hidden;
}
.service-title {
	padding: 0;
	margin: 0;
	color: #111;
}
.service-title a {
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.service-title a:hover {
	color: #76624A;
}
.section-title {
	margin-bottom: 20px;
	color: #173F52;
}
.post-date {
	margin-bottom: 10px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
.dater {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
/*--------------------------*/
	/*- BREAD CRUMBS -----------*/
#crumbs-container {
	background: #fff;
	position: relative;
	z-index: 2;
}
#crumbs {
	max-width: 1040px;
	padding: 0 20px 10px;
	margin: auto;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
#crumbs li {
	float: none;
	display: inline;
	margin-right: 15px;
	color: #999;
}
#crumbs a {
	color: #999;
}
#crumbs a:hover {
	color: #000;
	text-decoration: underline;
}
#crumbs .current, #crumbs .current a {
	color: #000;
}
/*--------------------------*/
	/*- PAGE TEMPLATE CONTENT (applies to team, services, testimonials and partners templates) --*/
.copy.page-feature-copy {
	margin: 0 0 60px;
	text-align: center;
	color: #777;
}
.copy.page-feature-copy p {
	font-size: 28px;
	line-height: 38px;
}
/*--------------------------*/
	/*- BUTTONS ----------------*/
button, .button, input[type=submit] {
	display: inline-block;
	padding: 5px 10px; /* background-color: #ad9f8e; */
	border-color: #ad9f8e;
	color: #ad9f8e;
	text-align: center;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #fff;
}
button:hover, .button:hover, input[type=submit]:hover{
	border-color: #999;
	color: #999;	
}
button.button {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
}
.add_to_cart_button {
	padding: 0 8px;
}
.product_type_variable {
	display: inline-block;
	padding: 0 8px;
	font-size: 12px;
	text-transform: uppercase;
}
.added_to_cart {
	display: inline-block;
	padding: 0 8px;
	font-size: 12px;
	text-transform: uppercase;
}
/*----------------------*/
		/*- ECOMMERCE BUTTONS --*/
.woocommerce_message .button, .woocommerce-message .button {
	float: right;
}
/*- ADD TO CART ----*/
.add_to_cart_button,  .added_to_cart,  .single_add_to_cart_button,  .button.product_type_variable,
.content-widget .read-more, .post-content .read-more {
	border: 2px solid #ad9f8e;
	color: #ad9f8e;
	background: #fff;
	padding: 5px 10px;
	letter-spacing: 2px;
	float: none;
	margin: 15px auto 0px;
	clear: both;
	display: block;
	text-transform: uppercase;
	text-align: center;
}
.add_to_cart_button:hover,  .added_to_cart:hover,  .single_add_to_cart_button:hover,  .button.product_type_variable:hover, .content-widget .read-more:hover, .post-content .read-more:hover {
	border-color: #999;
	color: #999;
}
/*- VIEW CART ------*/
.widget_shopping_cart .button,  .woocommerce-message .button,  .products .product .added_to_cart {
	background: #ad9f8e;
	color: #fff;
}
.widget_shopping_cart .button:hover,  .woocommerce-message .button:hover,  .products .product .added_to_cart:hover {
	background: #000;
	color: #fff;
}
/*- CHECKOUT -------*/
.widget_shopping_cart  .button.checkout,  .shop_table .checkout-button {
	background: #ad9f8e;
	color: #fff;
}
.widget_shopping_cart:hover  .button.checkout:hover,  .shop_table .checkout-button:hover {
	background: #000;
	color: #fff;
}
table .total-cart-buttons td {
	text-align: right;
	border: none;
}
table td .button.checkout-button {
	float: right;
	height: 35px;
	margin-left: 10px;
}
input[name=update_cart] {
	height: 35px;
	background: #ad9f8e;
	color: #fff;
}
input[name=update_cart]:hover {
	background: #000;
	color: #fff;
}
mark.count {
	background: none transparent;
	color: #555555;
}
/*- PRICE FILTER ---*/
.price_slider_wrapper .button {
	border: 2px solid #ad9f8e;
	padding: 3px 5px;
}
.price_slider_wrapper .button:hover {
	border-color: #999;
	color: #999;
}
/*- COUPON ---------*/
td .coupon .button {
	float: left;
	height: 35px;
	padding: 0 10px;
	margin: 0;
	background: #ddd;
	border: none;
	text-shadow: none;
	color: #333;
}
td .coupon .button:hover {
	background-color: #000;
	color: #fff;
}
/*- REVIEWS --------*/
#respond #submit {
	background: #000;
	color: #fff;
}
#respond #submit:hover {
	background: #ad9f8e;
	color: #fff;
}
.show_review_form.button {
	background: #000;
	color: #fff;
}
.show_review_form.button:hover {
	background: #ad9f8e;
	color: #fff;
}
/*-----------------------------*/
		/*- SOCIAL BUTTONS-------------*/
a.addthis_default_style {
	padding: 0 !important;
}
a.addthis_button_tweet {
	width: 90px;
}
a.addthis_button_facebook_like {
	width: 85px;
}
a.addthis_button_google_plusone {
	width: 75px;
}
/*-----------------------------*/
		/*- READ MORE BUTTONS ---------*/


/*-----------------------------*/
		/*- WIDGET BUTTONS ------------*/
.video-slider-buttons {
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
}
/*-----------------------------*/
		/*- GFORMS BUTTONS ------------*/
.gform_footer input[type=button], .gform_footer input[type=submit] {
	padding: 12px 20px;
	background: #76624A;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.gform_footer input[type=button]:hover, .gform_footer input[type=submit]:hover {
	background: #333;
}
.gform_footer input[type=button]:active, .gform_footer input[type=submit]:active {
	position: relative;
	top: 1px;
}
/*-----------------------------*/
		/*- MAILCHIMP WIDGET ----------*/
.widget_ns_mailchimp .button {
	margin-top: 15px;
	background: #76624A;
	color: #fff;
}
.widget_ns_mailchimp .button:hover {
	background: #333;
}
/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*--------------------------*/
	/*- HEADER ROW -------------*/
.logo {
	float: none;
	margin: 10px auto 0;
	text-align: center;
}
.default-logo {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 2px;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-weight: normal;
}
.default-logo a {
	color: #ad9f8e;
}
.default-logo a:hover {
	color: #000;
}
.logo img {
	display: block;
}
/*--------------------------*/
	/*- COMPACT MENU ----------*/
.compact #menu-drop-button {
	z-index: 5;
	display: block;
	width: 95px;
	margin: 0;
	background: url(images/layout/drop-down.png) center right no-repeat;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.compact ul#nav {
	display: none;
	width: 250px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	position: absolute;
	right: 0;
	top: 45px;
	margin: 0;
}
.compact ul#nav li {
	border-bottom: 1px solid #e0e0e0;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
}
.compact ul#nav li:last-child {
	border-bottom: none;
}
.compact ul#nav li a {
	display: block;
	padding: 10px;
	color: #999;
	text-transform: uppercase;
}
.compact ul#nav li a:hover {
	background: #000;
	color: #fff;
}
/*----------------------*/
		/*- SUB MENU -----------*/
.compact ul#nav ul.sub-menu, .compact ul#nav .children {
	position: absolute;
	left: -255px;
	width: 250px;
	top: -1px;
	background: #fff;
	border: 1px solid #e0e0e0;
}
.compact ul#nav ul.sub-menu li, .compact ul#nav .children li {
	text-transform: uppercase;
}
/*--------------------------*/
	/*- EXPANDED MENU ----------*/
.expanded #menu-drop-button {
	display: none;
}
#navigation-container.expanded {
	float: none;
	text-align: center;
	margin: 30px 0 5px;
}
.expanded ul#nav {
	padding: 0px;
	margin: 0px;
}
.expanded ul#nav li {
	display: inline-block;
	position: relative;
	margin-left: 40px;
	font-size: 18px;
}
.expanded ul#nav li:first-child {
	margin-left: 0;
}
.expanded ul#nav li a {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #999;
}
.expanded ul#nav li a:hover {
	color: #000;
}
/*----------------------*/
		/*- SUB MENU -----------*/
.expanded ul#nav ul.sub-menu, .expanded ul#nav .children {
	display: none;
	position: absolute;
	top: 42px;
	z-index: 10;
	background-color: #fff;
	border: 0px none;
	text-transform: uppercase;
	left: -100px;
}
.expanded ul#nav li:last-child ul.sub-menu ul, .expanded ul#nav li:last-child .children ul {
	left: auto;
	right: 156px;
}
.expanded ul#nav ul.sub-menu li, .expanded ul#nav .children li {
	clear: both;
	width: 250px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
.expanded ul#nav ul.sub-menu li:last-child, .expanded ul#nav .children li:last-child {
	border-bottom: none;
}
.expanded ul#nav ul.sub-menu li a, .expanded ul#nav .children li a {
	float: none;
	display: block;
	padding: 10px;
	color: #999;
}
.expanded ul#nav ul.sub-menu li a:hover, .expanded ul#nav .children li a:hover {
	background: #ccc;
	color: #fff;
}
/*-----------------------*/
	/*- HEADER SEARCH -------*/
.header-search {
	float: left;
	min-width: 25px;
	height: 35px;
	margin: 0 20px 0 0;
}
.header-search .search-form {
	width: 0px;
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 10px;
}
.header-search .search_button, .icon-search {
	width: 35px;
	height: 35px;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 0;
	background-color: #f0f0f0;
	background-image: url(images/layout/search.png);
	background-position: center;
	background-repeat: no-repeat;
	border-right: 0px none;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}
.header-search .search_button {
	z-index: 1;
	text-indent: -999px;
	overflow: hidden;
	background-color: #fff;
}
.header-search .search_button:hover {
	background-color: #fff;
}
.active .header-form {
	width: 200px;
}
.active .header-contact, .active .header-social {
	opacity: 0;
}
.active .search-form {
	width: 200px;
	padding: 1px 10px;
}
.active .icon-search {
	z-index: 1;
}
.active .search_button {
	z-index: 2;
	top: 0;
	border-left: 1px solid #e0e0e0;
}
.icon-search {
	z-index: 2;
}
.header-form {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 35px;
	transition: all 0.3s;
}
/*--------------------------*/
	/*- HEADER CONTACT ---------*/
.header-contact {
	float: left;
	padding: 5px 0;
	opacity: 1;
	transition: all 0.3s;
	letter-spacing: 1px;
}
.header-contact li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	font-weight: normal;
}
.header-contact .header-number {
	padding-left: 25px;
	background: url(images/layout/header-icons/phone20.png) left no-repeat;
}
.header-contact .header-email {
	padding-left: 25px;
	background: url(images/layout/header-icons/email-header.png) left no-repeat;
}
.header-contact .header-email a {
	color: #999;
	text-decoration: none;
}
.header-contact .header-email a:hover {
	color: #000;
}
.header-social {
	float: left;
	overflow: hidden;
	margin-top: 7px;
	opacity: 1;
	transition: all 0.3s;
}
.header-social li {
	float: left;
	margin-left: 10px;
	text-indent: -99999px;
}
.header-social li a {
	display: block;
	width: 20px;
	height: 20px;
}
.header-social .header-facebook a {
	background: url(images/layout/header-icons/facebook16.png) center no-repeat;
}
.header-social .header-twitter a {
	background: url(images/layout/header-icons/twitter20.png) center no-repeat;
}
.header-social .header-linkedin a {
	background: url(images/layout/header-icons/linkedin20.png) center no-repeat;
}
.header-social .header-gplus a {
	background: url(images/layout/header-icons/googleplus16.png) center no-repeat;
}
.header-social .header-pinterest a {
	background: url(/wp-content/uploads/2014/06/instagram20.png) center no-repeat;
}
/*--------------------------*/
	/*- TOP NAV ----------------*/
#top-nav {
	margin-right: 20px;
	letter-spacing: 1px;
}
#top-nav li {
	float: left;
	margin-left: 20px;
	font-weight: normal;
}
#top-nav li a {
	display: block;
	padding: 5px 0;
	color: #999;
}
#top-nav li a:hover {
	color: #000;
}
#top-nav li ul {
	display: none;
}
/*--------------------------*/
	/*- HEADER CART ------------*/
.header-cart-button {
	float: right;
	padding: 5px 0 5px 35px;
	background: url(images/layout/shopping-bag.png) left no-repeat;
	border-left: 0px none;
	color: #999;
	letter-spacing: 1px;
	font-weight: normal;
}
.header-cart-button:hover {
	color: #000;
}
.header-cart {
	display: none;
	width: 250px;
	padding: 0px;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 9;
	border: 1px solid #f0f0f0;
	border-top: none;
	font-weight: normal;
	transition: all 0.3s;
}
.header-cart ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.header-cart li {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}
.header-cart .product-image {
	float: right;
	margin-left: 10px;
	max-width: 50px;
	height: auto;
}
.header-cart h4 {
	margin-bottom: 0;
	font-family: Droid Sans;
	text-transform: none;
	font-size: 13px;
}
.header-cart h4 a {
	color: #777;
}
.header-cart h4 a:hover {
	color: #000;
}
.header-cart .header-price {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
ul#nav li a{
	font-weight: 800;
letter-spacing: 1px;
}
/*----------------------*/
		/*- CART BUTTONS -------*/
.cart-link, .checkout-link {
	margin: 10px;
	padding: 0 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}
.cart-link {
	float: left;
}
.checkout-link {
	float: right;
}
.cart-link:hover, .checkout-link:hover {
	background: #ad9f8e;
	color: #fff;
}
/*----------------------*/
		/*- EMPTY CART ---------*/
.empty {
	display: block;
	margin: 5px;
	padding: 5px;
	background: #f0f0f0;
	color: #000;
	text-align: center;
}
#right-column .widget .empty {
	margin: 0;
}
/*---------------------------*/
	/*- HEADER SHRINK -----------*/
.header-shrink #header-contact-container {
	height: 0px;
	overflow: hidden;
}
.header-shrink #header-container {
	background: rgba(255, 255, 255, 0.9);
}
.header-shrink #header {
	padding: 10px 20px;
}
.header-shrink .header-cart {
	opacity: 0;
	height: 0px;
	overflow: hidden;
}
/*-------------------------------------------------------------------------------------------*/
/*- HOME PAGE -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-------------------------------------------*/
	/*- SLIDER AREA -----------------------------*/
.slider {
	position: fixed;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	height: 520px;
	z-index: 1;
}
.slider .slider-bg {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.slider .slider-bg img {
	position: absolute;
	max-width: none;
}
.slider .slider-content {
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 3;
}
.slider ul {
	position: relative;
}
.slider li {
	position: absolute;
	top: 0;
	width: 100%;
	height: 520px;
	background-size: cover !important;
}
.videobg {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.videobg video {
	width: 100%;
	height: auto;
}
/*-------------------------*/
		/*- SLIDER COPY -----------*/
.slider-copy {
	width: 48%;
	color: #fff;
	position: relative;
	z-index: 2;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.slider-copy.full {
	width: 100%;
	margin: auto;
	text-align: center;
}
.slider-copy h2 {
	margin-bottom: 0px;
	color: #fff;
	font-family: 'Josefin sans';
font-weight: 800;
letter-spacing: 1px;
	font-size: 75px;
	line-height: 75px;
}
.slider-copy h5 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.slider-copy p {
	margin: 0 30% 20px 0;
	color: #fff;
	font-family: Droid Sans;
}
.slider-copy.full p {
	margin: 0 15% 20px 15%;
}
.slider-copy .action-link {
	padding: 10px 25px;
	display: inline-block;
	background: rgba(255, 255, 255, 0);
	border: 3px solid #fff;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 16px;
	letter-spacing: 2px;
}
.slider-copy .action-link:hover {
	background: rgba(255, 255, 255, 0.2);
}
/*-------------------------*/
		/*- SLIDER IMAGE ----------*/
.slider .slider-image {
	width: 48%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.slider .slider-image a {
	display: block;
}
.slider .slider-image.right a img {
	float: right;
}
.slider .slider-image.left a img {
	float: left;
}
/*-------------------------*/
		/*- SLIDER ARROWS ---------*/
.slider-arrows {
	position: absolute;
	top: 50%;
	margin-top: -39px;
	z-index: 3;
	width: 100%;
}
.slider-arrows a {
	position: absolute;
	display: block;
	width: 40px;
	height: 78px;
	background: url(images/layout/arrow-sprite.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.slider-arrows .next {
	right: 10px;
	background-position: right;
}
.slider-arrows .previous {
	left: 10px;
	background-position: left;
}
.slider-arrows .next:hover {
	right: 15px;
}
.slider-arrows .previous:hover {
	left: 15px;
}
/*-------------------------*/
			/*- SLIDER ARROWS - BOXED -*/
.boxed .slider-arrows a {
	width: 30px;
}
.boxed .slider-arrows .next {
	right: 10px;
	background-position: -130px 0;
	border-right-width: 0px;
}
.boxed .slider-arrows .previous {
	left: 10px;
	background-position: 0px 0;
}
.boxed .slider-arrows .next:hover {
	right: 20px;
	background-position: -130px 0;
}
.boxed .slider-arrows .previous:hover {
	left: 20px;
	background-position: 0px 0;
}
/*-------------------------*/
		/*- SLIDER POSITIONS ------*/
.slider .image-left .slider-image {
	float: left;
	padding: 60px 0 0;
	margin-left: -25px;
}
.slider .image-left .slider-copy {
	float: right;
	padding: 80px 0 0;
	margin-right: -25px;
}
.slider .image-right .slider-image {
	float: right;
	padding: 60px 0 0;
	margin-right: -25px;
}
.slider .image-right .slider-copy {
	float: left;
	padding: 80px 0 0;
	margin-left: -25px;
}
.slider .image-right .has-video, .slider .image-left .has-video {
	padding: 100px 0 0;
	margin-right: -25px;
}
.slider .text-only .slider-copy {
	width: auto;
	float: none;
	padding: 190px 0 0;
	text-align: center;
	margin-top: -25px;
}
.slider .text-only .slider-copy h5 {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.slider .text-only .slider-copy p {
	max-width: 720px;
	margin: 0 auto 30px;
}
.slider .text-only .slider-image {
	display: none;
}
.slider .image-only .slider-copy {
	display: none;
	margin-top: -25px;
}
.slider .image-only .slider-image {
	float: none;
	padding: 60px 0 0;
	margin: 0 auto;
	text-align: center;
}
.slider .image-only .has-video {
	width: 70%;
}
.slider .image-title .slider-copy {
	text-align: center;
	margin: 0 auto 30px;
	padding: 60px 0 0;
	margin-top: -25px;
	width: 80%;
}
.slider .image-title .slider-copy h5, .slider .image-title .slider-copy p {
	display: none;
}
.slider .image-title .slider-image {
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: -25px;
}
/*-------------------------------------------*/
	/*- HOME PAGE WIDGETS -----------------------*/
#widget-block {
	position: relative;
	z-index: 3;
	padding: 0;
	margin-top: 520px;
	background-color: #fff;
	overflow: hidden;
}
.no-slider #widget-block {
	margin-top: 0;
}
#widgetized-widget-block {
	position: relative;
	z-index: 3;
	padding: 0;
	margin-top: 0;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#widget-block .widget-list {
	clear: both;
	padding: 40px 0 0;
}
#home_page_downs .widgettitle {
	max-width: 1000px;
	margin: 0px auto 30px;
	padding: 0px;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	border-top: 2px solid #999;
	padding-top: 50px;
}
#home_page_downs .widgettitle a {
	color: #000;
}
#home_page_downs .widgettitle a:hover {
	color: #76624A;
}
/*---------------------------------------*/
		/*- TEXT WIDGET -------------------------*/
#home_page_downs .widget_text {
	max-width: 1000px;
	margin: 0 auto 60px;
}
#home_page_downs .widget_text .widgettitle {
	padding: 0;
	margin: 20px;
	font-family: 'Josefin sans';
font-weight: 800;
letter-spacing: 1px;
	font-size: 50px;
	line-height: 60px;
	text-transform: none;
	border: none;
	text-align: center;
}
#home_page_downs .widget_text .textwidget {
	max-width: 740px;
	text-align: center;
	margin: auto;
	font-size: 22px;
	line-height: 32px;
}
/*---------------------------------------*/
		/*- CONTENT WIDGET ----------------------*/
.no-slider {
	position: relative;
	z-index: 3;
	margin-top: 0;
	background: #f6f6f6;
}
.content-widget {
	clear: both;
	padding: 0;
	margin: 0 0 30px;
}
.content-widget-item {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.content-widget .column {
	position: relative;
}
.content-widget .content {
	overflow: hidden;
}
.content-widget .post {
	margin: 0 auto;
}
.content-widget .post-image {
	position: relative;
	margin: 0;
	overflow: hidden;
	display: block;
}
.content-widget .post-image img {
	display: block;
}
.content-widget .post-date {
	margin-bottom: 5px;
	color: #999;
}
.content-widget .post-title {
	margin: 15px 0 10px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.content-widget .post-title a {
	color: #000;
}
.content-widget .post-title a:hover {
	color: #76624A;
}
.content-widget .copy {
	margin: 0px 0 0;
	text-align: center;
}
.content-widget .copy p:last-of-type {
	margin-bottom: 0;
}
.content-widget iframe {
	max-height: 100%;
}
/*-----------------------------------*/
			/*- SERVICES CONTENT TYPE -----------*/
.services-content-widget .column {
	min-height: inherit;
}
.services-content-widget .post-image {
	float: left;
	max-width: 25%;
	margin-right: 20px;
}
.services-content-widget .content {
	overflow: hidden;
}
.services-content-widget .copy p {
	margin: 0;
}
/*-----------------------------------*/
			/*- PARTNERS CONTENT TYPE -----------*/
.partners-content-widget .column {
	min-height: inherit;
}
.partners-content-widget .post-image {
	border: none;
}
/*-----------------------------------*/
			/*- TEAM CONTENT TYPE ---------------*/
.team-content-widget .column {
	min-height: inherit;
}
/*-----------------------------------*/
			/*- PRODUCT CONTENT TYPE ------------*/

.product-content-widget .post-image {
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.product-content-widget .post-image img {
	display: block;
	transition: all .1s ease-in-out;
}
.product-content-widget .post-image img:hover {
	
}
.product-content-widget .product-detail {
	padding: 15px 0px;
	text-align: center;
}
.product-content-widget .post-title {
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.product-content-widget .price {
	letter-spacing: 1px;
}
.product-content-widget .star-rating {
	position: absolute;
	top: 14px;
	right: 10px;
}
/*-----------------------------------*/
			/*- TESTIOMINIAL TYPE ---------------*/
.testimonials-content-widget {
	overflow: hidden;
	margin-bottom: 60px;
}
.testimonials-container {
	max-width: 1000px;
	margin: auto;
	position: relative;
}
.testimonial-item .testimonial-image {
	width: 80px;
	height: 80px;
	background: #000;
	padding: 5px;
	border-radius: 100%;
	position: absolute;
	left: -40px;
	top: 30px;
}
.testimonial-item .testimonial-image img {
	border-radius: 100%;
}
.testimonial-body {
	overflow: hidden;
}
.testimonial-item blockquote {
	max-width: 1000px;
	padding: 40px 40px 40px 60px;
	margin: auto;
	background: #000;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
}
.testimonial-item .testimonial-name {
	display: block;
	margin-left: 20px;
	padding: 3px 0 4px 40px;
	background: url(images/layout/cite-tip.png) left top no-repeat;
	color: #777;
	text-transform: uppercase;
}
.testimonial-item .testimonial-name a {
	color: #777;
}
.testimonial-item .testimonial-name a:hover {
	color: #000;
}
/*---------------------------------------*/
		/*- CONTENT WIDGET ----------------------*/
.category-widget .post-image {
	margin-bottom: 0;
}
.category-widget .content {
	margin-top: 20px;
}
/*---------------------------------------*/
		/*- FEATURES WIDGET ---------------------*/
.features-widget .features-widget-item {
	position: relative;
	margin-bottom: 30px;
}
.features-widget .column {
	clear: both;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 2px solid #ebebeb;
}
.features-widget .column .content {
	max-width: 1000px;
	margin: 0 auto;
}
/*-----------------------------------*/
			/*- FEATURE CONTENT LAYOUT ----------*/
.features-widget .content {
	margin-bottom: 30px;
}
.features-widget h2 {
	margin: 0 auto 15px;
	color: #333;
	font-family: 'Josefin sans';
font-weight: 800;
letter-spacing: 1px;
	font-size: 32px;
	line-height: 42px;
}
.features-widget h2 a {
	color: #333;
}
.features-widget h5 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #777;
	font-size: 18px;
	line-height: 28px;
}
.features-widget .action-link {
	padding: 8px 20px;
	background-color: #76624A;
	color: #fff;
}
.features-widget .action-link:hover {
	background: #333;
}
.features-widget .image-left .content .post-image {
	float: left;
	width: 48%;
}
.features-widget .image-left .feature-content {
	float: right;
	width: 48%;
}
.features-widget .image-right .content .post-image {
	float: right;
	width: 48%;
}
.features-widget .image-right .feature-content {
	float: left;
	width: 48%;
}
.features-widget .image-only .post-image {
	margin: 0 auto;
}
.features-widget .image-title {
	text-align: center;
}
.features-widget .image-title .post-image {
	margin: 0 auto;
}
.features-widget .text-only {
	text-align: center;
	padding: 30px;
}
/*---------------------------------------*/
		/*- CATEGORY WIDGET ---------------------*/
.product-category-widget .content {
	position: relative;
}
/*---------------------------------------*/
		/*- HERO WIDGET -------------------------*/
.hero-content-widget {
	max-width: 1000px;
	margin: 0 auto 60px;
}
.hero-content-widget .left-col {
	float: left;
	width: 15%;
	margin-right: 2%;
}
.hero-content-widget .middle-col {
	float: left;
	width: 66%;
	margin-right: 2%;
}
.hero-content-widget .right-col {
	float: right;
	width: 15%;
}
.hero-content-widget .left-col ul, .hero-content-widget .right-col ul {
	margin-bottom: 35px;
	font-family: Droid Sans;
	font-size: 12px;
}
.hero-content-widget .left-col a, .hero-content-widget .right-col a {
	display: block;
	padding: 5px 0;
	background: url(images/layout/li-arrow.png) right no-repeat;
	color: #777;
	border-bottom: 1px solid #e0e0e0;
}
.hero-content-widget .left-col a:hover, .hero-content-widget .right-col a:hover {
	color: #000;
}
.hero-content-widget .middle-col li {
	float: left;
	width: 31.313131%;
	margin: 0 3.030303% 20px 0;
	position: relative;
	background: #f0f0f0;
}
.hero-content-widget .middle-col li:nth-child(3n+3) {
	margin-right: 0;
}
.hero-content-widget .middle-col .post-image {
	display: block;
	position: relative;
	overflow: hidden;
}
.hero-content-widget .middle-col .post-image img {
	display: block;
	transition: all .1s ease-in-out;
}
.hero-content-widget .middle-col .post-image img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.hero-content-widget .middle-col .product-detail {
	padding: 15px;
}
.hero-content-widget .middle-col .post-title {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 16px;
}
.hero-content-widget .middle-col .price {
	padding: 0;
	margin: 0 0 10px;
	background: none;
	clear: both;
	font-size: 12px;
}
.hero-content-widget .middle-col .star-rating {
	position: absolute;
	top: 14px;
	right: 10px;
}
/*-------------------------------------------*/
	/*- HOME PAGE WIDGETS - SIDE BY SIDE --------*/
#home_page_sides.widget-list {
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 60px;
	overflow: hidden;
}
#home_page_sides .widget {
	clear: none;
	float: left;
	width: 74.5%;
	margin: 0 2% 0 0;
}
#home_page_sides .widget:nth-child(2n+2) {
	width: 23.5%;
	margin: 0;
}
#home_page_sides .widgettitle {
	padding-top: 7px;
	margin-bottom: 10px;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
}
#home_page_sides .widgettitle a {
	color: #000;
}
#home_page_sides .widgettitle a:hover {
	color: #76624A;
}
#home_page_sides .column {
	min-height: 0;
	padding: 0;
	margin-bottom: 0;
	background: none;
	box-shadow: none;
}
#home_page_sides .column:last-child {
	padding: 0;
	margin-bottom: 0;
	border: none;
}
#home_page_sides .post-image img {
}
#home_page_sides .read-more {
	margin-top: 15px;
	position: relative;
	right: auto;
	bottom: auto;
	text-align: left;
}
/*-----------------------------------*/
			/*- TESTIOMINIAL TYPE ---------------*/
#home_page_sides .testimonial-item blockquote {
	margin-bottom: 20px;
	color: #707070;
}
#home_page_sides .testimonials-container {
	overflow: hidden;
	max-width: 1000px;
	padding: 0;
	margin: auto;
}
#home_page_sides .testimonial-item {
	margin: 0;
}
#home_page_sides .testimonial-image {
	width: 60px;
	height: 60px;
	margin: 0 0 10px;
}
/*-----------------------------------*/
			/*- TEAM TYPE -----------------------*/
.team h5.post-date {
	display: none;
}
/*-------------------------------------------*/
	/*- HOME PAGE WIDGETS - THREE COLUMN --------*/
#home_page_three_column.widget-list {
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 60px;
	color: #777;
}
#home_page_three_column .widget {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
#home_page_three_column .widget:nth-child(3n+3) {
	margin: 0;
}
#home_page_three_column .widget .content {
	font-family: Droid Sans;
}
#home_page_three_column .widgettitle {
	padding-top: 7px;
	margin-bottom: 10px;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
}
#home_page_three_column .widgettitle a {
	color: #000;
}
#home_page_three_column .widgettitle a:hover {
	color: #76624A;
}
/*-------------------------------------------------------------------------------------------*/
/*- POST PAGES ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-----------------------------*/
	/*- POST CONTENT --------------*/
.post-list {
	overflow: hidden;
}
.post-list .post {
	margin-bottom: 50px;
}
.single-post .post-list .post {
	max-width: 660px;
	margin-bottom: 0;
}
.category .post-list .post {
	max-width: 660px;
}
.page-template-blog-php .post-list .post {
	max-width: 660px;
}
.post-content {
	position: relative;
	overflow: hidden;
}
/*-------------------------*/
		/*- POST IMAGE ------------*/
.post-content .post-image {
	margin: 0 0 30px;
}
.post-content .post-image img {
	display: block;
}
.post-list .post .read-more {
	margin-top: 0;
}
/*-------------------------*/
		/*- COPY BLOCK ------------*/
.copy {
	font-family: Droid Sans;
}
.copy p {
	margin-bottom: 26px;
	font-size: 12px;
}
.copy ul {
	list-style: disc;
	margin: 0 0 26px 30px;
}
.copy ol {
	list-style: decimal;
	margin: 0 0 26px 30px;
}
.copy ul li, .copy ol li {
	margin-bottom: 0;
	float: none;
}
.copy img {
	display: block;
}
.copy a {
	color: #76624A;
}
.copy a:hover {
	color: #000;
}
.copy h2 {
	font-size: 24px;
	margin-bottom: 26px;
	color: #000;
	text-transform: uppercase;
}
.copy h3 {
	font-size: 20px;
	margin-bottom: 26px;
	color: #000;
}
.copy h4 {
	font-size: 16px;
	margin-bottom: 26px;
	color: #999;
	text-transform: uppercase;
}
.copy h5 {
	font-size: 14px;
	margin-bottom: 26px;
	color: #000;
	font-style: italic;
}
.copy blockquote {
	padding-left: 20px;
	margin: 0 0 26px;
	border-left: 3px solid #000;
	font-family: lato;
	font-weight: 200;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
}
/*.copy a.button {
	color: #fff;
}
.copy a.button:hover {
	color: #fff;
}*/
/*-----------------------------*/
	/*- PAGE FOOTER ---------------*/
.page-footer {
	padding: 20px;
	background: #fff;
	border-top: 1px solid #ddd;
	color: #777;
}
.page-footer ul {
	overflow: hidden;
}
.page-footer ul li {
	float: left;
	margin-right: 10px;
}
/*----------------------------*/
	/*- PAGINATION ---------------*/
.pagination {
	overflow: hidden;
	clear: both;
	display: block;
	text-align: center;
}
.pagination li {
	float: left;
	margin-right: 1px;
}
.pagination li.page-count {
	margin: 0 15px;
}
.pagination .next a, .pagination .previous a {
	display: inline-block;
	height: 28px;
	width: 28px;
}
.pagination li.page-count {
	font-size: 11px;
	line-height: 28px;
	text-transform: uppercase;
}
.pagination .next a {
	background-color: #999;
	background-image: url(images/layout/pagination-arrows.png);
	background-position: -359px 7px;
	background-repeat: no-repeat;
}
.pagination .previous a {
	background-color: #000;
	background-image: url(images/layout/pagination-arrows.png);
	background-position: 9px 7px;
	background-repeat: no-repeat;
}
.pagination .next a:hover, .pagination .previous a:hover {/* background-color: #ad9f8e; */
	background-color: #ad9f8e;
}
/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#comments {
	clear: both;
	margin-top: 30px;
	max-width: 660px;
}
#comments .comments-title {
	padding-top: 7px;
	margin-bottom: 20px;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
}
#comments:empty {
	display: none;
}
li.comments-open:nth-child(2n) {
	margin: 0 0 50px;
	padding: 0;
	border: none;
}
.comment-container {
	margin-bottom: 50px;
}
.comment {
	margin: 0 0 30px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 2px solid #d3d3d3;
}
.comment:last-child {
	border: none;
}
.commentlist .avatar {
	float: left;
	max-width: 60px;
	margin-right: 15px;
	border-radius: 100px;
	border: 3px solid #000;
}
.comment-meta {
	overflow: hidden;
	font-family: Droid Sans;
}
.comment-meta p {
	margin-bottom: 26px;
}
.comment-meta p:last-of-type {
	margin-bottom: 0;
}
.comment .fn {
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 26px;
}
.comment .fn a {
	color: #000;
}
.comment .fn a:hover {
	color: #76624A;
}
.comment .date {
	display: block;
	margin-bottom: 10px;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}
.comment .comment-edit-link {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}
.comment .reply a {
	padding: 0 5px;
	background: #f0f0f0;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	text-transform: uppercase;
}
.comment .reply a:hover {
	background: #000;
	color: #fff;
}
/*-----------------------------*/
	/*- FONTS FOR COMMENT TITLES --*/
.comment .fn, .comment .date, .comment .comment-edit-link, .comment .reply {
}
/*-----------------------------*/
	/*- THREADED COMMENTS ---------*/
.comment .children {
	margin-left: 13%;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px solid #d3d3d3;
}
.comment .children .comment:last-child {
	margin-bottom: 0;
}
.comment .children .comment-meta {
	width: 82%;
}
.comment .children .comment-author {
	width: 40px;
}
/*-----------------------------*/
	/*- COMMENT FORM --------------*/
.nocomments {
	padding: 5px 10px;
	background: #76624A;
	color: #fff;
	text-align: center;
}
#respond #reply-title {
	padding-top: 7px;
	margin-bottom: 10px;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
}
#respond .comment-notes, #respond .logged-in-as {
	margin-bottom: 25px;
	color: #777;
	font-family: Droid Sans;
	font-size: 13px;
}
#respond .logged-in-as a {
	color: #76624A;
}
#respond .logged-in-as a:hover {
	color: #333;
}
#respond .required {
	color: #34495E;
}
#respond p {
	margin-bottom: 15px;
}
#respond .form-submit {
	margin: 0;
}
#respond label {
	color: #333;
}
#respond .form-allowed-tags {
	margin-bottom: 20px;
	color: #777;
	font-size: 12px;
	line-height: 22px;
}
#respond .form-allowed-tags code {
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 22px;
}
/*-----------------------------*/
	/*- DISQUS FORM ---------------*/
#disqus_thread {
	clear: both;
	padding: 30px;
	background: #fff;
}
/*-----------------------------*/
	/*- WOOCOMMERCE REVIEWS -------*/
.entry-content .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 660px;
}
.commentlist .comment-text {
	overflow: hidden;
}
.commentlist .meta {
	margin: 0 0 10px;
}
.commentlist .meta strong {
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
.commentlist .meta em {
	padding: 0px 5px;
	background: #f0f0f0;
	border-radius: 1em;
	font-size: 10px;
	font-weight: normal;
}
.commentlist .meta time {
	margin-bottom: 10px;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	color: #777;
}
.commentlist .description {
	overflow: hidden;
	font-family: Droid Sans;
}
.commentlist .description p {
	margin-bottom: 26px;
}
.commentlist .description p:last-of-type {
	margin-bottom: 0;
}
/*-------------------------------------------------------------------------------------------*/
/*- PORTFOLIO SECTION -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.portfolio-title-block .post-title {
	margin-bottom: 50px;
	text-align: center;
}
.portfolio-content {
	overflow: hidden;
}
.portfolio-content #left-column {
	float: left;
	width: 36%;
	padding-bottom: 20px;
}
.portfolio-content #right-column {
	width: 60%;
}
/*----------------------------*/
	/*- PORTFOLIO CATEGORY NAV ---*/
.portfolio-categories {
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio-categories li {
	float: left;
	margin-right: 20px;
	font-size: 12px;
	text-transform: uppercase;
}
.portfolio-categories a {
	display: block;
	padding: 3px 0 0;
	color: #999;
	border-top: 3px solid #e0e0e0;
}
.portfolio-categories a:hover {
	border-top: 3px solid #ad9f8e;
	color: #000;
}
.portfolio-categories a.selected {
	border-top: 3px solid #ad9f8e;
	color: #000;
}
/*----------------------------*/
	/*- PORTFOLIO LIST -----------*/
.portfolio-list .column {
	text-align: left;
	margin-bottom: 40px;
}
.portfolio-list .post-image {
	margin: 0 0 20px;
	overflow: hidden;
}
.portfolio-list .post-image img {
	transition: all .1s ease-in-out;
}
.portfolio-list .post-image:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.portfolio-list .content {
	padding: 0;
	background: none;
	box-shadow: none;
}
/*----------------------------*/
	/*- PORTFOLIO NEXT PREV POST -*/
.next-prev-post-nav {
	overflow: hidden;
	background: #f0f0f0;
	text-transform: uppercase;
	font-size: 11px;
}
.next-prev-post-nav li {
	float: left;
	width: 50%;
	padding: 0px 10px;
}
.next-prev-post-nav li:last-child {
	text-align: right;
}
.next-prev-post-nav a {
	color: #000;
}
.next-prev-post-nav a:hover {
	color: #777;
}
/*----------------------------*/
	/*- PORTFOLIO CONTENT --------*/
.portfolio-meta {
	margin-bottom: 30px;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}
.portfolio-meta li {
	border-bottom: 1px solid #e0e0e0;
	text-transform: uppercase;
}
.portfolio-meta li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.portfolio-meta a {
	padding: 5px 0;
	display: block;
	color: #000;
}
.portfolio-meta a:hover {
	color: #777;
}
.portfolio-content .social {
	float: none;
	display: block;
	margin-top: 25px;
}
/*----------------------------*/
	/*- GALLERY SLIDER -----------*/
.gallery-slider {
	overflow: hidden;
	position: relative;
}
/*---------------------*/
		/*- SLIDER IMAGES -----*/
.gallery-container {
	width: 99999px;
	position: relative;
	z-index: 1;
}
.gallery-container li {
	display: block;
	float: left;
	max-width: 100%;
	position: relative;
}
.gallery-container li a {
	display: block;
	height: auto;
}
.gallery-container img {
	display: block;
	max-width: 100%;
	height: auto;
}
/*---------------------*/
		/*- SLIDER CONTROLS ---*/
.controls {
	width: 82px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 3;
}
/*---------------------*/
		/*- NEXT & PREVIOUS ---*/
.gallery-slider .next, .gallery-slider .previous {
	float: right;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #fff url(images/layout/portfolio-arrows.png) no-repeat;
	z-index: 3;
	overflow: hidden;
	text-indent: -99999px;
}
.gallery-slider .next {
	background-position: -179px 12px;
	margin-left: 10px;
}
.gallery-slider .previous {
	background-position: 13px 12px;
}
.gallery-slider .next:hover, .gallery-slider .previous:hover {
	background-color: rgba(255, 255, 255, 0.7);
	border-color: #a3a07d;
}
/*-------------------------------------------------------------------------------------------*/
/*- TEAM PAGE -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-----------------------------*/
	/*- TEAM GRID -----------------*/
.team .post-content {
	float: none;
	width: 100%;
}
.team .post-image {
	margin: 0 auto 20px;
	overflow: hidden;
	display: block;
}
.team .position {
	margin-bottom: 10px;
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
}
.single .team .post-image {
	float: left;
	width: 54.096386%;
	margin-right: 2.409639%;
	position: relative;
	margin-bottom: 10px;
	margin: 0 20px 20px 0;
	border-radius: 0;
	overflow: visible;
	display: block;
}
.single .team-content {
	float: left;
	width: 38.554217%;
}
.team .team-title {
	margin-bottom: 0;
	font-family: 'Josefin sans';
font-weight: 800;
letter-spacing: 1px;
	font-size: 34px;
	line-height: 44px;
	color: #000;
}
.team .post-title {
	margin-bottom: 0;
}
.single .team .position {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 25px;
	background: url(images/layout/separator.png) bottom left no-repeat;
	color: #777;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}
.team p {
	margin-bottom: 20px;
}
.team .team-social {
	overflow: hidden;
	margin-bottom: 20px;
}
.team .team-social li {
	display: inline;
	margin: 0 10px 0 0;
}
.team .team-social li a {
	width: 32px;
	height: 32px;
	display: inline-block;
	text-indent: -99999px;
}
.team-facebook {
	background: url(images/layout/social-icons/facebook-32.png) no-repeat;
}
.team-twitter {
	background: url(images/layout/social-icons/twitter-32.png) no-repeat;
}
.team-linkedin {
	background: url(images/layout/social-icons/linkedin-32.png) no-repeat;
}
/*-----------------------------*/
	/*- TEAM SIDEBAR --------------*/
.team-members li {
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	line-height: 22px;
}
.team-members img {
	float: left;
	max-width: 40px;
	max-height: 40px;
	margin-right: 10px;
	border-radius: 100%;
	overflow: hidden;
}
.team-member {
	float: left;
}
.team-member a {
	display: block;
	color: #000;
}
.team-member a:hover {
	color: #777;
}
.team-position {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}
/*-------------------------------------------------------------------------------------------*/
/*- TESTIMONIALS PAGE -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-----------------------------*/
	/*- TESTIMONIALS GRID ---------*/
.testimonials .column {
	text-align: center;
}
.testimonials .post-image {
	max-width: 150px;
	max-height: 150px;
	margin: 0 auto 10px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	border: 4px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.single .testimonials .post-image {
	float: left;
	max-width: 48%;
	height: auto;
	margin-right: 20px;
	border-radius: 0;
	overflow: hidden;
	display: block;
	border: 4px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.testimonials .post-title {
	padding: 0;
	margin-bottom: 5px;
}
.testimonials .position {
	margin-bottom: 15px;
}
.testimonials p {
	margin-bottom: 20px;
}
/*-------------------------------------------------------------------------------------------*/
/*- SERVICES PAGE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-----------------------------*/
	/*- SERVICES GRID -------------*/
.services .post-image {
	display: block;
	float: left;
	max-width: 25%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.services .content {
	overflow: hidden;
}
.services .copy p {
	margin: 0;
}
/*-----------------------------*/
	/*- SERVICES SINGLE -----------*/
.single-services .post-content {
	float: none;
	width: 100%;
	max-width: 660px;
}
.service-icon {
	display: block;
	float: left;
	max-width: 64px;
	margin-right: 15px;
}
.single-services .service-title {
	margin-bottom: 0;
	font-family: 'Josefin sans';
font-weight: 800;
letter-spacing: 1px;
	font-size: 34px;
	line-height: 44px;
}
/*-----------------------------*/
	/*- SERVICES SIDEBAR ----------*/
.related-services li {
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	line-height: 22px;
}
.related-services img {
	display: inline-block;
	max-width: 40px;
	max-height: 40px;
	margin-right: 10px;
	border-radius: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.related-services a {
	display: inline-block;
	color: #000;
	overflow: hidden;
	vertical-align: middle;
}
.related-services a:hover {
	color: #777;
}
/*-------------------------------------------------------------------------------------------*/
/*- FEATURES PAGE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.features-content #left-column {
	width: 70%;
}
.features-content #left-column .post-content {
	float: none;
	width: 100%;
}
.features-content #left-column .service-title {
	font-size: 36px;
	font-family: 'Josefin sans';
font-weight: 800;
letter-spacing: 1px;
	line-height: 46px;
}
.features-content #right-column {
	width: 27%;
}
.features-content .post-content {
	box-shadow: none;
	border-radius: 0;
}
.features-content .post-content .post-image {
	margin: 0 0 30px;
}
/*-----------------------------*/
	/*- FEATURES SIDEBAR ----------*/
.features-content .related-features-container {
	border: 1px solid #ebebeb;
	padding: 0;
}
.features-content .related-features-container li {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.features-content .related-features-container li:last-child {
	border: none;
}
.features-content .related-features-container .features-list-icon {
	float: left;
	max-width: 30px;
	max-height: 30px;
	margin: 5px 10px 0 0;
}
.features-content .related-features-container a {
	color: #777;
	overflow: hidden;
	display: block;
}
.features-content .related-features-container a:hover {
	color: #333;
}
.features-content .related-features-container .active {
	background: #76624A;
	color: #fff;
}
.features-content .related-features-container .active a {
	color: #fff;
}
.sidebarleft .features-content .related-features-container .active {
	left: auto;
}
/*-------------------------------------------------------------------------------------------*/
/*- PARTNERS PAGE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-----------------------------*/
	/*- PARTNERS SINGLE ------------*/
.partners-title {
	margin-bottom: 15px;
}
.partners .post-content .post-image {
	box-shadow: none;
}
/*-----------------------------*/
	/*- PARTNERS GRID -------------*/
.partners .post-image {
	display: block;
	margin: 0 auto 40px;
}
/*-------------------------------------------------------------------------------------------*/
/*- FULL WIDTH PAGE -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.full-width .post-content {
	width: 100%;
	float: none;
}
.full-width.post-content {
	width: 100%;
	float: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- WIDGETIZED PAGE -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.widget-page {
	max-width: 1000px;
	margin: auto;
	padding: 0 20px 20px 20px;
}
/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.archives {
	margin-bottom: 30px;
}
.archives_list li {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 2px solid #ebebeb;
}
.archives_list .archive-post-image {
	float: left;
	width: 100px;
	max-height: 100px;
	margin-right: 20px;
	position: relative;
}
.archives_list .archive-post-image a {
	display: block;
	width: 100px;
	max-height: 100px;
	overflow: hidden;
}
.archives_list .archive-post-image img {
	display: block;
	position: relative;
	width: 100px;
	height: auto;
}
.archives_list .date {
	background: none;
	text-align: left;
	margin: 0;
}
.archives_list .post-title {
	margin-bottom: 15px;
}
.archives_list .comment-count {
}
.archives_list .label {
	float: right;
	display: inline-block;
}
.archives_list li:first-child {
	padding-top: 0;
}
/*-------------------------------------------------------------------------------------------*/
/*- CONTACT / MAP ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.contact-template .post-content {
	max-width: 660px;
}
.contact-template .page-title {
	font-size: 36px;
	line-height: 36px;
	font-family: 'Josefin sans';
font-weight: 800;
letter-spacing: 1px;
}
#map-container {
	background: #fff;
	height: 350px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.map-image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 350px;
	text-align: center;
	max-width: none;
}
#map {
	display: block;
	height: 350px !important;
	width: 100% !important;
}
/*-------------------------------------------------------------------------------------------*/
/*- ECOMMERCE -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-----------------------------*/
	/*- SHOP FULL WIDTH ------------*/
.shop-block {
	padding: 7px 0 0;
	margin-bottom: 30px;
	border-top: 3px solid #999;
	text-transform: uppercase;
	overflow: hidden;
}
.woocommerce-ordering {
	float: right;
}
.woocommerce-result-count {
	float: left;
	color: #000;
}
.woocommerce-pagination ul.page-numbers li {
	float: left;
	padding: 5px;
}
.woocommerce-pagination ul.page-numbers {
	float: right;
}
/*-----------------------------*/
	/*- ALERTS --------------------*/
.woocommerce_message, .woocommerce-message {
	padding: 10px;
	margin-bottom: 20px;
	background: #f0f0f0;
	overflow: hidden;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
}
/*-----------------------------*/
	/*- CATEGORY LIST PAGE --------*/
.category-description {
	margin-bottom: 25px;
}
/*-----------------------------*/
	/*- ON SALE BADGE -------------*/
.onsale {
	text-align: center;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border: 2px solid #999;
	padding: 5px 10px;
	margin: 0 auto;
	height: auto;
	display: block;
	width: 60px;
	margin-bottom: -32px;
	margin-top: 0px;
	z-index: 9999999;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -30px;
}

/*-----------------------------*/
	/*- PRODUCTS  -----------------*/
.products {
	overflow: hidden;
}
.products .product {
	float: left;
	width: 31.543624%;
	margin-right: 2.684564%;
	margin-bottom: 30px;
	padding: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.products .product:nth-child(3n+3) {
	margin-right: 0;
}
.products .product h3 {
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.products .product a h3 {
	color: #000;
}
.products .product .price {
	padding: 0;
	margin: 0 0 10px;
	background: none;
	clear: both;
	font-size: 12px;
}
.products .product .price del {
	color: #999;
}
.products .product .img-wrap {
	position: relative;
	margin: -15px -15px 15px;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.products .product .img-wrap img {
	display: block;
	transition: all .1s ease-in-out;
}
.products .product .star-rating {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 3;
}
.product-container, .product-container .products {
	width: 100%;
	overflow: hidden;
}
/*---------------------*/
		/*- FOUR COLUMNS ------*/
.four-column .products .product {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.four-column .products .product:nth-child(4n+4) {
	margin-right: 0;
}
.four-column .products .product:nth-child(3n+4) {
	clear: none;
}
/*---------------------*/
		/*- THREE COLUMNS -----*/
.three-column .products .product {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.three-column .products .product:nth-child(2n+3) {
	clear: none;
}
.three-column .products .product:nth-child(3n+3) {
	margin-right: 0;
}
.three-column .products .product:nth-child(3n+4) {
	clear: left;
}
/*---------------------*/
		/*- TWO COLUMNS -------*/
.two-column .products .product {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.two-column .products .product:nth-child(2n+2) {
	margin-right: 0;
	margin-bottom: 30px;
}
.two-column .products .product:nth-child(2n+3) {
	clear: left;
}
/*-----------------------------*/
	/*- PRODUCTS SINGLE -----------*/
.products-single #left-column {
	width: 100%;
}
.products-single #right-column {
	width: 15%;
	opacity: 0.4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.products-single #right-column:hover {
	opacity: 1;
}
.product-top {
	margin-bottom: 30px;
}
.purchase-options-container {
	float: left;
	width: 34.939759%;
}
.product_title {
	padding: 0;
	margin: 0 0 10px;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	letter-spacing: 1px;
	font-family: Josefin Sans;
}
.single-product .price {
	padding: 10px 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.price del {
	color: #999;
}
.from {
	color: #999;
	text-transform: uppercase;
}
.amount {
}
.purchase-options-container .from {
	font-size: 14px;
}
.product-price [itemprop=description] {
	margin-bottom: 20px;
	font-family: Droid Sans;
}
.product_meta {
	padding: 10px 0 0;
	margin: 20px 0 15px;
	border-top: 1px solid #e0e0e0;
	font-size: 12px;
	font-family: Droid Sans;
	color: #000;
	font-weight: bold;
}
.product_meta span {
	display: block;
}
.product_meta span.sku {
	display: inline;
	color: #777;
}
.product_meta a {
	color: #777;
	font-weight: normal;
}
.product_meta a:hover {
	color: #000;
}
.products-single .social {
	margin-bottom: 30px;
}
.product-price .button {
	float: left;
}
/*-------------------------*/
		/*- PRODUCT PAGE GALLERY --*/
.product-images {
	float: left;
	width: 54.096386%;
	margin-right: 2.409639%;
	position: relative;
	margin-bottom: 10px;
}
.product-images .zoom {
	display: block;
}
.product-images .thumbnails {
	overflow: hidden;
}
.product-images .thumbnails .zoom {
	float: left;
	width: 22.222222%;
	padding: 0;
	margin: 3.703704% 3.703704% 0 0;
	background: #f0f0f0;
	box-shadow: none;
}
.product-images .thumbnails .zoom img {
	width: 100%;
	height: auto;
}
.product-images .thumbnails .zoom:nth-child(4n+4) {
	margin-right: 0;
}
.product-images .thumbnails .zoom:nth-child(4n+5) {
	clear: left;
}
.product-images .thumbnails .zoom:nth-child(-n+4) {
	margin-bottom: 0;
}
/*-------------------------*/
		/*- VARIABLE PRODUCTS -----*/
.variations td, .variations th {
	padding: 10px 0;
}
.reset_variations {
	display: none;
	color: #900;
}
.reset_variations:hover {
	color: #000;
}
.single_variation {
	margin: 0 0 10px;
	overflow: hidden;
}
.single_variation .price {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}
.single_variation .stock {
	float: left;
	margin: 0;
	color: #900;
}
.variations_button {
	clear: both;
}
/*-----------------------------*/
	/*- TABBED BLOCK --------------*/
.woocommerce_tabs {
	clear: both;
}
.woocommerce-tabs .panel {
	max-width: 660px;
}
.woocommerce-tabs #tab-description h2, .woocommerce-tabs #tab-additional_information h2, .woocommerce-tabs #tab-reviews h2 {
	display: none;
}
.tabs {
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.tabs li {
	float: left;
	text-transform: uppercase;
}
.tabs li a {
	display: block;
	padding: 7px 20px 0;
	border-top: 3px solid #e0e0e0;
	color: #999;
	text-transform: uppercase;
}
.tabs li.active {
	margin-bottom: -1px;
}
.tabs li.active a {
	border-color: #000;
	color: #000;
}
.tabs li a:hover {
	border-color: #000;
	color: #000;
}
.tabs li a.selected {
	background: #ffcb28;
	color: #2d5c70;
}
/*-------------------------*/
		/*- COPY BLOCK ------------*/
.entry-content {
	font-family: Droid Sans;
}
.entry-content p {
	margin-bottom: 26px;
}
.entry-content ul {
	list-style: disc;
	margin: 0 0 26px 30px;
}
.entry-content ol {
	list-style: decimal;
	margin: 0 0 26px 30px;
}
.entry-content ul li, .copy ol li {
	margin-bottom: 0;
	float: none;
}
.entry-content img {
	display: block;
}
.entry-content a {
	color: #76624A;
}
.entry-content a:hover {
	color: #000;
}
.entry-content h2 {
	font-size: 24px;
	margin-bottom: 26px;
	color: #000;
	text-transform: uppercase;
}
.entry-content h3 {
	font-size: 20px;
	margin-bottom: 26px;
	color: #000;
}
.entry-content h4 {
	font-size: 16px;
	margin-bottom: 26px;
	color: #999;
	text-transform: uppercase;
}
.entry-content h5 {
	font-size: 14px;
	margin-bottom: 26px;
	color: #000;
	font-style: italic;
}
.entry-content blockquote {
	padding-left: 20px;
	margin: 0 0 26px;
	border-left: 3px solid #000;
	font-family: lato;
	font-weight: 200;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
}
/*--------------------------*/
		/*- STAR RATINGS -----------*/
.star-rating {
	float: right;
	width: 90px;
	height: 16px;
	background: url(images/layout/star.png) repeat-x left 0;
}
.star-rating span {
	background: url(images/layout/star.png) repeat-x left -32px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}
.stars {
	overflow: hidden;
	margin-bottom: 0;
}
.stars span {
	width: 90px;
	height: 16px;
	position: relative;
	float: left;
	background: url(images/layout/star.png) repeat-x left 0;
}
.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}
.stars span a:hover, p.stars span a:focus {
	background: url(images/layout/star.png) repeat-x left -16px;
}
.stars a.active {
	background: url(images/layout/star.png) repeat-x left -32px;
}
.stars span a.star-1 {
	width: 18px;
	z-index: 10;
}
.stars span a.star-2 {
	width: 36px;
	z-index: 9;
}
.stars span a.star-3 {
	width: 54px;
	z-index: 8;
}
.stars span a.star-4 {
	width: 72px;
	z-index: 7;
}
.stars span a.star-5 {
	width: 90px;
	z-index: 6;
}
/*-----------------------------*/
	/*- RELATED AND UPSELL --------*/
.related, .upsells {
	margin: 30px 0 0;
	overflow: hidden;
}
.related h2, .upsells h2 {
	padding-top: 7px;
	margin-bottom: 20px;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
}
.upsells .products, .related .products {
	display: block;
	overflow: hidden;
}
/*-----------------------------*/
	/*- QUANTITY ------------------*/
.cart {
	overflow: hidden;
}
.quantity {
	float: left;
	height: 45px;
	margin-right: 10px;
	position: relative;
}
.quantity .plus, .quantity .minus {
	float: left;
	height: 45px;
	width: 25px;
	padding: 0;
	right: 0;
	font-size: 10px;
}
.quantity .plus {
	top: 0;
	background: #000;
	color: #fff;
}
.quantity .minus {
	bottom: 0;
	background: #000;
	color: #fff;
}
.quantity .plus:hover, .quantity .minus:hover {
	background: #333;
}
.quantity .input-text {
	float: left;
	width: 35px;
	height: 45px;
	padding: 0 5px;
	background: #f0f0f0;
	border: none;
	text-align: center;
	color: #000;
}
/*-----------------------------*/
	/*- SHOPPING ELEMENTS ---------*/
table {
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	vertical-align: middle;
}
table th {
	padding: 7px 10px 20px;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
}
table th.product-total {
	text-align: right;
}
table td {
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
}
table tr:last-child td {
	border: none;
}
table td a {
	color: #777 !important;
}
table td a:hover {
	color: #000 !important;
}
table .product-remove {
	width: 1%;
	text-align: center;
}
table .product-remove a {
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	background: url(images/layout/remove.png) center no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
table .product-thumbnail {
	width: 5%;
	text-align: left;
}
table .product-thumbnail img {
	width: 80px;
	margin: auto;
}
table td .quantity input {
	height: 30px !important;
}
table .product-name {
	width: 40%;
}
table .product-total {
	text-align: right;
}
table .product-quantity {
	text-align: left;
}
table .product-subtotal {
	text-align: right;
}
table tfoot {
	border-top: 2px solid #e0e0e0;
}
table tfoot th {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}
table tfoot td {
	text-align: right;
}
table tfoot tr:last-child th {
	border-bottom: none;
}
table td.actions {
	text-align: right;
	padding: 10px 0;
}
/*-------------------------*/
		/*- SHOP TABLE ------------*/	
.shop_table.cart {
	float: left;
	width: 74.5%;
}
#left-column .shop_table.cart {
	float: none;
	width: 100%;
}
/*-------------------------*/
		/*- ATTRIBUTES ------------*/
table.shop_attributes {
	max-width: 660px;
	background: #f0f0f0;
}
table.shop_attributes th {
	padding: 10px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}
table.shop_attributes td {
	padding: 10px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}
table.shop_attributes td:last-child {
	border-bottom: 1px solid #e0e0e0;
}
table.shop_attributes p {
	margin: 0;
}
.orderby, .shipping_calculator select, .country_select, .state_select {
	padding: 8px;
	border: 1px solid #E0E0E0;
	max-width: 300px;
	width: 100%;
}
/*-------------------------*/
		/*- PRODUCT VARIATIONS ----*/
.variation {
	overflow: hidden;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
}
.variation dt {
	clear: left;
	float: left;
}
.variation dd {
	float: left;
	margin-left: 10px;
}
/*-------------------------*/
		/*- COUPON FORM -----------*/
td .coupon {
	float: left;
	overflow: hidden;
}
td .coupon label {
	display: none;
}
td .coupon input {
	float: left;
	padding: 5px;
	height: 35px;
	border: 1px solid #e0e0e0;
	border-right: none;
}
/*-----------------------------*/
	/*- CART COLLATERALS ----------*/
.cart-collaterals {
	float: right;
	width: 23.5%;
}
#left-column .cart-collaterals {
	float: none;
	width: 100%;
}
/*-------------------------*/
		/*- SHIPPING CALCULATOR ---*/
.shipping_calculator {
	padding: 10px;
	background: #f0f0f0;
}
.copy .shipping_calculator h2 {
	padding: 0;
	margin: -10px;
	color: #000;
	font-size: 12px;
}
.copy .shipping_calculator h2 a {
	display: block;
	padding: 5px 10px;
	color: #000;
}
.copy .shipping_calculator h2 a:hover {
	background: #000;
	color: #fff;
}
.shipping-calculator-form {
	margin-top: 20px;
}
.shipping-calculator-form p {
	margin: 0;
}
.shipping-calculator-form p input {
	padding: 5px;
	font-size: 12px;
}
.shipping-calculator-form p button.button {
	height: auto;
	padding: 5px;
	font-size: 11px;
	letter-spacing: 0;
}
/*-------------------------*/
		/*- CART TOTALS -----------*/
.copy .cart_totals h2 {
	padding: 7px 0px 20px;
	margin: 0;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
}
.cart_totals table {
	background: #f0f0f0;
}
.cart_totals strong {
	font-weight: normal;
}
.cart_totals th {
	padding: 5px 10px;
	border: none;
	font-weight: normal;
	text-transform: none;
}
.cart_totals td {
	padding: 5px 10px;
	border: none;
}
.cart_totals td {
	text-align: right;
}
.cart_totals p {
	margin: 0;
}
.cart_totals small {
	display: block;
	padding: 10px 10px 0;
	text-align: center;
}
/*-----------------------------*/
	/*- CHECKOUT ------------------*/
.col2-set {
	margin-bottom: 30px;
	overflow: hidden;
}
.col-1, .col-2 {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.col-2 {
	margin-right: 0;
}
.col-1 h3, .col-2 h3 {
	padding-top: 7px;
	margin-bottom: 20px;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
}
#shiptobilling {
	float: right;
	width: 200px;
	padding: 5px 10px;
	color: #fff;
	background: #000;
}
#shiptobilling label {
	color: #fff;
}
#shiptobilling .input-checkbox {
	float: left;
	margin: 6px 10px 0 0;
}
/*-----------------------------*/
	/*- LOGIN ---------------------*/
.copy .login, .copy .create-account {
	padding: 10px;
	background: url(images/layout/bg.jpg) top repeat-x fixed;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.copy .login, .copy .create-account p {
	color: #333;
	margin: 0 0 10px;
}
.copy .login {
	margin-bottom: 20px;
}
.copy .login .lost_password {
	margin-left: 10px;
	text-decoration: underline;
	color: #333;
}
.copy .login .lost_password:hover {
	color: #333;
}
.copy .form-row {
	margin-bottom: 10px;
}
/*-----------------------------*/
	/*- ORDER REVIEW --------------*/
#order_review {
	overflow: hidden;
}
#order_review_heading {
	padding-top: 7px;
	margin-bottom: 10px;
	border-top: 3px solid #ad9f8e;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
}
/*-------------------------*/
		/*- REVIEW TABLE ----------*/
.copy #order_review table {
	float: left;
	width: 49%;
}
.copy #order_review .product-quantity {
	text-align: center;
}
.copy #order_review .product-total {
	text-align: right;
}
.copy #order_review table td, .copy #order_review table th {
	padding: 5px 0px;
}
.copy #order_review table thead th {
	border-color: #e0e0e0;
}
.copy #order_review table tbody strong {
	padding: 0px 5px;
	margin-left: 5px;
	background: #f0f0f0;
	border-radius: 1em;
	font-size: 10px;
	font-weight: normal;
}
.copy #order_review table tfoot th {
	border-top: none;
	font-weight: normal;
	text-transform: none;
}
.copy #order_review table tfoot strong {
	font-weight: normal;
}
.copy #order_review table tfoot .total th {
	border-top: 2px solid #000;
}
.copy #order_review table tfoot .total td {
	border-top: 2px solid #000;
}
/*-------------------------*/
		/*- PAYMENT METHODS -------*/
#payment {
	float: right;
	width: 49%;
	background: #f0f0f0;
}
#payment .payment_methods input[type=radio] {
	display: inline;
	padding: 5px 0;
}
#payment .payment_methods label {
	display: inline;
}
#payment .payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}
#payment .payment_methods li {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
#payment .payment_methods li input + label {
	font-weight: 700;
}
#payment img {
	display: inline;
	vertical-align: middle;
	margin-left: 5px;
}
.copy #payment .payment_box {
	padding: 10px;
	margin-top: 5px;
	background: #fff;
}
.copy #payment .payment_box p {
	margin-bottom: 0;
	font-size: 12px;
}
.copy #payment .form-row {
	margin: 0;
	padding: 10px;
}
#payment .place-order input[type=submit] {
	display: block;
	width: 100%;
	height: 35px;
	background: #ad9f8e;
	color: #fff;
	text-transform: uppercase;
}
#payment .place-order input[type=submit]:hover:hover {
	background: #333;
}
#payment .woocommerce-cc-month {
	float: left;
	width: 38%;
	margin-right: 20px;
}
#payment .woocommerce-cc-year {
	float: left;
	width: 38%;
}
/*-----------------------------*/
	/*- ORDER RECEIVED PAGE -------*/
.copy ul.order_details {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	background: #f0f0f0;
}
.copy ul.order_details li {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
.copy ul.order_details li:last-child {
	border: none;
}
.copy .shop_table.order_details .product-quantity {
	text-align: center;
}
.copy .shop_table.order_details .product-total {
	text-align: right;
}
.copy .shop_table.order_details td, .copy .shop_table.order_details th {
	padding: 5px 0px;
}
.copy .shop_table.order_details thead th {
	border-color: #e0e0e0;
}
.copy .shop_table.order_details tbody strong {
	padding: 0px 5px;
	margin-left: 5px;
	background: #f0f0f0;
	border-radius: 1em;
	font-size: 10px;
	font-weight: normal;
}
.copy .shop_table.order_details tfoot th {
	border-top: none;
	font-weight: normal;
	text-transform: none;
}
.copy .shop_table.order_details tfoot strong {
	font-weight: normal;
}
.copy .customer_details {
	margin: 0 0 30px;
	background: #f0f0f0;
	overflow: hidden;
}
.copy .customer_details dt {
	float: left;
	clear: left;
	width: 23%;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.copy .customer_details dd {
	float: left;
	width: 77%;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.copy .addresses {
	overflow: hidden;
	margin: 0 0 30px;
	overflow: hidden;
}
.copy .addresses .col-1 {
	float: left;
	width: 47.5%;
}
.copy .addresses .col-2 {
	float: right;
	width: 47.5%;
}
.copy .addresses header {
	margin-bottom: 20px;
}
/*-----------------------------*/
	/*- WHEN IN LEFT COLUMN -------*/
#left-column .col-1, #left-column .col-2 {
	margin: 0 0 30px 0;
}
#left-column .cart_totals {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#left-column .shipping_calculator {
	float: none;
	width: 100%;
}
#left-column .copy #order_review table {
	float: none;
	width: 100%;
}
#left-column #payment {
	float: none;
	width: 100%;
}
/*-----------------------------*/
	/*- eCOMMERCE WIDGETS ---------*/
		/*-------------------------*/
		/*- PRODUCT LIST ----------*/
.product_list_widget li {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
}
.product_list_widget a {
	display: block;
}
.product_list_widget img {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
}
.product_list_widget .variation {
	display: none;
}
.product_list_widget .quantity {
	height: auto;
}
.product_list_widget .quantity, .product_list_widget ins, .product_list_widget del, .product_list_widget .from, .product_list_widget .amount {
	text-transform: uppercase;
	font-size: 12px;
}
.product_list_widget del {
	color: #999;
}
/*-------------------------*/
		/*- PRODUCT CATEGORIES ----*/	
.product-categories a {
	display: block;
	background: url(images/layout/li-arrow.png) right no-repeat;
}
/*-------------------------*/
		/*- SHOPPING CART ---------*/
.widget_shopping_cart .buttons {
	overflow: hidden;
}
.widget_shopping_cart .buttons .button {
	float: left;
	margin: 0;
	padding: 0 9px;
	font-size: 11px;
}
.widget_shopping_cart .buttons .checkout {
	margin-left: 10px;
}
.products-single .widget_shopping_cart .buttons .button {
	float: none;
	margin: 0 0 5px;
	display: block;
	text-align: center;
}
.widget_shopping_cart .total {
	margin: 10px 0;
	color: #000;
	text-transform: uppercase;
}
.widget_shopping_cart .total strong {
	font-weight: 700;
}
/*-------------------------*/
		/*- LOGIN -----------------*/
.widget_login input {
	margin-bottom: 10px;
}
.widget_login input + a {
	margin-left: 10px;
	text-decoration: underline;
	color: #333;
}
.widget_login input + a:hover {
	color: #333;
}
/*-------------------------*/
		/*- PRICE FILTER ----------*/
.widget_price_filter {
	overflow: visible !important;
}
.widget_price_filter .widgettitle {
	display: none;
}
.price_slider_wrapper .price_slider {
	margin-bottom: 10px;
}
.price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background: #ccc;
}
.ui-slider-horizontal {
	height: 8px;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #f0f0f0;
	border-radius: 1em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 12px;
	margin-top: -2px;
	border-radius: 1em;
	cursor: pointer;
	background: #ad9f8e;
}
.ui-slider .ui-slider-handle:last-child {
	margin-left: -12px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #ad9f8e;
}
.price_slider_amount .button {
	float: right;
	height: auto;
	padding: 4px 8px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0;
}
.price_slider_amount .price_label {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
}
/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.sidebar a {
	color: #777;
}
.sidebar a:hover {
	color: #000;
}
.sidebar .widgettitle, .related-services-container .widgettitle {
	color: #333;
}
/*--------------------------*/
	/*- WIDGET TITLE -----------*/
#right-column .widgettitle {
	padding-top: 15px;
	margin-bottom: 10px;
	border-top: 3px solid #999;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
}
#right-column .widgettitle a {
	color: #000;
}
#right-column .widgettitle a:hover {
	color: #76624A;
}
/*--------------------------*/
	/*- WIDGET -----------------*/
#right-column .widget {
	margin-bottom: 50px;
	overflow: hidden;
	font-family: Droid Sans;
	font-size: 13px;
}
#right-column .widget:last-child {
	border-bottom: none;
}
#right-column .widget li {
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
}
#right-column .widget .children {
	margin: 5px 0 0;
	margin-left: 20px;
}
#right-column .widget .children li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#right-column .widget .dater {
	color: #777;
}
#right-column .column {
	float: none;
}
/*--------------------------*/
	/*- SEARCH -----------------*/
#searchform {
	overflow: hidden;
}
#searchform label {
	display: none;
}
#searchform input[type=text] {
	float: left;
	width: 70%;
	height: 30px;
	padding: 5px;
	font-size: 12px;
}
#searchform input[type=submit] {
	float: right;
	width: 30%;
	height: 30px;
	padding: 0px 10px;
	background: #999;
	border-right: none;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
#searchform input[type=submit]:hover {
	background: #ad9f8e;
	color: #fff;
	cursor: pointer;
}
#archives .searchform {
	margin-bottom: 20px;
}
.products-single #right-column #searchform input[type=text] {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
.products-single #right-column #searchform input[type=submit] {
	float: none;
	width: 100%;
}
/*--------------------------*/
	/*- RECENT COMMENTS --------*/
a.widget-comment {
	font-style: italic !important;
	display: block;
}
/*--------------------------*/
	/*- POPULAR POSTS ----------*/
.popular_posts p {
	font-size: 13px;
	font-style: italic;
}
.widget_popular_posts li a {
	display: block;
}
/*--------------------------*/
	/*- TWITTER ----------------*/
iframe.twitter-timeline {
	min-width: 100% !important;
}
/*--------------------------*/
	/*- ADVERTS ----------------*/
#right-column .adverts-125 {
	margin-bottom: 30px;
}
.adverts-125 ul {
	overflow: hidden;
	margin: 0 -30px 0;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #f5f5f5;
}
.adverts-125 ul .advert {
	float: left;
	margin: 5px;
	padding: 0 !important;
	border: none;
}
.adverts-125 ul .advert a {
	display: block;
}
.adverts-125 ul .advert:nth-child(2n+2) {
	margin-right: 0;
}
.large-ad {
	margin: 0 -30px 0
}
#footer .large-ad img {
	max-width: 260px;
	height: auto;
}
/*--------------------------*/
	/*- CATEGORIES -------------*/
.widget_categories .children {
	margin-left: 20px;
	margin-top: 10px;
}
.widget_categories .children li {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: disc !important;
}
/*------------------------------------*/
	/*- LATEST VIDEOS --------------------*/
.latest-videos {
	overflow: hidden;
	padding: 0 !important;
	position: relative;
}
.latest-videos .widgettitle {
	margin-bottom: 5px;
}
.latest-videos .content {
	width: 2000px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.latest-videos div[id^='video_widget_'] {
	float: left;
	width: 270px;
	margin: 0 20px 0 0;
}
.latest-videos .video-thumb {
	float: left;
	max-width: 240px;
	height: auto;
}
.latest-videos .video-thumb a {
	display: block;
	margin: 0;
}
.latest-videos .video-thumb img {
	display: block;
	max-width: 100%;
}
.video-slider-buttons {
	z-index: 9;
}
.video-slider-buttons .previous, .video-slider-buttons .next {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 50%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6) url(images/layout/slider-arrows-small.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.video-slider-buttons .previous {
	left: 0;
	background-position: -12px -4px;
}
.video-slider-buttons .next {
	right: 0;
	background-position: -72px -4px;
}
.video-slider-buttons .next:hover {
	width: 30px;
	background-color: #000;
	background-position: -72px -4px;
}
.video-slider-buttons .previous:hover {
	width: 30px;
	background-color: #000;
	background-position: -9px -4px;
}
.latest-videos .jp-type-single a {
	border: none !important;
	box-shadow: none !important;
}
.latest-videos .jp-video-play-icon {
	float: none;
	position: absolute;
	width: 45px;
	height: 45px;
	margin: auto !important;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	background: url(ocmx/images/jplayer/smallarrow.png) 0 0 no-repeat;
	text-indent: -9999px;
}
/*--------------------------*/
	/*- TEXT WIDGET ------------*/
.textwidget {
	font-family: Droid Sans;
}
.tagcloud a {
	padding: 3px 15px 3px 5px;
	margin-right: 2px;
	background: #f0f0f0 url(images/layout/tag-arrow.png) right no-repeat;
}
.tagcloud a:hover {
	background-color: #000;
	color: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/*- SITE WIDE CALL TO ACTION ----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#site-wide-container {
	width: 100%;
	background: #C6C3B7;
	position: relative;
	z-index: 3;
}
.site-wide-cta {
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px 20px;
	overflow: hidden;
}
.site-wide-cta span {
	float: left;
	margin-right: 20px;
	display: block;
	padding: 8px 0;
	color: #000;
	font-size: 22px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 200;
}
.site-wide-cta .action-link {
	display: block;
	float: right;
	width: 40px;
	line-height: 32px;
	background: url(images/layout/cta-bg.png) right no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*-------------------------------------------*/
	/*- FOOTER ITEMS ----------------------------*/
#footer {
	overflow: hidden;
	font-family: Droid Sans;
	font-size: 12px;
}
/*---------------------------------------*/
		/*- FOOTER WIDGETS ----------------------*/
.footer-widgets {
	color: #000;
}
.footer-widgets a {
	color: #000;
}
.footer-widgets a:hover {
	color: #76624A;
}
.footer-widgets .column {
	margin-bottom: 0;
}
.footer-widgets .widget ul {
	margin: 0;
}
.footer-widgets .widget ul.children {
	margin: 8px 0 0 10px;
}
.footer-widgets .chirp span.meta, .footer-widgets .widget li {
	padding: 0 0 6px;
	margin: 0 0 6px;
	border-bottom: 1px solid #e4e4e4;
}
.footer-widgets .chirp span.meta:last-child, .footer-widgets .widget li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}
.footer-widgets .widgettitle {
	margin-bottom: 15px;
	color: #999;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 2px solid #999;
	padding-bottom: 5px;
}
.footer-widgets .widgettitle a {
	color: #fff;
}
.footer-widgets .widgettitle a:hover {
	color: #eee;
}
/*-----------------------------------*/
			/*- PAGES WIDGET --------------------*/
.footer-widgets .widget_pages ul {
	overflow: hidden;
}
.footer-widgets .widget_pages li {
	float: left;
	width: 50%;
	border-bottom: none;
	padding-bottom: 7px;
}
.footer-widgets .widget_pages li ul {
	display: none;
}
/*-----------------------------------*/
			/*- TEAM WIDGET ---------------------*/
.footer-widgets .team-content-widget {
	float: left;
	width: 22.75%;
	margin-right: 3%;
}
.footer-widgets .team-content-widget .column {
	float: left;
	border: none;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 20px;
}
.footer-widgets .team-content-widget .column:nth-child(2n+2) {
	margin-right: 0;
}
.footer-widgets .team-content-widget .post-title a {
	color: #fff;
}
/*----------------------------*/
	/*- FOOTER MENU --------------*/
ul#footer-nav {
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
}
ul#footer-nav li {
	float: left;
	margin: 0 15px 0 0;
}
ul#footer-nav li ul, ul#footer-nav li ul li {
	display: none !important;
}
ul#footer-nav li a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #999;
}
ul#footer-nav li a:hover {
	color: #333;
}
ul#footer-nav li:first-child a {
	padding-left: 0;
}
/*----------------------------*/
	/*- FOOTER TEXT --------------*/
.footer-text {
	line-height: 18px;
}
.footer-text a {
	color: #ccc;
}
.footer-text a:hover {
	color: #fff;
}
.footer-text p {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}
.copyright {
	float: left;
	color: #999
}
.obox-credit {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
}
/*-------------------------------------------------------------------------------------------*/
/*- GRAVITY FORMS ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.gform_fields {
	margin: 0;
	padding: 0;
}
ul.gform_fields .gfield {
	overflow: hidden;
	margin-bottom: 25px;
}
.gform_fields label {
	color: #333;
}

#home_page_downs .widget_text .widgettitle, .widgettitle, .widgettitle a, .section-title, .section-title a, .features-widget h2, .post-title, .post-title a{
	font-weight: 800;
letter-spacing: 1px;
}

.brands_list li{
	float: left;
	display: inline-block;
	width: 25%;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

.brands_list li a{
	color: #999;
}

.brands_list li a:hover{
	color: #ad9f8e;
}

.slider-copy h2{
	display: none;
}

.slider-copy a,
.slider .text-only .slider-copy,
.slider .slider-content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px none !important;
}