


.sticky {
/* display: block; */
}

.hentry {
    margin: 60px 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
/*.entry-content, */
.entry-summary {
   margin: 1.5em 0 0;
}

.entry-meta {
    color: #6c7781;
    font-size: 90%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
    margin: 1.5em auto;
    padding-left: 14px;
    padding-right: 14px;
    max-width: 580px;
}

.entry-header .wp-post-image {
    margin-bottom: 1.5em;
}

.entry-footer span{
    margin-right: 1em;
}

.entry-footer{
    color: #6c7781;
    font-size: 90%;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e4e7;
}

@media screen and (min-width: 608px) {
    .entry-header,
    .page-header,
    .entry-footer,
    .site-info,
    .posts-navigation,
    .post-navigation,
    .page-navigation,
    .comments-area,
    .not-found .page-content,
    .search .entry-summary {
        padding-left: 0;
        padding-right: 0;
    }
}

.alignleft,
.alignright {
    max-width: 580px !important;	/* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
    max-width: 50%;
    width: 50%;
}

.alignleft figcaption {
    clear: left;
}

.alignright figcaption {
    clear: right;
}

.alignleft img,
.alignleft figcaption {
    float: left;
    margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}








/* Blog categories */


#blog-category-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 13.5px;
}


#blog-category-list .cat-item, #blog-category-list .cat-item a {

    font-size: 18px;
    line-height: 36px;
    color: #fff;
}


#blog-category-list .cat-item {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;


    transition: 0.5s ease;
    height: 48px;
    padding: 0 2%;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}















/*
  /// BLOG DETAILS ///
*/

section#section-blog-detail .main-content {
    background-color: #fff;

    padding: 5% 3% 5% 10%;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    section#section-blog-detail .main-content {
        background-color: #fff;

        padding: 2% 1% 3% 5%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 601px) {
    #section-blog-detail .main-content {
        max-width: initial;
    }
}

section#section-blog-detail .main-content .share .title {

    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    transform: rotate(90deg);
}

section#section-blog-detail .main-content .date {

    font-style: normal;
    font-size: 12px;
    line-height: 32px;
    color: #000;
}

section#section-blog-detail .main-content .text img {
  /* clip-path: polygon(98% 0, 100% 3%, 99% 100%, 0 100%, 0 1%); */
}

section#section-blog-detail .main-content .text .back {
   /* background: #ff9934 !important; */
    background: #fff;
  /*  box-shadow: 8px 8px 0px #c87422 !important; */
    transition: 0.5s ease;

/*border: 0; */

    font-size: 18px;
    letter-spacing: 0em;
    color: #333
    white-space: nowrap;
}

section#section-blog-detail .main-content .text .back:hover {
/*  background: #c87422 !important;
    box-shadow: 8px 8px 0px #ff9934 !important; */
}

section#section-blog-detail .main-content .share .title {
    margin-bottom: 30px;
}

section#section-blog-detail .main-content .share a svg {
    margin: 0;
    width: 100%;
}

section#section-blog-detail .main-content .wp-block-gallery ul:nth-child(odd) {
    /* TODO: Uneven */
}

/* END OF BLOG DETAILS */