/*!
Theme Name: Kademe
Theme URI: http://underscores.me/
Author: Mustafa Özer
Author URI: https://www.mustafaozer.net
Description: A special theme for Kademe Grubu.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kademe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kademe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
ul.menu { list-style: none;}
.text-uppercase { text-transform: uppercase !important;}
.img-white { filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); }
.img-dark { filter: brightness(0); -webkit-filter: brightness(0); }
.lang-sep:last-child { display: none; }
.copyright a, .prev-page a, a.load-more-dt { color: #313033; text-decoration: none; font-weight: 600;}
.not-fount-page{
    width:100%;
    margin-top:85.36px;
    padding:130px 0
}
.text-primary { color: #E50019 !important;}
.text-dark { color: #000 !important;}
#contactForm {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}
.quote-form-container .form .bottom .send input[type=submit] {
    width: 100%;
    height: 63px;
    border-radius: 37px;
    background: #ee1d23;
    outline: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
@media only screen and (max-width: 992px){
    .not-fount-page{
        margin-top:81.78px
    }
}
@media only screen and (max-width: 680px){
    .not-fount-page{
        padding:60px 0
    }
}
.not-fount-page .box{
    text-align:center
}
.not-fount-page .box h1,.not-fount-page .box h2,.not-fount-page .box h3{
    margin:0 0;
    padding:0 0
}
.not-fount-page .box h1{
    font-size:180px;
    font-weight:900;
    color:#c5c5c5
}
@media only screen and (max-width: 680px){
    .not-fount-page .box h1{
        font-size:120px
    }
}
.not-fount-page .box h2{
    font-size:45px;
}
@media only screen and (max-width: 680px){
    .not-fount-page .box h2{
        margin-top:30px;
        font-size:32px
    }
}
.not-fount-page .box h3{
    font-family:"Roboto",sans-serif !important;
    font-size:18px;
    color:#565656;
    margin-top:15px
}
@media only screen and (max-width: 680px){
    .not-fount-page .box h3{
        margin-top:30px;
        font-size:16px
    }
}