/*
 * Theme Name:  Tipo Child
 * Description: Tipo Child Theme
 * Template:    tipo
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
.th_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.th_btn:hover {
    background: #1f1f1f !important;
    color: #fff;
}
.th_btn.blue{
    background: #1d63ff;
    color: #fff;
}
.th_btn.green{
    background: #27bb86;
    color: #fff;
}
.block-item {
    background: #e8fbf2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    border-left: 5px solid #009d51;
}
.single .cs-entry__header:not(.cs-entry__header-title-only) {
    margin-bottom: 2rem !important;
}