/*
Theme Name: Rishton Golf Club 2015 Theme
Theme URI: http://www.rishtongolfclub.co.uk
Description: A custom built theme for Rishton Golf Club
Version: Version 2
Author: Brendan Simcox
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.t0 { margin-top: 0px!Important; }
.t5 { margin-top: 5px!Important; }
.t10 { margin-top: 10px!Important; }
.t15 { margin-top: 15px!Important; }
.t20 { margin-top: 20px!Important; }
.t25 { margin-top: 25px!Important; }
.t30 { margin-top: 30px!Important; }
.t35 { margin-top: 35px!Important; }
.t40 { margin-top: 40px!Important; }
.t45 { margin-top: 45px!Important; }
.t50 { margin-top: 50px!Important; }
.t55 { margin-top: 55px!Important; }
.t60 { margin-top: 60px!Important; }
.t65 { margin-top: 65px!Important; }
.t70 { margin-top: 70px!Important; }
.t75 { margin-top: 75px!Important; }
.t80 { margin-top: 80px!Important; }
.t85 { margin-top: 85px!Important; }
.t90 { margin-top: 90px!Important; }
.t95 { margin-top: 95px!Important; }
.t100 { margin-top: 100px!Important; }


.b0 { margin-bottom: 0px!Important; }
.b5 { margin-bottom: 5px!Important; }
.b10 { margin-bottom: 10px!Important; }
.b15 { margin-bottom: 15px!Important; }
.b20 { margin-bottom: 20px!Important; }
.b25 { margin-bottom: 25px!Important; }
.b30 { margin-bottom: 30px!Important; }
.b35 { margin-bottom: 35px!Important; }
.b40 { margin-bottom: 40px!Important; }
.b45 { margin-bottom: 45px!Important; }
.b50 { margin-bottom: 50px!Important; }
.b55 { margin-bottom: 55px!Important; }
.b60 { margin-bottom: 60px!Important; }
.b65 { margin-bottom: 65px!Important; }
.b70 { margin-bottom: 70px!Important; }
.b75 { margin-bottom: 75px!Important; }
.b80 { margin-bottom: 80px!Important; }
.b85 { margin-bottom: 85px!Important; }
.b90 { margin-bottom: 90px!Important; }
.b95 { margin-bottom: 95px!Important; }
.b100 { margin-bottom: 100px!Important; }

img {
	max-width: 100%;
}

.breadcrumbs a {
	color: #5A083A;
}


.nopadding { padding: 0px 0px!Important; }
.nopaddingleft { padding-left: 0px!Important; }
.nopaddingright { padding-right: 0px!Important; }
.paddingright { padding-right: 15px!important; }

.clear { clear: both; }

body, html {
	background: url(assets/images/bk.png);
	font-family: 'Lato', sans-serif!Important;
}

p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}

header {
	background: #48062E;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 9999;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

header .hide {
	display: none;
}

header .logo {
	width: 146px;
	margin-left: -73px;
	left: 50%;
	top: 7px;
	position: absolute;
	z-index: 999;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

header .logo.small {
	width: 73px;
	margin-left: -36.5px;
}

header #submenu ul li {
	display: inline-block;
	margin-right: 15px;
}

header #submenu ul li.pull-right {
	margin-right: 0px;
	margin-left: 15px;
}

header hr {
	border-bottom: 1px dashed rgba( 255, 255, 255, 0.3);
 	border-top: none;
	border-left: none;
	border-right: none;
	display: block;
	box-shadow: 0px 4px 3px rgba( 0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 3px rgba( 0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 4px 3px rgba( 0, 0, 0, 0.3);
	margin: 5px 0px;
}

header #submenu ul {
	width: 100%;
	text-align: left;
}

header #submenu ul li a {
	color: #FFF;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

header #submenu ul li:hover a {
	color: #B98A29;
	text-decoration: underline;
}

header #mainmenu .hide-main-nav {
	display: none;
}

header #mainmenu ul li {
	float: left;
	margin: 0px 21.5px;
}

header #mainmenu ul li:first-child {
	margin-left: 0px;
}

header #mainmenu ul li:last-child {
	margin-right: 0px;
}

header #mainmenu ul li a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s color;
	-moz-transition: 0.5s color;
	-webkit-transition: 0.5s color;
}


header #mainmenu ul li:hover a {
	color: #B98A29;
	text-decoration: underline;
}

header #mainmenu ul li.spacer {
	margin-right: 247.5px!important;
	display: block;
}

.header-spacer {
	padding-top: 97px;
}

section.home-slider {
	background: none;
	border: none;
	padding-top: 97px;
	margin: 0px;
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.45);
	overflow: hidden;2
}

section.home-slider .background {
	height: 480px;
	background-size: cover!Important;
	
}

section.home-slider .background .container {
	position: relative;
}

section.home-slider .background .container .slider-content {
	position: absolute;
	top: 250px;
	left: 60px;
}

section.home-slider .background .container .slider-content .title {
	color: #FFF;
	font-size: 50px;
	font-weight: bold;
	line-height: 40px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

section.home-slider .background .container .slider-content .subtitle {
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

section.home-slider .background .container .slider-content a {
	color: #FFF;
	display: inline-block;
	padding: 8px 15px;
	background: #B98A29;
	border: 1px solid #FFF;
	font-size: 18px;
	margin-top: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

section.home-slider .background .container .slider-content a span {
	font-size: 14px;
	top: 5px;
	margin-left: 10px;
}

section.tri-box .box {
	background: #FFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

section.tri-box .box .item {
	height: 200px;
	padding: 15px;
	position: relative;
}

section.tri-box .box .item {
	background:url(assets/images/bkg_news.jpg);
	background-size: cover;
}

section.tri-box .box .item .icon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 35px;
	color: #48062E;
	
}

section.tri-box .box .item h3 {
	margin-top: 0px;
	color: #48062E;
	font-weight: bold;
	font-size: 28px;
	position: absolute;
	top: 20px;
	left: 20px;
}

section.tri-box .box .older-items ul {
	margin-bottom: 0px;
}

section.tri-box .box .older-items ul li {
	padding: 8px 15px;
	width: 100%;
	color: #FFF;
	background: #5A083A;
	border-top: 1px solid #FFF;
}

section.tri-box .box .older-items ul li.view-all {
	background: #B98A29;
	text-align: right;
}

section.welcome h1,
section.welcome h2 {
	color: #5A083C;
	font-size: 42px;
	text-align: center;
	background:url(assets/images/grad_seperator.png) bottom center no-repeat;
	padding-bottom: 50px;
}

section.lower-tri-box .box {
	background: #FFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.252);
}

section.lower-tri-box .box .item {
	height: auto;
	padding: 0px;
	position: relative;
}

section.lower-tri-box .box .item a.title {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -23px ;
	height: 46px;
	padding: 12px 15px;
	color: #FFF;
	background: rgba(90, 8, 58, 0.8);
	text-decoration: none;
	text-align: center;
	width: 200px;
	border: 1px solid #FFF;
	text-transform: uppercase;
}

section.lower-tri-box .box .item a.title:hover {
	text-decoration: underline;
	background: rgb(90, 8, 58);
}

section.lower-tri-box .box .item img {
	max-width: 100%;
}

section.tri-box .box .item h3 {
	margin-top: 0px;
}
 
aside .block {
	background: #5A083A;
	color: #FFF;
	border: 1px solid #FFF;
	margin-bottom: 25px;
	padding: 20px;
}

aside .block h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

aside .block ul.list-pages-shortcode li {
	list-style-type: square;
	margin-left: 25px;
	margin-bottom: 5px;
} 

aside .block ul.list-pages-shortcode li a {
	color: #FFF;
} 

section.content h1 {
	margin-top: 0px;
	color: #5A083C;
	font-size: 42px;
	margin-bottom: 30px;
}

section.content p {
	margin-bottom: 20px;
}

section.content blockquote {
	border-left: 10px solid #5A083A;
	margin: 1.5em 10px 1.5em 0px;
	padding: 0.5em 10px 0.5em 1em;
	quotes: "\201C""\201D""\2018""\2019";
}

section.content blockquote:before {
	color: #5A083A;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

section.content blockquote p {
	display: inline;
}

section.content .alignright,
section.content .float_right {
	float: right;
	margin-left: 30px;
}

section.content .alignleft,
section.content .float_left {
	float: left;
	margin-right: 30px;
}

section.content .border {
	background: #FFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	padding: 1px;
}

section.content h1,
section.content h2,
section.content h3,
section.content h4,
section.content h5,
section.content h6 {
	clear: both;
	margin-bottom: 30px;
}

section.content ul li {
	list-style: square;
	margin-left: 15px;
	margin-bottom: 5px;
}

section.content ul li.col-md-6 {
	margin-left: 0px;
	list-style-position: inside;
}

section.course .course-map {
	background:url(assets/images/bkg_green.png);
	padding: 30px;
	text-align: center;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

section.course .course-map .course-interactive-overlay {
	position: relative;
}

section.course .course-map .course-interactive-overlay .pin {
	position: absolute;
	width: 15px;
	height: 12px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #a5a5a5 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#a5a5a5 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#a5a5a5 100%);	
	border: 1px solid white;
	border-radius: 50%;
	display: block;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

section.course .course-map .course-interactive-overlay .pin.first-tenth {
	top: 406px;
	left: 890px;
}

section.course .course-map .course-interactive-overlay .pin.second-eleventh {
	top: 422px;
	left: 754px;
}

section.course .course-map h1 {
	color: #FFF;
	margin-bottom: 0px!important;
}

section.course .course-map h2 {
	color: #FFF;
	font-isze: 18px;
	font-weight: 200;
	margin-top: 5px!important;
}

section.open-competitions h1 {
	color: #5A083C;
	font-size: 42px;
	text-align: center;
	background:url(assets/images/grad_seperator.png) bottom center no-repeat;
	padding-bottom: 50px;
}

section.open-competitions .open-competition-container {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	padding: 5px;
	background: #5A083A;
	text-align: center;
	margin-top: 20px;
}

section.open-competitions .open-competition-container .open-competition {
	border: 1px solid #FFF;
	color: #FFF;
	padding: 15px;
}

section.open-competitions .open-competition-container .open-competition .date {
	font-family: Georgia, serif;
	font-size: 25px;
	margin-bottom: 5px;
}

section.open-competitions .open-competition-container .open-competition .type {
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: 300;
}

section.open-competitions .open-competition-container .open-competition .price {
	font-family: Georgia, serif;
	font-size: 35px;
}

section.open-competitions .open-competition-container .open-competition a {
	border: 1px solid #FFF;
	padding: 8px 20px;
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	margin-top: 15px;
}


.table-scorecard th {
	text-align: center;
}

.table-scorecard th,
.table-scorecard td {
	background: #FFF;
}

.table-scorecard tr.yellow td {
	background: #F8E81C;
}

.table-scorecard tr.red td {
	background: #D0011B;
	color: #FFF;
}

.latest-news h4 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 22px;
	color: #5A083A;
}

.latest-news h3 {
	margin-top: 0px;
	color: #5A083A;
}

.latest-news .border {
	background: #FFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	padding: 1px;
}

.latest-news a {
	text-decoration: underline;
	color: #5A083A;
}

.latest-events h4.widget-title {
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 22px;
	color: #5A083A;
}

.ecs-event-list li {
	list-style: none!important;
	display: list-item;
}

.ecs-event-list {
	margin-bottopm: 20px;
}

.ecs-event-list li h4 {
	margin-bottom: 7px;
}

.latest-events .tribe-list-widget li h4,
.ecs-event-list li h4 {
	display: inline-block;
	width: 80%;
}

.latest-events .tribe-list-widget li h4 a,
.ecs-event-list li h4 a {
	color: #48062E;
}

.latest-events .tribe-list-widget li h4,
.latest-events .tribe-list-widget li .tribe-event-duration {
	float: left;
}

.latest-events .tribe-list-widget li .tribe-event-duration,
.ecs-event-list li .duration {
	display: inline-block;
	width: 20%;
	padding-top: 10px;
}


.latest-events .tribe-events-widget-link {
	text-align: center;
	margin-top: 10px;
}

.latest-events .tribe-events-widget-link a {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #5a083a;
    color: #5a083a;
    font-size: 14px;
    padding: 8px 30px;
    display: inline-block;
}

.latest-events .tribe-events-widget-link a:hover {
	background: #5A083A;
	color: #FFF;
}

footer {
	background:url(assets/images/footer_bkg.png) top center;
	background-size: cover;
	height: 600px;
}

footer .logo {
	max-width: 100%;
}

footer .container {
	padding-top: 350px;
	color: #FFF;
}

footer .container .name {
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

footer .container .address {
	font-size: 16px;
	font-weight: 300;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

footer .container .contact {
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

footer .container .contact span {
	font-size: 18px;
	font-weight: 300;
}

footer .container .contact a {
	color: #FFF;
}

.ninja-forms-form input {

}

/* Newsletter Subscription */

footer h2.ninja-forms-form-title {
	font-size: 17px;
	margin-bottom: 15px;
	margin-top: 35px;
}

footer input {
	color: #666;
	font-weight: 300;
}

footer #ninja_forms_form_4_all_fields_wrap {
	position: relative;
}

footer #ninja_forms_form_4_all_fields_wrap #ninja_forms_field_11 {
	position: absolute;
	top: 1px;
	right: 1px;
}

/* Weather */

.wu-copyright {
	display: none;
}

/* C2A Button */

.c2a {
	text-align: center;
	margin-top: 30px;
}

.c2a .button {
	border: 1px solid #5A083A;
	padding: 8px 30px;
	background: #FFF;
	color: #5A083A;
	font-size: 14px;
}

.c2a .button:hover {
	background: #5A083A;
	color: #FFF;
}

/* Calendar Specific Styling */

#tribe-events-pg-template {
	padding-top: 180px;
}

#tribe-events-pg-template h2 {
	color: #5A083A;
}

.tribe-events-calendar thead th {
	background-color: #5A083A!important;
}

.tribe-events-calendar td {
	background: #FFF;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #5A083A!important;
}

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
	color: #5A083A;
}
#tribe-events-content .tribe-events-tooltip h4 {
	color: #5A083A!important;
}

table.em-calendar {
	width: 100%;
	background: #FFF;
}

table.em-calendar th, 
table.em-calendar td {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 20px;
}

table.em-calendar thead td {
	background: #5A083A;
	color: #FFF!important;
}

table.em-calendar thead td a {
	color: #FFF!important;
}

table.em-calendar tbody td {
	padding: 10px 5px!important;
}

table.em-calendar td.eventful, table.em-calendar td.eventful-post, table.em-calendar td.eventful-pre {
}

table.em-calendar td.eventful a {
	color: #666!Important;
	text-decoration:none;
	
}

table.em-calendar td.eventful-today {
	background: #5A083A!important;
	color: #FFF!important;
}

table.em-calendar td.eventful-today a {
	color: #FFF!important;
}

td.eventful, td.eventful-post, td.eventful-pre {
	background:url(images/ul-bg.png) top right no-repeat #ECECEC;
}

td.eventful ul, td.eventful-post ul, td.eventful-pre ul {
	background:none!Important;
}

table.em-calendar td.eventful ul li a, table.em-calendar td.eventful-post a, table.em-calendar td.eventful-pre a {
	font-family: 'Carter One', sans-serif;
	color: #fff!Important;
	font-size: 1em;	
	text-decoration:underline;
}

table.em-calendar thead tr {
	height: 38px;
}

table.em-calendar td.month_name {
	font-family: 'Lato', sans-serif;
	color: #5a083a;
	color:#FDD
	font-size: 1em;	
	text-decoration:none;
}

table.em-calendar a.em-calnav { 
	font-family: 'Lato', sans-serif;
	color: #5a083a;
	font-size: 1em;	
	text-decoration:none;
}


.ninja-forms-cont .ninja-forms-required-items {
	margin-bottom: 20px;
}

.ninja-forms-cont input[type="text"],
.ninja-forms-cont select,
.ninja-forms-cont textarea {
	padding: 8px;
	border: 1px solid rgba(0,0,0,0.3);
	box-sizing: border-box;
	font-size: 15px;
	width: 100%!important;
}

.ninja-forms-cont input[type="submit"] {
	background: #417505;
	color: #FFF;
	padding: 8px 20px;
	float: right;
	display: inline-block;
	border: none;
	border-radius: 0px;
	font-size: 15px;
}

.full-page-content {
	padding-top: 40px;
	text-align: center;
}

.full-page-content h2 {
	color: #5A083C;
}

.full-page-content p {
	font-weight: 300;
	line-height: 1.8;
}


.full-page-content img {
	margin: 40px 0px;
}

.membership-offer {
	background: #5a083c;
	color: #FFF;
	padding: 30px 0px;
}

.register-guide {
	border: 1px solid #5C388D;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	max-width: 100%;
	margin: 20px 0px;
}

/* Responsive Queries */

/* Mobile */

@media (max-width: 767px) {
	
	section.home-slider {
		padding-top: 0px;
	}
	
	header .logo {
		height: 74px;
		width: 70px;
		margin-left: -35px;
		bottom: -28px!important;
		top:auto!important;
	}
	
	img {
		max-width: 100%;
	}
	
	.tri-box-container {
		margin-bottom: 30px;
	}
	
	.latest-events {
		margin-bottom: 50px;
	}
	
	
	footer .container {
		text-align: center;
		padding-top: 100px;
	}
	
	footer .logo {
		width: 150px;
	}
	
	footer .name {
		font-size: 2em!important;
		margin-bottom: 10px;
	}
	
	.slider-content {
		position: relative!important;
		top: 130px!important;
		width: 100%!important;
		padding: 20px!important;
		box-sizing: border-box!important;
		left: 0px!important;
	
	}
	
	section.home-slider .background .container .slider-content .subtitle {
		line-height: 1;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	section.welcome {
		margin-top: 35px!important;
		
	}
	
	section.welcome h1,
	section.open-competitions h1 {
		line-height: 1;
		font-size: 24px;
		margin: 0px -15px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.page-template-course_page_template .header-spacer {
		padding-top: 15px;
	}
	
	.course-map h1 {
		font-size: 24px;
	}
	
	.course-vlog {
		margin-bottom: 30px;
	}
	
	#tribe-events-pg-template {
		padding-top: 100px!important;
	}
	
	.pin {
		display: none!important;
	}	
	
	
}

/* Portrait Tablet */ 

@media (min-width: 768px) and (max-width: 991px) {
	
	header #mainmenu ul li {
	    float: left;
	    margin: 0 8px;
	}
	
	header #mainmenu ul li a {
		font-size: 11px;
	}
	
	header #mainmenu ul li.spacer {
	    display: block;
	    margin-right: 172.5px !important;
	}
	
	.pin {
		display: none!important;
	}
}

/* Landscape Tablet & Small Browsers */ 

@media (min-width: 992px) and (max-width: 1199px) {
	
	header #mainmenu ul li {
	    float: left;
	    margin: 0 13px;
	}
	
	header #mainmenu ul li a {
		font-size: 13px;
	}
	
	.pin {
		display: none!important;
	}
	
}