/*
 Theme Name:   Cureous
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for Cureous
 Author:       Neil Arnold
 Author URI:   https://www.neilarnold.com
 Template:     generatepress
 Version:      0.1
*/
@media (max-width: 767px) {
  .menu-toggle {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .navigation-branding img, .site-logo.mobile-header-logo img {
    max-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .main-navigation.toggled .main-nav li {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .main-navigation.toggled .main-nav li {
    text-align: center !important;
  }
}
.menu-highlight {
  background-color: #034058;
}
.top-bar {
  margin-bottom: 20px;
}
.top-bar ul.menu li a {
  font-size: 13px;
}
.header-line h1, .header-line h2, .header-line h3, .header-line h4, .header-line h5 {
  overflow: hidden;
}
.header-line h1:after, .header-line h2:after, .header-line h3:after, .header-line h4:after, .header-line h5:after {
  content: '';
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #e1e1e1;
}
section.equal-height div.elementor-widget-wrap > div {
  display: flex;
  height: 100%;
}
.elementor-widget-container .elementor-text-editor p:last-of-type {
  margin-bottom: 0;
}
.white-links a {
  color: #ffffff;
  text-decoration: underline;
}
.white-links a:hover {
  text-decoration: underline;
}
.custom-icon-box.elementor-widget-icon-box .elementor-widget-container {
  margin-top: 30px;
}
.custom-icon-box.elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-icon {
  top: -35px;
  position: relative;
  height: 30px;
  margin-bottom: 15px;
}
.custom-icon-box.elementor-inner-column {
  margin-top: 20px;
}
.custom-icon-box.elementor-inner-column .elementor-column-wrap {
  border: solid 1px #d7d7d7;
  border-radius: 4px;
}
.round-icon.elementor-widget-image .elementor-widget-container {
  height: 20px;
}
.round-icon.elementor-widget-image .elementor-widget-container .elementor-image {
  position: relative;
  top: -40px;
  background-color: #00a2bb;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
}
.elementor-posts .elementor-post__text .elementor-post__title {
  color: #666666;
}
.elementor-posts .elementor-post__text .elementor-post__excerpt p {
  font-size: 15px;
  line-height: 1.7em;
}
.elementor-posts .elementor-post__text .elementor-post__read-more {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: transparent;
  border: solid 1px #ffffff;
  padding: 10px 16px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .elementor-posts .elementor-post__text .elementor-post__read-more {
    padding: 5px 8px;
  }
}
.elementor-posts .elementor-post__text .elementor-post__read-more:visited {
  color: #ffffff;
}
.elementor-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .elementor-posts article.elementor-post {
    flex-direction: column;
  }
  .elementor-posts article.elementor-post .elementor-post__thumbnail__link {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.elementor-widget-image-box.staff-photo .elementor-image-box-wrapper {
  position: relative;
}
.elementor-widget-image-box.staff-photo .elementor-image-box-wrapper .elementor-image-box-img {
  display: block;
}
.elementor-widget-image-box.staff-photo .elementor-image-box-wrapper .elementor-image-box-img img {
  display: block;
}
.elementor-widget-image-box.staff-photo .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  background-color: rgba(7, 101, 209, 0.8);
}
.elementor-widget-button.icon-btn .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-widget-button.icon-btn .elementor-button-content-wrapper .elementor-button-icon {
  font-size: 1.6em;
}
.elementor-widget-button.icon-btn .elementor-button-content-wrapper .elementor-button-text {
  height: auto !important;
}
.elementor-post__excerpt p:after {
  content: ' ...';
}
.gform_wrapper .gform_body .gfield_label {
  font-size: 12px !important;
  text-transform: uppercase;
}
.gform_confirmation_message {
  font-weight: 600;
  font-size: 1.1em;
  color: #01b8b4;
}
.page-hero {
  position: relative;
  margin-bottom: 5px;
}
.page-hero:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 26.1538461538%;
}
.page-hero > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-hero .inside-page-hero {
  background-color: rgba(25, 132, 163, 0.8);
}
.page-hero .inside-page-hero h1 {
  padding: 8px 10px;
  color: #ffffff;
  font-size: 46px;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 970px) {
  .page-hero .inside-page-hero h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-hero .inside-page-hero h1 {
    font-size: 26px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */