/*
 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
------------------------------------------------------- */

h1 span{
	color: #D56024;
}
.et_pb_button span{
	padding: 0 10px;
}
.vert-center{
	align-self: center;
}


.ptg-blurb .et_pb_main_blurb_image{
	width: auto;
	max-width: 40px;
}
.ptg-blurb et_pb_image_wrap {
	max-height: 40px;
    min-height: 40px;
	
}

.ptg-blurb .et_pb_main_blurb_image img{
	max-height: 40px;
    min-height: 40px;
}
.ptg-blurb .et_pb_blurb_container{
	padding-left: 15px !important;
}

.ptg-blurb{
	display: inline-block;
    margin-right: 45px;
    margin-bottom: 0 !important;
}
.ptg-blurb .et_pb_module_header{
	padding-bottom: 5px;
}
.f-links a{
	display: inline-block;
    width: 32%;
}

.bier-type{
	position: absolute;
    width: calc(100% - 60px);
    bottom: -80px;
	transition: .3s ease-in-out;
}

.blond:hover .bier-type, .tripel:hover .bier-type, .weizener:hover .bier-type, .wit:hover .bier-type{
	bottom: 30px;
	transition: .3s ease-in-out;
}

@media only screen and (max-width: 570px) {
	body #page-container .et_pb_section .btn-hero .et_pb_button_two.et_pb_button.btnh-2{
		margin-left: 0px !important;
	}
	.f-links a{
		width: 100%;
	}
}