/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@media screen and (min-width: 850px) { 
	.large-12 .large-columns-2 .col {
				flex-basis: 33%;
				max-width: 33%;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.gtthermo {
	.therm_border {stroke: #000}
	/*.therm_arrow {stroke: #000}
	.therm_majorTick {stroke: #000}
	.therm_raisedLevel {stroke: #000}
	.therm_percent {color: #000}
	.therm_raised {color: #000}
	.therm_target {color: #000} */
}

