/* Global */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

.single-product a,
p a,
tbody a,
li a,
a.details-button,
section a {
  color: #88b516 !important;
}

.button-primary,
.button-primary:focus,
.rd-navbar-static .rd-dropdown-link:hover {
  color: #fff !important;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  color: #fff !important;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  font-size: 30px;
}

.context-dark a:not(.button),
.bg-gray-700 a:not(.button),
.bg-primary a:not(.button),
.bg-primary-9 a:not(.button),
.bg-secondary a:not(.button),
.bg-secondary-9 a:not(.button),
.context-dark a:not(.button):focus,
.bg-gray-700 a:not(.button):focus,
.bg-primary a:not(.button):focus,
.bg-primary-9 a:not(.button):focus,
.bg-secondary a:not(.button):focus,
.bg-secondary-9 a:not(.button):focus,
.context-dark a:not(.button):active,
.bg-gray-700 a:not(.button):active,
.bg-primary a:not(.button):active,
.bg-primary-9 a:not(.button):active,
.bg-secondary a:not(.button):active,
.bg-secondary-9 a:not(.button):active,
.rd-navbar-static .rd-navbar-aside-time span:first-of-type,
.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:focus,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a {
  color: #88b516;
}

.page-header {
  margin: 0 !important;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: none;
}

.rd-navbar-aside p {
  margin-top: 15px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  font-size: 30px;
  width: auto;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
  font-size: 22px;
}

.list-description-title::after {
  content: "";
}

h1,
.heading-1 {
  font-size: 30px;
}

h1.breadcrumbs-custom-title {
  color: #fff;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    2px 2px 0 #000;
}

.list-description li.active {
  background-color: lightgray;
  padding: 3px;
}

.list-description li {
  display: block;
}

.list-description li:hover,
.panel-title:hover {
  background-color: lightgray;
  padding: 3px;
}

@media (max-width: 1400px) {
  .rd-navbar-static .rd-nav-link {
    font-size: 15px !important;
  }
}

#google_translate_element {
  margin-left: 8px;
}

.page-header {
  padding-bottom: 0;
}

/* Homepage */

.swiper-container h1 {
  background: rgba(0, 0, 0, 0.5);
  padding: 4px;
}

.swiper-slide {
  height: 50vh;
}

@media (max-width: 1000px) {
  .swiper-slide {
    height: 100%;
  }
}

.home-cta h3 {
  font-size: 1.5em;
}

.section-xl {
  padding: 60px;
}

.home-green {
  color: #88b516;
}

.hr-home {
  border-top: 1px solid #88b516;
  width: 80%;
}

.home-section {
  padding-bottom: 20px;
}

.ed-shoutout {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

/* Systems Pages */

.single-product h1,
.single-product .heading-1 {
  font-size: 40px;
}

#systems-page .slick-slide img {
  height: 250px;
}

#systems-page .systems-list li::before {
  content: "•";
  font-size: 3em;
  color: green;
  /* display: inline-block; */
  width: 1em;
  height: 10px;
  position: relative;
  top: 10px;
}

#systems-page .systems-list * + .row {
  margin-top: 0;
}

@media (min-width: 1200px) {
  #systems-page .systems-list .row + .row {
    margin-top: 0;
  }
}

#systems-page .systems-list .row + .row {
  margin-top: 0;
}

/* #systems-page .systems-list li {
  height: 50px;
} */

#systems-page .systems-list {
  padding-bottom: 30px;
}

/* Exploded view styling */
#systems-page .the-layers {
  margin-top: 50px;
  position: relative;
}

#systems-page .row + .row {
  margin: 0;
}

.layers-container {
  margin: 0 auto;
}

.system-layers-list p {
  margin-bottom: 0;
}
.system-layers-list p span {
  display: none;
}
.system-layers {
  top: -27px;
}

.system-layers {
  position: absolute;
  top: -12px;
  right: 0;
}

.system-layers,
.system-layers-list,
.system-layers-list p:after,
.system-layers-list p:before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.system-layers-list:hover {
  cursor: pointer;
}
.system-layers-list p {
  position: relative;
}
.system-layers-list p:after {
  content: " ";
  position: absolute;
  top: calc(50% - 2px);
  right: -10px;
  height: 4px;
  width: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
.system-layers-list:hover p:after {
  width: 50%;
  right: calc(-50% - 10px);
}
.the-layers:hover .system-layers-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.system-layers-list:hover p span {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  display: inline-block;
  font-size: 40px;
  position: absolute;
  right: -14px;
  top: -20px;
}

.system-layers-list p {
  font-size: 14px;
}

.the-layers {
  margin-top: 80px;
  margin-bottom: 80px;
}

.the-layers img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .system-layers {
    top: -58px;
  }
}
@media (min-width: 992px) {
  .system-layers {
    top: -39px;
  }
}
@media (min-width: 768px) {
  .system-layers,
  .system-layers-list,
  .system-layers-list p:after,
  .system-layers-list p:before {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
}
@media (min-width: 768px) {
  .system-layers {
    top: -57px;
  }
}

/* Products Page */

.panel-title a svg {
  float: right;
}

.panel-body a {
  display: block;
}

h3.products-title {
  background-color: #d79d6c;
  width: fit-content;
  padding: 10px;
  margin: 10px 0;
}

h5.products-disc {
  color: #d79d6c;
}

.details-button {
  background-color: lightgray;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 6px;
}

.colorchart {
  margin-bottom: 30px;
}

/* Docs Page */
.docs-body {
  margin-top: 60px;
  position: relative;
}

.docs-menu {
  padding-bottom: 20px;
}

/* Applications Page */

.applications-page img {
  height: 250px;
  width: 100%;
}

/* Contact Page */
#contact {
  width: 100%;

  overflow: hidden;
  /* padding-bottom: 80px; */
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px;
  font: 300 60px "Oswald", sans-serif;
  letter-spacing: 6px;
  color: #000;
  margin-bottom: 25px;
}

.contact-wrapper {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  max-width: 800px;
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
  float: right;
  margin-top: 5px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #000;
}

.contact-text {
  font: 300 18px "Lato", sans-serif;
  letter-spacing: 1.9px;
  color: #000;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #888;
  text-decoration: none;
}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}

.social-media-list li a {
  color: #000;
}

.social-media-list li {
  position: relative;
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  color: #000;
  /* background-color: rgb(27, 27, 27); */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #000;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #888;
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
  color: #111;
}

hr {
  border-color: rgba(0, 0, 0, 0.8);
}

.map .container {
  width: 100% !important;
}

/* Gallery */

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  color: #88b516;
}

.carousel-indicators li {
  border: 2px solid #000;
  background-color: #88b516 !important;
  margin: 5px !important;
}

.gallery-section .slick-slide img {
  margin: 0 auto;
  width: 75%;
}

.gallery-section .slick-slider-child img {
  margin: 0;
}

.gallery-section .slick-slider-child .slick-current .item-inner::before {
  box-shadow: none;
}

body
  > div.page.animated
  > section.section.section-sm.bg-default.section-posts.gallery-section {
  padding: 0;
}

/* Begin Media Queries*/
@media screen and (max-width: 760px) {
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {
  /* #contact {
    height: 1200px;
  } */
  .section-header {
    font-size: 50px;
  }

  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media screen and (max-width: 760px) {
  .contact-left-side {
    display: none;
  }
}

/* Footer */

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #88b516;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #88b516;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
