p.wp-block-paragraph,
summary {
    margin-bottom: 1rem;
    line-height: 1.625;
    letter-spacing: 0.02em;
    font-size: 1.15rem;
}
p.wp-block-paragraph a {
    /* color: var(--accent-primary); */
    padding: 5px;
    box-shadow: inset 0 -3px 0 0 #10a9e5;
    transition: all .25s ease-in-out;
    text-decoration: none;
}
p.wp-block-paragraph a:hover {
    box-shadow: inset 0 -55px 0 0 #10a9e5;
}
/* start of single */
.col-video iframe {
    width: 100%;
    height: 450px;
}

/* end of single */
/* queries */
.blog-content {
    bottom: 0;
    z-index: 1;
}

.blog-content p a {
    color: white;
}

.img-blog-featured {
    max-height: 205px;
    object-fit: cover;
	object-position: top;
    transition: all .25s ease-in-out;
}

.img-blog-featured:hover {
    transform: scale(1.1);
}

.col-blog,
.col-blog * {
    transition: all .25s ease-in-out;
}

.col-blog:hover {
    background: white !important;
}

.col-blog:hover .heading,
.col-blog:hover a,
.col-blog:hover hr {
    /* color: black !important;
    border-color: black !important; */
    color: var(--accent-primary) !important;
    border-color: var(--accent-primary) !important;
}

.col-blog:hover p,
.col-blog:hover span {
    color: black !important;
    border-color: black !important;
    /* color: var(--accent-primary) !important;
    border-color: var(--accent-primary) !important; */
}

/*  */
/* show sidebar */
a#showSidebar {
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

@media screen and (max-width:1199px) {
    div#sidebar {
        position: fixed;
        overflow: scroll;
        transform: translate(-200%, 0);
        top: 0;
        left: 0;
        height: 100%;
        transition: all .5s ease-in-out;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
        z-index: 11;
    }

    div#sidebar.active,
    div#sidebarOverlay.active {
        transform: translate(0, 0);
    }

    div#sidebarOverlay.active {
        z-index: 3;
    }
}

div#sidebarOverlay {
    transform: translate(-200%, 0);
    transition: all .5s ease-in-out;
}

/*  */
.col-blog img.blog-img {
    height: 150px;
    object-fit: contain;
}

.blog-posts-meta a {
    font-family: unset;
}

/* comments */
.comment-form-comment label {
    display: block;
}

textarea#comment {
    width: 85%;
}

input#submit,
input#searchsubmit {
    background: var(--accent-quinary);
    border: none;
    padding: 10px 30px;
    color: black;
    cursor: pointer;
    box-shadow: none;
}

/* pagination */
/* span.page-numbers.current {
    background: white;
    border: 2px solid var(--accent-quinary);
    padding: 10px 20px;
    color: var(--accent-quinary);
    display: inline-block;
}

a.page-numbers {
    background: var(--accent-quinary);
    border: 2px solid var(--accent-quinary);
    padding: 10px 20px;
    color: white;
    margin-bottom: 5px;
    display: inline-block;
} */

.page-numbers {
    background: var(--accent-secondary);
    color: white;
    min-height: 25px;
    min-width: 25px;
    display: block;
    margin: 2px;
    padding: 4px 5px 0px;
    text-decoration: none;
    transition:all .25s ease-in-out;
}
.page-numbers.current {
    background: var(--accent-primary);
    color: black;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}