/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

.teaser a {
	display: block;
	position: relative;
}
.teaser a:hover {
	text-decoration: none;
}
.teaser a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    background: #a03123;
    z-index: -1;
    top: 0;
	  left: 50%;
    margin-left: -50px;
    opacity: 0;
    border-radius: 100%;
	-webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.teaser a:hover:before {
	opacity: 0.15;
}

.entry-content img.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.entry-content img.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.wp-block-image .aligncenter > img {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.entry-content iframe {
  display: block;
  margin: 1.5rem auto;
  width: 100%;
  max-width: 100%;
}

hr { clear: both; }

.entry-content .lead {
  /* background-color: #fff;
  padding: 2rem; */
}

.footer-widget .cta-title {
  line-height: 1.6;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .dropdown-menu {border-top: 0;}
}
