/* site branding */
header .site-branding-logo {
    padding: 10px 0 10px;
    display: inline-block;
    max-height: 95px;
    height: auto;
    float: left;
}

.site-branding-logo img {
    max-height: 70px !important;
    max-width: 70px !important;
    float: left;
}
.site-branding__name {
    padding-left: 90px;
    padding-top: 26px;
}

.site-branding__text a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #F3605D;
}
@media (max-width: 500px){
.site-branding__text a {
    display: none;
}
}




/* display of listing price or project added date on project node */
.node-listing-single .listing-top .listing-top-content .listing-price {
     letter-spacing: 0px;
     color: #757575;
   }
/* disable owl carrousel dots */
.owl-carousel .owl-dots .owl-dot {
    display: none;
  }

/* format logo on company page */
.node-listing-single .listing-top .listing-top-content .listing-logo {
  text-align: right;
  }

/* show of hide vertical tabs on node edit */
/*form.node-form .js-form-type-vertical-tabs {
    display: block; }*/

/*TO DO: adjust widget crop module image_widget_crop/src/element/ImageCrop.php */

form.node-form fieldset legend{
  display: none;
}



/* edit simple hierarchical select container */
.shs-widget-container {
    width: 100%;
}

/* display of company logo on project node */
.aligncenter {
  text-align: center;
  margin-bottom: 18px;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 500;
}
/* align logos in banner */
.aligncenterlogo {
  text-align: center;
}


/* format help messages */
.help .messages__wrapper {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.messages:last-child {
    margin-bottom: 0px;
}
.messages:first-child {
    margin-top: 0px;
}
 .messages--error {
   color: red;
}



/* format listed companies on company views */
.gsc-icon-box.box-background {
    padding: 15px 15px;
}

/* company featured image banner padding */
.gbb-row .bb-inner.bdb-featured-image {
    padding-top: 275px;
    padding-bottom: 0px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(85%,rgba(0,0,0,0)),to(rgba(0,0,0,0.85)));
}

/* results count in node views */

.results-page {
   	padding-bottom: 20px;
/*    padding-top: 20px; */
    font-family: "Poppins",sans-serif;
}

/* views results vs filter form widths*/
  .gva-listings-full-page .view-content-wrapper .view-content-1 {
    width: 30%;
}
@media (max-width: 1199.98px){
  .gva-listings-full-page .view-content-wrapper .view-content-1 {
    width: 30%;
  }
}
@media (max-width: 991.98px){
  .gva-listings-full-page .view-content-wrapper .view-content-1 {
    width: 100%;
  }
}


  .gva-listings-full-page .view-content-wrapper .view-content-2 {
    width: 70%;
}
@media (max-width: 1199.98px){
  .gva-listings-full-page .view-content-wrapper .view-content-2 {
    width: 70%;
  }
}
@media (max-width: 991.98px){
  .gva-listings-full-page .view-content-wrapper .view-content-2 {
    width: 100%;
  }
}

.gva-listings-full-page .view-content-wrapper{
  padding-bottom: 20px;
}

/* format project and product teasers */
.listing-block .listing-content .listing-info {
    padding: 10px 10px;
}
.listing-block .listing-content .listing-info .title {
    font-size: 16px;
}
.listing-block .listing-content .listing-info .body {
    font-size: 13px;
    font-style: italic;

}
.listing-block .listing-footer {
    padding: 10px 10px;
    font-size: 13px;
}

/* format breadcrumb */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    padding: 160px 0 0px;
    margin-bottom: 10px;
}

/* format bdb-artikel teaser */

.bdb-artikel-teaser {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
  .bdb-artikel-teaser .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #F3605D;
  }
    .bdb-artikel-teaser .image img {
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      width: 100%;
      height: 100%;
    }
    .bdb-artikel-teaser .image img:hover {
        opacity: 0.5;
    }
  .bdb-artikel-teaser .box-content {
    background: #fff;
    padding-top: 10px;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
    .bdb-artikel-teaser .box-content .title {
      margin: 0;
      font-size: 17px;
      font-weight: 600;
    }
    .bdb-artikel-teaser .box-content .desc {
      margin-top: 5px;

    }
    .bdb-artikel-teaser .box-content .date {
      font-weight: 100;
      font-style: italic;
      font-size: 10px;
      margin-top: 5px;
    }

    /* hide nav on owl carousel in teaser DISABLED */
    /*.bdb-artikel-teaser .owl-carousel .owl-nav {
      display: none;
    }*/

/* format general row padding bootstrap */
.gbb-row .bb-inner {
              padding-top: 20px;
              padding-bottom: 20px; }

/* solve problem with sticky navbar hiding main menu submenu */
.node-listing-single .listing-nav.is-fixed .listing-nav-inner {
    z-index: 98;
}
/* set main menu active trail color */
.navigation .gva_menu > li.menu-item--active-trail > a {
          color: #F3605D;
        }

/* set post-gallery button margin */

.node-detail .post-thumbnail.post-gallery .owl-nav .owl-next {
    margin-right: 0px;
}
.node-detail .post-thumbnail.post-gallery .owl-nav .owl-prev {
    margin-left: 0px;

}

/* set padding */
.padding-top-10 {
  padding-top: 10px;
  }
.padding-top-20 {
  padding-top: 20px;
  }

/* format field label */
.field__label {
      font-size: 17px;
      font-weight: 600;
      font-family: "Poppins";
      color: black;
      margin-top: 5px;
      margin-bottom: 5px;
  }

/* remove margin on recent article small list on article node */
.post-list-small-3 .item-list ul li {
    margin-bottom: 0px !important;
}
.post-list-small-3 .post-block .post-image img {
    margin-bottom: 15px;
}
.node-detail .post-meta {
    margin-bottom: 0px;



/* logo on vacature teaser */
.gva-job-box .logo-inner {
    width: 80px;
}

/* title on vacature teaser */
.gva-job-box .content-inner .box-title .title {
    font-size: 16px;
}
/* who follows my company titles on user page */
.who-likes-block.who-likes-v1 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: transparent;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1); }
  .who-likes-block.who-likes-v1 .who-likes-content {
    background: transparent;
    position: relative;
    text-align: left;
    padding: 0 20px 0; }
    .who-likes-block.who-likes-v1 .who-likes-content .who-likes-title {
      font-size: 16px;
      font-weight: 500;
      margin: 0;
      line-height: 20px;
      padding: 20px 0 0;
      font-family: "Poppins", sans-serif; }
    .who-likes-block.who-likes-v1 .who-likes-content .who-likes-detail {
      font-size: 13px;
      color: #808080;
      padding: 0 0 15px; }

/* dynamic user menu buttons BDB mic THIS WAS ADDED TO TEMPLATE.CSS with correct skin type - not working in custom.css after recent update*/

.dynamicbutton {
  width: 100%;
  border: 1px solid #e7e7e7;
}
/* form */
/* form-item--error-message */

.form-item--error-message{
  color: red;
}

/* form-required BDB mic THIS WAS ADDED TO TEMPLATE.CSS with correct skin type - not working in custom.css after recent update*/

form.node-form .form-item label.form-required:after{
    color: red;
    content: ' *';
}
.error{
    background: #fff0f0;
}
/* align right text on dynamic buttons user menu BDB mic THIS WAS ADDED TO TEMPLATE.CSS with correct skin type - not working in custom.css after recent update */
.floatright {
  float: right;
}
