/* local Google font ivm AVR */
@font-face {
  font-family: 'AveriaSerifLibre-Bold';
  src: url(../fonts/AveriaSerifLibre-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'AveriaSerifLibre-Regular';
  src: url(../fonts/AveriaSerifLibre-Regular.woff2) format('woff2');
}

body {
  font-family: 'AveriaSerifLibre-Regular', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'AveriaSerifLibre-Regular', sans-serif!important;
  font-size: 1.2rem;
  text-decoration: none;
}
/* Eind local Google font ivm AVR */

/* Start verticaal centreren icons menu */
#sp-top2 .sp-column  {
  height: 100%;
  display: table;
  float: right;
}

#sp-top2 .sp-column .sp-module {
  display: table-cell;
  vertical-align: middle;
}
/* Eind verticaal centreren icons menu */

/* Start modules */
#sp-left .sp-module, #sp-right .sp-module {
  border: none;
  padding: 10px 40px;
}
@media (min-width: 576px) {
    #sp-left .sp-module, #sp-right .sp-module {
      border: none;
      padding: 20px;
    }
}

#sppb-addon-8fce67a2-0348-4e7e-8c30-ec62561ebbbd img {
  width: 100%!important;
  max-width: 100%!important;
}
/* Eind modules */

@media (min-width: 1420px) {
    .sppb-row-container {
        max-width: 1920px !important;
    }
}

p.sppb-gallery-desc {
  max-width: none!important;
}

/* Start padding top main body */
#sp-main-body {
  padding: 35px 0;
}
/* Eind padding top main body */

.social-icons {
	font-size: 22px;
}

ul.social-icons {
  margin-top: 5px;
}

ul.social-icons a {
  color:#D00A2D;
}

ul.social-icons a:hover {
  color:#94C3C2;
}

ul.social-icons > li:not(:last-child) {
  margin-right: 10px;
}

a.glink img {
  margin-right: 10px!important;
}

.offcanvas-menu .offcanvas-inner .social-icons {
  font-size: 24px;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
  line-height: 2rem;
}

#sp-header {
  box-shadow: none;
}


#sp-bottom {
  padding: 0 0 30px;
}

#sp-footer {
  padding: 2rem;
  text-align: center;
}

/* .sppb-addon-title {
  margin: 1.5rem 0 0.75rem 0!important; */
}
  
  /* Start blog (joomla) artikelen */
  
  .com-content-category-blog {
    margin-top: 35px;
  }
  .article-list .article .article-intro-image {
    margin: -20px -20px 20px 0px;
    border-radius: 0;
  }
  
  .article-list .article {
    border: none;
    padding: 20px 150px 20px 0;
  }
  
  .article-list .article .article-intro-image,
  .article-list .article .article-featured-video,
  .article-list .article .article-featured-audio,
  .article-list .article .article-feature-gallery {
  border-bottom: none;
  }
  /* Eind blog (joomla) artikelen */