/* ==========================================================================
    	css
   ========================================================================== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

.blog-section {
}

.blog-wrap {
}

.blog-classic .col-lg-12:not(:last-of-type) {
    margin-bottom: 30px;
}

.blog-grid {
    margin-top: -15px;
}

.blog-item {
    border-radius: 1px;
    background: #fff;
    box-shadow: rgb(186 187 188 / 14%) 0px 8px 24px;
    border: 1px solid #DDD;
}

.padding-15 {
    padding: 15px;
}

@media (max-width: 992px) {
    .sm-padding {
        padding: 15px;
    }
}

.description {
}

.description p img {
    width: 100% !important;
    height: auto !important;
}

.description img {
    width: 100% !important;
    height: auto !important;
}

.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb .category {
    background-color: #E30008;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
}

.blog-item .blog-thumb .category a {
    color: #fff;
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0;
}

.blog-item .blog-thumb img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.blog-content {
    background-color: #fff;
    padding: 30px;
}

.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    color: #303133;
    font-size: 18px;
    line-height: 28px;
}

.blog-content h3 a:hover {
    color: #E30008;
}

.blog-content .read-more {
    font-family: "Nunito Sans", sans-serif;
    color: #303133;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: #E30008;
}

.blog-content .read-more:before {
    background-color: #E30008;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);
}

.pagination-wrap {
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #303133;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #E30008;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #E30008;
    border: 1px solid #E30008;
    color: #fff;
}

.sidebar-wrap {
    background: #fff;
    padding: 10px;
    border: 1px solid #EEE;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: #E30008;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -10px;
}

.sidebar-wrap .widget-content .widget-links li a {
    color: #303133;
    padding: 8px 0px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #dcdcdc;
    color: #303133;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: #E30008;
    font-size: 15px;
    border: none;
    color: #fff;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #6a8695 !important;
}

.search-form input:-moz-placeholder {
    color: #6a8695 !important;
}

.search-form input::-moz-placeholder {
    color: #6a8695 !important;
}

.search-form input:-ms-input-placeholder {
    color: #6a8695 !important;
}

.thumb-post {
}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;
}

.thumb-post li a {
    font-family: prata, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #303133;
    padding-left: 15px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: #E30008;
    text-decoration: underline;
}

.widget-content .tags {
}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #E30008;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: #303133;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-thumb {
}

.blog-thumb img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-single-content {
}

.blog-single-content h2 a {
    font-size: 28px;
    color: #303133;
}

.blog-single-content h2 a:hover {
    color: #E30008;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #E30008;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #303133;
}

blockquote {
    background-color: #E3000821;
    padding: 40px;
    border-left: 4px solid #E30008;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote p {
    font-family: prata, sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #303133;
    font-size: 20px;
}

blockquote span {
    display: block;
    margin-top: 20px;
    color: #303133;
}

.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #E30008;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: #303133;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #E30008;
    background-color: #E3000821;
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon {
}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #303133;
}

.author-box .social-icon li a:hover {
    color: #9e8a78;
}

.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: #303133;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: #E30008;
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li > div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 120px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

.blog_details_info .card-body {
    padding: 12px 10px;
}

.blog-single-wrap {
    background: #fff;
    padding: 10px;
    border: 1px solid #EEE;
}

.blog-single-wrap p {
    font-size: 16px;
    color: #444;
    line-height: 28px;
    text-align: justify;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: "Nunito Sans", sans-serif
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: "Nunito Sans", sans-serif
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Nunito Sans", sans-serif
    font-size: 12px;
    font-weight: 600;
    color: #E30008;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #E30008;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {
}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #E30008;
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: "Nunito Sans", sans-serif
    max-width: 180px;
    background-color: #E30008;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.blog_view_btn a {
    background: #f4bc0129;
    padding: 12px 40px;
    font-size: 15px;
    border-radius: 3px;
    color: #000;
}

.blog_view_btn a:hover {
    background: #ffc107;
}