/*
Theme Name: Niagara College Forms (Departments V2 Child)
Template: niagara-college-departments-v2
Author: Courtney Thaggard (Niagara College)
Description: Used on the /forms/ site.
Version: 1.0.1641488319
Updated: 2022-01-06 11:58:39

*/

#site-title {
    padding: 15px 0;
}
  #site-title h2 {
      color: #eeeeee;
      position: relative;
      padding: 0 0 0 55px;
      height: 50px;
      display: flex;
      align-items: center;
      font-size: 1.4rem;
  }
    #site-title h2:before {
        content: "\f46d";
        font-family: "Font Awesome 5 Free";
        background: #0077be;
        color: #fff;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: block;
        position: absolute;
        font-weight: 900;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        padding: 0 0 1px 1px;
    }

/* Class to include for 'form closed' message */
p.closed {
  color: #da0000;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
}

/* Gravity Forms Tweaks */

/* -> Date Picker */
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-today span {
    border: solid 1px rgba(0,119,190,0.5) !important;
    background: rgba(0,119,190,0.05) !important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled span {
    background: #f2f3f5 !important;
}

/* -> Selects */
.gform_wrapper.gravity-theme .gfield select {
    background: #fff;
}
