/*
 Theme Name:   Brain Shoppe
 Description:  A custom theme for The Brain Shoppe, based on Divi theme.
 Author:       Ancient Wisdom Productions
 Author URI:   https://awpny.com
 Template:     Divi
 Version:      1.0
*/
#global-footer #footer-menu .et_pb_menu__wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#global-footer #footer-menu .et_pb_menu__menu .et-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
#global-footer #footer-menu .et_pb_menu__menu .et-menu li {
  padding: 0;
}
#global-footer #footer-menu .et_pb_menu__menu .et-menu li a:hover,
#global-footer #footer-menu .et_pb_menu__menu .et-menu li a:focus {
  color: #444444 !important;
  opacity: 1;
}
#global-footer #footer-social li a.icon {
  background-color: white !important;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-right: 15px;
}
#global-footer #footer-social li a.icon:hover, #global-footer #footer-social li a.icon:focus {
  background-color: #444444 !important;
}
#global-footer #footer-social li a.icon:hover:before, #global-footer #footer-social li a.icon:focus:before {
  color: white;
}
#global-footer #footer-social li:last-child a {
  margin-right: 0;
}
#global-footer #footer-newsletter p.et_bloom_subscribe_name {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 980px) {
  #global-footer #footer-menu .et_pb_menu__menu {
    display: block;
  }
  #global-footer #footer-menu .et_mobile_nav_menu {
    display: none;
  }
}
@media (max-width: 980px) and (min-width: 769px) {
  #global-footer .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #global-footer .et_pb_row .et_pb_column {
    float: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #global-footer .et_pb_row .et_pb_column:first-child {
    width: 50%;
    padding-right: 30px;
  }
  #global-footer .et_pb_row .et_pb_column:nth-child(2) {
    width: 50%;
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  #global-footer #footer-menu .et_pb_menu__wrap,
  #global-footer #footer-menu .et-menu li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #global-footer #footer-address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px;
  }
  #global-footer #footer-social {
    text-align: center;
  }
  #global-footer #footer-newsletter-intro {
    text-align: center;
  }
  #global-footer #footer-newsletter-intro img {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
}

#global-header .et_pb_row {
  width: 80%;
}
@media (max-width: 980px) {
  #global-header .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #global-header .et_pb_row .et_pb_menu__logo-wrap {
    margin: 15px 0;
  }
  #global-header .et_pb_row .et_pb_menu__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #global-header .et_pb_row .et_pb_menu__wrap .et_mobile_nav_menu {
    margin: 0;
  }
}
