/*!
Theme Name: Milkit Child
Theme URI: http://www.demo.lollum.com/milkit
Description: Child Theme for Milk-It.
Tags: white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, full-width-template, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
Author: Lollum
Author URI: http://www.lollum.com/
License: The PHP code and integrated HTML are licensed under the General Public
License (GPL). All other parts, but not limited to the CSS code, images, and design belong to their respective owners.
License URI: http://www.gnu.org/licenses/gpl-2.0.html - https://help.market.envato.com/hc/en-us/articles/202501064
Template: milkit
Version: 1.7
*/

@import url('../milkit/style.css');

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

body:before {
   display: none;
}

.flex-home .post-module-content {
   background-color:rgba(255,255,255,0.8);
}

.site-description {
    width: 1300px !important;
}

.page-header {
    display: none;
}

.single-post .entry-meta,
.attachment .entry-meta {
    border-top: none;
}

.milkit_cat {
  display: none;
}

.site-branding{
	width:100% !important;
}

#desktop-logo{
   width:100% !important;
}

.secondary-navigation{
display:none !important;
}


#homeslider .post-module-content{
	display:none !important;
}

#content {
    margin-top: 25px;
}

.entry-meta{
	display:none;
}

#main .post-modules.wdgt.vertical .post-module-content h2.entry-title{
display:none;
}

#colophon{
border-top: 0px solid transparent;
background:url(../../uploads/2015/09/LineaNaranja.png) no-repeat;
backgrount-size:100%;
padding-top:90px;
}

@media (min-width: 768px){
.post-modules {
    margin-left: auto;
    margin-right: auto;
}
   
}

.entry-title{ margin-bottom:20px; }