@charset "UTF-8";
/* 
 * Mungo main stylesheet
 * 24/4/16
 */
 
/*--------------------------------------------------------------
Background
--------------------------------------------------------------*/
 
html, 
body{
	height:100%;
	} 
 
#page {
	background: #1d1d1d;
	}
	
#content {
	background-color: #fff;
	padding:0;
	}
	
/* For devices larger than 400px */
@media (min-width: 1100px) {
	#content {
		padding:0;
		}
}

/*--------------------------------------------------------------
Masthead
--------------------------------------------------------------*/

.site-title,
.site-description{
	text-indent:-100em;
	overflow:hidden;
	font-size: 2px;
	margin-bottom:0;
	height: 0;
	}
	
.home nav{
	display:block;
	}
	
.site-branding{
	position:relative;
	}
		
/* Larger than mobile */
@media (min-width: 400px) {
	.site-branding{
	background-size: auto;
	}
	}

/*--------------------------------------------------------------
General pages
--------------------------------------------------------------*/
.entry-content,
.widget-area{
	padding: 0 5%;
	}
	
.standfirst{
	font-weight: 800;
	}
	
.entry-header{
	width: 100%;
	height: 600px;
	background-image:url(../images/mungo_homepage_header_new.png);
	background-position:center;
	background-repeat:no-repeat;
	}
	
.site-content{
	margin-top: 0;
	}
	
/* For devices larger than 800px (when menu button disappears) */
@media (min-width: 800px) {
.content-area{
	min-height: 650px;
	}
.entry-content,
.widget-area{
	padding: 0 10%;
	}
}

/* For devices larger than 650px */
@media (min-width: 650px) {
.content-area{
	min-height: 650px;
	}
.entry-content,
.widget-area{
	padding: 0 15%;
	}
}

/* For devices larger than 1200px */
@media (min-width: 1200px) {
.content-area{
	min-height: 650px;
	}
.entry-content,
.widget-area{
	padding: 0 30%;
	}
}


/*--------------------------------------------------------------
All pages
--------------------------------------------------------------*/

.entry-header h1{
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing:0.3rem;
	text-transform: uppercase;
	padding-top: 520px;
	color: #fff;
	text-align:center;
	line-height: 1;
	}
	
.content-area h3{
	margin-top: 1em;
	margin-bottom: 0.5em;
	}
	
.content-area h5{
	margin-top: 2rem;
	color: #035d52;
	line-height: 1.2;
	}
	
.content-area h6{
	margin-top: 1.5rem;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 1.5em;
	color: #727272;
	}
	
.content-area p:first-child{
	color: #323232;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}
	
blockquote{
	font-size: 85%;
	font-style:italic;
	padding: 0 15%;
	}
	
	
/* Larger than desktop */
@media (min-width: 1000px) {
.entry-header h1{
		font-size: 3em;
		}
	}


/*--------------------------------------------------------------
Home page
--------------------------------------------------------------*/
.home h1{
	display:none;
	}
	
/* Panels */

/*general*/
	
.home .content-area{
	padding: 0;
	margin-top: 0;
	}
	
.home section{ /*style of basic panel*/
	padding-top: 2em;
	padding-bottom: 1.5em;
	width: 100%;
	}
	
.home .indent{
	margin: 0 10px;
	}
	
.home .content-area p{
	text-align:center;
	line-height: 1.5;
	color: #323232;
	}
	
/*background panel colours*/
	
#course{
	background-color: #323232;
	}
	
#about{
	background-color: #fff;
	}
	
#booking{
	background-color:#fff;
	}
	
#faq{
	background-color: #323232;
	}
	
/* For devices larger than 37.5em (when menu button disappears) */
@media (min-width: 37.5em) {
.home .entry-content{
	padding: 0 10%;
	}
}

/* For devices larger than 650px */
@media (min-width: 650px) {
.home .entry-content{
	padding: 0 15%;
	}
}

/* For devices larger than 1200px */
@media (min-width: 1200px) {
.home .entry-content{
	padding: 0 15%;
	}
}

	
/*heading styles*/
	
.home section h2{
	font-size: 2.8em;
	text-align:center;
	font-weight: 400;
	letter-spacing:0.1rem;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 0;
	}

.home section h3{
	font-size: 2.1em;
	text-align:center !important;
	font-weight: 400;
	line-height: 1;
	}
		
.home p.intro,
.home h6{
	border:2px #2b87b2 dashed;
	border-radius:5px;
	padding: 0.5em;
	text-align:center;
	font-size: 1.8em;
	line-height:1.1;
	font-weight: 400;
	font-family: "alternate-gothic-no-2-d";
	color: #2b87b2;
	}
	
.home p.home-style,
.home .courses-lede p{
	font-size: 1.1em;
	}
	
	
/* Larger than desktop */
@media (min-width: 1000px) {
.home p.intro,
.home h6,
.home p{
		width: 80%;
		margin: 1em auto;
		}
		
.home p.intro{
	width: 60%;
	}
}
	
/*other home page styles*/

.home a{
	text-decoration:none;
	}
	
.home ul{
	list-style: none;
	margin-left:0;
	}
	
/*button panel*/

.home .button-panel{
	display:block;
	padding-top: 10px;
	}
	
.home .button-panel li{
	color: #fff;
	}		
	
.home .button-panel ul{
	margin: 0 auto;
	}

.home .button-panel a{
	border:none;
	}
	
.home .fa-chevron-circle-right{
	font-size: 80%;
	}
	
@media (min-width: 680px) {
.home .button-panel a{
	width: auto;
	}
	
.home .button-panel li{
	display:inline;
	}
	
.home .button-panel ul{
	margin:0 auto;
	width: 70%;
	text-align:center;
	}
}
/*ABOUT section*/

.home #about h2{
	color:#323232;;
}

.home #about h3{
	color: #2b87b2;;
	}
	
.home #about .about-slideshow h3{
	color: #323232;
	}
	
.home #about .entry-content{
	margin-top:0 !important;
	}
	
.home #about .more-link{
	color: #323232;
	border-color: #323232;
	}
	
.home #about .more-link:hover{
  color: #c4c4c4;
  border-color: #c4c4c4;
  border-bottom:solid;
	}
	
/* Larger than desktop */
@media (min-width: 1000px) {
.home #about .more-link,
.home #faq .more-link{
	max-width: 400px;
		}
}
	
/*COURSE section*/

.home .courses-list{
	margin-top: 1.5em;
	}
			
/*course headings*/

.home #course h2.section-head,
.home #course h3.section-tag,
.home .content-area #course p
{
	color: #fff;
	}
	
.home .content-area #course p.intro{
	color: #2b87b2;
	}
	
.home .courses-list h3{ 
	text-align: center;
	font-size: 2em;
	line-height:1;
	background-color:#2b87b2;
	padding: 6px 0;
	color: #fff;
	}
		
.home ul.courses-list li{
	margin-bottom: 2em;
	}
	
/*CALENDAR*/

.home section#booking h2,
.home section#booking h3{
	color:#323232;
	text-shadow:none;
	}
	
.home #booking .button-panel{
	display: block;
	}
	
.home #booking .button-panel a{
	border: #323232 2px solid;
	color: #323232;
	width: 100%;
	}
	
.home #booking .button-panel a:hover{
	border-color: #c4c4c4;
	color: #c4c4c4;
	}
	
/* Larger than desktop */
@media (min-width: 1000px) {
.home #booking .button-panel a{
	max-width: 400px;
	height:auto;
		}

.home #booking .button-panel{
	text-align:center;
}
}

/* FAQ section */

.home #faq p,
.home #faq h2,
.home #faq h3{
	color:#fff;
	}

/* Home HEADER */
	
.home .metaslider-554{
	display:none;
	}
	
.home-header{
	width: 100%;
	height: 600px;
	background-image:url(../images/mungo_homepage_header_2.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	}

	
/* full width only */
@media (min-width:1600px){
	.home-header{
	background-image:none;
		}

	.home .metaslider-554{
		display:block;
		}
	}
	
	
.slider{
	position: absolute;
	z-index: 50;
	top:70px;
	width: 100%;
	}
	
/* Slider styles */
	
.slider h1{
	display: block;
	font-size: 3.8em;
	text-align:center;
	width: 100% ;
	padding: 5px 5px;
	margin-top: 1.7em;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing:0.3rem;
	text-transform: uppercase;
	color:#fff;
	line-height:0.9;
	}

.slider h2{
	font-size: 2em;
	text-align:center;
	margin-top: 0em;
	padding: 5px 5px;
	font-weight: 400;
	letter-spacing:0.3rem;
	text-transform: capitalize;
	color: #fff;
	line-height:1;
	}

/* Larger than desktop */
@media (min-width: 475px) {
.slider h1{
	margin-top: 3em;
		}
}

@media (min-width: 1000px) {
.slider h1{
	margin-top: 2em;
	font-size: 5em;
	line-height:1;
		}
		
.slider h2{
	font-size: 2.5em;
	}
}
		
/* Logo */
.logo{
	width: 12em;
	height: 12em;
	background-image:url(../images/mungo_logo.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: center;
	background-size: 100%;
	margin: 1em auto 0;
	}
		
/* Desktop */
@media (min-width: 1000px) {
.home .indent{
		width: 100%;
		margin: 1em auto;
		}
		
/* slider text panel */

.home .site-header {
	background: none;
	padding-bottom: 0;
	}
			
/*course intro section */
.home .intro{
	padding-left: 2em;
	padding-right: 2em;
	}		
		
/*courses, faq, about main section*/
.home .courses-lede, 
.home .faq,
.home .about{
	padding-left: 2em;
	padding-right: 2em;
	}	
	
/* Logo */
.logo{
	width: 12em;
	height: 12em;
	margin: 0 auto 0;
	}
			
}

/*--------------------------------------------------------------
FAQ page
--------------------------------------------------------------*/
.page-id-21 h6.faq{
	color: #035d52;
	margin-top: 0.7em;
	margin-bottom: 0;
	font-size: 1.7em;
	border-top: 2px dotted #035d52;
	padding-top: 1.2em;
	line-height: 1.2;
	}

/*--------------------------------------------------------------
ABOUT page
--------------------------------------------------------------*/
	
.about-slideshow{
	margin: 2em 0;
	}
	
.about-slideshow h3,
.home .about-slideshow h3{ /*for home page too*/
	color:#035d52;
	text-align:center;
	margin: 0.25em 0;
	letter-spacing:0;
	}
	
.page-id-23 h6.about{
	color: #035d52;
	margin-top: 0.7em;
	margin-bottom: 0;
	font-size: 1.7em;
	border-top: 2px dotted #035d52;
	padding-top: 1.2em;
	line-height:1.1;
}

/* About slider text overlay */
.metaslider .msHtmlOverlay .layer .content{
	font-size: 3em;
	font-weight: 400;
	font-family: "alternate-gothic-no-2-d";
	width: 100% !important;
	padding: 10px 5%;
	}

	
/*--------------------------------------------------------------
COURSE page
--------------------------------------------------------------*/
	
/* BUTTON PANEL FOR ALL PAGES */
ul.button-panel{
	list-style:none;
	padding-top: 20px;
	margin-left: 0;
	}
	
ul.button-panel .button,
p .button,
p a.button{
	color:#323232;
	width: 100%;
	}
	
.button{
	border-color:#323232;
	width: 100%;
	}
	
.button:hover{
	border-color: #c4c4c4 !important;
	color:#c4c4c4 !important;
	}
	
/* Larger than desktop */
@media (min-width: 1000px) {
ul.button-panel.general .button{
	max-width: 400px;
		}
}
	
/*--------------------------------------------------------------
PRICE page
--------------------------------------------------------------*/
th.course-title{
	font-size: .9em;
	text-align:left;
	margin-top: 0em;
	padding: 5px 15px;
	font-weight: 300;
	letter-spacing:0.3rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	line-height:1em;
	}
	
.page-id-102 h5{
	color: #035d52;
	margin-top: 0.7em;
	margin-bottom: 1em;
	font-size: 1.7em;
	border-top: 2px dotted #035d52;
	padding-top: 1.2em;
	line-height: 1.2;
	}
	
.page-id-102 p a.button{
	color: #323232;
	}

.page-id-102 p a.button:hover{
	color:#fe4a03;
	}
		
/*--------------------------------------------------------------
CONTACT page
--------------------------------------------------------------*/
	
.contact-form{
	margin: 5rem auto 1rem;
	padding-top: 5rem;
	border-top: dotted 2px #666666;
	}
	
.activate-panel{
	cursor:pointer;
	}
	
.activate-panel:hover{
	color:#fe4a03;
	}
	
.contact-form input{
	width: 100%;
	}
	
.contact-form .wpcf7-submit{
	width: 40%;
	min-width: 80px;
	color:#323232;
	border-color:#323232 !important;
	}
	
.contact-form .wpcf7-submit:hover{
  color: #c4c4c4;
  border-color: #c4c4c4 !important;
  outline: 0; 	}	
.contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 1.5rem;
}
.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 1.5rem;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 1.5rem;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 1.5rem;
}
.contact-form :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    font-size: 1.5rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{
    font-size: 1.5rem;
	}
	
.contact-form textarea{
	height: 120px;
	}
	
	
.recaptcha div div{
	margin: 0 auto 20px;
	}

/*--------------------------------------------------------------
CALENDAR page
--------------------------------------------------------------*/
	
.page-id-294 h3{
	color:#323232;
	text-align: center;
	}
	
.page-id-294 ul{
	list-style:none;
	}
	
.page-id-294 .button{
	border-color:#323232;
	}
	
.page-id-294 .button:hover{
	border-color: #c4c4c4;
	}
	
/*--------------------------------------------------------------
BOOKING page
--------------------------------------------------------------*/
.page-id-25 .button{
	width: 70%;
	display:block;
	margin: 0px auto;
	}
	
.page-id-25 .entry-content div.booking-button{
	padding: 30px 0;
	border-bottom: 2px dotted #2b87b2;
	margin-bottom: 30px;
	}
	
.page-id-25 .booking-button a.button{
	color: #323232;
	}

.page-id-25 .booking-button a.button:hover{
	color:#fe4a03;
	}

	
/*--------------------------------------------------------------
LOCATION page
--------------------------------------------------------------*/
.location p:first-child{
	font-size: inherit;
	}
	
.location .first-para{
	font-size: 1.2em !important;
	margin-bottom: 0 !important;
	}

.widget-title{
	font-size: 2.5em;
	color: #035d52;
	margin-top: 1.5em;
	margin-bottom: 0;
	font-size: 1.7em;
	border-top: 2px dotted #035d52;	
	padding-top: 1.2em;
	}
	
.post-27{
	margin-bottom: 0;
	}

.location section{
	margin-bottom: 2em;
	}
	
.location-address{
	}

.widget-area a{
	border-bottom:none;
	}
	
/*--------------------------------------------------------------
BIKES page
--------------------------------------------------------------*/
	
.page-id-432 .content-area h5{
	margin-top: 3rem;
	margin-bottom:0;
	}

	
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.site-footer .container{
	background-color: #000;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	}
	

.site-footer .footer-logo {
	width: 252px;
	height: 51px;
	background-image:url(../images/small_mungo_rev.png);
	margin-bottom: 15px;
	}
	
.site-footer p{
	color: #bcbbbb;
	}
	
.site-footer .top{
	display: block;
	}
	
.site-footer .tandc-link,
.site-footer .tandc-link:visited{
	margin-bottom: 1em;
	color: #5e5d5d;
	}
	
.site-footer a,
.site-footer a:visited{
	color: #bcbbbb;
	text-decoration: none;
	border-bottom:none;
	}
	
.site-footer a:hover,
.site-footer a:active,
.site-footer .tandc-link:hover{
	color: #56aad2;
	}
	
/*--------------------------------------------------------------
## Error page
--------------------------------------------------------------*/

.error-statement{
	text-align:center;
	padding:0 10%;
	}
	
p.error-statement{
	font-size: 1.5em;
	}
	
.error-sign{
	text-align:center;
	font-size: 6em !important;
	margin-top:5rem !important;
	color: #323232 !important;
	}	

.error-404 .logo{
	margin-top: 4em;
	margin-bottom: 2em;
	height: 8em;
	width: 8em;
	}
	
/* Larger than desktop */
@media (min-width: 1000px) {
.error-404 .logo{
	margin-top: 7em;
}
}