/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
/* ---------------------------------
Global
--------------------------------- */
h2,
h4 {
  font-weight: 800;
}
.intro-title-section {
  min-height: 20vh;
}
a.button.wgh_button_1 {
  background-color: transparent;
  padding-left: 0;
  color: #000;
  transition: all 0.1s ease-in-out;
}
a.button.wgh_button_1:hover {
  background: none;
  color: #428fdf;
  font-weight: 800;
  transition: all 0.1s ease-in-out;
}
a.button.wgh_button_1:after {
  background: none;
}
a.button.wgh_link_1 {
  color: #428fdf;
  transition: all 0.1s ease-in-out;
}
a.button.wgh_link_1:hover {
  color: #000;
  transition: all 0.1s ease-in-out;
}
.how-to-get-involved li a {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}
.upperfooter-wrapper {
  padding-top: 50px;
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.upperfooter-wrapper h4 {
  margin: 0;
  color: #113c61 !important;
  position: relative;
  width: fit-content;
  font-weight: 400;
}
.upperfooter-wrapper h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ed5d2d;
  transition: all 600ms ease-in-out;
}
.upperfooter-wrapper a:hover h4:after {
  width: 100%;
  transition: all 600ms ease-in-out;
}
.upperfooter-wrapper a {
  text-decoration: none;
}
.upperfooter-links {
  display: flex;
  flex-direction: column;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 960px) {
  .upperfooter-links {
    flex-direction: row;
    padding: 50px 0;
  }
}
.upperfooter-links-tel,
.upperfooter-links-social {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
@media only screen and (min-width: 960px) {
  .upperfooter-links-tel,
  .upperfooter-links-social {
    width: 25%;
    margin: 0;
  }
}
.upperfooter-links-email {
  width: 50%;
  display: flex;
  justify-content: center;
}
.upperfooter-links-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upperfooter-links-social i {
  font-size: 26px;
  color: #428fdf;
  transition: all 300ms ease-in-out;
}
.upperfooter-links-social a:hover i {
  color: #ed5d2d;
  transition: all 300ms ease-in-out;
}
.upperfooter-links-social-item {
  display: flex;
  align-items: flex-end;
  margin-left: 5px;
}
#Top_bar .menu > li > a span:not(.description) {
  padding-left: 10px !important;
}
/* ---------------------------------
Photo Submission Form
--------------------------------- */
.photoFormWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(66, 143, 223, 0.2);
  padding: 2rem 0;
  border-radius: 10px;
  margin: 3rem 0;
}
.photoFormRow,
.photoFormFileSubmit,
.photoFormBtn {
  margin: 0.5rem 0;
  width: 80%;
}
.photoFormRow {
  margin: 0.5rem 0;
}
@media only screen and (min-width: 960px) {
  .photoFormRow,
  .photoFormFileSubmit,
  .photoFormBtn {
    width: 60%;
  }
}
.photoFormRow input {
  border-color: #113c61;
}
.photoFormRow input:focus {
  border-color: #ed5d2d;
}
.photoFormRow input::placeholder {
  color: #113c61;
}
.photoFormFileSubmit,
.photoFormBtn {
  margin: 1rem 0;
}
.photoFormTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0 2rem;
}
.photoFormTitle h3,
.photoFormTitle h5 {
  text-align: center;
  color: #113c61;
  max-width: 80%;
}
.photoFormTitle h3 {
  font-weight: 800;
}
.photoFormBtn input {
  margin: 0;
  width: 100%;
}
/* ---------------------------------
Commitment Listing
--------------------------------- */
.commitment_listing_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  .commitment_listing_wrapper {
    flex-direction: row;
  }
}
.commitment_card_wrapper {
  width: 100%;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 960px) {
  .commitment_card_wrapper {
    width: 48%;
  }
}
.commitment_card_wrapper:hover {
  text-decoration: none;
  transform: scale(1.03);
  transition: all 300ms ease-in-out;
}
.commitment_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  border: 2px solid rgba(66, 143, 223, 0.3);
  padding: 2rem;
  border-radius: 10px;
}
.commitment_card h4 {
  margin: 2rem 0;
}
.commitment_card p {
  color: #666665;
}
.commitment_img_wrapper {
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.commitment_content_wrapper {
  text-align: center;
}
.commitment_img {
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.wgh_mailchimp_form_wrapper {
  display: flex;
  justify-content: center;
}
/* ---------------------------------
Mailchimp Form
--------------------------------- */
.wgh_mailchimp_form_wrapper {
  display: flex;
  flex-direction: column;
  background-color: rgba(66, 143, 223, 0.2);
  padding: 2rem 0;
  border-radius: 10px;
  margin: 3rem 0;
}
.wgh_mailchimp_form_title_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 1rem 0 3rem;
}
.wgh_mailchimp_form_title_wrapper h3 {
  font-weight: 800;
}
.wgh_mailchimp_form_title_wrapper h3,
.wgh_mailchimp_form_title_wrapper h5 {
  max-width: 80%;
  margin: 0 auto 15px;
  color: #113c61;
}
.wgh_mailchimp_form,
.wgh_mailchimp_form form {
  display: flex;
  width: 100%;
  justify-content: center;
}
.wgh_mailchimp_form #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wgh_mailchimp_form .mc-field-group {
  width: 80%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .wgh_mailchimp_form .mc-field-group {
    width: 60%;
  }
}
.wgh_mailchimp_form .mc-field-group input {
  width: 100%;
}
.wgh_mailchimp_form .mc-field-group input::placeholder {
  color: #113c61;
}
.wgh_mailchimp_form .clear {
  display: flex;
  width: 80%;
  margin: 0.5rem 0;
}
@media only screen and (min-width: 960px) {
  .wgh_mailchimp_form .clear {
    width: 60%;
  }
}
.wgh_mailchimp_form #mc-embedded-subscribe {
  width: 100%;
  margin: 0;
}
.page_title_row {
  min-height: 400px;
  display: flex;
  align-items: center;
}
/* ---------------------------------
Custom Menu Action Button
--------------------------------- */
#Top_bar .menu.menu-main .wgh_menu_action_button > a {
  padding: 25.5px 0;
}
#Top_bar .menu.menu-main .wgh_menu_action_button > a span {
  background-color: #428fdf;
  line-height: 50px;
  color: #fff;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  #Top_bar.is-sticky .menu.menu-main .wgh_menu_action_button > a {
    padding: 10px 0;
  }
  #Top_bar.is-sticky .menu.menu-main .wgh_menu_action_button > a span {
    line-height: 40px;
  }
}
#Top_bar .menu.menu-main .wgh_menu_action_button > a:hover span {
  opacity: 0.8;
  transition: all 300ms ease-in-out;
}
/*
Events Calendar
*/
.tribe-events-c-top-bar button {
  background-color: unset;
}
.tribe-events-c-events-bar__views {
  display: none !important;
}
.tribe-events .tribe-events-c-ical__link {
  border: 1px solid #428fdf;
  color: #428fdf;
}
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #428fdf;
  color: #fff;
}
.tribe-common .tribe-common-c-svgicon {
  color: #428fdf;
}
.initiative_link {
  color: #428fdf;
}
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical {
  color: #428fdf;
}
.tribe-events-event-meta a,
.tribe-events-event-meta a:visited {
  color: #428fdf;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  width: 100%;
}
.tribe-events-meta-group {
  flex: 1 0 240px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  margin: 0;
}
/* ---------------------------------
Contact Form
--------------------------------- */
.upperfooter-wrapper .wpcf7 {
  width: 80%;
}
@media only screen and (min-width: 960px) {
  .upperfooter-wrapper .wpcf7 {
    width: 30%;
  }
}
.contactFormWrapper input,
.contactFormWrapper textarea {
  border: 1px solid rgba(66, 143, 223, 0.5);
}
.contactFormWrapper .contactFormTitle {
  margin: 2rem 0;
  text-align: center;
}
.contactFormWrapper .contactFormBtn input {
  float: right;
}



.wgh_logo_width {
  max-width: 350px!important;
}