/*  
Theme Name: Hestia Pro Child    
Theme URI: https://www.themeisle.com/     
Description: This is a custom child theme I have created.    
Author: ThemeIsle    
URI: https://www.themeisle.com/    
Template: hestia-pro    
Version: 0.1     
*/

iframe.tableauViz {
	width:100%;
	height:100%;
}
/* REMOVE SHOPPING CART FROM MAIN MENU */
#main-navigation li.nav-cart {
 display: none!important;
}

/* MAKE LOGO LARGER */
.navbar-brand {
    height: 100px !important;
}
.navbar-brand > img{ 
max-height: 100px !important; 
}

/* REMOVE WHITE SPACE BELOW HEADER IMAGE */
.hestia-about {
  padding-top: 0px;
}

/* MAIN MENU HOVER COLORS */
#main-navigation ul.nav > li a:hover {
  background-color: #E58036;
  color: #ffffff;
}

/* REMOVE WHITE SPACE ABOVE BLOG SECTION ON HOMEPAGE */
.hestia-blogs {
	margin-top:0px;
	padding-top:0px;
}
.hestia-about {
  margin-bottom:0px;	
  padding-bottom:0px;
}

