/*
 * A CSS file for writing rules that override the default themes
 */

body {
  background-size: auto;
  background-repeat: repeat;
  background-position: left top;
}

a.text {
  color: #373E3E;
}

.clickable {
  cursor: pointer;
}

.search-area label.cb-select {
  width: 61px;
}

.single-story .media-gallery h4 { font-size: 24px; }

.search-area .custom-list ul li {
  margin: 2px;
}

.search-area .options-area .fields-right .col-title {
  text-align: center;
}


.slick-slide .img {
  width: 152px;
  height: 207px;
  background-size: cover;
  background-position: center center;
  display: block;
}

.mediaimg {
  width: 200px;
  height: 170px;
  background-size: cover;
  background-position: center center;
  display: block;
}

.mobile-only { display: none; }
.desktop-only { display: block; }

.leading    {   margin-top: 10px; }
.leading2   {   margin-top: 20px; }
.leading3   {   margin-top: 30px; }
.following  {   margin-bottom: 10px; }
.following2 {   margin-bottom: 20px; }
.following3 {   margin-bottom: 30px; }
.clear      {   clear: both; }

.hide       {   display: none; }
.hidden     {   display: none; }

.cols > *   { 
  box-sizing: border-box; float: left; 
}

.h12 { height: 12px; }
.h24 { height: 24px; }
.h32 { height: 32px; }
.w100 { width: 100%  }
.w33 { width: 33%  }
.w25 { width: 25%  }
.w50 { width: 50%  }
.w75 { width: 75%  }
.w66 { width: 66%  }

.ac  { text-align: center; }
.ar  { text-align: right; }
.al  { text-align: left; }
.aj  { text-align: jusify; }

.col1 > .rpad, .col2 > .rpad, .col3 > .rpad,
.col4 > .rpad, .col5 > .rpad, .col6 > .rpad,
.col7 > .rpad, .col8 > .rpad, .col9 > .rpad,
.col10 > .rpad, .col11 > .rpad, .col12 > .rpad {
  padding-right: 10px;
}

.col1 > .lpad, .col2 > .lpad, .col3 > .lpad,
.col4 > .lpad, .col5 > .lpad, .col6 > .lpad,
.col7 > .lpad, .col8 > .lpad, .col9 > .lpad,
.col10 > .lpad, .col11 > .lpad, .col12 > .lpad {
  padding-left: 10px;
}

#singlewish{ 
  cursor: pointer;
}

.addwishlist{ 
  cursor: pointer;
}



/* begin ratings */



body.find-a-play .rate_widget, body.find-a-play .total_votes {
  display: inline-block;
  vertical-align: middle;
}

/* end ratings*/


.addwishlist span 
{
  text-transform: uppercase;
  color: #009999 !important;
  font-size: 13px;
  font-weight: bold;
  padding-left: 5px; 
}

.sampleratings { 
  position: relative;
  left: 120px;
  height: 70px;
}
.sampleratings .total_votes
{
  top: 40px;
}
.sampleratings .rate_widget
{
  top: 10px;
}

.iveread-holder 
{
  padding-top: 10px;
}

.escript_lightbox {
  width: 829px;
  background: #fff url(../../../images/bg-img.png) no-repeat 34% 131%;
  border: 1px solid #d7dcdf;
  margin: 0 auto;
  position: relative;
  padding: 0 0 58px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 5px -10px rgba(0, 0, 0, 0.5), 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 12px 5px -10px rgba(0, 0, 0, 0.5), 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 5px -10px rgba(0, 0, 0, 0.5), 0 3px 6px rgba(0, 0, 0, 0.2);
}

#escript-download-instructions .actions a {
  display: block;
  text-align: center;
  width: 49%;
  float: left;
}

body.home .title-sections {
  clear: both;
}

body.home .intro {
  margin: 20px 0px;
}

body.home .intro p {
  margin: 10px 0px;
}

body.home .intro h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #373E3E;
  font-size: 36px;
  margin-bottom: 18px;
}
#production-packages-include {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #373E3E;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 25px;
}

.escript_lightbox >.body {
  margin: 40px;
}

.escript_lightbox > h2.title {
	font-size: 36px;
	text-align: center;
	height: 36px;
	margin-top: 60px;
}

.escript_lightbox #cboxClose {
  cursor: pointer;
  border: 0;
}

.escript_lightbox #cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  height: 14px;
  width: 14px;
  padding: 14px;
  background: url(../../../images/icon-close.png) 8px 7px no-repeat;
  text-indent: -10000px;
  visibility: hidden;
}

.escript_lightbox #cboxClose:hover {
  background-position: 8px -19px;
}


.titles-slider .slide a .square_slide {
  width: 230px;
  height: 230px;
}

.actors img { left: -2px }
.actors { margin-bottom: 8px }

.theater-story .tempview_alert {
  border: 1px solid #a79d77;
  background-color: #fff7d7;
  padding: 25px 50px;
  text-align: center;
  margin: 0px auto 25px;
  border-radius: 7px;
  font-weight: bold;
}


.youtube-video {
  display: inline-block; 
  position: relative; 
}

.youtube-video:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 170px;
  z-index: 100;
  background: transparent url(../images/youtubeoverlay.png) no-repeat center;
  pointer-events: none;
}

.account-dashboard .account-section .theater-story + .theater-story {
  padding-top: 20px;
}

.single-story .theater-story .story-wrapper .thumb .thumb-wrapper .general-btn{ 
  display: block; 
  position: absolute; 
  left: 0; 
  height: 36px; 
  line-height: 38px; 
  width: 100%; 
  bottom: 0; 
  background-color: #20B1C6; 
  color: #ffffff; 
  text-align: center; 
  font-size: 18px; 
  font-family: 'Lato', sans-serif;
  font-weight: 700; 
}


.production-packages li
{
  margin: 0 4px 0 0; 
  list-style: none;
}

.at-icon-wrapper { display: none !important }

.single-story .script-more-info .script-info-row .tabs-area .tab-body .tab .tab-filters .filter span
{
  font-size: 18px;
}


.single-story .theater-story .story-wrapper .thumb .thumb-wrapper .general-btn strong{ 
  font-family: 'Lato', sans-serif;
  font-weight: 700; 
}

.sub-section-title {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #666;
}


#feedback-tab {
  transform: rotate(-90deg);
  padding: 7px 15px;
  position: fixed;
  right: 0px;
  color: white;
  font-family: Verdana;
  font-size: 15px;
  background: rgb(245, 146, 2) none repeat scroll 0% 0%;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px;
  margin-right: -36px;
  top: 50%;
  margin-top: -16px;
  text-shadow: none;
}

.playmain { 
  min-height: 200px;
  width: auto;
  object-fit: cover;
}

.single-story .theater-story .story-wrapper .infos .meta .story-description p { 
  margin: 0 0 11px;
}


.prepub-subscribe-form {
  border: 1px solid #b7c1c3;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: inset 3px 3px 5px rgba(1, 1, 1, 0.13);
  -moz-box-shadow: inset 3px 3px 5px rgba(1, 1, 1, 0.13);
  box-shadow: inset 3px 3px 5px rgba(1, 1, 1, 0.13);
  text-align: left;
  margin: 0 0 29px;
}
.prepub-subscribe-form:after {
  content: "";
  display: block;
  clear: both;
}
.prepub-subscribe-form .button {
  float: right;
  width: 32px;
  height: 32px;
  margin: -1px -1px -1px 0;
  border: 1px solid #e8c63a;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -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);
  background: #f7d95d url(../images/btn-yellow2.png) repeat-x;
}
.prepub-subscribe-form input[type=submit] {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../images/arrow06.png) no-repeat 50% 50%;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
  letter-spacing: -9999px;
  overflow: hidden;
}
.prepub-subscribe-form .button:hover {
  cursor: pointer;
  border: 1px solid #e9c63b;
  background: #ffe477 url(../images/btn-yellow-hover3.png) repeat-x;
}
.prepub-subscribe-form .button.pressed, .prepub-subscribe-form .button.pressed:hover {
  border: 1px solid #e9c537;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.07);
  background: #ffda44 url(../images/btn-yellow-pressed2.png) repeat-x;
}
.prepub-subscribe-form .text {
  overflow: hidden;
  padding: 0 13px;
}
.prepub-subscribe-form input[type=text] {
  background: 0;
  border: 0;
  width: 100%;
  margin: 8px;
  padding: 0px 0;
  color: #a3a3a3;
  font-size: 18px;
  line-height: 16px;
  height: 16px;
  float: left;
}
.prepub-subscribe-form:hover input[type=text], .prepub-subscribe-form.parent-focus input[type=text] {
  color: #2e3232;
}
.prepub-subscribe-form:hover {
  border: 1px solid #92a7aa;
  -webkit-box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -1px -1px 0 #92a7aa, 1px -1px 0 #92a7aa, 1px 1px 0 #92a7aa, -1px 1px 0 #92a7aa;
  -moz-box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -1px -1px 0 #92a7aa, 1px -1px 0 #92a7aa, 1px 1px 0 #92a7aa, -1px 1px 0 #92a7aa;
  box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -1px -1px 0 #92a7aa, 1px -1px 0 #92a7aa, 1px 1px 0 #92a7aa, -1px 1px 0 #92a7aa;
}
.prepub-subscribe-form.parent-focus {
  border: 1px solid #ffda44;
  -webkit-box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -2px -2px 0 #ffda44, 2px -2px 0 #ffda44, 2px 2px 0 #ffda44, -2px 2px 0 #ffda44;
  -moz-box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -2px -2px 0 #ffda44, 2px -2px 0 #ffda44, 2px 2px 0 #ffda44, -2px 2px 0 #ffda44;
  box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -2px -2px 0 #ffda44, 2px -2px 0 #ffda44, 2px 2px 0 #ffda44, -2px 2px 0 #ffda44;
}
.prepub-subscribe-form.error {
  border: 1px solid red;
  -webkit-box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -1px -1px 0 #f00, 1px -1px 0 #f00, 1px 1px 0 #f00, -1px 1px 0 red;
  -moz-box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -1px -1px 0 #f00, 1px -1px 0 #f00, 1px 1px 0 #f00, -1px 1px 0 red;
  box-shadow: inset 4px 4px 2px rgba(1, 1, 1, 0.03), -1px -1px 0 #f00, 1px -1px 0 #f00, 1px 1px 0 #f00, -1px 1px 0 red;
}

.prepub-subscribe-form {
  width: 300px;
}

.prepub-subscribe-form fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}



@media only screen and (max-width: 768px) {
  .mobile-only { display: block; }
  .desktop-only { display: none; }

  .row {
    margin: 0 0 0 -25px;
  }

  .row-0 { margin: 0 0 !important; }
  
  .theater-story .tempview_alert { 
    padding: 10px;
    margin: 10px;
  }

  .featured-play .f-slider-wrapper,
  .featured-play .info {
    width: 100%;
  }


  body.find-a-play .rating {
    float: none;
  }


  main .find-search form input {
    font-size: inherit;
  }

}

.visible-mobile { display: none; }

.isbn { padding-top: 10px }

.left10 { margin-left: 10px }


.extra_title { font-size: 17px !important;  }  

.white_text { color: #fff }

.free-reads {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.free-reads {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.free-reads-intro {
  font-size: 130%;
}

.free-reads .recommendation {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 1.4em;
  font-family: 'Open Sans', sans-serif;
}

.free-reads .recommendation .if-you-liked {
  display: flex;
  flex-direction: column;
  margin: 0 2em;
}

.free-reads .recommendation .if-you-liked .label {
  font-weight: bold;
  font-size: 150%;
  color: #000;
  margin: .3em 0;
}

.free-reads .recommendation .if-you-liked img {
  max-width: 8em;
}

.free-reads .recommendation .then-try {
  background-color: #3eadc1;
  flex: 1;
  display: flex;
  color: white;
  font-size: 2em;
}

.free-reads .recommendation .then-try .lhs {
  margin: 1em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.free-reads .recommendation .then-try .rhs {
  height: 9em;
}

.free-reads .recommendation .then-try .rhs img {
  height: 100%;
}

.free-reads .recommendation .then-try .lhs .label {
  font-size: 70%;
}

.free-reads .recommendation .then-try .lhs .title {
  margin: .5em 0 0 0;
  font-style: italic;
  font-weight: bold;
}

.free-reads .recommendation .then-try .lhs .author {
  font-size: 80%;
}

@media only screen and (max-width: 768px) {

}

.cms-text p {
  font-size: 14px;
  margin: 0 0 1em 0;
}

.cms-text a {
  color:  #e31f26;
  text-decoration: underline;
}
