/*
* Yerel Yazıtipi kullanıyorsanız Yorum Satırı işaretçilerini kaldırın.
* "Custom (Özel) Font" yazan yere kendi yazı tipinizin adını yazın.
*
* If you use Local Fonts, please remove comment line markers.
* Write your font name to the place where "Custom (Özel) Font" is written.
*
:root {
    --body-font-family:"Custom (Özel) Font", sans-serif;
    --body-font-weight:400;
    --menu-font-family:"Custom (Özel) Font", sans-serif;
    --menu-font-weight:600;
    --h1-font-family:"Custom (Özel) Font", sans-serif;
    --h1-font-weight:700;
    --h2-font-family:"Custom (Özel) Font", sans-serif;
    --h2-font-weight:600;
    --h3-font-family:"Custom (Özel) Font", sans-serif;
    --h3-font-weight:600;
    --h4-font-family:"Custom (Özel) Font", sans-serif;
    --h4-font-weight:600;
    --h5-font-family:"Custom (Özel) Font", sans-serif;
    --h5-font-weight:600;
    --h6-font-family:"Custom (Özel) Font", sans-serif;
    --h6-font-weight:600;
}
*/

@media (max-width:767.98px) {
    .footer-top.with-newsletter+.footer-middle {
        padding-top: 160px !important;
    }
}