/*==================================
    articleSingle
==================================*/

.article-single {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .article-wrapper {

    }

        .article-header {
            text-align: center;
        }

            .article-image-wrapper {

            }

                .article-image {

                }

            .article-date {
                display: block;
                margin: 15px auto;
                opacity: 0.6;
            }

            .article-title {

            }

            .article-ingress {

            }

        .article-body {

        }

            .article-content-wrapper {

            }

                .article-content {

                }

        .article-footer {
            margin-top: 30px;
            margin-bottom: 15px;
            text-align: center;
        }

            .article-button {

            }

/*==== End of articleSingle ====*/


/*==================================
    Responsive
==================================*/

@media screen and (max-width:768px) {

    .article-body {
        text-align: center;
    }

}

/*==== End of Responsive ====*/
