body.archive .page-title,
body.single .page-title{
    color: var(--off-black);
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}
body.archive .page-title,
body.single .page-title {
    font: 700 28px/34px "Arimo", sans-serif;
    margin-bottom: 0px!important;
}
body.archive #primary > header,
body.single #primary   header{
    background: white!important;
    padding-bottom: 14px;
}
body.single #primary header{
    display: flex;
    flex-direction: column;
}
body.single #primary header h1{
    margin-bottom:0px;
}
body.archive #primary,
body.single #primary{
    flex-direction: column;
    display: flex;

    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    min-height: 80vh;
} .byline{
    display: none;
}
.theposts .leftdiv{
    padding-top:10px
}
.entry-footer{
    display: none;
}
body.single  article{
    flex-direction: column-reverse;
}
.onlysinglepage{
    display: none;
}
body.single  .leftdiv .entry-content{
    display: none;
}
body.single .onlysinglepage {
    display: block;
    margin: 20px 0;
}
.theposts{
    display: inline-flex;
    flex-wrap:wrap;
    gap:5%;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.posted-on{
    display: none;
}
body.single .posted-on{
    display: block;
}
.theposts .entry-content{
    max-height: 73px;
    overflow: hidden;
}
.theposts article {
    max-width: 45%;
    gap: 30px;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 25px;
    margin-bottom: 12px;
    padding-bottom: 19px;
}

@media  (max-width:768px) {
    .theposts article{
        max-width: 100%;
    }
}
body.single article{
    max-width: 1200px;
    padding-bottom: 100px;
}
/* body.archive #primary > article:not(:last-child){ */
    /* border-bottom: 1px solid black; */

/* } */
.theposts article  header h2 {
    font: 700 25px/21px "Arimo", sans-serif;
    margin-bottom: 10px;
}
.theposts article > *{
    /* max-width: 50%; */
    max-width: calc( 50% - 5px);
    flex-basis: calc( 50% - 5px);
}
.theposts article  header h2 > a{
    font: 700 25px/21px "Arimo", sans-serif;
    color:black;
}
body.single .entry-meta a{
    color:black;
    text-decoration: underline;
}
body.single article,
.theposts article  {
    font-family : "Arimo", sans-serif;
}
.theposts .entry-meta a{
    color:black;
    text-decoration: underline;
    display: inline-flex;
    gap: 4px;
}
.theposts article header {
    background: transparent!important;
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.theposts article p{
    font-weight: 400;
    text-align: left;
    line-height: 18px;
    font-size: 15px;
}
.entry-meta .updated{
    display: none;
}
body.archive .languages{

    padding-top: 26px;

}
body.archive .page-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.75rem;
    height: 2px;
    background-color: var(--orange);
}
body.single .languages{

    padding-top: unset;
    margin-bottom: 18px;
}
body.single .backtoblog{
    color:black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    margin:10px 0;
}
.blogfront h1{
    transform: translate(0px,0px)!important;
}
.blogfront .button {
    bottom: 0!important;
}
.blogfront{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}
.blogfront .theposts a.button.buttongoup {
    margin-top: 50px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
    text-align: right;
    float: right;
    padding-top: 30px;
}

nav.navigation.post-navigation {
    display: none;
}
