/*
Theme Name: Chaney Family Foundation
Theme URI: https://siteorigin.com/theme/vantage/
Template: vantage
Author: SiteOrigin
Author URI: https://siteorigin.com/
Description: Vantage is a flexible multipurpose theme. 
Version: 1.19.9.1649343218
Updated: 2022-04-07 14:53:38
*/

/*CUSTOM CSS 5:00 MKTG*/
/*HIDE COMMENTS FORM*/
#comments{display:none;}

#homepage-showcase .sow-features-list {flex-wrap: nowrap;}

#main{
	background: #E0EEE7;
	background-image: url(/wp-content/uploads/2024/12/chaney-dove-phantom-bkg.png), linear-gradient(90deg,rgba(224, 238, 231, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(224, 238, 231, 1) 100%)!important;
    background-position: center center;
}
#main background-image{
	opacity: 0.8!important;
}
.main-navigation{border-bottom: 5px solid steelblue;
    border-top: 5px solid darkslategray;}

.site-footer{border-top: 5px solid steelblue;}

#masthead {padding: 0; margin-top: -20px;}
#masthead .hgroup .logo {
    text-align: center;
    float: none;
}
#masthead .hgroup .logo img {
    vertical-align: middle;
    padding-right: 50px;
}
#masthead .hgroup {padding-bottom: 0px; padding-top: 0px;}
.full-container{max-width: 1680px!important;}
.page-template-templatestemplate-full-php #primary{min-height: 550px;}
header.entry-header{
	border-bottom: 2px double #00703c;
	text-align: center;
	padding: 20px;
}

h4, h5, h6{color: #444!important;}

/*HOMEPAGE SHOWCASE LEARN MORE*/
.sow-features-feature-text{
	max-width: 400px;
    margin: 0 auto 30px;
}

.sow-more-text a{
	color: #fff;
	text-decoration: none!important;
    background-color: #1e73be;
    padding: 7px 20px;
    border-radius: 25px;
}
.sow-more-text a:hover{
    background-color: #00703c;
}

/*CONTACT FORM*/
.sow-form-field.sow-form-field-captcha label.sow-form-field-label-above {
    visibility: hidden;
}
.sow-form-field.sow-form-field-captcha label.sow-form-field-label-above::after {
	visibility: visible;
	content: "Enter characters shown";
	margin-left: -70px;
}
.sow-contact-form-success p:last-of-type{
text-align: center;
    font-size: 20px;
    color: steelblue;
}

/*RESPONSIVE*/
@media only screen and (max-width: 780px) {
  #masthead {margin-top: -30px;}
  #masthead .hgroup .logo img {padding-right: 0px;}
  .entry-content h4 {font-size: 18px!important;}
#homepage-showcase .sow-features-list {flex-wrap: wrap!important;}
}