@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&display=swap');

/* Reset */
* { margin: 0; padding: 0; outline: none; box-sizing: border-box; }
html, body { min-height: 100%; }

/* Base */
body {
  background: #000;
  color: #111;
  padding: 80px 0;
  font: 100% Arial, Verdana, sans-serif;
}

a, a:visited { color: #333; font-weight: bold; text-decoration: none; }
a:hover { color: #999; }
p { margin: 15px 0; line-height: 160%; }
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
table { border-collapse: collapse; width: 100%; margin: 15px 0; }
td { padding: 0; border-top: 1px solid white; }
tr { background: white; }
hr { display: block; height: 1px; background: #ccc; border: 0; color: #ccc; }

/* Wrapper */
#wrapper {
  font-size: .8em;
  width: 960px;
  margin: 0 auto;
  background: #fff;
}

/* Masthead */
#masthead {
  background: none;
  padding: 30px 18px 0;
  overflow: hidden;
}

#branding { float: left; width: 575px; }

/* Logo */
#logo {
  font-family: 'EB Garamond', Georgia, 'Times New Roman';
  text-transform: uppercase;
  font-size: 80px;
  padding: 0;
  line-height: .85em;
}
#logo a { text-decoration: none; color: #000; font-weight: normal; }
#logo a:hover { color: #000; }

/* Nav */
.menu {
  background: none;
  font-family: Optima, Helvetica, Arial;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.2em;
  position: relative;
  z-index: 100;
}

#nav { list-style: none; padding: 0 20px; display: inline-block; vertical-align: bottom; }
#nav li { float: left; margin-right: 10px; position: relative; list-style: none; }
#nav a, #nav a:visited { display: block; color: #000; font-weight: normal; padding: 8px 22px 10px; text-decoration: none; }
#nav a:hover { color: #999; }
#nav li.current_page_item > a { color: gray; }

/* Dropdown */
#nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  width: 180px;
  z-index: 1000;
}
#nav li:hover > ul { display: block; }
#nav li ul li { float: none; width: 180px; border-bottom: 1px solid #848484; }
#nav li ul li a, #nav li ul li a:visited { color: #dadada !important; padding: 8px 12px !important; background: #41414a !important; font-size: .9em; text-transform: capitalize; }
#nav li ul li a:hover { color: #fff !important; background: #333 !important; }

/* Main content */
#main {
  padding: 20px;
  overflow: hidden;
}

#content { width: 605px; margin-right: 50px; float: left; }

body.home #main { padding: 0 0 60px; }
body.home #main p { margin: 0; }

h1.posttitle { display: none; }

.entry { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.entry img { border: none !important; padding: 0 !important; }

/* Cast page */
.album { overflow: hidden; }
.imageSingle { float: left; margin: 8px; text-align: center; }
.imageSingle .image img { width: 300px; height: 168px; display: block; }
.imageSingle .cap { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333; padding: 4px 0; }
.imageDouble { float: left; margin: 8px; text-align: center; clear: left; }
.imageDouble .image img { max-width: 620px; display: block; }
.imageDouble .cap2 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333; padding: 4px 0; }

/* Crew page */
.inner { overflow: hidden; padding: 10px 0; }
.inner img.alignleft { float: left; margin: 0 15px 10px 0; }

/* Collapseomatic (show/hide more text) */
.collapseomatic { cursor: pointer; color: #666; font-size: 0.9em; }
.collapseomatic_content { }

/* Sidebar */
#sidebar { background: none; }
#header-widget { width: 280px; float: right; }

/* Footer */
#footer {
  background: #000;
  color: #fff;
  padding: 20px 28px;
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}
#footer .left { width: 33%; float: left; }
#footer .center { width: 35%; float: left; text-align: center; }
#footer .right { float: right; }

#phplist {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
#phplist input[type="email"] {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 8px;
  border: 1px solid #555;
  background: #222;
  color: #fff;
  width: 180px;
}
#phplist input[type="submit"] {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 8px;
  cursor: pointer;
  background: #444;
  color: #fff;
  border: 1px solid #666;
}
#phplist p { line-height: 1em; margin: 0 0 4px; }

/* Store */
body.page-store td { border-top: none; }

/* Screenings */
.entry h2 { font-size: 1.4em; margin: 10px 0; }

/* Hamburger button — hidden on desktop */
#hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  color: #000;
  padding: 4px 8px;
  position: absolute;
  top: 22px;
  right: 15px;
}

/* Responsive — tablet */
@media (max-width: 980px) {
  #wrapper { width: 100%; }
  #footer { width: 100%; }
  #content { width: 100%; float: none; margin: 0; }
  #header-widget { width: 100%; float: none; margin-top: 10px; }
  #footer .left, #footer .center, #footer .right { width: 100%; float: none; text-align: center; margin-bottom: 15px; }
  .imageSingle { width: 45%; }
  .imageSingle .image img { width: 100%; height: auto; }
}

/* Responsive — mobile */
@media (max-width: 700px) {
  body { padding: 0; }

  #wrapper { width: 100%; }

  #masthead {
    padding: 18px 15px 10px;
    overflow: visible;
    position: relative;
  }

  #branding { float: none; width: auto; }
  #header-widget { display: none; }

  #logo { font-size: 52px; }

  #hamburger { display: block; }

  /* Nav: hidden until toggled */
  .menu { font-size: 1em; }
  #nav {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
  }
  #nav.open { display: block; }
  #nav li { float: none; display: block; margin: 0; border-bottom: 1px solid #eee; }
  #nav > li > a, #nav > li > a:visited {
    display: block;
    padding: 12px 20px;
    color: #000;
    font-weight: normal;
  }

  /* Submenus: accordion — hidden until parent tapped */
  #nav li ul {
    position: static;
    display: none;
    width: 100%;
    border: none;
    background: #f7f7f7;
  }
  #nav li.expanded > ul { display: block; }
  #nav li ul li { float: none; width: 100%; border-bottom: 1px solid #e5e5e5; }
  #nav li ul li a, #nav li ul li a:visited {
    color: #555 !important;
    background: #f7f7f7 !important;
    padding: 10px 20px 10px 36px !important;
    font-size: 0.95em;
    text-transform: none;
  }
  #nav li ul li a:hover { color: #000 !important; background: #eee !important; }

  /* Arrow indicator on items with submenus */
  #nav .page_item_has_children > a::after { content: '  +'; font-size: 0.75em; }
  #nav .page_item_has_children.expanded > a::after { content: '  −'; }

  #main { padding: 15px; }

  /* Store: stack images to one per row */
  table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  tbody { display: block; }
  tr { display: flex; flex-wrap: wrap; background: none; }
  td { display: block; width: 100%; border: none !important; padding: 8px 0; }
  td img { max-width: 100%; height: auto; }

  /* Cast page */
  .imageSingle { width: 100%; }
  .imageSingle .image img { width: 100%; height: auto; }

  /* Crew bios: stack photo above text */
  .inner table, .inner tbody, .inner tr, .inner td {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .inner td img { max-width: 120px; height: auto; margin-bottom: 10px; }

  #footer { width: 100%; padding: 20px 15px; }
  #footer .left, #footer .center, #footer .right { width: 100%; float: none; text-align: center; margin-bottom: 15px; }
}
