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

/* Movies List Wrap */

.mt-0 {
  margin-top: 0 !important;
}

.session_data_container .container {
  max-width: 980px;
  width: 100%;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.d-block {
  display: block;
}

.text-uppercase {
  text-transform: uppercase;
}

.pos-rel {
  position: relative;
}

.pos-ab {
  position: absolute;
}

.border-animation {
  position: relative;
}

.border-animation::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #f05030;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.border-animation:hover::after,
.border-animation:focus::after {
  width: 100%;
}

.loader {
  display: none;
  background-image: url(../img/ajax-loader.gif);
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.session_data_container * {
  line-height: 1.4;
}

.list-unstyled {
  padding-left: 0 !important;
  list-style: none !important;
  margin-left: 0 !important;
}

.list-inline {
  padding-left: 0 !important;
  margin-left: -5px !important;
  list-style: none !important;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.movie-list-wrap ol,
.movie-list-wrap ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.movie-list-wrap__title {
  font-family: arial;
  font-size: 24px;
  font-style: normal;
  color: #605e5e;
}

#session tbody a,
.movie-list-wrap a {
  color: #605e5e;
  text-decoration: none;
}

#session tbody a:hover, .movie-list-wrap a:hover, .movie-list-wrap .active {
  color: #ef512f;
}

.movie-list-wrap {
  margin: 20px 0;
}

.movie-list-wrap__days-list {
  margin-left: -4px !important;
}

.movie-list-wrap__days-list > li {
  float: left;
}

.movie-list-wrap__days-list>li:not(:last-child) {
  border-right: 1px solid #777;
}

.movie-list-wrap__days-list>li:not(:last-child) a {
  padding-right: 4px;
  padding-left: 4px;
}

.movie-lists {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.movie-lists>li {
  float: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #777;
  margin-bottom: 20px;
}

.movie-lists__img-box img {
  border: 1px solid #777;
}

.movie-lists__img-box,
.movie-lists__short-info {
  float: left;
}

.movie-lists__img-box {
  margin-right: 10px;
}

.movie-lists__short-info {
  width: calc(100% - 115px);
}

.movie-lists__show-month,
.movie-lists__movie-name {
  font-weight: 600;
  font-size: 16px;
}

.movie-lists__movie-name {
  color: #000 !important;
}

.movie-lists__show-month {
  background-color: #000;
  color: #fff !important;
  text-align: center;
  padding: 5px;
}

.movie-lists__movie-name {
  margin: 5px 0;
}

.movie-lists__rating {
  font-weight: 500;
}

.movie-lists__sessions {
  padding-left: 32px;
}

.movie-lists__session-day {
  left: 0;
}

.movie-lists__links li {
  margin-top: 3px;
}

.movie-lists__links li a {
  color: #f05030;
}

.active {
  text-decoration: underline;
  font-weight: bold;
}

.movie-shortcode {
  position: relative;
}

/* .movie-shortcode .loader {
  display: none;
  background-image: url('../img/ajax-loader.gif');
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
} */

/* Custom, iPhone Retina */

@media only screen and (min-width:320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width:576px) {
  .movie-lists>li {
    margin-right: 2%;
    width: 49%;
  }
  .movie-lists>li:nth-child(2n) {
    margin-right: 0;
  }
}

/* Small Devices, Tablets */

@media only screen and (min-width:768px) {}

/* Medium Devices, Desktops */

@media only screen and (min-width:992px) {}

/* Large Devices, Wide Screens */

@media only screen and (min-width:1200px) {}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

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

/* Medium Devices, Desktops */

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

/* Small Devices, Tablets */

@media only screen and (max-width:767px) {
  .movie-list-wrap__days-list {
    float: left !important;
  }
  .movie-list-wrap__days-list li a {
    font-size: 13px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width:575px) {
  .movie-lists>li {
    width: 100%;
  }
}

/* Custom, iPhone Retina */

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