/* Style for Section Banner */

.wbox-section-banner-full {
    width: 100%;
    min-height: 440px;
    background: silver;
    position: relative;
}

.wbox-section-banner-full .wbox-sb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 20px 0;
}

.wbox-section-banner-full .wbox-sb-content .wbox-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 20px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #fff;
    
    display: inline-block;
    padding-top: 10px;
}
.wbox-section-banner-full .wbox-sb-content-inner {
    text-align: center;
}
.wbox-section-banner-full.theme-bright .wbox-sb-content .wbox-btn {
    color: #fff;
}

.wbox-section-banner-full.theme-bright .wbox-sb-content .wbox-btn:hover {
    color: #ccc;
}


.wbox-section-banner-full .wbox-sb-content h2 {
    margin-top: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 300;
/*    margin-bottom: 18px;*/
}

/* 
Responsive 
------------------------------------------------------------------------------------
*/

@media (max-width: 767px) {
    
    .wbox-section-banner-full {
        min-height: 380px;
    }
    
    .wbox-section-banner-full .wbox-sb-content {
        width: 95%;
    }
    
    .wbox-section-banner-full .wbox-sb-content .wbox-btn {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
        height: 42px;
        display: inline-table;
        min-width: 200px;
    }
    
    
    
    .wbox-section-banner-full .wbox-sb-content h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    
    .wbox-section-banner-full .wbox-sb-content h3 {
        font-size: 1.25em;
        line-height: 1.3em;
        
    }
    
}


/*
Themes 
------------------------------------------------------------------------------------
*/

/* Theme Dark */

.wbox-section-banner-full.theme-dark {
    background: transparent url(img/bg_statements.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff !important;
}

.wbox-section-banner-full.theme-dark .wbox-sb-content h2 {
    color: #fff;
}

.wbox-section-banner-full.theme-dark .wbox-sb-content .wbox-btn {
    color: #fff;

}

.wbox-section-banner-full.theme-dark .wbox-btn.download:after {
    background-image: url(/application/themes/wbox_landscape/img/inboxin-glyph-grey.png);
}

/* Theme Bright */
.wbox-section-banner-full.theme-bright {
    background: transparent url(img/bg_next_customer.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff !important;
}

.wbox-section-banner-full.theme-bright .wbox-sb-content h2 {
    color: #fff;
}