/*--
Custom Image and Text ACF Block
-*/
.block-imagetextacf {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.msd-it-blockimage {
	width: 65%;
}
.msd-it-blockimage img {
	width: 100%;
}
.msd-it-blocktext {
	width: calc( 35% - 20px );
	margin-left: 20px;
	padding: 50px;
	background-repeat: no-repeat;
	background-size: cover;
}
.block-imagetextacf .mds-it-title h3 {
	color: black;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
}
.mds-it-text p {
	line-height: 1.65;
}
.block-imagetextacf .mds-it-button button {
	font-size: 19px;
	color: black;
	background-color: #eca400;
	transition: all .2s linear;
	font-weight: 700;
	padding: 12px 40px 14px 40px;
	border: none;
}
.block-imagetextacf .mds-it-button button:hover, .block-imagetextacf .mds-it-button button:active {
	background-color: #b57e00;
}



/*-- Block Editor specific styles --*/
.edit-post-visual-editor .block-editor-block-list__block .block-imagetextacf h3 {
	color: black;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	margin-top: 0px;
}





@media screen and (max-width: 810px) {
	.block-imagetextacf {display:block;}
	.msd-it-blockimage {width:100%;}
	.msd-it-blocktext {width:100%; margin-left:0px; margin-top:20px;}

}





