53 lines
2.4 KiB
PHP
53 lines
2.4 KiB
PHP
<?php
|
|
/**
|
|
* The template for 404 pages
|
|
*
|
|
* @package thbusiness
|
|
*/
|
|
|
|
get_header(); ?>
|
|
|
|
<div class="entry-content">
|
|
<div class="et-l et-l--post">
|
|
<div class="et_builder_inner_content et_pb_gutters3">
|
|
<div class="et_pb_section et_pb_section_0 pagetitle_section et_pb_with_background et_section_regular et_section_transparent">
|
|
<div class="et_pb_row et_pb_row_0 et_pb_equal_columns">
|
|
<div class="et_pb_column et_pb_column_2_5 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough">
|
|
<div class="et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light">
|
|
<div class="et_pb_text_inner"><h1 class="small-h1">Page Not Found</h1>
|
|
<h2 class="red-heading fw600 pb1">Sorry, the page you are looking for cannot be found.</h2>
|
|
</div>
|
|
</div> <!-- .et_pb_text -->
|
|
<div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light">
|
|
<div class="et_pb_text_inner"><p>The link you followed may be broken or the page may have been removed.</p></div>
|
|
<p style="padding: 20px 0 20px 0px;">Need further assistance? Call us at <a href="<?php echo do_shortcode('[op]'); ?>" ><?php echo do_shortcode('[op]'); ?></p>
|
|
<a class="btn" href="/"> Home </a>
|
|
</div> <!-- .et_pb_text -->
|
|
</div> <!-- .et_pb_column -->
|
|
<div class="et_pb_column et_pb_column_3_5 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty">
|
|
</div> <!-- .et_pb_column -->
|
|
</div> <!-- .et_pb_row -->
|
|
</div> <!-- .et_pb_section --> <!-- .et_pb_section -->
|
|
<div><!-- .et_pb_row -->
|
|
</div> <!-- .et_pb_section -->
|
|
</div><!-- .et_builder_inner_content -->
|
|
</div><!-- .et-l -->
|
|
</div>
|
|
</div><!-- #primary -->
|
|
|
|
|
|
<?php get_footer(); ?>
|
|
|
|
<style>
|
|
.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0 {background-position: top right;background-blend-mode: darken;background-image: url(/wp-content/uploads/2022/01/home-System_hero2.jpg) !important;}
|
|
.et-db #et-boc .et-l .et_pb_section {padding: unset;}
|
|
.btn {
|
|
color: #ffffff !important; display: inline-block;box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.3);
|
|
transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms;
|
|
border-width: 1px !important;
|
|
border-color: #E02B20;
|
|
font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
|
|
font-weight: 500 !important;
|
|
background-color: #d50032;
|
|
}
|
|
</style>
|