/**
* 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 Format Stranded
*/

.blog-post {
    margin-bottom: 50px;
}
.post-title.title a {
  color: #47474f;
  word-break: break-word;
}
.post-title.title a:hover {
  color: #0056FF;
}
.blog-content p {
    color: #111;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}
.blog-author-date {
  color: #555;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
}
.post-title {
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 0.4em;
    overflow-wrap: break-word;
}
.blog-author-image img {
  border-radius: 50%;
}
.blog-author-image {
  margin-right: 20px;
}
.blog-author-info h4 {
  margin-bottom: 0;
}
.blog-author-info a {
  color: #0056ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.blog-meta {
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-content {
  padding: 25px 22px;
}
article.blog-post {
  box-shadow: 0 13px 23px rgba(0, 0, 0, 0.05);
}
.blog-meta span i {
    margin-right: 7px;
    opacity: 0.9;
}
.blog-meta span.post-comments a.post-comment {
  color: #777;
}
.blog-meta a {
    color: #0056ff;
}
.blog-meta a:hover {
    color: #0056ff;
}
.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;
}
/** 
* Sticky Post and Template
*/
.type-post.tag-sticky-2 .blog-content, 
.type-post.sticky .blog-content {
    border: 1px solid #0056ff;
    position: relative;
    padding:25px;
}
.type-post.tag-sticky-2 .blog-content:before, 
.type-post.sticky .blog-content:before {
    content: "\f08d";
    right: 20px;
    top: 20px;
    font-family: fontAwesome;
    font-size: 23px;
    position: absolute;
    color: #0056ff;
    line-height: 1;
}
/** 
* Post Format Gallery
*/

.blog-gallery .owl-nav div {
    background: #1010FF;
    top: 50%;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 40px;
    color: #fff;
    margin-top: -20px;
	opacity: .4;
	transition: all .3s ease 0s;
}
.blog-gallery .owl-nav div.owl-prev {
    left: 10px;
}
.blog-gallery:hover .owl-nav div{
	opacity: 1;
}
/** 
* Post Format Quote 
*/
blockquote {
  border: 0 none;
  color: #001025;
  margin: 0 0 15px;
  padding: 40px 30px 25px 30px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.story-hbtitle blockquote p ,
.entry-content blockquote p ,
.copy blockquote p {
  color: #001025;	
  font-size: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  text-align: center;
}
.ayojok_quote blockquote p{
	color: #001025;
	font-style: italic;
	font-weight: 600;
	text-align: center;
}
.single-blog .post-categories a{
    font-size: 16px;
    color: #fff;
    background: #0056FF;
    padding: 7px 20px;	
}
.single-blog .post-categories a:hover{
    color: #fff;
	background: #0086FF;	
}
.post-categories {
	position: absolute;
	top: 20px;
	left: 0;
	z-index:9;
}
.single-blog .meta .post-categories a {
  margin: 0 5px;
}
.single-blog .meta .post-categories a:last-child {
  margin-right: 0;
}
.single-blog .meta .post-categories a:nth-child(2) {
  margin-left: 0;
}
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-quote.ayojok_quote.blog-content {
    padding: 0;
}
.blog-quote.ayojok_quote.blog-content blockquote p {
    font-size: 18px;
    line-height: 1.8;
}
.blog-quote.ayojok_quote.blog-content blockquote footer cite {
    font-size: 16px;
    letter-spacing: 0.5px;
}
/** 
* Post Formate Link 
*/
.blog-post.format-link .blog-content .post-title {
    position: relative;
    margin-bottom: 15px;
	padding-right: 20px;
}
.blog-post.format-link .blog-content .post-title a{
	padding-right: 20px;	
}
.blog-post.format-link .blog-content .post-title:before {
    content: '\f14c';
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 25%;
    transform: translateY(-50%);
    color: #0056ff;
}
.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 #0056ff;
}

/**
* 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 135px;
}
.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%;
    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 #ddd;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 12px 35px;
}
.read-more a:hover {
    background: #444;
    color: #fff;
    border-color: #444
}
.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;
}
/**
* Pagination
*/

.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,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 7px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    color: #000;
    -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;
}
.pagination > a {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    color: #717171;
    background-color: transparent;
    text-align: center;
    line-height: 38px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.pagination.border > a {
    border-radius: 50%;
    margin:10px 5px 0;
}
.pagination.border > a {
    border: 1px solid #717171;
}
.pagination > a:hover {
    background-color: #0056ff;
    color: #ffffff;
}
.post-pagination .nav-links > ul > li > span.current,
.post-pagination .nav-links > ul > li:hover a,
.page-links > span:not(.page-links-title):hover,
.page-links > a:hover {
    color: #0056ff;
    border-color: #0056ff;
}
.page-links > a:hover{
    color: #ffffff;
}
.type-page .page-links > a:hover{
    color: #ffffff;
    background-color: #0056ff;
}
/**
* 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;
}
.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;
}
.related-post {
    display: block;
    overflow: hidden;
    margin: 50px 0;
}
.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.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;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}
.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: 40px;
}
.comment-form > p.comment-notes {
    color: #000000;
    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;
}
.comment-respond {
    margin-bottom: 50px;
    margin-top: 50px;
}
.comment-meta.commentmetadata {
    position: relative;
}
.comment--date--time {
    margin-left: 20px;
    font-family:"Montserrat", sans-serif;
}
.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;
}
.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;
}
.sidebar-widget.null-instagram-feed ul li {
    display: inline-block;
    float: left;
    padding-right: 1px;
    padding-top: 1px;	
	padding-bottom: 0;
	width: 50%;
}
.sidebar-widget.null-instagram-feed ul {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.sidebar-widget.null-instagram-feed ul::before{
    position: absolute;
    content: "";
    background: #fff;
    height: 56px;
    width: 56px;
    left: 50%;
    bottom: 50%;
    margin-bottom: -28px;
    margin-left: -28px;
    border-radius: 13px;
}
.sidebar-widget.null-instagram-feed ul::after{
    position: absolute;
    left: 50%;
    bottom: 50%;
    background: url(images/instagram.png) no-repeat scroll center center;
    content: "";
    width: 39px;
    height: 39px;
    margin-left: -19.5px;
    margin-bottom: -19.5px;
}
.sidebar-widget.null-instagram-feed ul li a img{
	width: 100%;
}
.sidebar-widget.null-instagram-feed ul li a{
	width: 100%;
}
.sidebar-banner {
    display: block;
    overflow: hidden;
}
.sidebar-banner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sidebar-banner a {
    display: block;
}

/**
 * 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: transparent;
    border: medium none;
    color: #bbbbbb;
    font-size: 16px;
    height: 50px;
    padding: 0 23px;
    position: absolute;
    right: 0px;
    transition: all .3s ease 0s;
    top: 0;
    cursor: pointer;
}
.blog-search form button:hover {
    color: #000;
}
/**
* Widget List style
*/
.widget_categories.sidebar-widget ul li,
.single-sidebar.widget_product_categories ul li,
.widget_archive.sidebar-widget ul li {
    text-align: right;
    color: #232323;
    overflow: hidden;
}
.single-product .single-sidebar.widget_product_categories ul li{
    list-style: none;
}
.single-sidebar.widget_product_categories ul li a,
.widget_categories.sidebar-widget ul li a,
.widget_meta.sidebar-widget ul li a,
.widget_pages.sidebar-widget ul li a,
.widget_recent_entries.sidebar-widget ul li a,
.widget_recent_comments.sidebar-widget ul li,
.widget_archive.sidebar-widget ul li a {
    float: left;
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    color: #111;
    position: relative;
    padding-left: 15px !important;
}
.widget_nav_menu.sidebar-widget ul li a{
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    color: #111;
    position: relative;
    padding-left: 15px !important;
}
.widget_archive.sidebar-widget ul li a::before {
    content: "\f017";
}
.single-sidebar.widget_product_categories ul li a::before,
.widget_categories.sidebar-widget ul li a::before {
    content: "\f115";
}
.widget_pages.sidebar-widget ul li a::before ,
.widget_recent_entries.sidebar-widget ul li a::before ,
.widget_nav_menu.sidebar-widget ul li a::before ,
.widget_meta.sidebar-widget ul li a::before {
    content: "\f105";
}
.single-sidebar.widget_product_categories ul li a::before,
.widget_archive.sidebar-widget ul li a::before,
.widget_pages.sidebar-widget ul li a::before,
.widget_recent_comments.sidebar-widget ul li::before,
.widget_recent_entries.sidebar-widget ul li a::before,
.widget_nav_menu.sidebar-widget ul li a::before,
.widget_meta.sidebar-widget ul li a::before,
.widget_categories.sidebar-widget ul li a::before {
    float: left;
    position: absolute;
    left: 1px;
    line-height: 26px;
    font-size: 14px;
	background: #47474F;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	content: "";
	top: 40%;
	left: 2px;
}
.sidebar-widget.widget_nav_menu .sub-menu li a{
	padding: 0;
}
.sidebar-widget.widget_nav_menu .sub-menu li a:hover{
	color: #0056FF;
}
.single-sidebar.widget_product_categories ul li a{
    margin-bottom: 10px;
}
.single-sidebar.widget_product_categories ul li:hover a{
    color: #0056ff;
}
.sidebar-widget:not(.widget_themename__author_about_widget) ul li {
    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: #111;
}
.sidebar-widget ul li ul.children li a:hover,
.sidebar-widget ul li ul.sub-menu li a:hover {
    color: #111;
}
.sidebar-widget ul li ul.children li:first-child,
.sidebar-widget ul li ul.sub-menu li:first-child {
    padding-top: 8px;
}
.sidebar-widget ul li:hover a {
    color: #0056ff;
}
.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/**
* Calendar Widget
*/

.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar caption,
.widget_calendar tfoot td {
    font-weight: 600;
    letter-spacing: 0.075em;
    padding: 10px 15px;
    color: #000;
}
.widget_calendar caption {
    border: 2px solid #ddd;
    border-bottom: none;
}
.widget_calendar tfoot {
    border-top: 2px solid #ddd;
}
.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: 5px;
    font-size: 14px;
    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 #111;
    color: #111;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: inherit !important;
}
.widget_tag_cloud a:hover {
    border: 1px solid #0056ff;
    color: #0056ff;
}
/**
* 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: #0056ff;
}
.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: bold;
}
.sidebar-widget .blog-social {
    margin-top: 43px;
}
.sidebar-widget .blog-social > h4 {
    color: #363535;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    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;
}
.sidebar-widget.widget_pages ul li ul.children{
    width: 100%;
    float: left;
}
.blog-gallery{
    margin-bottom: 0;
}
.blog-post .blog-content a.read-more {
  color: #282828;
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.blog-post blockquote{
    margin: initial;
}