/* Maynards GBT Style Sheet
v3.0 09-Apr-2015

Version History
===============
1.0 everything up to 24/11/6 !
1.1 new way of doing the jukebox buttons - makes much more sense!
1.2	added Lyrics classes
1.3	14-Oct-2010	added news headings class
1.4 24-Aug-2012 Rounded corners to news items, new background + font-size
2.0 17 Oct 2013 sorted out with jukebox2 separated
3.0 09 Apr 2015 Less version...!

*/
@font-face {
  font-family: 'MuliRegular';
  font-display: swap;
  src: url('fonts/muli/Muli-Regular-webfont.eot');
  src: url('fonts/muli/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/muli/Muli-Regular-webfont.woff2') format('woff2'), url('fonts/muli/Muli-Regular-webfont.woff') format('woff'), url('fonts/muli/Muli-Regular-webfont.ttf') format('truetype'), url('fonts/muli/Muli-Regular-webfont.svg#MuliRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuliItalic';
  font-display: swap;
  src: url('fonts/muli/Muli-Italic-webfont.eot');
  src: url('fonts/muli/Muli-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/muli/Muli-Italic-webfont.woff2') format('woff2'), url('fonts/muli/Muli-Italic-webfont.woff') format('woff'), url('fonts/muli/Muli-Italic-webfont.ttf') format('truetype'), url('fonts/muli/Muli-Italic-webfont.svg#MuliItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
BODY {
  font-family: MuliRegular, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-align: center;
  color: #1A0B5C;
  background: url("/images/background.jpg") repeat #1A0B5C;
}
I {
  font-family: MuliItalic, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
A {
  text-decoration: none;
  color: #3416b7;
}
A:link {
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
  color: #0011c9;
}
P,
LI {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 0;
}
LI {
  text-align: left;
}
P.yellow {
  font-size: 16px;
  font-weight: normal;
  /*800*/
  color: #ffffcc;
  /* pale yellow */
  margin: 0;
  border: 0;
  padding: 0;
}
P.tiny {
  font-size: 13px;
  margin: 0;
  border: 0;
  padding: 0;
}
P.tiny_c {
  font-size: 13px;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
}
P.tinyyellow {
  font-size: 13px !important;
  color: yellow !important;
  margin: 0;
  border: 0;
  padding: 0;
}
H1 {
  font-size: 25px;
  font-weight: normal;
  /*800*/
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0;
}
H2 {
  font-size: 24px;
  font-weight: normal;
  /*600*/
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
H3 {
  font-size: 17px;
  font-weight: normal;
  /*800*/
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
H4 {
  font-size: 17px;
  font-weight: normal;
  /*800*/
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
H5 {
  font-size: 26px;
  font-weight: normal;
  /*700*/
  font-style: italic;
  color: white;
}
A img {
  border-top: 0pt;
  border-bottom: 0pt;
  border-left: 0pt;
  border-right: 0pt;
}
img.size642 {
  width: 100%;
  height: auto;
  max-width: 642px;
}
img.sizemax {
  width: 100%;
  height: auto;
  max-width: 922px;
}
img.mgbt-responsive {
  width: 100%;
  height: auto;
}
/* Header Styles */
#header-menu {
  white-space: nowrap;
  text-align: center;
}
#header-logo {
  margin-top: 10px;
}
.scrollingDIV {
  /* not sure this is used at all */
  overflow: auto;
  height: 100%;
}
.song2TABLE {
  /* widely used on bible.php etc, and contents.php */
  font-size: medium;
  border-top: medium #8a2be2;
  /*blueviolet*/
  border-bottom: medium #8a2be2;
  border-left: medium #8a2be2;
  border-right: medium #8a2be2;
  background-repeat: repeat-y;
  background-color: #d8e2ff;
}
.mgbt-contents-table {
  /* used on contents/ pages */
  vertical-align: middle;
}
.mgbt-contents-table audio {
  width: 100%;
  max-width: 300px;
}
.top10 {
  display: inline;
  color: #ffffc1;
  font-size: 90%;
  font-weight: normal;
}
/*loadingDiv classes - these enable us to blank out the screen while the bible page loads*/
.loadingDiv1 {
  width: 1px;
  height: 1px;
  display: none;
}
.loadingDiv2 {
  width: 100%;
  height: 10000px;
  display: block;
  z-index: 10000;
  background: url(/images/trans_b6.gif);
  position: absolute;
  left: 0px;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
.loadingDiv3,
.JSLoader-barholder,
.JSLoader-bar {
  background: url(/images/banner_background.png);
  width: 629px;
  height: 55px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-style: italic;
  line-height: 50px;
  text-align: left;
  color: white;
}
.JSLoader-bar {
  background-image: url(/images/glass1/glass1_green_long_55px_on.png);
  margin: 0;
}
/* The following are for phplist */
.required {
  font-weight: normal;
  color: red;
}
/* this is for the FlowPlayer mgbtShowFlowPlayers process */
.mgbtSFP span {
  display: none;
}
.helpvideos-video {
  float: left;
  margin: 5px;
  width: 200px;
  border: 3px solid white;
  padding: 5px;
  background: #0080ff;
}
.helpvideos-video:hover {
  background: #ffff80;
  color: black;
}
/* this is for the news items and headings box */
.newsItem,
.newsHeadings {
  border: 4px solid #8080ff;
  margin-bottom: 15px;
  font-weight: normal;
  /* curved corners */
  border-radius: 10px;
}
.newsItemInner,
.newsHeadingsInner {
  background-color: #d8e2ff;
  padding: 10px;
  border-radius: 5px;
}
.newsItem {
  border-color: #717DA6;
}
.newsItem p,
.newsItem li,
.newsItem {
  font-weight: normal;
  font-size: 16px;
}
.newsItem h2 {
  padding: 0 5px;
}
.newsItem a {
  font-weight: normal;
}
/* Cookie.php page stuff */
.cookiePopup {
  width: 100%;
  padding: 5px;
  position: fixed;
  bottom: 0;
  /*opacity:0.85;*/
  background-color: #ccf;
  color: black;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  /*margin-left:-8px;*/
  z-index: 10000;
}
.cookiePopup span {
  margin-left: 15px;
  font-size: 110%;
  margin-bottom: 3px;
  color: blue;
  cursor: pointer;
}
.cookiePopup img {
  vertical-align: middle;
}
.cookiePopup a {
  color: blue;
}
.cookiePopup a.flat1 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cookiePopup a.flat1:after {
  top: 10px;
}
.cookieTable {
  margin: 5px auto;
  border-collapse: collapse;
}
.cookieTable TD {
  border: 2px dashed #a5a5a5;
  padding: 5px;
}
.cookieEnable {
  font-size: 80%;
  color: #c6c6ff;
}
/* feedback form */
.mgbt-feedback .input-group,
.mgbt-feedback .form-group {
  margin-bottom: 15px;
}
#feedback-captcha-image {
  height: 60px;
}
#feedback-addon-captcha {
  margin-bottom: 15px;
}
/* bootstrap style */
#page-container {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #d8e2ff;
  -webkit-box-shadow: 0px 0px 15px 5px black;
          box-shadow: 0px 0px 15px 5px black;
  max-width: 970px;
  /* don't like the xtra wide version */
  overflow-x: hidden;
  /* stops the mobile page being wider than it should be */
}
/* navbar-brand mgbt has an xxs version... */
.mgbt-vis-xxs-only {
  display: none;
}
@media (max-width: 525px) {
  .mgbt-vis-xxs-only {
    display: block;
  }
  .mgbt-vis-xs-plus {
    display: none;
  }
}
/* toggle notification for (eg) feedback collapsible panel */
.panel-heading .panel-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
.panel-heading .panel-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
.panel-heading .panel-toggle {
  display: block;
  /* make the a as wide as the box */
}
/* container for the info page */
.container-info {
  margin-top: 10px;
}
.container-info pre {
  text-align: left;
}
/* info page */
.mgbt-terms-scrollable {
  border: 1px solid #1A0B5C;
  padding: 5px;
  max-height: 300px;
  overflow-y: scroll;
  border-radius: 3px;
}
/* bible page */
#biblePage .nav.nav-tabs {
  display: inline-block;
  margin: 0 auto;
}
.mgbt-songs-theme h3 {
  margin-bottom: 5px;
}
.mgbt-songs-theme-list {
  margin-bottom: 10px;
  line-height: 30px;
}
#songs_by_bible table,
#songs_by_alphabet table,
#songs_by_lectionary table {
  margin: 0 auto;
  width: 100%;
}
#songs_by_alphabet td,
#songs_by_lectionary td {
  padding: 5px;
}
/* footer parts */
#footer-parts-cd-banner {
  margin-bottom: 10px;
}
