/* Changed Menu hover and active link color */

.menu-link:hover {
	color: #c31e2f !important;
}

.menu-item:hover > .menu-link, .ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link {
    color: #c31e2f !important;
}

/* Changed Contact form border and outline color */

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border-color: #c31e2f;
}

input[type=text]:focus{
  outline-color: #c31e2f !important;
}

input[type=email]:focus{
  outline-color: #c31e2f !important;
}

#wpforms-8-field_2 {
	outline-color: #c31e2f !important;
}

/* Testimonial arrow and button colors */

.slick-arrow:hover{
		background-color: #c31e2f !important;
}

#sp-testimonial-free-wrapper-1328 .sp-testimonial-free-section .slick-dots li.slick-active button{
	background: #c31e2f !important;
}

#sp-testimonial-free-wrapper-1328 .sp-testimonial-free-section .slick-prev:hover, #sp-testimonial-free-wrapper-1328 .sp-testimonial-free-section .slick-next:hover{
	background: #c31e2f !important;
	border-color: #c31e2f !important;
}