/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.1.2
*/
@font-face {
    font-family: "Searcy";
    src: url("assets/fonts/Searcy/Searcy Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Searcy";
    src: url("assets/fonts/Searcy/Searcy Regular Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: "Searcy";
    src: url("assets/fonts/Searcy/Searcy Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Searcy";
    src: url("assets/fonts/Searcy/Searcy ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
  }


h1, h2 {
    font-family: Searcy;
}

h1, h2, h3, h4, h5, h6 { text-transform: capitalize; }

#Subheader .title { font-size: 48px !important; }
body.category-fullpage div#Subheader { display:block !important; }
body.category-fullpage div#Subheader .title { font-size: 48px; !important}
body.category-fullpage .has_content .the_content_wrapper { padding: 50px 0 50px 0; }
.single-post .subheader-both-left #Subheader .title {
    width: 100%;
    max-width: 900px;
    line-height:1;
    
}

.single-post .post-nav { display: none; }
.single-post .sections_group > article { padding-top: 50px; }

.grecaptcha-badge { width: 70px !important; overflow: hidden !important; transition: all 0.3s ease !important; left: 4px !important; }
.grecaptcha-badge:hover { width: 256px !important; }
@media only screen and (max-width: 600px) {.grecaptcha-badge {display: none !important;}}

#Top_bar .menu > li ul {
    width: 300px !important;
}

#Top_bar .menu li ul li a {
    width: 300px !important;
}

#Side_slide .mfn-mobile-hours {
  padding: 12px 18px;
  margin-top:30px;
}
#Side_slide .mfn-mobile-hours__title {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
}
#Side_slide .mfn-mobile-hours__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#Side_slide .mfn-mobile-hours__row {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  font-size: 13px;
}
#Side_slide .mfn-mobile-hours__day {
  opacity: 0.8;
}