/* 
Theme Name: Ultralete Fitness Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Ultralete Fitness Theme is a theme for a WordPress website.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
*/

/* Add your custom styles here */

@font-face {
    font-family: "Wsans-r";
    src: url(fonts/WorkSans-Regular.ttf);
}

@font-face {
    font-family: "Michroma-r";
    src: url(fonts/Michroma-Regular.ttf);
}


h1, h2, h3, h4, h5, h6, p, a, ul, li{
    margin: 0;
    padding: 0;
}

.error404  .footer-accordion,.error404 .footer-form{
    display: none;
}
.error-404{
    padding: 350px 20px 200px !important;
}
.error-404 h1{
    font-family: "Michroma-r";
    font-size: 36px;
    line-height: 51px;
    color: #fff;
    padding-bottom: 60px;
}
.error-404  a{
    padding: 17px 28px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Michroma-r";
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    background: #868C7E;
    position: relative;
    transition: .3s all;
}
.error-404  a::before{
        content: "";
    position: absolute;
    background: url('https://wp.chkdemo.com/ultraletefit/wp-content/uploads/2025/07/Clip-path-group-1.svg');
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 29px;
    background-repeat: no-repeat;
    background-size: contain;
}
.error-404  a::after{
    content: "";
    position: absolute;
    background: url('https://wp.chkdemo.com/ultraletefit/wp-content/uploads/2025/07/Clip-path-group-2.svg');
   top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    width: 29px;
    background-repeat: no-repeat;
    background-size: contain;
}
.error-404  a:hover{
    background: #524E4B;
}


@media screen and ( max-width: 767px ){
    .error-404 h1{
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 45px;
    }
    .error-404 {
        padding: 200px 20px 150px !important;
    }
}