@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;500;600;700&display=swap');

body {
    margin: 0;
    font-family: 'Crimson Pro', serif !important;
}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    /* text-decoration: none; */
    /*     transition: 300ms all; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
}

button {
    cursor: pointer;
}

p {
    margin: 0;
}

p+p {
    margin-top: 20px;
}

.progress-header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
  display:none;
}
.single-post .progress-header {
display:block;
}

.progress-bar {
  background-color: #000;
  height: 8px;
  width: 0%;
}

.bg-overlay {
    background: rgba(0,0,0,0.5);
    width: 100vw;
    width: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:99;
    display: none;
    transition:300ms all;
}

.btn {
    font-size: 25px;
    padding: 10px 13px 10px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
    text-decoration: none;
}

.btn--primary-dark {
    background-color: black;
    color: white;
}

.btn--primary-dark:hover,
.btn--primary-dark:focus {
    background-color: #404040;
    color: white;
}

.main-header .custom-container {
    padding: 0 40px;
}

.custom-section {
    padding: 50px 15px;
}

.entry-header {
    display: none;
}
.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
    background: #2d84cb;
    box-shadow: 0 0 3px #3f7fac;
    font-family: FucXedLatin,sans-serif;
    width: 40px!important;
    height: 40px!important;
    border: 3px solid #000!important;
    border-radius: 50%!important;
    color: #000!important;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 33px;
}
.marker-cluster-group {
    background: #385fa9!important;
    color: #fff!important;
}
.marker-cluster-event {
    background: #ffc11e!important;
}
.marker-cluster-country {
    background: #439f47!important;
}



.custom-logo-link {
    text-decoration: none;
    box-sizing: content-box;
    padding: 11px 0 6px;
    display: inline-block;
}

.main-header {
    background: #14aa37;
    position: relative;
}

.single-post .main-header {
    background: #000;
}

.page-parent .main-header, .page-child .main-header, .single-event .main-header {
    margin-bottom: 38px;
}
.page-thank-you-for-signing-up .main-header, .page-supporter-agreement .main-header {
    margin-bottom: 0px;
}

.donate.donate-header {
    padding-left: 15px;
}

.bg-pink .main-header {
    background: #ed9bc4;
}

.bg-blue .main-header, .single-event .main-header {
    background: #75d0f1;
}

.bg-yellow .main-header {
    background: #48334e;
}

.bg-green .main-header {
    background: #14aa37;
}

.bg-darkblue .main-header {
    background: #000;
}

.bg-darkblue .main-header .btn--primary-dark, .single-post .main-header .btn--primary-dark {
    background-color: white;
    color: black;
}

.bg-purple .main-header {
    background: #986297;
}

.site-branding {
    display: none;
}

.main-header-inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.bg-darkblue .site-logo img, .bg-yellow .site-logo img, .single-post .site-logo img {
    filter: invert(100%);
}

.main-header-right .menu-wrapper {
    display: flex;
    gap: 10px;
}

.main-header-right .menu-wrapper>li>a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    padding: 29px 20px;
    letter-spacing: 0;
    position: relative;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
}

.bg-darkblue .main-header-right .menu-wrapper>li>a, .bg-yellow .main-header-right .menu-wrapper>li>a, .single-post .main-header-right .menu-wrapper>li>a {
    color: #fff;
}


.main-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-header-right .menu-wrapper>li>a:hover,
.main-header-right .menu-wrapper .current-menu-item>a,
.main-header-right .menu-wrapper .current-menu-parent>a {
    color: #fff;
}

.main-header-right .menu-wrapper>li>a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    background: #000;
}

.bg-darkblue .main-header-right .menu-wrapper>li>a:after, .bg-yellow .main-header-right .menu-wrapper>li>a:after, .single-post .main-header-right .menu-wrapper>li>a:after {
    background: #fff;
}

.main-header-right .menu-wrapper>li>a:hover:after,
.main-header-right .menu-wrapper .current-menu-item>a:after,
.main-header-right .menu-wrapper .current-menu-parent>a:after {
    height: 5px
}

.sub-menu-toggle {
    display: none;
}

.main-header-right .menu-wrapper .sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    justify-content: center;
    z-index: 9;
    background: #fff;
}

.main-header-right .menu-wrapper .current-menu-item .sub-menu,
.main-header-right .menu-wrapper .current-menu-parent .sub-menu {
    display: flex;
}

.main-header-right .menu-wrapper .sub-menu a {
    padding: 8px 25px 7px;
    display: block;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    line-height: 1;
    text-decoration:none;
}

.bg-pink .main-header-right .menu-wrapper .sub-menu a:hover,
.bg-pink .main-header-right .menu-wrapper .sub-menu .current-menu-item a {
    color: #ed9bc4;
}

.bg-blue .main-header-right .menu-wrapper .sub-menu a:hover,
.bg-blue .main-header-right .menu-wrapper .sub-menu .current-menu-item a, .single-event .main-header-right .menu-wrapper .sub-menu .current-menu-item a {
    color: #75d0f1;
}

.bg-yellow .main-header-right .menu-wrapper .sub-menu a:hover,
.bg-yellow .main-header-right .menu-wrapper .sub-menu .current-menu-item a {
    color: #48334e;
}

 .bg-darkblue .main-header-right .menu-wrapper .sub-menu a:hover,
.bg-darkblue .main-header-right .menu-wrapper .sub-menu .current-menu-item a {
    color: #3860aa;
}

/* footer */
.site-footer {
    background: black;
    color: #ddd;
    overflow: hidden;
}

.footer-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
.donate-header .btn:hover, .feedback_button a:hover {
    opacity: 0.9;
}
.footer-top {
    display: flex;
    padding: 40px 0 0;
    margin: 0 -20px;
    flex-wrap:wrap;
}

.footer-column {
    flex: 1 1 300px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-column-inr h3 {
    border-bottom: 1px solid #919191;
    font-size: 25px;
    margin: 0;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.footer-column-inr p {
    line-height: 23px;
}

.footer-column nav {
    margin-bottom: 40px;
}

.footer-column-inr .menu a {
    color: #ddd;
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-decoration:none;
}

.footer-column-inr .menu a:hover {
    text-decoration: underline !important;
}

.donate-wrap a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background-color: #14aa37;
    color: black;
    font-size: 25px;
    padding: 10px 13px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
}

.donate-wrap a:hover {
    background-color: #17c13e;
}

.footer-btm p {
    margin: 0;
    padding: 40px 0;
    text-align: center;
    font-size: 18px;
        line-height: 25px;
}

.footer-btm p a,
.footer-column-inr p a {
    color: #ddd;
    text-decoration: underline;
        white-space: nowrap;
}

.footer-column-inr .widget_text {
    margin-bottom: 20px;
}

.footer-column-inr .widget_text + .widget_text {
    margin-bottom: 30px;
}

.decoration-none {
    text-decoration: none !important;
}

.social-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.page-decide-together.menu-open .social-links {
    gap: 10px;
}

.social-links li svg {
    width: 35px;
    height: 35px;
}

/*  */
.number-list ul {
    padding-left: 20px !important;
}

.number-list li.elementor-icon-list-item {
    list-style: decimal !important;
    display: list-item !important;
    padding-left: 8px !important;
    font-weight: 400;
}

.iconBox-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.icon-box-wrapper .elementor-widget-wrap.elementor-element-populated {
    gap: 20px;
    justify-content: center;
}

.icon-box-wrapper .elementor-widget-wrap.elementor-element-populated .icon-box {
    width: calc(33.3% - 13px);
}

.icon-box-wrapper.icon-box-col-4 .elementor-widget-wrap.elementor-element-populated .icon-box {
    width: calc(25% - 15px);
}

.icon-box .elementor-icon-box-icon {
    margin: 0;
    padding: 35px 25px;
}

.icon-box.bg-pink-light .elementor-icon-box-icon {
background:#ed9bc4;
}

.icon-box.bg-lightBlue .elementor-icon-box-icon {
background:#75d0f1;
}

.icon-box.bg-yellow .elementor-icon-box-icon {
    background:#48334e;
}

.icon-box.bg-blue .elementor-icon-box-icon {
    background: #3860aa;
}

.icon-box .elementor-icon-box-content h3 {
    margin: 0 0 20px;
}

.icon-box .elementor-icon-box-content {
    background-color: #e6e6e6;
    padding: 35px 20px 25px;
}

.icon-box .elementor-icon-box-content:hover {
    background-color: #f2f2f2;
}

.icon-box .elementor-icon-box-description a {
    padding: 12px 35px 8px;
    background-color: black;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    display: inline-block;
    color: #fff;
}

.icon-box .elementor-icon-box-description a:hover {
    background-color: #404040;
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    font-family: inherit !important;
}

.m-8 {
    margin: 8px;
}

.custom-btn a.elementor-button {
    border-radius: 0;
    font-size: 24px;
    font-family: 'FUCXED CAPS';
    padding: 10px 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.custom-btn.black-btn a.elementor-button {
    background: #000;
    border: 4px solid #000;
}

.custom-btn.big-btn a.elementor-button {
    font-size: 48px;
}

.custom-btn.black-btn a.elementor-button:hover {
background: #4ea648;
    color: #fff;
}

.bg-image-after .elementor-container {
    position: initial !important;
}

.position-initial {
    position: initial !important;
}

.absolute-img {
    position: absolute !important;
    right: 0;
    height: 100%;
    top: 0;
    opacity: .1;
    z-index: 9;
        pointer-events: none;
}

.absolute-img * {
    height: 100%;
    display: flex;
    justify-content: end;
    width: 100%;
}

.absolute-img style {
opacity:0;
visibility:hidden;
display:none;
}

.absolute-img img {
    height: 100% !important;
    max-width: 600px !important;
    width: auto !important;
}

.z-iindex {
z-index:91;
}

.hero-overlay:after {
content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, black 100%);
    z-index: 20;
}

.demand-left {
    width: 100% !important;
}

.inline-btn {
    background-color: #3860aa;
    color: #fff;
    border: 2px solid #3860aa;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 14px;
    padding: 6px 16px;
        line-height: 19px;
}

.inline-btn:hover {
    background-color: transparent;
    color: #000;
}

.c-inline-list .elementor-inline-item span {
    border: 4px solid #342339;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 500 !important;
    font-family: 'FUCXED CAPS' !important;
    line-height: 23px;
}

.bg-green .c-inline-list .elementor-inline-item span {
    border: 4px solid #2e7029;
    font-size: 24px;
    line-height: 32px;
}

.bg-green .c-inline-list .elementor-inline-item a:hover {
    background: #4ea648;
}

.icon-list .elementor-icon-list-text {
    font-family: 'FUCXED CAPS' !important;
    color: #000;
}

.icon-list .elementor-icon-list-item {
    padding: 15px 0 !important;
    transition: 200ms all; 
}

.icon-list.decoration-list .elementor-icon-list-item {
    padding: 10px 0 !important;
}

.icon-list .elementor-icon-list-item:hover {
    background: #000;
    padding: 15px 10px !important;
}

.icon-list.decoration-list .elementor-icon-list-item:hover {
    padding: 10px !important;
}

.icon-list .elementor-icon-list-item:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2023/10/arrow-icon.svg);
    right: 0;
    margin-right: -2px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    min-width: 30px;
    height: 30px;
    /*     transition: 300ms all; */
}

.icon-list .elementor-icon-list-item:hover:before {
    filter: invert(100%);
    right: 10px;
}

.icon-list.decoration-list .elementor-icon-list-text {
    font-family: "Crimson Pro", Georgia, serif !important;
    font-size: 23px !important;
    text-transform: capitalize;
    text-decoration: underline;
    line-height: 1.2;
}

.feature-text a,
.social-inline-links a {
    color: #000;
    text-decoration: underline !important;
}

.feature-text a:hover,
.social-inline-links a:hover {
    color: #404040;
}

/* press css */
.item-list {
    margin: -0.625em -0.625em -0.625em -0.625em;
    display: flex;
    flex-wrap: wrap;
}

.post-item {
    width: 33.33333%;
    padding: 0.625em;
    display: flex;
    flex-direction: column;
}

.item-img img {
    display: block;
    width: 100%;
    min-height: 250px;
    max-height: 250px;
}

.post-title {
    border-bottom: 1px solid black;
    line-height: 1.2;
    padding: 0 0 4px;
    text-align: left;
    margin: 0;
    margin-bottom: 8px;
    font-size: 28px;
    color: #000;
}

.post-item-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 20px;
}

.post-item-meta {
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.post-item-description {
    margin-bottom: 40px;
    font-size:18px;
    line-height: 1.2;
    color: #000;
    margin-top: 13px;
}

.item-btn {
    font-size: 25px;
    padding: 10px 13px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
    /*     transition: 300ms all; */
}


.read-more-wrap {
    width: 100%;
    text-align: center;
}

.post-item a {
    display: flex;
    flex-direction: column;
    background: #e6e6e6;
    text-decoration: none;
    height: 100%;
    transition: 300ms all;
}

.post-item a:hover {
    background: #000;
}

.post-item a:hover .post-title,
.post-item a:hover .post-item-meta,
.post-item a:hover .post-item-description {
    color: #fff
}

.post-item a:hover .post-title {
    border-bottom-color: #ddd;
}

.post-item a:hover .item-btn {
    background: white;
    color: black;
}

.signUp-form-field {
    max-width: 304px;
    margin: 0 auto;
}

#mc_embed_signup .signup-main h2 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 0;
}

#mc_embed_signup .signup-main form {
    margin: 0;
}

#mc_embed_signup .signup-main .mc-field-group input {
    padding: 13px 16px;
    text-indent: 0;
    font-size: 18px;
    font-family: 'Crimson Pro';
    color: #595b59;
    border-radius: 0;
    border: 0;
    outline: none;
}

#mc_embed_signup .signup-main .mc-field-group {
    width: 100%;
    padding-bottom: 0;
    min-height: auto;
    display: grid;
    margin-bottom: 20px;
}

#mc_embed_signup .signup-main #mc-embedded-subscribe-form input.mce_inline_error {
    border: 0;
    background-color: #ffe7e6;
    box-shadow: 0px 0px 0px 2px #dc4f00;
}

#mc_embed_signup .signup-main #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    color: #a50000;
    font-family: 'Crimson Pro';
}

#mc_embed_signup .signup-main .mc-field-group select {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    background-image: url(/wp-content/uploads/2023/10/arrow-down-white.svg), linear-gradient(to left, black 0, black 100%);
    padding: 13px 16px;
    text-indent: 0;
    font-size: 18px;
    font-family: 'Crimson Pro';
    color: #595b59;
    border-radius: 0;
    border: 0;
    outline: none;
    background-position: right 7px top 50%, right top;
    background-size: 30px auto, 47px 100%;
    background-repeat: no-repeat, no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#mc_embed_signup .signup-main .foot {
    display: flex;
    grid-template-columns: 3fr 1fr;
    width: 100%;
    align-items: center;
}

#mc_embed_signup .signup-main .button {
    background-color: black;
    color: white;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 6px;
    font-family: 'FUCXED CAPS';
    height: auto;
    border-radius: 0;
    font-size: 25px;
        margin: 0;
}

#mc_embed_signup .signup-main .button:hover {
    background-color: #404040;
    color: white;
}

div#content {
    min-height: calc(100vh - 595px);
}

.pagination li {
    display: inline-block;
    font-size: 25px;
}

.pagination a {
    color: #000;
    text-decoration: underline !important;
}
.pagination a:hover {
    color: #333;
    }

.pagination li.disabled a {
    cursor: default;
    color: #8e8e8e;
    text-decoration: none !important;
}

.pagination li a.page-number {
    font-family: "FucXed","Arial Narrow",sans-serif;
    margin: 0 5px;
}

.pagination li a.page-number.current {
   text-decoration: none !important;
}

.pagination li a.page-number {
    margin: 0 5px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
}
.blog-news {
    background: #e6e6e6;
}
.flex-wrapper {
    padding: 40px;
    display: flex;
    position: relative;
    margin: 0 auto;
    justify-content: center;
}
.left-sidebar {
    width: 100%;
    max-width: 305px;
    margin-right: 80px;
    padding-top: 56px;
}
.right-box {
    max-width: 880px;
    width: 100%;
}
.right-box .item-list {
    display: block;
    column-count: 2;
    margin: 0 -10px;
    column-gap: 0;
}
.right-box .item-list .post-item {
    padding: 0;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.right-box .item-list .post-item a {
    background: #ffffff;
    position: relative;
    margin: 10px;
}
.right-box .item-list .post-item a:hover .post-title, .right-box .item-list .post-item a:hover .post-item-meta, .right-box .item-list .post-item a:hover .post-item-description {
    color: #333;
}
.right-box .item-list .post-item.arrestees-item a:hover .post-title {
color:#fff;
}
.right-box .post-item-body {
    display: block;
}
.right-box .item-list .post-item a:hover .item-btn {
    background: #404040;
    color: #fff;
}

.right-box > h2 {
    font-size: 30px;
    margin: 0 0 24px;
}
.right-box > p {
    margin: -4px 0 26px 0;
    font-size: 20px;
    line-height: 28px;
}
.right-box .item-list .post-item .read-more-wrap {
    width: 100%;
    text-align: left;
}
.right-box .item-list .post-item .post-item-description {
    margin-bottom: 20px;
}
.left-sidebar > h2 {
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}
.left-sidebar ul li a {
    display: inline-block;
    padding-right: 4px;
    border-bottom: 1px solid transparent;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    line-height: 24px;
}
.left-sidebar ul li a:hover {
    color: #333;
}
.left-sidebar ul li.active a {
    border-bottom: 1px solid black;
}
.left-sidebar li {
    margin: 0 0 2px;
    padding: 0;
}
.video-filter-main {
    padding: 40px;
    background: black;
}
.video-filter {
    display: flex;
    justify-content: space-between;
}
.video-filter .left {
    display: flex;
    align-items: flex-end;
}
.form_row label {
    display: block;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    color: white;
    margin-bottom: 5px;
    font-size: 20px;
}
.form_row select {
    display: block;
    color: black;
    line-height: 1;
    border: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    font-size: 1em;
    background-repeat: no-repeat, no-repeat;
    background-position: right 7px top 50%,right top;
    background-size: 20px auto, 35px 100%;
    padding: 10px 50px 010px 010px;
    height: 36px;
    line-height: 1;
    font-size: 16px;
    background-position: right 7px top 50%,right top;
    background-size: 30px auto, 47px 100%;
    padding: 16px 60px 15px 16px;
    height: 47px;
    background-image: url(/wp-content/uploads/2023/10/arrow-down.svg),linear-gradient(to left, #ffc11e 0, #ffc11e 100%);
    outline:none;
}
.video-filter .left button {
    margin-left: 15px;
    font-size: 20px;
    padding: 12px 10px;
    background-color: #ffc11e;
    color: black;
    opacity: 0.4;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
        border: 0;
}
.video-filter .right {
    align-self: flex-end;
    min-width: 80px;
}
.video-filter .right span {
    font-size: 20px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    color: white;
    line-height: 1.2;
    min-width: 80px;
}
.signUp-sec {
    padding: 40px 15px 40px 15px;
    background-color: #14AA37;
}

.right-box h2.post-title {
    text-transform: initial !important;
    font-family: 'Crimson Pro', serif !important;
    font-weight: bold;
}
.right-box .item-img img {
    max-height: 220px;
    object-fit: cover;
        min-height: 208px;
}
.right-box .item-list.arrestees-list {
    column-count: 4;
}
.arrestees-item .post-item-body {
    position: absolute;
    padding: 8px;
    bottom: 0;
    left: 0;
    height: auto;
    background: #000;
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity .2s, transform .2s;
}
.arrestees-item .post-item-body h2.post-title {
font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
}
.right-box .item-list .post-item a:hover .post-item-body {
    opacity: 1;
        transform: translateY(0);
}

.custom-accordian .elementor-accordion-item {
    border-bottom: 1px solid black !important;
    padding: 15px 0;
}
.custom-accordian .elementor-accordion-item:first-child {
    border-top: 1px solid black !important;
}
.custom-accordian .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 35px;
    height: 35px;
}
.custom-accordian .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
     width: auto; 
}
.custom-accordian .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
     width: auto; 
}
.custom-accordian .elementor-accordion-title {
    font-size: 32px;
    font-weight: 500;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
}
.custom-accordian .wp-block-separator.has-css-opacity {
    opacity: 1;
    margin: 30px 0;
}
.custom-accordian .wp-block-heading {
    margin: 0;
}
.custom-accordian .elementor-accordion-title span {
    font-family: 'Crimson Pro';
    font-weight: 400;
    display: block;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 30px;
        padding-top: 20px;
}
.notice.notice--medium.notice--center {
    background-color: #fdfd96;
    padding: 15px 40px;
}
.notice__content {
    max-width: 1440px;
    margin: 0 auto;
}
.notice__inner {
    display: flex;
    align-items: center;
}
.notice__inner p {
    font-size: 18px;
}
.notice .icon {
    background: url(/wp-content/uploads/2023/10/about-us-icon.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 10px;
}
input#s::-webkit-input-placeholder { color:#000; }
input#s::-moz-placeholder { color:#000; } /* firefox 19+ */
input#s:-ms-input-placeholder { color:#000; } /* ie */
input#s:-moz-placeholder { color:#000; }

.about-bg-yellow .inline-btn {
    background: #26152b;
    border-color: #26152b;
    color: #fff;
}
.about-bg-yellow .inline-btn:hover {
    background: transparent;
}
.about-bg-blue .c-inline-list .elementor-inline-item span {
    border: 4px solid #ceebf8;
    font-size: 24px;
    line-height: 24px;
    background-color: #75d0f1;
    padding: 8px 15px;
}
.about-bg-blue .c-inline-list .elementor-inline-item span:hover {
    background-color: #ceebf8;
    border-color: #75d0f1;
}
.absolute-img.video-sec {
    opacity: 1;
}
.absolute-img.video-sec:before {
     content: "";
    width: 96px;
    left: -57px;
    top: -20px;
    position: absolute;
    height: 104%;
    z-index: 99999999;
    background-color: #75d0f1;
    border-right: 8px solid #fff;
    transform: rotate(10deg);
}
.absolute-img.video-sec.bg-dark-purple:before {
    background-color: #A77FAD;
}
.video-sec-wrap {
overflow:hidden;
}
.new-accordian .elementor-accordion-item {
    background: #73b86b;
    margin-top: 15px;
}
.new-accordian .elementor-accordion-title {
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500 !important;
}
.new-accordian .elementor-accordion-title span {
    font-family: 'Crimson Pro';
    font-weight: 500;
    display: block;
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    color: #000;
}
.new-accordian .elementor-tab-content p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
    padding: 0 100px;
}
.new-accordian .elementor-accordion-icon {
font-size: 40px;
    color: #2e7029 !important;
}
.new-accordian .elementor-accordion .elementor-tab-title {
    padding: 40px 30px 15px 120px;
}
.accordian-count {
position: absolute;
    font-size: 64px;
    color: #2e7029;
    left: 40px;
    width: 55px;
    text-align: right;
}
.new-accordian .elementor-tab-content ul {
    margin: 15px 100px;
}
.new-accordian .elementor-tab-content ul li {
    position: relative;
    padding-left: 30px;
    margin: 8px 0;
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
}
.new-accordian .elementor-tab-content ul>li:before {
    content: "";
    position: absolute;
    background-color: #cbd5e0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top:11px;
    left: 4px;
}

.feature-img img {
max-width:100%;
}

.single-post .right-box p {
    font-size: 23px;
}

.single-post .right-box p a {
    color: #000;
}

.custom-share {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-size: 20px;
}

/* .custom-share .meks_ess .socicon-facebook:before {
    background: url(https://extinctionrebellion.uk/wp-content/themes/xr/images/icons/facebook.svg) no-repeat center/cover;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
} */

.custom-share .meks_ess.transparent .meks_ess-item {
    margin-right: 15px;
}

.custom-share .meks_ess {
margin:0;
}

.recent-article-wrap h2 {
    margin: 0;
    font-size: 25px;
    padding-bottom: 10px;
    margin-top: 30px;
}
.left-sidebar .recent-article-list li {
    border-top: 1px solid black;
    margin-bottom: 5px;
    padding: 15px 0 9px;
    font-size: 20px;
    line-height: 24px;
}
.left-sidebar ul.recent-article-list li a p {
    font-family: 'Crimson Pro', serif !important;
    font-weight: 400;
}
.single-post .right-box .post-header h2 {
    font-size: 45px;
    font-family: 'Crimson Pro', serif !important;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}
.single-post .right-box .post-header h2+span {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin: 15px 0 0;
}
.single-post-content img {
    max-width: 100%;
}
.single-post .right-box .feature-img+div {
    border-bottom: 1px solid #1D1D1B;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.related-topic-sec h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 4px;
}
.related-topic-sec ul {
    display: flex;
    flex-wrap: wrap;
}
.related-topic-sec li a {
background: #808080;
    color: #fff;
    text-transform: capitalize;
    margin: 0 5px 5px 0;
    padding: 7px 8px 5px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
.related-topic-sec li a:hover {
background: #404040;
}
.related-topic-sec {
    margin: 40px 0 30px;
}
.single-post-content h3.wp-block-heading {
    margin: 20px 0 0;
    font-size: 25px;
}
.single-post-content p+ul li {
    margin: 8px 0;
    font-size: 23px;
    line-height: 29px;
    font-weight: 400;
    list-style: disc;
}
.single-post-content p+ul {
    padding-left: 25px;
}
.single-post .right-box p a {
    display: inline-block;
}
.twitter-timeline.twitter-timeline-rendered {
    margin-bottom: 40px;
}
.feedback_button {
    bottom: 0;
    position: fixed;
    z-index: 9001;
}
.feedback_button a{
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    box-shadow: -4px -1px 4px rgba(0,0,0,.12);
    padding: 0.5em 1em;
    text-decoration: none;
    background: #000;
    color: #fff;
    display: block;
}
.inline-flex .elementor-widget-wrap {
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.inline-flex .elementor-widget-wrap > div {
    width: auto;
}
.inline-flex .elementor-widget-wrap > div p a {
    text-transform: uppercase;
    color: #000;
    text-decoration: underline !important;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-size: 18px;
}
.custom-accordian ul,  .custom-accordian ol {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 0 0 20px;
}
.custom-accordian ul li {
list-style: disc;
}
.custom-accordian ol li {
list-style: decimal;
}
.custom-accordian ul li a, .custom-accordian ol li a, .custom-accordian p a, .paragraph-link a {
    color: #000;
    text-decoration: underline !important;
}
.custom-accordian ul li a:hover, .custom-accordian ol li a:hover, .custom-accordian p a:hover, .paragraph-link a:hover {
    color: #333;
}
.events-wrapper {
    display: flex;
    margin: 0 -10px;
        flex-wrap: wrap;
}
.events-wrapper .post-item a {
    background: #fff;
}
.events-wrapper .post-item a:hover .post-title, .events-wrapper .post-item a:hover .post-item-meta, .events-wrapper .post-item a:hover .post-item-description {
    color: #000;
}
.events-wrapper .post-item a:hover .item-btn{
    background-color: #404040;
    color: white;
}
.events-wrapper .post-title {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}
.time-wrap {
    margin: 20px 0 40px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.time-wrap div {
    color: #000;
    font-size: 20px;
        position: relative;
}
.events-wrapper .item-btn {
    font-size: 20px;
    padding: 10px 15px;
}
.item-img {
    position: relative;
}
.item-img span {
    background: black;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    line-height: 1.1;
    padding: 8px 15px;
    font-size: 16px;
}
/* .time-wrap div:first-child:after {
    content: "-";
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    transform: translateY(-50%);
} */

.form-row-left h4 {
    color: #fff;
    font-size: 24px;
    margin:0;
    line-height:32px;
}
.form-row-left {
    max-width: 29%;
    min-width: 260px;
}
.form-row-wrap > div {
width:100%;
}
.form-row-box {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.form-row-wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border-top: 1px solid #374151;
    margin-top: 20px;
    padding-top: 20px;
}
.paragraph-wrap p {
    word-break: break-word;
}
.contact-wrap .form-row-wrap:first-child {
    margin: 0;
    padding-top: 0;
    border: 0;
}
.form-row label {
    color: #374151;
    display: block;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
    margin-bottom: 7px;
}
.form-row input.wpcf7-form-control.wpcf7-text, .form-row textarea.wpcf7-form-control {
    border: 1px solid #d2d6dc;
    background-color: #fff;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
.form-row {
    display: flex;
    gap: 25px;
}
.form-row > div {
    width: 100%;
}
.form-row textarea.wpcf7-form-control {
    max-height: 120px;
    resize: none;
}
.form-btn input.wpcf7-form-control.wpcf7-submit {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    background-color: #4ea648;
    display: inline-block;
    opacity: .9;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
    color: #fff;
    padding-bottom: 8px;
    border: 0;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.form-btn input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 1;
}
.form-row > div.form-btn {
    width: auto;
    max-width: 140px;
    text-align: right;
}
.form-row p {
    width: 100%;
        color: #fff;
}
.wpcf7-spinner {
    display: none;
}
.custom-inline-list .elementor-widget-wrap {
justify-content: space-between;
    flex-wrap: nowrap;
}
.events-list {
    display: flex;
    flex-direction: column;
}
.events-item a {
    display: flex;
    gap: 20px;
}
.events-img img {
    max-width: 200px !important;
    min-height: 120px;
    object-fit: cover;
}
.events-img {
    position: relative;
    min-width: 200px;
}
.events-img span {
    background: black;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    line-height: 1.1;
    padding: 8px 15px;
    font-size: 16px;
}
.events-item {
    border-top: 1px solid #000;
    padding: 20px 0;
}
.events-item:last-child {
border-bottom: 1px solid #000;
}

.events-tab .elementor-tabs-wrapper {
    display: flex;
    gap: 8px;
    margin-bottom: -1px;
}
.events-tab .elementor-tab-content {
    padding: 0 !important;
}
.events-tab .elementor-tab-title {
    border: 1px solid #000 !important;
    padding: 12px 16px 10px !important;
    background: #e6e6e6;
    font-size: 24px;
    font-weight:500 !important;
    text-decoration: none;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
}
.events-tab .elementor-tab-title.elementor-active {
 border-bottom: 1px solid #fff !important;
 background: #fff;
}
.events-item-body {
    width: 100%;
}
.events-item-body .read-more-wrap {
    text-align: right;
}
.events-item-body .read-more-wrap .item-btn {
    font-size: 16px;
}
.events-item:hover {
    background: #f2f2f2;
}
.events-title {
    font-size: 25px;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #000;
}
.events-item-body .time-details {
    font-size: 20px;
    color: #000;
}
.next-time {
    margin-top: 10px;
}
.event-type-list h2 {
    border-bottom: 1px solid #1D1D1B;
    margin:0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 24px;
}
.event-type-list {
    margin-top: 65px;
}
.event-type-list .event-item {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.event-type-list ul + a {
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
.decoration-link p a {
    color: #000;
    text-decoration: underline;
}
.event-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid black;
    border-radius: 0;
}
.responsive-area-list {
    display: none;
    margin-top: -20px;
}
.area-toggle a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline !important;
}
.events-toggle a {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: underline !important;
}
.area-toggle, .events-toggle {
    text-align: center;
}
.events-content {
display:none;
}
.events-content .event-type-list {
    margin-top: 20px;
}
.events-content .event-type-list h2 {
display:none;
}
.decoration-list-link .elementor-icon-list-item a {
    text-decoration: underline;
    text-decoration-color: #fff;
}
.single-event-main {
    padding: 40px;
}
.single-event-container {
    max-width: 720px;
    margin: 0 auto;
}
.event-features-img img {
    max-width: 100%;
}
.event-title h2 {
    margin: 0;
    font-size: 40px;
    margin-bottom: 40px;
}
.event-features-img {
    margin-bottom: 28px;
}
.event-meta__heading {
    border-bottom: solid 1px black;
    font-size: 20px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
}
.event-meta__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.event-meta__item {
    width: 50%;
    padding:10px
}
.event-meta__item p {
    font-size: 20px;
}
.event-meta__item p strong {
font-size:17px;
}
.event-meta__body .event__date, .event-meta__body .event__time {
    display: flex;
}
.event-meta__body .divider {
    align-items: center;
    display: flex;
    margin: 0 20px;
}
.event-meta__body .event__time {
    margin-top: 10px;
}
.event-meta {
    background-color: white;
    padding: 15px;
    margin-bottom: 40px;
}
.event-description-d {
    font-size: 23px;
    line-height: 30px;
}
.all-event {
    margin-top: 30px;
}
.all-event a {
    display: inline-block;
    text-align: center;
    background-color: black;
    color: white;
    padding: 10px 15px;
    font-family: 'FUCXED CAPS';
    height: auto;
    border-radius: 0;
    font-size: 25px;
    margin: 0;
    text-decoration: none;
}
.all-event a:hover {
    background-color: #404040;
    color: white;
}
section.em-item-header {
    display: none !important;
}
.single-event-main .event-description-d p a {
    color: #000 !important;
    word-wrap: break-word;
}
.single-event-main .event-description-d p a:hover {
    color: #333 !important;
}
.single-event-main .event-description-d .em-event-content h3 {
    font-size: 25px !important;
    line-height: 31px !important;
    margin: 0 !important;
}
.events-tab .wpfc-calendar-wrapper {
    margin-top: 1rem;
    border: 1px solid #8e8e8e;
    max-width: 100%;
    padding: 2px;
}
.elementor-section.about-contact-sec .elementor-container {
    margin-left: initial;
}
.footer-column-inr .ctf-feed-1.ctf_palette_custom_1 .ctf-tweet-text a {
    color: #ffffff!important;
}
.img-inline-wrap .elementor-widget-wrap {
    display: flex;
    justify-content: space-around;
        gap: 20px;
}

.img-inline-wrap .elementor-widget-wrap > div {
width: calc(33.3% - 15px);
}
.img-inline-wrap .elementor-widget-wrap > div img {
    max-width: 407px !important;
}
.donate-social-link a {
    color: #000;
    opacity: 0.9;
    display: flex;
}
.donate-social-link a:hover {
    opacity: 1;
}
.social-links li svg {
    width: 28px;
    height: 28px;
}
.inline-link a {
    color: #000;
}
.underline {
text-decoration:underline !important;
}
.font-bold {
font-weight:700;
}
.form-btn .wpcf7-spinner {
    display: none;
}
.absolute-img.training-page-img {
    opacity: 1;
}
.absolute-img.training-page-img img {
    height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
}
.absolute-img.bg-dark-pink {
    left: 0;
}
.absolute-img.bg-dark-pink + div {
    margin-left: 50%;
}
.absolute-img.video-sec.bg-dark-pink:before {
    background-color: #cf6297;
    right: -40px;
    transform: rotate(-6deg);
    border-left: 8px solid #fff;
    left: initial;
    border-right: 0;
}
.custom-toggle .elementor-toggle .elementor-tab-title {
    text-align: center;
}
.custom-toggle .elementor-toggle .elementor-toggle-item {
    text-align: center;
}
.custom-toggle .elementor-toggle .elementor-tab-title a {
    font-size: 18px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
    color: #6b7280;
    background: #fff;
    padding: 16px;
    position: relative;
    z-index: 1;
}
.show-more .elementor-widget-container:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.5),transparent);
    height: 1px;
    width: 100%;
    left: 0;
    top: 25px;
}
.show-more .elementor-heading-title, .show-less .elementor-heading-title {
    font-size: 18px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    color: #6b7280 !important;
    background: #fff !important;
    padding: 4px 16px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    border: 4px solid transparent;
    line-height: 19px;
    background: #fff;
    transition:300ms all;
}
.show-more .elementor-heading-title:hover, .show-less .elementor-heading-title:hover {
    border: 4px solid #cf6297;
}
.show-more-content blockquote {
    padding: 1rem;
    --bg-opacity: 1;
    background-color: #eff6ef;
    background-color: rgba(239,246,239,var(--bg-opacity));
    vertical-align: middle;
    border-radius: 0.25rem;
    --text-opacity: 1;
    color: #1b4319;
    color: rgba(27,67,25,var(--text-opacity));
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
}
.show-more:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 3rem;
    pointer-events: none;
    content: "";
    background: linear-gradient(0deg,#fefcfb,hsla(0,0%,100%,0));
}
.show-less-content blockquote {
    padding: 1rem;
    --bg-opacity: 1;
    background-color: #eff6ef;
    background-color: rgba(239,246,239,var(--bg-opacity));
    vertical-align: middle;
    border-radius: 0.25rem;
    --text-opacity: 1;
    color: #1b4319;
    color: rgba(27,67,25,var(--text-opacity));
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
}
.show-more-content h6 {
    margin: 0;
    font-size: 20px;
    margin-top: 20px;
}
.donate-contact-form {
    max-width: 1344px;
}
.around-wrapper .elementor-widget-wrap {
    gap: 30px;
        justify-content: space-between;
}
.around-wrapper .elementor-widget-wrap > div {
    width: calc(33.3% - 20px);
}
a.around-btn {
    background: #000;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    padding: 18px 22px 15px;
    display: block;
}
.around-btn:hover {
background: #ed9bc4;
}
.group-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 4px;
}
.group-item {
    width: 33.3%;
    padding: 4px;
}
.group-item-inr {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.group-i-t-left {
    padding: 32px;
    flex: 1 1 auto;
}
.group-i-t-right {
    padding: 16px 32px 16px 0;
}
   .group-item-top {
    display: flex;
    background-color: #ceebf8;
    align-items: center;
    gap: 15px;
    flex: 1 1 auto;
}
.group-item-btm {
background-color: #75d0f1;
    display: flex;
    align-items: center;
        justify-content: space-between;
    padding: 8px 32px;
}
.group-i-b-left a {
font-size: 18px;
    padding: 6px 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
    background-color: black;
    color: white;
    border: 4px solid transparent;
}
.group-i-b-left a:hover {
    background: #4ea648;
    border: 4px solid #000;
}
.group-i-social svg {
    max-width: 18px;
    max-height: 18px;
}
.group-i-social a {
    background-color: #000;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.group-i-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: end;
}
.group-i-t-left a h2 {
    font-size: 30px;
    color: #000;
    margin: 0;
}
.group-i-t-left > a {
color:#000;
}
.group-i-t-left > a span{
    color: #000;
    font-size: 18px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
}
.group-i-b-right a {
    font-size: 20px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
    color: #000;
    padding: 8px 0 8px 16px;
    opacity: 0.9;
}
.group-i-b-right a:hover {
opacity:1;
}
.group-i-t-left a:hover {
    text-decoration: underline;
}
.group-item:nth-child(2) .group-item-top {
    background: #ffc11e;
}
.group-item:nth-child(2) .group-item-btm {
background-color: #d2970f;
}
.group-item:nth-child(3) .group-item-top {
    background: #c2d081;
}
.group-item:nth-child(3) .group-item-btm {
background-color: #97ab3f;
}
.group-item:nth-child(4) .group-item-top {
    background: #de7345;
}
.group-item:nth-child(4) .group-item-btm {
background-color: #cd5824;
}
.group-item:nth-child(5) .group-item-top {
    background: #748cbe;
}
.group-item:nth-child(5) .group-item-btm {
background-color: #3860aa;
}
.group-item:nth-child(6) .group-item-top {
    background: #fbb6ce;
}
.group-item:nth-child(6) .group-item-btm {
background-color: #ed9bc4;
}
.group-item:nth-child(7) .group-item-top {
    background: #a77fad;
}
.group-item:nth-child(7) .group-item-btm {
background-color: #906198;
}
.group-item:nth-child(8) .group-item-top {
    background: #f4f07a;
}
.group-item:nth-child(8) .group-item-btm {
background-color: #ded712;
}
.group-item:nth-child(9) .group-item-top {
    background: #4ea648;
}
.group-item:nth-child(9) .group-item-btm {
background-color: #438e3e;
}
.group-i-b-left > span {
    font-family: 'FUCXED CAPS';
    font-size: 14px;
    margin-left: 8px;
}
.country-search-wrap {
margin-top:15px;
}
.country-search-wrap input[type="text"] {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    outline: none;
    border: 0;
    width: 100%;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Crimson Pro", sans-serif;
    border-width: 1px;
    border-color:#fff;
}
.country-search-wrap input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(164,202,254,.45);
    border-color: #a4cafe;
}
.comunity-image-box h3 {
margin:0;
}
.comunity-image-box a {
text-decoration: underline !important;
    color: #000;
}
.inline-country-btn {
    display: flex;
    flex-wrap:wrap;
}
.inline-country-btn button {
    padding: 4px 16px;
    background: transparent;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border: 4px solid #000;
    opacity: .25;
    font-size: 26px;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
}
.inline-country-btn button:hover {
    opacity: 1;
}
.inline-country-btn li {
    margin: 4px 16px;
}









/* tweeter feed */
.footer-column-inr .ctf .ctf-item {
    padding: 12px !important;
}
.footer-column-inr .ctf-more {
    color: #fff;
    padding: 15px 0 !important;
   font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-size: 16px;
}
.footer-column-inr .ctf .ctf-tweets {
    max-height: 350px;
    overflow-y: auto;
    width: 100%;
}
.footer-column-inr .ctf p:empty {
    line-height: 23px;
    margin: 0;
}
.footer-column-inr .ctf {
overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgb(51 54 57 / 50%)!important;
    margin-bottom: 40px;
    margin-top: 15px;
}
.footer-column-inr .ctf .ctf-header {
    padding: 12px !important;
    font-size: 20px !important;
    font-weight: 700;
    border-bottom: 1px solid rgb(51 54 57 / 50%)!important;
}
.footer-column-inr p.ctf-tweet-text {
    line-height: 23px !important;
    font-size: 15px;
}
.footer-column-inr .ctf a {
    text-decoration: none;
}
.footer-column-inr .ctf a:hover {
    text-decoration: underline;
}
.footer-column-inr .ctf .ctf-corner-logo path {
    fill: #fff;
}
.footer-column-inr .ctf-author-avatar img {
    border-radius: 50%;
}
.footer-column-inr #ctf.ctf-super-narrow .ctf-author-box {
    width: calc(100% - 32px);
}
.footer-column-inr .ctf .ctf-author-screenname {
    color: #71767b!important;
}
.footer-column-inr .ctf.ctf-narrow .ctf-quoted-tweet, .footer-column-inr .ctf.ctf-narrow .ctf-tweet-actions, .footer-column-inr .ctf.ctf-narrow .ctf-tweet-content {
    margin-left: 0px !important;
    margin-top: 15px !important;
}
.footer-column-inr .ctf.ctf-regular-style .ctf-item {
    border-bottom: 1px solid rgb(51 54 57 / 50%)!important;
}

/* new footer css */
.new-footer {
    background-color: #000;
}
.new-f-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}
.footer-middle-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 32px 0;
}
.footer-middle-box {
    min-width: 170px;
}
.footer-m-column-inr li a {
    color: #ddd;
    position: relative;
    display: inline-block;
    font-size: 18px;
        line-height: 22px;
        text-decoration:none;
}
.footer-m-column-inr li a:hover {
    text-decoration: underline !important;
}
.footer-m-column-inr h3.wp-block-heading {
        margin: 8px 0;
    color: #fff;
    font-size: 20px;
}
.footer-m-column-inr .wp-block-image img {
    max-width: 200px;
        margin: 20px auto 0;
}
.footer-middle .social-links {
      margin-top: 22px;
    gap: 15px;
    flex-wrap: wrap;
}
.footer-middle-box:last-child {
    min-width: 350px;
}
.footer-m-column-inr .wp-block-image a {
    display: block;
    text-align: center;
}
.footer-m-column-inr .wp-block-image {
margin:0
}
.footer-new-bottom {
    background-color: #000;
}
.footer-middle-bottom {
    padding: 36px 0;
}
.footer-middle-bottom p strong {
    text-transform: uppercase;
    font-family: 'FUCXED CAPS', "Arial Narrow", sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}
.footer-middle-bottom p, .footer-middle-bottom p a {
    color: #6b7280;
    line-height: 20px;
        font-size: 14px;
}

.footer-middle-bottom p a:hover {
opacity:0.9;
}

.footer-middle .social-links li svg {
    width: 30px;
    height: 30px;
}