@charset "UTF-8";
/*
Theme Name: Abogados Los Toros
Author: Todd Gaughan; Precision Marine Consulting LLC
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abogadoslostoros.com
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Myriad Web Pro';
  src: url("fonts/MyriadWebPro-Bold.woff2") format("woff2"), url("fonts/MyriadWebPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("fonts/MyriadPro-BoldIt.woff2") format("woff2"), url("fonts/MyriadPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("fonts/ProximaNova-Bold.woff2") format("woff2"), url("fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url("fonts/ProximaNova-Black.woff2") format("woff2"), url("fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("fonts/ProximaNova-Semibold.woff2") format("woff2"), url("fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("fonts/ProximaNova-Regular.woff2") format("woff2"), url("fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("fonts/MyriadPro-Bold.woff2") format("woff2"), url("fonts/MyriadPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("fonts/MyriadPro-SemiboldIt.woff2") format("woff2"), url("fonts/MyriadPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Plantin';
  src: url("fonts/Plantin.woff2") format("woff2"), url("fonts/Plantin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("fonts/MyriadPro-Semibold.woff2") format("woff2"), url("fonts/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial MT';
  src: url("fonts/ArialMT.woff2") format("woff2"), url("fonts/ArialMT.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial MT';
  src: url("fonts/Arial-BoldMT.woff2") format("woff2"), url("fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Plantin Std';
  src: url("fonts/PlantinStd-Semibold.woff2") format("woff2"), url("fonts/PlantinStd-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial MT';
  src: url("fonts/Arial-BoldMT.woff2") format("woff2"), url("fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial MT';
  src: url("fonts/ArialMT.woff2") format("woff2"), url("fonts/ArialMT.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.listreset, .holder-tabset .tabset,
.holder-tabset ul, .holder-block .content .wp-block-column ul, .holder-block .content .wp-block-column ol, .widget_categories ul,
.widget-community ul, .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title .tabset, .holder-single-post-tabs .content-post-tab .content .holder-tabset-main .tabset,
.holder-single-post-tabs .content-post-tab .content .holder-tabset-main ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.search-form fieldset input[type="submit"], .section.respond input[type="submit"], #header .navigation-holder a, a, .slick-dots li button, .holder-tabset .tabset li a,
.holder-tabset ul li a, .call-btn, .red-btn-normal svg path, .read-more, .section-results .home-results-slider .slick-prev svg path, .section-results .home-results-slider .slick-next svg path, .section-results amp-carousel .slick-prev svg path, .section-results amp-carousel .slick-next svg path, .section-areas-of-practice .blocks-list li, .section-areas-of-practice .blocks-list a, .open-close-module .open-close-item .name, .holder-block .content .new-content-target .item .image-holder a,
.holder-block .content .locations .item .image-holder a, .holder-block .content .new-content-target .item h3 a,
.holder-block .content .locations .item h3 a, .holder-block .content .wp-block-column ul li a, .holder-block .content .wp-block-column ol li a, .pagination .nav-links .page-numbers, .widget_custom-cf7 input.wpcf7-submit,
.widget_custom-cf7 textarea.wpcf7-submit, .widget_custom_mobile_app_widget .holder-app .holder-text-button .holder-button-app .app-btn, .widget_custom_mobile_app_widget .holder-app .holder-text-button a, .widget_custom_call_widget .holder-call .image-holder a, .widget_categories ul li a,
.widget-community ul li a, .widget_custom_icon_link_widget .holder-widget-icon-link a, .holder-single-post .meta-info a,
.holder-single-post .meta a,
.holder-single-post .logged-in-as a, .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title .tabset li a, .holder-single-post-tabs .content-post-tab .content .holder-tabset-main .tabset li a,
.holder-single-post-tabs .content-post-tab .content .holder-tabset-main ul li a, .contact-form-section form input[type="submit"] {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Myriad Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    width: 100%; }
  #wrapper {
    margin: 0 auto; }
  #footer {
    height: 1%; } }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  margin: 0 0 0.5em;
  color: #fff; }

h1, .h1 {
  font-size: 71px;
  line-height: 76.41px; }
  @media (max-width: 1399px) {
    h1, .h1 {
      font-size: 55px;
      line-height: 60px; } }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 50px;
      line-height: 55px; } }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 45px;
      line-height: 50px; } }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 45px; } }

h2, .h2 {
  font-size: 55px; }
  @media (max-width: 1399px) {
    h2, .h2 {
      font-size: 50px; } }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 45px; } }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 37px; } }

h3, .h3 {
  font-size: 36px; }
  @media (max-width: 1399px) {
    h3, .h3 {
      font-size: 33px; } }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 30px; } }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 28px; } }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 26px; } }

h4, .h4 {
  font-size: 24px; }
  @media (max-width: 991px) {
    h4, .h4 {
      font-size: 22px; } }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: 20px; } }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 1em; }

a {
  color: #e92532; }
  a:hover, a:focus {
    text-decoration: none; }

.content404 {
  color: #fff; }
  .content404 h1, .content404 p {
    margin: 0;
    margin-bottom: 20px; }

.page-template-default .holder-block {
  color: #fff; }
  .page-template-default .holder-block .content h1, .page-template-default .holder-block .content h2, .page-template-default .holder-block .content h3, .page-template-default .holder-block .content h4, .page-template-default .holder-block .content h5, .page-template-default .holder-block .content h6 {
    margin-bottom: 20px; }

.page-template-default blockquote {
  margin: 40px 0; }

.page-template-default p, .page-template-default pre {
  color: #fff;
  margin-bottom: 20px; }

.search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search-form fieldset input[type="search"] {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    border: none;
    color: #000; }
  .search-form fieldset input[type="submit"] {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: white;
    max-width: 155px;
    background: transparent;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    -webkit-border-image: initial;
            border-image: initial;
    min-width: 155px; }
    .search-form fieldset input[type="submit"]:hover {
      opacity: 1;
      background-color: #ef666f; }

span.wpcf7-not-valid-tip {
  text-align: center; }

.wpcf7-response-output {
  text-align: center;
  margin-top: 20px !important;
  border-width: 1px !important; }

.search-results-holder .title {
  color: #fff;
  margin-bottom: 20px; }
  .search-results-holder .title h1 {
    margin-bottom: 0; }

.meta ul {
  padding: 0;
  margin: 0;
  margin-bottom: 40px; }

.meta li {
  margin-bottom: 10px;
  list-style-type: none; }
  .meta li:last-of-type {
    margin-bottom: 0; }

.section.respond {
  max-width: 450px; }
  .section.respond input, .section.respond textarea {
    border: 1px solid #000000;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    padding: 12px 7px;
    max-width: 100%; }
    @media (max-width: 768px) {
      .section.respond input, .section.respond textarea {
        font-size: 17px; } }
    @media (max-width: 575px) {
      .section.respond input, .section.respond textarea {
        font-size: 16px; } }
  .section.respond input[type="submit"] {
    background: transparent;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    max-width: 155px;
    padding: 5px 15px; }
    .section.respond input[type="submit"]:hover {
      opacity: 1;
      background-color: #ef666f; }
  .section.respond label {
    color: #fff;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px; }
    @media (max-width: 768px) {
      .section.respond label {
        font-size: 17px; } }
    @media (max-width: 575px) {
      .section.respond label {
        font-size: 16px; } }
  .section.respond .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section.respond .comment-form-cookies-consent input {
      width: auto;
      margin-right: 10px; }
    .section.respond .comment-form-cookies-consent label {
      margin: 0;
      padding: 0; }

@media (max-width: 768px) {
  .no-logo-header #header .navigation-holder {
    top: 61px; } }

.no-logo-header #header .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    .no-logo-header #header .container {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.no-logo-header #header .logo {
  display: none; }

#header {
  background-color: #000;
  padding: 26px 0 29px;
  position: relative;
  z-index: 10; }
  @media (max-width: 768px) {
    #header {
      padding: 20px 0; } }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      #header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 768px) {
      #header .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  #header .logo {
    margin-right: 36px; }
    @media (max-width: 991px) {
      #header .logo {
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      #header .logo {
        margin-bottom: 0; } }
    #header .logo img {
      width: 100%;
      min-width: 273px;
      max-width: 273px; }
      @media (max-width: 1200px) {
        #header .logo img {
          min-width: 200px;
          max-width: 200px; } }
      @media (max-width: 768px) {
        #header .logo img {
          min-width: 170px;
          max-width: 170px; } }
      @media (max-width: 575px) {
        #header .logo img {
          min-width: 140px;
          max-width: 140px; } }
  @media (max-width: 768px) {
    #header .navigation-holder {
      display: none;
      position: absolute;
      width: 100%;
      top: 81px;
      left: 0;
      padding: 15px;
      background-color: #000; } }
  @media (max-width: 575px) {
    #header .navigation-holder {
      top: 73px; } }
  #header .navigation-holder ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      #header .navigation-holder ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #header .navigation-holder a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif; }
    #header .navigation-holder a:hover {
      color: #e92532; }
  #header .navigation-holder li {
    margin-right: 35px;
    list-style-type: none; }
    @media (max-width: 1200px) {
      #header .navigation-holder li {
        margin-right: 25px; } }
    @media (max-width: 768px) {
      #header .navigation-holder li {
        margin-bottom: 7px; }
        #header .navigation-holder li:last-of-type {
          margin-bottom: 0; } }
    #header .navigation-holder li:last-of-type {
      margin-right: 0; }
    #header .navigation-holder li.active>a {
      color: #e92532; }
  #header .burger-button {
    display: none;
    width: 22px;
    height: 22px;
    position: relative; }
    @media (max-width: 768px) {
      #header .burger-button {
        display: block; } }
    #header .burger-button.close svg.burger-icon {
      display: none; }
    #header .burger-button.close svg.close-icon {
      display: block; }
    #header .burger-button svg {
      position: absolute;
      top: 0;
      width: 22px;
      height: 22px;
      fill: #fff;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
      #header .burger-button svg.close-icon {
        display: none; }

#footer {
  position: relative !important;
  height: auto !important; }
  #footer .acf-map, #footer amp-iframe {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-bottom: 0; }
  #footer .footer-red-line {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    font-size: 18px;
    background-color: #e92532;
    padding: 27px 0;
    color: #000;
    font-weight: 400;
    font-family: "Proxima Nova Lt", sans-serif; }
    @media (max-width: 768px) {
      #footer .footer-red-line {
        font-size: 17px;
        padding: 20px 0; } }
    @media (max-width: 575px) {
      #footer .footer-red-line {
        font-size: 16px; } }
    #footer .footer-red-line p {
      font-family: "Proxima Nova Lt", sans-serif;
      margin: 0; }
    #footer .footer-red-line ul {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 991px) {
        #footer .footer-red-line ul {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-top: 10px; } }
      #footer .footer-red-line ul li {
        list-style-type: none;
        position: relative;
        padding-right: 10px;
        margin-right: 5px; }
        #footer .footer-red-line ul li::after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 16px;
          width: 2px;
          background-color: #000; }
        #footer .footer-red-line ul li:last-of-type {
          margin-right: 0; }
          #footer .footer-red-line ul li:last-of-type::after {
            display: none; }
      #footer .footer-red-line ul a {
        color: #000; }
        #footer .footer-red-line ul a:hover {
          color: #fff; }

* {
  box-sizing: border-box; }

button, textarea, input {
  outline: none; }

textarea {
  resize: none; }

label {
  cursor: pointer; }

a {
  text-decoration: none; }
  a:hover {
    color: inherit; }

.container {
  max-width: 1195px; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.js-tab-hidden {
  display: block !important;
  left: 0px !important;
  position: absolute !important;
  z-index: -9999;
  top: 0px !important;
 }

p {
  font-family: "Myriad Pro", sans-serif;
  margin: 0 0 10px; }

blockquote {
  margin: 0;
  border: 0;
  text-align: center;
  color: #000000;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 3px solid #000;
  padding: 17px 15px;
  position: relative;
  margin: 45px 0; }
  blockquote::before, blockquote::after {
    position: absolute;
    color: #e92532;
    font-size: 67px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Proxima Nova Bl", sans-serif; }
    @media (max-width: 991px) {
      blockquote::before, blockquote::after {
        font-size: 55px; } }
  blockquote::before {
    content: '“';
    top: -33px;
    left: 15px; }
    @media (max-width: 991px) {
      blockquote::before {
        top: -28px; } }
  blockquote::after {
    content: '”';
    bottom: -58px;
    right: 11px; }
    @media (max-width: 991px) {
      blockquote::after {
        bottom: -46px; } }
  blockquote p {
    margin-bottom: 15px !important;
    line-height: 26.16px;
    position: relative; }
    blockquote p::before {
      content: '“';
      top: -16px;
      left: 9px; }
    blockquote p::after {
      content: '”';
      bottom: -35px;
      right: 0; }
    blockquote p::before, blockquote p::after {
      display: none;
      position: absolute;
      color: #e92532;
      font-size: 67px;
      font-weight: 400;
      text-transform: uppercase;
      font-family: "Proxima Nova Bl", sans-serif; }
      @media (max-width: 991px) {
        blockquote p::before, blockquote p::after {
          font-size: 55px; } }
  blockquote footer {
    font-family: "Proxima Nova Bl", sans-serif;
    font-weight: 900; }

.red-text {
  color: #c2301b; }

span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400; }

div.wpcf7-response-output {
  font-size: 14px;
  margin: 40px 0 0;
  padding: 10px 0; }

.slick-dots {
  padding: 0 !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0; }
  .slick-dots li {
    list-style-type: none;
    font-size: 0;
    padding: 0;
    margin-right: 12px; }
    .slick-dots li button {
      background-color: #5c5b5d;
      height: 10px;
      width: 10px;
      border: 0;
      padding: 0;
      outline: none; }
    .slick-dots li.slick-active button {
      background-color: #e92532; }
    .slick-dots li:last-of-type {
      margin-right: 0; }

.holder-tabset .tabset,
.holder-tabset ul {
  padding-left: 35px;
  margin-bottom: 25px; }
  .holder-tabset .tabset li,
  .holder-tabset ul li {
    margin-bottom: 10px; }
    .holder-tabset .tabset li a,
    .holder-tabset ul li a {
      color: #e92532;
      font-size: 16px;
      font-weight: 400; }
      .holder-tabset .tabset li a:hover,
      .holder-tabset ul li a:hover {
        color: #000; }

.quote-type2 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding: 32px 30px;
  border: 3px solid #000;
  font-weight: 700;
  font-style: italic;
  text-align: center; }
  .quote-type2 p {
    font-size: 24px;
    line-height: 30px; }

#mobile-menu {
  padding: 20px 15px;
  background-color: #000; }
  #mobile-menu .close-sidebar {
    margin-bottom: 20px;
    width: 18px;
    height: 18px;
    fill: #fff;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
    #mobile-menu .close-sidebar:hover {
      fill: #e92532; }
  #mobile-menu ul {
    padding: 0;
    margin: 0; }
  #mobile-menu li {
    margin-bottom: 7px;
    list-style-type: none; }
  #mobile-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif; }
    #mobile-menu a:hover {
      color: #e92532; }

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  width: 40px !important;
  height: 40px; }

.btn {
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  font-weight: inherit;
  background: #000;
  padding: 0.4em 0.7em;
  color: #fff;
  text-decoration: none; }

.call-btn {
  border: 1px solid #e92532;
  display: inline-block;
  padding: 5px 20px 0;
  border-radius: 16px;
  color: #e92532;
  font-size: 36px;
  font-weight: 700;
  font-family: "Myriad Web Pro", sans-serif;
  text-transform: uppercase;
  line-height: 1; }
  .call-btn:hover {
    color: #ef666f;
    border-color: #ef666f; }
  @media (max-width: 1200px) {
    .call-btn {
      font-size: 33px; } }
  @media (max-width: 991px) {
    .call-btn {
      font-size: 30px; } }
  @media (max-width: 768px) {
    .call-btn {
      font-size: 27px; } }
  @media (max-width: 575px) {
    .call-btn {
      font-size: 24px; } }

.red-btn-1 {
  display: inline-block;
  background-color: rgba(233, 37, 50, 0.7);
  color: #fff;
  height: 46px;
  padding: 0 12px;
  padding-top: 14px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Myriad Web Pro", sans-serif;
  line-height: 1;
  border: 2px solid rgba(144, 142, 142, 0.7); }
  .red-btn-1:hover {
    color: #fff;
    background-color: rgba(239, 102, 111, 0.7); }
  @media (max-width: 575px) {
    .red-btn-1 {
      font-size: 16px; } }

.red-btn-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e92532;
  color: #fff;
  padding: 7px 23px 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Myriad Web Pro", sans-serif;
  line-height: 1;
  border: 1px solid #050708; }

.red-btn-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e92532;
  color: #fff;
  padding: 13px 14px 13px 29px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Myriad Pro", sans-serif;
  border: 1px solid #050708; }
  .red-btn-normal svg {
    margin-left: 23px;
    max-width: 12px; }
  .red-btn-normal:hover {
    color: #000; }
    .red-btn-normal:hover svg path {
      fill: #000; }

.read-more {
  display: inline-block;
  color: #5c5b5d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 18px;
  border: 1px solid #828282; }
  .read-more:hover {
    background-color: #ef666f;
    color: #fff; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.section-intro {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .section-intro .content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 160px; }
    @media (max-width: 1399px) {
      .section-intro .content-holder {
        padding-bottom: 120px; } }
    .section-intro .content-holder .image-holder {
      margin-bottom: 60px; }
      @media (max-width: 575px) {
        .section-intro .content-holder .image-holder {
          margin-bottom: 40px; } }
      .section-intro .content-holder .image-holder img {
        width: 521px; }
        @media (max-width: 1399px) {
          .section-intro .content-holder .image-holder img {
            width: 400px; } }
        @media (max-width: 1200px) {
          .section-intro .content-holder .image-holder img {
            width: 300px; } }
        @media (max-width: 991px) {
          .section-intro .content-holder .image-holder img {
            width: 250px; } }
        @media (max-width: 768px) {
          .section-intro .content-holder .image-holder img {
            width: 200px; } }
        @media (max-width: 575px) {
          .section-intro .content-holder .image-holder img {
            width: 150px; } }
    .section-intro .content-holder h1 {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      max-width: 595px;
      width: 100%;
      text-align: center;
      margin-bottom: 50px; }
      @media (max-width: 575px) {
        .section-intro .content-holder h1 {
          margin-bottom: 40px; } }
@media (max-width: 575px) {
  .section-intro {
    flex-wrap: wrap;
  }
  .section-intro .content-holder {
    width: 100%;
  }
  .section-intro .attorney-block {
    order: 2;
    width: 50%;
  }
  .section-intro .attorney-block:last-child {
    text-align: right;
  }
  section.section-intro .content-holder {
    padding-bottom: 40px;
  }
  .section-intro .attorney-block .image-holder {
    height: 315px;
  }
  .section-intro .attorney-block .name {
    padding: 0 15px;
  }
  .section-intro .attorney-block .phone {
    padding: 0 15px;
  }
}
.section-intro-bulls {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px; }
  .section-intro-bulls::before, .section-intro-bulls::after {
    content: '';
    position: absolute;
    top: -50px;
    background-position: center;
    background-size: cover;
    width: 586px;
    height: 450px;
    z-index: 0; }
    @media (max-width: 1399px) {
      .section-intro-bulls::before, .section-intro-bulls::after {
        width: 450px;
        height: 350px; } }
    @media (max-width: 1200px) {
      .section-intro-bulls::before, .section-intro-bulls::after {
        width: 400px;
        height: 300px; } }
    @media (max-width: 991px) {
      .section-intro-bulls::before, .section-intro-bulls::after {
        width: 280px;
        height: 220px; } }
    @media (max-width: 768px) {
      .section-intro-bulls::before, .section-intro-bulls::after {
        width: 200px;
        height: 200px;
        top: -120px; } }
    @media (max-width: 575px) {
      .section-intro-bulls::before, .section-intro-bulls::after {
        width: 160px;
        height: 120px;
        top: -50px; } }
    @media (max-width: 480px) {
      .section-intro-bulls::before, .section-intro-bulls::after {
        width: 80px; } }
  .section-intro-bulls::before {
    left: 0;
    background-image: url("images/bull-right.png"); }
  .section-intro-bulls::after {
    right: 0;
    background-image: url("images/bull-left.png"); }
  .section-intro-bulls .subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "Myriad Web Pro", sans-serif;
    text-transform: uppercase;
    z-index: 1;
    position: relative; }
    @media (max-width: 575px) {
      .section-intro-bulls .subtitle {
        font-size: 16px; } }
  .section-intro-bulls .slogan {
    margin-top: -10px;
    color: #171717;
    width: 100%;
    max-width: 634px;
    -webkit-transform: perspective(500px) rotateX(25deg);
            transform: perspective(500px) rotateX(25deg);
    margin: 0 auto;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: rgba(233, 37, 50, 0.7) 1px 0px, rgba(233, 37, 50, 0.7) 1px 1px, rgba(233, 37, 50, 0.7) 0px 1px, rgba(233, 37, 50, 0.7) -1px 1px, rgba(233, 37, 50, 0.7) -1px 0px, rgba(233, 37, 50, 0.7) -1px -1px, rgba(233, 37, 50, 0.7) 0px -1px, rgba(233, 37, 50, 0.7) 1px -1px;
    margin-bottom: 17px;
    z-index: 1;
    position: relative; }
    @media (max-width: 1399px) {
      .section-intro-bulls .slogan {
        font-size: 55px;
        max-width: 500px; } }
    @media (max-width: 991px) {
      .section-intro-bulls .slogan {
        font-size: 50px;
        max-width: 450px; } }
    @media (max-width: 768px) {
      .section-intro-bulls .slogan {
        font-size: 45px;
        max-width: 400px; } }
    @media (max-width: 575px) {
      .section-intro-bulls .slogan {
        font-size: 40px; } }
    .section-intro-bulls .slogan p {
      margin: 0;
      line-height: 60px;
      letter-spacing: 1px; }
      @media (max-width: 1399px) {
        .section-intro-bulls .slogan p {
          margin: 0 auto;
          line-height: 65px; } }
      @media (max-width: 991px) {
        .section-intro-bulls .slogan p {
          line-height: 60px; } }
      @media (max-width: 768px) {
        .section-intro-bulls .slogan p {
          line-height: 55px; } }
      @media (max-width: 575px) {
        .section-intro-bulls .slogan p {
          line-height: 50px; } }
  .section-intro-bulls .red-btn-1 {
    margin-bottom: 15px;
    z-index: 1;
    position: relative; }
  .section-intro-bulls .text {
    max-width: 385px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif; }
    .section-intro-bulls .text p {
      margin: 0; }



.attorney-block .name {
  padding-left: 43px;
  color: #fff;
  font-family: "Arial MT", sans-serif;
  font-size: 18px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .attorney-block .name {
      padding-left: 20px; } }
  @media (max-width: 768px) {
    .attorney-block .name {
      font-size: 16px; } }
  .attorney-block .name p {
    margin: 0; }

.attorney-block .phone {
  padding-left: 43px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Arial MT", sans-serif; }
  @media (max-width: 991px) {
    .attorney-block .phone {
      padding-left: 20px; } }
  .attorney-block .phone a {
    color: #e92532; }
    .attorney-block .phone a:hover {
      color: #ef666f; }

.attorney-block .image-holder {
  padding-top: 8px;
  height: 500px; }
  @media (max-width: 1399px) {
    .attorney-block .image-holder {
      height: 450px; } }
  @media (max-width: 991px) {
    .attorney-block .image-holder {
      height: 350px; } }
  @media (max-width: 768px) {
    .attorney-block .image-holder {
      height: 200px; } }
  .attorney-block .image-holder img {
    height: auto;
    max-width: 344px; }
    @media (max-width: 1399px) {
      .attorney-block .image-holder img {
        max-width: 300px; } }
    @media (max-width: 991px) {
      .attorney-block .image-holder img {
        max-width: 240px; } }
    @media (max-width: 768px) {
      .attorney-block .image-holder img {
        max-width: 180px; } }

.section-results {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  min-height: 340px; }
  .section-results .text-holder {
    text-align: center;
    color: #fffefe;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
    font-weight: 400; }
    .section-results .text-holder p {
      margin-bottom: 20px;
      line-height: 22px; }
  .section-results .home-results-slider .amp-carousel-button, .section-results amp-carousel .amp-carousel-button {
    position: absolute;
    background: none;
    border: 0;
    font-size: 0;
    outline: none;
    padding: 0;
    height: 33px;
    width: 33px;
    top: 40px;
    opacity: 1;
    background-size: cover;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    @media (max-width: 575px) {
      .section-results .home-results-slider .amp-carousel-button, .section-results amp-carousel .amp-carousel-button {
        width: 27px;
        height: 27px; } }
  .section-results .home-results-slider .amp-carousel-button.amp-carousel-button-prev, .section-results amp-carousel .amp-carousel-button.amp-carousel-button-prev {
    background-image: url("images/left.png"); }
    @media (max-width: 575px) {
      .section-results .home-results-slider .amp-carousel-button.amp-carousel-button-prev, .section-results amp-carousel .amp-carousel-button.amp-carousel-button-prev {
        left: 0; } }
  .section-results .home-results-slider .amp-carousel-button.amp-carousel-button-next, .section-results amp-carousel .amp-carousel-button.amp-carousel-button-next {
    background-image: url("images/right.png"); }
    @media (max-width: 575px) {
      .section-results .home-results-slider .amp-carousel-button.amp-carousel-button-next, .section-results amp-carousel .amp-carousel-button.amp-carousel-button-next {
        right: 0; } }
  .section-results .home-results-slider .slick-prev, .section-results .home-results-slider .slick-next, .section-results amp-carousel .slick-prev, .section-results amp-carousel .slick-next {
    position: absolute;
    top: 45px;
    background: none;
    border: 0;
    font-size: 0;
    height: 38px;
    width: 38px;
    outline: none;
    padding: 0; }
    @media (max-width: 991px) {
      .section-results .home-results-slider .slick-prev, .section-results .home-results-slider .slick-next, .section-results amp-carousel .slick-prev, .section-results amp-carousel .slick-next {
        height: 33px;
        width: 33px;
        top: 40px; } }
    .section-results .home-results-slider .slick-prev svg, .section-results .home-results-slider .slick-next svg, .section-results amp-carousel .slick-prev svg, .section-results amp-carousel .slick-next svg {
      width: 100%;
      height: 100%; }
    .section-results .home-results-slider .slick-prev:hover svg path, .section-results .home-results-slider .slick-next:hover svg path, .section-results amp-carousel .slick-prev:hover svg path, .section-results amp-carousel .slick-next:hover svg path {
      stroke: #e92532; }
    .section-results .home-results-slider .slick-prev svg path, .section-results .home-results-slider .slick-next svg path, .section-results amp-carousel .slick-prev svg path, .section-results amp-carousel .slick-next svg path {
      stroke: #fff; }
  .section-results .home-results-slider .slick-prev, .section-results amp-carousel .slick-prev {
    left: -60px; }
    @media (max-width: 575px) {
      .section-results .home-results-slider .slick-prev, .section-results amp-carousel .slick-prev {
        left: 0; } }
  .section-results .home-results-slider .slick-next, .section-results amp-carousel .slick-next {
    right: -60px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 575px) {
      .section-results .home-results-slider .slick-next, .section-results amp-carousel .slick-next {
        right: 0; } }
  .section-results .home-results-slider .slick-slide, .section-results amp-carousel .slick-slide {
    outline: none; }
    .section-results .home-results-slider .slick-slide > div, .section-results amp-carousel .slick-slide > div {
      text-align: center; }
  .section-results .home-results-slider .slick-slide.slick-active, .section-results amp-carousel .slick-slide.slick-active {
    opacity: 1; }
    .section-results .home-results-slider .slick-slide.slick-active .slide, .section-results amp-carousel .slick-slide.slick-active .slide {
      position: relative; }
      .section-results .home-results-slider .slick-slide.slick-active .slide::after, .section-results amp-carousel .slick-slide.slick-active .slide::after {
        -webkit-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
                transform: skew(-20deg);
        right: -20px;
        content: '';
        z-index: -1;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 101px;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 47%, rgba(87, 86, 86, 0.53) 72%, rgba(87, 86, 86, 0) 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 47%, rgba(87, 86, 86, 0.53) 72%, rgba(87, 86, 86, 0) 100%); }
        @media (max-width: 768px) {
          .section-results .home-results-slider .slick-slide.slick-active .slide::after, .section-results amp-carousel .slick-slide.slick-active .slide::after {
            display: none; } }
  .section-results .home-results-slider .slide, .section-results amp-carousel .slide {
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 1px;
    max-width: 165px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    @media (max-width: 768px) {
      .section-results .home-results-slider .slide, .section-results amp-carousel .slide {
        border-color: #3a3a3a;
        max-width: 234px; } }
    .section-results .home-results-slider .slide .title, .section-results amp-carousel .slide .title {
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
      color: #000000;
      font-family: "Proxima Nova Lt", sans-serif;
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      padding: 11px 5px;
      position: relative; }
      @media (max-width: 1200px) {
        .section-results .home-results-slider .slide .title, .section-results amp-carousel .slide .title {
          font-size: 25px;
          padding: 8px 5px; } }
      @media (max-width: 991px) {
        .section-results .home-results-slider .slide .title, .section-results amp-carousel .slide .title {
          font-size: 23px;
          padding: 5px; } }
      @media (max-width: 768px) {
        .section-results .home-results-slider .slide .title, .section-results amp-carousel .slide .title {
          background-color: #e92532;
          color: #fff;
          font-size: 30px;
          padding: 5px;
          font-family: "Myriad Web Pro", sans-serif;
          font-weight: bold; } }
      @media (max-width: 575px) {
        .section-results .home-results-slider .slide .title, .section-results amp-carousel .slide .title {
          font-size: 25px; } }
      .section-results .home-results-slider .slide .title::after, .section-results amp-carousel .slide .title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 1px;
        width: calc(100% - 6px);
        background-color: #3a3a3a; }
      .section-results .home-results-slider .slide .title span, .section-results amp-carousel .slide .title span {
        display: inline-block;
        line-height: 45.76px; }
        @media (max-width: 768px) {
          .section-results .home-results-slider .slide .title span, .section-results amp-carousel .slide .title span {
            line-height: 64.86px; } }
    .section-results .home-results-slider .slide .text, .section-results amp-carousel .slide .text {
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
      padding: 15px;
      min-height: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #3a3a3a;
      font-family: "Proxima Nova Rg", sans-serif;
      font-size: 9px;
      font-weight: 400; }
      @media (max-width: 768px) {
        .section-results .home-results-slider .slide .text, .section-results amp-carousel .slide .text {
          padding: 18px 15px;
          font-size: 13px; } }
      .section-results .home-results-slider .slide .text p, .section-results amp-carousel .slide .text p {
        margin-bottom: 0;
        line-height: 14.7px; }
        @media (max-width: 768px) {
          .section-results .home-results-slider .slide .text p, .section-results amp-carousel .slide .text p {
            line-height: 20.83px; } }
  .section-results .home-results-slider .slick-center .slide, .section-results amp-carousel .slick-center .slide {
    border-color: #3a3a3a;
    max-width: 234px; }
    @media (max-width: 575px) {
      .section-results .home-results-slider .slick-center .slide, .section-results amp-carousel .slick-center .slide {
        max-width: 210px; } }
    .section-results .home-results-slider .slick-center .slide::after, .section-results amp-carousel .slick-center .slide::after {
      display: none; }
    .section-results .home-results-slider .slick-center .slide .title, .section-results amp-carousel .slick-center .slide .title {
      background-color: #e92532;
      color: #fff;
      font-family: "Myriad Web Pro", sans-serif;
      font-size: 39px;
      font-weight: bold;
      color: #ffffff;
      padding: 15px 5px; }
      @media (max-width: 1200px) {
        .section-results .home-results-slider .slick-center .slide .title, .section-results amp-carousel .slick-center .slide .title {
          font-size: 35px;
          padding: 10px 5px; } }
      @media (max-width: 991px) {
        .section-results .home-results-slider .slick-center .slide .title, .section-results amp-carousel .slick-center .slide .title {
          font-size: 30px;
          padding: 5px; } }
      @media (max-width: 575px) {
        .section-results .home-results-slider .slick-center .slide .title, .section-results amp-carousel .slick-center .slide .title {
          font-size: 25px; } }
      .section-results .home-results-slider .slick-center .slide .title::after, .section-results amp-carousel .slick-center .slide .title::after {
        display: none; }
      .section-results .home-results-slider .slick-center .slide .title span, .section-results amp-carousel .slick-center .slide .title span {
        line-height: 64.86px; }
    .section-results .home-results-slider .slick-center .slide .text, .section-results amp-carousel .slick-center .slide .text {
      padding: 18px 15px;
      font-size: 13px; }
      .section-results .home-results-slider .slick-center .slide .text p, .section-results amp-carousel .slick-center .slide .text p {
        line-height: 20.83px; }
  .section-results .home-results-slider .slick-center + .slick-active .slide::after, .section-results amp-carousel .slick-center + .slick-active .slide::after {
    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg);
    left: -20px; }

.section-attornies {
  padding-bottom: 100px;
  position: relative;
  z-index: 2; }
  .section-attornies::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 280px;
    width: 100%;
    background-image: -webkit-linear-gradient(bottom, #b8b7b7 0%, rgba(100, 100, 101, 0) 100%);
    background-image: linear-gradient(to top, #b8b7b7 0%, rgba(100, 100, 101, 0) 100%); }
  .section-attornies .image-holder {
    text-align: center; }
    .section-attornies .image-holder img {
      width: 100%;
      max-width: 233px; }
      @media (max-width: 1200px) {
        .section-attornies .image-holder img {
          max-width: 200px; } }
      @media (max-width: 991px) {
        .section-attornies .image-holder img {
          max-width: 170px; } }
      @media (max-width: 768px) {
        .section-attornies .image-holder img {
          max-width: 140px; } }
  .section-attornies .attornies-item {
    margin-top: 20px; }
    .section-attornies .attornies-item .image-holder {
      margin-bottom: 10px; }
      .section-attornies .attornies-item .image-holder img {
        border-radius: 50%;
        width: 100%;
        max-width: 185px; }
        @media (max-width: 1200px) {
          .section-attornies .attornies-item .image-holder img {
            max-width: 160px; } }
        @media (max-width: 991px) {
          .section-attornies .attornies-item .image-holder img {
            max-width: 140px; } }
    .section-attornies .attornies-item .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "Myriad Pro", sans-serif;
      font-weight: normal; }
      .section-attornies .attornies-item .info h6 {
        color: #000;
        margin: 0;
        font-family: "Myriad Pro", sans-serif;
        font-weight: bold; }
      .section-attornies .attornies-item .info a {
        margin-top: 10px; }

.section-areas-of-practice {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 30px;
  padding-top: 50px;
  margin-top: -45px;
  position: relative;
  z-index: 2; }
  .section-areas-of-practice h2 {
    font-family: "Proxima Nova Bl", sans-serif;
    margin-bottom: -5px;
    color: #000000;
    line-height: 1;
    text-align: center; }
    @media (max-width: 575px) {
      .section-areas-of-practice h2 {
        margin-bottom: 0; } }
  .section-areas-of-practice .subtitle {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    margin-bottom: -5px; }
    @media (max-width: 991px) {
      .section-areas-of-practice .subtitle {
        font-size: 26px; } }
    @media (max-width: 768px) {
      .section-areas-of-practice .subtitle {
        font-size: 23px; } }
    @media (max-width: 575px) {
      .section-areas-of-practice .subtitle {
        font-size: 20px; } }
    .section-areas-of-practice .subtitle p {
      line-height: 24.56px; }
  .section-areas-of-practice .subtitle-small {
    font-size: 25px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .section-areas-of-practice .subtitle-small {
        font-size: 22px; } }
    @media (max-width: 768px) {
      .section-areas-of-practice .subtitle-small {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .section-areas-of-practice .subtitle-small {
        font-size: 17px; } }
  .section-areas-of-practice .blocks-list {
    padding: 0;
    margin: 0;
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Myriad Pro", sans-serif;
    font-weight: normal; }
    .section-areas-of-practice .blocks-list li {
      border: 1px solid #fff;
      margin-left: 11px;
      margin-right: 11px;
      margin-bottom: 20px;
      list-style-type: none;
      text-align: center; }
      .section-areas-of-practice .blocks-list li:hover {
        border-color: #000; }
        .section-areas-of-practice .blocks-list li:hover a {
          color: #000; }
      @media (max-width: 575px) {
        .section-areas-of-practice .blocks-list li {
          width: calc(50% - 22px); } }
    .section-areas-of-practice .blocks-list a {
      width: 220px;
      padding: 7px 0;
      color: #fff;
      display: inline-block;
      text-align: center;
      margin: 0 auto;
      font-size: 19px;
      font-weight: 400;
      line-height: 18.81px;
      text-transform: uppercase; }
      .section-areas-of-practice .blocks-list a span {
        display: inline-block;
        max-width: 135px; }
      @media (max-width: 991px) {
        .section-areas-of-practice .blocks-list a {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .section-areas-of-practice .blocks-list a {
          font-size: 17px; } }
      @media (max-width: 575px) {
        .section-areas-of-practice .blocks-list a {
          width: 100%;
          padding-left: 7px;
          padding-right: 7px; } }

.section-testimonials {
  padding-top: 65px;
  padding-bottom: 65px; }
  @media (max-width: 991px) {
    .section-testimonials {
      padding-top: 40px; } }
  .section-testimonials .testimonial-item {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .section-testimonials .testimonial-item {
        margin-bottom: 40px; } }
    .section-testimonials .testimonial-item blockquote {
      margin: 0;
      height: 100%;
      max-width: 269px; }
      @media (max-width: 991px) {
        .section-testimonials .testimonial-item blockquote {
          margin: 0 auto; } }

.section-mobile-app {
  background-color: #000;
  color: #fff;
  padding: 15px 0; }
  .section-mobile-app h3 {
    text-align: center;
    margin-bottom: 2px;
    font-weight: 400;
    color: #fff;
    font-family: "Proxima Nova Rg", sans-serif;
    text-transform: uppercase; }
    .section-mobile-app h3 strong {
      font-weight: 400;
      color: #e92532; }
  .section-mobile-app .text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .section-mobile-app .text {
        font-size: 17px; } }
    @media (max-width: 575px) {
      .section-mobile-app .text {
        font-size: 16px; } }
    .section-mobile-app .text p {
      margin: 0;
      line-height: 22px; }
  .section-mobile-app .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .section-mobile-app .images .image-holder {
      text-align: center;
      margin-bottom: 25px; }
      .section-mobile-app .images .image-holder img {
        max-width: 214px;
        width: 100%; }
        @media (max-width: 768px) {
          .section-mobile-app .images .image-holder img {
            max-width: 160px; } }
  @media (max-width: 575px) {
    .section-mobile-app .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .section-mobile-app .buttons a {
    display: inline-block;
    margin-right: 30px; }
    .section-mobile-app .buttons a:hover {
      opacity: 0.8; }
    @media (max-width: 575px) {
      .section-mobile-app .buttons a {
        margin-right: 0;
        margin-bottom: 15px; }
        .section-mobile-app .buttons a:last-of-type {
          margin-bottom: 0; } }
    .section-mobile-app .buttons a:last-of-type {
      margin-right: 0; }
  .section-mobile-app .buttons img {
    max-width: 182px;
    width: 100%; }
    @media (max-width: 991px) {
      .section-mobile-app .buttons img {
        max-width: 170px; } }
    @media (max-width: 768px) {
      .section-mobile-app .buttons img {
        max-width: 150px; } }

.footer-attornies-blocks {
  padding-top: 40px; }
  @media (max-width: 768px) {
    .footer-attornies-blocks {
      padding-top: 30px; } }
  @media (max-width: 768px) {
    .footer-attornies-blocks .row {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }
  .footer-attornies-blocks .box-holder {
    margin-bottom: 30px; }
    .footer-attornies-blocks .box-holder:last-of-type {
      margin-bottom: 0; }
  .footer-attornies-blocks .contact-info-box {
    max-width: 306px;
    margin-left: auto; }
    @media (max-width: 768px) {
      .footer-attornies-blocks .contact-info-box {
        margin-left: 0; } }
    .footer-attornies-blocks .contact-info-box .name-holder {
      background-color: #e92532;
      color: #fff;
      text-align: center;
      padding: 22px 20px;
      border: 1px solid #000000; }
      .footer-attornies-blocks .contact-info-box .name-holder h4 {
        font-weight: 700;
        margin: 0; }
    .footer-attornies-blocks .contact-info-box .content-holder {
      border: 1px solid #000000;
      border-top: 0;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 10px; }
      .footer-attornies-blocks .contact-info-box .content-holder a {
        color: #000000; }
        .footer-attornies-blocks .contact-info-box .content-holder a:hover {
          color: #e92532; }
      .footer-attornies-blocks .contact-info-box .content-holder .icon-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 19px;
        font-family: "Proxima Nova Rg", sans-serif;
        font-weight: 400;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          .footer-attornies-blocks .contact-info-box .content-holder .icon-holder {
            font-size: 18px;
            margin-bottom: 20px; } }
        @media (max-width: 575px) {
          .footer-attornies-blocks .contact-info-box .content-holder .icon-holder {
            font-size: 17px; } }
        .footer-attornies-blocks .contact-info-box .content-holder .icon-holder:last-of-type {
          margin-bottom: 0; }
        .footer-attornies-blocks .contact-info-box .content-holder .icon-holder img {
          margin-bottom: 10px;
          height: 100%;
          max-height: 25px;
          margin-bottom: 5px; }
          @media (max-width: 768px) {
            .footer-attornies-blocks .contact-info-box .content-holder .icon-holder img {
              max-height: 20px; } }

.contact-info-box {
  position: relative;
  z-index: 2;
  max-width: 236px; }
  .contact-info-box .name-holder {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 18px 20px;
    border: 1px solid #000000; }
    .contact-info-box .name-holder h4 {
      font-size: 22px;
      font-weight: 700;
      margin: 0; }
      @media (max-width: 991px) {
        .contact-info-box .name-holder h4 {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .contact-info-box .name-holder h4 {
          font-size: 18px; } }
  .contact-info-box .content-holder {
    border: 1px solid #000000;
    border-top: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px 18px; }
    .contact-info-box .content-holder a {
      color: #000000; }
      .contact-info-box .content-holder a:hover {
        color: #e92532; }
    .contact-info-box .content-holder .icon-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 17px;
      font-family: "Proxima Nova Rg", sans-serif;
      font-weight: 400;
      margin-bottom: 25px; }
      .contact-info-box .content-holder .icon-holder:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        .contact-info-box .content-holder .icon-holder {
          font-size: 16px; } }
      .contact-info-box .content-holder .icon-holder img {
        margin-bottom: 10px;
        height: 100%;
        max-height: 23px;
        margin-bottom: 5px; }
        @media (max-width: 768px) {
          .contact-info-box .content-holder .icon-holder img {
            max-height: 17px; } }
  .contact-info-box.big-box {
    max-width: 263px; }
    .contact-info-box.big-box .name-holder {
      background-color: #e92532;
      padding: 22px 20px; }
      .contact-info-box.big-box .name-holder h4 {
        font-size: 24px; }
        @media (max-width: 991px) {
          .contact-info-box.big-box .name-holder h4 {
            font-size: 22px; } }
        @media (max-width: 768px) {
          .contact-info-box.big-box .name-holder h4 {
            font-size: 20px; } }
        @media (max-width: 575px) {
          .contact-info-box.big-box .name-holder h4 {
            font-size: 18px; } }
    .contact-info-box.big-box .content-holder {
      padding: 20px 10px 22px; }
      .contact-info-box.big-box .content-holder .icon-holder {
        font-size: 19px;
        margin-bottom: 30px; }
        .contact-info-box.big-box .content-holder .icon-holder:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 768px) {
          .contact-info-box.big-box .content-holder .icon-holder {
            font-size: 18px; } }
        @media (max-width: 575px) {
          .contact-info-box.big-box .content-holder .icon-holder {
            font-size: 17px; } }
        .contact-info-box.big-box .content-holder .icon-holder img {
          max-height: 25px; }
          @media (max-width: 768px) {
            .contact-info-box.big-box .content-holder .icon-holder img {
              max-height: 20px; } }

.footer-contacts {
  margin-top: -181px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .footer-contacts {
      margin-top: -265px; } }
  @media (max-width: 768px) {
    .footer-contacts {
      margin-top: -250px; } }
  .footer-contacts .box {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    max-width: 398px;
    border: 2px solid #c3c3c4;
    border-bottom: 0;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 45px 26px;
    font-size: 16px;
    font-weight: 400;
    position: relative; }
    @media (max-width: 1200px) {
      .footer-contacts .box {
        max-width: 365px; } }
    @media (max-width: 991px) {
      .footer-contacts .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 768px) {
      .footer-contacts .box {
        padding: 30px 30px 20px; } }
    .footer-contacts .box::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      max-width: 305px;
      height: 2px;
      background-color: #c3c3c4; }
      @media (max-width: 991px) {
        .footer-contacts .box::after {
          width: 90%; } }
    .footer-contacts .box:first-of-type {
      border-color: #fff;
      border-top: 2px solid #fff; }
    .footer-contacts .box:last-of-type::after {
      display: none; }
    @media (max-width: 991px) {
      .footer-contacts .box .icon-holder {
        margin-bottom: 20px; } }
    .footer-contacts .box .icon-holder img, .footer-contacts .box .icon-holder svg {
      width: 84px;
      height: 84px; }
      @media (max-width: 1399px) {
        .footer-contacts .box .icon-holder img, .footer-contacts .box .icon-holder svg {
          width: 75px;
          height: 75px; } }
      @media (max-width: 991px) {
        .footer-contacts .box .icon-holder img, .footer-contacts .box .icon-holder svg {
          width: 65px;
          height: 65px; } }
      @media (max-width: 768px) {
        .footer-contacts .box .icon-holder img, .footer-contacts .box .icon-holder svg {
          width: 55px;
          height: 55px; } }
    .footer-contacts .box svg path {
      fill: #fff; }
    .footer-contacts .box .text-holder {
      width: 100%;
      max-width: 162px;
      color: #fff; }
      .footer-contacts .box .text-holder h5 {
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Proxima Nova Rg", sans-serif;
        margin-bottom: 5px; }
      .footer-contacts .box .text-holder p {
        margin: 0 0 15px; }
      .footer-contacts .box .text-holder a {
        color: #fff;
		display:inline-block;
		margin-bottom:3px;}
        .footer-contacts .box .text-holder a:hover {
          color: #e92532; }

.social-links {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #c3c3c4;
  width: 100%;
  max-width: 398px;
  padding: 33px 80px 40px; }
  @media (max-width: 1200px) {
    .social-links {
      max-width: 365px; } }
  @media (max-width: 768px) {
    .social-links {
      padding: 25px 50px; } }
  @media (max-width: 575px) {
    .social-links {
      padding: 25px; } }
  .social-links.social-links-opacity {
    padding: 0;
    max-width: 250px;
    border: 0;
    background-color: transparent; }
    .social-links.social-links-opacity h3, .social-links.social-links-opacity h4 {
      margin-bottom: 33px; }
  .social-links h3, .social-links h4 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-weight: 400; }
    @media (max-width: 768px) {
      .social-links h3, .social-links h4 {
        margin-bottom: 25px; } }
  .social-links .social-links-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .social-links .social-links-list li {
      list-style-type: none;
      margin-left: 10px;
      margin-right: 10px; }
    .social-links .social-links-list a {
      color: #fff; }
      .social-links .social-links-list a:hover {
        color: #e92532; }
      .social-links .social-links-list a i {
        font-size: 35px; }
        @media (max-width: 1200px) {
          .social-links .social-links-list a i {
            font-size: 30px; } }
        @media (max-width: 991px) {
          .social-links .social-links-list a i {
            font-size: 27px; } }
        @media (max-width: 768px) {
          .social-links .social-links-list a i {
            font-size: 25px; } }

.mobile-app-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px !important; }
  @media (max-width: 575px) {
    .mobile-app-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .mobile-app-buttons a {
    margin-right: 30px; }
    .mobile-app-buttons a:last-of-type {
      margin: 0; }
    .mobile-app-buttons a:hover {
      opacity: 0.8; }
    @media (max-width: 575px) {
      .mobile-app-buttons a {
        margin-right: 0;
        margin-bottom: 15px; } }
  .mobile-app-buttons img {
    width: 100%;
    max-width: 182px; }
    @media (max-width: 991px) {
      .mobile-app-buttons img {
        max-width: 170px; } }
    @media (max-width: 768px) {
      .mobile-app-buttons img {
        max-width: 150px; } }

.mobile-app-images p {
  margin-bottom: 0 !important; }

.mobile-app-images .image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 40px; }
  @media (max-width: 575px) {
    .mobile-app-images .image-holder {
      margin-bottom: 0; } }
  .mobile-app-images .image-holder .description-holder {
    padding: 30px; }
    @media (max-width: 575px) {
      .mobile-app-images .image-holder .description-holder {
        padding: 20px 10px; } }
  .mobile-app-images .image-holder p {
    line-height: 22px;
    max-width: 150px;
    font-size: 16px; }
  .mobile-app-images .image-holder picture {
    width: 100%;
    text-align: center; }
  .mobile-app-images .image-holder img, .mobile-app-images .image-holder amp-img {
    max-width: 214px;
    width: 100%; }
    @media (max-width: 768px) {
      .mobile-app-images .image-holder img, .mobile-app-images .image-holder amp-img {
        max-width: 180px; } }
  .mobile-app-images .image-holder amp-img {
    min-height: 330px; }
    @media (max-width: 768px) {
      .mobile-app-images .image-holder amp-img {
        min-height: 280px; } }
    @media (max-width: 575px) {
      .mobile-app-images .image-holder amp-img {
        min-height: 270px; } }

.results {
  text-align: center;
  padding-top: 25px; }
  .results p {
    margin-bottom: 0; }
  .results .result-item {
    font-weight: 600;
    margin-bottom: 30px; }
    .results .result-item:last-of-type {
      margin-bottom: 0; }
    .results .result-item h4 {
      margin-bottom: 0;
      font-weight: 600;
      color: #c5331d; }
    .results .result-item .bottom-text {
      color: #c4c4c4; }

.content-attornies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 39px;
  background-color: #fff;
  /* background-image: -webkit-linear-gradient(120deg, rgba(173, 173, 173, 0.9) 0%, rgba(92, 91, 93, 0.9) 78%);
  background-image: linear-gradient(-30deg, rgba(173, 173, 173, 0.9) 0%, rgba(92, 91, 93, 0.9) 78%); */
}
  .content-attornies:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 575px) {
    .content-attornies {
      flex-direction: column-reverse; } }
  .content-attornies .text-holder {
    width: calc(100% - 285px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }
    @media (max-width: 768px) {
      .content-attornies .text-holder {
        width: calc(100% - 200px); } }
    @media (max-width: 575px) {
      .content-attornies .text-holder {
        width: 100%; } }
    .content-attornies .text-holder .border {
      padding: 27px 25px 50px 25px;
      min-height: 280px;
      border: 3px solid #5c5b5d !important; }
      @media (max-width: 575px) {
        .content-attornies .text-holder .border {
          padding: 20px; } }
    .content-attornies .text-holder .title {
      margin-bottom: 10px; }
      .content-attornies .text-holder .title h4 {
        line-height: 1;
        margin: 0;
        font-weight: 700;
        color: #000; }
    .content-attornies .text-holder .position {
      font-weight: 400;
      font-size: 16px;
      color: #000;
      margin-bottom: 25px;
      display: inline-block;
      font-style: italic; }
    .content-attornies .text-holder .tab-content-about {
      color: #000000;
      position: relative;
      border-bottom: 2px solid #5c5b5d;
      font-weight: 400;
      font-family: "Myriad Pro", sans-serif;  }
      .content-attornies .text-holder .tab-content-about h6 {
        margin-bottom: 9px;
        color: #000;
        font-weight: 700; }
      .content-attornies .text-holder .tab-content-about p {
        margin-bottom: 0;
        line-height: 30px; }
        .content-attornies .text-holder .tab-content-about div{
          margin-bottom: 25px;
        }
    .content-attornies .text-holder .tabset-about {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 0px 0px;
      margin-bottom: 25px;
     }
      @media (max-width: 575px) {
        .content-attornies .text-holder .tabset-about {
          margin-bottom: 25px; } }
      .content-attornies .text-holder .tabset-about li {
        margin-right: 14px;
        list-style-type: none; }
        .content-attornies .text-holder .tabset-about li:last-of-type {
          margin-right: 0; }
      .content-attornies .text-holder .tabset-about a {
        color: #000; }
        .content-attornies .text-holder .tabset-about a.active {
          border-bottom: 2px solid #000; }
  .content-attornies .image-holder {
    width: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("images/bio-bg.png");
    background-size: cover;
    padding: 20px;
    position: relative; }
    @media (max-width: 768px) {
      .content-attornies .image-holder {
        width: 200px; } }
    @media (max-width: 575px) {
      .content-attornies .image-holder {
        width: 100%;
        padding: 10px; } }
    .content-attornies .image-holder img {
      max-width: 341px;
      max-height: 250px;
      width: auto; }
      @media (max-width: 768px) {
        .content-attornies .image-holder img {
          } }
      @media (max-width: 575px) {
        .content-attornies .image-holder img {
          max-width: 220px;
          margin: 0 auto; } }

.open-close-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .open-close-module.amp .open-close-item .description {
    display: block; }
  .open-close-module .open-close-item {
    margin-bottom: 28px;
    padding-left: 26px; }
    .open-close-module .open-close-item p {
      margin: 0; }
    .open-close-module .open-close-item .name {
      position: relative;
      cursor: pointer; }
      .open-close-module .open-close-item .name:hover {
        color: #ef666f; }
      .open-close-module .open-close-item .name::before {
        content: '';
        display: inline-block;
        -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        top: 50%;
        left: -26px;
        position: absolute;
        width: 14px;
        height: 3px;
        background-color: #ed1c24; }
    .open-close-module .open-close-item .description {
      padding-top: 20px;
      display: none; }

.bg-image {
  height: 426px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .bg-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.52); }
  .bg-image:after {
    position: absolute;
    display: block;
    content: '';
    left: -14.5%;
    bottom: -70%;
    right: -14.5%;
    background-color: #000;
    height: 88%;
    border-radius: 50% 50% 0px 0px; }
    @media (min-width: 480px) {
      .bg-image:after {
        left: -7.5%;
        right: -7.5%;
        height: 95%; } }
  .bg-image .bg-stretch {
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .bg-image .title {
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-top: -80px; }
    .bg-image .title h1 {
      margin: 0;
      font-family: "Plantin", serif;
      text-transform: uppercase;
      font-size: 40px;
      font-weight: 400;
      line-height: 45.76px;
      text-shadow: 0 2px 15px rgba(0, 0, 0, 0.35); }

/*.holder-block {
  color: #5c5b5d; }*/

.holder-block {
  color: #fff; }
  .holder-block:after {
    content: '';
    display: block;
    clear: both; }
  .holder-block .black-bg {
    background-color: #000;
    padding-bottom: 240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom; }
    .holder-block .black-bg blockquote, .holder-block .black-bg pre {
      color: #fff; }
  .holder-block .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 992px) {
      .holder-block .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .holder-block .sidebar {
    width: 100%;
    max-width: 450px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .holder-block .sidebar {
        width: 34.8%; } }
  .holder-block .content {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .holder-block .content {
        width: calc(65.2% - 50px);
        margin-left: 30px;
        margin-bottom: 15px; } }
    @media (min-width: 1200px) {
      .holder-block .content {
        margin-left: 50px; } }
    .holder-block .content:only-child {
      margin-left: 0; }
    .holder-block .content h2 {
      color: #fff;
      font-weight: 500;
      margin-bottom: 40px; }
    .holder-block .content .load-more {
      text-align: center;
      font-size: 0;
      display: block;
      margin-bottom: 70px; }
      .holder-block .content .load-more:before {
        content: '';
        display: inline-block;
        background-image: url(./images/icon-arrow.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        width: 27px;
        height: 18px; }
      .holder-block .content .load-more:after {
        content: '';
        display: block;
        height: 1px;
        background-color: #828282;
        width: 100%;
        margin-top: 30px; }
    .holder-block .content .new-content-target .item,
    .holder-block .content .locations .item {
      margin-bottom: 69px;
      font-weight: 400;
      font-size: 18px; }
      @media (max-width: 575px) {
        .holder-block .content .new-content-target .item,
        .holder-block .content .locations .item {
          margin-bottom: 40px; } }
      .holder-block .content .new-content-target .item .image-holder,
      .holder-block .content .locations .item .image-holder {
        margin-bottom: 17px; }
        .holder-block .content .new-content-target .item .image-holder img,
        .holder-block .content .locations .item .image-holder img {
          display: block;
          width: 100%; }
        .holder-block .content .new-content-target .item .image-holder a,
        .holder-block .content .locations .item .image-holder a {
          display: block; }
          .holder-block .content .new-content-target .item .image-holder a:hover,
          .holder-block .content .locations .item .image-holder a:hover {
            opacity: 0.7; }
      .holder-block .content .new-content-target .item h3,
      .holder-block .content .locations .item h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 20px; }
        .holder-block .content .new-content-target .item h3 a,
        .holder-block .content .locations .item h3 a {
          color: inherit; }
          .holder-block .content .new-content-target .item h3 a:hover,
          .holder-block .content .locations .item h3 a:hover {
            color: #ef666f; }
      .holder-block .content .new-content-target .item p,
      .holder-block .content .locations .item p {
        margin-bottom: 23px; }
    .holder-block .content .locations {
      border-bottom: 1px solid #828282; }
      .holder-block .content .locations .item .image-holder {
        margin-bottom: 38px; }
    .holder-block .content .wp-block-column ul, .holder-block .content .wp-block-column ol {
      padding-left: 26px; }
      .holder-block .content .wp-block-column ul li, .holder-block .content .wp-block-column ol li {
        position: relative;
        margin-bottom: 28px; }
        .holder-block .content .wp-block-column ul li:before, .holder-block .content .wp-block-column ol li:before {
          content: '';
          display: inline-block;
          -webkit-transform: translate(0%, -50%);
              -ms-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          top: 50%;
          left: -26px;
          position: absolute;
          width: 14px;
          height: 3px;
          background-color: #ed1c24; }
        .holder-block .content .wp-block-column ul li a, .holder-block .content .wp-block-column ol li a {
          color: #5c5b5d;
          font-size: 16px;
          font-weight: 400; }
          .holder-block .content .wp-block-column ul li a:hover, .holder-block .content .wp-block-column ol li a:hover {
            color: #ef666f; }
    .holder-block .content .wp-block-column ol {
      counter-reset: section; }
      .holder-block .content .wp-block-column ol li::before {
        height: auto;
        width: auto;
        background-color: transparent;
        counter-increment: section;
        content: counters(section, ".") " ";
        color: #e92532; }

.pagination .nav-links {
  width: 100%; }
  .pagination .nav-links .page-numbers {
    color: #fff; }
    .pagination .nav-links .page-numbers.current {
      color: #ef666f; }
    .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
      color: #fff; }
    .pagination .nav-links .page-numbers:hover {
      color: #ef666f; }

.holder-archive {
  padding-top: 70px; }

.sidebar .widget {
  margin-bottom: 39px; }

.holder-archive {
  padding-top: 0; }

.widget_custom-cf7 {
  color: #fff;
  background-color: #5c5b5d;
  border: 4px solid #5c5b5d;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400; }
  .widget_custom-cf7 .holder-img {
    background: #fff;
    text-align: center;
    padding: 30px; }
  .widget_custom-cf7 .holder-form {
    padding: 21px 24px 6px; }
  .widget_custom-cf7 h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 22px;
    text-align: center; }
  .widget_custom-cf7 p {
    margin-bottom: 20px; }
  .widget_custom-cf7 input,
  .widget_custom-cf7 textarea {
    border-radius: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px 8px;
    border: none;
    color: #000; }
    .widget_custom-cf7 input.wpcf7-submit,
    .widget_custom-cf7 textarea.wpcf7-submit {
      background: transparent;
      border-radius: 30px;
      border: 2px solid #ffffff;
      display: block;
      padding: 9px;
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      max-width: 155px;
      margin: 0 auto; }
      .widget_custom-cf7 input.wpcf7-submit:hover,
      .widget_custom-cf7 textarea.wpcf7-submit:hover {
        background-color: #ef666f; }
    .widget_custom-cf7 input::-webkit-input-placeholder,
    .widget_custom-cf7 textarea::-webkit-input-placeholder {
      color: #000; }
    .widget_custom-cf7 input::-moz-placeholder,
    .widget_custom-cf7 textarea::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .widget_custom-cf7 input:-moz-placeholder,
    .widget_custom-cf7 textarea:-moz-placeholder {
      color: #000; }
    .widget_custom-cf7 input:-ms-input-placeholder,
    .widget_custom-cf7 textarea:-ms-input-placeholder {
      color: #000; }
    .widget_custom-cf7 input.placeholder,
    .widget_custom-cf7 textarea.placeholder {
      color: #000; }
  .widget_custom-cf7 .ajax-loader {
    display: none; }
  .widget_custom-cf7 textarea {
    max-height: 157px;
    resize: none; }

.widget_custom_mobile_app_widget {
  background-color: #e92532;
  padding: 34px 30px 30px;
  color: #fff;
  text-align: center; }
  .widget_custom_mobile_app_widget h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .widget_custom_mobile_app_widget .holder-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.18px;
    padding: 0 16px; }
    .widget_custom_mobile_app_widget .holder-app .image-holder {
      width: calc(54% - 34px);
      margin-right: 34px; }
      .widget_custom_mobile_app_widget .holder-app .image-holder img {
        width: 100%; }
    .widget_custom_mobile_app_widget .holder-app .holder-text-button {
      width: 45%; }
      .widget_custom_mobile_app_widget .holder-app .holder-text-button h4 {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        max-width: 105px;
        margin: 0 auto 19px; }
      .widget_custom_mobile_app_widget .holder-app .holder-text-button .holder-button-app .app-btn {
        margin-bottom: 16px;
        display: block; }
        .widget_custom_mobile_app_widget .holder-app .holder-text-button .holder-button-app .app-btn:hover {
          opacity: 0.8; }
        .widget_custom_mobile_app_widget .holder-app .holder-text-button .holder-button-app .app-btn.last-child {
          margin-bottom: 14px; }
      .widget_custom_mobile_app_widget .holder-app .holder-text-button a {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #000;
        letter-spacing: 0.14px;
        font-style: italic; }
        .widget_custom_mobile_app_widget .holder-app .holder-text-button a:hover {
          color: #fff; }
  .widget_custom_mobile_app_widget .bottom-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.18px; }

.widget_custom_call_widget {
  background-color: #5c5b5d;
  color: #fff;
  padding: 15px 17px 19px 30px; }
  @media (max-width: 575px) {
    .widget_custom_call_widget {
      padding: 20px; } }
  .widget_custom_call_widget .holder-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575px) {
      .widget_custom_call_widget .holder-call {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .widget_custom_call_widget .holder-call .text-holder {
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      margin-right: 30px; }
      @media (max-width: 575px) {
        .widget_custom_call_widget .holder-call .text-holder {
          margin-right: 0;
          margin-bottom: 20px; } }
      .widget_custom_call_widget .holder-call .text-holder h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 0; }
      .widget_custom_call_widget .holder-call .text-holder p {
        margin: 0; }
    .widget_custom_call_widget .holder-call .image-holder img {
      max-width: 103px;
      min-width: 103px; }
      @media (max-width: 575px) {
        .widget_custom_call_widget .holder-call .image-holder img {
          max-width: 80px;
          min-width: 80px; } }
    .widget_custom_call_widget .holder-call .image-holder a {
      display: block; }
      .widget_custom_call_widget .holder-call .image-holder a:hover {
        opacity: 0.7; }

.widget_categories h3,
.widget-community h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px; }

.widget_categories ul,
.widget-community ul {
  padding-left: 16px;
  margin-bottom: 30px; }
  .widget_categories ul li,
  .widget-community ul li {
    margin-bottom: 30px; }
    .widget_categories ul li a,
    .widget-community ul li a {
      color: #fff;
      font-size: 18px;
      font-weight: 400; }
      .widget_categories ul li a:hover,
      .widget-community ul li a:hover {
        color: #ef666f; }

.widget_custom_icon_link_widget {
  border: 3px solid #5c5b5d;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 6%, rgba(92, 91, 93, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 6%, rgba(92, 91, 93, 0.9) 100%); }
  .widget_custom_icon_link_widget .holder-widget-icon-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px; }
    .widget_custom_icon_link_widget .holder-widget-icon-link a .image-holder {
      margin-right: 30px; }
    .widget_custom_icon_link_widget .holder-widget-icon-link a .text-holder {
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      color: #fff; }
      .widget_custom_icon_link_widget .holder-widget-icon-link a .text-holder h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0; }
      .widget_custom_icon_link_widget .holder-widget-icon-link a .text-holder p {
        margin: 0; }
    .widget_custom_icon_link_widget .holder-widget-icon-link a:hover {
      opacity: 0.8; }

.widget_custom_results_widget {
  border: 3px solid #5c5b5d; }
  .widget_custom_results_widget p {
    margin: 0; }
  .widget_custom_results_widget .results-slider-header {
    background-color: #5c5b5d;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 0; }
  .widget_custom_results_widget .slick-dots {
    padding-bottom: 18px !important;
    background-color: #fff; }
  .widget_custom_results_widget .slick-slide, .widget_custom_results_widget .amp-carousel-slide {
    padding-top: 35px;
    background-color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px; }
    .widget_custom_results_widget .slick-slide .title, .widget_custom_results_widget .amp-carousel-slide .title {
      color: #000000;
      font-family: "Proxima Nova Bl", sans-serif;
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 30px; }
    .widget_custom_results_widget .slick-slide .description, .widget_custom_results_widget .amp-carousel-slide .description {
      margin-bottom: 35px;
      color: #000000;
      font-family: "Proxima Nova Rg", sans-serif;
      font-size: 16px;
      font-weight: 400; }
      .widget_custom_results_widget .slick-slide .description p, .widget_custom_results_widget .amp-carousel-slide .description p {
        line-height: 26.16px; }

.widget_nav_menu {
  border: 3px solid #5c5b5d; }
  .widget_nav_menu h3 {
    margin-bottom: 0;
    background-color: #fff;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 50px; }
  .widget_nav_menu ul {
    padding: 0;
    margin: 0;
    padding-bottom: 10px; }
  .widget_nav_menu li {
    font-size: 18px;
    list-style-type: none; }
  .widget_nav_menu a {
    position: relative;
    color: #fff;
    width: 100%;
    padding: 9px 60px;
    display: inline-block;
    position: relative; }
    .widget_nav_menu a:hover {
      color: #fff; }
      .widget_nav_menu a:hover::after {
        display: block; }
    .widget_nav_menu a::after {
      display: none;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      width: 182px;
      height: 3px;
      background-color: #5c5b5d; }
      @media (max-width: 575px) {
        .widget_nav_menu a::after {
          width: 80px; } }

.widget_custom_testimonials_widget amp-carousel {
  background-color: #fff !important; }
  .widget_custom_testimonials_widget amp-carousel blockquote {
    padding: 0;
    padding-top: 68px;
    padding-bottom: 33px;
    border: 0;
    max-width: 286px;
    margin: 0 auto;
    color: #000 !important; }
    .widget_custom_testimonials_widget amp-carousel blockquote::before {
      top: 23px;
      left: 10px; }
    .widget_custom_testimonials_widget amp-carousel blockquote::after {
      bottom: 15px;
      right: -10px; }

.widget-testimonials-slider, .attorney-testimonials-slider {
  background-color: #fff; }
  .widget-testimonials-slider .item, .attorney-testimonials-slider .item {
    outline: none; }
  .widget-testimonials-slider blockquote, .attorney-testimonials-slider blockquote {
    padding: 0;
    padding-top: 68px;
    padding-bottom: 33px;
    border: 0;
    max-width: 286px;
    margin: 0 auto;
    color: #000 !important; }
    .widget-testimonials-slider blockquote::before, .attorney-testimonials-slider blockquote::before {
      top: 23px;
      left: 10px; }
    .widget-testimonials-slider blockquote::after, .attorney-testimonials-slider blockquote::after {
      bottom: 15px;
      right: -10px; }
  .widget-testimonials-slider .slick-dots, .attorney-testimonials-slider .slick-dots {
    padding-bottom: 38px !important; }

.attorney-testimonials-slider blockquote {
  padding: 58px 48px 29px;
  max-width: 100%;
  margin-bottom: 0px; }
  .attorney-testimonials-slider blockquote::before {
    left: 57px;
    top: 16px; }
  .attorney-testimonials-slider blockquote::after {
    right: 45px;
    bottom: 0; }
  .attorney-testimonials-slider blockquote p {
    max-width: 568px;
    margin: 0 auto;
    margin-bottom: 13px; }

.attorney-testimonials-slider .slick-dots {
  padding-bottom: 18px !important; }

.attorney-sidebar .profile-holder {
  margin-bottom: 62px;
  text-align: center; }
  @media (max-width: 991px) {
    .attorney-sidebar .profile-holder {
      margin-bottom: 40px; } }
  .attorney-sidebar .profile-holder img, .attorney-sidebar .profile-holder amp-img {
    box-shadow: inset 0 6px 7px 1px #000000;
    border-radius: 50%;
    width: 100%;
    max-width: 373px; }
    @media (max-width: 768px) {
      .attorney-sidebar .profile-holder img, .attorney-sidebar .profile-holder amp-img {
        max-width: 300px; } }
    @media (max-width: 575px) {
      .attorney-sidebar .profile-holder img, .attorney-sidebar .profile-holder amp-img {
        max-width: 250px; } }
  .attorney-sidebar .profile-holder amp-img {
    min-width: 370px;
    min-height: 370px; }
    @media (max-width: 768px) {
      .attorney-sidebar .profile-holder amp-img {
        min-width: 300px;
        min-height: 300px; } }
    @media (max-width: 575px) {
      .attorney-sidebar .profile-holder amp-img {
        min-width: 250px;
        min-height: 250px; } }

.attorney-sidebar .socials {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .attorney-sidebar .socials {
      margin-bottom: 40px; } }
  .attorney-sidebar .socials a:hover {
    opacity: 0.7; }
  .attorney-sidebar .socials li {
    margin-right: 35px;
    list-style-type: none; }
    .attorney-sidebar .socials li:last-of-type {
      margin-right: 0; }
  .attorney-sidebar .socials img, .attorney-sidebar .socials amp-img {
    width: 100%;
    height: 100%;
    max-width: 46px;
    max-height: 46px;
    min-height: 46px; }
    @media (max-width: 768px) {
      .attorney-sidebar .socials img, .attorney-sidebar .socials amp-img {
        max-width: 35px;
        max-height: 35px;
        min-height: 35px; } }

.holder-single-post h1 {
  color: #fff; }

.holder-single-post .content-single {
  margin-bottom: 30px; }
  .holder-single-post .content-single img {
    width: 100%;
    margin-bottom: 30px; }

.holder-single-post .meta-info a,
.holder-single-post .meta a,
.holder-single-post .logged-in-as a {
  color: #e92532; }
  .holder-single-post .meta-info a:hover,
  .holder-single-post .meta a:hover,
  .holder-single-post .logged-in-as a:hover {
    color: #ef666f !important; }

.holder-community .community,
.holder-single-post .community {
  margin-bottom: 107px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }
	.holder-community .community .read-more,
	.holder-single-post .community .read-more{
		color: #fff;
		border-color: #fff;
	}

.holder-community .type-community,
.holder-single-post .type-community {
  margin-bottom: 107px; }

.holder-community .item-community,
.holder-single-post .item-community {
  margin-bottom: 8px; }
  .holder-community .item-community img,
  .holder-single-post .item-community img {
    min-width: 266px;
    max-width: 266px; }

.holder-community h3,
.holder-single-post h3 {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 12px;
	margin-top: 12px;
  text-transform: uppercase; }

.holder-single-post-tabs {
  padding-bottom: 240px;
  background-color: #fff; }
  .holder-single-post-tabs h1, .holder-single-post-tabs h2, .holder-single-post-tabs h3, .holder-single-post-tabs h4, .holder-single-post-tabs h5, .holder-single-post-tabs h6 {
    color: #000; }
  .holder-single-post-tabs .bg-image-tabs {
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
    .holder-single-post-tabs .bg-image-tabs:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.52); }
    .holder-single-post-tabs .bg-image-tabs .holder-banner {
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        .holder-single-post-tabs .bg-image-tabs .holder-banner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .holder-single-post-tabs .bg-image-tabs .holder-banner h1 {
        padding-top: 40px;
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 40px;
        color: #fff;
        font-family: "Plantin Std", serif;
        text-align: center; }
        @media (min-width: 768px) {
          .holder-single-post-tabs .bg-image-tabs .holder-banner h1 {
            text-align: left;
            padding-top: 0;
            margin-bottom: 85px; } }
      .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title {
        box-shadow: 0 -21px 20px 4px rgba(0, 0, 0, 0.89);
        background-color: rgba(92, 91, 93, 0.65);
        padding: 32px 0px 28px; }
        .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title .tabset li a {
          position: relative;
          color: #ffffff;
          font-size: 16px;
          font-weight: 400;
          padding: 9px 80px 9px;
          display: block; }
          .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title .tabset li a:before {
            content: '';
            position: absolute;
            display: none;
            background-image: url(./images/hover-icon.png);
            background-repeat: no-repeat;
            background-size: contain;
            left: 37px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 29px;
            vertical-align: middle;
            height: 23px;
            margin-right: 7px; }
          .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title .tabset li a:hover {
            background-color: #333333; }
            .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title .tabset li a:hover:before {
              display: inline-block; }
          .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title .tabset li a.active {
            background-color: #333333; }
            .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title .tabset li a.active:before {
              display: inline-block; }
        .holder-single-post-tabs .bg-image-tabs .holder-banner .holder-tab-title h3 {
          font-size: 24px;
          font-weight: 400;
          color: #cfcbcb;
          margin-bottom: 13px;
          padding: 0px 34px 0px;
          font-family: "Plantin", serif; }
  .holder-single-post-tabs .content-post-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 53px; }
    @media (max-width: 991px) {
      .holder-single-post-tabs .content-post-tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .holder-single-post-tabs .content-post-tab .content {
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
      .holder-single-post-tabs .content-post-tab .content h1 {
        color: #000000;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 18px;
        font-family: "Plantin Std", serif; }
      .holder-single-post-tabs .content-post-tab .content h2 {
        color: #000000;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 24px; }
      .holder-single-post-tabs .content-post-tab .content p {
        margin-bottom: 24px; }
      .holder-single-post-tabs .content-post-tab .content h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 18px; }
      .holder-single-post-tabs .content-post-tab .content .holder-tabset-main .tabset,
      .holder-single-post-tabs .content-post-tab .content .holder-tabset-main ul {
        padding-left: 35px;
        margin-bottom: 25px; }
        .holder-single-post-tabs .content-post-tab .content .holder-tabset-main .tabset li,
        .holder-single-post-tabs .content-post-tab .content .holder-tabset-main ul li {
          margin-bottom: 10px; }
          .holder-single-post-tabs .content-post-tab .content .holder-tabset-main .tabset li a,
          .holder-single-post-tabs .content-post-tab .content .holder-tabset-main ul li a {
            color: #e92532;
            font-size: 16px;
            font-weight: 400; }
            .holder-single-post-tabs .content-post-tab .content .holder-tabset-main .tabset li a:hover,
            .holder-single-post-tabs .content-post-tab .content .holder-tabset-main ul li a:hover {
              color: #000; }
    .holder-single-post-tabs .content-post-tab .tab-content ul {
      -webkit-column-count: 2;
              column-count: 2; }
      @media (max-width: 575px) {
        .holder-single-post-tabs .content-post-tab .tab-content ul {
          -webkit-column-count: 1;
                  column-count: 1; } }

.page-template-template-home .homepage-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 2;
  margin-top: -120px; }
  @media (max-width: 1399px) {
    .page-template-template-home .homepage-bg {
      margin-top: -80px; } }

.page-template-template-home .section-mobile-app {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .page-template-template-home .section-mobile-app {
      padding-bottom: 60px; } }

.page-template-template-app {
  background-color: #000; }
  .page-template-template-app main {
    padding-top: 95px;
    color: #fff;
    background-image: url("images/app-bg.png");
    background-repeat: no-repeat;
    background-position: center 110%;
    background-size: contain;
    font-size: 18px; }
    @media (max-width: 991px) {
      .page-template-template-app main {
        padding-top: 40px; } }
    @media (max-width: 768px) {
      .page-template-template-app main {
        font-size: 17px;
        background-size: initial; } }
    @media (max-width: 991px) {
      .page-template-template-app main {
        font-size: 16px; } }
    .page-template-template-app main p {
      max-width: 960px;
      margin: 0 auto;
      margin-bottom: 35px; }
    .page-template-template-app main h3 {
      margin-bottom: 25px;
      font-weight: 400;
      font-family: "Myriad Pro", sans-serif;
      text-transform: uppercase; }
      .page-template-template-app main h3:first-of-type {
        margin-bottom: 30px;
        color: #e92532;
        font-family: "Plantin Std", serif;
        font-weight: 700;
        text-transform: uppercase; }
      .page-template-template-app main h3 strong {
        font-weight: 400;
        color: #e92532; }
  .page-template-template-app .mobile-app-images {
    margin-bottom: calc(380px - 40px);
    position: relative; }

.page-template-template-results {
  color: #fff;
  font-weight: 600;
  font-size: 18px; }
  @media (max-width: 991px) {
    .page-template-template-results {
      font-size: 17px; } }
  @media (max-width: 575px) {
    .page-template-template-results {
      font-size: 16px; } }
  .page-template-template-results .resultspage-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: -120px;
    padding-bottom: 190px; }
    @media (max-width: 1399px) {
      .page-template-template-results .resultspage-bg {
        margin-top: -80px; } }
    @media (max-width: 991px) {
      .page-template-template-results .resultspage-bg {
        padding-bottom: 300px; } }
  .page-template-template-results p {
    line-height: 24px;
    margin-bottom: 0; }

.contact-banner-text-block {
  background-color: #e92532;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Myriad Pro", sans-serif;
  text-align: center;
  padding: 15px 0; }
  .contact-banner-text-block strong, .contact-banner-text-block a {
    color: #000;
    font-weight: 700; }
  .contact-banner-text-block strong {
    text-decoration: underline; }
  .contact-banner-text-block a:hover {
    color: #fff; }
  .contact-banner-text-block p {
    margin: 0; }

.contact-form-section {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 94px; }
  @media (max-width: 768px) {
    .contact-form-section {
      padding-top: 40px;
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    .contact-form-section {
      padding-bottom: 60px; } }
  .contact-form-section h4 {
    color: #000;
    margin-bottom: 63px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .contact-form-section h4 {
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      .contact-form-section h4 {
        margin-bottom: 40px; } }
  .contact-form-section form .ajax-loader {
    display: none !important; }
  .contact-form-section form .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 33px; }
    @media (max-width: 768px) {
      .contact-form-section form .holder {
        margin-bottom: 25px; } }
    @media (max-width: 575px) {
      .contact-form-section form .holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .contact-form-section form .holder:last-of-type {
      margin-bottom: 0; }
    .contact-form-section form .holder label {
      width: calc(50% - 20px); }
      @media (max-width: 575px) {
        .contact-form-section form .holder label {
          width: 100%; } }
      .contact-form-section form .holder label input {
        margin-top: 3px;
        width: 100%; }
  .contact-form-section form p {
    margin: 0; }
  .contact-form-section form label {
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #010101;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600; }
    @media (max-width: 768px) {
      .contact-form-section form label {
        font-size: 17px; } }
    @media (max-width: 575px) {
      .contact-form-section form label {
        font-size: 16px; } }
  .contact-form-section form input {
    border: 1px solid #000000;
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .contact-form-section form input {
        font-size: 17px; } }
    @media (max-width: 575px) {
      .contact-form-section form input {
        font-size: 16px; } }
  .contact-form-section form textarea {
    margin-top: 3px;
    resize: none;
    border: 1px solid #000000;
    width: 100%;
    height: 212px;
    margin-bottom: 56px;
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .contact-form-section form textarea {
        font-size: 17px;
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      .contact-form-section form textarea {
        font-size: 16px; } }
  .contact-form-section form input[type="submit"] {
    color: #000;
    background-color: transparent;
    outline: none;
    border: 2px solid #050708;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 20px;
    min-width: 227px; }
    .contact-form-section form input[type="submit"]:hover {
      background-color: #050708;
      color: #fff; }

.page-template-template-contact {
  background-color: #000;
  color: #fff; }
  .page-template-template-contact .contact-banner-text-block {
    margin-bottom: 75px; }
    @media (max-width: 991px) {
      .page-template-template-contact .contact-banner-text-block {
        margin-bottom: 60px; } }
    @media (max-width: 768px) {
      .page-template-template-contact .contact-banner-text-block {
        margin-bottom: 50px; } }
    @media (max-width: 575px) {
      .page-template-template-contact .contact-banner-text-block {
        margin-bottom: 40px; } }
  .page-template-template-contact .logo-holder {
    color: #fffefe;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 58px; }
    @media (max-width: 768px) {
      .page-template-template-contact .logo-holder {
        margin-bottom: 40px; } }
    .page-template-template-contact .logo-holder h1 {
      margin-bottom: 0;
      font-size: 82px;
      font-weight: 400;
      margin-bottom: -30px;
      font-family: "Plantin", serif; }
      @media (max-width: 1399px) {
        .page-template-template-contact .logo-holder h1 {
          font-size: 75px;
          line-height: 60px; } }
      @media (max-width: 991px) {
        .page-template-template-contact .logo-holder h1 {
          font-size: 70px;
          line-height: 55px;
          margin-bottom: -25px; } }
      @media (max-width: 768px) {
        .page-template-template-contact .logo-holder h1 {
          font-size: 55px;
          line-height: 50px;
          margin-bottom: -20px; } }
      @media (max-width: 575px) {
        .page-template-template-contact .logo-holder h1 {
          font-size: 50px;
          line-height: 45px; } }
    .page-template-template-contact .logo-holder > img {
      margin-bottom: 35px;
      max-width: 394px; }
      @media (max-width: 991px) {
        .page-template-template-contact .logo-holder > img {
          max-width: 350px; } }
      @media (max-width: 768px) {
        .page-template-template-contact .logo-holder > img {
          max-width: 300px;
          margin-bottom: 25px; } }
      @media (max-width: 575px) {
        .page-template-template-contact .logo-holder > img {
          max-width: 270px; } }
  .page-template-template-contact .contact-us-bg {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 220px; }
    @media (max-width: 768px) {
      .page-template-template-contact .contact-us-bg {
        background-size: initial; } }
  .page-template-template-contact .contact-blocks-item {
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .page-template-template-contact .contact-blocks-item {
        margin-bottom: 60px; } }
    @media (max-width: 575px) {
      .page-template-template-contact .contact-blocks-item {
        margin-bottom: 40px; } }
    .page-template-template-contact .contact-blocks-item .item {
      padding-top: 20px;
      font-size: 24px;
      font-weight: 400;
      font-family: "Proxima Nova Rg", sans-serif;
      color: #fff;
      border-right: 1px solid #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 0; }
      @media (max-width: 1399px) {
        .page-template-template-contact .contact-blocks-item .item {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 991px) {
        .page-template-template-contact .contact-blocks-item .item {
          font-size: 22px; } }
      @media (max-width: 768px) {
        .page-template-template-contact .contact-blocks-item .item {
          font-size: 18px;
          border-right: 0;
          padding-top: 0;
          margin-bottom: 40px; }
          .page-template-template-contact .contact-blocks-item .item:last-of-type {
            margin-bottom: 0; } }
      .page-template-template-contact .contact-blocks-item .item:nth-child(2) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 768px) {
          .page-template-template-contact .contact-blocks-item .item:nth-child(2) {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      .page-template-template-contact .contact-blocks-item .item:nth-child(3n) {
        border-right: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media (max-width: 1399px) {
          .page-template-template-contact .contact-blocks-item .item:nth-child(3n) {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      .page-template-template-contact .contact-blocks-item .item .holder {
        text-align: center; }
      .page-template-template-contact .contact-blocks-item .item .icon-holder {
        margin-bottom: 47px; }
        @media (max-width: 768px) {
          .page-template-template-contact .contact-blocks-item .item .icon-holder {
            margin-bottom: 35px; } }
        @media (max-width: 575px) {
          .page-template-template-contact .contact-blocks-item .item .icon-holder {
            margin-bottom: 25px; } }
        .page-template-template-contact .contact-blocks-item .item .icon-holder img, .page-template-template-contact .contact-blocks-item .item .icon-holder amp-img {
          max-width: 85px; }
          @media (max-width: 1200px) {
            .page-template-template-contact .contact-blocks-item .item .icon-holder img, .page-template-template-contact .contact-blocks-item .item .icon-holder amp-img {
              max-width: 75px; } }
          @media (max-width: 991px) {
            .page-template-template-contact .contact-blocks-item .item .icon-holder img, .page-template-template-contact .contact-blocks-item .item .icon-holder amp-img {
              max-width: 65px; } }
          @media (max-width: 768px) {
            .page-template-template-contact .contact-blocks-item .item .icon-holder img, .page-template-template-contact .contact-blocks-item .item .icon-holder amp-img {
              max-width: 55px; } }
          @media (max-width: 575px) {
            .page-template-template-contact .contact-blocks-item .item .icon-holder img, .page-template-template-contact .contact-blocks-item .item .icon-holder amp-img {
              max-width: 45px; } }
        .page-template-template-contact .contact-blocks-item .item .icon-holder svg path {
          fill: #fff; }
      .page-template-template-contact .contact-blocks-item .item h4 {
        font-size: 30px;
        margin-bottom: 1px;
        font-family: "Proxima Nova Rg", sans-serif;
        font-weight: 700; }
        @media (max-width: 991px) {
          .page-template-template-contact .contact-blocks-item .item h4 {
            font-size: 26px; } }
        @media (max-width: 768px) {
          .page-template-template-contact .contact-blocks-item .item h4 {
            font-size: 22px; } }
        @media (max-width: 768px) {
          .page-template-template-contact .contact-blocks-item .item h4 {
            font-size: 18px; } }
      .page-template-template-contact .contact-blocks-item .item p {
        line-height: 36px;
        margin-bottom: 0; }
      .page-template-template-contact .contact-blocks-item .item a {
        color: #fff; }
        .page-template-template-contact .contact-blocks-item .item a:hover {
          color: #e92532; }
  .page-template-template-contact .attornies-blocks-holder {
    min-height: 600px;
    position: relative; }
    @media (max-width: 575px) {
      .page-template-template-contact .attornies-blocks-holder {
        background-color: #fff;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .page-template-template-contact .attornies-blocks-holder .iframe-holder {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
      @media (max-width: 575px) {
        .page-template-template-contact .attornies-blocks-holder .iframe-holder {
          position: relative;
          top: -30px;
          height: 500px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .page-template-template-contact .attornies-blocks-holder .iframe-holder iframe {
        margin: 0;
        width: 100%;
        height: 100%; }
    .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder {
      position: relative;
      top: -110px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 1200px) {
        .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder .row {
          -webkit-box-pack: center !important;
              -ms-flex-pack: center !important;
                  justify-content: center !important; } }
      .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder .contact-info-box {
        z-index: 2;
        width: 263px;
        margin-left: 15px;
        margin-right: 15px; }
        @media (max-width: 1200px) {
          .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder .contact-info-box {
            margin-bottom: 30px; }
            .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder .contact-info-box:last-of-type {
              margin-bottom: 0; } }
        .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder .contact-info-box .content-holder {
          position: relative; }
          .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder .contact-info-box .content-holder::after {
            content: '';
            z-index: -1;
            -webkit-transform: skew(-15deg);
                -ms-transform: skew(-15deg);
                    transform: skew(-15deg);
            position: absolute;
            bottom: 0;
            right: -24px;
            width: 100%;
            height: 100%;
            background-image: -webkit-linear-gradient(bottom, #848383 14%, rgba(132, 131, 131, 0) 83%);
            background-image: linear-gradient(to top, #848383 14%, rgba(132, 131, 131, 0) 83%);
            display: none; }
        .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder .contact-info-box:first-of-type .content-holder::after {
          display: block;
          -webkit-transform: skew(-15deg);
              -ms-transform: skew(-15deg);
                  transform: skew(-15deg);
          right: -24px; }
        .page-template-template-contact .attornies-blocks-holder .contact-info-boxes-holder .contact-info-box:last-of-type .content-holder::after {
          display: block;
          -webkit-transform: skew(15deg);
              -ms-transform: skew(15deg);
                  transform: skew(15deg);
          left: -24px; }
  .page-template-template-contact #footer .footer-red-line {
    margin-top: 0;
    padding: 35px 0 50px; }
    @media (max-width: 768px) {
      .page-template-template-contact #footer .footer-red-line {
        padding: 25px 0 40px; } }
    @media (max-width: 575px) {
      .page-template-template-contact #footer .footer-red-line {
        padding: 25px 0; } }

.page-template-template-truck-accident {
  background-color: #000;
  color: #fff; }
  .page-template-template-truck-accident .top-banner-logo-holder {
    margin-bottom: 30px;
    position: relative; }
    .page-template-template-truck-accident .top-banner-logo-holder .bg-stretch {
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      @media (max-width: 575px) {
        .page-template-template-truck-accident .top-banner-logo-holder .bg-stretch {
          background-position: bottom right; } }
    .page-template-template-truck-accident .top-banner-logo-holder img {
      width: 100%; }
    .page-template-template-truck-accident .top-banner-logo-holder .text-holder {
      color: #fff;
      text-align: center;
      padding-top: 80px;
      padding-bottom: 60px; }
      @media (max-width: 575px) {
        .page-template-template-truck-accident .top-banner-logo-holder .text-holder {
          padding-top: 60px; } }
      .page-template-template-truck-accident .top-banner-logo-holder .text-holder p {
        margin-bottom: 0; }
      .page-template-template-truck-accident .top-banner-logo-holder .text-holder .text {
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.34);
        color: #ffffff;
        text-transform: uppercase;
        max-width: 340px;
        margin: 0 auto;
        margin-bottom: 27px; }
        .page-template-template-truck-accident .top-banner-logo-holder .text-holder .text p {
          font-size: 24px;
          font-weight: 700;
          line-height: 26px; }
        @media (max-width: 991px) {
          .page-template-template-truck-accident .top-banner-logo-holder .text-holder .text {
            font-size: 22px; } }
        @media (max-width: 768px) {
          .page-template-template-truck-accident .top-banner-logo-holder .text-holder .text {
            font-size: 20px; } }
        @media (max-width: 768px) {
          .page-template-template-truck-accident .top-banner-logo-holder .text-holder .text {
            font-size: 18px; } }
      .page-template-template-truck-accident .top-banner-logo-holder .text-holder .subtitle {
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.34);
        color: #ffffff;
        margin-bottom: 8px; }
        .page-template-template-truck-accident .top-banner-logo-holder .text-holder .subtitle p {
          font-size: 18px;
          font-weight: 700;
          line-height: 22px; }
      .page-template-template-truck-accident .top-banner-logo-holder .text-holder .title {
        text-shadow: 1px 2px 5px #000000;
        color: #ffffff;
        text-transform: uppercase; }
        .page-template-template-truck-accident .top-banner-logo-holder .text-holder .title p {
          font-size: 58px;
          font-weight: 400;
          font-family: "Proxima Nova Bl", sans-serif;
          line-height: 56.46px;
          -webkit-text-stroke: 1px #e92532; }
        @media (max-width: 1399px) {
          .page-template-template-truck-accident .top-banner-logo-holder .text-holder .title {
            font-size: 50px; } }
        @media (max-width: 991px) {
          .page-template-template-truck-accident .top-banner-logo-holder .text-holder .title {
            font-size: 45px; } }
        @media (max-width: 768px) {
          .page-template-template-truck-accident .top-banner-logo-holder .text-holder .title {
            font-size: 40px; } }
        @media (max-width: 768px) {
          .page-template-template-truck-accident .top-banner-logo-holder .text-holder .title {
            font-size: 37px; } }
  .page-template-template-truck-accident .holder-block {
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      .page-template-template-truck-accident .holder-block {
        padding-bottom: 240px; } }
    .page-template-template-truck-accident .holder-block .black-bg {
      background-repeat: no-repeat;
      background-position: top right; }
  .page-template-template-truck-accident .holder-block .content {
    color: #fff;
    font-weight: 400;
    font-size: 16px; }
    .page-template-template-truck-accident .holder-block .content h2 {
      color: #e92532;
      font-size: 40px;
      font-weight: 400;
      margin-bottom: 25px;
      font-family: "Plantin Std", serif; }
    .page-template-template-truck-accident .holder-block .content h3 {
      font-weight: 700;
      color: #e92532; }
    .page-template-template-truck-accident .holder-block .content h4 {
      color: #ffffff;
      font-family: "Myriad Pro", sans-serif;
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 25px; }
    .page-template-template-truck-accident .holder-block .content p {
      line-height: 36px;
      margin-bottom: 40px; }
    .page-template-template-truck-accident .holder-block .content .quote-type2 {
      color: #fff;
      border-color: #5c5b5d;
      margin-bottom: 65px;
      margin-left: 22px; }
      @media (max-width: 991px) {
        .page-template-template-truck-accident .holder-block .content .quote-type2 {
          margin-left: 0; } }
      .page-template-template-truck-accident .holder-block .content .quote-type2 p {
        margin: 0; }
      .page-template-template-truck-accident .holder-block .content .quote-type2::after, .page-template-template-truck-accident .holder-block .content .quote-type2::before {
        display: none; }
    .page-template-template-truck-accident .holder-block .content .content-tabs h3 {
      color: #e92532;
      font-size: 24px;
      font-weight: 700;
      line-height: 54.53px;
      line-height: 30px;
      margin-bottom: 10px; }
    .page-template-template-truck-accident .holder-block .content .content-tabs p {
      margin-bottom: 30px; }
  .page-template-template-truck-accident .holder-tabset .tabset {
    margin-bottom: 46px; }
    .page-template-template-truck-accident .holder-tabset .tabset a:hover {
      color: #fff !important; }

.page-template-template-about {
  background-color: #000; }
  .page-template-template-about .holder-block {
    background-image: url("images/about-us-bg-1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 50%; }
    @media (max-width: 1200px) {
      .page-template-template-about .holder-block {
        background-position: center 70%; } }
    @media (max-width: 991px) {
      .page-template-template-about .holder-block {
        background-position: center 90%; } }
  .page-template-template-about .content-holder {
    text-align: center; }
    .page-template-template-about .content-holder h4 {
      color: #fff;
      font-weight: 700;
      font-family: "Myriad Pro", sans-serif;
      margin-bottom: 20px;
      text-align: center; }
    .page-template-template-about .content-holder .attorneys-title {
      margin-bottom: 60px; }
      .page-template-template-about .content-holder .attorneys-title h4 {
        margin: 0;
        font-family: "Myriad Pro", sans-serif;
        font-weight: 600; }
    .page-template-template-about .content-holder p {
      color: #ffffff;
      font-size: 18px;
      margin-bottom: 0;
      line-height: 36px;
      margin-bottom: 100px; }
      @media (max-width: 768px) {
        .page-template-template-about .content-holder p {
          margin-bottom: 60px;
          font-size: 17px; } }
      @media (max-width: 575px) {
        .page-template-template-about .content-holder p {
          margin-bottom: 40px; } }
  .page-template-template-about .posts-holder {
    color: #000; }

.attornies-block-with-tabs {
  background-image: url("images/single-attornies-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 13px;
  color: #000; }
  .attornies-block-with-tabs h5 {
    font-weight: 700;
    color: #000; }
  .attornies-block-with-tabs .border {
    border: 2px solid #5c5b5d !important;
    padding: 23px 20px; }
    .attornies-block-with-tabs .border .holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 48px; }
      @media (max-width: 768px) {
        .attornies-block-with-tabs .border .holder {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .attornies-block-with-tabs .border .holder h4 {
        font-weight: 700;
        color: #000;
        margin-bottom: 9px;
        line-height: 1; }
      .attornies-block-with-tabs .border .holder span {
        font-style: italic;
        font-weight: 600;
        font-family: "Myriad Pro", sans-serif;
        color: #5c5b5d;
        height: 16px;
        padding-left: 3px; }
  .attornies-block-with-tabs .tabset {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2px;
    border-bottom: 2px solid #5c5b5d;
    position: relative;
    margin-left: 20px;
    min-width: 422px; }
    .attornies-block-with-tabs .tabset::after {
      content: '';
      position: absolute;
      right: -20px;
      bottom: -2px;
      height: 2px;
      width: 20px;
      background-color: #5c5b5d; }
      @media (max-width: 768px) {
        .attornies-block-with-tabs .tabset::after {
          display: none; } }
    @media (max-width: 768px) {
      .attornies-block-with-tabs .tabset {
        margin-top: 20px;
        width: 100%; } }
    @media (max-width: 575px) {
      .attornies-block-with-tabs .tabset {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .attornies-block-with-tabs .tabset li {
      list-style-type: none;
      padding-bottom: 20px; }
      @media (max-width: 575px) {
        .attornies-block-with-tabs .tabset li {
          margin-bottom: 10px; }
          .attornies-block-with-tabs .tabset li:last-of-type {
            margin-bottom: 0; } }
    .attornies-block-with-tabs .tabset a {
      padding: 2px 10px;
      color: #000000;
      border: 2px solid transparent;
      font-size: 18px;
      font-weight: 400;
      font-family: "Myriad Pro", sans-serif; }
      .attornies-block-with-tabs .tabset a.active {
        border-color: #000; }
  .attornies-block-with-tabs .tab-content {
    padding-left: 5px;
    font-weight: 400;
    color: #000000;
    font-family: "Myriad Pro", sans-serif;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 23px; }
    .attornies-block-with-tabs .tab-content::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 360px;
      height: 2px;
      background-color: #5c5b5d; }
    .attornies-block-with-tabs .tab-content p {
      line-height: 30px; }
  .attornies-block-with-tabs .text-information {
    padding-left: 5px; }
    .attornies-block-with-tabs .text-information h5 {
      margin-bottom: 14px; }
    .attornies-block-with-tabs .text-information ul {
      padding: 0;
      margin: 0;
      padding-left: 33px;
      margin-bottom: 35px; }
      .attornies-block-with-tabs .text-information ul:last-of-type {
        margin-bottom: 0; }
    .attornies-block-with-tabs .text-information li {
      margin-bottom: 22px;
      list-style-type: none;
      font-size: 16px;
      font-weight: 400;
      color: #000000;
      font-family: "Myriad Pro", sans-serif;
      position: relative; }
      .attornies-block-with-tabs .text-information li:last-of-type {
        margin-bottom: 0; }
      .attornies-block-with-tabs .text-information li::before {
        content: '';
        height: 3px;
        width: 14px;
        background-color: #000000;
        position: absolute;
        left: -24px;
        top: 0;
        bottom: 0;
        margin: auto; }

.single-attornies .attornies-block-with-tabs {
  margin-bottom: 30px; }

.single-attornies .holder-block {
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("images/about-us-bg-1.png"); }

.page-template-template-community .black-bg {
  background-position: center 90%; }

.blog .black-bg {
  padding-bottom: 0; }

.blog aside {
  padding-bottom: 240px; }

.resize-active * {
  -webkit-transition: none !important;
          transition: none !important; }
/*# sourceMappingURL=style.css.map */
.header amp-img,
body>amp-img.i-amphtml-layout-intrinsic {
  display: none;
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
}
.content-single {
  color: #b9b9b9;
}
.single-attornies .tab-content .js-tab-hidden {
  position: static !important;
	overflow:visible !important;
	opacity:1 !important;
    visibility: visible !important;
}

/*Home result carousel*/
.home-results-slider {
  display: flex;
  overflow: hidden;
  opacity: 0;
}

.home-results-slider.slick-initialized {
  display: block;
  overflow: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.home-results-slider .slide {
  display: inline-block;
}
/*Home result carousel - end*/

/* home text and gallery section start */
.text-and-gallery {
  padding: 50px 0 300px;
}
.text-and-gallery h1,
.text-and-gallery h2,
.text-and-gallery h3,
.text-and-gallery h4,
.text-and-gallery h5 {
  color: #000;
}
.text-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
.text-gallery>div {
  width: 50%;
  padding: 10px 20px;
}
.text-gallery img {
  max-height: 240px;
}
@media (min-width: 992px) {
  .text-and-gallery {
    padding: 50px 0 235px;
  }
}
@media (min-width: 768px) {
  .text-gallery>div {
    width: 25%;
    padding: 10px 20px;
  }
}
/* home text and gallery section end */

/* home video and text section */
.section-video-text{
  background-color: #000;
  color: #fff;
  padding: 35px 0;
}

.section-video-text .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.section-video-text .embed-container iframe,
.section-video-text .embed-container object,
.section-video-text .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-template-truck-accident .holder-block .content .content-tabs{
	position: relative;
}

.new-content-target .read-more{
	color: #fff;
	border-color: #fff;
}





#mobile-menu .navigation>li,
#header .navigation>li {
  position: relative;
}
#mobile-menu .navigation>li:hover .drop-holder,
#header .navigation>li:hover .drop-holder {
  opacity: 1;
  visibility: visible;
}
#mobile-menu .menu-item-has-children>a,
#header .menu-item-has-children>a {
  position: relative;
  padding-right: 14px;
}
#mobile-menu .menu-item-has-children>a:after,
#header .menu-item-has-children>a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top: 4px solid #fff;
}
#mobile-menu .navigation .drop-holder ul,
#header .navigation .drop-holder ul {
  display: block;
}
#mobile-menu .navigation a[href="#"],
#header .navigation a[href="#"] {
  cursor: default;
}
#mobile-menu .navigation .drop-holder li,
#header .navigation .drop-holder li {
  margin-right: 0;
}
.section-intro-title div {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  #header .navigation .drop-holder {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: -15px;
    transition: .2s;
    background-color: #fff;
  }
  #header .navigation .drop-holder a {
    color: #000;
    display: block;
    width: 100%;
    min-width: 150px;
    line-height: 1.1;
    margin-bottom: 7px;
    font-size: 14px;
  }
  #header .navigation>li:hover>a {
    color: #e92532;
  }
  #header .navigation>li:hover>a:after {
    border-top: 4px solid #e92532;
  }
  #header .navigation .drop-holder a:hover {
    color: #e92532;
  }
  #header .navigation .drop-holder ul {
    padding: 15px 17px 5px 15px;
  }
}
@media (max-width: 768px) {
  #header .navigation .drop-holder a {
    color: #8f8f8f;
    font-size: 14px;
  }
  #header .menu-item-has-children>a {
    margin-bottom: 5px;
    display: inline-block;
  }
  #mobile-menu .navigation .drop-holder a {
    color: #8f8f8f;
    font-size: 14px;
  }
  #mobile-menu .menu-item-has-children>a {
    margin-bottom: 5px;
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .section-intro .content-holder h1.section-intro-title {
    font-size: 3vw;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .section-intro .content-holder h1.section-intro-title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (min-width: 1840px) {
  #header .navigation .drop-holder a {
    white-space: nowrap;
  }
}
.widget .results-slider {
  background: #fff;    
}

#footer {
  background-color: #3d3d3d;
}

#footer > .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer > .container > .row {
	margin: 0;
}

#footer .footer-red-line {
	margin-top: 0;
}

#footer .footer-contacts {
	width: 100%;
	margin: 0; 
}

#footer .footer-contacts .box, #footer .social-links {
	background-color: transparent;
	border: none;
	padding: 0;
	width: 100%;
	max-width: 378px;
}

#footer .footer-contacts .box {
	width: 100%;
	max-width: 378px;
	margin:  0 auto 50px;
	text-align: center;
	align-items: center;
}

#footer .footer-contacts .box .icon-holder {
	margin: 0 0 30px 0;
	flex-shrink: 0;
}

#footer .social-links { 
	max-width: 211px;
	width: 100%;
	margin: 0 auto 50px;
}

#footer .social-links .social-links-list { 
	justify-content: center;
}

#footer .footer-contacts .box:after{
	display: none;
}


@media (min-width: 768px) {
	#footer > .container > .row {
		margin-left: -25px;
		margin-right: -25px;
		align-items: flex-start;
	}
	#footer .footer-contacts {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex: 1 1 auto;
		width: auto;
	}
	#footer .footer-contacts .box {
		padding: 0 25px;
		margin: 0 0 15px;
		justify-content: flex-start;
		width: 33.33%;
	}
	#footer .social-links  {
		padding: 0 25px;
		margin: 0 auto 15px;
	}
}

@media (min-width: 992px) {
	#footer > .container {
		padding-bottom: 15px;
	}
	#footer .footer-contacts .box {
		text-align: left;
		flex-direction: row;
		align-items: flex-start;
	}
	#footer .footer-contacts .box .icon-holder {
		margin: 0 32px 0 0;
	}
}

@media (min-width: 1092px) { 
	#footer .social-links {
		padding: 0 25px 0 0;
	}
}