/**
* Blog Page title Wrapper
*/
section.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:before,
section.page__title__wrapper.blog-page:before,
section.page__title__wrapper.single-post:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/**
* Post Format Stranded
*/
.blog-area .container-fluid {
  padding: 0 310px;
}

.blog-content > h2 {
  font-weight: 500;
  color: #212121;
  font-size: 18px;
  margin: 0 0 12px;
  word-break: break-all;
}
.blog-date-categori {
  margin: 9px 0 19px;
}
.blog-date-categori ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-date-categori li {
  color: #424956;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.blog-date-categori ul li::after {
  content: "/";
  margin: 0 3px 0 4px;
}

.blog-date-categori ul li:last-child::after  {
  display: none;
}
.blog-date-categori ul li a {
  color: #f57b28;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.blog-date-categori ul li a::before {
  background-color: #f57b28;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.blog-date-categori ul li a:hover::before {
  background-color: #212121;
}
.blog-date-categori ul li a:hover {
  color: #212121;
}
.single-blog-wrapper p {
  color: #424956;
  font-size: 15px;
  margin: 0;
}

.blog-btn-social {
  display: flex;
  justify-content: space-between;
}
.blog-btn > a {
  color: #212121;
  font-weight: 500;
  position: relative;
}
.blog-social {
  display: flex;
}
.blog-social > ul {
  margin: 0;
  padding: 0;
}

.blog-social ul li {
  display: inline-block;
  margin-left: 13px;
}
.blog-social ul li:nth-child(1) {
  margin-left: 0px;
}

.blog-social ul li a {
  color: #333333;
    font-size: 18px;
}
.blog-social > span {
  color: #262626;
  font-weight: 500;
  margin: 0px 15px 0 0;
}
.post_meta_area{
    margin: 0;
    padding:0;
    list-style: none;
}
.blog-social ul li a:hover,
.blog-btn > a:hover,
.blog-author > h4 a:hover,
.news-form > button:hover,
.blog-categori ul li a:hover,
.blog-tags ul > li a:hover,
.blog-sidebar-social li a:hover {
  color: #f57b28;
}
.blog-btn > a:hover::before {
  background-color: #f57b28;
}

/* quote post */
.quote-post {
  background-color: #f57b28;
  padding: 74px 50px 77px 58px;
  position: relative;
}
.home-blog .quote-post {
  padding: 66px 50px 66px 58px;
}
.quote-content , .link-content {
    z-index: 9;
    position: relative;
}
.quote-content > span {
  color: #ececec;
}
.quote-content > h3 {
  color: #f3f2f2;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 19px 0 22px;
}
.home-blog .quote-content > h3 {
  margin: 5px 0;
}
.quote-content > h3 a {
  color: #f3f2f2;
}
.quote-content h6 {
  color: #f3f2f2;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding-left: 28px;
  position: relative;
}
.quote-content h6::before {
  background-color: #f3f2f2;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 9px;
  transition: all 0.3s ease 0s;
  width: 18px;
}
.post-img {
  display: inline-block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.post-img > img {
  max-width: 188px;
}

.blog-social ul li a:hover ,
.blog-btn > a:hover ,
.blog-author > h4 a:hover ,
.news-form > button:hover ,
.blog-categori ul li a:hover ,
.blog-tags ul > li a:hover ,
.blog-sidebar-social li a:hover {
  color: #f57b28;
}
.blog-btn > a:hover::before {
  background-color: #f57b28;
}

.quote-content > h3 a:hover {
    text-decoration: underline;
}

/* gallery post */
.blog-gallery-slider .owl-nav div {
  color: #494949;
  font-size: 35px;
  left: 50px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.blog-gallery-slider .owl-nav div:hover {
  color: #f57b28;
}
.blog-gallery-slider .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

.blog-gallery-slider:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* link post */

.link-post {
  background-color: #212121;
  padding: 74px 48px 77px;
  position: relative;
}
.link-content > span {
  color: #ececec;
}
.link-content > h3 {
color: #f3f2f2;
font-size: 18px;
font-weight: 500;
margin: 20px 0 0;
}
.pagination-style li {
  display: inline-block;
  margin: 0 11px;
}
.pagination-style li a {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}
.pagination-style li a:hover, .pagination-style li a.active {
  color: #f57b28;
}

/* blog masonry */
.blog-masonry .blog-content > h2 {
  font-size: 18px;
}
.blog-masonry .mb-80{
    margin-bottom: 55px;
}
.blog-masonry .quote-post {
  padding: 74px 44px 77px 47px;
}
.blog-masonry .blog-social{display: none;}

/* blog details */
.dec-img > img {
  width: 100%;
}
.dec-img-wrapper {
  margin: 56px 0 53px;
}
.blog-dec-tags-social {
  border-bottom: 2px solid #f6f6f6;
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  padding-bottom: 10px;
}
.no_border_mar.blog-dec-tags-social{
    border-bottom: 0;
}
.blog-dec-tags ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-dec-tags ul li {
  display: inline-block;
    position: relative;
}
.blog-dec-tags ul li a {
  color: #888787;
  margin-right: 18px;
}
.blog-dec-tags ul li::after {
  background-color: #6d6d6d;
  content: "";
  font-size: 8px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 5px;
  transform: rotate(20deg);
  width: 1.5px;
}

.blog-dec-tags ul li:last-child::after {
  display: none;
}



.blog-dec-social {
  display: flex;
}
.blog-dec-social ul li {
  display: inline-block;
  margin-left: 14px;
}

.blog-dec-social ul li a {
  color: #333333;
   font-size: 18px;
}

.blog-dec-social > span {
  color: #262626;
  font-weight: 500;
  margin-top: 0px;
  text-transform: uppercase;
}


.blog-dec-tags ul li a:hover , .blog-dec-social ul li a:hover {
  color: #f57b28;
}

.administrator-wrapper {
  align-items: center;
  display: flex;
  border-bottom: 2px solid #f6f6f6;
    padding: 30px 0;
}
.administrator-img {
  margin-right: 30px;
}
.administrator-img img{
    border-radius: 100%;
}
.administrator-content > h4 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 19px;
  margin-top: 0;
}
.administrator-content > p {
  color: #262626;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

.blog-dec-title {
  color: #353535;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.comment-list ul.children {
  margin-left: 30px;
}
.single-comment-wrapper {
  display: flex;
}
.single-comment-wrapper .comment_author_name{
    margin-top: 0;
}
.blog-comment-content h4.comment_author_name {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
    margin: 0;
}
.blog-comment-content .blog-title span {
  color: #656565;
  display: block;
  margin: 6px 0 8px;
}
.blog-comment-content .comment_desc p {
  color: #262626;
  font-size: 15px;
  line-height: 26px;
}
.blog-comment-img {
  margin-right: 28px;
}
.blog-comment-img img{
    border-radius: 100%;
}
.leave-form {
  margin-bottom: 30px;
}
.blog-reply-wrapper form input , .blog-reply-wrapper form textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 600;
  height: 60px;
  padding: 2px 20px;
}

.blog-reply-wrapper form input::-moz-placeholder , .blog-reply-wrapper form textarea::-moz-placeholder {
  color: #8e8e8e;
    opacity: 1;
}

.blog-reply-wrapper form input::-webkit-placeholder , .blog-reply-wrapper form textarea::-webkit-placeholder {
  color: #8e8e8e;
    opacity: 1;
}


.blog-reply-wrapper form textarea {
  height: 235px;
    padding: 25px 20px;
}

.blog-reply-wrapper form .text-leave input {
  background-color: #f57b28;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: inherit;
  letter-spacing: 1px;
  margin-top: 60px;
  padding: 14px 30px 15px;
  width: inherit;
}

.blog-reply-wrapper form .text-leave input:hover {
  background-color: #000;
}



.blog-reply-wrapper > form {
  margin-top: 65px;
}

/**
* Sticky Post and Template
*/

.type-post.tag-sticky-2 .blog-content, .type-post.sticky .blog-content {
  border: 1px solid #e56b18;
  margin-bottom: 20px;
  padding-left: 70px;
  padding-top: 10px;
  position: relative;
}
.type-post.tag-sticky-2 .blog-content:before,
.type-post.sticky .blog-content:before {
    content: "\f08d";
    left: 30px;
    top: 42px;
    font-family: fontAwesome;
    font-size: 23px;
    position: absolute;
    color: #e56b18;
    line-height: 1;
}
.type-post.tag-sticky-2 .blog-details-wrapper .blog-content:before,.type-post.sticky .blog-details-wrapper .blog-content:before{
    display: none
}
.type-post.tag-sticky-2 .blog-details-wrapper .blog-content, .type-post.sticky .blog-details-wrapper .blog-content{
    border: 0;
    padding: 0;
}
/**
* Post Format Gallery
*/

.blog-gallery .owl-nav div {
    background: #fff none repeat scroll 0 0;
    bottom: 10px;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 40px;
}
.blog-gallery .owl-nav div.owl-prev {
    right: 60px;
}
/**
* Post Format Quote
*/
blockquote {
  margin: 30px 0 15px;
  padding: 10px 0 10px 90px;
  position: relative;
}
blockquote p {
    color: #212121;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
}
blockquote::before {
  background-image: url("../images/icon/blog-link-post2.png");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 12px;
  width: 100%;
  margin-left: 10px;
}

blockquote footer {
    font-size: 14px;
    font-weight: 600;
}
blockquote cite {
    margin-top: 15px;
    display: inline-block;
}
blockquote cite a:before {
    content: '\2014 \00A0';
}
blockquote cite a:hover {
    color: #444;
}
/**
* Custom Quote style
*/

.blog-content blockquote *:not(code) {
    color: #fff;
}
.blog-quote.electroshop_quote.blog-content {
    padding: 0;
}
.blog-quote.electroshop_quote.blog-content blockquote p {
    font-size: 18px;
    line-height: 1.8;
}
.blog-quote.electroshop_quote.blog-content blockquote footer cite {
    font-size: 16px;
    letter-spacing: 0.5px;
}
/**
* Post Formate Link
*/

.blog-post.format-link .blog-content {
    padding: 35px 35px 0px 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%;
    transform: translateY(-50%);
    color: #e56b18;
}
.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 #e56b18;
}
/**
* 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.grid-left-img .blog-thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.grid-left-img .blog-content {
    position: relative;
    padding: 30px 40px 0;
}
.grid-left-img .post-title {
    font-size: 25px;
    font-weight: 500;
}
.grid-left-img .blog-thumb img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
    transform: scale(1.1);
}
.grid-left-img.blog-post:hover .blog-thumb img {
    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 {
    transform: scale(1.1);
}
.grid-left-img.blog-left-image.blog-post:hover .blog-thumb img {
    transform: scale(1.2);
}
/**
* Read More Button
*/

.read-more {
    margin-top: 30px;
}
.read-more a {
border: 1px solid #f57b28;
border-radius: 3px;
color: #f57b28;
display: inline-block;
font-weight: 600;
height: 40px;
line-height: 38px;
padding: 0 25px;
}
.read-more a:hover {
    background: #f57b28;
    color: #fff;
    border-color: #f57b28;
}
.blog-column .read-more {
    margin-top: 20px;
}
.blog-column .read-more a {
    border: 0 none;
    color: #000;
    font-weight: 600;
    padding: 0;
    background: none
}
/**
* 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;
}
.theme_name-post-media {
    margin-bottom: 30px;
}
/**
* Pagination
*/
.post-pagination nav.navigation{
  margin-top: 80px;
}
.post-pagination .pagination {
  justify-content: center;
}
.post-pagination .nav-links > ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: -7px;
    margin-right: -7px;
}
.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 {
    display: block;
    padding: 0;
    margin: 3px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #8b8b8b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
    margin-top: 0;
}
.post-pagination .nav-links > ul > li > span.current,
.post-pagination .nav-links > ul > li:hover a,
.pagination > a:hover,
.page-links > span:not(.page-links-title):hover{
    color: #fff;
    border-color: #e56b18;
}
/**
* Single Post
*/

.user-text {
    color: #666;
    display: inline-block;
    float: left;
    letter-spacing: 2px;
}
.user-share {
    display: block;
}
.social_network_wrap {
    display: block;
    margin: 47px 0 53px;
    overflow: hidden;
}
.user-name {
    padding-right: 47px;
}
.user-share > ul {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}
.user-share > span {
    color: #666666;
    display: inline-block;
    float: left;
    margin-right: 14px;
}
.user-share > ul > li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}
.user-share > ul > li:first-child {
    margin-left: 0px;
}
.user-share a {
    color: #666666;
}
.user-share a:hover {
    color: #222;
}
.next-prev {
  border-bottom: 2px solid #f6f6f6;
  border-top: 2px solid #f6f6f6;
  margin: 50px 0;
  padding: 20px 0;
}
.next-prev.no_border_mar{
    border-top: 0;
    margin-top: 0;
}
.next-prev a {
    background-color: #f6f6f6;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: capitalize;
}
.next-prev a i {
    color: #666;
    transition: all .3s ease 0s;
}
.next-prev a.prev-btn i {
    padding-right: 5px;
}
.next-prev a.next-btn i {
    padding-left: 5px;
}
.next-prev a:hover {
    background-color: #000;
    color: #fff;
}
.next-prev a:hover i {
    color: #fff;
}
a.next-btn {
    float: right;
}
.author-box.author {
    align-items: flex-start;
    display: flex;
    justify-content: initial;
    margin: 50px 0;
    overflow: hidden;
}
.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: 600;
    letter-spacing: 1px;
    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: #232323;
    font-size: 14px;
    margin-left: 7px;
}
.author-info > p {
    line-height: 25px;
    margin-bottom: 0;
}
.single-related-post img {
    margin-bottom: 20px;
}
.related-post {
    display: block;
    overflow: hidden;
    margin: 50px 0;
}
.single-related-post a {
    display: block;
}
.related-post-title > h3 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    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: 110px;
}
.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;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.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;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}
.comment-text .reply a {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    line-height: 1.6;
}
.comment-text .reply a:hover {
    background-color: #000;
    color: #fff;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > p {
    color: #212121;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.leave-comment-form {
    margin-top: 40px;
}
.comment-form > p.comment-notes {
    color: #212121;
    font-size: 14px;
    letter-spacing: 1px;
    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: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 178px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 30px;
}
.leave-comment-form form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666;
    font-size: 14px;
    height: 48px;
    letter-spacing: 1px;
    padding: 2px 30px;
    width: 100%;
    margin-bottom: 30px;
}
.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: #000;
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 11px 28px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
    background-color: #fff;
    color: #666;
    border: 1px solid #dddddd;
}
.blog-comment,
.leave-comment {
    margin-top: 40px;
}
.comment-respond {
    margin-top: 40px;
}
.comment-respond form {
  margin-top: 40px;
}
.comment-text .comment-meta.commentmetadata a {
    display: inline-block;
}
.comment-meta.commentmetadata {
    position: relative;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
.comment--date--time {
    margin-top: 5px;
}
.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: 5px;
}
div#comments.comments-area a.comment_permalink,
div#comments.comments-area .edit--btn{
    font-weight: 400;
    font-size: 14px;
}
div#comments.comments-area .edit--btn{
    margin-left: 10px;
}
.reply-edit-button span{
    color: #333;
    font-weight: 600;
}
.related-post .row {
    display: flex;
    flex-flow: wrap;
}
.related-post .row div[class*="col-"] {
    margin-bottom: 30px;
}
.related-post .sidebar-title {
    margin-bottom: 34px;
}
ol.comment-list {
    list-style: none;
    padding-left: 0;
}
ol.comment-list .comment {
    list-style: none;
}
div#comments.comments-area .comment-meta {
    line-height: 1.6;
}
.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: 60px;
    }
    .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.related-post-title{
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
    color: #000;
}
/**
 * Search Form
 */

.blog-search form input {
    background: transparent;
    border: 1px solid #e4e4e4;
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    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: #b5b5b5;
    opacity: 1;
}
.blog-search form {
    position: relative;
}
.blog-search form button {
background-color: #f57b28;
border: medium none;
color: #fff;
cursor: pointer;
font-size: 16px;
height: 45px;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
transition: all 0.3s ease 0s;
width: 45px;
border-radius: 0 3px 3px 0;
}
.blog-search form button:hover {
    background-color: #424956;
}
/**
* Widget List style
*/
.blog-widget .blog-social > h4 {
  color: #717171;
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
}
.blog-widget .blog-social{
  margin-top: 15px;
}
.blog-widget .blog-social{
  display: block;
}
.blog-widget ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-widget ul ul{
  margin-bottom: 10px;
  padding-left: 15px;
}
.blog-widget ul > li{
  margin-bottom: 10px;
}
.blog-widget .children{
  margin-top: 10px;
}
.widget-area .sidebar-widget > ul,
.widget_nav_menu .menu {
    background-color: rgba(0, 0, 0, 0);
    padding:0;
}
.widget_categories.sidebar-widget ul li,
.widget_archive.sidebar-widget ul li {
    text-align: right;
    color: #232323;
    overflow: hidden;
}
.widget_categories.sidebar-widget ul li a,
.widget_archive.sidebar-widget ul li a {
    display: block;
    float: left;
    text-align: left;
}
.sidebar-widget:not(.widget_themename__author_about_widget) ul li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
}
.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 {
    color: #232323;
}
.sidebar-widget ul li ul.children li a:hover,
.sidebar-widget ul li ul.sub-menu li a:hover {
    color: #000;
}
.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: #000;
}
.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 {
    color: #000;
    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 {
  color: #888787;
  font-size: 14px !important;
  letter-spacing: 0.01px;
  margin-right: 15px;
  position: relative;
}
.widget_tag_cloud a:before{
  background-color: #6d6d6d;
  content: "";
  font-size: 8px;
  height: 12px;
  position: absolute;
  left: -10px;
  top: 4px;
  transform: rotate(20deg);
  width: 1.5px;
}
.widget_tag_cloud a:hover {
    color: #f57b28;
}
.widget_tag_cloud a:first-child::before{
  display: none;
}

/**
* Recent Post
*/
.sidebar-widget .post-img {
    display: inline-block;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
}
.sidebar-post > li {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar-post > li:last-child {
    margin-bottom: 0px;
}
.sidebar-widget .post-text {
    padding-left: 141px;
}
.sidebar-widget .post-text > h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
.sidebar-widget .post-text > h4 a {
    color: #333;
    font-size: 15px;
}
.sidebar-widget .post-text > h4 a:hover {
    color: #e56b18;
}
.sidebar-widget .post-text > span {
    color: #000;
    font-size: 12px;
    display: block;
    line-height: 1em;
}

/**
* Author Informations
*/
.sidebar-widget .author--info--wrap img {
    width: 100%;
}
.video-img > img {
    width: 100%;
}
.self-info {
    padding: 37px 35px 50px;
    background-color: #f6f6f6;
}
.self-info > h3 {
    color: #000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.self-info > p {
    color: #000;
    margin: 0;
}
.self-info > p span {
    font-weight: 500;
}
.sidebar-widget .blog-social {
    margin-top: 43px;
}
.sidebar-widget .blog-social > h4 {
    color: #363535;
    font-family: open sans;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 39px;
    position: relative;
}
.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 {
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    color: #999999;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    width: 40px;
}
.sidebar-widget .blog-social ul li a:hover {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323;
}
.sidebar-widget .blog-social h4::before {
    background-color: #565252;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.sidebar-banner img {
    max-width: 100%;
    width: 100%;
}
.sidebar-banner a {
    display: block;
}

/**
* 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%;
    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-family: open sans;
    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;
}
.blog-widget.widget_rss ul li span.rss-date ,
.footer-widget.widget_rss ul li span.rss-date{
    font-style: italic;
}
.blog-widget.widget_rss ul li a.rsswidget ,
.footer-widget.widget_rss ul li a.rsswidget {
    display: block;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
}
.blog-widget.widget_rss ul li .rssSummary ,
.footer-widget.widget_rss ul li .rssSummary {
    padding: 5px 0;
}