@import url('https://fonts.googleapis.com/css?family=Londrina+Solid');
/*

Theme Name: Lake Taupo Hospice

Author: Matt Lee

Description: Lake Taupo Hospice

Version: V1

*/


/******* FONTS *******************/
h1, h2 {
	font-family: 'Lobster', cursive;
	font-style: normal;
	font-weight: normal;
	color: #80002A;
}

h1 {
	margin-top: 0;
}

h2.subtitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

.main_columns h2, .main_content_plain h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #80002A;
	font-size: 1.3em;
	text-transform: uppercase;
}

.main_columns h3, .main_content_plain h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #80002A;
	font-size: 1.25em;
}

.main_columns h4, .main_content_plain h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}

span.highlight {
	font-weight: 500;
	color: #80002A;
}
.block {
	display: block;
}

/*********************************/

/***** STANDARD WORDPRESS WYSIWYG ************/
.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone, img.alignnone {
	/* not sure about this one */

}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/*********************************/

/***********Contents**************/
/* 1. General                    */
/* 2. Navigation                 */
/* 3. Content                    */
/* 4. Footer                     */
/* 5. Sidebar                    */
/* 6. Form                       */
/* 7. Blog                       */
/* 8. Sidebar                    */
/* 9. Sliding Panel              */
/* 10. Quote Form                */
/* 11. Contact Page              */
/* 12. Pagination                */
/* 13. Full Width Slider         */
/*********************************/

/*********************************/

/***** 1. General ****************/
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #000;
	font-size: 1em;
}

.clear_both {
	clear: both;
	height: 0;
}

a {
	color: #bf650f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#slider_wrapper {

}

/*Logo*/
#header_background {
	/*background: url(assets/images/header/header-gradient.jpg) repeat-x top
		left #5e001a;*/
	width: 100%;
	background-color: #f9f9f9;
}

#header {
	width: 95%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1%;
	padding-top: 10px;
}

#logo_wrapper {
	margin: 0 auto;
	text-align: center;
}

#logo_wrapper img {
	width: 175px;
	height: auto;
}

/*********************************/

/***** 2. Navigation *************/
#nav_wrapper {
	clear: both;
}

#nav_wrapper ul#menu-main-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px #894354 solid;
}

#nav_wrapper ul#menu-main-menu li {
	height: 35px;
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	border-top: 1px #894354 solid;
	font-size: 14px;
}

#nav_wrapper ul#menu-main-menu li a {
	color: #80002A;
	text-decoration: none;
	display: block;
	line-height: 35px;
	font-weight: 500;
	font-family: 'Roboto';
}

#nav_wrapper ul#menu-main-menu li.current_page_item a, #nav_wrapper ul#menu-main-menu li a:hover
	{
	color: #DB561F;
}

.sub-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.sub-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.sub-menu>li {
	display: block;
	float: none !important;
}

.sub-menu li a:hover {
	background-color: #f5ede2;
}

.sub-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	color: #DB561F !important;
	white-space: nowrap;
	border: none !important;
	text-transform: capitalize;
}

.sub-menu>li>a:hover, .sub-menu>li>a:focus {
	color: #db561f;
	text-decoration: none;
	background-color: #f5f5f5;
}

.open>.sub-menu {
	display: block;
}

#contact {
	color: #FFF;
}


/*********************************/

/***** 3. Content ****************/
#page_wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}

/*#background_wrapper {
	background: url(assets/images/background.jpg) repeat-x top left;
	width: 100%;
	height: 100%;
}*/

#content_wrapper {
	padding: 10px 1%;
	background: #FFF;
	margin: 0 auto;
	/*-moz-box-shadow: 0px 3px 3px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
	box-shadow: 0px 3px 3px #333;
	padding-bottom: 0px;*/
	max-width: 1120px;
	width: 95%;
}

ul#checklist {
	margin: 0;
	padding: 0;
}

ul#checklist li {
	list-style: none;
	background: url(assets/images/check_green.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 5px;
}

#col_left {
	width: 100%;
	margin-top: 20px;
}

.main_columns {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
	margin-bottom: 30px;
}

.main_boxes {
	background: #f5ede2 url(assets/images/sidebar/watermark-background.png)
		no-repeat left top;
	padding: 10px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main_boxes h2 {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	background: url(assets/images/sidebar/underline-red.png) no-repeat
		bottom left;
	margin-bottom: 10px;
}

.main_boxes a {
	color: #bf650f;
	font-style: italic;
}

#slider_wrapper {
	display: none;
	width: 100%;
}

/***** EVENTS *****************/
.event_wrapper, .blog_wrapper {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
	clear: both;
}

.date_wrapper_single, .date_wrapper_range_sameMonth,
	.date_wrapper_range_diffMonth {
	background-color: #f5ede2;
	width: 100%;
	height: 100%;
	padding: 10px 2%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.day_single, .day_range, .month_single, .month_range {
	color: rgb(219, 86, 31);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bolder;
	float: left;
}

.day_single, .day_range {
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
	font-size: 3.4em;
	width: 100%;
}

.month_single, .month_range {
	font-size: 1.2em;
	clear: both;
	text-align: center;
	width: 100%;
	float: none;
}

.event_info {

}

.event_info h2, .blog_info h2 {
	padding: 0px 0px 10px;
	margin: 15px 0px 10px;
	background: url("assets/images/sidebar/underline-red.png") no-repeat
		scroll left bottom transparent;
}

#location_map {
	height: 250px;
}

.meta_wrapper {
	background: #f5ede2;
	padding: 0 5px;
}

.meta_wrapper span {
	line-height: 30px;
	font-weight: bold;
	color: #DB561F;
}

.image_wrapper {
	width: 80%;
	margin: 0 auto;
	max-width: 300px;
}

.image_wrapper img {
	width: 100%;
	height: auto;
}

/*PAGINATION*/
.pagenavi {
	padding: 5px 1px 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagenavi a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
}

.pagenavi a:hover {
	color: #444;
}

.pagenavi span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #80002A;
	font-weight: bold;
	background-color: inherit;
}

.pagenavi span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	border: 1px solid #666;
	color: #444;
	background-color: #eee;
}

.pagenavi span.expand {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	border: 1px solid #ccc;
	color: #444;
	background-color: inherit;
}

.pagenavi .first, .pagenavi .last {
	border: 1px solid #aaa;
}

.pagenavi .single_page {
	border: 1px dashed #ccc;
}

.form_wrapper {
	width: 100%;
	max-width: 450px;
}

/*********************************/

/***** 4. Footer *****************/
#carousel_wrapper {
	width: 100%;
	margin: 0 auto;
	display: none;
	padding: 15px 0;
}

.carousel {
	width: 70%;
	float: right;
}

.carousel_text {
	width: 29.25%;
	float: left;
}

.carousel_text p {
	padding: 0;
	margin: 0;
}

.image_carousel a, .image_carousel img {
	padding: 0;
	display: block;
	float: left;
	min-height: 45px
}

#footer_background {
	width: 100%;
	background-color: #85092e;
	clear: both;
}

#footer_wrapper {
	width: 95%;
	color: #FFF;
	margin: 0 auto;
	padding: 20px 1%;
	clear: both;
	max-width: 1120px;
}

#footer_wrapper h2 {
	font-size: 1.4em;
	color: #FFF;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	background: url(assets/images/sidebar/underline-white.png) no-repeat
		bottom left;
	margin-bottom: 10px;
}

#footer_wrapper #e-moment, #footer_wrapper #newsletter, #footer_wrapper #sponsors_links
	{
	margin-bottom: 30px;
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer_wrapper #sponsors_links {
	font-size: .8em;
}

#footer_wrapper #sponsors_links #sponsor_logos {
	float: left;
}

#footer_wrapper img.ninetyblack {

}

#footer_wrapper img.givealittle {
	padding-bottom: 20px;
	border-bottom: 1px #FFF solid;
	padding-right: 5px;
}

#footer_links {
	float: left;
}

#footer_links ul {
	list-style-type: none;
	padding: 0;
	padding-left: 10px;
	display: none;
	margin: 0;
}

#footer_links ul li {
	text-transform: uppercase;
	margin: 3px 0;
}

#footer_links ul li a {
	color: #f6a200;
}

/*********************************/

/***** 5. Sidebar ****************/
#sidebar {
	margin: 20px 0;
	padding: 20px;
	background: #f5ede2 url(assets/images/sidebar/watermark-background.png)
		no-repeat left top;
	margin-bottom: 0px;
}

#sidebar #latest_blog img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

#sidebar #latest_blog p.caption {
	font-style: italic;
	color: #DB561F;
	margin: 5px 0;
	padding: 0;
}

#sidebar #events ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar #enquire {

}

#sidebar h2 {
	color: #DB561F;
	padding-bottom: 10px;
	background: url(assets/images/sidebar/underline-orange.png) no-repeat
		bottom left;
	margin-top: 20px;
}

#sidebar img {
	border: 2px #FFF solid;
}

#sidebar a {
	color: #DB561F;
	font-style: italic;
}

#sidebar h3 {
	color: #DB561F;
	font-weight: 500;
	margin-top: 10px;
}

#sidebar ul li {
	padding: 4px 0;
}

#sidebar ul li span {
	color: #DB561F;
}

.sidebar_donate_button img {
	width: 100%;
	max-width: 363px;
	height: auto;
	border: none !important;
}

/*********************************/

/***** 6. Form *******************/
#form_wrapper {

}

/*********************************/
@media all and (min-width : 880px) {
	body {
		font-size: .9em;
	}

	/***** 1. General ****************/
	/*Logo*/
	#logo_wrapper {
		width: 175px;
		float: left;
		text-align: left;
	}
	#logo_wrapper img {
		width: 175px;
		height: auto;
	}
	.nivo-controlNav {
		display: none;
	}

	/***** 2. Navigation ****************/
	#nav_wrapper {

	}
	#nav_wrapper ul#menu-main-menu {
		/*border-right: 1px #894354 solid;*/
		border-bottom: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		float: right;
		margin: 0 0 5px;
	}
	#nav_wrapper ul#menu-main-menu li {
		border-top: none;
		border-bottom: none;
		float: left;
		border-top: none;
	}
	#nav_wrapper ul#menu-main-menu li a {
		display: block;
		padding: 0 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/*border-left: 1px #894354 solid;*/
	}
	#contact {
		float: right;
		margin: 0;
		margin-top: 60px;
	}


	#donate, #friend {
		float: right;
		text-align: center;
	}

	/*********************************/

	/***** 3. Content ****************/
	#slider_wrapper {
		display: block;
		position: relative;
	}
	#slider_wrapper img {
		width: 100%;
		height: auto;
	}
	#col_left {
		width: 65%;
		float: left;
	}
	.main_columns .columns {
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
		margin-right: 6%;
	}
	.main_columns .columns .block {
		display: inline-block;
	}
	.main_boxes {
		float: left;
		width: 45%;
		margin-right: 2%;
	}

	/*Slider Snippets*/
	.slider_snippet {
		position: absolute;
		width: 27%;
		z-index: 50;
		right: 0;
		bottom: 0;
		background: url(assets/images/white_transparent.png) repeat;
		padding: 10px 20px 4%;
		display: none;
	}
	.slider_snippet h2 {
		color: #DB561F;
		padding-bottom: 10px;
		background: url(assets/images/sidebar/underline-orange.png) no-repeat
			bottom left;
		margin: 0;
	}

	/***** 4. Footer ****************/
	#carousel_wrapper {
		display: block;
	}
	#footer_wrapper #e-moment, #footer_wrapper #newsletter, #footer_wrapper #sponsors_links
		{
		float: left;
		width: 30%;
		margin-right: 1%;
	}
	#footer_wrapper #sponsors_links {
		float: right;
	}
	#footer_links ul {
		display: block;
	}
	#footer_wrapper #sponsors_links #sponsor_logos {
		float: left;
		border-right: 1px solid #FFF;
	}

	/***** 5. Sidebar ****************/
	#sidebar {
		width: 27%;
		float: right;
		position: relative;
	}
	.sidebar_donate_button {
		width: 110%;
		display: block;
		position: absolute;
		left: -5%;
		top: 0;
		margin-top: -18%;
		z-index: 100;
	}
	.sidebar_donate_button img {
		max-width: none;
	}

	/***** EVENTS *****************/
	.date_wrapper_single, .date_wrapper_range_sameMonth,
		.date_wrapper_range_diffMonth {
		width: 16%;
		float: left;
		margin-right: 2%;
		height: 100%;
	}
	.image_wrapper {
		width: 25%;
		float: left;
		margin-right: 2%;
	}
	.day_single, .day_range, .month_single, .month_range {
		float: left;
	}
	.day_single, .day_range {
		font-size: 3.4em;
	}
	.day_range {
		font-size: 1.8em;
	}
	.month_single, .month_range {
		font-size: 1.2em;
		float: left;
	}
	.event_info {
		float: right;
		width: 82%;
	}
	.blog_info {
		float: right;
		width: 73%;
	}
	.event_info h2, .blog_info h2 {
		margin: 0px 0px 10px;
	}
	#location_map {
		height: 300px;
	}

	/*********************************/
}

@media all and (max-width : 879px) {
	.sub-menu {
		position: static !important;
		z-index: 1000;
		display: block;
		float: none;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: transparent;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: none;
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#nav_wrapper ul#menu-main-menu li {
		height: auto;
	}
	.sub-menu li {
		height: 35px;
		margin: 0;
		color: #da5313;
		text-transform: uppercase;
		font-size: .8em;
		border-top: 1px #894354 solid;
		width: 100%;
	}
	.sub-menu li a {
		color: #da5313 !important;
		text-decoration: none;
		display: block;
		line-height: 35px;
		text-align: left;
		font-size: 14px;
		padding-left: 10px;
		font-family: 'Roboto';
	}
	.sub-menu li.current_page_item a, .sub-menu li a:hover {
		color: #DB561F !important;
		background-color: transparent;
	}
}

/************** 2017 *******************/
.img-responsive{
	width: 100% important;
	display: block;
}

#subnav_background{
	background-color: #85092e;
	width: 100%;
}

#subnav_wrapper {
	width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1%;
  padding: 7px 0;
	font-size: 13px;
	text-align: right;
}

#subnav_wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#subnav_wrapper ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

#subnav_wrapper ul li a{
	color: #f6a200;
	padding:0 5px;
}

#subnav_wrapper ul li.open ul.sub-menu li{
	display: block;
}

#subnav_wrapper ul li.open ul.sub-menu li a{
	padding:4px 10px;
	font-size: 14px;
	font-weight: normal;
}

.btn{
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
}

.btn-orange {
  color: #fff;
  background-color: #da5313;
  border-color: #da5313;
}

.btn-yellow {
  color: #fff;
  background-color: #f6a200;
  border-color: #f6a200;
}

.btn-orange:hover, .btn-yellow:hover {
  text-decoration: none;
}

#contact .btn{
	margin-left: 2px;
	margin-right: 2px;
}

#nav_wrapper{
	margin-top: 20px;
	clear: both;
}

#kilimanjaro-wrapper{
	display: block;
	width: 100%;
	position: relative;
	height: auto;
	min-height: 520px;
	background: url('assets/images/mt-kilimanjaro-hero.jpg');
	background-position: center center; background-repeat: no-repeat; background-size: cover;
}

#kilimanjaro-wrapper > img{
	width: 100%;
}

#kilimanjaro-wrapper:before {
    content: '';
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	background-image: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(255,255,255,0.0) 50%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 100%;
  }

#kilimanjaro-content{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

#kilimanjaro-content a img.badge{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#kilimanjaro-content p{
	font-family: 'Londrina', 'Roboto Condensed', sans-serif;
	font-size: 36px;
}

.kilimanjaro-banner{
	width: 100%;
	display: block;
}

.visible-xs{
	display: none;
}

.kilimanjaro-home-content{
	border-top: 1px solid #ededed;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.kilimanjaro-home-content h1{
	font-family: 'Londrina', 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #00aae7;
	margin-top: 20px;
	margin-bottom: 5px;
}

.kilimanjaro-home-content h2{
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	margin-top: 5px;
}

.kilimanjaro-home-content h3{
	color: #00aae7;
	font-family: 'Calibri', sans-serif;
	font-size: 20px;
}

.kilimanjaro-home-content blockquote p{
	font-size: 24px;
}

.blue-texture{
	display: block;
	width: 100%;
	background: url('assets/images/blue-texture.jpg');
	background-position: center center; background-repeat: no-repeat; background-size: fixed;
}

.kili-title{
	font-family: 'Londrina', 'Roboto Condensed', sans-serif;
	font-size: 28px;
	padding: 20px;
	text-align: center;
	color: #fff;
	display: block;
}

.kilimanjaro-grid{
	text-align: center;
}

.kilimanjaro-grid .block{
	float: left;
	width: 31.33%;
	padding-bottom: 13px;
	margin: 0% 1% 1% 1%;
}

.kilimanjaro-grid .block a{
	display: block;
}

.kilimanjaro-grid .block img{
	max-width: 360px;
	width: 100%;
}

.kilimanjaro-home-content .gform_wrapper form {
  text-align: left;
  max-width: 60%;
  margin: 0;
}
.kilimanjaro-grid-small {
	clear: both;
	margin-top: 15px;
}
.kilimanjaro-grid-small .block {
	float: left;
	width: 18%;
	padding-bottom: 13px;
	margin: 0% 1% 1% 1%;
}
.kilimanjaro-grid-small .block img{
	max-width: 360px;
	width: 100%;
}

/* Style the list */
ul.breadcrumbs {
    padding: 10px 16px;
    list-style: none;
    background-color: #f9f9f9;
}

/* Display list items side by side */
ul.breadcrumbs li {
    display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumbs li+li:before {
    padding: 0 0 0 4px;
    color: #ccc;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumbs li a {
    text-decoration: none;
}

@media all and (max-width : 879px) {
	#kilimanjaro-content{
		width: 90%;
	}

	#kilimanjaro-content p{
		font-size: 28px;
	}

	#subnav_wrapper {
		text-align: left;
	}

	#subnav_wrapper ul li{
		font-size: 13px;
		padding: 2px 0;
	}

	#subnav_wrapper ul li{
		font-size: 14px;
	}

	#subnav_wrapper ul li ul.sub-menu li{
		font-weight: normal;
		border-top: none;
		display: inline-block;
		width: auto;

	}

	#subnav_wrapper ul li ul.sub-menu li a{
		display: inline-block;
		font-family: Calibri, sans-serif;
	}

	#contact{
		text-align: center;
		margin-top: 20px;
	}

	.hidden-xs{
		display: none;
	}

	.visible-xs{
		display: block;
	}

	.kilimanjaro-grid .block{
		float: none;
		width:100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}

	.kilimanjaro-grid .block img{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.kilimanjaro-home-content .gform_wrapper form {
	  max-width: 90%;
	}

	.kilimanjaro-grid-small .block {
		width: 31.33%;
	}
	.kilimanjaro-grid-small .block:nth-child(4) {
		margin-left: 20%;
	}
}
