@import url('https://fonts.googleapis.com/css2?family=Domine&family=Roboto:wght@400;900&display=swap');

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/oswald-v35-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/oswald-v35-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v35-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v35-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v35-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v35-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

html,body {
  color: #222;
  font-size: 1em;
  font-family: 'Domine', serif;
  line-height: 1.4;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

iframe,
img,
svg,
video {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #228;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

footer {
  margin-top:5vw;
  color:white;
  background-color:rgba(0,0,0,0.8);
  height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding:12px;
}
 
h1, h2, h3, h4, h5, h6, .p-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height:1em;
  margin:0;
  clear: both;
}

h2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  clear: both;
}

h2.venue-friendly-name {
  border: none;
  margin-top: 0 !important;
  clear: both;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

h3 {
  margin-top: 40px;
}

ol li {
  margin-left:10px;
  padding-left: 20px;

}

dl {
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px #eee solid;
  padding:8px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom:6px;
  margin-left:0;
}

img[src*="left"] {
  float:left;
  margin-top:0;
  margin-right:10px;
}

img[src*="small"] {
  width: 15%;
}

.venue_hero_image {
  float: left;
  margin: 24px 14px 20px 0;
  margin-top: 0px !important;
  max-width: 100%;
  width: 520px;
}

.exhibition_hero_image {
  float: left;
  margin: 6px 14px 20px 0;
  max-width: 100%;
  width: 256px;
}

.p-price {
  font-weight: bold;
  font-size: 120%;
}

h2:not(:first-child) {
  margin-top: 2.5vw;
}

ul {
  padding-left:12px;
}
ul li {
  list-style-type: "\2713";
  padding-left:8px;
}

table {
  border-collapse: collapse;
  border: 1px #eee solid;
}
th, td {
  text-align: left;
  padding: 8px;
}
th {
  background-color: #eef;
}

/* A single container for the UNSTYLED venue list*/
.venue-list-container {
  padding-top: 32px;
  margin: 0 auto;
  max-width: 80%;
  display: block;
}

/* Google Maps widget */

.gmap-outer{
  position:relative;
  text-align:right;
  width:100%;
}
.gmap-canvas iframe{
  overflow:hidden;
  background:none!important;
  width:100%;
}

/**** Design elements ****/
/* Nearby Venues */
.nearby-venues {
  margin: 0 auto;
  padding-top: 32px;
}

.nearby-venue {
  border: 1px solid #aaa;
  border-radius: 8px;
  /*margin:16px;*/
  overflow:auto;
  min-height:100px;
  width: 20%;
  background-size: cover;
}

.venue-info-container {
  padding-top: 32px;
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  flex-wrap:wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
}

main.venue-info {
  width: 70%;
  font-size:14pt;
}

main.venue-info a {
  color: #228;
  font-weight: bold;
}

main.content img {
  display:block;
  margin-top:16px;                  
  margin-bottom:16px;
}

aside.venue-info-aside {
  width: 20%;
  margin-top: 76px;
  /*margin-left:32px;*/ 
}

.content-container {
  padding-top: 32px;
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  flex-direction: row;
}

main.content {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  /*max-width: 740px;*/
  font-size:14pt;
}

main.tickets {
  margin:0 32px;
}

aside.content-aside {
  width: 614px;
  margin-left:32px;
}

header {
  width: 100%;
  height: 270px;
  max-height:300px;
  min-height:200px;
  position: relative;
}

#topbar {
  position: fixed;
  min-height: 48px;
  background-color: rgba(0,0,0,0.8);
  width:100%;
  font-family: 'Roboto', sans-serif;
  font-size:23pt; 
  color:white;
  text-transform: uppercase; 
  font-weight: bold;
  letter-spacing:1pt;
  padding-left:10px;
  box-sizing: border-box;
}

/* MMenu */

nav {
  display:none; /* Ensure the uninitialized menu is not shown */
}

/* Compile the Hamburger (the 3 lines) */
#topbar a.hamburger {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 0;
	right: 0;
}
#topbar a.hamburger:before,
#topbar a.hamburger:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
#topbar a.hamburger span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}


#hero-image {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height:100%;
  left:0;
  right:0;
}

.hero-heading {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 74px;
  text-shadow: rgba(0,0,0,0.6) 0px 0px 10px;
  margin-top:6vw;

  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height:1em;
  clear: both;  
}

.product-list {
  margin:0 auto;
  margin-top: 32px;
}

.product-container {
  display: flex;
  border: 1px solid #aaa;
  border-radius: 8px;
  margin-top:32px;
  overflow:auto;
  min-height:200px;
  background-size: cover;
}

.left {
  min-width:200px;
}

.right {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-image img {
  display: block;
  max-width:200px;
  max-height:225px;
  width: auto;
  height: auto;
}

.product-data{
  padding:12px;
  background-color: rgba(255,255,255,0.9);
}

.product-summary {
  flex-grow:1;
}

.bottom-columns {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.rating-in-text {
  margin-left:12px;
  font-weight:bold;
}


/* Flex Columns for Content */
main .flex-grid {
  display: flex;
  justify-content: space-between;
}
main .flex-grid .col {
  width: 49%;
}

/* Nice note box*/
p.note {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #f0f7fb;
     background-image: url(/img/icon-info.png);
     background-position: 16px 16px;
     background-repeat: no-repeat;
     border: solid 1px #3498db;
     border-radius: 6px;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 60px;
}




/* ------ OLD Menu, before mmenu ------ */
/*
nav a {
  text-decoration: none;
}

nav {
  font-family: monospace;
  float:right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size:10pt;
}

nav li {
  color: #fff;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
nav li a {
  color: #fff;
}

nav li:hover {
  cursor: pointer;
}

nav ul li ul {
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  right: 0;
  display: none;
}

nav ul li:hover > ul,
nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

nav ul li ul li {
  clear: both;
  width: 100%;
}

*/

/*---------- star rating ----------*/
.star-rating, .back-stars, .front-stars {
  display: flex;
}

.star-rating {
  align-items: center;
  font-size: 1em;
  justify-content: center;
}
.star-rating i {
  margin-right: 1px;
}
.back-stars {
  color: #bb5252;
  position: relative;
  /*text-shadow: 4px 4px 10px #843a3a;*/
}

.front-stars {
  color: #FFBC0B;
  overflow: hidden;
  position: absolute;
  /*text-shadow: 2px 2px 5px #d29b09;*/
  top: 0;
  transition: all 0.5s;
}
/*-------- end start rating --------*/


img.venue_hero_image {
  box-shadow:
    -43px -43px 0 -40px tomato,
    43px 43px 0 -40px bisque;
}


#stay22-widget, .stay22-widget {
  height:400px;
}