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


#Top_bar.is-sticky{
	opacity:1;
}

#Action_bar .column.one {
  background: url("/wp-content/uploads/2026/02/whatsnewbanner.jpg");
  background-repeat: no-repeat;
}

#Action_bar .container {
  max-width: 100%;
}

#Action_bar .contact_details {
  float: right;
}

#Action_bar .contact_details .slogan > a {
    background-color: var(--e-global-color-accent);
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 10px;
    text-decoration: none;
}

@media (max-width:1400px){
#Top_bar .menu > li > a span:not(.description) {
    padding: 0px 8px;
	}
}

