/*************/
/* Frontpage */
/*************/

.member-ad {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px auto;
}

.member-ad__tagline,
.member-ad__desc {
  position: relative;
  display: table-cell;
}

.member-ad__tagline {
  width: 60%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 4px solid #92a600;
  vertical-align: middle;
  overflow: hidden;
}

.member-ad__tagline p {
  position: relative;
  float: right;
  max-width: 55%;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  background-color: rgba(181,206,0, .8);
  font-size: 23px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
}

.member-ad__tagline p:before,
.member-ad__tagline p:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background-color: rgba(181,206,0, .8);
}

.member-ad__tagline p:before {
  top: -300px;
}

.member-ad__tagline p:after {
  bottom: -300px;
}

.member-ad__desc {
  width: 30%;
  padding: 15px 25px;
  box-sizing: border-box;
  background-color: #fcc331;
  border-bottom: 4px solid #dea941;
}

.member-ad__desc p {
  color: white;
  margin: 0;
}

.member-ad__desc p strong {
  text-transform: uppercase;
  font-size: 19px;
}

.member-ad__desc p strong:after{
  font-family: "FontAwesome";
  content: "\f005 \f005 \f005";
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  color: #d38c02;
  margin-bottom: 20px;
  letter-spacing: 6px;
}

.member-ad__desc p span {
  color: #d30229;
  font-size: 24px;
  font-weight: bold;
}

.member-ad__desc p em {
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  color: #884600;
}

.member-ad .promo_bullet {
  position: absolute;
  top: -25px;
  right: 220px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d30229;
  font-size: 20px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
  color: white;
  z-index: 10;
}


/***********/
/* Sidebar */
/***********/

.sidebar-premium {
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  background-color: #fcc331;
  border-bottom: 4px solid #dea941;
}

.sidebar-premium .sidebar-premium-title {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
}

.sidebar-premium .fa {
  color: #dea941;
}

.sidebar-premium .sidebar-premium-description {
  margin-top: 10px;
  font-weight: bold;
}

.sidebar-premium-premium {
  background-color: #b5ce00;
  border-bottom: 4px solid #92a600;
}

.sidebar-premium-premium .fa {
  display: block;
  margin-bottom: 15px;
  font-size: 35px;
  color: #92a600;
}
