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

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

.section-wedding-1 .col{
	padding-bottom: 0!important;
}

.section-wedding-1 p{
	margin-bottom: 24px;
}

.section-wedding-1 .box-blog-post .box-text{
	padding-bottom: 0;
	padding-top: 0;
}

.section-wedding-1 .box-blog-post .post-title {
	margin-top: 24px;
	margin-bottom: 8px;
	    font-size: 20px;
    font-weight: 400;
}

.section-wedding-1 .box-blog-post .from_the_blog_excerpt {
	font-size: 16px;
}

.section-wedding-2 .headline{
	margin-bottom: 0;
}

.section-wedding-2 .box-blog-post.box{
	display: flex;
	gap: 24px;
	align-items: center;
}

.section-wedding-2 .box-blog-post.box .box-image{
	width: 100%;
	flex-basis: 100%;
	border-radius: 8px;
}

.section-wedding-2 .col.post-item:nth-child(2n) .box-blog-post.box{
	    flex-direction: row-reverse;
}

.section-wedding-2 .box-blog-post.box .post-title{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 16px;
	margin-top: 0;
}

.section-wedding-2 .box-blog-post.box .from_the_blog_excerpt{
	font-size: 16px;
	margin-bottom: 32px;
	margin-top: 0;
}
.sec__cost_estimate .row .lien_he__form form input, .sec__cost_estimate .row .lien_he__form form select {
    border-radius: 10px;
    border: solid 1px #8d7535;
}
.sec__cost_estimate .card-body{
	background: #8d7535;
    border-radius: 10px;
    color: #fff;
}

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


}