/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
a {
    color:#b00202;
}
.line, .double-line {
    margin: 2rem 0;
}
.fbox-plain .fbox-icon i, .fbox-plain .fbox-icon img {
	color:#ff0000;
}
.gradient-meyerhome, .h-gradient-meyerhome:hover {
    background-image: -webkit-linear-gradient(to right, #ff0000, #b00000) !important;
    background-image: linear-gradient(to right, #ff0000, #b00000) !important;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	text-transform:none;
}
.title-block {
    border-left: 7px solid #ff0000;
}