/*
 Theme Name: Accounting For Good
 Theme URI: http://brilliantbluetest.com/dev/wp/accountingforgood/
 Description: Custom theme for Accounting For Good.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 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;
    margin-right: 10px;
}

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

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

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



.client-stories .content p {
	/* min-height: 130px; */
    line-height: 24px;
}

.leftCont a, .rightCont a {
	color: #324d5c;
	font-weight: bold;
}
#fc_frame, #fc_frame.fc-widget-normal {
	bottom: 100px !important;
}

.footer .address {
    float: none;
    width: 100%;
}


@media screen and (max-width: 992px) {
	.blog-wrapper .post-info {
		width: 65%;
	}
}

@media screen and (max-width: 880px) {
	.blog-wrapper .post-info {
		width: 100%;
		float: none;
    	padding: 10px;
    	margin-right: 0;
	}
	
	.blog-wrapper .post-img {
    	width: 100%;
    	float: none;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	#fc_frame, #fc_frame.fc-widget-normal {
	left: 15px !important;
		bottom: 10px !important;
}
}

