/*
 * Theme Name: gameplan-child
 * Theme URI: http://www.demo.cactustheme.com/#gameplan
 * Description: Gameplan Child
 * Authur: Rod Carroll
 * Template: gameplan
 * Version: 1.0
 *
 */ 
@import url("../gameplan/style.css");
/* CSS STARTS HERE ------------------------------- */

.bus-mem-link {
  display: inline-block;
  border-style: solid;
  border-width: 3px;
  border-color: #E23E38;
  padding-bottom: 10px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bus-mem {
  position: relative;
  padding: 10px 20px;
  border-color: #ABABAB;
  background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}

.bus-mem:hover {
  background-color: #E9E9E9;
}

.bus-mem h2 {
  line-height: 1.0em;
  margin-bottom: 0px !important;
}

.bus-mem-discount {
  color: #6ABE73;
  font-weight: bold;
  margin-bottom: 10px !important;
}

.bus-mem-addr {
  line-height: 1.0em;
  margin-bottom: 0px !important;
  padding-top: 15px;
}

.bus-mem-url {
  color: #E23E38;
  line-height: 1.0em;
  margin-top: 2.0em !important;
  margin-bottom: 2.0em !important;
}