/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face { font-family: "Nunito Sans"; font-weight: normal; }

h1, h2, h3, h4, h5 { 
font-family: "Comfortaa" !important; 
}

/* Header */
#logo {
	z-index: 9999;
}

.header-nav .current-dropdown, 
.header-nav .current-dropdown .sub-menu li,
.header-nav .current-dropdown .sub-menu li a {
	opacity: 1 !important;
}

.header-search .is-small {
	opacity: 1 !important;
}

.header-search > a:before {
	padding-right: 10px;
	content: 'Zoeken';
	font-size: 14px;
	opacity: 1 !important;
}

.icon-user:before {
	background-image: url(/wp-content/uploads/2022/10/User-icon.svg);
  background-size: 43px;
  display: inline-block;
	margin-top: 5px;
  width: 43px; 
  height: 43px;
	background-repeat: no-repeat;
  content:"";
}

.reset-margin p{
	margin-bottom:0em;
}

a {
	text-decoration: underline;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}
a.button {
  display: inline-block;
  font-family: Comfortaa,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 8px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s !important;
}

th {
  letter-spacing: .05em;
  line-height: 1.05;
  text-transform: capitalize;
}

.header-nav-main.nav > li.active > a, .header:not(.transparent) .header-nav-main.nav > li.current > a, .header:not(.transparent) .header-nav-main.nav > li > a.active, .header:not(.transparent) .header-nav-main.nav > li > a.current {
  text-decoration: bold;
}
.fill {
  height: 100%;
  left: -13px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: -13px;
  top: 0px;
  bottom: 0px;
  border-radius: 15px;
}

.pr-three-grid > .col > .col-inner {
  padding: 0px 25px !important;
}
.woocommerce {
  padding: 0px 0px 0px 0px;

}

.nav-dropdown .menu-item-has-children > a, .nav-dropdown .nav-dropdown-col > a, .nav-dropdown .title > a {
  color: #000;
  font-size: 1em;
  font-weight: bolder;
  text-transform: capitalize;

}
.badge-circle .badge-inner {
  border-radius: 8px;
}

.uppercase {
  line-height: 1.2;
  text-transform: initial;
}

.is-form, button.is-form, button[type="submit"].is-form, input[type="button"].is-form, input[type="reset"].is-form, input[type="submit"].is-form {
  background: none !important;
}