/*
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.0.4
*/

#Header {
    min-height: auto !important;
	
}

#Top_bar .menu > li > a span:not(.description) {
    border-right-width: 0 !important;
}

 #Top_bar.is-sticky #logo img.logo-sticky {
     
        max-height: 55px !important;
    } 

#s1 img {
	border: 5px solid #c23b37;
	border-radius: 50%;
	height: 382px;
	object-fit: cover;
}

#s1 h2 {
	    color: #c23b37;
	    font-size: 30px;
	    line-height: 1.5;
	    margin-top: 50px;
}

#s1 a {
      display: inline-block;
    background: #c23b37;
    color: #fff;
    padding: 8px 25px;
    font-family: 'Constanb';
    border-radius: 7px; 
  margin-top: 10px;
}

#s1 a:hover {
	text-decoration: none;
  background: #811f1c;
}