/*
 Theme Name:   ERG26
 Theme URI:    https://pa-erg.com	
 Description:  ERG's custom child theme for GeneratePress.
 Author:       Eric Karkovack
 Author URI:   https://www.karks.com
 Template:     generatepress
 Version:      0.1
*/


.gbp-button--tertiary {
	color: var(--base) !important;
}

.gb-accordion__item-open {
	background-color: var(--global-color-10) !important;
}

/* Responsive Styles */
@media (min-width: 768px) and (max-width: 1199px) {

	.inside-header, .site-content .content-area {
		width: 96%;
		max-width: 96%;
		margin: auto;
	}

	.home .inside-header, .home .site-content .content-area {
		width: 100%;
		max-width: 100%;
	}
	
}