@charset 'utf-8';
/*
 Theme Name:   Grace-church Child
 Theme URI:    http://gracechurch.ancorathemes.com/
 Description:  Grace-church - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     grace-church
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  grace-church
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Footer usage */
.sam-text-white {
  color: white !important;
}

.sam-margin-bottom-10px {
  margin-bottom: 10px !important;
}

/* Fix the mobile menu */

@media (max-width: 639px) {
  .top_panel_top {
    display: none;
  }
}

@media (min-width: 280px) and (max-width: 768px) {
  .top_panel_middle .logo img {
     max-height: 80px !important;
  }
  .top_panel_middle .logo_slogan {
     display: none;
  }
  .top_panel_middle .logo_text {
     display: none;
  }
  .menu_main_responsive li,
  .menu_main_responsive a {
    color: #fff !important;
  }
  .menu_main_responsive_button {
    margin-top: -5px !important;
  }
}

html, body {
    font-size:16px;
}
