/**
* Blog Page title Wrapper
*/

section.page__title__wrapper.blog-page,
section.page__title__wrapper.single-post {
    position: relative;
}
.blog-page {
    text-align: center;
}
.blog-page.text-right {
    text-align: right;
}
.blog-page.text-left {
    text-align: left;
}
.blog-page.text-center {
    text-align: center;
}
section.page__title__wrapper.blog-page:before,
section.page__title__wrapper.single-post:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.post-categories {
  line-height: 1;
  margin-bottom: 20px;
}
.sticky_post .post-categories {
  margin-bottom: 5px;
}
/** 
* Post Format Stranded
*/
.blog-post.mb-40 {
  margin-bottom: 40px;
}
.sticky_post .blog-content {
  padding: 40px;
}
.blog-content {
  padding: 15px 25px;
  text-align: center;
}
.widget-area .sidebar-widget ul li a.rsswidget {
    display: block;
    line-height: 1.5;
    margin-bottom: 5px;
}
.widget-area .sidebar-widget ul li .rssSummary {
    padding: 5px 0;
}
.widget-area .sidebar-widget ul li .rssSummary {
    padding: 5px 0;
    line-height: 1.5;
}
.blog-content p {
    opacity: .9;
    margin-bottom: 0;
}
.content_single .post-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 13px;
  margin-top: 0;
  word-wrap: break-word;
  text-transform: capitalize;
}
.blog-meta {
  margin-bottom: 13px;
}
.blog-meta span i {
    margin-right: 5px;
}
.blog-meta span {
  border-right: 2px solid #dadada;
  opacity: .8;
  font-size: 13px;
  font-weight: 500;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.blog-meta span:last-child{
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.blog-meta a:hover {
    color: #52b6bc;
}
.blog-column .blog-content p {
    font-size: 14px;
}
.blog-column .blog-meta span {
    font-size: 11px;
}
.blog-column .post-title {
    font-size: 18px;
}
.blog-column .blog-content {
    padding: 20px;
}
.read-more a {
  border: 2px solid #52b6bc;
  border-radius: 25px;
  color: #52b6bc;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  line-height: 36px;
  padding: 0 28px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-post .sticky_post .blog-content {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

/** 
* Post Format Gallery
*/
.blog-thumb-active .owl-nav div {
	background: #000000 none repeat scroll 0 0;
	color: #bcbcbc;
	display: inline-block;
	font-size: 30px;
	height: 40px;
	left: 0;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}
.blog-thumb-active .owl-nav div.owl-next {
	left: auto;
	right: 0;
}
.blog-thumb-active:hover .owl-nav div {
	opacity: 1;
}
.blog-thumb-active:hover .owl-nav div:hover {
	background: #52b6bc;
	color: #fff;
	border: #fff;
}
.blog-thumb-active:hover .owl-nav div.owl-next {
	left: auto;
}
/** 
* Post Format Quote 
*/
.blog-quote blockquote {
  background: inherit;
  border: medium none;
  margin: 0;
  padding: 0;
}
.blog-post .blog-quote {
	padding: 70px 40px;
}
.blog-post .blog-quote::before {
	color: #52b6bc;
	font-size: 40px;
	left: 36px;
	top: 16px;
}
.blog-quote.blog-content footer > cite {
	color: #555555;
	font-size: 18px;
	line-height: 30px;
}
.blog-quote.blog-content p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
/** 
* Post Formate Link 

*/

.blog-post.format-link .blog-content {
    padding: 35px 35px 45px 80px;
}
.blog-post.format-link .blog-content .post-title {
    position: relative;
    margin-bottom: 25px;
}
.blog-post.format-link .blog-content .post-title:before {
    content: '\f14c';
    font-family: fontAwesome;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #52b6bc;
}
.blog-post.format-link .blog-content .post-title a {
    border-bottom: 2px solid #000;
}
.blog-post.format-link .blog-content .post-title a:hover {
    border-bottom: 2px solid #52b6bc;
}
/**
* Creative
*/

.grid-left-img {
    -webkit-transition: all .6s cubic-bezier(0, 0, .2, 1);
    transition: all .6s cubic-bezier(0, 0, .2, 1);
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grid-left-img .blog-thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.grid-left-img .blog-content {
  padding: 30px 40px;
  position: relative;
}
.grid-left-img .read-more {
    bottom: 40px;
    left: 40px;
    margin-top: 0;
    position: absolute;
}
.grid-left-img .post-title {
    font-size: 25px;
    font-weight: 500;
}
.grid-left-img .blog-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.grid-left-img.blog-post:hover .blog-thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.grid-left-img.type-post.tag-sticky-2 .blog-content,
.blog-left-img.type-post.tag-sticky-2 .blog-content {
    width: 100%;
}
.grid-left-img.type-post.tag-sticky-2 .read-more {
    left: 70px;
}
/**
* Left image
*/

.grid-left-img.blog-left-image .blog-thumb img {
    max-height: 330px;
    width: auto;
}
.grid-left-img.blog-left-image .blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.grid-left-img.blog-left-image.blog-post:hover .blog-thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/** 
* Read More Button
*/

.read-more {
    margin-top: 30px;
}

.blog-column .read-more {
    margin-top: 20px;
}
.blog-column .read-more a {
    border: 0 none;
    color: #000;
    font-weight: 600;
    padding: 0;
    background: none
}
.read-more {
  margin-top: 22px;
  text-align: center;
}
/**
* Single Blog
*/

.blog-single .blog-meta span::before {
    display: none;
}
.blog-single .blog-meta > span {
    margin-right: 20px;
}
.blog-single .post-title {
    font-size: 40px;
}
/**
* Pagination
*/
.post-pagination .nav-links > ul {
  margin: 0;
  padding: 0;
}
.post-pagination .nav-links > ul > li > a, 
.post-pagination .nav-links > ul > li span {
    margin: 0 !important;
}
.post-pagination .nav-links > ul > li {
    margin-right: 10px !important;
    margin-bottom: 3px;
}
.post-pagination .nav-links > ul > li:last-child {
    margin-right: 0;
}
.post-pagination .nav-links > ul > li,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-pagination .nav-links > ul > li > a, 
.post-pagination .nav-links > ul > li > span, 
.pagination > a, 
.page-links > span:not(.page-links-title), 
.page-links > a {
  border: 1px solid #bebebe;
  border-radius: 100%;
  color: #8b8b8b;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  line-height: 43px;
  margin: 15px 7px 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 45px;
}
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
}
.post-pagination .nav-links > ul > li > span.current, 
.post-pagination .nav-links > ul > li:hover a, 
.pagination > a:hover, 
.page-links > span:hover:not(.page-links-title), 
.page-links > a:hover {
  background: #52b6bc none repeat scroll 0 0;
  border-color: #52b6bc;
  color: #ffffff;
}
/**
* Single Post 
*/

.user-text {
    color: #666;
    display: inline-block;
    float: left;
    letter-spacing: 2px;
}
.user-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.user-name {
    padding-right: 47px;
}
.author-box.author {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin: 60px 0 0;
    overflow: hidden;
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px;
}
.author-img {
    display: inline-block;
    float: left;
}
.author-info {
    float: right;
    padding-left: 30px;
    text-align: left;
    width: calc(100% - 120px);
}
.author-info > h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.author-info > h4 a {
    color: #666666;
}
.author-info > h4 a:hover {
    color: #000;
}
.author-info > h4 a span {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  margin-left: 7px;
}
.author-info > p {
    line-height: 25px;
    margin-bottom: 0;
}
.single-related-post .blog-audio,
.single-related-post .blog-video,
.single-related-post .blog-thumb,
.single-related-post .blog-thumb-active {
    margin-bottom: 20px;
}
.related-post {
    display: block;
    overflow: hidden;
    margin: 50px 0;
}
.single-related-post a {
    display: block;
}
.related-post-title > h3 {
   margin-top: 0;
}
.related-post-title > span {
    color: #636363;
    font-size: 13px;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-text.pingback-text {
    padding-left: 0;
}
.comment-text {
  padding-left: 125px;
}
.comment-text > p {
    margin-bottom: 0;
}
.comment-text.pingback-text > p {
    padding-right: 0;
}
.comment-text .author-name,
.comment-text a.url {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.bypostauthor .comment-text a.url::after {
    content: "\f2c0 ";
    font-family: fontawesome;
    font-size: 90%;
    left: 3px;
    opacity: 0.5;
    position: relative;
    top: 0;
}
.comment-text > p {
    padding-right: 25px;
}
ul.children .comment-body.blog-comment {
  margin-top: 70px;
}
#comments.comments-area #respond.comment-respond {
    margin-top: 100px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}
.parent-comment {
    overflow: hidden;
}
.comment-text .reply a {
  border-radius: 50px;
  color: #52b6bc;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
  text-transform: uppercase;
}
.comment-replay-all .single-comment .reply {
  position: absolute;
  right: 0;
  top: 20px;
}
.comment-text .reply a:hover {
  color: #222;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.leave-comment-form {
  margin-top: 50px;
}
.comment-form > p.comment-notes {
    color: #000000;
    font-size: 14px;
    margin: 0;
}
.form-submit .submit {
    margin-bottom: 0;
}
.input_half {
    width: 50%;
    float: left;
}
.input_half.left {
    padding-right: 15px;
}
.input_half.right {
    padding-left: 15px;
}
.leave-comment-form form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #4b4b4b;
  font-size: 13px;
  height: 178px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 20px;
  width: 100%;
}
.leave-comment-form form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #666666;
  font-size: 13px;
  height: 48px;
  padding: 2px 30px;
  margin-bottom: 30px;
  width: 100%;
}
.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #666;
    opacity: 1;
}
.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
    opacity: 1;
}
.leave-comment-form .submit {
  background-color: #52b6bc;
  border: 1px solid #52b6bc;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  padding: 0 28px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}
.leave-comment-form .submit:hover{
    background: #222;
    border-color: #222;
}
.leave-comment-form .comment-list ul.children {
  padding-left: 55px;
}
.blog-comment,
.leave-comment {
    margin-top: 50px;
}
.comment-respond {
    margin-bottom: 50px;
    margin-top: 50px;
}
.comment-text .comment-meta.commentmetadata a {
    display: inline-block;
}
.comment-meta.commentmetadata {
    position: relative;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
.comment-reply-title small {
    float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
    height: 25px;
    width: 25px;
    font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link::after {
    content: "\f00d";
    font-size: 25px;
    position: relative;
    top: 0px;
    right: 0;
    font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus {
    text-decoration: none;
    outline: none;
}
.no-comments {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.02);
}
p.logged-in-as {
    margin-bottom: 0;
}
div#comments.comments-area a.comment_permalink, 
div#comments.comments-area .edit--btn{
    font-weight: 400;
    font-size: 14px;
}
div#comments.comments-area a.comment_permalink, div#comments.comments-area .edit--btn > a {
  color: #555;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding-top: 5px;
}
div#comments.comments-area a.comment_permalink, div#comments.comments-area .edit--btn > a:hover{
    color: #52b6bc;
}
.related-post .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.related-post .row div[class*="col-"] {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.related-post .row {
    margin-left: -30px;
}
.related-post .row {
    margin-right: -30px;
}
.related-post .sidebar-title {
    margin-bottom: 34px;
}
ol.comment-list {
    list-style: none;
    padding-left: 0;
}
ol.comment-list .comment {
    list-style: none;
}
.leave-comment-form form textarea:focus {
    outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
    .comment-list .children {
        margin-left: 30px;
    }
    .comment-author.comment-img {
        width: 100px;
    }
    .comment-text {
        padding-left: 120px;
    }
}
@media ( max-width: 767px) {
    .comment-list .children {
        margin-left: 10px;
    }
    .comment-author.comment-img {
        float: none;
        width: 80px;
    }
    .comment-text {
        padding-left: 0;
        padding-top: 20px;
    }
    .comment-respond h3.comment-reply-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .input_half {
        float: none;
        width: 100%;
    }
    .input_half.left {
        padding-right: 0;
    }
    .input_half.right {
        padding-left: 0;
    }
    .leave-comment-form form textarea {
        height: 120px;
        letter-spacing: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .leave-comment-form form input {
        letter-spacing: 0px;
        margin-bottom: 20px;
        padding: 2px 15px;
    }
    .comment-title.sidebar-title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }
}
/**
* Sidebar Title And Widget
*/

.sidebar-widget {
    margin-bottom: 60px;
}
/**
* Widget Title
*/
.sidebar-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  word-break: break-word;
}
/**
 * Search Form 
 */
.blog-search form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 300;
  height: 52px;
  margin-bottom: 0;
  padding: 2px 60px 2px 20px;
  width: 100%;
}
.blog-search form input:focus {
    outline: none;
}
.blog-search form input::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}
.blog-search form input::-moz-placeholder {
    color: #757575;
    opacity: 1;
}
.blog-search form {
    position: relative;
}
.blog-search form button {
  background: #2c2c2c none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.blog-search form button:hover {
    color: #fff;
    background: #52b6bc none repeat scroll 0 0;
}
/**
* Widget List style
*/

.widget-area .sidebar-widget > ul,
.widget_nav_menu .menu {
    padding: 0;
}
.widget_categories.sidebar-widget ul li,
.widget_archive.sidebar-widget ul li,
.sidebar-widget.widget_jharon_service_categories ul li {
    text-align: right;
    color: #646464;
    overflow: hidden;
}
.widget_categories.sidebar-widget ul li a, 
.widget_archive.sidebar-widget ul li a,
.sidebar-widget.widget_jharon_service_categories ul li a {
  color: #3e3e3e;
  display: block;
  float: left;
  text-align: left;
}
.sidebar-widget:not(.widget_jharon_author_about_widget) ul li {
  border-bottom: 1px solid #efefef;
  list-style: outside none none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  word-break: break-word;
}
.sidebar-widget.widget_themename_recent_post ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.sidebar-widget ul li ul.children li a,
.sidebar-widget ul li ul.sub-menu li a,.sidebar-widget ul li a {
    color: #646464;
}

.sidebar-widget ul li ul.children li a:hover,
.sidebar-widget ul li ul.sub-menu li a:hover {
    color: #52b6bc;
}
.sidebar-widget ul li ul.children li:first-child,
.sidebar-widget ul li ul.sub-menu li:first-child {
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
    padding-top: 8px;
}
.sidebar-widget ul li:hover a {
    color: #52b6bc;
}
.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/**
* Calendar Widget
*/

.widget_calendar #wp-calendar {
    width: 100%;
    border: 1px solid #ededed;
}
.widget_calendar caption,
.widget_calendar tfoot td {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding: 10px 15px;
    color: #000;
}
.widget_calendar caption {
    border: 1px solid #ededed;
    border-bottom: none;
}
.widget_calendar tfoot {
    border-top: 1px solid #ededed;
}
.widget_calendar thead td,
.widget_calendar thead th,
.widget_calendar tbody td,
.widget_calendar tbody th {
    text-align: center;
    padding: 5px;
}
.widget_calendar thead th {
    font-weight: 600;
}
.widget_calendar tbody td#today {
    background: rgba(0, 0, 0, 0.05);
    color: #000;
}
/**
* Select
*/

.widget-area .sidebar-widget select {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #fff;
    text-indent: 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-area .sidebar-widget select:focus,
.widget-area .sidebar-widget select:active,
.widget-area .sidebar-widget select:hover {
    outline: none;
    -webkit-box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    color: #000;
}
/**
* Tag cloud
*/

.widget_tag_cloud a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px !important;
    line-height: 1em;
    padding: 10px 13px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #555;
}
.widget_tag_cloud a:hover {
    border: 1px solid #52b6bc;
    color: #52b6bc;
}
/**
* Recent Post 
*/
.sidebar-widget .post-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  margin-bottom: 7px;
  margin-top: 7px;
}
.sidebar-post > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}
.sidebar-post > li:last-child {
    margin-bottom: 0px;
}
.sidebar-widget .post-text {
  padding-left: 20px;
}
.sidebar-widget .post-text > h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 0;
}
.sidebar-widget .post-text > h4 a {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
}
.sidebar-widget .post-text > h4 a:hover {
    color: #52b6bc;
}
.sidebar-widget .post-text > span {
  color: #989898;
  display: block;
  font-size: 12px;
  line-height: 23px;
}
/**
* Author Informations 
*/
.video-img > img {
    width: 100%;
}
.self-info {
  padding: 30px 35px 0;
  text-align: center;
}
.self-info > h3 {
  color: #575757;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 0;
}
.self-info > p {
  color: #3e3e3e;
  font-size: 14px;
  margin: 0 0 18px;
}
.self-info > p span {
    font-weight: bold;
}
.sidebar-widget .blog-social > h4 {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 13px;
  position: relative;
  margin-top: 0;
}
.sidebar-widget .blog-social ul {
    margin: 0;
    padding: 0;
}
.sidebar-widget .blog-social ul li {
    display: inline-block;
    margin: 0 5px;
}
.sidebar-widget .blog-social ul li a {
  color: #999999;
  display: inline-block;
  font-size: 16px;
  height: inherit;
  line-height: 1;
  text-align: center;
}
.sidebar-widget .blog-social ul li a:hover {
    color: #52b6bc;
}

.sidebar-banner img {
    max-width: 100%;
}
.sidebar-banner a {
    display: block;
}
.sidebar-widget.widget_jharon_author_about_widget .blog-social li, .sidebar-widget.widget_jharon_author_about_widget .blog-social li:last-child a {
    margin: 0;
}
.sidebar-widget.widget_jharon_author_about_widget .blog-social li a {
  margin-right: 25px;
}
/** 
* Video popup 
*/

.video-img {
    position: relative;
}
.video-img a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    color: #000;
}
.video-img a:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}
.video-title h5 {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}
.video-title h5 a {
    color: #1c1c1c;
    margin-bottom: 8px;
}
.video-title h5 a:hover {
    color: #555;
}
.video-title > span {
    color: #979797;
    font-weight: 600;
}
.video-title {
    margin-top: 23px;
}
.clear {
    position: relative;
    display: block;
}
.clear::before {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}
.comment-respond > h3 {
  color: #303030;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 11px;
}

/*social widgtes css here*/
.widget_jharon_social_share_widget .author_social a {
  background: #f6f6f6 none repeat scroll 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #262626;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 85px;
}
.widget_jharon_social_share_widget .author_social a:hover {
  background: #52b6bc none repeat scroll 0 0;
  color: #ffffff;
}
.widget_recent_comments ul li.recentcomments::before {
  color: #969696;
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  left: 0;
  position: absolute;
}
.widget_recent_comments ul li.recentcomments span {
  color: #666666;
}
.widget_recent_comments ul li.recentcomments a {
  font-size: 16px;
}
.widget_recent_comments ul li.recentcomments {
  padding-left: 30px;
  position: relative;
  word-break: break-word;
}
.widget_recent_comments ul li.recentcomments a:hover {
  color: #52b6bc;
}
/*Newsletter widgets css here*/
.news-letter .newsletter_inner > input[type="email"] {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  color: #555;
  float: left;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.news-letter .newsletter_inner {
  overflow: hidden;
  position: relative;
}
.news-letter .newsletter_inner button {
  background: #2c2c2c none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: -9999px;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.news-letter .newsletter_inner button:hover{
    background: #52b6bc;
    color: #fff;
}
.news-letter .newsletter_inner::before {
  color: #ffffff;
  content: "";
  font-family: FontAwesome;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.widget-area ul.instagram-pics li {
  border: medium none;
  float: left;
  margin: 0;
  padding: 3px;
  width: 33.33%;
}
.sidebar-widget.null-instagram-feed .instagram-pics{
  overflow: hidden;
  margin: 0;
}
.page-header {
    margin-top: 0;
}
.page-header h1 {
  color: #575757;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.blog-post.hentry {
  margin-bottom: 80px;
}
.widget-area .sidebar-widget:last-child {
  margin-bottom: 0;
}

/*Update Blog Post css here*/

.blog-post-video {
    position: relative;
}
.video-post-content {
    left: 0;
    padding: 0 126px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.blog-post-video::before {
    background: #52b6bc none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-play-button > a {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    position: relative;
    width: 60px;
}
.video-play-button > a i {
  margin-left: 5px;
  margin-right: 0;
}
.post-title > h3 {
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 20px;
}
.post-excerpt > p {
    color: #ffffff;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 26px;
}
.post-title > h3 a:hover {
  color: #ffffff;
  opacity: 0.7;
}
.sticky_post.post_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fafafa none repeat scroll 0 0;
}
.sticky_post.post_inner .blog-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52.5%;
  flex: 0 0 52.5%;
}
.post-categories span a {
    color: #52b6bc;
    font-weight: 400;
    text-decoration: underline;
    text-transform: capitalize;
}
.post-categories span a:hover {
    color: #222222;
}
.post_date span.post-date {
  color: #52b6bc;
  font-size: 14px;
  position: relative;
}
.blog-content .post_date {
  margin-top: 16px;
}
.post_date span.post-date::before {
    background: #bbbbbb none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -55%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
}
.grid-item.blog_left.col-md-6.col-sm-6 {
    padding-right: 30px;
}
.grid-item.blog_right.col-md-6.col-sm-6 {
    padding-left: 30px;
}
/*widget social css here*/

.sidebar-widget.widget_siliconcounters ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin: 0 20px 0 0;
  padding: 0;
  text-align: center;
  width: 75px;
}
.sidebar-widget.widget_siliconcounters ul li:last-child {
    margin-right: 0;
}
.sidebar-widget.widget_siliconcounters .silicon_counters ul li > a {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
}
.sidebar-widget.widget_siliconcounters .silicon_counters ul li > a span {
    margin: 6px auto;
}
.sidebar-widget.widget_siliconcounters .silicon_counters ul li > a > span {
    margin-top: 0;
}
.sidebar-widget.widget_siliconcounters .silicon_counters ul li > a span:last-child {
    margin-bottom: 0;
}
.widget_categories.sidebar-widget ul li a,.sidebar-widget.widget_jharon_service_categories ul li a,
.sidebar-widget.widget_archive ul li a {
    font-size: 14px;
    padding-left: 34px;
    position: relative;
}
.widget_categories.sidebar-widget ul li a::before,
.sidebar-widget.widget_jharon_service_categories ul li a:before,
.sidebar-widget.widget_archive ul li a:before{
    border: 2px solid #929292;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.theme_name-post-media .blog-thumb {
  position: relative;
}

.content_single .blog-meta span {
  font-size: 14px;
  font-weight: 400;
}
.content_single .blog-meta {
  margin-bottom: 22px;
}
.content_single .blog-info p {
  word-break: break-word;
}
blockquote {
  background: #f9f9f9 none repeat scroll 0 0;
  border-left: medium none;
  color: #666666;
  font-style: italic;
  margin: 52px 0 54px;
  padding: 64px 70px;
  text-align: center;
}
.blog-info.entry-content ul li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.post_details_nav_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0;
}
.next-prev a {
    border-left: 2px solid #555;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    margin-left: 16px;
    padding-left: 16px;
    text-transform: capitalize;
}
.next-prev a:hover {
    color: #52b6bc;
}
.next-prev a:first-child {
    border-left: 0 none;
    margin: 0;
    padding: 0;
}
.post_details_nav_share .user-share ul li {
    list-style: outside none none;
}
.post_details_nav_share .user-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.post_details_nav_share .user-share ul li a {
    color: #666666;
    display: block;
    margin-right: 5px;
    text-align: center;
}
.post_details_nav_share .user-share ul li a i {
  background: #f1f1f1 none repeat scroll 0 0;
  display: block;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.post_details_nav_share .user-share ul li a:hover i{
    color: #fff;
}
.post_details_nav_share .user-share ul li a:hover i.fa-facebook{
    background: #3B5998;
}
.post_details_nav_share .user-share ul li a:hover i.fa-twitter{
    background: #1DA1F2;
}
.post_details_nav_share .user-share ul li a:hover i.fa-google-plus{
    background: #DC4A38;
}
.post_details_nav_share .user-share ul li a:hover i.fa-linkedin{
    background: #007BB6;
}
.post_details_nav_share .user-share ul li a:hover i.fa-pinterest{
    background: #CD0000;
}
.author-img {
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 110px;
  overflow: hidden;
  width: 110px;
}
.post__hover__inner.text-center {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(93%, rgba(0, 0, 0, 0.9))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 93%) repeat scroll 0 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.comment-author.comment-img > img {
  border-radius: 5px;
}
.related-post .post-categories span a:hover {
  color: #ffffff;
}
.related_post {
    position: relative;
}
.related_post_inner {
  bottom: 25px;
  left: 30px;
  position: absolute;
  right: 30px;
}
.related_post_title > h3 {
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.author .author-info .social > a {
    color: #3e3e3e;
    font-size: 16px;
    margin-right: 28px;
}
.author .author-info .social > a:hover {
    color: #52b6bc;
}
.author .author-info .social {
    margin-top: 20px;
}
.post_details_nav_share .post-tags > a {
    background: #bbb none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    padding: 0 10px;
    text-transform: uppercase;
}
.post_details_nav_share .post-tags > a:hover {
    background: #52b6bc none repeat scroll 0 0;
}
.post_details_nav_share .post-tags {
  -ms-flex-item-align: center;
  align-self: center;
}
.post_details_nav_share .post-tags,.social_network_wrap .user-share {
  padding-right: 20px;
}
.single_full_blog .sticky_post.post_inner {
    display: block;
}
.single_full_blog .blog-post .sticky_post .blog-content {
    text-align: center;
}
.blog-post.post .post-title {
  font-weight: bold;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 18px;
  margin-top: 0;
}
.three_col .video-post-content {
    padding: 0 10px;
}
.three_col .video-post-content .post-title > h3, 
.three_col .video-post-content .post-title {
    margin-bottom: 2px;
}
.three_col .video-post-content .post-excerpt > p {
    margin-bottom: 10px;
}
.three_col .video-post-content .video-play-button > a {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
article.blog-post.sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-content.text-left {
  text-align: left;
}
.sidebar-widget .tagcloud > a {
    border: 1px solid #dddddd;
    display: inline-block;
    font-size: 15px !important;
    height: 35px;
    line-height: 33px;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 0 8px;
}
.sidebar-widget .tagcloud > a:hover {
    background: #52b6bc none repeat scroll 0 0;
    border-color: #52b6bc;
    color: #ffffff;
}
.sidebar-widget ul.sidebar-post {
  padding: 0;
}
.two_col .video-post-content {
  padding: 0 85px;
}
.blog-info li {
  font-weight: 500;
}
.content_single .blog-thumb {
  padding-bottom: 15px;
}