/*
Theme Name: Law
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  ***************/


}

a.plain {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.entry-header-text.entry-header-text-top.text-center,
.entry-image.relative {
    display: none !important;
}

.uxbext-container .uxbext-item {
	padding-left: 0px !important;
}

.uxbext-container .uxbext-item .uxbext-thumbnail {
	margin-left: 0px !important;
	margin-right: 10px;
}