/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.ct-header-cta a {
	gap: 0.7em;
	padding: 9px 20px 9px 10px;
}
.ct-search-box {
	width: 100%;
}
.ct-search-form-select--mobile .ct-search-form select {
	width: 78px;
}

body ::selection {
  color: var(--theme-selection-text-color);
  background-color: var(--theme-selection-background-color);

}
element {
  margin-top: 100px;

}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
  --container-spacing: 70px;
  --theme-border: none;
  --grid-template-columns: repeat(2, 1fr);
}

.ct-footer [data-row] > div {
  border-top: var(--theme-border-top);
  border-bottom: var(--theme-border-bottom);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > .ct-container {
	display: flex;
	grid-column-gap: 0;
  	grid-row-gap: 0;
  	padding-block: 0;
	margin-top: 70px;
}

/* mobile */
@media(max-width: 689.98px) {
  	.ct-footer [data-row*="middle"] [data-column] {
		width: 100%;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] > .ct-container {
		flex-direction: column;
	}
	
	div[id^="gspb_col-id"] {
  		padding-left: 0 !important;
		padding-top: 0 !important;
  		padding-bottom: 18px !important;
  		padding-right: 18px !important;
	}
	
	#vacatures-per-regio-2 {
		display: none
	}
}

/* tablet  */
@media(min-width: 690px)and (max-width: 999.98px) {
  	.ct-footer [data-row*="middle"] [data-column] {
		width: 100%;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] > .ct-container {
		flex-direction: column;
	}
	
	div[id^="gspb_col-id"] {
  		padding-left: 0 !important;
		padding-top: 0 !important;
  		padding-bottom: 18px !important;
  		padding-right: 18px !important;
	}
}

/* desktop */
@media(min-width: 1000px) {
  	.ct-footer [data-row*="middle"] [data-column] {
		width: 50%;
	}
}
