/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #9f2626!important;
}

.dark .button.button-border:not(.button-light) {
    border-color: #4CAF50!important;
    color: #ffffff!important;
    background-color: #4CAF50!important;
}


.dark #copyrights  {

    color: rgba(255,255,255,0.7)!important;
}

.copyright-links a:hover {
	color: rgba(255,255,255,0.7)!important;

}
.copyright-links a {
	color: rgba(255,255,255,0.7)!important;
	border-bottom-color: rgba(255,255,255,0.7)!important;

}

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
    color: rgba(255,255,255,0.7)!important;
}

.button.button-border {
	border: 2px solid #f58f08!important;
    background-color: #f58f08!important;
    color: #fff!important;
}

.button.button-border:hover {
	border: 2px solid #2d915e!important;
    background-color: #2d915e!important;
    color: #fff!important;
}


.revo-slider-emphasis-text {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: 'Raleway', sans-serif;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}

.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'Raleway', sans-serif;
}
.tp-video-play-button { display: none !important; }

.tp-caption { white-space: nowrap; }

.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
    background-color: rgba(255,255,255,1)!important;
}
.dark .input-group-addon, .dark .input-group-btn .btn-default {
    color: #ffffff!important;
    background-color: rgb(41, 41, 41)!important;
}