/* ==========================================================================
   Custom Styles - Anthone Spano Foundation
   ========================================================================== */
body #page-container .et_pb_section a.et_pb_button_4_tb_footer{
   text-decoration: none !important;
   padding: 15px 30px 15px 50px !important;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a {
   color: #1c3628 !important;
}

.single-team .et_pb_section_0_tb_header {
   background-color: #1c3628 !important;
}

@media screen and (max-width: 767px) {
   .et_pb_heading_1 .et_pb_heading_container h1, .et_pb_heading_1 .et_pb_heading_container h2, .et_pb_heading_1 .et_pb_heading_container h3, .et_pb_heading_1 .et_pb_heading_container h4, .et_pb_heading_1 .et_pb_heading_container h5, .et_pb_heading_1 .et_pb_heading_container h6,
   .et_pb_module_heading{
      font-size: 25px !important;
   }
   .home .et_pb_section {
      height: max-content;
      .et_pb_row_0{
         height: max-content;
         .et_pb_text_0{
            padding:  80px 15px !important;
            h1{
               font-size: 45px;
            }  
            p{
               font-size: 25px;
               line-height: 1.2;
            }
         }
      }
   }
   .et_pb_blurb_content{
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      .et-pb-icon{
         margin-left: 0 !important;
         font-size: 40px !important;
      }
      h4,p{
         text-align: center !important;
      }
   }
   h3{
      font-size: 24px !important;
      /* text-align: left !important; */
   }
   p{
      /* text-align: left !important; */
   }
   .et_pb_button{
      font-size: .8rem !important;
   }
}

body{
   font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
   color: #333;
}

.entry-title{
   line-height: 1.2 !important;
}

.et_pb_button{
   font-size: 1.1rem !important;
   border-radius: 17px !important;
   padding: 15px 30px !important;
   line-height: 1.1 !important;
   font-weight: 500 !important;
}

li::marker{
   color: inherit;
}

footer{
   .et_pb_button{
      font-size: .9rem !important;
   }
   .footer_newsletter_form.et_pb_section{
      background-color: #031914 !important;
      h3{
         text-align: left !important;
         font-size: 25px !important;
      }
      h2{
         font-size: 18px !important;
         line-height: 1.2 !important;
      }
      .et_pb_text_2_tb_footer{
         margin-bottom: 0 !important;
      }
      .et_pb_row_2_tb_footer{
         display: flex;
         align-items: center;
         @media screen and (max-width: 767px){
            flex-direction: column;
         }
         .wpforms-submit-container{
            padding-top: 0 !important;
            margin-bottom: 10px !important;
            button{
               background-color: #E4F6E2!important;
               color: #1C3628 !important;
               font-weight: bold !important;
               border-radius: 17px !important;
            }
         }
      }
   }
   li a,
   p a{
      font-size: .9rem !important;
   }
   .et_pb_search{
      border: solid 2px #fff;
      .et_pb_searchform{
         .et_pb_s{
            background-color: #fff;
         }
         .et_pb_searchsubmit{
            background-color: #8FBC8F;
            font-weight: 500;
            color: #fff;
         }
      }
   }
}