/*
 Theme Name: Family Business Central
 Theme URI: https://www.familybusinesscentral.com/
 Description: Custom theme for Family Business Central.
 Author: BBIM
 Author URI: 
 License: Everything copyrighted
 Version: 1.1
*/



.blog-wrapper {
    padding: 70px 0;
    overflow: hidden;
    width: 100%;
    background-color: #f8f8f8;
}

.blog-wrapper .left-wrap {
    float: left;
    width: 70%;
}

.blog-wrapper .right-wrap {
    float: right;
    padding-left: 3%;
    width: 30%;
}

.blog-wrapper .post-wrap {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0 2px #b9b9b9;
    padding: 0px;
    border-bottom: 2px solid #324d5c;
}

.blog-wrapper .post-img {
    width: 270px;
    float: left;
    margin-bottom: 0;
    max-height: 240px;
}

.blog-wrapper .post-info {
    width: 70%;
    float: right;
    padding-top: 10px;
}
.blog-wrapper .post-info h5 a {
    text-decoration: none;
    color: inherit;
}

.blog-wrapper .container {
	max-width: 1020px;
}

.read-more {
	margin: 20px 0 10px 0;
	display: block;
}

.post-info .read-more{
    display: inline-block;
}


.leftCont a, .rightCont a {
	color: #324d5c;
	font-weight: bold;
}

.form-wrapper .form-group .mc4wp-checkbox{
	display:none;
}

