/**
Version: 1.0.32
*/

.saga-movie-page {
  margin: 0 auto;
  /*max-width: 900px;*/
}
.wp-post-image {
  border-radius: 5px;
}
.vx-text{
  color:darkred;
  
}
.vx-logo-parent{
  border-top:solid 4px black;
  margin-top:1em;
  width:100%;
  text-align: center;
}
img.vx-logo{
  
  height:200px;
  width:auto;
  
}
.movie-content-divider {
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #006b59;
  color: white;
  border-radius: 6px;
  margin-bottom: 1em;
}
.movie-content-divider p {
  margin: 0 auto;
}
.movie-tag-row {
  margin-top: -1em;
  background-color: #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-items: stretch;
  clear: both;
  width: 100%;
}
.p.saga-old-ticket {
  color: #000;
}
.saga-movie-tags {
  margin: 0 !important;
}
.saga-movie-tag {
  background-color: #006b59;
  color: white;
  border: 1px solid darkslategrey;
}
.saga-movie-tag,
p.saga-old-ticket {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;

  float: left;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px;
  margin-left: 0;
  margin-bottom: 0;
  text-transform: capitalize;

  font-size: 0.8em;
}
.saga-movie-type {
  display: flex;
  width: fit-content;
  justify-content: space-around;
  color: darkred;
  margin-bottom: 10px;
  font-size: 0.8em;
}
.saga-movie-length {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 1.2em;

  font-size: 0.8em;
}
.saga-movie-text {
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  white-space: pre-wrap;
}

.saga-movie-text div {
  padding-bottom: 1em;
}
.saga-movie-ticket {
  font-size: 0.8em;
}

/* viewed movie style */

.show-cursor {
  cursor: pointer;
}

.saga-movie-date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

.saga-movie-content-history .saga-movie-text {
  height: 0;
  display: none;
}
.saga-pagination {
  margin: 2em 0 !important;
}
.single-movie{
  display: block;

  
  margin-top:-100px !important;
  padding:0;
}
.moviesByTags{
  margin-top:3em;
  display:flex;
  flex-direction: column;
}
.moviesByTags ul{
  margin-left: 0;;
}
.movieList{
  display: flex;
  flex-direction: column;
  clear: left;
}
.movieList li{
  list-style: none;
}
@media screen and (min-width: 440px) {
  
  div.movie-img img {
    width: 100% !important;
  }
  .movie-toplist-header {
    font-weight: bold;
  }
  .movie-toplist-row {
    display: flex;
    flex-direction: row;
  }

  .movie-toplist-title {
    margin-right: 1em;
    display: flex;
    justify-content: space-around;
  }
  .movie-toplist-visitors {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
  }

  .saga-movie-content-history-row {
    margin-top: 2em;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 16px;
    background-color: #ddd;
  }
  .saga-movie-content-history {
    display: flex;
    flex-direction: column;
  }

  .saga-movie-content-history-row .movie-img,
  .saga-movie-content-history-row .saga-movie-slug {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    width: fit-content;
  }
  .saga-movie-content-history-row .movie-img {
    flex-grow: 1;
  }
  .saga-movie-content-history-row .saga-movie-slug {
    flex-grow: 4;
    float: left !important;
    align-items: center;
    text-align: center;
    padding-bottom: 0.5em;
  }
  .saga-movie-content-history-row p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
  }
  .saga-movie-content-history-row .more-movie-info {
    display: flex;

    width: fit-content;
  }
  .saga-movie-content-history-row .more-movie-info p {
    float: left;
    align-items: center;
    line-height: normal;
    justify-content: center;
    color: #006b59;
    vertical-align: middle;
    padding: 1em;
  }
}
@media screen and (max-width: 440px) {
  .movie-toplist {
    visibility: hidden;
    height: 0;
  }
  .saga-movie-content-history-row {
    margin-top: 2em;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 16px;
    background-color: #ddd;
  }
  .saga-movie-slug {
    padding-bottom: 2em;
  }
}

.saga-movie-content-history-row {
  background-color: #ddd;
  display: flex;
  flex-direction: row;
  margin-top: 1em;
  margin-bottom: 1em;
}
.wp-post-image {
  border-radius: 5px;
}

.saga-movie-content-history-row .movie-img {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 20%;
  min-width: 260px;
  flex-grow: 1;
  border-radius: 5px;
}
.saga-movie-content-history-row .saga-movie-slug {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
}
.saga-movie-content-history-row p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}
.more-movie-info {
  display: flex;
  flex-grow: 2;
  align-items: center;
  line-height: normal;
  justify-content: center;
  background-color: #ddd;
  color: #006b59;
}
.more-movie-info p {
  margin: 0px;
}
.saga-movie-content-history .saga-movie-text,
.saga-movie-content-history .saga-movie-ticket {
  height: 0;
  display: none;
}
.saga-movie-ticket {
  margin-top: 10px;
  color: black;
}

@media screen and (max-width: 440px) {
  .saga-movie-content-history-row {
    width: 100%;
    max-width: fit-content;
    flex-direction: row;
  }

  .movie-img {
    width: 100% !important;
  }
  .saga-movie-content-history {
    border: 1px solid green;
    flex-basis: auto;
    max-width: fit-content;
  }
  .saga-movie-content-history-row .saga-movie-slug {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
  }
}
@media screen and (max-width: 800px) {
  .single-movie{
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 414px) {
  .single-movie{
    margin-top: 10px !important;
  }
  .saga-movie-content-history{
    border: none;
  }
  .saga-movie-content-history-row .saga-movie-slug {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
  }
  .saga-movie-content-history-row .more-movie-info {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    width: 100%;
  }
  .saga-movie-content-history-row .more-movie-info {
    margin-bottom: 1em;
  }
  .saga-movie-content-history-row {
    border-radius: 0;
    border:none;
  }
}
