/*
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.

*/

#prod-bl a, .no-color a {
	color: #797979 !important;
}

#prod-bl .qodef-process-holder.columns-4 .qodef-process-item {
	width: 24% !important;
}

.qodef-drop-down ul {
    margin-top: 6px !important;
}

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

.col-foot .qodef-column-col-foot {
    float: left;
}
.col-foot .col-1 {
    width: 38%;
    padding: 25px 0 15px;
    border-right: 1px solid #535353;
}

.col-foot .col-2 {
    width: 20%;
    padding: 25px 3% 15px 7%;
    border-right: 1px solid #535353;
}

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

.soc-link {
    background: #4d4d4d;
    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;
}

a.soc-link:hover {
    color: #fff !important;
    background: #616060;
}

@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: 999px) {
#prod-bl .qodef-process-holder.columns-4 .qodef-process-item {
	width: 100% !important;
}	
}

@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;
    }

}

@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;
    }

}

