/* Hide all submenus by default */
#mobile_menu1 .sub-menu {
    display: none !important;
}

/* Show submenu when parent has menu-open */
#mobile_menu1 .menu-item-has-children.menu-open > .sub-menu {
    display: block !important;
}

/* Style for toggle button */
#mobile_menu1 .submenu-toggle {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    user-select: none;
    color: #333;
    font-weight: bold;
    vertical-align: middle;
}

/* Optional: add some spacing between link and toggle */
#mobile_menu1 .menu-item-has-children > a {
    padding-right: 5px;
}






.cu-btn {
    line-height: 1 !important;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.main-header-row ul li.menu-item-has-children .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.main-header-row ul li.menu-item-has-children .sub-menu li {
    margin: 0 !important;
    min-width: 10px;
}
p{
    font-weight: 400;
}
.msf-progress-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    font-family: Arial, sans-serif;
}

.msf-progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.msf-step-labels .msf-step-label:nth-child(3) {
    margin-left: 47px;
}

.msf-step-labels .msf-step-label:nth-child(2) {
    margin-left: 19px;
}
.msf-progress-step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}
.et_pb_button_module_wrapper:has(> .btn-inline-block) {
    display: inline-block;
    margin-right: 10px;
}
.msf-progress-connector {
    flex-grow: 1;
    height: 2px;
    background: transparent;
    background-image: linear-gradient(to right, #ccc 50%, transparent 50%);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    position: relative;
    margin: 0 -2px;
}

.msf-step-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.msf-step-label {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    max-width: 130px;
}


fieldset[data-cf7mls-order="5"] .ip-item.w-50 {
    width: 100% !important;
}

fieldset[data-cf7mls-order="5"] .ip-item.w-50 input[type="file"] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 51px;
}
/* Active/completed states */
.msf-progress-step.completed,
.msf-progress-step.active {
    background:#b81005;
}

.msf-progress-connector.completed {
    background-image: linear-gradient(to right, #b81005 50%, transparent 50%);
}

.msf-step-label.active {
    color: #b81005; /* Red color */
    font-weight: bold;
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
    .msf-step-label {
        font-size: 10px;
        white-space: normal;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 2.6em;
    }
    
    .msf-progress-step {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    
    .msf-progress-connector {
        background-size: 4px 2px;
    }
} */

/* @media (max-width: 480px) {
    .msf-step-label {
        font-size: 9px;
        padding: 0 2px;
    }
} */
ul#menu-primary-menu li a {
    line-height: 1;
    font-weight: 400 !important;
}
.fw-400 *{
    font-weight: 400 !important;
}
.custom-nav {
    align-items: center;
    gap: 28px;
display: flex;

}
.custom-dots {
    counter-reset: dot-counter;
    display: flex;
    gap: 28px;
}
.custom-dots button {
    counter-increment: dot-counter;
    position: relative;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}
.liner-main-all {
    height: 2px;
    width: 117px;
    padding: 0;
    margin: 0;
    background-color: white;
}
.btns-next-prev-banner {
    display: flex;
    align-items: center;
    gap: 25px;
}

.btns-next-prev-banner button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}
.custom-dots button::before {
   content: counter(dot-counter, decimal-leading-zero);
    font-weight: 700;
    font-size: 16px;
    line-height: 19.62px;
    color: white;
}
.custom-nav-dots {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    bottom: 50px;
    left: 15%;
}
.custom-dots button.owl-dot.active {
    border-bottom: 1px solid #fff;
}
.btns-next-prev-banner button i {
    color: #fff;
}
.social-block .list a{
    color:#fff !important;
}

.top-header-row .et_pb_column {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}
.main-header-row ul li {
    padding: 0!important;
    margin: 0 13px !important;
}

.main-header-row ul li a {
    margin: 0 !important;
    padding: 0 !important;
}
.main-header-row ul li.menu-item-has-children .sub-menu a {
    width: 100%;
}

.main-header-row .et_pb_menu__logo {
    margin-top: -95px !important;
}
.main-header-row ul li a::after {
    right: -16px !important;
    font-size: 17px !important;
    top: 0 !important;
}
.main-header-row ul li.menu-item-has-children {
    padding-right: 10px !important;
}
ul.sub-menu {
    padding: 10px !important;
}
.align-center-block {
    display: flex;
    align-items: center;
}
.ratio-588-406 img {
    aspect-ratio: 588/406 !important;
}
.h3{
	font-family: Staatliches;
font-weight: 400;
font-size: 36px;
line-height: 100%;
text-transform: uppercase;
	color:#272727;

}
.f-400  * {
    font-weight: 400 !important;
}
.cu-list ol {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.cu-list ol li{
	line-height:2 !important;
}
.color-block {
    display: flex;
}
.h6 h6{
	font-family: Manrope;
font-weight: 600;
font-size: 18px;
line-height: 32px;
color:#272727;
}
.event-date-time {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #666666;
}
/* =====================Annoucement===== */
.annoucement-sec h2.annon-title {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FFFFFF;
	padding-bottom: 6px;
}
.annoucement-sec .announcement-item {
    font-family: Manrope;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 100%;
    vertical-align: middle;
    color: #FFFFFF;
}
.announcement-carousel {
    position: relative;
}

.announcement-carousel .owl-dots {
    position: absolute;
    right: -34%;
    bottom: 0px;
    display: flex;
    gap: 12px;
}

.announcement-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50px;
}

.announcement-carousel .owl-nav {
    display: none;
}

.announcement-carousel .owl-dots .owl-dot.active {
    background: #B81005;
    outline: 2px solid #B81005; /* or choose another color for the outline */
    outline-offset: 3px;
}

/* ========================== */
/* ======Homepage banner====== */

.homepage-banner {
    position: relative;
}
.banner-slide{
        position: relative;
    padding: 205px 0 198px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.homepage-banner .banner-slide::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(270deg,rgba(0,0,0,0) 24.82%,#000000 100%);
    pointer-events: none;
    z-index: 2;
}
.banner-content-2 {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding: 0 15px;
}

.homepage-banner .banner-content {
    position: relative;
    z-index: 9;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.banner-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #3A6D1A80;
    width: fit-content;
    border: 1px solid #3A6D1A;
    padding: 8px 20px;
    border-radius: 40px;
}
.banner-heading {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 120px;
    line-height: 105px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
    margin: 20px 0 30px;
    max-width: 850px;
	    padding: 0;
}
.banner-slide p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
	max-width:856px
}

/* ========Event post============ */
.event-bg-top {
    position: relative;
}

.event-bg-top::after {
    position: absolute;
    content: '';
    background-image: url('https://staging.coppercupdev3.com/wp-content/uploads/2025/07/top-bg.png');
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
}
.event-bg-top::before {
    position: absolute;
    content: '';
    background-image: url('https://staging.coppercupdev3.com/wp-content/uploads/2025/07/top-bg-2.png');
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}
.event-row-first {
    display: flex;
    align-items: flex-end;
}
.event-posts {
    display: flex;
    gap: 24px;
    row-gap: 50px;
    flex-wrap: wrap;
}

.event-posts .event-post {
    padding: 10px;
    border: 1px solid #FDB81C;
    border-radius: 20px;
    width: calc(33% - 13px);
}

.event-image img {
    width: 100%;
    aspect-ratio: 395/290;
    object-fit: cover;
    border-radius: 16px;
}

.event-content {
    padding: 20px;
}

.event-content h3 {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 0 0 6px;
}

.event-content p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding-bottom: 20px;
    min-height: 96px;
}
a.view-details-btn {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    padding-top: 30px !important;
    display: inline-block;
}
p.event-date-time {
    padding-bottom: 30px;
    display: inline-block;
}
p.event-date-time:first-child {
    margin-right: 30px;
}

/* ================Service================ */
.service-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    row-gap: 50px;
}

.service-posts .service-post {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.service-posts .service-post .service-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 416/505;
    object-fit: cover;
    object-position: center;
    display: block;
}
.event-content a.view-details-btn {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: underline;
    color: #D8190C;
}
.service-title h3 a {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
}
.service-image-title {
    position: relative;
}
.service-title {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    z-index: 9;
}

.service-image-title::after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 100%;
    top: 0;
}

/* ================Event Details Page===============/ */
.btn-flex-gp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.btn-flex-gp .et_pb_button_module_wrapper {
    margin: 0 !important;
}
.event-content p {
    padding-bottom: 12px;
}


.event-content p strong {


    font-weight: 600 !important;
}

.cal-btn {
    background-image: url('https://staging.coppercupdev3.com/wp-content/uploads/2025/07/plus.png');
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 17px;
    position: relative;
    line-height: 1.2 !important;
}

.event-btn-gp .et_pb_column {
    display: flex;
    gap: 15px;
}

/* ===============Footer========= */
.footer-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
}
.footer-block .col-1 {
    margin: 0 !important;
    width: 30% !important;
}

.footer-block .col-2 {
    margin: 0;
    width: 20% !important;
    padding-left: 60px;
}

.footer-block div#col-3 {
    margin: 0;
    width: 20%;
    padding-left: 25px;
}

.footer-block .col-4 {
    margin: 0;
    width: 20%;
}

/* ===================Donate form======================= */
.contact-form .ip-gp {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 32px;
}
.contact-form .ip-gp .ip-item {
    width: 100%;
}
.contact-form .ip-gp .ip-item.w-50 {
    width: calc(50% - 12px);
}
.contact-form .ip-gp .ip-item label {
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #272727;
    padding-bottom: 10px !important;
    display: inline-block;
}
.contact-form .ip-item  input, .contact-form .ip-item  textarea {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 24px;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    width: 100%;
}
.contact-form  .ip-item p {
    padding: 0;
}

.contact-form .ip-item .wpcf7-checkbox span {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    gap: 5px;
}

.contact-form .ip-item .wpcf7-checkbox {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-form .ip-item .wpcf7-checkbox span input[type="checkbox"] {
    width: 20px;
    margin: 0;
}
.sub-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sub-btn p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-btn  input[type="submit"] {
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 54px;
    background: #D8190C;
    border: none;
    border-radius: 9px;
}
.level-block {
    display: flex;
    flex-direction: column;
    padding: 34px 0;
    border-top: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
}

.level-block .l-list {
    display: flex;
    gap: 243px;
}

.level-block .l-list p {
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    min-width: 149px;
    padding-bottom: 28px;
}

.level-block .l-list p:last-child {
    color: #D8190C;
}
.tri-btn-gp .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cu-content ul li {
    padding-bottom: 15px;
}
.color-border  .et_pb_with_border, .color-border .et_pb_module {
    border: 3px solid #00B3E3;
    padding: 5px;
    border-radius: 17px;
    outline: 3px solid #FDB81C;
    outline-offset: 5px;
    margin: 6px !important;
}
.as-527 img {
    aspect-ratio: 503/337;
    object-fit: cover;
}


.cu-content table tr:first-of-type td {
	padding: 15px 0 15px 50px;
	background: #3A6D1A;color: 
		#fff;font-family: Staatliches;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
}
.cu-content table tr:first-of-type td:first-child {
    border-top-left-radius: 10px;
}

.cu-content table tr:first-of-type td:last-child {
    border-top-right-radius: 10px;
}
.cu-content tr td {
    border-top: 1px solid #eee;
    padding: 20px 0 20px 50px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    border: none;
}
.cu-content table {
    border: none !important;
}
.cu-content tr:nth-of-type(even) {
    background: #F1FAED;
}
.cu-content tr:last-child td:first-child {
    border-bottom-left-radius: 10px !important;
}
.cu-content tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.cu-content tr td a {
    color: #505155;
}
.main-header-row ul li.menu-item-has-children > ul.sub-menu li >ul.sub-menu {
    position: absolute;
    left: 103%;
    top: 38%;
}
.career-content-block h2 {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 0 0 22px;
    margin-top: 50px;
}

.career-content-block h3 {
    font-family: Staatliches;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}

.career-content-block ul li {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 20px;
}

.career-content-block ul {
    margin-top: 20px;
}

.career-content-block  a.wp-block-button__link {
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 14px 20px;
    background: #D8190C;
    border-radius: 9px !important;
}
.service-posts .service-post .service-image img {
    display: block;
}
.step-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 24px;
    row-gap: 30px;
}
.step-form .ip-item.w-50 {
    width: calc(50% - 12px);
}
.step-form .ip-item {
    width: 100%;
}

.step-form .ip-item label {
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #363636;
    margin-bottom: 10px;
}

.step-form .ip-item input, .step-form .ip-item textarea {
    width: 100%;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
}
.step-form  h5 {
    width: 100%;
    padding: 0;
    font-family: Staatliches;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
}
.step-form  .ip-item.check p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.step-form .ip-item br {
    display: none;
}

.step-form .ip-item.check p .wpcf7-radio {
    display: flex;
    gap: 40px;
}

.step-form .ip-item.check p .wpcf7-radio > span {
    display: flex;
    gap: 16px;
}
.step-form .ip-item.check p .wpcf7-radio > span label {
    display: flex;
    gap: 10px;
}

.cf7mls-btns .cf7mls_back, .cf7mls-btns .cf7mls_next {
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #272727;
    background: transparent;
    border-radius: 9px;
    padding: 14px 40px !important;
}
.cf7mls-btns .cf7mls_next{
    background-color: #D8190C !important;
    border: none;
}

.ip-item.checkbox label {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.ip-item.checkbox span.wpcf7-list-item {
    width: 100%;
}

.ip-item.checkbox label input[type="checkbox"] {
    width: 20px;
}

.ip-item.checkbox label span.wpcf7-list-item-label {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #666666;
}
.et_pb_code_inner {
    font-weight: 700;
    color: #000;
}
.et_pb_code_inner a {
    color: #666666;
    font-family: Manrope;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-transform: capitalize;
}
form#event-search-form {
    display: flex;
    justify-content: flex-end;
    padding: 19px;
    border: 1px solid #3A6D1A;
    border-radius: 40px;
}

form#event-search-form input#event-search-input {
    width: 100%;
    background: transparent;
    border: none;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #3A6D1A !important;
}

form#event-search-form input#event-search-input::placeholder {
    color: #3A6D1A;
}
.event-posts .event-post:hover {
    box-shadow: 0px 2px 24px 0px #00000014;
}

form#event-search-form button {
    padding: 0;
    border: none;
    background: transparent;
}
.colour-2 {
    border-color: #00B3E3 !important;
}

.colour-3 {
    border-color: #E1251C !important;
}

.colour-1 {
    border-color: #FDB81C !important;
}
.pagination {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
    gap: 5px;
}

.pagination .page-numbers, .pagination .last-page {
    padding: 12px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    margin: 0;
    font-family: Manrope;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
}

.pagination .page-numbers.current {
    background: #3A6D1A;
    border: none;
    color: #fff;
}

.color-table-block tr td {
    border-radius: 20px !important;
    border: 1px solid #E1251C;
    padding: 28px !important;
}

.color-table-block tr {
    display: flex;
    gap: 24px;
    border: none !important;
}

.color-table-block tbody {
    border: none !important;
}

.color-table-block table {
    border: none !important;
}

.color-table-block tr td p strong {
    font-weight: 600;
    color: #272727;
}

.color-table-block tr td p a {
    color: #666;
}
.pdf-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pdf-list ul li {
    position: relative;
    padding-left: 30px;
    background-image: url('https://staging.coppercupdev3.com/wp-content/uploads/2025/08/image-125.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
}
.with-pdf-icon {
    background-image: url('https://staging.coppercupdev3.com/wp-content/uploads/2025/08/image-124.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 20px;
        justify-content: center !important;
}

.tribalBusiness-posts .event-post {
    width: calc(50% - 13px);
}
.tribalBusiness-posts .event-post img{
    aspect-ratio: 616/315;
}
.color-table-block tr td:last-child {
    border-color: #FDB81C !important;
}
.service-title a:has(img) {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2727274D;
}
.event-content a{
    font-family: Staatliches;
font-weight: 400;
font-size: 16px;
line-height: 100%;
text-transform: capitalize;
text-decoration: underline;
color: #D8190C;

}
p.annon-heading {
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
}
/* ======================== */
@media(max-width:980px){
	.color-block {
    flex-direction: column;
}
.footer-block .col-2 {

    width: 40% !important;
    padding-left: 0;
}
.footer-block div#col-3 {

    width: 48%;
    padding-left: 0;
}
.footer-block .col-1 {

    width: 49% !important;
}
.event-posts .event-post {
    width: calc(50% - 14px);
}

} 

@media (max-width:767px){
.cu-content table tr:first-of-type td {
    font-size: 20px;
    padding: 10px 0 10px 20px;
}
	.cu-content tr td {
    border-top: 1px solid #eee;
    padding: 10px 0 10px 20px;
}
.color-table-block tr td {
    padding: 15px !important;
    width: 100% !important;
}

}

@media (max-width:575px){
	.cu-content .et_pb_text_inner:has(table) {
    width: 100%;
    height: auto;
    overflow-x: scroll;
}
	.cu-content tr td {
    min-width: 210px;
}
.event-date-time .event-date, .event-date-time .event-time {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 10px;
}
.color-table-block tr {
   flex-direction: column;
}
}



@media(max-width:980px){
	.cu-list ul {

    row-gap: 6px;
}
}

@media(max-width:880px){
	.cu-content ul li {
    padding-bottom: 7px;
    font-size: 14px;
}
}
.no-border {
    border: none !important;
    outline: none !important;
    display: block;
}
.main-header-row ul li.menu-item-has-children {
    position: relative;
    background: transparent;
}

.main-header-row ul li.menu-item-has-children span.submenu-toggle {
    position: absolute;
    right: 6px;
    top: 0;
}

.main-header-row ul li.menu-item-has-children a {
    background: transparent;
    font-weight: 400;
}
.no-border h4 {
    padding-top: 20px;
}
.contact-block-color tr {
    margin-bottom: 24px !important;
    display: flex;
    border: none !important;
}

.contact-block-color tr td {
    border-radius: 20px !important;
    padding: 30px;
}
.contact-form .ip-gp .ip-item.w-50 select {
    width: 100%;
    padding: 24px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
}
.contact-block-color  table {
    border: none !important;
}

.contact-block-color tr:nth-child(1) td {
    border: 1px solid #FDB81C;
}

.contact-block-color tr:nth-child(2) td {
    border: 1px solid #00B3E3;
}   