body {
  transition: background-color .25s ease;
}

#cr-login {
  width: 400px;
  margin-bottom: 15px;
}

#cr-login label {
  display: block;
  font-size: .85rem;
}

#cr-login input {
  width: 200px;
  border: 1px solid #e1e1e1;
  padding: 4px;
}

#cr-login .button {
  margin-top: 15px;
  display: block;
  padding: 5px;
  cursor: pointer;
  border: none;
  background-color: #008cd1;
  color: #ffffff;
}

#cr-login .error {
  color: red;
  margin: 10px 0;
}

#cr-archive .caregiver-resource-post-wrap {
  width: 100%;
  float: none;
  background: transparent;
  height: auto;
  display: block;
  padding: 20px;
  box-sizing: border-box;
}

#cr-archive .caregiver-resource-post-wrap h2 {
  margin: 0 0 10px;
  height: auto;
  color: #252525;
  font-size: 24px;
  letter-spacing: -.5px;
  line-height: 1.2;
}

#cr-archive .caregiver-resource-post-wrap img {
  max-width: 100%;
  margin: 0 0 10px;
}

#cr-archive .caregiver-resource-post-wrap p {
  height: auto;
  margin: 0 0 10px;
}

#cr-archive .caregiver-resource-post-wrap .button {
  padding: 5px;
}

#cr-youtube-modal-overlay {
  background: rgba(0, 0, 0, .75);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
}

#cr-youtube-modal {
  background: #ffffff;
  padding: 15px;
  position: fixed;
  top: -100%;
  left: 50%;
  width: 560px;
  height: 315px;
  transform: translateX(-50%);
  transition: top .5s ease;
  z-index: 99;
}

#cr-youtube-modal.active {
  top: 25%;
}

#cr-single .post-title {
  display: block;
}
