/* --------------

Theme name: Debut
Author: Lucid Themes
Version: 1.0
Last change: 08/01/2016

-------------- */


/* ------- RESPONSIVE CSS CONTENTS ------- 

	- 1) Mobile + Tablet (991px and below)
	
	- 2) Tablet only (768px - 991px)
	
	- 3) Mobile only (767px and below)
	
 ------------------------------------ */


/* --- 1) mobile + tablet styles --- */
@media (max-width: 991px) {

	/* -- ALL -- */
	
	.page-section{padding:70px 0;}
	
	.coming-soon-inner{width:90%;max-width:90%;position:static;transform: translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);}
	.coming-soon-content{padding-top:60px;}
	
	
	/* -- GOOGLE MAP -- */
	
	.map-section,#map-content{height:400px;}
	
	
	/* -- FEATURED CONTENT -- */
	
	.featured-section,.featured-content,.featured-slide{height:700px;}
	.featured-content-inner{width:45%;}
	
	
	/* -- FEATURED VIDEO -- */
	
	.video-content video{left:0;}
	
	
	/* -- COUNTDOWN TIMER -- */
	
	.countdown-section{width:100%!important;margin-bottom:40px;}
	
	
	/* -- FORMS -- */
	
	.social-icons{position:static;margin:40px 0;}
	
	.form{max-width:100%;}
	.form-input{margin-bottom:15px;}
	.form-text{min-height:200px;max-height:400px;margin-bottom:15px;}
	.form input[type=submit]{width:100%;}
	
	
	/* -- SOCIAL ICONS -- */
	
	.social-icons{position:static;margin:40px 0;}
	
}



/* --- 2) tablet only --- */
@media (min-width:768px) and (max-width: 991px) {

	.form-text{min-height:150px;max-height:150px;}
	
	/* -- GOOGLE MAP -- */
	
	.map-section,#map-content{height:500px;}
	
}



/* --- 3) mobile only --- */
@media (max-width:767px) {
	
	h1, h2, h3 {font-size:20px;line-height:28px;letter-spacing:4px;margin-bottom:25px;}
	p {font-size:13px;line-height:18px;letter-spacing:1px;}
	
}