/**
        * Theme Name: Lang
        * Description: This is a child theme of NT Ahope.
        * Author: 
        * Template: nt-ahope
        * Version: 2.3.4
        */
.site-header .wrapper {
  background-color: #e8e9ed;
}
.site-header .header-bottom .hb-menu nav ul > li > a {
  color: #fff;
}
.site-header .header-bottom .hb-menu nav > ul > li > ul > li > a {
  color: #fff;
}

.section.top.type-1 .top-wrapper {
  position: relative;
  padding: 260px 0 40px 0;
  background-position: center 84%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("img/top.jpg");
}

.home.page-template-home-news #nt-page {
  padding-top: 140px;
  background-color: #f8f8f8;
}
.home.page-template-home-news .site-main.hero-off .blog-sidebar.type-1 {
  border-top: 0;
}
.home.page-template-home-news .section.blog.type-1 .col-md-4 {
  border-left: 0;
  background: transparent;
}

#respond input {
text-shadow: none;
  background-color: #f60;
}
.pager li > a, .pager li > span {
  text-shadow: none;
}

.front-p .section.blog.type-1 .latest-blog .blog-title .view-all {
  display: none;
  visibility: hidden;
}

.grecaptcha-badge { visibility: hidden; }

.wpcf7-form-control.wpcf7-submit {
  padding: 3px 15px;
}

#respond input {
  background-color: #ff981e;
}

@media (min-width: 992px) {
  .site-header .header-bottom .hb-logo {
    padding: 20px 0;
  }
  .home .section.blog .section-inner {
    padding-top: 0;
  }
  .front-p .section.blog.type-1 .latest-blog {
    padding-left: 0;
  }
  .front-p .section.blog.type-1 .latest-blog {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .site-header .header-bottom .hb-toggle .fa.active,
  .site-header .header-bottom .hb-menu nav > ul > li.active > a {
    color: #ff981e;
  }
}
@media (max-width: 767px) {
  .site-header .header-bottom .hb-menu nav ul li.sub > a::before {
    background: transparent;
  }
}