/*
Theme Name: Zeekee Core
Theme URI: http://awtheme.com/
Description: A Reactor child theme
Author: Anthony Wilhelm
Author URI: http://anthonywilhelm.com
Template: reactor
Version: 1.1.0
*/

 
/*****************************************************************
Add Custom styles below 
******************************************************************/
@import url('stylesheets/app.css');

.contain-to-grid {
  width: 100%;
  background: #252259;
}

.top-bar {
  position: relative;
  margin: 0;
  background-color: #252259;
}

.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: white;
}

.top-bar.expanded .toggle-topbar a {
  color: ##252259;
}

.top-bar.expanded .title-area {
  background: #252259;
}

.footer-div {
  bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  background: #252259;
}

.footer-div p {
  color: #fff;
}

#primary h1 {
  color: #252259;
}

.post-index h1 {
  color: #252259;
}

.panel-blue {
  background: #252259;
  padding: 0.5em 2em 1em 2em;
}

.log-in {
  margin-top: 1em;
  background: #252259;
  color: white;
  border: none;
  box-shadow: none;
  padding: 1em;
}

.overlay-panels h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 1.6rem;
  text-transform: uppercase;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  color: #252259;
  text-transform: uppercase;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  color: #252259;
  text-transform: uppercase;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  color: #252259;
  text-transform: uppercase;
}

.panel-blue p {
  color: #fff;
}
.panel-blue ul {
  color: #fff;
}

.overlay-panels ul li {
  font-size: 1rem;
  color: #fff;
}

label {
  color: #fff;
}

.top-bar .top-bar-section ul li a {
  color: #fff;
  font-size: 1rem;
}

.top-bar-section li a:not(.button) {
  padding: 0 15px;
  line-height: 45px;
  background: #252259;
}

.top-bar .top-bar-section ul li.active a {
  background: #252259;
}

.top-bar .top-bar-section ul li a:hover {
  color: #252259;
  background: #fff;'
}

.top-bar .top-bar-section ul li.active a:hover {
  color: #252259;
  background: #fff;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #252259;
}

.list-panel a {
  color: #fff;
  text-decoration: none;
  line-height: inherit;
}
.full-width-container {
  background: url(../zeekee-core-master/images/banner+top+MBGFC+book-no-logo.jpg);
  /* -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.3); */
  padding: 0em;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;

}

ol {
  margin-left: 2.5em;
}

.entry-content img {
  max-width: 100%;
  margin-bottom: 1em;
}

/* Lance and Chris's Special HR */ 

/* Gradient transparent - color - transparent */ 
hr.style-two { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
max-width:680px;
margin-left:-110px;
}

/* End Lance and Chris's Special HR */ 