/*
 * Theme Name: Nisarg Child Theme
 * De`scription: Child Theme for the downloadable WordPress.org theme "Nisarg"
 * Author: Patrick phutthavong
 * Author URI: http://www.dawsoncollege.qc.ca
 * Template: nisarg
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: nisarg-child
 *
 */

body {
    background-color: #F5F1EE;
}

h1 {
    font-weight: bold;
}


.entry-summary, .entry-content {
    text-align: left;
}


.article-box-outer{

    float: left;
    width: 100%;
}

.article-box-inner{

    width:100%;
    margin-bottom: 30px;
}


@media (min-width: 700px) {
    .article-box-outer {
        width: 100%;
    }

    .article-box-inner{


        margin: 0;

    }

    .article-box-inner article{
        width:48%;
    }

}

.archive-single-story {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #E5E1DE;
}

.entry-header .entry-title a {
    color: #212121;
}