/******************************************
    Royal Realty brand colors - gold & black
*******************************************/

.customwidget li i,
.navbar-nav span {
	color: #c9a227 !important;
}

.navbar-nav > li > a.active,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #c9a227 !important;
}

.lead strong,
.icon-wrapper:hover a,
a:hover,
a:focus {
	color: #c9a227;
}

.footer a:hover,
.copyrights a:hover {
	color: #c9a227 !important;
}


/**************************************
GRADIENTS - royal gold
**************************************/

.grd1-trans {
	background: rgb(201, 162, 39);
	background: -moz-linear-gradient(top, rgba(201, 162, 39, 0.7) 0%, rgba(26, 26, 26, 0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(201, 162, 39, 0.7) 0%, rgba(26, 26, 26, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(201, 162, 39, 0.7) 0%, rgba(26, 26, 26, 0.7) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9a227', endColorstr='#1a1a1a', GradientType=0);
}

.icon_wrap:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.icon-wrapper:hover i,
.grd1 {
	color: #ffffff;
	background: #c9a227;
	background: -moz-linear-gradient(left, #c9a227 0%, #8b6914 100%);
	background: -webkit-linear-gradient(left, #c9a227 0%, #8b6914 100%);
	background: linear-gradient(to right, #c9a227 0%, #8b6914 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9a227', endColorstr='#8b6914', GradientType=1);
}

.icon_wrap,
.dmtop:hover,
.cac:hover,
.features-right li:hover i,
.features-left li:hover i,
.nav-pills > li:hover > a,
.nav-pills > li:focus > a,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.divider-bar,
.owl-next:hover i,
.owl-prev:hover i,
.icon-wrapper:hover i:hover,
.grd1:hover,
.grd1:focus {
	background-position: 100px;
	color: #ffffff;
	background: #8b6914;
	background: -moz-linear-gradient(left, #8b6914 0%, #c9a227 100%);
	background: -webkit-linear-gradient(left, #8b6914 0%, #c9a227 100%);
	background: linear-gradient(to right, #8b6914 0%, #c9a227 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8b6914', endColorstr='#c9a227', GradientType=1);
}

.label-status.label,
.p-color-bg,
.global-radius.dmtop {
	background: #c9a227 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #c9a227 !important;
}
