/**
styles-may2022.scss - fgs - 5-12-2022
*/
/** colors */
/** styles */
.blood-orange {
  color: #ba4b2e;
}

.blood-orange.menu-item a {
  color: orange !important;
}

.blood-orange.menu-item a:hover {
  color: orange !important;
}

.purple.menu-item a {
  color: purple !important;
}

.purple.menu-item a:hover {
  color: #d14bcd !important;
  background-color: #ffff4d;
}

.button-section .button {
  min-width: 302px;
  margin-bottom: 7px;
  font-size: 16px;
}

.featured-title {
  font-size: 50px !important;
}

.featured-subtitle {
  margin: 0.5em 0 0.535em;
}

.home #wrapper {
  margin: 0 auto 0px auto !important;
  padding: 0;
}

.button-bar-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 10px;
  padding: 10px 0;
}
.button-bar-wrapper h4 {
  text-align: center;
  color: gray;
}
.button-bar-wrapper a {
  text-align: center;
  text-transform: uppercase;
}
.button-bar-wrapper div.tb, .button-bar-wrapper div.pb, .button-bar-wrapper div.zba, .button-bar-wrapper div.cac {
  display: flex;
  flex-direction: column;
}
.button-bar-wrapper .button-new {
  font-size: 16px;
  margin-bottom: 5px;
}

.button-colors-fred h4 {
  margin-bottom: 24px;
}
.button-colors-fred p a {
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}
.button-colors-fred p {
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}
.button-colors-fred p code {
  color: #ba4b2e;
  font-weight: 700;
  font-size: 16px;
}
.button-colors-fred p:nth-child(odd) {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}
.button-colors-fred p:nth-child(even) {
  margin-bottom: 7px;
}

/* Home Widgets */
.home .widget-wrapper ul {
  margin-left: 22px;
  line-height: 1.35;
}
.home .widget-wrapper ul li {
  margin-bottom: 3px;
}
.home .widget-wrapper ul li > a {
  font-size: 15px;
}

/* Sitemap Page */
.page-template-sitemap .post-entry ul {
  margin-left: 7px;
  line-height: 1.35;
}
.page-template-sitemap .post-entry ul li {
  margin-bottom: 0;
}
.page-template-sitemap .post-entry ul li > a {
  font-size: 17px !important;
}
.page-template-sitemap .post-entry ul.children {
  margin-left: 0px !important;
}
.page-template-sitemap .post-entry ul.children li.page_item_has_children {
  margin-left: 10px !important;
}
.page-template-sitemap .post-entry li.page_item_has_children {
  margin-left: 10px !important;
}

@media screen and (max-width: 640px) {
  .button-bar-wrapper div {
    margin: 0 auto;
  }
}
#logo {
  margin-bottom: 7px !important;
}

#logo img {
  max-width: 590px !important;
  width: 590px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .top-menu {
    margin-bottom: 20px;
  }
  #logo img {
    max-width: 100% !important;
  }
}
.featured_image_sidebar img {
  border-radius: 5px;
  box-shadow: grey 2px 1px 3px;
}

.widget-custom-content ul li h4 {
  margin-top: 0;
  margin-bottom: 2px;
}

a.chocolate {
  background-color: #332318;
  background-image: linear-gradient(to top, #332318, #8b4513);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8b4513, endColorstr=#332318);
  border: 1px solid #332318;
  color: #fff;
  text-shadow: 0 1px 0 #332318;
  font-weight: 500;
}

a.chocolate:hover {
  background-color: #332318;
  background-image: linear-gradient(to top, #332318, #332318);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#332318, endColorstr=#332318);
  border: 1px solid #332318;
  color: #fff;
}

a.dark-blue {
  background-color: #255580;
  background-image: linear-gradient(to top, #255580, #306fa8);
  border: 1px solid #255580;
  color: #fff;
  text-shadow: 0 1px 0 #255580;
  font-weight: 500;
}

a.dark-blue:hover {
  background-color: #255580;
  background-image: linear-gradient(to top, #255580, #255580);
  border: 1px solid #255580;
  color: #fff;
}

a.olive-green {
  background-color: #6b8942;
  background-image: linear-gradient(to top, #6b8942, #86ab53);
  border: 1px solid #6b8942;
  color: #fff;
  text-shadow: 0 1px 0 #6b8942;
  font-weight: 500;
}

a.olive-green:hover {
  background-color: #6b8942;
  background-image: linear-gradient(to top, #6b8942, #6b8942);
  color: #fff;
}

a.eggplant {
  background-color: #4d063a;
  background-image: linear-gradient(to top, #4d063a, #7c0a5e);
  border: 1px solid #4d063a;
  color: #fff;
  text-shadow: 0 1px 0 #4d063a;
  font-weight: 500;
}

a.eggplant:hover {
  background-color: #4d063a;
  background-image: linear-gradient(to top, #4d063a, #4d063a);
  border: 1px solid #4d063a;
  color: #fff;
}

/*# sourceMappingURL=styles-may2022.css.map */