/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-title a {
	color: white;
}

.site-description {
	color: white;
}

/*.front-page-content-area .with-featured-image {
	background: #008c9e;
}*/
/* Adjusts the width of the content box on the homepage to remove the scrollbar on desktop screen sizes */
@media screen and (min-width: 768px) {
	.front-page-content-area .with-featured-image {
		width: 75%;
	}
}

/* Changes the font color of the entry title on the homepage */
.home .entry-title {
	color: #FFF;
}

h1.entry-title {
	text-align: center;
	width: 100%;
	font-weight: bold;
}

/* Hide home page title */
.home .entry-title {
	display: none;
}

/* Reduce featured content area */
@media screen and (min-width: 768px) {
	.front-page-content-area .with-featured-image {
		width: 65%;
		height: 75%;
		opacity: .8;
	}
}

#homescroll {
	overflow-x: hidden;
}

/*Prevent the page break for pricing table on Water Heater page.*/
@media only screen and (min-width: 600px) {
	.wp-block-coblocks-pricing-table__inner.has-columns.has-2-columns.has-responsive-columns.has-small-gutter {
		flex-wrap: nowrap;
	}
	
	.wp-block-coblocks-pricing-table-item.has-background.has-text-color.has-white-color {
		margin-left: 5px;
	}
	
	/*Prevent the page break for pricing table on Water Heater page.*/
	@media only screen and (min-width: 600px) {
	.wp-block-coblocks-pricing-table__inner.has-columns.has-2-columns.has-responsive-columns.has-small-gutter {
		flex-wrap: nowrap;
	}
	
	.wp-block-coblocks-pricing-table-item.has-background.has-text-color.has-white-color {
		margin-left: 5px;
	}
}

/*Prevent the page break for pricing table on Pressure Regulating Valves page.*/
.wp-block-coblocks-pricing-table__inner.has-columns.has-4-columns.has-responsive-columns.has-no-gutter {
	flex-wrap: nowrap;
}

/*change osmosis pricing size 31801449-hc jg */
.has-large-gutter.has-4-columns>:not(.block-editor-inner-blocks) {
    max-width: 33% !important;
}
	
	[class*=wp-block-coblocks-] {
    box-sizing: auto; 
}
	
