/* Typography
--------------------------------------------- */
.post, 
.page {
	margin-bottom: 0;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #d2d2d2;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
h1{
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}
h2{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
h3{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
h4{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

/* Base
------------------------*/
a{
	text-decoration: none;
	color: #b5b5b5;
}
a:hover{
	color: #fff;
}
body{
	background-color: #202020;
	overflow-x: hidden;
}
button, .button{
	display:inline-block;
	background-color: #EAB600;
	border:none;
	border-radius: 19px;
}
button.outline , 
.button.outline{
	background: transparent;
	border:1px solid #fff;
	color:#fff;
}
button.outline:hover , 
.button.outline:hover {
	border:1px solid #EAB600;
	color:#EAB600;
}
.snapBottom{
	position:fixed;
	bottom:0;
	z-index: 99;
}
.greyFilter{
	filter: grayscale(100%);
}

/* Main Menu 
--------------------------------------------- */
.site-header{
	background-color: #000;
	padding: 8px 0;
}
.site-header .siteLogo img{
	max-height:55px;
	width:auto;
}
.main-navigation ul{
	justify-content: flex-end;
}
.main-navigation li{
	margin-left: 25px;
}
.main-navigation a{
	color:#fff;
	padding:3px 0;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.main-navigation li.current-menu-item a,
.main-navigation li:hover a {
	border-bottom: 2px solid #BF953F;
}

/* Footer 
--------------------------------------------- */
footer{
	background-color: #000;
	color: #b5b5b5;
}
footer img{
	max-height: 100%;
	width: auto;
}
footer .footerLogo img{
	max-height: 50px;
	width: auto;
}
footer .footerLinks {
	padding: 30px 0 20px;
}
footer .footerItem{
	width:24%;
}
footer .footerLinks p{
	margin-top:10px;
}
footer .footerLinks h4 {
	margin-top:20px;
	font-size: 16px;
	font-weight: 500;
	color: #ebebeb;
}
footer .footerLinks ul{
	margin:20px 0 0 20px;
	padding:0;
}
footer .footerLinks li{
	margin: 0 0 3px 0;
	padding:0;
	list-style: none;
}
footer .footerLinks li a {
	color: #b5b5b5;
}
footer .footerLinks .custom-logo-link{
	display: block;
	position: relative;
	height: 50px;
	width: auto;
}
footer .footerEnd {
	padding:10px 0;
	border-top:1px solid #434343;
}
footer .footerEnd .payments{
	background-color: #2a2a2a;
	padding:10px;
}
footer .footerEnd .payments img {
	height: 24px; 
}
footer .footerEnd .copyright{
	height: 100%;
	color:#979797;
	font-size: 12px;
}

/* Content 
--------------------------------------------- */
.contentWrapper h1,
.contentWrapper h2,
.contentWrapper h3,
.contentWrapper h4 {
    margin-top: 0;
}
.contentWrapper h1::after,
.contentWrapper h2::after,
.contentWrapper h3::after,
.contentWrapper h4::after {
	display:block;
	content:'';
	width:56px;
	height: 3px;
	background-color: #EAB600;
	margin-top:10px;
}
.contentWrapper p strong {
    font-size: 16px;
    color: #eab600;
}
.contentWrapper ul, 
.contentWrapper ol {
    margin: 1em 0 1em 1em;
    list-style: none;
}
.contentWrapper li:not(:last-child) {
    margin-bottom: 0.5em;
}
.contentWrapper ul li:before {
    content: "\f111";
    padding-right: 1em;
    position: relative;
    top: -0.25em;
    font-family: 'FontAwesome';
    font-size: .5em;
    color: #DAAE48;
}

.wp-block-button__link {
    max-width: 240px;
    padding: 15px 36px;
    margin: 0 auto 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 32px;
    background: #C3A869;
    position: relative;
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.wp-block-image {
    text-align: center;
}
.wp-block-pullquote {
    margin: 50px auto;
    overflow-wrap: break-word;
    padding: 3em 0;
    text-align: center;
    border-top: 2px solid #C3A869;
    border-bottom: 2px solid #C3A869;
    width: 80%;
}
.wp-block-pullquote p {
    color: #eab600;
    margin-bottom: 20px;
}