@charset "UTF-8";
/* CSS Document 
File: assets/css/responsive.css
Description: Css classes for responsive view
Plugin: WP Mega Intro
Author: AD-THEME
*/


@media screen and (min-width: 320px) and (max-width: 700px) {
	
	.cf7_wrapper {
		width:80%;
	}
	
	.wpmi-logo-wrap {
		top:10px!important;
		left:10px!important; 
		width:150px!important;
	}
	
	.wpmi-logo-wrap img {
		max-width:150px!important;
		height:auto!important;
	}
	
	.wpmi-skip-wrap {
		bottom:120px!important;
		left:10px!important; 
	}
	
	.wpmi_slide_title {
		font-size:30px!important;
	}
	

	
}

@media screen and (min-width: 0px) and (max-width: 320px) {
	
	.cf7_wrapper {
		width:300px;
	}
	
	.wpmi-logo-wrap {
		top:10px!important;
		left:10px!important; 
		width:75px!important;
	}
	
	.wpmi-logo-wrap img {
		max-width:75px!important;
		height:auto!important; 
	}
	
	.wpmi-skip-wrap {
		bottom:120px!important;
		left:10px!important; 
	}
	
	.wpmi_slide_title {
		font-size:20px!important;
	}
	
}
/*
@media screen and (min-height: 0px) and (max-height: 700px) {
	
	.wpmi-logo-wrap {
		top:10px!important;
		left:10px!important; 
		width:150px!important;
	}
	
	.wpmi-logo-wrap img {
		max-width:150px!important;
		height:auto!important;
	}
	
	.wpmi-skip-wrap {
		bottom:120px!important;
		left:10px!important; 
	}
	
}*/