/* Style for Section Banner */

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

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

.wbox-section-banner .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: rgba(57, 57, 57, 0.4);
    
    display: inline-block;
    padding-top: 10px;
}

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

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

@media (max-width: 767px) {
    
    .wbox-section-banner {
        min-height: 380px;
    }
    
    .wbox-section-banner .wbox-sb-content {
        width: 95%;
    }
    
    .wbox-section-banner .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 .wbox-sb-content h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    
    .wbox-section-banner .wbox-sb-content h3 {
        font-size: 1.25em;
        line-height: 1.3em;
        
    }
    
}


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

/* Theme Dark */

.wbox-section-banner.theme-dark {
/*    background: #07506B url(/application/themes/wbox_landscape/img/background-dotted.svg) no-repeat  center top -100%;*/
    -webkit-background-size: cover;
    background-size: cover;
    border: 20px solid #07506B;
    color: #fff !important;
}

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

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

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

/* Theme Bright */
.wbox-section-banner.theme-bright {

    padding: 39px 0 0 0;
    background-color: #1BA47A;
    background-image: url(/application/themes/wbox_landscape/img/background-dotted.svg);
    background-clip: content-box;
    background-size: cover;
    color: #fff !important;
    background-position: 73px 130px;
    background-repeat: no-repeat;
}


.wbox-section-banner.theme-bright .wbox-sb-content h2 {
    color: #fff;
}
/*Whitout Theme select*/


.wbox-section-banner {
    background: #296352 ;
    -webkit-background-size: cover;
    background-size: cover;
    border: 20px solid #1BA47A;
    color: #fff !important;
}

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

.wbox-section-banner .wbox-sb-content .wbox-btn {
    color: #fff;
    border-color: #fff;
}

.wbox-section-banner .wbox-btn.download:after {
    background-image: url(/application/themes/wbox_landscape/img/inboxin-glyph-white.svg);
}