/*
Theme Name: Peninsula GC
Design Studio:MiClub http://www.miclub.com.au/
Version:"2012"
Author:MiClub
Author URI:http://www.miclub.com.au/
Text Domain:  woocommerce-child
*/

@charset "UTF-8";
@import url(editor.css);
/* Main Colour: #00264A */

#basic-modal-content1 {
	display: none;
}
#basic-modal-content2 {
	display: none;
}
#basic-modal-content3 {
	display: none;
}
#basic-modal-content4 {
	display: none;
}
#basic-modal-content5 {
	display: none;
}
#basic-modal-content6 {
	display: none;
}
#basic-modal-content7 {
	display: none;
}
#basic-modal-content8 {
	display: none;
}
#basic-modal-content9 {
	display: none;
}
#basic-modal-content10 {
	display: none;
}
/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}
#simplemodal-container {
	height: 360px;
	width: 600px;
	color: #bbb;
	background-color: #333;
	border: 4px solid #444;
	padding: 12px;
}
#simplemodal-container .simplemodal-data {
	padding: 8px;
}
#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#simplemodal-container a {
	color: #ddd;
}
#simplemodal-container a.modalCloseImg {
	background: url(images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}
#simplemodal-container h3 {
	color: #84b8d9;
}
/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
html {
	background: #fff;
	margin: 0;
	padding: 0 0 0 0;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 95%;
	max-width: 1100px;
	margin: auto;
	background: #fff;
}
#footer-wrapper {
	background: #eee;
}
#header {
	background: #181e30;
	border-bottom: 4px solid #DAC2A0;
}
#main {
	background: #fff;
}
#front-intro {
	padding: 42px 4.1% 26px 4.1%;
}
#left-column {
	float: left;
	width: 63.3%;
	padding: 30px 4.1%;
}
#left-column h1:first-child {
	margin: 10px 0 20px 0;
}
#right-column {
	float: right;
	width: 22.3%;
	border-left: 1px solid #00264A;
	margin: 23px 0 20px 0;
	padding: 20px 3%;
}
#right-column h3 {
	font-size: 17px;
	margin: 4px 0;
}
.wp-post-image {
	margin: 0px 0 28px 0;
	max-width: 100%;
}
#full-width {
	padding: 20px 2.127660%;
}
#footer {
	margin: 10px 2.040816% 0;
	padding: 10px 2.040816%;
	background: #EDEDEF;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	border-top: 1px solid #00264A;
}
#footer p {
	float: left;
	color: #00264A;
	line-height: 150%;
}
#footer span {
	float: left;
	color: #919191;
	margin: 0 10px;
	line-height: 150%;
}
#footer a {
	color: #00264A;
	font-weight: bold;
	white-space: nowrap;
}
#footer a:hover {
	color: #333;
}
#footer .miclub {
	float: right;
	padding: 20px;
}
#footer .contactinfo {
	float: left;
	text-align: center;
	padding-left: 15%;
}
#footer .contactus + span {
	display: none;
}
a.readmore {
	background: #918668;
	padding: 10px 25px;
	color: #f2f2f2;
	border-radius: 5px;
	width: 130px!important;
	display: block;
}
a.readmore i {
	width: 21px;
	height: 21px;
	float: right;
	background: #918668 url(images/go-arrow-light-21px.png) 100% 0 no-repeat;
	margin: 0px 0 0 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	width: 100%
}
.woocommerce-page .header-image-main {
	height: 250px;
	background: url(/cms/wp-content/themes/peninsula/images/header.jpg) top center no-repeat;
	background-size: 100%;
}
.woocommerce-page .header-image-main img {
	display: none;
}
.woocommerce-page #right-column {
	display: none;
}
.rsComment {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px 30px;
	font-size: 18px;
}
#contentarea {
	float: left;
	width: 86.3%;
	padding: 30px 4.1%;
}
.cart-contents {
	text-align: right;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}
#right-column .news-item {
	padding: 10px 0;
}
#right-column .post-meta {
	padding: 10px 0;
	margin: 0;
	border-bottom: none;
}
#right-column hr {
	margin: 15px 0 25px;
}
/* For Product */
.page-template-prodGen-php #wrapper {
	width: 980px;
	padding-top: 50px;
}
.page-template-prodGen-php #header {
	width: 100%;
}
.page-template-prodGen-php #main {
	padding: 40px;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.rsContentSlider img {
	width: 300px!important;
	float: left;
}
.home-text {
	width: 250px;
	padding: 5px;
	z-index: 999999;
	float: right;
}
.home-text h3 {
	padding: 10px 0;
	margin: 0!important;
	font-size: 16px;
}
.home-text p {
	line-height: 200%;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: #fff;
}
.recipDiv {
	width: 46%;
	margin: 1%;
	background-color: #F7F5F2;
	border: 1px solid #746D68;
	overflow: hidden;
	float: left;
	padding: 0 0 5px 0;
}
.blank {
	background-color: #EDEBE5!important;
	border: 1px solid #C6C1BC!important;
}
.recipDiv div {
	float: left;
	display: inline;
}
.recipClub h3 {
	padding: 1%;
	margin: 5px 0!important;
	font-size: 16px;
}
.recipDiv div {
	padding: 0 1%;
	width: 48%;
}
.recipDiv div * {
	padding: 0;
	margin: 0;
}
.recipFull, .recipContact, .recipClub {
	width: 98%!important;
	overflow: hidden;
}
.recipContact {
	height: 0;
}
.recipContact * {
	display: none;
}
.recipState {
	padding: 10px 0 0 10px;
	clear: both;
}
.recipState * {
	font-size: 16px;
}
/*-------------------------------------------------------------------------------------------*/
/*- FRONT PAGE ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#front-intro h1 {
	color: #00264A;
}
/* Royal Slider tweaks */
.royalSlider.default .royalControlNavCenterer {
	background: none!important;
}
#main .royalSlider.default .royalControlNavOverflow a {
	background-image: url(images/bullets.png)!important;
	background-position: 50% -22px!important;
}
#main .royalSlider.default .royalControlNavOverflow a.current {
	background-position: 50% 0!important;
}
.touchcarousel.tc-layout-2 h4 a {
	line-height: 250%!important;
}
/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#header-top {
	height: 82px;
	padding: 0 0;
	background: #181e30;
	width: 39.5%;
	float: left;
	min-width: 300px;
}
#menu-top {
	padding: 0 0;
	background: #181e30;
	width: 60%;
	float: right;
}
.logo {
	float: right;
	margin: 0 0;
	position: relative;
	z-index: 9997;
	padding: 5px 15px;
}
.address {
	float: right;
	margin: 38px 0 0 0;
	font-size: 14px;
	line-height: 1.35em;
	text-align: right;
}
.header-image img {
	width: 100%;
}
/*-------------------------------------------------------------------------------------------*/
/*- MENU ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul#nav {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 99%;
	clear: both;
	text-transform: uppercase;
	margin-left: 1%;
}
ul#nav li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	border-left: none;
	list-style-type: none;
	z-index: 100;
}
ul#nav li a {
	display: block;
	padding: 0 7px;
	line-height: 82px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	;
}
ul#nav li:hover > ul {
	display: block;
}
/* Darken on hover */
ul#nav li a:hover {
	background: url(images/menuDark.png) 0 0;
	color: #fff
}
/* Darken if current item */
ul#nav li.current_page_parent a, ul#nav .current_page_item a, ul#nav .current_page_ancestor a {
	background: url(images/menuMedium.png) 0 0 repeat-x;
}
/* Underline if current item */
ul#nav li a span {
	padding: 0 0 2px 0;
}
ul#nav li.current_page_parent a span, ul#nav .current_page_item a span, ul#nav .current_page_ancestor a span {
	background: url(images/menuUnderline.png) 0 bottom repeat-x;
}
/* 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 {
}
/* Dropdowns */
ul#nav ul.sub-menu {
	display: none;
	position: absolute;
	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: 221px;
	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 dotted #ddd;
	padding: 0;
	background: #fff;
}
ul#nav ul.sub-menu li a {
	display: block;
	padding: 8px 20px;
	margin: 0;
	line-height: 20px;
	background: #fff;
	border-top: none;
	font-size: 11px;
	color: #444;
}
ul#nav ul.sub-menu li a:hover {
	background: #f6f6f6;
}
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;
}

.clear {
	clear: both;
}
/*-------------------------------------------------------------------------------------------*/
/*- 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;
}
#sideNav .sub-menu .sub-menu a {
	display: block;
	line-height: 20px;
	padding: 8px 26px;
	background:/*url(images/arrowSm.png) 8px 15px no-repeat */#fff;
	font-size: 12px;
}
#sideNav .sub-menu a:hover {
	background-color: #fbfbfa;
}
#sideNav .sub-menu ul li {
	padding-left: 30px;
}
#sideNav .sub-menu .current_page_item a {
	background-color: #f7f6f5;
}
ul.eo-events {
	padding: 0;
	margin: 0;
}
.eo-events li {
	list-style: none;
	background: #eee;
	padding: 10px;
	border-radius: 5px;
}
.eo-events li h3 {
	width: 70%;
	float: right;
}
.mem-date {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 15px;
	background: #fff;
	color: #918668;
	border-radius: 5px;
	padding: 10px 0;
}
.rdMore {
	text-align: right;
	display: block;
	clear: both;
	padding: 10px 0;
}
/*-------------------------------------------------------------------------------------------*/
/*- 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;
}
.single-course #right-column h3 {
	font-size: 17px;
}
.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: "Helvetica Neue", Helvetica, Arial, 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: "Helvetica Neue", Helvetica, Arial, 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;
	overflow: hidden;
}
#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;
	border: 1px solid #ddd;
	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;
}
/*-------------------------------------------------------------------------------------------*/
/*- 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 {
	padding: 25px 4.1% 39px 4.1%;
	background: #EDEDEF;
	overflow: hidden;
}
#fourCols ul {
	margin: 0;
	padding: 0;
}
#fourCols li {
	float: left;
	width: 18%;
	margin: 0 2% 0 0;
	padding: 0;
	list-style-type: none;
}
#fourCols li+li+li+li+li {
	margin: 0;
}
#fourCols h4 {
	display: block;
	font-size: 16px;
	margin: 8px 0 10px 0;
}
#fourCols h4 a {
	color: #00264A;
}
#fourCols h4 a:hover {
	color: #323232;
}
#fourCols img {
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px;
	margin: 0 0 5px 0;
	width: 96%;
	box-shadow: 2px 2px 5px #ddd;
}
#fourCols a:hover img {
	border: 1px solid #bbb;
	box-shadow: 2px 2px 5px #ccc;
}
/*-------------------------------------------------------------------------------------------*/
/*- INFO COLUMNS ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#infoCols {
	padding: 24px 3% 11px 3%;
	background: #f0edeb;
	overflow: hidden;
	clear: both;
}
#infoCols ul {
	margin: 0;
	padding: 0;
}
#infoCols li {
	list-style-type: none;
}
#infoCols h4 {
	color: #333;
	font-size: 18px;
	margin: 10px 0 13px 0;
	padding: 0 0 7px 6px;
	font-weight: normal;
	background: url(images/infoColsDotted.png) 0 100% repeat-x;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
#infoCols p {
	font-size: 12px;
}
/* Column widths */
.three-column-first {
	width: 45%;
	float: left;
	margin: 0 4% 0 0;
}
.three-column-second {
	width: 22%;
	float: left;
	margin: 0 4% 0 0;
}
.three-column-third {
	width: 25%;
	float: left;
	margin: 0 0 11px 0;
}
/* First Column specifics */
.postArea {
	margin: 0 0 20px 0;
}
.postArea:first-child {
	margin-top: -2px;
}
.postImage {
	float: left;
	margin: 3px 12px 0 6px;
}
.postImage img {
	max-width: 68px;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 1.2em;
}
.postArea h5 {
	font-weight: bold;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
	padding-top: 3px;
}
.postArea .rdMore {
	display: block;
	margin: 0 0 0 85px;
}
.postArea .rdMore a {
	line-height: 22px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	box-shadow: 0 0 3px #bbb;
	font-size: 11px;
}
/* Second Column specifics */
.three-column-second ul {
	margin: 0 0 18px 6px!important;
	padding: 0;
}
.three-column-second ul li {
	margin: 0 0 2px 0;
	padding: 0;
}
.three-column-second ul li a {
	background: url(images/arrowSm.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
	font-size: 12px;
}
/* Third Column specifics */
.three-column-third {
	margin: 0 0 4px 0;
}
.three-column-third p {
	margin-left: 6px;
}
/*-------------------------------------------------------------------------------------------*/
/*- FORMS -----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
textarea, input, select {
	padding: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	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: 600;
	cursor: pointer;
	background: #333!important;
	border: none;
	color: #fff;
}
input[type=button]:hover, input[type=submit]:hover {
	background: #222;
}
/* Contact Form 7 */
.wpcf7-form {
}
.wpcf7-form h3 {
	margin: 16px 0;
	display: inline-block;
	width: 100%;
	clear: both;
}
.wpcf7-form label {
	width: 21%;
	float: left;
	line-height: 1.4em;
	margin-top: 3px;
}
.wpcf7-form label.right {
	margin-left: 40px;
}
.wpcf7-form input.wpcf7-text {
	width: 21%;
	float: left;
	margin-bottom: 16px;
}
.wpcf7-form select {
	width: 21%;
	float: left;
	margin-bottom: 16px;
}
.wpcf7-form textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 24px;
	padding: 6px;
}
fieldset {
	border: 1px dotted #dfdfdf;
	padding: 10px 15px 5px 15px;
	margin: 0 0 20px 0;
	display: block;
}
fieldset legend {
	background: #fff;
}
fieldset p#captcha-text {
	font-size: 11px;
	margin: 0 0 16px 0;
}
fieldset img {
	margin-bottom: -6px;
}
fieldset input {
	width: 55%;
	border: 1px solid #eee;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
/*-------------------------------------------------------------------------------------------*/
/*- 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: #aaa;
	padding-bottom: 10px;
	display: block;
}
.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;
	clear:both;
	
	}
/* Archive Page style */
#archive h1 {
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 30px 0;
	padding: 0 0 16px 0;
}
.news-item {
	padding: 38px 0 35px 0;
	overflow: hidden;
}
#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(images/add-button.gif) 0 -28px repeat-x;
	text-decoration: none;
	border-color: #333 #555 #777 #555;
}
/*-------------------------------------------------------------------------------------------*/
/*- GALLERY STYLE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#main .slideshowlink {
	display: none;
}
#main .ngg-galleryoverview {
	width: 105%;
	margin: 0 0 2px 0;
	overflow: visible;
}
#main .ngg-galleryoverview+p {
	margin-top: 10px!important;
}
#main .ngg-gallery-thumbnail {
	float: left;
	margin-right: 0;
	text-align: center;
}
#main .ngg-gallery-thumbnail img {
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	margin: 0 12px 18px 0;
	padding: 6px;
	position: relative;
	outline: none;
	box-shadow: 0 0 3px #ccc;
}
#main .ngg-gallery-thumbnail img:hover {
	border: 1px solid #999;
	background-color: #fff;
}
#main .ngg-gallery-thumbnail a {
	border-bottom: none;
}
#main h1 + .ngg-galleryoverview {
	padding-top: 10px;
}
/* Awards */
#header .ngg-slideshow {
	float: left;
	margin: 23px 0 0 75px;
	height: 70px;
	width: 320px;
}
#header .ngg-slideshow .ngg-slideshow-loader img {
	display: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- 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 {
	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;
}
/*-------------------------------------------------------------------------------------------*/
/*- PORTAL PAGE -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#portal-main {
	width: 600px;
	float: left;
}
h1#welcome {
	width: 600px;
	float: left;
	color: #00264A;
}
h1#welcome .name {
}
#date {
	float: right;
	margin-right: 10px;
	line-height: 24px;
}
/* News Feed Style */
.rss-feed {
	padding: 0;
}
.rss-item {
	padding: 32px 0 16px 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #555;
}
.rss-item:first-child {
	border-top: 0;
	margin-top: -1em;
}
.rss-item h2.post-title {
	margin: 0 0 8px 0;
}
.rss-item h2.post-title a, .rss-item h2.post-title a:hover {
	text-decoration: none;
	font-size: 20px;
	border: none!important;
}
.rss-item small {
	font-size: 10px;
	color: #444;
	margin: 0 0 13px 0;
	font-weight: bold;
	display: block;
}
.rss-item small span {
	color: #999;
	margin: 0 2px;
}
.rss-item p a:hover {
	text-decoration: none
}
/*-------------------------------------------------------------------------------------------*/
/*- PRODUCT STYLES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
table.portal {
	border: 1px solid #ccc;
	padding-bottom: 10px;
}
table.portal th {
	background: #111518 url(images/productBg.png) 0 25% repeat-x;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-weight: normal;
	font-size: 15px;
}
table.portal th a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
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(images/icons/miclubGui/tab_background.jpg) 0 bottom repeat-x;
}
#flBody, #npBody {
	background: none;
}
#flBody h2 {
	font-weight: normal;
}
/* Login Page */
#login-left {
	float: left;
	width: 310px;
	padding: 25px 0 25px 0;
	border: none;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd!important;
}
#login-left label {
	width: 120px;
	float: left;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
	font-size: 12px;
	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: 5px;
}
#login-left #submit, #password-reminder #submit {
	width: auto;
	margin: 5px 0 15px 140px;
	clear: both;
	font-size: 12px;
	color: #555;
	background: #f7f7f7;
	font-weight: bold;
	padding: 5px 10px;
}
#login-left p {
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	clear: both;
}
#login-right {
	float: right;
	width: 550px;
	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%;
}
/*-------------------------------------------------------------------------------------------*/
/*- MEMBERS NEWS --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.page-id-356 #left-column {
	padding-left: 0;
}
/* Promo Banner */
#new-royalslider-2 {
	width: 100%;
	height: 300px;
	overflow: visible;
}
#new-royalslider-2 .home-text {
	width: 56%;
	float: right;
	padding: 10px 20px 5px;
	color: #333;
	z-index: 888;
}
#new-royalslider-2 .rsOverflow {
	width: 100%!important;
	height: 300px !important;
}
.header-image-main {
	height: auto;
}
#new-royalslider-2 .home-text h3 {
	font-size: 20x;
	margin: 0 0 10px 20px!important;
	border-bottom: 2px solid #fff;
	padding: 0 3px 7px;
	width: 99%;
	font-weight: normal;
}
#new-royalslider-2 .home-text h3 a {
	color: #00264A;
}
#new-royalslider-2 .rsImg {
	float: left;
	width: 36%!important;
	height: auto;
	padding: 0;
	margin: 0;
}
#new-royalslider-2 .rsSlide {
	background: #EDEDEF!important;
}
#new-royalslider-2 .home-text p {
	width: 96%;
	margin-left: 2%;
	font-size: 12px;
	font-weight: 300;
}
#new-royalslider-2 .home-text .readMore {
	font-size: 13px;
	color: #84A9AB;
	margin: -30px 0 0;
	background: none;
}
.rsUni .rsTmb {
	display: none!important
}
.rsUni .rsArrow {
	display: block!important;
}
/* Sidebar */
img.myInfo {
	background: #84A9AB;
	margin: -5px 0;
	padding: 7px 8px;
	float: left;
}
a.myInfo {
	font-size: 13px;
	background: #f3f3f3;
	padding: 10px 25px;
	color: #00264A;
	text-align: center;
	margin: 0 auto 10px;
	border-radius: 5px;
	border: 2px solid #00264A;
	display: block;
}
.widget {
	padding: 10px;
}
.edit-sidebar {
	float: right;
	margin-right: 10px;
}
a.edit-sidebar {
	color: #F90;
	font-size: 10px!important;
	border: none!important;
}
#accordion h4 {
	margin: 0;
	background: url(images/arrow-right.png) 2% 14px no-repeat;
	border-top: 1px solid #ddd;
}
#accordion h4 a {
	display: block;
	padding: 10px 20px;
}
#accordion div {
	height: 250px;
	overflow: scroll;
	font-size: 12px;
	margin: 0 5px;
	background: #fff;
	position: relative;
	top: -1px;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 5px 10px;
}
#tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9, #tab10, #tab11 {
	display: none;
}
#GolfNews, #WomensNews, #Events, #CourseNews, #CourseWorks, #ClubhouseWorks {
	display: none;
}

div#CourseWorks {
  width: 94%;
}

.tabContent {
	float: left;
	border: 1px solid #658183;
	padding: 25px 20px;
	background: #fff;
	margin-top: -1px;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tabs {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.tabs li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
.tabs li a {
	font-size: 16px;
	font-weight: 300;
	background: #eee;
	padding: 10px;
	color: #333;
	margin: 0;
	display: block;
	border-width: 0px 0px 1px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-radius: 5px 5px 0 0;
	text-decoration: none!important;
}
.tabs li:hover > a {
	background: #E2E2E2;
	color: #444!important;
}
.tabs li a.active {
	background: #fff;
	color: #444!important;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #658183;
	border-left: 1px solid #658183;
	border-top: 1px solid #658183;
}
/* weather */
.weatherCt {
	margin-bottom: 10px;
	float: left;
	width: 32%;
	text-align: center;
}
.weatherCt0 img {
	padding-right: 10px;
}
.weatherCt span {
}
.weatherTempR {
	font-weight: bold;
	display: inline-block;
}
.weatherCt b {
	float: left;
	clear: both;
	width: 65px;
	font-size: 12px;
}
.weatherCt0 b {
	float: left;
	clear: both;
	width: 65px;
	font-size: 13px;
}
.weatherFore, .weatherPrecip, .weatherWindSp {
	display: none;
}
.weatherCt0 .weatherFore, .weatherCt0 .weatherPrecip, .weatherCt0 .weatherWindSp {
	display: block;
}
.weatherCt img {
	float: left;
	clear: both;
	width: 65px;
	height: auto;
}
.weatherCt img.possible_thunderstorm.png {
	margin-top: -30px;
}
/*-------------------------------------------------------------------------------------------*/
/*- MEDIA QUERIES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.colM {
	float: right !important;
}
.colR {
	float: right !important;
}

@media only screen and (max-width: 1100px) {
.page-template-prodGen-php #wrapper {
	width: 97% !important;
}
.colR, .colM, .colL {
	width: 49% !important;
}
#menu-top {
	width: 65%;
}
ul#nav li a {
	line-height: 41px !important;
}
}

@media only screen and (max-width: 850px) {

#menu-top {
	width: 100% !important;
}
}

@media only screen and (max-width: 720px) {
.colR, .colM, .colL {
	width: 100% !important;
}
}

/*------------------------------------------------*/
/* layouts smaller than 600px, iPhone and mobiles */
@media only screen and (max-width: 600px), screen and (max-device-width: 600px), screen and (max-width: 600px) {
/* Standard classes */
html {
	-webkit-text-size-adjust: none;
}
#fourCols p {
	clear: both;
}
#footer p {
	clear: both;
}
/* Menu */
ul#nav {
	display: none;
}
ul#nav li {
	float: none;
	clear: both;
	border-bottom: 1px dotted #ccc;
}
ul#nav li:last-child {
	border-bottom: none;
}
ul#nav > li:first-child {
	margin-left: 0;
}
ul#nav li a {
	padding: 0 10px;
	font-size: 12px;
	line-height: 55px;
}
ul#nav li a:hover {
}
ul#nav li.current_page_parent a, ul#nav li.current_page_parent .current_page_item a, ul#nav .current_page_item a {
	background: url(images/menuDark.png) 0 0;
}
ul#nav li a span {
	background: none;
}
/* Menu - Second Tier */
ul#nav .current_page_parent ul.sub-menu {
	display: block!important;
	visibility: visible!important;
}
ul#nav ul.sub-menu {
	position: inherit;
	width: 100%!important;
	top: inherit;
	border: none;
	left: 0;
	display: block;
}
ul#nav ul.sub-menu li {
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
ul#nav ul.sub-menu li a {
	padding: 12px 20px;
	font-size: 11px;
}
ul#nav ul.sub-menu li a:hover {
	background: #eee!important;
	color: #555;
}
ul#nav ul.sub-menu li.current-menu-item a {
	background: #f3f3f3;
}
ul#nav ul.sub-menu ul {
	left: 20px;
}
/* Menu Toggle */
ul#nav.toggled-on {
	display: inline-block;
}
#menu-toggle {
	text-align: center;
	height: 30px;
	width: 100% !important;
}
#menu-toggle strong {
	background: none;
	border: none;
	box-shadow: none;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42857;
	padding: 5px 144px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: -10px;
}
#menu-toggle strong.toggled-on, .home #menu-toggle strong {
	margin-bottom: 20px;
}
#menu-toggle strong:hover {
	background: #00203E;
}
#menu-toggle strong:active, #menu-toggle strong.toggled-on {
	background-color: #e1e1e1;
	background-image: -moz-linear-gradient(center top, #ebebeb, #e1e1e1);
	background-repeat: repeat-x;
	border: medium none;
	box-shadow: 0 0 8px 2px #c6c6c6 inset, 0 1px 0 0 #f4f4f4;
	color: #777777;
}
/* General Layout */
#wrapper {
	width: 100%;
}
.address {
	display: none;
}
#left-column {
	width: 92%;
	margin: 10px 4%;
	clear: both;
	padding: 15px 0;
}
#right-column {
	/*display: none;*/
}
.readMoreBt {
	margin: 20px 20px 35px 35px;
}
#footer {
	height: auto;
}
#footer .copyright {
}
#footer .copyright + span {
	display: none;
}
#footer .contactus {
	clear: left;
}
#footer .contactus + span {
	display: inline-block;
}
#footer .miclub {
	float: left;
}
/* Image Link Columns */
#fourCols {
	padding-top: 0;
	padding-bottom: 0;
}
#fourCols h4 {
	float: left;
	width: 50%;
	font-size: 17px;
	margin-top: 11%;
}
#fourCols li+li+li+li {
	border-bottom: 0;
}
#fourCols li {
	float: left;
	width: 92%;
	border-bottom: 1px dotted #ddd;
	padding: 4% 4%;
}
#fourCols img {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	width: 35%;
	box-shadow: 2px 2px 5px #ddd;
	float: right;
}
/* Info Columns */
#infoCols {
	display: none;
}
}

/*-------------------------------------------------------------------------------------------*/
/*- GALLERY ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.gallery{width:101%;margin:35px 0 0!important;}
.gallery .gallery-item{margin:0 3% 3% 0!important;width:22%!important;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:1px 1px 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.15);-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.15);position:relative;}
.gallery .gallery-item:hover{-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.1);box-shadow:0px 0px 2px rgba(0,0,0,0.1);}
.gallery a:hover:before{zoom:1;filter:alpha(opacity=100);opacity:1;-webkit-transition:all 0.25s ease;-moz-transition: all 0.25s ease;-ms-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
.gallery a{border:none;position:relative;background:#20467b;display:block;border:10px solid #fff;}
.gallery a:hover{-webkit-box-shadow:0 0 25px rgba(0, 0 ,0, 0.75) inset;-moz-box-shadow:0 0 25px rgba(0, 0 ,0, 0.75) inset;box-shadow:0 0 25px rgba(0, 0 ,0, 0.75) inset;}
.gallery img{border:none!important;height:auto;width:100%;vertical-align:bottom;-webkit-transition:all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;box-shadow:#000 0 0 0;}
.gallery br{display:none;}
.gallery a:hover img{zoom:1;filter:alpha(opacity=85);opacity:0.85;-webkit-transition:all 0.25s ease;-moz-transition: all 0.25s ease;-ms-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;-moz-box-shadow:0 0 30px rgba(0,0,0,0.25) inset;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.25) inset;box-shadow:0 0 30px rgba(0,0,0,0.25) inset;}

/*-------------------------------------------------------------------------------------------*/
/*- WAITLIST FIX---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {width:100px!important;}
.ui-selectonemenu{width:50px!important;}
.ui-selectonemenu-label{width:auto!important;}  



.logged-in .membershipCategory {display: none;}


/* Nav Style Changes Tom D 27/11/2017 */
#header-top .logo.large {
	display: none;
}

@media only screen and (max-width: 1250px) {
#header-top {
	width: 32.5%;
}

#menu-top {
	width: 66%;
}

}

.gfield_list_icons img {
    width: 20px;
}