/* Single Blocks V2 Styles  */


#content-area .block-blocks-single-v2 {
    font-size: 1.33em;
    width: 100%;
    margin-bottom: -5px;
}

.block-blocks-single-v2 {
    max-width:1200px;
    height: 400px;
} 
.block-blocks-single-v2 .contextual {
    position: relative;
    width: 33%;
    float: left;
    top: 0;
    margin-bottom: -30px;
}
.block-blocks-single-v2.contextual-region .contextual .contextual-links {
    position:absolute;
    top: 25px;
}
.block-blocks-single-v2 a {
    display:inline-block;
    float:left;
    padding:15px;
}
.block-blocks-single-v2 .col-full {
    width:100%;
}
.block-blocks-single-v2 .col-one-half {
    width:50%;
}
.block-blocks-single-v2 .col-one-third {
    width:33.33%;
}
.block-blocks-single-v2 a:hover .single-block-v2:after {
    opacity: 0;
}
.single-block-v2 {
    height: 400px;
    text-align: center;
    position: relative;
}
.single-block-v2 h3 {
    color: #fff;
    text-transform: none;
    font-weight: 600;
    z-index: 10;
    position: relative;
    font-size: 1.8em;
    margin: 0;
}
.single-block-v2 h4 {
    color: #fff;
    font-size: 1.1em;
}
.single-blocks-v2-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.single-block-v2 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
}
.single-block-v2:hover .overlay {
    opacity: 0;
}
.single-blocks-v2-titles {
    position: absolute;
    width: auto;
    left: -5px;
    padding: 10px 30px;
    bottom: 20px;
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
}
.single-block-v2.right-side .single-blocks-v2-titles {
    right: -5px;
    left: inherit;
}
a.single-block-v2:hover .single-blocks-v2-titles {
    padding-left: 50px;
}
.single-blocks-v2-titles .background-color {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #4c6370;
    left: 0;
    top: 0;
}

.theme-no-theme .single-blocks-v2-titles {
    height: 100%;
}
.theme-no-theme .background-color.no-theme {
    background: #000;
    opacity: 0.5;
    transition: ease 1s;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    -webkit-transition: ease 1s;
}
.theme-no-theme.single-block h3 {
    bottom: 0;
    position: relative;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 0 20px;
    transition: ease 1s;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    -webkit-transition: ease 1s;
}
.single-block-v2.theme-no-theme:hover .background-color.no-theme {
    opacity: 0.1;
}
.theme-no-theme.single-block .title-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-top: 15px;
    background: none;
    transition: ease 1s;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    -webkit-transition: ease 1s;
    opacity: 1;
}
.theme-no-theme.single-block:hover h3 {
    color: #000;
}
.theme-no-theme.single-block:hover .title-container {
    background: #fff;
    opacity: 0.85;
}


@media (max-width: 900px) {
    /* Custom blocks */
    
    .block-blocks-single-v2 .col-one-third {
        width: 100%;
    }
    
}

@media (max-width: 600px) {
    .block-blocks-single-v2 .col-one-half {
        width: 100%;
    }
    .single-block-v2.right-side .single-blocks-v2-titles {
        right: inherit;
        left: -5px;
    }
}