/**
Theme Name: WP Support & Grow Child Theme
Theme URI: 
Description: A custom theme built for WP Support & Grow
Author: Fifteen Three Digital
Author URI: https://www.fifteenthree.co.uk/
Template: astra
Version: 1.0.0

*/


/* ----------------- 
  content 
-------------------*/


.entry-content h1, h1,
.entry-content h2, h2,
.entry-content h3, h3,
.entry-content h4, h4,
.entry-content h5, h5,
.entry-content h6, h6 {
	color: inherit !important;
}





/* ----------------- 
  max-width 
-------------------*/


@media screen and (max-width:1024px) and (min-width:768px){
	
		
}

@media screen and (max-width:1024px){
	

}

@media screen and (max-width:900px){


}

@media screen and (max-width:767px){


}

@media screen and (max-width:480px){


}

@media screen and (max-width:320px){


}




/* ----------------- 
  min-width 
-------------------*/


@media screen and (min-width:480px) {
	
	
}


@media screen and (min-width:768px) {
	
	
}

@media screen and (min-width:900px) {
	
	
}

@media screen and (min-width:1060px) {
	
	
}

@media screen and (min-width:1200px) {
	
	
}



