/*
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.   ***************/
#footer {
	background-color: #DA3021;
	border-radius: 64px 0px 0px 0px;
}
#footer .section-title {
	border: none;
	margin-bottom: 0;	
}
#footer .section-title .section-title-main {
    margin: 0;
    padding: 0;
	border: none;
	text-transform: none;
	font-size: 22px;
}
.middle-content > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.br-16 {
    border-radius: 16px;
    overflow: hidden;
}
.middle-content a.button {
    margin-bottom: 0;
    border: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.pl-10 {
		padding-left: 10px;
	}
	.pr-10 {
		padding-right: 10px;
	}

}