.single-post {
    background-color: #ffffff;
}
.single-post article.card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: none;
}
article.card {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    min-height: 300px;
    padding: 10px 25px 25px;
    margin-bottom: 50px;
    overflow: hidden;
    transition: background 0.3s ease;
}

.related-posts .card {
    border: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.2s;
}
.related-posts .card-img-top {
    object-fit: cover;
}
.related-posts .card-text a {
    font-weight: bold;
}
.related-posts .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.related-posts .card {
    border: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.2s;
}
@media screen and (min-width: 576px) {
    .related-posts {
        margin: 40px auto;
    }
    .site-content > .related-posts > h3 {
        margin: 40px auto;
    }
    .related-posts .card-wrapper {
        margin-bottom: 30px;
    }
    .related-posts .card-img-top {
        height: 10vw;
    }
}

@media (min-width: 768px) {
    .hentry.card div.card-body {
        padding: 0;
    }
}

/*CTA banner*/

.cta-tile {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.2s;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.cta-tile__content {
    padding: 1.5rem 1.2rem;
}
.cta-tile h3 {
    font-size: 1.3rem;
    margin-bottom: 1.55rem;
    line-height: 2rem;
}
.cta-tile h3 {
    font-size: 1.3rem;
    margin-bottom: 1.55rem;
    line-height: 2rem;
}

.cta-tile:hover {
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
    transform: translateY(2px);
    color: rgba(0, 0, 0, 0.6);
}
a:hover {
    color: #4babe7;
    text-decoration: none;
}

h3.gradient-blue {
    text-transform: uppercase;
    background: linear-gradient(180deg, #39c1f3 9.7%, #228fb8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
}
.cta-tile__content p {
    color: #25272a;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 22px;
}
.cta-btn {
    min-height: 46px;
    font-size: 16px;
    padding: 10px 30px;
}

.card-author {
    margin-bottom: 40px;
}
.card-author .card-photo {
    flex-basis: 25%;
    margin-right: 20px;
}
.card-author .card-img {
    border-radius: 8px;
}
.card-author .card-text {
    flex-basis: 80%;
}
.card-author .author-name {
    padding-right: 20px;
    display: inline;
    font-weight: bold;
}
.opacity-90 {
    opacity: 0.9;
}

.single-post h2 {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 2rem;
}

.single.single-post .sidebar-widgets {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -255px;
}

.breadcrumbs-wrapper a {
    color: #185d8b;
}

@media (min-width: 767px) {
    .sidebar-widgets {
        margin-top: 0px;
        padding-bottom: 200px;
        top: 7rem;
    }
}

@media (max-width: 767px) {
    .cta-side-wrapper {
        width: 300px;
        margin: 0 auto;
    }

    .cta-title__image img {
        height: 310px;
        max-width: 100%;
    }
}

/*BLOG SIDEBAR*/

/*author.scss*/
.side-author.card-author {
    padding: 0 !important;
}
#block-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.widget_block .wp-widget-group__inner-blocks ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.widget_block .wp-widget-group__inner-blocks ul li {
    margin: 5px 5px 5px 0;
}

.sidebar-1-area .widget ul li:last-child {
    margin-bottom: 5px !important;
}

/*TAGS CLOUD*/

#block-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.widget_block .wp-widget-group__inner-blocks ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 992px) {
    .cat-item-171 {
        font-size: 10px !important;
    }
    .cat-item-170,
    .cat-item-169 {
        font-size: 12px !important;
    }
}

.section-contacts {
    padding: 50px 0;
}

.col-md-6.form-container {
    background-color: #ffffff;
    border-radius: 10px;
}

/*ARTICLE AUTHORS*/

.tateeda-entry-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 34px 0;
}
.authors {
    display: flex;
    column-gap: 26px;
}
div.author-wrapper {
    display: flex;
    column-gap: 16px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.author-image {
    max-width: 56px;
}
.author-image img {
    border-radius: 50%;
}
.author-data .author-role {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
}
.author-data .author-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #101828;
}
.author-data-popup-wrapper {
    position: absolute;
    z-index: 999;
    display: none;
}

.creator-author-wrapper:hover .creator-data-popup-wrapper,
.editor-author-wrapper:hover .editor-data-popup-wrapper {
    display: flex;
}
.author-data-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #25272a;
    padding: 20px 14px;
    max-width: 252px;
    text-align: center;
    border: 1px solid #fbfbfb;
    position: absolute;
    width: 252px;
    top: 30px;
}

.author-data-popup:before {
    content: ' ';
    position: relative;
    background: #25272a;
    width: 30px;
    height: 30px;
    top: -30px;
    transform: rotate(45deg);
}

.author-data-popup-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #444647;
}
.popup-author-image {
    max-width: 50px;
    margin-bottom: 14px;
    border-radius: 50%;
}
.popup-author-image img {
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.popup-author-role {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #a6a9af;
}
.popup-author-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
}
.popup-author-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #a6a9af;
    margin: 10px 0 14px 0;
}
.author-data-popup-bottom {
    padding-top: 14px;
}
.author-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 22px;
    margin-bottom: 10px;
}
.author-data-popup-bottom a img {
    max-width: 20px;
}
.author-posts a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.post-thumbnail {
    margin-top: 0;
    margin-bottom: 1.5em;
}

@media (max-width: 991px) {
    .tateeda-entry-meta {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
}

@media (max-width: 768px) {
    .authors {
        flex-direction: column;
        row-gap: 20px;
    }
}
