/* ==========================================
   SPACING
========================================== */

.conideas-mt-20 {
    margin-top: 20px;
}

.conideas-mb-20 {
    margin-bottom: 20px;
}

/* ==========================================
   TEXT
========================================== */

.conideas-text-center {
    text-align: center;
}

/* ==========================================
   DISPLAY
========================================== */

.conideas-hidden {
    display: none;
}