/* TO BE TRANSFER TO STLYE.CSS ONCE ITS ALL DONE */



header ul.topbar li a {
    border-right: 1.54px solid rgba(255, 255, 255, 0.3);
}


.w-full {
    width: 100%!important;
}
.h-full {
    height: 100%!important;
}
.radius-none {
    border-radius: 0!important;
}

/* ==========================================================================
Base styles: VISUAL ASSETS
========================================================================== */
.assets img {
    /*margin-bottom: 32px;*/
    object-fit: cover;
    transition: 1s ease;
    /* cursor: pointer; */
    max-width: 100%;
}
.assets img:hover {
    /* filter: brightness(150%); */
    transition: 1s ease;
}
.assets .assets-icon {
	margin-bottom: 0!important;
}
.assets h3 {
    margin-bottom: 24px;
}
.assets p,
.assets h3 {
	padding: 0 15px;
}
.assets p > br{
	display: none;
}
.assets {
    margin-bottom: 32px;
}

.single-post .assets img {
  cursor: auto;
}
.single-post .assets img:hover {
    filter: none;
}

ul.side-menu li {
    padding: 5px 0;
}
ul.side-menu li.selected > ul li {
    padding:0;
}

.topbar img {
	border-radius: 0!important;
}

.component-contact-module {
	margin-bottom: 32px;
}

.widget .subscribe {
    max-width: 100%;
}

/* Subscription Form */
#subscription-pop .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 5px;
}
@media screen and (max-width: 414px){
	#subscription-pop .subscriptions-content .frm_form_field {
		width: 100%;
	}
	#subscription-pop .subscriptions-content p {
		display: none;
	}
	#subscription-pop .subscriptions-content h3 {
		margin: -15px 0 0 0!important;
	}
	#subscription-pop .frm_error_style {
		display: none;
	}
}

/* ==========================================================================
Base styles: FORM STYLE FIX
========================================================================== */
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 25px;
}
.frm_style_formidable-style.with_frm_style .donate_state .frm_radio input[type=radio], 
.frm_style_formidable-style.with_frm_style .donate_state .frm_checkbox input[type=checkbox] {
    position: absolute;
}
.with_frm_style .vertical_radio .frm_checkbox label, 
.with_frm_style .vertical_radio .frm_radio label {
    text-indent: 0!important;
}
.frm_style_formidable-style.with_frm_style input:checked + .frm_slider {
    background-color: #671E75 !important;
}
.frm_submit button {
    background-color: #CDB1F9 !important;
    margin-top: 40px!important;
    border: 2px solid #CDB1F9 !important;
    color: #671E75 !important;
    font-family: 'DM Sans' !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-align: center !important;
    text-transform: uppercase;
    width: auto !important;
    height: 46px !important;
    border-radius: 3px !important;
    padding: 2px 20x !important;
    display: inline-block;
    cursor: pointer !important;
}
.frm_submit button:hover {
    border-color: #e1d0fb !important;
    background-color: #e1d0fb !important;
}
/* ==========================================================================
Base styles: VIDEO EMBED
========================================================================== */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 32px;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
/* ==========================================================================
Base styles: TABLE RESPONSIVE
========================================================================== */
@media only screen and (max-width: 959px) {
	header ul.menu li.menu-item-has-children a {
	    padding: 15px!important;
	    text-transform: uppercase;
	}
	.btn-middle {
	    right: 118px;
	}
}
@media (max-width: 767px) {
  #myModal,
  .bio-modal {
    padding: 0 15px;
  }
  .bio-modal .modal-content{
    min-height: 600px !important;
    height: 100%;
    padding: 30px 0;
  }
  .bio-modal .modal-content {
    margin-top: 200px !important;
}
  .modal-content{
    margin-top: 250px !important;
  }
  .modal-content .frm_form_field {
    width: 100%;
    margin-bottom: 25px !important;
  }
	.breadcrumb {
		margin-bottom: 20px !important;
	}
	main section:first-child {
		/* margin-top: 40px; */
	}
	.table-event thead tr th:last-child {
		display: none;
	}
	.table-event tr td {
	    vertical-align: top;
	    word-break: break-word;
	    text-align: left;
	    padding: 10px;
	}
	.table-event tr:last-child td {
	    padding: 10px;
	}
	.table-event thead tr th {
	    padding: 10px;
	    text-align: left;
    }
    .mobile_banner{
            background-size: cover !important; 
            background-position: center center !important;
            background-repeat: no-repeat !important;
    }
}
@media only screen and (max-width: 960px) {
	.footer-widget .col-lg-4:last-child > .widget {
    border: 0;
	}
	footer .footer-widget .widget {
	    border-bottom: 1px solid #fff;
	    border-right: none;
	    padding: 32px 0;
	    height: auto;
	}
}

.component-map iframe {
    width: 100%;
}
.contact-module {
    margin-bottom: 32px;
}
.link-text.flip-link:hover {
    text-decoration: underline;
}
.bio-card {
    perspective: initial!important;
}
.bio-card .card-name {
    font-size: 15px !important;
    line-height: 15px !important;
}
.headline p {
    color: #fff;
    max-width: 500px;
}
.campaign_banner_container .headline h1{
    color: #fff;
}
.campaign_module.campaign_padding {
    margin: 32px 0;
}
.campaign_banner_container .row {
    margin: 32px 0;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.news_feed {
    background: #ededed;
    padding: 24px 0;
    /*margin: 32px 0;*/
}
.news_feed_container .assets {
    margin-top: 32px;
}
.page-element {
    margin-top: 32px;
}
@media only screen and (max-width: 375px){
  .campaign_module {
      margin-bottom: 0 !important;
  }
}
img.aligncenter{
  display: block;
  margin: 0 auto;
}
.no-margin {
    margin: 0 !important;
}


/* ==========================================================================
Additional styles based on #602 Foodbank Website Internal Amends
========================================================================== */
@media screen and (max-width: 767px) {
  .in_page_state_selector ul {
    display: block;
  }
  .in_page_state_selector ul li {
    display: inline-block;
    width: 50%;
    margin-right: 0;
  }
  #subscription-pop .subscriptions-content h3{
	margin: 0px;
    font-size: 26px !important;	
  } 
  #subscription-pop .overlay-logo{ display:none; }	
  #subscription-pop	.subscriptions-content { padding: 20px 20px 5px !important; }
  #subscription-pop .frm_button_submit{
	margin-top: 5px !important;
    margin: 0px;
  }		
}

header ul.topbar li:nth-child(3) {
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  /* border-right: 1.54px solid rgba(255, 255, 255, 0.3); */
}

@media only screen and (max-width: 480px) {
    .cta-panel .cta-panel-button img {
        top: 30px;
        right: 10px;
    }
    .cta-feature, .cta-feature.btn-purple {
        min-width: 195px;
    }
}
@media only screen and (max-width: 320px) {
    .cta-panel .cta-panel-button img {
        top: 28px;
        right: 4px;
    }
}

.page-element .align-right {
    text-align: right;
}
.page-element .align-center {
    text-align: center;
}

.feature-tile {
    /* display: table-cell; */
    /* padding-bottom: 50px; */
    margin-bottom: 1.5rem;
    /* max-width: 350px; */
}
.feature-tile > a {
    display: block;
}
.feature-tile .feature-body.align-right > h2,
.feature-tile .feature-body.align-right > p,
.feature-tile .align-right {
    text-align: right;
}
.feature-tile .feature-body.align-center > h2,
.feature-tile .feature-body.align-center > p,
.feature-tile .align-center {
    text-align: center;
}
.feature-tile a.align-fit img {
    min-width: 100%;
}
.feature-tile .feature-body a {
    display: inline-block;
}
.feature-tile .feature-body .btn-purple {
    /* position: absolute;
    bottom: 0;
    left: 15px; */
}
.feature-tile .feature-body.align-right .btn-purple {
    right: 15px;
    left: auto;
}
.feature-tile .feature-body.align-center .btn-purple {
    left: 50%;
    margin-left: -70px;
}

footer .footer-widget h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #DF7400!important;
    text-transform: uppercase;
    margin: 0px 0 24px;
}

footer .footer-widget .execphpwidget .widget {
    border-right: 0 none;
    height: auto;
}
@media only screen and (max-width: 959px) {
    footer .footer-widget > .container > .row > .col-lg-4:last-child .widget:last-child {
        padding: 0;
        margin-bottom: 32px;
    }
    footer .footer-widget > .container > .row > .col-lg-4:last-child .widget:last-child h4 {
        margin-top: 32px;
    }
}


@media only screen and (max-width: 787px) {
  /*lyra adjustments*/
  .donate-food-individual .btn-teal{
    height:80px;
  }

  .donate-food-individual .btn-purple{
    height:60px!important;
  }
}

@media only screen and (max-width: 320px) {
  /*lyra adjustments*/
  .donate-food-individual .btn-purple{
    height: 85px!important;
  }
}



/*New Subscription overlay*/
#subscription-pop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.subscriptions-content {
    background-color: #681F76;
    /* margin: 15% auto; */
    padding: 20px;
    /* border: 1px solid #888; */
    max-width: 450px;
    position: relative;
    color: #fff;
    margin-right: 10px;
    /* border-radius: 10px 0 0; */
}

/* The Close Button */
.close {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #681F76;
    color: #fff;
    z-index: 99999;
    right: -10px;
    top: -10px;
    border: 2px solid;
    border-radius: 100%;
}

.subscriptions-content h3,
.subscriptions-content p,
.subscriptions-content span {
    color: #fff;
}

.subscriptions-content button.cta {
    background-color: #DF7400;
    border: 0;
    color: #fff;
}

.subscriptions-content .frm_form_field {
    width: 55%;
    float: left;
    margin-right: 20px;
}



.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.subscriptions-content h3 {
    margin: 10px 0;
}
/*accordion fix*/
.ac>div.ac-a{visibility: visible;}

.image-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media only screen and (max-width: 550px) {
    /*.mobile-headline * {
        color: #fff !important;
    }*/
    .mobile-headline .btn-purple {
        border: 2px solid #fff !important;
    }
	.mobile-headline .btn-light-purple {
        color: #671e75!important;
    }
}
.small-email-link {
    font-size: 12px !important;
}


.campaign_banner_container .row{
    display: ruby;
}

.frm_form_fields .form-field input.frmgeo-locator-button {
	background-color: #671e75 !important;
    color: #fff !important;
    font-family: 'Abraham-Regular' !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: center !important;
    text-transform: uppercase;
    width: auto !important;
    height: 46px !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    display: inline-block;
    cursor: pointer !important;
    border: solid 2px #fff !important;
}
.frm_form_field .frmgeo-locator-button-wrapper.infield img.frmgeo-locator-button {
	margin-top: 16px;
}
.frm_form_field input.advanced-address-autocomplete[data-locator_enabled=on], .frm_form_field input.frmgeo-address-field[data-locator_enabled=on] {
    padding-left: 30px !important;
}



/* # Formidable overrides / fix as of 5 Oct 2021
---------------------------------------------------------------------------------------------------- */
body .frm_form_field.frm_inline_container, 
body .frm_form_field.frm_right_container, 
body .frm_form_field.frm_left_container, 
body .frm_combo_inputs_container,
body .frm_grid_container,
body .frm_form_fields .frm_section_heading,
body .frm_form_fields .frm_fields_container,
body .frm_form_field.frm_two_col .frm_opt_container,
body .frm_form_field.frm_three_col .frm_opt_container,
body .frm_form_field.frm_four_col .frm_opt_container {
    display: block;
}
.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container{
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
}

body .with_frm_style .frm_left_container .frm_primary_label {
    float: left;
    display: inline !important;
    width: 150px;
    max-width: 33% !important;
    margin-right: 10px !important;
}

.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]), .with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select, .with_frm_style .frm_form_field.frm_left_container textarea, .with_frm_style .frm_form_field.frm_left_container .frm_opt_container, .with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha, .with_frm_style .frm_form_field.frm_left_container .g-recaptcha, .with_frm_style .frm_form_field.frm_left_container .chosen-container, .with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]), .with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select, .with_frm_style .frm_form_field.frm_right_container textarea, .with_frm_style .frm_form_field.frm_right_container .frm_opt_container, .with_frm_style .frm_form_field.frm_right_container .g-recaptcha, .with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha, .with_frm_style .frm_form_field.frm_right_container .chosen-container {
    max-width: 62% !important;
}
.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
    padding: 0;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    text-align: left;
    font-style: normal;
    max-width: 100%;
}
.with_frm_style .frm_left_container > p.description::before, .with_frm_style .frm_left_container > div.description::before, .with_frm_style .frm_left_container > div.frm_description::before, .with_frm_style .frm_left_container > .frm_error::before, .with_frm_style .frm_right_container > p.description::after, .with_frm_style .frm_right_container > div.description::after, .with_frm_style .frm_right_container > div.frm_description::after, .with_frm_style .frm_right_container > .frm_error::after {
    content: '' !important;
    display: inline-block !important;
    width: 150px;
    max-width: 33% !important;
    margin-right: 10px !important;
}

.frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half, .frm_submit.frm_half {
    width: 48.75%;
}

.frm_form_field.frm2, .frm_submit.frm2, .frm_form_field.frm3, .frm_submit.frm3, .frm_form_field.frm4, .frm_submit.frm4, .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm8, .frm_submit.frm8, .frm_form_field.frm9, .frm_submit.frm9, .frm_form_field.frm10, .frm_submit.frm10, .frm_form_field.frm_right_half, .frm_form_field.frm_right_third, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_right_fourth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_half, .frm_form_field.frm_last_third, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_last_fourth, .frm_form_field.frm_last_fifth, .frm_form_field.frm_last_sixth, .frm_form_field.frm_last_seventh, .frm_form_field.frm_last_eighth, .frm_form_field.frm_last_inline, .frm_form_field.frm_last, .frm_form_field.frm_half, .frm_submit.frm_half, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_two_thirds, .frm_form_field.frm_fourth, .frm_submit.frm_fourth, .frm_form_field.frm_three_fourths, .frm_form_field.frm_fifth, .frm_submit.frm_fifth, .frm_form_field.frm_two_fifths, .frm_form_field.frm_three_fifths, .frm_form_field.frm_four_fifths, .frm_form_field.frm_sixth, .frm_submit.frm_sixth, .frm_form_field.frm_seventh, .frm_submit.frm_seventh, .frm_form_field.frm_eighth, .frm_submit.frm_eighth, .frm_form_field.frm_inline, .frm_submit.frm_inline {
    clear: none;
    float: left;
    margin-left: 2.5%;
}
.frm_form_field.frm_left_half, .frm_form_field.frm_left_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_left_fifth, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_half, .frm_form_field.frm_first_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_first_fourth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_first_sixth, .frm_form_field.frm_first_seventh, .frm_form_field.frm_first_eighth, .frm_form_field.frm_first_inline, .frm_form_field.frm_first {
    clear: left;
    float: left;
    margin-left: 0;
}
.frm_form_field.frm4, .frm_submit.frm4, .frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third {
    width: 31.66%;
}
.with_frm_style .frm_inline_container .frm_primary_label, .with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
    display: inline !important;
}
.frm_form_field.frm_left_container .frm_data_container, .frm_form_field.frm_right_container .frm_data_container, .frm_form_field.frm_inline_container .frm_data_container, .frm_form_field.frm_left_container .frm_opt_container, .frm_form_field.frm_right_container .frm_opt_container, .frm_form_field.frm_inline_container .frm_opt_container, .frm_form_field.frm_left_container .frm_combo_inputs_container, .frm_form_field.frm_right_container .frm_combo_inputs_container, .frm_form_field.frm_inline_container .frm_combo_inputs_container, .frm_form_field.frm_left_container .wp-editor-wrap, .frm_form_field.frm_right_container .wp-editor-wrap, .frm_form_field.frm_inline_container .wp-editor-wrap, .frm_form_field.frm_left_container .frm_dropzone, .frm_form_field.frm_right_container .frm_dropzone, .frm_form_field.frm_inline_container .frm_dropzone, .frm_form_field.frm_left_container .frm-g-recaptcha, .frm_form_field.frm_right_container .frm-g-recaptcha, .frm_form_field.frm_inline_container .frm-g-recaptcha, .frm_form_field.frm_left_container .g-recaptcha, .frm_form_field.frm_right_container .g-recaptcha, .frm_form_field.frm_inline_container .g-recaptcha {
    display: inline-block;
}
.frm_form_field.frm3, .frm_submit.frm3, .frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_submit.frm_fourth, .frm_form_field.frm_right_fourth, .frm_form_field.frm_first_fourth, .frm_form_field.frm_last_fourth {
    width: 23.12%;
}

.frm_inline_form .frm_form_field.form-field {
    margin-right: 2.5%;
    display: inline-block;
}
.with_frm_style .frm_submit {
    clear: both;
}
.frm_inline_form .frm_form_field, .frm_inline_form .frm_submit {
    grid-column: span 1 / span 1;
}
.frm_inline_form .frm_submit {
    display: inline-block;
}

/* custom style for event calendar
 * 19 Sep 2023 - Chris
 */
.tribe-events {
	--tec-color-border-secondary-month-grid: #000;
}
body .tribe-events .tribe-events-calendar-month__header-column {
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #671E75;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
body .tribe-events .tribe-events-calendar-month__calendar-event:first-child {
	margin-top: 5px;
}
body .tribe-events .tribe-events-calendar-month__header-column h3.tribe-events-calendar-month__header-column-title {
	color: #fff;
	font-weight: 600;
	padding: 5px 8px;
	font-size: 16px;
}
body .tribe-events .tribe-events-calendar-month__calendar-event-title-link, body .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
	font-size: 16px;
}
body .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
	--tec-font-weight-regular: 600;
	--tec-font-size-0: 16px;
	--tec-color-text-secondary-event-date: #000;
}
body .tribe-events .tribe-events-calendar-month__calendar-event-title .event-colour {
	position: absolute;
	display: block;
	right: 3px;
	top: 0;
	width: 15px;
	height: 15px;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(1) > .tribe-events-calendar-month__day-cell .event-colour {
	background-color: #ff0000;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(1) > .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__calendar-event-title-link {
	--tec-color-text-events-title: #ff0000;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(2) > .tribe-events-calendar-month__day-cell .event-colour {
	background-color: #0070c0;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(2) > .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__calendar-event-title-link {
	--tec-color-text-events-title: #0070c0;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(3) > .tribe-events-calendar-month__day-cell .event-colour {
	background-color: #91d050;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(3) > .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__calendar-event-title-link {
	--tec-color-text-events-title: #91d050;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(4) > .tribe-events-calendar-month__day-cell .event-colour {
	background-color: #ea43c7;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(4) > .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__calendar-event-title-link {
	--tec-color-text-events-title: #ea43c7;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(5) > .tribe-events-calendar-month__day-cell .event-colour {
	background-color: #f2b881;
}
body .tribe-events .tribe-events-calendar-month__body > .tribe-events-calendar-month__week > div:nth-child(5) > .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__calendar-event-title-link {
	--tec-color-text-events-title: #f2b881;
}
.tribe-events .tribe-events-calendar-month__day, .tribe-events .tribe-events-calendar-month__header-column {
	width: var(--tec-grid-width-1-of-5);
}