/*
Theme Name:    	transfonts_child
Description:    Transfonts
Author:         Transfonts
Template:       accesspress-parallax

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* breadcrumb-banner */
.breadcrumb-banner {
    position: relative;
    /* width: 100%; */
    /* float: left; */
}
.breadcrumb-banner figure {
    margin: 0;
    position: absolute!important;
    height: 100%!important;
    top: 0;
    left: 0;
    width: 100%;
}
.breadcrumb-banner .content {
    padding: 164px 0 115px;
    position: relative;
    margin-top: 0;
}
.breadcrumb-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 1;
}
.breadcrumb-banner .content h2 {
    font-weight: 300;
    color: #00b01d;
    /* font-family: 'Libre Baskerville', serif; */
    font-style: normal;
    margin-bottom: 2px;
    font-size: 30px;
    max-width: 600px;
    text-transform: uppercase;
    font-weight: 400;
}
.breadcrumb-banner ul {
    padding: 0;
    margin: 0;
    margin-top: 0;
}
.breadcrumb-banner ul li {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.breadcrumb-banner ul li a {
    color: #ebebebe6;
    text-decoration: none;
    font-size: 14px;
}
.breadcrumb-banner figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mid-content.clearfix.rightsidebar {
    padding: 60px 0;
}
/* breadcrumb-banner end */