.site-title {
    text-transform: lowercase;
}

.site-description {
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://miscellaneous.blog/wp-content/themes/natural-lite/webfonts/fa-brands-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#navigation {
    background-color: #595959;
}

.menu a, .menu a:link, .menu a:visited {
    color: #fff;
	  font-style: italic;
	font-weight: 400;
  	font-size: 1.25em;
    line-height: 48px;
    text-shadow: 0px 0px rgba(0, 0, 0, 0);
    text-transform: lowercase;
}

.flex-control-nav li.flex-active a, .flex-control-nav li a.flex-active {
    background: #f4f4f4;
    border-top: 4px solid #9fa630;
    margin-top: -4px;
    cursor: default;
}

.feature-img.banner {
    background: #fff;
    position: relative;
    margin: 0 0 24px 0;
    padding: 12px;
    display: none;
}

.title {
    color: #a5b3aa;
	  font-size: 2.5em;
    text-transform: lowercase;
	  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0)
}

.home-news .title {
    font-size: 2em;
}

button, .button, a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link, .wp-block-button a, #submit, input[type=submit], input#submit {
    background-color: #595959;
	  border: 0px solid rgba(0, 0, 0, .8);
	  border-radius: 0px;
}

#searchform .search-field, #searchform #s {
    border-radius: 0px;
}

button:hover, .button:hover, a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover,
.more-link:hover, .wp-block-button a:hover, #submit, input[type=submit]:hover, input#submit:hover {
	background-color: #303030;
}

.home-news .pagination {
    background-color: #595959;
}

.pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers.current {
    background-color: #606060;
}

.pagination .page-numbers {
    background-color: #75acaa;
	  border: 1px solid rgba(0, 0, 0, 0);
}

.wp-block-post-title, .wp-block-post-title a, .entry-title, .entry-title a, .post-title, .post-title a, .page-title, .entry-content h1, #content h1, .type-post h1, .type-page h1, .elementor h1 {
    color: #a5b3aa;  
	  font-weight: 700;
    text-transform: lowercase;
	  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0)
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: #a5b3aa;
	  text-transform: lowercase;
    text-decoration: none;
    border: none;
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0)
}

.post-area .article>p:first-child {
    color: #333333;
	  font-size: 18px;
    font-family: 'Playfair Display';
    font-style: italic;
}

a, a:link, a:visited {
    color: #a5b3aa;
    text-decoration: none;
}

[class*=wp-block].mb-0 {
    margin-bottom: -7px !important;
}

.footer-widgets {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  align-items: center;
}

.footer-widgets img {
  flex: 0 0 auto;
  height: auto;
  width: auto;
  object-fit: contain;
}