/*
Theme Name: Law Firm Sites - Guttenberg
Theme URI: http://www.lawfirmsites.com/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1
Author: Law Firm Sites
Author URI: http://www.lawfirmsites.com/
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: 
License URI: 
*/

/* FONT FACE
=================================*/

/* @font-face { font-family: Satoshi; src: url('fonts/Satoshi-Regular.otf') format("opentype"); font-weight: normal; } */

@import url("https://use.typekit.net/muk4uci.css");



:root {
  /*FONT SIZE*/
  --px12: 0.75rem;
  --px14: 0.875rem;
  --px15: 0.938rem;
  --px16: 1rem;
  --px17: 1.063rem;
  --px18: 1.125rem;
  --px20: 1.25rem;
  --px21: 1.35rem;
  --px22: 1.375rem;
  --px23: 1.438rem;
  --px24: 1.5rem;
  --px25: 1.563rem;
  --px26: 1.625rem;
  --px27: 1.688rem;
  --px28: 1.75rem;
  --px30: 1.875rem;
  --px32: 2rem;
  --px34: 2.125rem;
  --px35: 2.188rem;
  --px36: 2.25rem;
  --px38: 2.375rem;
  --px40: 2.5rem;
  --px42: 2.625rem;
  --px45: 2.813rem;
  --px48: 3rem;
  --px50: 3.125rem;
  --px55: 3.438rem;
  --px60: 3.75rem;
  --px61: 3.813rem;
  --px64: 4rem;
  --px65: 4.063rem;
  --px69: 4.313rem;
  --px72: 4.5rem;
  --px90: 5.625rem;
  --px92: 5.75rem;
  --px95: 5.938rem;
  --px100: 6.25rem;
  --px126: 7.875rem;


  --Satoshi: 'Satoshi';
  --Figtree: "figtree", sans-serif;
  

  /*COLOR*/
  --Black: #000;
  --DarkShade: rgba(0, 0, 0, 0.45);
  --Red: #AA2B3D;
  --Blue: #23395B;
  --Orange: #CA5162;
  --DarKMagenta: #8B528D;
  --Magenta: #800080;
}


/* BODY
=================================*/

html { font-size: 0.833333vw; scroll-behavior: smooth; }

body { padding: 0; margin: 0; font-size: var(--px20); font-family:var(--Figtree); font-weight:normal; line-height:1.35; 
  background-color: var(--Dark); color: #fff;
}

a:hover { outline: none; text-decoration: none; }

/* Accessibility: Focus styles for keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: 2px solid #006FFF;
	outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid #006FFF;
	outline-offset: 2px;
}

.scroll { transition: .6s; -moz-transition: .6s; -ms-transition: .6s; -webkit-transition: .6s; -o-transition: .6s; } 

.sub-menu , .repCasesBtn , a.imgHover:before ,
a , input , button , .sub-menu { transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }

img { max-width: 100%; width: auto; height: auto; object-fit: cover; object-position: center; }

a.imgHover { display: inline-block; position: relative; vertical-align: top; }

a.imgHover img { display: block; margin: 0; }

a.imgHover:before { content: ''; display: inline-block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; }

a.imgHover:hover:before { background-color: rgba(0,0,0,.5); }

.scroll.open { top: 0; }

.admin-bar .scroll.open { top: 32px; }

.scroll { position: fixed; display: none; top: -200px; left: 0; width: 100%; z-index: 5000; }

a.post-edit-link { display: inline-block; color: #fff; padding: .4rem 2rem; background-color: #000; font: 1.25rem; position: fixed; bottom: 1rem; left: 1rem; z-index: 3000; }

a.post-edit-link:hover { background-color: #333; }

section:before,section:after { clear: both; display: block; content: ''; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p { margin: 0; }

h1, .h1 { display: block; font-size: var(--px64); line-height: 1.25; font-weight: 300; }

h2, .h2 { display: block; font-size: var(--px48); line-height: 1.35; font-weight: 300; }

h3, .h3 { display: block; font-size: var(--px36); line-height: 1.35; font-weight: 400; }

h4, .h4 { display: block; font-size: var(--px24); }

h5, .h5 { display: block; font-size: var(--px20); line-height: 1.35; font-weight: 700; }

h6, .h6 { display: block; }

.sub { display: block; font-size: var(--px16); line-height: 1.35; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
  color: var(--DarKMagenta);
}

a.skip-main { 
	left: -999px; 
	position: absolute; 
	top: auto; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
	z-index: 999; 
}

a.skip-main:focus {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 1rem;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* Screen reader only class */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	padding: inherit;
	margin: inherit;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

svg { fill:inherit; stroke:inherit; }

picture { display:block; }

[width="11"] { width:0.688rem; }
[width="13"] { width:0.813rem; }
[width="14"] { width:0.875rem; }
[width="15"] { width:0.938rem; }
[width="16"] { width:1rem; }
[width="17"] { width:1.063rem; }
[width="18"] { width:1.175rem; }
[width="20"] { width:1.25rem; }
[width="22"] { width:1.375rem; }
[width="27"] { width:1.688rem; }
[width="28"] { width:1.75rem; }
[width="29"] { width:1.813rem; }
[width="32"] { width:2rem; }
[width="38"] { width:2.375rem; }
[width="118"] { width:7.375rem; }
[width="154"] { width:9.625rem; }

/* FOOTER
=================================*/

#footer { 
  background-color: var(--DarkShade); color: #fff; padding: 6.625rem 0 7.438rem; font-weight: 300; position: relative; z-index: 10;
}
.footer-top { 
  gap: 0 6.625rem; justify-content: flex-end; font-size: var(--px27); line-height: 1.35;
}
.social-media { 
  display: flex; flex-wrap: wrap; gap: 0 1.563rem;
}
.footer-top .div-block {
  margin-bottom: 4.5rem;
}
.footer-top .div-block picture {
  max-width: 16.25rem;
}
.footer-top .div-block p {
  margin-bottom: .5rem;
}
.footer-top .div-block p a {
  color: var(--DarKMagenta);
}
.footer-top .div-block p a:hover,
.footer-top .div-block p a:focus {
  color: var(--Magenta);

}
.social-media a {
  width: 3.75rem; height: 3.75rem; display: flex; align-items: center; justify-content: center; border-radius: 100%;
  border: 1px solid #fff; fill: #fff;
}
.social-media a:hover,
.social-media a:focus {
  background-color: var(--Magenta);
  border-color: var(--Magenta);
}

.footer-bottom {

}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover,
.footer-bottom a:focus {
  color: var(--Magenta);
}
#footer .bottom-links p {
  display: flex; flex-wrap: wrap; gap: .5rem;
}

/* HEADER
=================================*/
.navbar-default { border-radius: 0; margin: 0; min-height: 0; background-color: transparent; color: #fff; border: none; padding: 0; 
  font-size: var(--px20); line-height: 1.35; letter-spacing: 0.02em;
}

.main-menu { list-style: none; padding: 0; margin: 0; }

.main-menu li { position: relative; padding: 0; }

.main-menu li a { display: block; font-size: var(--px20); font-weight: 600; line-height: 1.35; letter-spacing: 0.02em; }

.logo { display: inline-block; vertical-align: top; max-width: 13.813rem; margin: 0rem 0 0rem; vertical-align: top; }

ul.paginations { list-style:none; padding:0; display:flex; flex-wrap:wrap; justify-content:center; gap: 1rem; margin-top:3rem; }

ul.paginations li.pagination-numbers {
  display:flex; flex-wrap:wrap; justify-content:center; gap: 1rem; 
}

ul.paginations span {
  color: #ddd; fill: #ddd;
}

ul.paginations a {
  color: #fff; fill: #fff;
}

ul.paginations a:hover,
ul.paginations a:focus {
  opacity: .8;
}


.btn { display:inline-flex; text-align:center; gap: 0.688rem; background-color:var(--DarKMagenta); justify-content:center; color:var(--Black); 
  border-radius: 3.75rem;
  align-items:center; padding: 1.063rem 1.875rem; font-size: var(--px20); line-height:1.35; color: #fff; border: 1px solid var(--DarKMagenta); 
  font-weight: 300; transition: .5s;
}
.btn strong { font-weight: 600; }

#header .btn {
  background-color:transparent; color:#fff; border-color:#fff; padding: 1.063rem 1.438rem;
}
#header .btn:hover,
#header .btn:focus { background-color:var(--Magenta); border-color: var(--Magenta); }

.btn:hover,
.btn:focus { background-color:var(--Magenta); border-color: var(--Magenta); color: #fff; }

#site-bg-video { position: fixed; top: 0; left: 0; width: 100%; bottom: 0; object-fit: cover; z-index: -5; object-position: center; height: 100%;}

.video-overlay { position: fixed; top: 0; left: 0; width: 100%; bottom: 0; background-color: rgba(0, 0, 0, 0.16); z-index: -1; }

#header .wrap {
  justify-content: space-between; gap: 0 4rem; align-items: center;
}


/* CONTACT FORM
=================================*/
.gform_confirmation_message { background-color: #ddffdd; color: #000; text-align: center; border: 2px solid #4CAF50; padding: 15px 20px; }

.form-wrap { margin: 0; font-size: var(--px16); line-height: 1.35; letter-spacing: 0.02em; }

.form-wrap label { font-weight: normal; }

.form-wrap h2 { }

.form-wrap ul { list-style: none; padding: 0; }

.gform_fields { margin: 0; }

.gfield { width: 100%; position: relative; margin-bottom: 1.5rem; }

.gfield.hidden_label { margin-bottom:0; }

.gfield.hidden_label label.gfield_label { display:none; }

.gfield legend.gfield_label,
.gfield label.gfield_label { font-weight:700; color:#23395B; margin-bottom:0; display: block; font-size: var(--px16); line-height: 1.35; 
  letter-spacing: 0.02em; text-transform: uppercase; }

.gfield label.gfield_label span {  }

.form-wrap textarea,
.form-wrap input[type="tel"],
.form-wrap input[type="email"],
.form-wrap input[type="text"] { background-color: #fff; display: block; border: none; font-size: var(--px16); line-height: 1.35; font-weight: 400;
  padding: 0.219rem 0; border-bottom: .188rem solid #707788; width: 100%; color: var(--Blue);
}

.form-wrap textarea { resize: none; height: 4.5rem; }

.gform_footer { text-align: center; padding-top: .5rem; }

.gform_footer button { width: 100%; font-weight: 700; }

.gform_footer button:hover {  }

p.gform_required_legend { display:none; }

.form-wrap h2.gform_submission_error  { font-size:var(--px16); line-height:var(--px30); font-family:inherit; color:var(--Red); }

.gfield_validation_message, .validation_message  { color:var(--Red); font-size:var(--px16); line-height:var(--px30);  }

.ui-datepicker { padding: 1rem; background-color:#fff; max-width:20rem; font-size:15px; width: 100%; }

.ui-datepicker-header { display:flex; flex-wrap:wrap; gap: .5rem; align-items: center; margin-bottom: .5rem; }

.ui-datepicker-header > a span { display:none; }

.ui-datepicker-header > a { width: 1rem; font-size: 18px; }

.ui-datepicker-header > a:before { font-family: "Font Awesome 6 Pro"; font-weight: 900; content: "\f053"; }

.ui-datepicker-header .ui-datepicker-next { order:2; text-align: right;}

.ui-datepicker-header .ui-datepicker-next:before { content: "\f054"; }

.ui-datepicker-title { display: flex; flex-wrap: wrap; gap: .5rem; flex: 1; }

.ui-datepicker-title select { flex: 1; border: 1px solid #000; text-transform:uppercase; font-weight:500; background-color:transparent; }

table.ui-datepicker-calendar { width:100%; font-size: 14px; }

/* Blocks
=================================*/
.editor-visual-editor__post-title-wrapper { text-align:center; max-width:800px; margin: 0 auto 3rem; }

.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block,
html :where(.wp-block) { margin:0; max-width:unset; }

#home-banner { 
  position: relative; padding-top: 8.938rem;
}
#home-banner .wrap {
  gap: 0 2.563rem;
}
#home-banner picture {
  max-width: 36.563rem;
}
#home-banner .div-block {
  flex: 1; max-width: 51.5rem; text-align: center; position: relative; z-index: 50; order: 2;
}
#home-banner .div-block .banner-logo {
  margin: 0 auto 2.625rem; max-width: 40.938rem; position: relative; z-index: 5;
  filter: drop-shadow(0px .25rem .25rem rgba(0, 0, 0, 0.3));
}
#home-banner .div-block .banner-logo:before {
  content: ''; display: block; background-color: var(--Magenta); position: absolute; top: -2.594rem; left: -2.5rem; right: -2.5rem; 
  bottom: -2.594rem; z-index: -1; background: rgba(0, 0, 0, 0.45); filter: blur(100px); border-radius: 100%;
}
#home-banner .div-block h1 {
  margin:  0 auto 2rem; max-width: 38.5rem;
}
#home-banner:before {
  min-height: 34.25rem; content: ''; display: block; position: absolute; bottom: -9.813rem; left: 0; width: 100%; z-index: 2; 
  background-image: url('./assets/images/overlay.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}

#home-about {
  position: relative; z-index: 10; background-color: var(--Blue); padding-top: 1rem; padding-bottom: 6.625rem;
}
#home-about .section-heading {

}
#home-about .section-heading .flex {
  gap: 0 9.688rem;
}
#home-about .section-heading .flex .h1 {
  max-width: 38.125rem;
}
#home-about .section-heading .content-block {
  max-width: 40.563rem; flex: 1; 
}
#home-about .section-heading .content-block p {
  color: rgba(255, 255, 255, 0.72); margin-bottom: 2.5rem;
}
#home-about picture {
  margin: 6.625rem 0;
}
#home-about picture img {

}
#home-about .featured-list {
  
}
#home-about .featured-list .item {

}
#home-about .featured-list .item .svg {
  width: 4.563rem; height: 4.563rem; background-color: var(--DarKMagenta); display: flex; align-items: center; justify-content: center; border-radius: 100%;
  border-radius: 1.75rem; margin-bottom: 3rem;
}
#home-about .featured-list .item h3 {
  margin-bottom: 1rem; font-weight: 300;
}
#home-about .featured-list .item p {
  color: rgba(255, 255, 255, 0.72);
}

#home-practice-areas {
  background-color: var(--Blue); 
}
#home-practice-areas .container {
  padding-top: 1rem; padding-bottom: 7.625rem; position: relative; z-index: 10;
}
#home-practice-areas .container:before {
  content: ''; display: block; position: absolute; top: -23.125rem; left: 0; width: 80.375rem; height: 130.313rem; z-index: -1;
  background-image: url('./assets/images/left-cloud.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
#home-practice-areas .section-heading {
  text-align: center; margin: 0 auto 3rem; max-width: 45.625rem;
}
#home-practice-areas .section-heading .sub {
  margin-bottom: 1rem;
}
#home-practice-areas .section-heading .h1 {
  margin-bottom: 2.5rem;
}
#home-practice-areas .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.practice-item {
  background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; max-width: 34.313rem; overflow: hidden;
}
.practice-item a {
  display: flex; flex: wrap; align-items: center; justify-content: center; width: 100%; min-height: 27.75rem; fill: #fff; color: #fff;
  text-align: center; position: relative; z-index: 10; transition: .5s ease-out;
}
.practice-item a:before {
  content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: -5;
}
.practice-item .svg {
  margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; min-height: 2.063rem;
}
.practice-item .svg svg {
  display: block; margin: 0 auto;
}

.practice-item .h3 {
  font-weight: 300;
} 

.practice-item a:after {
  content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; z-index: -1; transition: .5s ease-out;
  background: linear-gradient(130.38deg, #800080 4.52%, #23395B 64.23%); border: 0rem solid rgba(255, 255, 255, 0.52);
  
}

.practice-item a:hover,
.practice-item a:focus {
  fill: var(--DarKMagenta);
}
.practice-item a:hover:after,
.practice-item a:focus:after {
  height: 100%; border-width: .125rem;
}

.home-practice-list-wrap .item {
  vertical-align: top; margin-bottom: 1rem;
}

.home-practice-list-wrap .control {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; align-items: center; margin-top: 1rem;
}
.home-practice-list-wrap .control .btn-wrap {
  order: 2;
}
.home-practice-list-wrap .control .sright { order: 3; }

.control button { background-color: transparent; border: .125rem solid #fff; border-radius: 100%; width: 3.688rem; height: 3.688rem; 
  display: flex; align-items: center; justify-content: center; cursor: pointer; }

.control button:hover,
.control button:focus {
  background-color: var(--DarKMagenta); border-color: var(--DarKMagenta); 
}

#home-attorneys {
  background-color: rgba(0, 0, 0, 0.45); padding-top: 4.75rem; overflow: hidden;
}
#home-attorneys .image-block {
  width: 100%; max-width: 60.875rem; position: relative; z-index: 10;
}
#home-attorneys .image-block .svg-wrap {
  position: absolute; top: 10rem; left: 0; width: 100%; height: 100%; z-index: -1;
}
#home-attorneys .image-block .svg-wrap svg {
  width: 100%; max-width: 60.875rem; margin: 0 auto; display: block;
}
#home-attorneys .image-block picture {
  max-width: 35.563rem;
}
#home-attorneys .div-block {
  flex: 1; padding-top: 5.375rem;
}
#home-attorneys .wrap {
  gap: 0 7.5rem;
}
#home-attorneys .div-block .sub {

}
#home-attorneys .div-block .h1 {
  margin-bottom: 2.875rem;
}
#home-attorneys .div-block p {
  color: rgba(255, 255, 255, 0.72); margin-bottom: 2.5rem;
}
#home-attorneys .div-block .flex {
  align-items: center; gap: 2rem; justify-content: space-between;
}

picture.florida-divorce-family-certifiedinverted-1 {
  max-width: 6.313rem;
}
picture.av-preeminent-logo2018 {
  max-width: 16.063rem;
}

#testimonials-slider-section {
  background-color: var(--Blue); padding: 7.625rem 0; overflow: hidden;
}
#testimonials-slider-section .sub {
  margin-bottom: 1rem;
}
#testimonials-slider-section .section-flex {
  align-items: center; justify-content: space-between;
}

.testimonial-item {
  max-width: 36.625rem; width: 100%; border: 1px solid var(--DarKMagenta);
}
.testimonial-item .heading {
  align-items: center; justify-content: space-between; padding: 1.563rem 1.938rem 1.375rem; border-bottom: 1px solid var(--DarKMagenta); gap: 0 1rem;
}
.testimonial-item .heading svg {
  display: block; 
}
.testimonial-item .heading .sub {
  margin-bottom: 0 !important;
}
.testimonial-item .testimonial-content {
  padding: 2.813rem 1.938rem;
}

.testimonial-item .testimonial-content a {
  color: rgba(255, 255, 255, 0.72); text-decoration: underline;
}
.testimonial-item .testimonial-content a:hover,
.testimonial-item .testimonial-content a:focus {
  color: #fff;
}

.testimonials-slick-wrap {
  order: 3; width: 100%; margin-top: 5.375rem;
}
.testimonial-item .testimonial-content p {
  color: rgba(255, 255, 255, 0.72);
}
.testimonial-item .testimonial-content {
  min-height: 12.75rem;
}

#testimonials-slider-section .control {
  display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; align-items: center;
}
#testimonials-slider-section .bottom-links {
  display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; align-items: center;
}

#home-blog {
  background: radial-gradient(95.78% 95.78% at 26.25% 4.22%, #8CA0C0 0%, #495C81 100%); padding: 6.625rem 0 7.625rem;
}
#home-blog .wrap {
  position: relative;
}
#home-blog .sub {
  color: rgba(255, 255, 255, 0.72);
}
#home-blog .h1 {
  color: #fff; margin-bottom: 5.375rem;
}
#home-blog .blog-item-big {
  width: 100%; max-width: 44.313rem;
}
#home-blog .blog-item-big .h2 {
  margin-bottom: .5rem;
}
#home-blog .blog-item-big picture {
  margin-bottom: 1.5rem;
}
#home-blog .blog-item-big picture img {
  width: 100%; object-fit: cover; object-position: center; height: 22.25rem;
}
#home-blog .right-column {
  flex: 1;
}

#home-blog .blog-item-small {
  display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center;
}
#home-blog .blog-item-small + .blog-item-small {
  margin-top: 1rem;
}
#home-blog .blog-item-small picture {
  max-width: 17.563rem; width: 100%;
}
#home-blog .blog-item-small picture img {
  width: 100%; object-fit: cover; object-position: center; height: 10.625rem;
}
#home-blog .blog-item-small .blog-item-text {
  flex: 1;
}
#home-blog .blog-item-small .blog-item-text .h3 {
  font-size: var(--px27); line-height: 1.35; font-weight: 300; margin-bottom: .5rem;
  line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}


#home-blog .blog-item-big .h2 a ,
#home-blog .blog-item-small .blog-item-text .h3 a {
  color: #fff;
}
#home-blog .blog-item-big .h2 a:hover,
#home-blog .blog-item-big .h2 a:focus {
  color: rgba(255, 255, 255, 0.72);
}
#home-blog .blog-item-small .blog-item-text .h3 a:hover,
#home-blog .blog-item-small .blog-item-text .h3 a:focus {
  color: rgba(255, 255, 255, 0.72);
}

.home-blog-list { gap: 1rem; }

.home-blog-list .date {
  font-size: var(--px16); line-height: 1.35; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
}

#home-blog picture {
  background-color: var(--Blue);
}
#home-blog picture a:hover,
#home-blog picture a:focus {
  opacity: .72;
}

#bottom-contact-section {
  background-image: url('./assets/images/contact-bg.jpg'); background-size: cover; background-position: center top; background-repeat: no-repeat;
  padding: 6.625rem 0;
}
#bottom-contact-section .content-block {
  background-color: #fff; margin: 0 auto; max-width: 41.438rem; width: 100%; color: #707788; padding: 4rem 3rem; display: block;
}
#bottom-contact-section .content-block .sub {
  margin-bottom: 1rem;
}
#bottom-contact-section .content-block .h1 {
  color: var(--Blue); margin-bottom: 1.5rem;
}
#bottom-contact-section .content-block p {
  margin: 0 auto 4.5rem; max-width: 31.125rem;
}

#page-top-banner {
  padding-top: 12.438rem;
}
.page-title {

}
.page-title .h1 {

}

#about-main {
  padding-top: 5.938rem; padding-bottom: 6.625rem; position: relative; z-index: 10;
}
#about-main:after {
  content: ''; display: block; position: absolute; top: 21rem; left: 0; width: 100%; height: 34.25rem; z-index: -1;
  background-image: url('./assets/images/overlay.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
#about-main .wrap {
  gap: 0 4.438rem; align-items: center;
}
#about-main picture {
  max-width: 51.125rem;
}
#about-main .content {
  flex: 1;
}
#about-main .content .h1 { 
  margin-bottom: 1.625rem;
}
#about-main .content p {
  color: rgba(255, 255, 255, 0.72);
}
#about-middle {
  position: relative; z-index: 20; padding-top: 6.813rem; 
}
#about-middle .content {
  max-width: 69.438rem; margin: 0 auto;
}
#about-middle .content .h1 {
  margin-bottom: 1.875rem; font-weight: 700;
}
#about-middle .content p {
  color: rgba(255, 255, 255, 0.72);
}
#about-bottom {
   background-color: var(--Blue); 
}
#about-bottom .container {
  position: relative; z-index: 10; padding-top: 4.188rem;
}
#about-bottom .wrap {
  gap: 0 8.375rem;
}
#about-bottom picture {
  max-width: 47.813rem;
}
#about-bottom .content {
  flex: 1; padding: 7.625rem 0;
}
#about-bottom .content .h1 {
  margin-bottom: 2.875rem;
}
#about-bottom .content p {
  color: rgba(255, 255, 255, 0.72); margin-bottom: 2.5rem;
}
#about-bottom .content .flex {
  justify-content: space-between; gap: 0 1rem; align-items: center; 
}
/*#about-bottom .container:before {
  content: ''; display: block; position: absolute; bottom: 4.188rem; left: 0; width: 60.125rem; height: 36.688rem; z-index: 1;
  filter: blur(1.547rem); background: linear-gradient(0.83deg, #23395B 10.52%, rgba(27, 48, 82, 0.5) 50.11%, rgba(19, 39, 73, 0) 99.39%);
}*/
#about-bottom .container:after {
  content: ''; display: block; position: absolute; top: -7.688rem; right: 0; width: 65.313rem; height: 108.688rem; z-index: -1;
  background-image: url('./assets/images/fade-circle.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
.page-id-42  #main-content {
  overflow: hidden;
}
#about-bottom picture.florida-divorce-family-certifiedinverted-1 {
  max-width: 6.313rem;
}
#about-bottom picture.av-preeminent-logo2018 {
  max-width: 16.063rem;
}
#bio-main {
  overflow: hidden; position: relative; z-index: 10;
}
#bio-main:before {
  content: ''; display: block; position: absolute; top: 21rem; left: 0; width: 100%; height: 34.5rem; z-index: -1;
  background-image: url('./assets/images/overlay-bio.png'); background-position: center top; background-repeat: no-repeat;
}
#bio-main .container {
  position: relative; z-index: 10; padding-top: 4.563rem; padding-bottom: 8.563rem;
}
#bio-main .wrap {
  gap: 0 8.375rem;
}
#bio-main aside {
  max-width: 44.688rem;
}

#bio-main aside picture {
  max-width: 36.75rem;
}
#bio-main .content {
  flex: 1; position: relative; z-index: 5; padding-top: 7.625rem;
}
#bio-main .content .h1 {
  margin-bottom: 1.5rem;
}
#bio-main .content p {
  margin-bottom: 1.75rem;
}
#bio-main .content .h5 {
  color: var(--DarKMagenta); margin-bottom: .625rem; margin-top: 3.375rem;
}
#bio-main .container:before {
  content: ''; display: block; position: absolute; top: 23.625rem; left: 1rem; width: 60.125rem; height: 36.688rem; z-index: 1;
  background-image: url('./assets/images/overlay2.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
#bio-main .container:after {
  content: ''; display: block; position: absolute; top: 47.813rem; right: 0; width: 100%; height: 108.688rem; z-index: -1;
  background-image: url('./assets/images/bio-cloud.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}

#bio-main .content .flex {
  gap: 2.5rem; align-items: center; margin-bottom: 3.5rem;
}

#bio-main .contact-info {
  position: relative; z-index: 10; padding-top: 6.563rem; padding-left: 3.563rem; line-height: 1.61em;
}
#bio-main .contact-info a {
  color: #fff;
}
#bio-main .contact-info strong {
  color: var(--DarKMagenta);
}

#bio-main .bio-bottom-images { gap: 0 3.688rem; }

#bio-main .bio-bottom-images .col1 { max-width:45.813rem; flex: 1; }

#bio-main .bio-bottom-images .col2 { max-width:41.188rem; display:flex; flex-wrap:wrap; gap: 2.625rem; }

#practice-landing {
  padding: 1.625rem 0 8rem; position: relative; z-index: 10; 
}
#practice-landing p {
  color: rgba(255, 255, 255, 0.72); margin: 0 auto 5.375rem; max-width: 65.188rem; letter-spacing: 0.02em;
}
#practice-landing:before {
  content: ''; display: block; position: absolute; top: 21rem; left: 0; width: 100%; height: 34.5rem; z-index: -1;
  background-image: url('./assets/images/overlay.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
#practice-landing:after {
  content: ''; display: block; position: absolute; top: 55rem; left: 0; width: 100%; bottom: 0; z-index: -1;
  background-color: var(--Blue);
}

.testimonials-archive-list {
  display: flex; flex-wrap: wrap; gap: 3rem 1.5rem; 
}
.testimonials-archive-list .item {
  max-width: 36.625rem; flex: 1 1 calc(100%/3 - 1.5rem);
}
#testimonials-archive {
  padding: 5.375rem 0 8.563rem; position: relative; z-index: 10;
}
#testimonials-archive:before {
  content: ''; display: block; position: absolute; top: 21rem; left: 0; width: 100%; height: 34.5rem; z-index: -1;
  background-image: url('./assets/images/overlay.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
#testimonials-archive:after {
  content: ''; display: block; position: absolute; top: 55rem; left: 0; width: 100%; bottom: 0; z-index: -1;
  background-color: var(--Blue);
}
#contact-main {
  padding: 7.813rem 0 8.938rem; position: relative; z-index: 10;
}
#contact-main:before {
  content: ''; display: block; position: absolute; top: 21rem; left: 0; width: 100%; height: 34.5rem; z-index: -1;
  background-image: url('./assets/images/overlay.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
#contact-main:after {
  content: ''; display: block; position: absolute; top: 55rem; left: 0; width: 100%; bottom: 0; z-index: -1;
  background-color: var(--Blue);
}
#contact-main .wrap {
  gap: 0 4.813rem; align-items: center;
}
#contact-main .map {
  width: 100%; max-width: 51.063rem;
}
#contact-main .map .embed-responsive {
  min-height: 31.438rem;
}
#contact-main .content-block {
  flex: 1; max-width: 45.375rem; border: 1px solid var(--DarKMagenta);
}
#contact-main .content-block .h1 {
  border-bottom: 1px solid var(--DarKMagenta); padding: 1.625rem 2.5rem; font-weight: 300;
}
#contact-main .content-block .contact-info {
  padding: 1.625rem 2.5rem; line-height: 1.61em;
}
#contact-main .content-block .contact-info a {
  color: #fff;
}
#contact-main .content-block .contact-info a:hover,
#contact-main .content-block .contact-info a:focus {
  color: var(--DarKMagenta);
}
#contact-main .content-block .contact-info strong {
  color: var(--DarKMagenta);
}
#contact-main .content-block .contact-info strong a {
  color: var(--DarKMagenta);
}
#contact-main .content-block .contact-info strong a:hover,
#contact-main .content-block .contact-info strong a:focus {
  color: var(--Magenta);
}
#contact-main .content-block .contact-info p:last-child {
  margin-top: .625rem;
}

#practice-areas-single {
  position: relative; z-index: 10; padding: 6.063rem 0 7.625rem;
}
#practice-areas-single:before {
  content: ''; display: block; position: absolute; top: 21rem; left: 0; width: 100%; height: 34.5rem; z-index: -1;
  background-image: url('./assets/images/overlay.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
#practice-areas-single:after {
  content: ''; display: block; position: absolute; top: 55rem; left: 0; width: 100%; bottom: 0; z-index: -1;
  background-color: var(--Blue);
}

#practice-areas-single .flex {
  gap: 0 5.375rem;
}
#practice-areas-single picture {
  max-width: 46.875rem;
}
#practice-areas-single .content {
  flex: 1; padding-top: 1.25rem;
}
#practice-areas-single .content h1 {
  margin-bottom: 1.75rem;
}
#practice-areas-single .content p {
  margin-bottom: 1.75rem;
}
#practice-areas-single .content ul {
  margin-bottom: 1.75rem;
}
#practice-areas-single .content .h5 {
  margin-bottom: 0;
}
#practice-areas-single .page-nav-link {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; align-items: center; margin-top: 3.813rem;
}
#practice-areas-single .page-nav-link a.circ {
  display: flex; align-items: center; justify-content: center; width: 3.688rem; height: 3.688rem; border-radius: 100%; border: 1px solid #fff;
}
#practice-areas-single .page-nav-link a.circ:hover,
#practice-areas-single .page-nav-link a.circ:focus {
  background-color: var(--DarKMagenta);
  border-color: var(--DarKMagenta);
}
#practice-areas-single .page-nav-link a.circ svg {
  width: 1.25rem; height: 1.25rem;
}

#inner-page-section {
  position: relative; z-index: 10; padding: 5.375rem 0 7.5rem;
}
#inner-page-section:before {
  content: ''; display: block; position: absolute; top: 11rem; left: 0; width: 100%; height: 34.5rem; z-index: -1;
  background-image: url('./assets/images/overlay.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
}
#inner-page-section:after {
  content: ''; display: block; position: absolute; top: 45rem; left: 0; width: 100%; bottom: 0; z-index: -1;
  background-color: var(--Blue);
}

.blog-inner-wrap {
  display: flex; flex-wrap: wrap; gap: 1.5rem;
}
.blog-inner-wrap .blog-item-small {
  max-width: 44.625rem; flex: 1 1 calc(100%/2 - 1.5rem);
}
.blog-inner-wrap .blog-item-small picture {
  max-width: 17.563rem; width: 100%; background-color: var(--DarKMagenta);
}
.blog-inner-wrap .blog-item-small picture a:hover,
.blog-inner-wrap .blog-item-small picture a:focus {
  opacity: .7;
}
.blog-inner-wrap .blog-item-small picture img {
  height: 10.625rem; object-fit: cover; object-position: center; width: 100%;
}
.blog-inner-wrap .blog-item-small {
  display: flex; flex-wrap: wrap; gap: 1rem;
}
.blog-inner-wrap .blog-item-small .blog-item-text {
  flex: 1; padding-top: 1rem;
}

.blog-inner-wrap .blog-item-small .blog-item-text .h3 {
  margin-bottom: .5rem; font-size: var(--px27); line-height: 1.35; font-weight: 400; display: -webkit-box; 
  -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-clamp: 3;
}
.blog-inner-wrap .blog-item-small .blog-item-text .h3 a {
  color: #fff;
}
.blog-inner-wrap .blog-item-small .blog-item-text .h3 a:hover,
.blog-inner-wrap .blog-item-small .blog-item-text .h3 a:focus {
  color: var(--DarKMagenta);
}
.blog-inner-wrap .blog-item-small .blog-item-text .date {
  font-size: var(--px16); line-height: 1.35; color: rgba(255, 255, 255, 0.72); text-transform: uppercase; letter-spacing: 0.02em; font-weight: 700;
}

picture.single-post-thumbnail {
  max-width: 48.75rem; width: 100%; margin: 0 auto 2.5rem;
}
picture.single-post-thumbnail img {
  height: 26.188rem; object-fit: cover; object-position: center; width: 100%;
}

article.the-content {

}
article.the-content h1 {

}
article.the-content .date {
  font-size: var(--px16); line-height: 1.35; color: rgba(255, 255, 255, 0.72); text-transform: uppercase; letter-spacing: 0.02em; font-weight: 700;
  margin-bottom: 2.5rem;
}
article.the-content p {
  margin-bottom: 1.75rem;
}
article.the-content ul {
  margin-bottom: 1.75rem;
}
article.the-content .h5 {
  margin-bottom: 0;
}

.sitecol h2 {
  margin-bottom: 1.5rem;
}
.sitecol ul ul {
  margin-bottom: 0;
}
.sitecol ul a { 
  color: #fff;  
}
.sitecol ul a:hover,
.sitecol ul a:focus {
  color: var(--DarKMagenta);
}

.featured-video-wrap {
  margin: 5.625rem auto 0; max-width: 73.813rem; padding-bottom: 7rem;
}

.featured-video-wrap .html-block {
  text-align: center; margin-bottom: 2.813rem;
}
.featured-video-wrap .html-block h3 {
  font-size: var(--px27); line-height: 1.35; font-weight: 700; letter-spacing: 0.02em; margin-bottom: 0.875rem; color: #8B528D; text-transform: uppercase; margin-left: -.125rem; margin-right: -.125rem;
}

#home-attorneys .video-block {
  position: relative; background-size: cover; background-position: center; background-repeat: no-repeat;
}
#home-attorneys .video-block .embed-responsive {
  min-height: 38.688rem;
}
#home-attorneys .video-block .embed-responsive img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; bottom: 0;
}
#home-attorneys .video-block.vid-1 .vid-btn,
#play-btn-v4 {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); fill: #fff; cursor: pointer; transition: all .5s cubic-bezier(.17,.67,.83,.67);
}

#home-attorneys .video-block.vid-1 .vid-btn:hover,
#home-attorneys .video-block.vid-1 .vid-btn:focus ,
#play-btn-v4:hover,
#play-btn-v4:focus {
  transform: translate(-50%, -50%) scale(1.05);
}

.single-testimonials .testimonial-item {
  max-width: unset;
}
.single-testimonials .testimonial-item .testimonial-content p { margin-bottom: 1.75rem; }

@media ( min-width: 768px ) { 

}

@media ( min-width: 992px ) {

  #bio-main .bio-bottom-images .col1{
    margin-top: -11rem;
  }

  #bio-main .bio-bottom-images { padding-top:1.75rem; padding-top: 1.75rem; margin-left: 3.125rem; }

  .featured-video-wrap .html-block p { padding: 0 3rem; }

  .featured-video-wrap {
    transform: translateX(7.813rem);
  }

  #practice-areas-single picture {
    float: left; margin-right: 5.375rem; 
  }

  .testimonials-slick-inner {
    position: relative; transition: 5s ease-out; left: 7.813rem;
  }
  .effect-on  .testimonials-slick-inner {
    left: 0;
  }

  #home-attorneys .div-block .sub {
    transition: 1.6s ease-out; left: -3.25rem; position: relative;
  }
  #home-attorneys .div-block .h1 {
    transition: 1.6s ease-out; left: -1.688rem; position: relative;
  }
  #home-attorneys .div-block.effect-on .sub {
    left: 0;
  }
  #home-attorneys .div-block.effect-on .h1 {
    left: 0;
  }

  #home-attorneys .image-block .svg-wrap {
    transition: 1.6s ease-out; opacity: 0; visibility: hidden; left: -3.125rem;
  }
  #home-attorneys .image-block .svg-wrap.effect-on {
    opacity: 1; visibility: visible; left: 0;
  }
  #home-attorneys .div-block {
    position: relative; z-index: 10; transition: 1.6s ease-out; opacity: 0; visibility: hidden;
  }
  #home-attorneys .div-block.effect-on {
    opacity: 1; visibility: visible;
  }
  #home-practice-areas .section-heading .sub {
    left: 0;
  }

  .home-practice-list-wrap {
    position: relative; z-index: 10; transition: 1.6s ease-out; opacity: 0; visibility: hidden; left: -2.25rem;
  }
  .home-practice-list-wrap.effect-on {
    opacity: 1; visibility: visible; left: 0;
  }

  #home-about picture {
    position: relative; z-index: 10; transition: 1.6s ease-out; opacity: 0; visibility: hidden;
  }
  #home-about picture.effect-on {
    opacity: 1; visibility: visible;
  }

  .section-heading {
    position: relative; z-index: 10; transition: 1.6s ease-out; opacity: 0; visibility: hidden;
  }
  #home-about .section-heading .flex .h1,
  .section-heading .sub {
    position: relative; z-index: 10; transition: 1.6s ease-out;
  }
  .section-heading .sub {
    left: -9.875rem;
  }
  #home-about .section-heading .flex .h1 {
    left: -5.5rem;
  }
  .section-heading.effect-on {
    opacity: 1; visibility: visible;
  }
  #home-about .section-heading.effect-on .flex .h1,
  .section-heading.effect-on .sub {
    left: 0;
  }
  #inner-page-section .container {
    padding: 0 15.188rem;
  } 

  #practice-areas-single .container {
    padding: 0 13.313rem;
  }

  #practice-areas-single picture img {
    height: 37.938rem; object-fit: cover; object-position: center;
  }

  #practice-landing .container {
    padding: 0 7.5rem;
  }

  .practice-main-list {
    column-count: 3; column-gap: 1rem;
  }
  .practice-main-list .item {
    margin-bottom: 1rem; overflow: hidden;
  }

  #main-content {
    overflow: hidden;
  }

  #bio-main .container {
    padding-left: 12.438rem; padding-right: 13.75rem;
  }

  #about-bottom .container {
    padding-left: 9.313rem; padding-right: 9.75rem;
  }

  #about-main .container {
    padding-left: 7.813rem; padding-right: 8.75rem;
  }

  #home-blog .btn {
    position: absolute; bottom: 0; right: 0;
  }

  #home-blog .container {
    padding: 0 15.188rem;
  }

  #testimonials-slider-section .item {
    padding: 0 .75rem;
  }
  #testimonials-slider-section .slick-list {
    margin: 0 -.75rem;
  }

  .testimonials-slick-inner {
    width: auto; margin: 0 -7.813rem;
  }

  #home-attorneys .image-block picture {
    margin-left: 12.813rem;
  }

  #home-attorneys .container {
    padding-left: 0;
  }

  .home-practice-list-wrap .item {
    padding: 0 .5rem;
  }
  .home-practice-list-wrap .slick-list {
    margin: 0 -.5rem;
  }

  #home-about .container {
    position: relative;
  }

  #home-about .container:before {
    min-height: 34.25rem; content: ''; display: block; position: absolute; top: 1rem; right: 0; width: 100%; z-index: -2; 
    background-image: url('./assets/images/right-cloud.png'); background-size: cover; background-position: center top; background-repeat: no-repeat;
    width: 65.313rem; height: 108.688rem;
  }

  #home-about .featured-list .item {
    margin-top: 3.188rem;
  }

  #home-about .featured-list .divider {
    content: ''; display: block; min-height: 24.938rem; width: 1px; background-color: #fff; opacity: .12;
  }

  .featured-list {
    display: flex; flex-wrap: wrap; gap: 0 1rem; justify-content: space-between; padding: 0 7.563rem;
  }
  .featured-list .item {
    flex: 1; max-width: 23.688rem;
  }

  #home-about picture img {
    min-height: 31.5rem;
  }

  #home-about .section-heading {
    padding-left: 7.688rem;
  }

  #home-about .container {
    padding: 0 7.563rem;
  }

  #home-banner .container {
    padding: 0 15.25rem;
  }

  #footer .container {
    padding: 0 15.125rem;
  }

  #header .container {
    padding-left: 7.813rem; padding-right: 7.313rem;
  }

  .navbar-default {
    padding-top: 1.813rem;
  }

  .footer-top .div-block:first-child { margin-right: auto; }

  #header { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; min-height: 17.438rem; 
    background: linear-gradient(0deg, rgba(18, 33, 60, 0) 14.34%, rgba(9, 17, 30, 0.41) 52.33%, rgba(0, 0, 0, 0.72) 100%);
  }

  .flex { display:flex; flex-wrap:wrap;  }

  .flex.between { justify-content:space-between; }
  
  .flex.center { justify-content:center; }

  .container { width:100%; max-width:120rem; padding:0 7.813rem; }

  .wrap { margin: 0 auto; width: 100%; }

  .main-menu { display:flex; flex-wrap:wrap; gap: 0 3.5rem; }

  .main-menu li { position: relative; }

  .main-menu li a { color: #fff; }
  
  .main-menu > li { display: inline-block; }

  .main-menu > li > a { position:relative; padding: 0.375rem 0; }

  .main-menu > li > a:hover,
  .main-menu > li > a:focus {
    color: var(--DarKMagenta);
  }
  
  .main-menu > li > .sub-menu { position: absolute; top: 100%; left: -1rem; width: 15rem; padding: 0; z-index: 200; opacity: 0; visibility: hidden; text-align: left; padding-top:.5rem }

  .main-menu > li:hover > .sub-menu { opacity: 1; visibility: visible; }
  
  .main-menu > li > .sub-menu > li { display: block; }
  
  .main-menu > li > .sub-menu > li > a { padding: .625rem 1rem; color: #fff; background-color: var(--DarKMagenta);  }

  .main-menu > li > .sub-menu > li + li > a { border-top:1px solid rgba(0, 0, 0, .3); }
  
  .main-menu > li > .sub-menu > li:hover > a { background-color: rgba(200,200,200); color:var(--Magenta); }

}

@media ( min-width: 1901px ) {

  html { font-size:16px; }

}

@media ( min-width: 992px ) and ( max-width: 1399px ) {

  :root {

    /*FONT SIZE*/
    --px12: 0.95rem;
    --px14: 1.075rem;
    --px15: 1.138rem;
    --px16: 1.2rem;
    --px17: 1.263rem;
    --px18: 1.325rem;
    --px20: 1.45rem;
    --px21: 1.55rem;
    --px22: 1.575rem;
    --px28: 1.95rem;
  }

}

@media ( max-width: 991px ) {

  html { font-size: 16px; }

  body { padding-top: 0; }
  
  body.mean-container .mean-bar { position: fixed; top: 0; left: 0; width: 100%; z-index: 3000; padding-top: 3.25rem; }

  body.mean-container.admin-bar .mean-bar { top: 32px; }
  
  body.mean-container .mean-nav {  }

  body.mean-container a.meanmenu-reveal { width: 2rem; box-sizing:border-box; padding:0; text-align: center; color: #fff; right:1rem !important; top:2.125rem; }

  body.mean-container a.meanmenu-reveal span { height: 3px; margin-top: 0; }

  body.mean-container a.meanmenu-reveal span + span { margin-top:.5rem; }

  body.mean-container .mean-nav ul li a.mean-expand { height: auto; padding: 7px 12px !important; }

  #main-content {
    overflow: hidden;
  }
  .phone-top {
    display: none;
  }
  .logo {
    position: fixed; top: 1rem; left: 1.25rem; z-index: 3000; max-width: 9.813rem;
  }
  #home-banner .div-block  {
    margin-bottom: 2.5rem;
  }
  #home-banner:before  {
    min-height: 24.25rem;
  }

  h1, .h1 {
    font-size: var(--px40);
  }
  #home-about .section-heading .flex .h1 {
    margin-bottom: 1.5rem;
  }
  #home-about picture img  {
    height: 15rem;
  }
  #home-about .featured-list .item {
    margin-bottom: 3rem;
  }
  #home-about .featured-list .item .svg {
    margin-bottom: 2rem;
  }

  .home-practice-list-wrap .control .sright {
    order: 2;
  }
  .home-practice-list-wrap .control .btn-wrap {
    order: 3;
  }

  #home-attorneys .div-block .flex {
    display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; align-items: center;
  }

  #home-attorneys {
    padding-bottom: 5rem;
  }

  #home-blog .blog-item-big .h2 {
    font-size: var(--px27);
  }
  #home-blog .blog-item-big picture img {
    height: 10.625rem;
  }
  #home-blog .blog-item-big {
    margin-bottom: 4rem;
  }
  #home-blog .blog-item-small {
    margin-bottom: 4rem;
  }
  #bottom-contact-section .content-block {
    padding: 4rem 1rem;
  }
  .footer-top {
    font-size: var(--px20);
  }

  #footer {
    text-align: center;
  }
  #footer * {
    justify-content: center;
  }

  #footer .bottom-links {
    margin: 4rem auto;
  }
  .main-menu li a {
    font-size: var(--px16); line-height: normal;
  }

  #about-main picture {
    margin-bottom: 2.5rem;
  }
  #about-main picture img {
    height: 15rem;
  }
  #about-main:after {
    display: none;
  }
  #about-middle {
    padding-bottom: 5rem; padding-top: 0;
  }
  #about-bottom .content {
    position: relative; z-index: 10;
  }
  #about-bottom .content .flex {
    display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; align-items: center;
  }
  #about-bottom .container {
    padding-bottom: 0;
  }
  .practice-main-list {
    display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; align-items: center;
  }
  .practice-main-list .item {
    width: 100%;
  }
  #practice-areas-single .page-nav-link .btn {
    order: 99;
  }
  #contact-main .map {
    margin-bottom: 4rem;
  }
  #contact-main .map .embed-responsive {
    min-height: 17rem;
  }

  #contact-main .content-block .contact-info {
    padding: 1.625rem 1.25rem; font-size: var(--px16);
  }
  #contact-main .content-block .contact-info a[href^="mailto:"] {
    display: block; word-break: break-all;
  }
  #contact-main .content-block .h1 {
    padding: 1.625rem 1.25rem;
  }

  #home-attorneys .video-block .embed-responsive {
    min-height: 18.75rem;
  }
  #play-btn-v4 svg {
    width: 6.625rem;
  }

  #bio-main .bio-bottom-images .col1 { margin-bottom:2.625rem; padding-top: 1.75rem; }

}

@media ( max-width: 767px ) {

}