/*
   ======================================

   Written by: Steve Beeston
   Date:       April 2025

   ======================================
*/

@import url(normalize.css);
@import url(grid.css);
@import url(menu.css);
@import url(buttons.css);








/*
   =====
   FONTS
   =====
*/


/* belgrano-regular - latin */
@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		  url('../fonts/../fonts/Corben-Regular.ttf') format('truetype')
 }
 
 @font-face {
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Regular'), url('../fonts/Roboto-Regular.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Italic'), url('../fonts/Roboto-Italic.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Bold'), url('../fonts/Roboto-Bold.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Bold Italic'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Thin';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Thin'), url('../fonts/Roboto-Thin.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Thin Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Thin Italic'), url('../fonts/Roboto-ThinItalic.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Light';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Light'), url('../fonts/Roboto-Light.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Light Italic'), url('../fonts/Roboto-LightItalic.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Medium'), url('../fonts/Roboto-Medium.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Medium Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Medium Italic'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Black';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Black'), url('../fonts/Roboto-Black.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Roboto Black Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Black Italic'), url('../fonts/Roboto-BlackItalic.woff') format('woff');
	} 




/*
   ======
   THE BASICS
   ======
*/



* {
   padding: 0;
   margin: 0;
}

html {
   font-size: 62.5%;
   height: 100%;
}

body {
   background: white;
}


/* For debugging only */
.column, .columns {border: 0px solid red;}





/*
   ======
   LAYOUT
   ======
*/


.outer-wrapper {
   position: relative;
   float: left;
   width: 100%;
   min-height: 100%;
   background: white;
}

header, footer {
	width:100%;
}

.inner-wrapper {
   position: relative;
	margin: 0 auto;
   width: 100%;
   max-width: 1024px;

}

header p,
header h1 {
   color: dimgray;
   color: #aaa;
   margin: 0;
   padding: 0;
}

header h1 {
	font-family: 'Corben';
}

/*header h1 {
   line-height: 36px;
}*/

footer {
   float: left;
   width: 100%;
   background: #444;
}

footer p, 
footer a,
footer td {
   color: #ddd;
   padding: 0;
}

a.footer-social-icon img {
   max-width: 48px;
   text-decoration: none;
}

footer a {
   border-bottom: 0;
}

footer ul {
    list-style-type: none;
    margin-left: 0;
}

footer .column,
footer .columns {
   padding-bottom: 5px;
}

header .outer-wrapper,
footer .outer-wrapper {
   padding: 0;
   background: #2f3136;
}

/*
.panel {
   float: left;
   background: #ce992e;
   border-radius: 7px;
   margin: 10px 0;
   padding: 10px;
}


.featurebox {
   float: left;
   width: 46%;
   min-width: 300px;
   background: #ce992e;
   border-radius: 7px;
   margin-right: 20px;
   padding: 10px;
   margin-bottom: 20px;
}

.featurebox h2,
.sidebar h2 {
   font-size: 19px;
   color: white;
   border-radius: 7px 7px 0 0;
   padding-left: 0;
}

.featurebox p, 
.featurebox a, 
.sidebar p,
.sidebar a {

   font-size: 13px;
   color: #000;
   line-height: 20px;
}

.featurebox a{
   text-decoration: none;
   border-bottom: 1px dotted;
   padding-bottom: 1px;
   color: white;
}

.sidebar {
   float: right; 
  	width: 200px; 
	margin-top: 10px; 
   padding: 10px;
   background: #449;
   background: #ce992e;   
   border-radius: 7px;
   margin-left: 20px;
}

.sidebar p,
.sidebar a {
   color: #ddd;
   color: #000;
}

*/



.text-center {
   text-align: center;
}

.text-right {
   text-align: right;
}

.text-left {
   text-align: left;
}

a.tablinks:hover {
   cursor: pointer;
}

/*
   Forthcoming productions
*/

div.panel {
   float: left; 
   width: 220px; 
   min-height: 400px;
   border: 1px solid #822; 
   border-radius: 10px; 
   padding: 10px; 
   /* margin-right: 15px; replaced by line below SRB 20/1/13 */
   margin-right: 14px;
   margin-bottom: 15px;
   /* box shadows (experimental) */
   -moz-box-shadow: 3px 3px 5px #ddd;
   -webkit-box-shadow: 3px 3px 5px #ddd;
   -ms-box-shadow: 3px 3px 5px #ddd;
   box-shadow: 3px 3px 5px #ddd; 
   background-image: -moz-linear-gradient(top, #ecc, #f8f8f8);
   background-image: -webkit-linear-gradient(top, #ecc, #f8f8f8);
   background-image: -ms-linear-gradient(top, #ecc, #f8f8f8);
   background-image: linear-gradient(top, #ecc, #ef0);
   }

   .panel h1 {
      font-size: 18px;
      color: #822;
      font-weight: normal;
   }

   .panel img {
      width: 200px;
   }

div.future-show {
   width: 30%;
   max-width: 220px;
}

p.whenandwhere {
   font-family: arimo, arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   line-height: 20px;
   }

div.production-thumbnail-container {
   width: 100%; 
   float: left;
   margin-bottom: 10px;
   }

div.production-thumbnail {
   float: left;
   width: 160px;
   margin-top: 10px;
   }

.production-thumbnail-container img {
   width: 150px; 
}

.sidebar {
   border-left: 1px solid #ccc;
}

h2.production-title {
   font-size: 1em;
   font-weight: bold;
   margin: 0;
}



img.stag {
    width: 125px;
    height: 163px;
    float: right;
    position: relative;
    margin-top: -163px;
    margin-right: 10px;
    z-index: 1;
}

ul {
    list-style-position: inside;
}

/* SRB 5/5/17 */
a.download-panel {
   display: block;
   background: #fdfdfd;
   border: 1px solid #cccccc; 
   margin: 5px; 
   padding: 4px 0 0 4px;
}

a.download-panel span {
   font-size: 15px;
   vertical-align: text-bottom;
   line-height: 34px;
}

div.download-panel {
   background: #fdfdfd url('../fonts/../img/icon-download-32.png') 5px center no-repeat; 
   border: 1px solid #cccccc; 
   margin: 5px; 
   padding: 10px 20px 10px 40px;
}

form.payment-option {
   float:left;
   /* width: 300px; 
   margin-right: 20px;
   padding: 10px;
   */
   width: 100%;
   border: 1px solid silver;
   text-align: center;
   padding-bottom: 20px;
}

form.payment-option h3 {
   font-size: 1.1rem;
   color: white;
   background: #822;
   padding: 8px 8px;
   margin: 0px;
}

form.payment-option p.price {
   font-size: 1rem;
   font-weight: bold;
    color: #333;
    background: #eee;
    padding: 5px 8px;
    margin: 0px;
}

form.payment-option p.desc {
   padding: 20px 8px;
   margin: 0px;
   height: 100px;
}

#logobar a {
   border: 0;
}

/*
li {
   margin-left: 17px;
}
SRB 18/10/15 */

/*
   ==========
   TYPOGRAPHY
   ==========
*/


body,
p, a, li, td, label, select {
   font-family: 'Roboto', sans-serif; 
   font-size: 1.6rem; 
   line-height: 2.4rem;
   color: #444;
}

a { /* SRB 5/6/14 */
   text-decoration: none;
   border-bottom: 1px dotted;
   padding-bottom: 0;
   color: #822;
}


p {
   padding: 8px 0;
}

h1, h2, h3, h4 {
   font-family: 'Corben', 'Merriweather', 'Times New Roman', serif; 
   font-weight: normal; 
   color: #822;
   color: darkslateblue;
   padding: 8px 0;
}

h1 {
   font-size: 3rem; 
   line-height: 3.8rem;
}

h2 {
   font-size: 2.5rem; 
   line-height: 3.2rem;
}

h2.production-title a {
   font-family: 'Corben', 'Merriweather', 'Times New Roman', serif; 
   font-size: 18px;
   color: #822;
   color: darkslateblue;
   border-bottom: 0;
}

h3 {
   font-size: 18px; 
}

.redbold {
   font-weight: bold;
   color: #822;
}

/*
   ======================
   PRODUCTION SEARCH FORM
   ======================
*/


.theSearchForm .go-button {
   margin-left: 10px;
}

.theSearchForm #options-container {
   margin-top: 10px;
}



/*
   ====
   TABS
   ====
*/


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}





.ui-accordion .ui-accordion-content {
   padding: 0;
   overflow: Visible;
}



/*
   ======================================================
   S M A L L  &   M E D I U M   S I Z E D   S C R E E N S

   Anything smaller than 900 pixels wide
   ======================================================
*/



@media only screen and (max-width: 899px) {

   div.future-show {
      float: none;
      width: 100%;
      max-width: 100%;
      text-align: center;
      margin: 15px auto;
      }

   .future-show h2 {
      font-size: 20px;
   }

   p.whenandwhere {
      font-size: 14px;
   }

   /* Added by SRB 20/2/20 */
   body, p, a, li, td, label, select {
      font-size: 16px; 
   }

}





/*
   =======================================
   S M A L L   S I Z E D   S C R E E N S

   Anything smaller than 640 pixels
   =======================================
*/


@media only screen and (max-width: 639px) {
   

   header .text-right,
   footer .text-right,
   footer .text-left {
      text-align: center;
   }

   div.panel {
      width: 100%;
   }

   .sidebar {
      border-left-width: 0;
   }


   li {
      list-style-type: none;
   }

   .theSearchForm .go-button {
      margin: 10px auto;
      display: block;
   }

   div.production-thumbnail,
   .production-thumbnail-container img{
      width: 100%; 
   }

}



