/*
Theme Name: Roseburg

Author: Tracy for Stellaractive
Author URI: http://stellaractive.com;
Description: Theme for roseburg
Version: 1.4




*/
/** vars **/
/*********Header ***********/
/****** Bootstrap Overrides ******************/
/****** Use page to override Bootstrap *********/
.vip {
  color: #d2232a; }

@media (min-width: 767px) {
  .film-card:hover {
    transform: scale(1.05); 
    transition: all 0.3s; 
  }
}

@media (max-width: 767px) {
.film-card {
    padding: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    text-align: center;
}
}
p.social i {
  font-size: 36px;
  margin: 5px; }

.fa-facebook-square {
  color: #507ab4; }

.fa-twitter-square {
  color: #7dcdf0; }

#page .panel {
  text-align: center; }

h1, h2, h3 {
  line-height: 25px; }

.featured {
  margin: 1em 0em; }

/******header**********/
#masthead {
  position: relative;
  background: #000000; }
  #masthead .textwidget {
    color: #fff; }
    #masthead .textwidget h3 {
      color: #f89827; }
    #masthead .textwidget .social a {
      color: #f89827; }
  #masthead .main-logo img {
    width: 350px;
    height: auto; }

.navbar-nav {
  float: none !important;
  width: 100% !important;
  text-align: center !important; }

/******submenus****/
ul.sub-menu {
  position: absolute;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: auto;
  list-style: none;
  transition: all 0.2s;
  padding: 12.5px; }
  .navbar-nav .menu-item:hover ul.sub-menu {
    height: auto;
    opacity: 1; }
  ul.sub-menu li {
    display: block;
    white-space: nowrap; }
    ul.sub-menu li a {
      font-weight: bold;
      color: #fff; }
      ul.sub-menu li a:hover {
        color: #f89827;
        text-decoration: none; }

@media (max-width: 767px) {
  #page .navbar-default {
    position: static; }
    #page .navbar-default .navbar-brand {
      display: none; }
    #page .navbar-default .sub-menu {
      display: none; }
  #page .navbar-inner {
    margin: 0px; }
    #page .navbar-inner:after {
      display: none; } }

/********Page Content *************/
.widget_homelink_widget a {
  color: inherit; }
  .widget_homelink_widget a:hover {
    text-decoration: none; }

.trailer-shroud {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none; }

.trailer-container {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  max-height: 90%;
  left: 50%; }
  .trailer-container .glyphicon-remove {
    color: #fff;
    cursor: pointer; }

article.film .entry-thumbnail img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: auto;
}

a.trailerbutton {
  background-color: orange;
  display: block;
  padding: 6.25px;
  color: #fff;
  margin: 12.5px 0px; }

#main.site-main {
  padding: 50px 0px; }

.carousel-inner img {
  max-width: 100%;
  height: auto; }

.ribbon {
  background: #000;
  color: #f89827;
  text-transform: uppercase;
  padding: 12.5px;
  font-weight: bold;
  margin: 0px 0px 12.5px; }
  #movie-slider .ribbon {
    margin: 12.5px 0px 25px; }

.ribbon-left {
  display: inline-block;
  float: left; }

.entry-title {
  margin-top: 0px; }

.content-box {
  background: #fff;
  margin: 25px 0px;
  padding: 25px;
  border: 1px solid #000000; }

.widget-body {
  padding: 10px 30px; }

.timesbox {
  padding: 25px;
  margin: 25px 0px;
  background: #e4e4e4; }
  .timesbox h2 {
    margin: 0px 0px 25px; }
  .timesbox td {
    padding: 5px 20px; }

#content {
  padding: 25px;
  font-size: 16px;
  margin: 25px;
  background-color: #fff; }

.home-widget .recent_posts_with_excerpts {
  list-style: none;
  padding: none; }
  .home-widget .recent_posts_with_excerpts .more-link {
    display: none; }
  .home-widget .recent_posts_with_excerpts h2 {
    font-size: 16px; }
    .home-widget .recent_posts_with_excerpts h2 a {
      font-size: 1em;
      color: #f89827;
      font-weight: bold;
      text-transform: uppercase; }

.home-widget h2.area-headline {
  font-size: 1.1em;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.home-widget h2.homepage-widget {
  font-size: 1em;
  color: #f89827;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.home-widget blockquote {
  border: 0px;
  margin: 0px;
  padding: 0px; }

.home-widget .widget_nav_menu .menu {
  list-style: none; }

div#movie-slider img {
    max-width: 100%;
    height: auto;
}

.sidebar-inner {
  height: 100%;
  padding: 0px 0px 50px;
  background: #e4e4e4;
  margin-top: -0px;
  margin-bottom: -50px;
  box-sizing: content-box; }
  .sidebar-inner a.widget-movie-title {
    color: #000;
    text-decoration: underline; }
  .sidebar-inner .widget-movietimes {
    list-style: none;
    padding: 0px; }
    .sidebar-inner .widget-movietimes li {
      display: inline-block; }
      .sidebar-inner .widget-movietimes li a {
        color: #000;
        margin: 0px 5px 0px 0px; }

@media (max-width: 992px) {
  .sidebar-inner {
    height: auto !important;
    padding: 50px 0px 50px;
    background: #e4e4e4;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    box-sizing: content-box; }
  .sidebar, .mainbar {
    height: auto !important; } }

@media (max-width: 767px) {
  #page .navbar-default {
    position: static; }
    #page .navbar-default .navbar-brand {
      display: none; }
    #page .navbar-default .sub-menu {
      display: none; } }

/********footer ***********/
#footer {
  background: #000;
  color: #FFF; }
  #footer a {
    color: #fff; }
  #footer .footer-widgets {
    font-size: 1em;
    color: #f89827;
    font-weight: bold;
    text-transform: uppercase; }
  #footer .widget {
    text-align: left; }
    #footer .widget .menu {
      padding: 10px 0px;
      list-style: none; }
      #footer .widget .menu a {
        color: #fff; }
  #footer #footer-container-2 .menu li {
    display: inline-block;
    margin: 0px 20px;
    font-weight: bold; }
  #footer #footer-container-2 .menu {
    text-align: center;
    font-size: 15px; }

#footer-container {
  padding: 25px 0px; }

#showing {
  height: 100%;
  margin: 0px !important;
  background: #0054a5; }
  #showing body {
    background: transparent;
    color: #fff;
    height: 100%;
    overflow: hidden; }
  #showing .entry-thumbnail img {
    width: 70%;
    height: auto;
    margin: auto;
    display: block; }
  #showing .wrapper {
    padding: 50px;
    position: relative;
    z-index: 2; }
  #showing h1.entry-title {
    margin-top: 31px;
    font-size: 50px; }
  #showing h3 {
    font-size: 43px; }
  #showing .showing-footer {
    position: absolute;
    bottom: -2px;
    width: 100%;
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 10px solid red; }

div#text-5 p {
  font-size: 13px;
  margin-top: 20px; }

table.full-table {
  width: 100%; }
  .entry-thumbnail {
    text-align: center;
}
