/*----*****---- << 404 Error - Type 2 >> ----*****----*/

	.error404 .type1 h2 { 
		font-family: var(--wdtFontTypo_Alt); font-size: 130px; font-weight: var(--wdtFontWeight_Base); 
		line-height: 1em; letter-spacing: 0; text-transform: uppercase; margin: 0;
		margin-bottom: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem); }
	.error404 .type1 p {     
		font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Base); color: var(--wdtBodyTxtColor); margin-bottom: 35px; }
	.error404 .type1 a.wdt-button { 
		display: inline-block; font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Base); 
		letter-spacing: 0; text-transform: capitalize; padding: var(--wdtPadding_Btn); color: var(--wdtAccentTxtColor); 
		-webkit-border-radius: var(--wdtRadius_1X); border-radius: var(--wdtRadius_1X); margin-top: 0; }

	.error404 .type1 .error-box-inner > img {
		width: 100%; max-width: 420px; height: auto; margin-bottom: clamp(1.5625rem, 1.375rem + 0.9375vw, 2.5rem);
	}
	.error404 .type1 { position: relative; }
	.error404 .type1:after {
		content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: radial-gradient( rgba(var(--wdtAccentTxtColorRgb), 0.55) 5%, var(--wdtAccentTxtColor) 100%); z-index: 0; background-position: center center;
	}
		/* Accents */
		.error404 .type1 h2 { color: var(--wdtSecondaryColor) !important; }
		.error404 .type1 a.wdt-button { background-color: var(--wdtSecondaryColor); }
		.error404 .type1 a.wdt-button:hover { background-color: var(--wdtLinkHoverColor); color: var(--wdtSecondaryColor); }


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/
@media (min-width:1281px) { .error404 .type1 p { padding: 0 7%;} } 
@media only screen and (min-width:768px) and (max-width:1280px) {
		.error404 .type1 h2 { font-size: 80px; }
		.error404 .container { max-width: 800px; width: 100%; }
		.error404 .type1 .error-box-inner > img {
		width: 100%; max-width: 320px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
		.error404 .type1 h2 { font-size: 50px; }
		.error404 .type1 .error-box-inner > img {
		width: 100%; max-width: 200px;
		}
}
