/*!
Theme Name: merrickslaw
Theme URI: https://www.accelmarketingsolutions.com
Author: Elnick
Author URI: https://www.accelmarketingsolutions.com
Description: Merricks Law Group, P.A.
Version: 3.0 (2020 Version)
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: merrickslaw
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
merrickslaw 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.
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# ASM Icons
--------------------------------------------------------------*/
.asmicon {
  display: block;
  position: relative;
}
.asmicon::before {
  width: 30px;
  height: 30px;
  background-color: #b21212;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
  content: "";
  display: block;
}
.asmicon-arrow-circle-right::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/arrow-circle-right.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/arrow-circle-right.svg")
    no-repeat 50% 50%;
}
.asmicon-arrow-right::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/arrow-right.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/arrow-right.svg") no-repeat 50%
    50%;
}
.asmicon-caret-right::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/caret-right.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/caret-right.svg") no-repeat 50%
    50%;
}
.asmicon-check-circle::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/check-circle.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/check-circle.svg") no-repeat
    50% 50%;
}
.asmicon-chevron-circle-right::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/chevron-circle-right.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/chevron-circle-right.svg")
    no-repeat 50% 50%;
}
.asmicon-chevron-right::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/chevron-right.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/chevron-right.svg") no-repeat
    50% 50%;
}
.asmicon-comment::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/comment.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/comment.svg") no-repeat 50% 50%;
}
.asmicon-envelope::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/envelope.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/envelope.svg") no-repeat 50%
    50%;
}
.asmicon-facebook::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/facebook.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/facebook.svg") no-repeat 50%
    50%;
}
.asmicon-instagram::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/instagram.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/instagram.svg") no-repeat 50%
    50%;
}
.asmicon-linkedin::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/linkedin.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/linkedin.svg") no-repeat 50%
    50%;
}
.asmicon-map-marker-alt::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/map-marker-alt.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/map-marker-alt.svg") no-repeat
    50% 50%;
}
.asmicon-mobile-alt::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/mobile-alt.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/mobile-alt.svg") no-repeat 50%
    50%;
}
.asmicon-phone-alt::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/phone-alt.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/phone-alt.svg") no-repeat 50%
    50%;
}
.asmicon-phone-volume::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/phone-volume.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/phone-volume.svg") no-repeat
    50% 50%;
}
.asmicon-phone::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/phone.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/phone.svg") no-repeat 50% 50%;
}
.asmicon-play-circle::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/play-circle.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/play-circle.svg") no-repeat 50%
    50%;
}
.asmicon-quote-left::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/quote-left.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/quote-left.svg") no-repeat 50%
    50%;
}
.asmicon-quote-right::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/quote-right.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/quote-right.svg") no-repeat 50%
    50%;
}
.asmicon-search::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/search.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/search.svg") no-repeat 50% 50%;
}
.asmicon-share::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/share.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/share.svg") no-repeat 50% 50%;
}
.asmicon-twitter::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/twitter.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/twitter.svg") no-repeat 50% 50%;
}
.asmicon-user::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/user.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/user.svg") no-repeat 50% 50%;
}
.asmicon-users::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/users.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/users.svg") no-repeat 50% 50%;
}
.asmicon-video::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/video.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/video.svg") no-repeat 50% 50%;
}
.asmicon-youtube::before {
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/youtube.svg") no-repeat
    50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/youtube.svg") no-repeat 50% 50%;
}

/*--------------------------------------------------------------
# Slick Stuff
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  z-index: 10;
  color: #fafafa;
  position: relative;
  position: absolute;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: hsla(203.3, 60%, 22.4%, 0.05);
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 34px;
  line-height: 1;
  opacity: 0.75;
  color: #222;
  background-color: red;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fafafa;
  background-size: cover;
  width: 35px;
  height: 35px;
  display: block;
  background-position: center;
}
.slick-prev {
  left: 50px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "";
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/caret-right.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/caret-right.svg") no-repeat 50%
    50%;
  background-color: #fafafa;
  background-size: cover;
  width: 35px;
  height: 35px;
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir="rtl"] .slick-prev:before {
  content: "";
  background-image: url("/wp-content/themes/merrickslaw/svgs/caret-right.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-next {
  right: 50px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "";
  -webkit-mask: url("/wp-content/themes/merrickslaw/svgs/caret-right.svg")
    no-repeat 50% 50%;
  mask: url("/wp-content/themes/merrickslaw/svgs/caret-right.svg") no-repeat 50%
    50%;
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  /*! position: absolute; */
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px auto;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 30px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  font-weight: 400;
}
.slick-dots li button:before {
  transition: none !important;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.85;
  color: #1d426e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  background: #191919;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Karla";
  font-weight: 700;
  line-height: 1.25;
}

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%;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a,
a::before,
a::after,
.article-thumb::after,
input,
textarea,
.main-navigation,
.menu-primary-container ul,
.menu-primary-right-container ul,
li,
i,
button,
::before,
::after,
img,
span,
.active,
.expand-menu,
#top-phone p,
#primary article,
#secondary,
#masthead,
.widget,
.contact-form,
#practice-after-menu .sub-menu,
.bloghide,
.blogshow,
.shader,
.diag,
.contact-form-wrap,
.col-cont,
.cta-2,
#a-s-menu-bottom,
#merrickslaw-logo {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sticky-header {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadedown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes fadedown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadedown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeleft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes fadeleft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeleft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeleftbig {
  0% {
    transform: translateX(250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes fadeleftbig {
  0% {
    transform: translateX(250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeleftbig {
  0% {
    transform: translateX(250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes faderight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes faderight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes faderightbig {
  0% {
    transform: translateX(-250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes faderightbig {
  0% {
    transform: translateX(-250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes ccglow {
  0% {
    color: rgba(255, 255, 255, 0.75);
  }
  20% {
    color: rgba(255, 255, 255, 1);
  }
  40% {
    color: rgba(255, 255, 255, 0.75);
  }
  100% {
    color: rgba(255, 255, 255, 0.75);
  }
}
@keyframes ccglow {
  0% {
    color: rgba(255, 255, 255, 0.75);
  }
  20% {
    color: rgba(255, 255, 255, 1);
  }
  40% {
    color: rgba(255, 255, 255, 0.75);
  }
  100% {
    color: rgba(255, 255, 255, 0.75);
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.85);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes herozoom {
  0% {
    -webkit-transform: scale(0.45);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes herozoom {
  0% {
    transform: scale(0.45);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pagein {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes pagein {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes heroFade {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes heroFade {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes heroleft {
  0% {
    transform: translateX(-450px) skew(-33deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) skew(-33deg);
    opacity: 1;
  }
}
@keyframes heroleft {
  0% {
    transform: translateX(-450px) skew(-33deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) skew(-33deg);
    opacity: 1;
  }
}
@-webkit-keyframes heroright {
  0% {
    transform: translateX(450px) skew(-33deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) skew(-33deg);
    opacity: 1;
  }
}
@keyframes heroright {
  0% {
    transform: translateX(450px) skew(-33deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) skew(-33deg);
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 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. */
}

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

/*--------------------------------------------------------------
# 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;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
#searchsubmit,
.opensearch,
.openmenu {
  border: none;
  font-size: 12px;
  font-size: 1em;
  box-shadow: none;
  background: transparent;
}
.opensearch {
  -webkit-align-self: center;
  align-self: center;
}
.sticky-header .opensearch {
  padding-left: 7px;
}
.opensearch a {
  font-size: 1.7em;
  color: #fff;
  text-decoration: none;
}
.openmenu {
  font-size: 1.5em;
  display: none;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.15);
  padding: 0 10px;
  border-radius: 5px;
}
.openmenu::before {
  content: "MENU";
  font-family: "Karla", sans-serif;
  margin-right: 10px;
}
.search-modal,
.menu-modal,
.rev-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.search-modal-content,
.menu-modal-content,
.rev-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 35%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animateright;
  -webkit-animation-duration: 0.4s;
  animation-name: animateright;
  animation-duration: 0.4s;
}
.search-modal-content {
}
.menu-modal-content {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80vw;
}
.rev-modal-content {
  position: absolute;
  left: 20%;
  top: 10%;
  width: 60vw;
}
@media screen and (max-width: 800px) {
  .search-modal-content {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80vw;
  }
  #searchsubmit {
    padding: 0 0 0 10px;
  }
}
.vid-modal-content {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 80vw;
  background-color: #cccbca;
}
.search-close,
.menu-close,
.rev-close {
  color: #1c3763;
  float: right;
  font-size: 40px;
  margin-top: 10px;
  line-height: 0.4;
  font-weight: bold;
}
.search-close:hover,
.search-close:focus,
.menu-close:hover,
.menu-close:focus,
.rev-close:hover,
.rev-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.menu-search-form {
  position: relative;
}
.phonensoc .menu-search-form input[type="text"] {
  width: 100%;
  padding-right: 32px;
}
.phonensoc #searchsubmit {
  position: absolute;
  right: 5px;
  top: 7px;
  padding: 3px;
}
.search-modal .menu-search-form p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.search-modal-header,
.menu-modal-header,
.rev-modal-header {
  padding: 0px 16px;
  color: white;
}
.search-modal-body,
.menu-modal-body,
.rev-modal-body {
  padding: 2px 16px;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  color: #1c3763;
}
.menu-modal-footer {
  margin-bottom: 35px;
}
#menu-mobile {
  list-style-type: none;
  margin: 5% 0 0;
  padding: 0;
}
#menu-mobile a {
  font-variant: small-caps;
  margin: 0;
  line-height: 1.1;
  font-size: 20px;
}
#menu-mobile li {
  list-style-type: none;
  width: 95%;
  margin: 0;
  line-height: 1.6;
  margin-left: 1.5%;
  padding: 5px 0;
}
#menu-mobile li ul li {
  list-style-type: none;
}
#menu-mobile li ul li ul li {
  list-style-type: none;
}
#menu-mobile .sub-menu {
  margin-left: 0 !important;
  padding-left: 5% !important;
}
.mobile-title {
  line-height: 3;
}
.no-border,
.mobile-title {
  border-bottom: 0px !important;
}
.no-border a:first-of-type,
.mobile-title a:first-of-type {
  text-decoration: underline;
}
.no-border ul li a {
  text-decoration: none !important;
}
.mobile-title a {
  font-size: 26px !important;
}
.mobile-title ul a {
  font-size: 21px !important;
}
.main-navigation #mobile-menu .sub-menu .dropdown-menu > .sub-menu {
  display: none;
}
.main-navigation .sub-menu .dropdown-menu:target > .sub-menu {
  display: block;
}
#mobile-menu .sub-menu > li > .flex-row {
  -webkit-align-items: center;
  align-items: center;
}

/*--------------------------------------------------------------
## Review Modal
--------------------------------------------------------------*/
#review-us {
  text-align: center;
}
.rev-modal-body > h3 img {
  display: block;
  margin: 0 auto;
}
#openrev:before {
  font-size: 24px;
  margin-right: 10px;
}
.rev-modal-content {
  position: absolute;
  left: 20%;
  top: 10%;
  width: 60vw;
  background: #fff;
}
#rev-box-start,
#rev-box-opt,
#rev-box-form,
.rev-choice i {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
#rev-box-opt,
#rev-box-form {
  display: none;
}
.rev-box-choices {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.rev-choice i:before {
  font-size: 100px;
  margin-bottom: 15px;
}
.rev-choice {
  margin: 0 15px 15px;
  border: 4px solid;
  border-radius: 7px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: rgba(0, 0, 0, 0.1);
}
.rev-choice:hover,
.rev-choice:focus,
#openrev:focus,
#openrev:hover {
  cursor: pointer;
  text-decoration: none;
}
#rev-yes:hover {
  background: rgba(63, 170, 68, 0.5);
}
#rev-no:hover {
  background: rgba(175, 19, 19, 0.5);
}
.rev-modal h3 {
  text-align: center;
  margin: 0;
}
.rev-form {
  width: 80%;
  max-width: 800px;
}
.rev-form input {
  max-height: 40px;
  font-size: 20px;
  width: 100%;
}
.rev-form textarea,
.rev-form input:last-of-type {
  font-size: 20px;
}
.rev-form p {
  margin: 0.5em auto;
}
@media (max-width: 1050px) {
  .rev-modal-content {
    width: 96%;
    left: 2%;
  }
  .review-flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #rev-more div {
    width: 45%;
  }
}
.review-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.review-flex {
  margin: 0 auto 25px auto;
  max-width: 90%;
}
.review-logo img {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 95%;
  border: 2px solid #1c3763;
}
.review-logo img:hover {
  background: rgba(0, 0, 0, 0.26);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0475b5;
}

a:visited {
  color: #0475b5;
}

a:hover,
a:focus,
a:active {
  color: #1d176d;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  margin: 0 auto;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#primary-menu {
  position: relative;
}
.menu-primary-container,
.menu-primary-right-container {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.menu-primary-container > ul > li > a,
.menu-primary-right-container > ul > li > a {
  padding: 20px 15px;
}
.menu-primary-container li,
.menu-primary-right-container li {
  position: relative;
}
.menu-primary-container a,
.menu-primary-right-container a {
  font-size: 16px;
  color: #fafafa;
}
.menu-primary-container a:hover,
.menu-primary-container .sub-menu a:hover,
.menu-primary-right-container a:hover,
.menu-primary-right-container .sub-menu a:hover,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  background: rgba(255, 255, 255, 0.1);
}
.menu-primary-container .sub-menu,
.menu-primary-right-container .sub-menu {
  position: absolute;
  top: 85%;
  left: 0;
  width: 280px;
  background: rgba(17, 70, 108, 0.95);
  background: #191919;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}
.main-navigation .sub-menu li,
.menu-primary-right-container .sub-menu li {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #999;
}
.menu-primary-container .sub-menu a,
.menu-primary-right-container .sub-menu a {
  width: 100%;
  padding: 10px;
  height: 100%;
  display: block;
  font-size: 17px;
  line-height: 1;
}
.menu-primary-container li:hover > .sub-menu,
.menu-primary-right-container li:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.menu-primary-container .sub-menu .sub-menu,
.menu-primary-right-container .sub-menu .sub-menu {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.menu-primary-container .sub-menu > li .sub-menu,
.menu-primary-right-container .sub-menu > li .sub-menu {
  left: calc(100% + 10px);
  top: 0;
  width: 280px;
}
.menu-primary-container .sub-menu > li:first-of-type > a,
.menu-primary-right-container .sub-menu > li:first-of-type > a {
  border-top: none;
  border-left: none !important;
}
.menu-primary-container .sub-menu > li:hover .sub-menu,
.menu-primary-right-container .sub-menu > li:hover .sub-menu {
  left: 100%;
}
.menu-primary-container .sub-menu .sub-menu > li,
.menu-primary-right-container .sub-menu .sub-menu > li {
  -webkit-flex: auto !important;
  flex: auto !important;
}
.menu-primary-container .sub-menu > li:last-of-type,
.menu-primary-right-container .sub-menu > li:last-of-type {
  border-bottom: none;
  border-right: none;
}
.menu-primary-container .sub-menu .menu-item-has-children::after,
.menu-primary-right-container .sub-menu .menu-item-has-children::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: RGBa(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# 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%;
}

/************************************** ICONS!! *****************************************/

/*************************************** HIDE!! *****************************************/
.category-blogs .entry-meta,
.single-post .post-navigation,
.home .entry-header,
.cat-links,
.entry-meta,
.home #secondary,
body.page .page .entry-title,
.single-post article .entry-title,
.archive .page-title,
.archive .top-entry-title span,
.type-post .entry-text > h1:nth-of-type(2),
.page-id-1321 #secondary,
#practice-after-menu .menu-item-1557,
.blog-img.alignright,
.page-id-6 .home-intro-wrap.dos {
  display: none !important;
}

.post-excerpt-wrap .entry-header,
.search article .entry-header {
  display: block !important;
}

/************************************** GLOBALS *******************************************/
.main-flex-wrap {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.home .main-flex-wrap {
  background: transparent;
}
.flex-col,
.flex-row {
  display: -webkit-flex;
  display: flex;
}
.flex-col {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.s-a {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.s-b {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j-c {
  -webkit-justify-content: center;
  justify-content: center;
}
.a-c {
  -webkit-align-items: center;
  align-items: center;
}
.f-w {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pseudos {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.menu-mobile-container,
#menu-item-12345 > ul,
.mobile-h {
  display: none;
}
.archive #primary article,
.search #primary article,
.entry-text img {
  box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.9);
}
.archive #primary article:hover,
.search #primary article:hover {
  box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.9);
}
::placeholder {
  color: #999;
  opacity: 0.85;
}

/*--------------------------------------------------------------
# LL YT
--------------------------------------------------------------*/
.col-cont {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  position: relative;
}
.home-youtube-container {
  cursor: pointer;
  position: relative;
}
.home-youtube-container img {
  max-height: 360px;
  max-width: 640px;
  width: 100%;
}
.home-youtube-container i {
  color: #fff;
  font-size: 72px;
  left: 50%;
  margin: -33px 0 0 -31px;
  position: absolute;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  top: 50%;
}
.embed-responsive {
  height: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.featuredVideoPlayButton {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: rgba(255, 36, 0, 0.7);
}
.vid-box .featuredVideoPlayButton,
#secondary .featuredVideoPlayButton {
  font-size: 60px;
}
.entry-text > .widget {
  box-shadow: none;
  border: none;
  padding: 0;
}
.shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shader:hover {
  background: rgba(255, 255, 255, 0.1);
}

.page-id-1668 .vid-page {
  width: 100%;
  margin: 0 auto 50px;
}
.page-id-1668 #secondary {
  display: none;
}
.page-id-1668 .vid-page > h3 {
  display: none;
}
.page-id-1668 .featuredVideoPlayButton {
  font-size: 45px;
}
.page-id-1668 .top-page-sec-title {
  text-align: center;
}
.page-id-1668 .vid-menu a {
  text-decoration: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
}
.page-id-1668 .vid-menu a:hover {
  background: rgba(0, 0, 0, 0.17);
}
.vid-page-wrap {
  margin: 0 auto;
}
.page-id-1668 #primary {
  max-width: 1600px;
  margin: 0 auto;
}

/************** HEADER **************/

.menu-mobile-container,
#menu-item-12345 > ul,
.mobile-h {
  display: none;
}
.phonensoc > div {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#top-social {
  margin: 0 auto 0 0;
  width: auto;
}
#top-social a:hover i {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#top-social i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 5px 5px -3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 5px 5px -3px rgba(0, 0, 0, 0.7);
}

.fa-facebook-square {
  color: rgba(59, 89, 152, 0.9);
}
.fa-twitter-square {
  color: rgba(0, 132, 180, 0.8);
}
.fa-linkedin-square {
  color: rgba(14, 118, 168, 0.8);
}
.fa-google-plus-square {
  color: rgba(211, 72, 54, 0.8);
}
.fa-facebook {
  background: rgba(59, 89, 152, 0.9);
}
.fa-twitter {
  background: rgba(0, 132, 180, 0.8);
}
.fa-linkedin {
  background: rgba(14, 118, 168, 0.8);
}
.fa-google-plus {
  background: rgba(211, 72, 54, 0.8);
}

.phonensoc {
  margin: 0 auto;
  width: 100%;
}
#top-phone {
  text-align: right;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: auto;
  width: 350px;
}
#top-bar {
  padding: 0 30px;
}
#masthead {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #1e1e1e;
}
#merrickslaw-logo {
  margin: 0 auto 0 0;
  width: 350px;
}
#merrickslaw-logo a,
#merrickslaw-logo img {
  display: block;
}

/*************************** BODY ***************************/
#page::before {
  background-repeat: repeat;
  opacity: 0.15;
  z-index: -4;
  position: fixed;
}
#page::after {
  background: rgba(255, 255, 255, 0.9);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 23%,
    rgba(255, 255, 255, 0.3) 77%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 23%,
    rgba(255, 255, 255, 0.3) 77%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 23%,
    rgba(255, 255, 255, 0.3) 77%,
    rgba(255, 255, 255, 0.5) 100%
  );
  z-index: -3;
  position: fixed;
}
#main-bg {
  width: 100%;
  height: 450px;
  position: relative;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6);
}
#primary {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 20px;
  opacity: 0;
  -webkit-animation: 1s 0.4s fadeup forwards;
  animation: 1s 0.4s fadeup forwards;
}
.home #primary {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  animation: none;
}
#secondary {
  width: 100%;
  min-width: 500px;
  margin: 0 auto;
  padding: 50px 0;
  z-index: 0;
}
.home #primary {
  padding: 0;
}
.home .hentry {
  margin: 0;
}

/*************************** SIDEBAR ************************/
.expand-menu {
  content: ">";
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  -webkit-align-self: center;
  align-self: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.expand-menu:hover {
}
#secondary ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
#secondary .menu-practice-sidebar-container > ul {
  padding-left: 0;
}
#secondary .menu-practice-sidebar-container > ul > li {
  margin-top: 15px;
}
#secondary .menu-practice-sidebar-container > ul > li:first-of-type {
  margin-top: 0;
}

#secondary ul li {
  margin: 15px 0 0;
  position: relative;
}
#sidebar-img img {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.4);
}
#secondary ul li::after {
  z-index: -1;
}
#secondary .sub-menu .sub-menu > li {
  margin: 0;
  border: none;
}
#featured-vid iframe {
  width: 450px;
  height: 244px;
}
.home #featured-vid iframe {
  width: 550px;
  height: 290px;
  -webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.8);
}
#secondary #featured-vid {
  padding: 0;
}

/************** FOOTER **************/

.contact-form input,
.contact-form textarea,
.contact-form select {
  font-size: 20px;
  width: 100%;
  padding: 1.5%;
  padding: 1.5%;
  -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.8);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
}
.contact-form {
  margin: 0 auto;
  position: relative;
}
.contact-form li {
  position: relative;
  padding: 0 !important;
}
.contact-form label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form h3 {
  text-align: center;
  font-variant: small-caps;
  margin: 0 auto 0.5em;
  width: 100%;
}
.contact-form p {
  margin: 0 0 10px;
}
.contact-box {
  padding: 0;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-box::before {
  z-index: -2;
  background-position: center center;
}
#colophon .contact-box h3 {
  margin: 0 auto;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px single rgba(22, 22, 22, 0.9);
  font-weight: 500;
  font-variant: none;
  color: #fafafa;
}
.contact-box h3 span {
  font-weight: 400;
}
.contact-form .flex-col {
  width: 36.5%;
}
.contact-form .flex-row > p {
  width: 63%;
  padding: 0 3% 0 0;
}
.contact-form .submit-flex > p {
  margin: 0 auto;
  width: 100%;
}
.contact-form .flex-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-form textarea {
  height: 100%;
  max-height: 280px;
  font-size: 16px;
  border-radius: 7px;
  padding: 12px 20px;
}
.contact-form input {
  height: 70px;
  border-radius: 7px;
  font-size: 16px;
  padding: 0 20px;
}
.contact-form input[type="submit"] {
  height: auto;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  border: none;
  max-width: 180px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
}
.contact-form input[type="submit"]:hover,
.contact-form input:focus,
.contact-form textarea:focus {
  color: #fafafa;
  opacity: 1;
}
.ajax-loader {
  position: absolute;
}

.contact-loc,
.contact-map {
  font-size: 30px;
}
.contact-loc a i {
  font-size: 36px;
  padding-top: 5px;
}
.contact-map-wrap {
  width: 100%;
  padding: 25px 10px;
}
.contact-map {
  background-position: center center;
  box-shadow: none;
  background: none;
  padding: 0 0 15px 40px;
  margin-left: 40px;
  border-left: 7px double #acacac;
}
.contact-map::before {
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
}
.contact-map:hover::before {
  opacity: 1;
}

.site-info {
  position: relative;
  text-align: center;
}
.site-info p {
  margin: 0;
  padding: 30px 20px 10px;
  font-size: 12px;
  color: #191919;
  width: 100%;
}
.site-info p a {
  color: #666;
}
.site-info p a:hover {
  color: #fff;
}
.contact-loc .foot-addy {
  margin: 10px 0 15px;
}

.contact-loc {
  font-size: 23px;
  min-width: 260px;
  margin: 0 auto;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-loc > div {
  position: relative;
  /*    border: 2px solid #20527b; */
  padding: 0;
  text-align: left;
  margin-bottom: 5px;
}
.contact-loc > div:last-of-type {
  margin: 0 auto 0 0;
}
.contact-loc p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #fafafa;
}

.contact-box {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 30px;
}
#contact-map {
  position: relative;
  height: 250px;
  width: 100%;
}
#contact-map > a:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
#contact-map > a:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  padding: 7px;
  background: rgba(44, 44, 44, 0.85);
  text-decoration: none;
  color: #eee;
  font-size: 20px;
  z-index: 2;
}

.contact-loc p a {
  text-decoration: none;
  color: #fafafa;
}
.contact-loc .foot-soc p a {
  display: inline-block;
}

/************** TEXT ***************/

#top-phone p {
  margin: 0;
  font-size: 24px;
  line-height: 1;
}
#top-phone p a {
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.17);
  color: #fafafa;
  text-shadow: none;
  padding: 0;
  text-transform: uppercase;
}
#top-phone p a > span:last-of-type {
  background: #306dae;
  padding: 12px 15px;
  margin-left: 10px;
  letter-spacing: 1px;
  font-size: 20px;
}
.phonensoc p {
  margin: 0;
}
#top-social a {
  text-decoration: none;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0;
  color: #222;
  margin: 0 3px;
}
.entry-content p,
.entry-content ul,
.entry-content ol {
  font-size: 17px;
  margin: 0 0 15px;
}

#secondary ul a {
  align-self: center;
  text-decoration: none;
  padding: 10px 2px 10px 12px;
  display: block;
  font-size: 18px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  text-transform: uppercase;
  color: #fafafa;
  position: relative;
  text-align: center;
  font-weight: 500;
}
#secondary .sub-menu a {
  position: relative;
}
#secondary ul ul a {
  font-size: 18px;
}
#secondary ul a::before {
  background: rgb(222, 222, 222);
  z-index: -1;
  opacity: 0;
}
#secondary ul li a:hover,
#secondary .current_page_item > a,
#secondary .current_page_item .flex-row > a,
#secondary .current_page_ancestor > .flex-row > a {
  background: rgba(255, 255, 255, 0.15);
}
#secondary .sub-menu li a:hover,
#secondary .sub-menu .current_page_item > a,
#secondary .sub-menu .current_page_item .flex-row > a,
#secondary .sub-menu .current_page_ancestor .flex-row > a {
}
#secondary ul a:hover::before,
#secondary .sub-menu .current_page_item > a::before,
#secondary .sub-menu .current_page_item .flex-row > a::before,
#secondary .current_page_ancestor > .flex-row > a::before {
  opacity: 1;
}
#secondary .widget-title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 0 0 5px;
}
#secondary #featured-vid .widget-title,
.home #featured-vid .widget-title {
  padding: 5px 10px;
  font-size: 36px;
  padding: 10px;
  text-transform: uppercase;
  margin: 0;
  color: rgba(33, 33, 33, 0.9);
  display: none;
}

.blog-footer-content {
  margin: 0;
  padding: 0 20px;
  font-size: 15px;
  text-align: left;
}
.blog-footer-content a {
  text-align: center;
  display: block;
  width: auto;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fafafa;
  padding: 4px;
  font-weight: 400;
  width: 200px;
  margin: 30px auto 0;
}
.blog-footer-content a:hover {
  background: rgba(0, 0, 0, 0.57);
}
.blogs-n-news h4 {
  text-align: center;
  font-size: 36px;
  padding: 0 50px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.blogs-n-news h4 a {
  text-decoration: none;
}

/************************************* TESTIMONIALS *****************************************/
#test-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.test-page {
  margin-bottom: 30px;
  padding: 10px 0 20px;
  margin: 0 auto;
  max-width: 670px;
}
.test-page > p {
  margin: 0;
}
.home .test-page p {
  font-size: 17px;
  line-height: 1.25;
  margin: 0;
  padding: 0 60px !important;
}
.test-more a,
.test-more i {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  background: rgba(255, 255, 255, 0.85);
  margin: 0;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  height: 50px;
  font-size: 15px;
  background: transparent;
  color: #fafafa;
  font-family: "Karla";
  padding: 0;
  border-radius: 0;
  font-weight: 400;
  border-top: 2px solid #999;
}
.test-more i::before {
  color: #fafafa;
}
.test-more a:hover,
.test-more i:hover {
  background: rgba(255, 255, 255, 0.4);
}
.home #test-wrap h3 {
  text-transform: none;
  font-weight: 300;
  padding: 0;
  color: #dfdfdf;
  font-size: 24px;
  text-align: center;
  padding: 20px 0 10px;
  margin-bottom: 0;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.home .test-page p.text-author {
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

/*
.test-content span {
  display: block;
  text-align: right;
  width: 100%;
}
.test-content span em {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
} */

/********************** BLOG **********************/
.archive #primary article,
.search #primary article {
  display: -webkit-flex;
  display: flex;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  padding: 0 0 20px;
  width: 48%;
  margin: 0 1% 1.5em;
  padding: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border: 2px solid rgba(0, 0, 0, 0.9);
  padding: 0 0 20px;
}
.search #primary article {
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 3%;
  width: 98%;
}
.archive #primary article .post-excerpt-thumb {
  width: 100%; /*! display: none; */
  height: 200px;
  max-height: 200px;
  overflow: hidden;
}
.archive #primary article .post-excerpt-thumb img {
  -webkit-box-shadow: 0 5px 15px -5px #000;
  box-shadow: 0 5px 15px -5px #000;
  opacity: 0.9;
}
.archive #primary article .post-excerpt-thumb img:hover {
  opacity: 1;
}
.archive #primary article .post-excerpt-thumb a {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
  display: -webkit-flex;
  display: flex;
}
.archive #primary article .post-excerpt-wrap {
  width: 100%;
  padding: 0 3%;
}
.archive h1 {
  text-align: center;
}
.archive #primary article .post-excerpt-wrap h2 {
  font-size: 34px;
  padding: 10px 20px;
}
.archive #primary article .post-excerpt-wrap p {
  margin: 0 0 10px;
}
.post-excerpt-thumb a {
  display: -webkit-flex;
  display: flex;
}
.single-post .entry-content .blog-img img {
  -webkit-box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.8);
  border-radius: 12px;
}

.read-more,
.nav-previous a,
.nav-next a {
  display: block;
  text-align: left;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.archive #main {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.archive .page-header,
.archive .navigation.posts-navigation {
  width: 100%;
}
.archive #primary .entry-title a {
  text-align: center;
  text-decoration: none;
  display: block;
}
.archive .post-excerpt-wrap .entry-summary {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
}

.blogs-n-news {
  background: #e5e5e5;
}
.recent-blogs-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.recent-blogs-wrap ul li {
  margin: 0 auto 30px;
  width: 90%;
  background: #fff;
  overflow: hidden;
  -webkit-order: 1;
  order: 1;
  display: block;
  text-align: center;
  position: relative;
  box-shadow: 0 3px 9px -2px rgba(0, 0, 0, 0.5);
}
.blog-footer-title {
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 20px 5px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.footer-blog-thumb {
  width: 100%;
  height: 180px;
  display: block;
  text-decoration: none;
  margin: 0;
  background-size: cover;
  background-position: center center;
}

.blog-footer-content a.read-more {
  position: relative;
  color: #191919;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  width: 250px;
  font-weight: 600;
  margin-top: 20px;
}
.blog-footer-content a.read-more::after {
  background-image: url("/wp-content/uploads/2021/04/arrow-red.svg");
  height: 70px;
  width: 70px;
}

.curves-break,
#main-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.home .curves-break {
  background: transparent;
}
.blogs-n-news {
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 auto;
}
.home .blogs-n-news {
  padding: 0;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.recent-news-wrap ul {
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.recent-news-wrap ul > li {
  width: 46%;
  margin: 7px auto;
  position: relative;
  background: rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.7);
}
.recent-news-wrap ul > li:last-of-type {
  background: rgba(30, 50, 70, 0.21);
}
.recent-news-wrap {
  width: 96%;
  max-width: 1500px;
  background: rgba(255, 255, 255, 0.85);
  border: 7px double rgba(0, 0, 0, 0.9);
  padding: 20px;
  -webkit-box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.9),
    inset 0 0 60px rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.9),
    inset 0 0 60px rgba(255, 255, 255, 0.88);
  margin: 0 auto 30px;
}
.recent-news-wrap ul > li:hover {
  background: rgba(0, 0, 0, 0.17);
}
.recent-news-wrap a {
  display: block;
  padding: 15px 5px 15px 55px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}

.epyt-gallery iframe,
.epyt-gallery .epyt-gallery-img {
  -webkit-box-shadow: 5px 5px 10px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 5px 5px 10px -7px rgba(0, 0, 0, 0.8);
}
.epyt-gallery-title {
  font-size: 22px !important;
  padding-bottom: 20px !important;
}

.type-post .entry-text h2,
.type-post .entry-text h3,
.entry-content h3 {
  clear: none;
}
.archive .entry-summary .read-more {
  text-align: center;
  width: 210px;
  margin: 10px auto 0;
  padding: 10px;
}

.bloghide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.bloghide a {
  color: #fafafa;
  font-size: 26px;
  text-align: left;
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  height: 100%;
  align-items: flex-start;
  padding-top: 30px;
  pointer-events: none;
}
.bloghide i {
  display: block;
  color: #fafafa;
  text-align: right;
  padding: 20px;
  font-size: 36px;
  pointer-events: none;
}
.blogshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.blogshow .blog-footer-title {
  text-align: left;
  font-size: 24px;
  color: #333;
  padding: 10px 20px;
}
.recent-blogs-wrap ul li:hover .bloghide {
  opacity: 0;
}
.recent-blogs-wrap ul li:hover .blogshow {
  opacity: 1;
  height: 100%;
}

/************* ETC ****************/

.menu-phone a span {
  display: block;
  text-align: center;
  padding: 13px 20px;
  font-size: 20px;
}
#primary-menu-right {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.menu-primary-right-container > ul > .menu-phone > a,
header.sticky .menu-primary-right-container > ul > .menu-phone > a {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 1;
}
.menu-primary-right-container > ul > .menu-phone > a:hover {
  background: transparent;
}
.menu-primary-right-container > ul > .menu-phone > a:hover span {
  background: #528fcf;
}
#merrickslaw-logo {
  max-width: 320px;
  margin: 0 20px;
}

.home-success-wrap {
  overflow: hidden;
}
.success-wrap-outer {
  width: calc(100% - 400px);
  position: relative;
}
#success-wrap,
#side-success-wrap {
  z-index: 3;
}
.home .success-wrap-outer::before {
  content: "";
  width: 100px;
  background: #f5f5f5;
  top: 0;
  position: absolute;
  z-index: 2;
}
.home .success-wrap-outer::after {
  content: "";
  width: 50px;
  height: 100%;
  z-index: 4;
  right: 0;
  top: 0;
  background: #f5f5f5;
  position: absolute;
}
.home-success-wrap > h3 {
  width: 400px;
  text-align: center;
  color: #fafafa;
  font-size: 28px;
  margin: 0 !important;
  padding-right: 50px;
  min-width: 400px;
}

.home .case-details {
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #222;
  padding: 0 5px;
}
.home .case-amount {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #1d426e;
  margin: 0 0 5px;
}
.case-wrap {
  padding: 30px;
  position: relative;
}
.case-wrap::after {
  height: 50px;
  width: 2px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  display: block;
}
.home-intro-vid {
  width: 96%;
  margin: 0 auto;
}
#hero-plax {
  height: 85vh;
  max-height: 850px;
  position: relative;
  background-size: cover;
  background-position: top center;
}
#hero-overlay {
  height: 100%;
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-animation: 2s fadein forwards;
  animation: 2s fadein forwards;
}

#hero-details {
  margin: 0 auto;
}
.cta-1 {
  margin: 0;
  color: #fafafa;
  font-size: 26px;
  line-height: 1;
  word-break: break-all;
}

.cta-2 {
  margin: 0;
  font-size: 60px;
  max-width: 765px;
  line-height: 1;
  color: #fafafa;
  padding: 20px 0;
}
.cta-3 {
  margin: 0;
}
.cta-3 a,
a.read-more,
.nav-previous a,
.nav-next a {
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  color: #fafafa;
  font-size: 20px;
}
.att a.read-more,
.dos a.read-more {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
} /*
.cta-3 a:hover, a.read-more:hover, .nav-previous a:hover, .nav-next a:hover {
  background: #528fcf;
}*/

.post-navigation,
.posts-navigation {
  width: 100%;
}

.nav-previous a,
.nav-next a {
  color: #111;
  padding: 0 10px;
}

.home-intro-wrap {
  height: auto;
  position: relative;
}
.home-practice-wrap,
.home-vid-wrap-outer {
  position: relative;
}
/*
.home-intro-wrap::before, .home-intro-wrap::after, #cta::before, .home-vid-wrap-outer::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	z-index: 5;
	width: 100%;
	box-shadow: inset 0 7px 15px -7px rgba(0,0,0,.6);
	pointer-events: none;
} */
.home-intro-wrap::before {
  right: 0;
}
.home-intro-wrap::after {
  left: 0;
}
.home-intro-text {
  position: relative;
  z-index: 3;
  color: #fafafa;
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}
.uno .home-intro-text,
.tres .home-intro-text,
.slip .home-intro-text {
  margin: 0 auto;
  color: #222;
}
.dos .home-intro-text {
  margin: 0 auto;
}

.home-intro-wrap.uno {
  background-size: cover;
  background-position: center;
  background: #e5e5e5;
  box-shadow: inset 0 20px 10px -10px rgba(0, 0, 0, 0.22),
    inset 0 -15px 10px -10px rgba(0, 0, 0, 0.22);
  padding-bottom: 20px;
}
.home-intro-wrap.dos {
  background-position: center;
}
.home h2,
.home h3 {
  margin-top: 0;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}

.home h2,
.tres h3,
.slip h3 {
  font-size: 36px;
  line-height: 1;
}
.home-intro-pic {
  background-size: cover;
  background-position: top center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}
.home-intro-pic::after {
  position: absolute;
  content: "";
  width: 300px;
  background: #f5f5f5;
}

.home-intro-text {
  max-width: 800px;
  padding: 30px 20px;
}
.tres .home-intro-text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.cuat .home-intro-text {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  text-align: left;
  color: #666;
}

.tres .home-intro-pic {
  -webkit-align-self: center;
  align-self: center;
  margin: 0 0 0 auto;
}
.tres .home-intro-pic::after {
  display: none;
}

.cuat {
  background-size: cover;
  background-position: center;
}

.foot-accel a,
.foot-accel img {
  display: block;
  margin: 0 auto;
}
.foot-accel img {
  max-height: 50px;
}
.foot-accel {
  text-align: center;
  color: #fafafa;
}
#foot-social a {
  text-decoration: none;
  background: transparent;
  margin: 0 10px;
}
#foot-social i {
  background: transparent;
  color: #fafafa;
  font-size: 30px;
}
.contact-middle p {
  margin: 0;
}
.contact-phones p,
.contact-phones a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #fafafa;
  font-size: 20px;
}
.contact-phones i {
  font-size: 30px;
  margin-right: 10px;
}
.contact-phones > div {
  margin: 0 15px;
}
.foot-consultation {
  margin: 20px 0;
}
.home-vid-gallery {
  width: 96%;
  max-width: 1400px;
  position: relative;
  z-index: 4;
  margin: 0 auto;
}
.home-vid-wrap {
  padding: 30px 20px;
}
.home .slick-prev {
  left: 0;
  bottom: auto;
  top: 50%;
  border-right: 2px solid #999;
}
.home .slick-next {
  bottom: auto;
  right: 0;
  left: auto;
  top: 50%;
  border-left: 2px solid #999;
}
.home .slick-dots {
  padding-top: 20px;
}
.home .slick-dots button::before,
.home .slick-next::before,
.home .slick-prev::before {
  color: #fafafa !important;
}
.video-container {
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.6);
  min-height: 100%;
  height: auto;
}
.video-container img {
  display: block;
}
.home .home-vid-wrap .slick-list {
  padding-bottom: 10px;
}

/************** PAGE SPECIFIC *************/
.featured-img {
  width: 100%;
  height: 270px;
  max-width: 750px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
.contact-form-wrap {
  margin: 0 auto 30px;
  padding: 50px 20px;
  position: relative;
  z-index: 3;
}
.contact-form .gform_wrapper .gform_footer {
  padding: 0 0 10px;
}
.contact-form > h3 {
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 30px;
  font-size: 19px;
  border-bottom: 2px dotted;
  padding-bottom: 20px;
}
.contact-form > h3 span {
  display: block;
  font-size: 32px;
}
.contact-form input,
.contact-form textarea {
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border: 2px solid #999;
  padding: 0 20px !important;
  color: #444;
}
.contact-form input {
  border-bottom: none;
}
.contact-form textarea {
  max-height: 280px;
  padding-top: 20px !important;
}
.gform_wrapper .ginput_container span:not(.ginput_price),
body .gform_wrapper ul li.gfield,
body .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
.ginput_container.ginput_container_textarea {
  position: relative;
  margin-bottom: 30px;
}
.contact-form #gform_submit_button_1 {
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 20px !important;
  color: #444;
}

.blog .read-more {
  width: 190px;
  text-align: center;
  color: #fafafa;
  text-decoration: none;
  margin-top: 25px;
  padding: 7px 0;
}
.blog .post-excerpt-thumb a {
  width: 300px;
  display: block;
  height: 100%;
  background-size: cover;
}
.blog #primary article {
  background: #fafafa;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.5);
  padding: 0 20px 0 0;
  display: -webkit-flex;
  display: flex;
}
.blog .entry-title a {
  text-decoration: none;
}
.blog .post-excerpt-thumb {
  margin-right: 30px;
}

.page-id-6 .post-content-menu,
.page-id-6 .blogs-n-news,
.page-id-6 #secondary #nav_menu-2,
.page-id-6 #secondary .success-wrap-outer {
  display: none;
}

.g-recaptcha > div {
  display: block;
  margin: 0 auto;
}

.home .home-intro-vid {
  width: 550px;
}
.top-page-title {
  margin: 0 auto 0 0;
  color: #fafafa;
  max-width: 650px;
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  width: auto;
}
.top-title-wrap {
  height: 100%;
}

.page-id-1667 .entry-content .case-wrap {
  background: rgba(48, 109, 174, 0.15);
  margin-bottom: 30px;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.7);
}
.page-id-1667 .case-wrap::after {
  display: none;
}
.page-id-1667 .entry-content .case-amount {
  font-weight: 700;
  font-size: 36px;
  color: #1d426e;
  margin: 0;
}
.page-id-1667 .entry-content .case-details {
  font-weight: 700;
  font-size: 24px;
}

/**************** MERRICKS FLORIDA *****************/
#hero-plax,
#main-bg {
  background-image: url("/wp-content/uploads/2025/02/merricks-law-group-mobile.jpeg");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #191919;
  height: auto;
  max-height: none;
  padding: 150px 0 100px;
}
.entry-content .cta-1 {
  width: 100%;
  text-align: center;
  font-size: 44px;
  font-weight: 200;
  font-style: italic;
  margin: 0 auto;
}
.entry-content .cta-1 span {
  display: block;
  font-weight: 400;
  font-size: 48px;
}
@media (max-width: 600px) {
  #home-hero-heading {
    font-size: 32px !important;
    word-break: break-all;
  }
}

.entry-content .cta-2 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  max-width: 360px;
  margin: 20px auto;
  text-align: center;
  line-height: 1.25;
  padding: 0;
}
.entry-content .cta-4 {
  margin: 0 auto 30px;
  color: #fafafa;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  max-width: 260px;
}

.entry-content a.read-more,
.floating-read-more a,
#main-bg a.read-more {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  height: 80px;
  margin: 0 auto;
  max-width: 320px;
  letter-spacing: 2px;
  font-size: 17px;
  width: 85%;
  text-decoration: none;
  color: #fafafa;
  text-transform: uppercase;
}

a.read-more::after,
.floating-read-more a::after,
#main-bg a.read-more::after {
  content: "";
  background: url("/wp-content/uploads/2021/04/arrow-wht.svg");
  width: 40px;
  height: 40px;
  display: block;
  min-width: 40px;
  min-height: 40px;
  margin: 0 0 0 auto;
  background-size: cover;
}
.entry-content a.read-more span,
.floating-read-more a span,
#main-bg a.read-more span {
  line-height: 1.25;
  padding: 0 20px 0 0;
  letter-spacing: 1px;
}

.uno .floating-read-more a,
.blogs-n-news .floating-read-more a,
.home-vid-wrap .floating-read-more a {
  background: #418fd1;
  border-radius: 50px;
  height: 70px;
  padding-right: 0;
  width: 100%;
  font-weight: 700;
  margin-top: 20px;
  background: -webkit-linear-gradient(left, #2a3996 0%, #1175b7 100%);
  background: linear-gradient(to right, #2a3996 0%, #1175b7 100%);
}
.uno .floating-read-more a span,
.blogs-n-news .floating-read-more a span,
.home-vid-wrap .floating-read-more a span {
  padding-left: 20px;
  max-width: 220px;
  margin: 0 auto 0 0;
}
.blogs-n-news .floating-read-more a {
  background: #bb3c3c;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
} /*
.uno .floating-read-more a:hover, .home-vid-wrap .floating-read-more a:hover {
  background: #307ec0;
}
.blogs-n-news .floating-read-more a:hover {
  background: #aa2b2b;
}*/
.uno .floating-read-more a::after,
.home-vid-wrap .floating-read-more a::after {
  background-image: url("/wp-content/uploads/2021/04/arrow-blue.svg");
  min-width: 70px;
  min-height: 70px;
}
.blogs-n-news .floating-read-more a::after {
  background-image: url("/wp-content/uploads/2021/04/arrow-red.svg");
  min-width: 70px;
  min-height: 70px;
}

.entry-content .cta-3 {
  width: 100%;
  margin: 30px 0 0;
}
.cta-3 a {
  background: #b21212;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
  border-left: 5px solid #2a3996;
}
.cta-3 a.hero-phone {
  background: transparent;
  background: -webkit-linear-gradient(left, #2a3996 0%, #1175b7 100%);
  background: linear-gradient(to right, #2a3996 0%, #1175b7 100%);
  border-left: none;
}
/*.cta-3 a:hover {
  background: #c32323;
}
.cta-3 a.hero-phone:hover {
  background: rgba(255,255,255,.1);
}*/

.home-cards-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-card {
  width: 100%;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.5);
  margin: 0;
  height: 240px;
}
.home-card img {
  display: block;
  height: 100px;
}
.entry-content .home-card p {
  margin: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  padding: 20px 30px 0;
  line-height: 1.25;
}
.entry-content .home-card p span {
  display: block;
}
.home h1,
.cuat h2,
.cinc h2,
.recent-blogs-wrap > h3,
#freeconsultation > h3,
.home-vid-wrap-outer h2 {
  text-transform: uppercase;
  font-size: 36px;
  position: relative;
}
.home h1::before,
.cuat h2::before,
.cinc h2::before,
.recent-blogs-wrap > h3::before,
#freeconsultation > h3::before,
.home-vid-wrap-outer h2::before {
  content: "";
  width: 45%;
  height: 5px;
  background: #b21212;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
  display: block;
  margin-bottom: 15px;
  max-width: 150px;
}

.dos .home-intro-pic {
  -webkit-order: 1;
  order: 1;
  background: url("/wp-content/uploads/2021/04/auto-accidents.jpg");
  background-size: cover;
  background-position: center;
  height: 270px;
}
.dos .home-intro-text {
  -webkit-order: 2;
  order: 2;
  width: 100%;
  max-width: none;
  background: #191919;
  padding: 50px 0;
}
.dos .home-intro-pic a,
.att .home-intro-pic a {
  display: none;
}
.entry-content .home-practice-wrap {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dos .home-practice-wrap li {
  width: 100%;
  margin: 0;
  font-weight: 400;
}
.home-practice-wrap li a {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #dadada;
  font-size: 20px;
  padding: 7px 0;
}
.dos .home-practice-wrap li a::before {
  content: "";
  display: block;
  width: 10%;
  height: 5px;
  background: #b21212;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
  margin-right: 10px;
  opacity: 0;
}
.dos .home-practice-wrap li a:hover::before {
  opacity: 1;
}
.home .dos h2,
.dos h2 {
  font-size: 28px;
  text-align: left;
  font-weight: 200;
  color: #aaa;
  padding: 0 calc(10% + 10px);
}
.home-practice-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tres .home-intro-text h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 44px;
}
.tres .floating-read-more a {
  background: #b21212;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
  border-left: 5px solid #2a3996;
}
.tres .floating-read-more a:hover {
  background: #c32323;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
}
.att .home-intro-text {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  background: #191919;
  max-width: none;
}
.att .home-intro-text img {
  -webkit-order: -1;
  order: -1;
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
.att .home-intro-text h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  padding: 30px 20px 10px;
  font-size: 42px;
  line-height: 1;
  display: block;
  margin-top: 10px;
  max-width: 480px;
}
.att .home-intro-text h2 span {
  text-transform: none;
  font-style: normal;
  color: #999;
  font-size: 23px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}
.att .home-intro-text h2::before {
  display: block;
  width: 45%;
  height: 5px;
  background: #b21212;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
  content: "";
  margin-bottom: 20px;
}
.att .home-intro-text p {
  padding: 0 20px;
}
.cuat {
  background-color: #e5e5e5;
}
.cuat h2 {
  color: #191919;
}
.cuat .home-practice-wrap li,
.cinc .home-practice-wrap li {
  width: 100%;
}
.cuat .home-practice-wrap li a,
.cinc .home-practice-wrap li a {
  text-align: center;
  display: block;
  padding: 30px 5px;
  color: #191919;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.cinc .home-practice-wrap li a {
  color: #fafafa;
}
.cuat .home-practice-wrap li a:hover {
  background: #b21212;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
  border-color: #b21212 !important;
  color: #fafafa;
  border-left: 5px solid #2a3996 !important;
}
.cinc .home-practice-wrap li a:hover {
  background: #418fd1;
  background: -webkit-linear-gradient(left, #2a3996 0%, #1175b7 100%);
  background: linear-gradient(to right, #2a3996 0%, #1175b7 100%);
  border-left: 5px solid #b21212 !important;
}
.cuat .home-practice-wrap > li:first-of-type a,
.cinc .home-practice-wrap > li:first-of-type a {
  border-top: 2px solid #999;
}
.cinc {
  background: #191919;
}
.recent-blogs-wrap > h3 {
  padding: 0 20px;
  font-size: 50px;
  font-weight: 200;
  margin-bottom: 40px;
}
.blog-footer-title {
  text-align: left;
  padding: 20px;
  font-size: 26px;
  text-shadow: none;
  color: #191919 !important;
  text-transform: uppercase;
}
.recent-blogs-wrap {
  padding: 50px 0;
  position: relative;
}
.blog-footer-content a.read-more:hover {
  background: transparent;
}
.blog-footer-content a.read-more:hover::after {
  width: 73px;
  height: 73px;
}
#freeconsultation > h3 {
  text-align: left;
  font-size: 50px;
  font-weight: 200;
  color: #fafafa;
  font-style: italic;
  border-bottom: none;
}
#freeconsultation > h3 span {
  text-transform: none;
  color: #999;
  font-variant: no-common-ligatures;
  font-style: normal;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}
.contact-form-wrap {
  background: #191919;
  margin-bottom: 0;
}
.contact-box {
  background: url("/wp-content/uploads/2021/04/footer-fl.jpg");
  background-size: cover;
}
.footer-logo {
  display: block;
  width: 90%;
  max-width: 270px;
  margin: 0 auto;
}
.contact-loc {
  max-width: 270px;
  margin-top: 30px;
}
.contact-loc p a {
  font-size: 24px;
}
.contact-loc a i {
  padding: 0 11px 0 0;
}
#foot-social {
  margin-top: 50px;
}
.contact-box {
  padding: 70px 0;
}
#foot-social .asmicon::before {
  background-color: #fff;
}
#main-bg a.read-more {
  width: 100%;
}
.top-page-title {
  font-size: 36px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#test-wrap {
  position: relative;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
#openrev {
  font-style: normal;
  border-left: 2px solid #999;
}
.test-more {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.footerlogo a {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
.video-container a,
.video-container img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contact-form #gform_submit_button_1 {
  border: none;
  border-left: 5px solid red;
  background: -webkit-linear-gradient(left, #2a3996 0%, #1175b7 100%);
  background: linear-gradient(to right, #2a3996 0%, #1175b7 100%);
  color: #fafafa;
  padding: 20px 10px !important;
  width: 270px;
  max-width: none;
  margin-top: 40px;
}
.contact-form .gform_wrapper .gform_footer {
  margin: 0;
}
.home-acco-list {
  max-width: 600px;
  margin: -25px auto 0 !important;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.home-acco {
  margin: 0 auto;
}
.home-acco img {
  display: block;
  max-width: 100px;
}
.page-id-1321 .test-more {
  display: none;
}
.page-id-1321 #test-wrap {
  border: none;
}
.page-id-1321 #test-box {
  max-width: 1600px;
}
.page-id-1321 .test-page {
  max-width: none;
  padding: 30px;
  background: #fff;
  margin: 0 auto 30px;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.35);
  border: 2px solid #999;
}
.page-id-1321 .test-page .test-content {
  font-size: 18px;
  font-weight: 400;
}
.page-id-1321 .test-page .text-author {
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  font-size: 20px;
}
.col-cont .featuredVideoPlayButton::before {
  width: 60px;
  height: 60px;
  opacity: 0.8;
}
.col-cont:hover .featuredVideoPlayButton::before {
  opacity: 1;
}
.blog #primary article {
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.blog .post-excerpt-thumb {
  height: 270px;
  width: 100%;
  max-width: none;
}
.blog .post-excerpt-thumb a {
  width: 100%;
}
.blog .post-excerpt-wrap {
  padding: 0 30px;
}
.blog article .entry-footer {
  display: none;
}
.blog .post-excerpt-wrap .read-more {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: -webkit-linear-gradient(left, #b21212 0%, #ce5657 100%);
  background: linear-gradient(to right, #b21212 0%, #ce5657 100%);
  border-left: 5px solid #2a3996;
  padding: 12px;
}

/**************** MEDIAS ******************/
@media screen and (min-width: 1210px) {
  #masthead {
    position: fixed;
  }
  .home .site-content {
    padding-top: 0;
  }

  #masthead.sticky {
  }
  .home #masthead.sticky {
    height: auto;
  }
  header.sticky .bluebar {
    height: 10px;
  }
  header.sticky .menu-primary-container > ul > li > a,
  header.sticky .menu-primary-right-container > ul > li > a {
    padding: 12px 15px;
  }
  header.sticky #top-consult {
    font-size: 38px;
  }
  header.sticky #top-phone p {
    font-size: 19px;
  }
}

@media screen and (max-width: 1210px) {
  #a-s-menu #a-s-menu-bottom,
  #a-s-menu.light-text {
    background: transparent !important;
  }
  #a-s-menu.sticky #a-s-menu-bottom {
    background: #191919 !important;
  }

  .menu-primary-container,
  .menu-primary-right-container,
  #masthead {
    display: none;
  }
  .menu-mobile-container {
    display: block;
  }
  #masthead {
    position: relative;
  }
  .menu-mobile-container {
    width: auto;
    margin: 0 0 0 auto;
  }
  #mobile-menu {
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
  }
  #mobile-menu > li {
    position: initial;
  }
  #mobile-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
    display: block;
    background: rgba(255, 255, 255, 0.95);
  }
  #mobile-menu .sub-menu li {
    float: none;
    width: 100%;
    position: relative;
  }
  #mobile-menu .sub-menu li a {
    width: 100%;
    padding: 10px 5%;
    font-variant: normal;
    font-size: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  }
  #mobile-menu .sub-menu .sub-menu {
    position: relative;
  }
  #mobile-menu .sub-menu .sub-menu li {
    float: none;
    position: relative;
    background: rgba(255, 255, 255, 0.12);
  }
  #mobile-menu .sub-menu .sub-menu li a {
    padding-left: 7%;
  }
  #mobile-menu .sub-menu .sub-menu .sub-menu li {
    background: rgba(255, 255, 255, 0.18);
  }
  #mobile-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 9%;
  }
  #mobile-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
    background: rgba(255, 255, 255, 0.24);
  }
  #mobile-menu .sub-menu li:hover > a,
  #mobile-menu .sub-menu li:hover > .flex-row > a {
    color: #222;
  }

  header .expand-menu {
    background: rgba(255, 255, 255, 0.75);
  }
  header .expand-menu:hover {
    background: rgba(255, 255, 255, 0.95);
  }
  .top-search {
    margin: 0 auto 0 0;
  }
  .top-search form p {
    margin: 0;
  }
  #top-bar {
    padding: 5px 12px;
  }
  #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    padding: 8px;
  }
  #site-navigation {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding: 5px 0;
    -webkit-order: 2;
    order: 2;
    margin: 0 5px 0 30px;
    width: 100%;
  }

  .home #featured-vid {
    max-width: 500px;
  }

  .main-flex-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .home #page {
    padding-top: 0;
    width: 100%;
  }
  .entry-text {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
  }
  #secondary,
  .archive #secondary,
  .single-post #secondary,
  .search #secondary {
    width: 100%;
    min-width: 0;
    margin: 30px auto 0;
    padding: 30px 3%;
  }

  .mobile-h {
    display: block;
  }
  .mobile-h > img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }

  .blog-img.alignright {
    float: none;
    display: block;
    margin: 50px auto 10px;
  }
  .parent-pageid-2279 .featured-img.alignleft {
    -webkit-order: -1;
    order: -1;
    width: 100%;
    height: 133vw;
    max-width: 500px;
    max-height: 700px;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 500px) {
  .home-intro-text,
  .att .home-intro-text h2,
  .att .home-intro-text p,
  .contact-form-wrap,
  #primary,
  .recent-blogs-wrap > h3 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .home-intro-text {
    padding-top: 50px;
  }
  .recent-blogs-wrap ul li {
    max-width: calc(100% - 100px);
  }
  #test-wrap {
    margin-top: 40px;
  }
  .a-s-m-logo a img {
    max-height: 90px !important;
    padding: 5px 0;
  }

  .entry-content .cta-1 {
    font-size: 54px;
  }
  .entry-content .cta-1 span {
    font-size: 60px;
  }
}

@media screen and (min-width: 700px) {
  .entry-content .cta-1 span {
    display: inline-block;
    font-size: 50px;
  }
  .entry-content .cta-1 {
    font-size: 48px;
  }
  .entry-content .cta-2 {
    font-size: 35px;
    max-width: none;
    margin-top: 0;
  }
  .entry-content .cta-4 {
    max-width: none;
  }
  .cta-3 {
    display: -webkit-flex;
    display: flex;
    max-width: 600px;
  }
  .cta-3 a.read-more {
    width: 60% !important;
    max-width: none !important;
  }
  .cta-3 a.read-more.hero-phone {
    width: 42% !important;
  }

  .video-container a,
  .video-container img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .cuat .home-practice-wrap li,
  .cinc .home-practice-wrap li {
    width: 50%;
  }
  .cuat .home-practice-wrap li a,
  .cinc .home-practice-wrap li a {
    border-top: 2px solid #999;
    border-bottom: none;
  }
  .cuat .home-practice-wrap > li:nth-of-type(2n) a,
  .cinc .home-practice-wrap > li:nth-of-type(2n) a {
    border-left: 2px solid #999;
  }
  .home-acco img {
    max-width: 120px;
  }
}

@media screen and (min-width: 750px) {
  .home-card {
    position: relative;
    z-index: 1;
    width: calc(100% / 3);
    height: 180px;
    background: #fafafa;
  }
  .home-cards-wrap > .home-card:first-of-type {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #fafafa;
    -webkit-order: 2;
    order: 2;
    z-index: 2;
  }
  .home-cards-wrap > .home-card:last-of-type {
    -webkit-order: 3;
    order: 3;
  }
  .entry-content .home-card p {
    font-size: 16px;
  }
  .home-cards-wrap > .home-card:first-of-type p {
    padding: 20px 15px 0;
  }
  .home-card img {
    height: 80px;
  }
  .home-cards-wrap {
    padding: 0 30px;
    background: transparent;
    position: absolute;
    top: 520px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .home-intro-wrap.uno {
    box-shadow: none;
    padding-top: 100px;
  }
  .home .entry-content {
    position: relative;
  }
  #hero-plax {
    height: 600px;
    padding-bottom: 150px;
  }
  .home h1 {
    width: 320px;
    font-size: 33px;
  }
  .floating-read-more {
    position: absolute;
    top: 70px;
    right: 50px;
  }
  .uno .floating-read-more a,
  .blogs-n-news .floating-read-more a,
  .home-vid-wrap .floating-read-more a {
    width: 280px;
    padding-left: 17px;
    padding-right: 0;
  }
  .home-intro-wrap.dos {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .dos .home-intro-text {
    width: 50%;
  }
  .dos .home-intro-pic {
    height: auto;
    width: 50%;
  }
  .att .home-intro-text img {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 260px;
  }
  .att .home-intro-text > p {
    width: 100%;
    padding-right: 320px;
  }
  .col-cont {
    width: 96%;
  }
  .home-vid-wrap .floating-read-more {
    position: relative;
    top: auto;
    right: auto;
  }

  #colophon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-box,
  .contact-form-wrap {
    width: 50%;
  }
  .site-info {
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .site-info p {
    padding: 10px 20px;
    text-align: left;
  }
  .site-info p.footerlogo {
    text-align: center;
    padding-bottom: 5px;
  }
  .contact-form-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .gform_wrapper textarea.large {
    max-height: 170px;
  }
  .contact-form input,
  .contact-form textarea {
    border-left: none;
    border-right: none;
  }
  #freeconsultation > h3 {
    padding-left: 30px;
  }
  .contact-form #gform_submit_button_1 {
    margin-top: -2px;
    margin-left: 0;
  }
  .recent-blogs-wrap .floating-read-more {
    top: 60px;
  }
  .recent-blogs-wrap > h3 {
    max-width: 410px;
    margin-top: 0;
  }
  .top-page-title {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
  }
  .contact-box {
    -webkit-justify-content: center;
    justify-content: center;
  }
  #hero-plax,
  #main-bg {
    background-image: url("/wp-content/uploads/2025/02/merricks-law-group-hero-1.jpeg");
  }

  body.home #hero-plax {
    background-image: url("/wp-content/uploads/2025/02/merricks-law-group-hero-1.jpeg");
    background-size: cover;
  }
  .page-id-1668 .vid-page {
    width: 48%;
  }
  .blog .post-excerpt-thumb {
    height: 320px;
  }
}

@media screen and (min-width: 1000px) {
  .uno .home-intro-text {
    max-width: 1000px;
    margin: 0 auto;
  }
  .uno .home-intro-text p {
    width: 50%;
  }
  .home h1 {
    width: 65%;
    font-size: 44px;
    padding-right: 100px;
  }
  .uno .home-intro-text > p:last-of-type {
    padding-left: 50px;
    padding-right: 20px;
  }
  .uno .home-intro-text > p:first-of-type {
    padding-right: 50px;
  }
  .uno .floating-read-more {
    top: 90px;
    right: 70px;
  }
  .home-intro-wrap.dos {
    max-width: 1000px;
    margin: 0 auto;
  }
  .home-intro-wrap.tres {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .tres .home-intro-pic {
    background-image: url("/wp-content/uploads/2021/04/office.jpg");
    width: 50%;
    margin: 0;
    height: 32vw;
    overflow: visible;
  }
  .tres .home-intro-text {
    width: 50%;
  }
  .tres .floating-read-more {
    top: auto;
    bottom: 0;
    right: -50px;
  }
  .tres .floating-read-more a {
    max-width: none;
  }
  .att .home-intro-text img.mobile-h {
    display: none;
  }
  .att .home-intro-text > p {
    padding-right: 50px;
  }
  .home-intro-wrap.att,
  .home-intro-wrap.cuat {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .att .home-intro-text {
    width: 64%;
    margin-top: 0;
  }
  .att .home-intro-pic {
    width: 36%;
    background-image: url("/wp-content/uploads/2021/04/profile.jpg");
  }
  .entry-content .home-practice-wrap li,
  body:not(.home) .home-practice-wrap li {
    margin-left: 55px;
  }
  .tres .home-intro-text h2 {
    font-size: 36px;
  }
  #test-wrap {
    border-bottom: none;
  }
  .att .home-intro-text h2 {
    width: 100%;
    max-width: none;
  }
  .home-intro-wrap.cinc {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .cuat .home-practice-wrap li,
  .cinc .home-practice-wrap li {
    margin: 0;
  }
  .cuat .home-practice-wrap,
  .cinc .home-practice-wrap {
    -webkit-align-self: center;
    align-self: center;
    width: calc(50% + 1px);
    border-left: 2px solid #999;
    padding: 100px 0 !important;
  }
  .cinc .home-practice-wrap {
    border-left: none;
    border-right: 2px solid #999;
  }
  .cuat .home-practice-wrap li a,
  .cinc .home-practice-wrap li a {
    padding: 0 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 110px;
  }
  .cuat .home-intro-text,
  .cinc .home-intro-text {
    width: calc(50% - 1px);
    padding: 0 50px;
  }
  .cuat .home-practice-wrap li a,
  .cinc .home-practice-wrap li a {
    border-bottom: 2px solid #999;
    border-top: none;
  }
  .cuat .home-practice-wrap > li:nth-of-type(1) a,
  .cuat .home-practice-wrap > li:nth-of-type(2) a,
  .cinc .home-practice-wrap > li:nth-of-type(1) a,
  .cinc .home-practice-wrap > li:nth-of-type(2) a {
    border-top: 2px solid #999;
  }
  .recent-blogs-wrap ul {
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 96%;
    margin: 0 auto;
    max-width: 1400px;
  }
  .recent-blogs-wrap ul li {
    width: calc(100% / 3);
    position: relative;
    z-index: 1;
  }
  .recent-blogs-wrap ul > li:first-of-type {
    -webkit-order: 2;
    order: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
  }
  .recent-blogs-wrap ul > li:last-of-type {
    -webkit-order: 3;
    order: 3;
  }
  .blog-footer-title {
    font-size: 22px;
  }
  .blog-footer-content a.read-more::after {
    width: 50px;
    height: 50px;
  }
  .blog-footer-content a.read-more:hover::after {
    width: 55px;
    height: 55px;
  }
  .blog-footer-content a.read-more {
    width: 220px;
  }
  .blog-footer-title,
  .blog-footer-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .contact-box {
    width: 40%;
  }
  .contact-form-wrap {
    width: 60%;
  }
  .contact-form #gform_submit_button_1 {
    width: 50%;
  }
  .dos .home-intro-pic a,
  .att .home-intro-pic a {
    display: -webkit-flex;
    display: flex;
  }
  .dos .home-intro-pic a::after,
  .att .home-intro-pic a::after {
    background-image: url(/wp-content/uploads/2021/04/arrow-red.svg);
  }
  .dos .floating-read-more,
  .att .floating-read-more {
    top: auto;
    bottom: 20px;
    right: 0;
  }
  .cinc .home-intro-text {
    max-width: 1400px;
  }
  .blog #main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .blog #main article {
    width: 49%;
  }
  .blog #main > header {
    display: none;
  }
}

@media screen and (min-width: 1211px) {
  #top-phone {
    width: auto;
    margin: 0;
  }
  .head-addy {
    margin: 0 20px 0 auto;
  }
  .top-bar-inner {
    margin: 0 20px 0 auto;
  }
  #top-phone p a > span:last-of-type {
    background: transparent;
    font-size: 26px;
    margin-left: 5px;
  }
  .menu-primary-container > ul > li > a,
  .menu-primary-right-container > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
    background: transparent !important;
  }
  .home-intro-wrap.att {
    max-width: 1200px;
    margin: 0 auto -50px;
    z-index: 2;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
  }
  .slick-prev,
  .slick-next {
    width: 80px;
  }
  .test-more {
    width: calc(100% - 160px);
  }
  .cuat .home-practice-wrap {
    padding-top: 150px !important;
  }
  .home-cards-wrap {
    max-width: 1250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home-intro-wrap.dos,
  .home-intro-wrap.att,
  #colophon {
    max-width: 1400px;
    width: 96%;
    margin-top: -120px;
    z-index: 3;
    box-shadow: 0 5px 10px -3px rgb(0, 0, 0, 0.5);
  }
  .home-intro-wrap.att {
    margin-top: 0;
  }
  .home-intro-wrap.uno {
    padding-bottom: 150px;
  }
  .tres .home-intro-text {
    padding: 0 50px 0 70px;
  }
  .home-intro-wrap.tres {
    margin: 70px 0;
  }
  .tres .floating-read-more a {
    width: 450px;
  }
  .tres .floating-read-more {
    right: -30px;
  }
  .recent-blogs-wrap > h3 {
    max-width: none;
    margin-bottom: 80px;
  }
  .recent-blogs-wrap .floating-read-more {
    top: 30px;
  }
  .recent-blogs-wrap {
    padding-bottom: 180px;
  }
  #colophon {
    margin-left: auto;
    margin-right: auto;
  }
  .site-info p a {
    margin: 0 0 0 auto;
    max-width: 222px;
  }
  .site-info p.footerlogo {
    text-align: right;
    font-size: 15px;
  }
  .site-info {
    margin: 0 auto;
    max-width: 1400px;
    width: 96%;
  }
  header.sticky #merrickslaw-logo {
    max-width: 200px;
  }
  #merrickslaw-logo {
    max-width: 220px;
  }
  #masthead {
    background: transparent;
  }
  #masthead.sticky {
    background: #191919;
  }
  #top-bar {
    padding: 5px 30px;
  }
  .head-addy p {
    margin: 0;
  }
  .home h1 span {
    max-width: 400px;
    display: block;
  }
  .uno .home-intro-text {
    max-width: 1400px;
    width: 96%;
  }
  .uno .home-intro-text > p:first-of-type {
    padding-right: 10px;
  }
  #hero-plax {
    height: 670px;
  }
  .home-cards-wrap {
    top: 590px;
  }
  .home-vid-gallery .slick-track {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 430px;
  }
  .home-vid-gallery .slick-track > div {
    width: 600px;
  }
  .home-vid-gallery .slick-track > div:nth-of-type(3n-1),
  .home-vid-gallery .slick-track > div:nth-of-type(3n) {
    max-width: 320px;
  }
  .home-vid-gallery .slick-track > div:nth-of-type(3n-2) {
    max-width: 660px;
    width: 100% !important;
  }
  .home-vid-gallery .slick-track > div:nth-of-type(3n) {
    margin-top: 12px;
  }
  .home-vid-gallery {
    max-width: 1000px;
  }
  .home-vid-wrap-outer h2 {
    margin: 30px auto 40px;
    max-width: 970px;
    text-align: left;
    width: 100%;
  }
  .home-vid-wrap {
    position: relative;
  }
  .home-vid-wrap .floating-read-more {
    position: absolute;
    top: 33px;
    left: 50%;
    width: 1000px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home-vid-wrap .floating-read-more a {
    margin-right: 12px;
  }
  .slick-next::before,
  .slick-prev::before {
    background-image: url("/wp-content/uploads/2021/04/thin-arrow-rt.svg");
    -webkit-mask: none;
    mask: none;
    background-color: transparent;
    width: 25px;
    height: 70px;
    margin: 0 auto;
  }
  .att .home-intro-text p {
    line-height: 2;
  }
  .att .home-intro-text > p,
  .att .home-intro-text > h2 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  p,
  ul,
  ol {
    line-height: 2;
  }
  .entry-content .home-practice-wrap li {
    line-height: 1.5;
  }
  .contact-form #gform_submit_button_1 {
    margin-top: -6px;
  }
  .entry-content .home-card p {
    font-size: 20px;
    max-width: 300px;
  }
  .home-card {
    height: 200px;
  }
  .home-cards-wrap > .home-card:first-of-type {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .entry-content .cta-2 {
    font-size: 39px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .entry-content .cta-2 sup {
    font-size: 28px;
  }
  .entry-content .cta-1 {
    font-size: 60px;
  }
  .entry-content .cta-3 {
    margin: 0 auto;
  }
  .entry-content .cta-4 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .entry-content .cta-1 span {
    font-size: 58px;
  }
  body:not(.home) .home-intro-wrap.dos {
    margin-top: 0;
    -webkit-order: 2;
    order: 2;
    z-index: 2;
    position: relative;
    margin-bottom: -50px;
  }
  #secondary {
    position: absolute;
    top: 180px;
    padding: 0;
    right: 65px;
    left: auto;
    width: 400px;
    min-width: 0;
  }
  #secondary .col-cont {
    width: 100%;
  }
  .top-page-title {
    margin-left: 50px;
    text-align: left;
    padding: 40px 0 10px;
    font-size: 42px;
  }
  .single-post .top-page-title {
    font-size: 38px;
  }
  .cta-3 {
    margin-left: 55px;
    align-self: flex-start;
  }
  #main-bg {
    padding-top: 170px;
    padding-bottom: 120px;
  }
  .main-flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
  }
  .featured-img.alignleft {
    float: left;
    display: inline;
    width: 43%;
    height: 330px;
    max-width: 600px;
    margin-right: 50px;
    margin-bottom: 30px;
  }
  .entry-text > p {
    clear: none;
  }
  .entry-text > ul {
    clear: both;
  }
  .entry-text > p:first-of-type {
    float: none;
    width: 100%;
    clear: none;
    margin-bottom: 30px;
  }
  .entry-text > h2 {
    font-size: 32px;
    margin-bottom: 20px;
    clear: none;
  }
  .entry-text > h2:first-of-type {
    margin-bottom: 0px;
    clear: none;
    margin-top: 0;
  }
  .single-post .entry-text > h2:first-of-type {
    clear: none;
    padding-top: 0;
  }
  .single-post .entry-text > p:first-of-type,
  .single-post .entry-text > p {
    width: 100%;
    float: none;
    clear: none;
  }
  .single-post .blog-img.alignright {
    display: block !important;
  }
  .single-post .featured-img.alignleft {
    display: none;
  }
  body:not(.home) .recent-blogs-wrap {
    padding-top: 120px;
    z-index: 1;
    position: relative;
  }
  body:not(.home) .recent-blogs-wrap .floating-read-more {
    top: 110px;
  }
  .page-id-6 #colophon {
    margin-top: -30px;
  }
  .page-id-1668 .cta-3,
  .page-id-1668 .top-page-title,
  .page-id-1321 .cta-3,
  .page-id-1321 .top-page-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page-id-1668 .vid-page {
    width: 31%;
  }

  #hero-plax,
  #main-bg {
    background-image: url("/wp-content/uploads/2025/02/merricks-law-group-hero-1.jpeg");
  }
  /*	.parent-pageid-2279 .featured-img.alignleft {  width: 20vw;  max-width: none;  height: 32vw;}
	.parent-pageid-2279 .entry-text > p {  clear: none;}
	.parent-pageid-2279 .entry-text > p:first-of-type {  width: calc(100% - 20vw - 25px);} */
  .parent-pageid-2279 .entry-text img.alignleft {
    display: block;
    width: 100%;
    max-width: 420px;
    margin-bottom: 30px;
  }

  .top-title-wrap {
    opacity: 0;
    -webkit-animation: 1s faderight forwards;
    animation: 1s faderight forwards;
  }
  #secondary {
    opacity: 0;
    -webkit-animation: 1s 0.2s fadeleft forwards;
    animation: 1s 0.2s fadeleft forwards;
  }
}

@media screen and (min-width: 1400px) {
  .cta-3,
  .top-page-title {
    max-width: 750px;
    width: 100%;
  }
  .cta-3 a.read-more {
    width: 66% !important;
  }
  .cta-3 a.read-more.hero-phone {
    width: 37% !important;
  }
  .recent-blogs-wrap > h3 {
    padding-left: 12%;
  }
  .recent-blogs-wrap .floating-read-more {
    right: 12%;
  }
  .att .home-intro-text {
    width: 67%;
  }
  .att .home-intro-pic {
    width: 33%;
  }
}
@media screen and (min-width: 1600px) {
  .cta-3,
  .top-page-title {
    margin-left: 12%;
  }
  #secondary {
    right: 12%;
    width: 480px;
  }
  #main-bg {
    padding-top: 200px;
  }
}

.parent-pageid-2279 .entry-text img.alignleft {
  display: block;
  width: 100%;
  max-width: 420px;
  margin-bottom: 30px;
}
.parent-pageid-2279 .featured-img.alignleft {
  width: 20vw;
  max-width: none;
  height: 32vw;
  display: none !important;
}

/* CLICK OR CALL THAT'S ALL ADD */
body.home p.click-or-call {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 50px;
  text-align: center;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
}

body.home p.click-or-call sup {
  font-size: 32px;
}

body.home #hero-plax {
  background-size: cover !important;
}

@media screen and (max-width: 1000px) {
  body.home p.click-or-call {
    font-size: 40px;
  }

  body.home p.click-or-call sup {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  body.home .entry-content .cta-1 span {
    font-size: 8vw;
  }
  body.home p.cta-2 {
    width: unset;
    max-width: unset;
    font-size: 4vw;
  }

  body.home p.click-or-call sup {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  body.home p.cta-2 {
    font-size: 21px;
  }

  body.home p.click-or-call {
    font-size: 30px;
  }
}
