/*
Theme Name: Websiteclub basis thema
Theme URI: https://websiteclub.nl
Version: 1.0
Description: A custom child theme for the Beaver Theme.
Author: Wendie Huis in t Veld
Author URI: https://websiteclub.nl
template: bb-theme
*/

/* Add your custom styles here... */

h2, .h2, h3, .h3{
  text-transform: uppercase;
}

.menu a{
  text-transform: uppercase;
}

.absolute-footer a{
  text-decoration: underline !important;
}

ul{
  padding-left: 0;
  list-style-type: disc;
}

.fl-rich-text ul li{
  margin-left: 17px !important;
  padding-left: 12px !important;
}

.fl-page-content .gform_body ul li{
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.fl-mosaicflow-col{
  width: 50% !important;
  max-height: 500px !important;
  overflow: hidden;
}

.fl-photo-caption-hover{
  padding: 10% 0 !important;
  height: 100%;
  font-size: 2.0vw !important;
}

.gform_wrapper input[type=submit]{
  border-radius: 0;
  font-size: 16px !important;
  padding: 12px 24px;
  border: none;
}

.tarieven h3{
  color: #ffffff;
}

.uabb-ih-list-item{
  margin-bottom: 5px !important;
}

@media (max-width: 768px){
  .fl-col-small:not(.fl-col-small-full-width) {
      max-width: 100% !important;
  }

  .service-menu .fl-node-content{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-menu .fl-node-content p{
    text-align: center !important;
  }

  #lps-footer-logo img.fl-photo-img{
    width: 70% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
  }

}











