/*
Theme Name: REDX.Media
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url("assets/css/utilities.css");
@import url("assets/css/btn.css");
@import url("assets/css/effect.css");

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

@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}