/*
Theme Name: Lake Matheson
Theme URI: http://www.macstudio.co.nz
Description: WordPress Theme
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Version: Lake Matheson v1.0
Tags: MacStudio Design
*/
@font-face {
    font-family: 'nexa';
    src: url('fonts/nexa-webfont.eot');
    src: url('fonts/nexa-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa-webfont.woff2') format('woff2'),
         url('fonts/nexa-webfont.woff') format('woff'),
         url('fonts/nexa-webfont.ttf') format('truetype'),
         url('fonts/nexa-webfont.svg#nexaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa';
    src: url('fonts/nexabold-webfont.eot');
    src: url('fonts/nexabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexabold-webfont.woff2') format('woff2'),
         url('fonts/nexabold-webfont.woff') format('woff'),
         url('fonts/nexabold-webfont.ttf') format('truetype'),
         url('fonts/nexabold-webfont.svg#nexabold') format('svg');
    font-weight: 700;
    font-style: normal;

}

html {
	-webkit-font-smoothing: antialiased;
}


body {
	background: #4a4c4f;
	color: #fff;
	font-family: 'nexa', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

img {
	height:auto;
	max-width:100%;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/* LINKS */

a, a:focus, a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: 700;
	color: #90a145;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

.green a, .green a:focus, .green a:link, .green a:visited, .green a:active, .green a:hover {
	color: #fff;

}
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: 'nexa', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #90a145;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
.fade-white {
	background-color: rgba(255, 255, 255, 0.3);
}
.fade-white h1, .fade-white h2, .fade-white h3, .fade-white h4, .fade-white h5, .fade-white h6 {
	color: #fff;
	text-transform: uppercase;
}
/* FOOTER */

#footer-left ul {
	margin: 0px;
	padding: 0px;
}
#footer-left li {
	list-style-type: none;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* STYLES */

.padding {
	padding: 10px;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.clear {
	clear: both;
}
.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
.footer {
	background: #4a4c4f;
}
#menu {
	background-color: #4a4c4f;
}
.rslides {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rslides li {
	width: 100%;
	height: 100%;
}
.one, .two, .three, .four, .five {
	background-position: center;
	background-attachment: scroll;
}
.one {
	background-image: url(images/banner-1.jpg);
	background-size: cover;
}
.two {
	background-image: url(images/banner-2.jpg);
	background-size: cover;
}
.three {
	background-image: url(images/banner-3.jpg);
	background-size: cover;
}
.four {
	background-image: url(images/banner-4.jpg);
	background-size: cover;
}
.five {
	background-image: url(images/banner-5.jpg);
	background-size: cover;
}
.banner {
	height: auto;
	padding-bottom: 36.0531804%;
	width: 100%;
	overflow: hidden;
}
.bg-colour {
	background-color: #4a4c4f;
}
.negative-top {
	margin-top: -60px;
}
.negative-top.no-neg-phone {
	margin-top: 0;
}
.button {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	background-color: #90a145;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	transition: 1000ms;
	border: 1px solid transparent;
	cursor: pointer;
}
.button:hover {
	color: #90a145;
	background-color: #fff;
	border: 1px solid #90a145;
}

.footer-menu {
	list-style: none;
}
.footer-menu li {
	margin-right: 10px;
	float: left;
}
.footer-menu li:last-of-type {
	margin-right: 0;
}
.white-bg {
	background: #fff;
	color: #000;
}
#home-boxes {
	z-index: 9999999;
	position: relative;
}
.home-image, .home-blog-image {
	width: 100%;
	padding-bottom: 66.330391%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.home-blog-image {
	padding-bottom: 55%;
}
.col-4  {
	color: #fff;
}
.col-4  .white-bg {
	text-align: center;
}
.white-bg .col-4  {
	color: #000;
}
.col-4 .white-bg h1, 
.col-4 .white-bg h2,
.col-4 .white-bg h3,
.col-4 .white-bg h4,
.col-4 .white-bg h5,
.col-4 .white-bg h6,
.blog-content h1, 
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	padding-bottom: 0;
	margin-bottom: 0;	
	text-align: center;
	color: #90a145;
	text-transform: uppercase;
}
.blog-content h1, 
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	margin-top: 40px;
	margin-bottom: 60px;
}
.section-home-bg {
	text-align: center;
}
.section-home-bg .col-12 {
	margin: 200px 0;
}
.read-more,
.read-more:link,
.read-more:visited,
.read-more:active,
.read-more:hover {
	color: #fff;
}
.blog-content {
	text-align: center;
}
.blog-wrap {
	padding-bottom: 50px;	
}
.social img {
	width: 30px;
}
.header-right .book-now.button {
	float: right;
	margin-top: 10px;
	clear: both;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.header-right {
	margin-top: 20px	
}
.footer-logo img {
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display:  block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer-menu a,.footer-menu a:link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase
}

.footer-menu a:visited {
	color: #fff;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #90a145;
	text-decoration: none;
}

.footer-menu a:active {
	color: #fff;
	text-decoration: none;
}
.footer-menu {
	list-style: none;
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 0.8em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-menu li {
	display:inline-block;
	width:auto;
	
	margin: 0 10px; 
	-webkit-flex: 1 1 auto;
	-webkit-align-items:	center;
	flex: 1 1 auto;
	align-items:	center;
}
.footer-copy a,
.footer-copy a:link,
.footer-copy a:active,
.footer-copy a:visited {
	color: #fff;
}
.footer-copy a:hover {
	color: #90a145;
}
.footer-copy {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 30px;
}
.logo {
	margin: 0 auto;
	position: relative;
	display: block;
	float: none;
	width: 60%;
	padding: 5px 0;
}
.large_text {
	margin-top: 50px;
	display: block;
	position: relative;
	float: right;
	clear: both;
	padding: 7px 7px 7px 17px;
	background: rgba(153, 153, 153, 0.5);
	font-size: 1.5em;
	height: auto;
	line-height: 1;
	font-weight: 700;
}
.small_text {
	padding: 10px 10px 10px 20px;
	background: rgba(153, 153, 153, 0.5);
	font-size: 1em;
	padding: 5px 5px 5px 10px;
	height: auto;
	line-height: 1;
	font-weight: 700;
	margin-top: 20px;
	display: block;
	position: relative;
	float: right;
	clear: both;
	text-align: right;
}
#logo {
	width: auto;
	max-width: 100%;
}
.blog-wrap h3 {
	text-align: center
}
.green {
	background-color: #90a145;
	color: #fff;
}
.map-section {
	padding: 40px 0;
}

.embed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer-address {
	text-align: center;
	margin-top: 20px;
}
.side-bar .inner, .bg-colour.side-bar .inner {
	background-color: #fff;
}

.content-wrap {
	padding: 20px;
	background: #fff;
	color: #4a4c4f;
	float: left;
	width: 100%;
	box-sizing:border-box
}

.tab-content {
	display: none;
}
.cafe-menu-wrap {
	background: #737373
}
.tab-content.active {
	display: block;
}
.top-title {
	padding: 20px 0;
	text-align: center;	
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: 700;
}
.tab-wrap {
	display: inline-block;
	float: left;
	width: 100%;
	clear: both;
}
.tabs {
}
.tab {
	float: left;
	padding: 10px;
	margin-right: 5px;
	background: #a3a3a3;
	margin-bottom: 0;
	cursor:pointer;
	text-transform: uppercase;
}
.tab:hover {
	background: #ccc;
	color: #90a145
}
.tab.active {
	background: #fff;
	color: #90a145
}
.tab.active:hover {
	background: #fff;
	color: #90a145
}

.cafe-button {
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.tab-content table tr:nth-child(even) td {
	padding-bottom: 10px;
}

.mobile-head {
	text-align: center;
	display: block;
	margin: 10px 0;
}

.mobile-head .email, .mobile-head .tel {
	position: relative;
	float: left;
	width: 100%;
	padding:  0;
	color: #90a145;
}
.mobile-head .email {
	padding-bottom: 5px;
}
.select-wrap {
	position: relative;
}
.input-wrap .select-wrap:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: '';
  position: absolute;
  right: 15px;
  top: 40%;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
 }
 select {
	width: 100%;
	border: 0;
	background: #e3e3e3;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: inherit;
	color: #6E6E6E;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
}

.input-wrap input,
.input-wrap textarea,
.input-wrap select,
.input-wrap div.input {
	width: 100%;
	border: 0;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: inherit;
	color: #6E6E6E;
	border-radius: 5px;
	text-transform: uppercase
}

.input-wrap textarea {
	height: 150px;
}

.input-wrap.submit input {
	border: 1px solid transparent;
	background-color: #90a145;
	color: #fff;
}
.footer-address h1 {
	text-align: center;
	color: #fff;
}
.blog-wrap .col-4, .side-bar {
	overflow: hidden;
}
@media only screen and (min-width: 641px) {
.zeroMargin_tablet {
	margin-left: 0;
}
.mobile-head {
	display: none;
}

.large_text {
	font-size: 2em;
	padding: 10px 10px 10px 25px;
}
.small_text {
	font-size: 1.1em;
	padding: 7px 7px 7px 15px;
}
.negative-top {
	margin-top: -60px;
}
.negative-top.no-neg-phone {
	margin-top: -60px;
}
.logo {
	float: left;
	width: 32.2033%;
	padding: 20px 0;
}
#logo {
	width: 350px;
	max-width: none;
}
.footer-address {
	text-align: right;
	margin-top: 0;

}

hr {
	border-top: 1px solid #CCCCCC;
	clear: both;
	margin-top: 25px;
}

.footer-address h1 {
	text-align: right;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.zeroMargin_desktop {
	margin-left: 0;
}
.large_text {
	font-size: 5em;
	padding: 10px 10px 10px 25px;
}
.small_text {
	font-size: 1.5em;
	padding: 10px 10px 10px 20px;
	font-weight: 400;
	width: 64%;
}
}
