/*
THEME NAME: Pro Site child theme
THEME URI:https://www.bloeiwebsites.nl
VERSION:1.0
AUTHOR:Marjon Saft | Saft Websites
AUTHOR URI:https://www.bloeiwebsites.nl
DESCRIPTION:Child theme. Door Marjon Saft.
TEMPLATE:Divi
*/

@import "../Divi/style.css";

/* Aanpassingen tbv child theme van Pro website */

.single-post #main-content {
  background-color: #EDF1EE;
}

/*blog image aspect ratio square 1:1*/

.square-blog-images .entry-featured-image-url {
  padding-top: 100%;
  display: block;
}

.square-blog-images .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
} 


.et_pb_post {
  min-height: 650px;
}

@media only screen and (min-width: 481px) {
}


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