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


}
body .full-width .ubermenu-nav, body .container, body #main #content{
	max-width: 94% !important;
}
body #main #content {
	margin: auto;
}
body .section-title-container {
	max-width: 100% !important;
}
body .section-title-normal {
	border: none;
}
.menu-language > ul {
    text-align: right;
}
.menu-language li {
	display: inline-block;
}
.menu-language li a {
	border: none !important;
}
.menu-language li a img {
	height: 20px;
	width: auto;
}
/* */
.section-icon img {
	background: #fff;
	border-radius: 100%;
	padding: 10px;
}