/*!
Theme Name: LCC : Congregation Child Theme
Theme URI: https://www.canadianlutheran.ca
Description: Custom theme by diguno media.
Author: diguno media
Author URI: http://www.diguno.com/
Version: 1.0
Template: lcc
*/
body #header h1.logo {
  height: 80px;
  overflow: hidden;
  flex: 0 1 325px;
  top: 10px;
}
body #footer #footer-content {
  margin-top: 30px;
  padding-top: 20px;
}

.video-wrap {
  position: relative;
  background: #f2f2f2;
}
.video-wrap a.video {
  position: relative;
  padding-top: 56.25%;
  display: block;
  background-position: center center;
  background-size: cover;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.video-wrap a.video:hover {
  opacity: 1;
}
.video-wrap a.video .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 36px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 10px;
}

.boxed {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.boxed .content {
  padding: 15px 30px;
}

#content .navigation {
  clear: both;
}

table td:before {
  content: attr(data-th) "";
}

#footer #footer-content #foot .disclaimer p {
  color: #888;
  font-size: 1.3rem;
}