/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
   .side-ad{
        float: left;
    }
    li#text-2 {
    list-style: none;
	}
    @media only screen and (min-width: 1024px) {
    #td-outer-wrap{
        float: left;
        margin: 0 0 0 2%;
        display: block;
    }
    }
    @media screen and (min-width: 320px) and (max-width: 1024px) {
    /* For mobile phones: */
    .side-ad{
        display:none !important;        
    }
    #td-outer-wrap{
        float: none !important;
        margin: 0 0 0 0 !important;
    }
}