@charset "utf-8";
/* 
You can keep your styles in the separate style-addition.css file.
When template have new update, your styles will be saved. 
*/

@import url(numbers-rectangle.css);
	

/* === Subscribe Button - color ======================================================================== */
	
#subscribe .button-submit {
	background-image: url('../images/_light/subscribe-button.png');
}
	
#subscribe .button-submit:hover {
	background-image: url('../images/_light/subscribe-button-hover.png');
}

/* === Show blocks ======================================================================== */	

/*
#logo{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/
		
/*	
#menu, #page-footer {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/
	
/*	
#title{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/
		
/*	
#description{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/
	
/*	
#count-down{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/
	
/*
#subscribe{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/
	
/*	
#social-icons{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/		
		
/*	
#twitter{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/
	
/*
#footer{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/
		
/* === Addition styles for mobile device ======================================================================== */
	
@media all and (min-width: 641px) and (max-width: 775px) {
	
}
	
@media all and (min-width: 461px) and (max-width: 640px) {
	
}
	
@media all and (max-width: 460px) {
	
}
