/*
 Theme Name:   Highend
 Theme URI:    http://miclub.com.au
 Description:  MiClub Custom Theme
 Author:       Daniel Gouvignon
 Author URI:   http://miclub.com.au
 Version:      1.0.0
 License:      Copyright 2015 - MiClub
 License URI:  http://miclub.com.au
 Tags:         custom, responsive-layout
 Text Domain:  miclub
*/

/*
 * ======================  LIVE CHANGES GO HERE  ======================
 * Please make sure that you place a timestamp with your name whenever
 * this file is edited. If your change is a result of a ticket please
 * include the ticket number in the comment.
 */

/* Public bookings calendar and button styling - Trae - 01/08/2017 - Ticket: 71642*/
.page-id-8 .public-calendar p{
	color: #fff;
}

.row.table-heading p{
	color: #555;
}

.page-id-8 .pull-right{
	color: #fff;
}

.page-id-8 span.btn-label{
	color: #fff;
}

.page-id-8 .tooltip{
	width: 225px;
}

.page-id-8 .tooltip-inner{
	max-width: 230px !important;
}

.page-id-8 .members .members-content{
	width: 79%;
}

.page-id-8 .members-sidebar, .sidebar {
    margin-top: 65px;
}

/* Book A Round button styling - Trae - 01/09/2017 - Phone Call*/
.prominent-btn a {
    background-color: #C98F00 !important;
}
.popover-content{
	width: 275px;
}

#formPayment #buttonText {
    color: white;
}

/* Product fixes - input fields on accounts page */
.product-page .displayAccounts .accountsCont td table.portal td {
	width: auto;
}
 /* Partner Pass Page */
.page-id-559 aside.members-sidebar {
    display: none;
}

.page-id-559 article.wrapped.wide {
    width: 100%;
}

 /* Partner Pass Invitation Page */
.page-id-562 aside.members-sidebar {
    display: none;
}

.page-id-562 article.wrapped.wide {
    width: 100%;
}

.page-id-559 h2, .page-id-562 h2 {
	font-size: 35px;
}



/* changes to site design */

.page-id-720 .navigation {
	background-color: #2b2b2b;
}

.page-id-720 .nav-inner {
	width: 100%;
	padding: 0 50px;
}

.page-id-720 .navigation .nav-inner .menu {
	top: 27px;
}

.page-id-720 .navigation .nav-inner a.logo img {
	width: 140px;
	height: auto;
}

.page-id-720 .navigation .nav-inner .social {
	/*right: calc(165px + 200px);*/
		display: none;
}

.page-id-720 .navigation .nav-inner .members-dropdown {
	right: calc(50px + 200px);
}

.page-id-720 .navigation .nav-inner .gsm-logo {
	position: absolute;
	right: 50px;
	margin: 20px 37px 0 0;
	width: 140px;
}

.page-id-720 .navigation .nav-inner .gsm-logo img {
	width: 100%;
	height: auto;
}

.page-id-720 .splash-image {
	height: 33vh;
}

.page-id-720 .main .content .heading {
	margin: 0 auto;
}

.page-id-720 footer {
	background-color: #2b2b2b;
}
.page-id-720 footer .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	float: none;
    margin: 0 auto;
    padding: 10px 50px;
}

.page-id-720 footer .content .news,
.page-id-720 footer .content .social,
.page-id-720 footer .content .contact {
	width: 30% !important;
	float: none !important;
	margin: 0;
}

.page-id-720 footer .content .news {
	margin-top: 10px;
}

.page-id-720 footer .content .news .social-icons {
	padding-top: 0;
	padding-bottom: 10px;
}

.page-id-720 footer .content .social {
	text-align: center;
}

.page-id-720 footer .content .news img,
.page-id-720 footer .content .contact img {
	width: 160px;
	height: auto;
}

.page-id-720 footer h4,
.page-id-720 footer p,
.page-id-720 footer a,
.page-id-720 footer .content .contact a {
	color: #fff;
	font-size: 14px;
}

.page-id-720 footer .social-icons {
	display: flex;
	flex-direction: row;
	width: 100px;
	padding-top: 20px;
}

.page-id-720 footer .content .contact .social-icons {
	float: right;
	margin-right: 10px;
}

.page-id-720 footer .social-icons a.icon img {
	width: auto !important;
	margin-right: 20px;
}

.page-id-720 .content .members-sidebar,
.page-id-720 .content .sidebar {
	display: none;
}

.page-id-720 .content .wrapped.wide {
	width: 100%;
	padding: 0 0 60px;
}

/*@media screen and (max-width: 1650px) {
	.page-id-720 .navigation .nav-inner .social {
		display: none;
	}
}*/

@media screen and (max-width: 1200px) {
	.page-id-720 .navigation .nav-inner .menu {
		top: 0px;
		background-color: #2b2b2b;
	}
	
	.page-id-720 .navigation .nav-inner .menu .guests-menu li:hover, 
	.page-id-720 .navigation .nav-inner .menu .members-menu li:hover {
		background-color: #2b2b2b;
	}
	
	.page-id-720 .nav-inner {
		padding: 0;
	}
	
	.page-id-720 .navigation .nav-inner .social {
		display: block;
	}
	
	.page-id-720 .navigation .nav-inner .members-dropdown {
		right: calc(50px + 160px);
	}
	
	.page-id-720 .navigation .nav-inner .gsm-logo {
		right: 0;
	}
}

@media screen and (max-width: 960px) {
	.page-id-720 .navigation .nav-inner a.logo {
		margin: 20px 1% 0 1%;
	}
	
	.page-id-720 .navigation .nav-inner .members-dropdown {
		right: 20px;
		top: 30px;
	}

	.page-id-720 .navigation .nav-inner .gsm-logo {
		right: auto;
        left: 170px;
	}
	
	.page-id-720 .navigation .nav-inner .social { 
		right: 150px !important;
	}
}

@media screen and (max-width: 820px) {
	.page-id-720 footer .content {
		flex-direction: column;
		margin: 0 auto;
	}

	.page-id-720 footer .content .news,
	.page-id-720 footer .content .social,
	.page-id-720 footer .content .contact {
		width: 100% !important;
		text-align: center;
	}

	
}

@media screen and (max-width: 600px) {
	.page-id-720 .navigation .nav-inner {
		height: 115px;	
	}
	
	.page-id-720 .navigation .nav-inner a.logo img {
		width: 120px;	
	}
	
	.page-id-720 .navigation .nav-inner .social {
		display: none;
	}
	
	.page-id-720 .navigation .nav-inner .gsm-logo {
		width: 120px;
		right: auto;
		left: 140px;
		margin: 10px 0 0;
	}
}


.public-buttons,
.choice-buttons {
	margin: 60px auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
	width: 60%;
}

.choice-buttons {
	width: 60%;
	gap: 60px;
}



.public-buttons a.btn,
.choice-buttons a.button {
	background: #2b2b2b;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	display: block;
}

.choice-buttons a.button {
	padding: 15px;
	font-size: 18px;
}

.prominent-btn a{
	background-color: #abc439 !important;
}

/* New Nav */
.main, .main .members{
	padding-top: 50px;
}
.navigation .nav-inner{
	display: flex;
    flex-wrap: wrap;
}
.navigation .nav-inner .half-nav{
	width: 50%;
	padding: 0 40px;
}
.navigation .nav-inner .half-nav.left-nav{
	/* background-color: #2b2b2b; */
	background-color: #001F06;
}
.navigation .nav-inner .half-nav .logo{
	width: auto;
	height: 85px;
	margin: 20px 0;
}
.navigation .nav-inner .half-nav .logo img{
	height: 100%;
}
.navigation .nav-inner .half-nav.right-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navigation .nav-inner .half-nav.right-nav .logo{
	flex-grow: 1;
}
.navigation .nav-inner .half-nav.right-nav .logo img{
	max-height: 80px;
}
.navigation .nav-inner .social .icon img{
	width: 24px;
}

.navigation .nav-inner .menu{
	width: 100%;
	background-color: #fff;
	top: auto;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}
.navigation .nav-inner .menu #nav{
	position: relative;
	padding: 0 40px;
	text-align: center;
}
.navigation .nav-inner .menu #nav li{
	padding: 0 10px;
}
.navigation .nav-inner .menu #nav li:hover{
	background-color: transparent;
}
.navigation .nav-inner .menu #nav li a{
	color: #00381f;
	font-weight: 600;
}
.navigation .nav-inner .menu #nav li:hover a{
	color: #00381f;
	opacity: 0.6;
}
.navigation .nav-inner .social{
	position: relative;
	right: auto;
	top: auto;
	float: none;
	margin: 0 20px;
}
.navigation .nav-inner .members-dropdown{
	position: relative;
	right: auto;
	top: auto;
}
.navigation .nav-inner .members-dropdown .members-link{
	margin-bottom: 0;
}

/* New Footer */
footer .content{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
footer .content .footer-col{
	width: 50%;
	padding: 40px 50px;
}
footer .content .footer-col.footer-left{
	background-color: #1c1c1c;
}
footer .content .footer-col.footer-right{
	background-color: #353535;
}
footer .content .footer-col p, footer .content .footer-col a{
	color: #fff;
}
footer .content .footer-col a:hover{
	color: #abc439;
}
footer .content .footer-col a.icon{
	display: inline-block;
}
footer .content .footer-col img.club-logo{
	width: auto;
	height: 150px;
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
}