/*
Theme Name: VendiPro Child
Theme URI: http://ib-stoffshop.de
Description: VendiPro Child Theme
Author: Alexander Bergmann
Author URI: http://ib-stoffshop.de
Template: vendipro
wc_gzd_compatible: true
Version: 1.0.0
*/
/* =Theme customization starts here
-------------------------------------------------------------- */

header {
    background: white;
}

body {
    background: white;
}

.primary-navbar__wrapper {
    background-color:white;
}

.wpb_button {
  padding: 7px;
  background: red;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  border: 1px solid darkred;
  border-radius: 10px;
}

header#hmain .navbar {
    background: #242d4e !important;
    font-weight: bold;
	font-size: 1.3em;
    alignment-adjust: central;

}
header#hmain .navbar .menu-item > a{
	color: #FFF !important;
    text-align: center;
}
