/*
 * Theme Name: BEVR 2025 - Hello Elementor Child
 * Theme URI: https://elementor.com/
 * Description: Hello Elementor Child - BEVR 2025 is a child theme that uses the Elementor page builder.
 * Author: Incite Creative, Inc.
 * Author URI: https://www.incitecreativeinc.com/
 * Template: hello-elementor
 * Version: 1.0.0
 * Text Domain: hello-elementor-child
 *
 *
//**************************
Devices
**************************/
/**************************
Global
**************************/
/**************************
Header
**************************/
/**************************
Forms
**************************/
/**************************
Page
**************************/
.list-posts {
  display: flex;
  flex-wrap: wrap;
}
.list-posts .post {
  background: #ffffff;
  width: 31%;
  margin: 0 1% 20px 1%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 981px), only screen and (min-width: 480px) and (max-width: 768px) {
  .list-posts .post {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .list-posts .post {
    width: 98%;
  }
}
.list-posts .post .post-image {
  width: 100%;
  height: 228px;
  overflow: hidden;
  display: block;
}
.list-posts .post .post-image img {
  width: 100%;
  height: auto;
  min-height: 228px;
}
.list-posts .post .post-content {
  padding: 20px 30px;
  text-align: center;
}
.list-posts .post .post-content .post-title {
  font-weight: bold;
}
/**************************
Home
**************************/
