/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

/* HEADER */

#main-header{
  box-shadow: none;
  padding: 0 !important;
}

#main-header .et_pb_menu__logo img{
  padding-left: 15px;
  height: 50px !important;
  width: auto;
  max-width: none;
}

#main-header .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul{
  top: 76px;
}

#main-header .pll-parent-menu-item > .sub-menu{
  width: auto;
}

#main-header .pll-parent-menu-item > .sub-menu a{
  width: auto;
  padding: 0;
}

#main-header .mobile_menu_bar::before{
  color: #003594;
}

#mobile_menu1{
  padding: 0;
}

#mobile_menu1 li > a{
  padding: 6px 20px 6px;
}

#social-bar a{
  color: #fff;
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
  .et_pb_bottom_inside_divider{
    height: 50px !important;
    background-size: 100% 50px !important;
  }
}



/* FOOTER */

#footer-bottom a{
  color: #fff;
}

#footer-bottom a:hover{
  text-decoration: underline;
  color: #3f9c35;
}

/* GENERAL */

#button a{
    padding: 10px 25px 10px;
    color: #fff !important;
    text-decoration: none !important;
}

#button a::after{
    font-family: "Font Awesome 5 pro";
    content: "\f0da";
    width: 0px;
    display: inline-block;
    overflow: hidden;
    transition: ease-in-out .3s;
    text-align: center;
    font-weight: 800;
    margin-bottom: -7px;
}

#button a:hover::after{
    width: 8px;
    padding-left: 10px;
}

.grey a{
    background-color: #a8a8a8;
    color: #fff;
}

.green a{
    background-color: #3f9c35;
    color: #fff;
}

.blue a{
    background-color: #003594;
    color: #fff;
}

.callout-blurb h4{
  padding-bottom: 0;
}

/* HOMEPAGE */

#main-banner .header-text{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  background-color: rgba(0,0,0,.4);
  border-radius: 20px;
}

#main-banner .header-text .et_pb_text_inner{
  padding: 20px 30px 20px;
}

#main-banner .header-text span{
  display: block;
  text-align: center;
  padding-top: 20px;
}

#main-banner .header-text a{
  background: linear-gradient(90deg, rgba(0,53,148,1) 0%, rgba(63,156,53,1) 100%);
  padding: 10px 20px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
}

.bl-gr-button a{
  background: linear-gradient(90deg, rgba(0,53,148,1) 0%, rgba(63,156,53,1) 100%);
  padding: 10px 20px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
}

.bl-gr-button a::after, .bl-button a::after, .gr-button a::after, #main-banner .header-text a::after{
  font-family: "Font Awesome 5 pro";
  content: "\f0da";
  width: 0px;
  display: inline-block;
  overflow: hidden;
  transition: ease-in-out .3s;
  text-align: center;
  font-weight: 800;
  margin-bottom: -7px;
}

.bl-gr-button a:hover::after, .bl-button a:hover::after, .gr-button a:hover::after, #main-banner .header-text a:hover::after{
    width: 8px;
    padding-left: 10px;
}

.bl-button a{
  background-color: rgba(63,156,53,1);
  padding: 10px 20px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
}

.gr-button a{
  background-color: rgba(0,53,148,1);
  padding: 10px 20px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
}

#home-callout-list ul{
    text-align: center;
}

#home-callout-list li{
    display: inline-block;
    padding: 0 .5% 0;
    line-height: 35px;
    vertical-align: middle !important;
}

#home-callout-list img{
    width: 40px;
    margin-right: 10px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

#home-callout-list span{
    vertical-align: middle;
}

#list-caret-green ul{
  list-style-type: none;
  padding-left: 0;
}

#list-caret-green li::before{
  font-family: "Font Awesome 5 pro";
  content: "\f0da";
  display: inline-block;
  font-weight: 800;
  margin-right: 8px;
  color: #3f9c35;
}

/* TEAM */

#team-articles{
  transition: ease-in-out .3s;
}

#team-articles:hover{
  opacity: 0;
}

#team-articles .et_pb_text_inner{
  top: 50%;
  transform: translateY(-50%);
}

/* PROJECTEN */

#projecten article{
  position: relative;
  padding: 0;
  border: none;
}

#projecten .entry-title{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px;
  z-index: 1;
  pointer-events: none;
}

#projecten .post-content{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100px;
  z-index: 1;
  pointer-events: none;
}

#projecten .et_pb_image_container, #projecten .entry-featured-image-url{
  margin-bottom: 0;
}

#projecten .et_overlay{
  z-index: 1;
  opacity: 1;
}

#projecten article:hover .et_overlay, #projecten article:hover .post-content-inner, #projecten article:hover .entry-title{
  opacity: 0;
}

#project-content tr:nth-child(odd){
  background-color: #eee;
}

#project-content td{
  border-color: #C5C5C5;
}

#project-content table{
  width: 100%;
  margin-bottom: 30px;
}

/* CONTACT */

#contact-form{
  border-radius: 6px;
}

#contact-form input, #contact-form textarea{
  border-radius: 0;
  background-color: #fff;
  padding-left: 10px;
  font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}

#contact-form button{
  border-radius: 0;
  font-size: 16px;
  border: none;
  background-color: #000;
  padding: 10px 25px 10px !important;
  color: #fff;
}

#contact-form button::after{
  content: none;
}

/* COOKIES */

.cky-consent-bar{
  font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif !important;
}

.cky-notice-group p{
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.cky-consent-bar button{
  border-radius: 0px !important;
}
