/* ===================================
	404 - Page Not Found
====================================== */
.error-404 {
	padding: 75px 0;
}
.error-404 .crafto-sub-heading {
	color: var( --e-global-color-secondary, #232323 );
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.75rem;
	line-height: 1.95rem;
	letter-spacing: -0.5px;
}
.error-404 .crafto-heading {
	font-size: 12.5rem;
	line-height: 12.5rem;
	font-weight: 700;
	letter-spacing: -8px;
	color: var( --e-global-color-secondary, #232323 );
}
.error-404 .crafto-not-found-text {
	color: var( --e-global-color-secondary, #232323 );
	font-size: 2.375rem;
	line-height: 2.7rem;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.error-404 p {
	margin-bottom: 30px;
	width: 60%;
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
}
.error-404 .btn,
.error-404 .btn:hover,
.error-404 .btn:focus {
	background-color: var( --e-global-color-secondary, #232323 );
	border-color: var( --e-global-color-secondary, #232323 );
	color: #fff;
	padding: 14px 36px;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}
.error-404 .btn i {
	margin-right: 6px;
	margin-left: 0;
}
.error-404 .btn:hover {
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
	transform: translate3d(0,-2px,0);
}

/* Responsive CSS Here */
@media (max-width: 991px) {
	.error-404 p {
		width: 75%;
	}
	.error-404 .full-screen {
		height: 550px!important;
	}
}

@media (max-width: 767px) {
	.error-404 .crafto-heading {
		font-size: 10.625rem;
		line-height: 10.625rem;
	}
	.error-404 .crafto-not-found-text {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.error-404 p {
		width: 65%;
		margin-bottom: 25px;
	}
	.error-404 .btn {
		padding: 12px 30px;
	}
}

@media (max-width: 575px) {
	.error-404 p {
		width: 100%;
	}
}