.blog .site-content {margin-top: 58px;}

.blog .entry-content h2, .archive .entry-content h2 {
	margin-bottom: 1rem;
}

.post_excerpt {
	border-bottom: 1px solid var(--primary-color);
	padding: 1rem;
	background-color: #fff;
	word-wrap: break-word;
	margin-bottom: 2rem;
}

.post_excerpt a:hover img, .post_excerpt a:focus img {
	-webkit-filter: grayscale(1);
   filter: grayscale(1);
   transition: 0.5s ease-in-out;
}

.post_excerpt_text p {
	font-size: 16px;
	font-weight: 500 !important;
	word-wrap: break-word;
	color: #666;
}

.news-post {
	margin: 0 0 50px;
	position: relative;
	overflow: hidden;	
}

.news-post-category {
	font-size: 0.750em;
	letter-spacing: 1px;
	font-weight: 700;
	color: #ff5f00;
	text-transform: uppercase;
}

.news-post-title {
	font-size: 1.063em;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}

.news-post-title a {
	color: white;
}

.single-post .site-main ul {
	margin: 0 0 2em 0;
	padding: 0;
}

.single-post .site-main ul li {
  list-style: none; 
  margin-bottom: .5em;
  padding: 0;
  position: relative;
}

.site-main .widget a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	font-weight: 500;
}

.single-post h1 {
	font-size: 2.8em;
	color: var(--body-color);
	margin-bottom: 1rem;
}

.single-post .site-main .entry-content, .site-main .woocommerce {margin-top: 58px}

.blog-post-header {
	width: 100%;
	padding: 50px 0;
	background: #666666;
}

.blog-content {
	padding: 50px 20px;
	overflow: hidden;
	border-bottom: 1px solid #666666;
	margin-bottom: 50px;
}

.the_content {
	float: left;
	width: 90%;
}

.the_category {
	text-transform: uppercase;
	font-size: 12px;
	color: #ff5f00;
}

.prev-post, .next-post {
	float: left;
	overflow: hidden;
	width: 50%;
}
.prev-post a, .next-post a {
	text-transform: uppercase;
}

.prev-post a::before {
	font-family: 'FontAwesome';
	content: '\f104';
	font-size: 14px;
	color: #ff5f00;
	margin: 0 5px 0 5px;
}

.next-post {
	text-align: right;
}

.next-post a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	color: #ff5f00;
	margin: 0 5px 0 5px;
}

.categories {
	margin: 50px 0;
}

.categories nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 21px;
	max-width: 700px;
	color: #9da4ae;
}

.categories nav ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #9da4ae;
}

.categories nav ul li:last-child {
	border-right: 0;
}

.categories nav ul li a {
	color: #9da4ae;
	font-weight: 400 !important;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
 
.categories nav ul li a:hover, .categories nav ul li a:focus, .categories nav ul li.current-cat a {
	color: #ff5f00;
}

.posts-listing .post_excerpt:nth-child(3n+0) {
	margin-right: 0 !important;
}

.posts-listing .post_excerpt:nth-child(3n+1) {
	clear: both;
}

.read-more {
	margin: 1rem 0;
}

.read-more a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: inherit;
	color: inherit;
	margin: 0 5px 0 5px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.read-more a:hover::after, .read-more a:focus::after {
	color: inherit;
}

.post-listing-data {
	width: 100%;
	margin: 1rem 0 0.5rem 0;
	overflow: hidden;
}

.post-listing-data h2 {
	display: inline;
	text-transform: uppercase;
}

.post-listing-data h2 a {
	color: #666666;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.post-listing-data h2 a:hover, .post-listing-data h2 a:focus {
	color: inherit;
}

.post-listing-data p.the_category {
	margin-bottom: 1em;
}

.post_preamble > p {
	clear: left;
}

.posts-listing {
	padding-bottom: 50px;
	overflow: hidden;
}

.nav-links {
	clear: both;
	padding: 50px 0 0;
}
.nav-previous {
	width: 50%;
	float: left;
}

.nav-next {
	width: 50%;
	float: right;
}

.nav-previous a, .nav-next a {
	display: inline-block;
	font-size: 12px;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	background: #9da4ae;
	line-height: 1;
	padding: 14px 22px;
	text-shadow: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover, .nav-next a:hover, .nav-previous a:focus, .nav-next a:focus {
	background: #ff5f00;
	text-decoration: none;
}

.nav-previous a::before {
	font-family: 'FontAwesome';
	content: '\f104';
	font-size: 14px;
	color: white;
	margin: 0 5px 0 5px;
}

.nav-next a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	color: white;
	margin: 0 5px 0 5px;
}

.nav-link {
	text-align: center !important;
}

.nav-link p {
	text-align: center !important;
	margin-bottom: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
	box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
	display: inline-block;
	border-radius: 40px;
	border: 1px solid #666666;
	padding: 7px;
}
.nav-link a {
	text-align: center !important;
	border-radius: 40px;
	color: #666666;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 12px 35px;
	display: inline-block;
}
.nav-link a:active, .nav-link a:hover {
background-color: #666666;
color: #fff;
}

.post-meta {
    font-size: 0.825rem;
	margin-bottom: 1rem;
}

.entry-meta {
	margin-top: 2rem;
}

.entry-meta .tag-links a {
  background-color: #767676;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2727272727;
  margin: 2px 4px 2px 10px;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
}

.entry-meta .tag-links a::before {
  border-top: 10px solid transparent;
  border-right: 8px solid #767676;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
}

.entry-meta .tag-links a::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px;
}



/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form-comment label {display: block; text-align: left; padding: 0}
.comments-area {font-size: 16px;}

.comment-reply-link:after, .mobile_menu_bar:before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 800;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
	font-size: 18px;
	line-height: 1em;
	content: "\f054";
	opacity: 0;
	position: absolute;
	top: 30%;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#commentform input[type="email"], #commentform input[type="text"], #commentform input[type="url"], #commentform textarea {
    padding: 12px;
    color: #999;
    line-height: 1em;
    background-color: #eee;
    font-size: 18px;
    border-width: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}