/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Comments
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-respond {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: solid thin #eaeaea;
    padding: 1.75rem;
}

.comment-notes {
    font-size: medium;
    margin: 0px 0;
}

.comment-list {
    padding: 0;
}

.comments-title {
    font-size: medium;
}

.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.comment-author img {
    border-radius: 50%;
    margin-right: .5rem;
}

.comment-metadata a {
    color: #c1c1c1;
}

.says {
    display: none;
}

.comment-reply-link {
    border: solid thin #eaeaea;
    padding: 0.2rem 0.5rem;
}

.comment-form-cookies-consent {
    font-size: medium;
    font-weight: normal;
}

.comments-area ol {
    list-style: none;
}

.comment-body {
    border: solid thin #e2e8f0;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: medium;
    word-wrap: break-word;
}

ol.children {
    margin-bottom: 0;
    margin-left: 0;
}

div.comments-area label {
    display: inline-block;
    margin-bottom: 0;
    color: #757575;
}

div.comment-respond h3 {
    font-size: inherit;
}

p.logged-in-as {
    font-size: medium;
    margin: 0px 0;
}

span.nav-subtitle {
    color: #999;
}

form#commentform input:not([type="checkbox"]) {
    display: block;
    width: 100%;
}
.comments-area {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.comments-area .comment-form-comment label {
    display: block;
}

.comments-area .comment-form-comment textarea {
    width: 100%;
}
.comments-area input#submit {
    background: #000;
    color: #fff;
    display: inline-block;
    width: inherit !important;
    padding: 10px 30px;
}
@media only screen and (max-width: 991px) {
    .has-thumbnail .pull-pack-text.text-center.p-3 {
        margin-bottom: 2rem;
    }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*Default HTMl tag style*/
blockquote {
    border-left: 4px solid #555;
    padding-left: 10px;
}

table {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

table td,
table th {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}

table thead th {
    background: #ccc;
}

code {
    background: #ededed;
    display: block;
    padding: 15px;
    font-style: italic;
}

/*Default widget style*/
.widget-area select {
    width: 100%;
    padding: 5px;
}

.widget_search form.search-form {
    display: flex;
}

.widget_search form.search-form input {
    padding: 10px;
}

.widget-area section.widget {
    overflow: hidden;
}

.tagcloud a.tag-cloud-link {
    font-size: 16px !important;
    margin: 0 5px 8px 0;
    background: #ededed;
    padding: 5px;
    border-radius: 5px;
}

.widget-area section>h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.widget-area section {
    box-shadow: var(--bs-box-shadow-lg) !important;
    padding: 1rem;
    margin-bottom: 3rem;
}