:root {
    --color-text: #0F2A54;
    --color-accent: #50C2F5
}

.comments-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    margin: 0
}

.comment-list {
    list-style: none;
    padding: 0;
    margin-block:24px 0}

.comment-body {
    border-radius: 16px;
    border: 1px solid #efefef;
    padding: 24px;
    margin-bottom: 24px;
    position: relative
}

.bypostauthor .comment-body {
    border: none;
    background: #fff0f0
}

.comment-meta {
    position: relative
}

.comment-author {
    display: flex;
    gap: 12px
}

.comment-author img {
    border-radius: 50%
}

.comment-author .fn {
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    margin-top: 4px
}

.bypostauthor .comment-author .fn {
    color: #ef4f53
}

.comment-author .says {
    display: none
}

.comment-metadata {
    position: absolute;
    left: 72px;
    top: 32px
}

.comment-metadata a {
    color: #838383;
    font-size: 14px
}

.comment-content,.reply {
    margin-top: 12px;
    margin-left: 72px
}

.reply {
    font-size: 14px
}

.comment-content {
    padding: 0;
    margin-bottom: 0;
    border: none
}

.comment-content p {
    font-size: 16px
}

.comment-content p:last-child {
    margin-bottom: 0
}

.comment-content .stars {
    position: absolute;
    right: 24px;
    top: 28px
}

.comment-content .stars .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    color: #f1913d
}

.average-rating {
    display: none
}

.comment-respond {
    border: 2px solid #f7b119;
    border-radius: 16px;
    padding: 32px
}

.comment-respond label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #181818
}

.comment-respond .required {
    color: #ef4f53
}

.comment-respond input[type=text],.comment-respond input[type=email],.comment-respond textarea {
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 16px 18px;
    width: 100%
}

#respond>#reply-title {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    margin-block:0 8px}

.comment-form {
    background: none;
    color: inherit;
    padding: 0;
    margin: 0;
    border: none
}

.comment-notes {
    font-size: 18px
}

.comment-form-row {
    display: flex;
    gap: 20px
}

.comment-form-author,.comment-form-email {
    flex: 1;
    margin-bottom: 24px
}

.comment-form-cookies-consent {
    margin-bottom: 24px
}

.comment-form-cookies-consent label {
    font-weight: 400;
    display: inline
}

.comment-form-cookies-consent input[type=checkbox] {
    width: auto
}

.form-submit input[type=submit] {
    background: var(--color-text);
    color: #fff;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 15px;
    border: none;
    cursor: pointer
}

.hl-comment-box {
    position: static;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.hl-comment-box label,.hl-comment-box .rating-container {
    margin-bottom: 0
}

.hl-comment-box .fa:before {
    font-size: 16px;
    margin: 0
}

.sidebar_sticky .widget {
    margin-bottom: 40px;
    flex-direction: column
}

.sidebar_sticky .widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px
}

.sidebar_sticky .widget_media_image {
    background: #f2f2f2;
    padding: 24px;
    border-radius: 16px
}

.sidebar_sticky .widget_media_image .wp-caption {
    width: 100% !important
}

.sidebar_sticky .widget_media_image img {
    width: 100%;
    border-radius: 12px;
    display: block;
    margin-bottom: 18px
}

.sidebar_sticky .widget_media_image figcaption {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.sidebar_sticky .widget-posts__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar_sticky .widget-posts__item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 10px
}

.sidebar_sticky .widget-posts__item:first-child {
    margin-top: 0
}

.sidebar_sticky .widget-posts__item img {
    width: 112px;
    height: 74px;
    object-fit: cover;
    border-radius: 8px
}

.sidebar_sticky .widget-posts__item a {
    font-weight: 600;
    color: inherit
}

.sidebar_sticky .widget-posts__item time {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    color: #a5a5a5;
    font-size: 14px
}

.sidebar_sticky .widget-posts__image {
    width: 112px
}

.sidebar_sticky .widget-posts__text {
    flex: 1
}

.sidebar_sticky .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.sidebar_sticky .tag-cloud-link {
    font-size: 13px !important;
    display: inline-block;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 12px 16px;
    color: inherit
}

.single-breadcrumbs {
    margin-top: 24px;
    font-size: 14px;
    color: var(--color-text)
}

.single-breadcrumbs>span {
    display: flex;
    gap: 12px
}

.single-breadcrumbs a {
    color: inherit
}

.single-breadcrumbs .breadcrumb_last {
    font-weight: normal
}

.content_sticky {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1fr 394px;
    gap: 42px;
    color: var(--color-text);
    align-items: start
}

.content_sticky .main_sticky {
    max-width: 882px;
    width: 100%;
    overflow: hidden
}

.single-header h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-accent)
}

.single-meta {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 12px
}

.single-meta__category,.single-meta__author {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px
}

.single-meta__category svg,.single-meta__author svg {
    width: 16px;
    height: 16px;
    fill: none
}

.single-meta__category ul,.single-meta__author ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 4px
}

.single-meta__category a,.single-meta__author a {
    color: inherit
}

.single-meta__date {
    margin-right: auto;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px
}

.single-meta__date svg {
    width: 16px;
    height: 16px;
    fill: #b6b6b6
}

.single-meta__share {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ededed;
    color: inherit;
    transition: border-color .3s ease
}

.single-meta__share:hover {
    border-color: inherit
}

.single-meta__share svg {
    width: 24px;
    height: 24px;
    fill: currentColor
}

#ez-toc-container {
    margin-block:32px;padding: 0;
    border-color: #f0f0f0;
    border-radius: 12px
}

#ez-toc-container.ez-toc-counter {
    background: #fff
}

#ez-toc-container .ez-toc-title-container {
    background: #f4f6f9;
    padding: 10px 16px;
    border-radius: 11px 11px 0 0
}

#ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 14px;
    font-weight: 700
}

#ez-toc-container nav {
    padding: 16px
}

#ez-toc-container nav ul li {
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px
}

#ez-toc-container nav ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

#ez-toc-container a {
    color: inherit
}

.single-content {
    margin-top: 30px
}

.single-content h2,
.single-content h3,
.single-content h4 {
    margin-top: 30px;
    margin-bottom: 16px;
    line-height: 1.3;
    font-weight: bold !important;
}

.single-content h2 *,
.single-content h3 *,
.single-content h4 * {
    font-weight: bold !important;
}

.single-content h2,
.single-content h2 span {
    font-size: 18px !important;
    color: var(--color-accent);
    font-weight: 600
}

.single-content h3,
.single-content h3 span {
    font-size: 14px !important;
    font-weight: 500;
    color: #001a3f
}

.single-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: inherit
}

.single-content blockquote {
    padding: 32px 66px;
    border: 2px solid #ef4f53;
    border-radius: 16px;
    position: relative
}

.single-content blockquote:before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: #ef4f53 url(../images/quote.svg) no-repeat center center/30px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 13px 0 13px 0
}

.single-content blockquote>:last-child {
    margin-bottom: 0
}

.single-footer {
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid #efefef;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.single-footer a {
    display: inline-block;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 8px 16px;
    color: inherit
}

.single-contact-form {
    margin-top: 55px
}

.single-contact-form .elementor-10212 .elementor-element.elementor-element-d3c8a29 .elementor-heading-title {
    text-align: left
}

@media(max-width: 1024px) {
    .content_sticky {
        grid-template-columns:1fr;
        margin-top: 30px
    }

    .single-header h1,.comments-title {
        font-size: 28px
    }

    .single-meta {
        flex-wrap: wrap
    }

    .single-breadcrumbs>span {
        flex-wrap: wrap
    }

    .single-content h2 {
        font-size: 24px
    }

    .comment-respond {
        padding: 16px
    }
}

.single-post #comments {
    margin: 50px 0
}

.single-author__inner {
    border: 1px solid #f7b119;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 30px
}

.single-author__inner .single-author__avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden
}

.single-author__inner .single-author__avatar img {
    width: 100%;
    object-fit: cover
}

.single-author__inner .single-author__content p.title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 12px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid #eceeec
}

@media(max-width: 767px) {
    .single-header h1,.comments-title {
        font-size:24px
    }

    .single-content h2 {
        font-size: 20px
    }

    .single-post #comments {
        margin: 30px 0
    }

    .single-author__inner .single-author__avatar {
        width: 60px;
        height: 60px
    }
}

.single-post .sidebar_sticky {
    position: sticky;
    top: 100px;
    z-index: 99
}

@media(min-width: 1024px) {
    .single-post .elementor-10212 .elementor-element.elementor-element-f5021c8 {
        width:66%
    }

    .elementor-10212 .elementor-element.elementor-element-11e3147 .elementor-heading-title {
        font-size: 28px !important
    }

    .elementor-10212 .elementor-element.elementor-element-f8913bf .elementor-icon-list-item>.elementor-icon-list-text,.elementor-10212 .elementor-element.elementor-element-f8913bf .elementor-icon-list-item>a {
        font-size: 18px !important
    }

    .single-post .elementor-10212 .elementor-element.elementor-element-410ca41>.elementor-element-populated {
        margin: 0
    }
}
