/*
WholeHogSports - iPhone3 Fix
*/

@media only screen and (max-device-width: 480px) {

    .img-shadow:before {
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    }
    
    #wrapper-inner {
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    }
    
    #header-wrapper {
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    }
    
    #tab1,
    #tab2,
    #tab3,
    #tab4 {
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    }
    
    #gallery-info-wrap,
    .widget-list,
    .widget-fb {
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    }
    
    #footer {
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    }

}
