/*
 Theme Name:   Bibleunderstanding (Child)
 Description:  A child theme for Bibleunderstanding.com
 Author:       John Doe
 Template:     bibleunderstanding
 Version:      1.0.0
 Text Domain:  bibleunderstanding-child
*/

header a { 
  color: #EOBF63; 
}

header a:visited { 
  color: #D48D7F; 
}

.page-author, .post-author { 
  display:inline-block; 
  margin-bottom:10px; 
}

.wpcf7-quiz-label { 
  display:none; 
}

#menubar.menu menu-header_menu div.menu a span {
  padding:0 20px;
}

div.menu div.menu li:hover span, 
div.menu div.menu li:hover li:hover span, 
div.menu div.menu li:hover li:hover li:hover span {
  border:0;
}

div.menu div.menu li a:active span, 
div.menu div.menu li:hover li a:active span, 
div.menu div.menu li:hover li:hover li a:active span {
  background-color:transparent !important;
}