/*------Blog------------------------------------------------*/
.article-masonry {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.home-posts .card-post {
    /*border: 1px solid #eee; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
    /* margin-bottom: 20px;*/
}

.home-posts .card-post-img {
    border-radius: 16px;
    border: 1px solid #eee;
}

.home-posts .card-post-content {
    padding: 15px 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 20px;
    /* border: 1px solid #eee; */
    border-radius: 0 6px;
}

.home-posts .card-post-content .h4 {
    height: unset;
}

.card-post {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    /* background: #fff; */
    margin-bottom: 20px;
}

.card-post .btn {
    margin-bottom: 0px;
}

.post-article {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.post-article .list-single-main-media , .card-post .list-single-main-media {
    margin: 0;
}

.post-article-title {
    padding: 30px;
}

.card-post-img img {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.card-post-content {
    padding: 15px 20px 0;
}

.card-post-content .h4 {
    width: 100%;
    text-align: left;
    color: #01374f;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
}

.card-post-content h3 a {
    color: #666;
}

.card-post-content p {
    text-align: left;
}

.home-posts {
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
}

.card-post-content .post-opt {
    border-top: 1px solid #eee;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.card-post-content .post-opt ul {
    margin: 0;
}

.post-nav {
    margin-top: 20px;
    margin-bottom: 10px;
}

.post-nav:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    width: 1px;
    background: #eee;
}

.post-link {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

.post-link span {
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.post-link i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    line-height: 40px;
    font-size: 22px;
}

.post-link:hover i {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.post-link.prev-post-link {
    float: left;
    padding-left: 40px;
    text-align: left;
}

.post-link.next-post-link {
    float: right;
    padding-right: 40px;
    text-align: right;
}

.post-link.prev-post-link i {
    left: 0;
    text-align: left;
}

.post-link.next-post-link i {
    right: 0;
    text-align: right;
}

.post-author {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}

.post-author span {
    font-weight: 600;
    position: relative;
    top: 14px;
    color: #666;
    font-size: 12px;
}

.post-opt {
    padding-top: 24px;
}

.post-opt , .post-opt li {
    float: left;
}

.post-opt ul {
    list-style: none !important;
}

.post-opt li {
    margin-right: 15px;
    line-height: 40px;
}

.post-opt li span , .post-opt li a {
    color: #999;
    font-weight: 500;
    font-size: 12px;
}

.post-opt li i {
    padding-right: 6px;
}

.search-widget input {
    float: left;
    width: 100%;
    border: none;
    background: #ECF6F8;
    height: 50px;
    padding: 0 80px 0 20px;
    z-index: 1;
    border-radius: 4px 0 0 4px;
}

.search-widget .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0 ;
}

.jr-insta-thumb {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.jr-insta-thumb ul {
    list-style: none;
}

.jr-insta-thumb li {
    float: left;
    width: 33.3%;
    padding: 5px;
    overflow: hidden;
}

.jr-insta-thumb li img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.jr-insta-thumb li a , .post-link i {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.jr-insta-thumb li a:hover {
    opacity: 0.6;
}

.cat-item li {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}

.cat-item li:last-child {
    margin-bottom: 0;
}

.cat-item li:before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100px;
    height: 1px;
    background: #eee;
    left: 50%;
    margin-left: -25px;
}

.cat-item li a {
    float: left;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.cat-item li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.fixed-bg .overlay {
    opacity: 0.6;
}

.mob-bg , .mobile-list-controls {
    display: none;
}

.vishidelem {
    display: block !important;
}
