/*
Theme Name:Hybrid
Theme URI: http://stonedthemes.com/
Description: Hybrid - Business & Creative Wordpress Portfolio
Author: StonedThemes
Version: 1.1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/


/*
Social Media footer moved to header (after the search feature... or there abouts...)
*/

@media screen and (min-width: 980px) {
.footer-social {
    color: #c6c6c6;
    margin-right: 30px !important;
    margin-top: -50px !important;
}
}

@media screen and (min-width: 600px) and (max-width: 979px) {

.footer-social {
color: #c6c6c6 !important;
background: none !important;
    display: block;
    float: left !important;
    margin-left: 240px !important;
    width: 200px;

}
.footer-social li {
background: none !important;
}
.footer-social li:hover {
background: #c6c6c6 !important;
}
}
@media screen and (max-width: 599px) {

.footer-social {
color: #c6c6c6 !important;
background: none !important;
    display: block;
    float: left !important;
    width: 200px;
    height:40px;
margin-top:70px !important;

}
.footer-social li {
background: none !important;
}
.footer-social li:hover {
background: #c6c6c6 !important;
}
}