/*General*/
body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Rubik', sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
p, b, a, small,.frm_error{
  font-family: 'Rubik', sans-serif !important;
}
a {
	color: #d50000;
}
label{
  font-family: 'Rubik', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 400;
  font-family: 'McLaren', cursive !important;
  margin-bottom:20px !important;
  color: #d50000 !important;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}
strong { 
	font-weight: 700;
    font-family: 'Rubik', sans-serif !important;
}
.block_content a,
.entry-content a{
  color: #d50000 !important;
  text-decoration: none !important;
}
#content.site-content  {
	position: relative;
	width: 100%;
	padding-top: 50px !important;
	height: auto;
}
button, a.btn {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    font-size: 17px !important;
    line-height: 25px !important;
}
.btn.btn_red {
    background: #d50000 !important;
    color: #fff !important;
    font-family: 'McLaren', cursive !important;
	text-decoration: none;
}
.btn.btn_red:hover {
    background: #FFFF01 !important;
	text-decoration: none;
	color: #555555 !important;
}
.wp-block-button__link {
    background-color: #d50000;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    padding: 10px 20px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-button__link:hover {
	background: #FFFF01 !important;
	text-decoration: none;
	color: #555555 !important;
}
input,textarea{
  box-shadow: none !important;
  outline: none !important;
  border-radius:5px !important;
  font-family: 'Rubik', sans-serif !important;
}
span.frm_required{
  display: none;
}
/*Header*/
.header_thumb_sub {
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    margin-bottom: -30px;
}
a.nav-link {
    font-size: 17px !important;
    text-transform: uppercase;
    color: #d50000 !important;
    padding: 12px 20px !important;
}
header#masthead {
    background: #e4e4e4;
    padding: 0 !important;
    max-width: 1800px;
    margin:0 auto;
}
/*.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    background: #d50000 !important;
    color: #fff !important;
}*/

.headerbg {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 210px;
	overflow: hidden;
	background-image: url('https://www.vlooientrappers.nl/wp-content/uploads/2019/11/bg-1.png');
	background-position: top center;
	background-repeat: no-repeat;
}
.menuholder {
    position: relative;
    /*float: left;
    width: auto;
    height: 140px;
    */
    clear: both;
    width: 100%;
    height: 50px;
}
.mainmenu {
    position: relative;
    width: 100%;
    height: 50px;
    list-style: none;
    margin: 0 0;
    padding: 0;
    clear: both;
    z-index: 300;
}
.mainmenu ul {
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	z-index: 301;
}
.mainmenu li {
	display: inline;
    list-style-type: none;
    float: left;
    height: 50px;
    width: auto;
    margin: 0;
    padding: 0 12px;
    overflow: visible;
    z-index: 302;
    background: none;
}
.mainmenu li a {
	position: relative;
	text-decoration: none;
	color: #D50000;
	padding: 0;
	margin: 0;
	line-height: 50px;
	height:	50px;
	width: auto;
	text-align: center;
	font-size: 19px;
	font-family: 'McLaren', cursive !important;
}
.mainmenu li.current-menu-item, .mainmenu li.current-menu-ancestor, .mainmenu li.current_page_parent {
	background-color: #D50000;			
}
.mainmenu li a:focus, .mainmenu li a:active, .mainmenu li a:hover, .mainmenu li.active-parent a {
	color: #000;
}
.mainmenu li.current-menu-item a, .mainmenu li.current-menu-ancestor a, .mainmenu li.current_page_parent a {
	color: #fff;
}
.mainmenu li:hover {
	background-color: #f00b0b;
}
.mainmenu li:hover a {
	color: #fff;
}
.mainmenu ul.sub-menu {
	position: absolute;
	display: none;
	top: 50px;
	width: 200px;
	margin: 0 0 0 -12px;
	padding: 0;
	height: auto;
	overflow: visible;
	z-index: 310;
	background-color: #ff1a1a;
}
.mainmenu ul.sub-menu li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	top: 0px;
	width: 200px;
	height: 35px;
	text-align: left;
	border: 0 !important;
}
.mainmenu ul.sub-menu li {
	width: 200px;
	height: 35px;
}
.mainmenu ul.sub-menu li a {
	font-size: 16px;
	margin: 0;
	padding: 0 12px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	font-style: italic;
	width: 200px;
	color: #fff;
}
.mainmenu ul.sub-menu li a:hover, .mainmenu ul.sub-menu li a:focus, .mainmenu ul.sub-menu li a:active {
	color: #000;
}
.mainmenu ul.sub-menu li:hover, .mainmenu ul.sub-menu li:focus, .mainmenu ul.sub-menu li:active, .mainmenu ul.sub-menu li.current-menu-item, .mainmenu ul.sub-menu li.current_page_parent {
	background: #E4E4E4;
}
.mainmenu ul.sub-menu li.current-menu-item a, .mainmenu ul.sub-menu li.current_page_parent a, .mainmenu ul.sub-menu li:hover a, .mainmenu ul.sub-menu li:focus a, .mainmenu ul.sub-menu li:active a {
	color: #000;
} 	

.mainmenu ul.sub-menu ul.sub-menu {
	position: absolute;
	display: none;
	top: 0px;
	min-width: 240px;
	width: auto;
	margin: 0px 0px 0px -12px;
	left: 212px;
	padding: 0;
	height: auto;
	overflow: hidden;
	z-index: 320;
	background-color: #E4E4E4;
}
.mainmenu ul.sub-menu ul.sub-menu li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	top: 0px;
	width: auto;
	height: 30px;
	text-align: left;
	border: 0 !important;
}
.mainmenu ul.sub-menu ul.sub-menu li {
	width: auto;
	height: 30px;
}
.mainmenu ul.sub-menu ul.sub-menu li a {
	font-size: 16px;
	margin: 0;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-style: italic;
	width: 200px;
	color: #fff;
	background: none;
}
.mainmenu ul.sub-menu ul.sub-menu li a:hover, .mainmenu ul.sub-menu ul.sub-menu li a:focus, .mainmenu ul.sub-menu ul.sub-menu li a:active {
	color: #000;
	border: 0px !important;
}
.mainmenu ul.sub-menu ul.sub-menu li:hover, .mainmenu ul.sub-menu ul.sub-menu li:focus, .mainmenu ul.sub-menu ul.sub-menu li:active {
	border: 0px !important;
}
.mainmenu ul.sub-menu ul.sub-menu li.current-menu-item a {
	color: #000;
	border: 0px !important;
}

.logobar {
	position: relative;
    padding: 20px 0;
    max-width: 50%;
    margin: 0;
    text-align: left;
    float: left;
}
.logobar a.top_logo img {
    max-width: 160px;
    margin: 0;
    display: block;	
}
@media only screen and (max-width: 768px) {
	.logobar, .logobar a.top_logo { text-align: center; }
	.logobar a.top_logo img {
		margin: auto auto;
	}
}
	
.extrabar {
	position: relative;
	display: block; 
    padding: 6px 10px;
    max-width: 50%;
    margin: 0;
    float: right;
	background: rgba(255,255,255,.85);
	border: 0px solid #fff;
	border-radius: 0px;
	width: auto;
	max-width: 80%;
}
.extrabar h4 {
	margin: 0;
	padding: 0;
}

.news-item {
	background: none;
	margin-bottom: 30px;
}
.news-item:hover {
	background-color: #f1f1f1;
}
.news-item h3 {
	margin: 0 0 10px 0;
}
.news-item .news-header {
	position: relative;
	width: 100%;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f1f1f1;
	background-size: cover;
	margin-top: 15px;
}

.agenda-item {
	background: none;
	margin-bottom: 30px;
}
.agenda-item.odd {
	background-color: #f1f1f1;
}

.header_thumb {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    max-width: 1800px;
    margin:0 auto;
}
@media only screen and (max-width: 991px) {
	.header_red { display:none;}
}
/*button.navbar-toggler {
    margin: 0 auto;
    background: #d50000;
    color: #fff !important;
    font-size: 30px !important;
}
button.navbar-toggler span {
    margin-left: 5px;
}*/
.header_red {
    background: #d50000;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto;
    border-radius: 150px;
    /*-webkit-transform: rotate(46deg);
    transform: rotate(46deg);*/
    top: 50px;
}
.header_content {
    position: relative;
    top: 32px;
    line-height: 32px;
    padding: 15px 15px;
}
.header_content strong {
    font-size: 38px;
    font-weight: 400;
    font-family: 'McLaren', cursive !important;
}
.header_content a, .header_content a:hover {
	color: #fff;
}
h1.header_bottom_title {
    color: #fbdc08 !important;
    text-align: center;
    margin-bottom: -30px !important;
}
/*Content*/
header.entry-header,
footer.entry-footer{
  display: none;
}
.image_content {
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}
.container_marge{
  height: 80px;
}
.contentimg {
	position: relative;
	padding: 0;
	height: auto;
	max-height: 310px;
	overflow: hidden;
}
div#block_maps {
    width: 100%;
    height: 300px;
}
.block_2 {
  background: #e4e4e4;
  padding: 20px 0;
  position: relative;
  max-width: 3000px;
  margin:0 auto;
}
.block_2 .block_title {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400;
    margin-bottom: 6px !important;
}
.block_2 .block_content, .block_2 .block_content p {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 600;
    font-size: 36px;
    color: #d50000;
    line-height: 42px;
    margin-bottom: 22px;
}
table.feature_table td {
    vertical-align: top;
}
.feature_content p:last-child {
    margin-bottom: 0;
}
p.feature_title {
    color: #d50000;
    font-family: 'McLaren', cursive !important;
    margin-bottom: 10px;
}
.feature_table img {
    width: 40px;
}
table.feature_table tr td:first-child {
    width: 40px;
}
table.feature_table tr td:last-child {
    padding-left: 12px;
    padding-top: 7px;
}
.block_3 {
	margin-top: 25px;
}
.block_3 h2.block_title {
    margin-bottom: 45px !important;
}
/*Footer*/
footer {
    background: #d50000;
    color: #fff;
    padding: 50px 0;
    max-width: 3000px;
    margin:0 auto;
}
a.footer_logo img {
    max-width: 160px;
    display: block;
}
.footer_col a {
    color: #fff;
}
a.footer_a {
    color: #fff;
}
.footer_col p > strong {
    margin-bottom: -20px !important;
    display: block;
    font-weight: 400;
    font-family: 'McLaren', cursive !important;
}
span.footer_s {
    margin-left: 5px;
    margin-right: 5px;
}
.footer_links {
    margin-top: 30px;
}

/* woocommerce */
.woocommerce-additional-fields, .woocommerce .product_meta { display: none; }
.woocommerce-tabs.wc-tabs-wrapper { display: none; }
.woocommerce h1.entry-title { font-size: 32px; border-bottom: none; }
.woocommerce .summary h2 { font-size: 17px; color: #444 !important; }
.woocommerce form.cart { margin-top: 25px; }
.woocommerce .quantity .qty { height: 45px; line-height:45px; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #FFE143;
}

/*CSS @media Rules*/
@media only screen and (min-width: 1200px) {
  .container{
    max-width: 1240px;
  }
  .block_2 .container {
      max-width: 1140px;  }
  .block_4 .container {
      max-width: 850px;
  }
}
@media only screen and (max-width: 767px) {
  /*.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    font-family: 'McLaren', cursive !important;
    background: none !important;
    color:#d50000 !important;
  }*/
  header#masthead .container {
      padding: 0;
  }
  ul#menu-hoofdmenu {
      margin-top: 10px;
      text-align: center;
  }
}
@media only screen and (min-width: 991px) {
  .title_empty {
      height: 87px;
  }
  .extrabar { max-width: 100%; width: 100%; display: block;  }
}
@media only screen and (min-width: 768px) {
	.extrabar { max-width: 100%; width: 100%; display: block; }
}
@media only screen and (min-width: 576px) {
	.extrabar { max-width: 100%; width: 100%; display: block;}
}

@media only screen and (max-width: 991px) {
  .order_2 {
      -ms-flex-order: 2;
      order: 2;
  }
  .image_content {
      margin-top: 20px;
  }
  .col_marge_991{
    margin-bottom: 30px;
  }
  .header_thumb {
      height: 300px;
  }
  .header_thumb_sub{
    height: 280px;
  }
  .header_red {
      top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .header_thumb {
      height: 250px;
  }
  .header_thumb_sub{
    height: 230px;
  }
  .header_red {
      top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .header_thumb {
      height: 200px;
  }
  .header_thumb_sub{
    height: 180px;
  }
  .header_content {
      top: 28px;
      line-height: 26px;
  }
  .header_red {
      top: 27px;
      font-size: 21px;
      line-height: 26px;
      width: 160px;
      height: 160px;
  }
  a.top_logo img {
      max-width: 180px;
  }
  .header_content strong {
      font-size: 28px;
      font-weight: 400;
      font-family: 'McLaren', cursive !important;
  }
}