
/*===================== 
	Premery bg color 
=====================*/

::selection {
 background: #c19b76;
}
::-moz-selection {
 background: #c19b76;
}
::-webkit-selection {
  background: #c19b76;
}

/* Premery bg Hex color*/
.bg-primary,
.wt-separator:after,
.wt-separator:before,
.contact-one .form-control:focus + .spin,
.home-about-block-inner::after,
.hover-box-effect:hover,
.header-nav .nav > li .sub-menu,
.header-nav .nav > li .sub-menu li a::after,
table thead th{
	background-color:#c19b76;
}

/* Premery hex buttons bg color*/
.site-button {
	background-color:#c19b76;
}
.site-button:hover,
.site-button:focus,
.site-button:active{
	background-color:#da4386;
}

.site-button:hover,
.site-button:focus,
.site-button:active{
	background-color:#a18378;
}

/*===================== 
	Premery text color 
=====================*/
/* Premery text Hex color*/

h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover,
.text-primary,
button.scroltop,

.header-nav .nav > li:hover > a,
.header-nav .nav > li .sub-menu li a:hover,
.header-nav .nav > li .sub-menu li:hover > a,
.header-nav .nav > li .mega-menu > li ul a:hover,

.header-nav .nav > li.active > a,
.header-nav .nav li.has-child.nav-active > a,

.masonry-filter > li.active a, 
.masonry-filter > li a:hover, 
.masonry-filter > li a:active, 
.masonry-filter > li a:focus,

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-nextt:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.has-child .submenu-toogle,
.btn-filter-wrap li.btn-active, .btn-filter-wrap2 li.btn-active,
.footer-dark .footer-top a:active,
.footer-dark .footer-top a:focus,
.footer-dark .footer-top a:hover,
.extra-nav .extra-cell a:hover{
	color:#c19b76;
}

.footer-dark .footer-top a:active, .footer-dark .footer-top a:focus, .footer-dark .footer-top a:hover{
	color:#c19b76;
}

@media only screen and (max-width:991px) {
.contact-slide-show.text-white {
	color:#c19b76;
}
}

/*===================== 
	Premery border color 
=====================*/

/* Premery Hex border color*/
.site-button:after,
.site-button:before,
.tp-thumbs-inner-wrapper .tp-thumb.selected:after,
.header-nav .nav > li .sub-menu{
	border-color:#c19b76;
}

.site-button:hover:before,
.site-button.hover:before,
.site-button:hover:after,
.site-button.hover:after {
	border-color:#a18378;
}

/*===================== 
	Secondery bg hex color
 =====================*/
 
/* Secondery hex buttons bg color*/
.site-button-secondry,
.btn-half.site-button-secondry:hover{
	background-color:#a18378;
}
.site-button-secondry:hover,
.site-button-secondry:focus,
.site-button-secondry:active {
	background-color:#67493E;
}

.site-button-secondry:before,
.site-button-secondry:before,
.site-button-secondry:after,
.site-button-secondry:after {
  border-color: #a18378;
}

.site-button-secondry:hover:before,
.site-button-secondry.hover:before,
.site-button-secondry:hover:after,
.site-button-secondry.hover:after {
  border-color: #67493E;
}


/* Secondery hex text color*/
/* Secondery hex background color*/


.footer-dark .footer-top {
    background-color: #7f5e3e;
}
.header-style-1 .is-fixed.color-fill .main-bar {
    background: #7f5e3e;
}