/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.5
*/

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


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

	 span.separator {
	   padding: 0px;
	 }

	.large-12.col-breadcrumbs a {
		font-size: 14px;
	}
	span.last {
		font-size: 14px;
	}
	.row-slider .flickity-prev-next-button {
		display: none;
	}
}

/* breadcrumbs Rankmath */
.large-12.col-breadcrumbs {
	color: #003837;
	font-weight: 600;
}
.large-12.col-breadcrumbs a {
	color: #016751;
}

nav.rank-math-breadcrumb {
	display: flex;
}
span.separator {
	padding: 5px;
}


.padding-0px {
	padding: 0px!important;
}

.margin-top-20px {
	margin-top: 20px!important;
}
.margin-bottom--70px {
	margin-bottom: -70px!important;
}

.text-justify {
	text-align: justify!important;
}

.margin-0 {
	margin: 0!important;
}