/* Nav Bar */
.site-header {position: fixed}
/* Nav BG */
#masthead {background-color: #270A02; border-bottom: solid 2rem #A23B01}
/* Nav Slogan */
p.site-description {color: #ffde16; padding-left: .4rem}
/* Home Nav */
#menu-item-31 a {color: #ffde16}
#menu-item-31 a:hover {color: #ffffff}
/* About Us Nav */
#menu-item-32 a {color: #ffde16}
#menu-item-32 a:hover {color: #ffffff}
/* What We Do Nav */
#menu-item-33 a {color: #ffde16}
#menu-item-33 a:hover {color: #ffffff}
/* Blog Nav */
#menu-item-60 a {color: #ffde16}
#menu-item-60 a:hover {color: #ffffff}
/* Contact Us Nav */
#menu-item-34 a {color: #ffde16}
#menu-item-34 a:hover {color: #ffffff}
/* Footer */
.site-footer {background-color: #270A02}
.wp-block-column {font-size: .9rem}
.site-name {color: #a23b01!important}
/* MetaSlider */
.caption-wrap {
	background: none!important; 
	bottom: 350px!important;
	/* left: 150px!important; */ 
	opacity: 1.0!important;
}
.caption-wrap a {color: #fff; font-size: 3.5rem; text-shadow: #000 2px 3px 4px}
/* Entry Page Titles */
.entry-title {color: #a23b01}
/* Buttons */
.wp-block-button__link {background-color: #270A02!important}
/* .wp-block-button__link a:hover {background-color: #a23b01!important} */
.search-submit {background-color: #a23b01!important}
/* Tablet Horiz Media Query */
@media screen and (max-width: 1050px) and (orientation: landscape) {
  .caption-wrap {
    bottom: 150px!important;
  }
}
/* Tablet Vert Media Query */
@media screen and (max-width: 775px) and (orientation: portrait) {
  .caption-wrap {
    bottom: 100px!important;
  }
	.caption-wrap div img {
		width: 60%!important;
	}
}
/* Cell Phone Horiz Media Query */
@media screen and (max-width: 750px) and (orientation: landscape) {
  .caption-wrap {
    bottom: 80px!important;
  }
	.caption-wrap div img {
		width: 75%!important;
		padding-bottom: 1rem!important;
	}
}
/* Cell Phone Vert Media Query */
@media screen and (max-width: 450px) and (orientation: portrait) {
  .caption-wrap {
    bottom: 40px!important;
  }
	.caption-wrap div img {
		width: 75%!important;
		padding-bottom: 1.5rem!important;
	}
	h2 {
		font-size: 2rem;
		line-height: .5rem;
	}
	div .wp-block-columns {
		text-align: center;
	}
	footer {
		text-align: center;
	}
	.wp-block-group p {
		margin: 0 .7rem!important;
	}
	p.has-text-align-center {
		font-size: 1.5rem!important;
	}
}