/* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/
:root {
  --font-awesome: 'Font Awesome 5 Free';
  --font-brands: 'Font Awesome 5 Brands';
  --header-font-size: var(--nav_link_font_size);
  --header-font-weight: var(--nav_link_font_weight);
  --logo-width: 260px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  color: #000;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
a {
  color: var(--accent);
}

/* ======================================== *
        #region Typography
 * ======================================== */
/* -------------------------------- *
      Heading 1
 * -------------------------------- */
.home h1,
h1 {
  font-family: var(--heading-font);
  line-height: 1.3em;
}
.home h1 {
  font-size: var(--home-h1-font-size);
  font-weight: var(--home-h1-font-weight);
  color: var(--home-h1-color);
  line-height: 1.2em;
  margin-bottom: 15px;
}
h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  color: var(--h1-color);
}

@media screen and (max-width: 950px) {
  .home h1 {
    font-size: 36px;
  }
  h1 {
    font-size: 36px;
  }
}

/* -------------------------------- *
        Heading 2
 * -------------------------------- */
.home h2,
h2 {
  color: var(--h2-color);
  font-family: var(--heading-font);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: 1.3em;
}
h2 a {
  color: var(--primary);
}

@media screen and (max-width: 950px) {
  h2 {
    font-size: 30px;
  }
}

/* -------------------------------- *
        Heading 3
 * -------------------------------- */
.home h3,
h3 {
  color: var(--h3-color);
  font-family: var(--heading-font);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: 1.3em;
}
h3 a {
  color: var(--accent);
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}

/* h3.tmf-module-title {
  text-align: center;
  font-weight: 600;
  color: var(--primary);
} */

@media screen and (max-width: 950px) {
  h3 {
    font-size: 26px;
  }
}

/* -------------------------------- *
        Heading 4
 * -------------------------------- */
.home h4,
h4 {
  color: var(--h4-color);
  font-family: var(--heading-font);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: 1.3em;
}

h4 a {
  color: var(--accent);
  text-decoration: none;
}
h4 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 950px) {
  h4 {
    font-size: 22px;
  }
}

/* #endregion Typography */

/* ======================================== *
        #region Breadcrumbs
 * ======================================== */
#breadcrumbs {
  color: #000;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 22px;
  overflow: hidden;
}
#breadcrumbs span.bread-divider {
  margin: 0 5px;
  color: #8c8c8c;
}
#breadcrumbs a {
  color: #000;
  text-decoration: none;
}
#breadcrumbs .current {
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 700px) {
  #breadcrumbs {
    display: none;
  }
}

/* #endregion Breadcrumbs */

/* ======================================== *
#region Container Max Width
* ======================================== */
/*  Set max container width on large desktop view exclude any full width containers by chaining :not(id)*/
body .section-container:not(#billboard-container):not(#int-billboard-container):not(#primary-nav-container):not(#mobile-header-bottom-container) {
  max-width: 1600px;
}

@media screen and (max-width: 1750px) {
  body
    .section-container:not(#billboard-container):not(#primary-nav-container):not(#int-billboard-container):not(#primary-nav-container):not(#mobile-header-bottom-container):not(
      #header-container
    ):not(#mobile-nav-container) {
    max-width: 90% !important;
  }
}

/* #endregion Container Max Width */

/* #endregion Container Max Width */

/* ======================================== *
        #region Header Sections
 * ======================================== */
/* ------------------------------- *
    #region Header Section
* ------------------------------- */
#header-wrapper {
  background: var(--header-bg-color);
  padding: 30px 0;
}
#header-container {
  max-width: 90%;
}

/* ------ cells 1 & 2 ------ */
#header-cell-1,
#header-cell-2 {
  vertical-align: middle;
}
.header-top .tmf-module-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ------ cell 1 ------ */
#header .logo {
  max-width: var(--header-logo-max-width);
  width: 100%;
  height: auto;
}
#header .sticky-logo-view {
  display: none;
}
#header-cell-1 .mobile-view {
  display: flex;
  justify-content: flex-end;
}
#header-cell-1 .mobile-view {
  display: none;
}
#header-cell-1 .mobile-view a {
  color: var(--header-link-color);
  font-size: var(--header-font-size);
  font-weight: var(--header-font-weight);
  text-decoration: none;
}

/* ------ cell 2 ------ */
#header-cell-2 .inner {
  padding-left: 0;
  margin-top: 10px;
}
#header-cell-2 .desktop-view {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
#header .sticky-view {
  display: none;
}
#header-cell-2 .desktop-view a {
  color: var(--header-link-color);
  font-size: var(--header-font-size);
  font-weight: var(--header-font-weight);
  text-decoration: none;
}
#header .header-top a:hover {
  text-decoration: underline;
}
#header .header-top .email::before {
  content: '\f0e0';
  color: var(--accent);
  font-size: 16px;
  font-family: var(--font-awesome);
  font-weight: 600;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
#header .sticky-view .phone-1 a::before,
#header .mobile-view .phone-1 a::before,
#header .desktop-view .phone-1 a::before {
  content: '\f879';
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  transform: rotate(10deg);
  color: var(--accent);
  font-size: 16px;
  font-family: var(--font-awesome);
  font-weight: 600;
}
#header .mobile-logo-view {
  display: none;
}

@media screen and (max-width: 1750px) {
  #header-container {
    max-width: 90% !important;
  }
}

@media screen and (max-width: 1200px) {
  #header-cell-1 {
    margin-bottom: 0;
  }
  #header-cell-2 {
    padding-top: 0;
  }
  #header-cell-2 .inner {
    padding: 0;
    display: block;
  }
  .header-top-row {
    display: table;
    width: 100%;
  }
  #header .main-logo {
    display: table-cell;
    vertical-align: top;
  }
  #header .main-logo {
    width: 300px;
  }
  #header-cell-2 .desktop-view {
    display: none;
  }
  #header-cell-1 .mobile-view {
    display: flex;
    height: 76px;
    align-items: center;
  }
  #header-cell-1 .mobile-view .tmf-module-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 950px) {
  #header-wrapper {
    padding-bottom: 0;
  }
  body #header-container {
    max-width: 100% !important;
  }
  body #mobile-nav-container {
    max-width: 100% !important;
  }
  .home #header-wrapper {
    background: var(--header-bg-color);
    position: static;
  }
  .home .header-billboard-wrap .header-wrap {
    position: relative;
  }
  #header-cell-1 .inner {
    padding-right: 25px;
  }
  #header .main-logo {
    display: none;
  }
  #header .mobile-logo-view {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  #header-cell-2 {
    position: unset;
  }

  #header-cell-1 .mobile-view {
    justify-content: center;
    height: unset;
    margin: 10px 0;
  }
  #header-cell-2 .inner {
    margin-top: 0;
  }
  #header-cell-1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  #header .logo {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  #header-cell-1 .mobile-view {
    display: none;
  }
}
/* #endregion Header Section */

/* ======================================== *
    #region Primary Navigation
* ======================================== */
#primary-nav-container {
  max-width: 100% !important;
  margin: 0 auto;
}
#primary-nav .menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
#primary-nav .menu > .menu-item > a {
  color: var(--header-link-color);
  font-family: var(--body-font);
  font-size: var(--header-font-size);
  font-weight: var(--header-font-weight);
  line-height: normal;
  padding: 5px 0;
  text-decoration: none;
  position: relative;
  height: auto;
  transition: 0.2s ease;
}

/* ------ Menu Item Hover animation ------ */
#primary-nav .menu > .menu-item > a:hover {
  color: var(--header_link_hover_color);
}
#primary-nav .menu > .menu-item > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 0;
  background-position: left bottom;
  transition: width 0.35s ease-out;
}
#primary-nav .menu > .menu-item:hover > a::after,
#primary-nav .menu > .menu-item.current-menu-item > a::after,
#primary-nav .menu > .menu-item.current-menu-item > a:hover::after,
#primary-nav .menu > .menu-item.current-menu-item > a:focus::after {
  background-color: var(--accent);
  width: 100%;
  height: 2px;
}

/* ------ Home Icon ------ */
#primary-nav .menu > .menu-item.home-icon a {
  font-size: 0 !important;
  width: 25px;
}
#primary-nav .menu > .menu-item.home-icon a::before {
  content: '\f015';
  color: var(--accent);
  font-size: 20px;
  font-family: var(--font-awesome);
  font-weight: 700;
  display: inline-block;
  position: static;
  background: none;
  height: 0;
  transition: unset;
  width: 100%;
}
#primary-nav .menu > .menu-item.home-icon a:hover::before {
  background: none;
  height: 0;
}
#primary-nav .menu > .menu-item.home-icon a::after {
  display: none;
}

/* ------ sub menu ------ */
#primary-nav .menu .sub-menu {
  top: 0;
  left: 0;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  min-width: 250px;
  background: var(--primary);
}
#primary-nav .menu > li.left-edge > div > ul {
  left: inherit;
  right: 0;
}
#primary-nav .sub-menu-columns ul.sub-menu li {
  display: inline-block;
}
#primary-nav .menu .sub-menu .menu-item > a {
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
  background-color: var(--accent);
  color: #fff;
  height: 100%;
}

/* ------ sub menu's sub menu ------ */
#primary-nav .menu .sub-menu .sub-menu {
  left: 100%;
}

@media screen and (min-width: 1650px) {
  #primary-nav .menu {
    justify-content: end;
    gap: 45px;
  }
}

@media screen and (max-width: 1200px) {
  #primary-nav-wrapper {
    width: 95%;
    margin: 10px auto 0;
  }
  #primary-nav .menu {
    justify-content: space-between;
  }
}
/* #endregion Primary Navigation */

/* ======================================== *
    #region Mobile Header Bottom Section
* ======================================== */
#mobile-header-bottom {
  padding: 15px 0 15px;
}
#mobile-header-bottom-row {
  align-items: flex-start;
  justify-content: center;
}
#mobile-header-bottom-cell-1,
#mobile-header-bottom-cell-2,
#mobile-header-bottom-cell-3,
#mobile-header-bottom-cell-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  width: auto;
  padding: 0 15px;
}
#mobile-header-bottom .location-phone a,
#mobile-header-bottom .location-email a,
#mobile-header-bottom .location-phone a,
#mobile-header-bottom .location-email a,
#mobile-header-bottom .mobile-header-button a,
#mobile-header-bottom .menu-bar-container .menu-label {
  font-family: var(--body-font);
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
  display: block;
}
#mobile-header-bottom a.mh-button::before {
  border-radius: 50%;
  content: '\f155';
  font-size: 18px;
  font-weight: 700;
  display: flex;
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
  align-items: center;
  justify-content: center;
}
#mobile-header-bottom a.phone::before,
#mobile-header-bottom a.email::before,
#mobile-header-bottom a.mh-button::before,
#mobile-header-bottom #mobile-nav .hamburger::before {
  font-family: var(--font-awesome);
}

/* #endregion Mobile Header-Bottom */

/* ======================================== *
  #region Mobile Menu
* ======================================== */
#mobile-nav .mobile-menu-container {
  text-align: left;
}
#mobile-nav .top-part {
  min-height: 50px;
  padding: 15px 25px;
}
#mobile-nav .menu > .menu-item > a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#mobile-nav .menu > .menu-item > .sub-menu a {
  color: #fff;
  font-size: 18px !important;
}
#mobile-nav .top-part .mob-cancel-button {
  color: #fff;
}
#mobile-nav .menu .sub-menu .menu-item {
  padding: 5px 30px;
}
#mobile-nav .menu > .menu-item:hover {
  background: var(--accent);
}
#mobile-nav .mobile-menu .current-menu-item {
  background: transparent;
}
.mob-expand-submenu:before {
  font-family: var(--font-awesome);
}

/* #endregion Mobile Menu */

/* ======================================== *
      #region Mobile Nav Menu Multiple Locations
* ======================================== */
.mobile-location .tmf-post-list {
  display: flex;
  flex-wrap: nowrap;
}
.tmf-post.location.mobile-location .location-small-1 {
  border: 0;
}
.tmf-post.location.mobile-location .location-small-container {
  max-width: 570px;
  margin: 0 auto;
  border-right: 1px solid var(--primary);
}
.tmf-post.location.mobile-location.last-post .location-small-container {
  border: none;
}
.tmf-post.location.mobile-location,
.tmf-post.location.mobile-location a {
  color: #000000 !important;
  position: relative;
}
.tmf-post.location.mobile-location .phone-1 i.fa-phone-alt {
  transform: rotate(10deg);
}
.mobile-menu .tmf-post.location.mobile-location .location-small-container {
  max-width: 100%;
}
.tmf-post.location.mobile-location .map-label {
  font-size: 20px;
  top: 20px;
}

@media screen and (max-width: 600px) {
  .mobile-location .tmf-post-list {
    flex-wrap: wrap;
  }
  .mobile-location .tmf-post-list .first-post {
    margin-bottom: 0;
  }
  .mobile-location .tmf-post-list .last-post {
    margin-top: 0;
  }
  .tmf-post.location.mobile-location .location-small-container {
    border-right: none;
  }
}

/* #endregion Mobile Nav Menu Multiple Locations*/

/* #endregion Header Sections */

/* ======================================== *
      #region Body Sections
 * ======================================== */
/* -------------------------
* Home Body Section
* ------------------------- */
#home-body-wrapper {
  padding: 0;
  background: var(--home-body-color);
}
#home-body-container {
  max-width: 90%;
}
#home-body {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  background: var(--home-content-bg-color);
}

/* --- cell 1 ---- */
#home-body #home-body-cell-1 .inner {
  padding: 45px 25px;
}
#home-body #home-body-cell-1 h3 {
  color: #3b3c3f;
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

/* --- cell 2 ---- */
#home-body #home-body-cell-2 .inner {
  min-width: 370px;
  padding: 45px 25px;
}

@media screen and (max-width: 1050px) {
  #home-body #home-body-cell-1 .inner {
    padding: 45px 25px 20px;
  }
  #home-body-cell-2 {
    padding-bottom: 50px;
  }
  #home-body #home-body-cell-2 .inner {
    min-width: unset;
    margin-top: 0;
  }
}

/* -------------------------
* Page Body Section
* ------------------------- */
#body-container {
  max-width: 90%;
}

/* --- cell 1 ---- */
#body #body-cell-1 > .inner {
  padding: 35px 25px;
}
#body #body-cell-1 .tmf-post .content-container {
  padding-bottom: 35px;
}

/* --- cell 2 ---- */
#body #body-cell-2 {
  position: relative;
}
#body #body-cell-2 > .inner {
  padding: 50px 25px;
}
#body-cell-2 {
  max-width: 425px;
  min-width: 400px;
  margin-left: auto;
}

@media screen and (max-width: 1050px) {
  #body-wrapper {
    margin-top: 0;
    overflow: hidden;
  }
  #body {
    padding: 35px 0 55px;
  }
  #body #body-cell-1 .inner {
    padding: 0 25px;
  }
  #body #body-cell-2 .inner {
    padding: 0 25px;
    margin-top: 0;
  }
  #body-cell-2 {
    max-width: unset;
    min-width: unset;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  #body iframe {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #body #body-cell-2 .inner,
  #body #body-cell-1 .inner {
    padding-inline: 0;
  }
}

/* -------------------------
* Attorney Body Section
* ------------------------- */
.single-attorney #body-row {
  width: 100%;
}

/* --- cell 1 ---- */
.single-attorney #body-cell-1 {
  flex-grow: 1;
}
.single-attorney.attorney-layout-option-b #body-cell-1 {
  width: 420px;
  max-width: 420px;
  min-width: 420px;
  flex-shrink: 0;
  margin-bottom: 25px;
}

/* --- cell 2 ---- */
.single-attorney #body-cell-2 {
  width: 420px;
  max-width: 420px;
  min-width: 420px;
  flex-shrink: 0;
  margin-bottom: 25px;
}
.single-attorney #body #body-cell-2 .inner {
  padding: 35px 25px;
}
.single-attorney.attorney-layout-option-b #body-cell-2 {
  flex-grow: 1;
  width: auto;
  max-width: unset;
  min-width: unset;
}

@media screen and (max-width: 1150px) {
  .single-attorney #body #body-cell-2 .inner {
    padding: 35px 25px 0;
  }
  .single-attorney #body-cell-2 {
    width: 400px;
  }
}

@media screen and (max-width: 1050px) {
  .single-attorney #body-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
  .single-attorney #body-cell-2 {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    min-width: unset;
    margin-bottom: 0;
  }
  .single-attorney.attorney-layout-option-b #body-row {
    flex-direction: column-reverse;
  }
  .single-attorney.attorney-layout-option-b #body-cell-1 {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    margin-bottom: 0;
  }
  .single-attorney.attorney-layout-option-b #body-cell-1 {
    padding-top: 50px !important;
  }
  /* .single-attorney.attorney-layout-option-b */
}

/* #endregion Body Sections */

/* ======================================== *
      #region Homepage Sections
 * ======================================== */
/* --------------------------- *
    #region Billboard
 * --------------------------- */
#billboard-wrapper {
  overflow: hidden;
}

#billboard-container {
  max-width: 100%;
}

#billboard .modern-slider {
  border: none;
  background: transparent;
  margin: 0;
}

#billboard img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 900px;
}

#billboard .billboard-content-container {
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  max-width: 100%;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 25px;
  text-align: center;
}

@media screen and (max-width: 950px) {
  #billboard .billboard-content-container {
    background: var(--primary);
    border: none;
    position: relative;
    bottom: inherit;
    transform: inherit;
    max-width: 100%;
    padding: 25px 25px;
    text-align: center;
    transform: inherit;
  }
}

/* #endregion Billboard */

/* -------------------------
*  #region Home Practice Areas Section
* ------------------------- */
#home-practice-areas-wrapper {
  background: #edeef1;
  padding: 100px 0;
}
#home-practice-areas-container {
  max-width: 90%;
}

/* #endregion Home Practice Areas Section */

/* #endregion Homepage Sections*/

/* ======================================== *
      #region Single Practice Areas Pages
 * ======================================== */

/* ------------------------------ *
    #region Int billboard 
 * ------------------------------- */
#int-billboard-wrapper {
  overflow: hidden;
}
#int-billboard-container {
  max-width: 100% !important;
}
#int-billboard .int-billboard-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 500px;
  object-fit: cover;
}
#int-billboard-cell-1,
#int-billboard-cell-2 {
  vertical-align: middle;
}
#int-billboard-cell-1 .inner,
#int-billboard-cell-2 .inner {
  padding: 0;
}

/* --- cell 1 --- */
#int-billboard-cell-1 {
  background: var(--primary);
  width: 35%;
}
#int-billboard .int-billboard-content {
  position: absolute;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
#int-billboard .int-billboard-title {
  position: relative;
  width: 35%;
  background: none;
  padding: 0;
}
#int-billboard .int-billboard-title::before,
#int-billboard .int-billboard-title::after {
  display: none;
}
#int-billboard h1#page-title {
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 25px;
}
#int-billboard .mobile-view {
  display: none;
}

/* --- cell 2 --- */
#int-billboard-cell-2 {
  width: 65%;
}

@media screen and (min-width: 1750px) {
  #int-billboard .int-billboard-content {
    max-width: 1600px;
  }
}

@media screen and (max-width: 1200px) {
  #int-billboard .int-billboard-title {
    width: 50%;
  }
}

@media screen and (max-width: 1050px) {
  #int-billboard .int-billboard-content {
    background: var(--primary);
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
    padding: 35px 25px;
    max-width: 100%;
  }
  #int-billboard .int-billboard-title {
    width: 90%;
    margin: 0 auto;
  }
  #int-billboard-cell-1,
  #int-billboard-cell-2 {
    background: transparent;
    width: 100%;
  }
  #int-billboard-cell-2 {
    display: none;
  }
  #int-billboard h1#page-title {
    border: none;
    display: block;
    padding-bottom: 0;
    text-align: left;
    padding: 0;
  }
  #int-billboard .mobile-view {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  #int-billboard .int-billboard-title {
    width: 100%;
  }
}
/* #endregion Int-billboard */
/* #endregion Single Practice Areas Pages */

/* ======================================== *
      #region Single Attorney Page CSS
 * ======================================== */
/* ------------------------------------------ *
* Layout A - inside body - large
* ------------------------------------------- */
/* ------ cell 1 ------ */
.attorney-info {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}
.attorney-info .title-section {
  margin-bottom: 15px;
}
.attorney-info h2#page-title {
  font-size: 36px !important;
  margin-bottom: 0;
  font-style: normal;
  font-family: var(--heading-font);
  min-width: fit-content;
}
.attorney-info .attorney-titles a {
  color: var(--secondary);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--body-font);
}
.attorney-info .attorney-contact-links a {
  color: #000;
  font-weight: 600;
}
.attorney-info .phone,
.attorney-info .vcard,
.attorney-info .resume,
.attorney-info .fax,
.attorney-info .email {
  display: block;
  padding-top: 5px;
  line-height: normal;
  margin-bottom: 10px;
}
.attorney-info .label {
  font-size: 0;
}
.attorney-info .vcard .value {
  background: transparent;
  height: auto;
  width: auto;
  margin-right: 0;
}
.attorney-info .vcard {
  margin-right: 0;
}
.attorney-info .vcard::before,
.attorney-info .resume::before,
.attorney-info .phone-1::before,
.attorney-info .phone-2::before,
.attorney-info .fax::before,
.attorney-info .email::before,
.attorney-info .speaking::before {
  color: var(--accent);
  font-size: 18px;
  font-family: var(--font-awesome);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.attorney-info .phone-1::before,
.attorney-info .phone-2::before {
  content: '\f879';
  margin-right: 5px;
  transform: rotate(10deg);
}
.attorney-info .fax::before {
  content: '\f1ac';
  margin-right: 5px;
}
.attorney-info .email::before {
  content: '\f0e0';
  margin-right: 5px;
}
.attorney-info .vcard::before {
  content: '\f2bb';
}

/* ------ cell 2 ------ */
.attorney-info img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 170px;
}

@media screen and (max-width: 600px) {
  .attorney-info {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .attorney-info img {
    min-width: 250px;
  }
}

/* ------------------------------------------ *
* Layout B - Hero section - large-2
* ------------------------------------------- */
#attorney-bio-wrapper {
  background: var(--attorney-hero-bg-color);
}
#attorney-bio-cell-1 {
  vertical-align: top;
}
#attorney-bio img {
  display: block;
  margin-top: 50px;
}
#attorney-bio-cell-2 {
  vertical-align: middle;
}
#attorney-bio-cell-2 .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.attorney-bio-info .title-section {
  margin-bottom: 25px;
}
.attorney-bio-info h1 {
  margin-bottom: 10px;
  min-width: fit-content;
  color: var(--attorney-hero-name-color);
  font-size: var(--attorney-hero-name-font-size);
}
.attorney-bio-info .attorney-titles,
.attorney-bio-info .attorney-titles span,
.attorney-bio-info .attorney-titles a {
  color: var(--attorney-hero-job-title-color);
  font-size: var(--attorney-hero-job-title-font-size);
  font-weight: 500;
  font-family: var(--heading-font);
}
.attorney-bio-info .contact-information .fax,
.attorney-bio-info .contact-information a,
.attorney-bio-info .speaking a {
  color: #fff;
  font-weight: 700;
}
.attorney-bio-info .phone,
.attorney-bio-info .vcard,
.attorney-bio-info .resume,
.attorney-bio-info .fax,
.attorney-bio-info .email {
  display: inline-block;
  padding-top: 5px;
  line-height: normal;
  margin-right: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.attorney-bio-info .label {
  font-size: 0;
}
.attorney-bio-info .vcard .value {
  background: transparent;
  height: auto;
  width: auto;
  margin-right: 0;
}
.attorney-bio-info .vcard::before,
.attorney-bio-info .resume::before,
.attorney-bio-info .phone-1::before,
.attorney-bio-info .phone-2::before,
.attorney-bio-info .fax::before,
.attorney-bio-info .email::before,
.attorney-bio-info .speaking::before {
  color: var(--accent);
  font-size: 18px;
  font-family: var(--font-awesome);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.attorney-bio-info .phone-1::before,
.attorney-bio-info .phone-2::before {
  content: '\f879';
  margin-right: 5px;
  transform: rotate(10deg);
}
.attorney-bio-info .fax::before {
  content: '\f1ac';
  margin-right: 5px;
}
.attorney-bio-info .email::before {
  content: '\f0e0';
  margin-right: 5px;
}
.attorney-bio-info .vcard::before {
  content: '\f2bb';
}
.attorney-bio-info .social-icons .label {
  font-size: 17px;
}
.attorney-bio-info .social-icons .icon {
  background: none;
  width: 22px;
  height: 22px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 1150px) {
  .attorney-contact-info {
    flex-direction: column;
    align-items: start;
  }
  .attorney-bio-info .contact-information {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #attorney-bio-wrapper {
    height: auto;
  }
  .attorney-bio-info .title-section {
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
    flex-direction: column;
  }
  .attorney-bio-info h1#page-title {
    border: 0;
    padding: 0;
  }
}

@media screen and (max-width: 950px) {
  #attorney-bio-row {
    display: flex;
    flex-direction: column;
  }
  #attorney-bio img {
    margin: 35px auto 0;
    max-width: 100%;
    height: auto;
  }
  #attorney-bio-cell-2 {
    padding-top: 0;
  }
  #attorney-bio-cell-2 .inner {
    min-height: auto;
  }
  .attorney-bio-info .attorney-page-title .title-section {
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .attorney-bio-info {
    width: 100%;
    display: block;
    padding: 25px 0 35px;
  }
  .attorney-bio-info .contact-information {
    align-items: center;
    gap: 10px;
  }
  .attorney-bio-info .phone,
  .attorney-bio-info .fax,
  .attorney-bio-info .email {
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  #attorney-bio-container {
    max-width: 100%;
  }
}

/* #endregion Single Attorney Page CSS */

/* ======================================== *
      #region Int Title Section
 * ======================================== */
#int-title-wrapper {
  background: var(--page-titlebar-bg-color);
}
#int-title-wrapper .title-arrow {
  display: none;
}
#int-title-container {
  max-width: 90%;
}
#int-title {
  padding: 25px 25px;
}
#int-title h1#page-title {
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  #int-title {
    padding: 25px 0;
  }
}
/* #endregion Int Title Section */

/* ======================================== *
      #region All Archives
 * ======================================== */
/* -------------------------------------- *
      #region Blog & News archive
 * -------------------------------------- */
.tmf-post.news.medium .excerpt img.thumbnail.mobile,
.tmf-post.post.medium .excerpt img.thumbnail.mobile {
  display: none;
}
.social-buttons .facebook-like {
  width: 75px;
}
.social-buttons .facebook-share {
  width: 86px;
}
.post-type-archive-news .social-buttons,
.blog .social-buttons {
  display: none;
}
.post-type-archive-news .tmf-post.news .post-information-container,
.blog .tmf-post.post .post-information-container {
  margin-top: 10px;
}
.post-type-archive-news .tmf-post.post .social-buttons,
.blog .tmf-post.post .social-buttons {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .tmf-post.news.medium .excerpt img.thumbnail.mobile,
  .tmf-post.post.medium .excerpt img.thumbnail.mobile {
    display: block;
  }
  .tmf-post.news.medium img.thumbnail.not-mobile,
  .tmf-post.post.medium img.thumbnail.not-mobile {
    display: none;
  }
}
/* #endregion Blog archive*/

/* ---------------------------------------- *
      #region Testimonial Archive
 * ---------------------------------------- */
.tmf-post.testimonial .testimonial-description {
  float: none;
  font-size: 14px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
}
.post-type-archive-testimonial .tmf-post .taxonomy-container {
  margin-top: 0;
}

/* #endregion Testimonial Archive */

/* -------------------------------------- *
      #region Practice Area archive
 * -------------------------------------- */
.post-type-archive-practice-area p {
  line-height: 1.7em;
  margin-bottom: 15px;
}
.post-type-archive-practice-area #body-cell-1 .tmf-post.practice-area {
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.post-type-archive-practice-area #body-cell-1 .tmf-post.practice-area.last-post {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.post-type-archive-practice-area .tmf-post.medium img.thumbnail.mobile {
  display: none;
}
.post-type-archive-practice-area .tmf-post .taxonomy-container {
  margin-top: 0;
}

@media screen and (max-width: 450px) {
  .post-type-archive-practice-area .tmf-post.medium img.thumbnail.not-mobile {
    display: none;
  }
  .post-type-archive-practice-area .tmf-post.medium img.thumbnail.mobile {
    display: block;
    float: unset;
    max-width: 100%;
  }
}
/* #endregion Practice Area archive */

/* -------------------------------------- *
      #region Location archive
 * -------------------------------------- */
.post-type-archive-location #body #location-cell-1 .inner {
  padding: 0;
}
.post-type-archive-location #body #location-cell-2 .inner {
  padding: 0;
}
.post-type-archive-location .tmf-post.location.medium h2 {
  font-weight: 400;
  margin-top: 0;
}

/* #endregion Location archive*/

/* --------------------------------------- *
      #region Attorney archive
 * --------------------------------------- */
.post-type-archive-attorney .tmf-post.attorney.medium .read-more-button.top {
  float: right;
  margin-bottom: 10px;
  margin-left: 25px;
  display: none !important;
}
.post-type-archive-attorney .tmf-post.attorney.medium .read-more-button.bottom {
  display: block !important;
  float: left;
}
.post-type-archive-attorney .tmf-post.attorney {
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.post-type-archive-attorney .contact-information a {
  color: #333;
}
/* #endregion Attorney archive*/

/* ---------------------------------------- *
      #region Attorney Archive: Category Attorney
 * ---------------------------------------- */
.term-attorneys .tmf-post.attorney.medium .read-more-button.top {
  float: right;
  margin-bottom: 10px;
  margin-left: 25px;
  display: none !important;
}
.term-attorneys .tmf-post.attorney.medium .read-more-button.bottom {
  display: block !important;
  float: left;
}
.term-attorneys .tmf-post.attorney {
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.term-attorneys .contact-information a {
  color: #333;
}

/* #endregion Attorney Archive: Category Attorney*/

/* #endregion All Archives*/

/** -------------------------------------- *
**      #region Call to Action
** -------------------------------------- */
body #call-to-action {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: transparent !important;
  margin: 30px 0;
  padding: 50px 0;
}
body #call-to-action .row {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
body #call-to-action .col {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
body #call-to-action .col.left {
  background: var(--cta_left_bg_color);
  min-width: 270px;
  max-width: 317px;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 45px 20px !important;
}
body #call-to-action .col.right {
  background: var(--cta_right_bg_color);
  padding: 50px 45px;
  text-align: left;
}
body #call-to-action .col.right::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: -50px;
  background: var(--cta_right_bg_color);
  z-index: -1;
}
body #call-to-action .col .content {
  max-width: 100%;
}
body #call-to-action .col h3,
body #call-to-action .col h4 {
  color: var(--cta_left_font_color);
  /* text-align: left; */
  margin: 0;
  font-weight: var(--cta_left_font_weight);
  font-size: var(--cta_left_font_size);
  line-height: 1.2em;
  font-family: var(--heading-font);
}
body #call-to-action .col p {
  color: var(--cta_right_font_color);
  font-weight: var(--cta_right_font_weight);
  font-size: var(--cta_right_font_size);
}
body #call-to-action .col p a {
  color: var(--accent) !important;
}
body #call-to-action .col .tmf-button {
  background: var(--cta_right_btn_bg_color);
  color: var(--cta_right_btn_font_color) !important;
  margin-top: 25px;
}
body #call-to-action .col .tmf-button:hover {
  background: var(--cta_right_btn_bg_hover_color);
  color: var(--cta_right_btn_font_hover_color) !important;
}

@media screen and (max-width: 1050px) {
  body #call-to-action {
    margin: 50px 0;
    padding: 0;
  }
}

@media screen and (max-width: 800px), screen and (max-width: 1200px) and (min-width: 1050px) {
  body #call-to-action .row {
    flex-direction: column;
  }
  body #call-to-action .col.left {
    height: auto;
    max-width: 100%;
    width: 100%;
    padding: 35px 25px !important;
  }
  body #call-to-action .col.right {
    padding: 35px 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  body #call-to-action .col.right::before {
    display: none;
  }
  body #call-to-action .col .tmf-button {
    display: block;
    max-width: fit-content;
    margin: 25px auto 0;
  }
}

/** #endregion Call to Action */

/* ======================================== *
      #region Aside
 * ======================================== */
aside {
  float: right;
  width: 350px;
  margin: 15px;
  padding: 15px;
  background: transparent;
  color: var(--primary);
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
aside::before {
  content: '';
  display: inline-block;
  background: var(--accent);
  width: 22%;
  height: 3px;
  position: absolute;
  left: 0;
  top: -12px;
  z-index: -1;
}
.editor-content aside p {
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  color: var(--primary);
}
@media screen and (max-width: 700px) {
  aside {
    float: none;
    width: 100%;
    margin: 25px 0px;
  }
}

/* #endregion Aside */

/* ======================================== *
      #region Callout
 * ======================================== */
#callout {
  position: relative;
  background: transparent;
  padding: 15px 35px;
  margin: 35px 0;
}
#callout::before {
  content: '';
  display: inline-block;
  background: var(--accent);
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#callout h3,
#callout h4 {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 28px;
  margin: 0;
}
#callout p {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18px;
}
#callout a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
#callout a:hover {
  text-decoration: underline;
}

/* #endregion Callout */

/* ======================================== *
      #region Callout Alt
 * ======================================== */
#callout-alt {
  border: 2px solid #dcdcdb;
  padding: 35px;
  margin-bottom: 25px;
}
#callout-alt p {
  font-weight: 600;
}
#callout-alt ul {
  padding-left: 25px;
  margin-bottom: 0;
}
#callout-alt ul li {
  margin-bottom: 0;
}

/* #endregion  Callout Alt */

/* ======================================== *
      #region Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
  margin-bottom: 50px;
}
.tmf-multi-module-area .tmf-module:last-child {
  margin-bottom: 0;
}

/* For More information Form - sidebar */
body .tmf-module-10,
body .tmf-module-22 {
  background: var(--form_bg_color);
  padding: 35px;
  position: relative;
}
body .tmf-module-10 h3,
body .tmf-module-22 h3 {
  font-family: var(--body-font);
  font-size: 30px;
  font-weight: 600;
  color: var(--form_title_color);
  margin-bottom: 25px;
  line-height: 38px;
}

@media screen and (max-width: 1050px) {
  body.home .tmf-module-10,
  body.home .tmf-module-22 {
    position: relative;
  }
}

@media screen and (max-width: 700px) {
  body .tmf-module-10,
  body .tmf-module-22 {
    min-width: 100%;
  }
}
/* End For More information Form - sidebar */

/* Sidebar Practice Areas - sidebar */
.tmf-module-88  .tmf-post {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 25px;
}
.tmf-module-88  .pa-listing {
  margin-bottom: 15px;
}
.tmf-module-88  .pa-listing:last-child {
  margin-bottom: 0;
}
.tmf-module-88  .pa-listing a {
  background: transparent;
  border: 2px solid var(--primary);
  display: block;
  padding: 15px;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
.tmf-module-88  .pa-listing a:hover {
  border-color: var(--accent);
  background: var(--accent);
}
.tmf-module-88  .pa-listing a .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.tmf-module-88  .pa-listing a:hover .title {
  color: #fff;
}
/* End Sidebar Practice Areas - sidebar */

/** #region Attorney Badges - sidebar */
.single-attorney .superlawyer-badges-section {
  padding-bottom: 50px;
}
.single-attorney .bx-wrapper {
  margin: 0 auto !important;
}
.single-attorney .attorney-badges .badge {
  height: 100px;
}
.single-attorney .attorney-badges .badge img {
  margin: 0 auto;
  display: block;
  width: 70%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}
.single-attorney .bx-wrapper .bx-controls-direction span {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 12px;
  height: 22px;
  font-size: 0;
  transform: translateY(-50%);
  color: #c5c5c5;
  z-index: unset;
  cursor: pointer;
}
.single-attorney .bx-wrapper .bx-prev::before,
.single-attorney .bx-wrapper .bx-next::before {
  display: inline-block;
  font-family: var(--font-awesome);
  font-size: 30px;
  font-weight: 600;
  color: var(--accent);
  transition: all 0.25s ease-in-out;
}
.single-attorney .bx-wrapper .bx-prev::before {
  content: '\f0d9';
}
.single-attorney .bx-wrapper .bx-next::before {
  content: '\f0da';
}
.single-attorney .bx-wrapper .bx-prev {
  left: 5px;
}
.single-attorney .bx-wrapper .bx-next {
  right: 5px;
}

@media screen and (max-width: 750px) {
  .single-attorney .bx-wrapper .bx-controls-direction {
    display: block;
  }
}
/** #endregion Attorney Badges - sidebar */

/* #endregion Modules */

/* ======================================== *
      #region Miscellaneous Section
 * ======================================== */
/** ----- Bx Slider ----- */
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px !important;
  padding: 0;
}
.bx-viewport {
  max-width: 100% !important;
  left: 0 !important;
  overflow: visible !important;
}

/** bxslider controls*/
.bx-wrapper .bx-controls-direction span {
  position: absolute;
  top: 20%;
  outline: 0;
  width: 30px;
  height: 28px;
  font-size: 0;
  color: #c5c5c5;
  z-index: unset;
  cursor: pointer;
}
.bx-wrapper .bx-prev {
  left: -25px;
}
.bx-wrapper .bx-next {
  right: -25px;
}
.bx-wrapper .bx-prev::before,
.bx-wrapper .bx-next::before {
  display: inline-block;
  font-family: var(--font-awesome);
  font-size: 30px;
  font-weight: 600;
  color: var(--accent);
  transition: all 0.25s ease-in-out;
}
.bx-wrapper .bx-prev::before {
  content: '\f060';
}
.bx-wrapper .bx-next::before {
  content: '\f061';
}
.bx-wrapper .bx-prev:hover::before {
  transform: translateX(-5px);
}
.bx-wrapper .bx-next:hover::before {
  transform: translateX(5px);
}

/** pager */
body .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 25px;
}
.bx-wrapper .bx-pager.bx-default-pager span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid var(--accent);
  text-indent: -9999px;
  display: block;
  transition: all 0.15s ease;
  cursor: pointer;
  border-radius: 15px;
  margin: 0 5px;
}
.bx-wrapper .bx-pager.bx-default-pager span:hover,
.bx-wrapper .bx-pager.bx-default-pager span.active {
  background: var(--accent);
  border: 2px solid var(--accent);
}

@media screen and (max-width: 750px) {
  .bx-wrapper .bx-pager {
    display: block;
  }
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
/* #endregion Miscellaneous Section */

/* ======================================== *
      #region Footer Section
 * ======================================== */
#footer-wrapper {
  background: var(--footer-bg-color);
  padding: 100px 0 50px;
}
#footer-container {
  max-width: 90%;
}

/* --- Cell 1 --- */
#footer-cell-1 {
  text-align: center;
}
#footer-cell-1 h3 {
  color: var(--footer_text_color);
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0 0 20px;
}
#footer-cell-1 h4,
#footer-2-cell-1 h4,
#footer-cell-1 p,
#footer-2-cell-1 p {
  color: var(--footer_text_color);
}
#footer-cell-1 .business-info a {
  color: var(--footer_text_color);
  font-size: 17px;
  font-weight: 400;
}
#footer-cell-1 .address {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#footer-cell-1 .business-info .address,
#footer-cell-1 .business-info .fax .value,
#footer-cell-1 .business-info .phone-1 .value a,
#footer-cell-1 .business-info .phone-2 .value a,
#footer-cell-1 .business-info .email .value {
  color: var(--footer_text_color);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
#footer-cell-1 .address::before,
#footer-cell-1 .tmf-post.small.location .streetAddress::before,
#footer-cell-1 .tmf-post.small.location .fax::before,
#footer-cell-1 .tmf-post.small.location .phone-1::before,
#footer-cell-1 .tmf-post.small.location .phone-2::before,
#footer-cell-1 .tmf-post.small.location .email::before {
  color: var(--footer_icon_color);
  display: inline-block;
  vertical-align: top;
  font-family: var(--font-awesome);
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
#footer-cell-1 .address::before {
  content: '\f3c5';
}
#footer-cell-1 .phone-2::before {
  content: '\f3cd';
  transform: unset;
}
#footer-cell-1 .tmf-post.small.location .streetAddress {
  line-height: 22px;
  align-self: center;
}
#footer-cell-1 .tmf-post.small.location .streetAddress::before {
  display: none;
}
#footer-cell-1 .payments a {
  position: relative;
  font-weight: 500;
}
#footer-cell-1 .payments a::before {
  content: '\f155';
  display: inline-block;
  vertical-align: middle;
  font-family: var(--font-awesome);
  font-size: 15px;
  font-weight: 700;
  color: #edeef1;
  margin-right: 5px;
  background: var(--accent);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 1.5em;
}
/* Socials */
#footer-2-cell-1 p,
#footer-cell-1 p {
  margin: 0;
}
#footer-2-cell-1 .social-icons a,
#footer-cell-1 .social-icons a {
  display: block;
  margin-bottom: 5px;
}
#footer-2-cell-1 .editor-content .social-icons a:hover .label,
#footer-cell-1 .editor-content .social-icons a:hover .label {
  text-decoration: underline;
}
#footer-2-cell-1 a .label,
#footer-cell-1 a .label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#footer-2-cell-1 .social-icons,
#footer-cell-1 .social-icons {
  display: block;
  gap: 20px;
}

#footer-2-cell-1 .social-icons .icon,
#footer-cell-1 .social-icons .icon {
  background: none;
  width: 22px;
  height: 22px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: baseline;
}
.social-icons .facebook::before,
.social-icons .instagram::before,
.social-icons .linked-in::before,
.social-icons .twitter::before,
.social-icons .youtube::before {
  display: inline-block;
  font-family: var(--font-brands);
  font-size: 20px;
  font-weight: 500;
  color: var(--footer_icon_color);
}
.social-icons .facebook::before {
  content: '\f09a';
}
.social-icons .instagram::before {
  content: '\f16d';
}
.social-icons .linked-in::before {
  content: '\f0e1';
}
.social-icons .twitter::before {
  content: '\f099';
}
.social-icons .youtube::before {
  content: '\f167';
}

@media screen and (max-width: 1000px) {
  #footer-cell-1 .inner {
    padding: 0;
  }
  #footer-wrapper {
    padding: 45px 0 20px;
  }
}

@media screen and (max-width: 750px) {
  #footer-cell-1 .business-info {
    display: block;
  }
  #footer-cell-1 .business-info .streetAddress .address-2 {
    display: block;
  }
  #footer-cell-1 .business-info .contact-links {
    flex-direction: column;
    gap: 0;
  }
  #footer-wrapper {
    padding: 50px 0 20px;
  }
}

@media screen and (max-width: 500px) {
  #footer-cell-1 .footer-social .social-icons {
    flex-direction: column;
    gap: 0;
  }
}

/* #endregion Footer Section */

/* ======================================== *
      #region Footer 2 Section
 * ======================================== */
#footer-2-wrapper {
  background: var(--footer-bg-color);
  padding: 100px 0 50px;
}
#footer-2-container {
  max-width: 90%;
}

/* --- Cell 1 --- */
#footer-2-cell-1 {
  vertical-align: middle;
}
#footer-2-cell-1 h3 {
  color: var(--footer_text_color);
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0 0 20px;
}
#footer-2-cell-1 .business-info a {
  color: var(--footer_text_color);
  font-size: 17px;
  font-weight: 400;
}
#footer-2-cell-1 .address {
  display: flex;
  gap: 5px;
}
#footer-2-cell-1 .business-info .address,
#footer-2-cell-1 .business-info .fax .value,
#footer-2-cell-1 .business-info .phone-1 .value a,
#footer-2-cell-1 .business-info .phone-2 .value a,
#footer-2-cell-1 .business-info .email .value {
  color: var(--footer_text_color);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
#footer-2-cell-1 .address::before,
#footer-2-cell-1 .tmf-post.small.location .streetAddress::before,
#footer-2-cell-1 .tmf-post.small.location .fax::before,
#footer-2-cell-1 .tmf-post.small.location .phone-1::before,
#footer-2-cell-1 .tmf-post.small.location .phone-2::before,
#footer-2-cell-1 .tmf-post.small.location .email::before {
  color: var(--accent);
  display: inline-block;
  vertical-align: top;
  font-family: var(--font-awesome);
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
#footer-2-cell-1 .address::before {
  content: '\f3c5';
}
#footer-2-cell-1 .phone-2::before {
  content: '\f3cd';
  transform: unset;
}
#footer-2-cell-1 .tmf-post.small.location .streetAddress {
  line-height: 22px;
  align-self: center;
}
#footer-2-cell-1 .tmf-post.small.location .streetAddress::before {
  display: none;
}

/* --- Cell 2 --- */
#footer-2-cell-2 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  #footer-2-wrapper {
    padding: 45px 0;
  }
}

@media screen and (max-width: 750px) {
  #footer-2-cell-1 .business-info {
    display: block;
  }
  #footer-2-cell-1 .business-info .streetAddress .address-2 {
    display: block;
  }
  #footer-2-cell-1 .business-info .contact-links {
    flex-direction: column;
    gap: 0;
  }
  #footer-2-wrapper {
    padding: 50px 0 20px;
  }
}

@media screen and (max-width: 500px) {
  #footer-2-cell-1 .footer-social .social-icons {
    flex-direction: column;
    gap: 0;
  }
}

/* #endregion Footer 2 Section */

/* ======================================== *
      #region Footer 3 Section
 * ======================================== */
#footer-3-wrapper {
  background: var(--footer-bg-color);
  padding: 100px 0 100px;
}
#footer-3-container {
  max-width: 90%;
}

/* --- Cell 1 --- */
#footer-3-cell-1 {
  text-align: center;
}
#footer-3-cell-1 h3 {
  color: var(--footer_text_color);
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0 0 25px;
}
#footer-3-cell-1 h4,
#footer-3-cell-1 p {
  color: var(--footer_text_color);
}
#footer-3-cell-1 .business-info {
  display: flex;
  gap: 50px;
  justify-content: center;
}
#footer-3-cell-1 .business-info .contact-links {
  display: flex;
  gap: 50px;
}
#footer-3-cell-1 .business-info a {
  color: var(--footer_text_color);
  font-size: 17px;
  font-weight: 400;
}
#footer-3-cell-1 .address {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#footer-3-cell-1 .business-info .address,
#footer-3-cell-1 .business-info .fax .value,
#footer-3-cell-1 .business-info .phone-1 .value a,
#footer-3-cell-1 .business-info .phone-2 .value a,
#footer-3-cell-1 .business-info .email .value {
  color: var(--footer_text_color);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
#footer-3-cell-1 .address::before,
#footer-3-cell-1 .tmf-post.small.location .streetAddress::before,
#footer-3-cell-1 .tmf-post.small.location .fax::before,
#footer-3-cell-1 .tmf-post.small.location .phone-1::before,
#footer-3-cell-1 .tmf-post.small.location .phone-2::before,
#footer-3-cell-1 .tmf-post.small.location .email::before {
  color: var(--footer_icon_color);
  display: inline-block;
  vertical-align: top;
  font-family: var(--font-awesome);
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
#footer-3-cell-1 .address::before {
  content: '\f3c5';
}
#footer-3-cell-1 .phone-2::before {
  content: '\f3cd';
  transform: unset;
}
#footer-3-cell-1 .tmf-post.small.location .streetAddress {
  line-height: 22px;
  align-self: center;
}
#footer-3-cell-1 .tmf-post.small.location .streetAddress::before {
  display: none;
}
#footer-3-cell-1 .payments a {
  position: relative;
  font-weight: 500;
}
#footer-3-cell-1 .payments a::before {
  content: '\f155';
  display: inline-block;
  vertical-align: middle;
  font-family: var(--font-awesome);
  font-size: 15px;
  font-weight: 700;
  color: #edeef1;
  margin-right: 5px;
  background: var(--accent);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 1.5em;
}
#footer-3-cell-1 p {
  margin: 0;
}
#footer-3-cell-1 .social-icons a {
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
#footer-3-cell-1 .editor-content .social-icons a:hover .label {
  text-decoration: underline;
}
#footer-3-cell-1 a .label {
  font-size: 0;
  font-weight: 500;
  color: var(--footer_text_color);
}
#footer-3-cell-1 .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#footer-3-cell-1 .social-icons .icon {
  background: none;
  width: 22px;
  height: 22px;
  margin-right: 0;
  display: inline-block;
  vertical-align: baseline;
}
#footer .social-text,
#footer-2 .social-text {
  display: none;
}
#footer-3 .social-text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--footer_text_color);
}
#footer-3 .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 25px;
}

@media screen and (max-width: 1000px) {
  #footer-3-cell-1 .inner {
    padding: 0;
  }
  #footer-3-wrapper {
    padding: 50px 0;
  }
  #footer-3-cell-1 .business-info {
    gap: 30px;
  }
  #footer-3-cell-1 .business-info .contact-links {
    gap: 30px;
  }
  #footer-3-cell-1 .business-info .address {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  #footer-3-cell-1 .business-info,
  #footer-3-cell-1 .business-info .contact-links {
    flex-direction: column;
    gap: 5px;
  }
}

@media screen and (max-width: 500px) {
  #footer-3 .socials {
    flex-direction: column;
    gap: 20px;
  }
}

/* #endregion Footer 3 Section */

/* ======================================== *
      #region Copyright Section
 * ======================================== */
#copyright-wrapper {
  background: var(--copyright-bg-color);
  overflow: hidden;
}
#copyright-container {
  max-width: 90%;
}
#copyright {
  padding: 25px 0;
}
#copyright p {
  color: var(--copyright-text-color);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
#copyright p a {
  color: var(--copyright-text-color);
  text-decoration: none;
  font-size: 14px;
}
#copyright a:hover {
  text-decoration: underline;
}
#copyright .divider {
  margin: 0 5px !important;
}

/* --- cell 1 --- */
#copyright #copyright-cell-1 {
  vertical-align: middle;
  text-align: center;
}
#copyright #copyright-cell-1 .inner {
  padding: 0;
}
#copyright #copyright-cell-1 br:first-of-type {
  display: none;
}

@media screen and (max-width: 1050px) {
  #copyright-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #copyright #copyright-cell-1 {
    text-align: center;
  }
}

@media screen and (max-width: 775px) {
  #copyright {
    padding: 25px 0;
  }
}
@media screen and (max-width: 620px) {
  #copyright #copyright-cell-1 br:first-of-type {
    display: block;
    margin-bottom: 5px;
  }
  #copyright #copyright-cell-1 span.divider.one {
    display: none;
  }
}

/* #endregion Copyright Section */
/* ======================================== *
      #region Copyright Section
 * ======================================== */
#copyright-2-wrapper {
  background: var(--copyright-bg-color);
  overflow: hidden;
}
#copyright-2-container {
  max-width: 90%;
}
#copyright-2 {
  padding: 25px 0;
}
#copyright-2 p {
  color: var(--copyright-text-color);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
#copyright-2 p a {
  color: var(--copyright-text-color);
  text-decoration: none;
  font-size: 14px;
}
#copyright-2 a:hover {
  text-decoration: underline;
}
#copyright-2 .divider {
  margin: 0 5px !important;
}

/** --- cell 1 --- */
#copyright-2 #copyright-2-cell-1 {
  vertical-align: middle;
  /* text-align: center; */
}
/* #copyright-2 #copyright-2-cell-1 .inner {
  padding: 0;
} */
#copyright-2 #copyright-2-cell-1 br:first-of-type {
  display: none;
}

/** --- cell 2 --- */
#copyright-2 #copyright-2-cell-2 {
  vertical-align: middle;
  text-align: right;
}

@media screen and (max-width: 1050px) {
  #copyright-2-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #copyright-2 #copyright-2-cell-1,
  #copyright-2 #copyright-2-cell-2 {
    text-align: center;
    padding-top: 5px;
  }
}

@media screen and (max-width: 620px) {
  #copyright-2 #copyright-2-cell-1 br:first-of-type {
    display: block;
    margin-bottom: 5px;
  }
  #copyright-2 #copyright-2-cell-1 span.divider.one {
    display: none;
  }
  #copyright-2 #copyright-2-cell-1 span.copyright {
    margin-bottom: 5px;
    display: block;
  }
}

/* #endregion Copyright 2 Section */

/* ======================================== *
      #region Buttons
 * ======================================== */
.post-type-archive .tmf-post a.read-more {
  text-decoration: none;
  font-weight: 500;
}
.post-type-archive .tmf-post a.read-more:hover {
  text-decoration: underline;
}
.tmf-button,
input[type='submit'] {
  position: relative;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  text-align: center;
  font-family: var(--body-font);
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  background: var(--accent);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.15s ease-in;
}
.tmf-button:hover,
input[type='submit']:hover {
  text-decoration: none;
}
.tmf-button:active,
.page-numbers:active,
input[type='submit']:active {
  text-decoration: none;
}
.gform_wrapper .tmf-button,
.gform_wrapper input[type='submit'] {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.gform_wrapper .tmf-button:hover,
.gform_wrapper input[type='submit']:hover {
  background: #fff;
  color: var(--primary);
}
.page-navigation .tmf-button,
.page-navigation .page-numbers {
  background: var(--primary);
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 31px;
  height: auto;
}
.page-navigation .page-numbers:hover,
.page-navigation .page-numbers:active {
  background: var(--accent);
  color: #000;
}
.page-navigation .last.tmf-button {
  vertical-align: top;
  transform: unset;
}
.page-navigation .last.tmf-button:active,
.page-navigation .last.tmf-button:hover {
  color: #000;
  background: var(--accent);
}
.page-navigation .last.tmf-button::before,
.page-navigation .last.tmf-button::after {
  display: none;
}
.page-numbers.current {
  background: var(--accent);
  color: #000;
}
.tmf-button.large {
  font-size: 1.1em;
  padding: 7px 25px;
}
.tmf-button.medium {
  font-size: 0.95em;
  padding: 7px 25px;
}
.tmf-button.small {
  font-size: 0.85em;
  padding: 3px 15px;
}
.tmf-button.tiny {
  font-size: 0.75em;
  padding: 2px 7px;
}

/* #endregion Buttons */

/* ======================================== *
      #region Inputs & Gravity Forms
 * ======================================== */
input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--form_input_placeholder_color);
  text-align: center;
}
input[type='text'],
input[type='tel'],
input[type='email'],
textarea,
select {
  background: var(--form_input_bg_color);
  border: 1px solid #cccccc;
  border-radius: 0px;
  color: var(--form_input_font_color);
  font-size: 15px !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  max-width: 100%;
  padding: 10px 10px !important;
  line-height: normal !important;
}
textarea {
  height: 120px !important;
}
select {
  -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
  -moz-appearance: none;
  appearance: none;
}
input[type='text']:focus,
textarea:focus {
  border: 1px solid #cccccc;
}
select.gfield_select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.6em;
  background-repeat: no-repeat;
}
body .gform_heading .gform_required_legend {
  color: var(--form_text_color);
  font-size: 13px !important;
}
body .gform_legacy_markup_wrapper .gfield_required {
  color: var(--required-color);
  margin-left: 4px;
}

/* Gravity Forms */
.gform_legacy_markup_wrapper {
  margin: 0 auto !important;
}
.gform_legacy_markup_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper #gform_1 li {
  padding-right: 0;
}
.gform_legacy_markup_wrapper textarea::placeholder,
.gform_legacy_markup_wrapper input::placeholder {
  color: var(--form_input_placeholder_color);
  text-align: left;
  font-size: 13px !important;
}
.gform_legacy_markup_wrapper input,
.gform_legacy_markup_wrapper textarea {
  background: var(--form_input_bg_color);
  color: var(--form_input_font_color);
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_legacy_markup_wrapper label.gfield_label {
  color: var(--form_text_color);
  font-size: 13px !important;
  font-weight: 700 !important;
  /* margin-left: 11px; */
}
.gform-field-label,
.gfield_label {
  color: var(--form_text_color);
}
.gfield_description {
  color: var(--form_text_color);
}
h2.gsection_title,
h3.gsection_title {
  color: var(--form_text_color);
}
/** max character length text */
body .gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 10px;
  margin: 0 0 20px;
  padding-right: 0;
  color: var(--form_text_color);
}
body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 0 !important;
}

body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

body .gform_legacy_markup_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
body .gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid var(--form_error_message_color);
}
/** error field make width match other fields */
body .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  text-align: left;
  line-height: 1.3;
  padding: 10px 0 0;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error,
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: none;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
body .gform_legacy_markup_wrapper .validation_message {
  color: var(--form_error_message_color);
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
}
body .gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  font-size: 15px;
  font-weight: 500;
  color: var(--form_error_message_color);
  margin: 0 0 0.9375rem 0;
}
body .gform_legacy_markup_wrapper div.validation_error {
  color: var(--form_error_message_color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  border: none;
  padding: 0;
  clear: both;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .gform_legacy_markup_wrapper form {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .gform_legacy_markup_wrapper {
    max-width: 100% !important;
  }
}

/* #endregion Inputs & Gravity Forms */
