/**
 * Bootstrap variables
 */
/**
 * Helper variables
 */
/**
 * Color variables
 */
/**
 * Fonts
 */
.primekey-child .site-footer .site-footer--footer {
  padding: 50px 0;
}

.primekey-child .site-footer .site-footer--social-list {
  margin-top: 0;
  text-align: center;
}

.primekey-child {
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .primekey-child {
    padding-top: 50px;
  }
}

.primekey-child .site-header {
  height: 90px;
}

@media (max-width: 991.98px) {
  .primekey-child .site-header {
    height: 50px;
  }
}

.primekey-child .site-header .site-header--top .top--navigation-menu {
  height: 90px;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .primekey-child .site-header .site-header--top .top--navigation-menu {
    height: 50px;
  }
}

.primekey-child .site-header .site-header--top .top--navigation-menu ul li a {
  color: #000;
  font-weight: 400;
}

.primekey-child .site-header .site-header--top .logo {
  width: 175px;
  height: 90px;
}

@media (max-width: 991.98px) {
  .primekey-child .site-header .site-header--top .logo {
    height: 50px;
    width: 120px;
  }
}

.primekey-child .site-header .site-header--top .logo .logo--link {
  height: 55px;
}

@media (max-width: 991.98px) {
  .primekey-child .site-header .site-header--top .logo .logo--link {
    height: 37px;
  }
}

.primekey-child.site-header--top-scrolled .site-header {
  height: 50px;
}

.primekey-child.site-header--top-scrolled .site-header .logo {
  height: 50px;
}

.primekey-child.site-header--top-scrolled .site-header .logo .logo--link {
  height: 37px;
}

.primekey-child.site-header--top-scrolled .site-header .site-header--top .top--navigation-menu {
  padding-right: 0;
}

.primekey-child.site-header--top-scrolled .off-canvas .hamburger {
  height: 50px;
  width: 50px;
  left: -50px;
}

.primekey-child.site-header--top-scrolled .off-canvas .hamburger a .nav-txt {
  top: 23px;
  left: 12px;
  right: 12px;
}

.primekey-child .component-hero .component-hero--header.auto-height {
  padding-top: 90px;
  padding-bottom: 90px;
}

.primekey-child .off-canvas .hamburger {
  z-index: 9;
  height: 50px;
  width: 50px;
  left: -50px;
}

.primekey-child .off-canvas .hamburger a .nav-txt {
  top: 23px;
  left: 12px;
  right: 12px;
}

@media (min-width: 992px) {
  .primekey-child .off-canvas {
    display: none;
  }
}

.news-archive-wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}

.news-archive-wrap .news-archive-header {
  margin-bottom: 80px;
}

.news-archive-wrap .news-archive-header h2,
.news-archive-wrap .news-archive-header h1 {
  margin-bottom: 0;
}

.news-archive-wrap .news-load-more {
  text-align: center;
  margin-top: 50px;
}

.news-archive-wrap .news-load-more a span {
  padding: 0;
}

.news-archive-wrap .news-load-more a span.btn-loading {
  background-color: transparent;
  border: 0;
  display: none;
}

.news-archive-wrap .news-load-more a span.btn-loading:after {
  border: 2px solid #E35046;
  border-right-color: transparent;
  border-top-color: transparent;
  margin-left: 4px;
  margin-top: -.4em;
}

.news-archive-wrap .news-load-more a:hover span.btn-loading:after {
  border: 2px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}

.news-column-item {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 20px 20px;
  width: 100%;
  height: 100%;
}

.post-header-wrap {
  padding: 0;
}

.post-share-wrap {
  margin-top: 20px;
  background-color: #F2F2F2;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-share-wrap .to-blog-btn {
  position: relative;
  padding-left: 15px;
}

.post-share-wrap .to-blog-btn:before {
  content: '';
  position: absolute;
  background-color: #000;
  height: 12px;
  width: 2px;
  top: 6px;
  left: 6px;
}

.post-share-wrap .post-single--share-list {
  float: right;
}

.post-share-wrap .post-single--share-list li {
  display: inline-block;
  margin-right: 15px;
}

.post-share-wrap .post-single--share-list li a {
  color: #000;
  font-size: 18px;
}

.share-back-btn {
  float: left;
  padding-left: 12px;
}

.share-back-btn a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.post-content-wrap {
  padding-bottom: 100px;
}

.post-content-wrap .news-meta {
  margin-top: 5px;
  margin-bottom: 10px;
}

.post-content-wrap .news-meta span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  color: #000;
}

.post-content-wrap .news-meta span:not(:last-child) {
  padding-right: 13px;
}

.post-content-wrap .news-meta span:not(:last-child):after {
  content: '.';
  position: absolute;
  top: -5px;
  font-size: 30px;
  right: 0;
  line-height: 30px;
  font-weight: 500;
}

.post-content-wrap .post-thumb-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.post-content-wrap .post-thumb-wrap img {
  margin: 0 auto;
}

.post-content-wrap .post-content-inner h2 {
  font-size: 32px;
}

.post-content-wrap .post-content-inner img {
  max-width: 100%;
}

.component-blog .blog-item-raw {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 20px 20px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .component-blog .blog-item-raw {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .component-blog .blog-item-raw .blog-item-thumb-wrap {
    width: 100%;
  }
}

.component-blog .blog-item-raw .blog-item-thumb-wrap .blog-item-thumb {
  width: 160px;
  height: 160px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #F6F6F6;
}

@media (max-width: 767.98px) {
  .component-blog .blog-item-raw .blog-item-thumb-wrap .blog-item-thumb {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .component-blog .blog-item-raw .blog-item-content-wrap {
    width: 100%;
    padding-left: 0;
  }
}

.component-blog .component-content-columns--col.blog-item-column {
  margin-bottom: 0;
}

.home.primekey-child .component-hero .component-hero--header.has-bg-img .component-hero--background,
.single-customer.primekey-child .component-hero .component-hero--header.has-bg-img .component-hero--background,
.single-post.primekey-child .component-hero .component-hero--header.has-bg-img .component-hero--background {
  background-color: #53983C;
}

.primekey-child .component-hero .component-hero--header.has-bg-img .component-hero--background .component-hero--background-inner {
  background-color: rgba(83, 152, 60, 0.8);
}

.home.primekey-child .component-hero .component-hero--header.has-bg-img .component-hero--background .component-hero--background-inner {
  background-color: rgba(83, 152, 60, 0.8);
}

.single-customer.primekey-child .component-hero .component-hero--header.has-bg-img .component-hero--background .component-hero--background-inner {
  background-color: rgba(83, 152, 60, 0.8);
}

.single-post.primekey-child .component-hero .component-hero--header.has-bg-img .component-hero--background .component-hero--background-inner {
  background-color: rgba(83, 152, 60, 0.8);
}

.component-news .component-news-header figure {
  min-height: 225px;
  max-height: 225px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F6F6F6;
  width: 100% !important;
}

.component-news .component-news-header figure img {
  margin-bottom: 0;
}

.component-news .component-news-header figure img .img-responsive {
  width: 100%;
}

.component-news .news-meta {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.component-news .news-meta span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}

.component-news .news-meta span:not(:last-child) {
  padding-right: 10px;
}

.component-news .news-meta span:not(:last-child):after {
  content: '.';
  position: absolute;
  top: -7px;
  font-size: 22px;
  right: 0;
  line-height: 22px;
  font-weight: 400;
}

.component-news .news-item-link {
  text-decoration: none;
  font-weight: 500;
}

.component-news .news-item-link h4 {
  font-weight: 500;
}

.component-news .component-content-columns--col {
  padding-bottom: 50px;
}
/*# sourceMappingURL=style.min.css.map */