/*
	Patron Style.
*/

.site-header { 
	background-color: #2f373e; 
}

.woocommerce-review-link, .widget.woocommerce a {
	color: #2c3439;
}

body {
	color: #2c3439;
}

/************/

::-moz-selection {
	background-color: #66a7c5;
	color: #fff;
}

::selection {
	background-color: #66a7c5;
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,

.newproduct {
	background-color: #66a7c5;
}

.woocommerce .price, ul.products li.product .price, .widget ul.product_list_widget li .star-rating, .title-area .tagline a {
	color: #66a7c5;
}

.woocommerce .woocommerce_tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: #66a7c5;
}

.widget_price_filter .ui-state-default, .widget_price_filter .ui-widget-content .ui-state-default, .widget_price_filter .ui-widget-header .ui-state-default {
	background: #66a7c5 !important;	
	border-color: #66a7c5 !important;
}

.widget_price_filter .ui-widget-header {
	 background: rgba(102, 167, 197, .3) !important;
}

.widget_price_filter .price_slider {
	background: rgba(102, 167, 197, .1) !important;
}

/************/

a {
    color: #73a0d7;
}

.featured-slider .slide, .lead-box {
	background-color: #354459;
}