/*
Theme Name: Baratz Child
Theme URI: http://underscores.me/
Template: baratz
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1651655251
Updated: 2022-05-04 09:07:31

*/

#single-post-image-container img {
    width: 100%;
    border-radius: 15px;
}

#single-post-related-post .elementor-post__card {
    background-color: #A1D9F7;
    border-width: 0px;
    border-radius: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    position: relative;
}

#single-post-related-post .elementor-post__badge {
    position: absolute;
    top: 0;
    background: #818a91;
    color: #fff;
    font-size: 12px;
    padding: 0.6em 1.2em;
    line-height: 1;
    font-weight: 400;
    margin: 20px;
    border-radius: 999px;
    right: 0;
    text-transform: uppercase;
}

#single-post-related-post .elementor-post__thumbnail {
    padding-bottom: calc( 0.4 * 100%);
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
}

#single-post-related-post .elementor-post__thumbnail img {
    height: auto;
    width: calc(100% + 1px);
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%, -50%);
    -ms-transform: scale(1.01) translate(-50%, -50%);
    transform: scale(1.01) translate(-50%, -50%);
}

#single-post-related-post .elementor-post__thumbnail__link {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

#single-post-related-post .elementor-post__thumbnail__link:after {
    display: block;
    content: "";
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00000059), color-stop(75%, #0000));
    background-image: linear-gradient(0deg, #00000059, #0000 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: .5;
}

#single-post-related-post .elementor-post__title,
#single-post-related-post .elementor-post__title a {
    color: #27357e;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#single-post-related-post .elementor-post__title {
    margin-bottom: 10px;
}

#single-post-related-post .elementor-post__text {
    padding: 0 20px;
    margin-top: 0px;
}

#single-post-related-post a.elementor-post__read-more {
    color: #27357e;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    text-transform: uppercase;
}

.scriptlesssocialsharing svg {
    width: 25px;
    height: 25px;
}

.scriptlesssocialsharing__buttons a.button {
    border-radius: 4px;
    background-color: #27357E!important;
}

/*category search*/

#post-list.elementor-posts .elementor-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, -webkit-box-shadow;
    -o-transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}

#post-list.elementor-posts .elementor-post .elementor-post__thumbnail__link {
    min-width: 345px;
    margin-right: 20px;
}

#post-list.elementor-posts .elementor-post img {
    border-radius: 10px;
}

#post-list.elementor-posts .elementor-post h3,
#post-list.elementor-posts .elementor-post h3 a {
    color: #27357E;
    text-decoration: none;
    margin: 0 0 5px 0;
}

#post-list.elementor-posts .elementor-post__meta-data {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
}

#post-list.elementor-posts .elementor-post__excerpt {
    font-size: 12.8px;
}

#post-list.elementor-posts .elementor-post__read-more {
    color: #27357E;
    text-decoration: none;
}

@media (max-width: 767px) {
    #post-list.elementor-posts .elementor-post {
        flex-direction: column;
    }
}