.show-wrap{
/*  margin-top: -10em;
    background-color: white;
    z-index: 9;*/
}

.card-wrap{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content:space-around;

}

.showcard {
  background-color: #ebebeb;
  max-width: 25em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  border-color: #0a0a77;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  margin: 1em;
  height: 100%;
}
.showcard a img {
     -webkit-box-shadow: none;
     box-shadow: none;


}
.img-link a  {
     -webkit-box-shadow: none;
     box-shadow: none;
     /*border-bottom: 2px solid #594C85;*/
}
.showcard .title {
  font-weight: 700;
  margin: .5em .75em;
  font-size: 1.3em;
}

.writer {
  font-size: .9em;
}

.dates {
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase;
}

.days {
  font-size: .9em;
  font-weight: 400;
  text-transform: none;
}
.showcard .days,.showcard .writer{
  margin: 0 1em;
}
.showcard .dates{
  margin: .5em 1em 0;

}
.showcard p{
  margin: .5em 1em;
  font-size: .9em;
  font-weight: 400;

}
.button-row{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1em 1em;
}
.button-row button{
  background-color: #0a0a77;
  color: white;
  min-width: 10em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 .5em;
  padding: 1em .5em;
  text-align: center;
}
.button-wrap button{
  background-color: #0a0a77;
  color: white;
  min-width: 10em;
  text-transform: uppercase;
    font-weight: 600;
    margin: 1em 0;
padding: .5em;
text-align: center;
}

.showcard .top-row{
  display: flex;
}

.showcard .pic-col{
  flex: 33%;
}
.showcard .title-col{
  flex: 67%;
}

.festival .showcard{
/*max-width: 25em;*/

}
.festival .festival-top{

}

.festival .showcard .img-link a  {
display: inline-block;

}

.festival .showcard a img {
     -webkit-box-shadow: none;
     box-shadow: none;
     max-width: 10em;
     margin: .5em;
       float: left;


}

.festival .showcard .title {

}

.festival .limit-text{
  max-height: 4.4em;
  width: 100%;
  overflow: hidden;
}

.festival .limit-text p {
  padding: 10px;
  margin: 0;
}


.single-featured-image-header img{
  /*max-width: 30em;*/
}
.show-side-widget{
  display: none;
}
@media screen and (min-width: 48em){
  .show-feature-img{
    float:left;
  }
.show-side {
    float: left !important;
    padding-top: 0;
    width: 36%;
}
.show-main {
   float: right !important;
    width: 92%;
}
.show-side-widget{
  display: inherit;
}
.show-feature-img{
  max-width:300px;
}
}


@media ( min-width: 1000px ) {

  .card-wrap{
    display: flex;
    flex-direction: row;
    justify-content:space-around;

  }
}
