@charset "utf-8";
/* CSS Document */
/* Version : 1.1.0 */

@media screen and (min-width: 992px) and (max-width: 1199px) {

	/* HOME */
	.home .header {
		min-height:120px;
	}
	
	/* STEPS */
	
	.steps ol li {
		margin-left: 10px;
    margin-right: 10px;
	}
	
	/*.steps ol li span {
		display:none;
	}
	
	.steps ol li.current span {
		display:inline;
	}
	
	.steps ol li::before {
		margin-right:0;
	}
	
	.steps ol li.current::before {
		margin-right:10px;
	}*/
	
	/* CALENDAR */
	
	#tblcalendar td span {
    padding: 19px 0;
	}
	
	#calendar .col-sm-6:nth-of-type(2n+1) {
		clear:both;
	}
	
	/* WEDDING BOOKING */
	
	ul.highlight-details li {
		padding-right:10px;
	}
	
}