

.wrap {
  max-width: 640px;
  margin: 0 auto;
}

ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overlay_mdl {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
}
.overlay_mdl .social {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 500px;
  background-color: #fff;
  padding: 8px 24px 16px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22), 0px 14px 56px rgba(0, 0, 0, 0.25);
  transform: translate(0, 100%);
  transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
}
.overlay_mdl .social ul {
  text-align: justify;
  -moz-columns: 74px 3;
       columns: 74px 3;
  vertical-align: bottom;
}
.overlay_mdl .social ul li {
  width: 74px;
  display: inline-block;
}
.overlay_mdl .social ul a {
  display: block;
  margin: 8px 0;
  color: gray;
  text-decoration: none;
  text-align: center;
}
.overlay_mdl .social ul a span {
  display: inline-block;
  width: 100%;
}
.overlay_mdl .social .facebook span {
  color: #3b5998;
}
.overlay_mdl .social .twitter span {
  color: #00aced;
}
.overlay_mdl .social .linkedin span {
  color: #007bb5;
}
.overlay_mdl .social .reddit span {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #cee3f8;
  color: #fff;
  text-shadow: 1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000;
}
.overlay_mdl .social .reddit span::after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background-color: red;
  border-radius: 50%;
  position: relative;
  top: -24px;
  left: 16px;
  box-shadow: 12px 0 red;
}
.overlay_mdl .social .whatsapp span {
  color: #4dc247;
}
.overlay_mdl .btn-close_mdl {
  color: #666;
  transform: scale(0, 0);
  transition: all 450ms ease-in-out 0;
}
.overlay_mdl:target {
  display: block;
  position: fixed;
  top: 0;
  opacity: 1;
}
.overlay_mdl:target .social {
  transform: translate(0, 0);
  z-index: 9;
}
.overlay_mdl:target .btn-close_mdl {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: 0 none;
  transform: scale(1, 1);
}

@media screen and (min-width: 640px) {
  .overlay_mdl {
    padding: 0 24px;
  }
  .overlay_mdl .social {
    width: calc(100% - 48px);
  }
  .overlay_mdl .social ul {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}
.mdi::before {
  font-size: 24px;
  line-height: 48px;
}

.social .mdi::before {
  font-size: 48px;
}

.sr-only {
  /* a generic way to visually hide content while remaining accessible to screen readers (h5bp.com) */
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}/*# sourceMappingURL=modal.css.map */
