/*
Theme Name: Abernathy MacGregor
*/
.whats-new-module {
  background: none !important;
  color: unset !important;
  font-size: unset !important;
  width: unset !important;
  margin: unset !important;
  padding: unset !important;
  border-radius: unset !important;
}

.whats-new-module h3 {
  display: block !important;
}

#home-featured-content {
  color: #fff;
  font-size: 18px;
  width: 80%;
  margin: 60px auto 40px;
  padding: 0;
  border-radius: 50px 0;
  background: rgba(100,7,31,.8);
  padding: 30px 50px;
}

#home-featured-content h3 {
  border-top-left-radius: 50px;
}

#home-featured-content p:last-of-type {
  border-bottom-right-radius: 50px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  font-weight: lighter;
}

@media (min-height: 930px) and (min-width: 1200px) {
  .home .slogan {
    margin-top: 20% !important;
  }
}

#alert-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#alert-bar span {
  flex: 1;
  font-weight: bold;
  font-size: 25px;
  padding-right: 33px;
}

#alert-bar a {
  background: #fff;
  padding: 9px 18px;
  font-weight: bold;
  display: inline-block;
  font-size: 23px;
}

@media (max-width: 768px) {
  #alert-bar span {
    font-size: 19px;
  }
  #alert-bar a {
    padding: 7px 16px;
    font-size: 19px;
  }
}

@media (max-width: 448px) {
  #alert-bar {
    flex-direction: column;
    align-items: start;
  }
  
  #alert-bar span {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
