/*
Theme Name:		 Brisk Child
Theme URI:		 http://brisk.uicore.co/
Description:	 Child theme for Brisk - Elementor Multi-Purpose WordPress Theme
Author:			   UiCore
Author URI:		 https://uicore.co
Template:		   brisk
Version:		   1.0.0
Text Domain:	 brisk
*/


/*
    Add your custom styles here
*/



@media only screen and (min-width: 768px) {
	
	.item-vacature {
		margin-top: 30px !important;
		min-height: 470px !important;
	}

	.isotope-pager {
		margin-top: 50px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}	
	
	.isotope-pager a {
    height: 50px;
    width: 50px !important;
	min-width: 50px !important;
    border-radius: 3px;
    border: 2px solid #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	}
}


@media only screen and (max-width: 768px) {

		.isotope-pager {
		margin-top: 30px;
		margin-bottom: 30px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}	
	
	.isotope-pager a {
    height: 50px;
    width: 50px !important;
	min-width: 50px !important;
    border-radius: 3px;
    border: 2px solid #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	}
}


.vacature-template-default .elementor-widget-bdt-advanced-button {
    width: 100% !important;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items: flex-start !important;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    top: 7px !important;
}

.bdt-ep-advanced-icon-box-description {
	display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;  
  overflow: hidden !important;
}

.bdt-ep-advanced-icon-box-title {
		display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;  
  overflow: hidden !important;
}

.item-vacature-wrapper .bdt-ep-advanced-icon-box-title {
    height: 80px;
}

@media screen and (max-width: 550px) {
	#solliciteren {
		padding: 40px;
	}
}

.form-wrapper {
	background: #fff;
	padding: 30px;
}

.form-wrapper input.medium{
	 width: 100% !important;
}