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

/* LANGUAGE DROPDOWN MENU */
.header-language-dropdown i.image-icon 		{ margin-left: 7px; margin-right:4px; }
.header-language-dropdown .image-icon img 	{ margin-top: -4px; }

	/* LANGUAGE IN MOBILE */
	.nav-vertical>li>a>i 					{ margin-left: 10px; }
	.nav-vertical>li>a>i.icon-image 		{ margin-right: 10px; margin-top: -4px; }

/* SOCIAL ICONS ON MENU */
.social-icons.follow-icons 					{ margin-top: 0px!important; }

/* ACCORDION */
.accordion_title 							{ font-size: unset; font-weight: unset; color:#ccc; }
.accordion-title 							{ font-size: unset!important; }


/* PAGES UI */
.box-text p {
    line-height: normal;
}

/* NEWS */

.box-text h5 								{ margin-top: 0.5em; margin-bottom: 0.5em; }

.box-blog-post .is-divider,
header.entry-header .is-divider				{ display:none; }
header.entry-header h1 						{ margin-bottom: 0em; }

.nav-next span,
.nav-previous span 				{ display: none!important; }
.nav-next,
.nav-previous 					{ padding: 0 10%; text-align:center; }


.distributors-accodreon-image img.attachment-original.size-original {
    border: 1px solid #ccc;
	border-radius: 10px;
}

/* SLIDER LOGOS */
.slider-logo img.ux-logo-image.block 		{ border-radius: 10px; }


/* FIX FACEBOOK ICON ON HEADER */
.html .social-icons { margin-top: 10px; }
.nav-small .image-icon { margin: 0px 5px -6px 5px; }




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

		.nav.nav-vertical ul.children li a i 	{ margin-right: 10px; margin-bottom: 5px; }

}