.content {
    margin: 0 auto;
    overflow: hidden;
    max-width: 90%;
}

.content img,
.content figure,
.content .kg-card,
.content .kg-video-container {
    display: block;
    max-width: calc(min(600px, 100%));
    margin: 1rem auto;
    height: auto;
}
.content iframe {
    display: block;
    max-width: calc(min(600px, 100%));
    margin: 1rem auto;
}

.content figcaption {
    margin-top: -1rem;
    text-align: center;
    font-style: italic;
}

header.major h1 {
    font-size: 2.5rem;
    font-weight: bolder;
}

header.major figcaption {
    font-style: italic;
}

.post-featured header h1 {
    transition: all .2s;
}

.post-featured header h1:hover {
    transition: all .2s;
    color: #007bff;
}

.index-posts {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    width: 100%;
    padding: 0
}

.index-post {
    border:0.2px grey;
    border-top-style: solid;
    width: 50%;
    padding: 0
}

.index-post no-image {
    width: 50%;
    padding: 0
}

.author-header {
    display: flex;
    flex-direction: column;
    align-items: center
}

.author-profile-image {
    flex-shrink: 0;
    margin: 0 0 20px 0;
    width: 100px;
    height: 100px;
    box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 6px;
    display: block;
    background: #222;
    border-radius: 100%;
    object-fit: cover
}

.tiny-author-profile-image {
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 6px;
    display: inline-flex;
    background: #222;
    border-radius: 100%;
    object-fit: cover
}

.post-footer {
    margin: 4rem auto 0;
    max-width: 700px
}

.authors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -40px
}

.author-box {
    flex: 1 1 300px;
    display: inline-flex;
    align-items: flex-start;
    padding: 5px 20px;
    margin: 0 20px 0px;
    border: none
}

.author-box .author-profile-image {
    height: 60px;
    width: 60px;
    margin-right: 20px
}

.author-box-content {
    display: flex;
    flex-direction: column;
}

.author-box-label {
    font-size: 0.7rem;
    line-height: 1em;
    font-weight: 300;
    text-transform: uppercase;
    color: #999
}

.author-box-name {
    color: orangered;
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: El Messiri, serif;
}

.author-box p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5em
}

.main-navigation .brand {
    font-family: El Messiri, serif;
    line-height: 1;
}

.main-navigation .brand span {
    margin: auto;
    font-size: 1.5rem;
    justify-content: center;
    display: flex;

}

.main-navigation .brand sub {
    margin-left: 0.55rem;
    display: inline-block;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 1;
    text-decoration-line: none;
    font-weight: bold;
    bottom: 0;
}

.post-card-title {
    color: orangered;
    transition: all .2s;
    font-size: 2rem;
    font-family: El Messiri, serif;
}

.featured .post-card-title {
    text-align: center;
    font-size: 2.5rem;
}

.featured .card-title {
    margin-bottom: -1rem;
}

.post-card-title:hover {
    transition: all .2s;
    color: #007bff;
}

.featured .post-card-content p {
    max-width: 90%;
    margin: 0 auto;
}

.post-card-img {
    overflow: hidden;
}

.post-card-img img {
    transition: all .5s;
}

.post-card-img img:hover {
    transition: all .5s;
    transform: scale(105%);
}

.post-card {
    min-width: 335px;
}

.featured.post-card {
    min-width: 100%;
}

.index-pagination {
    margin-top: 5rem
}

.featured .post-card-content {
    font-size: 1.2rem;
}

.filter-index-header {
    display: block;
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    margin: 2rem 0 2rem 0;
    font-family: El Messiri, serif;
}

.filter-index-header:before,.filter-index-header:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: calc(50% - 10rem);
    border-top: solid 1px;
    color: #007bff;
}

.filter-index-header:before {
    left: 0
}

.filter-index-header:after {
    right: 0
}

.post .tags-list {
}

.post figcaption {
    text-align: center;
    font-style: italic;
}

.post header {
   padding-bottom: 1rem;
}

.featured .card-text {
    font-size: 1rem;
}

.post-card-featured {
    font-size: 1.5rem;
    font-family: El Messiri, serif
}

.post-card figure {
    overflow:hidden;
    margin: 0 auto;
}

.content .kg-width-full {
    position: relative;
    width: calc(100% + 28.25rem)
}
.content .kg-width-wide {
     position: relative;
     width: calc(100% + 12rem)
 }