﻿/* GARDENS	 */


section {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

.h6,
h6 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  background-color: #b90529;
  padding: 5px 0px;
  border-radius: 5px;
}
/* menu */
.bg-white {
  background-color: transparent !important;
}

.header-16 .navbar {
  top: 15px;
}

.navbar-nav > li > a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100px;
  color: #ffffff;
  padding: 0;
}

.navbar.navbar--dark .module .module-icon i,
.navbar.navbar--dark .navbar-nav > li > a {
  color: #ffffff;
  margin-top: -20px;
  margin-bottom: -20px;
}


/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .navbar.navbar--dark .module .module-icon i,
  .navbar.navbar--dark .navbar-nav > li > a {
    color: #a4c639;
    text-transform: lowercase;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
  }
}


h5 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 0 0;
  line-height: 2;
  text-transform: uppercase;
}

.module .module-icon {
  margin-right: 25px;
  cursor: pointer;
}
.module .module-icon i {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.module .module-active .module-icon i {
  color: #a4c639;
}



.module .module-icon {
  margin-right: 25px;
  cursor: pointer;
  line-height: 100px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.page-title .title--heading h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
}

.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
.navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {
  background-color: #ffffff;
}

.header-fixed .navbar.affix .module .module-icon i,
.header-fixed .navbar.affix .navbar-nav > li > a {
  color: transparent;
}

/* page title =================================================*/
.page-title {
  padding: 0;
}
.page-title .title {
  padding: 219px 0 119px;
}
.page-title .title--heading {
  margin-bottom: 0;
}
.page-title .title--heading h1 {
  color: #ffffff;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: lowercase;
  margin-bottom: 0;
}

/* parallax =================================================*/
.portfolio-parallax .portfolio-item .portfolio--img {
  min-height: 500px;
  background-attachment: fixed;
}
.portfolio-parallax .portfolio-item .portfolio--content {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* images/links/translations ===============================================*/
.blog-entry {
  background-color: transparent;
  padding: 0px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.blog-entry .entry--img {
  overflow: hidden;
  color: #a4c639;
}
.blog-entry .entry--img img,
.entry-related .entry--img img {
  max-width: 80%;
  height: auto;
  -moz-transition: all .35s linear;
  -webkit-transition: all .35s linear;
  -ms-transition: all .35s linear;
  -o-transition: all .35s linear;
  transition: all .35s linear;
}

.blog-entry .entry--img img:hover,
.entry-related .entry--img img:hover {
  transform: scale(1.1);
}
.entry-related .entry--img {
  overflow: hidden;
}
.blog-entry .entry--meta {
  color: #616161;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 5px;
}
.blog-entry .entry--meta .entry--cat a {
  color: #dd543d;
}
.blog-entry .entry--title {
  margin-bottom: 18px;
}
.blog-entry .entry--title h4 {
  color: #A4C639;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0;
}
.blog-entry .entry--title h4 a {
  color: #282828;
}
.blog-entry .entry--title h4 a:hover {
  color: #dd543d;
}
.blog-entry .entry--content {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 16px;
}
.blog-entry .entry--more {
  overflow: hidden;
}
.blog-entry .entry--more a {
  color: #dd543d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.blog-entry .entry--more a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #dd543d;
  transform: translateX(-50px);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.blog-entry .entry--more a:hover {
  color: #222222;
}
.blog-entry .entry--more a:hover:after {
  background-color: #222222;
  transform: translateX(0);
}
.blog-carousel {
  padding-bottom: 0px;
}

/* circles overlay */
.member .member-overlay .member-social {
  border-radius: 2px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.member {
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 50px;
}

.team-3 {
  padding-bottom: 10px;
}
.team-3 .member {
  margin-bottom: 0px;
}


/* banner ===============================================*/
.blog-banner .banner--img img,
.banner-related .banner--img img {
  max-width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  -moz-transition: all .35s linear;
  -webkit-transition: all .35s linear;
  -ms-transition: all .35s linear;
  -o-transition: all .35s linear;
  transition: all .35s linear;
}

/* Footer Bar */
.footer {
  background: #a4c639;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-widget {
  padding-top: 90px;
  padding-bottom: 77px;
  background-color: #a4c639;
  border-bottom: 3px #ffffff solid;
}

.footer--bar {
  border-top: 1px solid rgba(71, 71, 71, 0.25);
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #a4c639;
}
.footer--copyright {
  color: #ffffff;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  padding-right: 15px;
}


/* Footer-layout ===============================================*/
.subscription {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: -25px;
 }
 .responsive {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 298px;
  }

/* Footer - middle */
.footer-widget .footer--widget-left h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: lowercase;
  margin-bottom: 30px;
  border-bottom: 2px #ffffff solid;
}
.footer-widget .footer--widget-center-left h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
}
/*
.footer-widget .footer--widget-center-right h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: lowercase;
  margin-bottom: 30px;
}
*/
.footer-widget .footer--widget-right h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: lowercase;
  margin-bottom: 30px;
  border-bottom: 2px #ffffff solid;
  text-align: right;
}


/* Clocks */
.member .member-img {
  text-align: center;
  width: 80%;
  margin-left: 10%;
}
