@charset "UTF-8";
/* Blog Section Styles */
#blog h1 {
    text-align: center;
    margin: 20px 0 30px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

#blog .row {
    align-items: flex-start;
}

#blog .row #article_content {
    width: 100%;
    padding: 0 25px;
}

#blog .row #article_content .pagetitle {
    font-size: 40px;
}

#blog .row #article_content .meta {
    margin-bottom: 15px;
    font-style: italic;
}

#blog .row #article_content img {
    margin-bottom: 15px;
}

#blog .row #article_content .article_body {
    text-align: left;
}

#blog .row #article_content .article_body .wp-caption {
    width: 100%;
    max-width: 100%;
}

#blog .row #article_content .article_body img {
    height: auto;
}


#blog .row #article_content .article_related .related-article-items .item {
    width: 100%;
}

#blog .row #article_content .article_related .related-article-items .item img {
    height: 220px;
    width: 100%;
    object-fit: cover; 
}

#blog .row #article_content .article_related .related-article-items .item .meta {
    font-size: 12px;
}

/* Sidebar */

#blog-sidebar {
    width: 100%;
    padding: 0 25px;
}

#blog-sidebar h2 {
 text-align: left;
}

#blog-sidebar .list {
    display: flex;
    flex-direction: column;
}

#blog-sidebar .list .articles-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

#blog-sidebar .list .articles-item .thumbnail-side {
    width: 110px;
    min-width: 110px;
    height: 110px;
    position: relative;
}

#blog-sidebar .list .articles-item .thumbnail-side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#blog-sidebar .list .articles-item .meta {
    margin-left: 15px;
    width: 300px;
    text-align: left;
}

#blog-sidebar .list .articles-item .meta .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

#blog-sidebar .list .articles-item .meta em {
    font-style: italic;
}

/* BLOG ARCHIVE STYLES */

.page-grid {
	display: flex;
	flex-direction: column;
}

.blog-page {
    padding: 0 25px;
}

.blog-page #blog-content {
	width: 100%;
}

.blog-page #blog-content h1 {
	text-align: left;
}

.blog-page #blog-content .item {
    margin-bottom: 25px;
    min-wi
}

.blog-page #blog-content .item .thumbnail {
    min-width: 100%;
}

.blog-page #blog-content .item .thumbnail img {
    margin-bottom: 10px;
     width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page #blog-content .item .news-title {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

.blog-page #blog-content .item .excerpt {
    text-align: left;
}

.blog-page #blog-content .item .meta {
    text-align: left;
}

.blog-page #blog-content .item .meta em {
    font-style: italic;
}

.blog-page #blog-sidebar {
	width: 35%;
	margin-left: 25px;
}


/* BLOG TAXONOMY PAGE */
#blog-tax .row {
    align-items: flex-start;
    justify-content: center;
}

#blog-tax #article_content {
    padding: 0 25px;
}

#blog-tax #article_content h1 {
    text-align: left;
}

#blog-tax #article_content h1 .text-white {
    color: #fff;
}

#blog-tax #article_content .row .item {
    width: 350px;
    margin: 10px;
} 

#blog-tax #article_content .row .item h3 {
    margin-bottom: 5px;
}

#blog-tax #article_content .row .item img {
    width: 100%;
    min-width: 200px;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}




/* RESPONSIVE */

/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet */
@media (min-width: 550px) {
    
}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
    #blog .row #article_content {
        width: 60%;
    }
    #blog-sidebar {
        margin-left: 25px;
        width: 35%;
    }
    
    #blog-sidebar .list {
        display: flex;
    }

    /* Blog Archive */
    
    .page-grid {
        flex-direction: row;
    }
    
    #blog-tax #article_content .row .item img {
    height: 200px;
    }
    
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    #blog .row #article_content .article_related .related-article-items {
        flex-wrap: nowrap;
    }
    #blog .row #article_content .article_related .related-article-items .item {
        width: 220px;
        margin: 0 10px;
    }
}

@charset "UTF-8";
/* Blog Section Styles */
#blog h1 {
    text-align: center;
    margin: 20px 0 30px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

#blog .row {
    align-items: flex-start;
}

#blog .row #article_content {
    width: 100%;
    padding: 0 25px;
}

#blog .row #article_content .pagetitle {
    font-size: 40px;
}

#blog .row #article_content .meta {
    margin-bottom: 15px;
    font-style: italic;
}

#blog .row #article_content img {
    margin-bottom: 15px;
}

#blog .row #article_content .article_body {
    text-align: left;
}

#blog .row #article_content .article_body .wp-caption {
    width: 100%;
    max-width: 100%;
}

#blog .row #article_content .article_body img {
    height: auto;
}


#blog .row #article_content .article_related .related-article-items .item {
    width: 100%;
}

#blog .row #article_content .article_related .related-article-items .item img {
    height: 220px;
    width: 100%;
    object-fit: cover; 
}

#blog .row #article_content .article_related .related-article-items .item .meta {
    font-size: 12px;
}

/* Sidebar */

#blog-sidebar {
    width: 100%;
    padding: 0 25px;
}

#blog-sidebar h2 {
 text-align: left;
}

#blog-sidebar .list {
    display: flex;
    flex-direction: column;
}

#blog-sidebar .list .articles-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

#blog-sidebar .list .articles-item .thumbnail-side {
    width: 110px;
    min-width: 110px;
    height: 110px;
    position: relative;
}

#blog-sidebar .list .articles-item .thumbnail-side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#blog-sidebar .list .articles-item .meta {
    margin-left: 15px;
    width: 300px;
    text-align: left;
}

#blog-sidebar .list .articles-item .meta .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

#blog-sidebar .list .articles-item .meta em {
    font-style: italic;
}

/* BLOG ARCHIVE STYLES */

.page-grid {
	display: flex;
	flex-direction: column;
}

.blog-page {
    padding: 0 25px;
}

.blog-page #blog-content {
	width: 100%;
}

.blog-page #blog-content h1 {
	text-align: left;
}

.blog-page #blog-content .item {
    margin-bottom: 25px;
    min-wi
}

.blog-page #blog-content .item .thumbnail {
    min-width: 100%;
}

.blog-page #blog-content .item .thumbnail img {
    margin-bottom: 10px;
     width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page #blog-content .item .news-title {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

.blog-page #blog-content .item .excerpt {
    text-align: left;
}

.blog-page #blog-content .item .meta {
    text-align: left;
}

.blog-page #blog-content .item .meta em {
    font-style: italic;
}

.blog-page #blog-sidebar {
	width: 35%;
	margin-left: 25px;
}


/* BLOG TAXONOMY PAGE */
#blog-tax .row {
    align-items: flex-start;
    justify-content: center;
}

#blog-tax #article_content {
    padding: 0 25px;
}

#blog-tax #article_content h1 {
    text-align: left;
}

#blog-tax #article_content h1 .text-white {
    color: #fff;
}

#blog-tax #article_content .row .item {
    width: 350px;
    margin: 10px;
} 

#blog-tax #article_content .row .item h3 {
    margin-bottom: 5px;
}

#blog-tax #article_content .row .item img {
    width: 100%;
    min-width: 200px;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}




/* RESPONSIVE */

/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet */
@media (min-width: 550px) {
    
}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
    #blog .row #article_content {
        width: 60%;
    }
    #blog-sidebar {
        margin-left: 25px;
        width: 35%;
    }
    
    #blog-sidebar .list {
        display: flex;
    }

    /* Blog Archive */
    
    .page-grid {
        flex-direction: row;
    }
    
    #blog-tax #article_content .row .item img {
    height: 200px;
    }
    
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    #blog .row #article_content .article_related .related-article-items {
        flex-wrap: nowrap;
    }
    #blog .row #article_content .article_related .related-article-items .item {
        width: 220px;
        margin: 0 10px;
    }
}

