/*

Theme Name: TPA Theme

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/
body #boxed-wrapper .img_info_option {
    position: static;
}

body #boxed-wrapper .img_info_option:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 90px;
    right: 20px;
    bottom: 0;
    background-color: #F8F3EC;
    z-index: -1;
}

body #boxed-wrapper .info_num_box .content-container {
    font-family: var(--awb-typography1-font-family);
    font-size: 18px;
    line-height: calc(25.99/18);
    letter-spacing: 3px;
}

body #boxed-wrapper .info_num_box .heading.icon-left {
    margin-bottom: 10px;
}

body #boxed-wrapper .info_num_box .content-box-column {
    margin-bottom: 0;
}

body #boxed-wrapper .arrow_button {
    display: block;
    padding: 15px 30px 15px 63px;
    border-radius: 25px;
    margin-bottom: 16px;
}

body #boxed-wrapper .arrow_button:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(./images/button_arrow.png) 0 0 no-repeat;
    left: 32px;
    top: 13px;
    transition: all 200ms;
    opacity: 1;
}

body #boxed-wrapper .arrow_button:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(./images/button_arrow_white.png) 0 0 no-repeat;
    left: 32px;
    top: 13px;
    transition: all 200ms;
    opacity: 0;
}

body #boxed-wrapper .arrow_button:hover:before {
    opacity: 0;
}

body #boxed-wrapper .arrow_button:hover:after {
    opacity: 1;
}

body #boxed-wrapper .list_link_style .icon-wrapper {
    display: none;
}

body #boxed-wrapper .list_link_style {
    counter-reset: my-counter;
}

body #boxed-wrapper .list_link_style li:before {
    counter-increment: my-counter;
    content: counter(my-counter, decimal-leading-zero) ". ";
    color: #c48e32;
    font-family: var(--awb-typography1-font-family);
}

body #boxed-wrapper .list_link_style li {
    display: flex;
}

body #boxed-wrapper .list_link_style li .fusion-li-item-content {
    margin-left: 23px;
    font-family: var(--awb-typography1-font-family);
}

body #boxed-wrapper .img_zindex {
    position: relative;
    z-index: 20;
}

body #boxed-wrapper .icon_box_style01>.fusion-column {
    margin-bottom: 0;
}

body #boxed-wrapper .icon_box_style01 .content-box-wrapper {
    border: 1px solid #DCDCE9;
    padding-top: 48px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 300ms ease-in;
}

body #boxed-wrapper .fusion-layout-column:hover>div>.icon_box_style01 .content-box-wrapper {
    border-color: var(--awb-color5);
}

body #boxed-wrapper .img_font_box+.awb-imageframe-caption-container {
    position: absolute;
    left: 20px;
    bottom: 18px;
    z-index: 1;
    pointer-events: none;
}

body #boxed-wrapper .img_font_box+.awb-imageframe-caption-container .awb-imageframe-caption-title {
    color: var(--awb-color5);
    transition: all 300ms;
}

body #boxed-wrapper .img_font_box:hover+.awb-imageframe-caption-container .awb-imageframe-caption-title {
    color: #ffc30d;
}

body #boxed-wrapper .custom_con_before:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(./images/TexasPoliceAssociation-bg-05.webp) left bottom no-repeat #FDFBF7;
    z-index: 0;
    height: 100%;
    right: 0%;
}

body #boxed-wrapper .footer_info a {
    color: #fff;
}

body #boxed-wrapper .footer_info a:hover {
    color: #fcca33 !important;
    text-decoration: none !important;
}

body #boxed-wrapper .footer_info .heading.heading-with-icon {
    margin-bottom: 5px;

}

body #boxed-wrapper .footer_info .heading.heading-with-icon .image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

body #boxed-wrapper .footer_info .heading.heading-with-icon .image img {
    margin-right: 0;
    width: 24px;
}

body #boxed-wrapper .footer_info .content-box-heading {
    padding-left: 70px !important;
    margin-top: 4px;
}

body #boxed-wrapper .footer_info .content-container {
    padding-left: 70px !important;
}

body #boxed-wrapper .footer_info .content-box-wrapper {
    margin-bottom: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body #boxed-wrapper .footer_info .content-box-column {
    margin-bottom: 0;
}

body #boxed-wrapper .footer_info .content-box-column:nth-child(3) .content-box-wrapper {
    border-bottom: none;
}

body #boxed-wrapper .footer_info .content-container p a:hover {
    color: #fff;
    text-decoration: underline;
}

body #boxed-wrapper .footer_copyright .sep {
    margin: 0 8px;
}

body #boxed-wrapper .footer_copyright a {
    color: #fff;
}

body #boxed-wrapper .footer_copyright a:hover {
    color: #fcca33;
}

body #boxed-wrapper .icon_info_box .content-box-wrapper .image img {
    background-color: var(--awb-color5);
    border-radius: 50%;
}

body #boxed-wrapper .icon_info_box .content-box-column {
    margin-bottom: 18px !important;
}

body #boxed-wrapper .custom_arrow_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

body #boxed-wrapper .custom_arrow_list .fusion-li-item .icon-wrapper {
    display: none;
}

body #boxed-wrapper .custom_arrow_list .fusion-li-item .fusion-li-item-content {
    margin-left: 0;
    padding-left: 33px;
    position: relative;
}

body #boxed-wrapper .custom_arrow_list .fusion-li-item .fusion-li-item-content:before {
    content: "";
    display: block;
    width: 20px;
    height: 14px;
    background: url(./images/arrow.png) 0 0 no-repeat;
    transition: all ease-in 300ms;
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 1;
}

body #boxed-wrapper .custom_arrow_list .fusion-li-item .fusion-li-item-content:after {
    content: "";
    display: block;
    width: 20px;
    height: 14px;
    background: url(./images/arrow.png) 0 -14px no-repeat;
    transition: all ease-in 300ms;
    position: absolute;
    left: 0;
    top: 6px;
    opacity: 0;
}

body #boxed-wrapper .custom_arrow_list .fusion-li-item:hover .fusion-li-item-content:before {
    opacity: 0;
}

body #boxed-wrapper .custom_arrow_list .fusion-li-item:hover .fusion-li-item-content:after {
    opacity: 1;
}

body #boxed-wrapper .custom_arrow_list .fusion-li-item {
    margin-bottom: 5px;

}

body #boxed-wrapper .custom_arrow_list a {
    color: var(--awb-color4) !important;
}

body #boxed-wrapper .custom_arrow_list a:hover {
    color: var(--awb-color5) !important;
}

@media (max-width: 991px) {
    body #boxed-wrapper .custom_arrow_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }

}

@media (max-width: 767px) {
    body #boxed-wrapper .custom_arrow_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0 30px;
    }

}



body #boxed-wrapper .custom_disc_list .fusion-li-item .fusion-li-item-content {
    margin-left: 24px !important;
}

body #boxed-wrapper .custom_bg_option {
    background-position: 100% 253px !important;
}

body #boxed-wrapper .custom_disc_list .icon-wrapper {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #9C7D4B;
    margin-top: 10px;
}

body #boxed-wrapper .custom_disc_list .icon-wrapper i {
    display: none;
}

body #boxed-wrapper .img_link_box .awb-imageframe-caption-container .awb-imageframe-caption .awb-imageframe-caption-title,
body #boxed-wrapper .img_link_box .awb-imageframe-caption-container .awb-imageframe-caption .awb-imageframe-caption-text {
    transition: all 0.2s;
}

body #boxed-wrapper .img_link_box:hover .awb-imageframe-caption-container .awb-imageframe-caption .awb-imageframe-caption-title,
body #boxed-wrapper .img_link_box:hover .awb-imageframe-caption-container .awb-imageframe-caption .awb-imageframe-caption-text {
    color: #9c7d49;
}

body #boxed-wrapper .faq_style .panel-heading .active {
    background-color: #BD9553;
}

body #boxed-wrapper .faq_style .panel-heading .active .fusion-toggle-icon-wrapper .active-icon {
    color: #A38656;
}

body #boxed-wrapper .faq_style .panel-heading .panel-title>a {
    padding: 28.5px 22px;
}

body #boxed-wrapper .faq_style .panel-collapse.in {
    background-color: #BD9553;
}

body #boxed-wrapper .faq_style .panel-collapse .panel-body {
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 28px;
}

@media (max-width: 767px) {
    body #boxed-wrapper .faq_style .panel-collapse .panel-body {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

body #boxed-wrapper .faq_style .panel-heading:hover .panel-title>a .inactive-icon {
    color: #A78B5D;
}

body #boxed-wrapper .faq_style .fusion-panel {
    margin-bottom: 20px;
    transition: all 0.2s;
}

body #boxed-wrapper .faq_style .panel-body a {
    color: #000;
}

body #boxed-wrapper .faq_style .panel-body a:hover {
    color: var(--awb-color4);
}

body #boxed-wrapper .number_box .content-box-column {
    margin-bottom: 0;
}

body #boxed-wrapper .number_box .content-box-column .content-container {
    margin-bottom: 0;
    transition: all 0.2s;
}

body #boxed-wrapper .number_box .content-box-column .content-box-heading {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

body #boxed-wrapper .number_box .content-box-column .heading.icon-left {
    margin-bottom: 7px;
}

body #boxed-wrapper .number_box>div:hover .content-container,
body #boxed-wrapper .number_box>div:hover .content-box-column .content-box-heading {
    color: #fff;
}

body #boxed-wrapper .number_box .col.content-box-wrapper {
    margin-bottom: 0;
}

body #boxed-wrapper .img_shadow {
    overflow: initial;
}

body #boxed-wrapper .img_shadow img {
    border-radius: 9px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
}

body #boxed-wrapper .icon_info_box.contactus_box .heading {
    margin-bottom: 3px;
}

body #boxed-wrapper .icon_info_box.contactus_box .heading .content-box-heading {
    padding-top: 22px;
}

body #boxed-wrapper .icon_info_box.contactus_box .content-box-column {
    margin-bottom: 25px !important;
}

body #boxed-wrapper .icon_info_box.contactus_box .content-box-column:nth-child(4) .heading .content-box-heading {
    padding-top: 10px;
}

.map_box iframe {
    display: block;
}

body #boxed-wrapper .contact_form_box .fusion-form-element-required {
    color: #ef0d0d;
}

body #boxed-wrapper .contact_form_box .label_item label {
    color: #888;
}

body #boxed-wrapper .gallery_custom_box .fusion-rollover .fusion-rollover-content .fusion-rollover-title,
body #boxed-wrapper .gallery_custom_box .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
body #boxed-wrapper .gallery_custom_box .fusion-rollover .fusion-rollover-content .fusion-link-wrapper,
body #boxed-wrapper .gallery_custom_box .fusion-rollover .fusion-rollover-content .fusion-rollover-link {
    display: none;
}

body #boxed-wrapper .gallery_custom_box .fusion-filters {
    display: flex;
    justify-content: center;
    border: none;
    margin: 0 0 70px;
    flex-wrap: wrap;
}

body #boxed-wrapper .gallery_custom_box .fusion-filters .fusion-filter {
    margin-right: 10px;
}

body #boxed-wrapper .gallery_custom_box .fusion-filters .fusion-filter a {
    border: none;
    font-size: 21.99px;
    font-family: var(--awb-typography1-font-family);
    color: #03034f;
    background-color: #F4F4F4;
    min-width: 170px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 28px;
    transition: all 0.2s;
    line-height: 31px;
}

body #boxed-wrapper .gallery_custom_box .fusion-filters .fusion-filter.fusion-active a,
body #boxed-wrapper .gallery_custom_box .fusion-filters .fusion-filter a:hover {
    color: #fff;
    background-color: #9C7D4B;
}

body #boxed-wrapper .gallery_custom_box {
    text-align: center;
}

body #boxed-wrapper .gallery_custom_box .fusion-load-more-button {
    display: inline-block;
    width: auto;
    border: none;
    font-size: 21.99px;
    font-family: var(--awb-typography1-font-family);
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-radius: 45px;
    transition: all 0.2s;
    height: 78px;
    min-width: 287px;
    margin-top: 60px;
}

body #boxed-wrapper .post_item .fusion-post-card-image+.fusion-flex-content-wrap {
    flex-grow: 1;
}

body #boxed-wrapper .post_item .fusion-post-card-image+.fusion-flex-content-wrap>div {
    height: 100%;
}

body #boxed-wrapper .post_item .fusion-column-wrapper>.fusion-separator {
    display: none !important;
}

body #boxed-wrapper .post_item .post_contact>div .fusion-meta-tb+.fusion-text {
    flex-grow: 1;
}

body #boxed-wrapper .new_search .fusion-search-button {
    position: relative;
}

body #boxed-wrapper .new_search .fusion-search-button:before {
    content: "\e904";
    font-family: 'custom' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    color: #2C2C2C;
    margin-left: -6px;
    margin-top: -11px;
    pointer-events: none;
}

body #boxed-wrapper .new_search .fusion-search-button input {
    font-size: 0;
    background-color: #F4F4F4;
}

body #boxed-wrapper .new_categories .tag-cloud-link {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

body #boxed-wrapper .new_categories .tag-cloud-link .tag-link-count {
    color: #858585;
    background-color: #F4F4F4;
    padding: 3px 3px;
    transition: all 0.2s;
    font-size: 14px;
    min-width: 20px;
    text-align: center;
}

body #boxed-wrapper .new_categories .tag-cloud-link:hover .tag-link-count {
    background-color: #9C7D4B;
    color: #fff;
}

body #boxed-wrapper .new_archive .widget_archive ul li a {
    font-size: 16px;
    color: #858585;
}

body #boxed-wrapper .new_archive .widget_archive ul li a:hover {
    color: var(--awb-color5);
}

body #boxed-wrapper .new_archive .widget_archive ul li a:before {
    font-size: 20px;
    line-height: 1.3;
    padding-right: 4px;
    color: currentColor;
}

body #boxed-wrapper .new_recent {
    margin-bottom: 0 !important;
}

body #boxed-wrapper .new_recent .post {
    margin-bottom: 25px;
}

body #boxed-wrapper .new_recent .post .fusion-flexslider {
    width: 97px;
}

body #boxed-wrapper .new_recent .post .entry-title a {
    color: #444444;
}

body #boxed-wrapper .new_recent .post .entry-title a:hover {
    color: var(--awb-color5);
}

body #boxed-wrapper .custom_share .fusion-social-networks {
    flex-grow: inherit;
}

body #boxed-wrapper .custom_share .fusion-social-networks a {
    color: #999999;
}

body #boxed-wrapper .custom_share .fusion-social-networks a:hover {
    color: #9C7D4B;
}

body #boxed-wrapper .custom_share .fusion-social-networks a i {
    opacity: 1 !important;
    color: currentColor !important;

}

body #boxed-wrapper .post_item_title .fusion-title-heading>a {
    color: #000;
}

body #boxed-wrapper .post_item_title .fusion-title-heading>a:hover {
    color: #9c7d49;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-title {
    font-size: 31.99px;
    color: #03034f;
    line-height: 40px;
    margin: 1px 0 1px !important;
    font-family: var(--awb-typography1-font-family);
    order: 3;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-title a {
    color: currentColor;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-title a:hover {
    color: var(--awb-color5);
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-datetime {
    color: #787878;
    font-size: 16px;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-header {
    display: flex;
    flex-flow: column;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper {
    order: 1;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue {
    order: 2;
    color: #787878;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue .tribe-common-b2--bold {
    font-weight: normal !important;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-description {
    color: #555555;
    font-size: 16px;
    line-height: 24px;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-datetime {
    font-size: 14px;
    color: #787878;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 14px !important;
    color: #787878 !important;
    font-family: 'roboto' !important;
    text-transform: uppercase !important;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
    color: #03034f !important;
    font-size: 39.99px !important;
    font-family: 'Oswald' !important;
    font-weight: 600 !important;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-cost {
    display: none;
}

body.single-tribe_events #boxed-wrapper #sidebar {
    background-color: #F9F6F1 !important;
    font-family: 'roboto';
    font-weight: normal;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-single-section-title {
    font-size: 18px;
    font-family: 'roboto';
    font-weight: bold;
    background-color: #9C7D4B;
    color: #fff;
    padding: 15px 20px 13px;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-meta-label {
    font-size: 18px;
    color: #03034f;
    font-weight: bold;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-meta-value abbr {
    text-decoration: none;
    font-size: 16px;
    color: #787878;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-meta-list .tribe-events-meta-item {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-event-categories a {
    font-size: 16px;
    color: #787878;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-event-categories a:hover {
    color: var(--awb-color5);
}

body.single-tribe_events .tribe-events-calendar-list,
body.single-tribe_events #boxed-wrapper {
    font-family: "roboto";
}

body #tribe-events-content .fusion-sharing-box .fusion-responsive-typography-calculated {
    font-size: 20px;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-venue {
    border-bottom: none !important;
    color: #03034f;
    font-weight: bold;
    font-family: "roboto";
    font-style: normal;
    font-size: 16px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-organizer {
    font-weight: bold;
    font-family: "roboto";
    font-style: normal;
    font-size: 16px;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-meta-list li * {
    font-family: "roboto" !important;
    font-style: normal;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-meta-list li.tribe-venue-location .tribe-address {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #787878;
}

body.single-tribe_events #boxed-wrapper #sidebar .tribe-events-meta-list li.tribe-venue-location .tribe-events-gmap {
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #E9E9E9;
    margin-top: 10px;
}

body.single-tribe_events #boxed-wrapper .fusion-events-featured-image>.fusion-ec-hover-type {
    display: flex;
    flex-flow: column-reverse;
}

body.single-tribe_events #boxed-wrapper .fusion-events-featured-image .fusion-events-single-title-content {
    position: static;
    padding: 0;
    background-color: transparent;
}

body.single-tribe_events #boxed-wrapper .fusion-events-featured-image .fusion-events-single-title-content .tribe-events-single-event-title {
    font-size: 39.99px;
    color: #03034f;
    font-family: var(--awb-typography1-font-family);
    line-height: 1.3;
    margin-bottom: 17px;
}

body.single-tribe_events #boxed-wrapper .fusion-events-featured-image .fusion-events-single-title-content .tribe-events-schedule {
    font-size: 23.99px;
    font-weight: 600;
    color: #9c7d49;
    padding-bottom: 60px;
    font-family: "roboto" !important;
}

body.single-tribe_events #boxed-wrapper .fusion-events-featured-image .fusion-events-single-title-content .tribe-events-schedule * {
    color: currentColor;
}

body #boxed-wrapper .tribe-events-calendar-month__multiday-event-bar-title {
    color: #fff !important;
}

body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-description,
body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue,
body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-datetime,
body #boxed-wrapper .tribe-events-c-view-selector__list,
body #boxed-wrapper .tribe-events-calendar-list__event {
    font-family: "roboto";
    font-weight: normal;
}

@media screen and (min-width: 1600px) {
    body #boxed-wrapper .new_recent .post .entry-title {
        margin-top: 6px;
    }

    body #boxed-wrapper .custom_con_before:before {
        right: 36.5%;
    }

    body #boxed-wrapper .custom_right_col {
        margin-right: -166px;
    }

    body #boxed-wrapper .custom_bot_head #menu-classic-main-menu>.menu-item>.awb-menu__main-a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 992px) {
    body #boxed-wrapper .head_button {
        padding-left: 30px;
        padding-right: 30px;
    }

    body #boxed-wrapper .col_box_line>div {
        border: 1px solid #f2ede7 !important;
        border-top: none !important;
    }
}

@media screen and (max-width: 767px) {

    body.single-tribe_events #boxed-wrapper .fusion-events-featured-image .fusion-events-single-title-content .tribe-events-single-event-title,
    body #boxed-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-title {
        font-size: 28px;
    }

    body #boxed-wrapper .fusion-button {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px;
    }

    body #boxed-wrapper .arrow_button {
        padding-left: 63px;
    }
}

@media screen and (max-width: 568px) {
    body #boxed-wrapper .fusion-button {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    body #boxed-wrapper .arrow_button {
        padding-left: 63px;
    }

    body #boxed-wrapper .post_link_read {
        padding: 0;
    }
}


.my-latest-events {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
}

.my-latest-events .event-item {
    display: flex;
    background-color: rgba(1, 1, 46, 0.6);
    padding: 35px;
    gap: 20px 35px;
    color: #a6a5be;
}

.my-latest-events .event-date {
    width: 123px;
    flex: 0 0 123px;
    background-color: #c48e32;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 138px;
}

.my-latest-events .event-date .day {
    font-size: 60px;
    color: #FFF;
    line-height: 1.2;
}

.my-latest-events .event-date .month {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

.my-latest-events .event-title {
    margin: 0 0 20px;
    line-height: 1.2;
}

.my-latest-events .event-title a {
    color: #FFF;
}

.my-latest-events .event-title a:hover {
    color: #ffc30d;
}

.my-latest-events svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    margin-top: 6px;
}

.my-latest-events .event-time,
.my-latest-events .event-location {
    display: flex;
    gap: 0 10px;
}

@media screen and (max-width: 991px) {
    .my-latest-events {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px 15px;
    }

    .my-latest-events .event-date {
        display: none !important;
    }


}

.awb-menu_row.awb-menu_em-hover .awb-menu__main-li:hover:before {
    content: none !important;
}




.donate-box button {
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
    border-radius: 3px;
    height: 158px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.donate-box button:hover {
    background-color: #9c7d49;
    color: #FFF;
    border-color: #9c7d49;
}

.donate-box h3 {
    color: #03034f;
    font-size: 48px !important;
    margin: 0 0 10px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.donate-box button:hover h3 {
    color: #fff;
}

.donate-box p {
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

.custom-content-width .fusion-builder-row {
    max-width: 880px !important;
    margin: 0 auto;
}

.custom-banner .heading {
    margin-bottom: 40px !important;
}

.custom-banner .heading .fusion-title-heading {
    font-size: 70px !important;
    max-width: 950px !important;
    margin: 0 auto !important;
}

.custom-banner .caption {
    margin-bottom: 100px !important;
}

.custom-banner .caption .fusion-title-heading {
    font-size: 20px !important;
    font-weight: 400 !important;
    max-width: 950px !important;
    margin: 0 auto !important;
    font-family: var(--awb-text-font-family);
}

.custom-banner .tfs-slider .buttons a {
    background-color: #a71619 !important;
}

.custom-banner .tfs-slider .buttons a:hover {
    background-color: var(--awb-color5) !important;
}

.custom-banner .slide-content {
    padding-top: 80px;
    padding-bottom: 80px;
}


@media (max-width: 991px) {
    .custom-banner .heading .fusion-title-heading {
        font-size: 42px !important;
    }

    .custom-banner .heading {
        margin-bottom: 20px !important;
    }

    .custom-banner .caption {
        margin-bottom: 30px !important;
    }

}







.custom-tableContainer-01 {
    overflow-x: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.custom-tableContainer-01 table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    font-size: 15px;
}

.custom-tableContainer-01 th,
.custom-tableContainer-01 td {
    padding: 15px 20px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.custom-tableContainer-01 thead th {
    background-color: #9C7D4B;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    border-color: #9C7D4B;
}

.custom-tableContainer-01 tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.custom-tableContainer-01 tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.custom-tableContainer-01 tbody tr:hover {
    background-color: #e9e9e9;
    transition: background-color 0.2s;
}

.custom-tableContainer-01 td:first-child {
    font-weight: bold;
    color: #000;
}

.custom-tableContainer-01 a {
    text-decoration: none;
    color: #8B0000;
    font-weight: 600;
    transition: color 0.2s;
}

.custom-tableContainer-01 a:hover {
    color: #ff0000;
    text-decoration: underline;
}


@media only screen and (max-width: 640px) {
    body #boxed-wrapper .fusion-flex-container.fusion-sticky-container.fusion-sticky-transition{
        background-color:var(--awb-background-color-small) !important;
    }
}

.tribe-events .tribe-events-c-breadcrumbs__list-item a.tribe-events-c-breadcrumbs__list-item-link{
    bottom: 0 !important;
}
.fusion-body #main .tribe-events-c-breadcrumbs__list .tribe-common-c-svgicon:not(.tribe-common-c-svgicon--featured){
    display: inline-block !important;
}



/* custom-newItem-Img */
.custom-newItem-Img:has(.fusion-placeholder-image:not(img)){
    border-top: 1px solid #e2e2e2;
}
.custom-newItem-Img .fusion-placeholder-image:not(img){
    display: none;
}