/*
 Theme Name:   Bell
 Description:  Tema customizado del hijo del tema Hestia   
 Author:        Agustin Strusberg
 Template:     hestia
 Version:      1.0.0
*/

.card-plain .card-image{
  margin:0;
  border-radius:3px;
  height:200px;
  align-content:center
}

.card-plain .card-image a{
  display:block;
  justify-self:center
}

.card-plain .card-image img{
  border-radius:3px;
  max-height:200px;
  width:auto
}

.card-blog{
  margin-top:30px;
  height:100%
}

.home #blog.hestia-blogs .row.my-blog-row{
  text-align:left
}

.hestia-blog-item{
  height:350px
}

.single-post-container{
  padding-right:25px;
  padding-left:25px;
}

@media(min-width:782px){
  .col-flex-1.wp-block-column.is-layout-flow{
    flex:1
  }
  .wp-block-column.col-flex-2.is-layout-flow{
    flex:2
  }
}