.elementor-26495 .elementor-element.elementor-element-3279822{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-26495 .elementor-element.elementor-element-030404e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-26495 .elementor-element.elementor-element-37ab6cd{--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;}.elementor-26495 .elementor-element.elementor-element-529d7e2{--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;}.elementor-26495 .elementor-element.elementor-element-0ca8fe3{--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;}.elementor-26495 .elementor-element.elementor-element-1efe3a4 > .elementor-widget-container{margin:21px 21px 21px 21px;}.elementor-26495 .elementor-element.elementor-element-ca94815{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-26495 .elementor-element.elementor-element-12cddd5{--display:flex;--min-height:0px;--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );}.elementor-26495 .elementor-element.elementor-element-28a096c{--grid-columns:3;}.elementor-26495 .elementor-element.elementor-element-28a096c .elementor-pagination{text-align:center;font-family:"Montserrat", Sans-serif;font-size:20px;margin-top:51px;}body:not(.rtl) .elementor-26495 .elementor-element.elementor-element-28a096c .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 43px/2 );}body:not(.rtl) .elementor-26495 .elementor-element.elementor-element-28a096c .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 43px/2 );}body.rtl .elementor-26495 .elementor-element.elementor-element-28a096c .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 43px/2 );}body.rtl .elementor-26495 .elementor-element.elementor-element-28a096c .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 43px/2 );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-26495 .elementor-element.elementor-element-12cddd5{--content-width:1100px;}}@media(max-width:1024px){.elementor-26495 .elementor-element.elementor-element-28a096c{--grid-columns:2;}}@media(max-width:767px){.elementor-26495 .elementor-element.elementor-element-28a096c{--grid-columns:1;}}/* Start custom CSS for taxonomy-filter, class: .elementor-element-ca94815 *//*
╔══════════════════════════════════════════════════════════════════╗
║  LOOP GRID — TAXONOMY FILTER CSS v3                              ║
║  Paste in: Appearance → Additional CSS                           ║
║  Replace previous version entirely                               ║
╚══════════════════════════════════════════════════════════════════╝
*/

/* ── FILTER BAR WRAPPER ── */
.e-filter {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px 12px !important;
  margin-bottom: 48px !important;
  padding: 32px 0 32px !important;
  justify-content: flex-start !important;
  list-style: none !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ── EACH FILTER BUTTON ── */
.e-filter-item {
  padding: 12px 28px !important;
  background: transparent !important;
  border: 1.5px solid rgba(17,75,77,0.25) !important;
  border-radius: 2px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #546e7a !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.19,1,0.22,1) !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

/* ── HOVER STATE ── */
.e-filter-item:hover {
  background: transparent !important;
  color: #114B4D !important;
  border-color: #114B4D !important;
  box-shadow: none !important;
}

/* ── ACTIVE STATE ── */
.e-filter-item[aria-pressed="true"] {
  background: #114B4D !important;
  border-color: #114B4D !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

/* ── ACTIVE HOVER ── */
.e-filter-item[aria-pressed="true"]:hover {
  background: #0d3a3c !important;
  border-color: #0d3a3c !important;
  color: #FFFFFF !important;
}/* End custom CSS */
/* Start custom CSS for loop-grid, class: .elementor-element-28a096c *//*
╔══════════════════════════════════════════════════════════════════╗
║  LOOP GRID — PAGINATION CSS v3                                   ║
║  Add to: Appearance → Additional CSS                             ║
║  Replace previous pagination CSS                                 ║
╚══════════════════════════════════════════════════════════════════╝
*/

/* ── PAGINATION WRAPPER ── */
.e-loop-pagination,
.elementor-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 48px !important;
  padding-top: 40px !important;
  border-top: 1px solid rgba(17,75,77,0.1) !important;
}

/* ── ALL BUTTONS — identical size ── */
.page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  padding: 0 !important;
  background: #114B4D !important;
  border: 1.5px solid #114B4D !important;
  border-radius: 2px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.19,1,0.22,1) !important;
  box-shadow: none !important;
  line-height: 1 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/* Shorten Prev/Next to arrows */
.page-numbers.prev {
  font-size: 0 !important;
}
.page-numbers.prev::after {
  content: '←' !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  font-style: normal !important;
}

.page-numbers.next {
  font-size: 0 !important;
}
.page-numbers.next::after {
  content: '→' !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  font-style: normal !important;
}

/* ── HOVER ── */
.page-numbers:hover {
  background: #0d3a3c !important;
  border-color: #0d3a3c !important;
  color: #EBBF71 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.page-numbers.prev:hover::after,
.page-numbers.next:hover::after {
  color: #EBBF71 !important;
}

/* ── CURRENT PAGE ── */
.page-numbers.current {
  background: #EBBF71 !important;
  border-color: #EBBF71 !important;
  color: #114B4D !important;
}

/* ── DOTS ── */
.page-numbers.dots {
  background: transparent !important;
  border-color: transparent !important;
  color: #546e7a !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-12cddd5 *//* 1. Ensure the grid doesn't center itself vertically (fixes huge space) */
.elementor-26495 .elementor-element.elementor-element-12cddd5 .elementor-loop-container {
    display: grid !important;
    align-content: start !important;
}

/* 2. Make the card wrapper fill the full width of the column */
.elementor-26495 .elementor-element.elementor-element-12cddd5 .e-loop-item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important; /* This fixes the 'thin' problem */
    height: 100% !important;
}

/* 3. Make the inner container fill the vertical space */
.elementor-26495 .elementor-element.elementor-element-12cddd5 .e-loop-item > .e-con {
    flex-grow: 1 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* 4. Push the 'See Episode' button to the bottom */
.elementor-26495 .elementor-element.elementor-element-12cddd5 .e-loop-item > .e-con > *:last-child {
    margin-top: auto !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('https://evolute-institute.com/wp-content/uploads/2023/02/Montserrat-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://evolute-institute.com/wp-content/uploads/2023/02/Montserrat-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */