/* Minification failed. Returning unminified contents.
(48,1): run-time error CSS1019: Unexpected token, found '@'
(67,1): run-time error CSS1019: Unexpected token, found '@'
(108,1): run-time error CSS1019: Unexpected token, found '@'
(128,1): run-time error CSS1019: Unexpected token, found '@'
 */
.blog-post {
    background-color: #fff;
    margin-bottom: 24px;
}

.blog-post--shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 .6rem 3.6rem rgba(0,0,0,.15);
    box-shadow: 0 .6rem 3.6rem rgba(0,0,0,.15);
    padding: 32px;
}

.blog-post__title {
    position: relative;
    margin: 24px 0;
}

.blog-post__title--link {
    color: #333
}

    .blog-post__title--link:hover {
        color: #002d62;
    }

.blog-post__title:after {
    content: "";
    display: block;
    margin-top: 8px;
    height: 2px;
    width: 75px;
    background: #bbb
}

.blog-post__cat-tags {
    margin: 2.4rem 0
}

.blog-post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@@media (max-width: 767px) {
    .blog-post__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.blog-post__content img {
    width: 180px;
    height: auto;
    margin-right: 24px;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@@media (max-width: 767px) {
    .blog-post__content img {
        width: 100%;
        margin-bottom: 24px;
    }
}

.blog-post__img--full {
    width: 100%;
    margin-bottom: 24px;
}

.blog-post__main-info {
    color: #777;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.blog-post__secondary-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .blog-post__secondary-info p {
        margin-bottom: 0;
        display: block
    }

    .blog-post__secondary-info .button {
        max-width: 200px;
    }

@@media (max-width: 991px) {
    .blog-post__secondary-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .blog-post__secondary-info .button {
            max-width: 150px;
        }
}

.url-tag {
    text-transform: capitalize
}

@@media (max-width: 991px) {
    .search-form {
        margin-bottom: 24px;
        display: block
    }
}

.search-form .search-submit, .search-form input {
    max-width: 100%
}

.search-submit {
    margin-top: 24px;
}

    .search-submit:after {
        content: "\F105";
        font-family: Font Awesome\ 5 Pro,sans-serif;
        font-weight: 100
    }

.sidebar a {
    color: #777
}

.sidebar-section {
    margin-bottom: 24px;
}

.sidebar-section__link {
    display: block
}

.sidebar-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.author-section a:hover {
    color: #334c96;
}

.search-container {
    position: relative;
    width: 100%
}

.search-container__reset-button {
    position: absolute;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    right: 1rem;
    bottom: 5px;
    color: #777;
    cursor: pointer
}

    .search-container__reset-button:hover {
        color: #000
    }

.sidebar-search {
    width: 100%
}

.sidebar-search__search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.sidebar-search__search-container__search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sidebar-search .button {
    font-size: 12px;
    margin-left: 16px;
    max-width: 100%;
    width: auto
}

.subscribe-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .subscribe-section a:before {
        font-family: Font Awesome\ 5 Pro,sans-serif;
        content: "\F35D";
        padding-right: 4px;
    }

    .subscribe-section a:not(:last-child) {
        padding-bottom: 4px;
    }

.tags-section a {
    background: #ececec;
    padding: 4px 16px;
    display: inline-block;
    margin-bottom: .8rem
}

    .tags-section a:not(:last-child) {
        margin-right: .8rem
    }

    .tags-section a:hover {
        background-color: #334c96;
        color: #fff
    }

.show-more {
    background: #ececec;
    width: 100%;
    border: none;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    padding: 16px 0;
    -webkit-transition: background .3s;
    transition: background .3s
}

    .show-more:hover {
        background: #bbb
    }

    .show-more:after {
        font-family: Font Awesome\ 5 Pro,sans-serif;
        content: "\F107";
        padding-left: 20px;
    }

.blog-button {
    display: inline-block;
    cursor: pointer;
    color: #334c96;
    border: none;
    background: transparent;
    font-size: 16px;
}

    .blog-button:hover {
        color: #002d62;
    }

    .blog-button:before {
        font-family: Font Awesome\ 5 Pro,sans-serif;
        content: "\F053";
        margin-right: 8px;
    }

.single-post .blog-post__post-date {
    margin-bottom: 1.6rem
}

.single-post .blog-post__back-button {
    cursor: pointer
}

.single-post .blog-post__cat-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-post .sidebar-section__social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .single-post .sidebar-section__social-container .fab {
        padding: 5px;
        border-radius: 5px;
        font-size: 40px;
    }

#blog h2 {
    font-size: 32px;
}

