/*Styles for Splash Post*/
.splash-content--author{
    padding-top: 8px;
    padding-bottom: 36px;
    position: relative;
}
.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;
    margin-bottom: 4px;
    text-decoration: none;
    color: #303030;
}
a.splash-author--name:hover{
    color: #F16D27;
}
.splash-author--name > a {
    color: #303030;
    text-decoration: none;
}
.splash-author--name > a:hover {
    color: #DA5E1C;
}
.splash-author--date{
    color: rgba(48, 48, 48, 0.6);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.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: 8px;
    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
    }
    .splash-content--thumbnail img{
        max-width:754px;
    }
    .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: 767px) {
    .splash-content--author{
        margin-bottom: 16px;
    }
    .splash-author--avatar{
        width: 48px;
        height: 48px;
    }
    .splash-cover-right .splash-content--thumbnail img {
        min-height: auto;
    }

    /*Custom Styles*/
    .splash-content--thumbnail img {
        margin-bottom: 0 !important;
    }
    .splash-content--author {
        padding-bottom: 36px;
    }
    .splash-cover-right .splash-content{
        margin-bottom: 0;
    }
}


/*Breadcrumbs styles*/
.breadcrumbs {
    margin-bottom: 24px;
    margin-top: 0;
}
.breadcrumb--item {
    margin-right: 26px;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0 !important;
}
a.breadcrumb--link {
    color: rgba(48, 48, 48, 0.7);
    text-decoration: none;
}
.breadcrumb--link:hover{
    color: #DA5E1C;
    text-decoration: none;
}
.breadcrumb--text {
    color: rgba(48, 48, 48, 0.4);
}
.breadcrumb--item:before {
    content: "\e00e";
    display: inline-block;
    font-family: "Iconly" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: -19px;
    top: 5px;
    font-size: 10px;
    color: rgba(48, 48, 48, 0.4);
}
.breadcrumb--item:last-child::before{
    content: "";
}
.splash-cover-right .breadcrumbs{
    margin-top: 30px;
}
@media (max-width: 991px) {
    .splash-cover-right .breadcrumbs{
        margin-top: 0;
    }
}
