/**
 * TSR WPCode Snippets CSS
 *
 * Extracted from source site's wpcode-css-snippet style tags.
 * These are custom CSS additions made via WPCode plugin on the source site.
 */

/* ==========================================================================
   TSR Giveaway Styles
   ========================================================================== */

.tsr-givaway h1,
.tsr-givaway h2,
.tsr-givaway h3,
.tsr-givaway h4,
.tsr-givaway h5,
.tsr-givaway h6,
.tsr-givaway p {
  font-family: "Open Sans", sans-serif;
  line-height: 105%;
  margin: 0;
}

.tsr-givaway h1 {
  font-size: 3rem;
  letter-spacing: 0;
  font-weight: 800;
}

.tsr-givaway h2 {
  font-size: 2.5rem;
  font-weight: 800;
}

.tsr-givaway h3 {
  font-size: 2rem;
}

.tsr-givaway .heading-red {
  font-style: italic;
  color: #b5121b !important;
  -webkit-text-stroke: 0.1rem white !important;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 800;
}

.tsr-givaway .heading-blue {
  font-style: italic;
  color: #1b5b8d !important;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 800;
}

.tsr-givaway .heading-sm {
  font-size: 2rem;
}

.tsr-givaway p {
  font-style: italic;
  color: #1b5b8d !important;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 1.5rem;
}

.tsr-givaway .countdown {
  font-size: 2rem;
  font-weight: bold;
  background: black;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 5px solid white;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  margin: 3rem auto;
}

.tsr-givaway .countdown > div {
  line-height: 100%;
}

.tsr-givaway .countdown span {
  color: red;
  font-family: "Courier New", monospace;
}

.tsr-givaway .countdown .label {
  font-size: 1rem;
  font-weight: bold;
  color: white !important;
  text-transform: uppercase;
}

.tsr-givaway .wp-block-columns {
  margin: 0;
}

.tsr-givaway .tsr-givaway-col {
  padding: 0 40px;
  gap: 0;
  flex-direction: column-reverse;
  max-width: 1500px;
  margin: 0 auto;
}

.tsr-givaway .col-content {
  padding: 40px 0;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7);
}

.tsr-givaway figure {
  margin: 0;
}

.tsr-givaway .giveaway-logos {
  margin: 2.5rem auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.tsr-givaway .wp-block-button__link {
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 1.5rem;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 40px;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
  box-shadow: 0px 0px 16px rgba(255, 255, 255, 0.8);
}

.tsr-givaway .wp-block-button__link:hover {
  text-decoration: none;
  box-shadow: 0px 0px 40px rgba(255, 255, 255, 1);
}

@media (min-width: 576px) {
  .tsr-givaway h1 { font-size: 3.5rem; }
  .tsr-givaway h2 { font-size: 3rem; }
  .tsr-givaway h3 { font-size: 2.5rem; }
  .tsr-givaway .heading-red { -webkit-text-stroke: 0.1rem white !important; }
  .tsr-givaway .heading-sm { font-size: 2rem; }
  .tsr-givaway .countdown { font-size: 2rem; padding: 20px; gap: 15px; max-width: 400px; }
}

@media (min-width: 768px) {
  .tsr-givaway h1 { font-size: 4rem; }
  .tsr-givaway h2 { font-size: 3.5rem; }
  .tsr-givaway h3 { font-size: 2.5rem; }
  .tsr-givaway .heading-red { -webkit-text-stroke: 0.1rem white !important; }
  .tsr-givaway .heading-sm { font-size: 2rem; }
  .tsr-givaway .countdown { font-size: 3rem; padding: 25px; gap: 20px; max-width: 600px; }
}

@media (min-width: 992px) {
  .tsr-givaway h1 { font-size: 4.5rem; }
  .tsr-givaway h2 { font-size: 4rem; }
  .tsr-givaway h3 { font-size: 3rem; }
  .tsr-givaway .heading-sm { font-size: 2rem; }
  .tsr-givaway .countdown { font-size: 3.5rem; }
  .tsr-givaway .tsr-givaway-col { gap: 0; flex-direction: row; }
}

@media (min-width: 1200px) {
  .tsr-givaway h1 { font-size: 5.5rem; }
  .tsr-givaway h2 { font-size: 5rem; }
  .tsr-givaway h3 { font-size: 4.5rem; }
  .tsr-givaway .heading-red { -webkit-text-stroke: 0.15rem white !important; }
  .tsr-givaway .heading-sm { font-size: 2rem; }
  .tsr-givaway .countdown { font-size: 4rem; max-width: 700px; }
  .tsr-givaway .tsr-givaway-col { gap: 24px; }
}

@media (min-width: 1350px) {
  .tsr-givaway h1 { font-size: 6.5rem; }
  .tsr-givaway h2 { font-size: 5.5rem; }
  .tsr-givaway h3 { font-size: 4.5rem; }
  .tsr-givaway .heading-red { -webkit-text-stroke: 0.2rem white !important; }
  .tsr-givaway .heading-sm { font-size: 2.5rem; }
  .tsr-givaway .countdown { font-size: 4.5rem; max-width: 750px; }
  .tsr-givaway .tsr-givaway-col { gap: 24px; }
}

/* ==========================================================================
   Global Overrides
   ========================================================================== */

:root {
  --wp--preset--font-size--xxx-large: clamp(26px, 1.576rem + ((1vw - 3.2px) * 2.178), 56px) !important;
}

html {
  --scrollbar-width: 0px !important;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  ul.wp-block-list.wp-block-list li {
    line-height: 1.75rem;
  }
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

nav.breadcrumbs,
.smartcrawl-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  gap: 0 0.5rem;
  font-size: var(--wp--preset--font-size--small);
}

.hero nav.breadcrumbs a,
.hero .smartcrawl-breadcrumbs a,
.has-white-color nav.breadcrumbs a,
.has-white-color .smartcrawl-breadcrumbs a {
  color: var(--wp--preset--color--white) !important;
}

.text-left nav.breadcrumbs,
.text-left .smartcrawl-breadcrumbs,
.left nav.breadcrumbs,
.left .smartcrawl-breadcrumbs {
  justify-content: flex-start;
  text-align: left;
  margin: 0 !important;
}

nav.breadcrumbs {
  font-size: 14px;
}

.smartcrawl-breadcrumbs {
  font-size: 14px;
}

/* ==========================================================================
   Gravity Forms
   ========================================================================== */

.gform_wrapper {
  display: block !important;
}

.gform_heading {
  display: none !important;
}

input#gform_submit_button_1,
input#gform_submit_button_2,
input#gform_submit_button_3 {
  background-color: #158c15;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.gform_wrapper.gform-theme form .gform-body .ginput_container:focus,
.gform_wrapper.gform-theme form .gform-body input:focus,
.gform_wrapper.gform-theme form .gform-body select:focus,
.gform_wrapper.gform-theme form .gform-body textarea:focus {
  --gf-local-shadow: 0 0 4px var(--wp--preset--color--custom-tsr-green);
}

.gfield input:focus {
  --gf-local-border-color: var(--wp--preset--color--custom-tsr-green) !important;
}

.gfield select:focus {
  --gf-local-border-color: var(--wp--preset--color--custom-tsr-green) !important;
}

.gfield textarea:focus {
  --gf-local-border-color: var(--wp--preset--color--custom-tsr-green) !important;
}

/* ==========================================================================
   Hero Styles
   ========================================================================== */

#page-hero .wp-block-cover__background {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) !important;
  opacity: 1 !important;
}

@media (max-width: 1024px) {
  .hero-home #home-hero-bg img {
    object-position: 60% 50% !important;
  }
}

@media (max-width: 965px) {
  .wp-block-pmp-navigation-link__dropdown-inner {
    padding: 24px;
  }

  header.site-header .wp-block-pmp-navigation-link__dropdown-inner {
    gap: 0 !important;
  }

  .hero-home {
    overflow: hidden;
    padding-right: 0 !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8));
    padding-left: 0 !important;
    padding-bottom: 1rem !important;
  }

  .hero-home .hero-home-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }

  .hero-home .hero-home-group .home-hero-form {
    width: 100%;
  }

  .hero-home #home-hero-bg img {
    object-position: 50% 50% !important;
    width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: top;
  }

  .hero-author {
    align-items: center;
  }

  .hero-author-image {
    max-width: 60vw;
    align-items: center;
  }

  .hero-author-image img {
    max-width: 150px;
    max-height: 150px;
  }

  .hero-author,
  .author-buttons {
    flex-direction: column;
  }

  .hero-author .text-left nav.breadcrumbs,
  .hero-author .text-left .smartcrawl-breadcrumbs {
    justify-content: center;
    text-align: center;
    margin: 1.5rem 0 0 !important;
  }

  #author-box .author-box-container {
    flex-direction: column;
  }

  .split-map-form {
    flex-direction: column;
  }

  .split-map-form > .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  .split-map-form .google-map {
    height: 200px !important;
    min-height: 200px !important;
  }
}

@media (max-width: 600px) {
  .page-id-8090 #page-hero img.wp-block-cover__image-background {
    object-fit: cover;
    object-position: 80% 50% !important;
  }
}

@media (max-width: 1024px) {
  p.button-24.nav-hide-desktop {
    background-color: var(--wp--preset--color--custom-tsr-green);
    margin: 5px 0 5px 0;
  }
}

@media (min-width: 770px) and (max-width: 965px) {
  .hero-home .hero-home-content {
    padding-top: 30% !important;
  }
}

@media (max-width: 769px) {
  .hero-home .hero-home-content {
    padding-top: 30% !important;
  }
}

@media (max-width: 600px) {
  .hero-text-style {
    padding: 10px 10px 10px 25px !important;
    gap: 5px;
  }

  .hero-text-style.hero-text-font {
    padding: 0 10px !important;
  }
}

/* ==========================================================================
   Mobile Navigation
   ========================================================================== */

@media only screen and (max-width: 720px) {
  .logo-mob {
    width: 60px;
  }

  .pad-mob-nav {
    padding: 12px 24px !important;
  }

  .pad-mob {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .phone-mob-none {
    display: none !important;
  }

  .mega-menu-mob {
    display: contents;
  }

  .button-24 {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid white;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
  }

  .button-24 a {
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================
   Border Left Accent
   ========================================================================== */

.border-left {
  padding-left: 2rem;
  border-left: 4px solid #b51225;
  margin-left: 1rem !important;
}

@media (max-width: 768px) {
  .page-hero {
    padding-top: var(--wp--preset--spacing--40) !important;
    padding-bottom: var(--wp--preset--spacing--40) !important;
    min-height: 250px !important;
  }
}

.page.page-id-1912 #page-hero .wp-block-cover__image-background {
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 768px) {
  .page.page-id-1912 #page-hero .wp-block-cover__image-background {
    object-position: 46% center;
  }
}

/* ==========================================================================
   Awards
   ========================================================================== */

.awards-mob {
  display: none !important;
}

.awards-desktop {
  display: flex !important;
}

@media only screen and (max-width: 600px) {
  .lawyer-home-mob {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .awards-desktop {
    display: none !important;
  }

  .awards-mob {
    display: flex !important;
  }
}

/* ==========================================================================
   Lawyers Row
   ========================================================================== */

@media only screen and (max-width: 1024px) {
  .lawyers-row-mob {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .lawyers-row-mob .wp-block-group.wp-container-core-group-is-layout-21 {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .lawyers-row-mob .wp-block-group.wp-container-core-group-is-layout-20 {
    padding-bottom: 24px !important;
  }

  .wp-block-group.lawyer-card {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 700px) {
  .lawyers-row-content-mob {
    display: flex !important;
    flex-direction: column;
  }

  .lawyers-row-content-mob .lawyers-row-text {
    padding: 64px 0 0 !important;
  }
}

/* ==========================================================================
   Typography Utilities
   ========================================================================== */

.font-20 {
  font-size: 20px !important;
}

.has-white-color .heading-text {
  color: var(--wp--preset--color--white) !important;
}

.wp-block-query .pmp_practice_area .heading-text {
  color: var(--wp--preset--color--custom-tsr-dark-gray);
  font-size: clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.901), 28px);
  font-style: normal;
  font-weight: 700;
}

/* ==========================================================================
   Practice Area Border
   ========================================================================== */

.border-left-pa {
  position: relative;
  height: auto;
}

.border-left-pa::before {
  content: "";
  position: absolute;
  left: 20px;
  height: 50px;
  width: 4px;
  background-color: #b51225;
  vertical-align: middle;
  margin-top: -5px;
}

h2.has-link-color.text-white.has-text-color.has-white-color a {
  color: #fff !important;
}

a.wp-element-button.is-style-underline.text-white.wp-block-read-more {
  box-shadow: 0 2px #fff !important;
}

@media only screen and (max-width: 600px) {
  .border-left-pa::before {
    height: 35px;
    top: 13px;
    margin-top: 0;
  }

  .border-left-pa {
    padding-bottom: 16px !important;
  }
}

/* ==========================================================================
   List Styles
   ========================================================================== */

ul.no-marker li::before {
  display: none !important;
}

.no-quote .wp-block-quote::before {
  display: none !important;
}

.split-form li::before {
  background-color: #fff !important;
}

.row .col-md-6 ul,
ul.wp-block-list.wp-block-list li {
  list-style: none;
  padding-left: 20px;
}

.row .col-md-6 ul li,
ul.wp-block-list.wp-block-list li {
  position: relative;
  padding-left: 20px;
}

.row .col-md-6 ul li::before,
ul.wp-block-list.wp-block-list li::before {
  content: "";
  background-color: #b5121b;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

::marker {
  color: #b5121b !important;
}

button.splide__arrow.splide__arrow--prev::before {
  color: #fff !important;
}

.splide__pagination__page.is-active {
  background-color: #fff !important;
}

.splide__pagination__page {
  background-color: transparent;
  border: 2px solid #fff !important;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
  transition: opacity 0.2s;
}

main ul.wp-block-list {
  gap: 1.2rem;
  padding-left: 20px;
}

main ul.ul-default-style {
  gap: 24px !important;
  padding-left: 40px !important;
}

.row .col-md-6 ul {
  margin-bottom: 0;
  margin-top: 0;
}

ul.wp-block-list li ul {
  padding-left: 0;
}

ul.wp-block-list li ul br {
  display: none;
}

/* ==========================================================================
   Mobile Utilities
   ========================================================================== */

@media only screen and (max-width: 600px) {
  .flex-dir-col {
    flex-direction: column;
  }

  .mob-centered-case-ev {
    text-align: center;
    margin-left: 0 !important;
    padding-left: 0;
  }

  .gap-32 {
    gap: 32px;
  }

  .just-cont-mob {
    justify-content: center;
  }

  .pad-mob {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .h2-not-mob {
    display: none;
  }

  .contact-tsr-banner {
    border: none;
    margin-left: 0 !important;
    padding-left: 0;
  }

  .phone-num-mob {
    font-size: 29px !important;
  }
}

/* ==========================================================================
   Custom Shadow Box
   ========================================================================== */

li:has(.custom-shadow-box) {
  box-shadow: 0px 2px 30px -1px rgba(0, 0, 0, 0.19);
}

/* ==========================================================================
   Custom Buttons
   ========================================================================== */

.custom-button-1 a {
  border-color: #b5121b !important;
  background-color: #fff !important;
}

.custom-button-1 a:hover {
  background-color: #b5121b !important;
  color: #fff !important;
  text-decoration: none;
}

.custom-button-2 a {
  border-color: #fff !important;
  color: #fff !important;
  background-color: transparent !important;
}

.custom-button-2 a:hover {
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none;
}

/* ==========================================================================
   Timberwolves
   ========================================================================== */

@media only screen and (max-width: 600px) {
  .timberwolves-logo {
    max-width: 100px;
  }
}

.banner-timberwolves-giveaway .split-col {
  display: flex;
  flex-wrap: wrap;
}

.banner-timberwolves-giveaway .split-col > .wp-block-column:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.banner-timberwolves-giveaway .split-col > .wp-block-column {
  box-sizing: border-box;
}

/* ==========================================================================
   Content Cards
   ========================================================================== */

.wp-block-pmp-content-card-template .wp-block-post-title a {
  color: var(--wp--preset--color--custom-text-black) !important;
  text-decoration: none;
}

/* ==========================================================================
   Image Alignment
   ========================================================================== */

img.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  display: block;
}

img.right {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  display: block;
}

.wp-block-pmp-post-time-to-read {
  display: none;
}

.single .entry-content figure + p,
.single .entry-content .wp-block-post-featured-image + p {
  margin-top: 0 !important;
}

/* ==========================================================================
   Lawyer/Attorney Styles
   ========================================================================== */

.lawyer-hero {
  overflow: visible;
}

.lawyer-cover h1 br {
  display: none;
}

.attorney-bio-left h2 br {
  display: none;
}

.pmp_lawyer a br {
  display: none;
}

.lawyer-card br {
  display: none;
}

.attorney-bio-profile {
  position: relative !important;
  margin-top: -100px !important;
  margin-bottom: 0.5rem !important;
  z-index: 10;
}

.single-pmp_lawyer .sidebar-photo {
  margin-top: -100px;
}

.lawyer-email {
  text-transform: lowercase;
}

.lawyer-bio-awards {
  gap: 40px;
}

.lawyer-bio-awards figure {
  display: flex;
  align-items: center;
}

.lawyer-bio-awards figure:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 64px;
  background-color: #ccc;
  margin-left: 40px;
}

.single-pmp_lawyer .splide__arrows {
  display: none !important;
}

.lawyer-bio-team {
  display: flex;
  flex-wrap: nowrap;
}

.lawyer-bio-team > .wp-block-group {
  text-align: center;
  padding: 2rem 2.5rem;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.lawyer-bio-team > .wp-block-group:last-child {
  border-right: none;
}

@media (max-width: 1024px) {
  .attorney-bio-profile {
    max-width: 150px;
  }
}

@media (max-width: 600px) {
  .lawyer-card {
    width: 300px;
  }

  .attorneys-grid {
    justify-content: center;
    display: flex;
  }

  .attorney-bio .wp-block-group .ti-widget {
    display: none !important;
  }

  .row.lawyer-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pmp_lawyer-template-default .wp-block-cover {
    min-height: 190px !important;
  }

  .attorney-bio figure.wp-block-post-featured-image img {
    width: 300px !important;
    margin-bottom: 1rem;
  }

  .single-pmp_lawyer .sidebar-photo {
    margin: 0 auto;
    max-width: 300px;
  }

  .mobile-column-reverse {
    flex-direction: column-reverse;
  }

  .attorney-bio-content {
    flex-direction: column-reverse;
  }

  .attorney-bio-profile {
    max-width: 150px;
    float: none !important;
    margin: -90px 0 24px !important;
  }

  .lawyer-bio-awards {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .lawyer-bio-awards figure {
    display: block;
    text-align: center;
    position: relative;
  }

  .lawyer-bio-awards figure:not(:last-child)::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #ccc;
    margin: 1.5rem auto 0 auto;
  }

  .lawyer-bio-team {
    flex-wrap: wrap;
    gap: 0;
  }

  .lawyer-bio-team > .wp-block-group {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 24px;
    margin: 0;
  }

  .lawyer-bio-team > .wp-block-group:last-child {
    border-bottom: none;
  }
}

@media (max-width: 1225px) {
  .lawyer-card br {
    display: block;
  }
}

/* ==========================================================================
   Blockquotes
   ========================================================================== */

blockquote {
  border-left: 5px solid #b5121b;
  padding: 0 1rem;
  margin: 3rem 0 !important;
  position: relative;
}

blockquote p {
  color: #b5121b !important;
  font-size: 1.667rem;
  font-weight: 300;
  line-height: 2rem;
}

.wp-block-quote:before {
  background: #b5121f !important;
  position: absolute;
  margin-bottom: 1rem;
  left: 20px;
  top: 20px;
}

@media only screen and (max-width: 600px) {
  blockquote p {
    font-size: 1.3rem;
  }

  .wp-block-quote:before {
    margin-bottom: 1rem;
    left: 20px;
    top: 20px;
    height: 12px;
  }
}

/* ==========================================================================
   Lawyer Badges & Sidebar
   ========================================================================== */

.row.lawyer-badges {
  display: flex;
  gap: 50px;
}

.sidebar-item {
  font-size: 0.8rem;
  padding: 2rem;
  background-color: #f2f2f3;
  margin-top: 50px;
}

/* ==========================================================================
   Read More & Buttons
   ========================================================================== */

.wp-block-read-more {
  box-shadow: 0 2px var(--wp--preset--color--custom-tsr-primary-red);
}

.w-100 a {
  padding: 8px;
}

.w-170 a {
  padding: 8px;
}

@media (max-width: 640px) {
  .community-logo-sm {
    max-width: 80px;
  }
}

/* ==========================================================================
   Facebook Feed
   ========================================================================== */

.efbl-post-footer {
  display: none;
}

.efbl-halfwidth-skin {
  border: none;
  padding: 0 !important;
}

.efbl-thumbnail-col.efbl-col-sm-6 img {
  width: 200px !important;
  height: 200px !important;
}

.efbl-feed-content.efbl-col-sm-6 p.description {
  display: none;
}

.efbl-feed-content.efbl-col-sm-6 .efbl_link_text {
  display: none;
}

.efbl_feeds_holder.efbl_feeds_halfwidth {
  display: flex;
  flex-wrap: wrap;
}

.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
  max-width: none;
}

.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.efbl-halfwidth-skin.shared_story.efbl-story-wrapper {
  flex: 1;
  padding: 0;
  margin: 0;
}

.efbl-thumbnail-col.efbl-col-sm-6 {
  padding: 0;
}

.efbl-feed-content.efbl-col-sm-6 {
  padding: 0;
}

.efbl-halfwidth-skin.added_photos.efbl-story-wrapper {
  padding: 0;
  margin: 0;
}

.efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a {
  display: block;
  position: relative;
  width: 200px !important;
}

.efbl-halfwidth-skin.added_video.efbl-story-wrapper {
  padding: 0;
  margin: 0;
}

.efbl-d-flex {
  width: 200px;
}

.efbl-profile-title-wrap h2 {
  font-size: 15px !important;
  margin: 0px;
  color: white;
}

.efbl-profile-title span {
  color: white !important;
}

.efbl-d-flex {
  position: absolute;
  top: -50px;
  left: 5px;
}

.efbl_feeds_holder.efbl_feeds_halfwidth {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: auto;
}

.efbl-row {
  margin-right: 0;
  margin-left: 0;
}

.efbl_feed_wraper {
  justify-content: center;
  display: flex;
}

.facebook-heading {
  display: inline-block;
  text-align: center;
}

.shadow-top {
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .mob-display-facebook-feed {
    display: flex;
  }

  .mob-display-facebook-feed h2 {
    margin-left: -1rem !important;
  }

  .mob-display-facebook-feed .efbl-profile-title-wrap h2 {
    margin-left: 0 !important;
  }

  .mob-display-facebook-feed hr {
    margin-left: 25px !important;
  }

  .efbl_feed_wraper {
    justify-content: left;
    display: flex;
    margin-left: 25px !important;
  }

  .mob-display-facebook-feed .wp-block-buttons {
    justify-content: left;
    margin-left: 25px !important;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .mob-cont-facebook-feed {
    flex-direction: column;
  }

  .mob-display-facebook-feed h2 {
    margin-top: 2rem !important;
  }

  .mob-display-facebook-feed .efbl-profile-title-wrap h2 {
    margin-top: 0 !important;
  }

  .mob-display-facebook-feed .wp-block-buttons {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 500px) and (max-width: 699px) {
  .mob-cont-facebook-feed {
    flex-direction: column;
  }

  .mob-display-facebook-feed {
    display: flex;
  }

  .mob-display-facebook-feed h2 {
    margin-left: -8rem !important;
    margin-top: 2rem !important;
  }

  .mob-display-facebook-feed .efbl-profile-title-wrap h2 {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .mob-display-facebook-feed hr {
    margin-left: 25px !important;
  }

  .efbl_feed_wraper {
    justify-content: left;
    display: flex;
    margin-left: 25px !important;
  }

  .mob-display-facebook-feed .wp-block-buttons {
    justify-content: left;
    margin-left: 25px !important;
    margin-bottom: 25px !important;
  }

  .efbl-d-flex {
    top: -60px;
  }
}

@media (max-width: 499px) {
  .mob-cont-facebook-feed .wp-block-group {
    flex-direction: column;
  }

  .efbl_feeds_holder.efbl_feeds_halfwidth {
    grid-template-columns: repeat(1, 1fr);
    width: auto;
  }

  .mob-display-facebook-feed h2.wp-block-heading {
    margin-top: 2rem !important;
  }

  .mob-display-facebook-feed .wp-block-buttons {
    margin-bottom: 25px !important;
  }

  .efbl-d-flex {
    top: -60px;
  }

  .efbl-thumbnail-col.efbl-col-sm-6 img {
    width: 350px !important;
    height: 350px !important;
  }

  .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col a {
    width: 350px !important;
  }
}

@media (max-width: 600px) {
  .news-feed-home-mob .wp-block-group figure {
    width: 100% !important;
    height: 350px !important;
  }

  .news-feed-home-mob .wp-block-group figure img {
    height: 350px !important;
  }
}

/* ==========================================================================
   Iframe & Sticky
   ========================================================================== */

.min-h-720 iframe {
  min-height: 720px;
}

.min-h-800 {
  min-height: 800px;
}

.wp-container-1 {
  top: calc(205px + var(--wp-admin--admin-bar--position-offset, 0px));
  position: sticky;
  z-index: 10;
}

/* ==========================================================================
   Blog Query & Posts
   ========================================================================== */

.wp-block-query li.post.type-post,
body.search-results .wp-block-query li {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.taxonomy-category.wp-block-post-terms {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

.taxonomy-category.wp-block-post-terms a {
  color: var(--wp--preset--color--custom-tsr-primary-red);
  background: #fee5e6;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 14px;
}

.blog-single-meta .taxonomy-category.wp-block-post-terms a {
  color: inherit;
  background: inherit;
  font-weight: 500;
  padding: inherit;
  border-radius: inherit;
}

.wp-block-post-terms__separator {
  display: none;
}

@media (max-width: 600px) {
  img.left {
    float: none;
  }

  img.right {
    float: none;
  }

  .wp-block-group.blog-single-meta.has-small-font-size.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex .wp-block-post-date {
    font-size: 12px;
  }

  .wp-block-group.blog-single-meta.has-small-font-size.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex p {
    font-size: 12px;
  }

  .wp-block-group.blog-single-meta.has-small-font-size.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex .wp-block-post-terms {
    font-size: 12px;
  }
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.wp-block-query-pagination {
  margin-top: 4rem;
}

.wp-block-query-pagination-numbers .page-numbers {
  background-color: #d6a5a7;
}

.wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--custom-tsr-primary-red);
  color: #fff;
}

.wp-block-query-pagination-numbers .page-numbers:focus:not(.current):not(.dots),
.wp-block-query-pagination-numbers .page-numbers:hover:not(.current):not(.dots) {
  background-color: var(--wp--preset--color--custom-tsr-primary-red);
}

/* ==========================================================================
   Related Posts
   ========================================================================== */

.single .related-posts ul.wp-block-post-template {
  grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
  container-type: inline-size;
  gap: var(--wp--preset--spacing--40);
  list-style-type: none;
  padding: 0;
}

.single .related-posts ul.wp-block-post-template li.wp-block-post {
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.single .related-posts ul.wp-block-post-template li.wp-block-post figure br {
  display: none;
}

/* ==========================================================================
   Author Box
   ========================================================================== */

#author-box {
  display: flex;
  background-color: var(--wp--preset--color--custom-tsr-light-gray);
  padding: 1.5rem;
  margin-top: 3rem;
}

#author-box h3 a {
  color: #323232;
  text-decoration: none;
}

#author-box .author-box-container {
  display: flex;
  align-items: flex-start;
}

#author-box .author-box-avatar img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-right: 1.5rem;
}

#author-box .author-box-content h3 {
  margin: 0 0 1rem;
}

#author-box .author-box-content p {
  margin: 0 0 1rem;
}

#author-box .author-box-social {
  display: flex;
  gap: 4px;
  margin-top: 1rem;
}

#author-box .author-box-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--custom-tsr-primary-red);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-decoration: none;
}

#author-box .author-box-social a:hover {
  background-color: var(--wp--preset--color--custom-tsr-dark-red, #8b0e15);
}

#author-box .author-box-social .social-icon-img {
  width: 1rem;
  height: 1rem;
  display: block;
}

.author-box-social a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

/* ==========================================================================
   Popup / Modal
   ========================================================================== */

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  margin-block-start: 0 !important;
}

.popup-case-result .entry-content {
  overflow-y: auto;
  padding: 16px;
}

.popup-case-result {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background: white;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000 !important;
  height: 450px;
  overflow: auto;
}

#CaseEvaluationModal.popup-case-result {
  height: 620px;
}

.x-button {
  z-index: 1001 !important;
  right: 5px;
  top: -15px;
}

.popup-close a {
  padding: 5px 10px;
}

li:has(.border-radius) {
  border-radius: 10px;
}

/* ==========================================================================
   Post Loading Animation
   ========================================================================== */

.wp-block-post {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
}

.load-more-button {
  display: block;
  margin: 20px auto;
  padding: 10px 15px;
  background-color: #fff;
  color: var(--wp--preset--color--custom-text-black);
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
  border: 1px solid var(--wp--preset--color--custom-tsr-primary-red);
}

.load-more-button:hover {
  background-color: var(--wp--preset--color--custom-tsr-primary-red);
  color: #fff;
}

/* ==========================================================================
   Category Buttons
   ========================================================================== */

.category-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.category-buttons .wp-block-button {
  flex: 1;
  text-align: center;
}

.category-buttons .wp-block-button a {
  display: block;
  width: 100%;
  padding: 12px 0;
  text-align: center;
}

.max-height {
  max-height: 250px;
}

.lp-template.single p {
  color: inherit;
}

.lp-template .wp-block-buttons {
  min-width: 200px;
}

@media (min-width: 635px) and (max-width: 767px) {
  .lp-template .variation-hero-default-with-form-and-stats {
    --mobile-y-offset: 50px !important;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  .category-buttons .wp-block-button {
    display: none;
  }

  .wp-block-group .category-filter {
    display: block !important;
    text-align: center;
  }

  select.category-dropdown {
    padding: 5px 10px;
    border-color: var(--wp--preset--color--custom-tsr-primary-red);
    color: var(--wp--preset--color--custom-text-black);
    font-weight: bold;
    width: 300px;
    font-size: 16px;
    border-radius: 5px;
  }

  select.category-dropdown:hover {
    background-color: var(--wp--preset--color--custom-tsr-primary-red);
    color: #fff;
  }

  .wp-block-buttons.custom-button-1.category-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    margin-bottom: 0 !important;
  }

  .wp-block-group.is-layout-constrained.wp-container-core-group-is-layout-410.wp-block-group-is-layout-constrained {
    padding-top: 16px !important;
  }

  .wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wp-block-query.case-results.is-layout-flow.wp-block-query-is-layout-flow .wp-block-post-excerpt {
    min-height: auto;
  }

  .case-results .wp-block-buttons {
    margin-top: 0;
  }

  .x-button {
    top: -10px;
  }
}

@media (max-width: 699px) {
  .category-buttons .wp-block-button {
    display: none;
  }

  .wp-block-group .category-filter {
    display: block !important;
    text-align: center;
  }

  select.category-dropdown {
    padding: 5px 10px;
    border-color: var(--wp--preset--color--custom-tsr-primary-red);
    color: var(--wp--preset--color--custom-text-black);
    font-weight: bold;
    width: 300px;
    font-size: 16px;
    border-radius: 5px;
  }

  select.category-dropdown:hover {
    background-color: var(--wp--preset--color--custom-tsr-primary-red);
    color: #fff;
  }

  .wp-block-buttons.custom-button-1.category-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    margin-bottom: 0 !important;
  }

  .wp-block-group.is-layout-constrained.wp-container-core-group-is-layout-410.wp-block-group-is-layout-constrained {
    padding-top: 16px !important;
  }

  .wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .wp-block-query.case-results.is-layout-flow.wp-block-query-is-layout-flow .wp-block-post-excerpt {
    min-height: auto;
  }

  .case-results .wp-block-buttons {
    margin-top: 0;
  }

  .x-button {
    top: -10px;
  }
}

/* ==========================================================================
   Contact Icons
   ========================================================================== */

.icons-contact {
  background-color: var(--wp--preset--color--custom-tsr-primary-red);
  display: inline-flex;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: none;
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.44);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.icons-contact svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.column-map {
  margin-bottom: 3rem !important;
}

img[src="https://jelly.mdhv.io/v1/star.gif?pid=6feRizGo8XO85m6uMHmwX0J6MlKv&src=mh&evt=hi"] {
  display: none !important;
}

/* ==========================================================================
   TSR Time Button
   ========================================================================== */

.tsr-time:hover {
  background-color: #000;
}

.tsr-time p a {
  text-decoration: none;
}

/* ==========================================================================
   TSR Newsletter
   ========================================================================== */

.tsr-newsletter .col-full-height {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  height: 100%;
}

.tsr-newsletter .col-full-height > .wp-block-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1.5rem;
}

.tsr-newsletter .col-full-height > .wp-block-column:first-child {
  justify-content: center;
  align-items: center;
}

.tsr-newsletter .col-full-height > .wp-block-column:first-child img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.no-pad-foot li.has-small-font-size {
  padding-left: 0 !important;
}

.padding-8 a {
  padding: 8px;
}

@media (max-width: 600px) {
  .font-22 {
    font-size: 22px !important;
  }
}

.lawnmower-form {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .banner-dual-cta {
    padding: 0 32px !important;
  }

  .banner-dual-cta .border-left {
    border-left: none;
    text-align: center;
    padding-bottom: 32px;
    position: relative;
  }

  .banner-dual-cta .border-left::after {
    content: "";
    position: absolute;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #b4111b;
  }

  .pmp-hero--default .pmp-hero--default-attorneys:not(.does-not-exist):not(.does-not-exist) img {
    max-width: 426px;
  }

  .pmp-hero--default .wp-block-pmp-page-header-slot:last-child {
    padding-top: 0;
  }

  .banner-timberwolves-giveaway .wp-container-core-group-is-layout-c99cc9cd,
  .banner-timberwolves-giveaway .wp-container-content-9cfa9a5a {
    flex-direction: column;
  }

  .banner-timberwolves-giveaway .wp-container-content-9cfa9a5a .wp-container-core-group-is-layout-ac5f3e28 {
    padding: 0;
    border: none;
  }

  .banner-timberwolves-giveaway .wp-block-heading {
    text-align: center;
  }

  .banner-timberwolves-giveaway .wp-block-buttons {
    justify-content: center;
  }

  .banner-timberwolves-giveaway .split-col {
    flex-direction: column;
  }

  .banner-timberwolves-giveaway .split-col > .wp-block-column:first-child {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }
}

/* ==========================================================================
   Utility Classes (from 3rd snippet)
   ========================================================================== */

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

.flex-end {
  align-self: flex-end;
}

.flex-mid {
  align-items: center;
}

.display-inline-block {
  display: inline-block;
}

@media (max-width: 768px) {
  .flex-start-mobile {
    align-items: flex-start;
  }

  .flex-end-mobile {
    align-self: flex-end;
  }

  .flex-mid-mobile {
    align-items: center;
  }
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 1024px) {
  .show-tablet {
    display: block !important;
  }

  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 781px) {
  .show-mobile {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .mobile-flex-left {
    display: flex;
    justify-content: flex-start;
  }
}

.w-80 {
  width: 80px;
}

.w-100 {
  width: 100px;
}

.w-120 {
  width: 120px;
}

.w-140 {
  width: 140px;
}

.w-160 {
  width: 160px;
}

.w-170 {
  width: 170px;
}

.w-200 {
  width: 200px;
}

.max-w-800 {
  max-width: 800px !important;
}

.max-w-1600 {
  max-width: 1600px !important;
}

.text-center {
  text-align: center;
}

.just-cont-center {
  justify-content: center;
}

.just-cont-right {
  justify-content: right;
}

.d-flex {
  display: flex;
}

.mb-0 p {
  margin-bottom: 0 !important;
}

.hero-min-height {
  min-height: 735px !important;
}

/* ==========================================================================
   Well Component
   ========================================================================== */

.well {
  font-size: 1.8rem;
  color: var(--wp--preset--color--custom-text-black, #323232) !important;
  padding: 2rem;
  border-left: 5px solid #b5121b;
  background: var(--wp--preset--color--gray-100) !important;
}

.well a {
  color: var(--wp--preset--color--custom-tsr-primary-red, #b5121b) !important;
}

/* ==========================================================================
   More Utilities
   ========================================================================== */

.text-center {
  text-align: center !important;
}

.decoration-none a {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-w p {
  color: #fff !important;
}

footer.site-footer.wp-block-template-part {
  margin-block-start: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.sep-h {
  height: 4px;
}

.single p {
  color: var(--wp--preset--color--custom-text-black);
}

/* ==========================================================================
   Practice Area Content
   ========================================================================== */

.pa-content h2 {
  position: relative;
  margin-bottom: 3rem;
}

.pa-content h2::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 100px;
  width: 200px;
  height: 5px;
  background-color: var(--wp--preset--color--custom-tsr-primary-red);
  transform: translateX(-50%);
}

.pa-content h3 {
  color: var(--wp--preset--color--custom-tsr-primary-red);
}

.min-h-720 {
  min-height: 720px;
}

.shadow-box {
  box-shadow: 8px 8px 20px lightgrey;
}

.shadow-box-none li {
  box-shadow: none !important;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.z-index-4 {
  z-index: 4;
}

.border-radius {
  border-radius: 10px;
}

.text-white {
  color: #fff !important;
}

.text-white p {
  color: #fff !important;
}

.min-height-170 {
  min-height: 170px;
}

.mb-none p {
  margin-bottom: 0 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.wp-block-group.split-col-left {
  max-width: 640px;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.wp-block-group.split-col-right {
  max-width: 640px;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 !important;
}

/* ==========================================================================
   Timberwolves Carousel
   ========================================================================== */

.timberwolves-carousel .splide__pagination {
  display: none;
}

.timberwolves-carousel .splide__arrows {
  display: none;
}

.timberwolves-thumbs {
  position: relative;
  margin-top: 16px;
}

.timberwolves-thumbs__list {
  display: flex;
  gap: 10px;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timberwolves-thumbs__item {
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.timberwolves-thumbs__item.is-active {
  border-color: #a11919;
}

.timberwolves-thumbs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .timberwolves-thumbs__item {
    width: 80px;
    height: 50px;
  }
}

/* ==========================================================================
   Carousel Autoplay
   ========================================================================== */

.attorney-bio-carousel .splide__arrows,
.attorney-bio-carousel .splide__pagination,
.community-carousel .splide__arrows,
.community-carousel .splide__pagination,
.carousel-autoplay .splide__arrows,
.carousel-autoplay .splide__pagination {
  display: none !important;
}
