/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 div:focus { outline: none; }

.wp-block-getwid-template-post-featured-image {
  max-height: 40vw;
  overflow: hidden;
}
@media only screen and (min-width: 991px) {
  .wp-block-getwid-template-post-featured-image {
    max-height: 200px;
  }
}
form.post-password-form p:first-of-type {
  font-weight: 800;
}
form.post-password-form {
  min-height: initial;
  padding-top: 100px;
  max-width: 600px !important;
  margin: auto;
}
.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail a {
  padding-top: 60% !important;
}
.heroshadow {
  text-shadow: 0px 0px 13px #00000059;
}
