/*
 Theme Name:   Redwood
 Template:     redwood

*/

@import url("../redwood/style.css");

/* =Theme customization starts here */


 @media only screen and (min-width:600px) and (max-width: 767px) {
	
	.container { width:570px !important; }
	#main { width:100% !important; }
    
    #logo {
        padding-top:0px !important;
    }
    
    .sp-grid li{
        margin-left:20px;
    }

/* popular posts widget center */
    .textwidget{
        margin-left:115px !important;
    }

}   
    
    


@media only screen and (max-width: 480px) {
	
	.container { width:370px !important; }
	#main { width:100% !important; }
    #header .container {
        margin: 0px !important;
    }
    
    #logo {
        padding-top:0px !important;
    }
    
	#logo img {
		max-width:115% !important;
	}


/* popular posts widget center */
    .textwidget{
        margin-left:33px !important;
    }
    
}
    
    
@media only screen and (min-width: 424px) and (max-width: 479px) {
	

    #logo {
        padding-top:0px !important;
    }
    
	#logo img {
		max-width:130% !important;
	}
    

}