/* Enter Your Custom CSS Here */

h1, h2, h3, h4, body {
	font-family: 'Nunito', sans-serif;
}
.post-entry {
    position: relative;
}
.woocommerce div#primary {
    max-width: 1200px;
    padding: 30px;
    margin: 0 auto;
}
.sponsor-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.sponsor-container img {
		max-height:40px;
		width:100%;
		max-width:210px;
}
.single-glossary .sponsor-container {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
    max-width: 50%;
}
.single-glossary .sponsor-container img {
		max-height:30px;
		width:100%;
		max-width:180px;
}
.fab {
    color: #444444;
}


.wp-block-button__link,
.gform_wrapper .button {
    color: #333;
	  font-weight: bold;
    background-color: #9DC183;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
