/* 
 Theme Name:   CIUPOA Theme
 Theme URI:    
 Description:  New theme.
 Author:       Paula Correa
 Author URI:   
 Template:     hestia
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.page:not(.home) .wrapper .main .blog-post {
    flex: 1 0 auto;
    margin-bottom: 80px;
}

.copyright {
    color: #fff;
    display: none;
}

.navbar.navbar-transparent {
    color: #fff;
    background-color: #f8f8f8;
}

@media (max-width: 768px)
{.footer .copyright {
    display: none;
    float: none !important;
    width: 100%;
    padding: 10px 0;
    text-align: center;
	}}