/*
Theme Name: Accelerate Child
Theme URI: http://www.rdldn.co.uk/accelerate-child/
Description: Accelerate Child Theme
Author: James Winfield
Author URI: http://www.rdldn.co.uk
Template: accelerate
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: accelerate-child
*/
.advert {
    text-align: center;
}

@media screen and (min-width:1200px) {
    .advert.advert-mobile {
        display: none;
}

}

@media screen and (max-width:1199px) {
    .advert-main {
        display: none;
    }
}

.advert .dw-reactions {
    display: none;
}




/* Tidying up */


section.hgroup-right {
    display: none;
}

#site-logo {
    margin: 0;
}

.container.clearfix {
    margin: 0 auto;
}

body.custom-background {
    background-color: #ffbf00;
}