@media (min-width: 922px) {
    .ast-container {
        max-width: 1500px;
    }
}

@media (min-width: 922px) {
    .site-content .ast-container {
        display: unset;
        padding: 0;
    }
}

.ast-container,
.ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 544px) {

    .ast-separate-container #content .ast-container {
        padding-left: 0;
        padding-right: 0;
    }

}

/* -----HeroBanner----- */

.banner-wrap{
    text-align: center;
}

.banner-wrap img{
    aspect-ratio: 4 / 2;
    object-fit: contain;
    max-width: 1000px;
    width: 100%;
}

.article-wrap h1{
    margin-bottom: 1.5rem;
    text-align: center;
}


/* -----Copy Link----- */

#message {
    color: var(--ast-global-color-0);
    text-align: center;
    margin-block: 0;
}

/* ------Archive Pages----- */

.ast-archive-description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 0.5rem;
}

.ast-archive-description p {
    max-width: 800px;
}

.entry-content ul {
    padding-inline-start: 1rem;
}

.article-content h5{
    margin-bottom: 1rem;
}

/* ------Blog Index----- */

article {
    border-radius: 1rem;
}

article .post-content h2.entry-title {
    color: var(--ast-global-color-2);
}

@media (max-width: 921px) {
    .ast-separate-container .ast-blog-layout-5-grid .post-content {
        padding: 1rem;
    }
}

/* ------Blog Index----- */

body.archive .ast-archive-description {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    padding-top: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
    margin-bottom: 1rem;
}


/* ------Blog Single----- */

#custom-blog-single h2,
#custom-blog-single h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#custom-blog-single h4{
    margin-bottom: 1rem;
}

#custom-blog-single ul {
    margin-inline-start: 1.5rem;
}

#custom-blog-single figure{
    margin-block: 2rem;
}



/* --Article-- */

.article-wrap {
    max-width: 74%;
    margin: 1rem;
    background-color: var(--ast-global-color-5);
    padding: 1rem;
    border-radius: 1rem;
}

/* -------Responsiveness------- */


@media screen and (max-width: 1230px) {

    .article-wrap {
        max-width: 1000px;
    }

    .custom-sidebar-wrap {
        max-width: unset;
        width: 100%;
        display: flex;
        justify-content: space-around;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .custom-sidebar-wrap .side-articles {
        max-width: 450px;
    }

}

@media screen and (max-width: 800px) {

    .custom-sidebar-wrap .side-articles {
        max-width: 350px;
    }

    .custom-sidebar-wrap h3 {
        margin-top: 0;
    }

}

/* -----Servive----- */

.pricing-table p.uagb-ifb-title {
    background-color: var(--ast-global-color-6);
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

/* -----Single----- */

#custom-blog-single {
    max-width: 1600px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    color: var(--ast-global-color-2);
}

.article-wrap a {
    color: var(--ast-global-color-0);
}

.custom-sidebar-wrap a {
    color: var(--ast-global-color-2);
}

.custom-sidebar-wrap a:hover {
    text-decoration: underline;
}


/* --Services Sidebar-- */

.custom-sidebar-wrap {
    max-width: 21%;
    margin: 1rem;
}

.custom-sidebar-wrap .cta {
    padding: 1rem;
    background-color: var(--ast-global-color-5);
    text-align: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    min-width: 300px;
}


.custom-sidebar-wrap .img-wrap {
    max-width: 100px;
}

.custom-sidebar-wrap .img-wrap img {
    max-width: 100%;
    border-radius: 0.5rem;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.custom-sidebar-wrap h3 {
    font-size: 2rem;
}

.side-articles .article-page {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-block: 1rem;
}

.side-articles .article-page h5 {
    margin-block: 0;
    font-size: 1rem;
}


.custom-sidebar-wrap h4 {
    font-size: 1.8rem;
    margin-block: 1rem;
}

.custom-sidebar-wrap a {
    text-decoration: none;
    color: var(--ast-global-color-2);
}

.custom-sidebar-wrap i{
    background-color: var(--ast-global-color-7);
    padding: 0.25rem;
    border-radius: 0.25rem;
    color: var(--ast-global-color-5);
    cursor: pointer;
}

.custom-sidebar-wrap .contact-wrap p{
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.custom-sidebar-wrap .contact-wrap a{
    color: var(--ast-global-color-7);
    text-decoration: underline;
}


@media screen and (max-width: 1500px) {

    .custom-sidebar-wrap {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    .sidebar .service-container {
        max-width: 400px;
    }
}

@media screen and (max-width: 850px) {

    .sidebar .service-container {
        max-width: 350px;
    }
}