/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra
*/

.entry-content{
    position: relative;
}

.site-main {
    position: relative;
}

.breadcrumbs-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.breadcrumbs-wrapper .global-breadcrumbs {
    max-width: 1132px;
    width: 100%;
    margin: 0 auto;
}

.breadcrumbs-wrapper .global-breadcrumbs a,
.breadcrumbs-wrapper .global-breadcrumbs span {
    color: #fff;
    font-size: 14px;
}