/*
	Theme Name: Royal on 99
	Description: Custom WordPress Theme
	Version: 1.0.0
	Author: Phil Kingham for Plash Creative
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {

}
body {
	font-family: 'Open Sans', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:50px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:3px;
	margin: 0px 0px 40px 0px;
	padding:0px;
	position:relative;
	margin-top:150px;
}
.page-id-2 h1 {
	margin-top:200px;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:400;
}
.content-wrapper2 h2 {
	background-image: url(img/h2-underline-white.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-bottom:14px;
	background-size:80px 2px;
}
.page-id-18  .content-wrapper h2 {
	color:#fff;
	background-image: url(img/h2-underline-white.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-bottom:14px;
	background-size:80px 2px;
}
.whatson-summary h2 {
	font-size:22px;
	margin:0px 0px 8px 0px;
	background-image: url(img/h2-underline-white.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-bottom:6px;
	background-size:50px 2px;
}
.how-much {
	width:100%;
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-size:36px;
	line-height:48px;
}
.footer-col1 h3 {
	font-size:20px;
	letter-spacing:1px;
	font-weight:600;
	background-image: url(img/h2-underline-white.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-bottom:16px;
	background-size:80px 2px;
}
.footer-col2 h3 {
	font-size:20px;
	letter-spacing:1px;
	font-weight:600;
	background-image: url(img/h2-underline-white.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-bottom:16px;
	background-size:80px 2px;
}
.footer-col3 h3 {
	font-size:20px;
	letter-spacing:1px;
	font-weight:600;
	background-image: url(img/h2-underline-white.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	padding-bottom:16px;
	background-size:80px 2px;
}
.page-id-2 .footer-col1 h3, .page-id-2 .footer-col2 , .page-id-2 .footer-col3 h3 {
	color:#EDEDED;
}
.page-id-2 .footer-gallery-link {
	max-width:170px;
	border: solid 4px #AEAEAE;
}
.footer-gallery-link {
	max-width:166px;
	border: solid 4px #fff;
}
.mc_success_msg {
    color: #fff!important;
    margin-bottom: 1.0em;
}
/* wrapper */
.wrapper {
	width:100%;
	float:left;
	margin:0;
	position:relative;
}
/* header */
.header {
	width:100%;
	float:left;
	height:100px;
	padding:10px 5%;
	background:none;
	position: fixed;
	z-index:999;
	top:0px;
	left:0px;
	-webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.header-shrink {
	background:#005399;
}
/* logo */
.logo {
	max-width:120px;
	float:left;
	margin:8px 0px 0px 0px;
}
.logo-img {
	width:100%;
	float:left;
}
/* nav */
.nav {
	width:auto;
	float:right;
}
.nav ul li a {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
	letter-spacing:1px;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    width:  ;
    float: right;
    margin: 0;
    padding: 30px  14px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.nav ul li a:hover {
    color: #41ABF2; 
}
.nav .current-page-ancestor a{  color: #99DBFF; }
.nav .current_page_item a {  color: #99DBFF; }
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
	width:auto;
    position: relative;
    z-index: 3000;
}
.nav ul li {
    float: left;
    position: relative;
    width:;
    text-align: center;
}
.nav li ul {
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
/* Content */
.page-banner {
	width:100%;
	float:left;
	height:600px;
	margin: 0px 0px 0px 0px;
	background-color:#777;
	text-align:center;
	position: relative;
}
.page-id-16 .page-banner {
	width:100%;
	float:left;
	height:400px;
	background-size:cover;
}
.page-id-2 .page-banner {
	width:100%;
	float:left;
	height:700px;
	margin: 0px 0px 0px 0px;
	background-color:#777;
	text-align:center;
	position: relative;
}
.banner-inner {
	position:absolute;
	z-index:888;
	max-width: 940px;
    margin: 0px auto;
    text-align: center;
    right: 0px;
    left: 0px;
}
.banner-message {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
	font-weight:700;
	letter-spacing:2px;
    color: #fff;
	max-width:780px;
	position:relative;
	z-index:888;
	margin:0px auto;
	padding: 0px 0px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
.banner-message strong {
	font-size: 34px;
}
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	z-index: 9999;
	opacity: 1;color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/arrows.png") no-repeat left top;
	margin-top: -45px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0; 
  background-image:url(img/shadow.png); 
  background-position:center bottom; 
  background-repeat: no-repeat; 
  background-size:100% auto;
  }
  .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%; 
  left: 0;height:600px;
  background-size:cover; 
  background-position:center center;
  top: 0;
  }  
  .page-id-2  .rslides li {
	height:700px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.color-overlay {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	background: rgba(0, 0, 0, .5);
	z-index:555;
}
.the99Large {
	width:100px;
	height:auto;
	margin:0px 0px 10px 0px;
}
.the99 {
	width:30px;
	height:auto;
	margin:0px 0px 10px 0px;
}
/* Content */
.content-wrapper {
	width:100%;
	float:left;
	padding:60px 5%;
	background-color:#F2F2F2;
}
.page-id-18 .content-wrapper {
	padding:40px 5%;
	background-color:#2C3E50;
}
.whatson-content{
	width:100%;
	float:left;
	padding: 0px 5% 60px 5%;
	background-color:#333;
	position:relative;
	background-size:cover;
	background-position:center center;
}
.whatson-posters {
	width:100%;
	float:left;
	margin:30px 0px 30px 0px;
}
.whatson-posters img{
	width:30%;
	float:left;
	margin:0px 3% 0px 0px;
}
.whatson-content-inner {
	max-width:1140px;
	margin:0px auto;
	text-align:center;
}
.whatson-summary {
	width:13%;
	height:170px;
	float:left;
	color:#fff;
	font-size:15px;
	line-height:20px;
	padding:14px;
	text-transform:uppercase;
	background: rgba(0, 0, 0, .8);
	margin:60px 1% 0px 0px;
}
.whatson-summary a {
	width:100%;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	margin:10px 0px;
}
.history-images {
	width:100%;
	float:left;
	background-color:#333;
}
.history-image-block {
	width:50%;
	float:left;
	height:360px;
	background-color:#444;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
/* Gallery */
.watermark {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent url(http://www.royal99.com.au/wp-content/themes/royalon99/img/99-watermark.png) bottom right no-repeat;
    z-index: 1100;
}

.instagram-wrapper {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	background-color:#333333;
}
.instagram-wrapper h2 {
	margin:30px 0px 30px 0px;
}
.ri-grid {
    margin:0px;
    position: relative;
}
.gallery-list {
	width:100%;
	float:left; 
	margin: 0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.gallery-list li {
	width:11.5%;
	float:left; 
	padding:0px;
	margin:0px 1% 10px 0px;
	list-style:none;
}
.gallery-list li img {
	width:100%;
	height:auto;
}
blockquote {
	color:#005399;
	font-size:22px;
	line-height:32px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}
.content {
	max-width:940px;
	margin:0px auto;
	color:#333333;
	font-size:16px;
	line-height:28px;
	text-align:center;
}
.content a {
	color: #41ABF2;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.content a:hover {
	color: #444;
}
.content-wrapper2 {
	width:100%;
	float:left;
	padding:60px 5%;
	background-color:#2C3E50;
}
.content-wrapper2 blockquote {
	color:#41ABF2;
	font-size:22px;
	line-height:32px;
}
.content2 {
	max-width:940px;
	margin:0px auto;
	color:#fff;
	font-size:16px;
	line-height:28px;
	text-align:center;
}
.home-quick {
	width:100%;
	float:left;
	padding:40px 5%;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	background-color:#005399;
}
.home-quick-inner {
	max-width:960px;
	margin:0px auto;
}
.home-social-icon {
	width:40px;
	height:auto;
	margin:0px 10px;
}
.venue-summary {
	width:23%;
	height:200px;
	float:left;
	margin:10px 1%;
	background-color: ;
	padding:10px;
	position:relative;
	background-size:cover;
	background-position:center center;
}
.venue-summary h2 {
	font-size:18px;
	color:#fff;
	position:absolute;
	z-index:999;
	 top:35%;
	 right: 0px;
    left: 0px;
	 text-align:center;
}
.bookingButton-section {
	width:100%;
	float:left;
	margin:40px 0px 0px 0px;
}
.bookingButton {
	color:#fff!important;
	font-size:18px;
	letter-spacing:1px;
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
	background-color:#005399;
	padding:14px 24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.bookingButton:hover {
	color:#fff;
	background-color:#333;
}
 .coloroverlay {
	 position:absolute;
	 left:0px;
	 top:0px;
	 right:0px;
	 bottom:0px;
	 background: rgba(34, 34, 34, .5);
	 z-index:888;
	 -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
 }
.venue-summary .coloroverlay:hover {
	 background: rgba(0, 83, 153, .8);
}
.viewgallery-wrapper {
	width:100%;
	float:left;
	padding:120px 5%;
	text-align:center;
	background-size:cover;
	background-position:center center;
}
/* Google Map */
.gmap {
	width:100%;
	float:left;
	height:440px;
	background-color:#333;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);       
	-ms-filter: grayscale(100%);        
	-o-filter: grayscale(100%);           
	filter: grayscale(100%);
}
.mapoverlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}
/* footer */
.page-id-18 .hide {
	display:none;
}
.booking-form-col {
	width:29%;
	float:left;
	margin:0px 2%;
	text-align:left;
	font-size:15px;
	color:#fff;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
	width:100%;
	float:left;
	padding:8px;
	font-size:14px;
	color:#444;
	background-color:#EDEDED;
	border:solid 0px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#fff;
	border:solid 0px;
}
.wpcf7-submit {
	color:#fff!important;
	font-size:14px;
	border:solid 0px;
	width:100%;
	float:left;
	margin:30px 0px 0px 0px;
	letter-spacing:1px;
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
	background-color:#005399;
	padding:14px 24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.wpcf7-submit:hover {
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	background-color:#333;
}
label.mc_var_label.mc_header.mc_header_email {
	display:none;
}
.mc_input {
	width:70%!important;
	float:left;
	margin-left:12%;
	padding:8px;
	font-size:16px;
	color:#444;
	background-color:#FFFFFF;
	border:solid 0px;
}
#mc_signup_submit {
	width: 18%!important;
    padding: 8px 0px;
	float:left;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	border:solid 0px;
	color:#fff;
	margin: 0px 0px 0px 0px;
	background-color:#2C3A42;
}
.contact-footer {
	width:100%;
	float:left;
	padding:40px 5%;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	background-color:#005399;
}
.page-id-2 .contact-footer {
	color:#fff;
	background-color:#2C3E50;
}
.contact-footer-inner {
	max-width:960px;
	margin:0px auto;
}
.footer {
	font-family: 'Montserrat', sans-serif;
	width:100%;
	float:left;
	padding:40px 5%;
	color:#111;
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	background-color:#fff;
}
.plash {
	float:right;
}
.footer-social {
	width:26px;
	height:auto;
	margin-left:10px;
	margin-bottom:-4px;
}
.footer-col1 {
	width:33.333%;
	float:left;
	font-size:18px;
}
.footer-col2 {
	width:33.333%;
	float:left;
	text-align:center;
	line-height:20px;
}
.footer-col2 strong {
	font-size:18px;
	color:#EDEDED;
}
.footer-col3 {
	width:33.333%;
	float:left;
	text-align:right;
}
.footer-col3 a {
	color:#99DBFF;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.footer-col3 a:hover {
	color:#fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:680px) {
	
	.header {
		position: relative;
	}
	.page-banner {
    height: 500px;
    margin: 0px 0px 0px 0px;
	}
	.booking-form-col {
		width:100%;
		float:left;
		margin:10px 0%;
	}
	.whatson-summary {
    width: 48%;
    height: 170px;
    font-size: 15px;
    line-height: 20px;
    padding: 14px;
    margin: 60px 1% 0px 0px;
}
.footer-col1, .footer-col2, .footer-col3 {
    width: 100%;
    float: left;
    font-size: 18px;
}
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
