/*
  Theme Name: BettysBlueHart
  Version: 1.0.0
  Template: Divi
  Author: Edward barkey
  Author URI: https://barkeymedia.nl
  Description: Custom Divi Child Theme for Bettys Blue Hart tribute band
  Text Domain: bettysbluehart
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#top-menu li a {
    font-size: 48px !important;
    font-weight: normal;
}
@media only screen and (min-width: 981px) {
	#main-header.et-fixed-header {
		background: rgba(0,0,0,0.80);
		padding: 15px 0 10px 0;
	}	
	#main-header.et-fixed-header #logo {
		max-height: 200%;
	}	
}
button.slick-prev.slick-arrow {
    display: none !important;
}
button.slick-next.slick-arrow {
    display: none !important;
}
ul.slick-dots {
    display: none !important;
}