/*===================== 
	Premery bg color 
=====================*/

::selection {
	background: #832c11;
}

::-moz-selection {
	background: #832c11;
}

::-webkit-selection {
	background: #832c11;
}

/* Premery bg Hex color*/
.site-bg-primary,
.nav-line-animation>li>a:before,
.nav-line-animation>li>a:after,
.input-animate.input .spin,
.wt-separator:after,
.sep-line-one:after,
.wt-separator:before,
.sep-line-one:before,
.site-button-link::before,
.our-team-two h5,
.play-now .icon,
.latest-blog-1 .wt-post-info .post-date:after,
.filter-navigation a::before,


.our-team-one .team-bg,
.our-team-one ul li a:hover,

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
ol.comment-list li.comment .reply a::before,
.contact-one .form-control:focus+.spin,
.cssload-box-loading::after,
.is-fixed .header-center .navbar-toggle .icon-bar,
.header-style-1 .navbar-toggler .icon-bar {
	background-color: #832c11;
}

.footer-link ul li a::before {
	background-color: #fff;
}


/* Premery hex buttons bg color*/
.site-button {
	background-color: #832c11;
}

.site-button:hover,
.site-button:focus,
.site-button:active {
	background-color: #da4386;
}

.site-button:hover,
.site-button:focus,
.site-button:active,
.our-team-one:hover .team-bg,
.our-team-one.hover .team-bg {
	background-color: #bb4b00;
}

/*===================== 
	Premery text color 
=====================*/
/* Premery text Hex color*/
a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,

h6 a:hover,

ul.primary li::before,
button.scroltop,

.header-nav .nav>li .mega-menu>li ul a:hover,

.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a,


ol.comment-list li.comment .reply a,

.masonry-filter>li.active a,
.masonry-filter>li a:hover,
.masonry-filter>li a:active,
.masonry-filter>li a:focus,

.site-button-link::after,



.our-team-two ul li a:hover,

.latest-blog-1 .wt-post-info .post-date,

.footer-link ul li a:after,
.site-footer .widget-section>ul>li a:hover,
.has-child .submenu-toogle {
	color: #fff9;

}

.header-nav .nav>li .sub-menu li a:hover {
	color: #832c11 !important;
}

.nav-dark.header-nav .nav>li>a:hover {
	color: #000;
}

.testimonial-5 .testimonial-paragraph .fa-quote-left {
	color: #0007;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
	color: #000;
}

button.scroltop {
	color: #000;
}


.site-text-primary,
.f-social-link.social-icons li a {
	color: #832c11;
}

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

	.contact-slide-show.text-white,
	.site-bg-primary .site-search-btn {
		color: #832c11 !important;
	}
}

/*===================== 
	Premery border color 
=====================*/

/* Premery Hex border color*/
.site-button:after,
.site-button:before,
.tp-thumbs-inner-wrapper .tp-thumb.selected:after,
ol.comment-list li.comment .comment-body {
	border-color: #832c11;
}


.site-button:hover:before,
.site-button.hover:before,
.site-button:hover:after,
.site-button.hover:after {
	border-color: #bb4b00;
}

/*===================== 
	Secondery bg hex color
 =====================*/

/* Secondery hex buttons bg color*/
.site-button-secondry,
.nav-dark.header-nav .nav>li .sub-menu,
.nav-dark.header-nav .nav>li .mega-menu {
	background-color: #ffffff;
}


.site-button-secondry:hover,
.site-button-secondry:focus,
.site-button-secondry:active {
	background-color: #247E86;
}

.site-button-secondry:hover:before,
.site-button-secondry.hover:before,
.site-button-secondry:hover:after,
.site-button-secondry.hover:after {
	border-color: #247E86;
}



a:active,
a:hover,
a:focus {
	color: #f7e5d9;
}

/* Secondery hex text color*/
.text-secondry {
	color: #f7e5d9;
}

/* Secondery hex background color*/
.bg-secondry {
	background-color: #f7e5d9;
}

.footer-bottom {
	background: #832d11;
	border-top: 2px double #f8e1d2;
}