/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.color-light-gray{
	color: #c9d8ce;
}
.color-raisin-black{
	color: #252627;
}
.color-rose-taupe{
	color: #904e55;
}
.color-davys-gray{
	color: #564e58;
}
.color-khaki{
	color: #bfb48f;
}

.contact-us-form .contact-us-btn,
.quote-questionnaire-form .quote-questionnaire-btn{
	color:white !important;
	
}
.contact-us-form .contact-us-btn:hover,
.quote-questionnaire-form .quote-questionnaire-btn:hover{
	color:#904e55 !important;
	background-color:white !important;
}

.coupon-newsletter-btn{
	font-family: 'Open Sans';
    font-weight: 700;
	color: white !important;
}

.testimonial-form .wpforms-required-label{
	color: white !important;
}
.testimonial-form input,
.testimonial-form textarea
{
	color:black !important;
}
.testimonial-btn{
	font-family: 'Open Sans';
    font-weight: 700;
	color: white !important;
}

.service-heading{
	font-family: Lovelo,sans-serif;
}
.service-description{
	font-family: 'Open Sans';
    font-weight: 600;
	line-height:24px;
}

.description{
	font-family: 'Open Sans';
	line-height:24px;
}

.wpforms-error{
	color: yellow !important;
}

.gallery-white-bg .flickity-page-dots .dot:before{
	background-color: gray !important;
	background: gray !important;
}
.gallery-white-bg .flickity-page-dots .is-selected:before{
	background-color: black !important;
	background: black !important;
}