/*
Theme Name: Co-op Builder
*/

.landing-page.builder-type .wrap-des{
    text-align: center;
    padding-bottom: 10px;
}

.landing-page.builder-type .case-study-index .case-studies .case-wrap .case-item {
    width: 30%;
    padding: 0 10px 45px;
    margin: 0;
}

.landing-page.builder-type .case-study-index .case-studies .case-wrap .case-item .case-item-content {
    max-width: 290px;
}
.overlay {
    display: none;
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.overlay .loading {
    border-radius: 50%;
    position:fixed;
    top: 50%;
    left: 50%;
    color: #82bb3f;
    font-size: 10px;
    width: 1em;
    height: 1em;
    text-indent: -9999em;
    -webkit-animation: loading 1.3s infinite linear;
    animation: loading 1.3s infinite linear;
    transform: translate(0);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*Disable co-op*/
.authorization-links,
#case-study-index,
.account-links .button{
	display: none !important;
}