/*
Theme Name: CFEA Webosmotic
Theme URI: https://webosmotic.com/
Author: Your Name / Webosmotic
Author URI: https://webosmotic.com/
Description: A custom theme by Webosmotic with Elementor, WPML, CF7, Gravity Forms, and Ultimate Member compatibility.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cfea-webosmotic
Tags: customizer, elementor, wpml, cf7, ultimate-member, responsive
*/
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #E51937;
  --secondry-color: #B7142C;
  --Thrid-color: #2F2829;
  --black-color: #000000;
  --text-gray: #6E6E6E;
  --bg-color: #F2F2F2;
  --main-font: "Gabarito", sans-serif;
}

body a {
  text-decoration: none;
  color: #000;
}

body hr {
  margin: 20px 0;
}

body {
  accent-color: var(--primary-color);
}

body li {
  list-style: none;
}

body {
  font-family: "Gabarito", sans-serif;
  line-height: 1.6;
  color: #2f2829;
  background-color: #fff;
}

/* utility start */
.event-tabs-wrapper :is(a, h3)::after,
.cfea_container.with-sidebar .cfea-sidebar h3::after,
.news-grid-wrapper.news-full-width h3::after,
.wwici_inner_page .cfea-accordion-wrapper h3::after {
  display: none;
}

.um-page-register .cfea_pg_content {
  text-align: center;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

.cfea-accordion-item button {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  text-align: start;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}

.cfea-accordion-item button::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(/wp-content/themes/cfea-webosmotic/assets/img/arrow_faq.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.2s linear;
}

.cfea-accordion-item.active button::before {
  transform: translateY(-50%) rotate(0deg);
}

.cfea-accordion-content {
  padding: 20px;
  background: #f3f3f3;
}

.wwici_inner_page .cfea-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: stretch;
}

.wwici_inner_page .cfea-accordion-item h3 {
  margin-bottom: 0;
}

.cfea_container.with-sidebar .cfea-sidebar h3,
.news-grid-wrapper.news-full-width h3 {
  color: var(--black-color);
}

.cfea-pagination {
  margin-top: 64px;
  gap: 12px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

body .cfea-pagination .page-numbers.current {
  background-color: var(--Thrid-color);
  color: #fff;
}

.cfea-pagination .prev {
  margin-right: 24px;
}

.cfea-pagination .next {
  margin-left: 24px;
}

.cfea-pagination .page-numbers:not(.next, .prev) {
  padding: 8px 20px;
  color: #a6a6a6;
  border: 1px solid #cfcfcf;
}

.cfea_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.um-page-loggedin .cfea_pg_content p:nth-child(1) {
  display: none;
}

.um-page-loggedin .cfea_pg_content .um-login {
  margin-left: auto !important;
}

.um-page-loggedin .cfea_pg_content .um-login .um-misc-ul {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: center;
}

.cfea_event_meta .event-meta-list {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
  flex-wrap: wrap;
}

.cfea_event_meta .event-meta-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cfea_event_meta .event-meta-list li strong {
  display: flex;
}
.business-directory #wpbdp-main-box-keyword-field {
    width: 100% !important;
}

/* utility end  */


/* header */
.cfea_header {
  background-color: transparent;
  color: #fff;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: 0.4s linear;
}

.cfea_header.cfea_header_active {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logo-scrolled {
  display: none;
}

.cfea_header.cfea_header_active .logo-default {
  display: none;
}

.cfea_header.cfea_header_active .logo-scrolled {
  display: block;
}

.cfea_header.cfea_header_active .cfea_logo img {
  height: 60px;
  width: unset;
}

.cfea_header.cfea_header_active .cfea_nav a,
.cfea_header.cfea_header_active .lang_wrap {
  color: #000;
}

.cfea_header.cfea_header_active .cfea_search img,
.cfea_header.cfea_header_active .cfea_lang span img,
.cfea_header.cfea_header_active .cfea_hamburger img {
  filter: brightness(0);
}

.cfea_header .cfea_sidebar_close {
  display: none;
}

.cfea_header .cfea_hamburger img {
  filter: brightness(100);
}

.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1790px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.cfea_logo img {
  height: 110px;
  width: unset;
  transition: 0.1s ease;
}

.header_col:not(.cfea_nav.header_col) {
  max-width: 20.33%;
  width: 100%;
}

.cfea_actions.header_col {
  justify-content: end;
  gap: 24px;
}

.lang_wrap {
  display: flex;
  align-items: stretch;
  font-size: 18px;
}

.cfea_nav .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: max-content;
}
.cfea_nav .menu-item-has-children{
  position: relative;
}
/* .cfea_nav .menu-item-has-children ul a{
  padding: 20px;
} */
 .cfea_nav .main-menu .menu-item-has-children{
  position: relative;
  padding-right: 20px;
 }
 .cfea_nav .main-menu .menu-item-has-children:hover::after{
  transform: rotate(180deg);
 }
  .cfea_nav .main-menu .menu-item-has-children::after{
    content: "";
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/cfea-webosmotic/assets/img/arrow_dropdown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: -13px;
    top: 0px;
    transition: 0.4s ease;
  }
   .cfea_nav .main-menu .menu-item-has-children:hover .sub-menu.depth-0{
    opacity: 1;
    visibility: visible;
   }
.cfea_nav .main-menu .sub-menu.depth-0{
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
.cfea_nav .main-menu .sub-menu a{
  color: #000;
  padding:10px 20px;
  display: block;
}
.sub-menu.depth-1{
  right: -90px;
  top: 0px;
}
.cfea_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.cfea_actions {
  display: flex;
  align-items: center;
}

.cfea_login_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cfea_search {
  position: relative;
  margin-left: 0px;
  z-index: 15;
  cursor: pointer;
  display: flex;
}


.cfea_search_input_wrapper {
  position: fixed;
  top: 150px;
  right: 3%;
  width: 420px;
  display: none;
  z-index: 1000;
  background-color: white;
  padding: 0px 20px;
  border-radius: 10px;

}

.cfea_search_input_wrapper.active_search{
  top: 80px;
}

.cfea_search_input_wrapper .wwici_search_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
}

.cfea_search_input_conatiner.cfea_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}

.cfea_search_input_wrapper input {
  border: none;
  outline: none;
  height: auto;
  width: 100%;
  padding-left: 20px;
}

.cfea_search_input_wrapper img {
  width: unset;
  height: 40px;
  background-color: var(--primary-color);
  padding: 10px;
  cursor: pointer;
}

.cfea_search_close {
  font-size: 20px;
  color: #000;
  cursor: pointer;
  display: flex;
}

.cfea_search_close img {
  border-radius: 50%;
}

.cfea_lang {
  position: relative;
  cursor: pointer;
}


.cfea_lang_options {
  position: absolute;
  background-color: #fff;
  color: #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  top: 35px;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  font-size: 14px;
  z-index: 10;
  min-width: 70px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s linear;
}

.cfea_lang:hover .cfea_lang_options {
  opacity: 1;
  visibility: visible;
}

.cfea_lang span {
  display: flex;
}

.cfea_lang span img {
  transition: 0.3s linear;
}

.cfea_lang:hover span img {
  transform: rotate(-180deg);
}

.cfea_lang_options div {
  padding: 8px 12px;
  cursor: pointer;
}

.cfea_lang_options div a {
  display: inline-block;
  width: 100%;
}

.cfea_login_btn {
  background-color: #e30613;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.cfea_hamburger {
  display: none;
  font-size: 24px;
  border: 1px solid #CFCFCF;
  height: 48px;
  width: 48px;
  cursor: pointer;
}

/* Sidebar for Mobile */
.cfea_sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 280px;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: right 0.3s ease;
  z-index: 999;
}

.cfea_sidebar.active {
  right: 0;
}

.cfea_sidebar a {
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.cfea_sidebar .cfea_close_sidebar {
  font-size: 24px;
  margin-bottom: 20px;
  align-self: flex-end;
  cursor: pointer;
}

.cfea_nav.header_col .btn-primary {
  display: none;
}

/* Hero Section */
.cfea-banner {
  background-image: url("/wp-content/themes/cfea-webosmotic/assets/img/banner_hero-min.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 880px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.cfea-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2F2829;
  opacity: 0.80;
  z-index: 1;
}

.cfea-banner .cfea-banner-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cfea-banner-content .Hero_title {
  font-size: 64px;
  font-weight: 600;
  line-height: 78px;
  margin-bottom: 16px;
}

.cfea-banner-content .Hero_title br {
  display: none;
}

.cfea-banner-content .Hero_description {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 32px;
  max-width: 1060px;
  width: 100%;
}

.buttons_wrap {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 12px 32px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--Thrid-color);
  color: #fff;
  border-color: var(--Thrid-color);
}

.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  padding: 12px 32px;
  border: 1px solid #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: #ffffff;
  color: #2f2829;
}

/* About Section */
.cfea_about-intro {
  background-color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.cfea_about-intro .cfea_about_text {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

.cfea_about-intro .cfea_highlight {
  color: #e51937;
}

/* About Details Section */
.cfea_about-section {
  padding: 0px 20px 64px 20px;
  background: var(--bg-color);
  margin: 100px 0 0 0;
}

.cfea_container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;

}

.cfea_container.cfea_about-container {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0 0;
}

.cfea_container.cfea_about-container .column {
  max-width: 50%;
  width: 100%;
}

.cfea_about-slider {
  flex: 1 1 auto;
  max-width: unset;
  overflow: hidden;
  margin-top: -136px;
  height: 719px;
}

.cfea_about-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cfea_about-content {
  color: #333;
  position: relative;
  z-index: 2;
  padding-right: 100px;
}

.cfea_about-content .buttons_wrap {
  justify-content: flex-start;
}

.cfea_about-mission {
  margin-bottom: 24px;
}

.cfea_about-mission strong {
  color: var(--black-color);
}

.title_icon_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.cfea_about-content .cfea_logo_icon {
  margin-left: -40px;
  margin-bottom: -20px;
}

.cfea_sec_title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cfea_about-content .cfea_sec_title {
  text-wrap: nowrap;
}

.cfea_sec_title .highlight {
  color: var(--primary-color);
}

.cfea_about-description {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.cfea_about-mission p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

/* Stats Section */
.cfea_stats {
  background-color: var(--bg-color);
  padding: 0 0 78px 0;
}

.cfea_stats .stats-container {
  display: flex;
  justify-content: flex-start;
  gap: 166px;
  border-top: 1px solid #CFCFCF;
  padding: 56px 0px;
}

.cfea_stats .cfea_stat_item {
  text-align: left;
  max-width: 33.33%;
  width: 100%;
  padding: 0 0px 0 32px;
}

.cfea_stats .cfea_stat_item .stat_title {
  font-size: 48px;
  font-weight: 500;
  line-height: 57px;
  color: #2f2829;
  margin-bottom: 8px;
}

.cfea_stats .cfea_stat_item .stat_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #6e6e6e;
}

/* CTA Section */
.cfea-cta-section {
  background-image: url("/wp-content/themes/cfea-webosmotic/assets/img/globally_cta.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 109px 56px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.cfea-banner.cfea-banner-medium {
  min-height: 416px !important;
}

.cfea-banner.cfea-banner-small {
  min-height: auto !important;
  padding: 140px 0 80px 0;
}

.cfea-banner.cfea-banner-small .Hero_title {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
}

.cfea-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(351, 8%, 17%, 0.8);
  z-index: 1;
}

.cfea-cta-content {
  position: relative;
  z-index: 2;
}

.cfea-cta-content .cfea_cta_title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 16px;
}

.cfea-cta-content .highlight {
  color: #e51937;
}

.cfea-cta-content .cfea_cta_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 46px;
}

.cfea-cta-content .cta-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Benefits Section */
.cfea-benefits {
  background-color: var(--bg-color);
  padding: 100px 0;
}

.cfea-benefits .cfea_container.benefits-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cfea-benefits .cfea_container.benefits-container .benefits-header{
  max-width: 40%;
}
.cfea-benefits .benefits-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 48px;
}

.cfea_column {
  max-width: 50%;
  width: 100%;
}

.cfea-benefits .benefits-header .highlight {
  color: #e51937;
}

.cfea-benefits .benefits-header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6e6e6e;
  max-width: 90%;
}

.cfea-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.cfea-benefits .benefit-item {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.cfea_read_more {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 0px;
  height: 0px;
  opacity: 0;
  transition: 0.4s ease;
}

.cfea_read_more span {
  height: 22px;
}

.cfea_read_more:hover span img {
  transition: 0.2s ease-in;
}

.cfea_read_more:hover span img {
  transform: rotate(-40deg);
}

.cfea-benefits .benefit-item:hover .cfea_read_more {
  height: fit-content;
  opacity: 1;
  margin-top: 11px;
}

.cfea-benefits .benefit-icon {
  width: 48px;
  height: 48px;
}

.cfea-benefits .benefit-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #2f2829;
  margin-bottom: 6px;
}

.cfea-benefits .benefit-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6e6e6e;
}

/* Members Section */
.cfea_members {
  background-color: #ffffff;
  padding: 100px 0;
}


.cfea_title_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}


.cfea_members-card {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 240px;
}

.cfea_members-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Events Section */
.events {
  background-color: #f2f2f2;
  padding: 100px 0;
}


.events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
}

.events-header h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.events-header .highlight {
  color: #e51937;
}

.events-header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #6e6e6e;
  margin-top: 8px;
}

.event-item {
  border-bottom: 1px solid #cfcfcf;
  padding: 32px 0;
  display: flex;
  gap: 24px;
  align-items: start;
}

.event-icon {
  width: 130px;
  height: 90px;
  flex-shrink: 0;
}

.event-content {
  flex: 1;
}

.event-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #2f2829;
  margin-bottom: 16px;
}

.event-content .event_mes {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6e6e6e;
  margin-bottom: 16px;
}

.event-meta {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.event-all {
  display: none;
}

.event-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.event-meta-item img {
  width: 20px;
  height: 20px;
}

.event-meta-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #2f2829;
}

.event-meta-item .sold-out {
  color: #e51937;
}

.event-tags {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.event-tags span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #a5a5a5;
}

/* Member Spotlight */
.member-spotlight {
  background-color: #2f2829;
  display: flex;
}

.spotlight-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 46px;
  justify-content: center;
  align-items: stretch;
  padding: 120px;
}

.spotlight-content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 8px;
}

.spotlight-content .highlight {
  color: #e51937;
}

.spotlight-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}

.spotlight-profile {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: rgba(0, 0, 0, 0.24);
}

.profile-image {
  background-color: #ffffff;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -25px 0;
}

.profile-image img {
  width: 160px;
  height: 120px;
  object-fit: contain;
}

.profile-info h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 4px;
}

.profile-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}
.spotlight-profile .profile-info{
  padding: 10px 10px 10px 0;
}

.spotlight-right {
  width: 50%;
  background-color: #ffffff;
  padding: 120px 100px;
}

.cfea_testimonial-card {
  background-color: #fff;
  position: relative;
  border: 1px solid #CFCFCF;
  margin: 0 20px;
}
.cfea_testimonials-slider .swiper-slide{
  height: auto;
}
.cfea_testimonials-slider .swiper-slide .cfea_testimonial-card{
  height: 100%;
}
.cfea_testimonial-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6e6e6e;
  background-color: var(--bg-color);
  padding: 48px;
  height: 70%;
}

.cfea_testimonial-footer {
  padding: 24px 48px;
  border-top: 1px solid #cfcfcf;
  height: calc(100% - 70%);
}

.cfea_testimonial-footer .cfea_testimonial-author {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cfea_testimonial-author img {
  width: unset;
  height: 84px;
  object-fit: contain;
}

.cfea_testimonial-author h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #2f2829;
  margin-bottom: 4px;
}

.cfea_testimonial-author p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #6e6e6e;
}

.cfea_quote-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 48px;
  height: 48px;
}

.cfea_quote-icon-end {
  height: 64px;
  width: 64px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -15px;
  bottom: -15px;
}

.member-spotlight .cfea_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  margin-top: 50px;
}

.member-spotlight .cfea_nav .swiper-pagination {
  position: relative;
  width: max-content;
  bottom: 2px;
}

.member-spotlight .cfea_nav .swiper-pagination .swiper-pagination-bullet {
  background-color: #cfcfcf;
  opacity: 1;
}

.member-spotlight .cfea_nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 12px;
  background-color: #2F2829;
}

.slider_arrow {
  display: flex;
  cursor: pointer;
}

.slider_arrow.swiper-button-disabled {
  opacity: 0.4;
}

.slider_arrow.cfea_prev {
  transform: rotate(-180deg);
}

/* News Section */
.news {
  background-color: #f2f2f2;
  padding: 100px 0;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
}

.news-header div,
.cfea_title_header div {
  max-width: 50%;
  width: 100%;
}

.news-header h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #2f2829;
}

.news-header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #6e6e6e;
  margin-top: 8px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.news-card {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 24px;
}

.news-card .cfea_read_more {
  height: auto;
  opacity: 1;
}

.news-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #6e6e6e;
  margin-bottom: 12px;
}

.news-card h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #2f2829;
  margin-bottom: 24px;
}

.news-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2f2829;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  transition: color 0.3s ease;
}

.news-link:hover {
  color: #e51937;
}

.news-link img {
  width: 20px;
  height: 20px;
}

/* Social Images */
.cfea_social_image {
  display: flex;
}

.social-images img {
  flex: 1;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* Footer */
.footer {
  background-color: #2F2829;
  color: #ffffff;
  padding: 100px 0 0px 0;
}

.footer-address a {
  color: #fff;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer-content .footer-brand {
  max-width: 26.33%;
}

.footer-logo {
  width: 144px;
  height: 80px;
  margin-bottom: 24px;
}

.footer-contact {
  margin-bottom: 24px;
}

.footer-contact p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 6px;
}

.footer-contact a {
  color: #e51937;
  text-decoration: underline;
}

.footer-address {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.footer-address span {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social img {
  width: 24px;
  height: 24px;
}

.footer-links {
  display: flex;
  gap: 100px;
  max-width: 38.33%;
  width: 100%;
  justify-content: space-evenly;
}
.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bottom_line {
  padding: 32px 0;
  max-width: 1360px;
  width: 100%;
  margin: 64px auto 0 auto;
  text-align: center;
  border-top: 1px solid hsla(0, 0%, 100%, 1);
}
.bottom_line a{
  color: #fff;
  text-decoration: underline;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-column a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #e51937;
}

.footer-brands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 73px;
}

.footer-brands img {
  height: 100px;
  width: unset;
  object-fit: contain;
}

.footer-brands img:nth-child(1) {
  height: 70px;
}

/* benefit section start */
.with-sidebar .cfea_benefit_wrapper .cfea_benefit_left {
  position: relative;
}

.cfea_benefit_wrapper .cfea_benefit_title {
  font-size: 2.5rem;
  color: #111;
  margin-bottom: 10px;
}

.cfea_benefit_wrapper .cfea_benefit_intro {
  font-size: 1.1rem;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 40px;
}

.cfea_benefit_wrapper .cfea_benefit_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.cfea_benefit_wrapper .cfea_benefit_card {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cfea_benefit_wrapper .cfea_benefit_card img {
  width: unset;
  height: 50px;
  margin-bottom: 20px;
}

.cfea_benefit_wrapper .cfea_benefit_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wwici_inner_page h4 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 10px;
}

.wwici_inner_page .cfea_benefit_wrapper .cfea_benefit_card p {
  margin-bottom: 0px;
}

.wwici_inner_page a:not(.btn-primary) {
  color: var(--primary-color);
  font-weight: 500;
}

.cfea_benefit_wrapper .cfea_benefit_card a:hover {
  text-decoration: underline;
}

.cfea_benefit_wrapper .cfea_benefit_sidebar {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 40px;
  align-self: start;
}

.cfea_benefit_wrapper .cfea_benefit_sidebar h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #000;
}

.cfea_benefit_wrapper .cfea_benefit_sidebar a {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: background 0.3s;
  font-weight: 500;
}

.cfea_benefit_wrapper .cfea_benefit_sidebar a:hover {
  background-color: var(--secondry-color);
}

.cfea_benefit_wrapper .cfea_benefit_sidebar a::before {
  content: '';
  font-size: 1rem;
}

/* benefir section end  */


/* privacy policy start */


.wwici_inner_page .cfea_container {
  padding: 50px 20px;
}

.cfea_policy_wrap {
  margin-bottom: 40px;
}

.wwici_inner_page h3,
.wwici_inner_page h2,
.cfea-accordion-item button {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 40px;
  color: var(--primary-color);
  position: relative;
}

.cfea-accordion-item :is(button, button h3) {
  font-size: 22px;
}

.wwici_inner_page h3::after,
.wwici_inner_page h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--secondry-color);
  margin-top: 8px;
}

.wwici_inner_page p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.wwici_inner_page p:empty {
  display: none;
}

.cfea_links_wraper p {
  display: inline-block;
  margin-bottom: 0px;

}

.cfea_links_wraper p a {
  border: 1px solid red;
  width: max-content;
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 7px;
  display: inline-block;
  transition: 0.4s ease;
}

.cfea_links_wraper p a:hover {
  background-color: red;
  border-color: #fff;
  color: #fff;
}

.page-id-63 h2 {
  margin-top: 30px;
}



/* magazine start */
/* Magazine Content Styles */

.cfea_magazine_title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.cfea_magazine .cfea_magazine_intro .cfea_magazine_intro_text {
  margin-bottom: 0px;
}

.cfea_magazine .cfea_magazine_download_section h2::after,
.cfea_magazine .cfea_magazine_download_section h3::after,
.cfea_magazine .cfea_magazine_contact_info h3::after,
.cfea_magazine .cfea_magazine_contact_info h2::after {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.cfea_magazine_layout .btn-primary {
  color: #fff;
  display: inline-block;
}

.cfea_magazine_title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border-radius: 2px;
}

.cfea_magazine_intro {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #dc2626;
  text-align: center;
}

.cfea_magazine_intro_text {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
}

.cfea_magazine_highlight {
  font-style: italic;
  color: #dc2626;
  font-weight: 600;
}

/* Main Layout Container */
.cfea_magazine_layout {
  display: flex;
  gap: 3rem;
  align-items: start;
}

/* Sticky Magazine Cover */
.cfea_magazine_sticky_wrapper {
  position: sticky;
  top: 100px;
  max-width: 25%;
  width: 100%;
  height: fit-content;
}

.cfea_magazine_cover_image {
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, var(--primary-color), var(--secondry-color));
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.3);
  position: relative;
  overflow: hidden;
  padding: 14px;
}

.cfea_magazine_cover_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 17px;
}

.cfea_magazine_cover_title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  z-index: 2;
  position: relative;
}

.cfea_magazine_cover_subtitle {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
}

.cfea_magazine_cover_description {
  font-size: 0.9rem;
  opacity: 0.9;
  z-index: 2;
  position: relative;
}

/* Content Section */
.cfea_magazine_content_section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cfea_magazine_page_intro {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--primary-color);
}

.cfea_magazine_page_intro_text {
  color: #666;
  line-height: 1.8;
  font-size: 1rem;
}

.cfea_magazine_content_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cfea_magazine_content_item {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--primary-color);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cfea_magazine_content_item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cfea_magazine_content_item:hover::before {
  width: 8px;
}

.cfea_magazine_page_number {
  display: inline-block;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
  box-shadow: 0 3px 10px rgba(220, 38, 38, 0.3);
}

.cfea_magazine_content_title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.cfea_magazine_content_description {
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
}

.cfea_magazine_download_section {
  background: var(--bg-color);
  color: var(--black-color);
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

.cfea_magazine_download_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.cfea_magazine_download_text {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  position: relative;
  z-index: 2;
}

.cfea_magazine_download_buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  z-index: 2;
}


.cfea_magazine_btn {
  padding: 1rem 2rem;
  border: none;
  border-radius: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

.cfea_magazine_contact_info {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-top: 0;
}

.cfea_magazine_contact_title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cfea_magazine_contact_item {
  margin-bottom: 1rem;
  color: #666;
  line-height: 1.6;
}

.cfea_magazine_contact_email {
  color: #dc2626;
  font-weight: 600;
  text-decoration: none;
}

.cfea_magazine_contact_email:hover {
  text-decoration: underline;
}

.cfea_magazine_archive_link {
  display: inline-block;
  margin-top: 1.5rem;
  color: #dc2626;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border: 2px solid #dc2626;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.cfea_magazine_archive_link:hover {
  background: #dc2626;
  color: white;
  transform: translateY(-2px);
}




/* ----------------------- event page start ----------------------- */
.event-tabs-wrapper .event-tabs.events_parent_filter {
  margin-bottom: 64px;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 1px;
}

.event-tabs-wrapper .events_child_filter {
  margin-bottom: 48px;
}

.event-tabs-wrapper :is(.child-category-tabs, .events_parent_filter) {
  display: flex;
  align-items: center;
}

.event-tabs-wrapper .child-category-tabs,
.event-tabs-wrapper .event-tabs.events_parent_filter {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.event-tabs-wrapper .child-category-tabs {
  gap: 24px;
}

.event-tabs-wrapper .child-category-tabs a {
  padding: 4px 16px;
  border: 1px solid #CFCFCF;
  text-wrap: nowrap;

}

.event-tabs-wrapper .child-category-tabs a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}


.event-tabs-wrapper .child-category-tabs a.active {
  background-color: var(--Thrid-color);
  color: #fff;
}

.event-tabs-wrapper :is(a, h3),
.cfea-pagination :is(a) {
  color: #000;
}


.event-tabs-wrapper .event-tabs.events_parent_filter a {
  padding: 16px 70px;
  color: var(--text-gray);
  text-wrap: nowrap;
}

.event-tabs-wrapper .event-tabs.events_parent_filter a.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--secondry-color);
  margin-bottom: -1.3px;
}

/* ----------------------- event page end ----------------------- */

/* ----------------------- sidebar start ----------------------- */
.cfea_container.with-sidebar {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.cfea_container.with-sidebar .cfea_pg_content {
  max-width: 70%;
  width: 100%;
}

.cfea_container.with-sidebar .cfea-sidebar {
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: sticky;
  top: 90px;
  width: 30%;
  border-radius: 20px;
}

.cfea-sidebar .event-categories ul {
  margin: 0;
}

.cfea_container.with-sidebar .cfea-sidebar ul {
  display: flex;
  flex-direction: column;
}


.cfea_container.with-sidebar .cfea-sidebar ul li a::before {
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(/wp-content/themes/cfea-webosmotic/assets/img/ep_right_white.svg);
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: 74%;
  padding: 0px;
  transform: rotate(-30deg) translateY(-50%);
  border-radius: 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
}

.cfea_container.with-sidebar .cfea-sidebar ul li a {
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #cfcfcf;
  padding-right: 80px;
}

.cfea_container.with-sidebar .cfea-sidebar ul li.current-menu-item {
  display: none;
}

/* ----------------------- sidebar end ----------------------- */


/* ----------------------- News page start ----------------------- */
.news-grid-wrapper.news-full-width .news-grid {
  grid-template-columns: repeat(1, 1fr);
}

.news-grid-wrapper.news-full-width h3,
.news-grid-wrapper.news-full-width p,
.news-grid-wrapper.news-full-width .event-excerpt {
  margin-bottom: 8px;
}

.news-grid-wrapper.news-full-width .event-excerpt {
  color: var(--text-gray);
}

/* ----------------------- News page end ----------------------- */


/* ----------------------- Application page start ----------------------- */
.cfea_membership_section {
  padding: 40px 20px;
  background: #fff;
}

.cfea_membership_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.cfea_membership_box {
  border: 1px solid #ddd;
  padding: 25px 20px 90px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  position: relative;
}

.cfea_membership_box a {
  color: #fff;
  position: absolute;
  bottom: 20px;
}

.cfea_membership_box:hover {
  transform: translateY(-5px);
}

/* ----------------------- Application page end ----------------------- */


/* ----------------------- Form design start ----------------------- */
.gform_wrapper .gform_description {
  font-size: 48px;
  line-height: 58px;
  color: #000;
  margin-bottom: 24px;
}

.gform_wrapper form {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding: 64px;
}

.gform_wrapper h2::after {
  display: none;
}

body .gform_wrapper .gform_button {
  padding: 12px 32px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
}

body .gform_button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  outline: none;
  line-height: normal !important;
}

body .gform_wrapper .gfield_validation_message {
  width: 100% !important;
  margin-left: 0px !important;
}

.receive_mail_wrap li {
  align-items: flex-start !important;
}

.receive_mail_wrap li label {
  margin-top: -3px !important;
}

body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
select,
textarea {
  border: 1px solid #cfcfcf;
  background-color: #fafafa;
  padding: 12px 16px;
}

.gform_wrapper li,
.gform_wrapper .gfield {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gform_wrapper li label:not(.field_sublabel_above label.gfield_label_before_complex, #field_441_1 label, #field_441_12 label, .ginput_container_checkbox label, .gfield_radio label, .Cfea_label_title label,.gform_fields li label) {
  display: none !important;
}
.um-page-login p{
  text-align: center;
}
.gform_wrapper li label,
.gform_wrapper .gfield label {
  width: 100% !important;
}
html body .gform_wrapper fieldset legend{
  margin-bottom: 20px !important;
  width: 100% !important;
}

body .gform_legacy_markup_wrapper .left_label :is(input.large, textarea.large, select.large) {
  width: 100%;
}

body .gform_wrapper input:not(input[type=checkbox], input[type=radio],input[type=submit]),
body .gform_wrapper select {
  height: 48px;
  min-height: 48px;
  width:100% !important;
}

body input::placeholder {
  color: #a6a6a6;
  line-height: 24px;
  font-size: 16px;
}

.gform_wrapper ul {
  width: 100% !important;
}

.gform_wrapper .gchoice {
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
  display: flex;
}

.gform_wrapper .gchoice label {
  margin-top: -4px !important;
}

.gform_wrapper .gchoice input {
  margin-top: 0px !important;
}

.gfield_checkbox {
  columns: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.gfield--type-choice label {
  color: #2F2829;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

body .gform_wrapper .gfield_error textarea {
  width: 100% !important;
}

body .gform_wrapper .field_sublabel_above .ginput_container,
body .gform_wrapper .gfield--type-textarea .ginput_container_textarea {
  padding: 32px !important;
  border: 1px solid #cfcfcf;
}


body .gform_wrapper .field_sublabel_above,
body .gform_wrapper .gfield--input-type-textarea {
  position: relative;
  margin-top: 48px !important;
}


html body .gform_wrapper .field_sublabel_above .gfield_label_before_complex,
body .gform_wrapper .gfield--input-type-textarea .gform-field-label {
  max-width: max-content !important;
  padding: 4px 16px !important;
  width: 100% !important;
  margin-right: auto;
  position: absolute;
  left: 32px;
  top: -17px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #2F2829;
  height: auto;
  clip: auto;
  border: 1px solid #cfcfcf;
}

body .Custom_label {
  align-items: flex-start;
}

body .Cfea_notic {
  background-color: #00B1E81F;
  padding: 12px 0 !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #00B1E8;
}

body .ginput_container_address input:not(.address_zip input) {
  margin-bottom: 24px !important;
}

/* ----------------------- Form design end ----------------------- */


/* ----------------------- 404 start ----------------------- */
.error404 .cfea_header,
.single-wpbdp_listing {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.error404 .cfea_header .cfea_nav a,
.error404 .cfea_header .lang_wrap {
  color: #000;
}

.error404 .cfea_header .cfea_search img,
.error404 .cfea_header .cfea_lang span img {
  filter: brightness(0);
}

.error404 .logo-scrolled {
  display: block;
}

.error404 .logo-default {
  display: none;
}

.error404 .cfea_pg_content {
  margin: 150px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error404 .cfea_pg_content img {
  width: unset;
}

.error404 .cfea_header .cfea_hamburger img {
  filter: brightness(0);
}

/* ----------------------- 404 end ----------------------- */

/* ----------------------- login start ----------------------- */
.um .um-form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.um .um-button {
  background-color: var(--primary-color) !important;
  border-radius: 0px !important;
  margin-top: 30px;
}

.um .um-right .um-button {
  margin-top: 0px;
  color: #fff !important;
}

.um .um-field-checkbox.active i {
  color: var(--primary-color) !important;
}

.page-id-367 p {
  text-align: center;
}

/* ----------------------- login end ----------------------- */

/* ----------------------- cfea_members start ----------------------- */
.cfea_members-grid .member-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-template-rows: auto;
  grid-auto-flow: dense;
  align-items: center;
  gap: 30px;
}

.cfea_members-scard {
  border: 1px solid #cfcfcf;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cfea_members-scard a {
  padding: 30px;
}

.cfea_members-scard img {
  width: unset;
  height: 110px;
  object-fit: contain;
}

.contact-form-wrapper {
  max-width: 670px;
  width: 100%;
}

.contact-form-wrapper .wpbdp-button {
  padding: 12px 40px;
  border: none;
  background: red;
  color: #fff;
  font-weight: 700;
}

/* ----------------------- cfea_members end ----------------------- */


/* ----------------------- News single start ----------------------- */
.single-post .entry-meta .posted-on {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 16px;
}

.single-post .entry-content {
  margin: 18px 0;
}

body.single-post {
  background-color: #F2F2F2;
}

.single-post figure {
  padding: 24px;
  background-color: #fff;
}

.single-post figure p {
  margin: 0;
}

/* ----------------------- News single end ----------------------- */


/* ----------------------- members only start ----------------------- */
body .wpbdp-main-box {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
}

.wpbdp-main-box .main-fields {
  max-width: 100%;
  width: 100%;
  margin: 0 20px 0 0;
  margin-bottom: 0px;
}

.wpbdp-main-box .submit-btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 14px 20px;
}

.wpbdp-main-box .submit-btn svg path {
  stroke: #fff;
}

.wpbdp-main-box .separator {
  display: none;
}

body .wpbdp-main-box .wpbdp-main-links {
  flex-wrap: nowrap;
}

body .wpbdp-main-box .wpbdp-main-links-container {
  margin: 0;
}

body .wpbdp-main-box .main-input input {
  position: relative;
}

.wpbdp-main-box .wpbdp-main-links a {
  padding: 14px 20px;
  border: 1px solid var(--primary-color);
  line-height: normal;
}

body .wpbdp-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

body .wpbdp-categories li.cat-item {
  padding: 0 !important;
  width: 20% !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px !important;
}

body .wpbdp-categories li.cat-item .wpbdp-category-icon-link {
  margin-bottom: 10px;
}

body .wpbdp-categories li.cat-item .category-label {
  font-size: 22px;
}

.wpbdp-main-box .submit-btn input[type=submit],
.wpbdp-main-box .submit-btn input[type=submit]:hover {
  background-color: transparent !important;
  border: none;
  outline: none;
}

/* ----------------------- members only end ----------------------- */
/* ----------------------- members only single listing start ----------------------- */
body .wpbdp-grid>*:not(.contact-form-wrapper .wpbdp-grid .wpbdp-form-field) {
  grid-column: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 5px;
}

body .wpbdp-grid:not(.contact-form-wrapper .wpbdp-grid) {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

body .wpbdp-grid h3::after {
  display: none;
}

body .wpbdp-listing .listing-thumbnail {
  float: none;
}

body .wpbdp-listing .listing-details {
  margin-left: 0px;
}
body .listing-details a{
    word-break: break-all;
}
 body .wpbdp-listing .listing-title h3 a{
     font-size:24px !important;
     line-height:normal !important;
 }
body .wpbdp-pagination {
  grid-column: span 2 !important;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

/* ----------------------- members only single listing end ----------------------- */

/* ----------------------- Extra single content page start ----------------------- */
.page-template-member-content .cfea_pg_content ul li,
.cfea_wraper_flex ul li,
.single-post .entry-content ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.wwici_inner_page form input:not(.um-form form, .gform_wrapper input, #wpbdp-main-box-keyword-field, .box-col .wpbdp-button, .um-form-field ,.wpbdp-form-field input) {
  height: 40px;
  min-height: 40px;
  padding: 20px;
  background-color: #c5c5c5;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
}

.wwici_inner_page form br {
  display: none;
}

.wwici_inner_page form:not(.um-form form, .main-fields form) {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 30px 0;
  flex-direction: column;
}

.wwici_inner_page ul {
  margin: 20px 0;
}

.wwici_inner_page form input[type=submit]:not(.um-form form input[type=submit], .box-col input[type=submit]) {
  background-color: red !important;
}

.wwici_inner_page form input[type=submit]:not(.um-form form input[type=submit], .box-col .wpbdp-button) {
  line-height: 0px !important;
  color: #fff;
  font-weight: 600;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 20px 35px;
  cursor: pointer;
}

.page-template-member-content .cfea_pg_content ul li::before,
.cfea_wraper_flex ul li::before,
.single-post .entry-content ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(17%);
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/cfea-webosmotic/assets/img/bullet-maple-leaf.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.page-template-member-content strong {
  font-weight: 600;
}

.wwici_inner_page .cfea_pg_content .cfea_wraper_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

.wwici_inner_page .cfea_pg_content .cfea_wraper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 25px;
  max-width: 48.33%;
  width: 100%;
  border-radius: 10px;
}

.wwici_inner_page .cfea_pg_content .cfea_wraper h2 {
  color: #000;
}

.wwici_inner_page .cfea_pg_content .cfea_wraper h2::after {
  background-color: #000;
}

.wwici_inner_page .cfea_pg_content .cfea_wraper a {
  line-height: 20px;
}

.enews-parent strong {
  font-weight: 600;
}

.enews-parent h2::after,
.enews-parent h3::after {
  display: none;
}

.single-post table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 14px;
  color: #222222;
}
.single-post :is( table, tr, th, td) {
  border: 1px solid #d1d5db; 
}

.single-post thead {
  background: #f3f4f6;
}
.single-post th {
  font-weight: bold;
  padding: 10px 14px;
  text-align: left;
  white-space: nowrap;
}

.single-post td {
  padding: 10px 14px;
  white-space: nowrap;
}

.single-post tbody tr:hover {
  background: #f9fafb;
}

/* ----------------------- Extra single content page end ----------------------- */