/*
Theme Name: Stratus Child
Theme URI: http://themovation.com/stratus
Template: stratusx
Author: Themovation
Author URI: http://themovation.com
Description: Stratus is a premium WordPress theme designed for Startups and Tech Companies.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,fixed-layout,responsive-layout,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 3.9.1.1606975415
Updated: 2020-12-03 01:03:35

*/

a#scrollUp {
    display: none !important;
}

.breadcrumb_bar {
    background-color: #0b5184;
    padding: 5px 0;
}

.breadcrumb_bar__crumbs {
    padding: 0 5px;
    color: #ffffff;
    font-size: 14px;
}

.breadcrumb_bar__crumbs a, .breadcrumb_bar__crumbs span, .breadcrumb_bar__crumbs p {
    color: #ffffff;
}

.single-post .breadcrumb_bar {
    background-color: #ffffff;
}

.single-post .breadcrumb_bar__crumbs {
    padding: 10px 5px 5px;
}

.single-post .breadcrumb_bar__crumbs a, .single-post .breadcrumb_bar__crumbs span, .single-post .breadcrumb_bar__crumbs p {
    color: #444444;
}


/*Single Blog post styles*/
.single-post .col-sm-8 .elementor-container {
    margin: 0;
    padding-left: 5px;
}

.single-post .entry-content {
    padding-top: 0 !important;
}

.single-post .elementor-column-wrap {
    padding: 0 30px 10px 10px !important;
}


@media screen and (max-width: 767px) {
    .single-post .elementor-container {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/*Sidebar*/
.sidebar a {
    transition: all 0.25s ease-in-out;
}

.sidebar__main {
    border-left: 1px solid #e7e7e7;
    padding: 0 30px 0 60px;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .sidebar__main {
        border-left: none;
        padding: 0 15px 30px !important;
        margin: 0 !important;
    }
}

.sidebar__tags {
    margin-bottom: 15px;
}

.sidebar__social {
    padding: 0 0 15px 0;
}

.sidebar__newsletter {
    background-image: url("https://flare.systems/wp-content/uploads/2020/08/CtaBG@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single_tag {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.single_tag img {
    height: 1.25em;
    flex: 0 1 auto;
    padding-right: 5px;
}

.single_tag a {
    flex: 0 1 auto;
    text-decoration: none;
    color: #003870;
    font-weight: 700;
    text-transform: capitalize;
}

.single_tag a:hover {
    color: rgba(0, 56, 112, 0.75);
}

.sm_button {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.sm_button:last-of-type {
    margin-bottom: 0;
}

.sm_button a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #193560;
    border-radius: 25px;
}

.sm_button--facebook a {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

.sm_button--facebook a:hover {
    background-color: rgba(59, 89, 152, 0.75);
}

.sm_button--twitter a {
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
}

.sm_button--twitter a:hover {
    background-color: rgba(29, 161, 242, 0.75);
}

.sm_button--linkedin a {
    background-color: #0072b1;
    border: 1px solid #0072b1;
}

.sm_button--linkedin a:hover {
    background-color: rgba(0, 114, 177, 0.75);
}

.newsletter {
    color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 50px 20px;
}

.newsletter__logo {
    flex: 1 1 100%;
}

.newsletter__logo img {
    max-width: 100%;
    height: auto;
    width: 100px;
}

.newsletter__headline {
    flex: 1 1 100%;
    padding: 10px 0;
    font-size: 1.25em;
}

.newsletter__button {
    flex: 1 1 100%;
}

.newsletter__button a {
    border: 2px solid #fdcd2f;
    color: #fdcd2f;
    background-color: transparent;
    text-decoration: none;
    border-radius: 25px;
    padding: 10px 25px;
    display: inline-block;
    width: 100%;
}

.newsletter__button a:hover {
    color: #0c3e7f;
    background-color: #fdcd2f;
}

.newsletter-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    overflow-y: auto;
}

.newsletter-popup.open {
    display: block !important;
}

.newsletter-popup__close {
    pointer-events: all;
    position: absolute;
    top: 15px;
    right: 50px;
    font-size: 20px;
    line-height: 1;
    color: #444444;
    cursor: pointer !important;
    z-index: 10;
}

.newsletter-popup__close:before {
    cursor: pointer;
}

.newsletter-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

.newsletter-popup__container {
    position: relative;
}

.newsletter-popup__content {
    position: relative;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0%, -50%);
    display: inline-block;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .newsletter-popup__content {
        transform: translate(0%, 0%);
    }
}

.newsletter-popup__content a {
    pointer-events: all;
}

.newsletter-popup__inner {
    background-color: #ffffff;
    z-index: 100;
    margin: 0 15px 0 5px;
    padding: 20px;
}


@media screen and (max-width: 1200px) {
    .navbar .menu-item {
        margin-left: 10px !important;
    }

    .navbar .menu-item:first-child {
        margin-left: 5px !important;
    }

    .navbar .menu-item > a {
        margin: 0 5px !important;
    }

    .navbar .cta {
        padding: 12px 25px !important;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-toggle {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-nav {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .navbar-header {
        float: unset !important;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-header {
        float: left !important;
    }
}

/*Popup Form Styles*/
.newsletter-popup__inner {
    background-color: #0b5184;
}

.newsletter-popup__inner .newsletter-popup__close {
    color: #ffffff;
}

.newsletter-popup__inner .newsletter-popup__form form.hs-form label {
    color: #ffffff;
}

.newsletter-popup__inner .newsletter-popup__form form.hs-form .no-list {
    list-style: none;
}

.newsletter-popup__inner .newsletter-popup__form form.hs-form input {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    font-size: 13px;
    height: 46px;
    margin-bottom: 0;
    padding: 0 15px;
    border-radius: 5px;
}

.newsletter-popup__inner .newsletter-popup__form .hbspt-form .submitted-message {
    font-weight: 500;
    color: #ffffff;
}

/*Tag Detail page*/
.archive.tag .tag_archive.inner-container.th-no-sidebar .container {
    width: 100%;
    max-width: 1170px !important;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar section.page-title {
    padding: 25px 15px;
    border-bottom: 2px solid #0c3e7f;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar section.page-title .entry-title {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 400;
    font-size: 48px;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog {
    padding: 25px 0;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 0 -15px;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post {
    flex: 1 1 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 15px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1024px) {
    .archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post {
        flex: 1 1 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post .tag_archive__single {
    background-color: #0c3e7f;
    background-image: url("https://flare.systems/wp-content/uploads/2020/10/Group-1252.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #ffffff;
    flex: 1 1 auto;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post .tag_archive__single a {
    display: block;
    color: #ffffff;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post .tag_archive__single a img {
    margin-bottom: 0;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 200px;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post .tag_archive__single .post-inner {
    padding: 20px 15px 15px;
    border-bottom: none;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post .tag_archive__single .post-inner .post-title {
    font-size: 18px;
    height: 80px;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post .tag_archive__single .post-inner .entry-meta.meta-tags {
    color: #ffffff;
}
.archive.tag .tag_archive.inner-container.th-no-sidebar .standard-blog .container .row .col-md-12 .post .tag_archive__single .post-inner .entry-meta.meta-tags .tag-links a {
    display: inline-block;
    color: #fdcd2b;
    text-transform: capitalize;
    font-size: 0.65rem;
    font-weight: bold;
}

.home .breadcrumb_bar {
    display: none !important;
}