/*
	Theme Name: Bay Digital
	Theme URI: http://baydigital.com.au
*/


	/*-------HIDE-------*/

	.desktop, .content-sidebar, .ticket, .footer-contact, .top-image-blur-wrapper, .footer-news, .header-phone,
	.above-header-social, .tripadvisor-reviews, .video-banner, .desktop-600{
		display: none;
	}

	.disable-mobile{
		display: none!important;
	}

	.darkgreen{
		background: #018445;
	}

	.yellow{
		background: #fcb116;
	}

	.pink{
		background: #ec008c;
	}


	/*------STRUCTURE-------*/

	.wrapper{
		width:100%;
		margin:0 auto;
		position:relative;
	}


	/*-------ABOVE HEADER-------*/
	
	.above-header{
		position: relative;
		z-index: 2;
	}


	.above-header-banner{
		text-align: center;
		padding: 10px 0;
	}

	.above-header-banner i{
		margin: 0 3px;
	}


	.above-header-banner .fl_right{
		margin-left: 15px;
		display: block;
	}


	a.above-header-social{
		margin: 12px 5px;
		display: inline-block;
		float: left;
	}

	a.above-header-social i{
		background: #000000;
		color: #ffffff;
		
		font-size: 22px;
		padding: 12px;
		min-width: 40px;
   		text-align: center;
   	
   		-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
		box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
	}

	a.above-header-social .fa-ticket{
		background: #fcb016;
	}

	a.above-header-social .fa-phone{
		background: #00aeef;
	}

	a.above-header-social .fa-map-marker{
		background: #70c438;
	}

	/*------ HEADER-------*/

	.header{
		padding: 5px;
		-webkit-box-shadow: 0px 15px 20px -8px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 15px 20px -8px rgba(0,0,0,0.25);
		box-shadow: 0px 15px 20px -8px rgba(0,0,0,0.25);
		background: #ffffff;
	}

	.header{
		position: relative;
		z-index: 5;
		background: #ffffff;
	}		

	/* Header background */

	.header-background{
		min-height: 300px;
	}

	/* Logo */

	.logo{
	    max-width: 90px;
	    margin-right: 5px;
	    margin-top: 5px;
	    padding: 2.5px;
	    float: left;
	}

	.stuck.header{
		z-index: 99;
		display: none;
	}

	.stuck.header .logo{
		max-width: 90px;
	}

	.stuck .ticket img{
		max-width: 120px;
	}

	.stuck .ticket{
		top: 5px;
	}

	.stuck .nav li a{
		padding: 18px 24px;
	}

	/*------------------------------------ */
	/* BOX TITLE */

	.title-box h1, .title-box-large h1{
		color: #ffffff;
		font-size: 28px;
		text-align:center;
		margin-bottom: 0;
	}

	.title-box, .title-box-large{
		width: 100%;
		padding: 10px;
		margin-top: -65px;
	}

	.wpb_content_element.title-box{
		margin-bottom: 0;
	}

	/*-------HOME-------*/

	/* Home Boxes */

	.home .grid{
		padding: 0;
		overflow: visible;
	}	

	/*------ CONTENT -------*/

	.content-main{
		padding: 20px;
	}

	/* Boxes */
	
	.boxes{
		width: 100%;
	}

	.boxes:hover{
		z-index: 99;
	}

	.boxes .box:nth-child(3){
		display: none;
	}

	.box{
		color: #ffffff;
		text-align: center;
		font-size: 25px;
		position: relative;
		max-height: 250px;
		overflow: hidden;
	}

	.box h1{
		line-height: 37px;
		font-size: 29px;
	}

	.box:hover{
		z-index: 99;
	}

	.boxes .wpb_text_column{
		padding: 25% 10%;
	}

	.vc_column_container.box{
		width: 50%;
		margin: 0;
	}

	/* Top Image */

	.top-image{
		background: no-repeat top center fixed;
		max-width: 1600px;
		margin: 0 auto;
		min-height: 450px;
		-webkit-background-size: initial;
	 	-moz-background-size: initial;
		-o-background-size: initial;
		background-size: initial;
	}

	.top-image-blur-wrapper{
		min-height: 550px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.top-image-blur{
		width: 100%;
	    height: 100%;
		position: absolute;
		-ms-transform: scale(1.1, 1.1); /* IE 9 */
	    -webkit-transform: scale(1.1, 1.1); /* Safari */
	    transform: scale(1.1, 1.1);
		background: no-repeat center center fixed;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    -webkit-filter: blur(17px);
	    -moz-filter: blur(17px);
	    -o-filter: blur(17px);
	    -ms-filter: blur(17px);
	    filter: blur(17px);
	}


	/* mm */


	.mm-hidden{
		margin: 0!important;
	}

	.mm-hidden .wpb_single_image{
		text-align: center!important;
	}

	.mm-hidden .wpb_single_image img{
		width: 245px;
	}

	.mm-hidden .wpb_video_widget > div{
		float: none!important;
		text-align: center!important;
		display: block!important;
		margin: 0 auto!important;
	}

	.page-template-template-attraction-mm .content-main{
		padding-top: 0;
	}




	/*-------AWARDS & CERTS--------*/


	.awards_certs_footer a{
		max-width: 33.33%;
		padding: 0 25px; 
		display: block;
		float: left;
	}

	.awards_certs_footer img{
		max-width: 100%;
	}

	.awards_certs_footer{
		margin:15px 0;
	}


	/*-------ABOVE FOOTER--------*/

	.above-footer{
		padding: 0 20px 20px 20px;
		background: #eaeaea;
	}

	/* Social */

	.footer-social a{
		margin-right: 5px;
	}


	/*-------FOOTER--------*/

	.footer-contact{
		background: #ffffff;
	}

	.footer-details div{
		padding: 25px;
		text-align: center;
	}

	/* Social */

	#social-footer{
		margin-top: 20px;
	}

	#social-footer img{
		padding: 5px;
	}


	.home .box{
		min-height: 150px;
		max-height: 155px;
	}

	.home .box .wpb_single_image img{
		max-width: 137%;
	}

	.home .box h1 a{
		font-size:23px;
	}

	.home .video-wrapper .wpb_video_widgett{
		margin-bottom: 65px;
	}

	.home .wpb_video_widget .wpb_wrapper iframe{
		height: 190px;
		position: relative;
	}

	.home .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{
		padding: 0;
	}

	.home .intro h1{
		margin-top: 60px;
	}

	.home .video-wrapper{
		margin: 0 auto;
	}

	iframe:hover{
		z-index: 98;
		border: none;
	}

.blog_wrapper .title-box {background: #6f067c !important;}
.blog_wrapper .blog_main {
    width: 100%;
    float: initial;
}
.blog_wrapper .blog_main .blog_left {
    width: 72%;
    float: left;
}
.blog_wrapper .blog_main .blog_right {
    width: 28%;
    float: left;
    padding-left: 40px;
}
.blog_wrapper .blog_main:after {
    content: '';
    display: block;
    clear: both;
}
.blog_left .blog_box {
    width: calc(50% - 20px);
    float: left;
    margin-bottom: 40px;
    text-align: center;
}
.blog_left .blog_box:nth-child(odd) {
    margin-right: 40px;
    float: left;
}
.blog_left .blog_box h3 {
    font-size: 1.3em;
    margin-bottom: 4px;
}
.blog_left .blog_box .blog_img {
    margin-bottom: 12px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog_left .blog_box .blog_meta * {
    display: inline-block;
    font-weight: 600;
}
.blog_left .blog_box .date {
    font-weight: 600;
}
.blog_left .blog_box .blog_meta {
}
.blog_left .blog_box .date span {
    display: block;
}
.blog_left .blog_box .blog_meta .post-categories li a {
    font-weight: 600;
}
.blog_left .blog_box .blog_meta .post-categories li a:hover {
    color: #6f067c;
}
.blog_left .blog_box h3 a:hover {
    color: #6f067c;
}
.pagination {width: 100%;float: left;margin:17px auto;text-align: center;margin: 30px 0 60px 0;}
.pagination a, .pagination span {display: inline-block;margin: 0 3px;background: #e1e1e1;padding: 6px 10px;min-width: 34px;font-size: 18px;min-height: 32px;text-align: center;}
.pagination a.active,.pagination a.inactive:hover {background-color:#8aae8a; color:#fff; }
.pagination a:hover, .pagination span:hover, .pagination a.current, .pagination span.current{background: #6d067a;color: #fff;}
.blog_sidebar ul li {background: none;text-align: left;padding: 10px 0px;border-bottom: 1px solid #ddd;}
.blog_sidebar h2 {padding:0 0 8px 5px;}
.blog_sidebar ul li a {font-size: 15px;font-weight: 300;}
.blog_sidebar ul li a:hover {
    color: #6f067c;
}
.blog_sidebar a:hover,.blog_sidebar ul li.current-cat > a {color: #f9a867;}
.blog_sidebar:last-child h3 {margin-top: 20px;margin: 0 0 10px 0;padding: 0;}
.blog_sidebar:last-child ul {
    margin-bottom: 30px;
}
.blog_wrapper .content-main .vc_row .vc_col-sm-12 {
    width: 100%;
    padding: 0 15px;
}
.post-navigation h2.screen-reader-text {
    display: none;
}
.post-navigation .nav-links {
    width: 100%;
    float: left;
    margin-top: 27px;
}
.post-navigation .nav-links > div > a {
    display: inline-block;
    margin: 0 3px;
    background: #e1e1e1;
    padding: 6px 10px;
    min-width: 100px;
    font-size: 18px;
    text-align: center;
}
.post-navigation .nav-links .nav-previous {
    float: left;
}
.post-navigation .nav-links .nav-next {
    float: right;
}
.post-navigation .nav-links > div > a:hover {
    background: #6f2d91;
    color: #fff;
}
.single_blog .blog_meta > *, .single_blog .blog_meta {
    display: inline-block;
    font-weight: 600;
}
.single_blog .blog_meta a {color: #222222;}
.single_blog .blog_meta a:hover{
	color: #222222;
}
.single_blog .blog_left p img {
    max-width: 100%;
    height: auto;
}



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

	.home.page-template .box,
	.page-template .box{
		max-height: 175px;
	}

}



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

	.home.page-template .box,
	.page-template .box{
		max-height: 200px;
	}


}




/*-------Ipad Port-------*/
@media only screen and (min-width:600px) {


	.desktop-600{
		display: block!important;
	}

	.mobile-600{
		display: none!important
	}

	.home.page-template .box,
	.page-template .box{
		min-height: 250px;
	}

	.home .box h1 a{
	font-size:1.1em;
	}

	.awards_certs_footer img{
		max-width: 50%;
	}

}

/*-------Ipad Port-------*/
@media only screen and (min-width:768px) {


	.home .intro h1{
		margin-top: 0;
	}

}

/*-------Ipad Port-------*/
@media only screen and (min-width:800px) {


	/*---------HIDE---------*/

	.mobile{
		display: none;
	}

	.desktop, .content-sidebar, .ticket, .footer-contact, .top-image-blur-wrapper, .footer-news, .above-header-social, .tripadvisor-reviews{
		display: block;
	}

	.disable-mobile{
		display: block!important;
	}

	.disable-desktop{
		display: none!important;
	}




	/*---------ABOVE HEADER---------*/


	.above-header-banner .wrapper{
		padding: 8px 125px 8px 0;
	}

	.above-header-banner{
		padding: 0;
	}


	/*---------HEADER---------*/


	/* logo */

	.logo{
		max-width: 140px;
	}

	.header .logo{
		max-width: 140px;
	    position: absolute;
	    top: -21px;
	}


	/* ticket */

	.ticket{
		position: absolute;
		right: -80px;
		z-index: 10;
	}

	.ticket img{
		width: 150px;
		-ms-transform: rotate(-25deg); /* IE 9 */
   	 	-webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
   	 	transform: rotate(-25deg);
   	 	margin-top: 5px;
	}

	.ticket img:nth-child(odd){
		-ms-transform: rotate(-45deg); /* IE 9 */
  	 	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    	transform: rotate(-45deg);
    	right: 30px;
    	z-index: 1;
    	position: absolute;
	}

	/* Phone */

	.header-phone{
		position: absolute;
		right: 115px;
		font-weight: normal;
		
		letter-spacing: 0px;
		margin-top: 2.5px;
	}

	.header-phone span{
		margin-left: 10px;font-size: 17px;
	}



	/*----------BOX TITLE------------*/

	.title-box, .title-box-large{
		width: 350px;
	}

	.title-box-large{
		width: 500px;
	}


	/*-------CONTENT-------*/

	.content-main{
		padding: 30px;
	}

	/* Boxes */
	
	.boxes{
		position: absolute;
		z-index: 87;
		bottom: -210px;
		width: 100%;
	}

	.boxes:hover{
		z-index: 88;
	}

	.boxes-2-row{
		bottom: -460px;
	}

	.boxes .box:nth-child(3){
		display: block;
	}
	
	.box{
		color: #ffffff;
		text-align: center;
		font-size: 25px;
		position: relative;
		height: 275px;
		overflow: hidden;
	}

	.box:hover{
		z-index: 99;
	}

	.boxes .wpb_text_column{
		height: 250px;
		padding: 25% 10%;
		margin: 0;
	}

	.title-box, .title-box-large{
		margin-top: -97px;
	}

	/* Home Boxes */

	.home .boxes{
		bottom: 0;
		position: relative;
	}

	.home .boxes-3-row{
		bottom: 0;
		padding-bottom: 65px;
	}

	.vc_column_container.box{
		width: 33.33333%;
	}






	/*-------AWARDS & CERTS--------*/

	.awards_certs_footer a{
		max-width: 16.66666666666667%;
		padding: 25px 0;
	}


	.awards_certs_footer{
		margin-top: -5px;
   	 	margin-bottom: 0;
	}



	/*-------ABOVE FOOTER-------*/

	.above-footer h4{
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d5d5d5;
	}

	.above-footer{
		padding: 50px;
	}

	/*-------FOOTER-------*/

	.footer-news{
		padding-left: 30px;
	}

	.footer-details div img{
		margin-bottom: 10px;
	}

	.footer-details div{
		padding: 35px;
	}

	.footer-contact{
		padding: 40px;
	}

	.footer .menu > ul > li{
		width: 120px;
		float: left;
	}

	.footer ul.children a{
		padding: 7px 0;
		display: block;
	}

	.footer .logo{
		float: right;
	}



}


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


	.home .vc_parallax, .intro, .tripadvisor-reviews{
		padding-left: 25px!important;

	}

}

@media only screen and (max-width:800px) {
	
	.home .vc_parallax, .intro, .tripadvisor-reviews{
		padding-left: 0!important;

	}

	.blog_wrapper .blog_main .blog_left {
    	width: 100%;
    	float: left;
	}

	.blog_wrapper .blog_main .blog_right {
	    width: 100%;
	    float: left;
	    padding: 0;
	}

	.blog_wrapper .title-box {
	    margin-bottom: 20px;
	}

	.pagination {
	    margin: 0px 0 0px 0;
	}

	.blog_sidebar {
	    margin-top: 30px;
	}



}


/*-------Ipad Land-------*/
@media only screen and (min-width:1024px) {


	.video-banner{
		display: block;
	}

		/* Top Image */

	 .page-template-template-full-background .top-image-blur-wrapper::before{
	 	display: none;
	 }


	 .top-image-wrapper{
		position: relative;
	    z-index: 1;
	    overflow: hidden;	
	}


	.top-image-image{
	    width: 100%;
	    height: auto;
	    position: fixed;
	    top: 0;
	    left: 0;
	}

	.top-image-wrapper::after{
		content: "";
		position: absolute;
		border-bottom: 20px solid rgba(0,0,0,0.35);
	    bottom: 0;
	    width: 100%;
	}

	.page-template-template-attraction .top-image-wrapper::after{
		border-bottom: 85px solid rgba(0,0,0,0.35);
	}



	/*------------------------------------ */
	/* TOP IMAGE */

	.top-image-wrapper{
	    height: 300px;
	}


	.blured-bg{
		 background: url(img/maze-blur.jpg) no-repeat center center fixed; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  padding: 50px 0;
	}

	.home .blured-bg{
		padding: 0 0 60px 0;
	}

	.page-template-template-attraction-mm .top-image-wrapper{
		display: none;
	}

	.wpb_revslider_element.wpb_content_element{
		margin-bottom: 0;
	}


	/*------------------------------------ */
	/* TITLE BOXES */


	.wpb_content_element.title-box{
		margin-bottom: 35px;
	}

	/*------------------------------------ */
	/* CONTENT */

	.content-main{
		padding: 35px;
	}

	.vc_row.boxes{
		margin: 0;
	}

	.content-wrapper{
		position: relative;
		background: #ffffff;
    	z-index: 2;
	}

	.tripadvisor-reviews, .intro{
		margin-left: 10px;
	}


}


/*-------Desktop-------*/
@media only screen and (min-width:1240px) {

	.home .box .wpb_single_image img{
		max-width: 100%;
	}


	/*------------------------------------ */
	/* HEADER */

	.wrapper{
		width: 1040px;
	}

	.header .wrapper, .above-header .wrapper{
		width: 1100px;
	}


	/*------------------------------------ */
	/* CONTENT */

	.content-main{
		padding: 35px 0;
	}


}

/*-------Desktop-------*/
@media only screen and (min-width:1350px) {

	.top-image-wrapper{
	    height: 450px;
	}

	.top-image-wrapper.top-small{
		height: 400px;
	}

}

@media only screen and (max-width:480px) {
	
	.blog_left .blog_box {
	    width: 100%;
	    margin-right: 0;
	}

	.blog_left .blog_box h3 a {
	    font-size: 1.1em;
	}

	.page-template .box, .home.page-template .box{
		max-height:135px;
	}

	.page-template .box h1, .home.page-template .box h1{
		font-size: 22px;
    	line-height: normal;
	}

}