/*
Theme Name: Castle Cove
Design Studio:MiClub http://www.miclub.com.au/
Version:"2015"
Author:MiClub
Author URI:http://www.miclub.com.au/
*/
 
@charset "UTF-8";
@import url(editor.css);
/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*

font-family: 'Open Sans', sans-serif;*/


html {
	 font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #e2e9ed url(/images/bg3.jpg) no-repeat;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
}
body {
	    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #e2e9ed url(/images/bg3.jpg) no-repeat;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
}
#wrapper {
	width: 90%;
	max-width: 1010px;
	margin: auto;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	background: #fff;
}
#header {
	background: #fff;
}
#main {
	background: #fff;
}
#main a {
	text-decoration: underline;	
}
#front-intro {
	padding: 42px 4.1% 0px 4.1%;
}
#left-column {
	float: left;
	width: 64%;
	padding: 3.5%;
}

#right-column {
	float: right;
	width: 22.3%;
	border-left: 1px dotted #ccc;
	margin: 7px 0 20px 0;
	padding: 3%;
}
#right-column h3 {
	font-size: 20px;
    margin: 5px 0 5px 0;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase; 
}
#right-column ul {
	margin: 0 0 40px;
}
.wp-post-image {
	max-width: 100%;
}
#full-width {
	padding: 20px 2.127660%;
}
#footer {
	padding: 10px 2.040816%;
	background: #111518;
	clear: both;
	overflow: hidden;
}

#footer p {
	float: left;
	color: #eee;
	margin: 0 5px;
	line-height: 35px;
	font-size: 13px;
}
#footer span {
	float: left;
	color: #919191;
	margin: 0 5px;
	line-height: 35px;
}
#footer a {
	color: #999;
	white-space: nowrap;
}
#footer a:hover {
	color: #fff;
}
#footer .webaddress {
	float: right;
	font-size: 10px;
	letter-spacing: 0.1em;
}
#footer .miclub {
	float: right;
}
#footer .miclub + span {
	float: right;
}
#footer .contactus + span {
	display: none;
}

/* For Product */
.page-template-prodGen-php #wrapper {
	width: 980px;
}
.page-template-prodGen-php #header {
	width: 100%;
}
.page-template-prodGen-php #main {
	padding: 40px;
}
/* For Terms & Conditions */
.page-id-106 #left-column {
	width: 91.8%;
}
.page-id-106 #right-column {
	display: none;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*-------------------------------------------------------------------------------------------*/
/*- FRONT PAGE ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#front-intro h1 {
	color: #4A65CD;
    font-weight: bold;
}
/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#header-top {
	height: 120px;
	padding: 0 3.2%;
}
.logo {
	float: left;
	margin: 12px 0 0 0;
}
.address {
	float: right;
	margin: 38px 0 0 0;
	font-size: 16px;
	line-height: 1.37em;
	text-align: right;
}

/*-------------------------------------------------------------------------------------------*/
/*- MENU ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul#nav {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	clear: both;
	border-top: #4A65CD solid 3px;
	border-bottom: #4A65CD solid 3px;
}
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 15px;
	line-height: 54px;
	font-weight: normal;
	font-size: 14px;
	color: #222;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
}
ul#nav.guestsMenu li a {
	padding: 0 16px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
ul#nav li a {
	padding: 0 16px;
}
ul#nav.guestsMenu li a {
	padding: 0 16px;
}
}
ul#nav li:hover > ul {
	display: block;
}
/* Darken on hover */
ul#nav li a:hover {
	background: #6B8CEC;
	color: #fff;
	transition: all .2s ease-in-out;
}

ul#nav li a:active{
	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: #6B8CEC;
	color:#fff;
}
/* Underline if current item */
ul#nav li a span {
	padding: 0 0 2px 0;
}
/* Scoring between items */
ul#nav li .left, ul#nav li .right {
	position: absolute;
	top: 0;
	height: 43px;
	width: 1px;
}
ul#nav li .left {
	left: 0;
}
ul#nav li .right {
	right: 0;
}
ul#nav li:first-child .left, ul#nav li:last-child .right {
	display: none;
}
ul#nav .sub-menu li .left, ul#nav .sub-menu li .right {
	display: none;
}
/* Add space before first item */
ul#nav > li:first-child {
	margin-left: 10px;
}
/* Dropdowns */
ul#nav ul.sub-menu {
	display: none;
	position: absolute;
	top: 54px;
	left: -1px;
	z-index: 2;
	background: #fff;
	width: 190px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 0;
	z-index: 100;
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
}
ul#nav ul.sub-menu li:last-child {
	border-bottom: none;
}
ul#nav ul.sub-menu ul {
	left: 190px;
	top: -1px;
}
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 17px;
	margin: 0;
	line-height: 20px;
	background: #fff;
	border-top: none;
	font-size: 13px;
	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;
}
/* Hide Holes 1-18 */
#menu-item-805 ul, #menu-item-807 ul {
	display: none!important;
}
/* Menu Toggle */
#menu-toggle strong {
	display: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- HEADINGS AND TEXT -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
h1 {
	font-weight: bold; 
	color: #4A65CD;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;	
	margin: 0 0 25px; 
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0 20px;	
}

#main p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 25px;
}
.page-hero img {
	width: 100%;
	height: auto;
}	

/*-------------------------------------------------------------------------------------------*/
/*- SIDE NAVIGATION -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#sideNav, #sideNav ul, #sideNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideNav .sub-menu li:first-child {
	border-top: 1px solid #f0edeb;
}
#sideNav .sub-menu li {
	border-bottom: 1px solid #f0edeb;
}
#sideNav .sub-menu a {
	display: block;
	line-height: 20px;
	padding: 8px 26px;
	background: url(images/arrowSm.png) 8px 15px no-repeat;
	color: #3957C9;
	text-transform: uppercase;
	    font-size: 14px; 

}
#sideNav .sub-menu a:hover {
	background-color: #fbfbfa;
}
#sideNav .sub-menu .current_page_item > a {
	background-color: #f7f6f5;
}
#sideNav .sub-menu .sub-menu {
	padding-bottom: 10px;
}
#sideNav .sub-menu .sub-menu a {/*padding:8px 39px;*/
	padding: 3px 26px;
	background: #fff;
	font-size: 12px;
}
#sideNav .sub-menu .sub-menu li {
	border-bottom: none;
}
#sideNav .sub-menu .sub-menu li:first-child a {
	padding-top: 10px;
}
/*-------------------------------------------------------------------------------------------*/
/*- COURSE TOUR -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.single-course #left-column img.wp-post-image {
	width: 20%;
	float: right;
	margin: 5px 0px 20px 20px;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	display: none;
}
.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: 'open_sansregular', 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: 'open_sansregular', 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;
}
.page-template-page-course-php .dataTbl th {
	border-bottom: 1px solid #f0edeb;
	padding: 4px 10px;
	color: #555;
	font-size: 13px;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	text-align: center;
}
.page-template-page-course-php .dataTbl td {
	border-bottom: 1px solid #f0edeb;
	padding: 4px 10px;
	color: #555;
	font-size: 13px;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	text-align: center;
}
.page-template-page-course-php .dataTbl tr th:first-child, .page-template-page-course-php .dataTbl tr td:first-child {
	text-align: left;
}
/* 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;
	margin-top: 32px;
}
#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;
	padding: 2px 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 ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#promo-links {
	padding: 20px 4.1% 50px 4.1%;
	background: #fff;
	overflow: hidden;
}
#promo-links ul {
	margin: 0;
	padding: 0;
}
#promo-links li {
	float: left;
	width: 21.78%;
	margin: 0 4.22% 0 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 3px solid #3957C9;
}
#promo-links li+li+li+li {
	margin: 0;
}
#promo-links h4 {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    bottom: -13px;
    background: #FFF;
    padding-right: 10px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

#promo-links h4 a {
	color: #222222;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	
}
#promo-links h4 a:hover {
	color: #222222;
}
#main #promo-links a,
#main .rdMore a {
	text-decoration: none;	
}
#promo-links img.wp-post-image {
	margin: 0;
	opacity: 1;
	transition: all .3s ease-in-out;
}
#promo-links img.wp-post-image:hover {
	opacity: 0.8;
	transition: all .3s ease-in-out;
}

/*-------------------------------------------------------------------------------------------*/
/*- INFO COLUMNS ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#footer-info {
	padding: 28px 4% 20px 4%;
	background: #f1f1f1;
	overflow: hidden;
	clear: both;
}
#footer-info ul {
	margin: 0;
	padding: 0;
}
#footer-info li {
	list-style-type: none;
}
#footer-info h4 {
	color: #222222;
    font-size: 15px;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
	
}
#footer-info p {
	font-size: 14px;
	margin: 0 0 12px;
}
h3.widget-title {
	display: none;
}
/* Column widths */
.three-column-first {
	width: 48%;
	float: left;
	margin: 0 4% 0 0;
}
.three-column-second {
	width: 21.78%;
	float: left;
	margin: 0 4% 0 0;
	font-size: 14px;
}
.three-column-third {
	width: 21.78%;
	float: left;
	margin: 0 0 0 0;
}
/* First Column specifics */
.postArea {
	margin: 1px 0;
}
.postArea:first-child {
	margin-top: -2px;
}
.postImage {
	float: left;
	margin: 3px 12px 0 6px;
}
.postImage img {
	max-width: 84px;
	/*border: 1px solid #ccc;
	padding: 3px;*/
	margin: 0 10px 10px 0;
	background: #fff;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 1.2em;
}
.postArea h5 {
	font-size: 14px;
	margin: 0 0 2px 0;
	padding-top: 4px;
	color: #303030;
	font-weight: normal;
}
.postArea .rdMore {
	display: block;
	margin: 0 0 0 85px;
}
.postArea .rdMore a {
	background: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 3px #BBB;
    padding: 2px 7px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
}
/* third Column specifics */
.three-column-third ul {
	margin: 0 0 18px 6px!important;
	padding: 0;
}
.three-column-third ul li {
	margin: 0 0 2px 0;
	padding: 0;
}
.three-column-third ul li a {
	background: url(images/arrowSm.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
}
.three-column-third a {
	color: #303030;	
}
/*-------------------------------------------------------------------------------------------*/
/*- FORMS -----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
textarea, input, select {
	padding: 5px;
	font-family: 'open_sansregular', 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;
	cursor: pointer;
	background: #333;
	border: none;
	color: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2) inset;
	border: 1px solid #333;
}
input[type=button]:hover, input[type=submit]:hover {
	background: #222;
}
/* Gravity Forms */
#main .gfield {
	margin-bottom: 13px;
}
#main .ginput_complex, #main .ginput_left, #main .ginput_right {
	overflow: visible;
}
#main .gfield_label {
	margin: 10px 0 8px 0;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#main .gfield_label:after {
	content: ":";
}
#main .gfield_required {
	color: #cc0000;
	margin-left: 2px;
}
#main .gform_wrapper hr {
	margin: 25px 0 0 0;
}
#main .gform_wrapper .gform_footer {
	margin: 0;
}
/* input, dropdown, textarea */
#main .gform_wrapper input, #main .gform_wrapper select, #main .gform_wrapper textarea {
	font-size: 14px;
}
#main .gform_wrapper input {
	padding: 7px 7px;
}
#main .gform_wrapper select {
	margin: 0;
	padding: 4px 5px;
}
#main .gform_wrapper textarea {
	padding: 5px;
}
/* captcha */
#main .gf_captcha {
	background: #fff;
	border: 1px dotted #ccc;
	padding: 5px 20px 25px 20px!important;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .gf_captcha .gfield_label {
	font-size: 14px;
}
#main .gf_captcha .gfield_label:after {
	content: ":";
}
#main .gfield_captcha_container + .gfield_description {
	margin: 0 0 5px 0;
	padding-top: 15px;
	width: 100%;
	font-size: 12px;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}
#main .gfield_captcha {
	float: left!important;
	margin: 7px 10px 0 -7px!important;
}
#main .gfield_captcha_container div {
	margin: 0;
}
#main .gfield_captcha_container input {
	float: left;
}
/* confirmation message */
#main #gforms_confirmation_message {
	background-color: #e8ebf0;
	border-radius: 4px;
	border: 1px solid #d2d9e5;
	font-weight: normal;
	padding: 15px 15px 0 15px;
	font-size: 15px;
	line-height: 1.25em;
	margin: 0 0 25px 0;
}
/* validation error message */
#main .gform_wrapper .validation_error {
	background-color: #ffdfdf;
	border-radius: 4px;
	border: 1px solid #c89797;
	color: #790000;
	font-size: 15px;
	font-weight: normal;
	padding: 9px 9px;
}
#main .gform_wrapper .gfield_error {
	border: 1px solid #c89797;
	border-radius: 3px;
	margin-top: 7px;
	padding-top: 0!important;
}
#main .gform_wrapper .gfield_error .gfield_label {
	margin-top: 0;
}
#main .gform_wrapper .gfield_error .ginput_container {
	margin: 0;
}
#main .gform_wrapper .gfield_error .gfield_description {
	font-family: "open_sansregular", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#main .gf_captcha.gfield_error {
	margin-top: 20px;
	padding-top: 10px!important;
}
#main .gf_captcha.gfield_error input[type="text"] {
	border: 1px solid #c89797;
}
#main .gf_captcha.gfield_error .gfield_description {
	font-family: "open_sanslight", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#main .gf_captcha.gfield_error .validation_message {
	background-color: #ffdfdf;
	border: 1px solid #c89797;
	padding: 3px 6px!important;
	font-weight: normal;
	border-radius: 2px;
	display: inline-block;
	margin: 5px 0;
	font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
/* miscellaneous */
#main .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	font-weight: normal;
}
/*-------------------------------------------------------------------------------------------*/
/*- NEWS STYLES -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.content-wp {
	min-width: 100%;
}
.post-meta {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px 0;
	padding: 0 0 16px 0;
}
.post-meta h1 {
	margin-bottom: 10px!important;
}
.post-meta h1 span {
	color: #777;
}
.post-meta h1 a, .post-meta h2 a {
	color: #3e6624;
}
.post-data {
	font-size: 11px;
	color: #444;
}
.post-data a {
}
.post-data span {
	color: #999;
	margin: 0 2px;
}
.post-content {
	margin: 0;
	padding: 0;
}
.archive .post-content, .single .post-content {
	margin: 0 0 -16px 0;
	overflow: hidden;
}
.tfe.wp-post-image {
	border: 2px solid #eee;
	float: right;
	margin: 0 0 20px 30px;
	width: 110px;
	height: auto;
}
.default-img {
	padding: 2px;
	border: none;
}
.read_more_link {
	display: table;
	margin-top: 1.3em;
}
#back {
	border-top: 1px dotted #ccc;
	margin-top: 40px;
	padding-top: 20px;
}

.news-item {
	padding: 38px 0 35px 0;
	border-top: 1px dotted #ccc;
	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;
	font-family: 'Open Sans', sans-serif;}
#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: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.sidebar-news ul#archive-list li {
	margin-bottom: 14px;
}
.sidebar-news .date {
	font-size: 10px;
	display: block;
}
#add-new {
	text-align: center;
	display: block;
	margin: 0 auto 25px auto;
}
#add-new a {
	padding: 7px 11px;
	cursor: pointer;
	background: #333;
	border: none;
	color: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2) inset;
	border: 1px solid #333;
	border-radius: 3px;
}
#add-new a:hover {
	background: #333;
	text-decoration: none;
	border-color: #333 #555 #777 #555;
}
.updatesidebar {
	margin-top: 35px;
}
/*-------------------------------------------------------------------------------------------*/
/*- 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;
}
#fancybox-title-over {
	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;
}
/*Events*/
.events-listing h2 {
	font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
}
.events-listing .eo-events {
	clear: both;
	padding: 0;
}
.events-listing .eo-events li {
	clear: both;
	margin: 0 0 13px 0;
	padding: 0;
	list-style-type: none;
}
.events-listing .eo-events h3 {
	margin: 0 0 7px 0;
	padding: 2px 0 0 0;
	font-size: 15px;
	line-height: 1.1em;
	text-transform: capitalize
}
.events-listing .eo-events h3 a {
	color: #333;
	font-weight: 800!important;
	text-decoration: none;
	font-size:15px;
}
.events-listing .eo-events p {
	font-size: 13px;
	margin: 0 0 10px 0;
}
.events-listing .eo-events .date {
	width: 100%;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	display: inline;
}
.events-listing .eo-events .day {
	font-size: 14px;
	font-weight: 600;
}
.events-listing .eo-events .month {
	font-size: 14px;
	padding-left: 8px;
}
.events-listing .eo-events a.read-more {
	margin: 10px 0 0 0;
	font-size: 12px;
}
.events-listing .eo-events a.read-more {
	background: #CBCBCB;
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	padding: 5px 8px 5px 8px;
	margin: 7px 0 -10px 0;
	border-radius: 4px;
	width: auto;
	display: table;
	border-bottom: 0;
	text-decoration: none;
}
.events-listing .eo-events i {
	font-size: 11px;
}

.events-listing hr {
    margin: 5px 0 10px 0;	
}

li.eo-event-cat-mens-event.eo-event-future h3 a {
	color: #0000ff;
}

li.eo-event-cat-ladies-event.eo-event-future h3 a {
	color: #ff0000;	
}

/* What's On */
#left-column .post-eg {
	overflow: hidden;
	margin: 0 0 30px;
}

#left-column .post-eg .thumb {
	float: left;
	width: 40%;
}

#left-column .post-eg .copy {
	float: right;
	width: 55%;
}

/*-------------------------------------------------------------------------------------------*/
/*- PORTAL PAGE -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#portal-main {
	width: 600px;
	float: left;
}
#accordion {
	width: 260px;
	float: right;
}
h1#welcome {
	width: 600px;
	float: left;
}
h1#welcome .name {
}
#date {
	float: right;
	margin-right: 10px;
	line-height: 24px;
}
#portal-main .news-item {
	padding: 30px 0 15px 0;
}
#portal-main .news-item:first-child {
	padding-top: 15px;
	border-top: none;
}
#portal-main .post-meta {
	border-bottom: none;
	padding-bottom: 0;
}
.page-id-5 #left-column {
	float: left;
	width: 63%;
	padding: 20px 3%;
}
.page-id-5 #right-column {
	float: right;
	width: 22%;
	padding: 59px 3%;
}
#portal-main {
	width: 600px;
	float: left;
}
#accordion {
	width: 260px;
	float: right;
}
#date {
	float: right;
	margin-right: 10px;
	line-height: 24px;
}
#portal-main .news-item {
	padding: 30px 0 15px 0;
}
#portal-main .news-item:first-child {
	padding-top: 15px;
	border-top: none;
}
.post-meta {
	border-bottom: none;
	padding-bottom: 0;
}
.page-id-5 .news-item {
	width: 48%;
	padding: 0;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	margin: 10px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border: solid 1px #DCDCDC;
}
.stamp {
	position: absolute;
	right: 0%;
	top: 0;
}
.grid-sizer {
	width: 48%;
}
.gutter-sizer {
	width: 2%;
}
.page-id-5 .attachment-full {
	width: 100%;
	height: auto;
	margin: 0;
}
.page-id-5 .post-title {
	margin: 0 0 15px 0;
	line-height: 1.15em;
	font-size: 22px;
	font-weight: 600;
}
.page-id-5 h2.post-title a {
	border-bottom: none!important;
	text-decoration: none;
}
.page-id-5 .post-title a {
	font-weight: 600!important;
}
.page-id-5 .post-content a.more {
	background: none repeat scroll 0 0 #333333;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	margin: 17px 0 0 0;
}
.page-id-5 .post-content {
	overflow: hidden;
}
.page-id-5 .post-content p:first-child {
	display: none;
}
.page-id-5 .post-meta {
	margin: -5px 0 0 0;
	display: block;
	clear: both;
}
.page-id-5 .category-course-supers-blog .post-content a.more {
	background: #868758;
}
.page-id-5 .news-text {
	margin: 20px;
}
#portal-col {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.portal-box {
	width: 100%;
	padding: 16px;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	margin: 0 0 19px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 15px;
}
.portal-box ul {
	padding: 0 0 0 14px;
	margin: 0 0 15px 0;	
}
.portal-links {
	padding-bottom: 6px;
	color: #FFF;
	height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	float: left;
	width: 94%;
	padding: 1%;
	margin-bottom: 10px;
	font-size: 15px;
	border: 2px solid #4A65CD;
	text-decoration: none;
	font-weight: normal;
	background-color: #4A65CD;
	transition: all .3s ease-in-out;
}
.portal-links:hover {
	color: #fff;
	background: #CBCBCB;
	transition: all .3s ease-in-out;
	border: 2px solid #CBCBCB;
}

/*.portalLink a {
	color: #fff!important;
}*/
.portal-links a {
	color: #FFF!important;
}
.portal-box li {
	list-style: none;
	line-height: normal;
}

/*-------------------------------------------------------------------------------------------*/
/*- PRODUCT STYLES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
table.portal {
	border: 1px solid #ccc;
	padding-bottom: 10px;
}
table.portal th {
	background: #fff;
	padding: 12px 8px 16px 8px;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #444;
	text-align: center;
}
table.portal th a {
	ont-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}
table.portal td {
	padding: 6px;
	font-size: 13px;
}
table.portal td a {
}
table.portal td input, table.portal td select {
	border: 1px solid #aaa;
}
.tab_off {
	background: #fff url(../ashquith/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: 350px;
	padding: 25px 0 25px 0;
	border: none;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd!important;
}
#login-left label {
	width: 150px;
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
	margin: 0 0 10px 0;
	font-size: 13px;
	height: 1em;
	line-height: 28px;
	font-weight: bold;
}
#login-left input, #password-reminder input {
	width: 115px;
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #444;
	background: #fff;
	padding: 7px;
}
#login-left #submit, #password-reminder #submit {
	width: auto;
	margin: 5px 0 15px 165px;
	clear: both;
	font-size: 13px;
	color: #555;
	background: #f7f7f7;
	padding: 7px;
}
#login-left p {
	margin: 0;
	text-align: center;
	font-size: 12px;
	clear: both;
}
#login-right {
	float: right;
	width: 510px;
	margin: 0;
}
#login-error table {
	margin: 0 auto 30px auto;
}
#login-error table td {
	vertical-align: middle;
	padding: 0 5px;
	color: #fff;
}
/* Password Reminder */
#password-reminder {
	width: 600px;
	margin: 0 auto;
}
#password-reminder label {
	width: 45%;
	float: left;
	text-align: right;
	padding: 0 3% 0 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	height: 1em;
	line-height: 28px;
}
#password-reminder input {
	margin: 0;
}
#password-reminder #submit {
	margin: 10px 0 15px 48%;
}

.directions {
	width: 646px;
	height: 400px;
	border: 0;
}


@media only screen and (max-width: 640px) {
/* Members Portal */
.page-id-5 #left-column,
.page-id-5 #right-column,
.page-id-26 #left-column,
.page-id-26 #right-column {
	float: none;
	width: 92%;
	padding: 20px 3%;
}
.page-id-5 .news-item,
#portal-col {
	width: 96%;
	margin: 0 auto 30px;
	padding: 0;	
}
.grid-sizer {
    width: 100%;
}

/* Footer */
#footer .copyright,
#footer .contactus, 
#footer .miclub {
	width: 100%;
	float: none;
	text-align: center;
}
h1#welcome,
#date {
	width: 100%;
	float: none;	
}
}

h4.heading-2-no-number {
    font-size: 1.2em;
}

h3.heading-1-no-number {
    font-size: 1.3em;
}

#promo-links li {
    float: left;
    width: 21.78%;
    margin: 0 4.22% 0 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 0;
    text-align: center;
}

/* Home notice */
.home-notice {
	padding: 40px 4.1% 40px 4.1%;
}

/*Heading style updates*/
h2 {
    font-size: 20px;
    font-weight: 700;
    color: #4A65CD;
}
h3 {
    font-weight: 700;
    font-size: 18px;
    color: #4A65CD;
}
h4 {
    font-weight: 600;
}
