/*---
1. Foundation
2. Global
3. Typography
4. Table
5. Misc.
6. Grid
7. Responsive
---*/

/*-------------------------
-----
Foundation
-----
--------------------------*/

/*
Combination of Normalize (https://necolas.github.io/normalize.css/)
and Foundation (http://jaydenseric.com/blog/forget-normalize-or-resets-lay-your-own-css-foundation)
Customised to my needs and coding
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
li {
    display: block;
}
h1,
h2,
h3,
h4 {
    font-size: inherit;
}
strong {
    font-weight: bold;
}
a,
button,
.button,
svg {
    color: inherit;
    transition: .3s;
}
a {
    background-color: transparent;
    text-decoration: none;
}
button,
.button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline-width: 1px;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/*-------------------------
-----
Global
-----
--------------------------*/

html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  color: #ffffff;
  background: #000000;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

a {
  text-decoration: underline;
  color: #ffffff;
}

a:hover {
  color: #b02055;
}

/*-------------------------
-----
Nav
-----
--------------------------*/

nav {
  position: absolute;;
  left: 10px;
  top: 10px;
}

nav a {
  padding: 8px 16px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: #b02055;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,1);
-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,1);
box-shadow: 0px 5px 15px -5px rgba(0,0,0,1);
}

nav a:hover {
  background: #ffffff;
}

/*-------------------------
-----
Table
-----
--------------------------*/

table {
  border-collapse: collapse;
  width:100%;
  margin: 10px 0;
}
th, td {
  padding: 4px 12px 12px 1px;
}
td {
  vertical-align: top;
  line-height: 1.2;
  box-sizing: border-box;
}
td:first-child {
  width: 105px;
  padding-right: 20px;
}
td:last-child {
  width: 120px;
}
.table-head {
  border-bottom: 1px solid #ffffff;
  text-align: left;
}
.table-bordered tr:not(.table-head) {
  border-left: 1px solid #ffffff;
}
.table-bordered td:first-child {
  padding-left: 6px;
}
.table-bordered td:last-child {
  padding-right: 0;
}
/*-------------------------
-----
Misc
-----
--------------------------*/

.relative {
  position: relative;
}

.relative > img {
  margin: 0 auto;
  display: block;
}

.social {
  position: absolute;
  top: 10px;
  right: 10px;
}

.social img {
  height: 60px;
}

.social a {
  display: block;
  margin-bottom: 10px;
}

.social a:last-child {
  margin-bottom: 0;
}

.social svg {
  fill: #ffffff;
  height: 60px;
  width: 60px;
}

.social svg:hover {
  fill: #b02055;
}

.content {
  text-align: center;
  padding: 0 20px;
}

h1 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

.btn {
  padding: 10px 24px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  text-transform: uppercase;;
  font-weight: bold;
  background: #b02055;
}
.btn:hover {
  background: #ffffff;
  color: #b02055;
}

form {
  max-width: 600px;
  padding: 60px 0 40px;
  text-align: left;
  margin: 0 auto;
}
.form__row {
  margin-bottom: 16px;
}
label {
  margin-bottom: 8px;
  font-size: 18px;
  display: block;
}

.form__input {
  width: 100%;
  height: 30px;
  color: #404042;
  border: 0;
  background-color: #fff;
  padding: 20px 16px;
  -webkit-appearance: none;
  border-radius: 6px;
  box-sizing: border-box;
}
.form__textarea {
  font-family: "Lato", sans-serif;
  width: 100%;
  min-height: 87px;
  overflow: auto;
  resize: none;
  color: #404042;
  line-height: 18px;
  padding: 10px 16px;
  border: 0;
  -webkit-appearance: none;
  border-radius: 6px;
  box-sizing: border-box;
}
.error {
  -moz-box-shadow: inset 0 0 0 1px #ff0000;
  -webkit-box-shadow: inset 0 0 0 1px #ff0000;
  box-shadow: inset 0 0 0 1px #ff0000;
  background: #ffbaba !important;
}

.response {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  display: none;
}





/*------------------------------
Bungalow edits
-------------------------------*/


h1 {
text-transform: uppercase;
margin-top: 20px;
font-family: oswald;
font-weight: 500;
font-size: 5em;
text-align: center;
margin: 80px 0px 20px !important;
}

h2 {
  text-align: center;
letter-spacing: 20px;
font-size: 2em;
font-family: oswald;
  font-weight: 300;
  text-transform:uppercase;
}
h2.subtitle {margin-bottom:60px;}

#details_wrap p {
width: 60%;
margin: 20px auto;
font-size: 1.2em;
line-height: 1.4em;
text-align: center;
}

#show_cast {text-align:center;}
#show_cast h2,#show_spec h2, #tour_dates h2 {margin: 40px 0px 20px 0px;}
#show_cast a{
font-family: oswald;
font-size: 1.4em;
margin-bottom: 20px !important;
display: inline-block;
}
#tour_dates h2 {margin-bottom:40px;}
#tour_dates h2 {margin-bottom:20px;}

#show_cast a:nth-child(3) {margin-left: 15px;
margin-right: 15px;}

  .hidden {display:inline-block;}

.gl {width: 95% !important;margin: 10px auto;}


#footer_text {
display: block;
width: 100%;
background: #222;
padding: 20px 0px;
float:left;
}
#footer_text p {text-align: center;
font-size: 12px;
line-height: 16px;color: #ccc;}

#home_booknow {margin-bottom:50px;}
#home_booknow h1 {margin-top:40px !important;}
#home_booknow p {font-family:oswald;}
#home_booknow p a {font-weight:bold;}

form p {font-size: 12px; margin: 25px 0px 20px;line-height: 14px; display:block;}
#past_tours {}
.past_tour_row img {width: 50%;float: left;}



td:first-child {
  width: 30%;
  padding-right: 20px;
}
td:last-child {
  width: 30%;
}


.social.whitemail svg {

fill:	#b02055;
  height: 60px;
  width: 60px;
}

.social.whitemail svg:hover {
  fill: #ffffff;
}


/*-------------------------
-----
Grid
-----
--------------------------*/

/* GridLayout
 *
 * Ionuț Colceriu - ghinda.net
 * https://github.com/ghinda/gridlayout
 */
/* media-query mixin
 */
/* grid layout defaults
 */
.gl,
.gl-cell,
.gl-scrollview {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gl {
  width: 100%;
}
.gl-cell {
  position: relative;
/* align at the top by default,
  * to fix issues with inline-block elements padding messing up
  * the vertical positioning of sibling cells, in horizontal grids.
  */
  vertical-align: top;
}
/* cell sizes mixin.
 * 12 rows/columns.
 */
/* gridlayout mixin
 */
/* grid shows up md and up
 */
/* min-width 640px
   */
@media only screen and (min-width: 40em) {
  .gl {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .gl.gl-vertical {
    height: 100%;
  }
  .gl > .gl-cell {
    display: table-cell;
  }
  .gl.gl-vertical > .gl-cell {
    display: table-row;
  }
  .gl .gl-fill {
    height: 100%;
  }
  .gl > .gl-cell > .gl-scrollview > .gl-scrollview-content {
    position: absolute;
/* Use left, right, 0 instead of width: 100%
   * because IE9 sets a 17px (scrollbar width) padding on the right side
   * of scrollview-content otherwise.
   */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    overflow: auto;
/* scrollviews in ios
   */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .gl > .gl-cell > .gl-scrollview:after {
    content: '*';
    visibility: hidden;
  }
  .gl > .gl-cell > .gl-scrollview {
    display: block;
    height: 100%;
  }
  .gl.gl-vertical > .gl-cell > .gl-scrollview {
    position: relative;
    display: table-cell;
/* set height auto so we don't use the height: 100% set
    * for horizontal grids.
    * this prevents the table cell from expanding in horizontal grids.
    */
    height: auto;
  }
  .gl-cell.gl-sm-1 {
    width: 8.333333333333334%;
  }
  .gl-vertical > .gl-cell.gl-sm-1 {
    height: 8.333333333333334%;
  }
  .gl-cell.gl-sm-2 {
    width: 16.666666666666668%;
  }
  .gl-vertical > .gl-cell.gl-sm-2 {
    height: 16.666666666666668%;
  }
  .gl-cell.gl-sm-3 {
    width: 25%;
  }
  .gl-vertical > .gl-cell.gl-sm-3 {
    height: 25%;
  }
  .gl-cell.gl-sm-4 {
    width: 33.333333333333336%;
  }
  .gl-vertical > .gl-cell.gl-sm-4 {
    height: 33.333333333333336%;
  }
  .gl-cell.gl-sm-5 {
    width: 41.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-sm-5 {
    height: 41.66666666666667%;
  }
  .gl-cell.gl-sm-6 {
    width: 50%;
  }
  .gl-vertical > .gl-cell.gl-sm-6 {
    height: 50%;
  }
  .gl-cell.gl-sm-7 {
    width: 58.333333333333336%;
  }
  .gl-vertical > .gl-cell.gl-sm-7 {
    height: 58.333333333333336%;
  }
  .gl-cell.gl-sm-8 {
    width: 66.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-sm-8 {
    height: 66.66666666666667%;
  }
  .gl-cell.gl-sm-9 {
    width: 75%;
  }
  .gl-vertical > .gl-cell.gl-sm-9 {
    height: 75%;
  }
  .gl-cell.gl-sm-10 {
    width: 83.33333333333334%;
  }
  .gl-vertical > .gl-cell.gl-sm-10 {
    height: 83.33333333333334%;
  }
  .gl-cell.gl-sm-11 {
    width: 91.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-sm-11 {
    height: 91.66666666666667%;
  }
  .gl-cell.gl-sm-12 {
    width: 100%;
  }
  .gl-vertical > .gl-cell.gl-sm-12 {
    height: 100%;
  }
  .gl-cell.gl-md-1 {
    width: 8.333333333333334%;
  }
  .gl-vertical > .gl-cell.gl-md-1 {
    height: 8.333333333333334%;
  }
  .gl-cell.gl-md-2 {
    width: 16.666666666666668%;
  }
  .gl-vertical > .gl-cell.gl-md-2 {
    height: 16.666666666666668%;
  }
  .gl-cell.gl-md-3 {
    width: 25%;
  }
  .gl-vertical > .gl-cell.gl-md-3 {
    height: 25%;
  }
  .gl-cell.gl-md-4 {
    width: 33.333333333333336%;
  }
  .gl-vertical > .gl-cell.gl-md-4 {
    height: 33.333333333333336%;
  }
  .gl-cell.gl-md-5 {
    width: 41.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-md-5 {
    height: 41.66666666666667%;
  }
  .gl-cell.gl-md-6 {
    width: 50%;
  }
  .gl-vertical > .gl-cell.gl-md-6 {
    height: 50%;
  }
  .gl-cell.gl-md-7 {
    width: 58.333333333333336%;
  }
  .gl-vertical > .gl-cell.gl-md-7 {
    height: 58.333333333333336%;
  }
  .gl-cell.gl-md-8 {
    width: 66.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-md-8 {
    height: 66.66666666666667%;
  }
  .gl-cell.gl-md-9 {
    width: 75%;
  }
  .gl-vertical > .gl-cell.gl-md-9 {
    height: 75%;
  }
  .gl-cell.gl-md-10 {
    width: 83.33333333333334%;
  }
  .gl-vertical > .gl-cell.gl-md-10 {
    height: 83.33333333333334%;
  }
  .gl-cell.gl-md-11 {
    width: 91.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-md-11 {
    height: 91.66666666666667%;
  }
  .gl-cell.gl-md-12 {
    width: 100%;
  }
  .gl-vertical > .gl-cell.gl-md-12 {
    height: 100%;
  }
}
/* large grid sizes
 */
/* min-width 640px
   */
@media only screen and (min-width: 64em) {
  .gl-cell.gl-lg-1 {
    width: 8.333333333333334%;
  }
  .gl-vertical > .gl-cell.gl-lg-1 {
    height: 8.333333333333334%;
  }
  .gl-cell.gl-lg-2 {
    width: 16.666666666666668%;
  }
  .gl-vertical > .gl-cell.gl-lg-2 {
    height: 16.666666666666668%;
  }
  .gl-cell.gl-lg-3 {
    width: 25%;
  }
  .gl-vertical > .gl-cell.gl-lg-3 {
    height: 25%;
  }
  .gl-cell.gl-lg-4 {
    width: 33.333333333333336%;
  }
  .gl-vertical > .gl-cell.gl-lg-4 {
    height: 33.333333333333336%;
  }
  .gl-cell.gl-lg-5 {
    width: 41.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-lg-5 {
    height: 41.66666666666667%;
  }
  .gl-cell.gl-lg-6 {
    width: 50%;
  }
  .gl-vertical > .gl-cell.gl-lg-6 {
    height: 50%;
  }
  .gl-cell.gl-lg-7 {
    width: 58.333333333333336%;
  }
  .gl-vertical > .gl-cell.gl-lg-7 {
    height: 58.333333333333336%;
  }
  .gl-cell.gl-lg-8 {
    width: 66.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-lg-8 {
    height: 66.66666666666667%;
  }
  .gl-cell.gl-lg-9 {
    width: 75%;
  }
  .gl-vertical > .gl-cell.gl-lg-9 {
    height: 75%;
  }
  .gl-cell.gl-lg-10 {
    width: 83.33333333333334%;
  }
  .gl-vertical > .gl-cell.gl-lg-10 {
    height: 83.33333333333334%;
  }
  .gl-cell.gl-lg-11 {
    width: 91.66666666666667%;
  }
  .gl-vertical > .gl-cell.gl-lg-11 {
    height: 91.66666666666667%;
  }
  .gl-cell.gl-lg-12 {
    width: 100%;
  }
  .gl-vertical > .gl-cell.gl-lg-12 {
    height: 100%;
  }
}
/* show the grid on small screens when using the .gl-sm class
 */
.gl-sm {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}
.gl-sm.gl-vertical {
  height: 100%;
}
.gl-sm > .gl-cell {
  display: table-cell;
}
.gl-sm.gl-vertical > .gl-cell {
  display: table-row;
}
.gl-sm .gl-fill {
  height: 100%;
}
.gl-sm > .gl-cell > .gl-scrollview > .gl-scrollview-content {
  position: absolute;
/* Use left, right, 0 instead of width: 100%
   * because IE9 sets a 17px (scrollbar width) padding on the right side
   * of scrollview-content otherwise.
   */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  overflow: auto;
/* scrollviews in ios
   */
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.gl-sm > .gl-cell > .gl-scrollview:after {
  content: '*';
  visibility: hidden;
}
.gl-sm > .gl-cell > .gl-scrollview {
  display: block;
  height: 100%;
}
.gl-sm.gl-vertical > .gl-cell > .gl-scrollview {
  position: relative;
  display: table-cell;
/* set height auto so we don't use the height: 100% set
    * for horizontal grids.
    * this prevents the table cell from expanding in horizontal grids.
    */
  height: auto;
}
.gl-sm .gl-cell.gl-sm-1 {
  width: 8.333333333333334%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-1 {
  height: 8.333333333333334%;
}
.gl-sm .gl-cell.gl-sm-2 {
  width: 16.666666666666668%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-2 {
  height: 16.666666666666668%;
}
.gl-sm .gl-cell.gl-sm-3 {
  width: 25%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-3 {
  height: 25%;
}
.gl-sm .gl-cell.gl-sm-4 {
  width: 33.333333333333336%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-4 {
  height: 33.333333333333336%;
}
.gl-sm .gl-cell.gl-sm-5 {
  width: 41.66666666666667%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-5 {
  height: 41.66666666666667%;
}
.gl-sm .gl-cell.gl-sm-6 {
  width: 50%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-6 {
  height: 50%;
}
.gl-sm .gl-cell.gl-sm-7 {
  width: 58.333333333333336%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-7 {
  height: 58.333333333333336%;
}
.gl-sm .gl-cell.gl-sm-8 {
  width: 66.66666666666667%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-8 {
  height: 66.66666666666667%;
}
.gl-sm .gl-cell.gl-sm-9 {
  width: 75%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-9 {
  height: 75%;
}
.gl-sm .gl-cell.gl-sm-10 {
  width: 83.33333333333334%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-10 {
  height: 83.33333333333334%;
}
.gl-sm .gl-cell.gl-sm-11 {
  width: 91.66666666666667%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-11 {
  height: 91.66666666666667%;
}
.gl-sm .gl-cell.gl-sm-12 {
  width: 100%;
}
.gl-sm.gl-vertical > .gl-cell.gl-sm-12 {
  height: 100%;
}
/* vertical alignment
 */
.gl-align-middle {
  vertical-align: middle;
}
.gl-align-bottom {
  vertical-align: bottom;
}

/*-------------------------
-----
Responsive
-----
--------------------------*/

@media only screen and (max-width: 850px) {
  .gl-cell {
    width: 100%;
    display: block !important;
  }
  .table-bordered .table-head {
    display: none;
  }
  .table-bordered tr:not(.table-head) {
    border-left: none;
  }
  td:first-child, .table-bordered td:first-child, th:first-child {
    padding-left: 12px;
  }
  td:first-child {
    width: 116px;
  }
  .table-bordered td:last-child {
    padding-right: 12px;
  }
  
    #details_wrap p {
width: 90%;}

	
	  td:first-child {
    width: 30%;
  }
}



@media only screen and (max-width: 620px) {
 h1 {font-size:4em;}
  h2.subtitle {letter-spacing:15px;}
  .hidden {display:none;}
  
  .past_tour_row img {width: 100%;float: none;}
}



@media only screen and (max-width: 560px) {
  nav {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 10px 0;
    text-align: center;
  }
  nav li {
    display: inline-block;
  }
  nav a {
    padding: 5px 10px;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 18px;
  }
  .social {
    position: relative;
    top: auto;
    right: auto;
    padding: 10px 0;
    text-align: center;
  }
  .social img {
    margin: 0 8px;
  }
.social a {display:inline-block;}


  #show_cast a:nth-child(3) {margin-left: 7px;
margin-right: 7px;}
 
}