@media (min-width: 960px)
.wp-block-themeisle-blocks-advanced-columns .innerblocks-wrap {
    display: flex;
    flex-basis: 100%;
    word-break: keep-all;
    max-width: var(--columnsWidth);
    flex-wrap: wrap;
    justify-content: space-around;
}

body {
max-width: 100%;
overflow-x: hidden;
}

.widget-title, .mc_header, .mc_success_msg {
	text-align: center;
}

.widget_mailchimpsf_widget {
	padding:40px;
	background-image: url("https://clienfarms.eu/wp-content/uploads/2022/06/YOUTUBE-cover.jpg");
	color:white;
}

#mc_signup_submit {
	border: 1px;
	border-color:white;
}

.post-1429, .post-1451, .post-1459, .post-1465, .post-1950, .post-2039, .post-2601, .post-2605, .post-2608, .post-2612 {
	display: none;
}

.wp-block-file__button {
background-color: #ffffff;
}

p {
	line-height: 1.3em !important;
}

.archetype-row {
	flex-direction: row;
	padding-bottom: 50px;
}

.archetype-row .innerblocks-wrap {
	display: flex;
	justify-content: center;
}

.archetype-row a:visited {
	color: white;
}

.archetype-item-wrapper {
	max-width: 400px
}

.archetype-item {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	border: 2px solid #005a67;
	padding: 20px;
	border-radius: 3px;
	justify-content: space-between;
	margin: 0 25px 0 25px;
}


.factsheet-type {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0;
}

.factsheet-link {
	background: #518486;
  color: white;
	margin: 0 0 10px 0 !important;
}

.factsheet-link:hover {
	background-color: #6a9675;
	cursor: pointer;
}

.factsheet-link a {
	text-decoration: none;
	background: none;
  font-size: 20px;
	padding: 15px 10px 15px 10px;
	font-weight: normal;
}

.factsheet-link a:hover, .factsheet-link a:visited {
	color: white;
}


@media only screen and (max-width: 600px) {
	
	.archetype-item-wrapper {
	  min-width: 100%;
 }
	.archetype-row .innerblocks-wrap {
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.archetype-item {
		min-height: fit-content;
	}
	
	.step-none {
		display: none;
	}
	
	.factsheet-type {
	 max-width: 560px;
  }
	
  .factsheet-link a {
    font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
}