/*
Theme Name: Blazter Child Theme
Description: Op maat ontwikkelde website.
Author:   Blazter.nl https://blazter.nl
Template: Divi
*/

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

/********* LATEN STAAN *********/
/* Center items in column */
.column-center {
	margin: auto;
}

/* Reverse columns in a row */
@media all and (max-width: 980px) {
	div.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* Min Height voor de page content */
div#main-content {
	min-height: calc(100vh - 200px);
}

/* Gravity Forms Styling */
.contact h2.gform_submission_error{
	padding-bottom: 0px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
	padding: 10px 20px !important;
	border-radius: 5px;
}

.contact .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 144px;
}

.contact .gform_wrapper.gravity-theme .ginput_complex label,
.contact .gform_wrapper.gravity-theme .gfield_label{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
}

.contact input[type="submit"] {
	padding: 10px 40px;
	background: #3A73C0;
	border: 2px solid #3A73C0;
	border-radius: 50px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.contact input[type="submit"]:hover {
	background: #fff;
	color: #3A73C0;
}
/********* END LATEN STAAN *********/
/*** Responsive Styles Tablet And Below ***/
@media all and (min-width: 980px) {
	.fullpage-section{
		height:100vh; 
		display: flex; 
		flex-direction: column; 
		justify-content: center;
	}
}

/* Side nav*/
ul.et_pb_side_nav.et-visible {
	left: 15px;
	right: auto;
	border: 4px solid #fff;
	border-radius: 10px !important;
	padding: 0 !important;
	width: 36px;
}

ul.et_pb_side_nav li.side_nav_item {
	padding: 0;
}
ul.et_pb_side_nav .side_nav_item a {
	height: 30px;
	width: 100%;
	border-radius: 0;
	background: #fff;
}

ul.et_pb_side_nav .side_nav_item a.active {
	background-color: #3A73C0 !important;
}

li.side_nav_item a#side_nav_item_id_0 {
	content: url(/wp-content/uploads/2021/12/house-icon_02.png) !important;
	padding: 7px !important;
}

li.side_nav_item a#side_nav_item_id_0.active {
	content: url(/wp-content/uploads/2021/12/house-icon_03.png) !important;
	border-radius: 5px 5px 0 0;
}

li.side_nav_item a#side_nav_item_id_1 {
	content: url(/wp-content/uploads/2021/12/house-icon_04.png) !important;
	padding: 7px !important;
}

li.side_nav_item a#side_nav_item_id_1.active {
	content: url(/wp-content/uploads/2021/12/house-icon.png) !important;
	padding: 6px !important;
}

li.side_nav_item a#side_nav_item_id_2 {
	content: url(/wp-content/uploads/2021/12/house-icon_05.png) !important;
	padding: 4px !important;
}

li.side_nav_item a#side_nav_item_id_2.active {
	content: url(/wp-content/uploads/2021/12/house-icon_06.png) !important;
	padding: 6px !important;
}

li.side_nav_item a#side_nav_item_id_3 {
	content: url(/wp-content/uploads/2021/12/phone-icon_01.png) !important;
	padding: 7px !important;
}

li.side_nav_item a#side_nav_item_id_3.active {
	content: url(/wp-content/uploads/2021/12/phone-icon_02.png) !important;
	padding: 7px !important;
	border-radius: 0 0 5px 5px;
}

/* Menu */
li.dvmm_menu_page_id-home.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item {
	font-weight: 700;
}

.nieuws-blogs article {
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 15%);
	border-radius: 20px !important;
}
.nieuws-blogs  .et_pb_blog_grid .et_pb_image_container img {
	border-radius: 20px 20px 0 0;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	ul.et_pb_side_nav.et-visible {
		display: none;
	}
}

 
.project-layout article{
	border-radius: 15px;
	background-color: black !important;
	border-color: black !important
}

 
.project-layout article .et_pb_image_container img{
	border-radius: 15px 15px 0 0;
	height: 250px;
	object-fit: cover;
}

.project-layout article h2{
	color: white !important;
}

.project-slider .swiper-container img{
    height: 500px !important;
    object-fit: scale-down !important;	
}
