/*
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-2{
	background-size: cover!important;
    background-repeat: no-repeat!important;
	background-position: 0% 50%;
}
.absolute-footer.dark {
    color: rgba(255, 255, 255, 0.9);
}
h2.banner-s {
    text-shadow: 3px 3px 12px rgba(0,0,0,.5);
}
input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: auto;
    margin-top: 21px;
    background: linear-gradient(120deg,#cc208e 0%,#6713d2 100%);
    border-radius: 17px;
    font-size: 24px;
}