/*everything in this file exclusive to mobile display mode*/
@media only screen and (max-width: 767px) {
body {
  color: #333;
  font-family: 'Arial',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

.footer-content {
  width: 100%;
  color: #fff !important;
  color: #ebe8e5;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 576px) {
.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 15px;
  padding-left: 15px;
}}

/*@media (max-width: 47.94em) {*/
.footer-column{
  border-bottom: 1px solid #7a8793;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.toggle {
  display: none;
}

.expanded {
  display: block;
}

.footer-menu ul, .footer-column ul, .footer-column .donation .content{
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 10px !important;
}
/*}*/

.footer-content ul {
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
    padding-bottom: 0px;
  list-style: none none;
}

.footer-content h3 {
  position: relative;
  line-height: 1.1;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  font-size: .85em;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgb(149, 152, 154);
  letter-spacing: 0.5px;
  font-family: 'Fjalla One',sans-serif;
  color: #FFFFFF !important;
  font-size: 17px;

}

*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.footer-content h3::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  margin: 0;
  width: 13px;
  height: 0;
  border-bottom: 2px solid white;
  transform: rotate(90deg);
  transition: width .3s;
}

.footer-content h3::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  margin: 0;
  width: 13px;
  height: 0;
  border-bottom: 2px solid white;
  transform: rotate(0deg);
  transition: width .3s;
}

.footer-content h3.expanded::before {
  width: 0;
}

.footer-content h3.expanded::after {
  border-bottom: 2px solid white;
}

.footer-content .social-group a.social-facebook, .footer-content .social-group a.social-twitter, .footer-content .social-group a.social-instagram, .footer-content .social-group a.social-pinterest {
  display: block;
}

.donation .content {
  display: block;
}

.footer.bottom-content {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-top: 15px;
  color: #fff;
  font-size: 16px;
/*  border-top: 1px solid #7a8793;*/
}
}