/* ===== Topbar Contact ===== */

.topbar-contact-social{
    display:inline-flex;
    align-items:center;
    gap:14px;
    font-size:14px;
    line-height:1;
    color:#fff;
}

.topbar-contact-social .item{
    display:inline-flex;
    align-items:center;
    gap:6px;
}

.topbar-contact-social .label{
    font-weight:500;
    margin-right:4px;
    user-select:none;
}

.topbar-contact-social .divider{
    opacity:.6;
}

.topbar-contact-social i{
    font-size:14px;
    color:#fff;
}

.topbar-contact-social a{
    color:#fff;
    text-decoration:none;
    transition:.2s;
}

.topbar-contact-social a:hover{
    color:#e6e6e6;
}


/* ===== Topbar Social ===== */

.topbar-social-follow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    line-height:1;
    color:#fff;
}

.topbar-social-follow .label{
    font-weight:500;
    margin-right:4px;
    user-select:none;
}

.topbar-social-follow a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.2s;
}

.topbar-social-follow a:hover{
    color:#e6e6e6;
}

.topbar-social-follow i{
    font-size:14px;
    color:inherit;
}

/* Remove auto paragraph spacing */
.ct-header-text .entry-content p{
    margin:0!important;
}

.ct-header-text .entry-content p:empty{
    display:none;
}