/* ==========================================================================
   Helper classes
   ========================================================================== */
.container { margin: 0 auto; position: relative; width: 1025px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
.container { *zoom: 1; }
.container-fluid { width: 100%; padding: 0 15px; }

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

.clearfix:after { clear: both; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
body { background-color: #fff; }
img { max-width: 100%; }
ul, li { list-style: none; padding: 0; margin: 0; }
p { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0; line-height: 1em; padding: 0; }
p { color: #382F2D; font-size: 18px; line-height: 1.18em; }
a { text-decoration: none; color: black; }
a:hover {color: #e31f26; }

input[type="text"], input[type="email"], input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius:0;
  border-radius:0;
  box-sizing: border-box;
}

input:focus,
button:focus,
select:focus,
.slick-slide:focus{ outline: none; }

a.outline-button { border: 1px solid #fff; background: none; color: #fff; line-height: 1; }
a.outline-button:hover { background-color: #fff; color: #000; }
/* ==========================================================================
   Responsive helpers
   ========================================================================== */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*
 * Grid helpers inspired from Twitter Bootstrap
 */
.row { margin: 0 -25px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }
.row>div { padding: 0 25px; }

.row-0 { margin: 0 0; }
.row-0>div { padding: 0 0; }

.row-15 { margin: 0 0; }
.row-15>div { padding: 0 0; }

.col12{width:100%;float:left;}
.col11{width:91.666666666667%;float:left;}
.col10{width:83.333333333333%;float:left;}
.col9{width:75%;float:left;}
.col8{width:66.666666666667%;float:left;}
.col7{width:58.333333333333%;float:left;}
.col6{width:50%;float:left;}
.col5{width:41.666666666667%;float:left;}
.col4{width:33.333333333333%;float:left;}
.col3{width:25%;float:left;}
.col2{width:16.666666666667%;float:left;}
.col1{width:8.3333333333333%;float:left;}

.hidden-desktop { display: none; }

.pull-right { float: right; }
.pull-left { float: left; }

.sprite-bg, .sprite-bg-before:before, .sprite-bg-after:after { background-image: url(../images/icon-sprite.svg?v=20200902); }

.imprint-banner {
  height: 54px;
  background-color: #e21f25;
}

.imprint-banner .properties {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 1025px;
  margin: auto;
}

.imprint-banner a {
  padding: 12px 10px;
  margin-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.imprint-banner a.selected {
  background-color: #000;
}

.imprint-banner img {
  max-height: 100%;
}

.imprint-banner img.mobile {
  display: none;
}

@media only screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 1024px) and (max-device-width: 1024px) {
  .imprint-banner a {
    margin-left: 5px;
    padding: 0 4px;
  }

  .imprint-banner img.desktop {
    display: none;
  }

  .imprint-banner img.mobile {
    display: inline;
  }

}

.custom-checkbox{ width: 24px; height: 24px; position: relative; border: 1px solid #e31f26; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.28); box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.28); background-color: #ffffff; }
.custom-checkbox input{ -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; opacity: 0; position: absolute; height: 100%; width: 100%; z-index: 200; }
.custom-checkbox span{ position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; display: block; background-color: #ffffff; }
.custom-checkbox input:checked + span{ background-color: #e31f26; }

.custom-select{ position: relative; width: 100%; height: 100%;  border: 1px solid #000; background-color: #ffffff; }
.custom-select:after{ content: ''; position: absolute; width: 25px; height: calc(100% + 2px); background-color: #e31f26; background-image: url('../images/icon-arrow-down.svg'); background-repeat: no-repeat; background-size: 14px; background-position: center; right: -1px; top: -1px; }
.custom-select select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; z-index: 200; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; color: #000; padding: 2px 24px 0 5px; -webkit-appearance:none; position: absolute; top: 0; left: 0; height: 100%; width: 100%; border-radius: 0; background: transparent; border: none; text-indent: 14px; }

.custom-input input{ padding: 0 10px; height: 30px; border: 1px solid #e31f26; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.28); box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.28); background-color: #ffffff; }
.custom-input label{ display: block; font-size: 18px; }

.custom-textarea textarea{ padding: 10px; height: 70px; width: 100%; resize: none; border: 1px solid #e31f26; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.28); box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.28); background-color: #ffffff; }
.custom-textarea label{ display: block; font-size: 18px; }

.blue-submit{ padding: 8px 77px 6px; font-family: 'Lato', sans-serif; font-weight: 700; color: #ffffff; background-color: #e31f26; display: inline-block; border: none; border-radius: 5px; }
.blue-submit:hover { color: #fff; background-color: #308591; }

.button-blue  { color: #ffffff; background-color: #000; border-radius: 0px;  }
.button-blue:hover  {  background-color:  #f27777; color: #fff; }

.text-right{ text-align: right; }
.text-left{ text-align: left; }
.text-center{ text-align: center; }

.margin-btm-30{ margin-bottom: 30px; }
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html { }
body { font-family: 'Lato', sans-serif; font-weight: 400; color: #373E3E; background-size: cover; background-position: center; background-repeat: no-repeat;  }

html,body{ -webkit-font-smoothing: antialiased; text-shadow: rgba(0,0,0,.01) 0 0 1px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; -moz-text-size-adjust: 100%; }

/* ==========================================================================
   Style guide styles
   ========================================================================== */

.h3-medium { font-family: 'Lato', sans-serif; font-weight: 700; color: #222222; font-size: 16px; line-height: 24px; }
.p1-regular { font-family: 'Lato', sans-serif; font-weight: 400; color: #666666; font-size: 14px; line-height: 20px; }

/* ==========================================================================
  Header
  ========================================================================== */
  .scrolled header { box-shadow: rgba(0,0,0, .3) 0 2px 4px; }
  header .logo{
    width: 295px;
    height: 70px;
    display: block;
    float: left;
    background: url('../images/logo.png?ver=3af5600f07f3ccde7b73d3abdcaef55a') no-repeat center;
    background-size: contain;
    text-indent: -99999px;
  }

  header .newsletter-form{ width: 265px; height: 30px; float: left; margin: 27px 0 9px 16px; display: block; }
  header .newsletter-form form{ width: 100%; height: 100%; border: 2px solid #FFC700; border-radius: 13px; position: relative; }
  header .newsletter-form form input[type="email"]{ font-size: 12px; line-height: 30px; font-weight: 300; padding: 0 65px 0 7px; width: 100%; height: 100%; border: none; border-radius: 11px; -webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.28); box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.28); }
  header .newsletter-form form input[type="email"]:focu{ font-size: 12px; line-height: 30px; font-weight: 300; padding: 0 65px 0 7px; width: 100%; height: 100%; border: none; border-radius: 13px; }
  header .newsletter-form form input[type="submit"]{ position: absolute; height: 100%; top: 0; right: -1px; border: none; background-color: #FFC700; border-radius: 0 11px 11px 0; font-size: 14px; color: #ffffff; font-weight: 300; width: 62px; text-align: center; }
  header .newsletter-form form input:focus{ outline: none; }
  header .social{ margin-left: 12px; float: right; padding: 32px 0 14px; margin-right: 10px; }
  header .social ul{  }
  header .social ul li{ float: left; }
  header .social ul li.facebook path { fill: #4460A0; }
  header .social ul li.twitter path { fill: #5AA8DF; }
  header .social ul li.instagram path { fill: #275a85; }
  header .social ul li + li{ margin-left: 12px; }
  header .social ul li a{ display: block; }
  header .social ul li a img{ display: block; }

  header .singin-cart { float: right; position: relative; }
  header .item-count-container .item-count { color: #e31f26; }
  header .singin-cart > .links { float: left; }
  header .singin-cart ul li { float: left; position: relative; }
  header .singin-cart ul li { margin-right: 40px; }
  header .singin-cart a { display: block; font-size: 14px; line-height: 1; color: #666; font-family: 'Lato', sans-serif; font-weight: 700; }
  header .singin-cart a:hover { color: #e31f26; }
  header .singin-cart .cart { float: left; }
  header .singin-cart #cart-icon { float: left; position: relative; top: -6px; left: -5px; height: 20px; width: 20px; }
  header .singin-cart #cart-icon:after { content: ''; background-image: url('../images/icon-sprite.svg?v=20200925'); background-position: -20px -5px; height: 20px; width: 20px; display: block; }
  header .singin-cart .cart:hover #cart-icon:after { background-position: -40px -5px; }
  header #header-top-bar-outer-container { background: #ffffff; border-bottom: 1px solid #CDCDCD; }

  header #header-top-bar-outer-container.offscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }

  header #header-top-bar-outer-container .container {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header #header-top-bar-outer-container .container:before { display: none; }
  header #header-top-bar-outer-container .container:after { display: none; }
  
  .menu-mob-btn { display: none; }
  main { margin-bottom: 76px; }
  .find-search.fs-mobile{ display: none; }

  nav .main-menu{ background-color: #e31f26; color: #FFF;}
  nav .main-menu .container { padding: 14px 0; }
  nav .main-menu .menu { float: left; }
  nav .main-menu .menu > li:not(:last-child) { float: left; }
  nav .main-menu .menu > li > a { font-family: "Lato", sans-serif; font-weight: 700; display: block; font-size: 14px; color: #FFF; line-height: 1; padding: 10px 16px; position: relative; top: 2px; }
  nav .main-menu .menu > li:hover > a { background-color: #fff; color: #000;}
  nav .main-menu .menu > li.with-submenu { position: relative; }
  nav .main-menu .menu > li.with-submenu:hover { cursor: pointer; }
  nav .main-menu .menu > li .submenu { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 100%; z-index: 99999; background-color: #fff; width: 180px; box-shadow: 0 4px 3px 0 rgba(0,0,0,.3); border-radius: 2px; }
  nav .main-menu .menu > li:hover .submenu { opacity: 1; visibility: visible; display: block; }
  nav .main-menu .menu > li .submenu li {  }
  nav .main-menu .menu > li .submenu li a { display: block; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; padding: 10px 16px; }
  nav .main-menu .menu > li .submenu li:last-child, nav .main-menu .menu > li .submenu li:last-child a { border-radius: 0 0 2px 2px; }
  nav .main-menu .menu > li .submenu li:first-child, nav .main-menu .menu > li .submenu li:first-child a { border-radius: 0 2px 0 0; }
  nav .main-menu .menu > li .submenu li:hover a { background-color: #f27777; }


  nav .main-menu .find-search { float: right; }
  nav .main-menu .find-search form { position: relative; }

  nav .main-menu .find-search form input {
    font-size: 14px;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #666;
    padding: 10px 60px 10px 10px;
    border: 1px solid #CDCDCD;
    display: block;
    width: 256px;
    height: 36px;
    border-radius: 2px;
  }

  nav .main-menu .find-search form button[type="submit"] { padding: 0; border: none;  border-radius: 0 2px 2px 0; width: 36px; text-align: center; display: block; position: absolute; top: 0; right: 0; bottom: 0; }
  nav .main-menu .find-search form button[type="submit"]:after, .fs-mobile button[type="submit"]:after { content: ""; display: block; width: 16px; height: 16px; background-image: url(../images/icon-sprite.svg?v=20200902); background-position: -790px -8px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
  .clear-search { background-image: url("../images/icon-sprite.svg?v=20200902"); background-position: -279px -9px; height: 14px; width: 14px; position: absolute; top: 11px; right: 46px; border: none; background-color: transparent; display: none; padding: 0; }
  nav .main-menu .find-search form input:focus{ outline: none }

  #ideal-plays-link { padding: 0; line-height: 34px; position: relative; top: 2px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; margin-left: 16px; color: #FFF; padding-right: 18px; }
  #ideal-plays-link:after { content: ''; display: block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #FFF; height: 0; float: right; position: absolute; top: 15px; right: 0px; }
  #plays-quickview-menu:hover #ideal-plays-link, #ideal-plays-link:hover { background-color: transparent; color: #FFF; }
  #ideal-plays-link:hover:after, #plays-quickview-menu:hover #ideal-plays-link:after {border-top-color: #FFF; }

  .user-name-container { display: none; }
  .user-name-container a { color: #222; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 34px; }
  .user-name-container > a:after { content: " "; display: block; height: 10px; width: 10px; float: right; background-image: url('../images/icon-sprite.svg?v=20200902'); background-position: -557px -13px; margin-left: 15px; position: relative; top: 4px; }
  .user-name-container > a:hover:after { background-position: -517px -13px; }
  .user-name-container span { position: absolute; left: -44px; top: -9px; background-color: #FFD644;  width: 32px; height: 32px; display: block; margin-right: 12px; border-radius: 50%; text-align: center; top: -10px; line-height: 32px; }
  .user-name-container > a:hover span { color: #666; }

  #account-subnav {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #CDCDCD;
    box-shadow: 0 2px 4px #777;
    bottom: -100px;
    right: -11px;
    padding-top: 5px;
    z-index: 20;
    border-radius: 2px;
  }


  #account-subnav.visible { display: block; }
  #account-subnav:before {content: ''; display: block; height: 10px; width: 10px; background-color: #fff; transform: rotate(-45deg); position: absolute; top: -6px; right: 10px; border-top: 1px solid #CDCDCD; border-right: 1px solid #CDCDCD; border-radius: 2px; }
  #account-subnav li { float: none; margin-right: 0; }
  #account-subnav li a { line-height: 36px; color: #222; padding: 0 104px 0 13px; white-space: nowrap; }
  #account-subnav li a:hover { background-color: #f27777; }


/* ==========================================================================
   Find-a-play tool
   ========================================================================== */

  .search-area { width: 100%; z-index: 1000; left: 0; top: 200px; padding: 33px 0; }
  .search-area .column { float: left; width: 33.33%; }
  .search-area .h3-medium { margin-bottom: 16px; }
  .search-area #see-more-filters { margin-right: 32px; padding: 0 16px; font-size: 14px; }
  .search-area #search-form { position: relative; }
  .search-area #more-filters { background-color: #fff; width: 100%; position: absolute; left: 0; top: 47px; z-index: 1000; display: none; box-shadow: rgba(0,0,0,.3) 0 2px 7px; }
  .search-area #more-filters .tail { width: 15px; height: 15px; box-shadow: rgba(0,0,0,.1) -1px -1px 0px; transform: rotate(45deg); position: absolute; top: -7px; left: 555px; margin: auto; background: #fff; border-radius: 2px; }
  .search-area #more-filters .container { padding: 30px 0; }
  .search-area #main-filters .selectbox-outer-container { margin-right: 20px; }
  .search-area #main-filters .genre { width: 116px; }
  .search-area #main-filters .target-group { width: 195px; }
  .search-area #main-filters .length { width: 137px; }
  .reset-find { position: absolute; bottom: 30px; right: 0; }
  .reset-find .submit-btn, .reset-find .reset-search { font-size: 14px; display: inline-block; }
  .reset-find .submit-btn { padding: 0px 29px; height: 36px; }
  .reset-find .reset-search { margin-right: 24px; border: none; color: #e31f26; font-family: 'Lato', sans-serif; font-weight: 700; background: none; }
  .reset-find .reset-search:hover { color: #308591; }
  .search-area .range-container {  }
  .search-area .selectbox-outer-container, .search-area .to-separator { float: left; }
  .search-area .range-container .selectbox-outer-container { width: 92px; }
  .search-area .selectbox-outer-container { width: 219px; }
  .search-area .to-separator { margin: 0 11px; line-height: 36px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222222; }
  .search-area label.p1-regular { display: block; margin-bottom: 8px; } 
  .search-area .filter-container { position: relative; }
  .search-area .filter-container:not(:last-child) { margin-bottom: 16px; }

  /* multi-selects */
  .search-area .selectbox-outer-container.multiselect { }
  .search-area .selectbox-outer-container select { display: none; }
  .search-area .selectboxit-container.multiselect { display: block; }
  .search-area .selectboxit-container.multiselect .selectboxit { width: 219px; }
  .multiselect .options-outer-container { display: none; position: absolute; border-radius: 2px; box-shadow: 0 2px 4px #BBB; background-color: #fff; z-index: 2000; left: 0; height: auto;  max-height: 195px; overflow: scroll; }
  #main-filters .multiselect .options-outer-container { max-height: none; width: calc(100% + 75px); padding-bottom: 25px; overflow: hidden; }
  .multiselect .options-container { padding: 12px 22px 12px 15px; height: auto; }
  .multiselect .option-label { position: relative; display: block; color: #222222; margin-bottom: 20px; line-height: 1; }
  .multiselect .option-label:last-child { margin-bottom: 0; }
  .multiselect .option-label input[type="checkbox"] { margin-right: 11px; }
  .multiselect .selectboxit-open + .options-outer-container { display: block; width: 100%; }
  .multiselect .options-outer-container button { display: block; float: right; -webkit-appearance: none; border: none; color: #e31f26; padding: 0; position: absolute; bottom: 16px; right: 16px; background: none; }
  .multiselect .options-outer-container button:hover { color: #308591; }



  .btn-primary, .btn-primary-large, .btn-secondary, .btn-secondary-large { display: block; -webkit-appearance: none; border-radius: 2px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 16px; box-shadow: none; text-align: center; }
  .btn-primary-large, .btn-secondary-large { height: 44px; line-height: 44px; }
  .btn-primary, .btn-secondary { height: 36px; line-height: 36px; }

  .btn-primary, .btn-primary-large { background: #e31f26; border: 1px solid transparent; color: #fff; }
  .btn-primary:hover, .btn-primary-large:hover { color: #fff; background-color: #e31f26; }
  .btn-primary.active, .btn-primary-large.active { border-color: #BAEFF7; }
  .btn-primary[disabled], .btn-primary-large[disabled] { background-color: #CDCDCD; }


  .btn-secondary, .btn-secondary-large { background: #fff; border: 1px solid #CDCDCD; color: #e31f26; }
  .btn-secondary:hover, .btn-secondary-large:hover { border-color: #e31f26; }
  .btn-secondary.active, .btn-secondary-large.active { border-color: #e31f26; }



  .selectboxit.selectboxit-btn.medium { height: 36px; }
  .selectboxit.medium .selectboxit-text { line-height: 36px; }
  .selectboxit.medium .selectboxit-arrow-container { height: 34px; }
  .selectboxit.medium .selectboxit-arrow-container .selectboxit-arrow { margin-top: -2px; }
  .selectboxit-container .medium .selectboxit-text, .selectboxit-container .medium .selectboxit-text-count { line-height: 36px; }

/* ==========================================================================
   Homepage
   ========================================================================== */

   body.play main { margin-bottom: 76px; padding-top: 40px;}
   body.home main { background-color: #FFF; margin-top: 0; margin-bottom: 0; padding: 1.5em 0; }
   body:not(.home) main { padding-top: 75px; }
   body.home #homepage-hero { height: 480px; background-size: cover; background-position: center center; position: relative; }
   body.home #homepage-hero .container { display: grid; height: 100%; align-items: center; }
   body.home #homepage-hero h1, body.home #homepage-hero p { color: #fff; }
   body.home #homepage-hero #hero-text-container { position: relative; }
   body.home #homepage-hero h1 { font-size: 42px; line-height: 65px; font-family: 'Lato', sans-serif; font-weight: 700; }
   body.home #homepage-hero a { display: inline-block; margin-top: 1rem; text-transform: uppercase; border-radius: 0; padding: 20px 60px; line-height: 1; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 18px; background-color: #2d86fb; color: #fff;}
   body.home #homepage-hero a:hover { background-color: #fff; color: #000; }
   body.home #homepage-hero p { position: relative; font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic; font-size: 18px; line-height: 30px; }
   #hero-separator { background-image: url(../images/homepage_mosaic.jpg?ver=e474846179cb508743c7625c3d3c7c9f); background-position: center center; height: 25px; }


   body.home .homepage-section-container .section { float: left; position: relative; }
   body.home .homepage-section-container .section:not(:last-child) { margin-right: 32px; }
   body.home .homepage-section-container .section div { font-size: 1.5rem; font-family: 'Lato'; font-weight: bold; position: absolute; bottom: 0; left: 0; background-color: #000; color: #fff; text-transform: uppercase; line-height: 1.6rem; width: 100%; height: 80px; padding-top: 15px; padding-left: 20px; padding-right: 22%; }


   body.home #homepage-section-container-separator {
     margin-top: 30px;
     margin-bottom: 30px;
     background-image: url('../images/homepage_section_separator_background.jpg?ver=cb1dc981f1dcadb9922a1c8c5bc1a2f6');
     background-size: cover;
     background-position: top left;
     height: 120px;
     display: flex;
     align-items: center;
     justify-content: space-around;
   }

   body.home #homepage-section-container-separator h2 {
     font-size: 24px;
     color: #fff;
     margin: 0px;
     padding: .5em;
     color: #222;
     background-color: rgba(255, 255, 255, .4);
     border-radius: 5px;
   }

   body.home #homepage-section-container-separator a {
     display: block;
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     font-size: 18px;
     padding: 20px 50px;
     border-radius: 5px;
     color: #222;
     background-color: rgba(255, 255, 255, .4);
   }

   body.home #homepage-section-container-separator a:hover {
     color: #FFF;
     background-color: rgba(0, 0, 0, .2);
   }

   body.home .homepage-section-container .section a, body.home .homepage-section-container .section img { display: block; max-width: 320px; max-width: 100%; width: 100%; }
   .counts { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 16px; color: #222222; margin: 0 0 30px; line-height: 1; }
   .counts a { font-family: 'Lato', sans-serif; font-weight: 700; }
/* ==========================================================================
   Featured Play
   ========================================================================== */
   .featured-play{ }
   .featured-play .info { padding: 0; width: 378px; position: absolute; margin: 0; top: 50%; transform: translateY(-50%); color: #fff; }
   .featured-play .info h4{ font-family: 'Lato', sans-serif; font-weight: 700; color: #373E3E; font-size: 24px; margin-bottom: 18px; }
   .featured-play .info h3{ font-family: 'Lato', sans-serif; font-weight: 400; font-size: 24px; margin-bottom: 18px; }
   .featured-play .info h3 span{ font-family: 'Lato', sans-serif; font-weight: 700; color: #5E6566; font-size: 20px; display: block; }
   .featured-play .info p a{ font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; color: #e31f26; }
   .featured-play .f-slider-wrapper{ margin-left: 378px; }
   .featured-play .f-slider-wrapper .slick-dotted.slick-slider{ margin-bottom: 0; }
   .featured-play .f-slider-wrapper .slick-dots{ bottom: 8px; left: -378px; width: auto; right: 0; }
   .featured-play .f-slider-wrapper .slick-dots li { width: 5px; height: 5px; margin: 0 10px; }
   .featured-play .f-slider-wrapper .slick-dots li button{ padding: 0; width: 5px; height: 5px; }
   .featured-play .f-slider-wrapper .slick-dots li button:before{ opacity: 1; content: ''; background: #ffffff; width: 5px; height: 5px; border-radius: 5px; }
   .featured-play .f-slider-wrapper .slick-dots li.slick-active { width: 10px; height: 10px; }
   .featured-play .f-slider-wrapper .slick-dots li.slick-active button{ width: 10px; height: 10px; }
   .featured-play .f-slider-wrapper .slick-dots li.slick-active button:before{ content: ''; background: #ffffff; width: 10px; height: 10px;  }

   .featured-play .featured-content { font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic; color: #fff; line-height: 1.2; font-size: 16px; }
   .featured-play .featured-content p a { font-size: unset; }

    body.home .featured-play {
      background-color: #000;
    }

    .featured-play .info h1 { 
      font-family: 'Lato', sans-serif;
      font-weight: 700; 
      color: #373E3E; 
      font-size: 24px; 
      margin-bottom: 18px; 
    }

    .featured-play .info h2 { 
      font-family: 'Lato', sans-serif; 
      font-weight: 700;
      font-size: 25px; 
      margin-bottom: 15px; 
    }

    .featured-play .info h2 span{ 
      font-family: 'Lato', sans-serif;
      font-weight: 700; 
      color: #5E6566; 
      font-size: 20px; 
      display: block; 
    }




/* ==========================================================================
   Carousels
   ========================================================================== */

   .title-sections{ padding: 30px 20px 20px; }
   .title-sections.section-bg-dark{ background: #1E1E1E; }
   .title-sections.section-bg-red{ background: #8C070A; }
   .title-sections.section-bg-blue{ background: #000; }
   .title-sections.section-bg-transparent{ background: transparent; }
   .title-sections .title-slider-wrapper{  }
   .title-sections .title-slider-wrapper + .title-slider-wrapper { margin-top: 45px; }
   .title-sections .title-slider-wrapper .tlt-title { position: relative; width: 100%; margin-bottom: 15px; }
   .title-sections .title-slider-wrapper .tlt-title h3{ color: #95A1A3; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; }
   .title-sections.section-bg-red .title-slider-wrapper .tlt-title h3{ color: #ffffff;  }
   .title-sections.section-bg-transparent .title-slider-wrapper .tlt-title h3{ color: #373E3E;  }
   .title-sections.section-bg-blue .title-slider-wrapper .tlt-title h3{ color: #ffffff; margin-bottom: 25px; }
   .title-sections .title-slider-wrapper .tlt-title .see-all-btn{ position: relative; font-size: 16px;  padding: 0;  height: 45px; width: 380px; display: block; line-height: 45px; text-align: center; float: right; font-family: 'Lato', sans-serif; font-weight: 400; }
   .title-sections.section-bg-transparent .title-slider-wrapper .tlt-title .see-all-btn{ position: absolute; bottom: 0; right: 0; font-size: 14px; color: #ffffff; background: #e31f26; padding: 0 30px;  height: 30px; display: block; line-height: 35px; text-align: center; border-radius: 5px; }
   .title-sections .title-slider-wrapper .tlt-title .full-site-btn{ position: absolute; bottom: 0; right: 0; font-size: 14px; color: #8C070A; background: #ffffff; padding: 0 30px;  height: 30px; display: block; line-height: 35px; text-align: center; border-radius: 5px; }
   .title-sections .title-slider-wrapper .titles-slider{  }
   .title-sections .title-slider-wrapper .titles-slider .slick-slide{ position: relative; }
   .title-sections .title-slider-wrapper .titles-slider .slick-slide .insta-infos{ display: none; }
   .title-sections .title-slider-wrapper .titles-slider .slick-slide .read-full{ position: absolute; bottom: 0; left: 3px; right: 3px; z-index: 100; background: #e31f26; border: 1px solid #007788; height: 30px; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 30px; color: #ffffff; font-size: 14px; padding-left: 36px; }
   .title-sections .title-slider-wrapper .titles-slider .slick-slide .read-full:before{ content: ''; width: 19px; height: 16px; display: block; position: absolute; background: url('../images/icon-book.svg') no-repeat center; background-size: contain; left: 11px; top: 7px; }
   .title-sections .title-slider-wrapper .titles-slider .slick-slide{ padding: 0 1px }

   .carousel-big-section{ padding-top: 15px; background: #1E1E1E; }
   .carousel-big-section.no-paddding{ padding-top: 0; }
   .carousel-big-section .carousel-big-wrapper{ overflow: hidden; background: #ffffff; }
   .carousel-big-section .carousel-big-wrapper .carousel-big{ margin: 0 -3px; }
   .carousel-big-section .carousel-big-wrapper .carousel-big .slide{ padding: 0 3px }

   .carousel-big-section .carousel-big-wrapper .carousel-big .slick-dots{ bottom: 10px; }
   .carousel-big-section .carousel-big-wrapper .carousel-big .slick-dots li{ width: 8px; height: 8px; margin: 0 12px;}
   .carousel-big-section .carousel-big-wrapper .carousel-big .slick-dots li button{ width: 8px; height: 8px; padding: 0; }
   .carousel-big-section .carousel-big-wrapper .carousel-big .slick-dots li button:before{ opacity: 1; content: ''; width: 8px; height: 8px; background: #ffffff; border-radius: 8px; }

   .carousel-big-section .carousel-big-wrapper .carousel-big .slick-dots li.slick-active{ width: 16px; height: 16px;}
   .carousel-big-section .carousel-big-wrapper .carousel-big .slick-dots li.slick-active button{ width: 16px; height: 16px; padding: 0; }
   .carousel-big-section .carousel-big-wrapper .carousel-big .slick-dots li.slick-active button:before{ opacity: 1; content: ''; width: 16px; height: 16px; background: #ffffff; border-radius: 8px; }

   .home .titles-slider .slick-prev, .home .titles-slider .slick-next { top: 0; bottom: 0; margin: auto; transform: none; }
   .home .titles-slider .slick-prev { left: -15px; }
   .home .titles-slider .slick-next { right: -15px; }

/* ==========================================================================
   Search Page
   ========================================================================== */
   .search-results{  }
   .search-results .search-results-top{ margin-bottom: 20px; }
   .search-results .search-results-top .left{ float: left; }
   .search-results .search-results-top .left h1, .search-results .search-results-top .left h3 { font-size: 20px; color: #222; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 45px; }
   .search-results .search-results-top .left a{ display: block; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; color: #e31f26; text-decoration: underline; }
   .search-results .search-results-top .right{ float: right; }
   .search-results .search-results-top .right form label { margin-right: 8px; float: left; font-size: 14px; color: #222; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 36px; }
   .search-results .search-results-top .right form .selectboxit-container { float: right; width: 290px; }


   .search-results .pagination{ padding: 8px 0; }
   .search-results .pagination ul{ text-align: center; width: 100%; }
   .search-results .pagination ul li{ display: inline-block; margin: 0 8px; }
   .search-results .pagination ul li a { display: block; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; color: #666666; }
   .search-results .pagination ul li a:hover { color: #e31f26; }
   .search-results .pagination ul li.prev{ margin-right: 16px; }
   .search-results .pagination ul li.prev a, .search-results .pagination ul li.next a { font-family: 'Lato', sans-serif; font-weight: 700; position: relative; text-transform: uppercase; }
   .search-results .pagination ul li.prev a:before, .search-results .pagination ul li.next a:after { display: block; position: absolute; top: -8px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 30px; line-height: 1; }
   .search-results .pagination ul li.prev a:before{ content: '\2039'; left: -16px; }
   .search-results .pagination ul li.next{ margin-left: 16px; }
   .search-results .pagination ul li.next a:after{ content: '\203A'; right: -16px; }
   .search-results .pagination ul li.dots a{ color: #95A1A3; }
   .search-results .pagination ul li.active a{ color: #e31f26; }

   .search-results .search-list { padding: 19px 0 30px; }
   .search-results .search-list .theater-story { min-height: 268px; }
   .search-results .search-list .theater-story:not(:last-child) { border-bottom: 1px solid #ddd;  padding-bottom: 32px; }
   .search-results .search-list .theater-story:hover { background-color: #FFFFFF; }
   .search-results .search-list .theater-story + .theater-story{ margin-top: 16px; }
   .search-results .search-list .theater-story .story-wrapper{  }
   .search-results .search-list .theater-story .story-wrapper .thumb { position: relative; float: left; margin-left: 24px; margin-top: 24px; }
   .search-results .search-list .theater-story .story-wrapper .thumb a { background: none; display: block; }
   .search-results .search-list .theater-story .story-wrapper .thumb img{ display: block; background-size: cover; background-position: center center; }
   
   .search-results .search-list .theater-story .story-wrapper .infos { float: left; padding: 0 0 0 24px; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta { width: 499px; float: left; padding-top: 24px; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta a:hover { text-decoration: underline; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta > h3{ font-family: 'Lato', sans-serif; font-weight: 700; font-size: 24px; margin-bottom: 12px; line-height: 26px; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta > h3 > a { display: block; margin-bottom: 8px; color: #222; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta > h3 span { font-family: 'Lato', sans-serif; font-weight: 400; color: #222; font-size: 16px; display: block; line-height: 1; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta .rating { text-align: left; display: block; overflow: hidden; } 
   .search-results .search-list .theater-story .story-wrapper .infos .meta .rating ul{ display: inline-block; } 
   .search-results .search-list .theater-story .story-wrapper .infos .meta .rating ul li { display: inline-block; } 
   .search-results .search-list .theater-story .story-wrapper .infos .meta .rating ul li img{ display: block; } 
   .search-results .search-list .theater-story .story-wrapper .infos .meta .rating .rate_widget { float: left; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta .rating .value { display: block; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; color: #373E3E; position: relative; float: left; margin-left: 3px; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta .productions { display: block; text-align: left; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; color: #222; float: left; margin-right: 10px; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta .movie-info > ul { margin-bottom: 5px; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta .movie-info ul li { font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; display: inline-block; color: #222; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta .movie-info ul li img{ margin-right: 5px; display: inline-block; vertical-align: middle; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta .movie-info .synopsis { margin-top: 12px; clear: left; font-family: 'Lato', sans-serif; font-weight: 400; color: #666666; line-height: 1.4; font-size: 14px; }
   .search-results .search-list .theater-story .story-wrapper .infos .meta .movie-info p a { font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; color: #e31f26; }
   .search-results .search-list .theater-story .story-wrapper .infos .action-btns{ width: 285px; float: left; padding: 20px 22px 0 24px; }
   

   .story-wrapper .thumb .escript-btn { display: block; height: 28px; line-height: 30px; width: 100%; background-color: #FFD644; color: #333; text-align: center; font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 700; }
   .movie-info ul li.genre { position: relative; } 
   .movie-info ul li.separator { margin: 0 4px; color: #666666; }
   .movie-info ul li.actors { display: block; margin-top: 5px; position: relative; }
  



    .search-results .pagination ul li span{ 
      display: block; 
      font-size: 18px; 
      font-family: 'Lato', sans-serif;
      font-weight: 700; 
      color: #e31f26;
    }

    .search-results .pagination ul li.dots span { 
      color: #95A1A3; 
    }

    .search-results .search-list > h3 {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #4A4A4A;
      margin-bottom: 15px;
    }

    .search-results .search-list > p {
      margin-bottom: 15px;
    }

    .ratings_stars {
      /*background: url('../images/icon-star-empty.svg') no-repeat;*/
      /*background-size: 16px 15px !important;*/
      float:      left;
      height:     17px;
      padding:    2px;
      width:      20px;
      background: url('../images/icon-sprite.svg');
      background-position: -1906px -21px;
      margin: 0 1px;
    }

    .ratings_vote {
      background-position: -1966px -21px;
    }

    .ratings_mine {
      background-position: -1936px -21px;
    }

    .ratings_over {
      background-position: -1936px -21px;
    }




   #ajax-search-result-suggestions {
    position: fixed;
    left: 0;
    top: 0;
    width: 220px;
    background: #FFF;
    display: none;
    z-index: 10000;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    padding-top: 12px;
  }
  #ajax-search-result-suggestions h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    margin: .5em 0;
    z-index: 9999;
    padding-left: 25px;
  }
  #ajax-search-results ul {
    list-style: none;
    margin-bottom: 1em;
    z-index: 9999;
  }
  #ajax-search-results ul:last-child {
    margin-bottom: 0;
  }
  #ajax-search-results a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    z-index: 9999;
    color: #222;
    padding: 12px 0 12px 25px;
  }
  #ajax-search-results a:hover {
    background-color: #BAEFF7;
  }
  #ajax-search-results a.selected {
    color: #FFF;
    background: #484256;
    z-index: 9999;
  }
  #ajax-search-results p {
    margin-bottom: .5em;
    z-index: 9999;
  }

/* ==========================================================================
   Single
   ========================================================================== */
 
   /*.single-story .theater-story .story-wrapper .thumb { width: 220px; float: left; }
   .single-story .theater-story .story-wrapper .thumb .thumb-wrapper{ margin-bottom: 15px; position: relative; }
   .single-story .theater-story .story-wrapper .thumb .thumb-wrapper img{ display: block; }
   .single-story .story-wrapper .share-discussion .share li { margin-right: 6px; }
   .single-story .theater-story .story-wrapper .infos{ padding: 0 17px 25px; width: 486px; float: left; }
   .single-story .theater-story .story-wrapper .infos .meta { }
   .single-story .theater-story .story-wrapper .infos .meta > h3{ font-family: 'Lato', sans-serif; font-size: 24px; margin-bottom: 18px; }
   .single-story .theater-story .story-wrapper .infos .meta > h3 span{ font-family: 'Lato', sans-serif; font-weight: 700; color: #5E6566; font-size: 20px; }
   .single-story .theater-story .story-wrapper .infos .meta .rating{ text-align: left; } 
   .single-story .theater-story .story-wrapper .infos .meta .rating ul{ display: inline-block; } 
   .single-story .theater-story .story-wrapper .infos .meta .rating ul li { display: inline-block; } 
   .single-story .theater-story .story-wrapper .infos .meta .rating ul li img{ display: block; } 
   .single-story .theater-story .story-wrapper .infos .meta .rating .value{ display: inline-block; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; color: #373E3E; position: relative; top: -4px; margin-left: 2px; }
   .single-story .theater-story .story-wrapper .infos .meta .productions{ display: block; width: 100%; text-align: left; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; color: #4A4A4A; margin: 5px 0 10px; }
   .single-story .theater-story .story-wrapper .infos .meta .movie-info { margin-bottom: 32px; }
   .single-story .theater-story .story-wrapper .infos .meta .movie-info ul li{ font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 700; display: inline-block; }
   .single-story .theater-story .story-wrapper .infos .meta .movie-info ul li.actors{ display: block; margin-bottom: 10px; }
   .single-story .theater-story .story-wrapper .infos .meta .movie-info ul li.notes { display: block; margin-bottom: 10px; }
   .single-story .theater-story .story-wrapper .infos .meta .movie-info ul li.complexity { display: block; }
   .single-story .theater-story .story-wrapper .infos .meta .movie-info p{ font-size: 16px; color: #95A1A3; line-height: 1.4; font-family: 'Lato', sans-serif; font-weight: 400; margin: 10px 0 0; }
   .single-story .theater-story .story-wrapper .infos .meta .movie-info p a{ font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700; color: #e31f26; text-decoration: underline; }*/

   
   .story-wrapper .share-discussion{ margin-bottom: 23px; }
   .story-wrapper .share-discussion .share{ float: left; width: 274px; height: 38px; }
   .story-wrapper .share-discussion .share li{ float: left; height: 100%; margin-right: 16px; }
   .single-story .theater-story .story-wrapper .infos .meta .share-discussion .cloud{ background-color: #e31f26; border: 1px solid #007788; border-radius: 5px; float: right; width: 173px; height: 36px; text-align: center; position: relative; }
   .single-story .theater-story .story-wrapper .infos .meta .share-discussion .cloud:before{ position: absolute; content: ''; width: 33px; height: 18px; background: url('../images/icon-radius-triangle.png') no-repeat center; background-size: contain; bottom: -16px; left: 10px; }
   .single-story .theater-story .story-wrapper .infos .meta .share-discussion .cloud a{ display:  block; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700; text-align: center; color: #ffffff; line-height: 36px; }
   
   .single-story .theater-story .story-wrapper .price-info{ border: 1px solid #CDCDCD; margin-top: 12px;  padding: 25px 20px; color: #000; }
   .single-story .theater-story .story-wrapper .price-info h4{ font-size: 16px; text-align: center; font-family: 'Lato', sans-serif; font-weight: 700; padding-bottom: 20px; }
   .single-story .theater-story .story-wrapper .price-info .prices{ padding: 0 0 10px; margin-bottom: 10px;   }
   .single-story .theater-story .story-wrapper .price-info .prices span{ font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; }
   .single-story .theater-story .story-wrapper .price-info .prices .price-row { display: block; overflow: hidden; }

   .single-story .theater-story .story-wrapper .price-info .prices .price-row + .price-row{ margin-top: 20px; }
   .single-story .theater-story .story-wrapper .price-info .prices .left{ width: 147px; float: left; }
   .single-story .theater-story .story-wrapper .price-info .prices .right{ float: right; text-align: left; width: 46px; }
   .single-story .theater-story .story-wrapper .price-info > p{ font-size: 14px; color: #000; font-family: 'Lato', sans-serif; font-weight: 400; }
   .theater-story .story-wrapper .buttons-pricing-container { float: right; width: 23%; }
   
   .single-story .audio-player-container .jp-audio { overflow: hidden; background-color: #f2f2f2; display: grid; grid-template-columns: 30% 70%; }
   .single-story .audio-player-container .jp-seek-bar { height: 1px; background-color: #000; }
   .single-story .audio-player-container .jp-play-bar { height: 1px; background-color: #fcbf21; }
   .single-story .audio-player-container i, .single-story .audio-player-container  .jp-current-time { color: #fcbf21; }
   .single-story .audio-player-container .fa-volume-up, .single-story .audio-player-container .fa-volume-off { color: #000; }
   .single-story .audio-player-container .jp-no-solution { display: none; }
   .single-story .audio-player-container .music-text-container { background-color: #000; width: 100%; color: #fff; text-align: center; font-size: 24px; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 700; display: flex; align-items: center; justify-content: center; }
   .single-story .audio-player-container .jp-type-playlist { padding: 6%; }
   .single-story .audio-player-container .jp-playlist { display: none; overflow: hidden; margin-top: 25px; }
   .single-story .audio-player-container .jp-playlist li { border-bottom: 1px solid #ccc; text-align: center; }
   .single-story .audio-player-container .jp-playlist li:last-child { border-bottom: none; }
   .single-story .audio-player-container .jp-playlist .jp-playlist-item { line-height: 1.5; padding: 3px; }
   .single-story .audio-player-container .jp-playlist .jp-playlist-item { color: #000; transition: .3s color ease; }
   .single-story .audio-player-container .jp-playlist .jp-playlist-item:hover { color: #fcbf21; }
   .single-story .audio-player-container .jp-playlist .jp-playlist-current { font-weight: bold; }
   .single-story .audio-player-container .jp-seek-bar-container { width: 69%; position: relative; top: 10px; }
   .single-story .audio-player-container .jp-interface { position: relative; padding-left: 14%; }
   .single-story .audio-player-container .jp-interface button { border: none; background-color: transparent; padding: 0; width: 11%; float: left; margin-right: 3%; position: absolute; top: -3px; left: 0; }
   .single-story .audio-player-container .jp-progress > div, .single-story .audio-player-container .ui-element-container { float: left; }
   .single-story .audio-player-container .ui-element-container.play-pause, .single-story .audio-player-container .jp-current-time, .single-story .audio-player-container .jp-seek-bar-container, .single-story .audio-player-container .jp-duration { margin-right: 3.4%; }
   .single-story .audio-player-container .jp-current-time, .single-story .audio-player-container .jp-duration { font-size: 12px; line-height: 1.4rem; }
   .single-story .audio-player-container #current-song-title { text-align: center; margin-bottom: .75em; font-size: 14px; }



   .single-story .media-gallery, .single-story .title-sections { margin-top: 35px; background-color: #000; padding: 30px 20px 20px; }
   .single-story .media-gallery, .single-story .audio-player-container { margin-top: 55px }
   .single-story .media-gallery h4, .single-story .title-sections h2 { line-height: 1; color: #fff; margin-bottom: 25px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 24px; text-transform: uppercase;  }

   .single-story .media-gallery .gallery-slider .slide { margin: 0 5px; }
   .single-story .gallery-slider .slick-prev,
   .single-story .gallery-slider .slick-next { top: 0; bottom: 0; margin: auto; }
   .single-story .gallery-slider .slick-prev { left: -20px; }
   .single-story .gallery-slider .slick-next { right: -20px; }
   .single-story .title-sections .tlt-title h3{ color: #ffffff; }

   .single-story .script-more-info{ margin-top: 35px; }
   .single-story .script-more-info .script-info-row{ margin-top: 55px; }
   .single-story .script-more-info .script-info-row h3{ background-color: rgba(149,161,163,.10); font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; padding: 16px 38px 6px; }
   .single-story .script-more-info .script-info-row .content{ background-color: #ffffff; padding: 0; text-align: center; }
   .single-story .script-more-info .script-info-row .content p{ font-size: 14px; line-height: 1.4; margin-bottom: 10px; }
   .single-story .script-more-info .script-info-row .content > :last-child { margin-bottom: 0; }
   .single-story .script-more-info .script-info-row .content p strong{ font-family: 'Lato', sans-serif; font-weight: 700; }
   .single-story .script-more-info .script-info-row .content p a{ font-family: 'Lato', sans-serif; font-weight: 700; color: #e31f26; }
   .single-story .script-more-info .script-info-row .content .movie-info ul li{ margin-bottom: 5px; font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 700; display: inline-block; }
   .single-story .script-more-info .script-info-row .content .movie-info ul li.actors{ display: block; margin-bottom: 10px; }
   .single-story .script-more-info .script-info-row .content .movie-info ul li img{ margin-right: 5px; display: inline-block; position: relative; top: 6px; }
   .single-story .script-more-info .script-info-row .content .movie-info ul li.notes { display: block; margin-bottom: 10px; }
   .single-story .script-more-info .script-info-row .content .movie-info ul li.notes img{ margin-right: 10px; display: inline-block; position: relative; top: 4px; }
   .single-story .script-more-info .script-info-row .content .movie-info ul li.complexity { display: block; }
   .single-story .script-more-info .script-info-row .content .movie-info ul li.complexity img{ margin-right: 14px; display: inline-block; position: relative; top: 4px; }
   .single-story .script-more-info .script-info-row.reviews h3{ position: relative; overflow: hidden; }
   .single-story .script-more-info .script-info-row.reviews h3 span{ float: left; }
   .single-story .script-more-info .script-info-row.reviews .rating{ float: left; position: relative; margin-left: 42px; }
   .single-story .script-more-info .script-info-row.reviews .rating ul{ float: left; } 
   .single-story .script-more-info .script-info-row.reviews .rating ul li { display: inline-block; } 
   .single-story .script-more-info .script-info-row.reviews .rating ul li img{ display: block; } 
   .single-story .script-more-info .script-info-row.reviews .rating .value{ float: left;  display: inline-block; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; color: #373E3E; position: relative; top: 0; margin-left: 6px; }
   .single-story .script-more-info .script-info-row.reviews .user-rate{  }
   .single-story .script-more-info .script-info-row.reviews .user-rate + .user-rate{ margin-top: 26px; }
   .single-story .script-more-info .script-info-row.reviews .user-rate h4{ margin-bottom: 12px; }
   .single-story .script-more-info .script-info-row.reviews .user-rate h4 .rating{ margin-left: 0; }
   .single-story .script-more-info .script-info-row.reviews .user-rate h4 .rating .value{ top: 5px; }
   .single-story .script-more-info .script-info-row.reviews .user-rate p{ font-size: 16px; line-height: 1.4; }
   .single-story .script-more-info .script-info-row.reviews .more{ padding-bottom: 18px; background-color: #ffffff; }
   .single-story .script-more-info .script-info-row.reviews .more .more-reviews{ width: 100%; display: block; height: 36px; line-height: 36px; background-color: rgb(227, 233, 233); font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; text-align: center; color: #373E3E; }
   .single-story .script-more-info .script-info-row .p-review + .p-review{ margin-top: 40px; }
   .single-story .script-more-info .script-info-row .p-review p{ font-size: 20px; line-height: 1.4; font-style: italic; }
   .single-story .script-more-info .script-info-row .p-review .author { font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; }
   .single-story .script-more-info .script-info-row .p-review .author i { font-style: normal; }
   .single-story .script-more-info .script-info-row .tabs-area{  }
   .single-story .script-more-info .script-info-row .tabs-area .tab-header{ text-align: center; font-size: 0; margin-bottom: 30px; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-header ul{ margin: 0 auto; display: inline-block; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-header ul li{  border-right: none; float: left; height: 100%; padding: 0 15px; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-header ul li.active-tab{ }
   .single-story .script-more-info .script-info-row .tabs-area .tab-header ul li.active-tab a{ color: #e31f26; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-header ul li a{ font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; color: #4A4A4A; display: block; text-align: center; width: 100%; height: 100%; line-height: 1; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body{ padding: 0; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab{ display: none; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab.active-tab{ display: block; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-filters{ width: 100%; margin-bottom: 16px; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-filters .filter { float: left; padding: 0 30px; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-filters .filter span{ display: block; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: 11px; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-filters .filter .custom-select{ height: 36px; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results{  }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table{ width: 100%; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody{  }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr{ border-top: 1px solid rgba(55,62,62,.3) }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr:first-child { border-top: none; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr:first-child td { border-top: none; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr:last-child{ border-bottom: 1px solid rgba(55,62,62,.3) }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr td{ font-size: 16px; padding: 16px 15px; line-height: 1.25; text-align: center; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr td:first-child{ width: 33.33%; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr td:nth-child(2){ width: 33.33%; }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr td:last-child{  }
   .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results .see-more{ width: 100%; display: block; height: 36px; line-height: 36px; background-color: rgb(227, 233, 233); font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; text-align: center; color: #373E3E; }
   .single-story .script-more-info .script-info-row .award{  }
   .single-story .script-more-info .script-info-row .award + .award{ margin-top: 32px; }
   .single-story .script-more-info .script-info-row .award .award-content{ padding-top: 8px; }
   .single-story .script-more-info .script-info-row .award .award-content p{ font-size: 16px; line-height: 1.4; margin-bottom: 0; }
   .single-story .script-more-info .script-info-row.border-btm{ border-bottom: 1px solid rgba(55,62,62,.12); }
   .single-story .script-more-info .script-info-row .comment-title{ background-color: #ffffff; }
   .single-story .script-more-info .script-info-row .comment-form{  }
   .single-story .script-more-info .script-info-row .comment-form .custom-input input{ margin-bottom: 11px; width: 240px; }
   .single-story .script-more-info .script-info-row .comment-form .custom-textarea textarea{ margin-bottom: 24px;}

  .single-story .script-more-info .script-info-row h1, 
  .single-story .script-more-info .script-info-row h2 { 
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Lato', sans-serif; 
    font-weight: 700;
    padding: 30px 0;
    text-align: center;
    line-height: 1; 
    margin-bottom: 40px;
  }
  .single-story .mediaimg {
    width: 190px;
    height: 260px;
    background-size: cover;
    background-position: center center;
    display: block;
  }

  .script-info-row.reviews {
    text-align: center;
  }
  .script-info-row.production-history .custom-select:after {
    width: 36px;
    background-image: url(../images/icon-sprite.svg?t=20200902);
    background-position: -1989px -17px;
    background-size: auto;
  }
  .script-info-row.production-history .footable.table {
    margin-bottom: 0;
  }
  .ymal-title {
    display: none;
    background: transparent url("../../../images/overlay.png") repeat scroll 0 0;
    text-decoration: none;
    position: absolute;
    top: 10px;
    padding: 5px;
    width: 230px;
    font: 12px 'Lato', sans-serif;
    font-weight: 700;
    color: #FFF;
  }
  .ymal-title h3 {
    font: 14px 'Lato', sans-serif;
    font-weight: 700;
    color: #FFF;
  }
  .single-story .ymal-title {
    width: 100%;
  }
/* ==========================================================================
   Dashboard
   ========================================================================== */
   .account-dashboard{ padding: 0 0 40px 0; }

   .account-dashboard .account-top{ padding: 24px 15px 11px; }
   .account-dashboard .account-top .page-title{ overflow: hidden; clear: both; }
   .account-dashboard .account-top .page-title h2{ float: left; font-size: 32px; font-family: 'Lato', sans-serif; font-weight: 700; }
   .account-dashboard .account-top .page-title .wishlist-btn{ float: right; padding: 6px 67px; background-color: #FFC700; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; color: #373E3E; border: 1px solid #F5A623; border-radius: 5px; }
   .account-dashboard .account-top .navigation{  }
   .account-dashboard .account-top .navigation ul{  }
   .account-dashboard .account-top .navigation ul li{ display: inline-block; }
   .account-dashboard .account-top .navigation ul li + li{ margin-left: 18px; }
   .account-dashboard .account-top .navigation ul li a{ display: block; font-size: 18px; color: #e31f26; font-family: 'Lato', sans-serif; font-weight: 700; }

   .account-dashboard .account-section{ background-color: #ffffff; border: 1px solid #95A1A3; padding: 20px 15px 34px; }
   .account-dashboard .account-section + .account-section{ margin-top: 30px; }
   .account-dashboard .account-section .section-title{ margin-bottom: 30px; display: block; text-align: center; font-size: 32px; font-family: 'Lato', sans-serif; font-weight: 700; }
   .account-dashboard .account-section .order-table{  }
   .account-dashboard .account-section .order-table table{ width: 917px; margin: 0 auto; }
   .account-dashboard .account-section .order-table table thead{  }
   .account-dashboard .account-section .order-table table thead tr{  }
   .account-dashboard .account-section .order-table table thead tr td{ font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; height: 42px; }
   .account-dashboard .account-section .order-table table thead tr td:first-child{ width: 118px; }
   .account-dashboard .account-section .order-table table thead tr td:nth-child(2){ width: 152px; }
   .account-dashboard .account-section .order-table table thead tr td:nth-child(3){ width: 143px; }
   .account-dashboard .account-section .order-table table thead tr td:nth-child(4){ width: 311px; }
   .account-dashboard .account-section .order-table table thead tr td:nth-child(5){ width: 104px; }
   .account-dashboard .account-section .order-table table thead tr td:last-child{ width: 88px; }
   .account-dashboard .account-section .order-table table tbody{  }
   .account-dashboard .account-section .order-table table tbody tr{  }
   .account-dashboard .account-section .order-table table tbody tr td{ padding-bottom: 36px; vertical-align: top; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; }
   .account-dashboard .account-section .order-table table tbody tr td:nth-child(4){ padding-right: 90px; }
   .account-dashboard .account-section .order-table table tbody tr td a{ font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; color: #e31f26; display: block; }
   .account-dashboard .account-section .order-table table tbody tr td .tlt + .tlt{ margin-top: 12px; }

   .account-dashboard .account-section .downloaded-table {  }
   .account-dashboard .account-section .downloaded-table table{ width: 917px; margin: 0 auto; }
   .account-dashboard .account-section .downloaded-table table thead{  }
   .account-dashboard .account-section .downloaded-table table thead tr{  }
   .account-dashboard .account-section .downloaded-table table thead tr td{ font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; height: 42px; }
   .account-dashboard .account-section .downloaded-table table thead tr td:first-child{ width: 128px; }
   .account-dashboard .account-section .downloaded-table table thead tr td:nth-child(2){ width: 573px; }
   .account-dashboard .account-section .downloaded-table table thead tr td:last-child a{  }
   .account-dashboard .account-section .downloaded-table table tbody{  }
   .account-dashboard .account-section .downloaded-table table tbody tr{  }
   .account-dashboard .account-section .downloaded-table table tbody tr td{ padding-bottom: 36px; vertical-align: top; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; }
   .account-dashboard .account-section .downloaded-table table tbody tr td:nth-child(4){ padding-right: 90px; }
   .account-dashboard .account-section .downloaded-table table tbody tr td a{ font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; color: #ffffff; background-color: #e31f26; border-radius: 5px; display: block; width: 100%; height: 36px; text-align: center; line-height: 36px; }
   .account-dashboard .account-section .downloaded-table table tbody tr td .tlt + .tlt{ margin-top: 12px; }

   .account-dashboard .account-section .theater-story{  }
   .account-dashboard .account-section .theater-story + .theater-story{ padding-top: 93px; margin-top: 35px; border-top: 1px solid rgba(55,62,62,.12); }
   .account-dashboard .account-section .theater-story .story-wrapper{  }
   .account-dashboard .account-section .theater-story .story-wrapper .thumb{ position: relative; width: 193px; float: left; }
   .account-dashboard .account-section .theater-story .story-wrapper .thumb img{ display: block; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos{ padding: 0 0 0 17px; background-color: #ffffff; width: 800px; float: left; margin-bottom: 20px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta { width: 498px; float: left; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta > h3{ font-family: 'Lato', sans-serif; font-weight: 400; font-size: 24px; margin-bottom: 18px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta > h3 span{ font-family: 'Lato', sans-serif; font-weight: 700; color: #5E6566; font-size: 20px; display: block; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating{ text-align: left; } 
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating ul{ display: inline-block; } 
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating ul li { display: inline-block; } 
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating ul li img{ display: block; } 
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating .value{ display: inline-block; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; color: #373E3E; position: relative; top: -4px; margin-left: 2px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .productions{ display: block; width: 100%; text-align: left; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; color: #4A4A4A; margin-top: 5px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info ul li{ margin-bottom: 5px; font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 700; display: inline-block; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info ul li.actors{ display: block; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info ul li img{ margin-right: 5px; display: inline-block; position: relative; top: 6px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info p{ font-size: 16px; color: #95A1A3; line-height: 1.4; font-family: 'Lato', sans-serif; font-weight: 400; margin: 10px 0 0; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info p a{ font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700; color: #e31f26; text-decoration: underline; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .action-btns{ width: 285px; float: left; padding: 0 0 0 22px; }
   
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info ul li.notes { display: block; margin-bottom: 10px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info ul li.notes img{ margin-right: 10px; display: inline-block; position: relative; top: 4px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info ul li.complexity { display: block; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .movie-info ul li.complexity img{ margin-right: 10px; display: inline-block; position: relative; top: 4px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .share-discussion { margin-bottom: 23px; margin-top: 20px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .share-discussion .share{ float: left; width: 274px; height: 38px; }
   .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .share-discussion .share li{ float: left; height: 100%; }
   .account-dashboard .account-section .theater-story .story-wrapper .script-notes { clear: both; }
   .account-dashboard .account-section .theater-story .story-wrapper .script-notes .custom-textarea textarea{ margin-bottom: 33px;}
   .account-dashboard .account-section .account-edit{  }
   .account-dashboard .account-section .account-edit h4{  }
   .account-dashboard .account-section .account-edit p{  }
   .account-dashboard .account-section .account-edit .error { color: red; text-align: left; }
   .account-dashboard .account-section .account-edit .custom-checkbox{ float: left; margin-right: 10px; margin-bottom: 40px; }
   .account-dashboard .account-section .account-edit label { font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; }
   .account-dashboard .account-section .account-edit .blue-submit { padding: 6px 38px;  }
   .account-dashboard .slick-prev { left: -20px; }
   .account-dashboard .slick-next { right: -20px; }
   .account .title-sections { margin-bottom: 0; }

   .account-dashboard .see-more{ width: 100%; display: block; height: 36px; line-height: 36px; background-color: rgb(227, 233, 233); font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; text-align: center; color: #373E3E; }

   .account-dashboard .search-list .theater-story .story-wrapper .thumb .escript-btn { position: relative; }

   .account-dashboard .error-block-container { margin-bottom: 40px; }

   .standard { margin: 20px 0px; }
   .standard h1 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 48px; color: #5E6566; margin-bottom: 10px; }
   .standard h2 { font-size: 24px; margin-bottom: 10px; line-height: 32px; }
   .standard .content  { line-height: 24px; }


/* ==========================================================================
   Footer
   ========================================================================== */

   
  footer { width: 100%; background-color: #000; color: #fff; }
  footer .primary { padding: 36px 0; }
  footer .primary .col a, footer .primary .col p { display: block; color: #fff; font-size: 14px; line-height: 1; font-family: 'Lato', sans-serif; font-weight: 400; margin-bottom: 18px; }
  footer .primary .col a.phone-number { margin-bottom: 0; }
  footer .primary .col a:hover { color: #e31f26; }
  footer .primary .col :last-child { margin-bottom: 0; }
  footer .primary .col p { line-height: 1.4; }
  footer .primary .col h3 { font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; text-transform: uppercase; margin-bottom: 18px; line-height: 1; letter-spacing: 3px; }
  footer .primary .icon, .menu .icon { width: 32px; height: 32px; text-indent: -9000px; display: inline-block; background-image: url('../images/icon-sprite.svg?v=20200901'); }
  footer #social-icons-container { overflow: hidden; margin-bottom: 36px; }
  footer .primary .icon { height: 22px; }
  footer .primary .icon.twitter { background-position: -1559px -17px; width: 25px; }
  footer .primary .icon.twitter:hover { background-position: -1653px -17px;  }
  footer .primary .icon.facebook { background-position: -1596px -17px; width: 10px; }
  footer .primary .icon.facebook:hover { background-position: -1690px -17px; }
  footer .primary .icon.instagram { background-position: -1618px -17px; width: 22px; }
  footer .primary .icon.instagram:hover { background-position: -1712px -17px; }
  footer .primary .col .bold { font-family: 'Lato', sans-serif; font-weight: 700; }
  
  /* preloading trick */
  footer .primary .icon:first-child:after { content: ''; background-image: url('../images/social-new/facebook-hover.svg') url('../images/social-new/twitter-hover.svg') url('../images/social-new/instagram-hover.svg'); }
  footer .primary .social p { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.375; }
  footer #social-icons-container a { float: left; margin-bottom: 0; }
  footer #social-icons-container a:not(:first-child) { margin-left: 35px; }
  footer .copyright { font-family: 'Lato', sans-serif; font-weight: 400; color: #fff; font-size: 14px; }
  footer .copyright a:hover { color: #e31f26; }
  footer .primary .col.contact-info a { display: inline-block; }

  #newsletter-signup-bar { width: 100%; background-color: #e31f26; color: #FFF; padding: 35px 0; }
  #newsletter-signup-bar fieldset { border: none; }
  #newsletter-signup-bar p { color: #FFF; line-height: 51px; }
  #newsletter-signup-bar .mailchimp { position: relative; }
  #newsletter-signup-bar .mailchimp fieldset { border: none; padding: 0; margin: 0; width: 100%; }
  #newsletter-signup-bar .mailchimp input { width: calc(100% - 51px); }
  #newsletter-signup-bar .mailchimp input[type="text"] { float: left; padding: 10px 14px; border: 1px solid #CDCDCD; font-size: 20px; line-height: 1; color: #000; }
  #newsletter-signup-bar .mailchimp.error input[type="text"] { border: 1px solid #FF8D60; border-style: inside; }
  #newsletter-signup-bar .mailchimp.success input[type="text"] { border: 1px solid #ABD079; border-style: inside; }
  #newsletter-signup-bar .mailchimp #mailchimp-submit-container { float: left; position: relative; }
  #newsletter-signup-bar .mailchimp #mailchimp-submit-container:after { height: 20px; width: 20px; position: absolute; content: ''; background-image: url('../images/icon-sprite.svg?v=20200902'); top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-position: -296px -5px; pointer-events: none; }
  #newsletter-signup-bar .mailchimp input[type="submit"] { height: 46px; width: 46px; padding: 0; border: none; vertical-align: middle; border-radius: 0; }
  #newsletter-signup-bar .mailchimp .email_form_error { display: none; color: #FF8D60; line-height: 1; font-size: 18px; margin-top: 8px; }
  #newsletter-signup-bar .mailchimp.success .email_form_error { color: #fff; }

  body.popup-open:after { content: ''; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 5000; background-color: rgba(0,0,0,.7); }

  .popup { display: none; z-index: 10001; position: fixed; top: 50%; left: 50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
  .popup .popup-background { position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 10000; background: rgba(0,0,0,.4); }

  .popup .close-popup{ 
    position: absolute; top: 2px; right: 2px; color: #e31f26; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 700;
    line-height: 24px; width: 25px; height: 25px; text-align: center; background: #ffffff; 
  }
  .popup .popup-wrapper{ border: 2px solid #e31f26; width: 600px; background-color: #ffffff; }
  .popup .popup-wrapper .popup-content{ padding: 20px; }
  .popup .popup-wrapper h3{ 
    width: 100%; display: block; font-family: 'Lato', sans-serif; font-weight: 700; text-align: center; padding: 20px; 
    background-color: #e31f26; color: #ffffff; font-size: 26px; margin-bottom: 18px;
    border: 1px solid #e31f26;
  }
  .popup .popup-wrapper .popup-content h4{ font-family: 'Lato', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 15px; }
  .popup .popup-wrapper .popup-content form{  }
  .popup .popup-wrapper .popup-content form .custom-input{ width: 100%; margin-bottom: 10px; }
  .popup .popup-wrapper .popup-content form .custom-input label{ width: 100%; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; }
  .popup .popup-wrapper .popup-content form .custom-input input{ width: 100%; }
  .popup .popup-wrapper .popup-content form .forgot-password{ display: block; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; }
  .popup .popup-wrapper .popup-content form .submit-btn{ padding: 8px 40px 6px; margin-top: 20px; font-family: 'Lato', sans-serif; font-weight: 700; display: inline-block; border: none; border-radius: 5px; }

  .popup .h2 { 
    color: #2e3232;
    margin: 0 0 20px;
    font-size: 20px; 
    padding-top:20px;
  }

  .popup form .error {
    color: red;
    font-size: 90%;
  }

  .popup .feedback {
    margin-bottom: 10px;
    color: green;
  }

   .signin-popup { display: none; z-index: 10000; position: fixed; top: 50%; left: 50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
   .signin-popup .close-popup{ position: absolute; top: 0; right: 0; color: #e31f26; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 24px; width: 25px; height: 25px; text-align: center; background: #ffffff; }
   .signin-popup .popup-wrapper{ border: 2px solid #e31f26; width: 600px; background-color: #ffffff; }
   .signin-popup .popup-wrapper .popup-content{ padding: 20px; }
   .signin-popup .popup-wrapper h3{ width: 100%; display: block; font-family: 'Lato', sans-serif; font-weight: 700; text-align: center; padding: 20px; background-color: #e31f26; color: #ffffff; font-size: 26px; margin-bottom: 18px; }
   .signin-popup .popup-wrapper .popup-content h4{ font-family: 'Lato', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 15px; }
   .signin-popup .popup-wrapper .popup-content form{  }
   .signin-popup .popup-wrapper .popup-content form .custom-input{ width: 100%; margin-bottom: 10px; }
   .signin-popup .popup-wrapper .popup-content form .custom-input label{ width: 100%; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; }
   .signin-popup .popup-wrapper .popup-content form .custom-input input{ width: 100%; }
   .signin-popup .popup-wrapper .popup-content form .forgot-password{ display: block; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 400; }
   .signin-popup .popup-wrapper .popup-content form .submit-btn{ padding: 8px 40px 6px; margin-top: 20px; font-family: 'Lato', sans-serif; font-weight: 700; display: inline-block; border: none; border-radius: 5px; }
   .signin-popup .popup-wrapper .popup-content .create-account{  display: inline-block; width: 100%; margin-top: 20px; font-family: 'Lato', sans-serif; font-weight: 700; border: none; border-radius: 5px; }

   #confirmation-box {
    opacity: 0;
    top: -150px;
    width: 540px;
    height: 64px;
    font-size: 16px;
    font-family: 'Lato', sans-serif; font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 24px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0, .3);
    transition: 1s top, .25s opacity;
   }
   #confirmation-box.visible {
    opacity: 1;
    top: 20px;
    transition: none;
   }
   #confirmation-box.success {
    background-color: #87BC40;
   }
   #confirmation-box .text {
    position: relative;
   }
   #confirmation-box .text:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../images/icon-sprite.svg?v=20200902');
    background-position: -756px 0;
    position: absolute;
    left: -48px;
    top: -8px;
   }
   #confirmation-box .hide-confirmation {
    background-image: url('../images/icon-sprite.svg?v=20200902');
    display: block;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -739px -9px;
    width: 14px;
    height: 14px;
   }

/* ==========================================================================
   Registration page
   ========================================================================== */
  #form-wrapper { border-radius: 3px; background-color: #fff; border: none; box-shadow: 0 2px 4px #CDCDCD; margin-top: 32px; padding-top: 32px; }
  #form-wrapper fieldset { border: none; padding: 0; margin: 0; }
  #form-wrapper h1 { color: #222222; font-size: 32px; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: 36px; }
  #form-wrapper h4 { text-transform: uppercase; color: #e31f26; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 3px; line-height: 1; margin-bottom: 20px; }
  #form-wrapper .form-section { margin-bottom: 40px; }
  #form-wrapper .form-section.about-organization { margin-top: 12px; }

  #form-wrapper .form-section:last-child { margin-bottom: 36px; }
  #form-wrapper .fields-row { margin-bottom: 28px; }
  #form-wrapper .fields-row:last-child { margin-bottom: 0; }
  #form-wrapper .field { position: relative; }
  #form-wrapper .field label { display: block; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: 8px; line-height: 1; color: #222; }
  #form-wrapper .field label .note { color: #666666; }
  #form-wrapper .field label.error { margin-top: 6px; color: #F93A3A; font-size: 14px;  }
  #form-wrapper .field .option-label { font-size: 14px; color: #222222; font-family: 'Lato', sans-serif; font-weight: 400; margin-bottom: 0; line-height: 44px; text-indent: 12px; }
  #form-wrapper .hint { font-size: 14px; color: #666; margin-top: 6px; line-height: 1; }
  #form-wrapper input[type="text"], #form-wrapper input[type="password"] { border: 1px solid #CDCDCD; border-radius: 2px; padding: 13px 14px; height: auto; width: 100%; font-size: 14px; color: #222222; font-family: 'Lato', sans-serif; font-weight: 400; }
  #form-wrapper input[type="text"]:focus, #form-wrapper input[type="password"]:focus { border: 1px solid #e31f26; }

  #form-wrapper .fake-box-container .fake-box { margin-bottom: auto; }


  .submit-btn, .secondary-btn { background-color: #e31f26; border: 1px solid #e31f26; border-radius: 2px; height: 44px; padding: 14px 0; text-align: center; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 1; font-size: 16px; color: #fff; padding-left: 36px; padding-right: 36px; }
  .submit-btn:hover, .secondary-btn:hover { background-color: #e31f26; color: #fff; }
  .submit-btn:active, .secondary-btn:active { border-color: #BAEFF7; }

  #form-wrapper input.error { border-color: #EE4444; }
  .fake-box-container input[type="checkbox"] { opacity: 0; }
  .fake-box-container input[type="checkbox"] ~ label.fake-box { content: ''; height: 16px; width: 16px; display: block; position: absolute; left: 0; background-image: url(../images/icon-sprite.svg?v=20200902); background-position: -592px -8px; margin-bottom: 0; top: -2px; bottom: 0; margin: auto; }
  .fake-box-container input[type="checkbox"] ~ label.fake-box:hover, .fake-box-container:hover input[type="checkbox"] + label.fake-box { background-position: -610px -8px; }
  .fake-box-container input[type="checkbox"][disabled] ~ label.fake-box:hover, .fake-box-container:hover input[type="checkbox"][disabled] + label.fake-box  { background-position: -592px -8px; }
  .fake-box-container input[type="checkbox"]:checked ~ label.fake-box { background-position: -628px -8px; }
  .fake-box-container input[type="checkbox"][disabled] ~ label:not(.fake-box) { opacity: .6 }

  .selectboxit-container { width: 100%; }
  .selectboxit-outer-container select, .selectboxit-container select { -webkit-appearance: none; display: none; width: 100% !important; font-size: 16px; }
  .selectboxit-outer-container select:focus, .selectboxit-container select:focus { font-size: 16px; }
  .selectboxit-container span { display: inline-block; }
  .selectboxit-container * { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; }
  .selectboxit-container .selectboxit-option-icon-container { display: none; }
  .selectboxit, .selectboxit-options { max-width: 100% !important; min-width: 0 !important; width: 100% !important; }
  .selectboxit-container .selectboxit-options { max-height: 195px; }
  .selectboxit.selectboxit-btn { background: #fff; height: 45px; border: 1px solid #CDCDCD; border-radius: 2px; }
  .selectboxit.selectboxit-btn:hover, .selectboxit.selectboxit-btn.selectboxit-focus { border: 1px solid #e31f26; background: #fff; }
  .selectboxit-container .selectboxit-text, .selectboxit-container .selectboxit-text-count { display: inline-block; line-height: 45px; }
  .selectboxit-container .selectboxit-text { text-indent: 16px; }
  .selectboxit-container .selectboxit-text-count { margin-left: 4px; }
  .selectboxit-container .selectboxit-arrow-container { height: 44px; width: 12px; right: 16px; }
  .selectboxit .selectboxit-arrow-container .selectboxit-arrow { margin-top: -3px; border-top-color: #e31f26; border-top-width: 6px; border-left-width: 6px; border-right-width: 6px; }
  .selectboxit-btn.selectboxit-enabled:focus { background: #fff; }
  .selectboxit-container .selectboxit-options { border-radius: 2px; box-shadow: 0 2px 4px #BBB; }
  .selectboxit-container .selectboxit-options a { text-indent: 0; padding: 8px 16px; line-height: 1; height: auto; }
  .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor { background: #f27777; color: #222222; }
  #form-wrapper select.error + .selectboxit-container .selectboxit-btn { border-color: #EE4444; }
  #new-customer-form #password-error { margin-bottom: 3px; }

  .new-customer .main-menu-wrapper { display: none; }


  #musical-cb { }
  #musicals-label { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; color: #222; margin-left: 8px; }
  label[for="musical-cb"] { position: relative; top: 1px; }
  #musicals-header { margin-top: 25px; }




/* begin sample */ 
.sample .buttons { position: relative; left: 120px; }
.sample .slick-slide .img-holder { margin-bottom: 10px; display: block; }
.sample .slick-slide .img-holder img { width: 180px; border-width: 1px; margin: 0 auto; }
.sample .slick-slide { text-align: left; }
.sample .slick-slide h3 { margin-bottom: 2px; line-height: 1.25; }
.sample .slick-slide h3 a { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 16px; line-height: 1; margin-bottom: 5px; color: #e31f26; }
.sample .slick-slide .by h3 a:hover { text-decoration: underline; color: #e31f26;}
.sample .slick-slide .by { font-size: 14px; padding: 0 10px; }
.sample .slick-slide .by .byjoin { color: #fff; }
.sample .slick-slide .by a:hover { color: #fff; text-decoration: underline; }


.slick-prev { left: -15px; }
.slick-next { right: -15px; }
.slick-prev, .slick-next { }
.slick-prev:hover, .slick-next:hover { opacity: 1; }
.slick-prev:before, .slick-next:before { content: ''; background-image: url('../images/icon-sprite.svg?v=20200902'); background-repeat: no-repeat; display: block; height: 34px; width: 20px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; opacity: 1; }
.slick-prev, .slick-next { width: 60px; height: 60px; z-index: 5; top: 104px; transform: translate(0, -50%); background-color: #410198; }
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus { background-color: #e31f26; }
.slick-prev:before, .slick-prev:hover:before, .slick-prev:focus:before { background-position: -1840px -5px; }
.slick-next:before, .slick-next:hover:before, .slick-next:focus:before { background-position: -1874px -5px; }

.deletemesampleselect { width: 200px }

.samplemodal {
  background-color: #0eabc3;
  padding: 12px;
}
.samplemodal__wrapper {
  background: #fff url('../images/bg.jpg') 0 0 no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
}

.sample .button-yellow{ letter-spacing: -1px; position: relative; color: #373E3E; background-color: #FFC700; border: 1px solid #F5A623; border-radius: 5px; width: 250px; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 700; text-align: center; height: 36px; line-height: 38px; display: inline-block }

.sample .share-discussion{ margin-bottom: 23px; margin-top: 10px }
.sample .share-discussion .share{ float: left; width: 274px; height: 38px; }

.share-discussion .share li { float: left; height: 100%; margin-right: 16px; }
.share-discussion .share li:last-child { margin-right: 0; }
.share-discussion .share li.text{ text-align: center; line-height: 38px; position: relative; color: #222; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 16px; }
.share-discussion .share li a { width: 45px; height: 100%;display: block; background: url('../images/icon-sprite.svg?v=20200902'); width: 32px; height: 32px; opacity: .7; }
.share-discussion .share li a:hover { opacity: 1; }
.share-discussion .share li.fb a { background-position: -396px 0; }
.share-discussion .share li.tw a { background-position: -460px 0; }
.share-discussion .share li.msg a { background-position: -868px 0; }

.sample .inline-pdf {
  margin: 0 auto 40px;
  height: 900px;
  width: 100%;
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  position: relative;
}

#also-viewed { float: none; display: block; margin-bottom: 15px; }

form .loading {
  background: url(../images/search-loading.gif) no-repeat center center;
  width: 250px;
  height: 20px;
  display: none;
}

.overlay:before {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background: #000000;
}

.sample .action-bar, .play .action-bar { overflow: hidden; margin-bottom: 32px; }
.action-btns a { display: block; width: 100%; background-color: #fff; border: 1px solid #000; text-align: center; border-radius: 2px; margin-bottom: 12px; font-family: 'Lato', sans-serif; font-weight: 700; color: #000; font-size: 14px; height: 36px; line-height: 36px; position: relative; }
.action-btns a:not(#play-details):not(.button-read):hover { border-color: #e31f26; }
.action-btns a:last-child { margin-bottom: 0; }

.action-btns #play-details, .action-btns .button-read { background-color: #e31f26; color: #fff; border: 1px solid transparent; }
.action-btns #play-details:hover, .action-btns .button-read:hover { background-color: #e31f26; }

.lead-popup .popup-wrapper { height: 100%; overflow: scroll; }

.sample .theater-story .thumb, .single-story .theater-story .story-wrapper .thumb {
  float: left;
  width: 300px;
  margin-right: 33px;
}
.sample .theater-story .infos, .single-story .theater-story .infos {
  float: left;
  width: 425px;
}
.theater-story .infos h1 span {
  color: #000;
  font-size: 16px;
  display: block;
  line-height: 1;
}
.theater-story .infos .play_main {
  margin-bottom: 10px;
  font-size: 25px;
  font-family: 'Lato', sans-serif; font-weight: 700;
}

.theater-story #ratings { margin: 15px 0; }
.theater-story .productions { margin-bottom: 25px; display: block; line-height: 1; }
.theater-story .movie-info div {
  color: #000;
  font-family: 'Lato', sans-serif; font-weight: 700;
}
.theater-story .movie-info .genre-duration-container { overflow: hidden; margin-bottom: 8px; }
.theater-story .movie-info .genre-duration-container div { float: left; }
.theater-story .movie-info .genre-duration-container .separator { margin: 0 5px; }
.theater-story .story-description {
  margin-top: 30px;
}
.theater-story .story-description p {
 color: #000;
 font-size: 16px;
 line-height: 1.2;
}
.samplepage .sample-slider-container {
  background-color: #000;
}
/* end sample */ 




.single-story .theater-story .story-wrapper .thumb .thumb-wrapper {
  position: relative;
}

.single-story .theater-story .story-wrapper .thumb .thumb-wrapper .shade{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(1,1,1,.8);
  display: flex;
  align-items: center;
}

.single-story .theater-story .story-wrapper .thumb .thumb-wrapper .shade > * {
  color: white;
  font-size: 150%;
  text-align: center;
  line-height: 1.4;
  margin: 1em;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Modify as content requires.
   ========================================================================== */

/* desktop */
    
    .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 { padding-left: 0; padding-right: 0; }

    .col-lg-12 { width:100%; }
    .col-lg-11 { width:91.666666666667%; }
    .col-lg-10 { width:83.333333333333%; }
    .col-lg-9 { width:75%; }
    .col-lg-8 { width:66.666666666667%; }
    .col-lg-7 { width:58.333333333333%; }
    .col-lg-6 { width:50%; }
    .col-lg-5 { width:41.666666666667%; }
    .col-lg-4 { width:33.333333333333%; }
    .col-lg-3 { width:25%; }
    .col-lg-2 { width:16.666666666667%; }
    .col-lg-1 { width:8.3333333333333%; }




/* cart stuff */
.tab-holder-2 .tab-block { display: none; position: relative; }
.tab-holder-2 .tab-block.active { display: block; }
.tab-holder-2 .tab-block.checkout-accordion.minimized { display: block; background-color: #F9F9F9; }
.tab-holder-2 .tab-block.checkout-accordion.minimized .tab-body { display: none; }
.tab-holder-2 .tab-block.checkout-accordion { margin: 0 0 8px; }
.tab-holder-2 .tab-block.checkout-accordion:last-child { margin-bottom: 0; }
.order #main .step-holder { margin-top: 24px; border-radius: 3px; background-color: #fff; padding: 24px 48px; }
.order #main .information { overflow: hidden; margin-bottom: 24px; margin-top: 30px; background-color: #F9F9F9; padding: 16px 32px; border: 1px solid #CDCDCD; border-radius: 2px; }
.order #main .information .visual-block, .order #main .information .text-holder { float: left; }
.order #main .information .text-holder { margin-left: 16px; max-width: 857px; } /* container - image - margin */
.order #main .information .text-holder a { font-size: 14px; }
.order #main .information .text-holder h2 { margin-bottom: 10px; line-height: 16px; }
.order #main .information .text-holder h2 a { color: #222222; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: 12px; margin-top: 16px; }
.order #main .information .text-holder h2 a:hover { text-decoration: underline; }
.order #main .information .visual-block img { display: block; }
.order #main .information #authors_display { line-height: 1; margin-bottom: 13px; font-size: 14px; }
.order #main .information #authors_display .extratitle { margin-bottom: 5px; }
.order #main .information #authors_display .byline, .order #main .information #authors_display .byextra { line-height: 17px; } 
.order #main #block-intention .col-holder { overflow: hidden; margin-top: 50px; }
.order #main #block-intention .col { width: 33.33%; float: left; }
.order #main .use-plan { margin-left: 16px; margin-top: 16px; }
.order #main .use-plan label { float: left; line-height: 36px; font-size: 14px; color: #666; font-family: 'Lato', sans-serif; font-weight: 400; margin-right: 16px; }
.order #main .use-plan .form-field-container { float: left; width: auto; }
.order #main .use-plan .selectboxit-container { width: 245px; float: left; }
.order #main .btn-holder { height: 244px; width: 232px; border: 1px solid #CDCDCD; position: relative; margin: 0 auto; }
.order #main .btn-holder:before, .order #main .btn-holder.scripts-and-performances:after { display: block; content: ""; position: absolute; top: 32px; left: 0; right: 0; margin: auto; }
.order #main .btn-holder.scripts:before, .order #main .btn-holder.scripts-and-performances:before { background-position: -1107px -7px; height: 44px; width: 57px; }
.order #main .btn-holder.performances:before, .order #main .btn-holder.scripts-and-performances:after { background-position: -1170px -6px; height: 46px; width: 46px;  }
.order #main .btn-holder.scripts-and-performances:before { left: -62px; }
.order #main .btn-holder.scripts-and-performances:after { right: -62px; }
.order #main .btn-holder .btn { position: absolute; bottom: 32px; margin: auto; width: 150px; left: 0; right: 0; }
.order #main .btn-holder p { position: absolute; width: 90%; left: 0; right: 0; margin: 0 auto; top: 100px; text-align: center; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 16px; color: #222; line-height: 24px; }
.order .btn-frame .button { margin-right: 12px; }
.order .next-link, .order .back-link { float: left; }
.order .btn-frame .next-link { width: 190px; margin-right: 0; }
.order .btn-frame .back-link { width: 128px; }
.order .btn-hold { float: right; clear: both; margin-top: 32px; }
.tab-block.intention .error-block-container { display: block; }
.tab-block.intention .info { margin-top: 15px; }

/* step 2 */
#block-performance h2:before, #block-quantity h2:before { display: block; content: ""; margin: 0 auto 16px; }
#block-performance h2, #block-quantity h2, #block-signup h2 { text-align: center; position: relative; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 24px; color: #222; }

#block-performance h2:before { height: 46px; width: 46px; background-position: -1170px -6px; }
#block-performance .info, .tab-block.intention .info { padding: 12px 26px 12px 48px; border-radius: 2px; background-color: #F9F9F9; border: 1px solid #CDCDCD; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222222; line-height: 17px; position: relative; height: 40px; }
#block-performance .info.caution { height: auto; background-color: yellow; }
#block-performance .info:before, .tab-block.intention .info:before { content: ""; display: block; position: absolute; background-position: -1222px -18px; width: 22px; height: 22px; left: 16px; top: 0; bottom: 0; margin: auto; }
.performance-dates .text { float: left; width: 100%; }

#block-performance .performance-dates .form-field-container.start-date { margin-right: 0; }
#block-performance .performance-dates .form-field-container.start-date input { border-top-right-radius: 0; border-bottom-right-radius: 0; padding-left: 58px; }
#block-performance .performance-dates .form-field-container.end-date input { border-top-left-radius: 0; border-bottom-left-radius: 0; padding-left: 40px; }
#block-performance .performance-dates .form-field-container.end-date div.text { position: relative; left: -1px; }
#block-performance .performance-dates .form-field-container .text:hover input { z-index: 1000; position: relative; }
#block-performance .performance-dates .helper-text { position: absolute; left: 16px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #666666; z-index: 4999; line-height: 1; top: 15px; }

#block-performance h3 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 16px; color: #222222; margin-bottom: 24px; }
#block-performance .input_note { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 12px; color: #666666; line-height: 16px; margin-top: 5px; }

.radios-container div { float: left; }
.radios-container div:first-child { margin-right: 25px; }
.radios-container div label:not(.fake-radio) { float: left; line-height: 18px; margin-left: 8px; font-family: 'Lato', sans-serif; font-weight: 400; }
.radios-container input[type="radio"] { display: none; }
.radios-container label { margin-bottom: 0; }
.radios-container label:hover { cursor: pointer; }

label.fake-radio { display: block; width: 16px; height: 16px; position: relative; border-radius: 50%; background: #fff; border: 1px solid #CDCDCD; float: left; margin-right: 8px; }
label.fake-radio:before { display: block; content: ''; height: 6px; width: 6px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border-radius: 50%; background-color: transparent; }
label.fake-radio:hover { cursor: pointer; }
label.fake-radio:hover:before, label.fake-radio.hover:before, label:hover .fake-radio:before { background-color: #e31f26; }
input[type="radio"]:checked ~ label.fake-radio { background-color: #e31f26; border-color: transparent; }
input[type="radio"]:checked ~ label.fake-radio:before { background-color: #fff; }

#block-performance .radios-container p { clear: both; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #666666; line-height: 20px; }
#block-performance .radios-container .holder { margin-bottom: 4px; }

/* step 3 */
#block-quantity h2:before { height: 44px; width: 57px; background-position: -1107px -7px; }

.order .table-holder { margin-top: 24px; border-bottom: 1px solid #CDCDCD; }
.order .table-holder div.table { width: 100%; }
.order .table-holder .header { border-top: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD; background-color: #F9F9F9; margin-bottom: 32px; }
.order .table-holder .header .td { padding: 12px 0; font-family: 'Lato', sans-serif; font-weight: 700; font-weight: normal; height: auto; }
.order .table-holder .header .td span { line-height: 1; }
.order .table-holder .tr { margin-bottom: 32px; }
.order .table-holder .td { padding: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; text-align: center; float: left; position: relative; }
.order .table-holder .td:first-child { text-align: left; padding-left: 16px; width: 40%; }
.order .table-holder .td:last-child  { text-align: right; padding-right: 16px; width: 14%; }
.order .table-holder .td.price, .order .table-holder .td.quantity { width: 23%; text-align: center; }
.order .table-holder .td span { line-height: 44px; }
.order .table-holder .hold { position: relative; display: inline-block; }
.order .table-holder .button { display: block; position: absolute; width: 12px; height: 12px; top: 16px; outline: none; }
.order .table-holder .button.plus { background-position: -180px -10px; right: -22px; }
.order .table-holder .button.minus { background-position: -200px -10px; left: -22px; }
.order .table-holder .button.minus[disabled="disabled"] { background-position: -1248px -10px; cursor: default; }
.order .table-holder .materials-number { width: 64px; text-align: center; }

.help-cell { position: relative; display: inline-block; margin-left: 3px; top: 6px; }
.help-cell .opener { display: block; height: 22px; width: 22px; background-position: -1062px -18px; }
.help-cell .opener:hover { background-position: -1084px -18px; }
.help-cell .tooltip { display: none; position: absolute; bottom: 31px; left: -139px; width: 300px; padding: 12px; background-color: #fff; border-radius: 2px; box-shadow: 0 1px 4px rgba(0,0,0,.3); }
.help-cell .tooltip p, .td .help-cell .tooltip span { color: #222; font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 16px; }
.help-cell:hover .tooltip { display: block; }
#subtotal { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; color: #222222; float: right; margin-right: 16px; margin-top: 20px; }
.error-block-container, .notice-block-container { display:none; background-color: #FFF2C6; padding: 12px 26px 12px 55px; position: relative; border: 1px solid #F5B64D; }
.error-block-container.visible { display: block; }
.error-block-container:before, .notice-block-container:before { display: block; content: ''; width: 22px; height: 20px; background-position: -1272px -19px; position: absolute; left: 16px; top: 0; bottom: 0; margin: auto; }
.error-block-container.soft { margin-top: 12px; }
.error-block-container.soft .error-block { margin-bottom: 0; }
.error-block p, .error-block span, .notice-block p, .notice-block span, .cart-notification p, .cart .info-block p, .cart .info-block span { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; line-height: 20px; }
.error-block-container .btn, .notice-block-container .btn { width: 119px; margin-top: 10px; }
#block-quantity .error-block-container input[type="text"] { width: 400px; margin-top: 10px; }
#block-quantity .error-block-container input[type="text"]::placeholder { color: #CDCDCD; }

#packages-container { margin-top: 40px; }
#packages-container h3 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 16px; color: #222; margin-bottom: 16px; line-height: 22px; }
#packages-container ul { clear: left; padding-left: 24px; }
#packages-container ul li, #packages-container ul li span, #packages-container ul li p { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #666666; line-height: 20px; }
#packages-container .package-name { font-family: 'Lato', sans-serif; font-weight: 700; color: #222; margin-left: 0; }
#packages-container .radios-container { padding: 0; }
#packages-container .block-option { min-height: 353px; width: 432px; background-color:#F9F9F9; border: 1px solid #CDCDCD; border-radius: 2px; padding: 24px; margin-right: 3.5%; }
#packages-container .block-option:last-child { margin-right: 0; }

.new-form .form-section:not(:last-child), .row-radios { margin-bottom: 30px; }
.new-form .form-row:not(:last-child) { margin-bottom: 24px; }
.new-form .performance-dates .form-field-container { margin-right: 0; width: 50%; position: relative; }
.new-form .form-field-container, .new-form .form-group { float: left; width: 47%; }
.new-form .form-field-container:first-child, .new-form .form-group:first-child { margin-right: 6%; }
.new-form .form-field-container input { width: 100%; }
.new-form .form-group { margin-bottom: 0; }
.new-form input[type="text"] { height: 44px; border: 1px solid #CDCDCD; padding: 12px 16px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; border-radius: 2px; }
.new-form input[type="text"]:hover,.new-form input[type="text"]:focus { border-color: #e31f26; }
.new-form .error input[type="text"], .new-form .error .selectboxit { border-color: #F93A3A; }
.new-form .error input[type="text"]:focus, .new-form .error .selectboxit-focus { border-color: #e31f26; }
.new-form label { display: block; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; color: #222; line-height: 20px; margin-bottom: 5px; }
.new-form label > .more-info { display: block; font-family: 'Lato', sans-serif; font-weight: normal; font-size: 12px; color: #222; line-height: 16px; margin-bottom: 5px; }
.new-form div.err { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; color: #F93A3A; margin-top: 5px; line-height: 1; clear: left; }
.new-form .form-field-container.select .error { margin-bottom: 5px; }
.new-form .selectboxit.selectboxit-btn { height: 44px; }
.new-form .selectboxit-medium.selectboxit-btn, .new-form .selectboxit-medium .selectboxit-arrow-container { height: 36px; }
.new-form .selectboxit-medium.selectboxit-btn .selectboxit-text { line-height: 36px; }
.new-form .fake-box-container { position: relative; }
.new-form .fake-box-container input[type="checkbox"] { display: none; }
.new-form .fake-box-container label:not(.fake-box) { margin-left: 25px; }

.notice-block-container.resubmission-notice { display: block; margin-bottom: 20px; }
#block-signup .resubmission-notice { margin-bottom: 0; }
.form-holder { margin-top: 40px; }


h2.preparing { margin-bottom: 20px; }

/* cart */
#main.cart { padding-top: 40px; }
#main.cart .container h2 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; color: #222; margin-bottom: 16px; }
#main.cart .container h3 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 16px; color: #222; margin-bottom: 16px; }
#main.cart .container h3.tab-header { margin-bottom: 17px; line-height: 1.2em }
.cart .tab-block, .cart .sidebar { background-color: #FFF; border: 1px solid #ddd; padding: 24px; }
.cart .tab-block { width: 674px; }
.cart .main-content { float: left; }
.cart .sidebar { float: right; width: 324px; padding: 0; }
.cart .sidebar .total { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; color: #222; }
.cart .sidebar .sidebar-section { padding: 24px 24px 44px; }
.cart .sidebar .sidebar-section.line-items, .cart .sidebar .sidebar-section.summary-container { padding: 16px 24px; }
.cart .sidebar .sidebar-section.button-container { padding: 24px 24px 16px; }
.cart .sidebar .sidebar-section.button-container button { width: 100%; line-height: 35px; }
.cart .sidebar .sidebar-section.summary-container { border-top: 1px solid #EEE; padding-bottom: 0; }
.cart .sidebar .total span { float: right; }
.cart .order-item { overflow: hidden; display: table; width: 100%; }
.cart .main-content .order-item { margin-bottom: 40px; }
.cart .sidebar .order-item { margin-bottom: 15px; }
.cart .sidebar .line-items-container { height: 0; }
.cart .order-item:last-child { margin-bottom: 0; }
.cart .order-item .image, .cart .order-item .text-holder { display: table-cell; vertical-align: top; }
.cart .order-item .image { width: 18.5%; }
.cart .btn-hold { float: right; margin-top: 24px; }
.cart .btn-hold .btn-primary { padding-left: 16px; padding-right: 16px; }
.cart .order-item .title { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; color: #222; width: 70%; float: left; }
.cart .order-item .order-total { font-family: 'Lato', sans-serif; font-weight: 400; color: #222; font-size: 14px; float: right; }
#subtotal-line-items-container { border-top: 1px solid #EEE; }
.cart .line-item-container { margin-bottom: 10px; overflow: hidden; }
.cart .sidebar .line-item-container *, .cart .sidebar .summary-container * { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; }
.cart .line-item-container .line-item-type, .cart .line-item-container .line-item-number, .cart .line-item-container .line-item-amount { float: left; }
.order-item .image { padding-bottom: none; }
.order-item .image img { display: block; }
.cart .shipping-block .red, .cart .shipping-block p, .billing-error-message-block p, .cart .order-resubmission-block p { margin-bottom: 8px; }
.cart .shipping-block p:last-child { margin-bottom: 0; }
.cart .shipping-block .red, .billing-error-message-block .red, .cart .order-resubmission-block .red { color: #FF8D60; display: block; font-family: 'Lato', sans-serif; font-weight: 700; }
.cart .removeConfirm { font-size: 14px; color: #222; line-height: 19px; }

.cart .cart-errors-container { margin-bottom: 40px; }
.cart .order-item .cart-error, .cart .order-item .cart-notice, .cart .cart-notice   { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 12px; line-height: 23px; margin-bottom: 8px; }
.cart .order-item .cart-notice { line-height: 24px; position: relative; }
.cart .order-item .cart-error.orange { color: #FF8D60; }
.cart .order-item .cart-error:before, .cart .order-item .cart-notice:before { content: ''; display: block; width: 22px; height: 20px; float: left; margin-right: 6px; }
.cart .order-item .cart-notice:before { background-position: -1222px -18px; height: 22px; }
.cart .order-item .cart-error:before { background-position: -1272px -19px; }
.cart .order-item .cart-error.orange:before { background-position: -1515px -19px; }

.cart .logo-pack-offer {
  border: 1px solid #222;
  margin-top: 1em;
  padding: .5em
}

.cart .logo-pack-offer li {
  margin: .5em 0;
}

#rights_check_title_2 { font-family: 'Lato', sans-serif; font-weight: 700; }

.order-resubmission-block { margin-bottom: 40px; display: block; }

.cart .sidebar .line-item-container .line-item-amount { float: right; }
.cart .sidebar .line-item-container .line-item-type { margin-right: 5px; }
.cart .cart-action, .cart .cart-action-separator { float: left; }
.cart .cart-action a { font-size: 14px; }
.cart .cart-action-separator { padding: 0 8px; font-size: 14px; color: #666666; line-height: 16px; }
.cart .main-content .line-item-container .line-item-type, .cart .main-content .line-item-container .line-item-number, .cart .main-content .line-item-container .line-item-amount { width: 33%; font-size: 14px; color: #222; }
.cart .main-content .line-item-container .line-item-number { text-align: center; }
.cart .main-content .line-item-container .line-item-amount { text-align: right; font-family: 'Lato', sans-serif; font-weight: 700; }
.cart .main-content .line-item-container .package-description, .cart .main-content .line-item-container .info_orch  { font-size: 14px; padding-left: 14px; display: block; }
.cart .main-content .musical_package_name .line-item-type { width: 66%; }
.holder.terms-agreement { margin-bottom: 12px; position: relative; padding-left: 28px; }
.holder.terms-agreement .fake-box { top: 0 !important; bottom: unset !important; }
.holder.terms-agreement label { font-size: 12px; display: block; line-height: 16px; }
.cart .sidebar .agree_terms { display: none; }
.terms-popup { box-shadow: 0 2px 2px rgba(0,0,0,.3); width: 876px; height: 460px; }
.terms-popup .popup-wrapper { border: none; border-radius: 3px; width: 100%; height: 100%; }
.terms-popup .popup-wrapper h3 { text-align: left; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; color: #222222; background-color: transparent; border: none; border-bottom: 1px solid #CDCDCD; padding: 14px 53px 10px; line-height: 1; margin-bottom: 0; }
.terms-popup .popup-wrapper .terms-container { padding: 0 33px; height: 100%; overflow: scroll; }
.terms-popup .popup-wrapper .terms-container p { margin-bottom: 12px; font-size: 14px; }
.terms-popup .popup-wrapper .terms-container strong, .terms-popup .popup-wrapper .terms-container b { font-family: 'Lato', sans-serif; font-weight: 700; }
.terms-popup .close-popup { background-image: url(../images/icon-sprite.svg?v=20200902); background-position: -258px -9px; height: 15px; width: 15px; top: 15px; right: 24px; text-indent: 1000px; overflow: hidden; }
.cart .terms-popup .popup-content { height: calc(100% - 45px); overflow: hidden; padding: 40px 20px; }
#agreement_text table { width: 100%; }
#continue-shopping-container { margin-top: 30px; }
#continue-shopping-container a { font-family: 'Lato', sans-serif; font-weight: 700; line-height: 20px; font-size: 16px; }


#shipping-form .note { font-size: 14px; margin-top: 16px; display: block; }
#shipping-options { padding: 0 24px; }
#shipping-options label { margin-bottom: 0; }
#shipping-options .shipping-option-container { padding: 12px 0; border-bottom: 1px solid #EEE; }
#shipping-options .shipping-option-container:last-child { border-bottom: none; }
#shipping-options .shipping-option-container .name { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; color: #222; }
#shipping-options .shipping-option-container .fake-radio { margin-right: 16px; }
#shipping-options input[type="radio"], .custom-radios input[type="radio"] { display: none; }
#shipping-options .name-price-container { position: relative; overflow: hidden; }
#shipping-options .name-price-container .price { float: right; }
#shipping-options .duration { padding-left: 32px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #666; margin-top: 3px; }
.shipping-options .error-block .btn-holder, .shipping-options .info-block .btn-holder { overflow: hidden; margin-top: 20px; }
.shipping-options .error-block .btn-holder a, .shipping-options .info-block .btn-holder a { float: right; padding-left: 16px; padding-right: 16px; }
#shipping-loading-text { font-size: 16px; color: #222; }

.tab-block form { position: relative; }
#shipping-contact-info address *, #shipping-contact-info h4 { font-size: 14px; color: #222; line-height: 24px; }
#shipping-contact-info h4 { font-family: 'Lato', sans-serif; font-weight: 700; }
#shipping-contact-info address * { font-family: 'Lato', sans-serif; font-weight: 400; font-style: normal; }
#shipping-contact-info .sixcol { width: 50%; float: left; }
#shipping-contact-info .form-section.authorization {  }
#shipping-contact-info .form-section.authorization p { margin-bottom: 20px; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700; }
.button.checkout-accordion-edit-button { position: absolute; top: 0; right: 0; font-size: 14px; -webkit-appearance: none; border: none; background: none; color: #e31f26; padding: 0; line-height: 1; }
.button.checkout-accordion-edit-button:hover { color: #e31f26; }
#shipping-info-form input[type="radio"], .custom-radios input[type="radio"] { display: none; }
#shipping-info-form .radios .option-selection, .custom-radios .radios .option-selection { float: left; margin-right: 15px; }
#shipping-info-form .radios .option-selection .option-label, .custom-radios .radios .option-selection .option-label { margin-bottom: 0; }
.shipping-row.preview * { font-size: 14px; }
.shipping-row.preview .holder { margin-bottom: 8px; }
.shipping-row.preview .holder span { font-family: 'Lato', sans-serif; font-weight: 700; color: #222; }
.shipping-row.preview div { color: #666; }


#payment-form input[type="radio"] { display: none; }
#payment-form .radio-block { margin-bottom: 24px; }
#payment-form .radio-block li { float: left; }
#payment-form .radio-block li label { margin-bottom: 0; display: block; width: 100%; height: 100%; border: 1px solid #CDCDCD; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; color: #222; width: 188px; height: 56px; text-align: center; line-height: 56px; }
#payment-form .radio-block li label:hover, #payment-form .radio-block li input[type="radio"]:checked ~ label { border-color: #e31f26; color: #e31f26; }
#payment-form .radio-block li label:hover { cursor: pointer; }
#payment-form .radio-block li:not(:last-child) { margin-right: 20px; }
#payment-form .radio-block li input[type="radio"]:checked ~ label { font-family: 'Lato', sans-serif; font-weight: 700; }
#payment-form .payment-block .disabled { opacity: .4; }
#payment-form .radio-block li.disabled label:hover { color: initial; border-color: #CDCDCD; cursor: default; }
#cc-images-container { margin-bottom: 24px; }
#cc-images-container > div { height: 32px; width: 52px; float: left; margin-right: 8px; }
#cc-images-container > div:last-child { margin-right: 0; }
#cc-images-container .mastercard { background-position: -1297px -8px }
#cc-images-container .visa { background-position: -1351px -8px }
#cc-images-container .amex { background-position: -1405px -8px }
#cc-images-container .discover { background-position: -1459px -8px }
#payment-form .cc-expiration-date .selectboxit-container { float: left; width: 95px; margin-right: 8px; }
#payment-form .cc-expiration-date .selectboxit-container:last-child { margin-right: 0; }
#payment-form .payment-section.cc-info .form-row, #payment-form .payment-section.coupon .form-row, #payment-form .payment-section.billing-info .form-row:last-child { margin-bottom: 24px; }
#payment-form .payment-section.cc-info .form-field-container { margin-right: 4%; }
#payment-form .payment-section.cc-info .form-field-container:last-child { margin-right: 0; }
#payment-form .payment-section.cc-info .form-field-container.cc-number { width: 45%; }
#payment-form .payment-section.cc-info .form-field-container.cc-cvv { width: 15%; }
#payment-form .payment-section.cc-info .form-field-container.cc-expiration-date { width: 32%; }
#payment-form .payment-section.coupon { margin-top: 24px; }
#payment-form .payment-section.coupon .form-row { margin-bottom: 0; }
#payment-form .milli, #payment-form .payment-section { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; line-height: 18px; }
#payment-form .milli { margin-bottom: 12px; }
.billing-error-message-block { margin-bottom: 20px; }
.payment-info-summary label, .payment-info-summary span { line-height: 20px; display: inline-block; }
.payment-info-summary span { font-size: 14px; }

.cart .tab-block.thank-you { padding: 36px 40px; }
#main.cart .complete-block { padding-bottom: 34px; border-bottom: 1px solid #D9D9D9; margin-bottom: 28px; }
#main.cart .complete-block h2 { font-size: 24px; margin-bottom: 24px; }
#main.cart .complete-block h2.complete-message { position: relative; text-indent: 30px; }
#main.cart .complete-block h2.complete-message:before { content: ''; display: block; position: absolute; top: 3px; left: 0; width: 19px; height: 15px; background-position: -716px -8px; }
#main.cart .complete-block p { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; line-height: 20px; margin-bottom: 12px; }
#main.cart .complete-block p a { font-family: 'Lato', sans-serif; font-weight: 700; }
#main.cart .complete-block .subscription { margin-top: 24px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; position: relative; }
#main.cart .complete-block .subscription .saved { margin-top: 10px; }
#main.cart .complete-block .receive-updates-container { position: relative; }
#main.cart .complete-block .receive-updates-container .option-label { padding-left: 8px; }
#main.cart .billing-box { font-size: 14px; }
#main.cart .billing-box label { font-family: 'Lato', sans-serif; font-weight: 700; }
#main.cart .billing-box .form-row { clear: left; margin-bottom: 16px; }
#main.cart .billing-box .field-container { float: left; width: 50%; }
#main.cart .billing-box .field-container address { clear: left; font-style: normal; }
#main.cart .billing-box .field-container address label { font-family: 'Lato', sans-serif; font-weight: 400; }
#main.cart .billing-box .field-container address div { margin-bottom: 8px; line-height: 20px; }

.thank-you .payment-section p { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; color: #222; margin-bottom: 12px; position: relative; line-height: 20px; }
.thank-you .payment-section p.bold { font-family: 'Lato', sans-serif; font-weight: 700; }
.thank-you .payment-section p.bullet { padding-left: 28px; }
.thank-you .payment-section p strong.number { font-family: 'Lato', sans-serif; font-weight: 400; font-weight: normal; color: #fff; background-color: #e31f26; display: block; height: 20px; width: 20px; text-align: center; line-height: 23px; border-radius: 50%; position: absolute; top: -2px; left: 0; }
.thank-you .payment-section address { font-style: normal; margin-bottom: 12px; line-height: 20px; font-size: 14px; color: #666; padding-left: 28px; }
.thank-you .payment-section p.ps-info { padding-left: 52px; }
.thank-you .payment-section p.ps-info span { display: block; }
.thank-you .payment-section p a { font-family: 'Lato', sans-serif; font-weight: 700; }
.thank-you .payment-section p.ps-info strong { font-family: 'Lato', sans-serif; font-weight: 700; color: #222; font-weight: normal; }


/* authors list and author bio page */

.author-bio .heading .fourcol {
  margin-right: 25px;
  overflow: hidden;
  float: left;
}
.author-bio .heading .fourcol .image {
  float: none;
}

.author-bio .heading h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1;
}
.author-bio #content .heading {
  margin-bottom: 50px;
}
.author-bio #content .heading .text {
  font-size: 20px;
  line-height: 1.5;
 
}
.author-bio #content p {
  line-height: 1.4;
}
.author-bio #content p:not(:last-child) {
  margin-bottom: 30px; 
}
.author-bio #content .sidebar-container .image {
  width: 100%;
  margin-bottom: 30px;
}
.author-bio #content .image img {
  width: 100%;
}
.author-bio #content .sidebar-container {
  width: 300px;
  float: left;
  margin-right: 25px;
}
.author-bio #content .sidebar-container .button-blue {
  padding: 15px 95px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.author-bio #content .bio-container {
  float: left;
  width: 700px;
}
.author-bio #tempview {
  margin-bottom: 10px;
}
.author-bio #content .photo-caption {
  clear: left;
}
.author-bio #content .photo-caption p {
  font-size: 14px;
  font-style: italic;
}
.author-bio #content .playwright-info-container {
  clear: left;
  border: 1px solid #000;
}
.author-bio #content .playwright-info-container .header-container {
  background-color: #000000;
  padding: 20px 30px;
}
.author-bio #content .playwright-info-container .header-container h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.author-bio #content .playwright-info-container p {
  color: #000;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.author-bio #content .playwright-info-container .body-container {
  padding: 25px 25px;
}
.author-bio #content #plays_by_author {
  clear: left;
}
.author-bio #content #plays_by_author .heading {
  text-align: center;
  background-color: #000;
  padding: 25px 0;
  margin-bottom: 40px;
}
.author-bio #content #plays_by_author .heading h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.author-bio .post-list li {
  float: left;
  width: 190px;
  margin-right: 18px;
}

.author-bio .post-holder .post-list .img-holder {
    overflow: hidden;
    text-align: center;
    height: 250px;
    background-position: top center;
    background-size: cover;
    display: block;
    margin-bottom: 10px;
}
.author-bio .post-list li h5 {
  font-size: 16px;
}
.author-bio .post-list li h5 a {
  color: #000;
  display: block;
  height: 2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.author-bio .post-list li h5 a:hover {
  color: #e31f26;
}
.author-bio .post-list li .ribbon {
  display: none;
}
.author-bio .post-list li > a {
  display: block;
}

.author-bio .plays-by-author .paging a,
.author-bio .plays-by-author .paging b {
  display: inline-block;
  border: 1px solid #ccc;
  padding: .25em .5em;
  margin-right: .5em;
}

body.landing-page main {
  padding-top: 90px;
}
body.landing-page .title-sections{
  margin-bottom: 30px;
}
body.landing-page .title-sections:last-child {
  margin-bottom: 0;
}

body.landing-page .title-sections, .sample .sample-slider-container {
  padding: 15px;
}
body.landing-page .f-slider-wrapper {
  height: 383px;
  visibility: hidden;
}
body.landing-page .featured-play {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.title-sections .title-slider-wrapper .tlt-title h3, .sample .sample-slider-container h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 45px;
  float: none;
  float: left;
}

.sample .ymal-title { display: none; }


#we-have-you-covered-container {
  width: 90%;
  margin: 0 auto;
}
.we-have-you-covered .intro-text {
  font-size: 20px;
  line-height: 1.8125rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1rem;
}
.we-have-you-covered .body-text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
#featured-play-types-container {
  overflow: hidden;
  margin-bottom: 75px;
}
#featured-play-types-container .play-type-container {
  float: left;
  width: 31.33%;
}
#featured-play-types-container .play-type-container .image-container {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
#featured-play-types-container .play-type-container:not(:last-child) {
  margin-right: 3%;
}
#featured-play-types-container .play-type-container img {
  width: 100%;
}
#featured-play-types-container .play-type-container p {
  font-size: .9375rem;
  line-height: 1.375rem;
  font-weight: 300;
}
#featured-play-types-container .play-type-container .play-type-label {
  font-size: 1.5rem;
  font-family: 'Lato';
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.6rem;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 12%;
}

#additional-play-types-container {
  overflow: hidden;
  margin-bottom: 60px;
}
#additional-play-types-container .additional-play-type-label:not(:nth-child(3n)) {
  margin-right: 3%;
}
#additional-play-types-container .additional-play-type-label:not(:nth-last-child(-n + 3)) {
  margin-bottom: 1.5rem;
}
#additional-play-types-container .additional-play-type-label {
  float: left;
  width: 31.33%;
  font-size: 1.5rem;
  font-family: 'Lato';
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.6rem;
  height: 80px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 12%;
}
#we-have-you-covered-container h3 {
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.we-have-you-covered #bottom-body-text, .we-have-you-covered #bottom-closing-text {
  text-align: center;
}
.we-have-you-covered #bottom-body-text {
  line-height: 1.2rem;
  font-size: .9375rem;
  font-weight: 300;
  margin-bottom: 100px;
}
.we-have-you-covered #bottom-closing-text {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: 300;
}




/* desktop-only */
@media only screen and (min-width: 769px) {
  .author-bio .post-list li:nth-child( n - 5 ) {
    margin-bottom: 25px;
  }
  .author-bio .post-list li:nth-child( 5n ) {
    margin-right: 0;
  }
  .author-bio .post-list li:nth-child(5n+1):nth-last-child(-n+5),
  .author-bio .post-list li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-bottom: 0;
  }
}

/*
 * Tablet
 */
@media only screen and (max-width: 1024px) {
    /* Tablet grid */
    .col-md-12{width:100%;}
    .col-md-11{width:91.666666666667%;}
    .col-md-10{width:83.333333333333%;}
    .col-md-9{width:75%;}
    .col-md-8{width:66.666666666667%;}
    .col-md-7{width:58.333333333333%;}
    .col-md-6{width:50%;}
    .col-md-5{width:41.666666666667%;}
    .col-md-4{width:33.333333333333%;}
    .col-md-3{width:25%;}
    .col-md-2{width:16.666666666667%;}
    .col-md-1{width:8.3333333333333%;}

    /* Helpers */
    .hidden-tablet { display: none; }
    .visible-tablet { display: block; }
}

/*
 * Mobile
 */
@media only screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 1024px) and (max-device-width: 1024px) {
    
    main, body.home main, body.find-a-play main, body.home main, body.play main { margin-top: 93px; }
    /* Mobile grid */

    .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 { width:100%; }


    .col-sm-12{width:100%;}
    .col-sm-11{width:91.666666666667%;}
    .col-sm-10{width:83.333333333333%;}
    .col-sm-9{width:75%;}
    .col-sm-8{width:66.666666666667%;}
    .col-sm-7{width:58.333333333333%;}
    .col-sm-6{width:50%;}
    .col-sm-5{width:41.666666666667%;}
    .col-sm-4{width:33.333333333333%;}
    .col-sm-3{width:25%;}
    .col-sm-2{width:16.666666666667%;}
    .col-sm-1{width:8.3333333333333%;}

    /* Helpers */
    .hidden-mobile { display: none; }
    .visible-mobile { display: block !important; }
    header { padding: 0; z-index: 5000; position: relative; }
    header .container { height: 48px; }
    header .logo { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 143px; height: 43px; }

    header #header-top-bar-outer-container .container {
      display: block;
    }

    .site-announcement {
      display: none;
    }

    .menu-mob-btn { display: block; position: absolute; top: 0px; bottom: 0; margin: auto; left: 10px; padding: 0; width: 16px; height: 11px; }
    .hamburger-box { width: 16px; height: 11px; background-image: url(../images/icon-sprite.svg?v=20200902); background-position: -534px -11px; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; }
    .menu-mob-btn.hamburger:hover { opacity: 1; }
    .menu-mob-btn.hamburger:hover span { background-position: -574px -11px; }
    .menu-mob-btn.is-active { height: 16px; }
    .menu-mob-btn.is-active .hamburger-box { background-position: -258px -8px; height: 16px; }
    .menu-mob-btn.is-active:hover .hamburger-box { background-position: -278px -8px; }

    .secondary-btn { background-color: transparent; color: #308591; border: 1px solid #CDCDCD; border-radius: 2px; height: 44px; padding: 14px 0; text-align: center; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 1; font-size: 16px; }
    .secondary-btn:hover { border-color: #e31f26; }
    .secondary-btn:active { border-color: #BAEFF7; }

    .no-scroll { height: 100%; overflow: hidden; }
    #mobile-menu-overlay { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: .6; background-color: #000; z-index: 1000; }
    .main-menu-wrapper { position: fixed; width: 80%; left: -80%; z-index: 10000; height: calc(100% - 49px); transition: .3s ease-out left; }
    .main-menu-wrapper.visible { left: 0; }
    #mobile-account-links-container { border-bottom: none; padding-top: 16px; padding-bottom: 16px; }
    #mobile-account-links-container:hover { background-color: unset; }
    #mobile-account-links-container .submenu { display: block; }
    #mobile-account-links-container .submenu li a { background-color: #fff; border: 1px solid #CDCDCD; text-align: center; color: #308591; font-family: 'Lato', sans-serif; font-weight: 700; border-radius: 2px; }
    #mobile-account-links-container .submenu li.register-btn { margin-bottom: 16px; }
    #mobile-account-links-container .submenu li:hover a { border-color: #e31f26; }
    #mobile-account-links-container.logged-in { border-bottom: 1px solid #CDCDCD; padding-top: 30px; }
    #mobile-account-links-container.logged-in .submenu { overflow: auto; }
    #mobile-account-links-container.logged-in .submenu li a { background-color: transparent; border: none; text-align: left; padding: 0; font-size: 14px; color: #e31f26; font-family: 'Lato', sans-serif; font-weight: 700; }
    #mobile-account-links-container.logged-in .submenu li a:hover { color: #ff00cc; } 
    #mobile-account-links-container.logged-in .submenu li.signed-in { float: left; width: auto; }
    #mobile-account-links-container.logged-in .submenu li.signout-btn { float: right; width: auto; }
    #mobile-account-links-container.logged-in .submenu .user-name-container { margin-bottom: 24px; }
    #mobile-account-links-container.logged-in .submenu .user-name-container a { color: #222; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 34px; overflow: auto; }
    #mobile-account-links-container.logged-in .submenu .user-name-container a:hover { color: #222; }
    #mobile-account-links-container.logged-in .submenu .user-name-container span {  margin-right: 12px; top: 0; position: relative; float: left; left: 0; }
    #mobile-account-links-container.logged-in .submenu .user-name-container a:hover span { color: #222; }
    #mobile-account-links-container.logged-in .submenu .user-name-container a:after { content: none; }
    nav .main-menu { height: 100%; background-color: #F9F9F9; }
    nav .main-menu .container { height: 100%; }
    nav .main-menu .menu { float: none; height: 100%; padding: 0; overflow: scroll; }
    nav .main-menu .menu li { float: none; display: block; width: 100%; }
    nav .main-menu .menu li a { padding: 12px 0; }
    nav .main-menu .menu > li { border-bottom: 1px solid #CDCDCD; padding: 7px 32px; float: none !important; }
    nav .main-menu .menu > li.top-border { border-top: 1px solid #CDCDCD; }
    nav .main-menu .menu > li > a { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 16px; color: #222222; line-height: 14px; position: relative; top: 2px; }
    nav .main-menu .menu > li > a:after { content: ""; position: absolute; right: 6px; top: -4px; bottom: 0; margin: auto; width: 6px; height: 9px; background-image: url('../images/icon-sprite.svg?v=20200902'); background-position: -499px -12px; transition: .2s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
    nav .main-menu .menu > li.with-submenu:hover { background-color: #EEEEEE; }
    nav .main-menu .menu > li.with-submenu.open { background-color: #EEEEEE; }
    nav .main-menu .menu > li.with-submenu.open li a:hover { color: #e31f26; }
    nav .main-menu .menu > li.open > a:after { transform: rotate(90deg); }
    nav .main-menu .menu > li .submenu { opacity: 1; visibility: visible; display: none; position: relative; box-shadow: none; width: 100%; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; background-color: transparent; }
    nav .main-menu .menu > li:hover > a { background-color: transparent; }
    nav .main-menu .menu > li:hover .submenu { display: none; }
    nav .main-menu .menu > li .submenu li a { color: #222222; padding-left: 16px; line-height: 1; }
    nav .main-menu .menu > li .submenu li:hover a { background-color: transparent; }
    nav .main-menu .menu > li.secondary-mobile-link { border: none; padding-top: 0; padding-bottom: 0; }
    nav .main-menu .menu > li.secondary-mobile-link a { color: #666666; font-size: 14px; padding: 12px 0; font-family: 'Lato', sans-serif; font-weight: 400; }
    nav .main-menu .menu > li.secondary-mobile-link a:hover { color: #e31f26; }
    nav .main-menu .menu > li.secondary-mobile-link a:after { content: none; }
    nav .main-menu .menu > #mobile-faq-link { margin-top: 30px; }
    nav .main-menu .menu .social-links { border-bottom: none; padding-top: 0; padding-bottom: 0; margin: 20px 0; }
    nav .main-menu .menu .icon:not(:last-child) { margin-right: 25px; }

    nav .main-menu .menu .icon { opacity: .7; }
    nav .main-menu .menu .icon:hover { opacity: 1; }
    nav .main-menu .menu .icon.twitter { background-position: -1747px -17px; width: 25px; }
    nav .main-menu .menu .icon.facebook { background-position: -1784px -17px; width: 10px; }
    nav .main-menu .menu .icon.instagram { background-position: -1806px -17px; width: 22px; }

    header #header-top-bar-outer-container { position: relative; z-index: 1001; }


    footer .col { padding: 0 16px; margin-bottom: 32px; }
    footer .primary .col, footer .primary .col .copyright { text-align: center; }
    footer .primary .col .social { font-size: 0; }
    footer #social-icons-container { display: inline-block; }
    footer .col:last-child { padding: 0 16px; margin-bottom: 0; }
    footer .primary .col p { line-height: 1.6; }
    footer .primary .col p, footer .primary .col a, footer .primary .col .copyright{ font-size: 16px; }
    footer .copyright { border-top: none;  text-align: left; }
    header { width: 100%; }
    header .singin-cart { right: 10px; top: 0; bottom: 0; margin: auto; height: 20px; position: absolute; }
    header .singin-cart #cart-icon { top: 0; left: 0; }


    .home h1 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; margin-bottom: 20px; }

    .find-search.fs-mobile { display: block; background-color: #F9F9F9; padding: 24px 16px; width: 100%; transition: .5s top; box-shadow: rgba(0,0,0, .3) 0 2px 4px; }
    .find-search { overflow: hidden; }
    .find-search form { position: relative; }
    .find-search form input { border: 1px solid #CDCDCD; border-radius: 2px; width: 100%; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 16px; padding: 12px; height: 45px; line-height: 45px; padding-right: 85px; }
    .find-search form input:placeholder { color: #666; }
    .find-search form button[type="submit"] { position: absolute; top: 0; right: 0; height: 45px; width: 45px; border: none; border-radius: 0;}
    .find-search form #clear-search { top: 0; bottom: 0; right: 66px; margin: auto; }
    .search-area{ padding: 14px 16px 10px; }
    #ajax-search-result-suggestions { width: calc(100% - 77px); }
    #ajax-search-result-suggestions h4 { font-size: 16px; }
    #ajax-search-results a { font-size: 16px; }


    .featured-play { overflow: hidden; background: #e9e6dd; }
    .featured-play .info{ width: 60%;  }
    .featured-play .f-slider-wrapper{ width: 40%; float: left;margin-left: 0;    height: 202px; }
    .featured-play .info h4{ font-size: 12px; }
    .featured-play .info h3{ font-size: 13px; }
    .featured-play .info h3 span{ font-size: 12px; }
    .featured-play .info p{ font-size: 10px; }
    .featured-play .info p a { }
    .slick-slide img { display: block; width: auto; max-width: none; }
    .featured-play .f-slider-wrapper .slick-dots{ left: 0; }
    .title-sections .title-slider-wrapper .tlt-title .see-all-btn{ display: none; }

    .title-sections .title-slider-wrapper .tlt-title h3{ font-size: 22px; }
    .container{ width: 100%; padding: 0 16px;}

    .row-15 { margin: 0 0; }
    .row-15>div { padding: 0 0; }

    .search-results .search-results-top { padding: 15px 16px; }
    .search-results .search-results-top .left { margin-bottom: 8px; float: none; display: block; width: 100%; }
    .search-results .search-results-top .right { float: none; display: block; widows: 100%; }
    .search-results .search-results-top .left h3{ font-size: 18px; }
    .search-results .search-results-top .left a{ font-size: 14px; }
    .search-results .search-results-top .right form .custom-select{ width: 175px; }
    .search-results .search-results-top .right form .selectboxit-container { float: left; }
    .search-results .search-results-top .right form label { margin-right: 12px; }

    .search-results .pagination ul li a{ font-size: 14px; }
    .search-results .pagination ul li{ margin: 0 2%; }
    .search-results .pagination ul li.prev { margin-right: 4px; }
    .search-results .pagination ul li.next { margin-left: 4px; }
    .search-results .pagination ul li.prev a:before,
    .search-results .pagination ul li.next a:after{ top: -2px; }

    .search-results .search-list { padding: 19px 16px 30px; }
    .search-results .search-list .theater-story { height: auto; }
    .search-results .search-list .theater-story + .theater-story { margin-top: 0; }
    .search-results .search-list .theater-story .story-wrapper { padding-top: 32px; }
    .search-results .search-list .theater-story .story-wrapper .thumb { float: none; width: 100%; background-color: #222; margin: 0; }
    .search-results .search-list .theater-story .story-wrapper .thumb a { background-size: cover; }
    .search-results .search-list .theater-story .story-wrapper .thumb > * { margin-left: auto; margin-right: auto; }
    .search-results .search-list .theater-story .story-wrapper .thumb img { width: 100%; visibility: hidden; }
    .search-results .search-list .theater-story .story-wrapper .infos{ width: 100%; padding: 0; }
    .search-results .search-list .theater-story .story-wrapper .infos .meta > h3{ margin-bottom: 10px; }
    .search-results .search-list .theater-story .story-wrapper .infos .meta > h3 > a { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 24px; color: #222; }
    .search-results .search-list .theater-story .story-wrapper .infos .meta > h3 span { margin-top: 15px; }
    .search-results .search-list .theater-story .story-wrapper .infos .meta .rating ul li img{ width: 16px; height: 16px; }
    .search-results .search-list .theater-story .story-wrapper .infos .meta .rating .value{ font-size: 14px; }
    .search-results .search-list .theater-story .story-wrapper .infos .meta .productions{ }
    .search-results .search-list .theater-story .story-wrapper .infos .meta { width: 100%; float: none; padding-top: 30px; }
    
    .search-results .search-list .theater-story .story-wrapper .infos .meta .movie-info > ul { margin-bottom: 12px; margin-top: 8px; }
    .search-results .search-list .theater-story .story-wrapper .infos .meta .movie-info ul li{ margin-bottom: 0; }
    .search-results .search-list .theater-story .story-wrapper .infos .meta .movie-info ul li img{ width: 17px; height: auto; top: 5px; }

    .search-results .search-list .theater-story .story-wrapper .mobile-infos{ clear: both; overflow: hidden; padding: 0; }
    .search-results .search-list .theater-story .story-wrapper .mobile-infos .action-btns { float: none; padding: 0 0; display: block; margin: 0 auto; }
    .search-results .search-list .theater-story .story-wrapper .action-btns{ padding: 0 0; }

    .search-results .search-list .theater-story .story-wrapper .mobile-infos p { font-size: 14px; color: #666666; line-height: 1.4; font-family: 'Lato', sans-serif; font-weight: 400; margin: 12px 0 25px; }
    .search-results .search-list .theater-story .story-wrapper .mobile-infos p a{ font-size: 14px; color: #e31f26; }
    .search-results .search-list .theater-story .story-wrapper .mobile-infos p a:hover { text-decoration: underline; }
  

    .search-results .search-list .theater-story .story-wrapper .action-btns a { float: none; margin: 12px 0; }
    .search-results .search-list .theater-story .story-wrapper .action-btns .button-read { margin-top: 0; }
    .search-results .search-list .theater-story .story-wrapper .action-btns .wishlist-holder a { margin-bottom: 0; }

    .single-story .theater-story .story-wrapper .infos{ width: 100%; padding-left: 0; padding-right: 0; }
    .single-story .theater-story .story-wrapper .infos .meta{ width: 100%; float: none; margin-bottom: 30px; }

    .single-story .audio-player-container .jp-type-playlist { padding: 4%; }
    .single-story .audio-player-container .jp-audio { grid-template-columns: unset; }
    .single-story .audio-player-container .jp-audio h2 { padding: 30px 0; }
    .single-story .audio-player-container .jp-current-time, .single-story .audio-player-container .jp-duration { display: none; } 
    .single-story .audio-player-container .jp-seek-bar-container { width: 86%; }
    .single-story .audio-player-container .ui-element-container.play-pause, .single-story .audio-player-container .jp-current-time, .single-story .audio-player-container .jp-seek-bar-container, .single-story .audio-player-container .jp-duration { margin-right: 4%; }

    .theater-story .story-wrapper .buttons-pricing-container { width: 100%; }
    .single-story .theater-story .story-wrapper .action-btns { margin-bottom: 30px; }

    .single-story .script-more-info .script-info-row .tabs-area .tab-header ul { height: auto; width: 100%; }
    .single-story .script-more-info .script-info-row .tabs-area .tab-header ul li{ width: 100%; display: block; float: none; }

    .single-story .theater-story .story-wrapper .thumb .thumb-wrapper img{ width: 100%; }

    .single-story .theater-story .story-wrapper .mobile-infos{ padding: 0 15px; float: left; width: 50%; }
    .single-story .theater-story .story-wrapper .mobile-infos > h3{ font-family: 'Lato', sans-serif; font-weight: 400; font-size: 16px; margin-bottom: 10px; }
    .single-story .theater-story .story-wrapper .mobile-infos > h3 span{ font-family: 'Lato', sans-serif; font-weight: 700; color: #5E6566; font-size: 14px; margin-top: 10px; display: block; }
    .single-story .theater-story .story-wrapper .mobile-infos .rating{ text-align: left; } 
    .single-story .theater-story .story-wrapper .mobile-infos .rating ul{ display: inline-block; } 
    .single-story .theater-story .story-wrapper .mobile-infos .rating ul li { display: inline-block; } 
    .single-story .theater-story .story-wrapper .mobile-infos .rating ul li img{ display: block; width: 16px; height: 16px; } 
    .single-story .theater-story .story-wrapper .mobile-infos .rating .value{ display: inline-block; font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700; color: #373E3E; position: relative; top: -4px; margin-left: 2px; }
    .single-story .theater-story .story-wrapper .mobile-infos .productions{ display: block; width: 100%; text-align: left; font-size: 12px; font-family: 'Lato', sans-serif; font-weight: 700; color: #4A4A4A; margin-top: 5px; }
    .single-story .theater-story .story-wrapper .mobile-infos .movie-info ul li{ margin-bottom: 0; font-size: 11px; font-family: 'Lato', sans-serif; font-weight: 700; display: inline-block; }
    .single-story .theater-story .story-wrapper .mobile-infos .movie-info ul li.actors{ display: block; margin-bottom: 5px; }
    .single-story .theater-story .story-wrapper .mobile-infos .movie-info ul li.notes { display: block; margin-bottom: 5px; }
    .single-story .theater-story .story-wrapper .mobile-infos .movie-info ul li.complexity { display: block; }
    
    .single-story .theater-story .story-wrapper .mobile-infos .movie-info p{ font-size: 16px; color: #95A1A3; line-height: 1.4; font-family: 'Lato', sans-serif; font-weight: 400; margin: 10px 0 0; }
    .single-story .theater-story .story-wrapper .mobile-infos .movie-info p a{ font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700; color: #e31f26; text-decoration: underline; }

    .single-story .theater-story .story-wrapper .infos .meta .productions{ display: none; }
    .single-story .theater-story .story-wrapper .infos .meta .share-discussion .share,
    .single-story .theater-story .story-wrapper .infos .meta .share-discussion .cloud{ margin: 0 auto 15px; float: none; }
    .single-story .theater-story .story-wrapper .infos .action-btns{ float: none; margin: 0 auto; padding: 0; max-width: 385px; width: 100%; }
    .single-story .theater-story .story-wrapper .infos .meta .story-description { margin-top: 35px; }
    .single-story .theater-story .share .fb { clear: left; }

    .single-story .script-more-info .script-info-row .tabs-area .tab-body { padding: 0; }
    .single-story .script-more-info .script-info-row .tabs-area .tab-header ul li { margin-bottom: 15px; }
    .single-story .script-more-info .script-info-row .tabs-area .tab-header ul li:first-child{ }
    .single-story .script-more-info .script-info-row .tabs-area .tab-header ul li:last-child{ margin-bottom: 0; }
    .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-filters .filter { float: none; padding: 0; margin-bottom: 20px; }

    .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results { overflow-x: auto; }
    .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table { width: 100%; min-width: 800px; }
    .single-story .script-more-info .script-info-row.reviews h3 span { float: none; }
    .single-story .script-more-info .script-info-row.reviews .rating { float: none; position: relative; margin-left: 0; margin-top: 10px; }


    .single-story .theater-story .story-wrapper .thumb .thumb-wrapper .escript-btn { font-size: 14px }

    .play_main { font-size: 20px !important }
    .submit_notes { padding: 8px 44px 6px }
    .account-dashboard .account-section .theater-story .story-wrapper .script-notes .custom-textarea textarea {
        margin-bottom: 10px;
    }

    .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr td:nth-child(1)
    {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    }
    .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr td:nth-child(2)
    {
    width: 0;
    padding: 0;
    }
    .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table tbody tr td:nth-child(3)
    {
    width: 0;
    padding: 0;
    }
    .single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-results table
    {
    min-width: 250px;
    }
    .mobile-text-center 
    {
    text-align: center !important;
    }



    .account-dashboard .account-section { padding-left: 16px; padding-right: 16px; }
    .account-dashboard .account-section .order-table { overflow-x: auto; }
    .account-dashboard .account-section .theater-story .story-wrapper .thumb{ margin-bottom: 20px; width: 50%; }
    .account-dashboard .account-section .theater-story .story-wrapper .thumb img{ width: 100%; }

    .account-dashboard .account-section .downloaded-table { overflow-x: auto; }
    .account-dashboard .account-section .theater-story .story-wrapper .script-notes{ margin-bottom: 20px; overflow: hidden; width: 100%; }

    .account-dashboard .account-section .story-wrapper .mobile-infos{ clear: both; overflow: hidden; }
    .account-dashboard .account-section .story-wrapper .mobile-infos .action-btns { width: 100%; float: none; display: block; margin-bottom: 50px; }
    .account-dashboard .account-section .story-wrapper .action-btns{ padding: 0 0; }

    .account-dashboard .account-section .theater-story .story-wrapper .infos .meta > h3{ margin-bottom: 10px; font-size: 16px; }
    .account-dashboard .account-section .theater-story .story-wrapper .infos .meta > h3 span{ font-size: 14px; margin-top: 10px; }
    .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating ul li img{ width: 16px; height: 16px; }
    .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating .value{ font-size: 14px; }
    .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .productions{ font-size: 12px; }    
    .account-dashboard .account-section .theater-story .story-wrapper .mobile-infos p { font-size: 14px; color: #666666; line-height: 1.4; font-family: 'Lato', sans-serif; font-weight: 400; margin-bottom: 25px; }


    footer .footer-menu{ padding: 10px 15px; text-align: left; }
    footer .footer-menu .menu ul li { display: list-item; text-align: left; }
    footer .footer-menu .menu ul li a{ padding: 2px 0 2px; }
    footer .footer-menu .social{ display: none; }
    footer .footer-bottom .contact-info-row{ width: 280px; margin-bottom: 30px; }
    footer .footer-bottom .contact-info-row .contact-info-col p{ font-size: 10px; }
    footer .footer-bottom .contact-info-row .contact-info-col:first-child{ width: 60%; }
    footer .footer-bottom .contact-info-row .contact-info-col:last-child{ width: 40%; }

    .account-dashboard .account-section .theater-story .story-wrapper .infos{ width: 50%; float: left; }
    .account-dashboard .account-section .theater-story .story-wrapper .infos .meta{ width: 100%; }

    .account-edit-row + .account-edit-row { margin-top: 30px; }
    .popup { width: 100%; height: calc(100% - 48px); top: 49px; bottom: 0; left: 0; right: 0; position: fixed; transform: none; z-index: 10000; }
    .popup .popup-wrapper { width: 100%; min-height: 100%; border: none; }
    .popup .popup-wrapper h3 { display: none; }
    .popup .popup-wrapper .popup-content h4 { margin-bottom: 28px;}
    .popup .popup-wrapper .popup-content { padding: 68px 0 25px 0; }
    .popup .popup-wrapper .popup-content .row { margin: 0; }
    .popup .close-popup { display: block; position: absolute; text-indent: 10000px; background-image: url('../images/icon-sprite.svg?v=20200902'); background-position: -259px -9px; top: 24px; right: 24px; width: 14px; height: 14px; overflow: hidden; }
    .popup .popup-wrapper .popup-content a:hover { color: #308591; }
    .popup .popup-wrapper .popup-content form .custom-input { margin-bottom: 24px; }
    .popup .popup-wrapper .popup-content form .custom-input.password { margin-bottom: 18px; }
    .popup .popup-wrapper .popup-content form .custom-input label { font-size: 16px; color: #222222; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 1; margin-bottom: 8px; }
    .popup .popup-wrapper .popup-content form .custom-input input { border: 1px solid #CDCDCD; height: 44px; padding: 2px 10px; box-shadow: none; font-size: 16px; color: #222222; border-radius: 2px; -webkit-appearance: initial; }
    .popup .popup-wrapper .popup-content form .custom-input input.error { color: #222222; border-color: #F93A3A; }
    .popup .popup-wrapper .popup-content form .custom-input label.error { margin-top: 6px; line-height: 1; margin-bottom: 0; font-size: 14px; line-height: 1; color: #F93A3A; }
    .popup .popup-wrapper .popup-content form .forgot-password { font-family: 'Lato', sans-serif; font-weight: 700; }
    .popup .popup-wrapper .popup-content form .submit-btn, .popup .popup-wrapper .popup-content .create-account { border-radius: 2px; width: 100%; height: 44px; color: #fff; font-size: 16px; padding: 14px 0; font-family: 'Lato', sans-serif; font-weight: 700; margin-top: 24px; }
    .popup .popup-wrapper .popup-content form .submit-btn:hover {background-color: #308591; }
    .popup .popup-wrapper .popup-content h5 { font-size: 16px; color: #222222; font-family: 'Lato', sans-serif; font-weight: 700; margin-top: 36px; margin-bottom: 8px; }
    .popup .popup-wrapper .popup-content .create-account { display: block; width: 100%; text-align: center; background: transparent; color: #308591; border: 1px solid #CDCDCD; margin-top: 0; padding: 10px 0; }
    .popup .popup-wrapper .popup-content .create-account:hover { border-color: #e31f26; }
    .forgot-password-popup .popup-wrapper .popup-content form .submit-btn { margin-top: 0; }

    #form-wrapper .form-section.about-organization { margin-top: 0; }

    #form-wrapper { border-radius: 0; box-shadow: none; border-left: 0; border-right: 0; }
    #form-wrapper h1 { font-size: 20px; text-align: left; }
    #form-wrapper .fields-row { margin-bottom: 30px; }
    #form-wrapper .field { margin-bottom: 30px; width: 100%; }
    #form-wrapper .field:last-child { margin-bottom: 0; }
    #form-wrapper input[type="text"], #form-wrapper input[type="password"], #form-wrapper input[type="email"] { font-size: 16px; padding-top: 12px; padding-bottom: 12px; }

    .submit-btn { width: 100%; }
    
    #form-wrapper .field .option-label { line-height: 1.3; padding-left: 25px; text-indent: 0; }
    #form-wrapper input[type="checkbox"] { position: absolute; left: 0; top: 0; }
    #form-wrapper input[type="checkbox"] + label.fake-box { bottom: unset; top: 0px; }
    #form-wrapper select, #form-wrapper option { font-size: 16px; }
    .selectboxit-container .selectboxit-text { font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700; }
    .selectboxit-container .selectboxit-options a { font-size: 14px; line-height: 1; padding-top: 14px; padding-bottom: 14px; }
    .new-customer .main-menu-wrapper { display: block; }
    .new-customer .find-search { display: none; }
    .new-customer main { margin-top: 0; }

    #confirmation-box { width: 100%; transition: 1s top; z-index: 10000; }
    #confirmation-box.visible { top: 48px; }

    #search-form #main-filters .selectbox-outer-container { margin-bottom: 14px; }
    #search-form #main-filters .selectbox-outer-container:nth-child(odd) { margin-right: 4%; width: 39%; }
    #search-form #main-filters .selectbox-outer-container, #search-form #main-filters #see-more-filters { float: left; width: 57%; margin-right: 0; }

    #search-form #main-filters .options-outer-container { width: 100%; padding-bottom: 0; }
    .multiselect .options-outer-container .apply-button-container { display: block; height: auto; line-height: 1; border-top: 1px solid #CDCDCD; text-align: center; }
    .multiselect .options-outer-container button { display: inline-block; float: none; position: unset; bottom: unset; right: unset; font-size: 16px; padding: 15px 0; width: 100%; }
    .search-area #see-more-filters { font-size: 14px; }
    #search-form #main-filters .selectboxit-container.multiselect { position: unset; }
    #search-form #main-filters .selectboxit-container.multiselect .option-label { font-size: 16px; }
    .search-area #more-filters { position: fixed; top: 0; left: 0; z-index: 10000; height: 100%; overflow: scroll; padding-bottom: 80px; }
    #search-form #more-filters .tail { display: none; }
    .search-area #more-filters .container { padding: 75px 0 60px; }
    .search-area #more-filters .popup-header-container { text-align: center; border-bottom: 1px solid #CDCDCD; position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; padding: 15px 0; z-index: 1; }
    .search-area #more-filters .popup-header-container h4 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; color: #222; position: relative; top: 2px; display: inline-block; }
    .search-area #more-filters .popup-header-container button { position: absolute; right: 25px; top: 0; bottom: 0; margin: auto; -webkit-appearance: none; background-image: url('../images/icon-sprite.svg?v=20200902'); background-position: -259px -9px; width: 14px; height: 14px; border: none; padding: 0; background-color: transparent; }
    .search-area .column { float: none; width: 100%; margin-bottom: 40px; padding: 0 24px; }
    .search-area .column:last-child { margin-bottom: 0; }
    .search-area .selectbox-outer-container:not(.range) { float: none; width: 100%; }
    .search-area .selectbox-outer-container.range { width: calc(50% - 22px); }
    .search-area .filter-container:not(:last-child) { margin-bottom: 24px; }
    .search-area .to-separator { margin: 0 15px; }
    .search-area .reset-find { position: fixed; bottom: 0; width: 100%; left: 0; padding: 18px 0; background-color: #fff; text-align: center; box-shadow: 0 4px 8px 0 #000; z-index: 1; }
    .search-area .reset-find .submit-btn { width: 75%; font-size: 16px; }
    .search-area .reset-find .reset-search { position: fixed; top: 18px; left: 25px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; padding-left: 0; }

    #musicals-label { font-size: 14px; top: -1px; }
    .musicals-toggle-container { float: left; clear: left; }

    .counts { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; padding: 0 16px; line-height: 1.2; }

    #find-plays-ideal-for-container { padding: 0; margin-bottom: 48px; }
    .clear-search { top: 0; bottom: 0; margin: auto; right: 60px; }

    #sort { z-index: 0 !important; }

    .sample .inline-pdf { width: 100%; }
    .sample .inline-pdf-holder { padding: 0 ; }
    .sample .thumb, .single-story .theater-story .story-wrapper .thumb { margin-bottom: 25px; }
    .sample .infos, .single-story .theater-story .story-wrapper .infos { padding: 0; float: none; margin-bottom: 33px; overflow: hidden; width: auto;  }
    .samplepage .action-btns { float: none; width: 100%; padding: 0; clear: left; }
    .samplepage .action-btns a { float: none; }
    .samplepage .movie-info .actors, .samplepage .movie-info .notes, .samplepage .movie-info .complexity, .samplepage .movie-info .isbn { float: none; }
    .samplepage .movie-info .genre-duration-container { overflow: hidden; margin-bottom: 8px; }

    /* add-to-cart stuff */
    .order .new-form input, .cart .new-form input { font-size: 16px; }
    .order #main #block-intention .col { width: 80%; float: none; height: 182px; margin: 16px auto 0; }
    .order #main #block-intention .col:first-child { margin-top: 0; }
    .order #main .btn-holder { width: 100%; height: 100%; }
    .order #main .btn-holder .btn { bottom: 20px; }
    .order #main .btn-holder p { top: 88px; }
    .order #main { padding: 0 20px; }
    .order #main .step-holder { padding-left: 20px; padding-right: 20px; }

    .order .table-holder { border-bottom: none; }
    .order .table-holder .header { display: none; }
    .order .table-holder .tr { margin-bottom: 10px; }
    .order .table-holder .td:first-child { float: none; width: 100%; background-color: #F9F9F9; border-top: 1px solid #979797; border-bottom: 1px solid #979797; margin-bottom: 16px; }
    .order .table-holder .td:last-child { float: none; width: 100%; text-align: right; clear: both; padding-right: 22px; }
    .order .table-holder .td:last-child .cost { display: block; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; color: #222; }
    .order .table-holder .td:last-child .cost:before { content: 'Total'; text-align: left; float: left; padding-left: 16px; }
    .order .table-holder .td.price { float: left; width: auto; padding-left: 16px; font-family: 'Lato', sans-serif; font-weight: 700; color: #222; }
    .order .table-holder .td.quantity { float: right; position: relative; right: 7px; margin-bottom: 5px; width: 108px; }
    #subtotal { margin-top: 2px; float: none; text-align: right; }
    .order .btn-hold .button { width: 49%; }
    .order .btn-hold { float: none; }
    .order .btn-hold .button.back-link { margin-right: 2%; }
    .order #main .use-plan { margin-left: 0; }
    .order #main .use-plan label { float: none; margin-right: 0; }
    .order #main .use-plan .form-field-container { float: none; width: 100%; }
    .order #main .use-plan .selectboxit-container { width: 100%; }
    #block-quantity .error-block-container input[type="text"] { width: 100%; }
    .error-block-container .btn { width: 100%; }
    #block-performance .info, .tab-block.intention .info { height: auto; }
    .new-form .form-field-container, .new-form .form-group { float: none; width: 100%; margin-bottom: 24px; }
    .new-form .form-row:not(:last-child) { margin-bottom: 0; }
    .new-form .form-row:last-child { margin-bottom: 0; }
    .new-form .form-row:last-child > .form-field-container:last-child { margin-bottom: 0; }
    .new-form .form-section:not(:last-child), .new-form .row-radios { margin-bottom: 40px; }
    .new-form .performance-dates .form-field-container { float: left; margin-bottom: 0; }
    #packages-container { margin-bottom: 40px; }
    #main #packages-container .radios-container .block-option { overflow: hidden; height: auto; }
    .order #main #block-intention .col { min-height: 0; }
    .order #main #block-intention .col .radios-container div { float: none; }
    .order main .visual-block { float: left; margin-right: 15px; }
    .order #main .information .text-holder { float: none; }

    /* cart */
    .cart main > .container { padding: 0 20px; }
    .cart .main-content, .cart .sidebar { float: none; }
    .cart .sidebar { margin-top: 24px; width: 100%; }
    .cart .tab-block { width: 100%; }
    .cart .order-item .image { width: 85px; }
    .cart .order-item .image img { width: 75px; height: auto; }

    #mobile-action-button-container { position: fixed; bottom: 0; left: 0; z-index: 10000; background-color: #fff; width: 100%; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,.2); display: block; }
    #mobile-action-button-container button { width: 100%; height: 44px; }
    #mobile-action-button-container .fake-box-container input[type="checkbox"] { display: none; }
    .order-total-container { margin-bottom: 16px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; color: #222; }
    .order-total-container .order-total { float: right; }

    #shipping-info-form { margin-bottom: 0 }
    .cart .form-section.authorization, .cart .form-section.tax-exemption { margin-top: 40px; }
    .cart .form-section.tax-exemption .form-field-container { margin-bottom: 0; }
    #main.cart .container h3.tab-header { max-width: 75%; }

    #shipping-options { padding: 0; }

    #payment-form .radio-block li { width: 100%; margin-bottom: 12px;}
    #payment-form .radio-block li.po { margin-bottom: 0; }
    #payment-form .radio-block li label { height: 36px; line-height: 36px; width: 100%; }
    #payment-form .payment-section.cc-info .form-field-container.cc-number { width: 100%; }
    #payment-form .payment-section.cc-info .form-field-container.cc-cvv, #payment-form .payment-section.cc-info .form-field-container.cc-expiration-date { float: left; }
    #payment-form .payment-section.cc-info .form-field-container.cc-cvv { width: 31%; } 
    #payment-form .payment-section.cc-info .form-field-container.cc-expiration-date { width: 63%; margin-right: 6%; margin-bottom: 0; }
    #payment-form .cc-expiration-date .selectboxit-container { float: left; width: 48%; margin-right: 4%; }

    #main.cart .complete-block .receive-updates-container { padding-left: 16px; }
    #main.cart .complete-block .receive-updates-container #receive_updates { display: none; }
    .receive-updates-container .option-label { display: block; }

    .holder.terms-agreement { margin-bottom: 24px; }

    header .item-count-container { line-height: 23px; margin-left: 5px; display: inline-block; }
    .cart .fs-mobile { display: none; }
    .cart main { margin-top: 0; }
    #main.cart { padding-top: 32px; }

    .popup-open #find-plays-ideal-for { pointer-events: none; }

    .cart .order-item .cart-notice { padding-left: 30px; line-height: 16px; margin-bottom: 15px; }
    .cart .order-item .cart-notice:before { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }

    .cart .main-content .line-item-container .line-item-type { word-break: break-all; } /* fixes "performances" flowing into "Qty." in narrov mobile devices */

    .shipping-options .error-block .btn-holder a, .shipping-options .info-block .btn-holder a { width: 100%; }

    #continue-shopping-container-mobile { display: block; float: right; }
    #continue-shopping-container-mobile a { font-family: 'Lato', sans-serif; font-weight: 700; line-height: 20px; }
}

@media only screen and (max-width: 768px) {
  #newsletter-signup-bar .container {
    padding: 0 20px;
    text-align: center;
  }
  #newsletter-signup-bar fieldset {
    display: inline-block;
  }
  #newsletter-signup-bar p {
    line-height: 45px;
  }
  #newsletter-signup-bar .mailchimp .email_form_error {
    font-size: 16px;
  }
  body.home #homepage-hero { margin-top: 93px; height: 365px; background-image: none; background-color: #000; }
  body.home main { margin-top: 0; }
  body.home #homepage-hero #hero-text-container { padding: 0 16px; text-align: center; top: 50px; }
  body.home #hero-text-container h1 { font-size: 36px; line-height: 1; }
  body.home #hero-text-container p { font-size: 16px; line-height: 2; }
  body.home .homepage-section-container { font-size: 0; text-align: center; }
  body.home .homepage-section-container .section { float: none; display: block; text-align: center; font-size: 0; }
  body.home .homepage-section-container .section a { display: inline-block; }
  body.home .homepage-section-container .section:not(:last-child) { margin-right: 0; margin-bottom: 30px; }

  body.home #homepage-section-container-separator {
    text-align: center;
    padding: 20px 0;
    height: auto;
    text-align: center;
    display: block;
  }

  body.home #homepage-section-container-separator h2 { line-height: 1.2; text-indent: 0; float: none; margin: 0 auto 15px; width: 90%; }
  body.home #homepage-section-container-separator a { float: none; width: 70%; margin: 0 auto;  }


  body.landing-page { padding-top: 142px; }

  .author-bio .post-list li {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .author-bio .post-list li > a {
    display: inline-block;
    width: 90%;
  }

  .author-bio #content .bio-container, .author-bio #content .sidebar-container {
    float: none;
    width: 100%;
  }

  .author-bio #content .playwright-info-container {
    margin-bottom: 35px;
  }
  .author-bio #content .sidebar-container .button-blue {
    text-align: center;
  }
  .author-bio #content .playwright-info-container p {
    text-align: center;
  }
  .author-bio #content .sidebar-container .image {
    margin-bottom: 35px;
    text-align: center;
  }
  .author-bio #content .sidebar-container .image img {
    width: 50%;
    display: inline-block;
  }
  .author-bio .heading h1, .author-bio .photo-caption p {
    text-align: center;
  }
  .author-bio p {
    text-align: justify;
  }
  .featured-play {
    padding: 0;
    height: 365px;
  }
  .featured-play .container {
    height: 100%;
  }
  .featured-play .info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .featured-play .info h2 {
    font-size: 32px;
  }
  .featured-play .info .featured-content {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .featured-play .f-slider-wrapper {
    display: none;
  }
  .landing-page .featured-play {
    background-image: none !important;
  }
  .sample .slick-slide .by { text-align: center; }
  .single-story .price-info p { text-align: center; }
  .single-story h4, .single-story h2  { text-align: center; }
  .single-story .content { text-align: center; }

  body.home .homepage-section-container .section div {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .we-have-you-covered #additional-play-types-container .additional-play-type-label {
    margin-right: 0;
    display: grid;
    align-content: center;
    line-height: 1;
    padding: 0;
    justify-content: center;
  }
  #featured-play-types-container .play-type-container {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .author-bio .post-list li:nth-child(3n+1):nth-last-child(-n+3), .author-bio .post-list li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
  .sample .theater-story .thumb { width: 235px; }
  .sample .theater-story .infos, .single-story .theater-story .infos { width: 65%; }
  .sample .theater-story .thumb, .single-story .theater-story .thumb { width: 30%; margin-right: 5%; }

  #featured-play-types-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
  
  #featured-play-types-container .play-type-container:not(:last-child) {
    margin-bottom: 3rem;
    grid-row: 1/2;
  }
  #featured-play-types-container .play-type-container:nth-child(3) {
    width: calc(50% - 1rem);
    justify-self: center;
    grid-column: 1/3;
    grid-row: 2/3;
  }
  #featured-play-types-container .play-type-container .play-type-label, #additional-play-types-container .additional-play-type-label {
    font-size: 1.25rem;
  }
  #featured-play-types-container, #additional-play-types-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

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

  .account-dashboard .account-section .section-title{ font-size: 26px; }
  .account-dashboard .account-section .downloaded-table table thead tr td,
  .account-dashboard .account-section .order-table table thead tr td{ font-size: 20px; }
  .account-dashboard .account-section .downloaded-table table tbody tr td,
  .account-dashboard .account-section .order-table table tbody tr td{ font-size: 14px; }


  .account-dashboard .account-top .page-title{ text-align: center; }
  .account-dashboard .account-top .page-title h2{ float: none; margin-bottom: 15px; }
  .account-dashboard .account-top .page-title .wishlist-btn{  float: none; display: inline-block; margin-bottom: 15px; }
  .account-dashboard .account-top .navigation ul li { display: block; }
  .account-dashboard .account-top .navigation ul li + li { margin-left: 0; margin-top: 5px; }

  .account-dashboard .account-section .theater-story .story-wrapper .infos { width: 100%; float: none; overflow: hidden; padding-left: 0; }
  .account-dashboard .account-section .theater-story .story-wrapper .thumb { margin-bottom: 20px; width: 100%; float: none; }
  .account-dashboard .account-section .theater-story .story-wrapper .infos .meta > h3{ margin-bottom: 10px; font-size: 16px; }
  .account-dashboard .account-section .theater-story .story-wrapper .infos .meta > h3 span{ font-size: 14px; margin-top: 10px; }
  .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating ul li img{ width: 16px; height: 16px; }
  .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .rating .value{ font-size: 14px; }
  .account-dashboard .account-section .theater-story .story-wrapper .infos .meta .productions{ font-size: 12px; }

  #authors-index-container .item-block.view02 .item-row {
    text-align: center;
  }
  #authors-index-container .item-block.view02 .item-row .image {
    float: none;
    margin: 0 0 15px;
    text-align: center;
    display: inline-block;
    font-size: 0
  }
  #authors-index-container .item-block.view02 .item-row p {
    text-align: justify;
    line-height: 1.3;
  }

  .author-bio .post-list li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .author-bio .post-list li:nth-child(2n+1):nth-last-child(-n+2), .author-bio .post-list li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0 !important;
  }
  .author-bio .post-list li > a {
    display: inline-block;
    width: 90%;
  }
  .author-lists h1, .author-lists #standard_basic_subtitle {
    text-align: center;
  }
  .samplepage .infos, .single-story .infos {
    float: none;
    clear: left;
    text-align: center;
  }
  .samplepage #ratings ul, .single-story #ratings ul {
    display: inline-block;
  }
  .samplepage .genre-duration-container, .single-story .genre-duration-container {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
  }
  .samplepage .genre-duration-container div, .single-story .genre-duration-container div  {
    font-size: 16px;
    line-height: 1;
  }
  .sample .theater-story .thumb, .single-story .theater-story .story-wrapper .thumb { float: none; margin: 0 auto 25px; }
  .sample .thumb img, .single-story .thumb img { display: block; }
  .sample .infos { width: 100%; }
  .single-story div.jp-audio { width: 100%; }
  .theater-story .movie-info .genre-duration-container { text-align: center; }
  .sample .theater-story .infos { width: 100%; }

  body.home #hero-text-container p { line-height: 1.5; }
  body.home #homepage-hero .outline-button { margin-top: 20px; }

  
  #featured-play-types-container .play-type-container, #additional-play-types-container .additional-play-type-label {
    width: 100%;
    margin-right: 0;
    
  }
  #featured-play-types-container .play-type-container:not(:last-child) {
    margin-bottom: 3rem;
    grid-row: 1/2;
  }
  #featured-play-types-container .play-type-container:nth-child(3) {
    width: calc(50% - 1rem);
    justify-self: center;
    grid-column: 1/3;
    grid-row: 2/3;
  }
  #featured-play-types-container .play-type-container .play-type-label, #additional-play-types-container .additional-play-type-label {
    font-size: 1.25rem;
  }
  #featured-play-types-container .play-type-container:not(:last-child) {
    margin-bottom: 4rem;
  }
  #featured-play-types-container .play-type-container .play-type-label br {
    display: none;
  }
  #featured-play-types-container .play-type-container:nth-child(3) {
    width: 100%;
  }
  #additional-play-types-container .additional-play-type-label:not(:last-child) {
    margin-bottom: 1.5rem;
  }
} 







/* ==========================================================================
   Playwrights and the like
   ========================================================================== */
.twocolumns #content h1 {
    margin: 0 0 27px;
    color: #2e3232;
    font: 2.8em/1.048em;
    clear: left;
}
.twocolumns #content .heading {
    padding: 34px 0 0px;
    margin: 0 0 0px;
#    border-bottom: 1px solid #b1b1b1;
}
.twocolumns #content .heading.no-border {
    border-bottom: 0;
    padding: 0 0 21px;
}
.twocolumns #content .heading.no-border-2 {
    border-bottom: 0;
    padding: 0 0 48px;
    margin: 0;
}
.twocolumns #content .heading.grey-border {
    padding: 0 0 54px;
    border-bottom: 1px solid #d7d7d7;
}
.twocolumns #content .heading.grey-border-02 {
    padding: 0 0 31px;
    margin: 0 0 44px;
    border-bottom: 1px solid #d7d7d7;
}
.twocolumns #content .heading.no-border-2 h1 {
    margin: 0;
}
.twocolumns #content .heading h2, #content .heading h4 {
    color: #000;
    font-weight: 300;
    font-size: 1.867em;
    line-height: 1.215em;
}
.twocolumns #content .block {
    font-size: 1em;
    line-height: 1.6em;
    padding: 0 0 67px;
}
.twocolumns #content .block .more-link {
    background: url("../images/arrow02.png") no-repeat 100% 12px;
    color: #18a6bd;
    font-size: .867em;
    font-weight: 700;
    letter-spacing: 3px;
    float: left;
    line-height: 1.385em;
    padding: 10px 18px 0 0;
    text-transform: uppercase;
    vertical-align: top;
}
.twocolumns #content .block .more-link:hover {
    color: #1ab1ca;
}
.twocolumns #content .block .link-holder {
    overflow: hidden;
    margin: -6px 0 0;
}
.twocolumns #content .block .more-link.pressed {
    text-decoration: none;
    color: #038fa6;
    background-position: 100% -24px;
}
.twocolumns #content .block.border-style {
    line-height: 1.477em;
    border-bottom: 1px solid #aeaeae;
    padding: 0 0 29px;
}
.twocolumns #content .block.border-style-02 {
    line-height: 1.477em;
    padding: 0 0 44px;
}
.twocolumns #content .block.no-border-style-02 {
    line-height: 1.477em;
    padding: 0 0 172px;
    border-bottom: 0;
}
.twocolumns #content .block.border-style-02 p {
    margin: 0 0 20px;
}
.twocolumns #content .block.no-border-style-02 p {
    margin: 0 0 19px;
}
.twocolumns #content .block.border-style p {
    margin: 0 0 10px;
}
.twocolumns #content .block h2 {
    margin: 0 0 19px;
    color: #2e3232;
    font: 1.733em/1.056em;
}
.twocolumns #content .block p {
    margin: 0 0 20px;
}
.twocolumns #content .block blockquote {
    float: right;
    margin: 3px 0 0 40px;
    padding: 7px 0 9px 17px;
    width: 305px;
    color: #00a2bc;
    border-left: 10px solid #00a2bc;
}
.twocolumns #content .block blockquote q {
    font: 1.4em/1.429em;
}
.twocolumns #content .block .btn-row {
    padding: 34px 0 0;
    width: 100%;
    text-align: center;
}
.twocolumns #content .block .btn-cell {
    display: inline-block;
    vertical-align: top;
}
.twocolumns *+html #content .block .btn-cell {
    display: inline;
}
.twocolumns #content .block .btn-yellow, .lightbox .btn-yellow {
    float: left;
    color: #2e3232;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e7c436;
    background: #ffda44;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}
.twocolumns #content .block .btn-yellow span, .lightbox .btn-yellow span {
    padding: 16px 32px 16px 16px;
    display: block;
    background: url(../images/arrow15.png) no-repeat 100% 50%}
.twocolumns #content .block .btn-yellow:hover, .lightbox .btn-yellow:hover {
    text-decoration: none;
    background: #ffe477 url(../images/btn-yellow-hover2.png) repeat-x;
}
.twocolumns #content .block .btn-yellow.pressed, .lightbox .btn-yellow.pressed {
    background: #ffda44 url(../images/btn-yellow-pressed.png) repeat-x;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.twocolumns .slide-show {
#    position: relative;
    padding: 9px;
#    background: #fff;
    border: 1px solid #e3e6e8;
#    margin: 0 0 47px;
}
.twocolumns .slide-show .slide-holder {
    width: 769px;
    height: 477px;
    overflow: hidden;
    position: relative;
}
.twocolumns .slide-show .btn-prev, .twocolumns .slide-show .btn-next {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 477px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn-slideshow.png) no-repeat 0 -500px;
}
.twocolumns .slide-show .btn-next {
    left: auto;
    right: 0;
}
.twocolumns .slide-show .btn-prev:hover {
    background-position: 0 0;
}
.twocolumns .slide-show .btn-next:hover {
    background-position: -100px 0;
}
.twocolumns .slide-show .slide-list {
    width: 99999px;
    overflow: hidden;
    position: relative;
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
}
.twocolumns .slide-show .slide-list>li {
    position: relative;
    float: left;
    width: 769px;
}
.twocolumns .slide-show img {
    vertical-align: top;
}
.twocolumns .slide-show .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1em;
    line-height: 1.467em;
    color: #fff !important;
    background: url(../images/bg-slideshow-text.png);
}
.twocolumns .slide-show .text h2 {
    margin: 0 0 10px;
    font: 1.4em/1.096em;
}
.twocolumns .slide-show .text .holder {
    height: 62px;
    padding: 30px 100px 24px 25px;
}
.twocolumns .slide-show .text .holder.expand {
    height: auto;
    padding-bottom: 44px;
}
.twocolumns .slide-show .text p {
    margin: 0;
}
.twocolumns .slide-show .btn-opener {
    position: absolute;
    bottom: 43px;
    right: 37px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
    background: url(../images/btn-opener.png) no-repeat;
}
.twocolumns .slide-show .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/bg-slideshow-mask.png) no-repeat;
}
.twocolumns .slide-show .shadow {
    position: absolute;
    top: 100%;
    left: 0;
    height: 12px;
    width: 100%;
    background: url(../images/bg-shadow-slideshow.png) no-repeat 50% 0;
}


.content-404 {
    width: 774px;
    margin: auto;
    font-size: 24px;
    line-height: 32px;
}
.content-404>.top {
    background: transparent url(../images/404/top.png) no-repeat center top;
    width: 774px;
    height: 84px;
    margin-top: 40px;
}
.content-404>.bottom {
    background: transparent url(../images/404/bottom.png) no-repeat center top;
    width: 774px;
    height: 84px;
    margin-bottom: 40px;
}
.content-404>.middle {
    padding-top: 25px;
    padding-bottom: 60px;
    text-align: center;
    width: 774px;
    border-left: 13px solid #26b1c7;
    border-right: 13px solid #26b1c7;
}
.content-404>.middle>h1 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
.content-404 .bigger {
    font-size: 125%;
    line-height: 42px;
}
.content-404 .footer {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}

#wrapper .item-block {
    padding: 26px 0 0;
    width: 100%}
#wrapper .item-block.view02 {
    margin: 0;
    padding: 9px 0 108px;
}
#wrapper .item-block h2 {
    margin: 0 0 -3px;
    color: #2e3232;
    font: 2.4em/1.056em;
}
#wrapper .item-block .item-row {
    position: relative;
    width: 100%;
    padding: 43px 0 45px;
    border-bottom: 1px solid #d7d7d7;
}
#wrapper .item-block.view02 .item-row {
    padding: 38px 0 32px;
}
#wrapper .view02 .item-row .link-holder {
    overflow: hidden;
    padding: 0 0 14px;
}
#wrapper .view02 .item-row .link-holder .more-link {
    background: url("../images/arrow02.png") no-repeat 100% 12px;
    color: #18a6bd;
    font-size: .867em;
    font-weight: 700;
    letter-spacing: 2px;
    float: left;
    line-height: 1.385em;
    padding: 10px 18px 0 0;
    text-transform: uppercase;
    vertical-align: top;
}
#wrapper .view02 .item-row .link-holder .more-link:hover {
    color: #1ab1ca;
}
#wrapper .view02 .item-row .link-holder .more-link.pressed {
    text-decoration: none;
    color: #038fa6;
    background-position: 100% -24px;
}

.snapshots .play {
  margin-bottom: 15px;
}

.snapshots .play .category {
  font-weight: bold;
  text-transform: uppercase;
}

.snapshots .play > img {
  max-height: 250px;
  max-width: 250px;
  float: left;
  margin: 0px 10px 10px 0px;
}

.snapshots .play > div {
  margin-bottom: 8px;
}

.overflow_visible { overflow: visible }

#landing #psm { margin:0 auto; font-size:20px; line-height: 25px; font-family:'Open Sans',sans-serif; color:#262626; padding:20px 0 45px; }
#landing #psm img.intro-image { padding-right:50px; float: left; }

#landing #latest { float:left; width:327px; height:350px; font-family:'Open Sans', sans-serif; color:#2e3232; font-size:15px; text-transform:uppercase; font-weight:bold; }

#landing #latest_img {
  text-align:center;
  margin-top:10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#landing #latest_img img { border:13px solid #fff; }

#landing .lbox, #landing .lbox1 { width:215px; height:320px; border:1px solid #ccc; margin-right:12px; float:left; cursor:pointer; margin-bottom:20px; }

#landing .lbox.tile-narrow {
  width:193px;
  height:288px;
}

#landing .lbox_last { margin-right:0; }
#landing .lbox_i { cursor:pointer; position:relative; height:320px; text-align:center; }
#landing .lbox .lbox_i { padding:0px 0px; }
#landing .lbox1 .lbox_i { padding:8px 20px; }

#landing .lbox1 .lbox_i_hover { height:320px; }
#landing .lbox_i_hover { padding:10px 20px; background:#262626; cursor:pointer; height:320px; display: none; }
#landing .lbox1 .lbox_i img { vertical-align:middle; margin-top:0; }
#landing .lbox_i img { vertical-align:middle;  max-width: 100%;   }

#landing #showboxes { margin-bottom:20px; }
#landing .p_title { font-size:14px; text-align:center; color:#5a6161; padding-bottom:4px; }
#landing .p_by { font-size:11px; text-align:center; color:#5a6161; padding-bottom:8px;  }
#landing .p_desc { font-size:12px; color:#5a6161; line-height:15px; font-family:Arial, Helvetica, sans-serif; font-family:'Open Sans',sans-serif; }

#landing .lbox1 .h_title { color:#2e3232; padding-top:4px; }
#landing .lbox1 .h_desc { color:#5a6161; text-align:left }
#landing .lbox1 .lbox_i_hover .h_title { color:#fff; }
#landing .lbox1 .lbox_i_hover .h_desc { color:#fff; }

#landing .h_title { color:#fff; font-size:14px; text-align:center; padding-bottom:2px; }
#landing .h_by { color:#5a6161; font-size:11px; text-align:center; padding-bottom:5px; }
#landing .h_desc { font-size:12px; color:#fff; line-height:15px; font-family:'Open Sans',sans-serif; max-height: 150px; overflow: hidden }
#landing .h_details { color:#fff; font-size:12px; font-weight:bold; padding:6px; font-family:Arial, Helvetica, sans-serif; font-family:'Open Sans',sans-serif; line-height:14px; max-height: 45px; overflow: hidden }
#landing .h_buttons { padding-top:16px; }
#landing .h_buttons a { font-family:Arial, Helvetica, sans-serif; background:#ffda44; color:#000; font-size:11px; width:130px; text-align:left; display:block; padding:2px 0; border-radius:6px; padding-left:20px; margin-bottom:10px; font-weight:bold; text-transform:uppercase;  }
#landing .h_buttons a:hover { text-decoration:none !important; } 
#landing 
#landing .landing .tile:hover .lbox_i {           display: none;  }
#landing .landing .tile:hover .lbox_i_hover {     display: block; }

#landing  .pl_image_row .lbox_tile .lbox_i {           display: block;  }
#landing .pl_image_row .lbox_tile .lbox_i_hover {     display: none; }

/* .pl_image_row .lbox_tile .lbox_i:hover {           display: none;  }
.pl_image_row .lbox_tile .lbox_i_hover:hover {     display: block; }

*/
#landing .pl_image_row .lbox_tile { width: 130px }

#landing .pl_image_row .lbox_i_hover { height:300px; width: 160px; 
   -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    z-index: 9999;

}

#landing .pl_image_row .lbox_i_hover:hover { 
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 9999;

}

#landing .pl_image_row .lbox_i_hover { position: relative; top: -70px; left: -25px}

#landing .pl_image_row .lbox_i { height:160px; text-align:center; }



#landing .pl_image_row .lbox_i_hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}


#landing .pl_title { padding:12px 0 0 26px; }
#landing .pl_title a { color:#fff; font-size:16px; font-weight: bold }
#landing .pl_subtitle { color:#fff; font-family:'Open Sans', sans-serif; font-size:15px; padding:12px 0 0 26px; }
#landing .pl_image_row { padding:0px 0 0 26px; width: 640px; float:left; height: 200px; display:none; overflow: hidden }
#landing .home_scroll_buttons { float: left; position: relative; top: -25px; left: 30px; height: 232px } 
#landing .pl_image img { float:left; width:156px; height:156px; border:3px solid #fff; margin-right:4px; }
#landing .pl_image_last { margin-right:0; }
#landing .preview img {  -webkit-box-shadow:0 8px 13px #000000; -moz-box-shadow: 0 8px 13px #000000; box-shadow:0 8px 13px #000000;  margin-right:10px; height: 180px; }

#landing #_email { background-image:url('../images/landing/emailbg.png'); background-repeat:repeat-x; width:100%; 
background-position:center top; -webkit-box-shadow: 0px -4px 4px 0px rgba(50, 50, 50, 0.25);
}
#landing #_email #email { height:193px; background:url('../images/landing/arrow.png'); background-position:left;  margin-top:20px; background-repeat:no-repeat; background-color:none; width:1140px; margin:0 auto; }
#landing .email_left { float:left; padding:69px 0 0 180px; width:550px; }
#landing .emailinput { border:3px solid #53bdc7; border-radius:6px 0 0 6px; height:40px; background:#606667; width:300px; color:#fff; padding-left:10px; font-size:16px; }
#landing .email_right { float:left; padding:30px 0 0 20px; color:#000; font-size:17px; width:360px;  }
#landing  .email_right p { color:#000; font-size:15px; } 
#landing .email_social { float:left; padding:10px 0 0 10px; float:left; }
#landing .excl { font-size:15px; font-family:'Open Sans', sans-serif; float:left; }

#landing .explore { height:350px; background:url('../images/landing/explore.jpg'); }

#landing .expl_holder { color:#fff; padding:120px 0 0 180px; }
#landing .expl_list { float:left; font-family:'Open Sans',sans-serif; font-size:13px; }
#landing .expl_list li { list-style:none; }


.twocolumns .aside-menu {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    padding: 3px 0 0;
}

.twocolumns .aside-menu {
    padding: 3px 0 43px;
}

.twocolumns .aside-menu li {
  vertical-align: top;
  float: left;
  margin: 20px 20px 10px 0px;
}

.twocolumns .aside-menu>li {
    padding: 0 0 11px;
}
.twocolumns .aside-menu>li>a {
    color: ##e31f26;
    display: block;
}

#content .personal-area {
    margin: 0 0 36px;
}
#content .personal-list {
    margin: 0;
    padding: 29px 0 22px;
    width: 100%;
    list-style: none;
    border-top: 1px solid #d8d8d8;
}
#content .personal-list:first-child {
    padding: 0 0 22px;
    border: 0;
}
#content .personal-area:after, #content .personal-list:after {
    display: block;
    clear: both;
    content: ''}
#content .personal-list li {
    float: left;
    width: 260px;
    margin: 0 0 0 4.25%}
*+html #content .personal-list li {
    margin: 0 0 0 4.17%}
#content .personal-list li:first-child {
    margin: 0;
}
#content .personal-list li a {
    cursor: pointer;
    display: block;
}
#content .personal-list li a:hover {
    text-decoration: none;
}
#content .personal-list li .title {
    display: block;
    text-align: center;
    color: #e31f26;
    font: 1.4em/1.366em 'Merriweather', serif;
}
#content .personal-list li .image {
    float: left;
    position: relative;
    padding: 9px;
    margin: 0 0 14px 0;
    background: #fff;
    border: 1px solid #e3e6e8;
    vertical-align: top;
}
#content .personal-list li .image span {
    display: block;
    height: 193px;
    background-size: cover;
    background-position: center center;
    width: 220px;
}
#content .personal-list li .image .shadow {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
}
#content .personal-list li .image img {
    vertical-align: top;
}
#content .personal-list li:hover .image {
    -webkit-box-shadow: 0 0 5px rgba(19, 195, 218, 0.5);
    -moz-box-shadow: 0 0 5px rgba(19, 195, 218, 0.5);
    box-shadow: 0 0 5px rgba(19, 195, 218, 0.5);
}
#content .personal-list li .pressed .image {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#content .personal-list li:hover .title {
    text-decoration: underline;
}
#content .personal-list li .pressed .title {
    text-decoration: none;
}

#content .heading .image, .item-block .image {
    float: left;
    position: relative;
    margin: 0 45px 0 0;
}
#content .heading .image {
    margin: 0;
}
/* ==========================================================================
   start adding help
   ========================================================================== */

#content .heading.grey-border {
    padding: 0 0 54px;
    border-bottom: 1px solid #d7d7d7;
}
#content .heading.grey-border-02 {
    padding: 0 0 31px;
    margin: 0 0 44px;
    border-bottom: 1px solid #d7d7d7;
}
#content .heading.no-border-2 h1 {
    margin: 0;
}

#content .col-holder {
    padding: 24px 0 119px;
}
#content .col-holder .col {
    float: left;
    width: 44.5%;
    margin: 0 0 0 11%}
*+html #content .col-holder .col {
    margin: 0 0 0 10.78%}
#content .col-holder .col:first-child {
    margin: 0;
}
#content .col-holder .box {
    overflow: hidden;
    padding: 38px 0 40px;
    border-top: 1px solid #d7d7d7;
}
#content .col-holder .box:first-child {
    padding: 0 0 40px;
    border: 0;
}
#content .col-holder h3 {
    margin: 0 0 17px;
    color: #2e3232;
}
#content .col-holder .list {
    margin: 0;
    padding: 0 0 8px;
    list-style: none;
    overflow: hidden;
}
#content .col-holder .list li {
    vertical-align: top;
    overflow: hidden;
    margin: 0 0 10px;
    background: url('../images/arrow19.png') no-repeat 2px 6px;
    padding: 0 0 0 19px;
}
#content .col-holder .list li a {
    color: #e31f26;
}
#content .col-holder .list li:hover {
    background: url('../images/arrow20.png') no-repeat 2px 6px;
}
#content .col-holder .link-holder {
    overflow: hidden;
}

#content .col-holder .view-btn, .view02 .item-row .link-holder .view-btn {
    background: #ecf0f1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    float: left;
    overflow: hidden;
    text-align: center;
    border: 1px solid #d3e0e3;
    color: #45717a;
    font-size: 13px;
    padding: 5px 15px 5px;
    line-height: 16px;
    border-radius: 7px;
}
#content .col-holder .view-btn strong, .view02 .item-row .link-holder .view-btn strong {
    text-transform: uppercase;
    font-weight: bold;
}
#content .col-holder .view-btn:hover, .view02 .item-row .link-holder .view-btn:hover {
    color: #52929e;
    background: #f9fcfc;
    text-decoration: none;
}
#content .col-holder .view-btn.pressed, .view02 .item-row .link-holder .view-btn.pressed {
    color: #395b61;
    background: #ebf0f1;
    border: 1px solid #b0c6cb;
}

/* ==========================================================================
   start adding help - detail
   ========================================================================== */
.accordion {
    margin: -37px 0 98px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.accordion li {
    vertical-align: top;
    font-size: 1.4em;
    line-height: 1.166em;
    margin: 0 0 12px;
    list-style: none;
    list-style-type: none;
}
.accordion ul {
    list-style: none;
    list-style-type: none;
}
*+html .accordion li {
    margin: 0 0 11px;
}
.accordion li .opener {
    padding: 0 0 0 19px;
    color: #e31f26;
    background: url('../images/arrow16.png') no-repeat 0 9px;
}
.accordion li.inactive {
    display: none;
}
#mojo-container { overflow: visible !important; z-index: 10000 !important; }
.mojo-logged-in-editing .accordion li.inactive {
    display: block;
}
.accordion li .opener:hover {
    background: url('../images/arrow17.png') no-repeat 0 9px;
}
.accordion li.active .opener {
    background: url('../images/arrow18.png') no-repeat 0 11px;
}
.accordion li .slide {
    border: 1px solid #d7d7d7;
    border-width: 1px 0;
    color: #6a7375;
    padding: 14px 0 9px 19px;
    display: none;
    margin: 0 0 31px;
    font-size: .714em;
    line-height: 1.2em;
    clear: both;
}
.accordion li .holder {
    padding: 0 0 14px;
    overflow: hidden;
}
.accordion li .close {
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
    margin: 7px 0 0;
    display: none;
    background: url('../images/bg-close-2.png') no-repeat;
}
.accordion li.active .close {
    display: block;
}
.accordion li .close:hover {
    background-position: -14px 0;
}
.accordion li .close.pressed {
    background-position: -28px 0;
}
.accordion li.active .slide {
    display: block;
}
.accordion li .slide p {
    margin: 0 0 33px;
}
.accordion li .slide dl {
    margin: 0 0 5px;
    padding: 0;
    color: #6a7375;
    font-size: 1em;
    line-height: 1.9em;
    overflow: hidden;
}
.accordion li .slide dt {
    float: left;
    margin: 0 3px 0 0;
    font-weight: bold;
}
.accordion li .slide dd {
    margin: 0 0 27px;
}

.invoice .error {
  margin: 20px;
}

#authors-index-container .item-block.view02 .image {
  margin: 0 39px 0 0;
}
#authors-index-container .item-block.view02.hide {
    display: none;
}
#authors-index-container .item-block.view02 .image a {
  width: 165px;
  height: 183px;
  background-size: cover;
  background-position: center center;
  display: block;
} 
#authors-index-container .item-block.view02 .item-row {
  padding: 38px 0;
}
#authors-index-container .item-block .item-row {
  position: relative;
  width: 100%;
  padding: 43px 0 45px;
  border-bottom: 1px solid #d7d7d7;
}
#authors-index-container .heading .image {
  float: left;
  position: relative;
  padding: 9px;
  margin: 0 45px 0 0;
  background: #fff;
  border: 1px solid #e3e6e8;
}
#authors-index-container .item-block.view02 .image .shadow {
    min-height: 13px;
}
#authors-index-container .item-block .image .shadow {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
}
#playwright-search li {
  float: left;
  width: calc(100% / 26);
  text-align: center;
}
#playwright-search li {
  line-height: 1;
}
#playwright-search fieldset {
  padding: 10px 0 6px;
}
#authors-index-container .item-block h3 {
    margin-bottom: 10px;
    font: 1.4em/1.095em 'Lato', sans-serif; font-weight: 700;
}
#authors-index-container .item-block p {
  margin-bottom: 7px;
}
#authors-index-container .item-block .link-holder a {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
#authors-index-container .item-block .link-holder a:after {
  content: "\203A";
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  top: 4px;
  position: relative;
  left: 7px;
  line-height: 16px;
}
.author-lists .search-list li a {
  font-family: 'Lato', sans-serif; font-weight: 700;
}
.author-lists h1 {
  margin-bottom: 20px;
}
.author-lists #standard_basic_subtitle {
  margin-bottom: 20px;
}
.script-info-row .prepub-subscribe-form {
  display: inline-block;
}

/* ==========================================================================
   END Playwrights and the like
   ========================================================================== */

.site-announcement {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}



.clearboth { clear:both; }
