@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

header#masthead {
  margin-bottom: 1.5rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header#masthead .menu-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#masthead #site-navigation {
  background: #F49D37;
}
@media only screen and (max-width: 668px) {
  header#masthead #site-navigation {
    background: none;
  }
}
header#masthead .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0rem;
}
header#masthead .site-branding .site-description {
  display: none;
}
header#masthead .site-branding .nav-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header#masthead .site-branding .site-title a {
  color: #32021F !important;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-right: 8px;
}
header#masthead .site-branding .site-title a:hover {
  text-decoration: none;
}
header#masthead .site-branding .site-title a:focus {
  outline: solid 1px #F49D37;
}
header#masthead .site-branding img.custom-logo {
  max-width: 180px;
  height: auto;
}
header#masthead .main-navigation ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header#masthead .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header#masthead .menu a {
  padding: 0.75rem 1rem;
  color: #32021F;
}
header#masthead .menu a:hover {
  text-decoration: none;
  color: #ffbd5a;
  background: white;
}
header#masthead .menu a:focus {
  outline: solid 1px #F49D37;
}

.menu-item-has-children:after {
  content: "⮟";
  top: 50%;
  right: 2%;
  margin-top: -5px;
  font-size: 12px;
  position: absolute;
}

.current-menu-item {
  border-bottom: solid 2px #32021F;
  color: #ffbd5a;
}

.main-navigation ul ul {
  display: inline-block;
}
.main-navigation ul ul a {
  background-color: rgba(238, 238, 238, 0.9333333333);
}

.menu-toggle {
  background: none;
  border: none;
  position: absolute;
  top: 10%;
  right: 2rem;
}
.menu-toggle img {
  width: 1.5rem;
  height: auto;
}

.widget-area {
  padding: 15px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.widget-area ul {
  list-style: none;
}
.widget-area li {
  padding: 8px 0px;
  border-bottom: solid 1px rgb(238, 238, 238);
}
.widget-area a {
  color: #636B61 !important;
}
.widget-area a:hover {
  text-decoration: none;
  color: #E9B44C !important;
}

#secondary {
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  border-left: solid 1px #eee;
  top: 0;
}
#secondary ul {
  margin-left: 20px;
  padding-left: 0;
}
#secondary ul li {
  padding: 5px 0;
}
#secondary .widget-title {
  border-bottom: solid 1px #32021F;
  -webkit-box-shadow: 0 1px black;
          box-shadow: 0 1px black;
  padding-bottom: 10px;
}

h2 {
  font-size: 1.5rem;
}

.widget {
  padding: 0.5rem 1rem;
  margin: 0px;
}

.entry-meta {
  font-size: 12px;
  opacity: 0.8;
}
.entry-meta li {
  border-bottom: solid 1px grey;
}
.entry-meta a {
  text-decoration: underline;
  color: #32021F;
}

.entry-footer {
  font-size: 12px;
  opacity: 0.8;
}
.entry-footer a {
  text-decoration: underline;
}

.cat-links a {
  padding-left: 0;
  color: #32021F;
}

.tags-links {
  float: right;
  padding-right: 0;
}

.comments-link {
  display: block;
}

.posted-on {
  color: #32021F;
}

.author .vcard {
  color: #32021F;
}

.entry-date {
  color: #32021F;
}

a.url.fn.n {
  color: #32021F;
}

.logged-in-as a {
  color: #32021F;
  text-decoration: none;
}

#colophon {
  background: #e7e7e7;
  padding: 1rem 0rem;
  border: solid 3px #d7d7d7;
  margin-top: 2rem;
}
#colophon .menu-copyright-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#colophon #copy-info a {
  color: #ffbd5a;
}
#colophon .menu {
  text-align: right;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#colophon .menu ul ul {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#colophon .menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#colophon .menu li {
  display: inline;
}
#colophon .menu a {
  color: #32021F;
  padding: 5px 10px;
}
#colophon .menu a:hover {
  text-decoration: none;
}
#colophon .menu ul ul {
  display: none;
}

body a:focus {
  outline: solid 1px #F49D37;
}

.entry-title a {
  color: #5b5b5b;
}

span.nav-title {
  color: #5b5b5b;
  margin-left: 1rem;
}

.nav-subtitle {
  color: #5b5b5b;
}

p {
  line-height: 1.5rem;
  text-align: justify;
}

a.wp-block-latest-posts__post-title {
  color: #5b5b5b;
  text-decoration: none;
}

a.wp-block-latest-comments__comment-author {
  color: #5b5b5b;
}

.wp-block-latest-posts__post-title {
  line-height: 2.3rem;
  color: #5b5b5b;
}

.wp-block-latest-comments__comment-link {
  color: #5b5b5b;
}

.attachment-post-thumbnail {
  margin-top: 0.75rem;
}

.posted-on {
  padding: 1rem 0rem;
}

.comments-link a {
  padding: 1rem 0rem;
  color: #5b5b5b;
}

.home {
  border-bottom: solid 1px #eee;
}
.home .post {
  border-top: solid 1px #eee;
}

.post {
  padding: 0.5rem;
}

.wp-block-archives a {
  color: #5b5b5b;
}

.wp-block-categories a {
  color: #5b5b5b;
}

input#submit {
  background-color: #ffbd5a;
  padding: 1rem;
}
input#submit:hover {
  background: rgb(139, 226, 9);
}

button.wp-block-search__button {
  background-color: #ffbd5a;
}
button.wp-block-search__button:hover {
  background-color: rgb(139, 226, 9);
}

.wp-block-button__link.wp-element-button {
  border-radius: 0px !important;
}

body .col-md-8 {
  padding: 1rem;
}
body .col-md-8 .page {
  margin: 0;
}

.page {
  margin: 0;
}

.entry-content a {
  text-decoration: underline;
}

.entry-title a {
  color: #636B61 !important;
}
.entry-title a:hover {
  color: #F49D37 !important;
  text-decoration: none;
}

.post {
  padding: 1.5rem;
}

.content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-meta span {
  color: #5b5b5b;
}
.entry-meta a {
  color: #5b5b5b;
}
.entry-meta .cat-links {
  margin: 3px;
}

.nav-links a {
  color: #5b5b5b;
}

.wp-block-button.is-style-squared a {
  border-radius: 0px;
}