/*************************
/*Frontend Plguin Styles*/
/*************************
/*BUSINESS SECTION*/
#fec-business-sec {
  background-color: #fff;
  border-radius: 8px;
  padding: 28px;
  margin: 0px 0px 40px 0px;
  position: relative;
  display: flex;
}

#fec-tax-requirement {
  background-color: #fff;
  border-radius: 8px;
  padding: 28px;
  margin: 0px 0px 40px 0px;
  position: relative;
}

#fec-tax-requirement h4 {
  margin: 0px 0 20px;
}

#fec-tax-requirement p {
  margin: 0;
}

#fec-board {
  background-color: #fff;
  border-radius: 8px;
  padding: 28px;
  margin: 0px 0px 40px 0px;
  position: relative;
}

#fec-board h4 {
  margin: 0px 0 20px;
}

#fec-board ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#fec-board li {
  margin-bottom: 20px;
  padding: 0;
}

#fec-board li:last-child {
  margin-bottom: 0;
  padding: 0;
}

#fec-board li h5 {
  margin: 0;
  font-weight: 600;
  color: #3268e7;
}

#fec-board li p {
  margin: 5px 0 0;
  color: #888;
}

.fec-rating-reviews {
  color: #6c757d;
  margin: 0px 0px 15px 0px;
}

.fec-npo-bus-logo {
  width: 150px;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 80px;
  margin: 0 auto;
  bottom: 23px;
  position: relative;
  margin-bottom: -30px;
}

.npo-bus-logo {
  width: 150px;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 80px;
}

h1.npo-bus-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0;
}

/*#fec-bus-info {
  padding: 0px 30px 0px 0px;
  width: 100%;
}*/
#fec-bus-info {
  padding: 0px 30px 0px 0px;
  width: 70%;
  float: left;
}

/*#fec-avg-rating {
  border: 0;
  width: 30%;
}*/
#fec-avg-rating {
  border: 0;
  width: 30%;
  float: right;
}

#fec-tooltip {
  cursor: pointer;
}

#fec-avg-rating .tippy-content a {
  color: #fff;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
#fec-avg-rating .tippy-content a:hover {
	opacity: 0.8;
}
#fec-avg-rating .tippy-content a i {
  position: relative;
  top: 2px;
  padding-left: 2px;
}

#fec-avg-rating-title {
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
}

#fec-avg-rating-stars {
  line-height: 30px;
  margin-left: -1px;
}

#fec-bus-info h1 {
  font-size: 35px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  padding: 0;
  flex-wrap: wrap; /* Optional for mobile wrapping */
  display: inline-flex;
  align-items: center;
}

#fec-bus-info .claimed-badge {
  font-size: 16px;
  color: #3268E7;
  font-weight: 400;
  margin: 3px 0px 0px 15px;
}

#fec-bus-info .claimed-badge i {
  font-size: 14px;
  padding-right: 4px;
}

.fec-bus-description {
	margin: 0px 0px 20px 0px;
}

/*BUTTONS*/
.fec-button {
    display: inline-block;
    padding: 15px 45px;
	margin-top: 10px !important;
    background-color: #3268e7;
    color: #fff;
	text-align: center;
    text-decoration: none;
    border-radius: 30px;
	border: 0;
	cursor: pointer;
}

.fec-button:hover {
    background-color: #295dd7;
}

.fec-button.full {
	width: 100% !important;
}

.fec-bus-tax, .fec-bus-location {
	margin: 10px 0 10px 0;
}

.fec-bus-year span, .fec-bus-tax span, .fec-bus-id span, .fec-bus-location span, .fec-bus-revenue span {
	font-weight: bold;
}

.fec-bus-revenue {
	margin: 10px 0 20px 0;
}

#fec-bus-info a.fec-button.webiste {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

#fec-bus-info a.fec-button.review {
}


/*COMMENTS*/
#fec-comments-sec {
	margin: 0px 0px 50px 0px;
}
/*.fec-comment-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fec-comment-list li {
	align-self: start;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
	/*
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);
}*/

.fec-comment-list {
    column-count: 3;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.fec-comment-list > li {
    break-inside: avoid;
    margin-bottom: 20px;
	background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}
#fec-comments-sec h2 {
  padding: 0;
  margin: 0px 0px 20px 0px;
}
.fec-comment-list li h3 {
  margin: 0px 0px 5px 0px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.fec-comment-list li .fec-user-verified {
  font-size: 16px;
  color: #3268E7;
  font-weight: 400;
  margin: 3px 0px 0px 10px;
}
.fec-comment-list li .fec-user-verified i {
  font-size: 14px;
  padding-right: 4px;
}
.fec-comment-list li p.fec-comment-review {
	font-size: 18px;
    margin: 10px 0px 0px 0px;
}
.fec-comment-list li p.fec-comment-review-title {
	font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
.fec-comment-list li a.fec-comment-review-url {
   color: #6c757d;
   text-decoration: none;
   display: block;
}

.fec-comment-list li a.fec-edit-comment-link {
	font-size: 16px;
	margin: 5px 0px 0px 0px;
	display: block;
}
.fec-edit-comment-link i {
	position: relative;
	top: 2px;
}

.fec-comment-list li p {
    margin: 0; /* Add spacing between paragraphs */
}

.fec-comment-list li p.fec-comment-review-date {
    display: block; /* Display the date on its own line */
    margin-top: 8px; /* Add space above the date */
    font-size: 0.9em; /* Slightly smaller font size */
    color: #6c757d; /* Lighter text for the date */
}
a.fec-edit-review-link {
    display: block; /* Display the date on its own line */
    margin-top: 8px; /* Add space above the date */
    font-size: 0.9em; /* Slightly smaller font size */
}
a.fec-edit-review-link i {
	position: relative;
    top: 2px;
}
/* Hide the reply title on npo_business single post pages */
.single-npo_business #reply-title {
    display: none;
}
.fec-no-reviews {
  background-color: #fff;
  /*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);*/
  border-radius: 8px;
  padding: 28px;
}


/*STAR RATING*/
.star-rating {
    font-size: 28px;
    cursor: pointer;
    display: block;
}

.star-rating span {
	color: #fff;
	transition: background 0.3s;
	background: rgba(136, 136, 136, 0.2);
	border-radius: 5px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 30px;
}

.star-rating span.selected {
	background: #f9c316;
}

.comment-rating {
    font-size: 18px;
    color: gold;
}

#fec-comment-form.comment-form span#rating-error {
  color: red;
  display: none;
  line-height: normal;
  margin: 0 0 0 10px;
  font-size: 14px;
  padding: 0;
  position: relative;
  top: -3px;
}

.fec-star-rating-display {
  font-size: 25px;
  color: #f9c316;
  margin-left: -1px;
}

.fec-rating-count {
  font-size: 18px;
  font-weight: 400;
  color: #888;
  margin-top: 1px;
}

#fec-rating-stars span.fec-star-rating-display {
	margin: 0;
}

.fec-star-gray {
  color: #888;
  opacity: 0.2;
}

/*COMMENT FORM*/
.fec-comments-wrap {
	background-color: #fff;
    /*border: 1px solid #ddd;*/
    /*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);*/
    border-radius: 8px; /* Rounded corners */
    padding: 28px; /* Add some padding inside each box */
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a slight shadow */
	margin: 0;
}
#fec-comment-form.comment-form p.comment-form-author input#author {
	width: 100%;
	margin-bottom: 20px;
}
#fec-comment-form.comment-form p.comment-form-email input#email {
	width: 100%;
	margin-bottom: 20px;
}
.fec-comments-wrap .comment-respond h2 {
	margin: 0px 0px 20px 0px;
}
#fec-comment-form.comment-form p.comment-form-comment {
	margin-bottom: 20px;
}
.fec-comments-wrap #comment {
    height: 150px; /* Adjust height as needed */
    width: 100%; /* Ensures full width */
    resize: none; /* Disables resizing */
    outline: none;
}
#fec-comment-form.comment-form .comment-form-rating label {
    margin-bottom: 5px;
    display: block;
}
#fec-comment-form.comment-form p.comment-form-comment label {
	margin-bottom: 10px;
    display: block;
}
.fec-comments-wrap p.form-submit {
	margin: 0;
}
.fec-comments-wrap .comment-form-rating {
	margin: 0px 0px 20px 0px;
}

/*TRUST METER ARCH*/
.trust-meter-wrapper {
  text-align: center;
}

.trust-meter-circle {
  position: relative;
  margin: 0 auto;
}

.trust-arc {
  width: 100%;
  height: auto;
}

.trust-arc-fill {
  transition: stroke-dashoffset 1.2s ease-out;
}

.trust-meter-content {
  position: relative;
  margin: -112px 0px 20px 0px;
}

.trust-label {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
}

p.fec-trust-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  padding: 0;
}
p.fec-trust-des {
  margin: 0 0px 20px 0;
}

.fec-trust-des span i {
  color: #3268e7;
  font-size: 14px;
}

/*TRUST METER BAR*/
/*.trust-meter {
    width: 100%;
    background: #d1d1d1;
    border-radius: 25px;
    position: relative;
    margin: 0px 0px 15px 0px;
	overflow: hidden;
}

@keyframes growTrustMeter {
    from {
        width: 0%;
    }
    to {
        width: var(--trust-width);
    }
}

.trust-bar {
    height: 26px;
    border-radius: 25px;
    width: 0%;
    animation: growTrustMeter 1.5s ease-in-out forwards;
}

.trust-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}*/

/* Define color for each trust level */
/*.trust-bar.highly-trusted {
    background: #4CAF50;
}

.trust-bar.trusted {
    background: #8BC34A;
}

.trust-bar.neutral {
    background: #FFEB3B;
}

.trust-bar.somewhat-trusted {
    background: #FF9800;
}

.trust-bar.not-trusted {
    background: #F44336;
}*/

/*CATEGORY TEMPLATE*/
.fec-archive-header {
    margin-bottom: 18px;
}

.fec-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* optional for smaller screens */
  margin-bottom: 25px;
}

.fec-archive-title {
    margin: 0 ;
    font-size: 22px;
    line-height: 1.2;
}

.fec-taxonomy-description {
    color: #555;
    margin-bottom: 10px;
}

.fec-term-children {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.fec-term-children a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
}

.fec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.fec-card {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e2e4e7;
  overflow: hidden;
  position: relative;
  padding: 0;
  z-index: 0;
}

.fec-grid-wrap.list-view .fec-card-wrap {
  display: inherit;
  align-items: center;
  gap: 30px;
  padding: 25px 60px 25px 30px;
}

.fec-grid-wrap.grid-view .fec-card-wrap {
  display: inherit;
  padding: 20px 20px 20px 20px;
}

.fec-card-thumb,
.fec-card-body {
  position: relative;
  z-index: 0; /* Ensure it's not stacking above the menu */
}

.fec-card-link {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
}

.fec-card-thumb img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 9px;
}

.fec-card-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; /* Allows wrapping on small screens */
}

.fec-card-title {
  margin: 0;
  font-size: 20px;
}

.claimed-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #3268e7;
  background: #f9f9f9;
  border-radius: 999px;
  padding: 2px 10px;
  margin-top: 6px;
  width: fit-content;
}

.fec-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.fec-card-meta p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.fec-meta-item {
    white-space: nowrap;
}

.fec-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-top: 6px;
}

.fec-card-rating .fec-star-rating-display.no-reviews {
  color: #888;
  opacity: 0.2;
}

.fec-rating-avg {
    margin-left: 2px;
}

.fec-card-actions {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fec-pagination {
    margin-top: 22px;
}

.fec-empty {
    color: #666;
}

/*SIDEBAR*/
.fec-category-layout {
  display: flex;
  gap: 24px;
  flex-direction: row; /* Default: sidebar beside content */
  flex-wrap: wrap;     /* Allow wrapping when needed */
}

.fec-sidebar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fec-sidebar-title {
  margin: 0 ;
  font-size: 22px;
  line-height: 1.2;
  padding: 7px 0px;
}

.fec-sidebar {
  width: 400px;
  max-width: 100%;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #e2e4e7;
  border-radius: 6px;
}

.fec-main-content {
  flex: 1;
}

.filter-group {
  margin-bottom: 14px;
}

.filter-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

/*SORT / GRID / LIST TOGGLE*/
.fec-controls-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.fec-sort-select {
  display: inline-flex;
  align-items: center;
}
.fec-sort-select select {
  border: 1px solid #e2e4e7;
}
.fec-sort-select select:focus {
  border: 1px solid #e2e4e7;
}
.fec-view-toggle {
  display: flex;
  gap: 1rem;
  margin:0;
}

.fec-toggle-btn {
  border: 0;
  background: #fff;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #e2e4e7;
  font-size: 20px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.fec-toggle-btn.active {
  background: #fff;
  color: #3268e7;
}

.fec-toggle-btn:hover {
  color: #3268e7;
}

.fec-grid-wrap.list-view .fec-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fec-grid-wrap {
  opacity: 1;
  filter: none;
  transition: opacity 200ms ease;
}

/* Show ONLY when loader is visible */
.fec-grid-wrap.loading {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 200ms ease, filter 200ms ease;
}

/* Transition for toggle */
.fec-grid-wrap.transitioning {
  opacity: 0.3;
  transition: opacity 200ms ease;
}

.fec-grid-wrap.list-view .fec-card {
  display: flex;
  align-items: center; /* Vertical alignment */
  gap: 30px;
}

.fec-grid-wrap.list-view .fec-card-thumb {
  flex: 0 0 180px;
}

.fec-card-no-image {
  /* size & shape */
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f9f9f9;

  /* center the <i> inside */
  display: flex;
  align-items: center;
  justify-content: center;

  /* icon styling */
  font-size: 48px;
  color: #ccc;

  /* optional: center this block within its parent */
  margin: 0 auto;
}

.fec-grid-wrap.list-view .fec-card-body {
  flex: 1;
}

#fec-npo-results {
  position: relative;
}

/*LOADER*/
/* ── 1) Base loader: start 20px lower & invisible ── */
.fec-loader {
  position: absolute;
  left: 50%;
  margin-left: -20px;         /* center horizontally */
  width: 40px;
  height: 40px;
  border: 3.5px solid #ccc;
  border-top-color: #3268e7;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;

  /* slide state */
  top: 120px;                 /* 20px below its “visible” spot */
  opacity: 0;
  transition:
    top     0.3s ease-out,
    opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 9999;
}

/* ── 2) Visible state: slide up & fade in ── */
.fec-loader.visible {
  top: 100px;                 /* your intended Y position */
  opacity: 1;
}

/* ── 3) Spinner animation stays the same ── */
@keyframes spin {
  to { transform: rotate(360deg); }
}


/*FILTER WIDGET*/
.fec-filter-widget {
}
.fec-star-rating-filter{
  font-size: 20px;
  color: #f9c316;
  line-height: 12px;
}
.fec-filter-rating {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.fec-filter-rating button {
  flex: 1 0 25%;
  margin: 0;
  border: 1px solid #e2e4e7;
  background-color: #fff;
  padding: 12px 0;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-family: inherit;
  font-size: 18px;
  transition: background-color 0.3s ease;
}
.fec-filter-rating button + button {
  margin-left: -1px;
}
.fec-filter-rating button.rating-first {
  border-radius: 6px 0 0 6px;
}
.fec-filter-rating button.rating-last {
  border-radius: 0 6px 6px 0;
}
.fec-filter-rating button:hover {
  background-color: #f9f9f9;
}
.fec-filter-rating button.active {
  background: #f9f9f9;
}
.fec-filter-select {
  width: 100%;
  margin-top: 20px;
}

/*VISABILITY*/
.mobile-visable {
  display: none;
}

/*WPBAKERY BUTTON ELEMENT*/
.custom-button-wrapper.text-align-center {
    text-align: center;
}
.custom-button-wrapper.text-align-left {
    text-align: left;
}
.custom-button-wrapper.text-align-right {
    text-align: right;
}
.custom-button-wrapper.flex-center-block {
    display: flex;
    justify-content: center;
}
.custom-button {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}


/*WP BAKERY GRID ELEMENT*/
.fec-npo-business-listing-grid {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.fec-npo-business-listing-grid img {
  width: 150px;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 80px;
}
.fec-npo-business-listing-grid h3 {
	font-size: 24px;
	color: #212529;
	margin: 0;
	padding: 0;
}
.fec-npo-business-listing-grid p {
	font-size: 18px;
	color: #212529;
	margin: 0;
	padding: 5px 0 0 0;
}

/*WP BAKERY CATEGORY GRID ELEMENT*/
.fec-npo-business-category-grid {
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  border-radius: 6px;
  padding: 50px 0px 50px 0px;
  text-align: center;
  /*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);*/
}
.fec-npo-business-category-grid h2 {
  font-size: 46px;
  margin: 0 0 10px 0;
  padding: 0;
}
.fec-npo-business-category-grid h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.fec-npo-business-category-grid h2 i {
  -webkit-text-stroke: 0.2px #fff;
}
.fec-npo-business-category-grid a.npo-category-link {
  color: #6c757d;
  padding: 0px 2px 0px 2px;
}
.fec-npo-business-category-grid a.npo-category-link i {
  position: relative;
  top: 2px;
}

/*WP BAKERY CATEGORY ELEMENT*/
.fec-npo-business-category {
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  border-radius: 6px;
  padding: 50px 0px 50px 0px;
  text-align: center;
  /*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);*/
}
.fec-npo-business-category h2 {
  font-size: 46px;
  margin: 0 0 10px 0;
  padding: 0;
}
.fec-npo-business-category h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.fec-npo-business-category h2 i {
 -webkit-text-stroke: 0.2px #fff;
}
.fec-npo-business-category a.npo-category-link {
  color: #6c757d;
}
.fec-npo-business-category a.npo-category-link i {
  position: relative;
  top: 2px;
}

/*WP BAKERY GRID SLIDER ELEMENT*/
.npo-business-slider {
}
/*.npo-slide-content {
	background-color: #fff;
	border-radius: 8px;
	padding: 81px 20px 81px 20px;
	text-align: center;
}*/
.npo-business-slider a {
	text-decoration: none !important;
}
/*.npo-slide-content .left {
  display: inline-block;
}*/
/*.npo-slide-content .right {
  display: inline-block;
  top: 8px;
  position: relative;
  margin-left: 15px;
  text-align: left;
}*/
.npo_slide_award_icon {
  color: #3268e7;
  font-size: 46px;
  /*line-height: 46px;*/
  -webkit-text-stroke: 0.2px #fff;
  text-shadow: 0 10px 20px rgba(50,104,231,0.2);
}
/*.npo-slide-content .right .npo-star-rating {
  line-height: 30px;
}*/
.npo-slide-logo {
	width: 150px;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 80px;
	margin: 0 auto;
}
.center-mode-enabled .slick-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.9);
  opacity: 0.6;
}
.center-mode-enabled .slick-center {
  transform: scale(1.05);
  opacity: 1;
  z-index: 2;
}
.npo-slide {
  text-align: left;
}
/*.npo-slide-content h3 {
  color: #212529;
  font-size: 24px;
  margin: 0;
}*/
.npo-slide-excerpt {
  margin: 0;
}

/*ARROWS*/
.slick-prev,
.slick-next {
  color: #6c757d;
  background: #fff;
  font-size: 18px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
}
.slick-prev i, .slick-next i {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 200;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: .25;
}
.slick-prev {
  left: -45px;
}
[dir='rtl'] .slick-prev {
  right: -45px;
  left: auto;
}
.slick-next {
  right: -45px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -45px;
}

/* DOTS */
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  transform: scale(1.3);
}
.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .40;
  color: #3268e7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 0.4s ease, background 0.4s ease;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3268e7;
  transform: scale(1.3);
}

/*WPBAKERY RECENT REVIEWS ELEMENT*/
.recent-npo-grid {
  display: grid;
  gap: 20px;
}
.recent-npo-review {
  background-color: #fff;
  border-radius: 6px;
  padding: 25px 25px 25px 25px;
  text-align: left;
  width: 100%;
  word-break: break-all;
 /* margin-bottom: 20px;*/
}
.recent-npo-review .comment-author h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.recent-npo-review .comment-post h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.recent-npo-review .comment-post h3 a {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.recent-npo-review .comment-excerpt {
  margin-bottom: 20px;
}
.recent-npo-review a.npo-business-link {
	font-size: 17px;
	color: #6c757d;
}


/*TOOLTIPS*/
.fec-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.fec-tooltip .fec-tooltiptext {
  visibility: hidden;
  width: 340px;
  background-color: #3268e7;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -170px;
  opacity: 0;
  transition: opacity 0.3s;
}

.fec-tooltip .fec-tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #3268e7 transparent transparent transparent;
}

.fec-tooltip:hover .fec-tooltiptext {
  visibility: visible;
   opacity: 1;
}

/*WPBAKERY RECENT REVIEWS MASONRY*/
.npo-masonry-wrapper {
  width: 100%;
}

.npo-masonry-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  gap: 20px; /* Will be ignored by older flexbox browsers */
}

.npo-masonry-item {
  width: 100%;
  padding-left: 10px;
  margin-bottom: 18px;
}

.npo-review-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 25px 25px 25px 25px;
  text-align: left;
  width: 100%;
  word-break: break-all;
}

.npo-review-box .npo-review-author h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.npo-review-box .npo-review-excerpt {
  word-break: break-word;
}

.npo-review-box .npo-star-rating {
}

.npo-review-box .npo-review-post h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.npo-review-box .npo-review-post h3 a {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.npo-review-box a.npo-business-link {
  font-size: 17px;
  color: #6c757d;
}

@media (min-width: 768px) {
  .npo-masonry-item {
    width: calc(50% - 7px); /* 2 columns on tablets */
  }
}

@media (min-width: 1024px) {
  .npo-masonry-item {
    width: calc(33.333% - 7px); /* 3 columns on desktop */
  }
}

/*WPBAKERY LOGIN / REGISTER ELEMENT*/
.fec-npo-login-arrow i {
	position: relative;
	top: 2px;
}

.fec-token-expired {
  margin-bottom: 20px;
  text-align: center;
  background: #F2DEDF;
  padding: 15px;
  border-radius: 6px;
  color: #9A4153;
}
.fec-token-expired i {
	padding-right: 5px;
}

.fec-register-success,
.fec-business-register-success {
  color: #3B733F;
  text-align: center;
  margin-top: 20px;
}

.fec-verification-success {
  margin-bottom: 20px;
  text-align: center;	
  background: #DEF0D8;
  padding: 15px 20px;
  border-radius: 6px;
  color: #377658;
}

.fec-register-success,
.fec-business-register-success {
  margin-bottom: 20px;
  text-align: center;	
  background: #DEF0D8;
  padding: 15px 20px;
  border-radius: 6px;
  color: #377658;
}

/*WPBAKERY SEARCH ELEMENT*/
.npo-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  /*border: 1px solid #ddd;*/
  border-radius: 8px;
  }
.npo-search-wrapper input[type="search"] {
  width: 100%;
  padding: 18px 40px 18px 20px;
  border: none;
  outline: none;
 /* -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 30px 0 rgba(0,0,0,0.12);*/
}
.npo-search-wrapper button {
  position: absolute;
  right: 18px;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.npo-search-wrapper button svg {
  width: 16px;
  height: 16px;
  color: #6c757d;
  background-color: transparent !important;
}
.npo-search-wrapper button:hover svg {
  color: #005f8d;
}

/*WPBAKERY DASHBOARD*/
.tabs-no-reviews {
  text-align: center;
  padding: 20px;
  margin-top: 20%;
}
/* DASHBOARD CONTENT */
.dashboard-tab-content {
  display: flex;
  justify-content: center;    /* horizontally center child */
  align-items: center;        /* vertically center child */
  min-height: 865px;
  position: relative;
  transition: height 0.3s ease;
  margin-top: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.dashboard-tab-content .tab {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.dashboard-tab-content .tab.active-tab {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    /*position: relative;*/
}

.tab-edit-links {
	font-size: 16px;
}

.tab-edit-links span.ln {
  color: #C9C9C9;
  font-size: 14px;
  padding: 0px 5px 0px 5px;
}

/* dashboard review stars*/





/*************************************************************************
**************************************************************************/
/*RESPONSIVE STYLES*/
/*************************************************************************
**************************************************************************/
@media only screen and (max-width: 279px){
}
@media only screen and (max-width: 648px){	
}
@media (max-width: 768px) {
/*SIDEBAR*/
.fec-category-layout {
    flex-direction: column; /* Stack main content and sidebar */
  }

.fec-sidebar-wrap {
    width: 100%;       /* Full width on mobile */
    max-width: 100%;
  }

.fec-sidebar {
    width: 100%;       /* Full width inside wrapper */
    padding: 16px;     /* Reduce padding if needed */
  }
.fec-sidebar-row {
  margin-bottom: 0;
}
/*LISTING GRID*/
.fec-view-toggle {
  display: none;
}
.fec-card-title-wrap {
    flex-direction: column;
    align-items: flex-start; /* Align left when stacked */
}
.claimed-badge {
  font-size: 14px;
  margin-top: 0;
}
.fec-grid-wrap.list-view .fec-card-wrap {
    flex-direction: column;  /* Stack vertically */
    align-items: flex-start; /* Align text to left */
    padding: 20px;           /* Tighter padding */
    gap: 16px;               /* Smaller gap */
  }

.fec-grid-wrap.list-view .fec-card-thumb {
    flex: none;
    width: 100%;             /* Full width thumbnail if needed */
  }

.fec-grid-wrap.list-view .fec-card-thumb img {
    max-width: 100%;         /* Ensure image doesn't overflow */
    height: auto;
  }

.fec-grid-wrap.list-view .fec-card-body {
    width: 100%;             /* Ensure full width text */
  }
.fec-header-row {
  margin-bottom: 0;
  }
.fec-archive-header {
  margin-bottom: 15px;
}
 .fec-controls-row {
  margin-top: 10px;
  width: 100%;
}
.fec-sort-select {
  display: block;
  width: 100%;
}
.fec-sort-select select {
  width: 100%;
}
}
@media only screen and (max-width: 480px){
/*ROW VIEWS*/	
.mobile-hidden {
	display: none;
}
.mobile-visable {
	display: block;
}
.npo_business-template-default #site-header.header-one {
  margin-bottom: 20px !important;
}
#fec-business-sec {
	padding: 0;
	margin: 0px 0px 20px 0px;
	width: 100%;
	border: 0;
	display: block;
	background: none;
	box-shadow: none;
}
#fec-avg-rating {
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  float: none;
}
.trust-meter-content {
  padding: 0px 20px 24px 20px;
}
h1.npo-bus-title {
  font-size: 24px;
}
/*.fec-star-rating-display {
  font-size: 25px;
  margin-left: 0;
  text-align: center;
  display: block;
}*/

.trust-bar {
  height: 28px;
}
p.fec-trust-title {
  font-size: 22px;
}
.fec-button {
  width: 100%;
}
#fec-bus-info {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-top: 18px;
  border: 0;
  border-radius: 8px;
  padding: 18px;
  float: none;
}
#fec-bus-info h1 {
  font-size: 22px;
}
#fec-bus-info a.fec-button.webiste, #fec-bus-info a.fec-button.review {
  margin: 0 0 10px 0;
  width: 100%;
}

#fec-bus-info a.fec-button.review {
  margin: 0;
  width: 100%;
}

.fec-bus-location {
  margin: 10px 0 20px 0;
}

#fec-comments-sec {
  margin: 0px 0px 25px 0px;
}
.fec-comments-wrap {
  padding: 18px;
  margin: 0px 0px 40px 0px;
}
#fec-comment-form.comment-form button {
  width: 100%;
}
#fec-comments-sec h2 {
  margin: 0px 0px 15px 0px;
  font-size: 22px;
}
.fec-comment-list {
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}
.fec-comment-list li {
  padding: 18px;
}
.fec-comments-wrap .comment-respond h2 {
  margin: 0px 0px 10px 0px;
  font-size: 22px;
}
.fec-comments-wrap .comment-form-rating {
  margin: 0px 0px 15px 0px;
}
/*TOOLTIP*/
.fec-tooltip .fec-tooltiptext::after {
  margin-left: 32px;
}
.fec-tooltip .fec-tooltiptext {
  font-size: 16px;
  bottom: 120%;
  left: 50%;
  width: 260px;
}
/*GRID LAYOUT*/
.fec-npo-business-category-grid h3 {
  font-size: 18px;
}
.fec-npo-business-category-grid {
  padding: 20px 10px 20px 10px;
}
.fec-npo-business-grid .fec-npo-business-listing-grid .fec-star-rating-display {
  color: #f9c316;
  font-size: 25px;
  margin-left: 0;
  text-align: center;
  display: block;
}
/*BUSINESS GRID ELEMENT*/
.fec-npo-business-listing-grid h3 {
	font-size: 20px;
}
/*ACCOUNT DASHBOARD*/
.account-dashboard-wrapper h3 {
  font-size: 22px;
  line-height: normal;
  padding: 0;
  margin: 0px 0 10px;
}
/*SIDEBAR*/
.fec-sidebar-title {
    font-size: 20px;
  }
}





