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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-button-1 a{
	background: linear-gradient(0deg, #ff6260, #ff7370);
}
.header-button-2 a{
	background: linear-gradient(0deg, #4993fd, #79b9fc), linear-gradient(#009cff, #009cff);
}
.wp-caption .wp-caption-text{
	color: #111;
}
.copyright-footer{
	color: #ffffff !important;
}

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


}