/*
Theme Name: Divulgar Child
Template: divulgar
Theme URI: https://vitruzstudio.com
Author: Vitruz Studio
Author URI: https://vitruzstudio.com
Description: Fundacion Divulgar 
Template Version: 1.0
License: GNU General Public License
License URI: https://themeforest.net/licenses
*/

/* =Theme customization starts here
------------------------------------------------------- */

.header-default {
    padding: 20px 0 !important;
}

.navbar-nav .nav-link {
    font-weight: 600;
}

.navbar-nav li .nav-link.active{
    background: #f2f2f2 !important;
}

.navbar-nav li .nav-link.active {
    color: #1f1f1f !important;
}

.icon-magnifier{
	color: #000;
    font-weight: 600;
}

.search{
	background: #f2f2f2 !important;
	box-shadow: none;
}

.search i{
	font-weight: 600;
}

.icon-button{
	box-shadow: none !important;
}

.post .category-badge{
	background: #4e4e4e !important;
}

.post.post-over-content .post-title {
    font-size: 16px !important;
}

.post.post-over-content .thumb:after {
    background: #c5c5c5 !important;
    opacity: 0.6 !important;
}

.slick-dots li.slick-active button:before{
    background: #5e5e5e !important;
}

.reading-bar {
    background: #d4d4d4 !important;
}

.page-item .page-numbers.current{
    box-shadow: none !important;
	background: #5e5e5e !important;
}

.post.post-over-content .post-title a {
    color: #1f1f1f !important;
}

footer.footer .footer-inner .copyright {
    color: #8F9BAD !important;
	font-weight: 300;
}

.post.post-over-content .thumb img {
    height: 215px !important;
}

.single-cover {
    height: 200px !important;
}

.single-cover:after {
    background-color: #f2f2f2 !important;
}

.single-cover .cover-content .title {
    color: #1f1f1f !important;
    font-size: 30px;
}

.single-cover .cover-content {
    bottom: 35px !important;
    max-width: 800px !important;
}

.single-cover .breadcrumb li a {
    color: #8F9BAD !important;
}

.post.post-grid .post-bottom {
    border-top: none !important;
    padding: 0px 0 !important;
}

@media only screen and (max-width: 576px) {
	  .single-cover .cover-content {
		bottom: 15px !important;
		
		}
}

