/*
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
*/
/* Action ----------------------------------*/

.menu_wrapper #menu .menu-item:hover a {
    color: #e5ddd3; /* Verandert de tekstkleur van de link */
}


.action_button, .button_theme {
  background-color: #E4DCD1;
  border-color: #E4DCD1;
  color: #343500;
  box-shadow: var(--mfn-button-action-box-shadow);
}
.action_button:hover {
  background-color: #e5ddd3;
  border-color: var(--mfn-button-action-border-color-hover);
  color: #343500;
}
.button_theme:hover {
  background-color: #e5ddd3;
  border-color: var(--mfn-button-action-border-color-hover);
  color: #343500;
}

.button-animation-slide .action_button:hover {
  background-color:  #e5ddd3;
}
.button-animation-slide .action_button:before {
  background-color:  #F7F5F2;
}


.button-animation-slide ..button_theme:hover {
  background-color:  #e5ddd3;
}
.button-animation-slide .button_theme:before {
  background-color:  #e5ddd3;
}

.highlight-right:after {background: #F7F6F5!important;}

.button_theme, input[type="submit"] {
    background-color: #E4DCD1;
	color: #343500; }

.button_theme, input[type="submit"]:hover {
    background-color: #e5ddd3;
	color: #343500; }


body.table-hover:not(.woocommerce-page) table tr:hover td {
	background: #e5ddd3;}
	
	@media (max-width: 768px) { /* Voor mobiele apparaten */
  h1 {
    font-size: 24px!important;
    line-height: 28px!important;
  }
}
}