.sidebar-posts-content {}

img.post-image {
    width: 500px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

div.widget.widget_categories.widget-wrapper {
    padding: 0;
}

div.widget.widget-wrapper {
    margin-bottom: 20px;
}

div.widget.widget_categories.widget-wrapper {}

div.widget.widget_categories.widget-wrapper ul {
    display: block;
    position: inherit;
    width: 100%;
    z-index: 9;
}

div.widget.widget_categories.widget-wrapper li.cat-item {
    display: block;
}

div.widget.widget-wrapper h4 {
    color: var(--text-color);
    font-weight: 700;
    position: relative;
    font-size: 120%;
    line-height: 57px;
}

div.widget.widget-wrapper h4:after {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: var(--main-bg-color);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

div.widget.widget-wrapper h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    z-index: 1;
}

div.widget.widget-wrapper ul {
    padding: 0;
}

div.widget.widget-wrapper li {
    text-decoration: none;
    list-style: none;
    font-style: none;
}

div.widget.widget-wrapper li a {
    color: var(--text-color);
}

/* SEARCH FORM */

.widget .search-form {
    position: relative;
}

.widget .search-form input {
    width: 100%;
    border: 1px solid #9d9d9d;
    padding: 10px 15px;
    padding-right: 55px;
    font-size: 14px;
    outline: none;
}

.widget .search-form button {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    width: 50px;
    padding-top: 5px;
    color: #b7b7b7;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

h1.post-title {
    font-size: 230%;
    font-weight: 600;
    line-height: 47px;
    color: (--text-color);
}

div.post-content p {
    line-height: 29px;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 300;
    color: var(--text-color);
}

div.post-date {
    padding: 4px 0;
}

div.post-categories-content ul.post-categories {
    padding: 0;
}

div.post-categories-content ul.post-categories li {
    list-style: none;
    font-style: none;
    text-decoration: none;
    background-color: #E7F0F9;
    padding: 5px 7px;
    display: inline-block;
    color: var(--text-color);
}

div.post-categories-content ul.post-categories li a {
    color: var(--text-color);
    text-decoration: none;
}

/* NEXT PREV POST LINKS */

.posts-links-prev-next a {
    color: var(--text-color);
    font-size: 20px;
}

/* SHARE BUTTONS */

.social-share-btns-container {
    overflow: hidden;
}

.social-share-btns {
    display: inline-block;
    overflow: hidden;
}

.social-share-btns .share-btn {
    float: left;
    margin-right: 5px;
    padding: 8px 16px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.social-share-btns .share-btn i {
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    color: white;
}

.share-btn {
    background-color: #95a5a6;
}

.share-btn:hover {
    background-color: #798d8f;
}

.share-btn-twitter {
    background-color: #00aced;
}

.share-btn-twitter:hover {
    background-color: #0087ba;
}

.share-btn-facebook {
    background-color: #3b5998;
}

.share-btn-facebook:hover {
    background-color: #2d4373;
}

.share-btn-whatsapp {
    background-color: #25D366;
}

.share-btn-whatsapp:hover {
    background-color: #128C7E;
}

@media screen and (min-width: 500px) {
    .share-btn-whatsapp {
        display: none
    }
}

/* BLOG PAGE */
.blog-page-item 
.blog__item__pic img {
    width: 100%;
    height: 400px;
    object-fit: cover !important;
}

.img-square-wrapper img {
    width: 350px;
    height: 250px;
    object-fit: contain;
}

.blog-post-card {
    -webkit-box-shadow: 0px 13px 26px -20px rgba(34, 34, 34, 0.18);
    -moz-box-shadow: 0px 13px 26px -20px rgba(34, 34, 34, 0.18);
    box-shadow: 0px 13px 26px -20px rgba(34, 34, 34, 0.18);
}


/* PAGINATION */
.page-blog-pagination {
    font-size: 20px;
    text-align: center !important;
 
}
.page-blog-pagination span.page-numbers.current {
    background: #DDD !important;
    font-size: 20px;
    color: var(--text-color);
    padding: 10px 20px !important;
}

.page-blog-pagination a {
    background: #ffffff;
    color: var(--text-color);
    padding: 10px 20px !important;
    text-decoration: none;
   
}

.page-blog-pagination a:hover {
    transition: .5s;
    background: #DDD !important;
   
}