/*
 Theme Name: Divi Child
 Descrciption: Divi Custom Child Theme
 Author: Peralta Design
 Template: Divi
*/

/* Styles to make sure crimson pro is being used */

.chesla_meeting_header_title,
.tablesorter-header-inner {
  font-family: "Crimson Pro" !important;
}

/* Menu Line Heights */
.et_pb_menu .sub-menu li a {
  line-height: 1.2 !important;
}

#chesla-meeting .button {
  padding: 6px 12px !important;
  letter-spacing: 1px;
  padding-right: 0.7em;
  transition: all 300ms ease 0ms;
  width: 125px !important;
  display: block;
  text-align: center;
  font-size: 16px;
  background-color: rgb(56, 56, 56);
  color: rgb(245, 245, 245) !important;
  font-family: "Crimson Pro", Georgia, "Times New Roman", serif !important;
  font-weight: 600 !important;
  border-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  border-width: 2px !important;
}

#chesla-meeting .button:hover {
  background-color: rgb(11, 34, 101);
}

.meeting_loading {
  display: block;
  margin: 0em auto;
}

.chesla_meeting_no_results {
  text-align: center;
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  padding: 0.5em 1em;
  font-family: "Muli", Helvetica, Arial, Lucida, sans-serif;
}

#meetingTable {
  border: 1px solid #666 !important;
  overflow: hidden;
}

#meetingTable th {
  font-size: 22px;
  font-weight: 500;
  font-family: "Muli", Helvetica, Arial, Lucida, sans-serif;
  border-bottom: 1px solid #666 !important;
  background-color: #fff;
  cursor: pointer;
  color: #333;
  padding: 0.75em 0.5em;
}

#meetingTable th.sorter-false {
  cursor: auto;
}

#meetingTable th:not(.sorter-false):hover {
  color: #5d7e95;
}

#meetingTable tr {
  border: none;
  border-bottom: 1px solid #666 !important;
}

#meetingTable tr:last-child {
  border: none;
  border-bottom: none;
}

#meetingTable tr {
  border: none;
  border-bottom: 1px solid #666;
}

#meetingTable td {
  padding: 0.75em 0.5em !important;
  font-size: 16px;
  border: none;
  background-color: transparent;
}

#meetingTable td:first-child {
  position: relative;
  overflow: hidden;
  max-width: 175px !important;
}

.date_order {
  font-size: 0px;
}

.chesla_meeting_date {
  color: #333;
  font-size: 16px;
}

.chesla_meeting_time {
  font-size: 16px;
}

.chesla_meeting_img {
  width: 100%;
  display: block;
}

.chesla_meeting_overlay {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.chesla_meeting_title {
  width: 100%;
  display: block;
  color: #fff;
  font-family: "Crimson Pro", Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.chesla_meeting_city {
  color: #333;
}

#closedBondsTable {
  border: none !important;
  table-layout: fixed;
  line-height: 24px;
  font-size: 20px;
  font-family: "Crimson Pro", Georgia, "Times New Roman", serif;
}

/* .chesla_meeting_header_title:after {
    font-family: 'ETmodules';
    font-weight: 900;
    content: "\e059";
    margin-left: 0.5em;
} */

th.tablesorter-headerAsc .chesla_meeting_header_title:after {
  font-family: "ETmodules";
  font-weight: 900;
  content: "\e04b";
  margin-left: 0.5em;
}

th.tablesorter-headerDesc .chesla_meeting_header_title:after {
  font-family: "ETmodules";
  font-weight: 900;
  content: "\e04c";
  margin-left: 0.5em;
}

.chesla_meeting_details {
  font-size: 16px;
}

#meetingTable td.tournament {
  background-color: #5d7e95 !important;
}

#meetingTable tr:nth-child(even) {
  background: #ececec !important;
}

#meetingTable td.meeting {
  background-color: #ececec !important;
}

#chesla-meeting-filter,
#chesla-mobile-sort {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #ececec;
}

#chesla-mobile-sort {
  margin-bottom: 1em;
  padding: 1em 1em 0em 1em;
  background-color: #ececec !important;
  display: none;
}

#meeting_filter,
#city_filter,
#state_filter,
#venue_filter,
#mobile-sort {
  height: 35px;
  font-size: 18px;
  padding: 2px;
  margin: 0em 0.5em 0.5em 0em;
  max-width: 100%;
}

#mobile-sort {
  display: inline-block;
  margin-left: 0em;
}

#filter-toggle {
  margin-bottom: 1em;
}

#filter-toggle-button {
  padding-left: 1em !important;
  font-size: 22px !important;
  display: none;

  padding: 6px 12px !important;
  border-width: 4px !important;
  border-color: #9cb8c4;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 17px;
  font-family: "Muli", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  padding-right: 0.7em;
  background-color: #5a7e96;
  color: #fff;
  transition: all 300ms ease 0ms;
}

#filter-toggle-button.open {
  background-color: #9cb8c4 !important;
  border-color: #9cb8c4 !important;
}

option.asc:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  margin-left: 0.5em;
}

option.desc:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0de";
  margin-left: 0.5em;
}

option[disabled="disabled"] {
  color: #eee;
  opacity: 0.5;
  display: none;
}

#no_results {
  display: none;
}

.chesla_meeting_link {
  padding: 0.25em 0.25em 0.25em 0.25em !important;
  font-size: 20px !important;
}

@media only screen and (max-width: 1500px) {
  .chesla_meeting_title {
    font-size: 20px;
  }

  #meetingTable td {
    padding: 0.25em 0.5em 0.75em 0.5em !important;
    font-size: 16px;
  }
}

/* Tax Exempt Post Cards Carousel*/
/* Wrapper */
.tax-exempt-cards.tax-exempt-carousel {
  margin: 40px auto;
  padding: 20px 50px;
}

.tax-exempt-cards.tax-exempt-carousel.slick-initialized {
  display: block !important;
}

.tax-exempt-cards.tax-exempt-carousel .slick-list {
  margin: 0 -15px;
}

.tax-exempt-cards.tax-exempt-carousel .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
  height: auto;
}

.tax-exempt-cards.tax-exempt-carousel .slick-track {
  display: flex !important;
  align-items: stretch;
}

.tax-exempt-cards.tax-exempt-carousel .slick-slide > div {
  height: 100%;
}

.tax-exempt-card {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  height: 100%;
}

.tax-exempt-card:hover {
  transform: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.1);
}

.tax-exempt-card__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  min-height: 90px;
}

.tax-exempt-card__logo {
  max-width: 240px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.tax-exempt-card__body {
  margin-top: 10px;
}

.tax-exempt-card__body p {
  margin: 0;
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.35;
  color: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.tax-exempt-card__body p:last-child {
  border-bottom: none;
}

.tax-exempt-card__body p strong {
  flex: 0 0 150px;
  font-weight: 600;
  color: #222;
}

/* Carousel Arrows */
.tax-exempt-cards.tax-exempt-carousel .slick-prev,
.tax-exempt-cards.tax-exempt-carousel .slick-next {
  z-index: 10;
  width: 30px;
  height: 30px;
}

.tax-exempt-cards.tax-exempt-carousel .slick-prev {
  left: -10px;
}

.tax-exempt-cards.tax-exempt-carousel .slick-next {
  right: -10px;
}

.tax-exempt-cards.tax-exempt-carousel .slick-prev:before,
.tax-exempt-cards.tax-exempt-carousel .slick-next:before {
  color: #333;
  font-size: 30px;
  opacity: 1;
}

/* Carousel Dots */
.tax-exempt-cards.tax-exempt-carousel .slick-dots {
  bottom: -30px;
}

.tax-exempt-cards.tax-exempt-carousel .slick-dots li button:before {
  color: #333;
  font-size: 10px;
  opacity: 0.4;
}

.tax-exempt-cards.tax-exempt-carousel
  .slick-dots
  li.slick-active
  button:before {
  color: #333;
  opacity: 1;
}

/* Fix Slick arrow icons */

.tax-exempt-cards.tax-exempt-carousel .slick-prev:before,
.tax-exempt-cards.tax-exempt-carousel .slick-next:before {
  content: "";
}

/* Create custom arrow buttons */

.tax-exempt-cards.tax-exempt-carousel .slick-prev,
.tax-exempt-cards.tax-exempt-carousel .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.tax-exempt-cards.tax-exempt-carousel .slick-prev:after {
  content: "‹";
  font-size: 28px;
  color: #333;
}

.tax-exempt-cards.tax-exempt-carousel .slick-next:after {
  content: "›";
  font-size: 28px;
  color: #333;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .hide-cell {
    display: none !important;
  }

  table.mobile {
    border: 0px !important;
  }

  table.mobile thead {
    display: none;
  }

  table.mobile td:last-child {
    border-bottom: 0;
  }

  table.mobile td:before {
    content: attr(data-label);
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: left;
  }

  table.mobile tr {
    margin-bottom: 0em;
    display: block;
    border-bottom: 2px solid #666;
  }

  #closedBondsTable.mobile tr {
    margin-bottom: 1em;
    display: block;
    border-bottom: 2px solid #ee4a24;
  }

  table.mobile td {
    display: block;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #666;
    min-height: 37px;
  }

  #meetingTable td:first-child {
    max-width: 100% !important;
    padding: 0.5em !important;
  }

  .chesla_meeting_title {
    font-size: 18px;
  }

  #meeting_filter,
  #city_filter,
  #state_filter,
  #venue_filter {
    width: 100%;
  }

  #chesla-mobile-sort {
    display: block;
  }

  #chesla-filter-sort {
    overflow: hidden;
    position: relative;
  }

  #filter-toggle-button {
    display: inline;
  }

  #meetingTable tr {
    border: none;
    border-bottom: none;
  }

  .mobile_issue_name {
    font-size: 18px;
    font-weight: 700;
  }
}

@media (max-width: 980px) {
  .tax-exempt-cards.tax-exempt-carousel {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1500px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (min-width: 981px) and (max-width: 1272px) {
}

@media only screen and (min-width: 981px) {
}

/* IPAD HORIZONTAL */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
}

@media only screen and (min-width: 981px) and (max-width: 1046px) {
}

/* IPHONE LANDSCAPE */
@media only screen and (min-width: 568px) and (max-width: 980px) {
}

@media only screen and (max-width: 767px) {
  .tax-exempt-cards.tax-exempt-carousel {
    padding: 0 20px;
  }

  .tax-exempt-card {
    padding: 20px;
  }

  .tax-exempt-card__body p {
    flex-direction: column;
    gap: 4px;
  }

  .tax-exempt-card__body p strong {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 480px) {
}
