/*
Theme Name: Startit
Theme URI: http://startit.select-themes.com/
Description: A Fresh Startup Business Theme
Author: Select Themes
Author URI:  http://themeforest.net/user/select-themes
Version: 2.4.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
body {
    font-family: 'Comfortaa' !important;
}
.qodef-side-menu, .qodef-sidebar {
    margin-top: 60px;
    z-index: 99999;
    position: relative;
}
.footerCenter {
    text-align: center;
    color: #000;
}
footer .qodef-footer-top .qodef-column {
    border-right: 0px !important;
}
footer .qodef-footer-top .qodef-column:first-child {
    padding-right: 0px !important;
    border-right: 1px solid #bcb598 !important;
}

footer .qodef-five-columns .qodef-column .qodef-column-inner,
footer .qodef-four-columns .qodef-column .qodef-column-inner,
footer .qodef-three-columns .qodef-column .qodef-column-inner,
footer .qodef-two-columns-50-50 .qodef-column .qodef-column-inner {
    padding: 0px !important;
}

footer .qodef-footer-top:not(.qodef-footer-top-full) .qodef-container-inner {
    padding: 20px 10px 10px 15px !important;
}

footer .qodef-footer-top {
    padding: 30px 0 55px;
}
footer .qodef-footer-top p {
    color: #000;
    line-height: 18px;
    margin-bottom: 5px;
}
footer .qodef-footer-top .footerCenter p {
    margin-bottom: 0px;
}
.qodef-drop-down ul {
    margin-top: 6px !important;
}

footer .qodef-footer-top .qodef-column {
    padding: 0px !important;
}

.col-foot .qodef-column-col-foot {
    float: left;
}
.col-foot .col-1 {
    width: 34%;
    padding: 0px;
    border-right: 1px solid #bcb59b;
}

.col-foot .col-2 {
    width: 35%;
    padding: 0px 10px 0px 25px;

}

.col-foot .col-3 {
    width: 25%;
    padding: 0px;
    text-align: right;
}

.soc-link {
    background: #ece5d2;
    color: #4d4d4d !important;
    width: 35px;
    height: 27px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    display: block;
    text-align: center;
    padding-top: 8px;
    float: right;
    margin-left: 8px;
    line-height: 20px;
}
footer .widget {
    margin-bottom: 0px !important;
}
a.soc-link:hover {
    color: #4d4d4d !important;
    background: #f4efe0;
}
.qodef-side-menu .widget h4::before, .qodef-sidebar .widget h4::before,
body .qodef-sidebar .widget h4::before {
    background-color: #d4d4d4 !important;
}
.qodef-side-menu .widget, .qodef-sidebar .widget {
    margin-top: 41px !important;
}

@media (min-width: 1900px) {
    .qodef-has-background.qodef-has-parallax-background.qodef-content-center-alignment {

        background-position: center center !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .col-foot .col-1, .col-foot .col-2, .col-foot .col-3 {
        width: 100%;
        padding: 20px 5px;
        border-right: 0px;

    }

    .soc-link {
        float: left;
        margin-left: 0px;
        margin-right: 8px;
    }

    .pp_pic_holder, div.pp_overlay {
    display: none !important;
    }
    div.pp_overlay {
    background-color: none !important;
    }
    .qodef-portfolio-single-media a {
    cursor:default !important;
    }

}

@media (max-width: 480px) {
    h1 {
        font-size: 32px !important;
    }
    .col-foot .col-1, .col-foot .col-2, .col-foot .col-3 {
        width: 80%;
        padding: 20px 25px;
    }

}

