/*
    Description: 	Slider Framework
    Author: 		Insidelabdev
    Version: 		2.0
*/

/*	--------------------------------------------------
	:: MOBILE PORTRAIT DESIGN WIDTH BELOW 40EM
	-------------------------------------------------- */
    
	@media only screen and (max-width:39.9375em) {
		
		.slider-widget .slider-widget-arrows .slider-widget-prev,
		.slider-widget .slider-widget-arrows .slider-widget-next {
		    display:none;
		}
		
		.slider-widget .slider-widget-caption-holder .slider-widget-caption {
			display:none;
		}
		
    }
	
/*	--------------------------------------------------
	:: MOBILE LANDSCAPE DESIGN WIDTH 40EM
	-------------------------------------------------- */

	@media only screen and (min-width:40em) and (max-width:51.9375em) {
		
		.slider-widget .slider-widget-caption-holder .slider-widget-caption {
			display:none;
		}
		
    }
	
/*	--------------------------------------------------
	:: TABLET PORTRAIT DESIGN WIDTH 52EM
	-------------------------------------------------- */

	@media only screen and (min-width:52em) and (max-width:63.9375em) {
	    
    }

/*	--------------------------------------------------
	:: TABLET LANDSCAPE DESIGN WIDTH 64EM
	-------------------------------------------------- */
	
	@media only screen and (min-width:64em) and (max-width:74.9375em) {
	    
    }