
/*-----------------------------------------------------------------------------------*/
/*	02.	Global Color - Default
/*-----------------------------------------------------------------------------------*/


/* Reset */

a {
	color: #948b84;
}

h2.entry-title a {
	color: #948b84;
}

.btn-primary {
	background-color: #948b84;
	border-color: #948b84;
}


/* Header Presentation */

.header-presentation .hp-background-color {
  background-color: #948b84;
}


/* Sidebar */

.widget-area aside.widget ol li a:hover, 
.widget-area aside.widget ul li a:hover {
          color: #948b84;
}


/* Tag Cloud */

.tagcloud a:hover {
	background-color: #948b84;
}


/* Read More Button */

.vslmd-read-more-link {
	color: #948b84;
	border-color: #948b84;
}

.vslmd-read-more-link:hover {
	background-color: #948b84;
	border-color: #948b84;
}


/* Pagination */

.pagination>li>a, 
.pagination>li>span,
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
  color: #948b84;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
  background-color: #948b84;
  border-color: #948b84;
}

/*-----------------------------------------------------------------------------------*/
/*	03.	Deprecated Shortcodes
/*-----------------------------------------------------------------------------------*/


/* Portfolio */

ul.portfolio li figure {
  background-color: #948b84;
}

/* Icon Boxes */

.services div:hover, .services div:hover a {
  background-color: #948b84;
}

/* Highlights */

.highlight1 {
  background-color: #948b84;
}


/*-----------------------------------------------------------------------------------*/
/*	04.	Global Color - Light and Dark
/*-----------------------------------------------------------------------------------*/


/* Classic Menu */

@media (min-width: 768px) {

	.light .navbar-nav .active > a,
	.light .navbar-nav .active > a:focus,
	.light .navbar-nav .active > a:hover,
	.dark .navbar-nav .active > a,
	.dark .navbar-nav .active > a:focus,
	.dark .navbar-nav .active > a:hover {
		background-color: #948b84;
	}

}


/* Social Icons Widget */

.light .vslmd-widget-container li a,
.light .vslmd-widget-container li span i,
.dark .vslmd-widget-container li a,
.dark .vslmd-widget-container li span i {
	color: #948b84;
}


/* Footer */

.wrapper-footer.light .widgets-footer ol li a:hover, 
.wrapper-footer.light .widgets-footer ul li a:hover,
.wrapper-footer.dark .widgets-footer ol li a:hover, 
.wrapper-footer.dark .widgets-footer ul li a:hover  {
	color: #948b84;
}


/* Top Footer > Breadcrumb */

.light .top-footer .breadcrumbs-footer .breadcrumb > li a:hover,
.dark .top-footer .breadcrumbs-footer .breadcrumb > li a:hover {
	color: #948b84 !important;
}

/* Bottom Footer */

.light .bottom-footer a,
.dark .bottom-footer a {
	color: #948b84 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	05.	WooCommerce
/*-----------------------------------------------------------------------------------*/

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #948b84;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	color: #948b84 !important;
}

/* WooCommerce - Cart Menu */

.cart-menu div.widget_shopping_cart_content p.buttons a.button.checkout {
	background-color: #948b84 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	06.	BBPress
/*-----------------------------------------------------------------------------------*/


.bbpress .bbp-search-form form input.button {
	background-color: #948b84;
	border-color: #948b84;
}

/*-----------------------------------------------------------------------------------*/
/*	07.	Footer - Background Color and Image
/*-----------------------------------------------------------------------------------*/


/* Footer Background Image */


.footer-background-color {
	background-color: rgba(34,35,40,1);
}

 
