/* Nuvo Builder — Frontend Styles */
.nuvo-page { width: 100%; }
.nuvo-block { width: 100%; box-sizing: border-box; }
.nuvo-el { box-sizing: border-box; }
.nuvo-el img { max-width: 100%; height: auto; }
.nuvo-el-button { text-align: center; }
.nuvo-el-button a {
    display: inline-block;
    background: #00b4cc;
    color: #fff;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
}
.nuvo-el-spacer { display: block; }
@media (min-width: 1025px) { .nuvo-hide-desktop { display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) { .nuvo-hide-tablet { display: none !important; } }
@media (max-width: 767px) { .nuvo-hide-mobile { display: none !important; } }
