/*
Theme Name: astra Child
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/ 
.icon-home {
    margin-left: auto;
    margin-right: auto;
}
.target_1, 
.target_2 {
    display: none;
}
.main-header-menu .sub-menu .menu-item:hover > .sub-menu {
    left: 0;
    top: 100%;
}
/*Novedades*/
/** Versión GRID**/
/*
.blog-layout-1 .post-content {
   display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 155px 200px;
    background: #f2f2f2;
    border-radius: 40px;
}
.blog-layout-1 .post-content > .post-thumb {
    grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 2;

}
.blog-layout-1 .post-content .entry-header {
    grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  padding: 20px;

}
.blog-layout-1 .post-content .entry-content {
    grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  padding: 20px;

}
*/
/*Versión float*/
.blog-layout-1 .post-content {
    
    background: #f2f2f2;
    border-radius: 40px;
}
 .blog-layout-1 .post-content > .post-thumb {
    width: 40%;
    float: left;
    margin: 0;
 
 }
 .blog-layout-1 .post-content .entry-header {
    width: 60%;
    float: left;
   padding: 20px;
   margin: 10px 0 0 0;
 
 }
 .blog-layout-1 .post-content .entry-content {
    width: 60%;
    float: left;
   padding: 20px;
 
 }


.titulo-top {
    background: url('https://gastroleloir.ar/wp-content/uploads/2022/09/trayectoria.jpg');
    height: 350px;
    text-align: center;
    position: relative;
    background-size: cover;

}
.titulo-top::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(76,180,162,0.7);
}
.titulo-top h2 {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    color: #fff;
    z-index: 99;
}
.titulo-top h2:after {
    content: '';
    width: 120px;
    height: 10px;
    /* position: relative; */
    display: block;
    margin: 10px auto;
    background: #fff;

}

.blog .attachment-large {
    border-radius: 30px 0 0 30px;
}
.single .attachment-large {
    width: 100%;
}
.ast-single-post .entry-title{
    text-align: center;
}
.foot-list ul{
    margin: 10px 0;
    list-style: none;
}
.foot-list ul li  {
    line-height: 20px;
    margin-bottom: 15px;
}
.foot-list ul li a {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 1199px) {
 


}
@media (max-width: 921px) {
    .blog-layout-1 .post-content > .post-thumb {
        width: 100%;     
     }
     .blog-layout-1 .post-content .entry-header {
        width: 100%; 
     }
     .ast-separate-container .ast-blog-layout-5-grid .post-content {
        padding: 20px
     }
     .blog .attachment-large {
        border-radius: 30px;
    }
 


}
@media (max-width: 880px) {
   
 


}
@media (max-width: 767px) {
    .titulo-top {
        height: 200px;
    }
  
}
@media (max-width: 602px) {
    .blog-layout-1 .post-content {
        display: block;
    }
    
  
}