/*
Theme Name: hs-digitaal
Description: Child theme used by hs-digitaal
Version: 1.0
Template: twentyseventeen
*/
.boxShadow {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
body {
  line-height: 28px;
}
.edit-link {
  display: none!important;
}
.no-shadow {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
a {
  text-decoration: none!important;
  border: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  color: #8c9da5 !important;
}
a:hover {
  opacity: 0.8!important;
}
#main div.wrap {
  max-width: 1000px!important;
  width: 100%!important;
}
main#main {
  margin-top: 200px!important;
}
.site-content-contain {
  background-image: url('/wp-content/uploads/2017/05/hs-digitaal-bg.jpg');
  background-image: url('/wp-content/uploads/2017/05/slides-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
}
#main .entry-content {
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 50px;
}
.entry-content {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.wrap {
  padding: 0!important;
}
#main h1 {
  font-size: 40px;
}
#main h1::after {
  content: "";
  display: block;
  height: 5px;
  width: 40px;
  background-color: #cc4040;
  position: relative;
  margin-top: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #566167;
  font-weight: bolder;
}
* {
  -webkit-font-smoothing: antialiased;
}
.wpcf7-form {
  width: 70%;
  min-width: 300px;
}
.wpcf7-form label {
  color: #566167;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  border-width: 0 0 1px 0;
  border-radius: 10px;
  background: none;
  padding-bottom: 5px;
}
.wpcf7-form textarea {
  border-radius: 10px 10px 3px 10px;
  background: none;
}
.wpcf7-form input[type="submit"] {
  background-color: #566167;
}
.wpcf7-form input[type="submit"]:hover {
  opacity: 0.8;
}
/*-------------------HEADER-----------------------*/
#masthead .custom-header {
  height: 400px!important;
  margin-bottom: 0!important;
}
#masthead #wp-custom-header,
#masthead #wp-custom-header img {
  height: 400px!important;
  position: absolute;
  width: 100%!important;
}
#masthead .custom-header-media::before {
  height: 100%!important;
}
a.menu-scroll-down {
  display: none!important;
}
/*-------------------NAVIGATION----------------------*/
.navigation-top {
  top: 0!important;
  bottom: inherit!important;
  border: none;
  height: 60px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.navigation-top .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.navigation-top nav#site-navigation.main-navigation {
  float: right;
  right: 0;
  display: inline-block;
  position: absolute;
  height: 60px;
}
.navigation-top nav#site-navigation.main-navigation #top-menu {
  height: 60px;
}
.navigation-top nav#site-navigation.main-navigation #top-menu li {
  height: 60px;
}
.navigation-top nav#site-navigation.main-navigation #top-menu li a {
  height: 60px;
  line-height: 30px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  color: #566167 !important;
  border-bottom: 5px solid white!important;
}
.navigation-top nav#site-navigation.main-navigation #top-menu li a:hover {
  background-color: white!important;
  border-bottom: 5px solid #cc4040 !important;
}
.navigation-top nav#site-navigation.main-navigation #top-menu li li:hover,
.navigation-top nav#site-navigation.main-navigation #top-menu li li.focus {
  background-color: white!important;
}
.navigation-top .site-branding {
  padding: 0!important;
  display: inline-block;
}
.navigation-top .site-branding a.custom-logo-link img {
  width: 200px;
  margin-left: 10px;
  margin-top: 4px;
}
.navigation-top .site-branding .site-branding-text {
  display: none;
}
/*-------------------HEADER IMAGE----------------------*/
div.panel-image {
  height: 400px;
  width: 100%!important;
  background-attachment: scroll!important;
  background-size: cover!important;
}
/*-------------------PAGE CONTENT----------------------*/
#content.site-content {
  margin-top: 0!important;
  padding-top: 0!important;
}
main#main {
  margin-top: 50px;
}
main#main article {
  overflow: visible;
}
main#main header.entry-header {
  display: none;
}
main#main header.entry-header h2 {
  display: none;
  background-color: white;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}
main#main div.entry-content {
  width: 100%!important;
  float: none!important;
}
html {
  height: 100vh!important;
}
footer {
  height: 200px;
  background-color: rgba(50, 50, 50, 0.95);
  padding: 20px 50px;
  bottom: 0;
  border: none!important;
}
footer .copyright {
  color: #777;
  text-align: center;
}
.product-title {
  text-align: center!important;
  font-size: 20px;
  clear: both;
  left: 40px;
  top: 40px;
  line-height: 30px;
  z-index: 5;
  display: inline-block;
  background-color: #8c9da5;
  padding: 5px 20px!important;
  margin: 0!important;
  position: relative;
  color: white;
  border-left: 5px solid #cc4040 !important;
}
.product-afbeelding {
  width: 33.33333333333%;
  max-width: 33.33333333333%;
  height: 300px;
  display: inline-block;
  overflow: hidden;
  margin: 0!important;
  position: relative;
  float: left;
}
.product-afbeelding .product-afbeelding-inner {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.product-afbeelding .product-afbeelding-inner:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: inset 200px 200px 200px rgba(86, 79, 69, 0.2);
          box-shadow: inset 200px 200px 200px rgba(86, 79, 69, 0.2);
}
.clear {
  clear: both;
}
.anchor-link {
  display: block;
  position: relative;
  top: -59px;
  visibility: hidden;
}
.producten-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.producten-content span.product-description::after {
  display: none!important;
}
.product-wrap {
  margin-top: 20px;
  display: block;
  width: 100%!important;
  background-color: white;
  min-height: 200px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.product-wrap::after {
  content: "";
  clear: both!important;
}
.product-wrap .product-afbeelding {
  width: 20%;
  height: 200px;
  background-size: contain!important;
  float: left;
}
.product-wrap .product-afbeelding .product-afbeelding-inner {
  height: 200px;
}
.product-wrap .product-afbeelding .product-afbeelding-inner:hover {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.product-wrap .product-content {
  display: inline-block;
  position: relative!important;
  width: 80%!important;
  float: left;
  padding: 20px;
}
.product-wrap .product-content::before {
  content: "";
  clear: both!important;
}
.product-wrap .product-content .product-title {
  left: 0px;
  top: 0px;
}
.product-wrap .product-content .product-description {
  margin-top: 10px;
  display: block;
}
.product-wrap .product-content .product-description::after {
  content: "";
  display: inline-block;
  background-color: #999;
  height: 1px;
  width: 50%;
  margin-bottom: 20px;
}
.product-wrap .product-content .prijzen p {
  border: 1px solid #eee;
  padding: 10px 20px;
  background-color: #eee;
  min-height: 20px;
  display: inline-block;
}
.catalogus-afbeelding {
  position: relative!important;
  top: 20px;
  left: 20px;
  bottom: 20px;
  height: 100px!important;
  padding-right: 20px;
}
.catalogus-afbeelding .product-afbeelding-inner {
  bottom: 0;
  top: 0;
  height: auto!important;
  background-size: contain!important;
  background-position: center center;
}
.catalogus-product-content {
  left: 20px!important;
  padding-right: 40px!important;
}
.catalogus-product-content .product-description {
  padding-right: 30px;
}
.voorraad,
.prijzen {
  display: inline-block;
}
.voorraad {
  font-size: 12px;
  margin-left: 10px;
}
body.search.has-sidebar:not(.error404) #primary {
  width: 100%!important;
}
body.search.has-sidebar:not(.error404) #primary .entry-content {
  padding: 0;
  background: transparent!important;
}
.catalogus-search {
  margin-top: 20px;
}
.no-results,
.results {
  padding: 30px 50px;
  color: white;
  background-color: #566167;
  margin-top: 30px;
  text-transform: none;
}
.search-submit {
  background-color: #cc4040 !important;
  right: 0!important;
  top: 0!important;
  bottom: 0!important;
}
button.menu-toggle {
  display: none!important;
}
button.responsive-menu-button {
  top: 13px!important;
}
div#responsive-menu-wrapper ul#responsive-menu {
  margin-top: 50px;
}
div#responsive-menu-wrapper ul#responsive-menu li a {
  font-size: 18px!important;
  line-height: 60px!important;
}
div#responsive-menu-wrapper ul#responsive-menu li ul li a {
  line-height: 40px!important;
  font-size: 15px!important;
}
@media screen and (max-width: 767px) {
  header#masthead {
    position: fixed;
    z-index: 5555;
    width: 100%;
  }
  main#main {
    margin-top: 130px!important;
  }
  .search-form-wrap {
    padding: 0 1%!important;
  }
}
@media screen and (max-width: 500px) {
  main#main {
    margin-top: 40px!important;
  }
  .entry-content {
    padding: 30px!important;
  }
  .entry-content h1 {
    font-size: 28px!important;
  }
  .home-producten .entry-content,
  .catalogus-producten .entry-content {
    padding: 0px!important;
  }
  .product-wrap .product-content,
  .product-wrap .catalogus-product-content {
    width: 100%!important;
    left: 0!important;
  }
  .product-afbeelding {
    display: none;
  }
}
