/*
 Theme Name:     Adotas-NewsMag
 Theme URI:      http://www.adotas.com
 Description:    Child Theme of Newspaper Theme for Adotas
 Author:         OneQube
 Author URI:     http://www.oneqube.com
 Template:       Newspaper
 Version:        1.0.0
*/

/* Parent theme: */
@import url("../Newspaper/style.css");

/* There's some nice CSS in the business demo template we're taking...
*  We had to override the inclusion of the demo CSS from the parent theme
*  in ../Newspaper/wp-booster/td_wp_booster_functions.php 
*  and then, for ease of use and overriding, put them here.
*/
@import url("./business-demo.css");

/**
* Overrides:
*/
.td-business .td-header-style-1 .td-header-sp-logo {
    float: left;
    margin: 5px 0 15px -30px; /* temp offset until we slice a better logo */
}