/* Site-specific video popup additions. Load after magnific-popup-test.css. */

/* Optional styling for your temporary test block/page. */
/*.video-popup {
  max-width: 520px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}
*/
.video-popup a {
  color: #0645ad;
}

/* Optional: makes video links obviously clickable without changing the whole site. */
.video-popup,
.popup-youtube,
.popup-vimeo,
.popup-gmaps {
  cursor: pointer;
}


/* ==========================================================================
  7. Video promo Style
   ========================================================================== */
.video-promo {
  background: #F55400;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.video-promo .video-promo-content p {
  margin-bottom: 30px;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-promo .video-promo-content .video-popup i {
  line-height: 72px;
}