/*
 Theme Name: Brando Child
 Description: Child theme for Brando theme
 License: Themeforest Split Licence
 Author: Themezaa
 Author URI: http://www.themezaa.com
 Template: brando
 Version: 1.0
 Text Domain: brando-child
*/

body {background-color:#fff!important}

.video-container {
	position: relative;
	padding-bottom: 55.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}


.navbar-brand img {
    top: -18px;
    max-width: 70px;
}
.shrink .navbar-brand img {top: -10px; max-width: 50px;}
.header-white li.active a {border-bottom: 3px solid #db9600!important;}
.bg-black {background: #db9600!important;}
.navbar-nav a {color: #304f8f!important;   }

@media (max-width: 1280px){
    .navbar-brand img {top: -38px;max-width: 107px;}
    .shrink .navbar-brand img {top: -10px; max-width: 50px;}
    nav .navigation-menu {height: 120px;}
    .home .padding-top-100px-bottom-0px {padding-top: 150px;}
}    

@media (max-width: 991px){
.navbar-collapse {background: #db9600!important;}    
    .navbar-collapse { background: #db9600!important;}
    .navbar-brand img {top: -10px; max-width: 50px;}
    nav .navigation-menu {height: 60px;}
    .home .padding-top-100px-bottom-0px {padding-top: 100px;}
    
    
}


