/*
 Theme Name:  Vredesdienst
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Fred Klopper
 Author URI:   https://miix.nl
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Main menu */
#top-menu .current-menu-item a {
  position: relative;
}

#top-menu .current-menu-item a::after {
  background-color: #6b83b1;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: calc(100% - 6px);
  width: 100%;
}

/* Mobile menu */
.et_mobile_menu li a {
  font-size: 18px !important;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
  color: #2b375a !important;
}

/* Main content TODO, hack? */
#main-content {
  background-color: #2b375a !important;
}

/* Post content TODO, hack? */
body.single-post #main-content .et_pb_post_content .et_pb_section {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.single-post #main-content .et_pb_post_content .et_pb_section .et_pb_row {
  width: 100% !important;
}

/* DSM blog carousel item */
.dsm-blog-carousel-item .dsm-entry-header h2 {
  padding-bottom: 0;
}