  /*Place the CSS Content*/

/* Budd's CSS */

/*author box*/

.elementor-author-box__avatar img {
    width: 150px !important;
}

/*ministry spotlight*/
.featured h3 {
    font-weight: 600;
    font-size: 30px;
    margin: 0px;  
}

.featured h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.featured p {
    color: black;
    font-size: 20px;
    font-weight: 600;  
      margin-bottom: 20px;
}

.featured p.sub {
    color: black;
    font-size: 18px;
    font-style: italic;
      font-weight: 500;  
}

a.underline {
  text-decoration: underline;
  color: #002368;
}

.btn-row {
	display: inline-flex;  
}

@media (max-width: 767px) {
  .btn-row {
      display: inline;  
      text-align: center;
  }
}

a.btn {
    color: white;
    background: #002368;
    padding: 5px 10px;
    margin: 5px 5px;
}

a.btn-primary {
    color: white;
    background: #002368;
    padding: 5px 10px;
    margin: 5px 5px;
    display: block;
}

.btn-primary:hover {
    background: #001d56;
}

@media (max-width: 767px) {
  a.btn-primary {
      margin: 0px;
	}
}

/* End Budd's CSS */


.wp-post-image {display:none}

.sendpress-signup-form label {
    display: block;
    word-wrap: none;
    padding: 0 5px 0 0;
    color: #f3d50b;
}

.gdpr_chk_label {
    color: #f3d50b !important;
    text-decoration: underline;
}

.content-wrapper .widget .widget-title {
margin-top: 0;
margin-bottom: 10px;
padding:4px 4px 4px 12px;

font-size:18px!important;
font-weight: 600;
line-height: 1.5em;
text-transform: uppercase;

background: #032769 !important;
border:none;

color: var( --e-global-color-0ac2cee );