/*
Theme Name:     ProActive Custom Theme
Description:    Child of the Vantage theme
Author:         ProActive Services
Template:       vantage
Version:        1.0
*/
@import url("../vantage/style.css");

/* HEADER AREA */
#masthead .hgroup {
  padding-bottom: 5px;
  padding-top: 15px;
}
#masthead .hgroup h1 {
  font-size: 2em;
}
.home #main {
  padding: 0;
}
.home .panel-row-style-full-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home #pg-979-0 {
    margin-bottom: 0;
}
/* FIX MASTHEAD IN CHROME */
#masthead .hgroup #header-sidebar {
	display: block;
}

/* VISUAL FORM BUILDER */
input.vfb-text.error, input.vfb-text.error[type="text"], input.vfb-text.error[type="tel"], input.vfb-text.error[type="email"], input.vfb-text.error[type="url"], select.vfb-select.error, textarea.vfb-textarea.error {
  border: 1px solid red;
}
label.error {
  color: red;
  font-size: 90%;
  font-weight: bold;
}
.home form.visual-form-builder {
  margin: 0; 
}
.home .visual-form-builder fieldset {  
  margin-top: 0;
}
