/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 5, 2016, 11:42:48 AM
    Author     : ditdw-lnx-dev
*/

.ditdw-studio-division-hero {
    margin-bottom: 28px
}

.ditdw-studio-division-content {
    margin-bottom:28px;
}

.ditdw-studio-nav {
    display:inline-block;
    height:80px !important;
    font-size:24px !important;
    padding-top:26px;
}

.categories a.learn-more.current {
    background-color: #006698;
    color: #fff;
    border-bottom: 0 !important; 
}


a.btn.learn-more.side-nav.ditdw-studio-nav.current {
    background-color: #00a2c7;
    color: #fff;
    width:100%;
    display:inline-block;
    float:left;
}


a.btn.learn-more.side-nav.ditdw-studio-nav{
    border-bottom:0 !important;
    width:100%;
    display:inline-block;
    float:left;
    color:#3b3e41;
}

a.btn.learn-more.side-nav.ditdw-studio-nav.current {
    color:#fff;
}

.ditdw-item-list-container a {
    border-bottom: 0 !important;
}

.ditdw-item-list-container h3 {
    color: #3b3e41;
    font-size:16px;
    margin-top:5px;
}

.ditdw-item-list-container h3:hover {
    background: #007DA3;
    text-align: center;
    display: inline-block;
    color:white !important;
    padding:0 5px;
}


.categories a.learn-more {
    background-color: #d0d3d4;
    color: #3b3e41;
    margin-bottom: 5px !important;
    
}

.ditdw-studio-vision-sub-title {
    margin-top:1em;
}

@media (min-width: 769px) {
    .ditdw-studio-division-content {
        margin-bottom:70px;
    }
    
}
.studio-nav-headings{
    float: none !important;
    width:100% !important;
    display: inline-block;
    margin: 0;
}
@media (min-width: 769px) {
    
    .studio-nav-headings {
        float: left !important;
        width:50% !important;
    }
}
