/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.4.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.text-segui,
.text-dona {
    min-height: auto !important;
    margin-bottom: 10px !important;
}

.segui, .dona {
    margin-bottom: 30px !important;
}

.social-header {
    height: 30px;
}

@media screen and (max-width: 768px) {
    .logo-container .brand img {
        width: 90px !important;
    }

    .social-header {
        height: 20px;
    }
}

#mc_embed_signup {
    max-width: 300px !important;
    width: 500px;
}

#mc_embed_signup select {
    height: 40px !important;
}

#mce-success-response {
    color: white !important;
    background-color: #0DA7B7 !important;
    border-radius: 12px;
    font-family: "Open Sans", sans-serif !important;
    margin-top: 10px;
    padding: 5px 10px;
    font-weight: bold;
}