/*
Theme Name: Queensland Tennis Centre
Theme URI: http://m2media.com.au
Author: Cassie Selin, M2Media
Author URI: http://m2media.com.au
Description:
Version: 2.0
*/
@import url(css/fonts.css);


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);


/*univeral (mobile first) styles -----------------------------------------*/
body {
	color: #666666;
	font-size: 13px;
	line-height: 1.7;
	background-color: #e7e9e9;

	font-family: 'Open Sans', sans-serif;
}

.fineprint {
	font-size: 9px;
	font-style: italic;
	line-height: 1.0em !important;
}

html {
	font-weight: 300;
}

.wrapper {
	    max-width: 1280px;
	    margin:0px auto;
}
img {
	max-width:100%;
	height:auto;
}

strong {
	font-weight:bold;
}

.fixedPosition {
	overflow:hidden;
}

a {
   color: #14a3e2;
 }
.bodycontent a {
	text-decoration: underline;
}
h1{
	color:#1d3e59;
	font-size:2.3rem;
	margin-top: .5em;
}
h2 {
	font-size: 1.85rem;
}
h3 {
	font-size: 1.53rem;
}
h4{
	font-size: 1.38rem;
	text-transform:uppercase;
}
h5 {
	font-size: 1.46rem
}
h3, h5, h6 {
	font-weight:700;
}
h2,h3,h4,h5,h6 {
	color: #009bde;
}

.row {
	clear:both;
}
nav ul li {
	position:relative;
}

nav ul li a {
	    line-height: 58px;
}
nav ul li:hover, nav ul li.active {
	background-color: rgba(255,255,255,0);}

nav ul li a:hover, nav ul li a.active, nav ul li.current_page_item a, nav ul li.current_menu_item a {
/*	text-decoration: underline;
*/
	color: #ffc211;
}

#nav-mobile li a:hover, #nav-mobile li a.active, #nav-mobile li.current_page_item a, #nav-mobile li.current_menu_item a {
	color:#fff;
}


footer.page-footer {
	margin-top:0px;
}

footer .widgettitle {
}

#content ul li {
	list-style-type: none;
	background-image: url(img/dotpoint.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
	background-size: 9px auto;
	margin: 12px 0px;
}

#content #slider li, #sidebar ul li, #content .maincontant .gform_body ul li, .meta ul li {
	background-image:none;
	padding:0px;
	margin:0px;
}


#sidebar .gfield_label {
	display:none;
}

footer .row {
		margin-bottom: 0px;
}


.pagination {
	    padding: 10px 0px;
    overflow: hidden;
}

.pagination  ul li {
    padding: 0px 10px !important;
    background-image: none !important;
}

.pagination li.active {
    background-color: #000;
}


/*blog styles */

.blogpost {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.blogpost .thumbnail {
	min-height: 200px;
	background-size:cover;
	background-position:center center;
	background-color: #f2f2f2;
}

.meta {
	font-size: 12px;
}
.meta ul {
	display: inline;
}
.meta ul li {
	background-image: none !important;
	display: inline; 
	padding:0px !important;
}

img.alignright, .alignleft {float:right; margin:0 0 1em 3em}
img.alignleft, .alignleft {float:left; margin:0 3em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 3em}
a img.alignleft {float:left; margin:0 3em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.custombtn {
	background-color: #a6d05e;
	font-size: 22px;
	display:inline-block;
	padding: 10px 50px;
	color: #fff;
	transition: all .5s;
}

.custombtn:hover{ 
	background-color: #3d3e40;
}



/*Header section ---------------------------------------------------*/
nav ul, .headerlogo{
	display:block;
	float:left;
}
.headerlogo {
	max-width: 160px;
}

.nav-wrapper {
	margin-top: 18px;
	width:100%;
	padding: 0px 1rem;
}

.headerlogo img {
	max-width:100%;
	display:block;
	height:auto;
}
#menuholder {
	height: 58px;
	position:static;
	background-color: #009bde;
}
#topbar {
	position:static;
	background-color: #fff;
	height:80px;
}
#topbar a:hover {
	text-decoration:none;
}
.header-hamburg {
    color: #009bde;
    padding-right: 0px;
    padding-left: 5px;
    width: auto;
}
.social a {
	background-color:#cccccc;
	border-radius: 50%;
	text-align:center;
	padding: 0px;
}

.socialmenu .social.fb a { 	background-color: #3460a1; }
.socialmenu .social.twitter a { 	background-color: #28aae1; }
.socialmenu .social.insta a { 	background-color: #356184; }
.socialmenu .social.phone a, .smallmenu .social.phone a:hover { 	background-color: #ffc211; }
.socialmenu .social.mail a, .smallmenu .social.mail a:hover { 	background-color: #ec0974; }


.socialmenu .social a:hover {	background-color:#cccccc; }
#topbar .social {
	width: 28px;
	height: 28px;
	line-height: 28px; 
	font-size:14px;
}
#topbar .social {
    margin-right: .3em;
}

#topbar i {
	font-size: 27px;
	width: 28px;
	height: 28px;
	line-height: 28px; 
}

#topbar .social a i {
	font-size: 20px;
}
#topbar .social:last-child {
	margin-right: 0px;
}
#topmenu a {
	background-color: #f4f5f5;
	color:#1d3e59;
	height: 35px;
	border-radius: 18px;
	margin-right: 1em;
	padding: 0px 2em;
	line-height: 35px;
}
#topmenu a:hover {
	color:#fff;
	background-color: #009bde;
}
.theplace {
	max-width:179px;
	padding-top: 20px;
}
.theplace, .socialmenu, #topmenu {
    border-left: 1px solid #efefef;
    margin-left: 2em;
    padding-left: 2em;
}

#topbar .right {
	margin-left: auto;
}

 .smallmenu {
	margin-top:7px;
	padding-top: 7px;
    margin-left: 2em;
    padding-left: 2em;

}




/*mobile menu popover ---------------------------------------------------*/
/*mobile menu  */ 


ul.mobilemenu {
	display:block;
	float:right;
}

ul.mobilemenu li {
	line-height: 0;
	padding: 0px 7px;

}
ul.mobilemenu li a {
	padding:0px;
}


ul.mobilemenu img {
	max-height: 30px;
	max-width: 30px;
	width:auto;
    margin: 25px 0px !important;
}
/*mobile pop over menu */ 
    
.mobile-menu .contact {
	margin: 15px;
	padding: 15px;
	text-align:center;
	max-width:100%
	box-sizing:border-box;
}
.mobile-menu {
	display:none; 
	z-index: 9999;
	position:absolute;
	background-color: #009bde;
	color:#fff;
	top:0;
	overflow: scroll;
	height: 100vh;
	width:100vw; 
}

.mobile-menu li a {
	color:#fff;
	display:inline-block;
	padding: 14px 26px;    
	font-size: 18px;
	line-height:1;
	width:100%;
}

.mobile-menu li a:active {
}


.mobile-menu .sub-menu {
	background-color: #047eb3;
	padding:10px 0px;
}

.mobile-menu .sub-menu a {
	padding: 10px 26px;  
	font-size:16px;
}

.mobile-menu .sub-menu a:active{
	background-color: #047eb3;   
}
.closebtn {
	padding: 25px 25px 0px 0px;
	text-align:right;
}
.closebtn img {
	width:25px;
	display:inline-block;
}
.mobile-menu .menu-item-has-children > a:after {
	content: "expand_more";
	float:right;
	color: #fff;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	word-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	opacity: .8;
	transition: all .2s;

}

.mobile-menu .menu-item-has-children > a.expanded:after {
	-ms-transform: rotate(180deg);
	-webkkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;

}

.mobile-menu .menu-item-has-children > .sub-menu {
	display:none;
}
.mobile-menu a:hover, .mobile-menu a:active {
text-decoration: underline;
}


.clearfix {
	clear: both;
	display: table;
	width: 100%;
}

/*Sidebar section ------------------------------------------------*/

#sidebar .inner {
	margin-bottom: 1.5em;
}

#sidebar #childmenu li {
	list-style-type:none;
}

#sidebar #childmenu a {
	color:#1d3e59;
	text-decoration:none;
	font-size:1.15em;
}
#sidebar #childmenu a:hover {
	text-decoration: underline;

}
#sidebar #childmenu li ul{
	margin-left: 1em;
}
/*Footer section ------------------------------------------------*/

footer.page-footer {
	padding: 50px 0px;
	background-color: #fff;
}

footer label {
	color:#fff;
}

footer.page-footer a {
	
}

footer.page-footer a:hover {
	
}
h6.widgettitle {
	text-transform: none;
}
.copyright a {
	color: #666666;
}

.copyright {
	border-top: 1px solid #efefef;
	padding-top:2em !important;
	margin-top:2em;
}

.copyright ul, .menu-footer-menu-container {
	display:inline-block;
	margin:0px;
	margin-left: 0px;
}
.copyright li {
	margin: 0px;
	padding-right: 1em;
	padding-left:1em;
	display:inline-block;
	background-image:none;
	border-right: 1px solid #666666;
}
.copyright li:last-child {
	border-right: 0px solid #fff;
}
/* CTA styles ---------------------------------------------------------*/ 

#signup {
	background-color: #009bde;
	color:#fff;
	padding: 1.5em;
	text-align:center;
	overflow: hidden;
}
#signup .row {
	margin-bottom: 0px;
}
#signup h5 {
	color: #fff;
	font-weight: normal;
	font-style: italic;
	font-size:1.69rem;
	margin-bottom:1em;
}

#signup input {
font-size: 1.1rem;
border-radius: 5px;
width: 100%;
height: 37px;
line-height:37px;
box-sizing:border-box;
border:none;
}
#signup input[type=text], #signup input[type=email] {
	background-color: #047eb3;
	color:#fff;
	border-bottom: 0px solid #047eb3;
	box-shadow: none; 
	padding-left: 1em;
}

#signup input[type=submit] {
    color: #4b4e57;
    background-color: #fff;
    background-image: url(img/arrow-right.png);
    background-position: right 1em center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    font-weight: 700;
    transition: all .2s;
}
#signup input[type=submit]:hover {
    background-position: right .5em center;

}
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

/* form styles ----------------------------------------------------------------*/ 
#content .gform_wrapper form li, #content .gform_wrapper li {
	background-image:none;
	padding-left: 0px;
}
select {
	display:block;
}
label {
	font-size: 1rem;
	color: #666;
}
#content .gform_wrapper input[type=text], #content .gform_wrapper input[type=email] {
	background-color: #fff;
	color:#047eb3;
	border-bottom: 0px solid #047eb3;
	box-shadow: none; 
	padding-left: 1em;
	border: 1px solid #e8e8e8;
}
#content .gform_wrapper textarea {
	box-shadow: none; 
	padding-left: 1em;
	border: 1px solid #e8e8e8;
}

#content .gform_wrapper input[type=submit] {
    color: #ffffff;
    background-color: #009bde;
    background-image: url(img/arrow-right.png);
    background-position: right 1em center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    font-weight: 700;
    transition: all .2s;
    border: 0px solid #e8e8e8;
    padding-left: 1em;
    padding-right: 5em;
    font-size: 1.2em;
    border-radius: 5px;

}
#content .gform_wrapper input[type=submit]:hover {
    background-position: right .5em center;
}

#content .gform_wrapper input[type=text], #content .gform_wrapper input[type=email], #content .gform_wrapper input[type=submit] {
	height: 43px;
	line-height: 43px;
}

/* table styles ----------------------------------------------------------------*/ 
table tr:first-child, th {
	background-color: #009bde;
	color: #fff;
}

table tr:nth-child(2n) {
	background-color: #f4f5f5;
}

td, th {
	border-radius: 0px;
}
/* breadcrumbs styles ---------------------------------------------------------*/ 
#content .container {
	clear:both;
}

#breadcrumbs {
	padding: 0 0.75rem;
}

#breadcrumbs, #breadcrumbs a {
color: #666666;
}
/*layout only styles ---------------------------------------------------------*/ 

.bodycontent .col .inner, .home #content .inner{
	background-color: #fff;
	padding:1.5em;
	overflow:hidden;
	margin-bottom:2em;
}
@media (max-width:601px) {

	footer .row {
		max-width:350px;
	}
	footer {
		text-align:center;
	}
	footer .right {
		float:none !important;
		display:inline-block;
	}
}
@media (max-width:992px) {



}

@media (max-width:900px) {
	#topmenu {
		display:none;
	}
}




/*Homepage styles -----------------------------------------------------------*/ 

.slider {
	background-color: #333;
	z-index: -100;
}

.slide {
	max-height: 684px;
	overflow:hidden;
}
.bx-wrapper {
	z-index: -100;
}

.slidertitle {
	position:absolute; 
	display:block;
	font-size: 1.5em;
	color:#fff;
	font-style: italic;
	text-align:center;
	font-weight: 700;
	width:100%;
	bottom:0px;
	line-height:1.3;

}

.slidertitle span {
	display:block;
    max-width: 1280px;
    margin: 0px auto;
	margin: 0px auto;
	padding-left: 15px;
	padding-right:15px;
}
.ads img {
	display:block;
}

	.slidertitle p {
			background-color: rgba(0, 155, 222, 0.56);
	}

.colouredboxes .col {
	border-width: 11px;
	border-style:solid;
	color: #fff;
	font-size:1.1em;
	position:relative;
	padding: 0em 1.5em 5em 1.5em;
}

.colouredboxes .col h3 {
	font-style: italic;
	color:#fff;
	/*margin-top:0px;*/
}
.colouredboxes .col .readmore {
    background-image: url(img/arrow-right-white.png);
    background-position: right 1.5em center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    font-weight: 700;
    transition: all .2s;

    font-size:1.16em;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    padding-left: 2em;
    padding-right: 3em;
    color:#fff;
    display:block;
    width: 210px;

    position:absolute;
    bottom:1em;
}
.colouredboxes .col .readmore:hover {
    background-position: right .5em center;

}
.colouredboxes .col:first-child {
	border-color:#b8c81e;
	background-color:#c2d323;
}
.colouredboxes .col:first-child .readmore{
	background-color: #8fae14;
}
.colouredboxes .col:first-child .readmore:hover{
	background-color: #6e860f;
}




.colouredboxes .col:first-child p{
	font-size:1.2em;
}
.colouredboxes .col:nth-child(2) {
	border-color:#f2b608;
	background-color:#ffc211;
}
.colouredboxes .col:nth-child(2) .readmore{
	background-color: #d39500;
}
.colouredboxes .col:nth-child(2) .readmore:hover{
	background-color: #b37e00;
}


.colouredboxes .col:nth-child(3) {
	border-color:#dc036a;
	background-color:#ec0974;
}
.colouredboxes .col:nth-child(3) .readmore {
	background-color: #a5004e;
}
.colouredboxes .col:nth-child(3) .readmore:hover {
	background-color: #7d003b;
}


.colouredboxes .col:last-child {
	border-color:#028eca;
	background-color:#009bde;
}
.colouredboxes .col:last-child .readmore {
	background-color: #047eb3;
}
.colouredboxes .col:last-child .readmore:hover {
	background-color: #006794;
}


.verticalboxes img {
	display:block;
}
.stackbox {
	background-color: #1e3f59;
	padding:1.5em;
}
.home #content .inner {
	margin-bottom: 0px;
}

#coaching p {
	font-size: 1.1em;
}
#coaching #menu-coaching {
	margin-top: .5em;
	margin-bottom: 0px;
}
#coaching .menu-coaching-container li {
	padding-left:0px;
	margin:0px;
	background-image:none;
}
#coaching .menu-coaching-container li a {
	border-bottom: 1px solid #e7e9e9;
	display:block;
	background-image: url(img/arrow-right-blue.png);
    background-position: right 1.5em center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    transition: all .2s;
    font-size: 1.3em;
    font-weight: 700;
    font-size:1.16em;
    height: 42px;
    line-height: 42px;
}
#coaching .menu-coaching-container li:last-child a {
	border-bottom: none;
}
#coaching .menu-coaching-container li a:hover {
    background-position: right .5em center;
}

#coaching h3 {
    color: #fff;
    font-style: italic;
    margin-top: -2em;
    margin-left: 1.5rem;
    font-size: 2em;
}
.stackbox {
	color:#fff;
	position:relative;
	padding-bottom:4em;
	background-size: cover;
}
.stackbox:first-child{
	background-image:url(img/stackbg1.jpg);
}
.stackbox:nth-child(2){
	background-image:url(img/stackbg2.jpg);
}
.stackbox:last-child{
	background-image:url(img/stackbg3.jpg);
}
.verticalboxes h3 {
	margin-top: .5em;
	color:#fff;
	font-style: italic;
}
.stackbox p {
	font-size: 1.1em;
}
.verticalboxes .readmore {
	background-image: url(img/arrow-right-white.png);
    background-position: right 1.5em center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    font-weight: 700;
    transition: all .2s;

    font-size:1.16em;
    height: 42px;
    line-height: 42px;
    padding-right: 3em;
    color:#fff;
    display:block;
    width: 210px;

    position:absolute;
    bottom:1em;
}

.verticalboxes .readmore:hover {
    background-position: right .5em center;
}

/*Mobile only styles ------------------------------ */
@media (max-width:601px) {
	.ads .col, .ads .row, .verticalboxes .row, .verticalboxes .col{
		padding: 0px;
		margin:0px;
	}
	.home #content .row {
		margin: 0px;
	}
}
/*tablet only styles -----------------------------------*/ 
@media (min-width:601px) and (max-width:992px) {

	.bx-wrapper {
		margin-bottom: 1.5em;
	}

}

	
/*tablet and up styles -----------------------------------*/ 
@media (min-width:601px) {

	.slidertitle {
		font-size: 2em;
		bottom: 140px;
	}

	.home #content {
		margin-top: -125px;
	}
	.colouredboxes {
		    margin: 0 0.75rem;
		    margin-bottom: 20px;
	}
	.stackbox {
		margin-bottom:20px;
	}
	#signup {
			margin: 0 0.75rem;
			margin-bottom: 3em;
	}
	.side, .text {
		float:right !important;
	}

	.row .col.side {
		width: 271px;
	}

	.row .col.text {
		width: calc(100% - 271px);
	}

	.smallmenu {
		padding-top:14px;
		height: 61px;
		margin-top: 0px;
		    border-left: 1px solid #efefef;

	}
	.theplace, .socialmenu, #topmenu, .smallmenu {
	    height: 61px;
	}
	#topbar .social a{
		width: 35px;
		height: 35px;
		line-height: 35px; 
		font-size: 22px;

	}

	#topbar i {
		width: 35px;
		height: 35px;
		line-height: 35px; 
	}

	#topbar .social {
	    margin-right: .8em;
	}


}

/*desktop and up styles ----------------------------------*/
@media (min-width:993px) {

.slidertitle {
		font-size: 2.86em;
		bottom: 230px;
}

.home #content {
	margin-top:-215px;
	/*position:relative;*/
}

.row .col.side {
	width: 371px;
}

.row .col.text {
	width: calc(100% - 371px);
}


	.headerlogo {
		max-width: 250px;
		margin-top: -8px;
	}
	.menu .sub-menu {
    	display:none;
    	text-align:left;
    	background-color: #047eb3;
    	position:absolute;
    	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
    	z-index: 999;
    	left:0;
    }
    .menu .sub-menu li {
    	float:none; 
    	line-height:1;
        display:block;
    }
    .menu .sub-menu li:hover a,  .menu .sub-menu li a {
        background-color: transparent;
    }
    .menu .sub-menu li:hover {
        background-color: #009bde;
        color: #ffc211;
    }
	.menu .sub-menu li a {
		line-height:1.7;
	    padding:4px 15px;
	    display:inline-block;
	    white-space:nowrap;
	    color: #fff;
	}
    .menu li:hover .sub-menu {
    	display:block;
    }


}
@media (max-width:1155px) {
	.socialmenu {
		display:none;
	}
	.hide-on-desktop-and-down {
		display:none;
	}

	.theplace {
		display:none;
	}
}

@media (max-width:1330px){
	.theplace {
		display:none;
	}
}
/* extra large desktop --------------------------------------*/
@media (min-width:1156px) {
		
	.hide-on-super-large-only {
		display:none;
	}
	.slidertitle {
		font-size: 3.46em;
	}

}
