/*** Header CSS ****/

@media (min-width: 1199px) {
  .sticky-is-hidden .stuck {
    top: 0 !important;
  }
}
header .site-branding-logo {
  padding: 0 0 0 !important;
}
  /* .col-md-3.col-sm-6.col-xs-8.branding {
  background-image: url("/sites/default/files/images/Top-band.png");
  background-color: #2a0001;
} */
element {
}
@media (max-width: 991px) {
  header .site-branding-logo {
    padding: 0px 0 !important;

  }
}
/********* Team page ******************/
.team-single-page .heading {
  display: none;
}

/******* webform ************/
#edit-actions {
  text-align: center;
  padding-top: 3%;
    padding-bottom: 3%;
}
#edit-actions-submit {
  background: #425CBB;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 24px 9px;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#edit-joined-teaching-staff {
  width: 100%;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 0px 10px !important;
}
#edit-retired-or-resigned-from-school {
  width: 100%;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 0px 10px !important;
}
/** input {
  width: 100% !important;
} */

.body-page input[type="text"], .body-page input[type="tel"], .body-page input[type="password"], .body-page input[type="email"], .body-page textarea, .body-page select, .gva-body-page input[type="text"], .gva-body-page input[type="tel"], .gva-body-page input[type="password"], .gva-body-page input[type="email"], .gva-body-page textarea, .gva-body-page select {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  width: 100%;
}

/************** service page comment css ************/
.post-meta {
  display: none;
}
.comment-forbidden {
  display: none;
}

.service_title_froger .post-title {
  background: #0951ca;
  color: #fff;
}

.service_title_aranjo  .post-title {
  background: #257100;
  color: #fff;
}

.service_title_thomas  .post-title {
  background: #e61113;
  color: #fff;
}

.service_title_vissac  .post-title {
  background: #fed500;
  color: #fff;
}