/*
Theme Name: Latrobe
Design Studio:MiClub http://www.miclub.com.au/
Version:"2012"
Author:MiClub
Author URI:http://www.miclub.com.au/
*/

@charset "UTF-8";
@import url(editor.css);
/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
html {
	background: #fff;
	margin: 0;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	background-size: 100% auto;
}
#wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	background: #fff;
}
#header {
	background: #ddd url("images/leaf-pattern3.png") repeat;
}
#main {
	background: #fff;
	padding-top: 10px;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #f3f3f3;
	;
}
#left-column {
	float: right;
	width: 72%;
	padding: 0 2% 4% 2%;
}

.page-template-page-members #left-column{
	width: 100%;
	box-sizing: border-box;
} 

#left-column h1:first-child {
	margin: 10px 0 20px 0;
}
#right-column {
	float: left;
	width: 22%;
	margin: 0 0 20px 0;
	padding: 0 1% 20px 1%;
}
#right-column h1 {
	color: #555;
}

#full-column{
	width: 94%;
	margin: 60px auto;	
	max-width: 760px;
}
.wp-post-image {
	margin: -4px 0 28px 0;
	max-width: 100%;
}
#full-width {
	padding: 20px 2.127660%;
}
#footer {
	padding: 10px 2.04082% 23px;
	background: url("images/latrobe-tree.png") no-repeat scroll 105% bottom/ 18% auto #F4F4F4;
}
#footer p {
	float: left;
	color: #555;
	margin: 40px 10px 0;
	font-size: 14px;
}
#footer span {
	display: none;
}
#footer a {
	color: #999;
	font-weight: bold;
	white-space: nowrap;
	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease;-o-transition: all 0.3s ease; transition: all 0.3s ease;
}

#footer .miclub {
	float: right;
}
#footer .contactus + span {
	display: none;
}
.footerinner {
	width: 98%;
	padding: 0 1%;
	max-width: 990px;
	margin: 0 auto;
}

#footer .fullRow p{
	font-size: 12px;	
	font-weight: 800;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*-------------------------------------------------------------------------------------------*/
/*- FRONT PAGE ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.page-template-page-front-php #wrapper, .page-template-page-front-php #main {
	background: none;
	border: none;
	box-shadow: none;
}
.homePOI {
	width: 98%;
	margin: 0px auto 60px;
	max-width: 940px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 10px;
}
.homePOI h1 {
	margin-top: 20px;
	background: url('images/hr.jpg') no-repeat scroll 3% 12px, url('images/hr.jpg') no-repeat scroll 97% 12px;
	background-size: 30% 2px;
	-webkit-background-size: 30% 2px;
}
#new-royalslider-4 {
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	#new-royalslider-4 {
		width: 100% !important;
	}
}
/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#header-top {
	height: 100px;
	padding: 0 3%;
	max-width: 990px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin: 12px 0;
}
.social img {
	width: 25px;
	height: 25px;
	padding-bottom: 5px;
	float: right;
	margin-left: -36px;
}
.address {
	float: right;
	margin: 40px 0 0 0;
	font-size: 14px;
	line-height: 1.35em;
	text-align: right;
	font-weight: 600;
}
a.logo {
	width: 67%;
}
a.logo img {
	float: left;
	display: block;
	margin-right: 20px;
}
a.logo h1 {
	margin-top: 30px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 400;
}
a.logo h2 {
	margin-top: 5px;
}

.SocialIcons{
	display: inline-block;
	float: right;	
	margin: 20px 0 0;
}

.SocialIcons img{
	width: 22px;	
}

.SocialIcons img:hover{
	opacity: 0.6;
	border-radius: 5px;
}
/*-------------------------------------------------------------------------------------------*/
/*- MENU ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#menu-toggle {
	background: none repeat scroll 0% 0% #FFF;
	width: 100%;
	display: block;
	float: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#bigMenu {
	max-width: 990px;
	margin: 0 auto;
}
ul#nav {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	display: block;
	width: 100%;
	clear: both;
}
ul#nav li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0 1%;
	border-left: none;
	list-style-type: none;
	z-index: 100;
}
ul#nav li a {
	display: block;
	padding: 9px 0;
	line-height: 14px;
	font-weight: normal;
	font-size: 14px;
	color: #222;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
}
ul#nav li:hover > ul {
	display: block;
}
/* Menu Toggle */
style.css #bigMenu {
	display: block;
}
#toggleMenu, .responsive_menu_btn {
	display: none;
}
/* Darken on hover */
ul#nav ul.sub-menu li a:hover {
	color: #A6823F;
}
/* Darken if current item */
ul#nav li.current_page_parent a, ul#nav .current_page_item a, ul#nav .current_page_ancestor a {
	color: #A6823F;
}
/* Underline if current item */


/* Scoring between items */
ul#nav li .left, ul#nav li .right {
	position: absolute;
	top: 0;
	height: 43px;
	width: 1px;
}
ul#nav li:first-child .left, ul#nav li:last-child .right {
	display: none;
}
ul#nav .sub-menu li .left, ul#nav .sub-menu li .right {
	display: none;
}
/* Add space before first item */
ul#nav > li:first-child {
	margin-left: 0px;
}
/* Make sure the members button is on the far right */
ul#nav > li#menu-item-178, ul#nav > li#menu-item-715,
ul#nav > li#menu-item-1294, ul#nav > li#menu-item-1294 {
	float: right;
}
ul#nav > li#menu-item-178 ul.sub-menu, ul#nav > li#menu-item-715 ul.sub-menu,
ul#nav > li#menu-item-1294 ul.sub-menu, ul#nav > li#menu-item-1294 ul.sub-menu {
	right: 0;
	left: auto;
}
/* Dropdowns */
ul#nav ul.sub-menu {
	display: none;
	position: absolute;
	top: 32px;
	left: -1px;
	z-index: 2;
	background: #fff;
	width: 220px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 0;
	z-index: 100;
}
ul#nav ul.sub-menu li:last-child {
	border-bottom: none;
}
ul#nav ul.sub-menu ul {
	left: 220px;
	top: 0;
}
ul#nav li:last-child ul.sub-menu ul {
	left: auto;
	right: 162px;
	top: 0;
}
ul#nav ul.sub-menu li {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	background: #fff;
}
ul#nav ul.sub-menu li a {
	display: block;
	padding: 8px 2.5%;
	margin: 0;
	line-height: 20px;
	background: #fff;
	border-top: none;
	font-size: 13px;
	color: #444;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	width: 95%;
}
ul#nav ul.sub-menu li ul.sub-menu, ul#nav ul.sub-menu li ul.sub-menu li{
	display: none !important;
	visibility: hidden !important;
}
ul#nav ul.sub-menu li a span {
	background: none;
}
ul#nav ul.sub-menu li.current_page_parent > a, ul#nav ul.sub-menu li.current_page_parent a:hover, ul#nav ul.sub-menu .current_page_item a, ul#nav ul.sub-menu .current_page_item a:hover {
	background: #f3f3f3;
}
ul#nav #menu-item-550 ul.sub-menu, ul#nav #menu-item-593 ul.sub-menu {
	width: 210px;
}
#nav ul li.arIco > a {
	background-image: url("images/arra.png")!important;
	background-position: 96% 50%!important;
	background-repeat: no-repeat!important;
}
#nav ul ul li.arIco > a {
	background-image: url("images/arra.png")!important;
	background-position: 96% 50%!important;
	background-repeat: no-repeat!important;
}
/* Hide Holes 1-18 */
#menu-item-805 ul, #menu-item-807 ul {
	display: none!important;
}
/* Menu Toggle */
#menu-toggle strong {
	display: none;
}
.wpcf7 p {
	float: left;
	padding: 10px;
}
.wpcf7 input, select {
	width: 100%!important;
}
.clear {
	clear: both;
}


/*-------------------------------------------------------------------------------------------*/
/*- Sub NAVIGATION -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.subMenu{
	width: 80%;
	padding: 10px 10% 0 10%; This needs to be removed for sidepanel display for Phase 2 display
	text-align: center;*/
}
.subMenu h1{
	text-align: center;/* This needs to be removed for sidepanel display for Phase 2 display*/
}	

.subMenu{
width: 50%;*/ /* This needs to be removed for sidepanel display for Phase 2 display*/
padding: 15px 25% 0;
}

.subMenu #sideNav li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: auto;
    display: inline-block;
	text-align: center;
}

.subMenu #sideNav li a:after {
    content: "/";
    padding-left: 6px;
}


.page-template-page-front-php .subMenu{
	display: none;	
}


/*-------------------------------------------------------------------------------------------*/
/*- SIDE NAVIGATION -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#sideNav, #sideNav ul, #sideNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideNav .sub-menu a {
	display: block;
	line-height: 20px;
	padding: 8px 0;
}
#sideNav .sub-menu .sub-menu a {
	display: block;
	line-height: 20px;
	padding: 4px 26px;
	background: #fff;
	font-size: 12px;
}
#sideNav .sub-menu a:hover {
	background-color: #fbfbfa;
}
#sideNav .sub-menu .current_page_item a {
	color: #A6823F
}
#sideNav .sub-menu .sub-menu {
	padding: 8px 0;
	border-top: 1px solid #f0edeb;
}
#sideNav .sub-menu .sub-menu li {
	border-bottom: none;
}
#sideNav .sub-menu .sub-menu li:first-child {
	border-top: none;
}
#sideNav .sub-menu .sub-menu a:hover {
	background-color: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- COURSE TOUR -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.single-course img.wp-post-image {
	float: right;
	margin: 5px 0px 20px 20px;
	padding: 3px;
	background: #fff;
}
.single-course #right-column h3 {
	font-size: 17px;
}
.course-info-single {
	padding: 5px 4px 0 7px;
	line-height: 200%;
	float: left;
	text-align: center;
}
.course-info-single1 {
	padding: 5px 4px 0 7px;
	line-height: 200%;
	float: left;
}
.single-course #right-column h4 {
	margin: 20px 0 5px 0!important;
}

.single-course iframe{
	width: 100%;	
}
/* Course Tour Navigation */
#holes {
	margin: 0 0 20px -10px;
	padding: 0;
	overflow: hidden;
}
#holes li {
	margin: 0 0 0 4px;
	padding: 0;
	float: left;
	list-style-type: none;
}
#holes li:first-child {
	margin: 0;
}
#holes a {
	display: block;
	border: 1px solid #333;
	width: 22px;
	padding: 2px 2px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333;
}
#holes a:hover {
	border: 1px solid #E0CDA6;
	background: #fff;
	color: #333;
}
#holes .current a {
	border-color: #E0CDA6;
	background: #E0CDA6;
	color: #000;
}
#holes .prev a, #holes .next a {
	font-size: 15px;
	font-weight: normal;
	border: none;
	padding: 2px;
}
#holes .prev a:hover, #holes .next a:hover {
	background-color: #E0CDA6;
}
#holes .nolink {
	color: #aaa;
	width: 16px;
	padding: 3px;
	font-size: 15px;
	display: block;
	text-align: center;
	cursor: default;
}
/* Previous and Next (bottom) */
#prev-next {
	clear: both;
	padding: 20px 0;
}
#prev-next a, #prev-next .nolink {
	background: #fff;
	font-size: 11px;
	display: inline-block;
}
#prev-next .prev {
	float: left;
}
#prev-next .next {
	float: right;
}
#prev-next .overview {
	float: left;
	margin-left: 20px;
}
#prev-next .nolink {
	cursor: default;
	color: #ccc;
}
#prev-next a, #prev-next a:hover {
	border: none;
}

h1 small{
	font-size: 14px;
	margin-right: 2px;	
}




/*-------------------------------------------------------------------------------------------*/
/*- GOOGLE MAP ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#map {
	width: 100%;
	height: 350px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 16px 0;
}
#map + p {
}
#map a, #map a:hover {
	border: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- IMAGE LINK COLUMNS ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.fourCols-bg {
	padding: 25px 4.1% 39px 4.1%;
	background: #fff;
	overflow: hidden;
	clear: both;
}
.fourCols {
	width: 98%;
	margin: 0 auto;
	max-width: 940px;
}
.fourCols h2{
	margin: 0 0 10px;	
}
.fourCols .news-item {
	width: 23%;
	float: left;
	display: block;
	padding: 0 0 10px;
	background: #F4F4F4;
	margin: 10px 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.fourCols .news-item .news-thumb {
	max-height: 150px;
	overflow: hidden;
}
.fourCols .news-item img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.fourCols .news-item h4, .fourCols .news-item p {
	padding: 10px 2%;
	margin: 0;
	text-align: center;
}
.fourCols .news-item h4 {
	padding: 20px 2% 10px;
}
a.read_more_link, #gform_submit_button_6 {
	padding: 3px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #E0CDA6;
	display: auto;
	margin: 0 auto;
	color: #000;
	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease;-o-transition: all 0.3s ease; transition: all 0.3s ease;
}
a.read_more_link:hover, #gform_submit_button_6:hover {
	background: #E0CDA6;
	color: #000;
	border: 1px solid #E0CDA6;
	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease;-o-transition: all 0.3s ease; transition: all 0.3s ease;
}
/*-------------------------------------------------------------------------------------------*/
/*- FORMS -----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
textarea, input, select {
	padding: 5px;
	font-size: 13px;
	color: #595959;
	border-radius: 3px;
}
select {
	padding: 4px;
}
input[type=text], input[type=password], textarea, select {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10) inset, -4px -4px 0 0 #f3f3f3, 4px 4px 0 0 #f3f3f3, 4px 0 0 0 #f3f3f3, 0 4px 0 0 #f3f3f3, 4px -4px 0 0 #f3f3f3, -4px 4px 0 0 #f3f3f3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type=button], input[type=submit] {
	padding: 4px 8px;
	font-weight: 100;
	cursor: pointer;
	background: #fff!important;
	border: none;
	color: #000;
}
input[type=button]:hover, input[type=submit]:hover {
	background: #E0CDA6 !important;
	color: #000 !important;
}
#gform_wrapper_6 span {
	width: 45%;
	margin: 0;
}
#gform_wrapper_6 .gfield_label {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#gform_wrapper_6 span.gfield_required {
	width: 1%;
	float: left;
	display: block;
	margin-right: 5px;
}
#gform_wrapper_6 .ginput_container .textarea.medium {
	height: 45px;
}
/*-------------------------------------------------------------------------------------------*/
/*- WORDPRESS (NEWS) STYLES -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.content-wp {
	min-width: 100%;
}
.post-meta {
	margin: 0 0 30px 0;
	padding: 0 0 16px 0;
}
.post-meta h1 {
}
.post-meta h1 span {
	color: #777;
}
.post-meta h1 a, .post-meta h2 a {
}
.post-data {
	font-size: 11px;
	color: #444;
}
.post-data a {
}
.post-data span {
	color: #999;
	margin: 0 2px;
}
.post-content {
	margin: 0;
	padding: 0;
}
.tfe.wp-post-image {
	border: 2px solid #eee;
	float: right;
	margin: 0 0 20px 30px;
	width: 150px;
	height: auto;
}
.default-img {
	padding: 2px;
	border: none;
}
#back {
	margin-top: 0;
	margin-top: 1.3em;
}
/* Archive Page style */
#archive h1 {
	 
	margin: 10px 0 30px 0;
	padding: 0 0 16px 0;
}
#archive h1+.news-item {
	padding-top: 10px;
	border-top: 0;
}
#archive .post-meta {
	border: 0;
	margin: 0 0 13px 0;
	padding: 0;
}
#archive .post-meta h2 {
	margin: 0 0 8px 0;
}
#archive .post-meta h2 a {
}
#archive .post-data {
}
#archive .post-content {
}
.nextpostslink {
	float: right;
}
.previouspostslink {
	float: left;
}
/* Sidebar Page style */
.sidebar-news {
}
.sidebar-news h3 {
	margin: 0 0 16px 4px;
}
.sidebar-news ul {
	margin-bottom: 36px;
	clear: both;
}
.sidebar-news li {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.sidebar-news ul#archive-list li {
	margin-bottom: 14px;
}
.sidebar-news .date {
	font-size: 10px;
	font-weight: bold;
	display: block;
}
#add-new {
	text-align: center;
	width: 50%;
	display: block;
	margin: 0 auto 25px auto;
}
#add-new a {
	border: 1px solid #777;
	background: #555;
	color: #fff;
	padding: 0 10px;
	display: block;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	text-align: center;
}
#add-new a:hover {
	background: #555 url(../essentialmosman/images/add-button.gif) 0 -28px repeat-x;
	text-decoration: none;
	border-color: #555 #555 #777 #555;
}

.onlinEnquiry {padding: 0px 0 0px 30px; display:block; background: url(images/contact.png) no-repeat center left; }

.sidebarContent{
	margin-top: 20px;
}
/*-------------------------------------------------------------------------------------------*/
/*- CALENDAR STYLE --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#main .eo-fullcalendar {
	clear: both;
}
.ui-tooltip-content {
	line-height: 1.5em;
}
#main .fc-event-time {
	display: block;
}
#main .fc-event-title {
	line-height: 1.3em;
	padding: 0 0 5px 2px;
	display: block;
}
#main .eo-agenda-widget ul.dates {
	padding: 0;
}
#main .eo-agenda-widget li.event {
	font-size: 13px;
	opacity: 1;
	background: #f1f1f1;
	color: #656565;
	padding: 5px 0 5px 12px;
}
#main .eo-agenda-widget li.event:hover {
	background: #ececec;
	color: #555;
}
#main .eo-agenda-widget li.event strong {
	display: block;
}
#main .widget_events .widget-title {
	display: none;
}
.single-event .post-data {
	font-size: 16px;
	margin: 0;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: 0.4em!important;
}

body #wp-calendar .eo-event-cat-mens-major-events,
.fc-content .eo-event-cat-mens-major-events{
	background-color: #A1AFFF !important;
	border-color: #A1AFFF !important;	
}

body #wp-calendar .eo-event-cat-ladies-major-events,
.fc-content .eo-event-cat-ladies-major-events{
	background-color: #FF93FB !important;
	border-color: #FF93FB !important;	
}

/* Single event */
/* - Sidebar */
.post-type-archive-event #content{
	width: 94%;
	margin: 60px auto;
	max-width: 760px;	
}

.post-type-archive-event #content article{
	margin: 30px 0px;
	border-top: 1px solid #888;
	padding-top: 15px;
}

.post-type-archive-event #content article .event-entry-meta{
	margin-top: 10px;	
}

/*-------------------------------------------------------------------------------------------*/
/*- PORTAL PAGE -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#portal-main {
	width: 600px;
	float: left;
}
#accordion {
	width: 260px;
	float: right;
}
h1#welcome {
	float: left;
	margin: 3%;
	width: 50%;
}
h1#welcome .name {
}
#date {
	float: right;
	margin: 20px 2% 0 0;
	line-height: 24px;
}
.portal-col {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.portal-box, .portMain.portMyDetails {
	width: 100%;
	margin: 0 0 19px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.portal-box a{
	color: #A88241;
}
.portal-box ul {
	margin: 0 0 10px;
}
.portal-box ul li{
	list-style: none;
	margin: 0;
}

.portal-box  ul li.portGenBold{
	font-size: 15px;
	font-weight: 600;
}
.portal-links {
	padding-bottom: 6px;
}
.portalHead, .portal-head{
	background: #ddd url(images/leaf-pattern3.png) repeat;
	width: 103%;
	float: left;
	display: block;
	padding: 10px;
	margin-left: -6px;
	margin-top: -6px;
}

/*Waiting List */
.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all .ui-selectonemenu-items-wrapper, .ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all, .ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all label{
	width: 60px !important;	
}


/* header links */
.portal-links a {
	color: #333;
	height: auto;

	text-align: center;
	float: left;
	width: 94%;
	padding: 3%;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.sub-menu li.current-menu-item a, .sub-menu li.menu-item a:hover,#footer a:hover {
	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease;-o-transition: all 0.3s ease; transition: all 0.3s ease;
	color: #A88241;
}
.portalLink a {
	color: #000;
	text-align: right;
	float: right;
	padding: 4px;
	margin-bottom: 5px;
	font-size: 9px;
}
.portal-details li {
	list-style: none;
}
.page-id-154 .news-item {
	width: 31%;
	padding: 0px;
	background: ##EFEFEF;
	margin: 10px 0px;
	box-sizing: border-box;
	border: none;
}
.stamp {
	position: absolute;
	right: 0%;
	top: 0;
}
.grid-sizer {
	width: 31%;
}
.gutter-sizer {
	width: 2%;
}
.page-id-154 .attachment-full {
	width: 100%;
	height: auto;
	margin: 0;
}
.page-id-154 .post-title {
	margin: 0 0 15px 0;
	line-height: 1.15em;
	font-size: 22px;
	font-weight: 600;
}
.page-id-154 h2.post-title a {
	border-bottom: none!important;
}
.page-id-154 .post-title a {
	font-weight: 600!important;
}
.page-id-154 .post-content a.more {
	background: none repeat scroll 0 0 #555333;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	margin: 17px 0 0 0;
}
.page-id-154 .post-content {
	overflow: hidden;
}
.page-id-154 .post-content p:first-child {
	display: none;
}
.page-id-154 .post-meta {
	margin: -5px 0 0 0;
	display: block;
	clear: both;
}
.page-id-154 .category-course-supers-blog .post-content a.more {
	background: #868758;
}
.page-id-154 .news-text {
	margin: 20px;
}
/*-------------------------------------------------------------------------------------------*/
/*- PRODUCT STYLES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
table.portal {
	border: 1px solid #ccc;
	margin-bottom: 55px;
}
table.portal th {
	background: #ddd url(images/leaf-pattern3.png) repeat;
	padding: 1%;
	color: #555;
	font-size: 14px;
	line-height: 1.35em;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
table.portal th a {
}
table.portal td {
	padding: 6px;
	font-size: 12px;
}
table.portal td a {
}
table.portal td input, table.portal td select {
	border: 1px solid #aaa;
}
.tab_off {
	background: #fff url(../essentialmosman/images/icons/miclubGui/tab_background.jpg) 0 bottom repeat-x;
}
#flBody, #npBody, .page-template-prodGen #main form#form {
	background: none;
}

.page-template-prodGen #main #login-left form#form{
	min-width: 100%;	
}


#flBody h2 {
	font-weight: normal;
}
/* Login Page */
#login-right {
	float: left;
	width: 56%;
	padding: 30px 3%;
	background: #fff;
}
#login-left {
	float: right;
	width: 30%;
	padding: 30px 2%;
	margin: 2%;
	background: #F4F4F4;
}
#login-left label {
	width: 60%;
	float: left;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #555;
}
#login-left input, #password-reminder input {
	width: 30%;
	float: right;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #444;
	background: #fff;
	padding: 8px;
}
#login-left #submit, #password-reminder #submit {
	width: auto;
	clear: both;
	font-size: 12px;
	color: #333;
	background: #f7f7f7;
	font-weight: bold;
	padding: 5px 10px;
	float: right;
}
#login-right p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	clear: both;
}
#login-error table {
	margin: 0 auto 30px auto;
}
#login-error table td {
	vertical-align: middle;
	padding: 0 5px;
	color: #fff;
}
#login-help {
	float: left;
	width: 100%;
	clear: both;
}
#login-right h2 {
	margin-top: 20px;
}
p.login-links {
	float: left;
	width: 100%;
}
#flBody {
	margin-top: 30px!important;
}

#memberSearch, table.portal.prizeTableC{
	padding: 30px 20px;
}
/* Password Reminder */
#password-reminder {
	width: 600px;
	margin: 0 auto;
}
#password-reminder label {
	width: 45%;
	float: left;
	text-align: right;
	padding: 0 3% 0 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	height: 1em;
	line-height: 28px;
}
#password-reminder input {
	margin: 0;
}
#password-reminder #submit {
	margin: 10px 0 15px 48%;
}
/*-------------------------------------------------------------------------------------------*/
/*- CALENDAR STYLE --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#main .eo-fullcalendar {
	clear: both;
}
.ui-tooltip-content {
	line-height: 1.5em;
}
#main .fc-event-time {
	display: block;
}
#main .fc-event-title {
	line-height: 1.3em;
	padding: 0 0 5px 2px;
	display: block;
}
#main .eo-agenda-widget ul.dates {
	padding: 0;
}
#main .eo-agenda-widget li.event {
	font-size: 13px;
	opacity: 1;
	background: #f1f1f1;
	color: #656565;
	padding: 5px 0 5px 12px;
}
#main .eo-agenda-widget li.event:hover {
	background: #ececec;
	color: #555;
}
#main .eo-agenda-widget li.event strong {
	display: block;
}
#main .widget_events .widget-title {
	display: none;
}
.single-event .post-data {
	font-size: 16px;
	margin: 0;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: 0.4em!important;
}
/*Events*/
.events-listing h2 {
	font-family: "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.events-listing .eo-events {
	clear: both;
	padding: 0;
}
.events-listing .eo-events li {
	clear: both;
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}
.events-listing .eo-events h3 {
	margin: 0 0 7px 0;
	padding: 2px 0 0 0;
	font-size: 17px;
	line-height: 1.1em;
	text-transform: capitalize
}
.events-listing .eo-events h3 a {
	color: #555;
	font-weight: 400!important;
	font-family: "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.events-listing .eo-events p {
	font-size: 13px;
	margin: 0 0 10px 0;
}
.events-listing .eo-events .date {
	width: 55px;
	padding: 8px 0;
	margin: 2px 0 0 15px;
	background: #555;
	color: #fff;
	border: 1px solid #222;
	border-top: 5px solid #A88241 ;
	border-bottom: 1px solid #A88241 ;
	float: right;
	text-transform: uppercase;
	text-align: center;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.events-listing .eo-events .day {
	font-size: 22px;
	display: block;
	font-weight: 600;
}
.events-listing .eo-events .month {
	font-size: 13px;
}
.events-listing .eo-events a.read-more {
	margin: 10px 0 0 0;
	font-size: 12px;
}
.events-listing .eo-events a.read-more {
	background: #fff;
	border-radius: 8px;
	font-size: 12px;
	padding: 0 6px;
	margin: 4px 0 0 -3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	display: inline-block;
}
.events-listing .eo-events i {
	font-size: 11px;
	margin: 0 5px 0 0;
}

#eo_calendar_widget-2 table{
	width: 100%;
}

#eo_calendar_widget-2 table a, li.eo-event-future a{
	color: #A88241;
}


ul.eo-events{
	margin: 0;
	padding: 0;
}

ul.eo-events li:after{
	content: "<br>":
}

li.eo-event-future{
	list-style: none;
	
}

#eo-widget-prev-month, eo-widget-next-month{
	text-align: center;
}

/*-- Gallery --*/


.gallery {
   margin: auto;
}
.gallery-item {
   float: left;
   margin-top: 0px !important;
   text-align: center;
   width: auto;
}
.gallery img {
   border: none !important;
   width: 97%;
}
.gallery-caption {
   margin-left: 0;
}

/*-- Members Page General --*/

.page-id-154 ul#nav > li#menu-item-715 a{
	color: #A88241;	
}

.page-id-154 ul#nav > li#menu-item-715 .sub-menu a{
	color: #222;
}



.menu-secondary-container{
	margin-bottom: 20px;
}

.fourCols #pageContent .news-item , .fourCols #pageContent .grid-sizer  {
	width: 31%;
}

/*=================================================*/
/*========= members page slider ==========================*/
/*=================================================*/


.rsDefault .rsSlide{
	background: url('images/leaf-pattern3.png') repeat scroll 0% 0% #DDD !important;	
}

#new-royalslider-3 img {
	display: block;
	float: right;
	z-index:1;
}

#new-royalslider-3 .slider-text{
	padding: 10px;
	background: url('images/leaf-pattern3.png') repeat scroll 0% 0% #DDD;
	color: #000;
    display: block;
    float: left;
    height: 100%;
    position: absolute;
    width: 41%;
    z-index: 999;
	}
	
#new-royalslider-3 a.read_more_link{
	float: right;	
}
	
#new-royalslider-3 .slider-text h3{
	color: #000;	
	font-size: 15px;
}

#new-royalslider-3 p{
	margin: 0 !important;	
}


/* Hide top sub menu  on the members news page */
.page-template-page-members .subMenu{
	display: none;	
}


/* weather and stuff */

#weatherFeed {
	width: 94%;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
.weatherCt {
	width: 12%;
	margin: 10px 1% 0;
	display: block;
	float: left;
}
.weatherCt img {
	width: 24%;
	float: left;
	display: block;
}
.weatherTempR, .weatherDay {
	float: left;
}

.weatherDay {
    width: 100%;
    float: right;
    display: block;
    text-align: center;
}
.weatherTempR {
	margin-top: 0;
	line-height: 1.4em;
}

/*-- GENERAL STYLES --*/
.half {
	float: left;
	display: block;
	width: 48%;
	margin: 0 1%;
}

.fullRow{
	width: 100%;
	float: left;
	display: block;	
	clear: both;
}

.left{
	float: left;
	display: block;
}	

.right{
	float: right;
	display: block;	
}
.page-hero {
	max-height: 250px;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
}
.page-hero  img{
	min-width: 100%;
	height: auto;
	width: 100%;
}	
#new-royalslider-2 {
	border-bottom: 1px solid #F3F3F3;
}


body,html,table,th,td{font-family:"Open Sans",Arial,Helvetica,sans-serif !important;font-size:14px !important;}

body .broken_link, a.broken_link{
	text-decoration: none;	
}

#menu-item-767{
	display: none;	
}

/* tom Phase 2 fixes */

.subMenu {
	margin-left: auto;
	margin-right: auto;	
}

.ui-selectonelistbox .ui-selectlistbox-item, .ui-selectmanymenu .ui-selectlistbox-item, .ui-multiselectlistbox .ui-multiselectlistbox-item {
    margin: 0 0 2px;
	font-size: 0.9em;
}

/* Michael H - 14/02/2017 - change banner image size and hide sub-navigation at the top */
/* Changes gone live 30/05/2017 */

.page-hero{
	width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #fff;
	max-height: 400px;
}



.sub-menu{
	display: none;
}

