/*
 Theme Name:     IT-Connects Divi Child
 Theme URI:      https://it-connects.nl/
 Description:    IT-Connects Divi Child Theme
 Author:         IT-Connects
 Author URI:     https://it-connects.nl/
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* COMING SOON */
#top-menu, .mobile_menu_bar {
	visibility: hidden;
	pointer-events: none;
}



.hero{
	height: calc(100vh - 74px) !important;
}
.hero:after{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.hero .hero-title{
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.image-effect:before{
	content: "";
    display: block;
    width: 480px;
	max-width: 80%;
    height: 100%;
    background-color: #1e1e1e;
    position: absolute;
    right: -15px;
    top: -15px;
}

.blurbs .et_pb_blurb_content{
	margin: 0 !important;
}
.blurbs .et_pb_blurb_container{
	padding-left: 5px !important;
}

.project-slider .dsm-entry-meta{
	display: none !important;
}