.blog-css iframe {
    max-width: 100%;
}

.blog-css .sfm-navicon-button {
    display: none !important;
}

.blog-css img {
    max-width: 100%;
    height: auto;
}

.blog-css img.alignleft,
.blog-css .alignleft {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px;
}

.blog-css img.alignright,
.blog-css .alignright {
    float: right;
    margin: 0 0 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px;
}

.blog-css .wp-caption-text {
    text-align: center;
    font-size: 13px;
}

.blog-css a {
    text-decoration: none;
    color: #e92626;
    transition: all 300ms ease-in-out;
}

.blog-css a:hover {
    text-decoration: none;
    color: #a31a1a;
}

.blog-css p,
.blog-css p strong {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin: 0 0 20px 0;
    line-height: 28px;
}

.blog-css span,
.blog-css span strong {
    line-height: 1.2;
}

.blog-css small {
    font-size: 11px;
}

.blog-css h1 {
    font-size: 30px;
    line-height: 1.36;
}

.blog-css h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
    word-spacing: 0px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 45px;
    text-align: center;
    text-transform: capitalize;
}

.blog-css h2::after {
    font: 28px/26px FontAwesome;
    content: " ";
    position: absolute;
    height: 3px;
    overflow: hidden;
    color: #149cc6;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 250px;
    margin: 0 auto;
    background-image: -moz-linear-gradient(
        left,
        rgba(233, 38, 38, 0),
        rgba(233, 38, 38, 1),
        rgba(233, 38, 38, 0)
    );
    background-image: -webkit-gradient(
        linear,
        0% 100%,
        0%,
        from(#e92626),
        to(#e92626)
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(233, 38, 38, 0),
        rgba(233, 38, 38, 1),
        rgba(233, 38, 38, 0)
    );
    background-image: -o-linear-gradient(
        left,
        rgba(233, 38, 38, 0),
        rgba(233, 38, 38, 1),
        rgba(233, 38, 38, 0)
    );
}

.blog-css .sub-title p {
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    max-width: 80%;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding-bottom: 30px;
}

.blog-css .page-heading p {
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
    font-size: 16px;
    color: #2f0d13;
    letter-spacing: 2px;
    text-transform: uppercase;
    word-spacing: 2px;
    padding-bottom: 30px;
}

.blog-css h3 {
    font-size: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    letter-spacing: 0.06em;
}

.blog-css h4 {
    font-size: 16px;
    line-height: 1.2;
}

.blog-css ul,
.blog-css ol {
    list-style: disc;
    padding-left: 26px;
}

.blog-css ul li,
.blog-css ol li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.blog-css .header ul,
.blog-css .header ol,
.blog-css .footer ul,
.blog-css .footer ol,
.blog-css aside ol,
.blog-css aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-css .screen-reader-text {
    display: none;
}

.blog-css nav.navigation {
    margin: 0 auto;
}

.blog-css .nav-links a {
    font-size: 15px;
    margin: 0 10px;
}

.blog-css .page-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.blog-css .page-template-full .content-wrapper {
    padding-top: 15px;
}

.blog-css .page-template-sidebar .main,
.blog-css .singular-post .main {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
}

.blog-css .page-template-sidebar main.content,
.blog-css .singular-post main.content {
    width: 70%;
    background-color: #ffffff;
}

.blog-css .singular-post main.content {
    padding: 20px 40px 35px;
}

.blog-css .page-template-sidebar main.content .entry-content {
    padding: 0 15px;
}

.blog-css .page-template-sidebar aside.sidebar,
.blog-css .singular-post aside.sidebar {
    width: 30%;
}

.blog-css .cta-row {
    background: #e92626;
    padding: 60px 0 70px;
    vertical-align: middle;
    background-position: center !important;
}

.blog-css .cta-row .page-wrapper {
    /*display:flex;
    flex-wrap:wrap;*/
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    text-align: center;
}

.blog-css .cta-row h3 {
    font-size: 30px;
    line-height: 1.4;
    margin: 5px 0 15px;
    color: #fefefe;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.1em;
}

.blog-css .cta-row span {
    font-size: 13px;
    line-height: 1.8;
    color: #f2f2f2;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-css .cta-row a {
    color: #f2f2f2;
    font-weight: 700;
    font-size: 16px;
}

.blog-css .cta-row a:hover {
    color: #e92626;
}

.blog-css .cta-row a.cta_button {
    font-size: 18px;
    line-height: 1.4;
    color: #fefefe;
    font-weight: 800;
    padding: 12px 45px 12px;
    margin-top: 35px;
    border: 3px solid rgba(233, 38, 38, 0.6);
    border-radius: 50px;
    cursor: pointer;
    webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 10px rgba(233, 38, 38, 0.8);
    letter-spacing: 0.1em;
    background: rgba(233, 38, 38, 0.1);
    display: inline-block;
}

.blog-css .cta-row a.cta_button:hover {
    box-shadow: none;
}

/* ==========================================================================
	BLOG POST CSS
  ========================================================================== */

.blog-css .singular-post .entry-byline {
    color: #888;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.blog-css .singular-post .entry-byline span,
.blog-css .singular-post .entry-byline time {
    font-size: 13px;
    line-height: 1.5;
}

.blog-css .singular-post .entry-byline a {
    font-size: 13px;
    line-height: 1.5;
}

.blog-css .singular-post .entry-title {
    font-size: 32px;
    line-height: 1.3;
}

.blog-css .singular-post .wp-post-image {
    margin-bottom: 15px;
}

.blog-css .singular-post h2 {
    max-width: 100%;
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(233, 38, 38, 0.25);
}

.blog-css .singular-post h3 {
    margin-bottom: 8px;
}

.blog-css .singular-post p,
.blog-css .singular-post ul li {
    color: #333;
    font-size: 15px;
    line-height: 2.2;
}

.blog-css .singular-post ul li {
    margin-bottom: 10px;
}

.blog-css .plural h2.entry-title {
    max-width: 100%;
    text-align: left;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 15px;
}

.blog-css .plural h2.entry-title::after,
.blog-css .singular-post h2::after {
    display: none;
}

.blog-css .plural h2.entry-title a {
    font-size: 24px !important;
    letter-spacing: 1px;
    word-spacing: 0;
}

/* ==========================================================================
	MOBILE CSS
  ========================================================================== */

@media screen and (max-width: 991px) {
    .blog-css .sfm-navicon-button {
        display: block !important;
    }

    .blog-css h2 {
        max-width: 100%;
        font-size: 28px;
        margin-bottom: 35px;
        padding-bottom: 20px;
    }

    .blog-css img.alignleft,
    .blog-css .alignleft,
    .blog-css img.alignright,
    .blog-css .alignright {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .blog-css .sub-title p {
        font-size: 17px;
        max-width: 100%;
        padding-bottom: 15px;
    }

    .blog-css .page-template-full .content-wrapper {
        padding-top: 0;
    }

    .blog-css .page-template-sidebar main.content,
    .blog-css .singular-post main.content {
        width: 100%;
    }

    .blog-css .page-template-sidebar aside.sidebar,
    .blog-css .singular-post aside.sidebar {
        display: none;
    }

    .blog-css .page-template-sidebar .entry-content {
        padding: 0 15px;
    }

    .blog-css .page-template-sidebar .main,
    .blog-css .singular-post .main {
        padding: 0;
    }

    .blog-css .singular-post main.content {
        padding: 10px;
    }

    .blog-css .cta-row .page-wrapper div {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .blog-css .cta-row .page-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .blog-css h3.uabb-infobox-title {
        font-size: 22px;
    }
}
