/*
Theme Name: Starter Theme (MiClub) 
Design Studio:MiClub http://www.miclub.com.au/
Description: Theme Created by MiClub
Version:"2015"
Author: MiClub - Michael H
Author URI:http://www.miclub.com.au/
*/

/*
 * ======================  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.
 */


/* 21/09/16: 14:14(NZST)
 * Author: Capiche Design
 * Allow leading homepage paragraphs in the same element to respect their margins
 * Changed inline display to block display
 */
.page-template-page-front .main .container .leading,
.page-template-page-front .main .container p {
    display: block;
}
.page-template-page-front .main .container p {
	line-height: 1.4;
}


/* 21/09/16: 15:20(NZST)
 * Author: Capiche Design
 * Four column images greyscale effect
 * Greyscale effect on linked images that is removed on hover
 */
.fourCols ul li a img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 39 (and above?) */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: filter 450ms;
    -webkit-transition: -webkit-filter 450ms;
}
.fourCols ul li a:hover img,
.fourCols ul li a:focus img,
.fourCols ul li a:active img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0%);
}


/* 21/09/16: 16:23(NZST)
 * Author: Capiche Design
 * Bottom margin on lists & list items in right column
 * (actually just overriding the override, original bottom margin could possibly be changed)
 */
.right-column ol,
.right-column ul {
	margin: 0 0 30px 0 !important;
}

.right-column ul li, 
.right-column ol li {
	margin: 0 0 6px 0 !important;
}

/* 23/09/16: 12:38(NZST)
 * Author: Capiche Design
 * Right column paragraph line heights
 */
.right-column p {
	line-height: 1.55 !important;
}
.right-column p.leading {
	line-height: 1.4 !important;
}


/* 23/09/16: 10:38(NZST)
 * Author: Capiche Design
 * Black button & interaction states
 * 
 */
.right-column a.black-button:before,
.right-column a.black-button:after {
	display: none; /* Were set to block and causing focus issues */
}
.right-column a.black-button:hover,
.right-column a.black-button:focus,
.right-column a.black-button:active {
	background-color: #87703C;
}


/* 23/09/16: 15:07(NZST)
 * Author: Capiche Design
 * Larger height home hero image
 * 
 */
 @media only screen and (max-width: 1400px) {
 	.page-hero {
 		max-height: 460px;
 	}
 }


/* 10/11/16: 09:00(NZST)
 * Author: Capiche Design
 * Generic striped table
 * 
 */
table.striped {
	border-spacing: 0;
}
table.striped td, th {
	padding: .5em;
}
table.striped tr:nth-child(odd) td {
	background-color: #e7e5df;
}


/* 14/11/16: 10:40(NZST)
 * Author: Capiche Design
 * Right column H1 line height
 * 
 */

.right-column h1 {
	line-height: 1.1;
}


/* 22/11/16: 10:57(NZST)
 * Author: Capiche Design
 * Right column H2 line height
 * 
 */

.right-column h2 {
	line-height: 1.2;
}


/* 22/11/16: 10:57(NZST)
 * Author: Capiche Design
 * Member home slider tweaks
 * 
 */

.page-template-page-members-list .rsDefault .rsBullet span {
	border: 1px solid #9B9B9B;
}

.page-template-page-members-list .rsDefault .rsBullet.rsNavSelected span {
	border-color: white;
}

/* Tom D Navigation Display fix 1400px - 1000px*/ 
@media only screen and (max-width: 1400px) {
	.header .main-navigation {
	float: inherit;	
	}
	
	.logged-in .header .main-navigation{
		float: right;
	}
}

li.gchoice_3_20_2 {
    display: none;
}
li.gchoice_3_20_3 {
    display: none;
}

/* Timehseet Events Button Hover Fix Tom D 1/05/17 */
a.btn.booking:hover {
    color: #fff;
}

@media only screen and (min-width: 1024px) {
.page-id-38 .header .logo img {
    height: 130px!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
	padding-left: 0px;
	padding-top: 0px;
	}

.page-id-38 .header .logo {
    float: left;
    width: 194px;
    height: 165px;
    display: block;
    background-color: #F9F7E7;
    position: absolute;
    top: 90px;
    z-index: 999;
	}
}

#new-royalslider-1 p {
    margin: 0px;
}

/*News Changes*/
.right-column-archives {
    float: right;
    width: 26%;
    padding: 72px 0;
	text-align: right;
}
.right-column.news {
    float: left;
	width: 44%;
}
.right-column-archives h2 {
	text-decoration: underline;
}
.right-column-archives h5 {
	margin: 0;
}
.right-column-archives .item {
	margin-bottom: 20px;
}
.right-column-archives .read_more_link {
	color: #808080!important;
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.right-column.news {
		width: 100%;
	}
	.right-column-archives {
		width: 100%;
		text-align: center;
	}
}
.portal-box.side-links {
	margin-bottom: 20px;
}
.portal-box.side-links a {
	padding: 4% 3%;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
    color: #fff;
    background: #87703C;
    transition: all 0.4s;
	height: auto;
	text-align: center;
    float: left;
    width: 94%;
	margin-bottom: 10px;
	text-decoration: none;
}
.portal-box.side-links a:hover {
	color: #87703C;
    background: #fff;
    transition: all 0.4s;
}
.portal-box.side-links a:last-child {
	margin-bottom: 0;
}
a.pdflink {
    background: url(../starter/assets/images/pdf-icon.png) no-repeat left top;
    padding-left: 35px;
    text-decoration: underline;
    display: inline-block;
    padding-bottom: 10px;
}
.page-template-page-aac-php .right-column {
    width: 72%;
}

@media only screen and (max-width: 767px) {
	.page-template-page-aac-php .right-column {
    	width: 100%;
	}
}

a.soc-icon {
    text-decoration: none;
    margin: 0 12px;
}

.soc-icon img {
    width: 30px;
    height: 30px;
	margin-top: 10px;
}

/* Northstar Portal Include */
.northStar a:hover, a.northStar:hover {
	cursor: pointer;
}

/* Hiding sidebar on Spectator Info Post */
.postid-8295 .left-column {display: none;}
.postid-8295 .right-column {width: 100%; max-width: 98%;}
.postid-8295 .post-data{display: none;}

.big-menu .menu-item-has-children:hover ul.sub-menu {
	min-width: 305px;
}
.big-menu .menu-item-has-children:hover ul.sub-menu .menu-item-has-children:hover ul.sub-menu {
	left: 305px;
}

/* Allowing for black buttons in the excerpt on members home - Trae - Ticket: 112921 - 23/02/2018 */
.post-meta + p > .black-button {
    line-height: 40px;
}

/* Home Page Feature Link Tom D 17.05.18 */
.home .main .leading a.black-button {
	font-size: 15px;
}

.home .main .leading a.black-button:hover {
	background-color: #87703C;
}

.home .leading {
	margin-bottom: 0px;
}

.page-template-page-members-list .rsDefault .rsBullets{
	position: relative;
}

/* Northstar Sidebar hover link */
a.nsLink:hover {
	cursor: pointer;
}

.page-id-10791 .left-column.sidebar-holder{
	display: none;
}
