/*!
Theme Name: BSA Theme
Description: Theme for BSA Lasalle Council
Author: DOJO Creative
Author URI: https://letsgodojo.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: bsa
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --e-global-color-primary: #CE1126;
  --e-global-color-secondary: #D6CEBD;
  --e-global-color-text: #515354;
  --e-global-color-accent: #003F87;
}

table {
  font-size: 1em;
}

.e-con.p-con-def {
  --padding-top:4rem;
  --padding-bottom:4rem;
  background: #FFF;
}
@media (max-width: 1024px) {
  .e-con.p-con-def {
    --padding-top: 3rem;
    --padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .e-con.p-con-def {
    --padding-top: 2.5rem;
    --padding-bottom: 2.5rem;
  }
}
.e-con.p-con-blue {
  --padding-top:4rem;
  --padding-bottom:4rem;
  background: #003F87;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .e-con.p-con-blue {
    --padding-top: 3rem;
    --padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .e-con.p-con-blue {
    --padding-top: 2.5rem;
    --padding-bottom: 2.5rem;
  }
}
.e-con.p-con-blue h1, .e-con.p-con-blue h2, .e-con.p-con-blue h3, .e-con.p-con-blue h4, .e-con.p-con-blue h5, .e-con.p-con-blue h6 {
  color: #FFF;
}
.e-con.p-con-blue a {
  color: #71d6ff;
}
.e-con.p-con-blue button,
.e-con.p-con-blue input[type=button],
.e-con.p-con-blue input[type=submit],
.e-con.p-con-blue .elementor-button {
  color: #FFF;
}
.e-con.p-con-tan {
  --padding-top:4rem;
  --padding-bottom:4rem;
  background: #D6CEBD;
}
@media (max-width: 1024px) {
  .e-con.p-con-tan {
    --padding-top: 3rem;
    --padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .e-con.p-con-tan {
    --padding-top: 2.5rem;
    --padding-bottom: 2.5rem;
  }
}
.e-con.p-con-red {
  --padding-top:4rem;
  --padding-bottom:4rem;
  background: #CE1126;
  color: #FFF;
}
@media (max-width: 1024px) {
  .e-con.p-con-red {
    --padding-top: 3rem;
    --padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .e-con.p-con-red {
    --padding-top: 2.5rem;
    --padding-bottom: 2.5rem;
  }
}
.e-con.p-con-red h1, .e-con.p-con-red h2, .e-con.p-con-red h3, .e-con.p-con-red h4, .e-con.p-con-red h5, .e-con.p-con-red h6 {
  color: #FFF;
}
.e-con.p-con-red a {
  color: #ff9fa8;
}
.e-con.p-con-red button,
.e-con.p-con-red input[type=button],
.e-con.p-con-red input[type=submit],
.e-con.p-con-red .elementor-button {
  background-color: #003F87;
  color: #FFF;
}
.e-con.p-con-red button:hover,
.e-con.p-con-red input[type=button]:hover,
.e-con.p-con-red input[type=submit]:hover,
.e-con.p-con-red .elementor-button:hover {
  background-color: #1063D4;
}
.e-con.p-con-gray {
  --padding-top:4rem;
  --padding-bottom:4rem;
  background: #515354;
  color: #FFF;
}
@media (max-width: 1024px) {
  .e-con.p-con-gray {
    --padding-top: 3rem;
    --padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .e-con.p-con-gray {
    --padding-top: 2.5rem;
    --padding-bottom: 2.5rem;
  }
}
.e-con.p-con-gray h1, .e-con.p-con-gray h2, .e-con.p-con-gray h3, .e-con.p-con-gray h4, .e-con.p-con-gray h5, .e-con.p-con-gray h6 {
  color: #FFF;
}

.e-con.p-bg-wood:before, .e-con.p-bg-end:before, .e-con.p-bg-plaid:before, .e-con.p-bg-leaf:before, .e-con.p-bg-canvas:before, .e-con.p-bg-bark:before, .e-con.p-bg-cracks:before {
  content: "";
  width: 25%;
  height: 100%;
  left: 75%;
  display: block;
  position: absolute;
  mix-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  opacity: 0.7;
}
.e-con.p-bg-wood:before {
  background-image: url("img/wood.jpg");
}
.e-con.p-bg-end:before {
  background-image: url("img/end.jpg");
}
.e-con.p-bg-plaid:before {
  background-image: url("img/plaid.jpg");
}
.e-con.p-bg-leaf:before {
  background-image: url("img/leaf.jpg");
}
.e-con.p-bg-canvas:before {
  background-image: url("img/canvas.jpg");
}
.e-con.p-bg-bark:before {
  background-image: url("img/bark.jpg");
}
.e-con.p-bg-cracks:before {
  background-image: url("img/asaphalt.jpg");
}

:root {
  --tec-border-radius-default:0;
  --tec-color-accent-primary:#CE1126;
}

body #tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}

body .tribe-common {
  --tec-color-accent-primary:$global-color-primary;
  --tec-font-family-sans-serif:"Roboto Slab", sans-serif;
}
body .tribe-common .tribe-common-c-btn__clear {
  box-shadow: none;
}
body .tribe-common .tribe-common-c-btn__clear:hover {
  background: none;
}
body .tribe-common .tribe-common-c-btn__clear:focus {
  background: none;
}
body .tribe-common .tribe-events-c-top-bar__datepicker-button {
  font-weight: bold;
  color: #003F87;
}
body .tribe-common .tribe-events-calendar-month__header-column-title {
  font-weight: bold;
}
body .tribe-common .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  border: 0;
  border-radius: 0;
  background: #CE1126;
  color: #FFF;
}
body .tribe-common .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
body .tribe-common .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, body .tribe-common .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, body .tribe-common .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
  background: var(--e-global-color-1760a58);
  text-transform: uppercase;
  font-weight: 700;
}
body .tribe-common .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text:focus {
  outline: none;
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}
body .tribe-common .datepicker .day.active,
body .tribe-common .datepicker .day.active.focused,
body .tribe-common .datepicker .day.active:focus,
body .tribe-common .datepicker .day.active:hover,
body .tribe-common .datepicker .month.active,
body .tribe-common .datepicker .month.active.focused,
body .tribe-common .datepicker .month.active:focus,
body .tribe-common .datepicker .month.active:hover,
body .tribe-common .datepicker .datepicker .year.active,
body .tribe-common .datepicker .year.active.focused,
body .tribe-common .datepicker .year.active:focus,
body .tribe-common .datepicker .year.active:hover {
  background-color: #CE1126;
}
body .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
  border-left: 0;
}
body .tribe-common .tribe-events-calendar-month__body .tribe-events-calendar-month__day {
  border-right: 0;
}
body .tribe-common .tribe-events-calendar-month__calendar-event-tooltip-description {
  font-family: Roboto, sans-serif;
}

body .tec-events-elementor-event-widget__venue {
  --tec-color-accent-primary: #CE1126;
}
body .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-header {
  padding-bottom: 1rem;
  text-transform: capitalize;
}
body .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container {
  border: 0;
  border-radius: 0;
}
body .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details {
  padding: 0;
}
body .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-name {
  font-size: 1rem;
  margin: 0;
}
body .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address-address {
  font-weight: normal;
  font-style: normal;
}
body .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address,
body .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-phone {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) {
  body .tec-events-elementor-event-widget__venue {
    flex-direction: column;
  }
  body .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container,
  body .tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-container {
    margin: 0;
    max-width: 580px;
  }
}

body .tec-events-elementor-event-widget__organizer {
  --tec-spacer-1: 0;
  --tec-spacer-5: 0;
  font-size: var(--e-global-typography-text-font-size);
}
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-header {
  padding-bottom: 1rem;
  text-transform: capitalize;
}
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-email-link,
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-phone-link,
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-website > a {
  color: #CE1126;
}
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-email-header,
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-phone-header,
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-website-header,
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-email,
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-phone,
body .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-website {
  display: inline;
  margin-right: 0.1rem;
  font-weight: 400;
}

body .tec-events-elementor-event-widget__export .tec-events-elementor-event-widget__export-dropdown .tec-events-elementor-event-widget__export-dropdown-button {
  background: #CE1126;
  color: #FFF;
  border: 0;
  border-radius: 0;
}

.elementor-kit-5 .tribe-common a.tribe-common-c-btn--small,
.elementor-kit-5 .tribe-common .tribe-common-c-btn--small,
.elementor-kit-5 .tribe-common input[type=button].tribe-common-c-btn--small,
.elementor-kit-5 .tribe-common input[type=submit].tribe-common-c-btn--small {
  background-color: #CE1126;
}
.elementor-kit-5 .tribe-common a.tribe-common-c-btn--small:hover, .elementor-kit-5 .tribe-common a.tribe-common-c-btn--small:active, .elementor-kit-5 .tribe-common a.tribe-common-c-btn--small:focus,
.elementor-kit-5 .tribe-common .tribe-common-c-btn--small:hover,
.elementor-kit-5 .tribe-common .tribe-common-c-btn--small:active,
.elementor-kit-5 .tribe-common .tribe-common-c-btn--small:focus,
.elementor-kit-5 .tribe-common input[type=button].tribe-common-c-btn--small:hover,
.elementor-kit-5 .tribe-common input[type=button].tribe-common-c-btn--small:active,
.elementor-kit-5 .tribe-common input[type=button].tribe-common-c-btn--small:focus,
.elementor-kit-5 .tribe-common input[type=submit].tribe-common-c-btn--small:hover,
.elementor-kit-5 .tribe-common input[type=submit].tribe-common-c-btn--small:active,
.elementor-kit-5 .tribe-common input[type=submit].tribe-common-c-btn--small:focus {
  background-color: #AA081B;
}
.elementor-kit-5 .tribe-common a.tribe-common-c-btn-link,
.elementor-kit-5 .tribe-common button.tribe-common-c-btn-link,
.elementor-kit-5 .tribe-common input[type=button].tribe-common-c-btn-link,
.elementor-kit-5 .tribe-common input[type=submit].tribe-common-c-btn-link {
  background: none;
}
.elementor-kit-5 .tribe-common a.tribe-common-c-btn-link:hover, .elementor-kit-5 .tribe-common a.tribe-common-c-btn-link:active, .elementor-kit-5 .tribe-common a.tribe-common-c-btn-link:focus,
.elementor-kit-5 .tribe-common button.tribe-common-c-btn-link:hover,
.elementor-kit-5 .tribe-common button.tribe-common-c-btn-link:active,
.elementor-kit-5 .tribe-common button.tribe-common-c-btn-link:focus,
.elementor-kit-5 .tribe-common input[type=button].tribe-common-c-btn-link:hover,
.elementor-kit-5 .tribe-common input[type=button].tribe-common-c-btn-link:active,
.elementor-kit-5 .tribe-common input[type=button].tribe-common-c-btn-link:focus,
.elementor-kit-5 .tribe-common input[type=submit].tribe-common-c-btn-link:hover,
.elementor-kit-5 .tribe-common input[type=submit].tribe-common-c-btn-link:active,
.elementor-kit-5 .tribe-common input[type=submit].tribe-common-c-btn-link:focus {
  background: none;
  color: #AA081B;
}
.elementor-kit-5 .tribe-common button {
  box-shadow: none;
}

.elementor-kit-5 .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-item-remove {
  background: none;
}

#content button:hover,
#content input[type=button]:hover,
#content input[type=submit]:hover,
#content .elementor-button:hover {
  text-decoration: none;
}

#content .elementor-cta--skin-cover .elementor-cta {
  min-height: 280px;
}
#content .elementor-cta--skin-cover .elementor-cta__content {
  min-height: 0;
  padding: 20px 30px;
  background: rgba(170, 8, 27, 0.9);
  position: absolute;
  bottom: 0;
}
#content .elementor-cta--skin-cover .elementor-cta__title {
  text-align: left;
  padding-right: 20px;
}
#content .elementor-cta--skin-cover .elementor-cta__title:after {
  content: " ";
  background: #FFF;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  -webkit-mask: url("img/arrow-right.svg") no-repeat 100% 100%;
          mask: url("img/arrow-right.svg") no-repeat 100% 100%;
}

.elementor-widget-dojo-contact .elementor-dojo-contact-content {
  width: 100%;
}
@media (min-width: 768px) {
  .elementor-widget-dojo-contact.elementor-position-right .elementor-dojo-contact-wrapper {
    display: flex;
    text-align: end;
    flex-direction: row-reverse;
  }
  .elementor-widget-dojo-contact.elementor-position-left .elementor-dojo-contact-wrapper {
    display: flex;
    text-align: start;
    flex-direction: row;
  }
  .elementor-widget-dojo-contact.elementor-position-top .elementor-dojo-contact-img {
    margin: auto;
  }
  .elementor-widget-dojo-contact.elementor-vertical-align-top .elementor-dojo-contact-wrapper {
    align-items: flex-start;
  }
  .elementor-widget-dojo-contact.elementor-vertical-align-middle .elementor-dojo-contact-wrapper {
    align-items: center;
  }
  .elementor-widget-dojo-contact.elementor-vertical-align-bottom .elementor-dojo-contact-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .elementor-widget-dojo-contact .elementor-dojo-contact-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}
.elementor-widget-dojo-contact .elementor-dojo-contact-img {
  display: inline-block;
}
.elementor-widget-dojo-contact .elementor-dojo-contact-title a {
  color: inherit;
}
.elementor-widget-dojo-contact .elementor-dojo-contact-wrapper {
  text-align: center;
}
.elementor-widget-dojo-contact .elementor-dojo-contact-description {
  margin: 0;
}

.elementor-widget-dojo-search .elementor-dojo-search-element {
  display: flex;
  border: 1px solid #CCC;
}
.elementor-widget-dojo-search .elementor-dojo-search-element input {
  border: 0;
}
.elementor-widget-dojo-search .elementor-dojo-search-element button {
  box-shadow: none;
}

.dojo-event-date {
  font-family: "Roboto Slab", serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}
.dojo-event-date .day {
  font-size: 2.4rem;
}

.wp-block-button__link.wp-element-button {
  font-family: "Roboto Slab", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  background: #CE1126;
  border-radius: 0;
  color: #FFF;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 12px 24px;
}
.wp-block-button__link.wp-element-button:hover {
  text-decoration: none;
  background: var(--e-global-color-1760a58);
}

.resource-tag {
  background: black;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  padding: 0.45rem 0.7rem;
  line-height: 13px;
}
.resource-tag.resource-information {
  background-color: #AD9D7B;
}
.resource-tag.resource-document {
  background-color: #CE1126;
}
.resource-tag.resource-web-link {
  background-color: #003F87;
}

.resource-link a {
  text-decoration: none;
  display: flex;
  grid-gap: 6px;
  transition: 0.2s;
  color: #003F87;
}
.resource-link a:hover {
  text-decoration: none;
  color: #9AB3D5;
}
.resource-link svg {
  width: 16px;
}

.legal {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
}
.legal a {
  color: rgba(255, 255, 255, 0.4);
}
.legal .dojo-d {
  display: block;
  text-align: right;
}
.legal svg .d-d {
  fill: #FFF;
}
.legal svg .d-j {
  fill: rgba(255, 255, 255, 0.4);
}

#wcdp.wcdp-form {
  --label-inactive:#013f87;
  --label-inactive-hover: #9ab5d5;
  --label-text:#FFF;
  background: #f6f6f6;
  padding: 2rem;
}
#wcdp.wcdp-form .wcdp_options > li > label {
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
  padding: 20px;
}
#wcdp.wcdp-form ul.wcdp_options > li > input:checked + label {
  background: #2668b9;
}
#wcdp.wcdp-form ul.wcdp_options > li > input#wcdp_value_other:checked + label {
  padding: 0;
}
#wcdp.wcdp-form #wcdp_label_custom_amount input {
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
  padding: 18px 20px;
  background: #2668b9;
  border: 0 !important;
  outline: none !important;
  color: #FFF;
}
#wcdp.wcdp-form #wcdp_label_custom_amount .woocommerce-Price-currencySymbol {
  padding: 10px;
}
#wcdp.wcdp-form .woocommerce-form-coupon-toggle {
  display: none;
}
#wcdp.wcdp-form button.button {
  background: #CE1126;
  color: #FFF;
  border-radius: 0;
}
#wcdp.wcdp-form button.button:hover {
  background: #AA081B;
}
#wcdp.wcdp-form .woocommerce-shipping-fields {
  display: none;
}
#wcdp.wcdp-form .wcdp-style5 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
}
#wcdp.wcdp-form .wcdp-style5:hover:after {
  background: var(--wcdp-main-2);
}
#wcdp.wcdp-form .wcdp-style5.wcdp-style5-active:after {
  background: var(--wcdp-main-2);
}
#wcdp.wcdp-form .wcdp-style5:after {
  background: #f6f6f6;
}

.woocommerce-checkout #payment {
  background: none;
}
.woocommerce-checkout #payment ul.wc_payment_methods {
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box {
  background: #ededed;
  padding: 2rem;
}
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid transparent;
  border-bottom-color: #ededed;
}
.woocommerce-checkout #payment div.payment_box fieldset {
  border: 0;
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
}

body {
  background: #000;
}

#page-wrap {
  background: #FFF;
}