/*
Theme Name:     Roomvo Child
Theme URI:      n/a
Template:       kadence
Author:         Roomvo
Author URI:     https://get.roomvo.com
Description:    Building custom websites for the Flooring Industry.
Version:        2.0.3
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.frans-btn {
  position: relative;
  color: black; !important
  text-decoration: none; !important
  transition: color 0.3s ease; !important
}

.frans-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  transition: height 0.3s ease, background-color 0.3s ease;
}

.frans-btn:hover {
  color: white; !important
}

.frans-btn:hover::before {
  height: 50px;
  background-color: teal;
}

table tr.mbhi-is-current td{ background-color: #eeeeee; font-weight:bold;
border-radius:5px;
	padding:10px 15px;}

.mb-bhi-open{
  color:#18864B;
}


.mb-bhi-closed{
  color:#EA4235;
}

