/*
 Theme Name:   MixTech Inc.
 Theme URI:    http://a2iwebsolutions.com/
 Description:  MixTech Inc.
 Author:       Amit Ahuja
 Author URI:   http://a2iwebsolutions.com/
 Template:     virtue_premium
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  mixtech
*/

.boxed #wrapper.container {
    box-shadow: none !important;
    margin-bottom: 5px;
}
.container {
    max-width: 970px;
}
.sf-menu a {
    padding: 10px 10px;
}
.footercredits p {
    font-size: 12px;
}
.footernav ul li a {
    display: block;
    font-size: 12px;
    padding: 4px 6px;
    transition: background 0.5s ease 0s;
}
.footernav ul li a:hover {
   color:#fff;
}
.footernav ul li {
    float: left;
    list-style: outside none none;
    padding-left: 0;
}
.small {
    font-size: 14px;
    line-height: 130%;
}
li {
    background: transparent url("./images/arrow-icon.png") no-repeat scroll 0 7px;
    list-style: outside none none;
    padding-left: 50px;
}
@media screen and (min-width: 801px) {

.nav-trigger {
	display: none;
}
}