/**
 * Compiled using wp-dynamic-css
 * https://github.com/askupasoftware/wp-dynamic-css
 */

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /* make all blog grids the same height */
@media (min-width: 981px){
.et_pb_blog_grid .et_pb_post {
  height:500px !important;
}
}
.et_pb_post .entry-title {
  margin-top: 40px !important;
}

.et_pb_image_container {
   height: 178px !important;

}
.et_pb_image_container img {
   object-fit: cover !important;
   height: 178px !important;
}
/* position the read more buttons  */
.et_pb_blog_grid .post-content a.dyg-readmore {
  background-color:  #00a0af;
  color: white !important;
  padding: 5px 10px 5px 10px;
  position: absolute;
  bottom: 19px;
  left: 19px;
  transition: background-color 0.25s, color 0.25s;
  border-radius: 10px
}
.et_pb_blog_grid .post-content a.dyg-readmore:hover {
  background-color:  #E9F3F4;
  color: #00a0af;
}
.et_pb_blog_grid_wrapper article {
  position: relative;
}
