/* Sans Serif Menu Font */
.menu-item {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 105%;
	font-weight: 400;
}

/* Big front page icons */
.front-page-icons {
	font-size: 200px;
	height: 200px;
	width: 200px;
}

.center-content {
	text-align: center;
}

/* Splash Page */
.splash-flex {
	display: flex;
	justify-content: center;
	margin: 10px;
}

.why-buy-with-me {
	background: white;
	padding: 2rem;
}

.why-buy-with-me .wp-block-button a {
	cursor: default;
}

.center-header {
	margin-top: 40vh;
	margin-bottom: 0 !important;
	text-align: center;
}

.wp-block-button__link {
	font-family: 'Libre Franklin', sans-serif !important;
	font-weight: 800 !important;
}

.main-header-container {
	flex-direction: column;
}

.ast-site-title-wrap {
		text-align: center;
}

.site-logo-img {
	order: 2;
	padding: 1em 1em 0 20em;
}

@media (max-width: 1200px) {
	.main-header-container {
		flex-direction: row;
	}
	.ast-site-title-wrap {
		text-align: left;
	}
	.center-header {
		margin-top: 20vh
	}
	.ast-site-identity {
		flex-direction: row;
	}
}

.two-column {
	column-count: 2;
	column-gap: 2rem;
}

@media (max-width: 920px) {
	.portrait img {
		display: none;
	}
	.site-logo-img {
		display: none;
	}
	.two-column {
		column-count: 1;
	}
}

.main-header-bar-navigation {
	text-align: center !important;
}

.ast-main-header-bar-alignment {
	margin-left: unset !important;
}

form .wp-block-button__link {
	background: #ce1126;
	color: white;
	border-radius: 2px;
}

.edina-realty-footer {
	min-width: 100px;
	max-width: 180px;
}

.jetpack-social-widget-item svg {
	fill: #cc1024;
}

.site-content::after {
	content: "";
	opacity: 0.6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("wp-content/uploads/2020/08/DIT_landscape-1.svg");
	background-repeat: repeat-x; 		
	background-attachment: fixed;
	background-position: -300px;
	z-index: -1;
	display: unset;
}

.ast-container {
	background: white;
}


.testimonial-group .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
}

.testimonial-group .testimonial-entry {
	background: rgb(245, 245, 245);
	width: unset;
	padding: 1rem;
}

.jetpack-testimonial-shortcode {
	width: 80%;
}

@media (max-width: 600px) {
	.jetpack-testimonial-shortcode {
		width: 100%;
	}
}

.wp-block-jetpack-contact-info p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.card-image {
	padding: 1em 2em;
}

.socios-container {
	padding: 1em;
}

.full-name {
	margin-bottom: 0.25em !important;
}

.wp-block-reubenj-business-card p {
	margin: unset;
}