﻿/*--------------------------------------------------------------
    # Pricing Section
    --------------------------------------------------------------*/

.pricing .pricing-item {
    list-style: none;
    padding: 0px;
}

    .pricing .pricing-item li {
        padding: 7px 0px;
    }

        .pricing .pricing-item li.na {
            text-decoration: line-through;
            color: color-mix(in srgb, #444444, transparent 40%);
        }

#pricing .active-tab {
    background-color: #54b4d3;
    color: #ffffff;
    font-weight: 700;
}

/*--------------------------------------------------------------
    # Article Section
    --------------------------------------------------------------*/

#article .page-title {
    color: #ffffff;
    background-color: #17283b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 60px 0;
    text-align: center;
    position: relative;
}

    #article .page-title:before {
        content: "";
        background-color: color-mix(in srgb, #17283b, transparent 40%);
        position: absolute;
        inset: 0;
    }

    #article .page-title h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #ffffff;
    }

    #article .page-title .container {
        position: relative;
    }

#article .blog-posts article {
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#article .blog-posts .post-img {
    max-height: 200px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

#article .widget-title {
    color: #1b2f45;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    position: relative;
}

    #article .widget-title:before {
        content: "";
        position: absolute;
        display: block;
        height: 2px;
        background: color-mix(in srgb, #2b180d, transparent 90%);
        left: 0;
        right: 0;
        bottom: 1px;
    }

    #article .widget-title:after {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        height: 2px;
        background: #56b8e6;
        left: 0;
        bottom: 1px;
    }

#article .categories-widget ul li {
    padding-bottom: 10px;
}

#article .categories-widget ul a {
    color: color-mix(in srgb, #2b180d, transparent 20%);
    transition: 0.3s;
}

    #article .categories-widget ul a span {
        padding-left: 5px;
        color: color-mix(in srgb, #2b180d, transparent 50%);
        font-size: 14px;
    }

#article .recent-posts-widget .post-item {
    display: flex;
    margin-bottom: 15px;
}

    #article .recent-posts-widget .post-item img {
        width: 80px;
        height: 80px;
        margin-right: 15px;
    }

    #article .recent-posts-widget .post-item h4 a {
        color: #566573;
        transition: 0.3s;
        font-size: 17px;
        font-weight: 600;
    }

    #article .recent-posts-widget .post-item time {
        display: block;
        font-style: italic;
        font-size: 14px;
        color: color-mix(in srgb, #2b180d, transparent 50%);
    }

    #article .recent-posts-widget .post-item h4 a:hover {
        color: #2471a3;
    }

#article .categories-widget ul a:hover {
    color: #2471a3;
}

#article .tags-widget ul li {
    display: inline-block;
}

#article .tags-widget ul a {
    background-color: color-mix(in srgb, #2b180d, transparent 94%);
    color: color-mix(in srgb,#2b180d, transparent 30%);
    border-radius: 50px;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 6px 8px 0;
    display: inline-block;
    transition: 0.3s;
}

#article .blog-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

#article .blog-posts .post-author {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15px;
}

#article .blog-posts .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px 0;
}

    #article .blog-posts .title a {
        color: #566573;
    }

#article article .post-date {
    margin-bottom: 0px;
}

    #article article .post-date time {
        font-size: 13px;
    }

#article .pagination a {
    font-size: 13px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #222;
    border: 1px solid rgba(0,0,0,.05);
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    text-decoration: none;
    border-radius: 50%;
    margin: 2px;
    transition: all 0.2s linear;
}

#article .pagination {
    text-align: center;
    padding: 20px 0;
}

    #article .pagination a:hover, #article .pagination a.selected {
        color: #fff;
        background-color: #3498db;
    }

#article #blog-pagination {
    padding-top: 0px !important;
}

/*--------------------------------------------------------------
    # Template Section
    --------------------------------------------------------------*/

.ftco-blocks-cover-1 {
    position: relative;
}

.site-section-cover.overlay {
    position: relative;
}

.site-section-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .site-section-cover.overlay:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .site-section-cover, .site-section-cover .container > .row {
        height: calc(100vh - 196px);
        min-height: 677px;
    }

@media (max-width: 991.98px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 600px;
    }
}

.site-section-cover, .site-section-cover .container {
    position: relative;
    z-index: 2;
}

    .site-section-cover p {
        font-size: 15px;
        color: #fff;
    }

    .site-section-cover h1 {
        font-size: 3rem;
        color: #fff;
        line-height: 1;
        font-family: "Work Sans", sans-serif;
        font-weight: 900;
    }

.recent-posts-widget .post-item {
    display: flex;
    margin-bottom: 15px;
}

    .recent-posts-widget .post-item img {
        width: 80px;
        height: 55px;
        margin-right: 15px;
    }

    .recent-posts-widget .post-item h4 a {
        color: #566573;
        transition: 0.3s;
        font-size: 17px;
        font-weight: 600;
    }

    .recent-posts-widget .post-item time {
        display: block;
        font-style: italic;
        font-size: 14px;
        color: color-mix(in srgb, #2b180d, transparent 50%);
    }

    .recent-posts-widget .post-item h4 a:hover {
        color: #2471a3;
    }

.categories-widget ul a:hover {
    color: #2471a3;
}

.tags-widget ul li {
    display: inline-block;
}

.tags-widget ul a {
    background-color: color-mix(in srgb, #2b180d, transparent 94%);
    color: color-mix(in srgb,#2b180d, transparent 30%);
    border-radius: 50px;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 6px 8px 0;
    display: inline-block;
    transition: 0.3s;
}

.widget-item {
    margin-bottom: 30px;
    background-color: color-mix(in srgb, #212529, transparent 98%);
    border: 1px solid color-mix(in srgb, #212529, transparent 90%);
    padding: 30px;
    border-radius: 5px;
}

.widget-title {
    color: #535353;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 10px;
    margin: 0 0 20px 0;
    border-left: 4px solid #465367;
}

.content-session article {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.content-session .post-img {
    overflow: hidden;
    margin: -30px -30px -20px -30px;
}

.content-session .title {
    color: #535353;
    font-size: 22px;
    font-weight: 700;
    padding: 0px;
    margin: 50px 0 30px 0;
}

.content-session ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.content-session .meta-top ul li + li {
    padding-left: 20px;
}

.content-session .meta-top span {
    color: color-mix(in srgb, #212529, transparent 48%);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
}

.ql-container.ql-snow {
    border: none !important;
}

.ql-container {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 17px;
}

    .ql-container p {
        padding-bottom: 15px;
    }

        .ql-container p img {
            padding: 15px 0;
        }

.ql-editor {
    padding: 0;
}

.hero-header-container {
    padding: 50px 0px;
}

.hero-image-container {
    left: 53%;
}

.hero-image-container-bg {
    left: -23%;
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-body-emphasis {
    position: relative;
}

@media (min-width: 992px) {
    .bg-body-emphasis {
        padding-top: 11.5rem;
        padding-bottom: 11.5rem;
    }
}

.btn-start-free {
    border-radius: 30px;
    padding: 12px 45px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    background-color: rgb(209, 72.2, 95);
    border-color: rgb(209, 72.2, 95);
}

    .btn-start-free:hover {
        color: #ffffff
    }

.md-button {
    border: 0;
    border-radius: 0.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 2rem;
    padding-left: 2rem;
    font-weight: 600;
}

    .md-button:disabled {
        pointer-events: none;
    }

.md-btn-secondary {
    background-color: rgb(225.6, 233.7, 247.05);
    color: rgb(41.3, 79.1, 141.4);
}

    .md-btn-secondary:hover {
        background-color: rgb(214.32, 222.015, 234.6975);
    }

.md-btn-border {
    border: 1px solid #ced4da !important;
}