/*!
Theme Name: ZeyELara
Theme URI: https://www.fatihdemir.net.tr/
Author: Fatih Demir
Author URI: https://www.fatihdemir.net.tr/
Description: It was designed by Fatih Demir for corporate companies.
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: zeyelara
Tags: Fatih Demir, ZeyELara Kurumsal
*/

/*Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*
 *   Footer
*/


.to-top {
    background-color: initial;
    background-image: -webkit-linear-gradient(bottom, #15191a, #325d6c);
    border: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 20px;
    transition: all .5s ease-in;
    width: 40px
}

.to-top:hover {
    background: #f7b90f;
    transition: all .5s ease-in
}

@media only screen and (max-width: 992px) {
    footer.main-footer {
        height: auto;
    }

    .footer-inner {
        padding: 60px 0 20px
    }

    .main-footer {
        float: left;
        position: relative !important
    }

    .height-emulator.fl-wrap {
        display: none
    }


}

@media only screen and (max-width: 756px) {
    .sub-footer {
        height: auto;
        line-height: inherit;
        padding: 22px 0
    }

    .subfooter-nav {
        float: left;
        margin: 14px 0 0;
        width: 100%
    }

    .subfooter-nav li {
        margin: 0 15px 0 0
    }

    .subfooter-nav::before {
        display: none
    }

    .to-top {
        margin-top: -20px;
        position: absolute;
        right: 20px;
        top: 50%
    }
}

@media only screen and (max-width: 630px) {
    .footer-serv-holder ul li {
        width: 100%
    }
}