main#main {
    margin-top: 77.25px;
    padding: 0px 0 0px !important;
}

section#content {
    margin-bottom: 0px;
}

.content-wrapper strong {
    font-weight: 900;
}

.fusion-related-posts-title-link {
    font-size: 18px;
}

.fusion-carousel .fusion-carousel-title {
    line-height: 28px;
    margin-bottom: 8px !important;
}

.content-wrapper li {
    margin-bottom: 16px;
}

.content-wrapper li:last-child {
    margin-bottom: 0;
}

.content-wrapper h3 {
    font-size: var(--awb-custom_typography_13-font-size) !important;
    line-height: var(--awb-custom_typography_13-line-height) !important;
    letter-spacing: var(--awb-custom_typography_13-letter-spacing) !important;
    text-transform: var(--awb-custom_typography_13-text-transform) !important;
    color: var(--awb-custom_color_5) !important;
    font-family: var(--awb-custom_typography_13-font-family) !important;
    font-weight: var(--awb-custom_typography_13-font-weight) !important;
    font-style: var(--awb-custom_typography_13-font-style) !important;
}

/* section#content {
    padding-left: 8px;
    padding-right: 8px;
} */

.ddd-post-thumbnail-wrapper img,
.attachment-post-thumbnail {
    height: 240px;
    object-fit: cover;
}

.content-wrapper {
    padding: 40px 32px;
    background: #fff;
}

.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
}

.post-categories li {
    margin-bottom: 4px;
}

.post-categories a::after {
    content: ',';
    display: inline;
    position: relative;
    margin-right: 6px;
}

.post-categories li:last-child a::after {
    display: none;
}

.post-categories a {
    font-size: var(--awb-custom_typography_9-font-size);
    line-height: var(--awb-custom_typography_9-line-height);
    letter-spacing: var(--awb-custom_typography_9-letter-spacing);
    text-transform: var(--awb-custom_typography_9-text-transform);
    color: var(--awb-custom_color_1);
    font-family: var(--awb-custom_typography_9-font-family);
    font-weight: var(--awb-custom_typography_9-font-weight);
    font-style: var(--awb-custom_typography_9-font-style);
}

.post-content-header h1 {
    font-size: var(--awb-typography1-font-size) !important;
    line-height: var(--awb-typography1-line-height) !important;
    letter-spacing: var(--awb-typography1-letter-spacing) !important;
    text-transform: var(--awb-typography1-text-transform) !important;
    color: var(--awb-custom_color_5) !important;
    font-family: var(--awb-typography1-font-family) !important;
    font-weight: var(--awb-typography1-font-weight) !important;
    font-style: var(--awb-typography1-font-style) !important;
}

#main .post h2 {
    font-size: var(--awb-custom_typography_7-font-size) !important;
    line-height: var(--awb-custom_typography_7-line-height) !important;
    letter-spacing: var(--awb-custom_typography_7-letter-spacing) !important;
    text-transform: var(--awb-custom_typography_7-text-transform) !important;
    font-family: var(--awb-custom_typography_7-font-family) !important;
    font-weight: var(--awb-custom_typography_7-font-weight) !important;
    font-style: var(--awb-custom_typography_7-font-style) !important;
}

.single-post .post {
    margin-bottom: 73px !important;
}

@media screen and (min-width: 560px) {
    .single-post .post {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .ddd-blog-sidebar {
        max-width: 312px;
        margin-left: auto;
        margin-right: auto;
    }

    .ddd-post-thumbnail-wrapper img,
    .attachment-post-thumbnail {
        height: 320px;
    }

    .content-wrapper {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media screen and (min-width: 740px) {

    .ddd-post-thumbnail-wrapper img,
    .attachment-post-thumbnail {
        height: 400px;
    }
}

@media screen and (min-width: 1276px) {
    .single-post .post {
        margin-bottom: 0px !important;
    }

    .single .top-nav-wrapper {
        background: transparent;
        box-shadow: none;
    }

    section#content {
        position: relative;
        z-index: 10;
        margin-bottom: 50px;
    }

    .ddd-post-thumbnail-wrapper img,
    .attachment-post-thumbnail {
        /* height: 400px; */
        width: 100%;
        z-index: 0;
        position: relative;
        /* padding: 0 32px; */
        /* border-radius: 4px; */
    }

    .single-post .post {
        margin-left: 0;
    }

    .content-wrapper {
        display: flex;
        justify-content: space-between;
        /* max-width: 1200px; */
        border-radius: 4px;
        box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.2);
        margin-left: 32px;
        margin-right: 32px;
        margin-top: -260px;
        z-index: 9999;
        padding: 96px 112px;
    }

    main#main {
        margin-top: 96px;
        padding: 0px 0 96px !important;
    }

    .ddd-blog-sidebar {
        margin-left: auto;
        margin-right: 0;
    }
}

@media screen and (min-width: 1314px) {
    .content-wrapper {
        margin-top: -270px;
        margin-left: 64px;
        margin-right: 64px;
    }

    .ddd-post-thumbnail-wrapper img,
    .attachment-post-thumbnail {
        border-radius: 4px;
    }

    main#main {
        margin-top: 128px;
        /* padding: 0px 0 96px !important; */
    }
}

@media screen and (min-width: 1450px) {
    main#main {
        margin-top: 144px;
        /* padding: 0px 0 96px !important; */
    }
}
