.elementor-1480 .elementor-element.elementor-element-3190084{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:48px 48px;--row-gap:48px;--column-gap:48px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:86px;--padding-bottom:86px;--padding-left:16px;--padding-right:16px;}.elementor-1480 .elementor-element.elementor-element-3190084:not(.elementor-motion-effects-element-type-background), .elementor-1480 .elementor-element.elementor-element-3190084 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #171225 52%, #25153D 100%);}.elementor-1480 .elementor-element.elementor-element-693fedc{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1480 .elementor-element.elementor-element-7787b98{text-align:start;}.elementor-1480 .elementor-element.elementor-element-7787b98 .elementor-heading-title{font-family:"Barlow Condensed", Sans-serif;font-size:7.5em;font-weight:700;text-shadow:0px 0px 12px rgba(0, 0, 0, 0.11);color:#FAFAFA;}.elementor-1480 .elementor-element.elementor-element-07c983e{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;}.elementor-1480 .elementor-element.elementor-element-07c983e .elementor-heading-title{font-family:"Barlow", Sans-serif;font-size:1.2em;font-weight:400;line-height:1.3em;text-shadow:0px 0px 12px rgba(0, 0, 0, 0.11);color:#FAFAFA;}.elementor-1480 .elementor-element.elementor-element-ed0361d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1480 .elementor-element.elementor-element-8f8be6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:90px;--padding-bottom:90px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1480 .elementor-element.elementor-element-3190084{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-1480 .elementor-element.elementor-element-7787b98 .elementor-heading-title{font-size:4.2em;}.elementor-1480 .elementor-element.elementor-element-07c983e{text-align:start;}.elementor-1480 .elementor-element.elementor-element-07c983e .elementor-heading-title{font-size:1em;}}@media(min-width:768px){.elementor-1480 .elementor-element.elementor-element-3190084{--content-width:1180px;}.elementor-1480 .elementor-element.elementor-element-693fedc{--width:100%;}.elementor-1480 .elementor-element.elementor-element-ed0361d{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-91f97ad *//* ========================================
   CHESTER PRIDE FEATURED NEWS
======================================== */

.cp-featured-news-bare {
  position: relative;
  background: rgba(255,255,255,0.94);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(23, 7, 42, 0.16);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(12px);
  overflow: hidden;
  font-family: "Barlow", sans-serif;
}

.cp-featured-news-bare::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(
    90deg,
    #ff1600,
    #ff008c,
    #762cff,
    #0095ff,
    #00d084
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* ========================================
   IMAGE
======================================== */

.cp-featured-news-bare-media {
  display: block;
  width: 100%;
  min-height: 180px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 18px;
}

.cp-featured-news-bare-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.18)
    );
}

/* ========================================
   CATEGORY BADGE
======================================== */

.cp-featured-news-bare-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;

  padding: 8px 12px;

  border-radius: 999px;

  background: rgba(18,5,31,0.85);

  color: #ffffff;

  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

/* ========================================
   CONTENT
======================================== */

.cp-featured-news-bare-content {
  position: relative;
  z-index: 2;
}

.cp-featured-news-bare-date {
  margin: 0 0 10px;

  color: #5d0bb8;

  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.cp-featured-news-bare-content h3 {
  margin: 0 0 12px;

  font-family: "Barlow", sans-serif;
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 0.95;
  font-weight: 900;

  letter-spacing: -0.03em;

  color: #12051f;
}

.cp-featured-news-bare-content h3 a {
  color: inherit;
  text-decoration: none;
}

.cp-featured-news-bare-content h3 a:hover {
  color: #7a2cff;
}

.cp-featured-news-bare-content p {
  margin: 0;

  color: #5e5269;

  font-family: "Barlow", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

/* ========================================
   READ MORE
======================================== */

.cp-featured-news-bare-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 18px;

  color: #5d0bb8;
  text-decoration: none;

  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.cp-featured-news-bare-link:hover {
  color: #ff005d;
}

.cp-featured-news-bare-link span {
  width: 20px;
  height: 20px;

  border-radius: 50%;

  background: linear-gradient(
    135deg,
    #ff005d,
    #7a2cff
  );

  color: #ffffff;

  display: grid;
  place-items: center;

  font-size: 11px;
  line-height: 1;
}

/* ========================================
   TABLET
======================================== */

@media (max-width: 1024px) {

  .cp-featured-news-bare-media {
    min-height: 160px;
  }

  .cp-featured-news-bare-content h3 {
    font-size: 30px;
  }

}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

  .cp-featured-news-bare {
    padding: 16px;
    border-radius: 20px;
  }

  .cp-featured-news-bare::before {
    border-radius: 20px;
  }

  .cp-featured-news-bare-media {
    min-height: 140px;
    border-radius: 14px;
  }

  .cp-featured-news-bare-content h3 {
    font-size: 26px;
  }

  .cp-featured-news-bare-content p {
    font-size: 14px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3190084 */.cp-progress-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #171225 0%,
    #20213d 52%,
    #111827 100%
  );
}

.cp-progress-hero::before {
  content: "";
  position: absolute;
  inset: -10% -8%;
  background:
    linear-gradient(
      115deg,
      #000000 0%,
      #613915 12%,
      #00c8ff 26%,
      #ff4fa3 38%,
      #e40303 60%,
      #ff8c00 70%,
      #ffed00 78%,
      #008026 86%,
      #004dff 93%,
      #750787 100%
    ),
    linear-gradient(
      130deg,
      rgba(255,255,255,0.08),
      transparent 34%,
      rgba(255,255,255,0.05) 55%,
      transparent 72%
    );
  background-size: 180% 180%, 140% 140%;
  background-position: 0% 50%, 100% 50%;
  filter: blur(42px) saturate(190%) contrast(118%);
  opacity: 0.92;
  transform: skewY(-8deg) scale(1.16);
  animation: cpProgressFlagFlow 20s ease-in-out infinite alternate;
  z-index: -2;
}

.cp-progress-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.92), transparent 85%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.92), transparent 85%);
  opacity: 0.55;
  z-index: -1;
}

@keyframes cpProgressFlagFlow {
  0% {
    background-position: 0% 45%, 100% 50%;
    transform: skewY(-8deg) scale(1.16) translate3d(-2%, -1%, 0);
  }

  50% {
    background-position: 50% 60%, 50% 45%;
    transform: skewY(-6deg) scale(1.22) translate3d(1%, 1%, 0);
  }

  100% {
    background-position: 100% 48%, 0% 55%;
    transform: skewY(-10deg) scale(1.18) translate3d(2%, -1%, 0);
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-027a669 */.cp-news-list-widget {
  width: 100%;
  font-family: "Barlow", sans-serif;
}

.cp-news-controls {
  display: grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  gap: 18px;
  align-items: end;
  margin-bottom: 34px;
}

.cp-news-search label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5d0bb8;
}

.cp-news-search-input {
  width: 100%;
  min-height: 52px;
  padding: 13px 18px;
  border-radius: 999px !important;
  border: 1px solid rgba(18, 5, 31, 0.12);
  background: #ffffff;
  color: #12051f;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  box-shadow: 0 14px 34px rgba(18, 5, 31, 0.08);
}

.cp-news-search-input:focus {
  border-color: #7a2cff;
  box-shadow: 0 0 0 4px rgba(122, 44, 255, 0.12), 0 14px 34px rgba(18, 5, 31, 0.08);
}

.cp-news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cp-news-filter-btn {
  min-height: 42px;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #12051f;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(18, 5, 31, 0.1);
}

.cp-news-filter-btn:hover,
.cp-news-filter-btn.is-active {
  background: linear-gradient(135deg, #ff005d, #7a2cff);
  color: #ffffff;
}

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

.cp-news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(23, 7, 42, 0.14);
  border: 1px solid rgba(18, 5, 31, 0.08);
  position: relative;
}

.cp-news-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #ff1600, #ff008c, #762cff, #0095ff);
  z-index: 2;
}

.cp-news-card-media {
  min-height: 190px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  text-decoration: none;
}

.cp-news-type-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(18, 5, 31, 0.82);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.cp-news-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cp-news-date {
  margin: 0 0 10px;
  color: #5d0bb8;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.cp-news-card h3 {
  margin: 0 0 12px;
  font-family: "Barlow", sans-serif;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: #12051f;
}

.cp-news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.cp-news-card h3 a:hover {
  color: #7a2cff;
}

.cp-news-summary {
  margin: 0;
  color: #5e5269;
  font-size: 15px;
  line-height: 1.5;
}

.cp-news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding: 22px 0 0;
  color: #5d0bb8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.cp-news-read-more span {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff005d, #7a2cff);
  color: #ffffff;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
}

.cp-news-empty,
.cp-news-no-results {
  padding: 34px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(23, 7, 42, 0.12);
  border: 1px solid rgba(18, 5, 31, 0.08);
  text-align: center;
}

.cp-news-empty h3,
.cp-news-no-results h3 {
  margin: 0 0 8px;
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #12051f;
}

.cp-news-empty p,
.cp-news-no-results p {
  margin: 0;
  color: #5e5269;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .cp-news-controls {
    grid-template-columns: 1fr;
  }

  .cp-news-filter {
    justify-content: flex-start;
  }

  .cp-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .cp-news-grid {
    grid-template-columns: 1fr;
  }

  .cp-news-card-media {
    min-height: 170px;
  }

  .cp-news-card-content {
    padding: 20px;
  }

  .cp-news-card h3 {
    font-size: 23px;
  }
}

.cp-news-card[hidden],
.cp-news-no-results[hidden] {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8f8be6b */.elementor-1480 .elementor-element.elementor-element-8f8be6b{
    background: radial-gradient(circle at 8% 4%, rgba(255, 0, 143, 0.16), transparent 25%),
        radial-gradient(circle at 94% 18%, rgba(0, 149, 255, 0.16), transparent 22%),
        #ffffff;
}/* End custom CSS */