/* 
Theme Name:		 babymamasan
Theme URI:		 http://childtheme-generator.com/
Description:	 babymamasan is a child theme of Screenr, created by ChildTheme-Generator.com
Author:			 Gurpreet Lotey
Author URI:		 http://childtheme-generator.com/
Template:		 screenr
Version:		 1.0.0
Text Domain:	 babymamasan
*/


/*
    Add your custom styles here
*/
@font-face {
  font-family: 'HiraginoSans';
  src: url('https://babymama.tryangled.online/wp-content/uploads/fonts/Hiragino-Sans-GB-W6.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RomieTrialMedium';
  src: url('https://yourdomain.com/wp-content/uploads/fonts/Romie-Trial-Medium-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HiraginoSansGBW6';
  src: url('https://babymama.tryangled.online/wp-content/uploads/fonts/Hiragino-Sans-GB-W6.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

button,
input[type="submit"],
input[type="button"],
.elementor-button {
  font-family: 'HiraginoSansGBW6', sans-serif !important;
}

h1, h2, h3 {
  font-family: 'RomieTrialMedium', sans-serif !important;
}
body {
  font-family: 'HiraginoSans', sans-serif !important;
}

#masthead{
 padding: 30px 0;
 background: transparent;
}
#masthead .site-branding img{
    max-height: 150px;
}
.site-branding {
    float: none;
}
#masthead .custom-logo-link{
    text-align:center;
}
#about{
    color: #ffffff;
	padding-top:2rem;
}
.btn-menu a
 {
    background-color: #b12028;
}
.btn-menu a:hover
 {
    color: #fff;
	 text-decoration: none;
}
.reservation-widget {
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
}