.t3-header.navbar-fixed-top .logo a {
  margin-top: 19px;
}

.qx-element-heading .section-title span {
  font-weight: 800;
  border-bottom: 1px solid #08ab0f;
}
.qx-element-heading .section-title span:first-child {
  font-weight: 800;
  border-bottom: 1px solid #08ab0f !important;
}
.qx-element-heading .section-title span:last-child {
  font-style: inherit;
  border-bottom: 0;
  font-family: inherit;
}

.qx-element-joomla-articles .qx-media-inner {
  border: none;
  margin-bottom: 0;
}
.qx-element-joomla-articles .qx-media-inner:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.qx-element-joomla-articles .qx-media-inner:hover img {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.qx-element-joomla-articles .qx-media-inner .qx-media-body {
  background-color: transparent;
  padding: 0;
}
.qx-element-joomla-articles .qx-media-inner .qx-media-body .qx-element-jarticle-introtext {
  font-weight: 500;
}
.qx-element-joomla-articles .qx-media-inner .qx-media-body a.qx-btn {
  background-color: transparent;
  border: none;
  color: #212121;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-element-joomla-articles .qx-media-inner .qx-media-body a.qx-btn:hover,
.qx-element-joomla-articles .qx-media-inner .qx-media-body a.qx-btn:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #08ab0f;
  text-decoration: underline;
}

.recent-class {
  background-position-x: -17vw !important;
}
.recent-class .single-class .qx-element-text {
  display: inline-block;
  padding: 0px 15px;
}
.recent-class .single-class .qx-element-text p {
  margin-bottom: 0;
}

.image-gallery .qx-element-blurb {
  margin: 0;
}
.image-gallery .qx-element-blurb .qx-blurb-title {
  position: relative;
}
.image-gallery .qx-element-blurb .qx-blurb-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  background-color: #fff;
  width: 60px;
  height: 3px;
  margin: 0 auto;
}
.image-gallery .qx-element-blurb a {
  background-color: #fff;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
}
.image-gallery .qx-element-blurb a:hover {
  text-decoration: none;
  background-color: #06810b;
  color: #fff;
}

.t3-footer {
  border-top: 0;
}
.t3-footer .footer-social a:hover {
  color: #08ab0f;
}
.t3-footer .t3-footnav ul li a:hover {
  color: #08ab0f !important;
}
.t3-footer .subscribe-box form button[type="submit"] {
  background-color: #08ab0f !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  margin-top: -2px !important;
}
.t3-footer .subscribe-box form button[type="submit"] i {
  color: #ffffff;
}

@media (max-width: 480px) {
  .navbar-toggle {
    display: none;
  }
  .off-canvas-toggle {
    margin-top: 10px;
    left: 0 !important;
  }
}
@media (max-width: 768px) {
  .navbar-toggle {
    display: none;
  }
  .image-gallery .qx-element-image img {
    width: 100%;
  }
  .qx-element-joomla-articles .qx-media-grid {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .qx-element-joomla-articles .qx-media-grid figure img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .off-canvas-toggle {
    top: -17px;
    left: 0 !important;
  }
  .navbar-fixed-top .off-canvas-toggle {
    top: 8px;
  }
  .image-gallery .qx-element-image img {
    width: 100%;
  }
}