/*
Theme Name: The Dental Startup Network
Description: The Dental Startup Network
Author:
Author URI:
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.cm-logo img {
	min-width: 200px !important;
}
.cm-hero-dark-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 74%;
	height: 85%;
	background: #000;
	z-index: -1;
	border-bottom-right-radius: 8px;
}

@media only screen and (max-width: 425px) {
	.cm-no-text .fusion-text {
		margin-top: 30px !important;
	}
	.cm-no-text .cm-no-title {
		margin-top: -140px !important;
	}
}
@media only screen and (max-width: 640px) {
	.cm-hero-dark-bg::before {
		width: 100%;
		height: 100%;
		border-bottom-right-radius: 0px;
	}
}