/*
 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.
 */
 
 /* Changes requested from Kim Little - Tom D 14/10/16 */
 
 .page .content table {
	width: 100%!important;
 }
 
.page .content table tbody tr:first-child {
	background-color: #a2a2a2;
	padding: 10px;
	color: #fff;	
}

.page .content table tbody tr:first-child p, .page .content table tbody tr:first-child h2 {
	padding: 10px;
	color: #fff;	
}

.page .content table tbody tr:nth-child(odd) {
	background-color: #ededed;
}
 
.page .content table tbody tr td {
	border: #a2a2a2 1px solid;
	padding: 10px;  
  }
  
 .slider .slider-content a {
	 background: rgba(5, 37, 68, 1);
 }
 
 .gallery-item img.size-thumbnail {
	width: 150px!important; 
 }
 
 /* Hiding the start time from the Event Organiser Calendar */
 
 .category-whats-on .fc-content span.fc-time {
    display: none;
}

/* Nav shirink logo position */
.shrink .nav-inner a.logo img {
	margin: 0px;
}

/* Gant Logo */
.nav-inner .social a.icon.sponsor-plug img {
	width: 45px;
    margin: -4px 0px 0 6px;
}

@media screen and (max-width: 1360px) {
.nav-inner .menu {
    width: 73%;
	}
}

@media screen and (max-width: 1150px) {
	.nav-inner .menu {
		width: 100%;
		top: 9px;
		padding: 0 10px;
	}
}


@media screen and (max-width: 1440px) {
	.page-template-prodGen-php .main.members .members-content .heading {
	  	top: inherit !important;
		position: relative;
	}
	
	html .page-template-prodGen-php .main.members .content .members-sidebar {
		margin-top: 20px !important;
	}
}

@media screen and (max-width: 600px) {
	html .page-template-prodGen-php .main.members .content .members-sidebar {
		margin-top: 0 !important;
	}
}

#eventListForm, .ui-widget input, .ui-widget,
#memberSearch:before, #eventListForm:before {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}



@media screen and (max-width: 1200px) {
.product-page .main.members .members-content .heading, .product-page #memberSearch:before, .product-page #eventListForm:before, .product-page #memberSearch:before, .product-page #eventListForm:before {
	position: relative;
	top: inherit !important;
}
}

@media screen and (max-width: 1440px) {
	.members .members-content {
		margin-top: 20px;
	}
}



/* Michae h	-	24/05/2017	-	fonts */
.members .archive-content h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00498d;
}

.members .members-sidebar .weather h3, .members .members-sidebar .events > h3, .sidebar .widget h3, .right-sidebar .widget h3{
	text-transform: capitalize;
	font-size: 1.17em;
}

.nav-inner .menu .guests-menu li a, .nav-inner .menu .members-menu li a{
	font-size: 17px;
}

.main{
	z-index: 99;
}

/* 31/10 - Added enews sign up in footer */

/*footer .content .news {
    width: 18.1138787216%;
}

@media screen and (max-width: 1440px) {
footer .content .news,
footer .content .contact {
	    width: 23.2317613015%;
	}
}

@media screen and (max-width: 600px) {
	footer .content .news,
	footer .content .contact {
	    width: 100%;
	}
}

button.miclub-form-button {
    padding: 5px 10px;
    font-weight: bold;
    width: 132px;
}*/

.ag-social-icons .fa {
	color: #ffffff;
}
.ag-social-icons .fa:hover {
	color: rgba(255,255,255,.8);
}

.ag-enews-signup input {
    padding: 5px;
    font-size: 14px;
    min-width: 200px;
    width: 50%;
    margin-bottom: 5px;
}

.ag-enews-signup button.miclub-form-button {
    padding: 5px 10px;
    font-size: 14px;
}

.page-template-page-latest-news .archives-wrap {
    width: 100%;
    float: left;
}

/*
@media screen and (max-width: 1024px)
{
.main .content {
    padding: 0 20px !important;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
	}


@media screen and (max-width: 1024px)
	
{
.members .content .heading {
    padding-top: 10px;
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 10px !important;
    margin: 0 !important;
}
}


@media screen and (max-width: 1024px)
{
.members .members-sidebar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin: 50px 0 0 0;
}
}


@media screen and (max-width: 1024px)
{
.members .members-sidebar {
    margin: 30px 0 0 !important;
}
}

@media screen and (max-width: 1024px)
{
.members .members-content {
    margin-top: 20px;
}
}

@media screen and (max-width: 1024px)
{
.members .members-content {
    width: 98%;
    padding: 0;
    margin-top: 110px;
}
}


@media screen and (max-width: 1024px)
{
.members .members-content {
    padding: 0 !important;
}
	}
*/



.page-template-prodGen-php .main.members .members-content table.portal td{
	width: 20%;
}