
.site-header {
    z-index: 999 !important;
}


#wwd-modal {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.85);

}

#wwd-modal-content {
  background-color: #fefefe;
  margin: 100px auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 600px; 
  height: auto;
  border-radius: 10px;
}

#wwd-modal-close {
  color: #aaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
  margin-top: -20px;
}

#wwd-modal-closer {
  width:100%;
  content: "";
  clear: both;
  display: table;
}

#wwd-modal-close:hover,
#wwd-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#wwd-modal-video-flex {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 0px;
}
#wwd-modal-video-flex iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#wwd-modal-primary-content {
  padding: 10px 15px; 
}

#wwd-modal-primary-content h2 {
  margin: 5px 0px 5px 0px;
  font-size: 20px;
}

#wwd-modal-primary-content p {
  margin: 5px 0px 5px 0px;
  font-size: 16px;
}

#wwd-modal-quick-donate a {
    display: block;
    float: left;
    width: 33.333%;
    background: #F9000D;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .01em;
    text-transform: uppercase;
    border: 2px solid #e0000c;
    padding: 20px 25px;
    text-align: center;
    text-decoration: none;
}

#wwd-modal-quick-donate a:hover {
    background: #ff2d38;
    border-color: #ff2d38;
}

#wwd-modal-quick-donate::after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width:481px)  { 

  #wwd-modal-quick-donate a {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;

  }
  #wwd-modal-content {
    margin: 20px auto;
  }

}
