/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        Version: 3.0.37
*/

@import url("../Divi/style.css");

/* =Theme customization starts here */

.container {
	z-index: 999 !important;
}

.ssm-tri-bottom {
	padding: 0 0 !important;
}

.ssm-tri-bottom::after {
	bottom: 10px !important;
	left: 20% !important;
	z-index: 1 !important;
}

#main-header {
	border-bottom: 3px solid #0ba5de;
}

/*** HOME SLIDER ***/

.home-slider {
	/*border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;*/
}

/*** MENU ***/

.current_page_item {
	background-image: url(https://www.bruggeadvies.nl/wp-content/themes/Divi-child/images/menu-bottom.png);
	background-position: 40% bottom !important;
	background-repeat: no-repeat;
	background-size: 20px;
}

#top-header a{
	color:white !important;
}

/*** BOOG ***/
.boog-home {
	margin-top: -85px !important;
}

/*** CONTENT ***/
h1, h2, h3 {
	text-transform: uppercase !important;
}

.content-z {
	z-index: 9999 !important;
}

#ssm-tri-bottom-ref .ssm-tri-bottom {
	background-color: #0ba5de !important;
	z-index: 0 !important;
}

#ssm-tri-bottom-footer .ssm-tri-bottom {
	background-color: #FFF !important;
	z-index: 0 !important;
}

/*** BUTTON BAR ***/

#bb-container {
	top: 50% !important;
}

/*** FOOTER ***/

#footer-info {
	text-align: center !important;
	float: inherit !important;
}

@media only screen and (max-width: 980px) {
  #top-header{
    position: fixed !important;
  }

  #main-header{
    position:fixed !important;
  }

}

#logo{
	max-height: 100%;
	height: 135px;
}

#et-info-email{
	color:#ffff !important;
}


