/*
    Description: 	Designer Framework Flat
    Author: 		InsideLab
    Version: 		1.0
*/

/*	--------------------------------------------------
	:: TABLET PORTRAIT DESIGN WIDTH 1200PX
	-------------------------------------------------- */

    @media only screen and (min-width:960px) and (max-width:1199px) {
		
        .designer-widget-wrapper { width:100%; }
		
		.marginbres30 { margin-bottom:30px; }
		       
    }

/*	--------------------------------------------------
	:: TABLET PORTRAIT DESIGN WIDTH 960PX
	-------------------------------------------------- */

    @media only screen and (min-width:768px) and (max-width:959px) {
		
        .designer-widget-wrapper { width:100%; }
		
		.marginbres30 { margin-bottom:30px; }
		      
    }

/*	--------------------------------------------------
	:: TABLET LANDSCAPE DESIGN WIDTH 420PX
	-------------------------------------------------- */

    @media only screen and (min-width:480px) and (max-width:767px) {
		
        .designer-widget-wrapper { width:100%; }
		
		.marginbres30 { margin-bottom:30px; }
		
    }

/*	--------------------------------------------------
	:: TABLET PORTRAIT DESIGN WIDTH 300PX
	-------------------------------------------------- */

    @media only screen and (max-width:479px) {
		
        .designer-widget-wrapper { width:100%; }
		
		.marginbres30 { margin-bottom:30px; }
		
		.hover-effects-widget-media-holder .hover-effects-widget-media-description h4{
			font-size:17px;
			margin:0 0 20px 0;
		}
		
		.hover-effects-widget-media-holder .hover-effects-widget-media-description span{
			font-size:16px;
			margin:0 0 20px 0;
		}
				
    }
	/*
    Description: 	Designer Framework Flat
    Author: 		InsideLab
    Version: 		1.0
*/

/*	--------------------------------------------------
	:: TABLET PORTRAIT DESIGN WIDTH 1200PX
	-------------------------------------------------- */

    @media only screen and (min-width:960px) and (max-width:1199px) {
		
        .designer-widget-wrapper { width:100%; }
		
		.tabs-widget .tabs-widget-label{
			display:block;	
			margin:5px 0;
		}
		
		.tabs-widget.tabs-widget-arrow .tabs-widget-input:checked + .tabs-widget-label:before{
			display:none;
		}
		       
    }

/*	--------------------------------------------------
	:: TABLET PORTRAIT DESIGN WIDTH 960PX
	-------------------------------------------------- */

    @media only screen and (min-width:768px) and (max-width:959px) {
		
        .designer-widget-wrapper { width:100%; }
		
		.tabs-widget .tabs-widget-label{
			display:block;	
			margin:5px 0;
		}
		
		.tabs-widget.tabs-widget-arrow .tabs-widget-input:checked + .tabs-widget-label:before{
			display:none;
		}
		       
    }

/*	--------------------------------------------------
	:: TABLET LANDSCAPE DESIGN WIDTH 420PX
	-------------------------------------------------- */

    @media only screen and (min-width:480px) and (max-width:767px) {
		
        .designer-widget-wrapper { width:100%; }
		
		.tabs-widget .tabs-widget-label{
			display:block;	
			margin:5px 0;
		}
		
		.tabs-widget.tabs-widget-arrow .tabs-widget-input:checked + .tabs-widget-label:before{
			display:none;
		}
		
    }

/*	--------------------------------------------------
	:: TABLET PORTRAIT DESIGN WIDTH 300PX
	-------------------------------------------------- */

    @media only screen and (max-width:479px) {
		
        .designer-widget-wrapper { width:100%; }
		
		.tabs-widget .tabs-widget-label{
			display:block;	
			margin:5px 0;
		}
		
		.tabs-widget.tabs-widget-arrow .tabs-widget-input:checked + .tabs-widget-label:before{
			display:none;
		}
				
    }