/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*Center content*/
/*#main {
    width: 80%;
    margin: 0 auto;
}
*/
.module {
    display: inline-block;
    padding: 0px !important;
}
.main-navigation .menu > li {
    margin-right: 20px !important;
}

.shapely_home_parallax .align-transform {
    top: 82%;
}
/* remove header call out 
.header-callout {
    display: none;
}'

You can use this one to remove text only

'/*remove header text only*/

#donation_header{
	display:none !important;	
}

#content > div.header-callout > section > div{
  display:none;
}
.page-template-full-width .entry-meta { display: none; }

ul#menu.menu > .active > a {
    color: #d3602e;
}

.post-title {
	display: none;
}
.post-2780 h1.entry-title {
	display: none !important;
}

/*Header removal*/

.page-id-1702 div.header-callout {
    display: none;
}

@media (max-width: 760px){
#shapely_home_parallax-2 .parallax-window.fullscreen {
    background: url("https://frankolsonproject.com/wp-content/uploads/2018/01/FrankOlson_banner-mobile.jpg") no-repeat !important; background-size: cover!important;}

#shapely_home_parallax-2 .parallax-window.fullscreen .align-transform{
  top: 75%;
}
#shapely_home_parallax-2 .cover.fullscreen{
  height: auto !important;
}
}

#footer-area .row {
  margin: 0;
}
#footer-area .container.footer-inner,
.footer-widget-area .footer-widget {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bsearch_highlight { background:#ffc; }
#bsearchform { margin: 20px; padding: 20px; }
#heatmap { margin: 20px; padding: 20px; border: 1px dashed #ccc }
.bsearch_results_page { max-width:90%; margin: 20px; padding: 20px; }
.bsearch_footer { text-align: center; }
.bsearch_highlight { background:#ffc; }

.search-results .entry-featured{
display:none;
}
.post-content .entry-header {
    display: none;
}
.post-content .post-meta {
    display: none;
}
.bsearch_date {
	display: none;
	
}

.dgx-donate-form-section
{
    border: 1px solid #999999 !important;
}

#dgx-donate-container {
    background: #ffffff!important;
}
.dgx-donate-form-section input{
    border: 0px solid #CCCCCC!important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 28px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #494948;
    overflow-x: hidden;
    font-weight: 400;
}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}

/* Shows the reCAPTCHA on the Contact page */
.page-id-1512 .grecaptcha-badge {
    display: block !important;
}