/**
 * **************************************
 *
 * @format
 */

/* Theme Name: PaperStreet                */
/* Theme URI: http://www.kandkpc.com      */
/* Author: PaperStreet                    */
/* Author URI: http://www.paperstreet.com */
/* Description: For PaperStreet           */
/* Version: 1.0                           */
/******************************************/

:root {
  --color-blue: #334059;
  --color-orange: #f0644a;
  --color-dark-orange: #d9543d;
}

/*********/
/* Reset */
/*********/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
script {
  display: none !important;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  color: #000;
  margin: 0 30px 20px;
}
q {
  quotes: '\201C''\201D''\2018''\2019';
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
  height: 0;
  display: block;
  margin: 0 !important;
  line-height: 0 !important;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
}
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'] {
  height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
p.alignleft,
div.alignleft,
img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/****************/
/* Style        */
/****************/
/* - Formatting */
/* - Header     */
/* - Content    */
/* - Sidebar    */
/* - Footer     */
/* - Responsive */
/****************/

/**************/
/* Formatting */
/**************/
/* Fonts */
/* @font-face{font-family:'Lato';src:url(fonts/lato-regular-webfont.woff2) format("woff2"),url(fonts/lato-regular-webfont.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:'Lato';src:url(fonts/lato-italic-webfont.woff2) format("woff2"),url(fonts/lato-italic-webfont.woff) format("woff");font-weight:400;font-style:italic}
@font-face{font-family:'Lato';src:url(fonts/lato-bold-webfont.woff2) format("woff2"),url(fonts/lato-bold-webfont.woff) format("woff");font-weight:700;font-style:normal}
@font-face{font-family:'Lato';src:url(fonts/lato-bolditalic-webfont.woff2) format("woff2"),url(fonts/lato-bolditalic-webfont.woff) format("woff");font-weight:700;font-style:italic} */

/* HTML */
html {
  overflow-y: scroll;
}

/* Body */
body {
  display: block !important;
  color: #0b1820;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: #0b1820;
  font-weight: normal;
  font-family: 'Lora', serif;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 24px;
}

/* Paragraph */
p {
  margin: 0 0 20px;
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
}

/* Lists */
ol,
ul {
  margin: 0 0 20px 40px;
  font-size: 16px;
}
ul {
  list-style: none;
}
ol {
  list-style-position: inside;
}

/* Links */
a {
  color: var(--color-orange);
}
p a {
  text-decoration: underline;
}
a:hover {
  color: var(--color-dark-orange);
}

/* Buttons */
.button {
  padding: 20px 30px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-orange);
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 3px;
}
.button:focus,
.button:hover {
  background-color: var(--color-dark-orange);
  color: #fff;
}

/* Template */
body.admin-bar .site-container {
  padding-top: 32px;
}
.row {
  max-width: 1600px;
  position: relative;
}
iframe {
  border: none;
}
.center {
  text-align: center;
}
.hide {
  display: none;
}

/* Sticky */
.off-canvas-content {
  overflow: hidden;
}
body.admin-bar .sticky-container {
  top: 32px !important;
}
.sticky-container {
  min-height: 91px;
  position: static;
}
.sticky-container .sticky {
  padding: 0;
}
.off-canvas.position-right {
  position: fixed;
  right: -250px;
  top: 0;
  z-index: 1;
  transition: 0.5s ease;
}
.is-open-right .off-canvas.position-right {
  right: -0px;
}
.off-canvas {
  background-color: transparent;
}
.is-open-right {
  -webkit-transform: initial;
  transform: initial;
  margin-left: -250px;
}
.off-canvas-wrapper-inner {
  transition: margin 0.5s ease;
}
.sticky.is-stuck,
.sticky.is-at-top {
  left: 0px !important;
  transition: none;
  z-index: 999;
}
.is-open-right .sticky.is-stuck,
.is-open-right .sticky.is-at-top {
  left: -250px !important;
}
body.admin-bar .sticky.is-stuck.is-at-top {
  top: 32px !important;
}
.title-bar {
  background: none;
  padding: 0;
  transition: none;
}

/* Pushy */
.pushy {
  max-width: 40vw;
  width: 100%;
  z-index: 9999;
  background-color: var(--color-blue);
  min-height: 100%;
}
body.admin-bar .pushy {
  top: 32px;
}
#container,
.pushy,
.push {
  transition: transform 1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  padding-top: 40px;
  visibility: visible !important;
}
.pushy-content .close-button {
  font-size: 35px;
  color: #ffffff;
  float: right;
  display: inline-block;
  margin: 0 150px 40px 0;
  position: static;
}
.pushy-content .close-button:hover {
  color: var(--color-orange);
}
.pushy-content > ul:before {
  content: '';
  clear: both;
  display: block;
}
.pushy-content > ul {
  padding: 0;
  margin: 0;
}
.pushy-content > ul > li a:before,
.pushy-content > ul > li > button:before {
  content: '\f0da';
  color: var(--color-orange);
  display: inline-block;
  margin-right: 10px;
}
.pushy-content > ul > li > a,
.pushy-content > ul > li > button {
  border-top: 2px solid #fff;
  background-color: var(--color-blue);
  color: #ffffff;
  padding: 38px 50px 38px 150px;
  /* opacity: 0; */
  font-size: 20px;
  text-transform: uppercase;
}
.pushy-content > ul > li:last-child > a,
.pushy-content > ul > li:last-child > button {
  border-bottom: 2px solid #fff;
}
.pushy-content > ul a:hover,
.pushy-content > ul button:hover {
  background-color: var(--color-blue);
}
.pushy-content > ul a:focus,
.pushy-content > ul button:focus {
  outline: none;
}
.pushy-content > ul > li > button::after {
  content: '\f105';
  background: none;
  height: auto;
  width: auto;
  right: 40px;
}
.pushy-content > ul > li.pushy-submenu ul {
  padding-left: 180px;
  margin: 0;
}
.pushy-content > ul > li.pushy-submenu ul > li.pushy-submenu ul {
  padding-left: 30px;
  margin: 0;
}
.pushy-content > ul > li.pushy-submenu.pushy-submenu-open {
  overflow: hidden;
}
.pushy-content > ul > li.pushy-submenu.pushy-submenu-open ul {
  margin: 15px 0 35px;
}
.pushy-content > ul > li.pushy-submenu.pushy-submenu-closed ul {
  height: 0;
}
/*.pushy-content > ul > li.pushy-submenu.menu-item-420.pushy-submenu-open ul {height: 75px;}
.pushy-content > ul > li.pushy-submenu.menu-item-424.pushy-submenu-open ul {height: 150px;}
.pushy-content > ul > li.pushy-submenu.menu-item-433.pushy-submenu-open ul {height: 75px;}
.pushy-content > ul > li.pushy-submenu.menu-item-438.pushy-submenu-open ul {height: 150px;}*/
.pushy-content > ul > li.menu-item-3639 > ul.dropdown > li:first-child,
.pushy-content > ul > li.menu-item-3415 > ul.dropdown > li:first-child {
  display: none !important;
}
.pushy-content > ul > li > ul > li > a,
.pushy-content > ul > li > ul > li > ul > li > a {
  padding: 7px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.pushy-content > ul > li > ul li button:hover,
.pushy-content > ul > li > ul li a:hover {
  background: none !important;
  color: var(--color-orange);
}
body.pushy-open-right {
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  margin-right: 17px !important;
}
body.pushy-open-right .header {
  margin-right: 17px;
  width: auto;
}

/* Slider reset */
.carousel {
  overflow: hidden;
}
.slick-buttons {
  position: static;
}
.slick-prev {
  left: auto;
  right: 50px;
}
.slick-next {
  right: 0;
}
.slick-prev,
.slick-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  margin: 0 !important;
  text-align: center;
  line-height: 40px;
  bottom: -50px;
  font-size: 24px;
  z-index: 1;
  opacity: 1;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  color: transparent;
  border-radius: 0;
  color: #ffffff;
  overflow: hidden;
  top: auto;
}
.slick-prev:before,
.slick-next:before {
  font-size: 50px;
  opacity: 1;
}
.slick-prev:before {
  content: '\f104';
}
.slick-next:before {
  content: '\f105';
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: var(--color-orange);
}

/* Animation */
.animated {
  opacity: 1 !important;
}

/**********/
/* Header */
/**********/
.sticky-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 999;
}
.header {
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
}
body.single-practices .header,
.header.not-top {
  height: 100px;
  background-color: #101010;
}
body.home .header {
  opacity: 0;
}
.header .row {
  max-width: 1710px;
}

/* Logo */
.header .logo {
  padding: 40px 0 20px;
  float: left;
}
.header .logo img {
  margin: 0;
  display: block;
  height: 90px;
}
body.single-practices .header .logo,
.header.not-top .logo {
  padding: 15px 0;
}
body.single-practices .header .logo img,
.header.not-top .logo img {
  height: 70px;
}

/* Top right */
.header .top-right {
  padding: 40px 0;
  text-align: right;
  float: right;
}
body.single-practices .header .top-right,
.header.not-top .top-right {
  padding: 20px 0;
}
.header .top-right a {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-orange);
  text-transform: uppercase;
  display: block;
  float: right;
}
.header .top-right a.free {
  margin-right: 40px;
  padding: 15px 0;
  color: var(--color-orange);
}
.header .top-right a.free:hover {
  color: var(--color-dark-orange);
}
.header .top-right a.mobile-phone {
  display: none;
  padding: 12.5px 17px;
  background-color: var(--color-orange);
  text-align: center;
  margin: 0;
  font-size: 30px;
  color: #ffffff;
  width: auto;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  line-height: 35px;
  margin-right: 15px;
}
.header .top-right a.mobile-phone:hover {
  background-color: #fff;
  color: var(--color-dark-orange);
}
.header .top-right a.phone {
  color: #ffffff;
  font-family: 'Lora', serif;
  margin-right: 25px;
  font-size: 30px;
  padding: 8px 0 7px;
}
.header .top-right a.phone:hover {
  color: #7a7a7a;
}
.header .top-right a.button {
  padding: 19px 15px;
  background-color: var(--color-blue);
  color: #fff;
  margin: 0 30px 0 0;
}
.header .top-right a.button:hover {
  background-color: #fff;
  color: var(--color-blue);
}
.header .top-right .menu-button {
  padding: 12.5px 17px;
  background-color: var(--color-orange);
  text-align: center;
  margin: 0;
  font-size: 30px;
  color: #ffffff;
  width: auto;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: right;
}
.header .top-right .menu-button:after,
.header .top-right .menu-button::after {
  display: none !important;
  box-shadow: none;
  position: static;
}
.header .top-right .menu-button:hover {
  background-color: var(--color-dark-orange);
}

/* Mobile */
.mobile-bar {
  display: none;
  height: 60px;
  width: 100%;
  background: #000;
}
.mobile-bar a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  float: right;
  background-color: #000;
}
.mobile-bar a.free {
  text-align: center;
  padding: 15px 0;
  width: calc(100% - 120px);
}
.mobile-bar a.free:hover {
  color: var(--color-orange);
}
.mobile-bar a.mobile-phone {
  padding: 12.5px 17px;
  background-color: var(--color-orange);
  text-align: center;
  margin: 0;
  font-size: 30px;
  color: #ffffff;
  width: auto;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  line-height: 35px;
}
.mobile-bar a.mobile-phone:hover {
  background-color: var(--color-dark-orange);
  color: #fff;
}
.mobile-bar .menu-button {
  padding: 12.5px 17px;
  background-color: var(--color-orange);
  text-align: center;
  margin: 0;
  font-size: 30px;
  color: #ffffff;
  width: auto;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: right;
}
.mobile-bar .menu-button:after,
.mobile-bar .menu-button::after {
  display: none !important;
  box-shadow: none;
  position: static;
}
.mobile-bar .menu-button:hover {
  background-color: var(--color-dark-orange);
  color: #fff;
}

/************/
/* Homepage */
/************/
/* Home slider */
.slider-section {
  background-color: #2b2c2c;
  position: relative;
  max-height: 100vh;
  min-height: 400px;
}
body.home .slider-section {
  opacity: 0;
}
body.admin-bar .slider-section {
  max-height: calc(100vh - 32px);
}
.slider-section .slick-slide {
  max-height: 100vh;
  min-height: 400px;
}
body.admin-bar .slider-section .slick-slide {
  max-height: calc(100vh - 32px);
}
.slider-section .container {
  position: relative;
}
.slider-section .item {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.slider-section .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-section .text-box .headline-text {
  padding-top: 260px;
  max-width: 1300px;
  opacity: 0;
}
.slider-section .text-box .headline-text p.firm-text {
  color: #ffffff;
  margin-bottom: 65px;
  font-family: 'Questrial', sans-serif;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 72px;
}
.slider-section .text-box .headline-text p.title-text {
  font-size: 70px;
  line-height: 80px;
  font-family: 'Lora', serif;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
.slider-section .text-box .headline-text p.title-text span {
  background-color: var(--color-orange);
  color: #ffffff;
  display: inline-block;
  padding: 0 2px 15px 4px;
  letter-spacing: 3px;
  line-height: 47px;
}

.slider-section .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  list-style: none;
  max-width: 1680px;
  margin: 0 auto 80px;
  left: 0;
  right: 0;
  opacity: 0;
  padding-left: 5px;
}
.slider-section .slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
  display: block;
  height: auto;
  width: auto;
}
.slider-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #888889;
  height: 15px;
}
.slider-section .slick-dots li button:hover,
.slider-section .slick-dots li button:focus {
  outline: none;
}
.slider-section .slick-dots li button:before {
  display: none;
}
.slider-section .slick-dots li.slick-active button {
  width: 80px;
  border-color: #ffffff;
}

.slider-section .slide-count-wrap {
  position: absolute;
  bottom: 0;
  display: block;
  max-width: 1680px;
  margin: 0 auto 30px;
  left: 0;
  right: 0;
  opacity: 0;
  color: #ffffff;
  font-style: italic;
  font-family: 'Lora', serif;
  font-size: 18px;
  padding-left: 5px;
}
.slider-section .slide-count-wrap a {
  color: #ee4039;
  margin-right: 10px;
}
.slider-section .slide-count-wrap a:focus {
  outline: none;
}

.slider-section .scroll-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  padding: 0 15px;
  opacity: 0;
  max-width: 1710px;
  text-align: right;
  margin: 0 auto 30px;
}
.slider-section .scroll-holder a {
  font-style: italic;
  color: #ffffff;
}
.slider-section .scroll-holder a:before {
  content: '\f13a';
  margin-right: 5px;
}

/* Video */
.video-section {
  width: 100%;
  max-width: 990px;
  margin: -230px auto 0;
  padding: 30px 30px 0;
  position: relative;
}
body.home .video-section {
  opacity: 0;
}
body.single-practices .video-section {
  margin: 0 auto;
  padding: 0;
}
.video-section .video-background {
  height: 230px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.video-section .video-holder {
  position: relative;
  z-index: 2;
}
.video-section .video-holder img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  min-height: 150px;
}
.video-section .video-holder a.play {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #ffffff;
  text-align: center;
  line-height: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
}
.video-section .video-holder a.play i {
  color: #ffffff;
  font-size: 80px;
  line-height: 108px;
  margin-right: -17px;
}

/* Our firm */
.firm-section {
  background: #ffffff url('images/bg-firm.png') no-repeat;
  background-position: center;
  background-size: contain;
  padding: 60px 0 65px;
}
body.home .firm-section {
  opacity: 0;
}
.firm-section .row {
  max-width: 1220px;
}
.firm-section .firm-area {
  text-align: center;
}
.firm-section .firm-area h2 {
  font-size: 48px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 60px;
}
.firm-section .firm-area h2:after {
  content: '';
  display: block;
  margin: 45px auto 0;
  height: 3px;
  width: 45px;
  background-color: #c2c2c2;
}
.firm-section .firm-area p {
  font-size: 18px;
  line-height: 35px;
  color: #363636;
  margin-bottom: 50px;
}
.firm-section .firm-area p:last-child {
  margin-bottom: 0;
}
.firm-section .firm-area a.button {
  margin-bottom: 0;
}
.firm-section .firm-area a.button:after {
  content: '\f138';
  display: inline-block;
  margin-left: 15px;
}

/* Difference */
.difference-section {
  padding: 0;
}
body.home .difference-section {
  opacity: 0;
}
.difference-section:after {
  content: '';
  clear: both;
  display: block;
}
.difference-section .text-side {
  background-color: var(--color-blue);
  width: 17%;
  float: left;
  min-height: 780px;
  padding: 40px;
  position: relative;
}
.difference-section .text-side .text-rotate {
  border: 2px solid #ffffff;
  text-align: center;
  height: 700px;
  /* background: #e2cbb5 url('images/bg-difference.png') no-repeat; */
  background-position: center 50px;
}
.difference-section .text-side .text-rotate h2 {
  /* display: none; */
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 70px 0;
}
@media screen and (min-width: 640px) {
  .difference-section .text-side .text-rotate h2 {
    font-size: 40px;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    display: inline-block;
    padding: 70px 0;
    color: white;
  }
}

.difference-section .text-side a.scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  padding: 30px 10px;
  background-color: var(--color-orange);
  display: block;
  max-width: 80px;
  text-align: center;
}
.difference-section .text-side a.scroll-down:hover {
  background-color: var(--color-dark-orange);
}
.difference-section .accordion-side {
  background-color: #0f0f0f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 83%;
  float: left;
  min-height: 780px;
  padding-top: 100px;
}
.difference-section .accordion-side .row {
  max-width: 1090px;
}
.accordion-side ul {
  background: none;
  margin: 0 !important;
}
.accordion-side ul li.accordion-item {
  margin: 0 0 15px;
}
.accordion-side ul li.accordion-item:before {
  content: '';
  display: none !important;
}
.accordion-side ul li.accordion-item.is-active {
  background-color: #000000;
}
.accordion-side ul li.accordion-item a.accordion-title {
  border: 3px solid #ffffff;
  padding: 20px 35px;
  width: 100%;
  display: block;
}
.accordion-side ul li.accordion-item a.accordion-title:before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.accordion-side ul li.accordion-item.is-active a.accordion-title,
.accordion-side ul li.accordion-item a.accordion-title:focus,
.accordion-side ul li.accordion-item a.accordion-title:hover {
  background-color: #000000;
  outline: none;
}
.accordion-side ul li.accordion-item.is-active a.accordion-title {
  border-bottom: none;
}
.accordion-side ul li.accordion-item a.accordion-title:before {
  color: #ffffff;
  font-size: 40px;
  transform: translateY(-50%);
  margin-top: 0;
  left: auto;
}
.accordion-side ul li.accordion-item a.accordion-title h3 {
  color: var(--color-orange);
  font-size: 30px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}
.accordion-side ul li.accordion-item .accordion-content {
  background-color: #000000;
  border: 3px solid #ffffff;
  border-top: 0;
  padding: 0 35px 20px;
}
.accordion-side ul li.accordion-item .accordion-content p {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
}

.accordion-side.white-background {
  background-color: #ffffff;
  margin-bottom: 50px;
}
.accordion-side.white-background ul li.accordion-item a.accordion-title {
  border-color: #000000;
}
.accordion-side.white-background ul li.accordion-item a.accordion-title:before {
  color: #000000;
}
.accordion-side.white-background ul li.accordion-item.is-active a.accordion-title:before,
.accordion-side.white-background ul li.accordion-item a.accordion-title:focus:before,
.accordion-side.white-background ul li.accordion-item a.accordion-title:hover:before {
  color: var(--color-orange);
}
.accordion-side.white-background ul li.accordion-item a.accordion-title h3 {
  color: var(--color-orange);
}
.accordion-side.white-background ul li.accordion-item.is-active a.accordion-title h3,
.accordion-side.white-background ul li.accordion-item a.accordion-title:focus h3,
.accordion-side.white-background ul li.accordion-item a.accordion-title:hover h3 {
  color: #fff;
}
.accordion-side.white-background ul li.accordion-item .accordion-content {
  border-color: #000000;
}

/* Expectations */
.expectations-section {
  padding: 90px 0 130px;
  text-align: center;
}
body.home .expectations-section {
  opacity: 0;
}
.expectations-section h2 {
  font-size: 48px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 60px;
}
.expectations-section h2:after {
  content: '';
  display: block;
  margin: 45px auto 0;
  height: 3px;
  width: 45px;
  background-color: #c2c2c2;
}
.expectations-section .expect-area {
  max-width: 1400px;
  margin: 0 auto;
}
.expectations-section .expect-area ul.tabs {
  background-color: var(--color-orange);
  font-size: 0;
}
.expectations-section .expect-area ul.tabs li.tabs-title {
  display: inline-block;
  width: 20%;
}
.expectations-section .expect-area ul.tabs li.tabs-title > a {
  color: #fff;
  padding: 65px 20px;
  font-size: 22px;
  font-family: 'Lora', serif;
  background-color: var(--color-orange);
  font-weight: bold;
  position: relative;
  min-height: 340px;
}
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-controls='panel2'],
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-controls='panel4'] {
  background-color: var(--color-dark-orange);
}
.expectations-section .expect-area ul.tabs li.tabs-title > a:hover,
.expectations-section .expect-area ul.tabs li.tabs-title > a:focus,
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-selected='true'] {
  background-color: var(--color-blue);
  outline: none;
}

.expectations-section .expect-area ul.tabs li.tabs-title > a:hover,
.expectations-section .expect-area ul.tabs li.tabs-title > a:focus,
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-selected='true'] {
  background-color: #2c2d2d;
  outline: none;
}

/* .expectations-section .expect-area ul.tabs li.tabs-title > a[aria-controls='panel2']:hover,
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-controls='panel2']:focus,
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-controls='panel4']:hover,
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-controls='panel4']:focus,
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-controls='panel2'][aria-selected='true'],
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-controls='panel4'][aria-selected='true'] {
  background-color: #e2cbb5;
  color: #8f031a;
} */

.expectations-section .expect-area ul.tabs li.tabs-title > a:after {
  content: '\f0d7';
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0);
  font-size: 70px;
}
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-selected='true']:after {
  color: var(--color-orange);
}
.expectations-section .expect-area ul.tabs li.tabs-title > a span {
  font-size: 90px;
  display: block;
  margin-bottom: 50px;
}
.expectations-section .expect-area ul.tabs li.tabs-title > a span:after {
  content: '';
  height: 5px;
  width: 37px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 45px;
  display: block;
  margin: 0 auto;
}
.expectations-section .expect-area ul.tabs li.tabs-title > a[aria-selected='true'] span:after {
  background-color: #fff;
}
.expectations-section .expect-area .tabs-content {
  background-color: #f1f1f1;
  border: none;
  padding: 110px 50px 100px;
}
.expectations-section .expect-area .tabs-content .tabs-panel {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
.expectations-section .expect-area .tabs-content .tabs-panel h3 {
  text-transform: uppercase;
  color: #000000;
  font-size: 36px;
  margin-bottom: 35px;
}
.expectations-section .expect-area .tabs-content .tabs-panel h4 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-weight: normal;
}
.expectations-section .expect-area .tabs-content .tabs-panel p {
  color: #363636;
  font-size: 18px;
  line-height: 35px;
}
.expectations-section .expect-area .tabs-content .tabs-panel p:last-child {
  margin-bottom: 0;
}

.expectations-section .expect-area ul.accordion {
  background-color: var(--color-orange);
  font-size: 0;
}
.expectations-section .expect-area ul.accordion li > a.accordion-title {
  color: var(--color-orange);
  padding: 15px 20px;
  font-size: 18px;
  font-family: 'Lora', serif;
  background-color: var(--color-orange);
  font-weight: bold;
  position: relative;
}
.expectations-section .expect-area ul.accordion li > a.accordion-title h3 {
  color: var(--color-orange);
  font-size: 18px;
  margin: 0;
}
.expectations-section .expect-area ul.accordion li.item-2 > a.accordion-title,
.expectations-section .expect-area ul.accordion li.item-4 > a.accordion-title {
  background-color: #740215 !important;
}
.expectations-section .expect-area ul.accordion li > a.accordion-title span {
  font-size: 25px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.expectations-section .expect-area ul.accordion li > a.accordion-title span:after {
  content: '';
  height: 2px;
  width: 37px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  display: block;
  margin: 0 auto;
}
.expectations-section .expect-area ul.accordion li > a.accordion-title[aria-selected='true'] span:after {
  background-color: var(--color-orange);
}

/* Practices */
.practices-section {
  background-color: #cecdce;
  padding: 100px 0 95px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
body.home .practices-section {
  opacity: 0;
}
.practices-section h2 {
  font-size: 48px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 60px;
}
.practices-section h2:after {
  content: '';
  display: block;
  margin: 45px auto 0;
  height: 3px;
  width: 45px;
  background-color: #0a0a0a;
}
.practice-row {
  max-width: 1430px;
  text-align: center;
}
.practice-row .large-4:nth-child(3n + 1) {
  clear: both;
}
.practice-row .practice-area {
  background: #2c2d2d url('images/bg-k.jpg') no-repeat left;
  background-size: cover;
  position: relative;
  min-height: 420px;
  padding: 15px;
  margin-bottom: 30px;
}
.practice-row .practice-area a {
  display: block;
}
.practice-row .practice-area img {
  margin-bottom: 25px;
}
.practice-row .practice-area h3 {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
.practice-row .practice-area .rollover-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-blue);
  padding: 15px;
  opacity: 0;
}
.practice-row .practice-area .rollover-area h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
.practice-row .practice-area .rollover-area p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.practice-row .practice-area .rollover-area p:after {
  content: '\f138';
  display: block !important;
  margin: 20px auto 0;
  color: #ffffff;
  font-size: 20px;
}
.practice-row .practice-area a:hover .rollover-area {
  opacity: 1;
}
.practice-row .practice-area .vertical-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
}
.practice-row .column:last-child:not(:first-child),
.practice-row .columns:last-child:not(:first-child) {
  float: left;
}
.practices-section a.button {
  margin: 30px 0 0;
}
.practices-section a.button:after {
  content: '\f138';
  display: inline-block;
  margin-left: 15px;
}

body.page-template-template-practices .practice-row {
  max-width: 1600px;
  padding-top: 30px;
}
body.page-template-template-practices .practice-row .practice-area {
  min-height: 120px;
  background-size: 50%;
}
body.page-template-template-practices .practice-row .practice-area .vertical-text {
  position: static;
  transform: none;
}
body.page-template-template-practices .practice-row .practice-area .icon-area {
  min-height: 50px;
  margin-bottom: 10px;
}
body.page-template-template-practices .practice-row .practice-area img {
  margin-bottom: 0;
  max-height: 50px;
}
body.page-template-template-practices .practice-row .practice-area h3 {
  margin-bottom: 0;
}

.dog-bite {
  text-shadow: 0 0 20px #000, 0 0 30px #000, 0 0 50px #000, 0 0 90px #000;
}

.visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.slick-slide {
  outline: none;
}

.slick-slider {
  visibility: hidden;
}

.slick-slider.slick-initialized {
  visibility: visible;
}

/* Practice Results Section */
.module.module-results-a {
  margin-bottom: 30px;
}
.module-results-a-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.module-results-a-single {
  border: 1px solid #000;
  text-align: center;
  padding: 30px 15px;
  background-color: var(--color-orange);
  color: #fff;
}

.module-results-a-single h3 {
  font-size: 2rem;
  margin-bottom: 5px;
  color: #fff;
}

.module-results-a-single a {
  color: #fff;
  margin-bottom: 5px;
}

.module-results-a-single a:hover,
.module-results-a-single a:focus {
  color: #000;
  margin-bottom: 5px;
}

.module-results-a-inner {
  position: relative;
}

.module-results-a-buttons {
  display: none;
}

@media screen and (min-width: 768px) {
  .module-results-a-inner .slick-arrow {
    position: absolute;
    left: 0;
    top: 33%;
  }

  .module-results-a-buttons {
    justify-content: center;
  }

  .module-results-a-buttons {
    display: block;
  }

  #slider-results-a-next {
    left: auto;
    right: 0;
  }

  .slider-results-a {
    width: 90%;
    margin: 0 auto;
  }
}

/* Testimonials */
.testimonials-section {
  background-color: #2b2d2f;
  position: relative;
}
body.home .testimonials-section {
  opacity: 0;
}
.testimonials-section .post-carousel {
  opacity: 0;
}
.testimonials-section:after {
  content: '';
  display: block;
  clear: both;
}
.testimonials-section h2 {
  color: #ffffff;
  background-color: var(--color-orange);
  text-align: right;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  padding: 20px 60px;
  margin: 0 30% 130px 0;
  letter-spacing: 3px;
}
.testimonials-section p {
  color: #ffffff;
}

.testimonials-section .quote-side {
  float: left;
  width: 50%;
  text-align: right;
  padding: 0 0 125px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonials-section .quote-side .quote-item {
  padding: 0 160px 0 15px;
}
.testimonials-section .quote-side .quote-item:after {
  content: '';
  display: block;
  clear: both;
}
.testimonials-section .quote-side h2 i {
  font-size: 8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 16px;
  position: relative;
  padding: 0 0 0 2px;
  top: -3px;
}
.testimonials-section .quote-side p {
  font-style: italic;
  font-size: 26px;
  line-height: 50px;
  max-width: 600px;
  float: right;
  font-family: 'Lora', serif;
  margin-bottom: 50px;
}
.testimonials-section .quote-side p:last-child {
  font-style: initial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: var(--color-orange);
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.testimonials-section .story-side {
  float: left;
  width: 50%;
  padding-bottom: 75px;
}
.testimonials-section .story-side h2 {
  text-align: left;
  margin-right: 0;
  margin-left: 30%;
}
.testimonials-section .story-side .story-item {
  max-width: 600px;
  margin-left: 160px;
  padding-right: 15px;
}
.testimonials-section .story-side .story-item + .story-item {
  margin-top: 30px;
  border-top: 1px solid #606060;
  padding-top: 30px;
}
.testimonials-section .story-side h3 {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: 'Work Sans';
  font-weight: 500;
}
.testimonials-section .story-side p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 35px;
}
.testimonials-section .story-side a {
  font-size: 15px;
  color: var(--color-orange);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.testimonials-section .story-side.result-item a:after {
  content: '\f138';
  display: inline-block;
  margin-left: 15px;
}
.testimonials-section .story-side a:hover {
  color: #ffffff;
}

.testimonials-section a.scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  padding: 30px 10px;
  background-color: var(--color-orange);
  display: block;
  max-width: 80px;
  text-align: center;
}
.testimonials-section a.scroll-down:hover {
  background-color: var(--color-dark-orange);
}

/* Family */
.family-section {
  padding: 150px 0 160px;
  background: #f1f1f1 url('images/bg-k-light.png') no-repeat;
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
body.home .family-section {
  opacity: 0;
}
.family-section img.highlight-image {
  display: none;
}
.family-section .row {
  max-width: 1630px;
}
.family-section h2 {
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 50px;
}
.family-section h2 strong {
  display: block;
  color: var(--color-orange);
  font-weight: normal;
}
.family-section h2:after {
  content: '';
  display: block;
  margin: 45px 0 0;
  height: 3px;
  width: 45px;
  background-color: #b8b8b8;
}
.family-section .family-area {
  max-width: 830px;
  position: relative;
}
.family-section .family-area .vertical-text {
  padding: 0 50px 0 0;
}
.family-section .family-area p {
  color: #363636;
  font-size: 18px;
  line-height: 35px;
}
.family-section a.button {
  margin: 30px 0 0;
}
.family-section a.button:after {
  content: '\f138';
  display: inline-block;
  margin-left: 15px;
}
.family-section .video-area {
  padding: 0;
  max-width: 667px;
  margin-top: 30px;
}

/**********/
/* Banner */
/**********/
.banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.banner img.background-image {
  position: relative;
  width: 100%;
  min-height: 100px;
}
.banner .headline-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 230px;
  z-index: 2;
}
.banner h1,
.banner span.headline {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 72px;
  line-height: 80px;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  z-index: 2;
  font-family: 'Questrial', sans-serif;
}

/* Practice detail */
body.single-practices .banner {
  margin-top: 100px;
}
body.single-practices .banner .headline-area {
  padding-top: 75px;
}
body.single-practices .banner .headline-area .row {
  max-width: 1260px;
}
body.single-practices .banner .headline-area img {
  max-width: 450px;
  border: 6px solid #ffffff;
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
}
body.single-practices .banner .headline-area p {
  color: #ffffff;
  margin: 0 0 30px;
  letter-spacing: 1px;
  z-index: 2;
  font-family: 'Questrial', sans-serif;
  font-size: 43px;
  line-height: 50px;
  font-weight: bold;
}
body.single-practices .banner .headline-area a.button {
  border-radius: 30px;
  margin-right: 30px;
}
body.single-practices .banner .headline-area a.button:last-child {
  margin-right: 0;
}

/***********/
/* Content */
/***********/
.main {
  padding: 70px 0 80px;
}

/* Half white background */
.main.split-background {
  position: relative;
}
.main.split-background:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #ffffff;
  width: 63%;
  left: 0;
  top: 0;
  bottom: 0;
}
.main.split-background .row {
  z-index: 2;
}
.main.split-background .medium-8 {
  padding-right: 45px;
}

/* Main content */
.content {
  margin: 0;
}
.content.wide-content {
  text-align: center;
}
.content p {
  line-height: 30px;
}
.content p.phone-email {
  text-align: center;
}
.content p.phone-email a {
  text-decoration: none;
}
.content hr {
  margin: 40px 0 35px;
  border-bottom: 1px solid #1a2c36;
}
.content ul {
  margin: 0 0 20px 20px;
}
.content ul li {
  position: relative;
  margin-left: 16px;
  font-size: 18px;
  line-height: 30px;
}
.content ul li ul {
  margin-bottom: 0;
}
.content ol li {
  font-size: 18px;
  line-height: 30px;
}
.content ul li:before {
  content: '\f111';
  display: inline-block;
  color: var(--color-dark-orange);
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 6px;
}
.content ul li a:before {
  content: '\f0da';
  display: inline-block;
  color: var(--color-dark-orange);
  position: absolute;
  left: -15px;
  top: 0;
}
.content ul li a:hover:before {
  color: var(--color-dark-orange);
}
.content ul + h2 {
  margin-top: 30px;
}

/* Social */
.content .social {
  padding: 0;
  text-align: center;
}
.content .social li {
  padding: 0;
  margin: 0 3px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.content .social li:before {
  display: none;
}
.content .social li:last-child {
  margin-right: 0;
}
.content .social li a {
  display: block;
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 40px;
}

/* Accordion */
.content p.title a {
  text-decoration: none;
}

/* Testimonials */
.content .review-area p.stars {
  font-size: 30px;
  text-align: center;
}
.content .review-area p.stars .fa {
  margin-right: 5px;
  color: #e7711b;
}
.content .review-area p.author {
  text-align: right;
  font-style: italic;
}
.content .review-row {
  margin-bottom: 50px;
}

/* Practice landing */
.main .box-row {
  margin-top: 40px;
}
.main .box-row .large-3 {
  margin: 50px 0 30px;
}
.main .box-row .column:last-child:not(:first-child),
.main .box-row .columns:last-child:not(:first-child) {
  float: left;
}
.main .box-area {
  text-align: center;
  padding: 55px 20px 25px;
  position: relative;
  min-height: 140px;
}
.main .box-area.dark-box,
.main .box-area.dark-box .icon-holder {
  background-color: #0c5595;
}
.main .box-area.orange-box,
.main .box-area.orange-box .icon-holder {
  background-color: var(--color-orange);
}
.main .box-area.blue-box,
.main .box-area.blue-box .icon-holder {
  background-color: #196eb5;
}
.main .box-area.green-box,
.main .box-area.green-box .icon-holder {
  background-color: #647427;
}
.main .box-area.green-box:hover .icon-holder .icon-image {
  border-color: #647427;
}
.main .box-area .icon-holder {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  padding: 14px;
  left: 0;
  right: 0;
}
.main .box-area .icon-holder .icon-image {
  display: block;
  position: relative;
}
.main .box-area .icon-holder .icon-image img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
}
.main .box-area .icon-holder .icon-image img.original-image {
  opacity: 1;
}
.main .box-area .icon-holder .icon-image img.hover-image {
  opacity: 0;
}
.main .box-area:hover .icon-holder .icon-image img.original-image {
  opacity: 0;
}
.main .box-area:hover .icon-holder .icon-image img.hover-image {
  opacity: 1;
}
.main .box-area h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main .box-area:hover,
.main .box-area:hover .icon-holder {
  background-color: #ffffff !important;
}
.main .box-area.dark-box:hover .icon-image {
  border-color: #0c5595;
}
.main .box-area.orange-box:hover .icon-image {
  border-color: var(--color-orange);
}
.main .box-area.blue-box:hover .icon-holder .icon-image {
  border-color: #196eb5;
}
.main .box-area.dark-box:hover h3 {
  color: #0c5595;
}
.main .box-area.orange-box:hover h3 {
  color: var(--color-orange);
}
.main .box-area.blue-box:hover h3 {
  color: #196eb5;
}
.main .box-area.green-box:hover h3 {
  color: #647427;
}

/* Practice detail */
.top-stats {
  margin: -130px 0 50px 0;
}
.top-stats .stat-box {
  width: 100%;
  background-color: var(--color-orange);
  position: relative;
}
.top-stats .stat-box:after {
  clear: both;
  content: '';
  display: block;
}
.top-stats .stat-box span {
  display: block;
  float: left;
  text-transform: uppercase;
}
.top-stats .stat-box span.value {
  width: 30%;
  font-size: 40px;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 30px 5px;
}
.top-stats .stat-box span.name {
  width: 70%;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  padding: 15px 25px;
}

body.single-practices .content h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.content .subpage-list ul {
  font-size: 0;
  margin: 0;
}
.content .subpage-list ul li {
  width: 45%;
  display: inline-block;
  margin-left: 0;
  border-bottom: 1px solid #cccccc;
}
.content .subpage-list ul li:nth-child(2n) {
  margin-left: 10%;
}
.content .subpage-list ul li:before {
  display: none;
  content: '';
  margin: 0;
}
.content .subpage-list ul li a {
  padding: 13px 15px 13px 30px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
.content .subpage-list ul li a:before {
  content: '\f18e';
  left: 0;
  top: 14px;
}

/* Team landing */
.team-boxes {
  text-align: center;
}
.team-boxes .row {
  max-width: 1270px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  gap: 20px;
}
.team-boxes .column:last-child:not(:first-child),
.team-boxes .columns:last-child:not(:first-child) {
  float: left;
}
.team-boxes .single-team.center-team {
  display: inline-block;
  float: none !important;
}
.team-boxes .single-team {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .team-boxes .single-team {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1025px) {
  .team-boxes .single-team {
    width: calc(33% - 20px);
  }
}
.team-boxes .single-team .team-holder {
  /* margin: 0 50px; */
  background-color: #d6d6d6;
  position: relative;
}
.team-boxes .single-team:nth-child(even) .team-holder {
  background-color: #dddddd;
}
.team-boxes .single-team img {
  display: block;
  width: 100%;
}
.team-boxes .single-team .team-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(44, 45, 45, 0.761);
  z-index: 1;
  padding: 15px 10px 18px;
}
.team-boxes .single-team .team-text h3 {
  color: #ffffff;
  font-size: 23px;
  margin: 0 0 2px;
  line-height: normal;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: 'Questrial', sans-serif;
}
.team-boxes .single-team .team-text .position {
  color: #ffffff;
  line-height: normal;
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
  font-weight: 300;
}
.team-boxes .single-team:hover .team-text {
  background-color: rgba(143, 3, 26, 0.761);
}
.team-boxes .single-team:hover .team-text h3 {
  color: #ffffff;
}
.team-boxes .single-team:hover .team-text .position {
  color: #ffffff;
}

/* Team detail */
.attorney-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.attorney-banner .top-text {
  padding-top: 250px;
  position: relative;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.attorney-banner .top-text img {
  width: 100%;
  border: 22px solid rgba(40, 40, 40, 0.8);
  border-bottom: none;
}
.attorney-banner .top-text .right-text {
  padding: 70px 0 0 30px;
}
.attorney-banner .top-text h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 72px;
  line-height: 80px;
  margin: 0;
  font-weight: normal;
  letter-spacing: 5px;
  font-family: 'Questrial', sans-serif;
}
.attorney-banner .top-text h2 {
  color: #e7cab8;
}
.attorney-banner .top-text a.button {
  margin: 0 15px 50px 0;
}
.attorney-banner .top-text a.vcard-button {
  margin-right: 0;
}
.attorney-banner .top-text a.email-button:after {
  content: '\f0e0';
  display: inline-block;
  margin-left: 15px;
}
.attorney-banner .top-text a.vcard-button:after {
  content: '\f13a';
  display: inline-block;
  margin-left: 15px;
}

body.single-attorneys .main {
  padding-top: 0;
}
.content .right-text {
  padding-left: 30px;
  margin-top: -340px;
  position: relative;
  z-index: 2;
}
.content .right-text .testimonial-quote {
  background: #2c2d2d url('images/bg-testimonial.jpg') no-repeat center;
  background-size: cover;
  padding: 60px 75px;
  margin-bottom: 100px;
  min-height: 300px;
}
.content .right-text .testimonial-quote p {
  font-style: italic;
  font-size: 24px;
  line-height: 50px;
  font-family: 'Lora', serif;
  margin-bottom: 10px;
  color: #ffffff;
}
.content .right-text .testimonial-quote p:last-child {
  font-style: initial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: var(--color-orange);
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.content .right-text h3 {
  font-size: 30px;
  line-height: 38px;
  color: var(--color-orange);
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
.content .right-text p {
  margin-bottom: 40px;
}

/* Blog */
.content .post {
  margin-bottom: 50px;
  border-bottom: 2px solid #c2c2c2;
  padding-bottom: 50px;
}
.content .post:last-child {
  border: none;
  padding-bottom: 0;
}
.content .post h1,
.content .post h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
.content .post h2:after {
  content: '';
  display: block;
  border-bottom: 3px solid #c2c2c2;
  width: 45px;
  margin-top: 30px;
}
.content .post h2 a {
  color: #000000;
}
.content .post h2 a:hover {
  color: var(--color-dark-orange);
}
.content .post.case-results h2 {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: 'Work Sans';
  font-weight: 500;
}
.content .post.case-results h2:after {
  display: none;
  margin: 0;
}
.content .post p.info {
  color: #363636;
  font-size: 16px;
  line-height: 35px;
}
.content .post p.info i {
  margin-right: 5px;
  color: var(--color-orange);
}
.content .post p.info a {
  color: var(--color-orange);
  text-decoration: none;
  letter-spacing: 1px;
}
.content .post p.info a:hover {
  color: #363636;
}
.content .post p.info .divider {
  margin: 0 8px;
}
.content .post .button {
  font-size: 18px;
  font-weight: bold;
}
.content .post .button:after {
  content: '\f0da';
  margin-left: 7px;
}
.content .post .button.share {
  background-color: var(--color-blue);
  margin-left: 10px;
}
.content .post .button.share:after {
  content: '\f1e1';
}
.content .post .button.share:hover {
  color: #fff;
  background-color: #000;
}
.content .post.case-results a.read-case {
  font-size: 15px;
  color: var(--color-orange);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.content .post.case-results a.read-case:after {
  content: '\f138';
  display: inline-block;
  margin-left: 15px;
}
.content .post.case-results a.read-case:hover {
  color: var(--color-dark-orange);
}

/* Pagination */
.content .wp-pagenavi {
  clear: both;
  margin-bottom: 10px;
}
.content .wp-pagenavi a,
.content .wp-pagenavi span {
  text-decoration: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  color: #0b1820;
  font-family: 'Lora', serif;
  font-size: 18px;
  margin: 0 2px;
}
.content .wp-pagenavi a:hover,
.content .wp-pagenavi span.current {
  background-color: var(--color-orange);
  color: #ffffff;
}
.content .wp-pagenavi a.previouspostslink,
.content .wp-pagenavi a.nextpostslink {
  border: none;
  border-radius: 0;
  width: auto;
  margin: 0 5px;
  background-color: #ffffff;
}
.content .wp-pagenavi a.previouspostslink:hover,
.content .wp-pagenavi a.nextpostslink:hover {
  border-radius: 0;
  background-color: #ffffff;
  color: var(--color-orange);
}

/* FAQs */
.accordion-area {
  margin-bottom: 50px;
}
.accordion-area ul {
  background: none;
  margin: 0 !important;
}
.accordion-area ul li.accordion-item {
  margin: 0 0 15px;
  background-color: #000000;
}
.accordion-area ul li.accordion-item:before {
  content: '';
  display: none !important;
}
.accordion-area ul li.accordion-item.is-active {
}
.accordion-area ul li.accordion-item a.accordion-title {
  border: 3px solid #000000;
  padding: 20px 55px 20px 35px;
  width: 100%;
  display: block;
}
.accordion-area ul li.accordion-item a.accordion-title:before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.accordion-area ul li.accordion-item.is-active a.accordion-title,
.accordion-area ul li.accordion-item a.accordion-title:focus,
.accordion-area ul li.accordion-item a.accordion-title:hover {
  background-color: #000000;
  outline: none;
}
.accordion-area ul li.accordion-item.is-active a.accordion-title {
  border-bottom: none;
}
.accordion-area ul li.accordion-item a.accordion-title:before {
  color: #ffffff;
  font-size: 40px;
  transform: translateY(-50%);
  margin-top: 0;
  left: auto;
}
.accordion-area ul li.accordion-item a.accordion-title h3 {
  color: var(--color-orange);
  font-size: 30px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}
.accordion-area ul li.accordion-item .accordion-content {
  background-color: #000000;
  border: none;
  padding: 0 35px 20px;
}
.accordion-area ul li.accordion-item .accordion-content p {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
}
.accordion-area ul li.accordion-item .accordion-content a:before {
  display: none;
  content: '';
}
.accordion-area ul li.accordion-item .accordion-content .button {
  background-color: var(--color-blue);
  color: #fff;
}

.accordion-area ul li.accordion-item .accordion-content .button:hover,
.accordion-area ul li.accordion-item .accordion-content .button:focus {
  background-color: #fff;
  color: var(--color-blue);
}

.accordion-area ul li.accordion-item .accordion-content .button:after {
  content: '\f0da';
  margin-left: 7px;
}

/* Videos */
.main .column:last-child:not(:first-child),
.main .columns:last-child:not(:first-child) {
  float: left;
}
.video-column:nth-child(3n + 1) {
  clear: both;
}
.video-area {
  margin-bottom: 40px;
  padding: 15px;
}
.video-area .video-thumb {
  position: relative;
  margin-bottom: 15px;
}
.video-area .video-thumb img {
  margin: 0;
}
.video-area .video-thumb:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(240, 100, 74, 0.8);
  width: 120px;
  height: 80px;
  margin: 0 auto;
  content: '\f04b';
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  transform: translateY(-50%);
  font-size: 40px;
}
.video-area a:hover .video-thumb:after {
  width: 100%;
  height: 100%;
  padding-top: 22%;
}
.video-area h3 {
  font-size: 22px;
  text-align: center;
  margin: 0;
}
.video-area a:hover h3 {
  color: var(--color-orange);
}

/* Contact */
.content .button.contact-info {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 100%;
}
.content .button.contact-info span {
  color: #ffffff;
}
.content .button.contact-info:hover {
  background-color: var(--color-orange);
}
.content .button.contact-info:hover span {
  color: #ffffff;
}
.content .social {
  margin-bottom: 20px;
}
.content .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .social li {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}
.content .social li:before {
  display: none;
}
.content .social li a {
  display: block;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #647427;
  line-height: 30px;
}
.content .social li a:before {
  display: none;
}
.content .social li a i {
  font-size: 16px;
}
.content .social li a .hide {
  display: none;
}
.content .office-area {
  padding: 35px 0 40px;
  border-bottom: 1px solid #1a2c36;
  width: 100%;
  margin-right: 35px;
}
.content .office-area:after {
  clear: both;
  content: '';
  display: block;
}
.content .office-area:nth-of-type(1) {
  padding-top: 0;
}
.content .office-area:last-child {
  border: none;
  padding-bottom: 0;
}
.content .office-area h3 {
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 20px;
}
.content .office-area .google-map {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 150px;
  height: 150px;
  float: right;
  overflow: hidden;
  margin-top: 10px;
}
.content .office-area p.address {
  margin: 0;
  line-height: 30px;
}
.content .office-area p.phone-fax {
  margin: 0;
  line-height: 30px;
}
.content .office-area p.phone-fax a {
  text-decoration: none;
  margin: 0 0 0 4px;
}
.content .office-area p.phone-fax span {
  margin: 0 0 0 4px;
}
.content .office-area p.phone-fax span.divider {
  margin: 0 8px;
}
.content .office-area p.directions {
  text-transform: uppercase;
  margin: 0;
  line-height: 30px;
}
.content .office-area p.directions a {
  color: #3c8acc;
  text-decoration: none;
}
/***********/
/* Sidebar */
/***********/

.sidebar .section {
  margin: 0 0 50px;
  padding: 25px 30px;
  background-color: #f4f4f4;
}
.sidebar .section h3 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  margin-bottom: 30px;
}
.sidebar .section h3:after {
  content: '';
  display: block;
  border-bottom: 3px solid #c2c2c2;
  width: 45px;
  margin-top: 55px;
}
.sidebar .section ul {
  padding: 0;
  margin: 0 0 10px;
}

/* Page list */
.sidebar .section.pages {
  padding: 25px 0;
  background: #f4f4f4 url('images/bg-sidebar.png') no-repeat;
  background-size: 100%;
  background-position: top center;
}
.sidebar .section.pages h3 {
  padding: 0 30px;
}
.sidebar .section.pages ul {
  margin: 0;
}
.sidebar .section.pages ul li {
  border: none;
  padding: 0 30px;
  font-size: 18px;
  color: #0b1820;
  margin: 0;
  position: relative;
}
.sidebar .section.pages ul li:before {
  color: var(--color-orange);
  content: '\f105';
  padding: 0;
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 18px;
}
.sidebar .section.pages ul li:hover {
  background-color: var(--color-orange);
}
.sidebar .section.pages ul li a {
  color: #0b1820;
  display: block;
  padding: 15px;
}
.sidebar .section.pages ul li:hover a,
.sidebar .section.pages ul li a:hover {
  color: #ffffff;
}
.sidebar .section.pages ul li a:before {
  content: '\f105';
  display: inline-block;
  color: var(--color-dark-orange);
  position: absolute;
  top: 15px;
  left: 30px;
}
.sidebar .section.pages ul li:hover a:before,
.sidebar .section.pages ul li a:hover:before {
  color: #ffffff;
}
.sidebar .section.pages ul ul li,
.sidebar .section.pages ul li ul li {
  padding: 10px 45px 13px 60px;
}
.sidebar .section.pages ul ul li:before,
.sidebar .section.pages ul ul li a:before {
  left: 45px;
}
.sidebar .section.pages select {
  margin: 30px;
  width: calc(100% - 60px);
  font-size: 18px;
}

/* Video */
.sidebar .section.video {
  padding: 0;
  background: none;
}
.sidebar .section.video h4 {
  font-size: 24px;
  line-height: 40px;
  border-bottom: 1px solid #9e9d9d;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.sidebar .section.video a {
  position: relative;
  display: block;
}
.sidebar .section.video a:hover img {
  opacity: 0.9;
}
.sidebar .section.video span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #ffffff;
  text-align: center;
  line-height: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 3px;
}
.sidebar .section.video span i {
  color: #ffffff;
  font-size: 50px;
  line-height: 108px;
  margin-right: -7px;
}
.sidebar .section.video a.button {
  width: 100%;
  margin-top: 15px;
}
.sidebar .section.video a.button:after {
  content: '\f138';
  display: inline-block;
  margin-left: 15px;
}

/* Attorney list */
.sidebar .section.attorney-list {
  padding: 50px 0;
  background-image: none;
}
.sidebar .section.attorney-list h3:before {
  content: '+';
  color: var(--color-blue);
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  left: 25px;
}
.sidebar .section.attorney-list h3.active:before {
  content: '-';
}
.sidebar .section.attorney-list h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Work Sans', sans-serif;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid #dfdcdc;
  padding: 20px 30px;
  cursor: pointer;
  background-color: #f4f4f4;
  padding-left: 50px;
  position: relative;
}
.sidebar .section.attorney-list h3.active:before,
.sidebar .section.attorney-list h3:hover:before {
  color: #ffffff;
}
.sidebar .section.attorney-list h3.active,
.sidebar .section.attorney-list h3:hover {
  background-color: var(--color-blue);
  color: #ffffff;
}
.sidebar .section.attorney-list h3:last-of-type {
  border-bottom: 0;
}
.sidebar .section.attorney-list h3:after {
  display: none;
}
.sidebar .section.attorney-list > ul {
  display: none;
  padding: 30px 45px;
  border-bottom: 1px solid #dfdcdc;
  margin: 0;
}
.sidebar .section.attorney-list ul li {
  position: relative;
  margin-left: 16px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.sidebar .section.attorney-list ul li ul {
  margin-top: 20px;
}
.sidebar .section.attorney-list ul li:last-child {
  margin-bottom: 0;
}
.sidebar .section.attorney-list ul:last-child {
  margin-bottom: 0;
}
.sidebar .section.attorney-list ul li:before {
  content: '\f105';
  display: inline-block;
  color: var(--color-blue);
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 20px;
}

/* Blog search */
.sidebar .section.search-box {
  padding: 0;
  background: none;
  border: 2px solid #000000;
}
.sidebar .section.search-box .hide {
  display: none;
}
.sidebar .section.search-box input {
  width: calc(100% - 75px);
  float: left;
  height: 75px;
  color: #363636;
  font-size: 16px;
  letter-spacing: 0;
  border: none;
  box-shadow: none;
  padding: 21px 30px;
  margin: 0;
}
.sidebar .section.search-box button {
  width: 75px;
  float: left;
  padding: 0;
  line-height: 75px;
  height: 75px;
  background-color: #ffffff;
  color: var(--color-orange);
  border-left: 2px solid #000000;
}
.sidebar .section.search-box button:hover {
  background-color: var(--color-orange);
  color: #ffffff;
}

/* Contact form */
.sidebar .form-holder {
  background-color: #141414;
  padding: 50px 30px;
}
body.single-practices .sidebar .form-holder {
  margin-top: -130px;
}
.sidebar .form-holder h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar .form-holder h3:after {
  display: none;
  content: '';
}
.sidebar .form-holder p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.sidebar .form-holder input,
.sidebar .form-holder select,
.sidebar .form-holder textarea {
  background: none;
  padding: 7px 0;
  height: auto;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 35px;
  font-style: italic;
  border: none;
  border-bottom: 1px solid #676767;
}
.sidebar .form-holder select option {
  color: #000000;
}
.sidebar .form-holder textarea {
  height: 50px;
  margin-bottom: 40px;
  width: 100% !important;
}
.sidebar .form-holder button {
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  background: none;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 30px;
  background-color: var(--color-orange);
  color: #ffffff;
  letter-spacing: 2px;
  border: none;
  width: 100%;
}
.sidebar .form-holder button:after {
  content: '\f138';
  display: inline-block;
  margin-left: 15px;
}
.sidebar .form-holder button:hover {
  background-color: var(--color-dark-orange);
}

/* Blog posts */
.sidebar .section.blog .post-carousel {
  opacity: 0;
}
.sidebar .section.blog {
  padding-bottom: 50px;
}
.sidebar .section.blog .slick-prev,
.sidebar .section.blog .slick-next {
  bottom: -10px;
}
.sidebar .section.blog .slick-prev:before,
.sidebar .section.blog .slick-next:before {
  color: var(--color-orange);
}
.sidebar .section.blog .slick-prev:hover:before,
.sidebar .section.blog .slick-next:hover:before {
  color: var(--color-dark-orange);
}

/* Client Testimonials */
.testimonials-container {
  background: #585859;
  padding: 20px 0 30px;
}
.testimonials-container .review-box {
  text-align: center;
}
.testimonials-container .review-box h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
.testimonials-container .review-box p {
  font-style: italic;
  color: #fff;
}
.testimonials-container .review-box .star-icon {
  color: #eb6e00;
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonials-container .review-box .review-source {
  display: block;
  margin-top: 8px;
}
.testimonials-container .review-box a {
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  margin: 0 5px;
}

/**********/
/* Footer */
/**********/
.footer {
  padding: 170px 0 80px;
  color: #ffffff;
  margin: 0;
  background: url('images/bg-footer.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
}
body.home .footer {
  opacity: 0;
}
body.page-template-template-contact .footer {
  padding-top: 270px;
}
.footer h2 {
  font-size: 48px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 140px;
  font-weight: normal;
}

/* Contact form */
.footer .footer-form {
  max-width: 1260px;
  margin: 0 auto 90px;
}
.footer .footer-form .columns {
  padding: 0 10px;
  position: relative;
}
.footer .footer-form input,
.footer .footer-form textarea {
  background: none;
  padding: 7px 0;
  height: auto;
  color: #ffffff;
  margin-bottom: 60px;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 35px;
  font-style: italic;
  border: none;
  border-bottom: 1px solid #676767;
}
.footer .footer-form textarea {
  height: 50px;
  margin-bottom: 70px;
  width: 100% !important;
}
.footer .footer-form button {
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  background: none;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 30px;
  background-color: var(--color-orange);
  color: #ffffff;
  letter-spacing: 2px;
  border: none;
}
.footer .footer-form button:after {
  content: '\f138';
  display: inline-block;
  margin-left: 15px;
}
.footer .footer-form button:hover {
  background-color: var(--color-orange);
  color: var(--color-orange);
}

/* Offices */
.footer .office-area {
  margin-bottom: 30px;
}
.footer .office-area h3 {
  color: var(--color-orange);
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer .office-area h3 span {
  display: inline-block;
  margin: 0 25px;
}
.footer .office-area h3 a {
  color: var(--color-orange);
}
.footer .office-area h3 a:hover {
  color: var(--color-dark-orange);
}
.footer .office-area p.address {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer .office-area p.address a {
  color: #ffffff;
  text-decoration: none;
}
.footer .office-area p.address a:hover {
  color: var(--color-orange);
}
.footer .office-area a.button {
  margin-top: 20px;
}
.footer .office-area a.button:before {
  content: '\f279';
  margin-right: 10px;
}

/* Social */
.footer .social {
  margin: 40px 0;
}
.footer .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .social li {
  margin: 0 5px;
  display: inline-block;
}
.footer .social li a {
  display: block;
  color: #ffffff;
  height: 50px;
  width: 50px;
  background-color: #000000;
  line-height: 50px;
}
.footer .social li a:hover {
  background-color: var(--color-orange);
}
.footer .social li a i {
  font-size: 16px;
}
.footer .social li a .hide {
  display: none;
}

/* Copyright text */
.footer .copyright p {
  color: #fff;
  margin: 40px 0 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer .copyright p a {
  text-decoration: none;
  color: #fff;
}
.footer .copyright p a:hover {
  color: var(--color-orange);
}
.footer .copyright p span {
  margin: 0 4px;
}

/* Scroll to top */
.scrollToTop {
  position: fixed;
  display: none;
  cursor: pointer;
  padding: 0px 15px 2px;
  border-radius: 3px 3px 0 0;
  background: #7b7b7b;
  right: 30px;
  bottom: 0;
  z-index: 999;
  text-align: center;
  line-height: 20px;
}
.footer .copyright p.back-to-top {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}
.footer .copyright p .scrollToTop {
  position: static;
  background: none;
  padding: 0;
  border-radius: none;
  display: block;
}
.scrollToTop i {
  color: #ffffff;
  font-size: 15px;
}
.footer .copyright p .scrollToTop i {
  color: #a1a3a4;
}
.scrollToTop:hover {
  padding-bottom: 7px;
}
.footer .copyright p .scrollToTop:hover {
  padding-bottom: 2px;
}
.footer .copyright p .scrollToTop:hover i {
  color: var(--color-orange);
}

/* Scroll to */
.scroll-to {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
}
.scroll-to a {
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.scroll-to a span {
  display: block;
}
@keyframes subtleBounce {
  from 0%,
  100%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  70% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.subtleBounce {
  -webkit-animation-name: subtleBounce;
  animation-name: subtleBounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.animated.subtleBounce {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/***************/
/* FontAwesome */
/***************/
.pushy-content > ul > li a:before,
.pushy-content > ul > li > button:before,
.pushy-submenu > a::after,
.pushy-submenu > button::after,
a.button:after,
.header .top-right .menu-button:after,
.top-bar .menu-icon span:before,
.slider-section .scroll-holder a:before,
.expectations-section .expect-area ul.tabs li.tabs-title > a:after,
.practice-row .practice-area .rollover-area p:after,
.testimonials-section .story-side a:after,
.content ul li:before,
.content ul li:before,
.content ul li a:before,
.content .post .read-more:after,
.content .post.case-results a.read-case:after,
.accordion-area ul li.accordion-item .accordion-content .button:after,
.video-area .video-thumb:after,
.sidebar .section.pages ul li:before,
.sidebar .section.pages ul li a:before,
.sidebar .section.video a.button:after,
.sidebar .section.attorney-list ul li:before,
.sidebar .form-holder button:after,
.footer .footer-form button:after,
.footer .office-area a.button:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

/********************/
/* Link Transitions */
/********************/
/* Background color, font color, border color */
a,
.slick-prev:before,
.slick-next:before,
.header,
.header .navbar-nav > li > a,
.expectations-section .expect-area ul.tabs li.tabs-title > a:after,
.expectations-section .expect-area ul.tabs li.tabs-title > a span:after,
.content ul li a:before,
.video-area h3,
.team-boxes .single-team .team-text,
.team-boxes .single-team .team-text h3,
.team-boxes .single-team .team-text .position,
.sidebar .section.pages ul li a:before,
.sidebar .section.attorney-list h3:before,
.sidebar .section.attorney-list h3,
.footer .button span,
.footer .copyright p .scrollToTop i,
form button {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.team-boxes .single-team:hover .team-text {
  background-color: rgba(240, 100, 74, 0.8);
}

/* 1/3 second everything */
.scroll-to,
.scrollToTop,
.header .logo,
.header .logo img,
.header .top-right,
.slider-section .slick-dots li button,
.practice-row .practice-area .rollover-area,
.video-area .video-thumb:after,
.sidebar .section.video img,
.content a img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/**************/
/* Responsive */
/**************/
@media screen and (max-height: 850px) {
  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 240px;
  }
  .slider-section .text-box .headline-text p.firm-text {
    margin-bottom: 45px;
    font-size: 60px;
    line-height: 60px;
  }
  .slider-section .text-box .headline-text p.title-text {
    font-size: 60px;
    line-height: 70px;
  }

  .video-section {
    margin-top: -180px;
  }
  .video-section .video-background {
    height: 180px;
  }
}

@media screen and (max-height: 750px) {
  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 220px;
  }
  .slider-section .text-box .headline-text p.firm-text {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 50px;
  }
  .slider-section .text-box .headline-text p.title-text {
    font-size: 50px;
    line-height: 60px;
  }

  .video-section {
    margin-top: -130px;
  }
  .video-section .video-background {
    height: 130px;
  }
}

@media screen and (max-height: 650px) {
  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 200px;
  }
  .slider-section .text-box .headline-text p.firm-text {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  .slider-section .text-box .headline-text p.title-text {
    font-size: 40px;
    line-height: 50px;
  }

  .video-section {
    margin-top: -80px;
  }
  .video-section .video-background {
    height: 80px;
  }
}

@media screen and (max-width: 1600px) {
  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 240px;
  }
  .slider-section .text-box .headline-text p.firm-text {
    margin-bottom: 45px;
    font-size: 60px;
    line-height: 60px;
  }
  .slider-section .text-box .headline-text p.title-text {
    font-size: 60px;
    line-height: 70px;
  }

  .video-section {
    margin-top: -180px;
  }
  .video-section .video-background {
    height: 180px;
  }

  .banner .headline-area {
    padding-top: 0;
    top: auto;
    bottom: 65px;
  }

  .content .right-text {
    margin-top: -290px;
  }
}

@media screen and (max-width: 1500px) {
  /* Content */
  .content .right-text {
    margin-top: -240px;
  }

  .attorney-banner .top-text h1 {
    font-size: 62px;
    line-height: 70px;
  }
  .attorney-banner .top-text h2 {
    font-size: 40px;
  }

  body.single-practices .banner .headline-area img {
    max-width: 300px;
  }
  body.single-practices .banner .headline-area p {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) {
  /* Content */
  .content .right-text {
    margin-top: -190px;
  }
  .content .right-text .testimonial-quote p {
    font-size: 22px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1350px) {
  /* Header */
  .header .logo img {
    height: 80px;
  }
  .header .top-right a {
    font-size: 18px;
  }
  .header .top-right a.free {
    margin-right: 20px;
  }
  .header .top-right a.phone {
    margin-right: 20px;
    font-size: 27px;
  }
  .header .top-right a.button {
    margin-right: 20px;
    padding: 16px 14px;
  }
  .header .top-right .menu-button {
    padding: 8.5px 17px;
  }

  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 220px;
  }
  .slider-section .text-box .headline-text p.firm-text {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 50px;
  }
  .slider-section .text-box .headline-text p.title-text {
    font-size: 50px;
    line-height: 60px;
  }

  .video-section {
    margin-top: -130px;
  }
  .video-section .video-background {
    height: 130px;
  }

  .banner .headline-area {
    bottom: 45px;
  }
  body.single-practices .banner .headline-area {
    bottom: 65px;
  }
  .banner h1,
  .banner span.headline {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 1300px) {
  /* Content */
  .attorney-banner .top-text h1 {
    font-size: 52px;
    line-height: 60px;
  }
  .attorney-banner .top-text h2 {
    font-size: 30px;
  }

  body.single-practices .banner .headline-area img {
    max-width: 250px;
    margin-right: 30px;
  }
  body.single-practices .banner .headline-area p {
    font-size: 30px;
    line-height: 37px;
  }
  body.single-practices .banner .headline-area a.button {
    padding: 15px 20px;
  }

  .top-stats .stat-box span.value {
    font-size: 30px;
  }
  .top-stats .stat-box span.name {
    font-size: 17px;
  }

  .content .post h1,
  .content .post h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1265px) {
  /* Content */
  body.page-template-template-practices .practice-row .practice-area {
    min-height: 150px;
  }
}

@media screen and (max-width: 1250px) {
  /* Header */
  .pushy-content .close-button {
    margin-right: 100px;
  }
  .pushy-content > ul > li > a,
  .pushy-content > ul > li > button {
    padding-left: 100px;
  }

  /* Content */
  .video-section {
    max-width: 900px;
  }

  .expectations-section .expect-area ul.tabs li.tabs-title > a span {
    font-size: 70px;
    margin-bottom: 40px;
  }

  .testimonials-section .quote-side h2 {
    margin-right: 20%;
    margin-bottom: 90px;
  }
  .testimonials-section .quote-side .quote-item {
    padding-right: 110px;
  }
  .testimonials-section .story-side h2 {
    margin-left: 20%;
    margin-bottom: 90px;
  }
  .testimonials-section .story-side .story-item {
    margin-left: 110px;
  }

  .family-section {
    padding: 100px 0;
  }

  .banner h1,
  .banner span.headline {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1200px) {
  /* Header */
  .header .logo img {
    height: 70px;
  }
  .header .top-right a {
    font-size: 16px;
  }
  .header .top-right a.free {
    margin-right: 15px;
  }
  .header .top-right a.phone {
    margin-right: 15px;
    font-size: 25px;
  }
  .header .top-right a.button {
    margin-right: 15px;
    padding: 14px;
  }
  .header .top-right .menu-button {
    padding: 5.5px 14px;
  }

  /* Content */
  .attorney-banner .top-text .right-text {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1150px) {
  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 200px;
  }
  .slider-section .text-box .headline-text p.firm-text {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  .slider-section .text-box .headline-text p.title-text {
    font-size: 40px;
    line-height: 50px;
  }
  .slider-section .text-box .headline-text p.title-text span {
    line-height: 37px;
    padding-bottom: 5px;
  }

  .video-section {
    margin-top: -80px;
    max-width: 850px;
  }
  .video-section .video-background {
    height: 80px;
  }

  .expectations-section .expect-area ul.tabs li.tabs-title > a span {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .testimonials-section .story-side .story-item + .story-item {
    margin-top: 25px;
    padding-top: 25px;
  }
  .testimonials-section .quote-side p {
    font-size: 24px;
    line-height: 45px;
  }
  .testimonials-section .story-side p {
    line-height: 30px;
  }
  .testimonials-section .story-side h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .attorney-banner .top-text h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .attorney-banner .top-text h2 {
    font-size: 25px;
  }

  body.single-practices .banner .headline-area {
    bottom: 45px;
  }

  .top-stats .stat-box span.name {
    padding: 15px;
  }

  .banner h1,
  .banner span.headline {
    font-size: 40px;
    line-height: 50px;
  }

  .content .post h1,
  .content .post h2 {
    font-size: 35px;
  }

  /* Footer */
  .footer {
    padding: 120px 0 60px;
  }
  .footer h2 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1100px) {
  /* Content */
  .team-boxes .single-team .team-holder {
    margin: 0 25px;
  }

  .content .right-text {
    margin-top: -140px;
  }
  .attorney-banner .top-text a.button {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 1070px) {
  /* Header */
  body.single-practices .header .logo img,
  .header .logo img,
  .header.not-top .logo img {
    height: 60px;
  }
  .header .top-right a {
    font-size: 14px;
  }
  .header .top-right a.free {
    margin-right: 10px;
  }
  .header .top-right a.phone {
    margin-right: 10px;
    font-size: 23px;
  }
  .header .top-right a.button {
    margin-right: 10px;
    padding: 12px;
  }
  .header .top-right .menu-button {
    padding: 2.5px 10px;
  }
}

@media screen and (max-width: 1050px) {
  /* Header */
  .pushy {
    max-width: 60vw;
  }
  .pushy-content .close-button {
    margin-right: 50px;
  }
  .pushy-content > ul > li > a,
  .pushy-content > ul > li > button {
    padding-left: 50px;
  }
  .pushy-content > ul > li.pushy-submenu ul {
    padding-left: 80px;
  }

  /* Content */
  .video-section {
    max-width: 775px;
  }

  .testimonials-section .quote-side h2 {
    margin-right: 10%;
    margin-bottom: 60px;
  }
  .testimonials-section .quote-side .quote-item {
    padding-right: 60px;
  }
  .testimonials-section .story-side h2 {
    margin-left: 10%;
    margin-bottom: 60px;
  }
  .testimonials-section .story-side .story-item {
    margin-left: 60px;
  }

  .family-section {
    padding: 75px 0;
  }
}

@media screen and (max-width: 1023px) {
  /* Header */
  .header .top-right a.free {
    display: none;
  }

  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 180px;
  }
  .slider-section .text-box .headline-text p.firm-text {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
  }
  .slider-section .text-box .headline-text p.title-text {
    font-size: 30px;
    line-height: 40px;
  }

  .difference-section .text-side a.scroll-down {
    max-width: 60px;
  }

  .expectations-section {
    padding: 70px 0 110px;
    text-align: center;
  }
  .expectations-section h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 50px;
  }
  .expectations-section .expect-area ul.tabs li.tabs-title > a {
    padding: 40px 20px;
  }
  .expectations-section .expect-area ul.tabs li.tabs-title > a span {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .expectations-section .expect-area .tabs-content {
    padding: 90px 40px 80px;
  }
  .expectations-section .expect-area .tabs-content .tabs-panel h3 {
    font-size: 28px;
  }
  .expectations-section .expect-area .tabs-content .tabs-panel h4 {
    font-size: 20px;
  }

  .practices-section h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 50px;
  }

  .testimonials-section {
    text-align: center;
  }
  .testimonials-section .quote-side {
    float: none;
    width: 100%;
    text-align: center;
  }
  .testimonials-section .quote-side h2 {
    text-align: center;
  }
  .testimonials-section .story-side {
    float: none;
    width: 100%;
  }
  .testimonials-section .story-side h2 {
    text-align: center;
  }
  .testimonials-section .quote-side p {
    float: none;
    margin: 0 auto;
  }
  .testimonials-section .story-side .story-item {
    margin: 0 auto;
  }
  .testimonials-section a.scroll-down {
    display: none;
  }

  .family-section .family-area {
    max-width: 100%;
    text-align: center;
  }
  .family-section h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 40px;
    text-align: center;
  }
  .family-section .family-area .vertical-text {
    padding: 0 15px;
  }
  .family-section .story-item.video-item img {
    margin: 0 auto;
    display: block;
  }
  .family-section .story-item.video-item .video-area {
    margin: 30px auto 0;
  }

  .practice-row .large-4:nth-child(3n + 1) {
    clear: none;
  }
  .practice-row .medium-6:nth-child(2n + 1) {
    clear: both;
  }

  .team-boxes .single-team .team-holder {
    margin: 0 15px;
  }

  .content .right-text {
    margin-top: -50px;
  }
  .content .right-text .testimonial-quote {
    padding: 45px 50px;
    margin-bottom: 50px;
  }
  .content .right-text .testimonial-quote p {
    font-size: 20px;
    line-height: 35px;
  }

  .attorney-banner .top-text a.button {
    margin: 7px 0;
    width: 100%;
  }
  .attorney-banner .top-text .right-text {
    padding: 0;
  }

  .top-stats {
    margin-top: 0;
  }

  .banner .headline-area {
    position: static;
    margin: 0;
    padding-top: 145px;
    padding-bottom: 40px;
  }
  .banner img.background-image {
    display: none;
  }

  body.single-practices .banner .headline-area {
    position: static;
    padding-top: 30px;
    padding-bottom: 0;
  }
  body.single-practices .banner .headline-area img {
    display: none;
  }
  body.single-practices .banner .headline-area a.button {
    padding: 12px 17px;
    font-size: 14px;
    margin-right: 0;
  }
  body.single-practices .banner .headline-area a.button .free-text {
    display: none;
  }

  .main {
    padding: 40px 0 50px;
  }

  .content h1 {
    font-size: 45px;
  }
  .content h2 {
    font-size: 27px;
  }
  .content h3 {
    font-size: 24px;
  }

  .content .post h1,
  .content .post h2 {
    font-size: 30px;
  }

  .accordion-area ul li.accordion-item a.accordion-title h3 {
    font-size: 25px;
  }

  /* Sidebar */
  .sidebar .section h3 {
    font-size: 28px;
  }

  body.single-practices .sidebar .form-holder {
    margin-top: 50px;
  }

  /* Footer */
  .footer h2 {
    font-size: 38px;
    line-height: 38px;
  }
}

@media screen and (max-width: 950px) {
  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 160px;
  }
  .slider-section .slick-dots li button {
    height: 10px;
  }

  .video-section {
    max-width: 675px;
  }

  .banner .headline-area {
    bottom: 30px;
  }
  .banner h1,
  .banner span.headline {
    font-size: 35px;
    line-height: 45px;
  }

  /* Footer */
  .footer {
    padding: 80px 0 60px;
  }
  .footer h2 {
    margin-bottom: 80px;
  }
  .footer .footer-form {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 850px) {
  /* Header */
  .header .logo {
    padding: 25px 0 20px;
  }
  .header .top-right {
    padding: 30px 0;
  }

  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 140px;
  }

  .video-section {
    max-width: 600px;
    padding: 20px 20px 0;
  }

  .expectations-section {
    padding: 50px 0 90px;
    text-align: center;
  }
  .expectations-section .expect-area .tabs-content {
    padding: 70px 30px 60px;
  }

  .difference-section .text-side {
    padding: 30px;
  }

  .testimonials-section .quote-side h2 {
    margin-bottom: 50px;
  }
  .testimonials-section .quote-side .quote-item {
    padding: 0 30px;
  }
  .testimonials-section .story-side h2 {
    margin-bottom: 50px;
  }
  .testimonials-section .quote-side p {
    font-size: 24px;
    line-height: 40px;
  }
}

@media screen and (max-width: 800px) {
  /* Header */
  .header .top-right a.mobile-phone {
    display: block;
    padding: 2.5px 10px;
    margin-right: 10px;
  }
  .header .top-right a.phone {
    display: none;
  }

  /* Content */
  .video-section {
    max-width: 500px;
  }

  .attorney-banner .top-text h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 783px) {
  /* Content */
  .slider-section .item img.background-image {
    display: none;
  }
}

@media (max-width: 782px) {
  /* WordPress admin bar */
  #wpadminbar {
    display: none;
  }
  body.admin-bar .site-container {
    padding-top: 0;
  }
  body.admin-bar .header,
  body.admin-bar .pushy,
  body.admin-bar .sticky-container,
  body.admin-bar .sticky.is-stuck.is-at-top,
  body.admin-bar .sticky-container .sticky {
    top: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  /* Content */
  .expectations-section {
    padding: 50px 0 70px;
    text-align: center;
  }
  .expectations-section .expect-area .tabs-content {
    padding: 60px 30px 40px;
  }

  .difference-section .text-side {
    padding: 20px;
  }

  .sidebar .section.attorney-list h3 {
    font-size: 16px;
  }

  .banner .headline-area {
    bottom: 15px;
  }
  .banner h1,
  .banner span.headline {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 700px) {
  /* Header */
  .header .top-right a.button {
    padding: 12px 8px;
  }
  .header .top-right a.mobile-phone,
  .header .top-right .menu-button {
    padding: 2.5px 8px;
  }

  /* Content */
  .video-section {
    max-width: 450px;
  }
}

@media screen and (max-width: 639px) {
  .site-container,
  body.admin-bar .site-container {
    padding-top: 100px;
  }
  .pushy {
    max-width: 80vw;
  }

  /* Animations */
  .pushy-content > ul > li > a,
  .pushy-content > ul > li > button,
  body.home .slider-section,
  body.home .header,
  body.home .slider-section .text-box .headline-text,
  body.home .slider-section .slick-dots,
  body.home .slider-section .slide-count-wrap,
  body.home .slider-section .scroll-holder,
  body.home .video-section,
  body.home .firm-section,
  body.home .difference-section,
  body.home .expectations-section,
  body.home .practices-section,
  body.home .testimonials-section,
  body.home .family-section,
  body.home .footer {
    opacity: 1 !important;
  }

  /* Header */
  .header,
  .header.not-top,
  body.single-practices .header {
    background-color: var(--color-blue);
    height: 100px;
  }
  .header .logo,
  .header.not-top .logo,
  body.single-practices .header .logo {
    padding: 20px 0;
  }
  .header .logo img,
  .header.not-top .logo img,
  body.single-practices .header .logo img {
    height: 60px;
  }
  .header .top-right,
  .header.not-top .top-right body.single-practices .header .top-right {
    padding: 20px 0;
  }
  .header .top-right a.button {
    max-width: 140px;
    padding: 14px 10px;
    background-color: #252626;
  }
  .header .top-right a.mobile-phone,
  .header .top-right .menu-button {
    padding: 12.5px 17px;
  }

  .pushy-content > ul > li > a,
  .pushy-content > ul > li > button {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  /* Content */
  .slider-section .text-box .headline-text {
    padding-top: 80px;
  }
  .slider-section .text-box .headline-text p.firm-text {
    font-size: 25px;
    line-height: 25px;
  }
  .slider-section .text-box .headline-text p.title-text {
    font-size: 25px;
    line-height: 35px;
  }

  .video-section {
    margin: 50px auto 0;
    padding: 0;
  }
  .video-section .video-background {
    display: none;
  }

  .difference-section .text-side {
    width: 100%;
    float: none;
    min-height: initial;
  }
  .difference-section .text-side .text-rotate {
    height: initial;
    text-align: center;
    background: none;
  }
  .difference-section .text-side .text-rotate h2 {
    display: block;
  }
  .difference-section .accordion-side {
    width: 100%;
    float: none;
    min-height: initial;
    padding: 50px 0;
  }
  .accordion-side ul li.accordion-item a.accordion-title h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .expectations-section h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .expectations-section .expect-area ul.tabs li.tabs-title {
    width: 100%;
    float: none;
  }
  .expectations-section .expect-area ul.tabs li.tabs-title > a {
    padding: 15px;
  }
  .expectations-section .expect-area ul.tabs li.tabs-title > a span {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .expectations-section .expect-area ul.accordion li h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .expectations-section .expect-area ul.accordion li h4 {
    font-size: 18px;
  }
  .difference-section .text-side a.scroll-down {
    display: none;
  }

  .practices-section {
    padding: 50px 0;
  }
  .practices-section h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 40px;
  }

  .family-section {
    padding: 50px 0 0;
    background: none !important;
  }
  .family-section img.highlight-image {
    display: block;
    margin: 50px 0 0;
    width: 100%;
  }
  .family-section h2 {
    text-align: center;
  }
  .family-section h2:after {
    margin: 45px auto 0;
  }
  .family-section .family-area {
    max-width: 100%;
    text-align: center;
  }
  .family-section .family-area .vertical-text {
    padding: 30px;
  }

  .team-boxes .single-team {
    padding: 15px 0;
  }

  .attorney-banner {
    background-color: #121212;
    background-image: none !important;
    text-align: center;
  }
  .attorney-banner .top-text {
    padding-top: 50px;
  }

  .content .right-text {
    margin: 50px auto 0;
    padding-left: 0;
  }

  .main {
    padding: 20px 15px 30px;
  }
  body.single-practices .banner {
    margin-top: 0;
  }
  .banner h1,
  .banner span.headline {
    font-size: 32px;
    line-height: 40px;
  }

  .top-stats {
    margin-bottom: 0;
  }
  .top-stats .stat-box {
    margin-bottom: 30px;
  }

  .banner .headline-area {
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
  }

  .content h1 {
    font-size: 35px;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 20px;
  }
  .content h4 {
    font-size: 18px;
  }
  .content p {
    font-size: 16px;
    line-height: 26px;
  }
  .content ul li,
  .content ol li {
    font-size: 16px;
  }

  .content .subpage-list ul li {
    width: 100%;
  }
  .content .subpage-list ul li:nth-child(2n) {
    margin-left: 0;
  }

  .accordion-area ul li.accordion-item a.accordion-title h3 {
    font-size: 22px;
  }

  .content .post h1,
  .content .post h2 {
    font-size: 25px;
  }
  .content .post .button {
    font-size: 16px;
    padding: 15px 20px;
  }
  .content .post p.info {
    line-height: 25px;
  }

  /* Sidebar */
  .sidebar {
    margin-top: 30px;
  }
  .sidebar .section h3 {
    font-size: 20px;
  }

  .sidebar .section.pages ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .content .office-area {
    text-align: center;
  }
  .content .office-area .google-map {
    display: none;
  }

  .sidebar .section:last-child {
    margin-bottom: 0;
  }
  .sidebar .section.pages.hide-for-mobile ul {
    display: none;
  }
  .sidebar .section.pages ul li:before {
    top: 15px;
  }
  .sidebar .section.pages ul li a:before {
    font-size: 20px;
  }

  .sidebar .section.attorney-list {
    padding: 0;
  }

  .list-trigger {
    display: block;
  }

  /* Footer */
  .footer {
    padding: 50px 0;
  }
  .footer h2 {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 28px;
  }
  .footer .footer-form {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  /* Header */
  .header .logo,
  .header.not-top .logo {
    padding: 25px 0;
  }
  .header .logo img,
  .header.not-top .logo img {
    height: 50px;
  }
  .header .top-right {
    padding: 25px 0;
  }
  .header .top-right a.button {
    max-width: 120px;
    padding: 10px 8px;
    background-color: #252626;
  }
  .header .top-right a.mobile-phone,
  .header .top-right .menu-button {
    padding: 7.5px 13px;
  }
}

@media screen and (max-width: 580px) {
  /* Content */
  .slider-section .item {
    background-image: none !important;
  }
  .slider-section .item img.background-image {
    display: block;
  }
  .slider-section .text-box {
    position: static;
    text-align: center;
  }
  .slider-section .text-box .headline-text {
    padding: 25px 15px 100px;
  }

  .slider-section .slick-dots,
  .slider-section .slide-count-wrap {
    display: none !important;
  }

  .slider-section .scroll-holder {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .site-container,
  body.admin-bar .site-container {
    padding-top: 160px;
  }

  /* Header */
  .mobile-bar {
    display: block;
  }

  .header .logo,
  .header.not-top .logo {
    padding: 20px 0;
    float: none;
  }
  .header .logo img,
  .header.not-top .logo img {
    height: 60px;
    margin: 0 auto;
  }
  .header .top-right {
    display: none;
  }

  .pushy-content > ul > li > a,
  .pushy-content > ul > li > button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  /* Content */
  .banner h1,
  .banner span.headline {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 480px) {
  /* Content */
  .accordion-area ul li.accordion-item a.accordion-title h3 {
    font-size: 20px;
    line-height: 26px;
  }

  /* Footer */
  .footer .office-area h3 span {
    display: block;
    margin: 0;
    opacity: 0;
    height: 0;
  }
}

@media screen and (max-width: 400px) {
  /* Content */
  .content .post .button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .content .post .button.share {
    margin-left: 5px;
  }
}

@media screen and (max-width: 380px) {
  /* Header */
  .mobile-bar a {
    font-size: 16px;
    padding: 18px 0 0;
  }
}

@media screen and (max-width: 350px) {
  /* Content */
  .content .post .button {
    font-size: 12px;
    padding: 6px 10px;
  }
}

@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
  }
  a[href]:after {
    content: none !important;
  }
  .theme-switcher,
  .header .show-for-medium-only,
  .header .show-for-small-only,
  .search-box,
  .portfolio-box,
  .top-bar,
  .banner,
  .breadcrumbs,
  .right-bar,
  .sidebar,
  .footer {
    display: none !important;
  }
}

.test-hide {
  display: none;
}

/* News Section */

.news-section {
  /* background: url(images/news-bg.png); */
  background: url(images/news-bg.svg);
  background-color: #2c2d2d;
  /* background-size: cover; */
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  opacity: 0;
}

.news-section h2 {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 28px;
}

.news-section h2:after {
  content: '';
  border: 3px solid #fff;
  position: absolute;
  width: 45px;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
}

.news-section .news-inner {
  display: flex;
  flex-direction: column;
}

.news-section .news-controls {
  /* width: 28%; */
  text-align: center;
}

.news-section .news-slider-holder {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}

.slider-news .news-single {
  position: relative;
  width: 430px;
  margin: 0 15px;
  padding: 13px;
  border: 3px solid #fff;
  background-color: #2c2d2d;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.news-section .image-holder {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.news-single img,
.news-single .content-area,
.news-single .button-holder {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.news-section .image-holder {
  position: relative;
}

.news-single .image-holder:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(45, 45, 45, 1) 11%, rgba(0, 0, 0, 0) 100%);
}

.news-single img {
  max-width: 100%;
  width: 100%;
  display: block;
  transform-origin: top;
}

.news-single .content-area {
  padding: 0 25px;
  text-align: center;
  /* position: absolute;
  top: 240px;
  left: 0; */
}

.news-single:hover .content-area,
.news-single:focus .content-area {
  position: static;
}
.news-single h3 {
  text-align: center;
  font-size: 30px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  color: var(--color-orange);
}

.news-single p {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.news-single .button-holder {
  /* position: absolute; */
  /* bottom: 35px; */
  /* left: 0; */
  width: 100%;
}

.news-single .button {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.center {
  text-align: center;
}

.module-practices-g {
  background: #e9f5f7;
}

.module-practices-g-inner {
  position: relative;
  margin-bottom: 40px;
}

.module-practices-g-single-image {
  height: 300px;
  background-position-x: 50%;
}

.module-practices-g-single-content {
  text-align: center;
  background: #fff;
  padding: 30px;
}

.module-practices-g-buttons {
  margin-top: 100px;
}

.news-controls {
  margin-bottom: 35px;
}

.news-controls .slick-arrow {
  font-size: 65px;
  color: #fff;
  margin-right: 40px;
}

.news-controls .slick-arrow:hover,
.news-controls .slick-arrow:focus {
  color: var(--color-orange);
}

.news-controls #slider-news-next {
  margin-right: 0;
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  .news-section {
    padding: 100px 0;
  }

  .slider-news .news-single {
    height: 700px;
  }

  .news-section .news-slider-holder {
    max-width: 100%;
  }

  .module-practices-g-inner .slick-arrow {
    position: absolute;
    left: 0;
    top: 33%;
  }

  #slider-practices-g-next {
    left: auto;
    right: 0;
  }

  .module-practices-g-single {
    padding-right: 35px;
  }

  .slider-practices-g {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .news-section h2 {
    font-size: 48px;
  }

  .news-controls {
    padding: 0 15px 0 60px;
  }

  .news-controls .slick-arrow {
    font-size: 85px;
    margin-right: 70px;
  }

  .news-controls #slider-news-next {
    margin-left: 70px;
  }

  .slider-news .news-single:hover h3,
  .slider-news .news-single:hover p,
  .slider-news .news-single:focus h3,
  .slider-news .news-single:focus p {
    color: #000;
  }

  .slider-news .news-single:hover,
  .slider-news .news-single:focus {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .slider-news .news-single:hover img,
  .slider-news .news-single:focus img {
    opacity: 0;
    display: none;
  }

  .news-single .button-holder {
    position: absolute;
    bottom: 35px;
    left: 0;
  }

  .news-single .content-area {
    position: absolute;
    top: 240px;
    left: 0;
  }
}

@media screen and (min-width: 1281px) {
  .news-section {
    padding: 420px 0;
  }

  .news-section .row {
    position: static;
  }

  .news-section .news-inner {
    flex-direction: row;
  }

  .news-section .news-slider-holder {
    max-width: 1050px;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1400px) {
  .news-section .news-slider-holder {
    max-width: 1150px;
  }

  .slider-news .news-single {
    margin: 0 30px;
  }
}

@media screen and (min-width: 1600px) {
  .news-section .news-slider-holder {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1700px) {
  .news-section .news-slider-holder {
    max-width: 1470px;
  }
  .news-controls {
    padding: 0 15px 0 0;
  }
}

@media screen and (min-width: 2100px) {
  .news-section .news-slider-holder {
    max-width: 1600px;
  }
}

@media screen and (min-width: 1025px) {
  .postid-3243 .pushy {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .postid-3243.pushy-open-right .pushy {
    width: 100%;
    max-width: none;
  }

  .postid-3243 .pushy-content > ul > li > a,
  .postid-3243 .pushy-content > ul > li > button {
    padding: 5px;
  }

  .postid-3243 .pushy-content #menu-main-navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
  }

  .postid-3243 .pushy-content #menu-main-navigation > li {
    position: relative;
  }

  .postid-3243 .pushy-content > ul > li.pushy-submenu > ul {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 400px;
    overflow-y: auto;
    max-height: 475px;
  }

  .postid-3243 .pushy-content > ul > li.pushy-submenu.pushy-submenu-open {
    overflow: visible;
  }

  .postid-3243 .pushy-content > ul > li > a,
  .postid-3243 .pushy-content > ul > li > button {
    border: none;
    opacity: 1;
    font-size: 18px;
  }

  .postid-3243 .pushy-content > ul > li > button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    grid-gap: 5px;
    gap: 5px;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .postid-3243 .pushy-content > ul > li > button::after {
    position: static;
    height: 11px;
    width: 8px;
    content: none;
  }

  .postid-3243 .pushy-content > #menu-main-navigation > li > a:before,
  .postid-3243 .pushy-content > #menu-main-navigation > li > button:before {
    content: none;
  }

  .postid-3243 body.pushy-open-right {
    overflow-y: scroll;
  }
}

@media screen and (min-width: 1281px) {
  .postid-3243 .pushy-content > ul > li > a,
  .postid-3243 .pushy-content > ul > li > button {
    font-size: 20px;
  }
}
