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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
i.icon-menu {
    color: #E91E63;
}
.row_pricing td, .row_pricing th {
    font-size: 12px;
    color: #0d0d0e;
}
	.link_foot ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}
	
	li.header-newsletter-item.has-icon {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.link_foot ul {
    list-style: none;
    margin: 0;
    display: flex;
            justify-content: flex-start !important;
}
	
	.table-gel thead th:not(:first-child) {
          font-size: 10px !important;
    white-space: nowrap;
}
	
	      .row_scroll {
        display: block !important;
        flex-wrap: nowrap;
        overflow-x: unset !important;
        overflow-y: unset !important;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
	
	    .row_scroll > .col {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: none;
        padding-right: 10px;
        padding-left: 10px;
    }

}