/*
 Theme Name:   Midwest Child Theme
 Author:       Eggs Media
 Author URI:   https://eggsmedia.com
 Description:  Professional WordPress theme for Midwest Child Theme
 Template:     midwest
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  midwest-child
*/

.em-mobile-sticky {
    display: none;
}

.em-mob-sticky {
  display: flex;
  background: #b80304;
  height: 50px;
}

.em-mobile-direction, 
.em-mobile-schedule {
  margin: 10px 0px!important;
  color: white;
  position: absolute;
  bottom: 0;
}

.em-mobile-contact {
  position: absolute!important;
  left: 0;
  right: 0;
  bottom: 0px;
  top: -16px;
}

.em-mobile-schedule a {
  color: white;
}

.em-mobile-schedule a:before {
    content: "\e802"
    font-family: FontAwasome;
    display: inline-block;
    margin-left: -35px;
    margin-top: 2px;
    color: white;
}


.em-mob-sticky .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
    border: 1px solid #b80304;
}


@media screen and (max-width: 750px) {
 .em-mobile-sticky {
    display: block;
    position: fixed;
    bottom: 0px;
    background: #b80304;
    width: 100%;
    z-index: 999;
 }
} 

@media (max-width: 767.99px) {
  
  .post-single-body > .container > .flex-sm-row-reverse {
            flex-direction: column-reverse !important;     
      }
}


#menu-footer-menu a:hover { 
 color: #bdbdbd!important;
}
