/* Start custom CSS for shortcode, class: .elementor-element-0b6b415 *//* ==========================================
   FYMOUS - PREMIUM POST END BRANDING
   ========================================== */

.fymous-branding {
    width: 100%;
    max-width: 100%;
    margin: 90px 0 0;
    padding: 65px 20px 55px;
    text-align: center;
    background: #f7f7f7;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
}

/* Logo */

.fymous-branding-logo {
    width: 340px !important;
    max-width: 85%;
    height: auto !important;
    display: block;
    margin: 0 auto 22px !important;
}

/* Tagline */

.fymous-branding-tagline {
    margin: 0 auto;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #333;
}

/* subtle divider */

.fymous-branding::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 25px auto 0;
    background: #222;
}

/* Desktop spacing */

@media (min-width: 768px) {

    .fymous-branding {
        margin-top: 110px;
        padding-top: 75px;
        padding-bottom: 65px;
    }

    .fymous-branding-logo {
        width: 360px !important;
    }

    .fymous-branding-tagline {
        font-size: 19px;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .fymous-branding {
        margin-top: 65px;
        padding: 45px 18px 40px;
    }

    .fymous-branding-logo {
        width: 250px !important;
        max-width: 90%;
        margin-bottom: 17px !important;
    }

    .fymous-branding-tagline {
        font-size: 15px;
        line-height: 1.5;
    }

    .fymous-branding::after {
        margin-top: 20px;
    }
}/* End custom CSS */