/* Subpage styling goes here. Excluded on homepage */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/

.single-attorneys .banner {
  height: auto;
  padding: 40px 0;
}

.search-form {
  display: flex;
  position: relative;
}

.search-form button {
  height: 45px;
  width: 45px;
  font-size: 1.1rem;
  padding: 0 12px;
  border-radius: 0;
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/

.post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #f26522;
}

.post:last-child {
  border: none;
  padding-bottom: 0;
}

.post-head h1,
.post-head h2 {

  margin-bottom: 12px;
  padding: 0;
  border: 0;
  color: #070b2e;
}


.post-head h1 a,
.post-head h2 a {

  margin-bottom: 12px;
  padding: 0;
  border: 0;
  color: #070b2e;
}


.post-head h1 a:hover,
.post-head h1 a:focus,
.post-head h2 a:hover,
.post-head h2 a:focus {

  margin-bottom: 12px;
  padding: 0;
  border: 0;
  color: #f26522;
}

.post-head,
.post-body {
  margin-bottom: 30px;
}

.post-body {
  display: block;
}

.post-head-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 0;
}

.post-head-info i {
  margin: 0 5px;
}

.post-head-info a:hover,
.post-head-info a:focus {
  color: #000;
}

.post-head-info>div:not(:last-of-type):after {
  width: 1px;
  height: 12px;
  background: #f26522;
  content: "";
  display: inline-block;
  margin: 0 6px 0 12px;
  position: relative;
  top: 2px;
}

.post-head-info-authors span:not(:last-child):after,
.post-head-info-authors a:not(:last-child):after {
  content: ",";
}

.post-body-image img {
  max-width: 100%;
}

.post-body-image {
  margin-bottom: 8px;
}

img.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.post-body-excerpt p:last-of-type {
  margin-bottom: 0;
}

.post-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.post-bottom-share {
  color: #f26522;
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .post-body {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .single .post-body {
    display: block;
  }

  .single .post-body-image {
    margin: 0 0 30px;
  }

  .post-body-image~.post-body-excerpt {
    margin-left: 40px;
    width: 75%;
  }
}

/* BLOG > Blog Grid Style */
.blog-grid .post {
  border: 1px solid #5f6272;
  padding-bottom: 0;
}

.blog-grid .post-inner {
  padding: 30px;
}

.post-thumbnail-link {
  transition: opacity 200ms ease-out;
}

.post-thumbnail-link:focus,
.post-thumbnail-link:hover {
  opacity: 0.9;
}

.post-thumbnail-image {
  height: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
}

.blog-filters {
  margin-bottom: 40px;
}

.blog-filters-block:not(:last-of-type) {
  margin-bottom: 20px;
}

.blog-grid .post-bottom-share {
  display: none;
}

#blog-grid-pagination {
  margin-top: 50px;
}

.blog-grid .post,
.blog-filters-block {
  max-width: 380px;
}

@media screen and (min-width: 760px) {
  .blog-filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .blog-filters-block {
    margin-bottom: 0 !important;
    width: 48%;
  }

  .blog-grid .post-inner {
    padding: 40px;
  }

  .blog-grid .post-head-info-authors {
    display: none;
  }

  .blog-grid .post {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .post-thumbnail-image {
    height: 250px;
  }

  .blog-filters {
    justify-content: flex-start;
  }

  .blog-filters-block:not(:last-of-type) {
    margin-right: 30px;
  }
}

/* BLOG > Page Navigation */

.wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  display: block;
  background: #070b2e;
  color: #fff;
  margin-right: 10px;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #f26522;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  background: #c0c3d3;
  color: #070b2e;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
  display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: auto;
  color: #f26522;
  background: none;
  padding: 0 30px;
  border-radius: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
  background: none;
  color: #f26522;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Banner */

.attorney-banner-name h1 {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
}

.attorney-banner-left {
  margin: 0 auto 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: auto;
}

.attorney-banner-left img {
  max-width: 300px;
}

.attorney-banner-right {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.attorney-banner-phone-fax,
.attorney-banner-info p {
  margin-bottom: 15px;
}


.attorney-banner-info a {
  color: #fff;
  text-decoration: none
}

.vcard a {
  padding-left: 5px;
}

.attorney-banner-info a:hover,
.attorney-banner-info a:focus {
  color: #f16725;
  text-decoration: none
}

section.sidebar-block h2 {
  font-variant: all-small-caps;
  line-height: normal;
  color: #fff !important;
}

.attorney-banner-info>p:last-child {
  margin: 0;
}

.attorney-banner-info .divider-span {
  display: none;
}

.attorney-banner-position {
  text-transform: uppercase;
  color: #fff;
}

/* TEMPLATES > Attorney Banner Template A */

.single-attorneys-template-a .attorney-banner-right {
  /*background-color: #395d76;*/
  background-color: #070b2e;
  position: relative;
}

.single-attorneys-template-a .attorney-banner-left {
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-bottom: 0;
}

.single-attorneys-template-a .attorney-banner-name,
.single-attorneys-template-a .attorney-banner-info {
  padding: 30px 45px;
}

.single-attorneys-template-a .attorney-banner-name {
  border-bottom: 1px solid #fff;
}

.single-attorneys-template-a .attorney-banner-name h1 {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.single-attorneys-template-a .attorney-banner-info i {
  color: #f16725;
  width: 20px;
  text-align: center;
}

.attorney-banner-phone-fax p {
  color: #fff;
}

/* TEMPLATES > Attorney Banner Template B */

.single-attorneys-template-b .attorney-banner-name {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.single-attorneys-template-b .attorney-banner-left {
  background: white;
  background: linear-gradient(30deg, white 0%, #c0c3d3 100%);
  border: 2px solid #f26522;
}

.single-attorneys-template-b .attorney-banner-info p,
.single-attorneys-template-b .attorney-banner-info a {
  font-size: 1.3rem;
}

.single-attorneys-template-b .vcard a {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.single-attorneys-template-b .attorney-banner-info {
  margin-bottom: 30px;
}

.single-attorneys-template-b .attorney-banner-letter,
.single-attorneys-template-b .vcard i {
  display: inline-block;
  color: #f26522;
}

.single-attorneys-template-b .vcard i {
  font-size: 75%;
}

.single-attorneys-template-b .attorney-banner-info span {
  display: none;
}

@media screen and (min-width: 900px) {
  .attorney-banner-flex-row {
    display: flex;
    align-items: center;
  }

  .attorney-banner-flex-row p {
    margin: 0 24px 0 0;
  }

  .attorney-banner-name h1 {
    font-size: 2.8rem;
  }

  .attorney-banner-left img {
    max-width: 350px;
    width: auto;
  }

  .attorney-banner-right {
    min-width: 50%;
    margin-left: 40px;
    text-align: left;
  }

  .single-attorneys .banner {
    height: auto;
    padding: 100px 0 0;
  }

  .single-attorneys .banner-inner {
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .single-attorneys-template-b .attorney-banner-phone-fax p:first-of-type {
    margin-right: 15px;
  }
}

/* TEMPLATES > Attorney Template C */

.attorney-template-c-tabs {
  display: none;
}

.attorney-template-c-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}

.single-attorneys-template-c main {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 0;
  background-image: url(../images/background_ceiling.jpg);
}

.attorney-template-c-contact h1 {
  margin-bottom: 10px;
}

.attorney-template-c-contact h2 {
  font-size: 1.2rem;
}

.attorney-template-c-content {
  background: #fff;
  order: 1;
  padding: 30px 15px;
  width: 100%;
}

.attorney-template-c-photo {
  order: 0;
  display: flex;
  align-items: flex-end;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.attorney-template-c-photo img {
  max-width: 100%;
  width: auto;
  height: 400px;
}

@media screen and (min-width: 1025px) {
  .attorney-template-c-content-inner {
    max-height: 700px;
    overflow-y: scroll;
  }

  .single-attorneys-template-c main {
    padding-top: 180px;
  }

  .attorney-template-c-tabs {
    display: block;
    background: #f26522;
  }

  .attorney-template-c-photo img {
    height: auto;
  }

  .attorney-template-c-container {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .attorney-template-c-content.content {
    order: 0;
    max-width: 525px;
    align-self: flex-start;
    padding: 0 !important;
  }

  .attorney-template-c-content-inner {
    padding: 35px;
  }

  .attorney-template-c-photo {
    order: 1;
    width: auto;
    margin-left: 50px;
  }

  .attorney-template-c-content-inner .content-tab {
    padding: 0;
    margin: 0;
  }
}

/* TEMPLATES > Attorney Banner Template D */

.attorney-banner-large-left {
  order: 2;
}

.attorney-banner-large-right {
  order: 1;
  margin-bottom: 20px;
  width: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background: #e9f5f7;
}

.attorney-banner-large-name,
.attorney-banner-large-buttons,
.attorney-banner-large-info {
  margin-bottom: 35px;
}

.attorney-banner-large-info a,
.attorney-banner-large-info p {
  color: #fff;
}

.attorney-banner-large-info p {
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.attorney-banner-large-right img {
  height: 300px;
  width: auto;
  max-width: 100%;
}

.attorney-bio-main-d {
  position: relative;
}

.attorney-banner-large-quote {
  position: relative;
  padding-left: 70px;
}

.attorney-banner-large-quote em {
  color: #fff;
  font-size: 1.1rem;
}

.attorney-banner-large-quote:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 45px;
  height: 39px;
  background-image: url(../images/quote_cutout.png);
  background-repeat: no-repeat;
}

.attorney-banner-large-buttons {
  display: flex;
  flex-wrap: wrap;
}

.attorney-banner-large-buttons a {
  padding: 0;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-tabs-anchor-links .content-tabs-row {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  background: rgba(15, 133, 119, 0.8);
}

.content-tabs-anchor-links .content-tabs-row button {
  background: none;
  color: #fff;
  min-height: 60px;
  margin: 0;
  position: relative;
  flex: 1;
}

.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
  background: #070b2e;
}

.content-tabs-anchor-links .content-tabs-row button:after {
  position: absolute;
  content: "";
  height: 14px;
  background: #fff;
  right: 0;
  top: calc(50% - 7px);
  width: 1px;
}

.content-tabs-anchor-links .content-tabs-row button i {
  display: none;
}

.content-tabs-anchor-links .content-tabs-row button.active {
  background: #fff;
  color: #f26522;
}

.content-tabs-anchor-links .content-tabs-row button:hover:after,
.content-tabs-anchor-links .content-tabs-row button:focus:after,
.content-tabs-anchor-links .content-tabs-row button.active:after {
  display: none;
}

.single-attorneys-template-d .banner:before {
  display: none;
}

@media screen and (min-width: 900px) {
  .attorney-banner-large-left {
    order: 0;
    flex: 1;
    margin-right: 8%;
    align-self: center;
  }

  .attorney-banner-large-right {
    flex: 1;
    background: none;
    width: auto;
    margin: 0;
    align-self: flex-end;
  }

  .attorney-banner-large-right img {
    height: auto;
  }
}

/* TEMPLATES > Attorneys Landing */

/* Attorney Boxes */


.attorney-search-inner {
  display: block;
  outline: none;
  transition: filter 300ms ease-out, opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
  filter: blur(12px);
  opacity: 0;
}

.attorney-single-box {
  padding: 0;
  background: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.attorney-results .attorney-single-box {
  width: 100%;
}

.attorney-single-box img {
  width: 100%;
  transition: all 200ms ease-out;
}

.attorney-single-box:hover img,
.attorney-single-box:focus img {
  transform: scale(1.03);
}

.attorney-single-box .attorney-single-box-info {
  padding: 12px;
  background-color: #395D76;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: background 200ms ease-out;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
  color: #fff;
  margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
  background: #f26522;
}

.attorney-single-box h2 {
  font-size: 1.3rem;
}

.attorney-single-box-info p {
  font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
  .attorney-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .attorney-single-box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {


  .attorney-results {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Attorney Rows */

.attorney-single-row {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.attorney-row-link {
  justify-content: center;
  margin: 0 auto;
  max-width: 280px;
  transition: opacity 200ms ease-out;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
  opacity: 0.9;
}

.attorney-row-info-main {
  padding-top: 20px;
  border-top: 2px solid #c0c3d3;
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
  display: block;
}

.attorney-single-row i {
  color: #070b2e;
}

.attorney-row-additional {
  margin-top: 6px;
}

.attorney-row-info-main-position {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 790px) {
  .attorney-results-type-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .attorney-single-row {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results.attorney-results-type-row {
    display: block;
  }

  .attorney-single-row {
    flex-direction: row;
    border-bottom: 2px solid #c0c3d3;
    text-align: left;
    margin-bottom: 30px;
  }

  .attorney-row-info-main-position,
  .attorney-single-row:last-of-type,
  .attorney-row-additional,
  .attorney-row-link {
    margin: 0;
  }

  .attorney-row-info {
    display: flex;
    flex: 1;
    padding: 0 0 40px 5vw;
  }

  .attorney-row-info-main {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    flex: 1;
  }

  .attorney-row-info-main-contact {
    margin-top: 40px;
  }

  .attorney-row-additional {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
  }
}

/* Attorney Pops */

.attorney-results.attorney-results-type-pop {
  display: block;
}

.attorney-result-pop {
  display: none;
}

.attorney-result-pop-row {
  font-size: 1.1rem;
  padding: 20px 0;
  border-bottom: 1px solid #c0c3d3;
}

.attorney-result-pop-cell {
  flex: 1;
  margin-bottom: 5px;
}

.attorney-result-pop-name {
  flex-basis: 30%;
  width: 30%;
  position: relative;
}

.attorney-result-pop-info {
  margin-left: 40px;
}

.attorney-result-pop-info p {
  margin-bottom: 0;
}

.attorney-result-pop-row i {
  color: #f26522;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.attorney-result-pop-cell a {
  text-decoration: none;
}

.attorney-result-pop-cell>a {
  color: #070b2e;
}

.attorney-result-pop-name:hover>a,
.attorney-result-pop-cell a:hover,
.attorney-result-pop-cell a:focus {
  text-decoration: underline;
  color: #f26522;
}

.attorney-result-pop-info>a {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.attorney-result-pop-info a {
  color: #fff;
}

.attorney-result-pop-inner {
  display: flex;
  align-items: center;
}

.attorney-result-pop .attorney-result-pop-image img {
  max-width: 130px;
}

.attorney-result-pop {
  position: absolute;
  top: calc(100% - 115px);
  right: 0;
  padding: 30px;
  z-index: 1;
  background: #070b2e;
  height: 200px;
}

.attorney-result-pop-image {
  background: #c0c3d3;
  display: flex;
  flex-direction: column;
}

.attorney-result-pop:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14px 15px 0;
  border-color: transparent #070b2e transparent transparent;
  content: "";
  right: calc(100% - 1px);
  top: calc(50% - 15px);
  position: absolute;
}

.attorney-result-pop-vcard {
  margin-left: auto;
  flex-grow: 0;
}

.attorney-result-pop-vcard a:hover i,
.attorney-result-pop-vcard a:focus i {
  color: #f26522;
}

.attorney-result-pop-name-link {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 8px;
}

@media screen and (min-width: 900px) {
  .attorney-result-pop-cell {
    margin-bottom: 0;
  }

  .attorney-result-pop-name-link {
    margin-bottom: 0;
    font-size: inherit;
  }

  .attorney-result-pop-row {
    display: flex;
    width: 100%;
  }

  .attorney-result-pop-name:focus-within .attorney-result-pop,
  .attorney-result-pop-name:hover .attorney-result-pop {
    display: block;
    -webkit-animation: fadeInLeftSlight 200ms ease-out;
    animation: fadeInLeftSlight 200ms ease-out;
  }
}

/* TEMPLATES > Attorney Search */
.attorney-search-bar {
  text-align: center;
  margin-bottom: 40px;
  border-top: 1px solid #e9f5f7;
  border-bottom: 1px solid #e9f5f7;
}

.attorney-search-container-columns {
  padding-top: 40px;
  padding-bottom: 40px;
}

.attorney-search-bar-string span {
  font-weight: 600;
}

.attorney-search-bar-string span:not(:last-of-type):after {
  margin-right: 5px;
  content: ",";
}

.attorney-search-letters {
  margin-bottom: 40px;
}

.attorney-search-letters-single {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  background: none;
  color: #f26522;
  text-decoration: none;
  font-weight: 600;
}

#attorney-search-clear {
  display: none;
}

.search-results-displayed #attorney-search-clear {
  display: inline-block;
}

span.attorney-search-letters-single {
  color: #c0c3d3;
}

@media screen and (min-width: 700px) {
  .attorney-search-form .form-input-row {
    display: flex;
  }

  .form-input-group:first-of-type {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .attorney-search-letters {
    display: flex;
    justify-content: space-between;
  }
}

/* TEMPLATES > Practices Landing */

.practice-box {
  display: block;
  padding: 25px;
  background: #070b2e;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background 200ms ease-out;
}

.practice-box:last-of-type {
  margin-bottom: 0;
}

.practice-box:hover,
.practice-box:focus {
  background: #f26522;
}

.practice-box span {
  margin: 0;
  font-size: 1.3rem;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
}

.practice-box:focus span,
.practice-box:hover span {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .practice-box-list {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    justify-content: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
  }

  .practice-box-list .module-practices-i-right-single {
    width: 48%;
    height: 350px;
  }

  .practice-box {
    margin-bottom: 0;
  }
}

/* TEMPLATES > Contact */

.office-block {
  margin-bottom: 30px;
}

.office-block-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.office-block-info {
  background: #eee;
  position: relative;
  padding: 30px;
}

.office-contact i {
  color: #f26522;
}

.office-block-info p {
  margin: 0;
}

.office-contact {
  margin-top: 30px;
}

.office-contact p {
  font-weight: 700;
}

.office-block-info-inner {
  width: 100%;
}

.office-contact-map {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1025px) {
  .office-block {
    display: flex;
  }

  .office-block-image {
    display: flex;
    width: 250px;
    flex-basis: 250px;
    height: 250px;
  }

  .office-block-info {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* TEMPLATES > Contact Full */

.page-template-template-contact-full main {
  background-image: url(../images/hero_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 80px;
  position: relative;
}

.contact-full-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.contact-full-inner {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}

@media screen and (min-width: 1025px) {
  .page-template-template-contact-full main {
    height: 100vh;
    padding: 0;
  }

  .contact-full-inner {
    padding: 40px;
  }

  .contact-full-content {
    padding-right: 15%;
  }

  .contact-full-container {
    align-items: center;
    height: 100vh;
    padding-top: 100px;
  }
}

@media screen and (max-height: 750px) and (min-width: 1025px) {

  .page-template-template-contact-full main,
  .contact-full-container {
    height: 100%;
  }

  .contact-full-container {
    padding: 0;
  }

  .page-template-template-contact-full main {
    padding: 160px 0 100px;
  }
}

/* TEMPLATES > Attorney Bios */

.content-tabs-row {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.content-tabs-row-inner {
  display: flex;
}

.content-tabs-row .content-tab-activate {
  margin-right: 10px;
}

.content-tab-activate {
  border-radius: 0;
  flex: 1;
}

.content-tab-activate.active {
  background: #070b2e;
  pointer-events: none;
}

.content-tab {
  display: none;
  margin-bottom: 50px;
}

.content-tab.active {
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.content-tab.active,
.content-tabs-anchor-links .content-tab {
  display: block;
}

.content-tabs-anchor-links .mobile-tab {
  display: none;
}

.content-tabs-select {
  margin: 0 auto 30px;
  display: none;
}

.content-tabs-anchor-links .content-tabs-select {
  display: block;
}

.mobile-tab {
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  margin-bottom: 20px;
  position: relative;
}

.mobile-tab:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  right: 15px;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .content-tabs {
    display: flex;
    flex-wrap: wrap;
  }

  .content-tabs-row {
    display: block;
  }

  .mobile-tab,
  .content-tabs-anchor-links .content-tabs-select {
    display: none;
  }
}

/* TEMPLATES > Long-Form */

.banner-xl {
  background: rgb(20, 23, 47);
  background: linear-gradient(180deg,
      rgba(20, 23, 47, 1) 46%,
      rgba(36, 42, 88, 1) 100%);
  padding: 40px 0;
}

.banner-xl-content p:last-child {
  margin: 0;
}

.banner-xl-image {
  text-align: center;
}

.banner-xl-title {
  font-size: 3.5rem;
  line-height: 1.4;
}

.banner-xl-image img {
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .banner-xl-inner {
    display: flex;
    align-items: center;
  }

  .banner-xl-image img {
    max-width: 100%;
  }

  .banner-xl-content {
    padding-left: 60px;
    flex: 1;
  }
}

.top-table-contents {
  padding: 50px 0;
  background: #e5e8f6;
}

.top-table-contents-button {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  text-decoration: none !important;
  margin: 0 auto;
}

.top-table-contents-button {
  font-size: 1.2rem;
}

.top-table-contents-icon-container {
  margin-bottom: 15px;
}

.top-table-contents-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.top-table-contents-button-icon {
  background: #f26522;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  transition: all 200ms ease-out;
}

.top-table-contents-button i {
  font-size: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-table-contents-button-icon:hover,
.top-table-contents-button-icon:focus {
  transform: scale(1.03);
  background: #f26522;
}

.is-sticky .top-table-contents {
  padding: 20px 0;
}

.is-sticky .top-table-contents-button-icon {
  width: 30px;
  height: 30px;
}

.is-sticky .top-table-contents-button i {
  font-size: 1rem;
}

.is-sticky .top-table-contents-icon-container {
  margin: 0 12px 0 0;
}

.is-sticky .top-table-contents-title {
  display: none;
}

.is-sticky .top-table-contents-button {
  flex-direction: row;
  margin: 0 auto 0 0;
}

.single-chapter-banner-title h2 {
  font-size: 2.4rem;
  margin: 0;
}

.single-chapter-banner-image {
  margin-bottom: 20px;
}

.single-chapter:nth-child(2n) {
  background: #e9f5f7;
}

.banner-xl {
  padding: 50px 0;
}

.single-chapter-banner {
  background: #070b2e;
}

.single-chapter-content,
.single-chapter-banner {
  padding: 30px 0;
}

@media screen and (min-width: 900px) {
  .single-chapter-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .single-chapter-banner-image {
    margin-bottom: 0;
    padding-left: 5vw;
  }

  .single-chapter-banner-title h2 {
    margin: 0;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .top-table-contents-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* TEMPLATES > Confirmation */

.confirm-contact {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}

.confirm-contact a:not(:last-child) {
  margin-right: 20px;
}

.confirm-social {
  margin-bottom: 60px;
}

/* TEMPLATES > Reviews */

.review-social {
  margin: 40px 0;
}

.review-social .social-links {
  max-width: none;
  justify-content: flex-start;
}

.review-social .social-links a {
  font-size: 2.4rem;
  border: 1px solid #5f6272;
  background: #fff;
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  transition: all 200ms ease-out;
}

.review-social .social-links a:focus,
.review-social .social-links a:hover {
  opacity: 0.85;
  background: #e9f5f7;
}

.review-stars i {
  font-size: 2rem;
  color: #f26522;
}

/* TEMPLATES > Testimonials */

.content-testimonial-single:not(:last-child) {
  border-bottom: 1px solid #c0c3d3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content-testimonial-stars {
  font-size: 1.5rem;
}

.content-testimonial-source {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.content-testimonial-source:before {
  content: "-";
  margin-right: 6px;
  display: inline-block;
}

/* PROJECTS > Grid and Cards */
.project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.project-card {
  border: 1px solid var(--gray-color);
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.project-card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project-card-content {
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.project-card-content h2,
.project-card-content h2 a {
  font-size: 1.4rem;
  margin: 0 0 10px;
  font-weight: 400;
  color: var(--primary-color);
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.project-card-content h2 a:hover,
.project-card-content h2 a:focus {
  color: var(--secondary-color);
}

.project-card-content p {
  margin: 0 0 20px;
}

.project-card-content a {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--secondary-color);
  text-decoration: none;
  margin-top: auto;
}

.project-card-content a:hover {
  color: var(--primary-color);
}

@media screen and (min-width: 640px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1025px) {
  .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}