/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.footer-wrapper {
    background: black !important;
}
.section-title-normal span {
    margin-top: 10px;
}
.entry-content {
	color: black;
}
h1{
	color: #fd0000;
}
.codfe-contact-form-7{
	padding-top:1rem;
	padding-left:1rem!important;
}
.codfe-contact-form-7 .col,
.codfe-contact-form-7 wpcf7-submit{
	padding-bottom:0px!important;
	padding-left:0px;
}
.wpcf7-form-control{
    color: #0d0000;
}