/*   
Theme Name: Gold Coast
Theme URI:
Description: 
Author: 
Author URI: 
Version: 1.0
*/

/*
 Table Of Content:
 1) General Styles
 2) Grids
 3) Helper
 4) Header
 5) Body Styles
 6) Footer
 7) Media Quries - Except Grid
 --------------------------------*/
/*
 1) General Styles
 --------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('assets/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('assets/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('assets/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('assets/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background: #262626;
  overflow-x:hidden;
}
a {
  color: #ea8c29;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ea8c29;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
h1,.h1 {
  font-size: 3.125em;
}
h2,.h2 {
  font-size: 1.5em;
  color:#ea8c29;
  margin-top:2px;
  margin-bottom:4px;
}
.single-post h2{
  color: #000;	
  font-weight:300;	
}
h3,.h3 {
  font-size: 1.125em;
  color:#000000;
}
h4,.h4 {
  font-size: 1em;
}
h5,.h5 {
  font-size: 0.8em;
}
h6,.h6 {
  font-size: 0.5em;
}
p {
  margin: 0 0 27px;
  color:#ffffff;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul, ol {
  margin-top: 0;
  margin-bottom:0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.clearfix {
  clear: both;
}
img {
  vertical-align: top;
}
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fatop {
  vertical-align: top;
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-arrow-up:before {
  content: "\f062";
  color: #2bb673;
}
.fa-arrow-down:before {
  content: "\f063";
  color: #e90000;
}
.fa-angle-right:before {
  content: "\f105";
  margin: 0 2px;
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
/*
 2) Grids
 --------------------------------*/
.row:before,
.row:after,
.container:before,
.container:after,
.col-1-2:before,
.col-1-2:after,
.col-2-2:before,
.col-2-2:after,
.col-1-2-h:before,
.col-1-2-h:after,
.col-2-2-h:before,
.col-2-2-h:after,
.col-lg-3:before,
.col-lg-3:after,
.header-navigation:before,
.header-navigation:after {
  content: "";
  display: table ;
  clear: both;
}
[class*='col-'] {
  float: left;
  min-height: 1px;
}
.container{
	width:1180px;
	margin:0 auto;
}
.col-1-2, .col-1-2-h{
	width:452px;
	float:left;
}
.col-2-2, .col-2-2-h{
	width:728px;
	float:left;
	position:relative;
	line-height:1.3;
}
.post-col-1{
	width: 750px;
	margin-right: 20px;	
	padding-top: 8px;
}
.post-col-2{
	width: 410px;
	color:#444;
	font-size:14px;
}
.post-col-2 p{
	color:#444;	
	margin-bottom: 20px;
}
.col-2-2 a:hover{
	text-decoration: underline;	
}
.pagepadding{
	padding-right: 150px;
	padding-top:10px;	
}
.col-1-3{
	width:380px;
	float:left;
	margin:0 10px 0px;
}
.home .col-1-3{
	margin-bottom: 20px;	
}
.col-1-3:first-child{
	margin-left:0;
}
.col-1-3:nth-child(3n+0){
	margin-right:0;
}
.col-1-3:nth-child(3n+1){
	margin-left:0;
}

/*
3)HELPER
---------------------------------*/
.gutter-left{
	padding-left:15px;
}
.bg-white{
	background:#ffffff;
}
.color-orange{
	color:#ea8c29 !important;
}

/*
4) HEADER 
---------------------------------*/
header{
	padding-bottom:14px;
}
.header-logo{
	margin-top:9px;
}
.header-navigation{
	padding-top:77px;
}
#menu{
	/*float:right;*/	
}
.header-navigation li{
	float:left;
	list-style:none;
	padding-left:14px;
	padding-right:14px;
	position:relative;
}
.header-navigation a{
	font-size:0.875em;
	color:#fff;
	text-transform:uppercase;
}
.header-navigation a:hover, .header-navigation a:focus{
	text-decoration:none;
	border-bottom:4px solid #ea8c29;
}
.header-navigation li:first-child{
	padding-left:0;
}
.header-navigation li:last-child{
	padding-right:0;
	padding-left:14px;
}
.header-navigation ul li > ul{
	display:none;
	position: absolute;
    top: 25px;
	z-index:9999;
}
.header-navigation ul li:hover > ul{
    margin-left:0px;
	display:block;
	z-index:9999;
}
.sub-menu li{
	float:none;
	padding-top:0px;
	padding-bottom:20px;
	width:200px;
	background:#262626;
}
.sub-menu li:first-child{
	padding-left:15px;
	padding-top: 15px;
}
.sub-menu a{
	text-transform:none;	
}
.sub-menu a:hover{
	border:0;
}
nav.resMenu{
	display:none;
}

/*
5) Body Styles
---------------------------------*/

/* Slider Customization */
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	background: url(assets/images/slider-arrow.png) no-repeat !important;
	width:48px !important;
	height:48px !important;	
}
.ms-skin-default .ms-nav-next{
	background-position: -49px 0 !important;	
}
.ms-inner-controls-cont, .ms-container{
	position: static !important;	
}
/* Slider customization Ends */

.maincontent{
	min-height: 345px;
}
.maincontent ul, ol{
	margin-bottom: 20px;
	margin-left:20px;	
}
.section-heading{
	font-weight:bold;
	text-align:center;
	font-family:Open Sans Condensed;
}
.xtra-bspace {
	margin-bottom: 6px;	
}
.section-link{
	font-size:1em;
	color:#ea8c29;
	position:relative;
	display:block;
	margin-top:22px;
}
a.section-link:hover{
	text-decoration: underline;	
}
.homenews p{
	font-size:0.875em;
	line-height:1.3;
}

/* PRESS CONTENT */
.mob-heading,.mob-heading1{
	display:none;
}
.post-space{
	padding-top:11px;
}
.post-content {
	margin-bottom:22px;
}
.post-content img{
	margin-bottom:9px;
}
.post-content h3{
	text-align:left;
	color:#000000;
	font-weight:300;
	margin-bottom:2px;
	margin-top:0px;
	font-family: open sans;
}
.post-content p{
	font-size:0.75em;
	margin-bottom:22px;
	color:#000000;
	text-align:left;
}
.post-content .section-link{
	top:-7px;
}
.post-content .section-link:hover{
	color:#ea8c29;
}
/* Location PAGE */
.inner-bg{
	background-size:cover;
	min-height:891px;
}
.inner-space{
	margin-top:226px;
}
.inner-heading{
	color:#ffffff;
	font-weight:300;
}
ul.inner-nav {
	margin-top:7px;
	position:relative;
	margin-left:0;
}
.inner-nav li{
	list-style:none;
	padding-top:7px;
	padding-bottom:6px;
}
.inner-nav li:first-child{
	padding-top:0;
}
.inner-nav li:last-child{
	padding-bottom:0;
}
.inner-nav a{
	font-weight:300;
}
.inner-nav a:hover{
	border-bottom: 1px solid #ea8c29;
	text-decoration:none;
}
.inner-nav a:focus{
	text-decoration: none;	
}
.inner-img{
	margin-top:18px;
	margin-bottom:18px;
}
.location-box {
    left: 240px;
    position: absolute;
	top:0;
	margin-bottom:10px;
}
.box-map h4, .location-box h4{
	color: #fff;
	font-weight:700;
	display:none;
	text-transform:uppercase;	
}
.location-box p{
	color:#ffffff;
	font-weight:300;
	display:block;
	margin-bottom:17px;
}
/* TYPICAL STAGE Pages */
.typical-content{
	position:relative;
}
.typical-bg-gray{
	background: rgba(0,0,0,0.5);
	width:550px;
	position:absolute;
	right:-298px;
	top:130px;
	display:none;
}
.typical-box{
	font-size:14px;
	padding:21px;
}
.typical-box h2 {
	font-weight:300;
	color:#ffffff;
	text-align:left;
	margin-bottom:10px;
}
.typical-box ul{
	margin-left: 12px;	
}
.typical-box li{
	color:#ffffff;
	font-family:'open sans';
	font-weight:300;
}
.desktop-hide, .only-mobile{
	display:none;
}
.btndiv-bg{
	background: rgba(0,0,0,0.5);
	padding-top:5px;
	padding-bottom:5px;
	position:absolute;
	bottom:0;
	width:100%;
}
.btn-box{
	width:544px;
}
.btn{
	background:#f8bf2f;
	padding-top:5px;
	padding-bottom:7px;
	min-width:270px;
	display:inline-block;
	text-align:center;
	float:left;
	margin-right:4px;
	font-size:1.375em;
	font-family:open sans condensed;
	font-weight:700;
	color:#000000;
}
.btn:last-child{
	margin-right:0;
}
.btn:hover{
	text-decoration:none;
	color:#000;
}
.btn:focus{
	color:#000;	
}
#stagecontentbtn{
	display:none;	
}
.typical-tag{
	float:right;
	font-weight:300;
	font-size:1.5em;
	color:#ffffff;
	margin-top:4px;
}

/* galery */
.gallery-item {
	padding: 0 18px 20px 0;	
	float: left;
}
.gallery br{
	display: none;	
}
.gallery-item:nth-child(5){
	padding-right: 0;	
}
.gallery-item:nth-child(5n+1){
	padding-right: 0;	
}
.gallery-item:nth-child(1){
	padding-right: 18px;	
}

/* Page Numbers */
ul.page-numbers {
	clear:both;
	margin-left:0;
	float:right;	
}
.page-numbers li{
	display: inline-block;	
	padding: 0 5px;
}
.page-numbers li span{
	background: #EA8C29;
	display: inline-block;	
	padding: 0 5px 2px;	
}

/*
6) Footer
----------------------------------*/
footer{
	padding: 20px 0 25px;
	text-align:center;
	font-size: 12px;
	color:#fff;
	position:fixed;
	bottom:0;
	width:100%;	
	background:#262626;
	line-height:1.3;
}


/*
 7) Media Queries - Except Grid
 --------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) { /* Layout width - 1 */
  img {
    max-width: 100%;
    height: auto;
  }
  .container{
	width:100%;
	padding:0 15px;
  }
  .col-1-2, .col-1-2-h{
	width:38.30508%;
  }
  .col-2-2, .col-2-2-h{
	width:61.69491%;
  }
  .header-navigation li{
	padding-left:10px;
	padding-right:10px;
  }
  .header-navigation li:last-child{
	padding-left:10px;
  }
  .header-navigation a{
	font-size:0.755em;  
  }
  .col-1-3{
	width:32.20338%;
	margin-left:5px;
	margin-right:5px;
  }
  .sub-menu li{
	padding-left:15px;
  }
  .sub-menu li:last-child{
	padding-left:15px;
  }
  iframe{
	max-width: 100%;  
  }
  .post-col-1{
	width: 63.5%;
	margin-right: 1.7%;	
  }
  .post-col-2{
	width: 34.8%;
  }
  .col-full{
	text-align: center;  
  }
  .gallery-item {
	padding: 0 9px 20px;
	display:inline-block;
	float:none;	
  }
  .gallery-item:nth-child(5){
	padding-right: 9px;	
  }
  .gallery-item:nth-child(5n+1){
	padding-right: 9px;	
  }
  .gallery{
	margin: 0 auto;  
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .section-heading {
	font-size:1.2em;
  }
  .header-navigation li{
	padding-left:8px;
	padding-right:8px;
  }
  .header-navigation li:last-child{
	padding-left:8px;
  }
  .header-navigation a {
    font-size: 0.71em;
  }
  .sub-menu li{
	padding-left:15px;
  }
  .sub-menu li:last-child{
	padding-left:15px;
  }
  .homenews p{
	font-size:13px; 
	margin-bottom:20px; 
  }
}
@media only screen and (max-width: 899px) {
  header {
    position: fixed;
	width: 100%;
	min-height:111px;
	background:#262626;
	top:0;
	z-index:1000;
  }
  nav.resMenu{
	margin-top: 111px;
	display:block;	
  }
  .hide { display:none; }
  .sub-menu li:first-child {
	padding-top: 0;  
  }
  .maincontent{
	margin-top: 61px;
	z-index:0;  
  }
  .col-1-2-h{
	width: 65%;
	z-index:9999;
	position:relative;  
  }
  .col-2-2-h{
	width: 100%;
	z-index:0;
	position:relative;  
  }
  .homenews p{
	font-size:13px;  
	margin-bottom: 15px;
	line-height:1.1;  
  }	
  .gutter-left{
	padding-left:7px;  
  }
}
@media only screen and (max-width: 899px) {
  .btn{
	min-width: 100px;
	padding-left:20px;
	padding-right:20px;	
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
	.typical-content{
		position: static;	
	}
	.btndiv-bg{
		position: fixed;	
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .mob-hide{
	display:none;
  }
  .desktop-hide{
	display:block;  
  }
  .maincontent {
	margin-bottom: 100px; 
	min-height: 805px; 
  }
  .col-1-3{
	width:100%;
	margin:10px 0;
	text-align:center;
  }
  .col-1-2 {
    width: 100%;
	margin-bottom:19px;
  }
  .col-2-2 {
    width: 100%;
  }
  .pagepadding{
	padding-right: 50px;
  }
  .section-heading {
    font-size: 1.5em;
  }
  .inner-space {
    margin-top: 31px;
  }
  .gutter-left{
	padding-right:15px;
  }
  .header-navigation a {
    font-size: 0.875em;
  }
  .bg-white{
	background:transparent;
  }
  .post-content p,.post-content h3{
	color:#ffffff;
  }
  .post-content .section-link {
	text-align:left;
  }
  .post-content {
    margin: 0 auto;
    width: 380px;
	margin-bottom:12px;
	text-align:left;
  }
  .mob-heading{
	width:380px;
	margin:0 auto;
	display:block;
	font-size:2.125em;
	color:#ffffff;
	margin-bottom:12px;
  }
  .mob-heading1{
	margin:12px 0 12px 0;
	display:block;
	font-size:2.125em;
	color:#d3d2d2;
	font-weight: 300;
  }
  .sub-menu li:first-child{
	padding-left:0px;
	padding-top:0;
  }
  .sub-menu li:last-child {
    padding-left: 0px;
  }
  .inner-bg {
	background:none !important;
  }
  .stage-content{
	margin-top:30px;
	position:absolute;
	z-index:1000;  
  }
  .btndiv-bg{
	background:#262626;  
	text-align: center;
	padding-top: 140px;
  }
  .typical-box{
	padding-left:15px;  
  }
  .typical-bg-gray{
	background:#262626;
	width: 100%;  
  }
  .btn-box {
    width: 100%;
    text-align: center;
  }
  .btn{
	float:none;  
  }
  .typical-tag{
	float:none;
	margin-top: 15px;  
  }
  .location-box {
    left: 0px;
    position: relative;
	margin-bottom:35px;
  }
  .box-map h4, .location-box h4 {
	display:block;  
  }
  .location-content{
	margin-top:10px;
  }
  .typical-bg-gray{
	float:none;
	top:60px;
	left:-100%;
	opacity:inherit;
	width:100%;
	z-index:2000;
  }
  .typical-box{
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
  }
  .footer-btn-box{
	margin:0 auto;
	width:100%;
  }
  .footer-btn{
	min-width: 49%;
  }
  .footer-tag{
	text-align:center;
	width:100%;
	float:none;
	clear:both;
	padding-top:30px;
	padding-bottom:10px;
  }
  .post-col-1{
	width: 100%;
	margin-right: 0px;	
  }
  .post-col-2{
	width: 100%;
	color:#fff;
	margin-top: 10px;
  }
  .post-col-2 p, .single-post h2{
	color:#fff;	
  }
}
@media only screen and (max-width: 490px) {
  .btn {
	margin-bottom: 15px;  
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .container{
	padding-left:10px;
	padding-right:10px;
  }
  .footer-btn {
	font-size: 0.8em;
  }
  .slicknav_nav{
	font-size: 21px;
  }
  .slicknav_nav .slicknav_row{
	padding: 7px 5px;  
  }
  .slicknav_nav{
	padding-top:50px;  
  }
}
@media only screen and (max-width: 400px){ 
  .post-content {
	margin: 0 auto;
	width: 100%;
	margin-bottom:12px;
  }
  .mob-heading{
	width:100%;
  }
  .maincontent {
	margin-bottom: 100px; 
	min-height: 645px; 
  }
  .only-mobile{
	display:block;  
  }
}
@media only screen and (max-width: 300px){ 
  .col-full{
	width: 100%;  
  }
  .col-1-2-h{
	width: 75%;
  }
  .gallery-item{
	width: 100%;
	padding:0 0 20px; 
	float: none; 
  }
}