/*Styles for Splash Post*/
.elementor-widget-electronic-splash_post {
    min-width: 730px;
}
.splash-content--authors{
    padding-top: 8px;
    padding-bottom: 36px;
    position: relative;
}
.splash-content--approver{
    padding-left: 26px;
}
.splash-author--avatar{
    margin-right: 10px;
    border-radius:50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.splash-author--avatar img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.splash-author--name{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #303030;
}
.splash-author--description{
    color: rgba(48, 48, 48, 0.81);
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.splash-content--datetime{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(48, 48, 48, 0.81);
    padding-left: 41px;
    padding-right: 41px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 46px;
}
.splash-datetime--updated{
    margin-bottom: 4px;
}
.splash-datetime--updated > span,
.splash-datetime--timeread > span{
    color: #111;
}
a.splash-author--name:hover{
    color: var(--color-link-hover);
}
.splash-author--name > a {
    color: var(--color-title);
    text-decoration: none;
}
.splash-author--name > a:hover {
    color: var(--color-link);
}
.splash-author--date{
    color: rgba(48, 48, 48, 0.6);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.splash-content--comments{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: var(--color-body);
    padding-left: 41px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.splash-content--comments  a{
    color: var(--color-body);
    text-decoration: none
}

.splash-content--comments  a:hover,
.splash-content--comments  a:focus{
    color: var(--color-body);
    text-decoration: underline
}
.splash-without-cover .splash-content--author{
    margin-bottom: 0px;
}
.splash-without-cover .splash-content--author::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    border-radius: 8px;
}

.splash-cover-right .row-splash{
    padding: 0;
    margin: auto;
}
.splash-cover-right .post-text{
    padding-top: 72px;
}
/*.splash-content--thumbnail{*/
/*    text-align: center*/
/*}*/
.splash-cover-right .splash-content--thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 360px;
    border-radius: 8px;
}
.splash-cover-right .splash-content{
    margin-bottom: 44px;
}
.splash-cover-right .splash-content--thumbnail{
    text-align: left
}
.splash-cover-right .splash-content--thumbnail img{
    margin-bottom: 0;
}
.splash-content--thumbnail img{
    border-radius: 3px;
    height: auto;
}
@media (min-width: 992px) {
    .splash-without-cover.offset-lg-1,
    .splash-post-cover.offset-lg-1{
        margin-left: 8%;
    }
}
@media (min-width: 1040px) {
    .splash-cover-right .row-splash{
        margin-left: -12px;
        margin-right: -12px;
    }
}
@media (min-width: 1200px) {
    .splash-cover-right .row-splash{
        margin-left: 8.7%;
        width: 973px;
    }
    .splash-content--thumbnail{
        text-align: left;
        /*margin-top: 50px;*/
        /*margin-bottom: 50px;*/
    }

    .splash-without-cover.offset-xl-1,
    .splash-post-cover.offset-xl-1{
        margin-left: 7.7%;
    }
}
@media (min-width: 1400px) {
    .splash-cover-right .row-splash{
        margin-left: 14.333333%;
        width: 973px;
    }
}
@media (max-width: 1200px) {
    .splash-content--datetime{
        margin-left: 26px;
        padding-left: 21px;
    }
    .splash-content--comments{
        padding-left: 21px;

    }
}
@media (max-width:991px) {
    .splash-content--authors{
        flex-wrap: wrap;
    }
    .splash-content--approver{
        padding-left: 24px;
    }
    .splash-content--datetime{
        flex-basis: 100%;
        margin-left: 0;
        margin-top: 21px;
        padding-left: 0;
        padding-top: 21px;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .splash-content--comments{
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 21px;
        flex-basis: 100%;
        margin-left: 0;
        margin-top: 21px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .splash-author--avatar{
        width: 48px;
        height: 48px;
        min-width: 48px;
        margin-right: 7px;
    }
    .splash-cover-right .splash-content--thumbnail img {
        min-height: auto;
    }

    /*Custom Styles*/
    .splash-cover-right .splash-content{
        margin-bottom: 0;
    }
}
@media (max-width: 398px) {
    .splash-content--authors-body{
        flex-wrap: wrap;
    }
    .splash-content--approver{
        padding-left: 0;
        padding-top: 24px;
    }
}

/*Breadcrumbs styles*/
.breadcrumbs {
    margin-bottom: 10px;
    margin-top: 0;
}

.breadcrumb--item {
    margin-right: 0;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px !important;
    display: inline;
}
a.breadcrumb--link {
    color: var(--color-link);
    text-decoration: none;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    transition: none;
}
.breadcrumb--item .breadcrumb--text {
    font-weight: 400;
}
.breadcrumb--link:hover{
    color: var(--color-link);
    text-decoration: underline;
}
.breadcrumb--text {
    color: rgba(48, 48, 48, 0.81);
}
.breadcrumb--item:after {
    display: inline-block;
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA1IDciIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0yLjAyMzUxZS0wOCAwLjQ3NTc0QzEuMTc3NTllLTA4IDAuMTM2NDczIDAuMzgzNzk0IC0wLjA2MDU3NDQgMC42NTk0OTMgMC4xMzcxNDRMNC41Mjc4NyAyLjkxMTM4QzQuNzU5NjUgMy4wNzc2IDQuNzU5NjUgMy40MjIzNCA0LjUyNzg2IDMuNTg4NTdMMC42NTk0OTMgNi4zNjI4QzAuMzgzNzk1IDYuNTYwNTIgMS42NzAzOGUtMDcgNi4zNjM0NyAxLjU4NTc5ZS0wNyA2LjAyNDJMMi4wMjM1MWUtMDggMC40NzU3NFoiIGZpbGw9IiMyQzJDM0EiLz4KPC9zdmc+');
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0 14.5px;

}
ul.breadcrumbs > li.breadcrumb--item:last-child:after {
    display: none;
}
.breadcrumbs .divider::before{
    display: inline-block;
}
.breadcrumb--item:last-child::before{
    content: "";
}
.splash-cover-right .breadcrumbs{
    margin-top: 30px;
}
@media (max-width: 991px) {
    .splash-cover-right .breadcrumbs{
        margin-top: 0;
    }
}


.splash-article{
    padding-bottom: 50px;
}
.splash-article h1{
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--color-body);
}
.splash-article--image,
.splash-content--thumbnail > img {
    margin-top: 50px;
	margin-bottom: 15px;
    border-radius: 2px;
    height: auto;
    width: fit-content;
}
.splash-article--info{
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    font-weight: 400;
    min-height: 25px;
}
.splash-article--author-avatar,
.coverImg.splash-article--author-avatar{
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    object-fit: cover;
    border-radius: 50%;
}
.splash-article--author-name{
    margin-left: 5px;
    font-style: normal;
    font-weight: 500;
}
.splash-article--post-date{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #C5C5DF;
    color: #545472;
}
@media (max-width: 767px) {
    .splash-article{
        padding-bottom: 30px;
    }
    .splash-article ul.breadcrumbs{
        margin-bottom: 20px;
    }
    .splash-article h1{
        margin-bottom: 5px;
    }
    .splash-article--info{
        font-size: 14px;
        line-height: 21px;
        margin-top: 5px;
    }
    .splash-article--image{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
