/*

Theme Name: bimber Child

Description: Child theme for bimber theme

Author: Viaprestige

Template: bimber

Version: 1.0.0

Text Domain:  bimber

*/
.copyright{text-align:center !important; line-height:25px; color:#fff !important}

.share-notice {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    background: #f2f2f2;
    padding: 20px 5px;
    margin-bottom: -15px;
    border-radius: 2px;
}

/*
* breadCrumbs
*/
.g1-breadcrumbs-label {
    margin: 0;
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
}
.g1-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.g1-meta a {
    color: #000;
    color: var(--g1-itxt-color);
}
.g1-breadcrumbs-item {
    display: inline-block;
    margin-right: .333em;
    vertical-align: top;
}
.g1-breadcrumbs-item+.g1-breadcrumbs-item:before {
    display: inline-block;
    margin-right: inherit;
    content: "\203a";
}

@media only screen and (min-width: 801px){
.g1-breadcrumbs-item {
    margin-right: .666em;
}
}
/*
* end breadCrumbs
*/

@media only screen and (min-width: 801px){
	.g1-footer-text {width:100%!important
}
}