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

.modradar-telegram-join a{
		background-color:#5a64ea;
	
		display: inline-flex;
    align-items: center;
  
    font-size: 16px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    justify-content: center;
 		height: 40px !important;
		    margin-bottom: 10px;
	}
		
.modradar-telegram-join a svg	{    		    margin-right: 7px;
	}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}