/*
 Theme Name:   Layers Elementor Child
 description: >-
   Layers Elementor Child
 Author:       Tripaim
 Template:     layers-elementor
 Version:      1.0.0
*/

#post-list article {
  margin-bottom: 30px;
}

#post-list article .imagen-izquierda,
#post-list article .texto-derecha {
  float: left;
}

#post-list article .float-clear {
  clear: both;
}

#post-list article .imagen-izquierda {
  width: 35%;
}

#post-list article .imagen-izquierda img {
  min-height: 200px;
  max-height: 200px !important;
  width: 100%;
  object-fit: cover;
}

#post-list article .texto-derecha {
  width: 65%;
  padding-left: 25px;
}


#post-list article .texto-derecha header,
#post-list article .texto-derecha header h1 {
  margin-bottom: 10px !important;
  font-size: 22px !important;
}

@media (max-width: 870px) {
  #post-list article .imagen-izquierda,
  #post-list article .texto-derecha {
    float: none;
    display: block;
    width: 100%;
  }

  #post-list article .imagen-izquierda {
    margin-bottom: 20px;
  }

  #post-list article .texto-derecha {
    padding: 0;
  }
}