.home-banner{
    position:relative;
}
.home-banner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,var(--overlay-opacity-value));
    z-index: -1;
}

.blog-row{
    position:relative;
}

.blog-row:after{
    content: "";
    position:absolute;
    top:150px;
    bottom:35px;
    left:50%;
    transform: translateX(-50%);
    width:10px;
    background-color:#64a141; 
}

@media (max-width: 1023px){
    .blog-row:after{
        display: none;
    }
}

.page-ose-holder{
    display:none;
}
.cms_ose_activated .page-ose-holder{
    display:block;
    text-align:center;
}

.page-ose-holder .cms_ose_editing_button{
    position:static;
    transform:none;
    margin: 0 5px 10px !important;
}

.portfolio-card:before,
.portfolio-card .info {
    opacity: 1; }
.portfolio-card .holder:after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-bottom-color: #64a141;
    border-left-color: #64a141;
}
.portfolio-card .holder:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-top-color: #64a141;
    border-right-color: #64a141;
}

.portfolio-card:hover:before{
    background: rgba(34, 34, 34, 0.7);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.invisible{
    visibility: hidden;
}