/*
 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.
 */
 
.wp-caption {
    padding: 10px 30px 10px 30px;
}
span.fc-title {
    color: #000;
}
span.fc-time {
    color: #000;
}
/* Mobile Menu */
.mobile-menu #nav i {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.mobile-menu #nav li a:hover {
    color: #ffffff!important;
}
@media screen and (max-width: 960px) {
  .mobile-menu #nav {
    margin-bottom: 0; }
    .mobile-menu #nav li .arrow-down-menu {
      position: absolute;
      right: 0;
      display: block !important;
      padding: 20px 30px 20px 25px !important;
      width: 60px !important;
      background-color: #1e506f;
      border-left: 1px solid #ffffff; }
      .mobile-menu #nav li i.arrow {
        transform: rotate(45deg);
    	-webkit-transform: rotate(45deg); }
    .mobile-menu #nav li.menu-item-has-children a {
      display: inline-block !important;
      width: 80%; }
    .mobile-menu #nav li.menu-item-has-children:hover ul.sub-menu {
      display: none; }
    .mobile-menu #nav li.menu-item-has-children.open i.arrow {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);}
    .mobile-menu #nav li.menu-item-has-children.open .sub-menu {
      display: block !important;
      background: #1e506f;
      border-top: 1px solid #ffffff; }
      .mobile-menu #nav li.menu-item-has-children.open .sub-menu li.menu-item-has-children i.arrow {
        transform: rotate(45deg);
    	-webkit-transform: rotate(45deg); }
		.mobile-menu #nav li.menu-item-has-children.open .sub-menu li.menu-item-has-children.open i.arrow {
          transform: rotate(-135deg);
    	  -webkit-transform: rotate(-135deg); }
      .mobile-menu #nav li.menu-item-has-children.open .sub-menu li.menu-item-has-children .sub-menu {
        display: none !important; }
      .mobile-menu #nav li.menu-item-has-children.open .sub-menu li.menu-item-has-children.open .sub-menu {
        display: block !important;
        border-top: 1px solid #ffffff; }
}

/* Mobile Button */
		
  .sidebar #mobile-btn, .right-sidebar #mobile-btn {
    display: none;
    padding: 5%;
    width: 90%;
    margin: 0 auto;
    font-size: 16px; }
    @media screen and (max-width: 960px) {
      .sidebar #mobile-btn, .right-sidebar #mobile-btn {
        display: block;
        padding: 1% 3%;
        background: rgba(30, 80, 111, 0.9);
        color: #ffffff;
        width: 200px;
        margin: 0 auto 2px;
        z-index: 9999; } }
    @media screen and (max-width: 600px) {
      .sidebar #mobile-btn, .right-sidebar #mobile-btn {
        display: block;
        padding: 3% 3%; } }

/* Gallery Fix */		
.gallery .gallery-item img {
    max-height: 222px;
    object-fit: cover;
}

/* Intranet */
.intranet{
    text-align: center;
    background-color: #1e506f;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    color: #ffffff;
    display: block;
    padding: 12px 20px;
    margin: 0 0 20px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
	border-radius: 2px;
}
.intranet:hover {
    color: #ffffff;
	background-color: #707070;
}

/* QA Fixes */
a {
    color: #1e506f;
}
a:hover {
    text-decoration: underline;
}
.sidebar .sub-menu a[href$='.pdf']:after { 
	content: " \00bb"; font-size: 12px; 
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%!important;
}
.bg-warning {
    background-color: #f2dede; padding: 5px;
}
.bg-alert {padding: 5px;}
.portGenRes a {
    padding: 0 20px 0 20px!important;
    border: none!important;
    box-shadow: none!important;
    margin-top: -10px;
}

.course-controls h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
}
.course-controls img {
	width: 65px;
}

.sticky .post-data {
    display: none;
}
.archives-wrap .post-data {
    width: initial;
}

/* Print Styles */
@media print {
	.navigation {
		display: none;
	}
	.splash-image {
		display: none;
	}
	footer {
		display: none;
	}
}

.product-page table:not(.ui-datepicker-calendar) tr td {
    padding: 0px 15px 20px 0px;
}

/* Hiding Membership Categories from Members (Admin Only) - Trae - 25/07/2017 - Ticket: 71003 */
.membershipCategory{display: none !important}

.form-group .small{
	color: white;
}

/*Sidebar Changes*/
.sidebar, .right-sidebar {
	border-top: 0;
	background: #efefef;
	top: 20px;
}
@media screen and (max-width: 600px) {
	.sidebar, .right-sidebar {
		top: 50px;
	}
	.single-post .main .content {
		margin-top: 80px;
	}
	.single-post .main .content .heading {
		top: -95px;
	}
}
.sidebar h3, .right-sidebar h3 {
	padding: 0 8%;
	margin-top: 5px;
	text-align: left;
}
.sidebar-news h3 {
	text-align: right;
}

/*New Homepage*/
.span .block-image .image-link {
	display: table;
	padding: 10px;
}
.span .block-image .image-link a {
	border: 3px solid rgba(255,255,255,.2);
	display: table-cell;
	vertical-align: middle;
	height: 280px;
}
.span .block-image .image-link a:hover {
	text-decoration: none;
}
.span .block-image .image-link h3 {
	font-size: 24px;
	font-weight: 400;
}
.instagram-header {
	clear: both;
	text-align: center;
	padding: 100px 10%;
}
.instagram-header h3 {
	text-transform: uppercase;
}
.instagram-header .primary-button {
    display: inline-block;
    background: #275d52;
    color: #ffffff;
    border-radius: 40px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
	height: auto;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.3s ease;
    cursor: pointer;	
}
.instagram-header .primary-button:hover {
    transition: all 0.3s ease;
    background: #ffffff;
    color: #275d52;
    box-shadow: 0px 0px 3px #b0b0b0;
    padding: 10px 30px;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
	#sb_instagram #sbi_images .sbi_item:nth-child(n+5) {
		display: none;
	}
}

.page-template-page-front-v5 .slider {
	height: 100vh;
}
.slider .arrow-down {
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}
.slider-buttons {
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 11;
}
.slider-buttons a {
	color: #ffffff;
	background: rgba(30, 80, 111, 0.9);
	display: inline-block;
	width: 180px;
	margin: 5px 10px;
	padding: 10px 24px;
	border: 1px solid #ffffff;
}

.nav-inner a.logo {
	margin: 0 0 0 20px;
	top: 50%;
	transform: translateY(-50%);
}
.nav-inner .social, .nav-inner .members-dropdown {
	top: 50%;
	transform: translateY(-50%);	
}
.nav-inner .social a img {
	position: relative;
	top: 3.3px;
}
.logged-in .nav-inner .social a img {
	top: 0;
}
.nav-inner .members-dropdown .menu {
	position: absolute;
	top: 75px;
	right: 0;
}
.page-template-page-front-v5 .nav-inner .members-dropdown {
	display: none;
}
.page-template-page-front-v5 .nav-inner .social {
	right: 100px;
}
.nav-inner .members-dropdown .members-link {
	margin: 16px 0;
	background: #296d97;
	border: 1.3px solid #296d97;
	padding: 5px 10px;
}
.nav-inner .members-dropdown:hover .members-link, .nav-inner .members-dropdown .members-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*Layouts*/
.two-columns {
	overflow: hidden;
}
.two-columns.content-columns + .two-columns.content-columns {
	margin-top: 30px;
}
.grey-background + .two-columns.content-columns {
	margin-top: 30px;
}
@media screen and (max-width: 600px) {
	.two-columns.content-columns {
		margin-top: 20px;
	}	
}
.two-col .col {
	width: 50%;
	height: 450px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f4f4f4;
	display: table;
}
.two-columns.content-columns .two-col.text .col {
	background: #ffffff;
	width: 49%;
}
@media screen and (max-width: 960px) {
	.two-columns.content-columns .two-col {
		width: 100%;
	}
	.two-columns.content-columns .two-col .col {
		display: block;
		width: 100%!important;
		height: auto;
	}
	.two-columns.content-columns .two-col .col .inner {
		display: block;
	}
}
.two-columns.content-columns .two-col.text .col:first-child {
	margin-right: 1%;
}
.two-columns.content-columns .two-col.text .col:last-child {
	margin-left: 1%;
}
@media screen and (max-width: 960px) {
	.two-columns.content-columns .two-col.text .col:first-child {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.two-columns.content-columns .two-col.text .col:last-child {
		margin-left: 0;
	}
}
.grey-background, .two-columns.content-columns .two-col.text .col .inner {
	background-color: #f4f4f4;
	overflow: hidden;
}
.grey-background {
	width: 100%;
	display: table;
}
.grey-background .inner, .two-col .col .inner {
	padding: 40px;
	display: table-cell;
	vertical-align: middle;
}
.content-with-background {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	margin: 50px 0;
	display: table;
	position: relative;
}
.content-with-background .background-overlay {
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.1;
	position: absolute;
}
.content-with-background .content-overlay {
	display: table-cell;
	vertical-align: middle;
	padding: 0 100px;
	position: relative;
}
.content-with-background .content-overlay h2, .content-with-background .content-overlay p {
	color: #ffffff;
}

.white-background.container {
	max-width: 1440px;
	margin: 0 auto;
}
.white-background #sb_instagram {
	margin-bottom: -30px;
}

.button {
	background: #1e506f;
	color: #ffffff;
	padding: 10px 20px;
	margin: 10px 10px 10px 0;
	display: inline-block;
}
.button:last-of-type {
	margin-right: 0;
}
.button:hover {
	opacity: 0.8;
	color: #ffffff;
	text-decoration: none;
}

.header-button {
	float: left;
	border: 1.35px solid #ffffff;
	padding: 5px 10px;
	margin-left: 20px;
	margin-right: 10px;
}
.header-button a {
	color: #ffffff;
	margin: 0!important;
	height: auto!important;
	text-transform: uppercase;
}

/*Course Tour*/
.flyover-video {
	overflow: hidden;
	width: 40.2913699012%;
}
.single-course .hole .course .distance {
	overflow: visible;
	top: auto;
	margin-bottom: 0;
	width: 100%;
}
.tour .holes .hole {
	width: 32%;
	height: 300px;
}
@media screen and (max-width: 960px) {
	.tour .holes .hole {
		width: 49%;
		height: 250px;
	}
}
@media screen and (max-width: 600px) {
	.tour .holes .hole {
		width: 100%;
	}
}
.tour .holes .hole a {
	display: table;
}
.tour .holes .hole a h3 {
	width: auto;
	text-shadow: none;
	font-size: 28px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
}
.tour .holes .hole a h3 span, .course-slider .hole-slide a h3 span {
	color: #ffffff;
	font-size: 20px;
	padding: 0 5%;
}
@media screen and (max-width: 960px) {
	.course-slider .hole-slide a h3 span {
		display: none;
	}
}
.single-course .hole .course .distance h3 {
	margin-bottom: 5px;
}
.single-course .hole .course .distance p {
	top: auto!important;
	float: left;
	position: relative!important;
	margin: 15px 0;
}
.single-course .hole .course .distance p:nth-child(3) {
	margin: 15px;
}
.single-course .hole .course .distance .long {
	background-color: #114369;
}
.single-course .hole .course .distance .medium {
	background-color: #f5cd15;
}
.single-course .hole .course .distance .short {
	background-color: #983734;
}
.single-course .hole .pagination .prev, .single-course .hole .pagination .next {
	z-index: 99;
}
.course-slider .hole-slide a {
	display: table;
}
.course-slider .active a {
	display: none;
}
.course-slider .hole-slide a h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	line-height: 35px;
}

/*Fixes*/
.main .content .heading {
	text-shadow: none;
}

@media screen and (max-width: 1200px) {
	.nav-inner .menu {
		top: 50px;
	}
}
@media screen and (max-width: 960px) {
	#footcol-1, #footcol-2, #footcol-3, #footcol-4 {
		width: 50%;
		padding: 0 2%;
	}
	.nav-inner a.logo {
		margin: auto;
		left: 0;
		right: 0;
		position: absolute;
	}
	.two-col {
		display: table;
	}
	.two-col .col {
		width: 100%;
	}
	.col.text {
		display: table-header-group;
		float: none;
	}
	.flyover-video {
		width: 48.821174201%;
	}
}
@media screen and (max-width: 600px) {
	#footcol-1, #footcol-2, #footcol-3, #footcol-4 {
		width: 100%;
		padding: 0 2%;
		text-align: center;
	}
	footer .footer-nav {
		text-align: center;
	}
	.content-with-background .content-overlay {
		padding: 0 50px;
	}
	.main .content {
		margin-top: 60px;
		padding: 0 20px!important;
	}
	.page-template-default .main .content {
		padding: 20px 20px 0!important;
	}
	.main .content .heading {
		top: -65px;
	}
	.flyover-video {
		width: 100%;
		display: inline-block;
		margin-top: 20px;
	}
}

.nav-inner .menu .guests-menu, .nav-inner .menu .members-menu {
	margin-top: 16px;
}

@media screen and (max-width: 1360px) {
	.nav-inner .menu .guests-menu li, .nav-inner .menu .members-menu li {
		padding: 8px;
	}
	
	.nav-inner .menu .guests-menu li a, .nav-inner .menu .members-menu li a {
		font-size: 12px;
	}
	
	.page-template-page-front-v5 .nav-inner .social {
    right: 30px;
}
}

.slider-notice{
	display: flex;
	justify-content: center;
	flex-direction: row;
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 11;
	background: rgba(0,0,0,0.3);
	height: 100%;
	padding-top: 100px;
}

.slider-notice p{
	background: rgba(0,0,0,0.3);
	width: 60%;
	padding: 20px;
}

/*New Events page */


#soliloquy-container-4876 .soliloquy-wrapper {
   overflow: hidden !important;
}
#soliloquy-container-4876 .soliloquy-viewport {
   overflow: visible !important;
}
#soliloquy-container-4876 .soliloquy-caption {
   position: relative !important;
}

#soliloquy-container-4876 .soliloquy-caption-inside{
	padding-bottom: 0;
	height: 60px!important;
}

/* Gift Voucher Page */

@media(min-width:768px){
	
	.gift-vouchers {
    	display: flex;
   		justify-content: space-evenly;
	}
	
	.gift-voucher-item{
	 width: 80%;
	}
}

@media(max-width:900px) {
	.gift-vouchers {
    	display: block;
	}
	
	.gift-vouchers .gift-voucher-item{
	 	width: 100%;
	}
}

.gift-voucher-text p {
    line-height: 26px;
}

.gift-voucher-text .btn {
    padding: 5px 10px;
    display: block;
    background-color: #55877b;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#footcol-3 p {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

#footcol-3 p:first-of-type {
	margin-top: 5px;
}

#footcol-3 .sign-up {
	margin-top: 15px;
}

.app-icons{
	
	display: flex;
	flex-direction: column;
}

.app-icons img{
	width: 100px;
}

.page-id-5505 .main .content .heading{
	text-transform: none;
}


.page-id-7 .content .members-content .public-calendar .form-group .checkbox-inline {
    display: none!important;
}

.opening-hours{
	
	color: #fff;
	
	height: 65px;
	width: 85%;
	padding: 5px 10px;
	font-weight: bold;
}

a.opening-hours-link{
	color: green!important;
	font-weight: bold!important;
}

#footcol-3 .sign-up{
	padding: 0px 4px;
}

#footcol-1{
	background: none;
	display: flex;
	flex-direction: row;
	justify-content:space-evenly;
	padding-left: 0;
}

.footer-col-3{
	
	display: flex;
	flex-direction: column;
}

.footer-col-3 img{
	max-width: 80px;
}

/* Password reminder */
.page-template-prodGen footer {
	z-index: 1;
}
.grecaptcha-badge {
	z-index: 2;
}

.archives-wrap .post-data{
	display: none;
}
.slider-notice p
{
	background:rgba(0,0,0,0)!important;
}


/* Ticket #464289 new logo */
.nav-inner a.logo{
    margin: 0 0 0 50px;
}
footer .footcols #footcol-1 .footer-col-1 img {
    max-width: 2000px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1600px) {
	.page-template-page-front-v5 .nav-inner .social {
		display: block;
		right: 30px;
		top: 47%;
	}
	
	.nav-inner .social a img {
    	height: 75%;
		top: 5px;
	}
	
	.nav-inner .social .header-button {
		border: 1px solid #ffffff;
		padding: 5px;
		margin-left: 10px;
		margin-right: 0px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1200px){
	.menu #nav {
		display: none;
	}
	
	.nav-inner .menu .menu-toggle, .mobile-menu .menu-toggle {
		display: block;
		left: auto;
		right: 20px;
		top: 27px;
		position: fixed;
	} 
	
	.nav-inner .social, .nav-inner .members-dropdown {
		right: 100px !important;
	}
	
	.page-template-page-members .nav-inner .social {
		right: 210px !important;
	}
	
	.nav-inner .social .header-button {
		font-size: 16px;
		transition: all 0.3s ease;
		border: 1px solid rgba(255, 255, 255, 0.5);
		padding: 10px;
		border-radius: 2px;
	}
	
	.nav-inner .social a img {
		top: 12px;
	}
}

@media screen and (max-width: 600px){
	.slider-notice p:nth-last-of-type(1), .slider-notice p:nth-last-of-type(3) {
		width: 10%
	}
	
	.slider-notice p:nth-last-of-type(2) {
		width: 80%
	}
}

/* Sign up form button text colour */
#sign-up-form .p-button span {
	color: #ffffff;
}

#gform_fields_9 >  .gfield {
    margin-bottom: 20px;
}

#gform_fields_9 .gform-field-label {
    font-weight: bold;
}

iframe[data-id="nbi-widget"] {
    border: 0!important;
    padding-bottom: 40px;
}