/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.wp-tvmaze-box {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wp-tvmaze-box a {
  color: #000;
}
.wp-tvmaze-box table,
.wp-tvmaze-box table td,
.wp-tvmaze-box table tr,
.wp-tvmaze-box table th {
  /*border: none !important;*/
  margin: 0px !important;
  padding: 0px !important;
}

/* Info */
#wptvmaze-info .category {
  background: #919191;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 4px 10px 4px 10px;
  margin: 0px 3px 6px 0px;
}
#wptvmaze-info .category a {
  color: #fff;
}
.cast-item img {
  max-width: 100px;
  height: auto;
}

/* Info (horizontal */
#wptvmaze-info-horizontal {
  background-color: #222222;
  color: #fff;
  padding: 10px 15px 10px 15px;
  margin-top: -20px;
  font-size: 14px;
  line-height: 21px !important;
}
#wptvmaze-info-horizontal a {
  color: #fff;
}
#wptvmaze-info-horizontal .item {
  margin-right: 10px;
}

/* Cast */
.cast-header {
  position: relative;
  background: #E4A100; 
  padding: 12px 15px 10px 15px ;
  margin-bottom: 1px;
}
.cast-header h3 {
  margin: 0px;
  display: block;
  line-height: 22px;
  text-transform: none !important;
}
.cast-item.odd {
  background: #fff;
}
.cast-item.even {
  background: #F4F4F4;
}

.cast-item .image img {
  margin-bottom: 0px;
  display: block;
}
.cast-item .desc {
  width: 50%;
}
.cast-item .image,
.cast-item .desc {
  position: relative;
  float: left;
  padding: 15px;
}

/* Accordion */
.accordian-header {
  position: relative;
  background: #E4A100; 
  padding: 12px 15px 10px 15px ;
  margin-bottom: 1px;
  text-align: left;
  outline: 0px;
  cursor: pointer;
}
.accordian-header h3 {
  margin: 0px;
  display: block;
  line-height: 21px;
  text-transform: none !important;
}
.accordian-item {
  padding-top: 0px;
  padding-bottom: 0px;
}
.accordian-item.odd {
  background: #fff;
}

.accordian-item .image {
  width: 30%;
}
.accordian-item .image img {
  margin-bottom: 0px;
}
.accordian-item .desc {
  width: 70%;
}

.accordian-item .image,
.accordian-item .desc {
  position: relative;
  float: left;
  padding: 15px;
}

.accordian-item h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
}

.accordian-body {
  background:#f4f4f4;
  display: none;
}
.accordian-body ul {
  margin: 0px;
  padding: 0px; 
  list-style: none; 
}
.accordian-body ul li {
  padding: 10px; 
  border-bottom: 1px solid lightgrey;
}
.accordian-header i { 
  background-image: url('../images/arrow-down.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 20px;
  display: block;
  position:absolute;
  right: 17px;
  top: 15px;
}
.accordian-header.ui-state-active i {
  background-image: url('../images/arrow-up.png');
}

@media only screen and (max-width: 480px) {

  .accordian-item .image {
    display: none;
  }
  .accordian-item .desc {
    width: 100%;
  }

}

