<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: apgwp
Theme URI: http://underscores.me/
Author: Elia PEREZ
Author URI: https://www.elia-perez.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apgwp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

apgwp is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  clear: both;
  margin-top: 0;
}

h1, .h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h1, .h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1280px) {
  h1, .h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 566px) {
  h1, .h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  h1, .h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}
@media (max-width: 1440px) {
  h2, .h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 566px) {
  h2, .h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  h2, .h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h3, .h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
}
@media (max-width: 1440px) {
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 566px) {
  h3, .h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  h3, .h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wpml-switcher {
  font-family: "Raleway", sans-serif;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 1024px) {
  .wpml-switcher {
    margin: 0 15px 0 0;
  }
}
.wpml-switcher li {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #F3500D;
  display: inline-block;
  font-weight: normal;
  list-style: none;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .wpml-switcher li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 566px) {
  .wpml-switcher li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.wpml-switcher li::after {
  content: "/";
  margin: 0 5px;
}
.wpml-switcher li:last-child::after {
  display: none;
}
.wpml-switcher li a {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.pagination * {
  margin: 0 10px;
}
.pagination a {
  color: #F3500D;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*
*
* Header SASS
*
*/
.site-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 50px 25px 25px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .site-header {
    padding: 25px;
  }
}

.site-navs {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .site-navs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}

/* Make sure logo link wraps around logo image.*/
.custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-logo-link:hover, .custom-logo-link:visited, .custom-logo-link:active, .custom-logo-link:focus {
  outline: none;
}

/* Logo size */
.custom-logo {
  height: 125px;
  min-height: 125px;
  min-width: 236px;
  width: 236px;
}
@media (max-width: 1024px) {
  .custom-logo {
    height: 79px;
    min-height: 79px;
    min-width: 150px;
    width: 150px;
  }
}
@media (max-width: 566px) {
  .custom-logo {
    height: 53px;
    min-height: 53px;
    min-width: 100px;
    width: 100px;
  }
}

.nav-open {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none;
  position: relative;
  width: 32px;
}
@media (max-width: 1024px) {
  .nav-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 10px;
    width: 52px;
  }
}
.nav-open span {
  background: #000;
  height: 2px;
  width: 100%;
}
.nav-open:hover, .nav-open:active, .nav-open:focus {
  outline: none;
}

.load-progress {
  background: #F3500D;
  height: 4px;
  left: 0;
  top: 0;
  position: fixed;
  width: 0;
  z-index: 60;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
/*
*
* Global layout SASS
*
*/
body {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 566px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0 0 10px;
}

header {
  text-align: right;
}

a {
  color: #000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover, a:focus, a:active {
  color: #F3500D;
}

.site {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}
@media (max-width: 566px) {
  .site {
    min-height: inherit;
  }
}

.site-main {
  display: block;
  position: relative;
}

.colmaster {
  display: block;
  max-width: 1475px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .colmaster {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .colmaster {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .colmaster {
    max-width: 100%;
    padding: 0 60px 80px;
  }
}
@media (max-width: 566px) {
  .colmaster {
    padding: 0 35px 60px;
  }
}

.hero {
  background-size: cover;
  background-position: center center;
  height: 360px;
  margin: 20px 0 90px;
}
@media (max-width: 1280px) {
  .hero {
    height: 275px;
  }
}
@media (max-width: 566px) {
  .hero {
    height: 175px;
    margin-bottom: 50px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hero {
    height: 200px;
    margin-bottom: 50px;
  }
}
.home .hero {
  height: 465px;
}
@media (max-width: 1366px) {
  .home .hero {
    height: 375px;
  }
}
@media (max-width: 1024px) {
  .home .hero {
    height: 300px;
  }
}
@media (max-width: 566px) {
  .home .hero {
    height: 215px;
    margin-bottom: 40px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .home .hero {
    height: 240px;
    margin-bottom: 40px;
  }
}

.btn {
  color: #F3500D;
  font-weight: bold;
  text-decoration: underline;
}

.split-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 566px) {
  .split-content {
    display: block;
  }
}
.split-content.fullheight {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 175px - 120px);
}
@media (max-width: 566px) {
  .split-content.fullheight {
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .split-content.fullheight {
    display: block;
    height: auto;
  }
}
.archive-expertises .split-content .content {
  text-align: left;
}
.archive-expertises .split-content .img {
  min-width: 50%;
  width: 50%;
}
@media (max-width: 566px) {
  .archive-expertises .split-content .img {
    min-width: 100%;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .archive-expertises .split-content .img {
    min-width: 100%;
    width: 100%;
  }
}
.single-expertise .split-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.single-expertise .split-content .content {
  position: relative;
  text-align: left;
}
.single-expertise .split-content .img {
  height: 450px;
}
@media (max-width: 1024px) {
  .single-expertise .split-content .img {
    height: 350px;
    min-width: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 566px) {
  .single-expertise .split-content .img {
    height: 175px;
    max-width: inherit;
    min-width: inherit;
    width: 80%;
  }
}
.split-content .img {
  background-size: cover;
  background-position: center center;
  height: 100%;
  min-width: 58%;
  width: 58%;
}
@media (max-width: 566px) {
  .split-content .img {
    height: 175px;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .split-content .img {
    height: 175px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.split-content .content {
  padding: 0 90px;
  text-align: right;
  width: 100%;
}
@media (max-width: 566px) {
  .split-content .content {
    text-align: left;
    padding: 0 35px;
  }
}

#gmap {
  height: 100%;
  width: 100%;
}

.about {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media (max-width: 566px) {
  .about {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.about li {
  margin-bottom: 5px;
}
.about li a {
  color: #F3500D;
  text-decoration: underline;
}
.about li a::before {
  content: "- ";
}

.single-expertise h1 {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .single-expertise h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 566px) {
  .single-expertise h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.single-expertise .lawyers-references {
  margin: 70px 0 40px;
}
.single-expertise .lawyers-references .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
}
.single-expertise .btn-container {
  text-align: center;
}
.single-expertise .btn {
  display: inline-block;
  margin: 0 auto;
}
.single-expertise .the_content {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .single-expertise .the_content {
    max-width: 100%;
  }
}

.the_content ul {
  margin-top: 20px;
}
.the_content ul li {
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
.the_content ul li::before {
  content: "-";
  color: #F3500D;
  font-weight: bold;
  margin-right: 5px;
}

.posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-expertise .posts-navigation {
  display: none;
  left: 0;
  padding: 0 90px;
  position: absolute;
  top: -90px;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-expertise .posts-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -70px;
  }
}
@media (max-width: 566px) {
  .single-expertise .posts-navigation {
    margin-bottom: 15px;
    position: relative;
    top: 0;
    padding: 0;
  }
}
.post-wrapper .posts-navigation {
  margin-bottom: 40px;
}
.posts-navigation .next-post,
.posts-navigation .prev-post {
  background-size: cover;
  display: block;
  height: 35px;
  width: 35px;
}
@media (max-width: 566px) {
  .posts-navigation .next-post,
.posts-navigation .prev-post {
    height: 25px;
    width: 25px;
  }
}
.posts-navigation .next-post {
  background-image: url("img/next-post.svg");
  margin-left: auto;
}
.posts-navigation .prev-post {
  background-image: url("img/prev-post.svg");
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
  padding: 20px;
  text-align: center;
  width: 100%;
}

.footer-linkedin {
  background-image: url("img/linkedin.svg");
  background-position: 0 3px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  text-indent: -9999px;
  width: 16px;
}
@media (max-width: 566px) {
  .footer-linkedin {
    background-size: 16px 16px;
    height: 14px;
    width: 14px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.searchform {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
@media (max-width: 566px) {
  .searchform {
    margin-bottom: 35px;
  }
}
.searchform input:hover, .searchform input:active, .searchform input:focus {
  outline: none;
}
.searchform .search {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 10px 20px 10px 50px;
  width: 100%;
}
@media (max-width: 566px) {
  .searchform .search {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 20px 10px 35px;
  }
}
.searchform .search:hover, .searchform .search:active, .searchform .search:focus {
  color: #fff;
  background: none;
}
.searchform .searchbtn {
  bottom: 10px;
  height: 30px;
  left: 0;
  position: absolute;
  width: 31px;
}
@media (max-width: 566px) {
  .searchform .searchbtn {
    height: 25px;
    width: 26px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: black;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#primary-menu {
  font-family: "Raleway", sans-serif;
  position: relative;
}
#primary-menu &gt; li {
  display: inline-block;
  margin: 0 20px;
}
#primary-menu &gt; li:last-child {
  margin-right: 0;
}
#primary-menu &gt; li.current-menu-ancestor:hover &gt; .sub-menu {
  display: block;
}
@media (max-width: 1024px) {
  #primary-menu &gt; li.current-menu-ancestor:hover &gt; .sub-menu {
    display: none;
  }
}
#primary-menu &gt; li .sub-menu {
  top: 100%;
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
}
#primary-menu &gt; li .sub-menu &gt; li {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  margin: 0 20px;
}
#primary-menu &gt; li .sub-menu &gt; li:last-child {
  margin-right: 0;
}
#primary-menu a {
  text-transform: uppercase;
}
#primary-menu .current_page_item &gt; a,
#primary-menu .current-menu-item &gt; a,
#primary-menu .current_page_ancestor &gt; a,
#primary-menu .current-menu-ancestor &gt; a {
  color: #F3500D;
}
@media (max-width: 1024px) {
  #primary-menu {
    display: none;
  }
}

#site-navigation {
  display: none;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  width: calc(33.3333333333% + 40px);
  z-index: 90;
}
#site-navigation.is-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1024px) {
  #site-navigation {
    display: block;
    height: 100%;
    width: 50%;
  }
}
@media (max-width: 566px) {
  #site-navigation {
    min-height: 100vh;
    width: 100%;
  }
}

.main-navigation-wrapper {
  background: #F3500D;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 100px 40px 0 50px;
  position: relative;
  width: 100%;
}
@media (max-width: 1366px) {
  .main-navigation-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 566px) {
  .main-navigation-wrapper {
    padding: 70px 30px 20px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .main-navigation-wrapper {
    padding: 40px 30px 20px;
  }
}

.nav-close {
  background-image: url("img/nav-close.svg");
  background-size: 28px 28px;
  height: 28px;
  right: 50px;
  outline: none;
  position: absolute;
  top: 30px;
  width: 28px;
}
.nav-close:hover, .nav-close:active, .nav-close:focus {
  outline: none;
}

.nav-logo {
  background-image: url("img/nav-logo.png");
  background-size: 134px 139px;
  height: 139px;
  position: absolute;
  right: 40px;
  top: 36px;
  width: 134px;
}
@media (max-width: 1366px) {
  .nav-logo {
    background-size: cover;
    height: 111px;
    width: 107px;
  }
}
@media (max-width: 566px) {
  .nav-logo {
    display: none;
  }
}

.main-navigation {
  width: 100%;
}
.main-navigation ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 566px) {
  .main-navigation ul {
    margin-bottom: 20px;
  }
}
.main-navigation li {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  position: relative;
}
@media (max-width: 1366px) {
  .main-navigation li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 566px) {
  .main-navigation li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .main-navigation li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main-navigation li:last-child {
  margin-bottom: 0;
}
.main-navigation .sub-menu {
  display: none;
}
.main-navigation a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-navigation {
  display: block;
}
.footer-navigation #footer-menu {
  text-align: center;
}
.footer-navigation #footer-menu li {
  display: inline-block;
  font-weight: 300;
  list-style: none;
  margin-bottom: 10px;
}
.footer-navigation #footer-menu li::after {
  content: "-";
  margin-left: 5px;
}
.footer-navigation #footer-menu li:last-child::after {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 100%;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  display: block;
  margin: 0;
  padding: 0 60px;
  position: relative;
}
.owl-carousel.hero-carousel {
  padding: 0;
}
.owl-carousel li {
  width: 100%;
}
.owl-carousel .owl-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  z-index: -1;
}
.owl-carousel .owl-nav button {
  background: none;
  background-size: 16px 35px;
  border: none;
  height: 35px;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  width: 16px;
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url("img/owl-prev.png");
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url("img/owl-next.png");
}
.owl-carousel .owl-nav button:hover {
  outline: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Homepage template
--------------------------------------------------------------*/
@media (max-width: 1366px) {
  .hp-intro .colmaster {
    padding-bottom: 50px;
  }
}
.hp-intro .intro-split {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .hp-intro .intro-split {
    display: block;
  }
}
.hp-intro .intro-split::after {
  background: #F3500D;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 70%;
}
.hp-intro .intro-split .intro-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  min-width: 400px;
  width: 400px;
}
@media (max-width: 566px) {
  .hp-intro .intro-split .intro-title {
    min-width: inherit;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-intro .intro-split .intro-title {
    min-width: inherit;
    width: 100%;
  }
}
.hp-intro .intro-split .h1 {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .hp-intro .intro-split .h1 {
    margin-bottom: 30px;
  }
}
.hp-intro .intro-split .intro-content {
  width: 100%;
}
.hp-intro .intro-split .intro-content .btn {
  float: right;
}

.hp-expertises {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .hp-expertises {
    margin: 40px 0;
  }
}
.hp-expertises .hp-expertises-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .hp-expertises .hp-expertises-wrapper {
    display: block;
  }
}
.hp-expertises .hp-expertises-wrapper .hp-expertises-title, .hp-expertises .hp-expertises-wrapper ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.hp-expertises .hp-expertises-wrapper h2 {
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .hp-expertises .hp-expertises-wrapper h2 {
    margin-bottom: 80px;
  }
}
.hp-expertises .hp-expertises-wrapper h2::after {
  background: #F3500D;
  bottom: -30px;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  width: 50vw;
}
@media (max-width: 566px) {
  .hp-expertises .hp-expertises-wrapper h2::after {
    left: 0;
    right: inherit;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-expertises .hp-expertises-wrapper h2::after {
    left: 0;
    right: inherit;
  }
}
.hp-expertises .hp-expertises-wrapper ul li {
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 566px) {
  .hp-expertises .hp-expertises-wrapper ul li {
    padding-left: 15px;
  }
}
.hp-expertises .hp-expertises-wrapper ul li::before {
  font-size: 24px;
  font-size: 1.5rem;
  content: "&gt;";
  display: inline-block;
  position: absolute;
  left: 0;
}
@media (max-width: 566px) {
  .hp-expertises .hp-expertises-wrapper ul li::before {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-expertises .hp-expertises-wrapper ul li::before {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hp-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .hp-posts {
    display: block;
  }
}
.hp-posts .hp-posts-img, .hp-posts .hp-posts-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.hp-posts .hp-posts-img {
  background-size: cover;
  height: 675px;
}
@media (max-width: 1024px) {
  .hp-posts .hp-posts-img {
    height: 300px;
    margin-bottom: 40px;
  }
}
@media (max-width: 566px) {
  .hp-posts .hp-posts-img {
    height: 240px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-posts .hp-posts-img {
    height: 240px;
  }
}
.hp-posts h2 {
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.hp-posts h2::after {
  background: #F3500D;
  bottom: -30px;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  width: calc(100% + 50px);
}
.hp-posts .hp-posts-wrapper {
  padding: 0 120px 0 50px;
}
@media (max-width: 566px) {
  .hp-posts .hp-posts-wrapper {
    padding: 0 35px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-posts .hp-posts-wrapper {
    padding: 0 35px;
  }
}
.hp-posts .hp-posts-wrapper article {
  margin-bottom: 30px;
}
.hp-posts .hp-posts-wrapper article::after {
  display: none;
}

.hp-lawyers h2 {
  display: inline-block;
  position: relative;
}
@media (max-width: 566px) {
  .hp-lawyers h2 {
    margin-bottom: 50px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-lawyers h2 {
    margin-bottom: 50px;
  }
}
.hp-lawyers h2::after {
  background: #F3500D;
  bottom: -10px;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  width: 50vw;
}

.hp-joinus {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 80px;
  text-align: right;
}
@media (max-width: 566px) {
  .hp-joinus {
    display: block;
    text-align: left;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-joinus {
    display: block;
    text-align: left;
  }
}
.hp-joinus .hp-joinus-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 55%;
          flex: 1 0 55%;
  padding: 0 90px 0 120px;
}
@media (max-width: 566px) {
  .hp-joinus .hp-joinus-wrapper {
    padding: 0 35px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-joinus .hp-joinus-wrapper {
    padding: 0 35px;
  }
}
.hp-joinus .hp-joinus-wrapper h2 {
  display: block;
  position: relative;
}
.hp-joinus .hp-joinus-wrapper h2::after {
  background: #F3500D;
  bottom: -10px;
  content: "";
  height: 3px;
  position: absolute;
  right: -90px;
  width: calc(100% + 50px);
}
@media (max-width: 566px) {
  .hp-joinus .hp-joinus-wrapper h2::after {
    left: 0;
    right: inherit;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-joinus .hp-joinus-wrapper h2::after {
    left: 0;
    right: inherit;
    width: 100%;
  }
}
.hp-joinus .hp-joinus-img {
  background-size: cover;
  height: 345px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}
@media (max-width: 566px) {
  .hp-joinus .hp-joinus-img {
    margin-top: 25px;
    height: 175px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .hp-joinus .hp-joinus-img {
    margin-top: 25px;
    height: 205px;
  }
}

/*--------------------------------------------------------------
## Posts Index
--------------------------------------------------------------*/
.posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .posts-list {
    display: block;
  }
}
.posts-list .post {
  margin-bottom: 60px;
  width: 50%;
}
@media (max-width: 1024px) {
  .posts-list .post {
    width: 100%;
  }
}
.posts-list .post:nth-of-type(odd) {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .posts-list .post:nth-of-type(odd) {
    padding-right: 0;
  }
}
.posts-list .post:nth-of-type(even) {
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .posts-list .post:nth-of-type(even) {
    padding-left: 0;
  }
}

.post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.post::after {
  background: #F3500D;
  bottom: 0;
  content: "";
  height: 3px;
  left: 25px;
  position: absolute;
  width: 225px;
}
@media (max-width: 566px) {
  .post::after {
    display: none;
  }
}
.post.single-post {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
}
.post.single-post::after {
  width: 80%;
}
.post.single-post h1 {
  margin-bottom: 40px;
}
.post .entry-header {
  min-width: 95px;
  margin-right: 30px;
  position: relative;
  text-align: center;
  width: 95px;
}
@media (max-width: 566px) {
  .post .entry-header {
    margin-right: 20px;
    min-width: 30px;
    width: 30px;
  }
}
.post .entry-header::after {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 100%;
}
.post .entry-header time {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.6;
  position: relative;
  width: 100%;
}
@media (max-width: 1440px) {
  .post .entry-header time {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 566px) {
  .post .entry-header time {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.post .entry-resume h3 {
  line-height: 1.2;
}
.post .entry-resume .btn {
  float: right;
}
@media (max-width: 566px) {
  .post .entry-resume .btn {
    float: left;
  }
}
.post .the_content {
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
## Archive Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Archive Expertises
--------------------------------------------------------------*/
.archive-expertises ul li {
  padding-left: 15px;
  position: relative;
}
.archive-expertises ul li::before {
  font-size: 24px;
  font-size: 1.5rem;
  content: "&gt;";
  display: inline-block;
  position: absolute;
  left: 0;
}
@media (max-width: 1440px) {
  .archive-expertises ul li::before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .archive-expertises ul li::before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .archive-expertises ul li::before {
    font-size: 16px;
    font-size: 1rem;
  }
}
.archive-expertises ul li h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .archive-expertises ul li h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .archive-expertises ul li h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .archive-expertises ul li h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
## Archive Lawyers
--------------------------------------------------------------*/
.archive-lawyers .lawyers-list-wrapper {
  position: relative;
}

.lawyers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px;
  position: relative;
}
.home .lawyers-list, .lawyers-references .lawyers-list {
  display: block;
  margin: 0;
}
.home .lawyers-list li, .lawyers-references .lawyers-list li {
  height: 285px;
  margin: 0;
  width: 100%;
}
@media (orientation: landscape) and (max-width: 812px) {
  .home .lawyers-list li, .lawyers-references .lawyers-list li {
    max-width: 200px;
    margin: 0 auto;
  }
}
.home .lawyers-list li .lawyer-box-wrapper h3, .lawyers-references .lawyers-list li .lawyer-box-wrapper h3 {
  font-size: 16px;
  font-size: 1rem;
}
.home .lawyers-list li .lawyer-box-wrapper h4, .lawyers-references .lawyers-list li .lawyer-box-wrapper h4 {
  font-size: 14px;
  font-size: 0.875rem;
}
.lawyers-list li {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  margin: 17px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc(25% - 34px);
}
@media (max-width: 1280px) {
  .lawyers-list li {
    width: calc(33.33333% - 34px);
  }
}
@media (max-width: 1024px) {
  .lawyers-list li {
    height: 300px;
  }
}
@media (max-width: 566px) {
  .lawyers-list li {
    height: 210px;
    margin: 10px;
    width: calc(50% - 20px);
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .lawyers-list li {
    height: 250px;
    margin: 10px;
    width: calc(33.33333% - 20px);
  }
}
.lawyers-list li .full-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.lawyers-list li .lawyer-box-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(243, 80, 13, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  padding: 20px;
  position: relative;
  -webkit-transform: scale(0.8) translateZ(0);
          transform: scale(0.8) translateZ(0);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.lawyers-list li .lawyer-box-wrapper .lawyer-box {
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0.8) translateZ(0);
          transform: scale(0.8) translateZ(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.7 cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.7 cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7 cubic-bezier(0.19, 1, 0.22, 1);
}
.lawyers-list li .lawyer-box-wrapper h3 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .lawyers-list li .lawyer-box-wrapper h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 566px) {
  .lawyers-list li .lawyer-box-wrapper h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.lawyers-list li .lawyer-box-wrapper h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 1366px) {
  .lawyers-list li .lawyer-box-wrapper h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 566px) {
  .lawyers-list li .lawyer-box-wrapper h4 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.lawyers-list li .lawyer-box-wrapper span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 566px) {
  .lawyers-list li .lawyer-box-wrapper span {
    display: none;
  }
}
.lawyers-list li .lawyer-box-wrapper a {
  color: #fff;
}
.lawyers-list li .lawyer-box-wrapper .expertise-img {
  bottom: calc(100% - 30px);
  max-width: 90px;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .lawyers-list li .lawyer-box-wrapper .expertise-img {
    bottom: calc(100% - 5px);
    right: 10px;
  }
}
@media (max-width: 566px) {
  .lawyers-list li .lawyer-box-wrapper .expertise-img {
    display: none;
  }
}
.lawyers-list li:hover .lawyer-box-wrapper, .lawyers-list li:focus .lawyer-box-wrapper, .lawyers-list li:active .lawyer-box-wrapper {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.lawyers-list li:hover .lawyer-box-wrapper .lawyer-box, .lawyers-list li:focus .lawyer-box-wrapper .lawyer-box, .lawyers-list li:active .lawyer-box-wrapper .lawyer-box {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-transition: all 0.9s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.9s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.9s 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

/*--------------------------------------------------------------
## Single pages (singles CPT included)
--------------------------------------------------------------*/
.single-heading {
  position: relative;
  text-align: center;
  z-index: 0;
}

.single-post-heading {
  margin-bottom: 50px;
  padding: 15px 15px 30px;
  position: relative;
  text-align: left;
}

.single-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 566px) {
  .single-content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-content-wrapper.lawyer {
  padding-top: 90px;
}
@media (max-width: 566px) {
  .single-content-wrapper.lawyer {
    padding-top: 40px;
  }
}
.single-content-wrapper.lawyer .single-content {
  max-width: calc(100% - 475px);
  padding-left: 60px;
}
@media (max-width: 1280px) {
  .single-content-wrapper.lawyer .single-content {
    max-width: calc(100% - 400px);
  }
}
@media (max-width: 1024px) {
  .single-content-wrapper.lawyer .single-content {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 566px) {
  .single-content-wrapper.lawyer .single-content {
    max-width: 100%;
    padding-left: 0;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .single-content-wrapper.lawyer .single-content {
    max-width: calc(100% - 200px);
  }
}
.single-content-wrapper .single-content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 100%;
  width: auto;
}
@media (max-width: 1024px) {
  .single-content-wrapper .single-content {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 566px) {
  .single-content-wrapper .single-content {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .single-content-wrapper .single-content .entry-header {
    display: none;
  }
}
.single-content-wrapper .single-content p {
  margin-bottom: 20px;
}
.single-content-wrapper .single-content .owl-carousel {
  margin: 40px 0;
}
.single-content-wrapper .bio-infos {
  margin-bottom: 40px;
}
@media (max-width: 566px) {
  .single-content-wrapper .bio-infos {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
}
.single-content-wrapper .bio-infos p {
  margin-bottom: 0;
}
.single-content-wrapper .bio-infos p span {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-content-wrapper .bio-infos p span.vcard {
  margin-right: 10px;
}
.single-content-wrapper .bio-infos p span.vcard a {
  text-decoration: underline;
}
.single-content-wrapper .bio-infos p span a {
  color: #F3500D;
  font-weight: bold;
}
.single-content-wrapper .single-sidebar {
  min-width: 475px;
  position: relative;
  width: 475px;
}
@media (max-width: 1280px) {
  .single-content-wrapper .single-sidebar {
    min-width: 400px;
    width: 400px;
  }
}
@media (max-width: 1024px) {
  .single-content-wrapper .single-sidebar {
    min-width: 300px;
    width: 300px;
  }
}
@media (max-width: 566px) {
  .single-content-wrapper .single-sidebar {
    margin-bottom: 30px;
    width: 100%;
  }
  .single-content-wrapper .single-sidebar .picture-wrapper {
    text-align: center;
  }
  .single-content-wrapper .single-sidebar img {
    max-width: 200px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .single-content-wrapper .single-sidebar {
    min-width: 200px;
    margin-bottom: 30px;
    width: 200px;
  }
  .single-content-wrapper .single-sidebar .picture-wrapper {
    text-align: center;
  }
  .single-content-wrapper .single-sidebar img {
    max-width: 200px;
  }
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-content-wrapper {
  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;
}
.page-content-wrapper .page-content {
  width: 48.33333%;
}
@media (max-width: 566px) {
  .page-content-wrapper .page-content {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
  }
}
.page-content-wrapper .page-content.full {
  width: 100%;
}
.page-content-wrapper .page-entry h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.6em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 566px) {
  .page-content-wrapper .page-entry h2 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.page-content-wrapper .page-entry p {
  margin-bottom: 20px;
  text-align: justify;
}
.page-content-wrapper .page-entry li::before {
  content: "—";
  margin-right: 5px;
}
.page-content-wrapper .page-sidebar {
  width: 38.75%;
}
@media (max-width: 566px) {
  .page-content-wrapper .page-sidebar {
    display: none;
  }
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact template
--------------------------------------------------------------*/
.page-entry .contact-infos {
  margin-bottom: 80px;
}
@media (max-width: 566px) {
  .page-entry .contact-infos {
    margin-bottom: 50px;
  }
}
.page-entry .contact-infos h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 566px) {
  .page-entry .contact-infos h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-entry .contact-infos p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media (max-width: 566px) {
  .page-entry .contact-infos p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.page-entry .contact-ways h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 566px) {
  .page-entry .contact-ways h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-entry .contact-ways ul {
  margin-bottom: 60px;
}
@media (max-width: 566px) {
  .page-entry .contact-ways ul {
    margin-bottom: 30px;
  }
}
.page-entry .contact-ways ul.subway li::before {
  display: none;
}
.page-entry .contact-ways ul.subway li span {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  background: #fff;
  border-radius: 50%;
  color: #F3500D;
  display: inline-block;
  font-weight: bold;
  height: 14px;
  margin-right: 10px;
  text-align: center;
  width: 14px;
}
.page-entry .contact-ways li::before {
  margin-right: 10px;
}
.page-entry .contact-ways .contact-ways-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 566px) {
  .page-entry .contact-ways .contact-ways-flex {
    display: block;
  }
}

/*--------------------------------------------------------------
## Error 404
--------------------------------------------------------------*/
.error-404 {
  display: block;
  text-align: center;
}
@media (max-width: 566px) {
  .error-404 .midtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.error-404 .search-404 {
  margin: 50px auto;
  max-width: 600px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Wp-Admin bar
--------------------------------------------------------------*/
/*
*
* Admin Bar SASS
* Display custom code for admin bar adaptation
*
*/</pre></body></html>