/*
Theme Name: beverley
Design Studio:MiClub http://www.miclub.com.au/
Version:"2015"
Author:MiClub
Author URI:http://www.miclub.com.au/
*/

@charset "UTF-8";
@import url(editor.css);
/* Main Colour: #36823C */

/*-------------------------------------------------------------------------------------------*/
/*- STANDARD CLASSES ------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
* {
	margin: 0;
}
html {
	background: #fff;
	margin: 0;
	height: 100%;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	height:100%;
}
	/* .primary-content-wrap pretty much added just for the sticky footer */
.primary-content-wrap{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	}

#main {
  padding-top: 25px;
}

.top-menu {
	color: #fff;
	background-color: #333;
	    margin-bottom: 15px;
}

.top-menu .inner {
	width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 15px 15px 15px 15px;
    font-size: 18px;
    font-family: lato;   
}
/*-------------------------------------------------------------------------------------------*/
/*- BASE LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.push{
	height: 60px; /* .push must be the same height as .footer */
}
.footer { 
	background: #444;
	border-bottom: 20px solid #F03D33;
}
.footer p {
    color: #EEE;
    font-family: lato;
    font-size: 18px;
}
.footer span {
	float: left;
	color: #919191;
	margin: 0 10px;
	line-height: 59px;
}
.footer a {
	color: #999;
	font-weight: bold;
	white-space: nowrap;
	font-size: 18px; 
}
.footer a:hover { color: #fff; }
.footer .miclub { float: right; }
.footer .contactus + span { display: none; }

h3.footer-header {
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 25px;
    color: #FFF;
}

/*-- modular classes --*/

/* Clearfix */
.clear:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clear {
	display: block;
	clear: both;
}

.full-width{
	width: 100%;	
}

/*-------------------------------------------------------------------------------------------*/
/*----- MODULES -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/
/*- MENU ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.membersMenu li a, .guestsMenu li a{
  text-transform: uppercase;
  font-size: 18px;
}

.navbar-default .hoverMenu li { list-style-type: none; }
.navbar-default .hoverMenu li:hover > ul { display: block; }
/* Select on hover */
.navbar-default .hoverMenu li a:hover {
	background: #BBBBBB;
	color: #fff
}
/* Select if current item */
.navbar-default .hoverMenu li.current_page_parent a, .navbar-default .hoverMenu .current_page_item a, .navbar-default .hoverMenu .current_page_ancestor a { background: #BBBBBB; }
/* Underline if current item */
.navbar-default .hoverMenu li a span { padding: 0 0 2px 0; }
/* Dropdowns */
.navbar-default .hoverMenu ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 2;
	width: 220px;
	border: 1px solid #ddd;
	padding: 0;
	z-index: 100;
}
.navbar-default .hoverMenu ul.sub-menu li:last-child { border-bottom: none; }
.navbar-default .hoverMenu ul.sub-menu ul {
	left: 220px;
	top: 0;
}
.navbar-default .hoverMenu li:last-child ul.sub-menu ul {
	left: auto;
	right: 162px;
	top: 0;
}
.navbar-default .hoverMenu ul.sub-menu li {
	border: none;
	border-bottom: 1px solid #ddd;
	background: #fff;
	margin: 0;
}
.navbar-default .hoverMenu ul.sub-menu li a {
	display: block;
	padding: 8px 20px;
}
.navbar-default .hoverMenu ul.sub-menu li a:hover { background: #BBBBBB; text-decoration: none;}
.navbar-default .hoverMenu ul.sub-menu li.current_page_parent a, .navbar-default .hoverMenu ul.sub-menu li.current_page_parent a:hover, .navbar-default .hoverMenu ul.sub-menu .current_page_item a, .navbar-default .hoverMenu ul.sub-menu .current_page_item a:hover { background: #BBBBBB; }


.logo img{
	margin-left: auto;
	margin-right: auto;
	display: block;	
	max-height: 100px;
}
/*-------------------------------------------------------------------------------------------*/
/*- SIDE NAVIGATION -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#sideNav, #sideNav ul, #sideNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideNav .sub-menu li:first-child { border-top: 1px solid #f0edeb; }
#sideNav .sub-menu li { border-bottom: 1px solid #f0edeb; }
#sideNav .sub-menu a {
	display: block;
	line-height: 20px;
	padding: 8px 26px;
	background: url(images/arrowSm.png) 8px 15px no-repeat;
}
#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 { background-color: #f7f6f5; }
#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; }
/*-------------------------------------------------------------------------------------------*/
/*- 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; }
/*-------------------------------------------------------------------------------------------*/
/*- WORDPRESS NEWS STYLES -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.content-wp { min-width: 100%; }
.post-meta {
	border-bottom: 1px dotted #ccc;
	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;
}
.read_more_link {
	display: table;
	margin-top: 1.3em;
}
#back {
	margin-top: 0;
	margin-top: 1.3em;
}
/* Archive Page style */
.news-item {
	padding: 38px 0 35px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
}

.nextpostslink { float: right; }
.previouspostslink { float: left; }
/* Sidebar News 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(images/add-button.gif) 0 -28px repeat-x;
	text-decoration: none;
	border-color: #333 #555 #777 #555;
}
/*-------------------------------------------------------------------------------------------*/
/*- GALLERY STYLE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/*- 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: #333;
}
#main .eo-agenda-widget li.event strong { display: block; }
#main .widget_events .widget-title { }
.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; }
/* Arrows */
.fc-button-content .fc-icon-wrap { top: 2%!important; }
.ui-icon-circle-triangle-w { background-position: -96px -16px!important; }
.ui-icon-circle-triangle-e { background-position: -32px -16px!important; }
/*-------------------------------------------------------------------------------------------*/
/*- PAGE TEMPLATES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/*- Portal and PRODUCT PAGES ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.page-template-prodGen-php.logged-in .navbar { z-index: 995; }
.page-template-prodGen-php .btn-group-vertical{	margin-bottom: 50px; }

/* LOG IN */

/*-- Reset ugly product defaults  --*/
input,body select,body textarea,body button{
	margin: 0;
	border: none;
	padding: 0;
	background: none;	
}

body .panel-body table.portal th, body .panel-body table.portal th a, body .panel-body table.portal{
	 	background: none;
		color: #000 !important;
		border: none;	
}

body .panel-body table.portal th:first-child{
	display: none;
}

body .panel-body table.portal td, body .panel-body table.portal td a{
	font-size: 15px;	
}



.input-group{ margin: 5px 0; }

.form-control input,.form-control select,.form-control textarea,.form-control button{
	width: 100%;	
}

/*Working - asanka */


#login-left {
  float: left;
  width: 350px;
  padding: 25px 0 25px 0;
  border: none;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd !important; }

#login-left label {
  width: 150px;
  float: left;
  text-align: right;
  padding: 0 15px 0 0;
  margin: 0 0 10px 0;
  font-size: 13px;
  height: 1em;
  line-height: 28px;
  font-weight: bold; }

#login-left input, #password-reminder input {
  width: 115px;
  float: left;
  margin: 0 0 10px 0;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  background: #fff;
  padding: 7px; }

#login-left #submit, #password-reminder #submit {
  width: auto;
  margin: 5px 0 15px 165px;
  clear: both;
  font-size: 13px;
  color: #555;
  background: #f7f7f7;
  padding: 7px; }

#login-left p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  clear: both; }


#login-right {
  float: right;
  width: 510px;
  margin: 0; }

#login-error table {
  margin: 0 auto 30px auto; }

#login-error table td {
  vertical-align: middle;
  padding: 0 5px;
  color: #fff; }

/* 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%; }
/*


/* Login Page */



/*
#main .login {
    max-width: 900px;
    margin: 0 auto 0 auto;
    height: 68vh;
}



/*-------------------------------------------------------------------------------------------*/
/*- FRONT PAGE ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/*- COURSE TOUR -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.single-course img.wp-post-image {
	width: 50%;
	float: right;
	margin: 5px 0px 20px 20px;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}
.holeinfoTbl {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}
.holeinfoTbl th {
	border-bottom: 1px solid #f0edeb;
	padding: 4px 10px;
	color: #555;
	font-size: 13px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.6em;
	text-align: center;
}
.holeinfoTbl td {
	border-bottom: 1px solid #f0edeb;
	padding: 4px 10px;
	color: #555;
	font-size: 13px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.6em;
	text-align: center;
}
.holeinfoTbl tr th:first-child, .holeinfoTbl tr td:first-child {
	text-align: left;
	width: 40px;
}
#left-column .holeinfoTbl {
	float: right;
	margin: 0 0 20px 30px;
	width: 200px;
}
/* Course Tour Navigation */
#holes {
	margin: 0 0 20px -10px;
	padding: 0;
}
#holes li {
	margin: 0 0 0 3px;
	padding: 0;
	float: left;
	list-style-type: none;
}
#holes li:first-child { margin: 0; }
#holes a {
	display: block;
	border: 1px solid #ddd;
	width: 22px;
	padding: 2px;
	color: #555;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#holes a:hover {
	text-decoration: underline;
	background: #f0edeb;
}
#holes .current a {
	background: #444;
	color: #fff;
}
#holes .prev a, #holes .next a {
	font-size: 15px;
	font-weight: normal;
	border: none;
	padding: 3px;
}
#holes .prev a:hover, #holes .next a:hover { background: none; }
#holes .nolink {
	color: #aaa;
	width: 22px;
	padding: 3px;
	font-size: 15px;
	display: block;
	text-align: center;
	cursor: default;
}
/* Previous and Next (bottom) */
#prev-next {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 20px 0;
}
#prev-next a, #prev-next .nolink {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #bbb;
	line-height: 22px;
	padding: 0 7px;
	font-size: 11px;
	font-weight: bold;
	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; }



/*-------------------------------------------------------------------------------------------*/
/*-MEMBERS NEWS PAGE-----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.membtn {
  border: none;
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 6px;
}

/*-------------------------------------------------------------------------------------------*/
/*- MEMBERS HOME PAGE ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

#pageContent .news-item {
	width: 31%;
	padding: 0;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	margin: 10px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border: solid 1px #DCDCDC;
}
.stamp {
	position: absolute;
	right: 0%;
	top: 0;
}
.grid-sizer {
	width: 31%;
}
.gutter-sizer {
	width: 2%;
}
#pageContent .attachment-full {
	width: 100%;
	height: auto;
	margin: 0;
}
#pageContent .post-title {
	margin: 0 0 15px 0;
	line-height: 1.15em;
	font-size: 22px;
	font-weight: 600;
}
#pageContent h2.post-title a {
	border-bottom: none!important;
}
#pageContent .post-title a {
	font-size:18px;
	text-decoration: none;
}
#pageContent .post-content a.more {
	background: none repeat scroll 0 0 #333333;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	margin: 17px 0 0 0;
}
#pageContent .post-content {
	overflow: hidden;
}
#pageContent .post-content a img {
	max-width: 100%;
	width: auto;
}
/*-- .page-template-page-members-php .post-content p:first-child{display:none;} --*/

#pageContent .post-meta {
	display: block;
	clear: both;
}

#pageContent .news-text {
	margin: 20px;
}

/*-------------------------------------------------------------------------------------------*/
/*- MY INFORMATION  ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.portal-heading {
	  background-color: #325C25!important;
	  border-color:#325C25!important;
}

.portal-main {
	border-color: #eee;
}


/* Portal Version 3.0 fixes - 2/9/15 */
.membersMenu li a, 
.guestsMenu li a {
	font-family: 'Roboto Slab' !important;
	color: #333;	
}

.page-template-prodGen .portalLink a[href~="/views/members/orderOfMerit/oomLeaderboard.xhtml"] {
    display: none;
}