/**
Theme Name: Childtheme
Template: astra
*/

.mobileSpacer {
	margin-top: 50px !important;
}

@media all and (min-width: 1200px) {
	.mobileOnly {
		display: none !important;
	}
}

@media all and (max-width: 768px) {
	.fl-col.smFull {
		width: 100% !important;
	}
	.fl-col.sm92 {
		width: 92% !important;
	}
	.smFullReverse .fl-col-group {
		display: flex !important;
		flex-direction: column-reverse !important;
	}
}

/********************
 * ROW SPACINGS
********************/
.brenzelRow {
	margin-bottom: 25px;
}
.brenzelRowFilled .fl-row-content-wrap {
	padding-top: 35px;
	padding-bottom: 35px;
}

@media all and (min-width: 768px) {
	.brenzelRow {
		margin-bottom: 35px;
	}
	.brenzelRowFilled .fl-row-content-wrap {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media all and (min-width: 1200px) {
	.brenzelRow {
		margin-bottom: 45px;
	}
	.brenzelRowFilled .fl-row-content-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}


@media all and (max-width: 767px) {
	.pp-heading-content .pp-heading .heading-title span.title-text {
    display: unset !important;
}
}