/*---------------------------------------------------------------------------------

 Theme Name:   Korea Chair
 Theme URI:    https://www.korea-chair.eu/
 Description:  Korea Chair Child Theme
 Author:       Klaas Chielens
 Author URI:   https://www.charcoal.be/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/*------------------------------------------------*/
/*--------[GQ - LEFT ALIGN BLOG IMAGE]------------*/
/*------------------------------------------------*/
 
    .et_pb_posts .et_pb_post a img, 
    .archive .et_pb_post a img, 
    .search .et_pb_post a img {
            max-width: 210px!important;
            float: left;
            padding-right: 20px;}
 
    @media only screen and (max-width: 980px) {
        .et_pb_posts .et_pb_post a img, 
        .archive .et_pb_post a img, 
        .search .et_pb_post a img{
            float:none;
            max-width: 250px!important;}}

.post-content{
	display: inline-block;
	width: 770px;
		
}


 @media only screen and (max-width: 980px) {
	 .post-content{
		 float: none;
		 max-width: 300px!important;
		 
	 }
}



.space {
	margin: 10px;
}

