h1 {
  font-size: 36px;
  letter-spacing: 4px;
  line-height: 1.3;
  margin: 20px 0 10px;
  font-weight: 500;
}

h2 {
  margin: 20px 0 10px;
  font-size: 30px;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  margin: 20px 0 10px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 25px;
}

.btn-learn-more-blue {
  border: 1px solid #00AEEF;
  padding: 15px 50px;
  color: white;
}

.btn-learn-more-blue:hover {
  text-decoration: none;
  background: #00AEEF;
  color: white;
}

.btn-learn-more-black {
  border: 1px solid #00AEEF;
  padding: 15px 50px;
  color: #232525;
}

.btn-learn-more-black:hover {
  text-decoration: none;
  background: #00AEEF;
  color: white;
}

.btn-learn-more-white {
  border: 1px solid white;
  padding: 15px 50px;
  color: white;
}

.btn-learn-more-white:hover {
  text-decoration: none;
  background: white;
  color: #232525;
}

.read-more-link a {
  background: #00AEEF;
  color: white;
  font-family: "Open Sans";
  padding: 10px 60px;
  text-shadow: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px 0;
  float: right;
}

.read-more-link a:hover {
  text-decoration: none;
  color: black;
  background: white;
  box-shadow: inset 0 0 0 1px gray;
}

.sidebar-primary section {
  padding: 10px;
  margin-bottom: 20px;
  background: white;
}

.sidebar-primary section h3 {
  font-size: 20px;
  font-family: "Montserrat";
  color: #00AEEF;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-primary section a {
  color: black;
}

.sidebar-primary section .panel-grid-cell .so-panel {
  border: 1px solid black;
  border-radius: 4px;
  padding: 10px;
  margin: 0 0 30px !important;
}

.sidebar-primary section .panel-grid-cell .so-panel.widget_calendar table#wp-calendar {
  width: 100%;
}

.sidebar-primary section .panel-grid-cell .so-panel.widget_calendar table#wp-calendar caption {
  font-size: 20px;
  font-family: "Montserrat";
  color: #00AEEF;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.site-header {
  background-color: black;
  padding: 0 0 20px;
  text-align: center;
  min-height: 120px;
}

.site-header.fixed-menu .header-section-2 {
  height: 45px;
}

.site-header.fixed-menu .header-section-2 .panel-grid {
  margin: 0;
  padding: 0;
}

.site-header.fixed-menu .header-section-2 .widget_nav_menu {
  top: 0;
  position: fixed;
  width: 100% !important;
  display: block;
  background-color: black;
  z-index: 9999;
}

.site-header .panel-grid-cell {
  margin-bottom: 0 !important;
}

.site-header a {
  color: white;
  outline: none !important;
}

.site-header .header-section-1 {
  padding-top: 20px;
}

.site-header .header-section-1 .panel-grid {
  align-items: center !important;
  margin-bottom: 0 !important;
}

.site-header .header-section-1 h4 {
  margin: 0;
}

.site-header .header-section-1 a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

@media (max-width: 780px) {
  .site-header .header-section-1 .sow-image-container a {
    margin: auto;
    margin-bottom: 10px;
  }
  .site-header .header-section-1 .ow-button-base.ow-button-align-right {
    text-align: center;
    margin-top: 10px;
  }
}

.site-header .header-section-2 ul.menu {
  margin: 5px 0 0;
}

.site-header .header-section-2 ul.menu li.menu-item {
  position: relative;
}

.site-header .header-section-2 ul.menu li.menu-item a {
  padding: 0 10px;
  line-height: 40px;
  font-weight: 300;
  font-size: 17px;
}

.site-header .header-section-2 ul.menu li.menu-item a:hover {
  font-weight: 400;
  color: #00AEEF;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-header .header-section-2 ul.menu li.menu-item.current_page_item a {
  color: #00AEEF;
}

.site-header .header-section-2 ul.menu li.menu-item ul.sub-menu {
  background-color: black;
  text-align: left;
}

.site-header .header-section-2 ul.menu li.menu-item .responsive-sub-menu span {
  border-right-color: #FFF;
}

@media (max-width: 1024px) {
  .site-header .header-section-2 ul.menu li.menu-item .responsive-sub-menu {
    position: absolute;
    top: 10px;
    right: 30px;
  }
  .site-header .header-section-2 ul.menu li.menu-item .responsive-sub-menu span {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;
    border-top: 8px solid transparent;
  }
}

@media (max-width: 1024px) {
  .site-header .header-section-2 {
    padding: 5px 0;
  }
  .site-header .header-section-2 .label.responsive-menu {
    margin: 0 auto 0 0;
    width: 30px;
    padding: 5px 0 1px;
  }
  .site-header .header-section-2 .label.responsive-menu span {
    background-color: white;
  }
  .site-header .header-section-2 ul.menu {
    text-align: left;
  }
  .site-header .header-section-2 .responsive-sub-menu.label span {
    border-right-color: white;
  }
}

@media (max-width: 1024px) {
  .site-header {
    padding: 0 0 5px;
  }
}

.admin-bar .fixed-menu .header-section-2 .widget_nav_menu {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .fixed-menu .header-section-2 .widget_nav_menu {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .fixed-menu .header-section-2 .widget_nav_menu {
    top: 0;
  }
}

.site-footer {
  display: none;
}

.footer-widgets {
  text-align: center;
  color: white;
}

.footer-widgets p {
  line-height: 25px;
  font-size: 16px;
}

.footer-widgets a {
  color: white;
}

.footer-widgets .footer-section-1 {
  background: #00AEEF;
  padding: 100px 20px;
  font-family: "Open Sans";
}

.footer-widgets .footer-section-1 .widget_sow-editor p {
  padding: 20px 0 20px 0;
}

.footer-widgets .footer-section-2 {
  background: black;
}

.footer-widgets .footer-section-2 h5 {
  padding: 40px 0 30px 0;
}

.footer-widgets .footer-section-2 .so-panel {
  margin: 10px 0 !important;
}

.footer-widgets .footer-section-2 .widget_sow-image img {
  margin: auto;
}

.footer-widgets .footer-section-2 .widget_sow-editor {
  color: white;
}

.footer-widgets .footer-section-2 .widget_sow-editor h5 a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 20px 7px;
  line-height: 20px;
  color: #337ab7;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
  display: inline-block;
}

.footer-widgets .footer-section-2 .widget_sow-editor h5 a:first-line {
  text-transform: capitalize !important;
}

.footer-widgets .footer-section-3 {
  background-color: black;
  padding: 0 0 60px;
}

.footer-widgets .footer-section-3 p {
  font-size: 10px;
  line-height: normal;
}

.footer-widgets .footer-section-3 .ih-bug {
  margin: auto;
}

.footer-widgets .wrap .widget-area .widget_nav_menu ul {
  padding: 0;
}

.footer-widgets .wrap .widget-area .widget_nav_menu ul li {
  list-style: none;
}

body.content-sidebar .content-sidebar-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  body.content-sidebar .content-sidebar-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body.content-sidebar .content-sidebar-wrap {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body.content-sidebar .content-sidebar-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body.content-sidebar .content-sidebar-wrap {
    max-width: 1140px;
  }
}

.sample-page .site-inner {
  padding: 150px 0 50px;
}

.sample-page .site-inner h1 {
  color: #00AEEF;
  text-align: center;
}

.sample-page .site-inner h1::after {
  border-bottom: 1px solid #00AEEF;
  content: "";
  display: block;
  margin: 0 auto 60px;
  padding-bottom: 30px;
  width: 10%;
}

.sample-page .site-inner img {
  margin-bottom: 40px;
}

body.blog {
  font-size: 16px;
}

body.blog .site-container .site-inner .content-sidebar-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 150px 0 0;
}

body.blog .site-container .site-inner .content-sidebar-wrap main.content {
  padding-top: 10px;
}

body.blog .site-container .site-inner .content-sidebar-wrap article {
  font-family: "Open Sans";
  margin-bottom: 70px;
  padding: 110px 10px 0;
  position: relative;
}

body.blog .site-container .site-inner .content-sidebar-wrap article p {
  line-height: 25px;
  font-size: 16px;
}

body.blog .site-container .site-inner .content-sidebar-wrap article .entry-header {
  text-align: center;
}

body.blog .site-container .site-inner .content-sidebar-wrap article .entry-header h2 {
  text-align: center;
  margin: 0;
}

body.blog .site-container .site-inner .content-sidebar-wrap article .entry-header h2 a {
  font-family: "Montserrat";
  font-weight: bold;
  text-decoration: none;
  color: #00AEEF;
}

body.blog .site-container .site-inner .content-sidebar-wrap article .entry-header::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin: 0 auto 60px;
  padding-bottom: 30px;
  width: 10%;
}

body.blog .site-container .site-inner .content-sidebar-wrap article .entry-header .entry-meta {
  padding: 30px 0 0 0;
}

body.blog .site-container .site-inner .content-sidebar-wrap article .entry-header .entry-meta .entry-time {
  position: absolute;
  right: 30px;
  top: 0;
  width: 100px;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  background: #00AEEF;
  color: white;
  padding: 10px 5px;
}

body.blog .site-container .site-inner .content-sidebar-wrap article .entry-footer {
  padding: 30px 0;
  border-bottom: 1px solid black;
}

body.blog .site-container .site-inner .content-sidebar-wrap .pagination ul li {
  font-weight: bold;
  font-family: "Open Sans";
  display: inline-block;
  border: 1px solid #232525;
  padding: 2px 5px;
  border-radius: 2px;
}

body.blog .site-container .site-inner .content-sidebar-wrap .pagination ul li a {
  color: #232525;
  text-transform: uppercase;
  text-decoration: none;
}

body.blog .site-container .site-inner .content-sidebar-wrap .pagination ul li.active {
  background: #00AEEF;
}

body.blog .site-container .site-inner .content-sidebar-wrap .pagination ul li.active a {
  color: #232525;
}

@media (max-width: 1024px) {
  body.blog .site-container .site-inner .content-sidebar-wrap {
    padding: 30px 0 0;
  }
  body.blog .site-container .site-inner .content-sidebar-wrap h1 {
    text-align: center;
  }
}

body.single-post {
  font-size: 16px;
}

body.single-post .site-container .site-inner .content-sidebar-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0%;
}

body.single-post .site-container .site-inner .content-sidebar-wrap article {
  font-family: "Open Sans";
  margin-bottom: 70px;
}

body.single-post .site-container .site-inner .content-sidebar-wrap article p {
  line-height: 25px;
  font-size: 16px;
}

body.single-post .site-container .site-inner .content-sidebar-wrap article .entry-header {
  text-align: center;
}

body.single-post .site-container .site-inner .content-sidebar-wrap article .entry-header h1 {
  text-align: center;
  font-family: "Montserrat";
  font-weight: bold;
  text-decoration: none;
  color: #00AEEF;
}

body.single-post .site-container .site-inner .content-sidebar-wrap article .entry-header::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin: 0 auto 60px;
  padding-bottom: 30px;
  width: 10%;
}

body.single-post .site-container .site-inner .content-sidebar-wrap article .entry-header .entry-meta {
  padding: 30px 0 0 0;
}

body.single-post .site-container .site-inner .content-sidebar-wrap article .entry-footer {
  padding: 30px 0;
  border-bottom: 1px solid black;
}

body.error404 .content-sidebar-wrap {
  padding: 80px 15px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  body.error404 .content-sidebar-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body.error404 .content-sidebar-wrap {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body.error404 .content-sidebar-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body.error404 .content-sidebar-wrap {
    max-width: 1140px;
  }
}

body.error404 .content-sidebar-wrap .search-form {
  display: none;
}

.home-section-title {
  display: flex !important;
  align-items: center !important;
  font-family: "Open Sans";
  padding: 0 20px;
  background-position: center;
  min-height: 600px;
}

@media (max-width: 1024px) {
  .home-section-title {
    background-attachment: scroll !important;
  }
}

@media (min-width: 781px) {
  .home-section-title {
    height: calc(100vh - 120px);
    padding: 200px 0 0 0;
  }
}

@media (max-width: 780px) {
  .home-section-title {
    min-height: 300px;
    padding: 125px 20px 0;
  }
}

.home-section-title .panel-grid {
  width: 100%;
}

@media (max-width: 780px) {
  .home-section-title {
    flex-direction: row !important;
  }
}

.home-section-title .widget_sow-editor {
  text-align: center;
  color: white;
}

.home-section-title .widget_sow-editor p {
  padding: 20px 0 20px 0;
}

.home-section-white {
  padding: 140px 20px 150px;
  font-family: "Open Sans";
  color: #232525;
}

.home-section-white .widget_sow-editor {
  text-align: center;
}

.home-section-white .widget_sow-editor p {
  padding: 20px 0 20px 0;
}

.home-section-family {
  padding: 190px 20px 200px;
  font-family: "Open Sans";
}

@media (max-width: 1024px) {
  .home-section-family {
    background-attachment: scroll !important;
    background-position: center;
  }
}

.home-section-family .widget_sow-editor {
  text-align: center;
  color: white;
}

.home-section-family .widget_sow-editor p {
  padding: 30px 0 30px 0;
}

.home-section-contact-us {
  padding: 190px 20px 200px;
  font-family: "Open Sans";
  text-align: center;
}

@media (max-width: 1024px) {
  .home-section-contact-us {
    background-attachment: scroll !important;
    background-position: center;
  }
}

.home-section-contact-us .widget_sow-editor {
  color: white;
}

.home-section-contact-us .widget_sow-editor p {
  padding: 10px 0 10px 0;
}

.home-section-contact-us .fab {
  text-decoration: none;
  color: #232525;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  padding: 8px;
  margin: 5px 2px;
  font-size: 25px;
}

.home-section-contact-us .so-panel {
  margin-bottom: 0 !important;
}
