/*
 Theme Name:   NEW EASTWOOD 
 Theme URI:    http://miclub.com.au
 Description:  Eastwood Theme
 Author:       MiClub
 License:      Copyright 2015 - MiClub
*/
/* CSS Document */
/* @import "base/base"; Import base in to editor, and then bring in editor here */
/* compiles in to the editor.css in the theme base folder */
/* This is strictly for what will be seen in the WYSIWYG */
/* Colors */
/* Mixins */
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 100%;
    width: 1823px;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    max-width: 100%;
    width: 1400px;
  }
}
.full-width {
  width: 100%;
  margin-bottom: 0;
}

.half {
  width: 50%;
}

#pageContent {
  background: #FFFFFF;
}

.z20 {
  z-index: 20;
}

.z19 {
  z-index: 19;
}

.z18 {
  z-index: 18;
}

.z17 {
  z-index: 17;
}

.z16 {
  z-index: 16;
}

.z15 {
  z-index: 15;
}

.z14 {
  z-index: 14;
}

.z13 {
  z-index: 13;
}

.z12 {
  z-index: 12;
}

.z11 {
  z-index: 11;
}

.z10 {
  z-index: 10;
}

.z9 {
  z-index: 9;
}

.z8 {
  z-index: 8;
}

.z7 {
  z-index: 7;
}

.z6 {
  z-index: 6;
}

.z5 {
  z-index: 5;
}

.z4 {
  z-index: 4;
}

.z3 {
  z-index: 3;
}

.z2 {
  z-index: 2;
}

.z1 {
  z-index: 1;
}

.z20, .z19, .z18, .z17, .z16, .z15, .z14, .z13, .z12, .z11, .z10, .z9, .z8, .z7, .z6, .z5, .z4, .z3, .z2, .z1 {
  position: relative;
  background: #FFFFFF;
}

/* General */
html, body {
	margin: 0px;
	position: relative;
	font-size: 16px;
	font-family: "futura-pt",sans-serif;
	line-height: 1.6em;
	color: #636363;
	width: 100%;
	height: 100% !important;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
}

body.single {
	height: inherit;	
}

body {
  overflow-x: hidden;
}

.home a:hover {
	text-decoration: none !important;	
}

/*======================================================
	HOME PAGE STYLES 
======================================================*/
.home.page .logo {
	margin: 0 auto;
	width: inherit;
	float: none;
}

/* Home Page - Full page slider */
.home .main-container {
    /*position: absolute;*/
	position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	clear: both;
}

#fullslider {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto !important;
	width: auto !important;
}

#fullslider .royalSlider {
	height: 100% !important;	
}

.rsOverflow {
	width: 100% !important;
	height: 100% !important;
}

/* Slider text */
#fullslider .slider-text {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background: url(assets/images/bg_flag.png) no-repeat;
	width: 100%;
	height: 100%;
	background-position: left 17%;
	background-size: 75%;
	padding-left: 5vw;
	padding-top: 30vh;
}	

#fullslider .slider-text p {
	/*font-size: 563%;*/
	font-size: 8.5vh;
	font-weight: 400;
	line-height: 110%;
	text-shadow: 2px 2px 2px #000;
	margin: 0 0 30px;
}
#fullslider .slider-text p strong {
	font-weight: 600;
	display: block;
}

#fullslider .slider-text p.btn {
	font-size: 100%;
	background: #568aab;
	text-align: center;
	width: 170px;
	height: 45px;
	text-shadow: none;
	line-height: 100%;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 6px -1px #101010;
}
#fullslider .slider-text p.btn:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#fullslider .slider-text p.btn a {
	color: #fff;
	font-weight: 500;
	display: block;
	padding: 8px 0;
}

#fullslider .slider-text a:hover {
	text-decoration: none;
}

/* Hide the banner on the home page to show the full-page slider */
.home .container-fluid.banner-image, .page-id-1225 .container-fluid.banner-image  {
	display: none;	
}

/* Home Page - Content */
.home .center {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9997;	
	padding: 38px 0 0;
}
.home .center a {
	display: block;
}	

/* Right menu buttons */
.home .right-header {
	position: absolute;
	right: 10%;	
	width: 275px;
	margin-top: 38px;
	z-index: 9997;
}

.home .right-header .btn-members {
	width: 205px;
	height: 60px;
	background: #154c6f;
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.25em;
	display: block;
	text-align: center;
	padding: 17px 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	box-shadow: 0px 0px 4px -1px #303030;
}
.home .right-header .btn-members:hover { 
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
}

.home .right-header .fb {
	width: 60px;
	height: 60px;
	display: block;
	float: right;
	margin-left: 10px;
	box-shadow: 0px 0px 4px -1px #303030;
}
.home .right-header .fb img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.home .right-header .fb:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*------------------------------------------------------
	Footer navigation on home page 
------------------------------------------------------*/
.home #footer-nav {
	position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 0;
	background-image: url(assets/images/footer-bg.png);
	padding: 0;
	height: 228px;
	background-color: rgba(1,12,23,0.5);
    background-blend-mode: color-dodge;
}

.home nav {
	height: 228px;
	background-color: rgba(0,4,6,0.7);
    /*mix-blend-mode: luminosity;*/
}

.home #menu-toggle {
	display: none;	
}

.home #footer-nav #nav {
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	width: 94%;
}

.home #nav li {
	float: left;
	width: 10.52%;
	margin: 0 1.875%;
	list-style: none;
}

.home #nav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 125%;
	text-align: center;
	padding: 28px 0;
	display: block;
}

.home #nav li span {
	border-top: 7px solid #fff;
	display: block;
	padding: 14px 0 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home #nav li:hover span {
	border-top: 7px solid #71a4c4;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home #nav li {
	display: block;
	background-size: auto 530px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home #nav li img {
	height: 36px;
	width: auto;
	margin-bottom: 20px;
}

.home #nav li:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/*------------------------------------------------------
	Footer on home page 
------------------------------------------------------*/
#footer {
	background: #242323;
	display: block;
	width: 100%;
	height: 150px;
	z-index: 999;
	color: #fff;
	font-size: 88%;
}

.home #footer {
	position: absolute;
	bottom: -150px;
}

#footer .wrapper {
	margin: 0 auto;
	width: 89%;
	overflow: hidden;
	padding: 30px 0 0;
}	

#footer .foot-left {
	float: left;
	width: 50%;
	padding: 10px 0 0;
}

#footer .foot-left p {
	line-height: 130%;
	margin: 0 0 15px;
	font-weight: 400;
}

#footer .foot-left p + p {
	margin-bottom: 0;	
}

#footer .foot-left p strong {
	font-weight: 500;
}

#footer .foot-right {
	float: right;
	width: 50%;	
	position: relative;
}

#footer .foot-right p,
#footer .foot-right img {
	float: right;	
}

#footer .foot-right p {
	padding-top: 36px;
    font-size: 105%;
    padding-right: 40px;
}

#footer .foot-left p a,
#footer .foot-right p a {
	color: #fff;
	text-decoration: underline;
}	

#footer .fb-icon {
	width: 40px;
	height: 40px;
	float: right;
    position: relative;
    margin-left: 30px;
    right: 0;
    margin-right: 0;
    margin-top: 24px;
}

.fb-icon img {
		
}

/*------------------------------------------------------
	Inner pages
------------------------------------------------------*/
/* Single Page */
.single .banner-image {
	height: 251px;	
}

.single-post .banner-image {
	background-size: cover;
}	

.single .banner-text {
	height: 166px;
}

.main-container .center.col.full .single-post img {
	width: 100%;
	height: auto;
}	

/* Background/Banner image */
.banner-image,
.single-course .banner-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 483px;
	box-shadow: 2px 2px 1px #ccc;
}

.banner-text,
.single-course .banner-text {
	padding: 0 10%;
	font-size: 375%;
	line-height: 110%;
	color: #fff;
	text-shadow: 1px 2px 2px #777;
	background: url(assets/images/blue-gradient.png) repeat-y left top;
	height: 398px;
	position: relative;
	z-index: 1;
}

.banner-text p,
.banner-text h1 {
	width: 370px;
	padding-top: 9vh;
}

.banner-text strong,
.banner-text h2 {
	display: block;
	font-weight: 600;
}

.banner-text h1 {
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0;
	line-height: 100%;
}

.banner-text h2 {
	font-size: 100%;
	margin: 0;
}

.banner-text .btn-members {
	background: #154c6f;
    color: #fff;
    display: block;
    text-transform: uppercase;
    width: 181px;
    height: 52px;
    font-size: 27%;
    text-align: center;
    padding: 18px 10px;
    line-height: 100%;
    font-weight: 500;
    text-shadow: none;
	float: right;
	position: absolute;
	bottom: 0;
	right: 10%;
	opacity: 1;
	transition: all 0.6s ease-in-out;
}

.banner-text .btn-members:hover {
	opacity: 0.9;
	transition: all 0.6s ease-in-out;
	text-decoration: none;
}

/* Navigation */
.home nav {
	background: rgba(0,12,17,0.9);
	height: 228px;
}

.nav-content {
	height: 85px;
	background-color: rgba(3,29,32,0.5);
	/*mix-blend-mode: hard-light;*/
	position: relative;
	z-index: 2;
}

.nav {
	background: rgba(16,57,81,0.5);
	isolation: isolate;
	height: 85px;
	display: block;
}

.nav ul {
	float: left;	
	display: inline-table;
  	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
}

.nav ul:after {
	content: "";
	clear: both;
	display: block;
}

#header-nav-left {
	width: 40%;
}

#header-nav-right {
	width: 42%;
}

.nav li {
	float: left;	
	list-style: none;
	text-align: center;
	font-size: 100%;
	line-height: 100%;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#header-nav-left li,
#header-nav-right li { 
	width: 25%;
}

.nav li a {
	display: block;
	padding: 35px 10px 34px;
	text-transform: uppercase;
	color: #fff;
	isolation: isolate;
	font-weight: 500;
	font-family: font-family: "futura-pt",sans-serif !important;
	font-size: 16px;
}

.nav li:hover a,
.nav li.current-menu-ancestor a {
	text-decoration: none;
	color: #508cd0; 
}

/* Dropdowns */
#header-nav-left ul,
#header-nav-right ul {
	display: none;
	position: absolute;
	top: 100%;
	float: none;
}

#header-nav-left li:hover > ul,
#header-nav-right li:hover > ul {
	display: block;
	z-index: 9999;
}

#header-nav-left ul li,
#header-nav-right ul li { 
	float: none;
	position: relative;
	background: #154c6f;
	z-index: 9999;
}

#header-nav-left li ul li:hover,
#header-nav-right li ul li:hover { 
	background: #000;
}

#header-nav-left li ul li,
#header-nav-right li ul li {
	width: 100%;	
}

#header-nav-left li ul li a,
#header-nav-right li ul li a {
	padding: 20px 10px;
	color: #fff;
}

#header-nav-left li:hover ul li:hover a,
#header-nav-right li:hover ul li:hover a { 
	background: #266288;
}

/* Logo and Facebook icon */
.logo {
	margin: 0 auto;
	width: 16%;
	float: left;
	text-align: center;	
}

.logo a {
	display: block;
	/*padding: 12% 0;*/
}	

.nav li.logo {
	background: url(assets/images/eastwood-logo-small.png) no-repeat center center;
	text-indent: -9999px;
}

.nav .fb-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 2%;
	top: 25%;
}


/* Content Set up - 3 columns view */
.main-container {
	width: 87.61%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 0 40px;
}	

.main-container .col {
	float: left;
}	

/* Left Column */
.main-container .left.col {
	background: #ebebeb;
	width: 24.97%;
	padding: 25px 0 0;
	box-shadow: inset 0px 2px 0px #ccc;
	position: absolute;
	height: 100%;
	left: 0;
}

.main-container .left.col .sidebar-left {
	margin: 0 auto;
	width: 87.6%;
	text-align: center;
}

.page-template-page-members .main-container .left.col .sidebar-left {
	width: 100%;	
	padding-top: 120px;
}

.main-container .left.col .sidebar-left h3 {
	font-size: 125%;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 7px solid #154c6f;
	color: #154c6f;
	padding: 12px 5px 20px;
	line-height: 100%;
	display: inline-block;
	margin: 0;
}

.main-container .left.col .sidebar-left {
	padding-bottom: 0px;	
}

.main-container .left.col .sidebar-left ul.sub-menu,
.main-container .left.col .sidebar-left ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-container .left.col .sidebar-left .sub-menu li,
.main-container .left.col .sidebar-left .menu li {
	font-size: 125%;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
}

.main-container .left.col .sidebar-left .sub-menu li a,
.main-container .left.col .sidebar-left .menu li a {
	color: #a1a1a1;
}

.main-container .left.col .sidebar-left .sub-menu li.current-menu-item a,
.main-container .left.col .sidebar-left .sub-menu li:hover a,
.main-container .left.col .sidebar-left .menu li.current-menu-item a,
.main-container .left.col .sidebar-left .menu li:hover a {
	color: #154c6f;
	text-decoration: none;
}

.sidebar-left #mobile-btn {
	display: none;
}

.main-container .left.col .list-unstyled {
	margin: 0;
	padding: 0;	
}

.main-container .left.col .eo-event-meta li {
	list-style: none;
	font-size: 100%;
	text-align: left;
}

.term-upcoming-events .main-container .center.col .event-entry-meta li {
	font-size: 125%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.term-upcoming-events .main-container .center.col .event-entry-meta li p {
	padding-top: 10px;
}	

.main-container .left.col .eventorganiser-event-meta hr {
	border-top: 1px solid #ccc;
}

/* Center Column */
.main-container .center.col {
	width: 50.89%;
	padding: 33px 0 0;
	margin-left: 24.97%;
	min-height: 300px;
}

.main-container .center.col.full,
.main-container .center.col.full.left-float {
	width: 75.03%;
	padding: 33px 0 0;
	margin-left: 24.97%;
}

.main-container .center.col.full.left-float {
	margin-left: 0%;
	background: transparent;
}

.pull-right {
	font-size: 90%;
}

.blog-sidebar {
	float: right;
	width: 21%;
	padding-top: 33px;
}

.blog-sidebar ul {
	padding: 0;
}

.blog-sidebar li {
	list-style: none;
}

.main-container .center.col .blog-main {
	margin: 0 auto;
	width: 95.44%;
	float: none;
	padding: 0;
}	

.main-container .center.col h3,
.main-container .center.col h4,
.main-container .center.col h5,
.main-container .center.col h6 {
	font-weight: 500;
	margin: 30px 0 10px;
	line-height: 100%;
}

.main-container .center.col h1 {
	font-size: 225%;
}

.main-container .center.col h3 {
	font-size: 150%;
}

.main-container .center.col h4 {
	font-size: 125%;
}

.main-container .center.col h5,
.main-container .center.col h6 {
	font-size: 120%;
}

.main-container .center.col p {
	font-size: 125%;
	line-height: 125%;
	margin: 0 0 20px;	
}

.main-container .center.col p + h2 {
	margin: 40px 0 10px;	
}

.main-container .center.col .pdf {
	margin: 0 0 15px;
	padding: 0 0 0 22px;
	list-style: none;
	background: url(assets/images/pdf-sm.jpg) no-repeat left top;
}

.main-container .center.col li.pdf {
	margin: 0 0 5px 20px;
}

.main-container .center.col p a:hover,
.main-container .center.col p a:focus {
	border-bottom: 0 !important;
	color: #568bac;
	text-decoration: none !important;
}

/*
Removed underline as it looks ugly on this font
.main-container .center.col a {
	text-decoration: underline;	
}*/

.main-container .center.col p a {
	border-bottom: 1px solid #636363;
    color: #636363;
    line-height: 100%;
    display: inline-block;
}

.main-container .center.col p a:hover {
	text-decoration: none !important;
	border-bottom: 0px solid #636363;
}

.main-container .center.col .blog-main hr {
	background: #568aab;
	color: #568aab;
	height: 1px;	
	border: 0;
	margin: 80px auto 30px;
}

.main-container .center.col .blog-main .eventorganiser-event-meta hr {
	margin: 30px auto;	
}

.main-container .center.col .blog-main p.btn {
	background: #568aab;	
	font-size: 100%;
	border-radius: 0;
	opacity: 1;
	transition: all 0.6s ease-in-out;
	opacity: 1;
	padding: 0;
	box-shadow: 2px 2px 2px #777777;
}

.main-container .center.col .blog-main p.btn:hover {
	opacity: 0.9;
	transition: all 0.6s ease-in-out;
}

.main-container .center.col .blog-main p.btn.left {
	float: left;
	margin: 5px 35px 0 0;
}

.main-container .center.col .blog-main p.btn a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding: 13px 50px;
	border-bottom: 0;
}

.main-container .center.col .blog-main p.btn:hover a {
	transition: all 0.6s ease-in-out;
	opacity: 0.9;
	text-decoration: none;
}

.main-container .blog .date small {
	font-size: 100%;	
	margin-bottom: 20px;
	display: block;
}

.main-container .center.col table {
	margin: 0 0 20px;
}

.main-container .center.col table td {
	font-size: 125%;
	line-height: 125%;
	padding: 0 20px 0 0;
}

.main-container .center.col table td.gender {
	padding-bottom: 15px;
}

.main-container .center.col ul,
.main-container .center.col ol {
	margin: 0 0 20px;
	padding: 0;
}

.main-container .center.col li {
	font-size: 125%;
	line-height: 125%;
	padding: 0 0 5px 5px;
	margin: 0 0 0 20px;
}

.main-container .center.col li ul {
	padding: 0;
	margin: 0 0 0 10px;
}

.main-container .center.col li li {
	font-size: 100%;
	line-height: 125%;	
}

.main-container .center.col .blog-main p.left.archive {
	font-size: 225%;
	font-weight: 600;
}

.main-container .center.col .blog-main p.left.archive a {
	color: #a1a1a1;
}

/* Reciprocal Clubs */
.main-container .center.col .accordion-title {
	clear: both;
	border-bottom: 1px solid #ccc;
}

.main-container .center.col .accordion-title h4 {
	margin: 0;
}

.main-container .center.col .accordion-title h4 a {
	padding: 30px 0 10px;
	display: block;
	font-size: 150%;
}

.main-container .center.col .accordion-category {
	clear: both;
}

.main-container .center.col .reciprocal-club {
	float: left;
	width: 50%;	
}

.main-container .center.col .reciprocal-club h4 {
	margin: 20px 0 10px;
	color: #154c6f;
	font-size: 142%;
}


/* Events */
.main-container .center.col .type-event {
	margin: 0 0 30px;
	padding: 5px 0 20px;
	border-bottom: 1px solid #ccc;	
}

.main-container .center.col .type-event time {
	margin-top: 5px;	
	display: block;
}

.main-container .center.col .type-event ul.eo-event-meta {
	font-size: 100%;
	margin: 0 0 10px !important;
	padding: 0;	
}

.main-container .center.col .type-event ul.eo-event-meta li {
	font-size: 94%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-container .center.col .type-event .entry-content p {
	margin: 0 0 20px;	
}

.main-container .center.col .type-event p {
	margin: 0 0 10px;	
}

.main-container .center.col .type-event p.more {
	font-size: 16px;
	left: 0;
}

.main-container .col.right .eo-events {
	margin: 0;
	padding: 0;	
}

.main-container .col.right .eo-events li {
	list-style: none;
	margin: 0 0 15px;
}

.main-container .col.right .eo-events .event-details h4 {
	font-size: 120%;
	font-weight: 500;
	margin: 5px 0;	
}

.main-container .col.right .eo-events .event-details p {
	margin: 0 0 5px;	
}

.main-container .col.right .eo-events .event-details p strong {
	font-weight: 500;	
}

.main-container .col.full .fc-event-inner {
	padding: 5px;	
}

.main-container .col.full .fc-event-inner .fc-event-time {
	display: block;
}

/* Board */
.main-container .center.col h3.clear {
	clear: both;
	padding: 30px 0 0;
}

.main-container .center.col .staff-member {
    float: left;
	width: 28%;
	margin: 0 2.5% 3%;	
}

.main-container .center.col .staff-member h3 {
	margin: 0 0 10px;
}

.main-container .center.col .staff-member img {
	width: auto;
	height: 120px;
}

.main-container .center.col .staff-member p {
	margin: 0;	
}

/* Documents */
.main-container .center.col .blog-main ul.docs {
	margin: 0;
	padding: 0 0 30px;
	float: left;
	overflow: hidden;
}

.main-container .center.col .blog-main ul.docs li {
	margin: 0 7px 0 0;
	padding: 65px 0 0;
	float: left;
	list-style: none;
	width: 70px;
	background: url(assets/images/pdf.jpg) no-repeat left top;
	font-size: 110%;
	line-height: 110%;
}

.main-container .center.col .blog-main ul.docs li a {
	display: block;
	color: #636363;
	text-decoration: underline;
	border-bottom: 0;
}

.main-container .center.col .blog-main ul.docs li:hover a {
	text-decoration: none;
}

.main-container .center.col iframe {
	width: 100%;
}	

/* Image Alignment */
img.alignleft {
    float: left;
	margin: 0 30px 25px 0px;	
}

img.alignright {
    float: right;
	margin: 0 0 25px 30px;	
}

/* Right Column */
.main-container .right.col,
.main-container .sidebar-news {
	width: 24.14%;
	padding: 53px 3% 0;
}

.main-container .sidebar-news {
	float: right;
	background-color: #ebebeb;
	padding: 25px 3% 0;
	position: absolute;
	height: 100%;
	right: 0;
}

.main-container .sidebar-news h3 {
	text-align: center;
	margin-top: 10px;
	padding: 12px 5px 20px;
	border-top: 7px solid #636363;
	font-size: 130%;
	text-transform: uppercase;
}

.main-container .sidebar-news ul {
	padding: 0 0 30px;	
}

.main-container .sidebar-news ul li {
	list-style: none;
	text-align: center;
	font-size: 125%;
    text-transform: uppercase;
    margin: 10px 0;
}

.main-container .sidebar-news ul li a {
    color: #a1a1a1;
}

.main-container .right.col h4 {
	font-size: 150%;
	font-weight: 600;
	margin: 0 0 35px;	
}

.main-container .right.col #gallery-2 .gallery-item {
	width: 30%;
	margin: 0 0 5%;
}
.main-container .right.col #gallery-2 .gallery-item.center {
	margin: 0 5% 5%;
}

.main-container .right.col #gallery-2 .gallery-item img {
	width: 100%;
	height: auto;
	border: 0;
}

.main-container .right.col #gallery-2 br {
	display: none;
}

.main-container .right.col dd.gallery-caption {
	display: none;	
}

/* Course Tour Pages */
.main-container .center.col .details {
	padding: 30px 0;
	border-top: 1px solid #568aab;
	margin-top: 50px;
}

.main-container .center.col .details h3 {
	font-size: 150%;
	line-height: 100%;
	font-weight: 600;
	margin: 0px;
}

.main-container #holes {
	overflow: hidden;
	margin: 0 0 45px;
	padding: 0;	
}

.main-container #holes li {
	list-style: none;
	float: left;
	width: 5.55%;
	line-height: 170%;
	padding: 0;
	margin: 0;
}

.main-container #holes li a {
	color: #568aab;
	font-weight: 500;
	font-size: 150%;
	border-bottom: 0;
}

.main-container #holes li:hover a {
	text-decoration: none !important;
}

.main-container #holes li.current a {
	color: #154c6f;
	font-weight: 600;
}

/* Course Tour */
#hole-list .hole {
	width: 25%;
	float: left;	
	text-align: center;
	margin: 0 0 20px;
}

#hole-list .hole a {
	overflow: hidden;
	margin: 0 5%;
	display: block;
}

#hole-list .hole img {
	height: 120%;
	width: auto;
	opacity: 0.8;
	transition: all 0.6s ease-in-out;
}

#hole-list .img-holder {
    height: 230px;	
}

#hole-list .hole:hover img {
	opacity: 1;
	transition: all 0.6s ease-in-out;
}

/* Hole Details */
.main-container .holeinfoTbl th {
	color: #154c6f;
	font-size: 150%;
	font-weight: 400;
	padding: 0 45px 22px 0;
}

.main-container .holeinfoTbl td {
	font-size: 150%;
	padding: 0 45px 22px 0;
	text-align: center;
}

.main-container .holeinfoTbl td.gender {
	padding: 0 100px 22px 0;	
}

.main-container .holeinfoTbl .ladies,
.main-container .holeinfoTbl .men {
	border-radius: 25px;
	width: 25px;
	height: 25px;
	background: #ed145b;	
	margin-right: 20px;
	display: block;
	float: left;
}

.main-container .holeinfoTbl .men {
	background: #154c6f;	
}

#prev-next {
	margin: 0 0 50px;
	padding: 0;
	overflow: hidden;	
}

#prev-next li {
	color: #a1a1a1;
	font-size: 225%;
	font-weight: 700;
	list-style: none;
	padding: 0;
	margin: 0;
}

#prev-next li.prev {
	float: left;
	margin-left: 25.75%;
}

#prev-next li.next {
	float: right;
}

#prev-next li a {
	color: #a1a1a1;
}

#prev-next li:hover a {
	color: #154c6f;	
}

/* Contact Form */
.main-container .center.col li.gfield.col-xs-2,
.main-container .center.col li.gfield.col-xs-5,
.main-container .center.col li.gfield.col-xs-6,
.main-container .center.col li.gfield.col-xs-12,
.main-container .center.col li.gfield {
	clear: inherit;
	float: left;
	padding-left: 0;	
	padding-right: 15px;
	margin-bottom: 5px;
}

.main-container .center.col li#field_2_7 {
	margin-bottom: 0;	
}

.main-container .center.col li.gfield.col-xs-6 {
    width: 50%;
}

.main-container .center.col li.gfield.col-xs-5 input,
.main-container .center.col li.gfield.col-xs-6 input,
.main-container .center.col li.gfield.col-xs-12 input,
.main-container .center.col textarea,
.main-container .center.col select {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-appearance: none;
    border-radius: 0;
}

.main-container .center.col select {
	height: 39px;
	padding: 0;
	text-indent: .25em;
	width: 100% !important;
}

.gform_wrapper textarea {
	text-indent: .25em;	
}

.gform_wrapper .top_label .gfield_label {
    margin: 20px 0 0px !important;
	font-weight: 400;
}

.main-container .center.col input.gform_button {
	background: #154c6f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.6s ease-in-out;
	opacity: 1;
	border: 0;
	padding: 5px 15px;
}

.main-container .center.col input.gform_button:hover {
	transition: all 0.6s ease-in-out;
	opacity: 0.9;
}


/* Member Login */

.main-container .login-back.row.login {
	margin-left: 0;
	margin-right: 0;	
}

.main-container .login-back.row.login .col.whole {
	width: 100%;
	clear: both;
	float: none;	
}

.main-container .login-right {
	float: right;
	width: 45%;
	padding: 0;
}

.main-container .login-left {
	float: left;
	width: 45%;
	padding: 25px 0 0;
}

.main-container .login-left form {
	width: 100%;
}

.main-container .login-left form label {
	width: 40%;
	float: left;
	height: 35px;
	margin-bottom: 15px;
}

.main-container .login-left form input {
	width: 55%;
	float: right;
	margin-bottom: 15px;
	height: 35px;
	padding: 5px;
}

.main-container .login-left form input[type=checkbox] {
	margin-top: 0;
	padding: 0;
}

.main-container .login-left form input:focus {
	color: #337ab7;	
}

.main-container .login-left form input#submit {
	background: #154c6f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.6s ease-in-out;
	opacity: 1;
}

.main-container .login-left form input#submit:hover {
	transition: all 0.6s ease-in-out;
	opacity: 0.9;
}

.main-container .login-left form input#submit,
.main-container #login-help { 
	margin-left: 45%;
}

/* Members Home Page */
.page-template-page-members .banner-image,
.page-template-page-members-archive .banner-image,
.archive .banner-image {
	height: 181px;	
}

/*.page-template-page-members .banner-text .btn-members,
.page-template-page-members-archive .banner-text .btn-members,
.single .banner-text .btn-members,
.archive .banner-text .btn-members {
	display: none;
}*/

.product .banner-image {
	height: 181px;
	background: url(assets/images/members-banner.jpg) no-repeat center top;
}

.product .banner-text,
.page-template-page-members .banner-text,
.page-template-page-members-archive .banner-text,
.archive .banner-text {
	background: none;
	height: 96px;
}

.main-container .sidebar .moreLinks {
	padding: 20px 0;	
}

.main-container .sidebar .moreLinks h2 {
	color: #154c6f;
	text-transform: uppercase;
	text-align: center;
	font-size: 125%;
	line-height: 150%;
	margin-bottom: 40px;
	font-weight: 700;
}

.main-container .sidebar .moreLinks ul {
	margin: 0 0 20px;
	padding: 0;
}

.main-container .sidebar .moreLinks li {
	text-transform: uppercase;
	list-style: none;
	text-align: center;
	font-size: 125%;
	line-height: 150%;
	margin-bottom: 10px;
}

.main-container .sidebar .moreLinks li a {
	color: #a1a1a1;
}

.main-container .sidebar .moreLinks li:hover a,
.main-container .sidebar .moreLinks li.current a,
.main-container .sidebar .moreLinks li:focus a {
	color: #154c6f;
	text-decoration: none !important;
	border-bottom: 0px !important;
}

.page-template-page-members .main-container .sidebar .upcoming-events h3,
.page-template-page-members .main-container .sidebar .weather h3,
.page-template-page-members .main-container .sidebar .facebook h3,
.page-template-page-members-archive .main-container .sidebar .upcoming-events h3,
.page-template-page-members-archive .main-container .sidebar .weather h3,
.page-template-page-members-archive .main-container .sidebar .facebook h3 {
	color: #636363;
	font-size: 150%;
	font-weight: 700;
	border-top: 0;
	text-align: left;
	float: left;
	margin: 0;
	padding: 9px 0 0;
	width: 90px;
	text-transform: none;
}

.page-template-page-members .main-container .sidebar .upcoming-events .title-link-right,
.page-template-page-members-archive .main-container .sidebar .upcoming-events .title-link-right {
	float: right;
	overflow: hidden;
	width: 180px;
}

.page-template-page-members .main-container .sidebar .upcoming-events .title-link-right a,
.page-template-page-members-archive .main-container .sidebar .upcoming-events .title-link-right a {
	color: #636363;
	padding: 10px 10px 0;
	font-size: 125%;
	display: block;
}

.page-template-page-members .main-container .sidebar .upcoming-events .icon-calendar,
.page-template-page-members-archive .main-container .sidebar .upcoming-events .icon-calendar {
	background: url(assets/images/icon-calendar.png);
	width: 30px;
	height: 36px;
	display: block;
	float: left;
}

.page-template-page-members .main-container .sidebar .upcoming-events,
.page-template-page-members .main-container .sidebar .facebook,
.page-template-page-members-archive .main-container .sidebar .upcoming-events,
.page-template-page-members-archive .main-container .sidebar .facebook  {
	padding: 20px 6.2%;
	overflow: hidden;
}

.page-template-page-members .sidebar .eo-events,
.page-template-page-members-archive .sidebar .eo-events {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 25px 0 0;
	margin: 0;
}

.page-template-page-members .sidebar .eo-events li,
.page-template-page-members-archive .sidebar .eo-events li {
	list-style: none;
    padding: 0;
    width: 100%;
    display: block;
    clear: both;
    float: none;
}

.page-template-page-members .sidebar .eo-events li .date-wrap,
.page-template-page-members-archive .sidebar .eo-events li .date-wrap {
	background: #c6c6c6;
	padding: 5px;
	color: #fff;
	float: left;
	width: 17%;
	height: 54px;
	margin: 0 0 25px;
}

.page-template-page-members .sidebar .event-details,
.page-template-page-members-archive .sidebar .event-details {
	float: left;
	text-align: left;
	padding: 0 0 5% 5%;
	width: 70%;
}

.page-template-page-members .sidebar .event-details h4,
.page-template-page-members .sidebar .event-details h4 {
	font-size: 125%;
	margin: 0 0 8px;
	font-weight: 700;
}

.page-template-page-members .sidebar .event-details p,
.page-template-page-members-archive .sidebar .event-details p {
	font-size: 125%;	
	margin-bottom: 0;
}

.page-template-page-members .sidebar .event-details p a,
.page-template-page-members-archive .sidebar .event-details p a {
	color: #636363;
}

.page-template-page-members .sidebar .eo-events li .date-wrap span,
.page-template-page-members-archive .sidebar .eo-events li .date-wrap span {
	display: block;
	font-weight: 600;
	line-height: 100%;
}

.page-template-page-members .sidebar .eo-events li .date-wrap .date,
.page-template-page-members-archive .sidebar .eo-events li .date-wrap .date	 {
	margin: 4px 0 0;
	font-size: 100%;
}

.page-template-page-members .sidebar .eo-events li .date-wrap .day,
.page-template-page-members-archive .sidebar .eo-events li .date-wrap .day {
	font-size: 137%;	
}

/* Weather */
.weather {
	background: #f8f5f5;
	padding: 27px 6.2%;
}

#weatherFeed {
	clear: both;
	overflow: hidden;
	padding: 25px 0 0;
}

.weatherCt {
	width: 30%;
	float: left;	
	text-transform: uppercase;
	font-size: 88%;
	margin-bottom: 40px;
}

.weatherCt.weatherCt1 {
	margin: 0 5%;
}

.weatherCt b {
	font-weight: 600;
}

.weatherCt .weatherTempR,
.weatherCt .weatherFore {
	display: block;
}

.weatherCt img {
	width: 90%;
	height: auto;
	margin: 0 0 20px;
}

.main-container .sidebar .weather h3 {
	padding: 0;
}

.main-container .sidebar .weather .title-link-right {
	float: right;
	text-align: right;
	font-size: 125%;
}

.main-container .sidebar .weather .title-link-right a {
	color: #636363;
}

.main-container .sidebar .weather p.btn {
	width: 170px;
	height: 45px;
	background: #c6c6c6;	
	font-weight: 700;
	font-size: 100%;
	border-radius: 2px;
	box-shadow: 0px 0px 2px #dddada;
	margin-bottom: 7px;
}

.main-container .sidebar .weather p.btn a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 5px 0;
	transition: all 0.6s ease-in-out;
	opacity: 1;
}

.main-container .sidebar .weather p.btn:hover a {
	text-decoration: none;
	transition: all 0.6s ease-in-out;
	opacity: 0.6;
}

.main-container .sidebar .weather p.weatherTitle {
	display: none;	
}

.main-container .sidebar .weather .divider {
	height: 7px;
	background: #154c6f;
	width: 70%;
	margin: 10px auto 20px;
}

/* Facebook Plugin Styling */
.facebook {
	background: #f8f5f5;	
}

.main-container .sidebar .facebook h3 {
	margin-bottom: 25px;
}

/* Masonry Styling */
.main-container .center.col .top-title h2,
.main-container .center.col .top-title h3 {
	color: #636363;
	font-weight: 700;
	font-size: 225%;
	margin: 0px 0 20px;
}

.main-container .top-title h2 {
	margin: 20px 0 10px;	
}

.blog-main .date {
	font-size: 125%;	
	margin: 0 0 20px;
}

.stamp {
    position: absolute;
    right: 0%;
    top: 0;
}
.grid-sizer {
	width: 32%;
 }   
.gutter-sizer {
 	width: 2%;
 }

.masonry-post { 
	width: 32%;
    padding: 0;
    background: #f8f5f5;
    margin: 10px 0 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
	color: #636363;
}

.masonry-post .feature-image img { 
	width: 100%;
	height: auto;
}

.masonry-post .content {
	padding: 25px 40px 25px 30px;
}

.main-container .masonry-post .content h4 a { 
	border-bottom: 0;
}

.main-container .masonry-post .content p {
	line-height: 120%;
	font-size: 95%;
}

.masonry-post .content p.more {
	text-align: right;
	margin: 0;
	float: right;
}

.main-container .masonry-post .content a {
	border-bottom: 0;	
}

.masonry-post .content .read_more_link {
	color: #154c6f;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: 700;
	text-align: right;
	transition: all 0.6s ease-in-out;
	box-shadow: none;
}

.featured-post .featured-content p.more:hover .read_more_link {
	text-decoration: none;
	transition: all 0.6s ease-in-out;
	box-shadow: 0 0 4px #0C1929;
}

.main-container .center.col .masonry-post h4 {
	font-size: 150%;
	margin: 0 0 20px;
}

.masonry-post h4 a {
	color: #636363;
}

.masonry-post h4:hover a {
	text-decoration: none;
}

/* Featured Post */
.featured-post {
	height: 365px;
	position: relative;
	margin-bottom: 70px;
}

.featured-post .featured-content {
	float: right;
	width: 33%;
	background: rgba(21,76,111,0.89);
	color: #fff;
	padding: 4% 3.5% 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.featured-post .featured-content:hover {
	background: rgba(21,76,111,1);
	transition: all 0.6s ease-in-out;
}

.featured-post .featured-content h2 {
	font-size: 150%;
	font-weight: 600;
	margin: 0 0 18px;
}

.main-container .featured-post .featured-content h2 a {
	border-bottom: 0;
	color: #fff;
}

.featured-post .featured-content p {
	line-height: 120%;
}

.featured-post .featured-content a {
	color: #fff;
}

.main-container .featured-post .featured-content p.more {
	background: #568aab;
	float: right;
	width: 170px;
	height: 40px;
	display: block;
	text-align: center;
	margin: 4% 0 0;
}

.main-container .featured-post .featured-content .more a {
    padding: 12px 0;
    display: block;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 600;
	border-bottom: 0;
	color: #fff;
}


/* Lightbox */
/*#fancybox-wrap {
	box-shadow: 0 0 19px #444;
}	
div#fancybox-title-over {
	box-shadow: 0px 1px 4px #555;	
}
.fancybox-bg {
	display: none !important;	
}*/

/* Members Information */
.product .main-container .col.third {
	width: 31%;
	margin: 0 1%;
	padding-top: 40px;
}
 
.product .main-container .col.third .portal-box {
	width: 96%;
    box-shadow: 0 0 2px #ccc;
    margin: 2% auto 7%;
    padding: 1% 5% 5%;	
}

.product .main-container .col.third .portal-box.moreLinks ul {
	margin-top: 20px;	
}

.portal-box,
.portal-box table td {
	font-size: 125%;	
}

.main-container .center.col .portal-box p a,
.product .main-container .center.col .portal-box p a {
	border-bottom: 0;
}

.product .main-container .col.third .portal-box.moreLinks {
	background: 	#ebebeb;
	margin: 0 2%;
	box-shadow: none;
}

/* Change Password */
table.portal {
	margin: 50px auto 30px;
}	

table.portal th {
	padding: 5px;
	color: #fff;
	background: #154c6f;
	font-family: "futura-pt",sans-serif;
	font-size: 125%;	
}

table.portal td div {
 	margin-right: 10px; 
}

table.portal td input {
 	margin-left: 10px; 
	margin-bottom: 0px;
	margin-top: 10px;
}

table.portal td input[type=submit],
table.portal td input[type=button] {
	color: #fff;
	background: #154c6f;
	padding: 0px 7px;
}


/* Members - Prizes */
table.portal.prizeTableH td {
	width: 25%;
	padding: 5px 10px;
}

table.portal.prizeTableH td h3 {
	font-size: 18px;
	margin: 10px 0;
}

table.portal td table.calendarTable input {
	margin: 0;	
}

.calendar .button.nav {
    height: inherit !important;	
}

table.portal.prizeTableH td input[type=submit], 
table.portal.prizeTableH td input[type=button] {
	margin: 0;
}

table.portal td table.calendarTable input {
	width: 100%;	
}

table.portal.prizeTableH td[norwap] {
	background: pink;	
}
  
/* Members pages styling */
#make-booking-cont,
#eventListForm,
#memberSearch {
	padding: 33px 0 0;	
}
   
@media only screen and (max-width: 1450px) {
	.featured-post .featured-content {
		width: 42%;
		padding: 4% 3.5% 0;
	}
	.weatherCt {
		font-size: 78%;
	}	
	
	.page-template-page-members .main-container .sidebar .upcoming-events .title-link-right,
	.page-template-page-members-archive .main-container .sidebar .upcoming-events .title-link-right {
		float: left;
		width: 100%;
	}
	
	.main-container #holes {
    	margin: 20px 0 15px;
	}
	
	.main-container #holes li {
		font-size: 110%;	
	}
}

/* FIXING NAV */
@media only screen and (max-width: 1550px) {
	#header-nav-right {
		width: 38%;	
	}
}

@media only screen and (max-width: 1280px) {
	.home .right-header {
		right: 2%;
		width: 232px;		
	}
	
	.home img.logo {
		width: auto;
		height: 70px;
	}
	.home .right-header .btn-members {
		width: 171px;
		height: 50px;
		padding: 13px;
		font-size: 1.1em;
	}
	.home .right-header .fb {
		width: 50px;
		height: 50px;
	}
	
	/* Nav */
	.nav .logo img {
		width: 80%;
		height: auto;
		padding-top: 5px;
	}
	.nav .fb-icon {
		width: 30px;
		top: 30%;
		right: 1%;
	}
	.nav .fb-icon img {
		width: 100%;
	}
	#header-nav-left,
	#header-nav-right {
		padding: 0;	
	}
	.nav li a {
		padding-left: 5%;
		padding-right: 5%;	
		font-size: 88%;
	}
	
	/* Footer Icons */
	.home #nav {
		height: 200px;	
	}
	.home #nav li {
		line-height: 130%;
	}
	.home #nav li img {
		height: 32px;
		width: auto;
		margin-bottom: 16px;
	}
	.home #nav li span {
		border-top: 5px solid #fff;	
	}
	.home #nav li:hover span {
		border-top: 5px solid #71a4c4;
	}
	.home #nav a {
		font-size: 108%;
	}
	
	/* Footer */
	.home #footer {
		height: 120px;
		bottom: -120px;
	}
	
	.home #footer .wrapper,
	#footer .wrapper {
		padding: 15px 0 0;	
	}
	
	.home #footer .wrapper img {
		width: 14%;
		height: auto;
		margin: 5px 0 0;
	}	
	
	.home #footer .wrapper .fb-icon img {
		width: 28px;
		height: 28px;
		margin-top: 3px;	
	}
	
	/* Main Content */
	.main-container .center.col .blog-main,
	.main-container .right.col .right-container {
		width: 94%;
		margin: 0 auto;
	}
	
	.grid-sizer {
		width: 48%;
	 }   
	.gutter-sizer {
		width: 4%;
	 }
	
	.masonry-post { 
		width: 46%;
		padding: 0;
		margin: 10px 0 30px;
	}
	
	/* Course Tour */
	.main-container #holes {
		margin: 20px 0 20px;
	}
	.main-container #holes li {
		width: 11%;	
		text-align: center;
	}
	.main-container #holes li a {
		font-size: 120%;
	}
}

@media only screen and (max-width: 1024px) {
	/* Slider */
	#fullslider .slider-text {
		background-position: left 20%;	
		background-size: 80%;
		padding-top: 25vh;
	}
	#fullslider .slider-text p {
		font-size: 7vh;	
	}
	
	/* Nav */
	.nav .visible-xs-block {
		display: block !important;	
	}
	.nav .visible-xs-block .logo {
		display: block !important;
		background: url(assets/images/eastwood-logo-small.png) no-repeat center center;
		width: 120px;
		height: 62px;
		background-size: 120px auto;
		text-indent: -9999px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 11px;
	}
	.nav .logo,
	.nav .fb-icon {
		display: none;
	}
	#header-nav-left, 
	#header-nav-right,
	#header-nav-left li, 
	#header-nav-right li {
		width: auto;	
	}
	#header-nav-left li a, 
	#header-nav-right li a {
		padding-left: 13px;
    	padding-right: 13px;
		font-size: 100%;
	}
	
	/* Page Banner */
	.banner-image,
	.single-course .banner-image {
		background-size: cover;
		height: 303px;	
	}
	.banner-text,
	.single-course .banner-text {
		height: 248px;
		font-size: 265%;	
	}
	.banner-text p {
		width: 290px;
		padding-top: 5vh;
	}
	.banner-text .btn-members {
		right: 2.05%;
		font-size: 38%;	
	}
	
	/* Content */
	.main-container {
		width: 96%;
	}
	
	/* Members Portal */
	.featured-post .featured-content {
		width: 45%;
		padding: 4% 3.5% 0;
	}
	.page-template-page-members .main-container .left.col .sidebar-left,
	.page-template-page-members-archive .main-container .left.col .sidebar-left {
		padding-top: 20px;	
	}
	
	.main-container .center.col table td {
		padding: 0;	
	}
	
	
	/* Footer */
	.home #footer-nav #nav {
		width: 96%;	
	}
	#footer .wrapper {
		width: 93%;	
	}
	#footer .foot-left p {
		line-height: 125%;
		margin: 0px;
	}
	
	/* Hide Sidebar for Calendar */
	.page-id-606 .left.col {
		display: none;
	}
	.page-id-606 .main-container .center.col.full {
		width: 100%;
		margin-left: 0;
	}
	.main-container .center.col select {
		font-size: 15px;	
	}
	.product .main-container .col.third {
		width: 47%;	
		margin: 0 0 0 2%;
	}
	.product .main-container .col.third.menu-holder {
		width: 98%;
		float: none;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1024px) and 
(min-width: 961px) {
	#header-nav-left,
	#header-nav-right {
		width: 38%;
		float: left;	
	}
	#header-nav-right {
		width: 45%;
	}
	#header-nav-left li,
	#header-nav-right li {
		width: 25%;
		font-size: 90%;
	}
	#header-nav-left li a, 
	#header-nav-right li a {
		padding-left: 0;
		padding-right: 0;	
	}
	
	.banner-text,
	.single-course .banner-text {
		height: 218px;	
	}
}

@media only screen and (max-width: 960px) {
	#header-nav-left li a, 
	#header-nav-right li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	li#menu-item-31 {
		width: 118px;
	}
	li#menu-item-29 {
		width: 85px;	
	}
	.main-container .left.col .sidebar-left .sub-menu li,
	.main-container .left.col .sidebar-left .menu li {
		font-size: 110%;	
	}
	/* Course Tour */
	#hole-list .hole {
		width: 33%;
	}
	.main-container .center.col {
		min-height: 400px;
	}
	.main-container #menu-golf-menu li a {
		font-size: 125%;
		padding: 12px 5px 20px;
		margin: 0;
	}
	.main-container #menu-golf-menu li li {
		margin: 10px 0;
		font-size: 110%;
	}
	.main-container #menu-golf-menu li li a {
		padding: 0px;
		line-height: 146%;
		font-size: 100%;
	}
	
	#hole-list .img-holder {
		height: 190px;	
	}
	
	/* Inner Page Nav */
	.nav-content,
	.nav {
		height: 55px;	
	}
	.nav .visible-xs-block .logo {
		margin-top: 0;
		height: 52px;
		background-size: 110px auto;
		margin-left: 0;
	}
	.navbar-toggle {
		border: 2px solid #fff;
		border-radius: 0;
		padding: 8px 12px;
		margin: 20px 20px 8px 0;	
		color: #fff;
		font-weight: 500;
		margin: 9px 12px 8px 0;	
		padding: 5px 12px;
		display: block!important;
	}
	.logo {
		margin-left: 30px;	
	}
	/* Mobile Menu */
	body #header-nav-left,
	body #header-nav-right {
		display: none;	
	}
	body .navbar-collapse.collapse {
		display: none;	
	}
	.nav-content #header-nav-left,
	.nav-content #header-nav-right {
		display: none !important;	
	}
	.nav-content.toggled-on #header-nav-left,
	.nav-content.toggled-on #header-nav-right {
		display: block !important;	
	}
	.nav-content.toggled-on .nav-container {
		background: rgba(16,57,81,0.8);	
		margin-top: 55px;
	}
	.nav-content ul#header-nav-left, 
	.nav-content ul#header-nav-right {
		display: none;	
	}
	
	.nav-content.toggled-on ul#header-nav-left,
	.nav-content.toggled-on ul#header-nav-right {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0 !important;
		border-image-width: 0px !important;
	}
	.nav-content.toggled-on ul#header-nav-left li,
	.nav-content.toggled-on ul#header-nav-right li {
		float: none;
		display: block;
		font-size: 120%;
		border-top: 1px solid rgba(255,255,255,0.3);
	}	
	.nav-content.toggled-on ul#header-nav-left li a,
	.nav-content.toggled-on ul#header-nav-right li a {
		color: #fff;
		display: block;
		padding: 10px 0px;
	}
	li#menu-item-31,
	li#menu-item-29 {
		width: inherit;	
	}
	#header-nav-left ul, 
	#header-nav-right ul {
		position: relative;
		font-size: 75%;
		width: 100%;
	}
	
	.nav-content.toggled-on ul#header-nav-left ul.sub-menu li a, 
	.nav-content.toggled-on ul#header-nav-right ul.sub-menu li a,
	.nav-content.toggled-on ul#header-nav-left ul.menu li a, 
	.nav-content.toggled-on ul#header-nav-right ul.menu li a {
		background: #113e5b;
		border-top: 0px solid #154c6f;
		padding: 10px 0 !important;
	}
	
	.main-container .blog .center.col.full.left-float {
		padding: 33px 0 0 3%;	
	}
	
	/* Board */
	.main-container .center.col .staff-member {
		float: left;
		width: 45%;
		margin: 0 2.5% 3%;	
	}
}


@media only screen and (max-width: 800px) {
	/* Header */
	.home img.logo {
		width: auto;
		height: 60px;
	}
	.home .right-header {
		width: 191px;	
	}
	.home .right-header .btn-members {
		width: 141px;
		height: 40px;
		padding: 7px;
		font-size: 1em;
	}
	.home .right-header .fb {
		width: 40px;
		height: 40px;
	}
	
	/* Slider */
	#fullslider .slider-text {
		background-size: 95%;
		background-position: left 25%;
		padding-top: 27vh;	
	}
	#fullslider .slider-text p {
		font-size: 5vh;
		margin: 0 0 15px;
	}
	#fullslider .slider-text p.btn {
		width: 150px;
		height: 40px;
		font-size: 95%;
	}
	#fullslider .slider-text p.btn a {
		padding: 6px 0;
	}
	
	/* Icons */
	.home #nav li .icon {
		margin: 0 auto 5px;
	}
	.home #nav li span {
		padding: 12px 0 0;	
	}
	.home #nav a {
		font-size: 90%;
	}
	
	/* Page Banner */
	.banner-text p {
		width: 290px;
		padding-top: 3.25vh;
	}
	
	/* Content */
	.main-container .left.col {
		font-size: 90%;
		width: 33%;
	}
	.main-container .center.col,
	.main-container .right.col,
	.main-container .center.col.full {
		width: 65%;
		margin-left: 35%;	
	}
	.main-container .center.col.full.left-float {
		width: 65%;
		margin-left: 0;	
	}
	.main-container .left.col .sidebar-left .sub-menu li,
	.main-container .left.col .sidebar-left .menu li {
		font-size: 120%;	
	}
	
	/* Reciprocal Clubs */
	.main-container .center.col .reciprocal-club {
		float: none;
		width: 100%;	
	}

	/* Members */
	.featured-post {
		height: inherit;
		position: relative;
		margin-bottom: 70px;
		background-size: auto 150px;
		padding-top: 150px;
		background-repeat: no-repeat;
	}
	.featured-post .featured-content {
		width: 100%;
		padding: 4% 3.5% 0;
		float: none;
		clear: both;
		overflow: hidden;
	}
	.main-container .featured-post .featured-content p.more {
		margin: 0 0 20px;	
	}
	.masonry-post .content p.more,
	.masonry-post .content .read_more_link {
		float: none;
		text-align: left;	
	}
	.masonry-post.portal-box small {
		display: block;
	}
	.grid-sizer {
		width: 96%;
	 }
	.masonry-post { 
		width: 96%;
	}
	
	/* Course Tour */
	#prev-next li.prev {
		margin-left: 36.75%;
	}
	
	/* Login Form */
	.main-container .login-back.row.login {
		width: 94%;
		margin: 0 auto;	
	}
	
	/* Members - Prizes */
	table.portal.prizeTableH td {
		width: 25%;
		padding: 5px 10px;
	}
}

@media only screen and (max-width: 740px) {
	/* Body */
	html, body {
		height: 93% !important;	
	}
	/* Header */
	.home .center {
		padding: 20px 0 0;
	}
	.home img.logo {
		margin-left: 0;
		float: none;	
		height: 50px;
		width: auto;
	}
	.home .right-header {
		overflow: hidden;
		width: 155px;
		padding-top: 15px;
		margin-top: 5px;
	}
	.home .right-header .btn-members {
		width: 113px;
		height: 32px;
		padding: 4px;
    	font-size: 0.85em;
		margin: 0 auto;
		float: none;
	}
	.home .right-header .fb {
		width: 32px;
		height: 32px;
	}
	/* Slider */
	#fullslider .slider-text {
		background-size: 73%;
	    padding-top: 28vh; 
	}
	#fullslider .slider-text p {
		font-size: 9vh;
		margin: 0 0 15px;
	}
	#fullslider .slider-text p.btn {
		width: auto;
		font-size: 95%;
		height: auto;
		padding: 4px 12px 3px;
		line-height: 100%;	
	}
	/* Footer Nav */
	.home #nav {
		display: none;	
	}
	.home nav {
		height: auto;	
	}
	.home #footer-nav {
		height: auto;
		transition: all 0.6s ease-in-out;
	}
	.home #footer-nav:hover {
		transition: all 0.6s ease-in-out;	
	}
	.home #menu-toggle {
		display: block;
		background: #154c6f;
		color: #fff;	
		transition: all 0.6s ease-in-out;
		height: 45px;
		padding: 10px 15px;
	}
	.home #nav {
		opacity: 0;
		display: block;
		height: 0px;	
		transition: all 0.3s ease-in-out;
	}
	.home #nav.toggled-on {
		display: block;
		transition: all 0.3s ease-in-out;
		height: 200px;
		opacity: 1;
	}
	.home #nav li {
		width: 20%;
		margin: 0 2.5%;
		font-size: 85%;
    	line-height: 120%;
	}
	.home #nav li span,
	.home #nav li:hover span {
		border-top: 3px solid #fff;	
	}
	.home #nav li span {
		padding: 10px 0 0;
	}
	.home #nav a {
		padding: 12px 0 5px;		
	}
	.home #nav li img {
		margin: 0 auto 10px;
	}
	
	/* Page Banners */
	.banner-image,
	.single-course .banner-image {
		height: 213px;
	}
	.banner-text,
	.single-course .banner-text {
		height: 158px;
		padding: 0 3%;
		font-size: 235%;
	}
	.banner-text p {
		width: 380px;
		padding-top: 3.5vh;
		font-size: 90%;
	}
	.banner-text .btn-members {
		font-size: 47%;
	}
	
	/* Main Content */
	.main-container .center.col .blog-main h1 {
		font-size: 200%;
		font-weight: 700;
		margin: 0 0 20px;
		line-height: 100%;
	}
	.main-container .left.col .sidebar-left .sub-menu,
	.main-container .left.col .sidebar-left .menu {
		padding-bottom: 5px !important; 	
	}
	.main-container .center.col .blog-main p.btn.left {
		margin-bottom: 30px;	
	}
	.main-container .right.col {
		padding: 20px 0 0;	
	}
	/* Members */
	.weather {
		padding: 10px 5%;	
	}
	#weatherFeed {
		padding: 15px 0 0;	
	}
	.weatherCt {
		margin-bottom: 10px;	
	}
	.weatherCt img {
		width: 60%;
		margin: 0px;
	}
	.page-template-page-members .main-container .left.col .sidebar-left,
	.page-template-page-members-archive .main-container .left.col .sidebar-left {
		padding-top: 0;	
	}
	.page-template-page-members .banner-image {
		height: 150px;
	}
	.banner-text .btn-members {
		font-size: 40%;
		width: 140px;
		height: 38px;
		padding: 12px 10px;
	}
	
	/* Mobile Menu Fixes */
	.banner-image,
	.nav-content,
	.nav {
		height: auto;	
	}
	.banner-image,
	.single-course image {
		background-size: auto 240px;
		background-position: center bottom;
		background-color: #154c6f;
	}
	.nav-content.toggled-on ul#header-nav-left li a, 
	.nav-content.toggled-on ul#header-nav-right li a {
		background: #154c6f;
	}
	
	/* Course Tour */
	.main-container #holes li a {
		font-size: 100%;
	}
	#prev-next li {	
		font-size: 100%;	
	}
	#prev-next li.next {
		text-align: right;	
	}
	.main-container #menu-golf-menu li li {
		font-size: 120%;
	}
	
	/*._2p3a {
		width: 300px;	
	}*/
	
	.page-template-page-members .main-container .sidebar .upcoming-events .icon-calendar, 
	.page-template-page-members-archive .main-container .sidebar .upcoming-events .icon-calendar {
		margin-right: 10px;
	}
	
	.page-template-page-members .main-container .sidebar .upcoming-events .title-link-right a, 
	.page-template-page-members-archive .main-container .sidebar .upcoming-events .title-link-right a {
		text-align: left;
	}
	
	/* Footer icons/logos */ 
	#footer {
		height: 120px;	
	}
	#footer .foot-right img {
		width: 38px;
		height: 38px;
		margin-top: 10px;	
	}
	#footer .fb-icon {
		width: 38px;
		height: 38px;
		margin-top: 0px;	
	}
	#footer .foot-right p {
		padding: 10px 0 0;
		overflow: hidden;
		clear: both;	
	}
}

@media only screen and (min-width: 480px) and (max-width: 568px) {
	.home img.logo {
		margin-left: 24px;
		float: left;	
		width: 160px;
		height: auto;
	}
	/* Slider Text */
	#fullslider .slider-text {
		background-size: 85%;
		padding-top: 36vh;
		background-position: left 42%;
	}
	#fullslider .slider-text p {
		font-size: 8vh;
	}
	/* Main Container */
	.main-container .left.col,
	.main-container .sidebar-news {
		position: relative;	
	}
	.main-container .left.col, 
	.main-container .center.col, 
	.main-container .right.col,
	.main-container .center.col.full,
	.main-container .sidebar-news,
	.main-container .blog .center.col.full.left-float {
		clear: both;
		width: 100%;
		margin: 0;	
	}
	.main-container .sidebar .moreLinks {
		padding: 10px 0 0;	
	}	
	.main-container .sidebar .moreLinks h2 {
		margin-bottom: 10px;	
	}
	#footer {
		padding: 20px 0 5px;
		height: auto;	
	}
	#footer .wrapper {
		padding: 0;
	}
	#footer .foot-left {
		padding: 0;	
	}
	#footer .foot-right p {
		padding-top: 0;
		padding-right: 40px;
		line-height: 100%;
	}
	#footer .foot-right img {
		display: none;	
	}
	.home.page .logo {
		height: 40px;
		width: auto;	
	}
	
	/* Course Tour */
	.main-container #menu-golf-menu li li {
		font-size: 120%;	
	}
	#hole-list .hole {
		width: 50%;
	}
	.main-container #holes li a {
		font-size: 130%;
	}
	#prev-next {
		width: 100%;
		clear: both;
		display: block;
		margin-top: 30px;
		font-size: 100%;	
	}
	#prev-next li {
		width: 50%;
	}
	#prev-next li.prev {
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 480px) {
	/* Main Content */
	.sidebar-left {
		font-size: 115%;
	}	
	.sidebar-left #mobile-btn {
		display: block;
		background: #154c6f;
		color: #fff;
		padding: 10px 20px;
		text-align: center;
		font-size: 120%;
		text-transform: uppercase;
		font-weight: 600;
		width: 80%;
		margin: 0 auto 5px;
		cursor: pointer;
	}
	.main-container .left.col .sidebar-left {
		padding: 0 0 20px;
	}	
	.main-container .left.col .sidebar-left .sub-menu li,
	.main-container .left.col .sidebar-left .menu li {
		font-size: 130%;
		margin: 20px 0 0;
	}
	.main-container .left.col .sidebar-left ul.sub-menu,
	.main-container .left.col .sidebar-left ul.menu {
		margin: 0;	
	}
	.main-container .left.col,
	.main-container .center.col,
	.main-container .right.col,
	.main-container .center.col.full {
		width: 100%;	
		margin-left: 0;
		float: none;
		display: block;
		clear: both;
	}
	.main-container .left.col {
		width: 100%;
		position: relative;	
	}
	.main-container .center.col .blog-main p.btn.left,
	.main-container .center.col .blog-main ul.docs {
		float: none;
		clear: both;	
	}
	.main-container .center.col .blog-main ul.docs {
		margin-top: 30px;
	}
	.main-container .center.col .blog-main ul.docs li {
		width: 89px;
		font-size: 120%;	
	}
	/* Members */
	.main-container .sidebar .moreLinks {
		padding: 0;	
	}
	.main-container .sidebar .moreLinks h2 {
		padding: 12px 5px 20px;
		margin: 0;
	}
	#footer {
		padding: 20px 0 5px;
		height: auto;	
	}
	
	/* Course Tour */
	.main-container #menu-golf-menu li li {
		font-size: 130%;	
	}
	#hole-list .hole {
		width: 50%;
	}
	.main-container #holes li {
		width: 11%;
	}
	.main-container #holes li a,
	.main-container #holes li.current a {
		font-size: 130%;
	}
	.main-container .holeinfoTbl th,
	.main-container .holeinfoTbl td,
	.main-container .holeinfoTbl td.gender {
		padding: 0 30px 22px 0;
	}
	#prev-next li {
		width: 50%;
		font-size: 120%;
	}
	#prev-next li.prev {
		margin-left: 0 !important;
	}
	
	/* Login Form */
	.main-container .login-right,
	.main-container .login-left {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	/* My Information */
	.product .main-container .col.third {
		width: 96%;	
	}
}

@media only screen and (max-width: 479px) {
	/* Body */
	html, body {
		height: 91% !important;	
	}
	/* Header */
	.home .center {
		position: relative;
		display: block;
	}
	.home .right-header {
		margin: 0 auto;
		position: relative;
		right: inherit;
	}	
	/* Slider Text */
	#fullslider .slider-text {
		background-size: 140%;
    	padding-top: 30vh;
	    background-position: left 50%;
	}
	#fullslider .slider-text p {
		font-size: 6vh;
	}
	.banner-text .btn-members {
		font-size: 45%;
	}
	
	/* Page Banner */
	.banner-text {
		padding: 0 5%;
	}
	.banner-text p {
		padding-top: 3vh;
		width: 98%;
	}
	.banner-text p strong {
		display: inline;
	}
	
	/* Login Form */
	.main-container .login-right,
	.main-container .login-left {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.main-container .login-left form label {
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 5px;
	}
	
	.main-container .login-left form input {
		width: 100%;
		float: none;
	}
	
	.main-container .login-left form input[type=checkbox] {
		margin-top: 0;
		padding: 0;
	}

	/* Footer */
	#footer .foot-right img {
		display: none;	
	}
	.home #footer {
		height: auto;
		bottom: auto;	
	}
	#footer .wrapper {
		padding: 0;	
	}
	#footer .foot-left {
		padding: 0;	
	}
	#footer .foot-right p {
		padding-top: 0;
		padding-right: 0;
		font-size: 100%;
	}
	#footer .wrapper p { 
		font-size: 100% !important;
		line-height: 120% !important;
	}
}

@media only screen and (max-width: 380px) {
	/* Footer */
	#footer {
		padding: 20px 0;	
	}
	#footer p {
		margin: 0;	
	}
	#footer .foot-left,
	#footer .foot-right {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	#footer .fb-icon {
		display: none;	
	}
	#footer .foot-right p {
		float: none;	
	}
}

@media only screen and (max-width: 350px) {
	/* Page Banner */
	.banner-text {
		font-size: 190%;	
	}
	.banner-text p {
		padding-top: 3vh;
	}
}

.bl-logo {
	display: block;	
}
.bl-logo img {
	width: 200px;
	height: auto;	
}

.center.col.full.listings #masonry-posts {
	display: none;	
}

.main-container .center.col p.btn-book {
	font-size: 130%;
	background: #568aab;
	text-align: center;
	width: 46%;
	height: 50px;
	text-shadow: none;
	line-height: 100%;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 6px -1px #101010;
	float: left;
	margin: 0 2% 20px;
}
.main-container .center.col p.btn-book:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-container .center.col p.btn-book a {
	color: #fff;
	font-weight: 500;
	display: block;
	padding: 15px 0;
}

.main-container .center.col p.btn-book:nth-child(2) {
	float: right !important;
}	

@media only screen and (max-width: 1600px) {
	.main-container .center.col p.btn-book {
		font-size: 120%;
		width: 96%;
		float: none;
	}
}

.modal-backdrop {
	z-index: 99;	
}

@media (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: landscape) { 
	.home #footer-nav {
		height: 170px;	
	}
	#header-nav-left,
	#header-nav-right {
		width: auto;	
	}
	#header-nav-left li, 
	#header-nav-right li {
		width: auto;
		font-size: 90%;
		padding: 0px 15px;
	}
	#header-nav-left ul, 
	#header-nav-right ul {
		width: 200px;
		left: -10px;
		text-align: left;
	}
	#header-nav-left li ul li a, 
	#header-nav-right li ul li a {
		padding: 10px;
		text-align: left;
	}
}
@media (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: portrait) { 
	.home #footer-nav {
		height: 150px;	
	}
}

/* Members Directory Overrides */
.logged-in.product .nav li a {
	font-size: 16px;
	line-height: 16px;
	font-family: "futura-pt",sans-serif;
}
.logged-in.product #footer .foot-left p,
.logged-in.product #footer .foot-right p {
	font-size: 14.08px;
	font-family: "futura-pt",sans-serif;
}
.nav-top {
	padding-top: 30px;	
}
.page-id-4 th {
	width:auto!important;
}

.bg-warning {
    background-color: #f2dede; padding: 5px;
}
.bg-alert {
	padding: 5px;
}

.modal-dialog {
    z-index: 1060;
}

/* Guests news styling - Trae - 10/08/2017 - Ticket: 72484 */
.page-id-3070 .main-container .center.col.full{
	min-height: 410px;
}    

/* Course Tour Hole Page styling to align Hole Flyover with title - Trae - 27/12/2017*/
.single-course .main-container .right.col {
    padding: 33px 3% 0;
}

/* Nav fix for Bootstrap Pages Tom D 19/02 */
@media only screen and (max-width: 900px) {
nav .guests-menu.navbar-collapse.collapse {
	display: block;
    visibility: inherit;
	}
}

/* enews signup button and from Tom D 19/02 */
.page-content.public-registration {
    margin-top: 52px;
    min-height: 57vh;
}

a.enews-btn {
    margin-left: 30%;
    margin-top: 30px;
	display: inline-block;
    border: 1px solid #fff;
    padding: 5px 30px;
    color: #fff;
	transition: ease all 0.5s;
}

a.enews-btn:hover {
    background-color: #171616;
    text-decoration: inherit;
    border: 1px solid #0a0a0a;
}

@media only screen and (max-width: 1700px) {
	a.enews-btn {
		margin-left: 18%;	
	}
}

@media only screen and (max-width: 1450px) {
	a.enews-btn {
		margin-left: 8%;	
	}
}

@media only screen and (max-width: 1250px) {
	a.enews-btn {
		margin-left: 0;	
	}
	
	a.enews-btn {
		margin-top: 26px;
		margin-left: 20px;
	}
	
	#footer .foot-right img {
		float: inherit;
	}
	
	#footer .foot-right p {
		right: 0px;
		position: absolute;
		padding-right: 0px;
	}
	
	#footer .wrapper {
		height: auto;
	}
}

@media only screen and (max-width: 750px) {
	a.enews-btn {
		margin-top: 12px;
	}
	
	#footer .foot-right p {
		margin-top: 10px;
	}	
}

@media only screen and (max-width: 600px) {
	a.enews-btn {
		margin-top: 0px;
		float: right;
	}
	
	#footer .foot-right p {
    	margin-top: 47px;
	}
	
	#footer .foot-right img {
		display: none;	
	}
}

@media only screen and (max-width: 380px) {
	a.enews-btn {
		margin: 0 auto;
		float: inherit;
	}
	
	#footer .foot-right p {
    	margin-top: 10px;
		position: inherit;
	}
	
	#footer .foot-right {
		margin-top: 15px;
	}
} 