/**
 * Theme Name:     Gridbox Child
 * Author:         ThemeZee
 * Template:       gridbox
 * Text Domain:	   gridbox-child
 * Description:    Gridbox is a clean and solid WordPress theme featuring a three-column grid-layout for posts. The theme works out of the box and does not require any complicated setup. It is perfectly suited for a simple magazine, blog or portfolio website.
 */
.entry-content {
    font-size: 1em!important;
}
body {
    font-family: Lato,Helvetica Neue,sans-serif!important;
}
.site-header {
    background-color: #fff!important;
}
.main-navigation ul a, .main-navigation ul a:link, .main-navigation ul a:visited {
    color: #333!important;
}
.post-navigation .nav-links .nav-previous{
    width: 49%;
}

.post-navigation .nav-links .nav-next {
    width: 49%;
}
.primary-menu-toggle .icon{fill:#000!important}

.primary-menu-toggle{
  margin: -1em 0!important;
}
@media screen and (min-width: 768px) {
  .site-branding{
    width:23%;
}
}
.meta-date{display:none!important;}
.meta-author{text-transform:capitalize!important}
.post-wrapper .type-post .entry-excerpt p{font-size:1rem!important;}
.post-layout-three-columns .post-wrapper .type-post .entry-title{
    font-size: 20px;
    /* font-size: 1.3rem; */
    text-transform: uppercase;
}