/*
 Theme Name:   Newsmag Child Theme 2018
 Description:  A child theme of the Newsmag theme 2018
 Author:       Mark Birch
 Template:     Newsmag
 Version:      1.0.0
*/


/* When we switch to child theme, js_composer.min.css somehow gets to apply this style, making the homepage off to the side !!!! */
.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}

/*Override the newsmag theme - spread out the tags more for mobile*/
ul.td-tags li {
    margin: 0 0 15px 0;
}



@media (max-width: 600px) {

    div.fix-ad-alignment {
        background-color: red;
        height: 50px;
        border: 1px red solid;
    }
}
@media (min-width: 601px) {

    div.fix-ad-alignment {
        background-color: green;
        border: 1px blue solid;
    }
}

@media (max-width: 767px)
{
    .post p {
        text-align: justify;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

article .td-post-content blockquote p {
    background-color: #eee;
    font-style:italic;
    color: #333;
    font-size: 1.1em;
    text-transform: none;
    padding: 10px;
    line-height: 1.1em;
    text-align: left;
}

article .td-post-content blockquote , .post blockquote.td_quote_box {
    border-left: 2px solid #333;
    padding: 0px 16px;
    margin: 0px 0px 24px 0px;
    color: #333;
    border-color: #333;
    background: transparent;
}

article p {
    text-align: justify;
}