/*
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.   ***************/
h2 {
	font-size: 25px;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.banner h2 {
	font-size: 25px;
}
.banner p {
	margin: 0;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
.row-contact .col {
	padding-bottom: 0;
}
input.wpcf7-form-control {
	border-radius: 4px;
	box-shadow: none;
	height: 45px;
}
input.wpcf7-submit {
	width: 185px;
	margin-top: 10px;
	margin-bottom: 0;
}
.absolute-footer {
	padding: 10px 0;
	color: var(--primary-color);
}
.title-footer h3 {
	border-left: 2px solid #d4af37;
	padding-left: 10px;
	font-size: 18px;
}
.icon-box-left {
	display: flex;
	align-items: center;
}
.icon-box-left p {
	margin-bottom: 0;
}

.service-blog .post-title {
	font-size: 16px;
	font-weight: normal;
}
.col.post-item .box-blog-post .post-title {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
}
.col.post-item:hover .box-blog-post .post-title {
	color: var(--primary-color);
}
.dark .col.post-item:hover .box-blog-post .post-title {
	color: #fff;
}
.col.post-item .box-blog-post .from_the_blog_excerpt {
	color: #333;
	font-size: 14px;
}
.box-blog-post .is-divider {
	display: none;
}
.button.white {
	color: var(--primary-color) !important;
}
.button.primary:not(.is-outline) {
	font-size: 14px;
	font-weight: normal;
	width: 155px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

.header-main .nav > li > a {
	font-size: 14px;
	font-weight: normal;
}
.header-main .nav > li.active > a {
	font-weight: bold;
}
h1.page-title {
	text-align: left;
	font-size: 25px;
	color: var(--primary-color);
	margin-bottom: 0;
}
.recent-blog-posts a {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}
span.widget-title {
	font-size: 20px;
	color: var(--primary-color);
}
.footer-wrapper {
	margin-top: 140px;
}
.footer-wrapper ul {
	margin-bottom: 0;
}
.footer-wrapper ul li {
	list-style: none;
	margin-left: 0;
}
.home .footer-wrapper {
	margin-top: 0;
}
.related-post {
	margin-top: 30px;
}

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


}