

/*end iphone css*/

/*body*/

.icon-bar { 
    background-color: #C0B283;
}

#barmenus {
    width: 50%;
    margin: auto;
 }


.centreclass {
    text-align: center;
}


.nav > li > a:hover {
    background-color:#F4F4F4;
}

.navbar {
    background-color: #373737;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #373737;
}

.navbar-fixed-top .navbar-collapse {
    background-color: #373737;
}

.dropdown-menu {
    border: #373737;
}

a img {
        border-style:none;
}


#galimage {
	width: 260px;
}

.elixirbutton {
    border: 2px solid #373737;
    background-color: #C0B283;
    color: #373737;
    padding: 14px 28px;
    font-size: 18px;
    border-radius: 5px;
}

.elixirbutton:hover {
    background-color: #373737;
    color: #C0B283;
}

.elixirbutton:visited {
	/*color: inherit*/
}


.parallax {    
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    padding-top: 34%;
}

 .parallaxholder {
    width: 100%;
 }

.headerindex {
    background-image: url("../eventimages/Elixir_Index_Header_01_Lrg.png");
}

.headerstory {
    background-image: url("../eventimages/Elixir_Story_Header_01_Lrg.png")
}

.headermenu {
    background-image: url("../eventimages/Elixir_Menu_Header_01_Lrg(1).png")
}

.headerwhatson {
    background-image: url("../eventimages/Elixir_WhatsOn_Header_01_Lrg.png")
}

.headerspaces {
    background-image: url("../eventimages/Elixir_Spaces_Header_01_Lrg.png")
}

.headerbirthdays {
    background-image: url("../eventimages/Elixir_Birthdays_Header_01_Lrg.png")
}

.headercorporate {
    background-image: url("../eventimages/Elixir_Corporate_Header_01_Lrg.png")
}

.headerengagements {
    background-image: url("../eventimages/Elixir_Engagements_Header_01_Lrg.png")
}

.headerhens {
    background-image: url("../eventimages/Elixir_Hens_Header_01_Lrg.png")
}

.headercontact {
    background-image: url("../eventimages/Elixir_Contact_Header_01_Lrg.png")
}

.headermelbournecup {
    background-image: url("../eventimages/Elixir_Melbourne_Cup_Header_01_Lrg.png")
}


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

    .parallax {
        padding-top: 75%;
    }

		.headerindex {
			background-image: url("../eventimages/Elixir_Index_Header_01_Mobile.png")
        }

        .headerstory {
            background-image: url("../eventimages/Elixir_Story_Header_01_Mobile210820.png")
        }

        .headermenu {
            background-image: url("../eventimages/Elixir_Menu_Header_01_Mobile.png")
        }

        .headerwhatson {
            background-image: url("../eventimages/Elixir_WhatsOn_Header_01_Mobile.png")
        }

        .headerspaces {
            background-image: url("../eventimages/Elixir_Spaces_Header_01_Mobile.png")
        }

        .headerbirthdays {
            background-image: url("../eventimages/Elixir_Birthdays_Header_01_Mobile.png")
        }

        .headercorporate {
            background-image: url("../eventimages/Elixir_Corporate_Header_01_Mobile.png")
        }

        .headerengagements {
            background-image: url("../eventimages/Elixir_Engagements_Header_01_Mobile.png")
        }

        .headerhens {
            background-image: url("../eventimages/Elixir_Hens_Header_01_Mobile.png")
        }

        .headercontact {
            background-image:  url("../eventimages/Elixir_Contact_Header_01.png")
        }

        .headermelbournecup  {
            background-image: url("../eventimages/Elixir_Melbourne_Cup_Header_01_Mobile.png")
        }
    
        #pagecontainer p,div.imagedescription, div.termsandcond {
            text-align: center;
        }
        
}

img {
    border-radius: 5px;
}

body.elixirbody {
   margin:0px;
   background:#f4f4f4;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*
#mainpage {
 background: #EEEFEB;
}
*/

div.highlight {
	background: #DCDCDC;
}


div.maincontent {
   margin: 0 auto;   
}

article.menu {
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
  }

#pagecontainer {
 clear:both;

 padding-top: 20px;
 padding-bottom:80px;
}

#menu {
font-size:10pt;
letter-spacing: 2px;
}

#menu a.active {
	font-weight:bold;
}


#menu a {
	text-decoration: none;
	color:#C0B283;
	background-color: #373737;
	text-transform: uppercase;
	
}

#socialmedia {
    float:left;
    margin-left:auto;
    margin-top: 10px;
}

#terms {

    margin-top: 15px;
    text-align: center;
 
 }

#copyright{
    color: #999999;
       float: right;
       font-family: helvetica;
       font-size: 9pt;
       padding-right: 40px;
       margin-top: 15px;
       }

.contentflex {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
 }
}


/*main content*/

div.leftcontent {
	float:left;
	width:660px;

}

div.rightsignup {
	float: right ;
	width:300px

}

div.clear {
	clear:both;
}

#pagecontainer h2 {
	font-family: "Trajan", Baskerville, Times New Roman, serif;
	font-size: 40pt;
	font-weight: lighter;
	color: #C0B283;
	margin-top:15px;
	margin-bottom:15px;
    letter-spacing:2px;
    text-align: center;
}
#pagecontainer h3 {
	font-family: "Trajan", Baskerville, Times New Roman, serif;
	font-size: 22pt;
    font-weight: lighter;
    color: #C0B283;
	margin:5px;
    margin-left:0px;
    text-align: center;
}

#pagecontainer h4 {
	font-family: "Trajan", Baskerville, Times New Roman, serif;
	font-size: 14pt;
	font-weight: lighter;
	margin:5px;
	color: #9E816E;
	letter-spacing:2px;

	
}

#pagecontainer p,div.imagedescription, div.termsandcond {
	font-family: helvetica;
    font-size: 14pt;
    color:#373737;
    text-align: justify;
    padding-left: calc(5% + (20 - 5) * ((100vw - 300px) / (1600 - 300)));
    padding-right: calc(5% + (20 - 5) * ((100vw - 300px) / (1600 - 300)));
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    #pagecontainer p, div.imagedescription,  div.termsandcond {
        text-align: center;
    }
}

#contactform {
    text-align: center;
}

div.homebox {
	padding-bottom:10px;
    padding-top:6px;
    text-align: center;
    align-items: center;
}

 
div.homesubbox {
    margin: auto;
	width:250px;
	
	font-family: helvetica;
	font-weight: lighter;
	color:#333333;
	margin-top: 20px;
}

div.homesubbox:last-child{
}


div.homeposter {
padding-right:30px;

}

span.subtitle {
	font-weight:bold;
    display:block;
	
}

div.leftcontent p{

	margin-left:30px;
}



input.signup {
	height:35px;
	width:250px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;

}

div.poster img {
	margin-left:10px;
	padding-top:30px;
	padding-bottom:30px;
}

div.poster div {
	float:left;
	width:260px;
	padding-left: 10px;
}

img.homeimage {
	padding-top:30px;
	padding-bottom:40px;
	display: block;
    margin-left: auto;
    margin-right: auto
}

#socialmedia {
	float:left;
	margin-left:30px;
	margin-top: 5px;
}

#copyright{
color: #999999;
    float: right;
    font-family: helvetica;
    font-size: 9pt;
    padding-right:40px;
    margin-top: 15px;
    
    }
    
div.photo {
	float:left;
	font-size: 12px;
    text-align: center;
    font-family: helvetica;
    cursor:pointer;
    border: 1px solid;
	padding: 1px;
	height: 200px;
    width: 270px;
	
}
    
img.imageview {
	width:270px;
	height:180px;
	border: 1px solid black;
	padding: 1px;
}
    
div.photo img {
	width:270px;
	height:180px;
}


#homegallery {
	min-height:170px;
}
#loading {
	display: block;
    margin-left: auto;
    margin-right: auto

}

#togallery {
	text-decoration: none;
}

#terms {
 margin-left:300px;
 margin-top: 15px;
 }

#terms a {
	color: #999999;
	font-family: helvetica;
    font-size: 9pt;
    padding:5px;
   
}

div.submenu {
    font-weight: bold;
    text-align: center;
    width: 100%;
	font-family: "Trajan", Baskerville, Times New Roman, serif;
	font-size: 22pt;
    font-weight: lighter;
    color: #C0B283;
	margin:5px;
    margin-left:0px;
}

div.menuitem {
	width:100%;
	text-align: center;
	padding:5px;
	
}

div.menuiconexpanded { 
	background: url("../images/minus.jpg");
	background-repeat:no-repeat;
	background-position:0px 5px;	
	display:inline-block;
	height:20px;
	width:20px;

}

div.menuicon {
	background: url("../images/plus.jpg");
	background-repeat:no-repeat;
	background-position:0px 5px;	
	display:inline-block;
	height:20px;
	width:20px;
}

div.menuname {
	text-align: left;
	font-weight:bold;
	display:inline-block;

}
div.menudescription {
    text-align: center;
    display:none;
    padding: 10px;

}

div.submenu {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-family: "Trajan", Baskerville, Times New Roman, serif;
	font-size: 22pt;
    font-weight: lighter;
    color: #C0B283;
	margin:5px;
    margin-left:0px;
}

div.foodmenu {
	clear:both;
	padding-top:10px;
}

div.contactdetails {
    text-align: center;
}

#drinkmenu li img, #functionmenu li img {
	width:130px;
	
}

#drinkmenu li, #functionmenu li {
	list-style:none;
	float:left;
	padding:10px;
	text-align: center;
	font-size:17px;
	height:30px;
    cursor:pointer;
    background: #EAE9E9;
}

#drinkmenu li.selected, #functionmenu li.selected {
	opacity:1;
    border: 4px solid #C0B283;
}

#drinkmenu li {
    width:130px;
    height: 50px;
}

#barmenus li img, #functionmenu li img {
	width:130px;
}

#barmenus li, #functionmenu li {
	list-style:none;
	float:left;
	padding:10px;
	text-align: center;
	font-size:17px;
	height:30px;
    cursor:pointer;
    background: #EAE9E9;
}

#barmenus li.selected, #functionmenu li.selected {
	opacity:1;
    border: 4px solid #C0B283;
}

#barmenus li {
    width:130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#functionmenu li {
	width:177px;
}

#footer {
	padding-top: 10px;
	height:50px;
	
}

div.functionbox {
	border-top: 1px solid;
	padding-bottom: 20px;
    padding-top: 20px;

}

div.functionbox img {
	float :left;

}
div.functiontext  {
	float: left;
    padding-left: 30px;
    width: 600px;

}

/*events */

div.eventdiv {
	float: left;
    padding-left: 10px;
    width: 260px;
    color: #666666;
    font-family: helvetica;
    font-size: 11pt;
    font-weight: lighter;
    text-align: justify;

}

div.eventtitle,div.imagetitle {
	font-weight:bold;
	text-align: center;
	padding-top: 5px; 
	padding-bottom: 5px;
	color: #666666;
}

div.twocolleft {
    float: left;
    width:45%;
}
div.twocolright {
    float: right;
    font-family: helvetica;
    font-size: 11pt;
    font-weight: lighter;
    width:45%;
}
form.contact_form {
    margin-top: 20px;
}
form.contact_form label {
    display: inline-block;
    font-family: helvetica;
    font-size: 11pt;
    font-weight: lighter;
    width: 100px;
}
form.contact_form input {
    margin: 5px;
    width: 250px;
}
form.contact_form textarea {
    height: 100px;
    margin: 5px;
    width: 250px;
}
form.contact_form input[type="image"] {
    float: right;
    width: 70px;
}


/*iphone css*/

div.soldout a{
	display:none;
}

div.soldout img{
	opacity:0.5;
}

div.soldtitle{
	font-weight: bold;
    text-align: center;
}

.dropbtn {
	text-decoration: none;
	text-transform: uppercase;
    color: #666666;
    list-style: none;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
	font-family: helvetica;
	font-size: 10pt;
    font-weight: lighter;
    border: none;
    background-color: lightgrey;
    line-height: 0;
}

.dropdown {
	padding-top:0px;
	/* line-height: 0; */
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e5e6e1;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #e5e6e1;}

@media screen and (max-width: 600px) {
    .mainpage {
        width:100%
    }
    .highlight{
        width:100%;
        margin: 0 auto;
    }
    .header {
        width: 100%;
    }
    #maincontent {
        widows: 100%;
    }
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #2980b9;
  color: #fafafa;
}

::selection {
  background: #2980b9;
  color: #fafafa;
}

a {
  text-decoration: none;
  color: #373737;
}
a:hover {
  color: #C0B283;
}
a:visited {
  /*color: #9b59b6;*/
}

.flex {
  display: flex;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 7px;
  padding-bottom: 7px;
}

.col {
  flex-direction: column;
}

.column {
  flex-basis: 100%;
}

@media (min-width: 1200px) {
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .column {
    flex: 1;
  }
}
.wrap {
  flex: row-wrap;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-self-start {
  align-self: start;
}

.align-self-end {
  align-self: end;
}

.align-self-center {
  align-self: end;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

html, body {
  height: 100%;
}

.header {
  grid-area: header;
  height: 50px;
  border: solid 3px #4b4b4b;
}

.navbar {
  grid-area: navbar;
  height: 50px;
}

.content {

}

.footer {
  grid-area: footer;
  border: solid 3px #4b4b4b;
  height: 50px;
}

.main-grid {
  height: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: 50px 50px 1fr 50px;
  grid-template-columns: repeat(1fr, 12);
  grid-template-areas: "header" "navbar" "content" "footer";
}

.zig-zag .row {
  margin: 10px 50px;
}
.zig-zag .row > * {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  display: flex;
}
.zig-zag .row > * img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
.zig-zag .row:nth-child(odd) {
  flex-direction: row-reverse;
}

