/*
Theme Name: Sentinel Child
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
License: GNU General Public License
License URI: 
Text Domain: sentinel
Template: sentinel
*/

@media screen and (min-width: 960px) {
    .logo_paste {
    	margin-top:0;
      	 margin-left: -265px;
      	 width: 580px;
    }

}
@media screen and (min-width: 767px) and (max-width: 960px) {
    .logo_paste {
    	margin-top: 0px;
       	margin-left: 0px;
       	width: 470px;

     
    }

}
@media screen and (max-width: 767px) {
    .logo_paste {
    	margin-top:0px;
    	padding-bottom: 10px;
       	margin-left: -8%;
      	width: 120%;
    }

}
.post .post_wrapper .post_content_wrapper h5{
	clear: both;
}