/**
Theme Name: Spark27 - Child Theme
Author: Spark27 Creative
Author URI: https://spark27creative.com/
Description: Spark27 theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spark27-theme
Template: astra
*/

/*----------- Navigation Styles -----------*/
.main-header-bar-navigation:not(.toggle-on) .main-header-menu > .menu-item{
  padding:0px 1em;
}
.main-header-bar-navigation:not(.toggle-on) .main-header-menu > .menu-item > .menu-link{
  height:auto;
  line-height:1.6em;
  border-bottom:1px solid rgba(246, 139, 43, 0);
  padding:0px;
  letter-spacing: 1px;
}

.main-header-bar-navigation:not(.toggle-on) .main-header-menu > .menu-item.current-menu-item > .menu-link,
.main-header-bar-navigation:not(.toggle-on) .main-header-menu > .menu-item > .menu-link:hover{
  border-bottom:1px solid rgba(246, 139, 43, 1) !important;
}

.ast-header-break-point .menu-toggle-icon{
  color: #ffffff;
  border-color: #ffffff;
}

.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{
  border-color: #ffffff;
  border-radius:0px;
}
body:not(.ast-theme-transparent-header) .main-header-bar:after{
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  background-color: rgba(32,83,87,0.8);
  position:absolute;
  z-index:-1;
}
/*----------- General Styles -----------*/
.ast-theme-transparent-header .ast-button-wrap .menu-toggle .menu-toggle-icon:before {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link{
  color: #205357;
}
.align-bottom{
  margin-top:auto;
}

h1.fl-heading span.fl-heading-text{
  letter-spacing: 1px;;
}
span.divider{
  color: #70CBD4 !important;
  padding:0px 5px !important;
}
/* Padding Row */
@media all and (min-width:768px) {
  .fl-row-content-wrap {
    padding: 60px 20px;
  }
}

.fl-rich-text p a{
  text-decoration: underline;
	font-weight:600;
}

.fl-module-heading h3.fl-heading{
	letter-spacing:1.5px;
}
/* Buttons */
.fl-builder-content .fl-node-content a.fl-button {
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.7em 1.4em;
}
/* Primary Button */
.fl-builder-content .fl-node-content .primary-btn a.fl-button{
    background: #ffffff;
    border-color: #ffffff;
}
.fl-builder-content .fl-node-content .primary-btn a.fl-button:hover{
    background: #ffffff;
    border-color: #ffffff;
	opacity:0.8;
}
.fl-builder-content .fl-node-content .transparent-btn a.fl-button i,
.fl-builder-content .fl-node-content .primary-btn a.fl-button i,
.fl-builder-content .fl-node-content .secondary-btn a.fl-button i{
	margin-right:2px;
	color: #F68B2B;
}
/* Secondary Button */
.fl-builder-content .fl-node-content .secondary-btn a.fl-button{
    background: #ffffff;
    border: 2px solid #F68B2B;
}
.fl-builder-content .fl-node-content .secondary-btn a.fl-button:hover {
    background: #ffffff;
    border: 2px solid #F68B2B;
	opacity:0.8;
}
/* Transparent Button */
.fl-builder-content .fl-node-content .transparent-btn a.fl-button{
    background: transparent;
    border: 2px solid #F68B2B;
}
.fl-builder-content .fl-node-content .transparent-btn a.fl-button:hover {
    background: transparent;
    border: 2px solid #F68B2B;
	opacity:0.8;
}
/*Change default button text color*/
.fl-builder-content .fl-node-content .transparent-btn a.fl-button span,
.fl-builder-content .fl-node-content .primary-btn a.fl-button span,
.fl-builder-content .fl-node-content .secondary-btn a.fl-button span {
    color: #418338;
}



/* Testimonial */
.testimonial-name{
  font-size:21px;
  text-transform:uppercase;
  letter-spacing:1.5px;
}
.testimonial-name strong{
  font-family: 'Montserrat',sans-serif;
  font-size:21px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1.5px;
}

/* Orange Triangles over image */
.orange-tri .fl-photo-content:before{
  content:"";
  background-image: url(/wp-content/uploads/2021/12/orange-triangles.png);
  background-size:cover;
  width:50px;
  height:75px;
  position:absolute;
  bottom:-42px;
  right:70px;
}
.orange-tri-left-in .fl-photo-content:before{
  content:"";
  background-image: url(/wp-content/uploads/2021/12/orange-triangles.png);
  background-size:cover;
  width:50px;
  height:75px;
  position:absolute;
  bottom:-42px;
  left:70px;
}
.orange-tri-left .fl-photo-content:before{
  content:"";
  background-image: url(/wp-content/uploads/2021/12/orange-triangles.png);
  background-size:cover;
  width:50px;
  height:75px;
  position:absolute;
  bottom:-37px;
  left:-25px;
}

.orange-tri-left-top .fl-col-content{
  position:relative;
}
.orange-tri-left-top .fl-col-content:before{
  content:"";
  background-image: url(/wp-content/uploads/2021/12/orange-triangles.png);
  background-size:cover;
  width:50px;
  height:75px;
  position:absolute;
  top:-42px;
  left:-15px;
}
.orange-tri-left-top .fl-col-content:before
.orange-tri-left-top .fl-photo-content:before{
content:"";
  background-image: url(/wp-content/uploads/2021/12/orange-triangles.png);
  background-size:cover;
  width:50px;
  height:75px;
  position:absolute;
  top:-42px;
  left:-15px;
}
@media all and (max-width:768px){
	.orange-tri-left-in .fl-photo-content:before{
		bottom:-32px;
		left:70px;
	}
.orange-tri .fl-photo-content:before{
 	bottom:-32px;
  right:70px;
}
}
/* Read More Accordion Module */
.read-more-toggle .fl-accordion-item{
  border:none;
}

.read-more-toggle .fl-accordion-button{
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1px;
  text-align:center;
  display:block;
}

.read-more-toggle .fl-accordion-button-label{
  display:inline-block;
  width:auto;
  color: #205357;
}
.read-more-toggle .fl-accordion-button-icon{
  display:inline-block;
  vertical-align:inherit;
  color:#f68b2b;
  opacity:1;
  padding-left:10px;
}

.read-more-toggle .fl-accordion-content{
	padding:0px;
}
/* Headline with white span background */
.headline-bg .fl-heading span{
    display: inline;
  background: #ffffff;
  line-height:1.8em;
  padding:0.2em 0px;
	border-top:2px solid rgba(255, 255, 255, 0);
  box-shadow: 20px 0 0 #ffffff, -20px 0 0 #ffffff;
	margin-bottom:2px;
}

/* Orange Triangle in Sections */
.orange-tri-section .fl-row-content-wrap:before{
   content:"";
  background-image: url(/wp-content/uploads/2021/12/orange-triangles.png);
  background-size:cover;
  width:50px;
  height:75px;
  position:absolute;
  bottom:-53px;
  left:10%;
  z-index:9;
}
.orange-tri-section-right .fl-row-content-wrap:before{
   content:"";
  background-image: url(/wp-content/uploads/2021/12/orange-triangles.png);
  background-size:cover;
  width:50px;
  height:75px;
  position:absolute;
  bottom:-13px;
  right:10%;
  z-index:9;
}
@media all and (max-width:768px){
.orange-tri-section .fl-row-content-wrap:before{
 	bottom:-32px;
}
}
/* In the News Section */
.news-item .fl-callout-title{
  margin-top:35px;

}
.news-item .fl-callout-title a{
  color: #205357;
}

.news-item a.fl-button{
  padding:20px 0px 10px !important;
}

span.team-title{
  font-weight:400;
  font-style: italic;;
}
.read-more-toggle.team-toggle{
  margin-top:auto;
}
.read-more-toggle.team-toggle .fl-module-content{
  margin:0px 20px
}

.read-more-toggle.team-toggle .fl-accordion-button{
  text-align:left;
  padding-left:0px;
}
.orange-num-list ol {list-style: none;
counter-reset: li;
}
.orange-num-list li {counter-increment: li;
padding-bottom:1.2em;}
.orange-num-list li::before {content: counter(li) "."; color: #f68b2b;
  display: inline-block; width: 1.5em;
  margin-left: -1.5em;
  font-weight:600;
}

.clt-accordion .fl-accordion-item i{
  color: #F68B2B !important;
  opacity:1;
}
.clt-accordion ul {
  list-style: none;

}
.clt-accordion li {
padding-bottom:0.6em;
}
.clt-accordion li:before {
  content: "◆";
  color: #f68b2b;
  display: inline-block; 
  width: 1.5em;
  margin-left: -1.5em;
  font-weight:600;
}
/* Donate Section */
.donation-item .fl-module-content{
  background-color: rgba(32, 83, 87, 0.1);
  margin:10px 20px;
  padding:20px 40px;
  max-width:500px;
}
.donation-item strong{
  font-weight:600;
  font-size:21px;
  color:#205357;
}
@media all and (max-width:992px){
	.donation-item .fl-module-content{
		margin:10px auto;
	}
}
/* Qualifying Form */
#gform_wrapper_1 .gfield_label{
  font-weight:600;
  font-size:16px;
}

#gform_wrapper_1 input[type=email], #gform_wrapper_1 input[type=number], #gform_wrapper_1 input[type=password], #gform_wrapper_1 input[type=reset], input[type=search], #gform_wrapper_1 input[type=tel], input[type=text], #gform_wrapper_1 input[type=url], #gform_wrapper_1 select, #gform_wrapper_1 textarea{
  background:transparent;
  border:none !important;
  border-bottom:1px solid #000000 !important;
  border-radius:0px;
  color:#757575;
  font-weight:600;
  font-size:16px;
  padding:0px !important;
}
#gform_wrapper_1 input.large{
  max-width:500px;
}
#gform_wrapper_1 .gfield{
  margin-bottom:30px;
}

#gform_wrapper_1 .gfield.gf_list_inline .gfield_radio .gchoice{
  padding-right:40px;
}
#gform_wrapper_1 .gfield-choice-input+label{
  font-weight:600;
  color:#757575;
  position:relative;
  margin-left:30px;
}

#gform_wrapper_1 .gfield-choice-input{
  display:none;
}

#gform_wrapper_1 .gfield_radio label::after{
 content: "";
  background-color: #fff;
  border: solid 2px #205357;
  display: inline-block;
  height: 22px;
  left: -30px;
  position: absolute;
  top: 0;
  -webkit-transition: left .25s, background-color .13s;
  transition: left .25s, background-color .13s;
  width: 22px;
   padding:2px;
}
#gform_wrapper_1 .gfield-choice-input:checked +label::after{
  content:"\f00c";
  font-family: "Font Awesome 5 Free";
  line-height:18px;
}

#gform_wrapper_1 .gform_footer button{
  border: 2px solid #F68B2B;
  background-color:transparent;
  border-radius:0px;
  color:#418338;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.7em 1.4em;
  -webkit-transition:0.2s all ease-in-out;
  transition:0.2s all ease-in-out;
}
#gform_wrapper_1 .gform_footer button span:before{
  content:"\f345";
  color: #F68B2B;
  font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    margin-right:10px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

#gform_wrapper_1 .gform_footer button:hover{
  opacity:0.8;
}

/* Contact Form - Gravity Forms Form */
.contact-form .gform_wrapper input[type=email], .contact-form .gform_wrapper input[type=number], .contact-form .gform_wrapper input[type=password], .contact-form .gform_wrapper input[type=reset], .contact-form input[type=search], .contact-form .gform_wrapper input[type=tel], .contact-form input[type=text], .contact-form .gform_wrapper input[type=url], .contact-form .gform_wrapper select, .contact-form .gform_wrapper textarea{
  border:1px solid #757575 !important;
  border-radius:0px !important;
  background:transparent !important;
   color:#757575 !important;
   font-weight:600 !important;
   padding:0.8em 1em !important;
}

.contact-form .gform_wrapper.gravity-theme .gfield_label{
  color:#205357;
  text-transform:uppercase;
  font-weight:600;
  padding-bottom:0.5em;
  padding-top:1em;
}

.contact-form .gfield_required{
  display:none;
}

.contact-form .gform_footer button{
  border: 2px solid #F68B2B;
  background-color:#ffffff;
  border-radius:0px;
  color:#418338;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.7em 1.4em;
  -webkit-transition:0.2s all ease-in-out;
  transition:0.2s all ease-in-out;
  float:right;
}
.contact-form .gform_footer button span:before{
  content:"\f345";
  color: #F68B2B;
  font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    margin-right:10px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

.contact-form .gform_footer button:hover{
  opacity:0.8;
}
/* Give WP Form for Donation */
.give-form-wrap input.give-input{
  border:none !important;
  background-color:transparent !important;
  border-bottom: 1px solid #000000 !important;
  font-size:15px !important;
  max-width:500px !important;
}
[id*=give-form] .give-form-title{
  display:none;
}
form[id*=give-form] .give-donation-amount #give-amount{
  border: none;
  background:transparent;
  border: 1px solid #F68B2B;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before{
  border:none;
  background-color:transparent;
  color:#F68B2B;
  font-weight:600;
}
form.give-form .form-row label, form[id*=give-form] .form-row label{
  font-weight:600;

}
#give-payment-mode-select,
#give-donation-level-button-wrap {
  margin-bottom:30px;
}
#give-donation-level-button-wrap li .give-btn{
  background:transparent;
  border: 1px solid #F68B2B;
  border-radius:0px;
  font-weight:600;
  color: #418338;
}
#give-donation-level-button-wrap li .give-btn.give-default-level,
#give-donation-level-button-wrap li .give-btn:hover{
  background-color: #F68B2B;
  color: #ffffff;
}
form[id*=give-form] #give-gateway-radio-list > li input[type=radio]{
  display:none;
}


form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option{
  position:relative;
  margin-left:30px;
  font-weight:600;
  color: #757575;
}
form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option:after{
  content: "";
    background-color: #fff;
    border: solid 2px #205357;
    display: inline-block;
    height: 22px;
    left: -30px;
    position: absolute;
    top: 0;
    -webkit-transition: left .25s, background-color .13s;
    transition: left .25s, background-color .13s;
    width: 22px;
    padding: 2px;
}
form.give-form .form-row input[type=email]{
  font-weight:600;
}
form[id*=give-form] #give-gateway-radio-list > li.give-gateway-option-selected label.give-gateway-option:after{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    line-height:15px;
    font-size:15px;
}
.give_warning:before{
  background-color: #F68B2B;
}
.give_warning{
  border-color:#F68B2B;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label{
 color:#F68B2B;;
 font-weight:600;
 border:none;
 background-color:transparent; 
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount{
  border:none;
  font-weight:600;
  background-color:transparent;
  border-bottom:1px solid #000000;
}
.give-submit-button-wrap .give-submit, [id^=give-user-login-submit] .give-submit{
  border: 2px solid #F68B2B;
    background-color: #ffffff;
    border-radius: 0px;
    color: #418338;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.7em 1.4em;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position:relative;
}
.give-submit-button-wrap .give-submit:hover, [id^=give-user-login-submit] .give-submit:hover{
	color:#ffffff;
}
.give-submit-button-wrap{
  margin-top:50px;
}

.ffm-field-container{
  padding:0 !important;
}
.ffm-field-container input{
  background-color:transparent !important;
}

/* Give WP Email Access Form */
form#give-email-access-form{
  text-align:center;
}
#give-email-access-form input[type="submit"]{
  background: #ffffff;
    border: 2px solid #F68B2B;
  border-radius:0px;
      color: #418338;
      border-radius: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.7em 1.4em;
}

form#give-email-access-form input#give-email{
  border:1px solid #757575;
  border-radius:0px;
  padding:0.4em 1em;
  height:42.38px;
}
form#give-email-access-form label{
  display:block;
  font-weight:600;
  margin-bottom:20px;

}
/* Footer Section */
.footer-section .fl-menu-vertical li.menu-item{
  padding:10px;
}
.footer-section .fl-menu-vertical li.menu-item a{
  line-height: 1.6em;
   border-bottom: 1px solid rgba(246, 139, 43, 0);
   padding:0px;
   display:inline-block;
}
.footer-section .fl-menu-vertical li.menu-item.current-menu-item a,
.footer-section .fl-menu-vertical li.menu-item a:hover{
  border-bottom: 1px solid rgba(246, 139, 43, 1);
}
.footer-section .fl-module-subscribe-form input{
  background-color:transparent;
  border:none;
  border-radius:0px !important;
  border-bottom:1px solid #F68B2B !important;
  padding:10px 10px 5px 0px !important;
  color:#ffffff !important;
  outline:none !important;
  font-size:14px !important;
  font-weight:600 !important;
}
.footer-section .fl-module-subscribe-form .fl-form-field{
  width:calc(100% - 45px) !important;
  padding-right:0px !important;
	float:left !important;
}
.footer-section .fl-module-subscribe-form .fl-subscribe-form-inline .fl-form-button{
  width:45px !important;
	float:left !important;
}
.footer-section .fl-module-subscribe-form a.fl-button{
  background-color: #F68B2B;
  border-color: #F68B2B;
  height: 32px !important;
  line-height:32px !important;
  padding:0px;
  width:45px;
	
}

.footer-section .fl-module-subscribe-form input::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
  font-weight:600;
  font-style: italic;
  font-size:14px;
}

.footer-section .fl-module-subscribe-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  font-weight:600;
  font-style: italic;
  font-size:14px;
}

.footer-section .fl-module-subscribe-form input::placeholder {
  color: #ffffff;
  font-weight:600;
  font-style: italic;
  font-size:14px;
}
span.divider{
	color:#70CBD4;
}