/*
Theme Name: AL Theme Two (SA)
Theme URI: https://www.assistanceleague.org
Template: Gaea
Author: Nicola Griebe
Author URI: https://www.assistanceleague.org
Description: Gaea Child Theme
Version: 1.0.1455171115
Updated: 2016-02-11 06:11:55
*/

@import url(../Gaea/style.css);

@media only screen and (max-width: 991px) {
  .top-menu li a {
    padding: 0 15px;
  }
  .top-menu li {
    font-size: 10px;
  }
}

/* See custom.css under Dashboard | Theme Options | Custom CSS/JS for more theme css settings -- they must be in Custom CSS or they get overwritten by inline theme settings */

#header {
  margin: 0 auto;
}

.page-header .breadcrumb {
  color: #292929 !important;  /* dark gray - page slug at end of breadcrumb */
  font-family: "Open Sans Condensed", sans-serif !important;
  text-transform: none;
}
.breadcrumb a {
  color: #da322a !important;
}  /* breadcrumb links - red */

/* left justify page title */
.page-header .col-md-6:first-child {
  width: 100%;
}
.page-header .col-md-6:last-child {
  width: 100%;
}

.top-header .col-md-6:first-child {
  width: 25%;
}
.top-header .col-md-6:last-child {
  width: 75%;
}

/* color top menu buttons */
.menu-item-944 a,
.menu-item-2499 a,
.menu-item-945 a {
  background-color: #22387d !important;
}  /* 1st & 3rd buttons - navy */

.lower-header {
  border-radius: 0 !important;
  min-height: 50px;
}

.for-navi.container {
  width: 97%;
}
.footer-widget p,
.footer-widget ul {
  opacity: 0.65;
}

h1 {
  margin-bottom: 12px;
  text-transform: uppercase;
}
h3 {
  color: #22387d;
  margin-bottom: 12px;
  text-transform: none;
}
h4 {
  margin-bottom: 12px;
  text-transform: none;
}
h5 {
  color: #278bff;
  margin-bottom: 12px;
  text-transform: none;
}
h6 {
  color: #278bff;
  margin-bottom: 12px;
}

/* home page background */
.lead-block {
  background: #e3e6e8;
}

/* Pre-defined headings */
.board-directors {
  color: #278bff;
  text-transform: uppercase;
}  /* theme lt blue */
.advisory-director-title {
  color: #278bff;
  font-size: 12px;
  font-style: italic;
  margin-top: -20px;
}
.name-directors {
  font-weight: 300;
}

sup {
  top: -.4em;
}  /* Move the superscripted text up */

/* for header-v1 & header-v2 */
.header-v1 h1.logo,
.header-v2 h1.logo {
  position: absolute;
  top: -11px;
}
.header-v1 h1.logo img,
.header-v2 h1.logo img {
  height: 110px !important;
}
.header-v1 h1.logo a,
.header-v2 h1.logo a {
  height: 110px !important;
}

/* overrides for header-v3 */
.header-v3 h1.logo {
  position: absolute;
  top: -11px;
}
.header-v3 h1.logo img {
  height: 50px !important;
  width: 55px !important;
}  /* so it doesn't get covered by the menu below */
.header-v3 h1.logo a {
  height: 50px !important;
}

/* for header-v1 only, shrink logo on sticky header */
.header-v1 .sticky-header h1.logo {
  top: -9px;
}
.header-v1 .sticky-header h1.logo img {
  height: 46px !important;
  width: 51px !important;
}
.header-v1 .sticky-wrapper.is-sticky .logo div {
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  height: 46px !important;
  width: 51px !important;
}
.header-v1 .sticky-header h1.logo a {
  height: 46px !important;
}

/* shrink logo on header-v2 on sticky header on phones and tablets */
@media only screen and (max-width: 992px) {
  .sticky-header h1.logo {
    top: -9px;
  }
  .sticky-header h1.logo img {
    height: 46px !important;
    width: 51px !important;
  }
  .sticky-wrapper.is-sticky .logo div {
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    height: 46px !important;
    width: 51px !important;
  }
  .sticky-header h1.logo a {
    height: 46px !important;
  }
}

.header-v1 .main-navigation > ul > li > a,
.header-v1 .search-module-trigger,
.header-v2 .main-navigation > ul > li > a,
.header-v2 .search-module-trigger,
.header-v3 .main-navigation > ul > li > a,
.header-v3 .search-module-trigger,
#menu-toggle {
  font-size: 14px;
  opacity: 0.7;
}

/* to add line between menu items */
.main-navigation > ul > li > a {
  border-left: 1px solid #4f5a63;
}
.main-navigation > ul > li > ul > li > a {
  font-size: 13px;
}

.content {
  padding: 40px 0 10px;
}  /* reduce space between share icons and footer - 10px was 50px */

/* on small screens, reduce height and width of drop-down menu, color gray */
@media only screen and (max-width: 992px) {
  .main-navigation > ul > li > a,
  .main-navigation > ul > li > ul li > a {
    border-bottom: 1px solid #4f5a63;
  }
  .main-navigation {
    border-top: 1px solid #4f5a63;
    left: 13%;
    width: 75%;
  }
  .main-navigation > ul > li ul {
    left: 13% !important;
    position: absolute;
    top: 35px !important;
  }
  .main-navigation > ul > li > ul li > a {
    background-color: #47515a;
  }
  .main-navigation > ul > li > ul li > a:hover {
    background-color: #434d56;
  }
}

.page-header h2 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-header h2 {
    text-align: center;
  }
}

/* v2 page header */
.header-v2 .page-header h2 {
  padding-top: 78px;
}
@media only screen and (min-width: 768px) {
  .header-v2 .page-header h2 {
    padding-top: 5px;
  }
}

/* v1 page header */
@media only screen and (min-width: 768px) {
  .header-v1 .page-header .breadcrumb {
    padding-top: 155px;
  }
  .header-v1 .page-header h2 {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header-v1 .page-header h2 {
    padding-top: 130px;
    text-align: center;
  }
}

/* v3 page header */
@media only screen and (min-width: 993px) {
  /* v3 page header starts 95px (50px +45px) */
  .header-v3 .page-header .breadcrumb {
    padding-top: 35px !important;
  }
  .header-v3 .page-header h2 {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* v3 page header starts 50px */
  .header-v3 .page-header .breadcrumb {
    padding-top: 15px !important;
  }
  .header-v3 .page-header h2 {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* v3 page header starts 50px, no breadcrumb */
  .header-v3 .page-header h2 {
    padding-top: 30px !important;
  }
}

/* hide duplicated items on the main menu when top menu visible */
@media only screen and (min-width: 768px) {
  .menu-item-2445,
  .menu-item-2446,
  .menu-item-2447,
  .menu-item-2498 {
    display: none !important;
  }
}

/* Fix where menu-toggle wasn't showing at 992px because bootstrap had max-width:991px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #menu-toggle {
    display: block !important;
  }
}

/* Fix where main menu doesn't reappear after window size increased after drop-down menu opened and closed on smaller screens */
@media only screen and (min-width: 993px) {
  .main-navigation {
    display: block !important;
  }
}

/* to prevent the pageable containers from causing the rest
of the page to shift down with each transition */
@media only screen and (min-width: 768px) {
  #home-philanthropies .vc_tta-panels-container {
    height: 180px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
  #home-philanthropies .vc_tta-panels-container {
    height: 345px;
  }
}

@media only screen and (max-width: 414px) {
  #home-philanthropies .vc_tta-panels-container {
    height: 390px;
  }
}
#home-philanthropies h4 {
  font-weight: 700;
}

#star-stats-navy img,
#star-stats-white img,
#star-stats-dark-gray img {
  display: block;
  margin: auto;
}

#star-stats-navy h4 {
  color: #22387d;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
}

#star-stats-dark-gray h4 {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
}

#star-stats-dark-gray p {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto;
  padding: 15px 0 15px 0;
  width: 200px;
}

#star-stats-white h4 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
}

#star-stats-navy p,
#star-stats-white p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto;
  padding: 15px 0 15px 0;
  width: 200px;
}

#star-stats-navy,
#star-stats-white,
#star-stats-dark-gray {
  background-position: 0 92px !important;
  background-repeat: repeat-x !important;
  /*    padding-bottom: 40px; */
  padding-bottom: 30px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  #star-stats-navy,
  #star-stats-white,
  #star-stats-dark-gray {
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    margin: 40px auto auto auto !important;
    padding-top: 50px;
  }
}

#acc-override .cq-accordion div.accordion-content {
  letter-spacing: 0;
}
#acc-override .cq-accordion ul li ul li {
  border-top: 0 none;
  list-style: inside;
  padding-left: 10px;
}
#acc-override .cq-accordion ul li ol li {
  border-top: 0 none;
  padding-left: 10px;
}
#acc-override .cq-accordion h4,
#acc-override .cq-accordion h3 {
  color: #47515a;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}

/* Contact Us button colors */
.label-ALblue {
  background-color: #22387d;
} /* email - theme navy */
.label-ALred {
  background-color: #da322a;
} /* phone - theme red */
.label-ALltblue {
  background-color: #278bff;
} /* theme light blue */
.label-ALgray {
  background-color: #47515a;
} /* theme dark gray */


/* override red color buttons to use theme red */
.vc_btn3.vc_btn3-color-danger {
  background-color: #da322a;
}  /* theme red */
.vc_btn3.vc_btn3-color-danger:visited {
  background-color: #c32a22;
}
.vc_btn3.vc_btn3-color-danger:hover {
  background-color: #e05952;
}
.vc_btn3.vc_btn3-color-danger:focus {
  background-color: #e05952;
}
.vc_btn3.vc_btn3-color-danger:active {
  background-color: #e05952;
}

/* override Gravity Form settings */
.gform_wrapper ul li.gfield {
  margin-bottom: 25px;
}
.gform_wrapper label.gfield_label {
  margin-bottom: 0;
}
.gform_wrapper table.gfield_list td.gfield_list_icons img {
  height: 18px;
}

/* menu icon color */
.main-navigation > ul > li > a > i {
  color: #fff;
}  /* white */

/* PTA SIGN-UP SHEETS AND CALENDAR */
/* To add spacing on PTA Sign-Up Sheets */
.pta-sus {
  margin-bottom: 4px;
}
.pta-sus-sheets {
  padding-bottom: 20px;
}

/* To make contents of PTA Calendars fit better */
.sheet-details-link,
.cal-view-signup-link,
.pta-sus-cal-event-wrap p,
.pta-sus-cal-event-wrap ul,
.task_description,
.sheet_details,
.pta-sus-cal-popup-info a {
  display: block;
  font-size: 80% !important;
  line-height: 130%;
}

.task_description a {
  color: #da322a;
  text-decoration: none;
}

/* to add horizontal lines in the calendar */
tr.pta-sus-row td {
  border-top: 1px solid #ddd;
}

/* Make the sheet title larger than that in Theme One as default fonts are different. */
.pta-sus-cal-event-wrap h4 {
  font-size: 95%;
  line-height: 150%;
}

.pta-sus-cal-event-wrap li {
  margin: 0 0 0 0.65rem !important;
}
.pta-sus-cal-task-wrap,
div.pta-sus-cal-task-wrap {
  margin: 0.3em 0.1em;
}

/* to make the pop-up dialog boxes look better */
.pta-sus-hidden-info p,
.pta-sus-hidden-info ul {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 6px;
}
.pta-sus-hidden-info ul {
  margin-top: 0;
}
#cal-form-dialog p {
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: 6px;
}
#cal-form-dialog .time_end {
  margin-bottom: 12px;
}
.volunteer_calendar-template-default .ui-dialog-titlebar {
  background: rgb(204, 0, 0);
  height: 40px;
  line-height: 20px;
}

.cal-signup-link a,
.pta-sus-cal-popup-info a {
  color: #da322a !important;
  text-decoration: none;
}
.cal-signup-link a:hover,
.pta-sus-cal-popup-info a:hover {
  color: #991710 !important;
  text-decoration: none;
}

/* to make 'Clear'/'X' italicized */
.signup-clear-link {
  color: #da322a !important;
  font-style: italic;
  text-decoration: none !important;
}

/* to make PTA custom fields look good on sign-up sheet pages and calendars */
.pta-custom-field {
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.pta-custom-field input[type="radio"] {
  margin-left: 10px;
  margin-right: 5px;
}
.pta-custom-field input[type="radio"] + label {
  display: inline;
  font-weight: normal;
}
.pta-custom-field label {
  margin-right: 5px;
}
.pta-custom-field input[type="checkbox"] {
  display: inline-block;
  margin: auto;
  position: relative;
}
.pta-sus.custom_field,
.pta-sus.custom_field .label {
  color: #666;
  font: inherit !important;
  margin-bottom: 0;
  padding: 0;
  text-transform: none;
  top: auto;
}
/* font size needs to be set manually, instead of percentage -- will need adjusting in Custom CSS/JS if chapter changes */
.pta-sus-cal-event-wrap .pta-sus.custom_field,
.pta-sus-cal-event-wrap .pta-sus.custom_field .label {
  font-size: 11px !important;
}


/* to remove the all-caps on bottom footer menu */
.footer-nav li {
  text-transform: none;
}

/*kwrk*/

.vc_column-inner {
  padding-top: 0 !important;
}

.vc_custom_1453335786090 {
  padding-top: 60px !important;
}

.page-id-708 .share-buttons {
  margin: 0;
}

.wpb_column > .vc_column-inner > .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}

.wpb_row,
.wpb_button {
  margin-bottom: 35px;
}


/*kwrk*/

/* to improve chapter site printing */
@media print {
  /* allow content to fill the printed page */
  .container {
    width: auto;
  }

  img {
    max-width: 100%;
  }

  /* to remove URLs on hyperlinks - display: none required for calendar links to be removed */
  a[href]:after,
  img[src]:after {
    display: none !important;
  }

  /* to still print the page title, but minimize the height of the page header */
  .header-v1 .page-header,
  .header-v2 .page-header,
  .header-v3 .page-header {
    height: auto !important;
    min-height: auto !important;
  }
  .page-header h2 {
    padding: 0 !important;
    text-align: left;
  }

  /* to prevent "background" from preventing parts of the calendar from printing */
  .pta-sus-inner:before,
  .pta-sus-inner:after {
    background: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }

  /* to remove the revolution slider */
  .hero-slider {
    display: none;
  }

  /* Auto scales pages to fit on Chrome */
  .vc_col-sm-1,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12 {
    float: left;
  }
  .vc_col-sm-12 {
    width: 100%;
  }
  .vc_col-sm-11 {
    width: 91.66666667%;
  }
  .vc_col-sm-10 {
    width: 83.33333333%;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-8 {
    width: 66.66666667%;
  }
  .vc_col-sm-7 {
    width: 58.33333333%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }
  .vc_col-sm-5 {
    width: 41.66666667%;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-3 {
    width: 25%;
  }
  .vc_col-sm-2 {
    width: 16.66666667%;
  }
  .vc_col-sm-1 {
    width: 8.33333333%;
  }
  .vc_col-sm-pull-12 {
    right: 100%;
  }
  .vc_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .vc_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .vc_col-sm-pull-9 {
    right: 75%;
  }
  .vc_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .vc_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .vc_col-sm-pull-6 {
    right: 50%;
  }
  .vc_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .vc_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .vc_col-sm-pull-3 {
    right: 25%;
  }
  .vc_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .vc_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .vc_col-sm-pull-0 {
    right: auto;
  }
  .vc_col-sm-push-12 {
    left: 100%;
  }
  .vc_col-sm-push-11 {
    left: 91.66666667%;
  }
  .vc_col-sm-push-10 {
    left: 83.33333333%;
  }
  .vc_col-sm-push-9 {
    left: 75%;
  }
  .vc_col-sm-push-8 {
    left: 66.66666667%;
  }
  .vc_col-sm-push-7 {
    left: 58.33333333%;
  }
  .vc_col-sm-push-6 {
    left: 50%;
  }
  .vc_col-sm-push-5 {
    left: 41.66666667%;
  }
  .vc_col-sm-push-4 {
    left: 33.33333333%;
  }
  .vc_col-sm-push-3 {
    left: 25%;
  }
  .vc_col-sm-push-2 {
    left: 16.66666667%;
  }
  .vc_col-sm-push-1 {
    left: 8.33333333%;
  }
  .vc_col-sm-push-0 {
    left: auto;
  }
  .vc_col-sm-offset-12 {
    margin-left: 100%;
  }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .vc_col-sm-offset-9 {
    margin-left: 75%;
  }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .vc_col-sm-offset-6 {
    margin-left: 50%;
  }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .vc_col-sm-offset-3 {
    margin-left: 25%;
  }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-sm-offset-0 {
    margin-left: 0;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  /* to remove menus, breadcrumbs, share bar at the bottom of non-home pages and the footers */
  .site-header,
  .top-header,
  .lower-header,
  .breadcrumb,
  .share-bar {
    display: none !important;
  }
}

/* OSB Tool - Nicci */
/* student entry form */
.osb-buttons {
  padding-bottom: 20px;
}
td.osb-input > p.form-row {
  padding: 2px 2px;
}
#osb-student-assignments-table th,
#osb-student-assignments-table td {
  border: 1px solid #eee;
}
#osb-student-assignments-table abbr[title] {
  border-bottom: 0;
}
#osb-student-assignments th {
  padding-left: 4px;
  padding-right: 4px;
}
.osb-input input[type="radio"] {
  margin: -2px 4px 0 3px;
}
.osb-input .radio {
  margin: -10px 0 0 3px;
}
.osb-input input[type="checkbox"] {
  display: block;
  margin: 0 auto;
}
.osb-input .select:focus {
  outline-style: dotted;
  outline-width: 1px;
}  /* added so select box focus clear on Chrome */
.osb-clear {
  text-align: center;
}
#osb_edit_single_assignment .description {
  padding-left: 10px;
}

/* show messages below form */
#form-messages.hidden {
  display: block !important;
  visibility: visible !important;
}

/* data tables */
#osb_event_table.dataTable,
#osb_event_table.dataTable th,
#osb_event_table.dataTable td,
#osb-student-assignments-datatable,
#osb-student-assignments-datatable th,
#osb-student-assignments-datatable td,
#osb-reporttable.dataTable,
#osb-reporttable.dataTable th,
#osb-reporttable.dataTable td {
  border: 1px solid #eee;
}
#osb_event_table.dataTable thead th,
#osb-student-assignments-datatable.dataTable thead th,
#osb-reporttable.dataTable thead th {
  padding: 10px 20px 10px 10px;
}
#osb_event_table.dataTable tfoot th,
#osb-student-assignments-datatable.dataTable tfoot th,
#osb-reporttable.dataTable tfoot th {
  padding: 10px 10px;
}
#osb_event_table.dataTable .material-icons {
  font-size: 22px;
  line-height: 70%;
}

/* print assignments */
.dt-print-view h1 {
  font-size: 20px;
  text-transform: none;
}

/* CSV import table */
#csv-format-table th,
#csv-format-table td {
  border: 1px solid #eee;
  padding: 5px;
  vertical-align: top;
}
#csv-format-table {
  margin-bottom: 20px;
}

/* to improve the look of the single assignment page */
#osb_edit_single_assignment .checkbox {
  margin-left: 20px;
}
#osb_edit_single_assignment .radio {
  display: inline-block;
}
#osb_edit_single_assignment .form-row {
  margin: 8px;
}
#osb-edit-single-wrapper .osb-buttons {
  padding-top: 20px;
}
/* .osb-move input[type="checkbox"] { margin: 0 auto; display: block; } */
.osb-move input[type="checkbox"] {
  margin-left: 15px;
}

/* calendar location */
.pta-sus-content .osb-location {
  display: inline-block;
  font-size: 80%;
  line-height: 130%;
}

/* for OSB Families */
#osb-familytable.dataTable,
#osb-familytable.dataTable th,
#osb-familytable.dataTable td {
  border: 1px solid #eee;
}
#osb-familytable.dataTable thead th {
  padding: 10px 20px 10px 10px;
}
#osb-familytable.dataTable tfoot th,
#osb-familytable.dataTable tfoot td {
  padding: 10px 10px;
}
#osb-table.dataTable,
#osb-table.dataTable th,
#osb-table.dataTable td {
  border: 1px solid #eee;
}
#osb-table.dataTable thead th {
  padding: 10px 20px 10px 10px;
}
#osb-table.dataTable tfoot th,
#osb-table.dataTable tfoot td {
  padding: 10px 10px;
}
.osb-family-info {
  padding-bottom: 25px;
}
.add-edit-family .description,
.family-form .description {
  padding-left: 5px;
}
.add-edit-family label.checkbox,
.family-form label.checkbox {
  margin-left: 20px;
}
#osb_edit_student label.checkbox {
  margin-left: 20px;
}

/* to fix entry box on Gravity Form save and continue later confirmation screen */
div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
  height: 32px;
}

/* to force right alignment on slider overlays */
.text-align-right {
  text-align: right !important;
}

/* Font Awesome Icon Fix -- fixed with latest version
.fa, .far, .fas {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome !important;
} */

/* To fix issue with added blank lines in posts and calendars */
p:empty::before {
  content: none;
}

/* placeholder for Sawfish Search */
.sforc-search::placeholder {
  color: #999 !important;
}

/* Fix where main menu doesn't reappear after window size increased after drop-down menu opened and closed on smaller screens */
@media only screen and (min-width: 993px) {
  .main-navigation {
    display: block !important;
  }
  /* 08-01-23 fix for theme issues with new mobile menu behavior */
  /* on large screens, don't show small menu opener when browser resized */
  span.smenu-opener {
    display: none;
  }
}

/* 08-01-23 fix for theme issues with new mobile menu behavior */
/* on small screens, show small menu opener when browser resized */
@media only screen and (max-width: 992px) {
  span.smenu-opener {
    display: flex;
  }
}

/* To correct for top margin issues on Call To Action elements introduced with WPBakery Page Builder 7.7 */
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl {
  margin-top: 50px;
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg {
  margin-top: 35px;
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md {
  margin-top: 28px;
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm {
  margin-top: 22px;
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs {
  margin-top: 17px;
}