
/*-----------------------------------------------------------------------------------*/
/*  Custom title shortcode
/*-----------------------------------------------------------------------------------*/
.custom-title{
    position:relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-bottom: 2.6rem;
    line-height: 1.2;
}

.line-bottom .custom-title{
    display: block;
    position: relative;
    text-align: left;
}

.no-line .custom-title{display: block}

.line-bottom .custom-title:after {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 1;
}

.short-line-left .custom-title:before,
.short-line-right .custom-title:after,
.short-line-left-right .custom-title:before,
.short-line-left-right .custom-title:after{
    margin: 0 5px 0 0 ;
    position: relative;
    bottom: -8px;
    content: '';
    border-top: solid 1px;
    width:40px;
}

.short-line-right .custom-title:after, .short-line-left-right .custom-title:after{ margin: 0 0 0 5px;}

.line-left-right .custom-title::before {
    margin-right: 3rem;
}
.line-left-right .custom-title::after, .line-right .custom-title::after{
    margin-left: 3rem;
}
.line-left-right .custom-title::before,
.line-left-right .custom-title::after,
.line-right .custom-title::after,
.line-bottom .custom-title::after{
    flex: 1;
    content: '';
    height: 2px;
    background-color: #ddd;
}
.divider1 .custom-title,
.divider2 .custom-title,
.divider3 .custom-title{
    display: block;
}

.rntp-title-wrap.tech{ background: #333}
.rntp-title-wrap.tech .custom-title{
    margin-bottom:0;
    background: #fbb71c;
    display: inline-block;
    padding: 15px;
}

.rntp-title-wrap.tech .custom-title::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    transform-origin: bottom;
    transform: skew(-23deg);
}

.custom-title span{position: relative}


@media (max-width: 479px){
    .line-left-right .custom-title::before {
        margin-right: 1.5rem;
    }

    .line-left-right .custom-title::after, .line-right .custom-title::after {
        margin-left: 1.5rem;
    }
}