
.blog-header {
	position: relative;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}

.blog-header::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .23);
	z-index: 1;
}
.blog-header-content {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	height: 100%; 
}
.blog-header-content .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 250px;
	text-align: center;
}

@media screen and (max-width: 768px ) {
	.blog-header { 
		height: 180px;
	}
	.blog-header-content .container {
		min-height: 220px;
	}
}

/* Page */
.blog-content .entry-footer {
	margin-bottom: 30px;
}

/* Breadcrumbs */

.breadcrumbs {
	padding-top: 35px;
}

.breadcrumbs .separator {
	padding: 0 5px;
}

.entry-content h1, .comment-content h1 { font-size: 24px;}
.entry-content h2, .comment-content h2 { font-size: 22px;}
.entry-content h3, .comment-content h3 { font-size: 18px;}
.entry-content h4, .comment-content h4 { font-size: 16px;}
.entry-content h5, .comment-content h5 { font-size: 12px;}
.entry-content h6, .comment-content h6 { font-size: 10px;}
.entry-content p, .comment-content p { line-height: 28px; font-size: 15px;}

.entry-content h1, .comment-content h1,
.entry-content h2, .comment-content h2,
.entry-content h3, .comment-content h3,
.entry-content h4, .comment-content h4,
.entry-content h5, .comment-content h5,
.entry-content h6, .comment-content h6 {
	margin-top: 25px;
}


.entry-content p, .comment-content p,
.entry-content table, .comment-content table {
	margin-bottom: 20px;
}

.entry-content p:last-child {
	margin-bottom: 0;
}
/* Content */
.entry-content blockquote,
.comment-content blockquote {
	position: relative;
	color: #fff;
	border-color: #00bb5c;
	border-width: 2px;
	padding-top: 50px;
}

.entry-content blockquote:before,
.comment-content blockquote:before {
	position: absolute;
  	font-family: 'FontAwesome';
	content: "\f10d";
	top: 10px;
	font-size: 30px;
	color: #00bb5c;
}

.argo-content {
	padding-top: 35px;
	padding-bottom: 60px;
}

.blog-content article.article-blog-list {
	margin-bottom: 60px;
}

.entry-header img {
	display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto 7px;
}

.blog-content article.article-blog-list:hover .entry-header:before {
	width: 100%;
}

.entry-header,
.no-results .page-header {
	padding-bottom: 5px;
	position: relative;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.04) ;
}

.entry-header:before,
.no-results .page-header:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 2px;
	width: 25px;
	background: #00bb5c;
	transition: all .5s ease;
}

.no-results .page-header {
	margin-top: 0;
	margin-bottom: 15px;
}

.no-results .page-header .page-title {
	margin-top: 0;
}

.no-results .widget {
	margin-top: 25px;
}

.entry-header .entry-title { 
	font-size: 24px;
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 7px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #fff;
}

.entry-header .entry-title a {
	color: inherit;
	transition: .2s linear;
}

.entry-header .entry-title a:hover {
	color: #00bb5c;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.entry-header .entry-meta span {
	position: relative;
	font-size: 14px;
	line-height: 12px;
	margin-right: 20px;
}

.entry-header .entry-meta span:before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00bb5c;
}

.entry-header .entry-meta span:last-child:before,
.entry-header .entry-meta .sticky-indicator:before {
	display: none;
}

.entry-header .entry-meta .sticky-indicator {
	margin-right: 15px;
}

@media screen and (max-width: 576px ) {
	.entry-header .entry-meta span  {
		display: block;
		margin-bottom: 12px;
	}
	.entry-header .entry-meta span:last-child {
		margin-bottom: 0;
	}
	.entry-header .entry-meta span:before {
		display: none;
	}
}

.entry-header .entry-meta span i {
	position: relative;
	top: -2px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 50%;
	margin-right: 8px;
}

.entry-header .entry-meta span a {
	transition: all .3s;
	display: inline-block;
	margin-bottom: 7px;
	color: #fff;
}

.entry-header .entry-meta span a:hover {
	color: #00bb5c;
}

.entry-header .entry-meta span.sticky-indicator i {
	width: unset;
	height: unset;
	background: none;
	margin-right: 5px;
}

.entry-header .entry-meta span.sticky-indicator  {
	display: inline-block;
	background: #00bb5c;
	border-radius: 20px;
	line-height: 22px;
	height: 22px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 500;
}

.blog-content article.article-blog-list .entry-content {
	margin-top: 15px;
	margin-bottom: 0;
}

.entry-content {
	margin-top: 15px;
	margin-bottom: 30px;
}

.entry-content .gallery .gallery-item {
	padding: 5px;
}


.entry-content .gallery .gallery-item .gallery-caption,
.entry-content figcaption.wp-caption-text {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 3px;
}

.entry-content img {
	height: auto;
    max-width: 100%;
}

.entry-footer a.button-solid {
	margin-top: 20px;
}

.entry-footer .tags a {
	display: inline-block;
	background: #00bb5c;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	padding: 4px 10px 5px;
	margin: 2.5px 5px 2.5px 0;
	border-radius: 50px;
	border: 1px solid transparent;
	transition: border-color .3s ease, background-color .3s ease, color .3s ease;
}

.entry-footer .tags a:hover {
	background: none;
	border-color: #00bb5c;
}

/* Post Pagination */
.comment-navigation {
	padding: 10px 0;
}

.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation .nav-links:before,
.comment-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	content: '';
	display: table;
}

.post-navigation .nav-links:after,
.comment-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-previous {
	position: relative;
	display: block;
	width: 50%;
	float: left;
}

.comment-navigation .nav-links .nav-previous a {
	padding-left: 20px;
}
.post-navigation .nav-links .nav-previous a:before,
.comment-navigation .nav-links .nav-previous a:before {
	position: absolute;
	left: 0;
 	font-family: 'FontAwesome';
 	content: "\f053";
}

.post-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-next {
	text-align: right;
}

.comment-navigation .nav-links .nav-next a {
	padding-right: 20px;
}

.post-navigation .nav-links .nav-next a:before,
.comment-navigation .nav-links .nav-next a:before {
	position: absolute;
	right: 0;
 	font-family: 'FontAwesome';
	content: "\f054";
}

.post-navigation .nav-links a,
.comment-navigation .nav-links a {
	text-decoration: none;
}

.post-navigation .nav-links a:hover,
.comment-navigation .nav-links a:hover {
	color: #fff;
}

.post-navigation {
	border-top: 1px solid rgba( 255, 255, 255, 0.04);
	padding: 25px 0 30px;
}

.post-navigation a {
	display: inline-block;
	color: #fff;
}

.post-navigation a span {
	transition: all .2s ease;
}

.post-navigation a:hover span {
	color: #00bb5c;
}

.post-navigation .nav-links .nav-previous a:before,
.post-navigation .nav-links .nav-next a:before  {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #00bb5c;
	border-radius: 50%;
	transition: all .2s ease;
}

.post-navigation .nav-links .nav-previous a:hover:before,
.post-navigation .nav-links .nav-next a:hover:before {
	background: #fff;
	color: #00bb5c;
} 

.post-navigation .nav-links .nav-previous a {
	padding-left: 60px;
}

.post-navigation .nav-links .nav-next a {
	padding-right: 60px
}

.post-navigation span {
	display: block;
}

.post-navigation span.title {
	font-size: 18px;
	font-weight: 400;

}

.post-navigation span.step {
	font-size: 15px;
	font-weight: 300;
}

/* Split Pagination */

.split-pagination a,
.split-pagination span,
.pagination a,
.pagination .current {
	display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    font-size: 14px;
    border-radius: 4px;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.split-pagination a,
.pagination a {
	background: #00bb5c;
	color: #fff;
}

.split-pagination a:hover,
.pagination a:hover {
	background: #00a551;
	color: #fff;	
}

.split-pagination > span.current-page,
.pagination .current {
	background: #52555f;
	color: #fff;
}

.split-pagination a span {
	padding: 0;
}

.pagination {
	margin: 0;
}

/* Post Password */

.post-password-form label {
	display: inline-block;
	width: 70%;
	margin-right: -4px;
}

.post-password-form input[type="submit"] {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	display: inline-block;
	margin-right: -4px;
	width: 30%;
    padding: 0;
    height: 50px;
    background: #00bb5c;
    border: none;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.post-password-form input[type="submit"]:hover {
	background: #00a551;
}

.post-password-form input[type='password'] {
	width: 100%;
    height: 50px;
    border: 0;
    background: #52555f;
    box-shadow: none;
    padding: 0 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	outline: 0;
	border: 1px solid transparent;
}

.post-password-form input[type='password']:focus {
	border-color: #00bb5c;
}

/*Comments*/

.comments-area {
   margin-top: 35px;
}

.comments-area .comment-list, .comments-area .children {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comments-area .comment-content {
	padding-top: 10px;
}

.comments-area .comment {
	position: relative;
	border-top: 1px solid rgba( 255, 255, 255, .05);
}


.comments-area .comment-body {
	padding: 28px 0 25px 55px;
}

.comments-area .comment-author img {
	position: absolute;
	left: 0;
	top: 25px;
	width: 40px;
	height: 40px;
    border-radius: 4px;
}

.comments-area .comment-reply-title {
	font: 600 20px/1.3em "Montserrat", sans-serif;
}


.comment-respond .comment-form p label {
	display: block;
	margin-bottom: 0;
}


.comment-respond .comment-form p {
	margin-bottom: 20px;
}

.comment-respond .comment-form p input, 
.comment-respond .comment-form p textarea {
	padding: 10px 10px;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    color: #fff;
   	border: 0;
    background: #52555f;
    border-radius: 4px;
    border: 1px solid #52555f;
    transition: all .3s ease;
}

.comment-respond .comment-form p input:hover, 
.comment-respond .comment-form p textarea:hover {
	border-color: rgba(0, 0, 0,0.8);
}

.comment-respond .comment-form p input:focus, 
.comment-respond .comment-form p textarea:focus {
	border-color: #00bb5c;
	outline: none;
}

.comment-respond .comment-form p textarea {
	height: auto;
}

.comment-respond .comment-form p input[type="submit"] {
	display: block;
	width: 100%;
    height: 50px;
    background: #00bb5c;
    padding: 0;
    border: none;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.comment-respond .comment-form p input[type="submit"]:hover {
    background: #00a551;
    color: #fff;
}

.comments-area .comment-reply-link,
#cancel-comment-reply-link {
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    background-color: #00bb5c;
    border-radius: 80px;
	color: #fff;
	font-size: 15px;
	font: 500 13px/25px "Ubuntu", sans-serif;
    -o-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
}

.comments-area .comment-reply-link:hover,
#cancel-comment-reply-link:hover {
background: #00a551;
}


.comments-area .says {
	display: none;
}

.comments-area .depth-2 {
    /*margin-left: -50px;*/
    margin-left: 10px;
}

.comments-area .depth-3 {
    /*margin-left: -55px;*/
    margin-left: 10px;
}

.comments-area .depth-4 {
	margin-left: 10px;
}

.comments-area .depth-5, 
.comments-area .depth-6, 
.comments-area .depth-7,
.comments-area .depth-8, 
.comments-area .depth-9, 
.comments-area .depth-10 {
	margin-left: 10px;
}

.comments-area .pingback {
    border-top: 1px solid rgba( 255, 255, 255, .05);
}

.comments-area .pingback .comment-body {
	padding: 10px 0;
}

.comment-navigation {
    border-top: 1px solid #e5e5e5;
}


@media screen and (min-width: 761px) {

	.comments-area .comment-body {
		padding: 28px 0 25px 0px;
	}

	.comments-area .comment {
		padding-left: 80px;
	}
	
	.comments-area .comment-author img {
	 	width: 60px;
    	height: 60px;
	}

	.comments-area .depth-2 {
	    margin-left: -50px;
	}

	.comments-area .depth-3 {
	    margin-left: -55px;
	}

	.comments-area .depth-4 {
	    margin-left: -65px;
	}

	.comments-area .depth-5, 
	.comments-area .depth-6, 
	.comments-area .depth-7,
	.comments-area .depth-8, 
	.comments-area .depth-9, 
	.comments-area .depth-10 {
		margin-left: -55px;
	}
}