/* 
Theme Name: Generate Press Child 
Description: Generate Press Child 
Template: generatepress
Version: 1.0.0
*/
.main-navigation a {
    color: black;
    font-weight: bold;
}
.circle-back {
    background: #69B37A;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    box-shadow: 25px -34px 0px 0px;
}
.site-branding {
    order: -11;
    width: 33%;
}
.main-navigation .current-menu-item::before {
    transform: translateX(-50%);
    border-radius: 100%;
    position: absolute;
    background: #69B37A;
    bottom: 8px;
    height: 8px;
    content: '';
    width: 8px;
    left: 50%;
}
.offset-left-picture {
	margin-bottom: -2rem;
    margin-left: -2rem;
    margin-top: 2.5rem;
}
.offset-right-picture {
	margin-bottom: -2rem;
    margin-right: -2rem;
    margin-top: 2.5rem;
}
.picture-boxshadow {
	box-shadow: 0px 5px 32px #2A302B1A;
}