/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.supportive-access-contact h2 {
  color: #000;
  margin-top: 0;
}
.supportive-access-contact span {
  margin: 10px 0;
}
.supportive-access-contact i {
  color: #318B74;
  font-size: 16px;
  margin-right: 6px;
}
.supportive-access-contact a , .supportive-access-contact span {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
#footer-callout-wrap {
    background-color: transparent;
    border-top: 0;
}
body {
    overflow-x:hidden;
}
a:focus {
    outline:none !important;
}
#site-header {
    background-color: transparent !important;
}
#top-bar-wrap {
      background-color: transparent !important;
    border-bottom: none !important;
}
.top-bar-left {
    float: none !important;
}
#topbar-template {
    display: unset;
}
.nf-form-fields-required {
	display:none;
}
form input[type=checkbox] {
   height: 16px;
}
input[type=submit] {
       font-size: 16px;
    padding: 12px 25px !important;
}