@charset "utf-8";
/* CSS Document */

.blog-wrap {
	border-right: 1px solid rgba(247,147,30,1);
	border-left: 1px solid rgba(247,147,30,1);
	padding: 0 20px;
}

.overall h2 {
    font-size: 14px;
    margin: 10px 0 30px;
}

.blog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.blog-wrap .box {
	width: 49%
}

.blog-wrap .box .author-image {
	width: 126px;
	height: 126px;
}

.blog-wrap .box img {
	width: 100%;
	height: auto;
}

.blog-wrap .box-1 {
	width: 40%;
}

.blog-wrap .box-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	font-weight: 700;
}

.blog-wrap .box-2 .author-image+p,
.blog-wrap .box-2 p+p {
	line-height: 100%;
}

.blog-wrap .box-2 .author-image+p {
	margin: 15px 0 0;
	font-size: 14px;
}

.blog-wrap .box-2 p+p {
	font-size: 10px;
    min-width: 150px;
    text-align: right;
}

.blog-wrap .blog-post {
	margin: 30px 0;
}

.social-share {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 350px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.line-share {
	width: 24%;
}

.social-btn {
	margin-right: 10px;
}

.social-btn img {
	width: 100%;
	height: auto;
}




@media (max-width: 660px){
	
	.blog-wrap .blog-post {
		  width: 100%;
		  margin: 0;
	}
		
	.blog-wrap .box-1 {
		width: 50%;
	}
	
	.blog-wrap .box-3 {
		margin-top: 30px;
	}
		

}

@media (max-width: 575px) {
		
	.blog-wrap .box-1 {
		width: 60%;
	}

	.blog-wrap .box-2 {
		width: 40%;
	}
}


@media (max-width: 440px) {
	.blog-wrap .box-1 {
	    width: 100%;
	}
	
	.blog-wrap .box-2 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-left: auto;
	}
	
}

@media (max-width: 360px) {
	.social-share {
		width: 90%;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
		}
	}