/*---------------------------------------------------------------------------------

 Theme Name:   MSH-child
 Theme URI:    http://musicsoulhouse.nl
 Description:  Child theme for Music Soul House
 Author:       Bodoes
 Author URI:   http://bodoes.nl
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

h1,h2, h3, h4 {
    font-family: 'Anton', sans-serif;
}

h5, h6 {
    font-family: 'Righteous', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
}

/* Headers */
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1 {
	font-size: 26px;
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2 {
	font-size: 23px;
}

.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3 {
	font-size: 20px;
}

.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4 {
	font-size: 18px;
}

.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5 {
	font-size: 16px;
}

.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6 {
	font-size: 15px;
}


/* menu aanpassingen */
@media (max-width: 1100px) {
    
html,body
{
    overflow-x: hidden; 
}
    
#top-menu, #top-header {
 display: none;
 } 
    
#main-header {
        height: 70px
    }

#et_mobile_nav_menu {
 display: block;
 }

#logo {
    max-height: 80%;
    position: relative;
    z-index: 100000;
    margin-top: 0px;
}
    
.et_header_style_left #et-top-navigation {
    padding-top: 14px;
}

.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header {
		position: absolute;
	}
 }


@media (min-width: 1100px){
#logo {
    max-height: 130% !important;
    position: relative;
    z-index: 100000;
    margin-top: 3px;
}
}

#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
	display: none;
}

#et-info {
    float: right;
    padding-left: 20px;
}

#top-header {
    z-index: 99;
}


.mobile_menu_bar.mobile_menu_bar_toggle::before {
	color: #fffbf1;
}

#main-header, #top-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}

#top-menu li {
    padding-right: 32px;
}

/*#et-top-navigation {
    float: left;
}

.nav#top-menu-nav {
    padding-left: 40px;
}*/

.mobile_menu_bar:before {
    font-size: 50px;
}

.licht h2 {
    color: #fffbf1;
}

.et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6 {
    color: #fffbf1 !important;
}

.center {
    text-align: center;
}

/* Extra columns */
.ten-columns .et_pb_module {width: 10%; float: left;}
.nine-columns .et_pb_module {width: 11.11%; float: left;}
.eight-columns .et_pb_module {width: 12.5%; float: left;}
.seven-columns .et_pb_module {width: 14.28%; float: left;}
.six-columns .et_pb_module {width: 16.66%; float: left;}
.five-columns .et_pb_module {width: 20%; float: left;}

@media (max-width: 980px){
.ten-columns .et_pb_module {width: 20%;}
.nine-columns .et_pb_module {width: 33.3%;}
.eight-columns .et_pb_module {width: 25%;}
.seven-columns .et_pb_module {width: 25%;}
.six-columns .et_pb_module {width: 33.3%;}
.five-columns .et_pb_module {width: 33.3%;}
}
 
@media all and (max-width: 767px) {
.ten-columns .et_pb_module {width: 100%;}
.nine-columns .et_pb_module {width: 100%;}
.eight-columns .et_pb_module {width: 100%;}
.seven-columns .et_pb_module {width: 100%;}
.six-columns .et_pb_module {width: 100%;}
.five-columns .et_pb_module {width: 100%;}
}

.centerimgs {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.paddingz {
    padding: 20px;
}

p.bigger {
    font-size: 120%;
}

ul.et_pb_tabs_controls {
    background-color: none; 
}

/*@media screen and (max-width: 600px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
tbody td {display: block;  text-align:center;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
}*/

.event_date {
background-color: #f37021 !important;
color:#fff !important;
}

.event_desc .event_title {
color: #f37021 !important;
}

.event_desc {
    font-size: 12px;
    line-height: 1.6em;
}

.event_details {
    background-color: #fff;
}

#main-content {
    background-color: #fef5e7;
}

.fts-jal-fb-header {
    display: none;
}

.blurb_click:hover {cursor: pointer;}