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

/*************** ADD CUSTOM CSS HERE.   ***************/
.btn-step{
 display: flex;
 justify-content: center;
 align-items: center;
 width: 64px;
 height: 64px;
 color: white;
	font-size: 1.3rem;
	font-weight: 600;
 border-radius: 50%;
 background: linear-gradient(to top, #3780fa, #1c398e);
}

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


}