/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. ---------------------------------------------------------------*/
h4 {
    margin-bottom: 1em;
    line-height: 1.5em;
}
h5 {
	margin-top: .5em;
}
.oswald {font-family:'Oswald';font-weight:600;text-transform: uppercase;line-height: 1.4em;font-size: 1.5em;letter-spacing: -0.01em;}
.gold {background-color: #d1ad48;}
.slider-content .text-wrap {
    background: rgb(24 24 24 / 85%);
    text-align: center;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
	li.phone-link a {
		padding: 10px 13px 13px;
		background: #cdad54;
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
		font-family: 'Oswald';
		letter-spacing: 1px;
	}
}