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

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav>li.lang-item img {
    width: 23px !important;
    height: 16px !important;
}
.nav>li.lang-item {
    margin: 0 0 0 5px;
    min-width: 23px;
}
h5.post-title a.plain {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 2;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-text-bottom.box-blog-post .image-cover {
    padding-top: 66% !important;
}
.row.product-star {
    margin-top: -150px;
}
.title-nen-home .section-title.section-title-center b {
    opacity: 0;
}
.title-nen-home .section-title span {
    text-transform: uppercase !important;
}
p.name.product-title.woocommerce-loop-product__title {
    font-size: 16px;
}
img.wp-post-image {
    border-radius: 0.5rem;
}
 ul.links li {
  margin: 3px 10px;
  font-size: 12px;
}
footer#footer {
    font-size: 15px;
}
.recent-blog-posts.pb-half a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.tit-home .section-title a {
    font-size: 16px;
}
.row.box-contact {
    margin-top: -110px;
    background-color: #ffffff;
    padding: 50px 35px 0;
    margin-bottom: 100px;
    box-shadow: 2px 0px 10px 0px #00000012;
    border-radius: 16px;
}
h1.product-title.product_title.entry-title {
    font-size: 23px;
}
h5.post-title a.plain {
    font-size: 17px;
}
.section-title b {
    display: none !important;
    background-color: #ffffff00;
    opacity: 0;
    height: 0;
}
.section-title.section-title-center {
    justify-content: center;
}
.section-title-normal span {
    border: none;
}
.section-title-normal {
    border: none;
}
.box-text .button {
    margin-top: 1em;
    border-radius: 20px;
    border: 1px solid;
}
p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
header.entry-header.text-center.relative {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-title-banner h1.entry-title {
    font-size: 1.75em;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .row.box-contact {
        width: 94%;
        padding: 40px 25px;
    }
	h3 {
        font-size: 1.25em;
    }
	h2.section-title.section-title-center {
		font-size: 1.6em;
	}

}