/**
 * Compiled using wp-dynamic-css
 * https://github.com/askupasoftware/wp-dynamic-css
 */

/*Mobile*/
@media only screen and (max-width: 768px){
	h1{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h2{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h3{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
}

/*Tablet Vertical*/
@media only screen and (min-width: 768px) and (max-width: 992px){
	h1{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h2{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h3{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
}

/*Tablet Horizontal*/
@media only screen and (min-width: 992px) and (max-width: 1200px){
	h1{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h2{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h3{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
}

/*Desktop*/
@media only screen and (min-width: 1200px) and (max-width: 1850px){
	h1{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h2{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h3{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
}

/*Desktop HD*/
@media only screen and (min-width: 1850px) and (max-width: 2560px){
	h1{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h2{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h3{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
}

/*Desktop 4K*/
@media only screen and (min-width: 2560px){
	h1{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h2{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
	
	h3{
		font-size: none;
    	letter-spacing: none;
		line-height: none;
	}
}