body {
  background-color: #e6ffe6;
  /*background-color: whitesmoke;*/
  max-width:100%}

a {
  color: black;
  text-decoration: underline; }

a:hover {
  color: #555; }

.card, .gardenpic {
	margin-top:20px;
	margin-bottom:20px;
}
  
  
.card-header {
  background-color: #009344;
  color: #ffffff;
  font-size: 20px;
  line-height: 22px; }

a.btn {
	text-decoration:none;
}	
  
figure {
  text-align: center; }

figcaption {
  font-style: italic; }

::-webkit-scrollbar {
  width: 15px; }

::-webkit-scrollbar-track {
  background-color: lightgrey; }

::-webkit-scrollbar-thumb {
  background-color: #8cc63f; }

.badge-success {
  background-color: #009344; }
   
.carousel {
  padding: 3px;
  /*padding-bottom:100px;*/
  background-color: lightgrey; }
  .carousel .carousel-inner {
    /*        overflow:visible !important;*/ }
  .carousel .carousel-caption {
    bottom: -120px;
    color: black;
    left: 4% !important;
    right: 4% !important; }
  .carousel .carousel-item {
    margin-bottom: 120px; }
    .carousel .carousel-item a {
      margin: 0 auto; }
  .carousel .carousel-indicators {
    bottom: 10px; }

.jumbotron {
  margin-bottom: 0 !important; }

.homepage .long-blurb {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px; }
.homepage .top-blurb {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px; }
.homepage .col-areas {
  padding: 0; }
.homepage .background {
  background-color: rgba(255, 255, 255, 0.9); }
.homepage .no-padding {
  padding: 0 !important; }
.homepage .squares {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
.homepage .transparent {
  pointer-events: none; }
.homepage .clickable {
  pointer-events: auto; }
.homepage .square {
  /*height:25vh;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .homepage .square .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6ffe6;
    opacity: 0;
    transition: all 0.2s; }
  .homepage .square .garden-name-text {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    transition: all 0.2s; }
    .homepage .square .garden-name-text .caret {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -24px; }
  .homepage .square:hover .overlay {
    opacity: 0.7 !important; }
  .homepage .square:hover .garden-name-text {
    opacity: 1 !important; }
  .homepage .square a {
    display: inline-block;
    height: 100%;
    width: 100%; }
.homepage .areas {
  /*position:absolute;*/
  /*z-index:100;*/ }
  .homepage .areas ul {
    /*z-index:102;*/
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid lightgrey; }
  .homepage .areas .heading {
    padding: 8px 12px;
    font-weight: bold;
    text-align: center;
    background-color: lightgrey; }
  .homepage .areas .area-link {
    /*width:20%;*/
    box-sizing: border-box;
    transition: all 0.1s;
    cursor: pointer;
    border-top: 1px solid lightgrey; }
    .homepage .areas .area-link .caret {
      transition: all 0.1s;
      opacity: 0;
      right: 7%;
      position: absolute; }
    .homepage .areas .area-link:hover {
      border-color: transparent;
      background-color: #8cc63f; }
      .homepage .areas .area-link:hover .caret {
        opacity: 1; }
    .homepage .areas .area-link a {
      padding: 8px 12px;
      height: 100%;
      width: 100%;
      display: inline-block;
      text-decoration: none !important; }

.info {
  font-size: 20px; }

.block {
  height: 320px;
  position: relative; }
  .block:hover {
    /*background-color: $lightgreen;*/
    cursor: pointer; }
  .block a {
    height: 100%;
    width: 100%;
    display: inline-block; }
  .block .background {
    height: 60%;
    width: 80%;
    top: 10%;
    left: 10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    transition: all 0.2s; }
    .block .background:hover {
      height: 90%;
      width: 90%;
      top: 5%;
      left: 5%; }
  .block .title {
    pointer-events: none;
    padding: 10px;
    position: absolute;
    color: black;
    /*            -webkit-text-fill-color: $purple;
                -webkit-text-stroke-width: 2px;
                -webkit-text-stroke-color: $dark;*/
    text-align: center;
    font-weight: normal;
    font-size: 35px;
    height: 100px;
    line-height: 40px;
    width: 92%;
    top: 69%;
    /*            left:50%;
                transform: translate(-50%,-50%);*/
    /*background-color:rgba(255,255,255,0.7);*/
    background-color: #e6ffe6; }

.block-logo {
  height: 320px;
  position: relative; }
  .block-logo .background {
    height: 80%;
    width: 80%;
    top: 10%;
    left: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute; }

.header {
  background-color: #e6ffe6; }
/*
  .header .header-logo {
    background-image: url("../../images/logokey.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%; }
  .header .lpgt-logo {
    background-image: url("../../images/lpgt_logo.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%; }
*/
  .header .logo-left img,.header .logo-right img  {
	width:100%;}
  .header .logo-left {
	  display: flex;
	  justify-content: left;
	  align-items: center;
  }
  .header .logo-right {
	  display: flex;
	  justify-content: right;
	  align-items: center;
  }
  .header .date {
    color: #009344;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal; } /* Was bold */
  .header hr {
    width: 10%;
    margin: 0 auto; }
  .header .header-slogan {
    max-width: 100%; }
  .header .logo-centre img {
	height: 120px;
	}

.navbar {
  background-color: #009344;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px; /* originally 20px */
  line-height: 22px; }
  .navbar .page-title-xs {
    padding: .5em 1em;
    color: #ffffff;
    margin-right: 80px; }
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar .nav-link:hover, .navbar .selected {
    background-color: #8cc63f; }
  .navbar a {
    text-decoration: none !important;
    color: #ffffff; }
    .navbar a:hover {
      color: #b84d8a; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 320px; }  /* was 240 */

.footer {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 320px;   /* was 240px */
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: lightgrey; }
  .footer .space-above {
    margin-top: 5px; }
  .footer .mce-response-error, .footer .mce-response-success {
    position: absolute;
    z-index: 100;
    padding: 2px;
    display: none; }
  .footer .mce-response-error {
    background-color: lightpink; }
  .footer .mce-response-success {
    background-color: lightgreen; }
  .footer input.mce_inline_error {
    border-color: red !important; }
  .footer div.mce_inline_error {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    font-weight: normal !important;
    color: #000000 !important;
    position: absolute;
    top: 100%; }
  .footer .sponsors {
    /*text-align: center;*/ }
  .footer .social {
    display: inline-block;
    height: 60px;
    width: 60px; }
    .footer .social div {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 100%; }
  .footer .sponsor {
    display: inline-block;
    height: 40px;
    width: 40px; }
    .footer .sponsor div {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 100%; }
  .footer .input-group-email #mce-EMAIL {
    width: 75%;
    padding-left: 2px;
    padding-right: 2px; }
  .footer .input-group-email span {
    width: 25%; }
    .footer .input-group-email span input {
      width: 100%;
      min-width: 100px;
      padding-left: 2px;
      padding-right: 2px; }

.start-closed {
  display: none; }

@media (min-width: 576px) {
  .footer {
    height: 240px; }
    .footer .social {
      height: 60px;
      width: 60px; }
    .footer .sponsor {
      height: 40px;
      width: 40px; }

  body {
    margin-bottom: 240px; } }
@media (min-width: 768px) {
  .footer {
    height: 210px; }
    .footer .social {
      height: 60px;
      width: 60px; }
    .footer .sponsor {
      height: 50px;
      width: 50px; }

  body {
    margin-bottom: 210px; }

  .start-closed {
    display: block;
    display: initial; } }
@media (min-width: 992px) {
  .footer {
    height: 180px; }    /* was 150px */
    .footer .social {
      height: 60px;
      width: 60px; }
    .footer .sponsor {
      height: 50px;
      width: 50px; }

  body {
    margin-bottom: 180px; }  /* was 150px */
}
	
.footer .sponsor[title = "Hamptons"]
	{Width:80px;}
.footer .sponsor[title = "Transport for London"]
	{Width:80px;margin-right:3px;}
/*// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 
    .footer{
        height: $footerHeightXL + 2 * $footerPadding;
    }
    body {
        margin-bottom: $footerHeightXL + 2 * $footerPadding;
    }
}*/
.garden-2018 .space-above {
  margin-top: 10px; }
.garden-2018 .card-title {
  margin-bottom: 0; }
.garden-2018 .card-text {
  margin-bottom: 0.5rem; }
.garden-2018 .nearby-gardens .row {
  padding-left: 20px; }
.garden-2018 .title {
  margin-bottom: 1rem;
  margin-top: 1rem; }
/*
.gardens-2018 .garden-list a {
  padding-left: 3rem !important; }
*/
  .gardens-2018 .garden-list .id {
  font-weight: bold;
  margin-left: -3rem;
  position: absolute; }
.gardens-2018 .collapse-ison {
  float: right;
  transition: all 0.5s; }
.gardens-2018 .rotated .collapse-ison {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.gardens-2018 .results .nav-link {
  font-weight: bold;
  width: 40vw;
  max-width: 200px;
  text-align: center; }
  .gardens-2018 .results .nav-link:not(.active) {
    border-color: #ddd #ddd transparent;
    /*background-color:$lightgreen;*/ }
  .gardens-2018 .results .nav-link.active {
    border-color: #ddd #ddd transparent;
    background-color: lightgrey;
    color: black; }
.gardens-2018 .search-background {
  background-color: lightgrey;
  background-clip: content-box; }
  .gardens-2018 .search-background label {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px; }
  .gardens-2018 .search-background .col-12 {
    padding-left: 30px;
    padding-right: 30px; }
.gardens-2018 .selector-time-button-booked {
  white-space: normal;
  width: 78%; }
.gardens-2018 .thing-span {
  text-align: right; }
.gardens-2018 .hidden {
  display: none; }
.gardens-2018 #map {
  width: 100%;
  height: 500px;
  border: 5px solid lightgrey; }
.gardens-2018 .space-above {
  margin-top: 20px; }
.gardens-2018 .selector-col {
  background-color: lightgray; }
.gardens-2018 .selector-time-select {
  height: 37px;
  width: 75px; }
.gardens-2018 .selector-time-span {
  white-space: nowrap; }
.gardens-2018 .selector-time-button {
  margin-bottom: 5px; }
.gardens-2018 .col-where {
  line-height: 30px; }
  .gardens-2018 .col-where select {
    float: right;
    width: 70%;
    height: 30px; }
.gardens-2018 .col-type select {
  width: 100%;
  height: 30px; }
.gardens-2018 .garden-option {
  margin: 2px 2px; }
.gardens-2018 button {
  cursor: pointer; }
  .gardens-2018 button .indicator {
    margin-left: 5px;
    margin-right: -6px; }
.gardens-2018 .day-selector {
  width: 125px; }
  .gardens-2018 .day-selector .indicator {
    float: right; }
  .gardens-2018 .btn-secondary .yes {
    visibility: hidden; }
.gardens-2018 .garden-booleans > label {
  text-align: center;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border: 1px lightgray solid;
  cursor: pointer;
  /*background-color:$lightgreen;*/
  /*border-color: #a0d062;*/ }
  .gardens-2018 .garden-booleans > label:hover {
    background-color: #009344;
    /*border-color: $darkgreen;*/ }
  .gardens-2018 .garden-booleans > label .tick {
    display: none;
    float: right;
    margin-right: 20px; }
  .gardens-2018 .garden-booleans > label input {
    /*display:none;*/ }
  .gardens-2018 .garden-booleans > label.selected {
    background-color: #39b449;
    /*border-color: $darkgreen;*/ }
    .gardens-2018 .garden-booleans > label.selected .tick {
      display: block; }
.gardens-2018 .marker-title {
  color: #009344;
  margin: 0; }
.gardens-2018 .marker-link {
  font-weight: bold; }
.gardens-2018 a.list-group-item {
  text-decoration: none; }
  .gardens-2018 a.list-group-item:hover {
    text-decoration: underline; }

/*# sourceMappingURL=main.css.map */
