/*
Theme Name: Studio18 Custom Theme
Theme URI: http://www.studio18.co.za
Description: Custome Theme based on clients requirements
Version: 9.9.9
Author: Studio18
Author URI: http://www.studio18.co.za
Tags: Custom Theme
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/*  Nav on hover */
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/*  End nav on hover */
body {
    margin: 0;
    padding-top: 76px;
    font-family: 'Oswald', sans-serif;
}
#TopBanner {
    border-bottom: thin solid #e7e7e7;
    border-top: 2px solid #35b1e4;
    background-color: #fafafa;
    color: #919191;
    text-align: right;
    font-size: 12px;
    padding: 4px;
}
#TopBanner .fa {
    padding-right: 7px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent !important;
    color: #555;
}
ul.dropdown-menu {
    border-top-color: #e7e7e7;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent !important;
}
.footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
#inner-footer {
    padding: 10px;
    background-color: #000;
}
#inner-footer, #inner-footer a {
    color: #fff;
    text-decoration: none;
}

/* Custom for site */
html {
      scroll-behavior: smooth;
    }
body {
    width: 100% !important;
    overflow-x: hidden !important;
    font-weight:100;
}
h1, .h1 {
    border-bottom: thin solid red;
    padding-bottom: 7px;
    font-weight:100;
}
.navbar-brand {
    float: left;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
}
a.navbar-brand img {
    max-height: 100%;
    padding: 0px !important;
    margin: 0px !important;
}
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 17px;
}
#main article footer {
    min-height: 0px;
}
.topBanner{
    max-height: 450px !important;
    overflow: hidden !important;
    margin-top: -50px !important;
}
.topBanner video {
    margin-top: -70px !important;
}
video{
height:100%}
.pad50 {
    padding: 80px 0px !important;
}
.overLay {
    margin-top: -450px;
    position: relative;
}

#main article {
    margin-bottom: -10px;
    padding: 0 0 0px;
}
@media (min-width: 768px){
#menu-main {
    float: right;
}
.h450{
min-height:450px;
}
.moveUP450{
margin-top:-450px;
}
.pad50{
padding:25px 0px;
}
}