/*
Theme Name: Newspaper
Theme URI: http://tagdiv.com
Description: Tema Child di Newspaper
Author: 
Author URI: 
Template: Newspaper
Version: 8.6
Tags: 
Text Domain: Newspaper-child
*/

@import url("../Newspaper/style.css");
@media (max-width: 769px){
    .td-main-logo img{
         width: 150px;
    }
}

#loghi-div{
	background:#fff;
	width:100%;
	position:fixed;
	bottom:5%;
	left:0;
	padding: 10px 34px 5px;
}
#loghi-div img{
	max-width:100%;
}


@media (max-width: 320px){
    #loghi-div img{
        width:40%;
    }
}

@media (orientation: landscape) {
	#loghi-div{
	    position:relative!important;
	    margin-top:30px;
	}
}