.latestPost {
    clear: both;
    padding: 0;
    float: left;
    margin: 25px 0px 5px 0;
}
.post-data.col-md-8 {
    padding: 0px;
    margin: 0px;
}
.post-data h4{font-size: 14px; font-weight: 400 !important; margin: 0;}
.small_font {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 44px;
}
img.attachment-featured.wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-width: 350px;
}
h2.title.post-title {
    margin: 0 !important;
    font-size: inherit;
    line-height: 20px;
}
h2.title.post-title a {
    color: #3e3e3e;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-transform: inherit;
    letter-spacing: 0.04px;
    line-height: 34px;
}
h2.title.post-title a:hover {
    color: #4d4d4d !important;
}
.post-excerpt {
    color: #3e3e3e;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 34px;
    text-align: left;
}
.editor_entry h4 {
    font-size: 25px;
    letter-spacing: 0.05px;
    font-weight: 600;
    padding: 20px 0px 10px 0px;
    color: #3E3E3E;
}
.editor_data {
	background-image: url('http://www.marriage.com/img/verified.png');
    background-repeat: no-repeat;
    background-position: 35% 0%;
}
h1.postsby {
    margin: 0px 0px 10px 0px;
    font-size: 45px;
    font-weight: 600;
    line-height: 38px;
}
.editor_description {
	color: #7f7f7f;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 27px;
    text-align: left;
}
/******************* for mobile devices**********************/
@media (max-width: 789px){
.post-data.col-md-8 {
    padding: 15px;
}
.post-img.col-md-4 {
    padding: 15px;
}
.editor_data{
	background: none !important;
}
ul.experts {
    padding: 0;
}
.editor_data h1.postsby {
    margin: 0 !important;
}
}