/*
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.   ***************/


.yellow {color:#F9C80E;}
.red {color:#DD1C1A;}
.blue {color:#00A6ED;}
.green {color:#7FB800;}
.darkblue {color:#01295F;}
.bold {font-weight: bold;}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.2); }

.center {text-align: center;}


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


}