/* colours */
@import url("css/minitwitter.css");
@import url("css/lexia.css");
/*@import url('css/fontawesome.css');*/
/* Search form */
.search-form {
  height: 36px;
  margin: 20px 0;
  position: relative;
  width: 100%;
}

.search-submit {
  background: #fff;
  border: medium none;
  border-radius: 0 !important;
  box-shadow: none;
  height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}
.search-submit .icon {
  width: 70%;
  height: 70%;
}
.search-submit:hover {
  background: #444;
  box-shadow: none;
  color: #fff;
}
.search-submit:hover .icon {
  fill: #fff;
}
.search-submit span {
  color: #ccc;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 24px;
  left: 7px;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 4px;
  width: 24px;
}
.search-submit span:before {
  content: "\f002";
  line-height: 24px;
  cursor: pointer;
}

.search-field {
  -webkit-appearance: none;
  border: medium none !important;
  border-radius: 0 !important;
  color: #666;
  font-size: 16px;
  left: 0;
  line-height: 24px;
  margin: 0 !important;
  padding: 6px;
  position: absolute;
  top: 0;
}

/* ALL FORMS */
input, textarea {
  padding: 8px;
  margin: 0px 0 9px 0;
  font-size: 14px;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}

#enquiry {
  position: fixed;
  left: -200px;
  width: 50px;
}

input[type="checkbox"] {
  display: inline;
}

textarea {
  height: 90px;
  width: 254px;
  font-family: "lucida grande", Verdana, Candara, Arial, sans-serif;
}

input:focus, textarea:focus {
  background: #F7f9f7;
}

label {
  clear: left;
  color: #344A5A;
  display: block;
  font-size: 11px;
  margin-top: 0;
}

.required {
  color: #600;
  font-size: 11px;
  text-align: left !important;
  line-height: 13px;
}

.status {
  background: none repeat scroll 0 0 #AACCAA;
  color: #454545;
  font-size: 14px;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}

.red {
  background: #F0AAAA;
}

.green {
  background: #AACCAA;
}

input[type="submit"] {
  background-color: #ee782f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover,
.button:hover {
  color: #fff;
  background-color: #444;
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.button:active {
  color: #fff;
  background-color: #3675a4;
}

/* omment formss */
.entry form {
  /* This is mainly for password protected posts, makes them look better. */
  /*text-align:center;*/
}

select {
  width: 130px;
}

#commentform input {
  margin: 5px 5px 10px 0;
  padding: 8px;
  width: 100%;
  font-size: 18px;
}

#commentform {
  margin: 5px 10px 0 0;
}

#commentform textarea {
  width: 100%;
  padding: 8px;
}

#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
}

#respond {
  background: #eee none repeat scroll 0 0;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 10px;
}

/* Mailing list */
#mailing-subscription {
  border-radius: 6px;
  padding: 6px 6px 6px 15px;
  background-color: #F7F9AC;
}

.mailing label, #waiting-list label {
  width: 100%;
}

/* STUFF */
#contactbyemail {
  width: 20px;
  float: left;
  margin-right: 10px;
}

#demoform div {
  clear: both;
}

#emailcheckbox {
  font-size: 13px;
  margin-top: 0px;
  color: #344a5a;
  font-weight: bold;
}

.information {
  background: #FCDDA6;
  padding: 10px 15px 18px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 20px;
  margin: 0px 10px 15px 10px;
  border: 1px solid #DCA765;
  font-size: 13px;
  clear: right;
}

.information p {
  font-size: 13px !important;
  color: #333;
  margin: 6px 0;
}

#customer-info {
  font-size: 10px;
  color: #bbb;
  text-align: left;
  width: 120px;
  float: left;
  position: absolute;
  margin-top: -20px;
  margin-left: 3px;
}

#customer-info a {
  text-decoration: underline;
  color: #bbb;
}

#customer-info a:hover {
  text-decoration: none;
}

/* Question Form */
#question-form input[type="text"] {
  clear: left;
  width: 308px;
}

#question-form textarea {
  clear: left;
  width: 312px;
}

#question-form select {
  height: 25px;
  padding-top: 2px;
  width: 316px;
}

#question-form #Submit {
  margin-left: 50px;
}

/* Not sure */
svg:not(:root) {
  overflow: hidden;
}

.icon {
  display: inline-block;
  fill: #919191;
  height: 100%;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 100%;
}

.close-button {
  position: fixed;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  z-index: 200;
}

#menu-toggle-container {
  height: 40px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 40px;
  background: rgba(20, 20, 20, 0.5);
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px;
  z-index: 100;
  cursor: pointer;
}
#menu-toggle-container .menu-toggle {
  fill: #fff;
  height: 100%;
  width: 100%;
}

.shade-header .icon {
  height: 18px;
  width: 18px;
  top: 3px;
  float: right;
  margin-right: 5px;
  fill: #919191;
}

.shade-header .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.shade-header.open .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#home-button, #posts-button {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

* {
  box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

a:active img, a img, a {
  outline: none;
}

#home-page-banner {
  background: #feffd3;
  padding: 3px 9px 9px 9px;
  margin-top: 6px;
}

#home-page-banner h2 {
  margin-top: 9px;
}

/* Begin Typography & Colors */
body {
  font-size: 15px;
  font-family: Calibri, 'Lucida Grande', 'Helvetica Neue', Arial, Sans-Serif;
  background: #faf6ef;
  color: #333;
  border-top: 12px solid #016b00;
  line-height: 1.4;
}

.widecolumn .entry, p {
  font-size: 15px;
}

p.nomargin {
  margin: 0 !important;
}

.narrowcolumn .postmetadata {
  text-align: center;
}

.thread-alt {
  background-color: #f8f8f8;
}

.thread-even {
  background-color: white;
}

.depth-1 {
  border: 1px solid #ddd;
}

.even, .alt {
  border-left: 1px solid #ddd;
}

/* font sizes and colours */
a {
  color: #336D18;
}

.small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3 {
  font-family: Lexia, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 40px;
  line-height: 1;
}

#header h1 {
  margin: 0;
}

#header .description {
  font-size: 20px;
  line-height: 1;
  text-indent: 0.3em;
  font-family: Lexia;
  font-weight: 100;
}

h2 {
  font-size: 20px;
  margin: 0 0 12px 0;
  color: #336D18;
}

#content h2 {
  font-size: 30px;
  font-weight: 100;
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.2;
}

h2 a {
  color: #336D18 !important;
}

h2.pagetitle {
  font-size: 30px;
}
h2.pagetitle span {
  font-size: 24px;
  margin-left: 10px;
}

#sidebar h2 {
  font-family: 'Lucida Grande', Verdana, Sans-Serif;
  font-size: 14px;
  margin-top: 20px;
}

h3 {
  font-size: 18px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  text-decoration: none;
  color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #336D18;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
}

.entry p a:visited {
  color: #b85b5a;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

.commentmetadata {
  font-weight: normal;
}

small, #sidebar ul ul li, #ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #454545;
}

code {
  font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
  color: #3675A4;
  text-decoration: none;
}

a:hover {
  color: #336D18;
  text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

.smalltype {
  font-size: 0.8em;
}

/* End Typography & Colors */
/* Begin Structure */
body {
  margin: 0;
  padding: 0;
}

#page {
  background: #f9f8f1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

#content {
  padding-top: 40px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

#header {
  background: url("images/header2.jpg") no-repeat center/cover;
  height: 248px;
}

#menu-toggle-container {
  display: none;
}

#header-inner {
  position: relative;
  height: 100%;
  margin: 0;
  background: -webkit-linear-gradient(top, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
}

.site-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px 20px;
}

.narrowcolumn {
  float: left;
  width: 60%;
  padding-left: 20px;
  overflow: hidden;
}

.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 50px;
  width: 600px;
}

.post {
  margin: 0 0 40px;
  text-align: justify;
}

.post hr {
  display: block;
}

.widecolumn .post {
  margin: 0;
}

.narrowcolumn .postmetadata {
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.widecolumn .postmetadata {
  margin: 30px 0;
}

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

#sidebar {
  float: right;
  padding: 40px 20px 0 0;
  width: 35%;
}
#sidebar .close-button {
  display: none;
}

.postmetadata {
  font-size: .8em;
  clear: both;
}

.clear {
  clear: both;
}

#category-description {
  text-align: center;
  background-color: #feffd3;
  padding: 6px;
  margin-top: 6px;
}

#footer {
  background: #016b00;
  clear: both;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
#footer p {
  margin: 0;
  text-align: center;
}

#footer a {
  color: #ccf;
}

/* End Structure */
/* header */
.site-title .description {
  color: #fff;
  font-family: Lexia;
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
  text-indent: 0.3em;
}

/* Begin Images */
img {
  padding: 0;
  max-width: 100%;
  height: auto;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 12px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 12px 2px 0;
  display: inline;
}

.alignright {
  float: right;
  margin-left: 12px;
}

.alignleft {
  float: left;
  margin-right: 12px;
}

.shadow {
  box-shadow: 5px 5px 5px #aaa;
  -moz-box-shadow: 5px 5px 5px #aaa;
  -webkit-box-shadow: 5px 5px 5px #aaa;
}

/* End Images */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
}

html > body .entry li {
  margin: 7px 0 8px 15px;
}

.entry ul li:before, #sidebar ul ul li:before {
  content: "\272a \0020";
}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul,
#sidebar ul ol,
#sidebar li {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  margin-bottom: 6px;
  text-indent: -10px;
  padding: 0 0 0 10px;
}
#sidebar ul li::before {
  content: "\272a \0020";
}

#sidebar .archives-index ul li {
  display: inline;
  padding-left: 0;
}

#sidebar ul ul li, #sidebar ul ol li {
  font-size: 12px;
  margin: 3px 0 0;
  padding-left: 10px;
  text-indent: -10px;
}

#sidebar .archives-index ul li a {
  font-size: 11px;
}

#sidebar .archives-index {
  line-height: 1;
}
#sidebar .archives-index ul ul li {
  margin: 0;
}
#sidebar .archives-index ul li:before {
  content: "" !important;
}

#sidebar .archives-index ul li:after {
  content: "..";
}

#cirrusCloudWidget a:hover {
  border: 1px solid #fff !important;
  background: #3675a4;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
}

/* End Entry Lists */
/* End Form Elements */
/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;
}

.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}

.children {
  padding: 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}

/* End Comments */
/*  Sidebar */
#sidebar p {
  font-size: 1em;
}

.current-cat {
  font-weight: bold;
}

/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
  /* Doesn't work in IE */
  background-color: #fff;
}

/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

hr {
  display: none;
}

a img {
  border: none;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* End Various Tags & Classes*/
/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  border-radius: 3px;
  max-width: 100%;
}

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* End captions */
/* Specials */
#wp-cumulus-container {
  /*margin-left:-30px;*/
}

.pdfdownload {
  background: url(images/icon_pdf_32x32.gif) no-repeat center left;
  padding: 0 0 0 21px;
  line-height: 21px;
}

#homelink {
  background: url(images/home.png) no-repeat bottom left;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

#homelink:hover {
  background-position: top left;
}

#postslink {
  background: url(images/posts-icon.png) no-repeat bottom left;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

.pagelink {
  background: url(images/posts-icon.png) no-repeat bottom left;
  line-height: 40px;
  padding-left: 40px;
}

#postslink:hover {
  background-position: top left;
}

.readmore {
  clear: left;
  display: block;
  float: right;
  margin: 6px 0;
  font-size: 14px;
}

div.clock {
  height: 25px;
  width: 160px;
  background: url("images/clock.png") no-repeat bottom left;
  padding: 0 0 0 30px;
}

div.petition {
  background-color: #F5F2F5;
  border: 1px dashed #A0A0A9;
  padding: 9px;
  box-shadow: 5px 5px 5px #aaa;
  -moz-box-shadow: 5px 5px 5px #aaa;
  -webkit-box-shadow: 5px 5px 5px #aaa;
}

.petition h3, .petition h2 {
  margin: 9px 0 21px;
  padding: 0;
}

form.petition {
  border-bottom: 1px solid #A0A0A9;
  border-top: 1px solid #A0A0A9;
  font-size: 16px;
  line-height: 32px;
  margin-top: 24px;
  padding: 9px 0;
}

.petition input {
  color: #888888;
  font-size: 24px;
  height: 10px;
  padding: 12px 5%;
  width: 90%;
}

.petition textarea {
  color: #888888;
  font-size: 18px;
  padding: 12px 5%;
  width: 90%;
}

#fcpetition-submit {
  height: 50px;
  font-size: 20px;
}

.petition input[type="checkbox"] {
  height: 40px;
  width: 40px;
}

div.petition-header {
  color: #676899;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  background-color: #e9e9ef;
  padding: 6px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/* Shade header */
.shade-header {
  cursor: pointer;
  display: block;
  font-family: Lexia,sans-serif !important;
  font-size: 18px !important;
  font-weight: 100;
  padding: 0;
  text-transform: uppercase;
  margin-top: 10px !important;
}

.shade-content {
  display: none;
}

.shade-content p:first-child {
  font-size: 12px !important;
}

/* icon in svg */
/* Facebook Feed */
#facebook-feed {
  background-color: #B2DAEB;
  border-radius: 6px 6px 6px 6px;
  padding: 9px;
  height: 370px;
  overflow: hidden;
}

.ik_fb_feed_window {
  background-color: #FEFEFE;
  display: block;
  height: 268px;
  margin: 0 !important;
  overflow: scroll;
  padding: 0 3px !important;
}

#ik_fb_widget .ik_fb_feed_item img {
  clear: both;
  float: left;
  margin-bottom: 12px;
  margin-right: 6px;
  width: auto;
}

#ik_fb_widget .ik_fb_profile_picture {
  background: url("images/facebook.48.png") no-repeat scroll right top transparent;
  float: right;
  height: 48px;
  padding-right: 50px;
  position: relative;
  text-align: left;
  width: 230px;
}

#like_button {
  height: 40px;
  margin-top: -22px;
  width: 159px;
}

#ik_fb_widget .ik_fb_feed_item:before {
  content: "" !important;
}

/* WPFC7 */
.wpcf7-form div {
  background: #C7DFE2;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 12px 6px;
  margin-bottom: 12px;
}

.wpcf7-form div div {
  padding: 0;
}

.wpcf7 label {
  display: block;
  float: left;
  font-size: 13px;
  width: 150px;
  text-align: left;
}

.wpcf7 input, .wpcf7 textarea {
  width: 360px !important;
}

.wpcf7 input[type="radio"] {
  display: inline-block;
  width: 18px !important;
}

@media screen and (max-width: 768px) {
  .narrowcolumn {
    width: 100%;
    padding: 0 20px;
  }

  img.aligncenter, img.alignnone {
    width: 100%;
  }

  #menu-toggle-container {
    display: block;
  }

  #sidebar {
    display: none;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: 0;
    background: #f8f8f8;
  }
  #sidebar .close-button {
    display: block;
  }

  .widget {
    display: inline-block;
    font-size: 0;
    margin: 20px 2%;
    vertical-align: top;
    width: 45%;
  }
  .widget.tag-cloud {
    display: none;
  }

  .search-form {
    margin-top: 0;
    background: #fff;
    height: 57px;
  }

  .search-field {
    top: 10px;
  }

  .search-submit {
    height: 57px;
  }
  .search-submit span {
    top: 14px;
  }
}
@media screen and (max-width: 600px) {
  .widget {
    width: 100%;
    margin: 20px 0;
  }

  h1 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=style.css.map */