/*
 Theme Name:   Contemporary
 Theme URI:    http://miclub.com.au
 License:      Copyright 2017 - 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.
 */

/* Mobile product button fix */
@media screen and (max-width: 740px) {
	.product-page a.btn {
		float: right;
		margin-right: 0;
	}
	.product-page .member-view .btn-back {
		margin-bottom: 10px;
	}
}

/* Public bookings fixes */
h2.feeNotes:after {
	display: none;
}
.product-page.modal-open .modal .modal-dialog .modal-content {
	top: 170px;
}

/* Modal Scroll For Leaderboard Scores */
.product-page .section, .product-page .container {
	overflow: auto !important;
}
.product-page .ui-dialog {
	width: 100% !important;
	max-width: 800px;
	overflow: auto !important;
	top: 140px !important;
}
@media only screen and (max-device-width : 1024px) {
	.product-page .ui-dialog {
		top: 100px !important;
		bottom: 0;		
	}
}
.product-page .ui-dialog .ui-dialog-titlebar.ui-widget-header, .product-page .ui-dialog .ui-dialog-content {
	width: 800px;
}

/* Remove 'Show Menu' Button */
@media screen and (max-width: 740px) {
	.page-template-page-members #main .section .container #sidebar #members-btn {
		display: none !important;
	}
	.page-template-page-members #main .section .container #sidebar .sidebar-content {
		display: block !important;
	}
}



/* Quoted Work - Popup - 5/7/2022 - SZ */

.pum-theme-lightbox {
    background-color: transparent!important;
}
.pum-theme-lightbox .pum-container {
    border: 0!important;
    background-color: rgba(54, 129, 190,.9)!important;
    box-shadow: 0px 0px 30px 0px rgb(2, 2, 2);
}
.pum-theme-lightbox .pum-title {
    margin-bottom: 5px!important;
    color: #fff!important;
    font-size: 26px!important;
    font-weight: 500!important;
    text-align: center!important;
}
.pum-theme-lightbox .pum-content {
    color: #fff!important;
    font-size: 1.3em!important;
    font-weight: 500!important;
    text-align: center!important;
}

/* Removing the popup title- can't figure out how to edit it? Done by Geoff 19/1/2026 for ticket 600236 */
.pum-theme-lightbox .pum-title{
	display:none;
}
.pum-theme-lightbox .pum-content h1{
	margin-bottom: 5px!important;
    color: #fff!important;
    font-size: 26px!important;
    font-weight: 500!important;
    text-align: center!important;
	line-height: 36px;
	letter-spacing:normal;
	text-transform:none;
}
    

/* Sign up form */
#sign-up-form {
	display: flex;
}