/****Needs to be merged with custom.css ****/
.entry-content{
    font-family: Verdana, sans-serif;
    font-size: 16px;
}
h1, h2, h3{
  font-family: "Cachet Book", sans-serif;
}
.content-section{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.content-section h2{
    text-transform: uppercase;
    font-weight: bold;
    color: #ed1c24;
    font-size: 2rem;
}
.content-section h2:after{
    width: 150px;
    height: 3px;
    background: #fcaf17;
    content: "";
    display: block;
    margin: 20px 0 30px;
}
.top-bar{
  padding: 0 0 0 5px;
}
.top-bar .row{
  margin: 0 0 0 0;
}
.content-section h3{
  text-transform: uppercase;
  font-size: 1.75rem;
  color: #006b6b;
}
.single-events .site-inner > .wrap,
.page .site-inner > .wrap,
.search .site-inner > .wrap{
  max-width: 100%;
  padding: 0;
}
.search .site-inner article + article {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.title-container{
  display: block;
}
.title-container > .title-row{
  display: flex;
  flex-direction: column-reverse;
}
.title-left{
  display: block;
  padding: 0.5rem;
  background: #006b6b;
  position: relative;
}
.title-right{
  display: block;
  background: url('/wp-content/files/membership-header.png') no-repeat center center / cover;
  position: relative;
  min-height: 200px;
}
.title-left h1{
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.5rem;
  font-size: 2rem;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .title-container {
    display: table;
    table-layout: auto;
    width: 100%;
  }
  .title-container > .title-row {
    display: table-row;
  }
  .title-left,
  .title-right {
    display: table-cell;
  }
  .title-left {
    vertical-align: bottom;
    width: 25%;
    padding: 1em 0;
  }
  .title-right {
    width: 75%;
    padding-bottom: 46%;
  }
  .title-left h1 {
    font-size: 2.8rem;
    padding: 1em;
  }
}
@media only screen and (min-width: 1024px){
  .title-left h1{
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1375px){
  .title-right{
    padding-bottom: 38%;
  }
}
@media only screen and (min-width: 1615px){
  .title-right{
    padding-bottom: 32%;
  }
}
.title-right > .gradient-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  height: auto;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
@media screen and (min-width: 40em) {
  .title-right > .gradient-overlay {
    height: 300px;
    bottom: auto;
  }
}

.title-left.random1{
  background: #006b6b;
}
.title-left.random2{
  background: #00aeef;
}
.title-left.random3{
  background: #92278f;
}
.title-left.random4{
  background: #ed1c24;
}
.title-left.random5{
  background: #f47920;
}
.title-right.pic1{
  background: url('/wp-content/files/bgs/bg1.png') no-repeat center center / cover;
}
.title-right.pic2{
  background: url('/wp-content/files/bgs/bg2.png') no-repeat center center / cover;
}
.title-right.pic3{
  background: url('/wp-content/files/bgs/bg3.png') no-repeat center center / cover;
}
.title-right.pic4{
  background: url('/wp-content/files/bgs/bg4.png') no-repeat center center / cover;
}
.title-right.pic5{
  background: url('/wp-content/files/bgs/bg5.png') no-repeat center center / cover;
}
.title-right.pic6{
  background: url('/wp-content/files/bgs/bg6.png') no-repeat center center / cover;
}
.title-right.pic7{
  background: url('/wp-content/files/bgs/bg7.png') no-repeat center center / cover;
}
.title-right.pic8{
  background: url('/wp-content/files/bgs/bg8.png') no-repeat center center / cover;
}
.title-right.pic9{
  background: url('/wp-content/files/bgs/bg9.png') no-repeat center center / cover;
}
.title-right.pic10{
  background: url('/wp-content/files/bgs/bg10.png') no-repeat center center / cover;
}
.title-right.pic11{
  background: url('/wp-content/files/bgs/bg11.png') no-repeat center center / cover;
}
.title-right.pic12{
  background: url('/wp-content/files/bgs/bg12.png') no-repeat center center / cover;
}
.title-right.pic13{
  background: url('/wp-content/files/bgs/bg13.png') no-repeat center center / cover;
}

/* --- Title background overrides --- */
.page-id-695 .title-right,
.parent-pageid-695 .title-right {
  background-image: url('/wp-content/files/bgs/bg6.png');
}
.page-id-657 .title-right,
.parent-pageid-657 .title-right {
  background-image: url('/wp-content/files/bgs/bg7.png');
}
.page-id-644 .title-right,
.parent-pageid-644 .title-right {
  background-image: url('/wp-content/files/bgs/bg8.png');
}

.single-events .site-inner > .wrap .page-content,
.page .site-inner > .wrap .page-content,
.search .site-inner > .wrap .page-content{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2em .5em;
}