
:root {
	--font1: "neue-haas-grotesk-display", sans-serif;
	--font3: "Font Awesome 5 Free";
	--gold: #c9ae48;
	--astroblue: #1d4657;
	--curiousblue: #759aab;
	--airy: #dce6ea;
	--fs90: 90px;
	--fs75: 75px;
	--fs60: 60px;
	--fs58: 58px;
	--fs55: 55px;
	--fs48: 48px;
	--fs45: 45px;
	--fs42: 42px;
	--fs40: 40px;
	--fs36: 36px;
	--fs34: 34px;
	--fs32: 32px;
	--fs30: 30px;
	--fs28: 28px;
	--fs26: 26px;
	--fs24: 24px;
	--fs23: 23px;
	--fs21: 21px;
	--fs20: 20px;
	--fs19: 19px;
	--fs18: 18px;
	--fs17: 17px;
	--fs16: 16px;
	--fs15: 15px;
	--fs14: 14px;
}

/* Ovewrite Bootstrap */
body {
	font-family: var(--font1);
	color: #000;
	font-size: var(--fs20);
	font-weight: 400;
	line-height: 1.7em;
}

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

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: var(--curiousblue);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-mz-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}

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

p:empty {
	display: none;
}

#wrapper {
	max-width: 2560px;
	margin: 0 auto;
}

.container, .container-full {
	max-width: 1786px;
	width: 95%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.container-full {
	max-width: 1920px;
	width: 100%;
}

.row {
	margin-left: 0;
	margin-right: 0;
	padding-left: 7%;
	padding-right: 7%;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
}

.clear {
	clear: both;
}

.col-md-6, .col-md-4, .col-md-8, .col-md-5, .col-md-7, .col-md-3, .col-md-2, .col-md-9 {
	padding-left: 0;
	padding-right: 0;
}

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

.flex, .flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-container {
	max-width: 1800px;
	padding: 0 15px;
	margin: 0 auto;
	justify-content: space-between;
}

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

h1, h2, h3, h4, h5, .h1 {
	font-size: var(--fs60);
	font-weight: 600;
	font-family: var(--font1);
	color: var(--astroblue);
	text-transform: none;
	line-height: 1.2em;
	margin-bottom: 30px;
}

h2 {
	font-size: var(--fs48);
	font-weight: 400;
}

h3 {
	font-size: var(--fs36);
	font-weight: 500;
	color: var(--astroblue);
	margin-bottom: 15px;
}

h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.7em;
}

h5 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: #393939;
	letter-spacing: 1px;
	line-height: 1.7em;
	margin-bottom: 0;
}

a.btn {
	background-color: var(--astroblue);
	color: #fff;
	text-transform: uppercase;
	font-size: var(--fs20);
	font-weight: 500;
	padding: 17px 45px 15px;
	border-radius: 0;
	letter-spacing: 0;
	text-decoration: none;
	line-height: 1.2em;
	white-space: pre-wrap;
	transition: all .5s ease-in-out;
}

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

a:hover > img {
	opacity: .8;
}

blockquote {
	border: 0;
	border-left: 5px solid var(--astroblue);
	padding: 10px 20px;
	margin-bottom: 40px;
	font-size: var(--fs36);
	font-weight: 400;
	line-height: 1.4em;
	color: #000;
}

blockquote strong {
	font-weight: 500;
}

hr {
	border-top: 5px solid var(--astroblue);
	max-width: 90px;
	margin: 20px 0 35px;
}

hr.center {
	margin-left: auto;
	margin-right: auto;
}

/* Header ---------------------------------------------*/
header#header .menu-content {
	align-items: center;
	justify-content: space-between;
}

header#header .logo {
	padding: 10px 0;
	width: 35%;
}

header#header .ph {
	font-size: var(--fs24);
	color: var(--astroblue);
	text-align: right;
	line-height: 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

header#header .ph ul {
	margin-left: 15px;
	display: flex;
}

header#header .ph ul li:before {
	content: "";
	background-color: var(--astroblue);
	height: 27px;
	width: 3px;
	display: inline-block;
	margin: 0 10px 0;
}

header#header .ph ul li:first-child:before {
	display: none;
}

header#header .ph a {
	font-weight: 600;
	font-size: var(--fs36);
	color: #000;
}

header#header .ph a:hover {
	color: var(--curiousblue);
}

header#header .menu-bottom {
	background-color: rgba(29, 70, 87, .15);
	position: relative;
}

.main-menu {
	flex-wrap: wrap;
	justify-content: center;
}

.main-menu > li {
	font-weight: 600;
	font-size: var(--fs26);
	line-height: 1.2em;
	text-transform: none;
	margin: 0 20px;
}

.main-menu > li > a {
	color: var(--astroblue);
	text-decoration: none;
	display: block;
	padding: 20px 0 15px;
	transition: all .5s;
	position: relative;
}

.main-menu li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: "";
	background: var(--curiousblue);
	height: 5px;
	transition: all .5s;
}

.main-menu > li > a:hover:after, .main-menu > li.current-menu-item > a:after, .main-menu > li.current-menu-parent > a:after, .main-menu > li.current-page-ancestor > a:after {
	width: 100%;
}

.main-menu ul li.current-menu-item > a, .main-menu li.menu-item-has-children ul li a:hover {
	background-color: var(--astroblue);
}

.main-menu li ul li a {
	padding: 6px 15px;
	display: block;
	text-align: left;
	font-size: var(--fs18);
	color: #fff;
	border-bottom: 1px solid var(--curiousblue);
	text-transform: none;
	font-weight: 400;
}

.main-menu li ul li:last-child a {
	border-bottom: 0;
}

/* 3 layers */
.main-menu li ul ul {
	top: 0;
	left: 100%;
	margin-top: -1px;
	width: 100%;
	white-space: nowrap;
	position: relative;
}

.main-menu li ul.sub-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
	background-color: #383b38;
}

.main-menu li ul.sub-menu::-webkit-scrollbar {
	width: 4px;
	background-color: #383b38;
}

.main-menu li ul.sub-menu::-webkit-scrollbar-thumb {
	background-color: #797979;
}

/* Menu fix section ---------------------------------------------*/
.menu-fixed-section {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 100;
}

/* Banner Section ---------------------------------------------*/
.banner-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.bgoverlay:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .74) 36%, rgba(255, 255, 255, .36) 50%, rgba(255, 255, 255, 0) 74%);
}

.bgoverlay > *, .bgoverlay {
	position: relative;
}

.banner-section h1 {
	font-weight: var(--fs60);
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #000;
	text-transform: none;
	font-style: normal;
}

.banner-section .banner {
	min-height: 380px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 6%;
	padding-top: 6%;
}

.banner-section .btext {
	max-width: 700px;
	font-weight: 400;
	font-size: var(--fs48);
	line-height: 1.1em;
	font-style: italic;
	color: var(--astroblue);
}

.rank-math-breadcrumb {
	margin-top: 10px;
	font-size: var(--fs16);
	color: #000;
}

.rank-math-breadcrumb p, .rank-math-breadcrumb span {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.rank-math-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.rank-math-breadcrumb a:hover {
	text-decoration: underline;
}

.rank-math-breadcrumb .separator {
	opacity: .7;
}

/* Main Content ---------------------------------------------*/
.main {
	background-color: var(--astroblue);
	padding: 50px 0;
}

.main > .container {
	background-color: #fff;
}

.inner-wrap {
	padding: 70px 0 40px;
}

.main-content .main-wrapper {
	padding-bottom: 60px;
}

.main-content p {
	margin: 0 0 30px;
}

.main-content ul {
	margin-left: 0;
	list-style-type: disc;
}

.main-content ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
}

.main-content ul li:before {
	content: "•";
	font-family: var(--font3);
	font-weight: 900;
	color: var(--astroblue);
	position: absolute;
	font-size: 30px;
	left: 0;
	top: -1px;
}

.main-content ul, .main-content ol {
	margin-bottom: 30px;
}

.main-content ul ul, .main-content ol ol {
	margin-bottom: 0;
}

.main-content .wp-caption {
	display: table;
	margin-bottom: 30px;
}

.main-content .wp-caption-text {
	display: table-caption;
	caption-side: top;
	color: #b29b55;
	font-size: 12px;
	font-style: italic;
}

.main-content .wp-caption p {
	margin: 0 0 20px;
}

.dark {
	color: #fff;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}

.dark a {
	color: var(--curiousblue);
}

.dark a:hover, .dark a:focus {
	color: #fff;
}

.dark a.btn, .bshomeflex a.btn {
	color: var(--astroblue);
	background-color: #fff;
}

.dark a.btn:hover, .bshomeflex a.btn:hover {
	color: #fff;
	background-color: var(--astroblue);
}

.main-content .sitecol {
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-content .sitecol .col {
	width: 50%;
}

.mcflex.flex {
	flex-wrap: wrap;
	justify-content: space-between;
}

.mcflex.flex .sidebar {
	width: 39%;
}

.mcflex.flex .mccontent {
	width: 51%;
	margin-bottom: 30px;
}

.sidebar > div {
	background-color: var(--curiousblue);
	border-radius: 12px;
	padding: 8% 10% 6%;
	margin-bottom: 30px;
}

.sidebar > div h2, .sidebar > div h3 {
	color: #fff;
}

.sidebar hr {
	border-top: 5px solid #fff;
}

.sidebar .side-form h2, .sidebar > div h2 {
	margin-bottom: 15px;
}

.sidebar .side-form h3 {
	color: var(--astroblue);
}

.sidebar .side-form .gform_wrapper input[type=submit] {
	padding-left: 20px !important;
	padding-right: 20px !important;
	display: block;
	width: 100%;
}

.sidebar .side-form .gform_wrapper .gfield_label {
	color: #fff;
}

.sidebar .side-form .gform_wrapper .gfield.gfield--width-third {
	grid-column: span 12;
}

.sidebar .side-form .gform_wrapper .gform_fields {
	grid-row-gap: 10px !important;
}

.sidebar .side-form .gform_wrapper {
	padding-top: 0;
}

.sidebar .side-form .gform_wrapper input[type=submit]:hover {
	background-color: #fff;
	color: var(--astroblue);
}

.sidebar > div.badges {
	background-color: transparent;
	border-radius: 12px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 2rem;
}

div.badges figure.superlawyers {}

div.badges figure.bbb {}

/* paginate ---------------------------------------------*/
.paginate {
	padding-top: 40px;
}

.paginate ul {
	margin-left: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.paginate ul li:before {
	display: none;
}

.paginate ul li {
	list-style: none;
	margin: 0 6px;
	padding-left: 0;
}

.paginate ul li a {
	color: #fff;
	background-color: var(--astroblue);
	border: 0;
	position: relative;
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/icon-prev.png");
	background-repeat: no-repeat;
	background-position: 20% 50%;
	padding: 18px 30px 18px 80px;
	text-decoration: none;
	font-size: var(--fs20);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2em;
}

.paginate ul li a:hover {
	background-color: var(--airy);
}

.paginate ul li a.nitro-lazy {
	background-image: none !important;
}

.paginate ul li.pright a {
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/icon-next.png");
	background-position: 80% 50%;
	padding-left: 25px;
	padding-right: 80px;
}

.paginate ul li.pright a.nitro-lazy {
	background-image: none !important;
}

/* About & Profile ---------------------------------------------*/
.atty-section {
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/bg-attys.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.atty-section.nitro-lazy {
	background-image: none !important;
}

.atty-section ul {
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.atty-section ul li {
	list-style: none;
	max-width: 490px;
	margin: 2% 3% 30px;
	width: 33%;
	font-size: var(--fs36);
}

.atty-section ul li a {
	color: #000;
}

.atty-section ul li a:hover .img {
	transform: scale(1.2);
	opacity: .8;
}

.atty-section ul li .img-wrap {
	overflow: hidden;
	height: 400px;
	margin-bottom: 30px;
}

.atty-section ul li .img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 400px;
	transition: transform .5s ease;
}

.atty-section ul li h2 {
	color: var(--astroblue);
	margin-bottom: 10px;
	font-weight: 500;
}

body.page-template-page-profile .banner-section {
	background-blend-mode: luminosity;
	background-color: #fff;
}

body.page-template-page-profile .banner-section.bgoverlay:before {
	background: linear-gradient(90deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .74) 36%, rgba(255, 255, 255, .36) 74%, rgba(255, 255, 255, 0) 88%);
}

body.page-template-page-profile .banner-section.bgoverlay:after {
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, .63);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

body.page-template-page-profile .banner-section.bgoverlay > * {
	z-index: 2;
}

body.page-template-page-profile .banner-section .banner {
	padding-bottom: 0;
	min-height: 320px;
}

body.page-template-page-profile .banner-section .btext {
	max-width: 100%;
	width: 100%;
}

.profileflex {
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0;
	align-items: center;
}

.profileflex video {
	width: 100%;
}

.profileflex .profileleft {
	width: 45%;
}

.profileflex .profileright {
	width: 43%;
}

.profileflex .profileright .img {
	min-height: 360px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

/* Practice Areas & Child ---------------------------------------------*/
.content-with-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	background-blend-mode: luminosity;
	background-color: #f2f2f2;
}

.content-with-bg.bgoverlay:before {
	background: linear-gradient(-90deg, rgba(236, 236, 236, 1) 0%, rgba(236, 236, 236, 1) 45%, rgba(243, 243, 243, .93) 55%, rgba(252, 252, 252, .63) 100%, rgba(252, 252, 252, 0) 100%);
}

.content-with-bg .mcright {
	width: 50%;
	margin-left: auto;
}

.full-width-content .main-wrapper {
	padding: 0 0 50px;
}

.mccolflex {
	flex-wrap: wrap;
	justify-content: space-between;
}

.mccolflex .mcleft {
	width: 43%;
}

.mccolflex .mcright {
	width: 50%;
}

.sidebar .side-areas {
	background-color: var(--astroblue);
	color: #fff;
}

.side-areas h2 {
	font-weight: 500;
}

.side-areas ul li:before {
	display: none;
}

.side-areas ul li {
	padding-left: 0;
	list-style: none;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	position: relative;
}

.side-areas ul > li > a {
	display: block;
	background-color: #fff;
	color: var(--astroblue);
	padding: 15px 25px 15px 25px;
}

.side-areas ul li a:hover {
	background-color: var(--curiousblue);
	color: #fff;
}

.side-areas ul li a.expand {
	position: absolute;
	right: 0;
	top: 10px;
	color: var(--astroblue);
	padding: 5px 7px;
	cursor: pointer;
	background-color: transparent;
	font-size: var(--fs18);
}

.side-areas ul li a.expand:before {
	content: "";
	font-weight: 900;
	font-family: var(--font3);
}

.side-areas ul li a.expand.active:before {
	content: "";
}

.side-areas > ul > li > a.expand:hover {
	color: var(--curiousblue);
	background-color: transparent;
}

.side-areas ul li ul {
	transition: opacity .5s ease-out;
	opacity: 0;
	height: 0;
}

.side-areas ul ul.subareas.active {
	opacity: 1;
	height: auto;
}

.side-areas ul ul.subareas > li {
	background-color: transparent;
	text-align: left;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 0;
	font-size: var(--fs18);
}

.side-areas ul ul li a:not(.expand) {
	color: #fff;
	background-color: var(--curiousblue);
	padding: 10px 30px 10px 15px;
	border-bottom: 1px solid #50798c;
}

.side-areas ul ul > li > a:not(.expand):hover, .side-areas ul ul ul li a:not(.expand):hover {
	background-color: var(--astroblue);
}

.side-areas ul ul a.expand {
	color: #fff;
	border-bottom: 0;
	background-color: transparent;
	top: 5px;
}

.side-areas ul ul a.expand:hover {
	color: var(--astroblue);
}

.side-areas ul ul ul li a:not(.expand) {
	padding-left: 30px;
	background-color: rgba(117, 154, 171, .4);
}

/* Reviews ---------------------------------------------*/
.mcreviews article.item {
	margin-bottom: 50px;
}

.mcreviews article.item .desc {
	border-left: 5px solid var(--astroblue);
	font-style: italic;
	padding: 15px 0 1px 20px;
	margin-bottom: 20px;
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/icon-quote.png");
	background-repeat: no-repeat;
	background-position: 20px 0;
}

.mcreviews article.item .desc.nitro-lazy {
	background-image: none !important;
}

.mcreviews article.item .desc p {
	margin: 0 0 20px;
}

.mcreviews article.item .auth {
	padding-left: 25px;
	font-weight: 500;
}

.mcreviews article.item .rate {
	color: var(--curiousblue);
}

.mcreviews article.item .auth em {
	font-weight: 400;
	display: block;
}

/* Blog ---------------------------------------------*/
.blog-filters {
	margin: 10px 0 30px;
}

.blog-filters .cat-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.blog-filters .cat-list .cat-item a {
	display: block;
	padding: 10px 16px;
	border: 1px solid #d9e2ea;
	border-radius: 999px;
	color: var(--astroblue);
	text-decoration: none;
	font-weight: 500;
}

.blog-filters .cat-list .cat-item.active a, .blog-filters .cat-list .cat-item a:hover {
	background-color: var(--astroblue);
	color: #fff;
	border-color: var(--astroblue);
}

.blog-filters .cat-list li::before {
	display: none;
}

.mcblog {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media (max-width: 991px) {
	.mcblog {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.mcblog {
		grid-template-columns: 1fr;
	}
}

.related-posts {
	margin-top: 60px;
}

.related-posts h3 {
	font-size: 22px;
}

.related-posts .mcblog {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 640px) {
	.related-posts .mcblog {
		grid-template-columns: 1fr;
	}
}

article.blogpost {
	margin: 0;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #d9e2ea;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

article.blogpost .mcblogheader {
	margin: 0;
	padding: 20px;
	border-left: 0;
	border-bottom: 1px solid #e5edf4;
}

article.blogpost h3 {
	margin-bottom: 6px;
	color: var(--curiousblue);
	font-weight: 500;
}

article.blogpost h3 a:hover {
	color: #000;
}

article.blogpost > div {
	padding-left: 0;
}

article.blogpost .meta {
	font-size: var(--fs16);
	color: #5f7283;
	display: flex;
	gap: 8px;
	align-items: center;
}

article.blogpost .featured-image, .single-blog .featured-image {
	min-height: 220px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0;
}

article.blogpost .featured-image:hover {
	opacity: .9;
	transition: opacity .3s ease;
}

article.blogpost .featured-image a {
	display: block;
	min-height: 220px;
	width: 100%;
	height: 100%;
}

.single-blog .featured-image {
	width: 100%;
	min-height: 290px;
	margin-bottom: 30px;
	margin-left: 0;
}

article.blogpost .mcblogtext {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
}

article.blogpost .mcblogtext p {
	margin: 0;
	flex: 1;
	font-size: 16px;
	line-height: 1.5em;
}

article.blogpost a.more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--curiousblue);
	font-weight: 600;
	text-decoration: none;
	font-size: var(--fs16);
	background-image: none;
	width: auto;
	height: auto;
}

article.blogpost a.more.nitro-lazy {
	background-image: none !important;
}

article.blogpost a.more:hover {
	color: #000;
}

.pdate {
	font-style: italic;
	margin-bottom: 30px;
	font-size: var(--fs18);
}

.single-blog h2.page-title {
	margin-bottom: 10px;
}

.single-blog .author-box {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-top: 40px;
	padding: 30px;
	border: 1px solid #d9e2ea;
	background-color: #f7fbff;
}

.single-blog .author-box__avatar img {
	display: block;
	width: 150px;
	height: 86px;
	border-radius: 0;
	object-fit: contain;
}

.single-blog .author-box__label {
	display: block;
	margin-bottom: 6px;
	font-size: var(--fs16);
	font-style: italic;
}

.single-blog .author-box__name {
	margin-bottom: 10px;
	color: var(--astroblue);
}

.single-blog .author-box__name a {
	color: inherit;
	text-decoration: none;
}

.single-blog .author-box__name a:hover {
	color: var(--curiousblue);
}

.single-blog .author-box__content p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.single-blog .author-box {
		flex-direction: column;
		padding: 24px;
	}
}

.sidebar .side-blog {
	background-color: var(--astroblue);
}

.sidebar .side-blog ul {
	margin: 0;
}

.sidebar .side-blog ul.recent-posts {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sidebar .side-blog ul.recent-posts li {
	margin: 0;
	padding-left: 0;
}

.sidebar .side-blog ul.recent-posts li:before {
	display: none;
}

.sidebar .side-blog ul.recent-posts a {
	display: flex;
	gap: 12px;
	align-items: center;
	text-decoration: none;
	color: var(--airy);
}

.sidebar .side-blog ul.recent-posts a:hover {
	color: #fff;
}

.sidebar .side-blog .rp-thumb {
	width: 80px;
	height: 80px;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}

.sidebar .side-blog .rp-meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sidebar .side-blog .rp-title {
	margin: 0;
	font-size: var(--fs20);
	font-weight: 600;
}

.sidebar .side-blog .rp-date {
	font-size: var(--fs16);
	color: #d1e0ea;
}

/* Videos ---------------------------------------------*/
.mcvideos {
	flex-wrap: wrap;
	justify-content: space-between;
}

.mcvideos article.item {
	align-items: center;
	margin-bottom: 35px;
	font-size: var(--fs36);
	font-weight: 500;
	color: var(--astroblue);
	line-height: 1.2em;
	width: 47%;
}

.mcvideos article.item .img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	max-width: 315px;
	min-height: 224px;
	max-height: 224px;
	position: relative;
	flex: 1 0 43%;
	margin-right: 35px;
}

.mcvideos article.item a {
	color: var(--astroblue);
}

.mcvideos article.item a:hover {
	color: var(--curiousblue);
}

.mcvideos article.item a.watch {
	height: 224px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mcvideos article.item a.watch:before {
	content: "";
	font-family: var(--font3);
	font-weight: 900;
	font-size: 29px;
	color: #fff;
	font-weight: 900;
	width: 60px;
	height: 60px;
	padding: 10px 17px;
	border: 2px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
}

.mcvideos article.item .img:hover {
	opacity: .8;
}

.mcvideos article.item a.watch:hover:before {
	color: var(--curiousblue);
	border: 2px solid var(--curiousblue);
}

.single-video .vid video {
	width: 100%;
	margin-bottom: 30px;
}

.yt-vid {}

.yt-vid .embed-responsive {
	padding-bottom: 55%;
}

.yt-vid .embed-responsive iframe {
	height: 100% !important;
	width: 100% !important;
}

/* Frontpage ---------------------------------------------*/
body.home .banner-section.bgoverlay:before {
	background: unset;
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/bg-blurred.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

body.home .banner-section .banner {
	padding-bottom: 0;
	display: block;
}

body.home .banner-section .btext {
	max-width: 100%;
}

.bshomeflex {
	font-style: normal;
	font-size: var(--fs20);
	color: #000;
	line-height: 1.7em;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.bshomeflex .bsleft {
	padding: 50px 0;
	width: 53%;
}

.bshomeflex .bsright {
	width: 37%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.bshomeflex h2 {
	font-style: italic;
	margin-bottom: 10px;
}

.bshomeflex p {
	margin: 0 0 15px;
}

.bshomeflex ul.bsboxes {
	margin: 0;
	flex-wrap: wrap;
	padding-top: 15px;
}

.bshomeflex ul.bsboxes li {
	list-style: none;
	padding: 10px;
	width: 50%;
}

.bshomeflex ul.bsboxes li:before {
	display: none;
}

.bshomeflex ul.bsboxes li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: var(--astroblue);
	border-radius: 12px;
	font-size: var(--fs20);
	font-weight: 600;
	text-transform: uppercase;
	padding: 25px 10px;
	min-height: 270px;
	transition: background .5s ease;
}

.bshomeflex ul.bsboxes li h2 {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	max-width: 93%;
	margin: 0 auto;
}

.bshomeflex ul.bsboxes li hr {
	border-top: 5px solid var(--curiousblue);
	margin: 15px auto 15px;
}

.bshomeflex ul.bsboxes li a:hover {
	background-color: var(--curiousblue);
}

.bshomeflex ul.bsboxes li a:hover hr {
	border-top: 5px solid #fff;
}

.home-content ul li:before {
	color: var(--curiousblue);
}

video {
	width: 100%;
}

.main-with-bg .mejs-video {
	height: 470px !important;
}

.main-with-bg .wp-video {
	width: 100% !important;
}

.main-with-bg video {
	height: 100% !important;
}

.main-content.main-with-bg {
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/bg-home-main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.main-content.main-with-bg.nitro-lazy {
	background-image: none !important;
}

.col2flex {
	flex-wrap: wrap;
	justify-content: space-between;
}

.col2flex .colleft {
	width: 43%;
	padding-top: 20px;
	margin-bottom: 30px;
}

.col2flex .colright {
	width: 50%;
}

.area-section {
	background-color: var(--curiousblue);
}

.area-section .astop {
	font-size: var(--fs48);
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	padding: 60px 0 50px;
}

.area-section .asareas ul {
	flex-wrap: wrap;
}

.area-section .asareas ul li {
	list-style: none;
	display: block;
	width: 33.3333%;
	position: relative;
}

.area-section .asareas ul li a {
	display: block;
	color: #fff;
}

.area-section .asareas ul li .img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}

.area-section .asareas ul li .overlay {
	position: absolute;
	bottom: 0;
	font-size: var(--fs36);
	text-transform: capitalize;
	line-height: 1.2em;
	top: 0;
	left: 0;
	right: 0;
	text-align: left;
	display: flex;
	align-items: flex-end;
}

.area-section .asareas ul li .overlay:before {
	background: linear-gradient(0deg, rgba(27, 70, 87, 1) 0%, rgba(29, 70, 87, .78) 24%, rgba(29, 70, 87, .25) 50%, rgba(29, 70, 87, .08) 100%);
}

.area-section .asareas ul li .obox {
	padding: 0 35px 30px;
	transition: padding .5s ease-in-out;
}

.area-section .asareas ul li hr {
	border-top: 5px solid var(--curiousblue);
}

.area-section .asareas ul li a:hover .obox {
	padding-bottom: 50px;
	transition: padding .5s ease-in-out;
}

.review-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-blend-mode: luminosity;
	background-color: var(--astroblue);
}

.review-section.bgoverlay:before {
	background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, .78) 80%, rgba(255, 255, 255, .6) 100%);
	z-index: 1;
}

.review-section.bgoverlay .row {
	z-index: 2;
}

.review-section h2 {
	font-weight: 600;
}

.review-section .rscontent {
	padding: 90px 0 70px;
}

.review-section .slick-reviews {
	padding-top: 50px;
	font-size: var(--fs32);
	line-height: 1.5em;
	max-width: 1070px;
	margin: 0 auto;
	width: 70%;
}

.review-section .slick-reviews .item .auth {
	padding-top: 20px;
	font-weight: 600;
	color: var(--curiousblue);
	font-size: var(--fs20);
}

.slick-reviews .slick-prev:before, .slick-reviews .slick-next:before {
	font-size: 0;
	opacity: 1;
}

.slick-reviews .slick-prev, .slick-reviews .slick-next {
	background: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/icon-arrowL.png") no-repeat !important;
	width: 41px;
	height: 22px;
	filter: opacity(.6);
}

.slick-reviews .slick-prev.nitro-lazy, .slick-reviews .slick-next.nitro-lazy {
	background: none !important;
}

.slick-reviews .slick-prev {
	left: -14%;
}

.slick-reviews .slick-next {
	background: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/icon-arrowR.png") 100% 0 no-repeat !important;
	right: -14%;
}

.slick-reviews .slick-next.nitro-lazy {
	background: none !important;
}

.slick-reviews .slick-prev:hover, .slick-reviews .slick-next:hover {
	filter: unset;
}

.bottom-section .bottom-content {
	padding: 90px 0 0;
}

.bottom-section h2.h1 {
	max-width: 940px;
}

.bottom-section .col2flex .colleft {
	padding-top: 0;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
	min-height: 450px;
	width: 43%;
}

.bottom-section .col2flex .colright {
	padding-bottom: 80px;
	width: 47%;
}

/* Contact ---------------------------------------------*/
iframe {
	width: 100% !important;
	height: 300px !important;
}

.map-section iframe {
	margin-bottom: -12px;
}

.sidebar .side-contact {
	background-color: var(--airy);
	padding: 7% 12%;
}

.side-contact a {
	color: var(--astroblue);
	text-decoration: none;
}

.side-contact a:hover {
	color: #000;
}

.side-contact .side-logo {
	max-width: 457px;
	margin: 0 auto 25px;
	width: 100%;
}

.side-contact .side-detail {
	flex-wrap: wrap;
	justify-content: space-between;
}

.side-contact .side-detail > div {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.side-contact .side-detail .sideloc {
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/icon-map.png");
}

.side-contact .side-detail .sideloc.nitro-lazy {
	background-image: none !important;
}

.side-contact .side-detail .sideph {
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/icon-phone.png");
}

.side-contact .side-detail .sideph.nitro-lazy {
	background-image: none !important;
}

.side-contact .side-detail .sideph ul {
	margin: 0;
}

.side-contact .side-detail .sideph ul li {
	list-style: none;
	font-weight: 500;
	padding-left: 0;
}

.side-contact .side-detail .sideph ul li:before {
	display: none;
}

.form-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: luminosity;
	background-color: var(--airy);
	position: relative;
}

.form-section.bgoverlay:before {
	background: rgba(242, 242, 242, .8);
}

.form-section .cform {
	padding: 60px 0 40px;
}

.cform h2 {
	margin-bottom: 5px;
	font-weight: 400;
}

.cform h3 {
	color: var(--curiousblue);
	font-size: var(--fs36);
	line-height: 1.2em;
	margin-bottom: 0;
	text-transform: none;
	font-weight: 400;
}

.gform_wrapper {
	padding-top: 20px;
}

.gform_wrapper .gform_heading {
	display: none;
}

.gform_wrapper form {
	text-align: left;
}

.gform_wrapper .gfieldlabelnone .gfield_label {
	display: none !important;
}

.gform_wrapper .gfield_label {
	font-weight: 400 !important;
}

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	border: 0;
	background-color: #fff;
	color: #000;
	padding: 12px 25px !important;
}

.gform_wrapper select {
	padding: 13px 20px 11px !important;
}

.gform_wrapper .gfield textarea.medium {
	height: 130px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 20px !important;
}

.gform_wrapper .gform_footer {
	text-align: center;
	justify-content: center;
	padding: 15px 0 20px !important;
}

.gform_wrapper input[type=submit] {
	border: 0;
	border-radius: 0;
	font-size: var(--fs20) !important;
	font-weight: 500;
	font-family: var(--font1);
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #fff;
	background-color: var(--astroblue);
	padding: 17px 90px 15px !important;
	transition: backgrouund .5s ease-in-out;
	white-space: pre-wrap;
}

.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus {
	background-color: var(--curiousblue);
	color: #fff;
}

.gform_wrapper input[type=text]::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.gform_wrapper input[type=text]:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.gform_wrapper input[type=text]:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder, .gform_wrapper select:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	background-color: #fff;
	color: #000;
	font-size: var(--fs18);
	padding: 10px 20px;
	border: 2px solid #20ab44;
	display: inline-block;
	margin-top: 30px;
	line-height: 1.5em;
	font-weight: 500;
}

/* Footer ---------------------------------------------*/
.footer-section {
	background-color: var(--curiousblue);
	position: relative;
}

.footer-section > * {
	position: relative;
}

.footer-section:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/logo-blur.png");
	background-repeat: no-repeat;
	background-position: -180px -195px;
	background-size: contain;
	max-height: 518px;
}

.footer-section .fscontent {
	padding: 60px 0 40px;
}

.footer-section a, .footer-section .designby a:hover, .fsmenu li a:hover {
	color: var(--astroblue);
	text-decoration: none;
}

.footer-section a.btn {
	padding-left: 25px;
	padding-right: 25px;
}

.footer-section .fstop {
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: space-between;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.footer-section .fstop .fstopright .fsloc {
	width: 100%;
}

.footer-section .fstop .fstopleft {
	width: 50%;
	justify-content: space-between;
}

.footer-section .fstop .fstopright {
	width: 40%;
	flex-wrap: wrap;
}

.footer-section .fstop .fstopright ul:first-of-type {
	width: 60%;
}

.footer-section .fstopright .title {
	width: 100%;
}

.footer-section .title {
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.footer-section .fsph {
	margin-bottom: 30px;
}

.footer-section .fscontact {
	margin-bottom: 20px;
}

.fssocial {
	display: flex;
	margin-bottom: 20px;
}

.fssocial a {
	color: #fff;
	background-color: var(--astroblue);
	font-size: var(--fs21);
	width: 50px;
	height: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 4px;
}

.fssocial a:hover {
	background-color: transparent;
}

.fssocial a:first-child {
	margin-left: 0;
}

.fssocial a:last-child {
	margin-right: 0;
}

.fsmenu {
	margin: 0;
}

.fsmenu li {
	list-style: none;
}

.footer-section .fsbottom {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-section .designby a, .fsmenu li a {
	color: #fff;
}

.designby img {
	vertical-align: middle;
	margin-left: 10px;
}

.footer-section .fscopy ul#menu-footer-menu {
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 30px;
}

.footer-section .quick-links-footer {
	flex-direction: column;
}

.footer-section .fsph a {
	font-size: 32px;
	font-weight: bold;
}

.slider-section .slick-slider [data-animation-in] {
	opacity: 0;
	animation-duration: 1.5s;
	transition: opacity .5s ease .3s;
}

.slideInLeft {
	-webkit-animation: slideInLeft 1.4s;
	-moz-animation: slideInLeft 1.4s;
	animation: slideInLeft 1.4s;
}

.slideInRight {
	-webkit-animation: slideInRight 1.4s;
	-moz-animation: slideInRight 1.4s;
	animation: slideInRight 1.4s;
}

.slideInUp {
	-webkit-animation: slideInUp 1.4s;
	-moz-animation: slideInUp 1.4s;
	animation: slideInUp 1.4s;
}

.slideInHalf {
	-webkit-animation: slideInHalf 1.4s;
	-moz-animation: slideInHalf 1.4s;
	animation: slideInHalf 1.4s;
}

.fadeIn {
	-webkit-animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	animation: fadeIn 2s;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes slideInHalf {
	0% {
		opacity: 0;
		transform: translateX(-5%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

/* Mobile ---------------------------------------------*/
#mobile-nav {
	overflow: hidden;
	position: relative;
	z-index: 102;
	margin: 0;
}

#mobile-nav.topcenter {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	top: 0;
	right: 0;
	position: absolute;
	background-color: #fff;
}

#mobile-nav.topcenter .mean-bar {
	background-color: rgba(29, 70, 87, .15);
	position: relative;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li a {
	background-color: var(--astroblue) !important;
	border-top: 1px solid rgba(255, 255, 255, .1) !important;
	font-size: var(--fs16);
}

.mean-container .mean-nav ul li a:hover {
	background-color: var(--curiousblue) !important;
	color: #fff !important;
}

.mean-container .mean-nav ul li li a {
	width: 100%;
}

.mean-container .mean-nav {
	margin-top: 56px !important;
}

.mean-container a.meanmenu-reveal {
	width: 50px !important;
	padding-top: 8px !important;
	color: var(--curiousblue) !important;
	font-size: 26px !important;
	margin: 0 auto;
	left: 0 !important;
	right: 0 !important;
	top: 8px;
}

.mean-container a.meanmenu-reveal span span span {
	margin-top: 9px;
}

.mean-container .mean-nav ul {
	max-height: 100vh;
	max-height: calc(100vh - 95px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.mean-container a.meanmenu-reveal span {
	margin-left: 0 !important;
	background: var(--curiousblue) !important;
	width: 50px !important;
	height: 4px !important;
	margin-top: 6px !important;
	border-radius: 3px;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: 20px !important;
}

.mean-container a.meanmenu-reveal.meanclose {
	padding-top: 15px !important;
}

/* Media ---------------------------------------------*/
@media (min-width: 600px) {
	ul.col2list {
		column-count: 2;
	}
}

@media (min-width: 640px) {
	.mcvideos article.item:first-child {
		width: 117%;
		margin-top: -70px;
		margin-right: -8.1%;
		margin-left: -8.2%;
		flex-direction: row-reverse;
		background-image: url("https://cdn-ileijbm.nitrocdn.com/upnQHNLnybUaXFaQPerlyTPZJOnXQWPn/assets/images/optimized/rev-95b82cc/roothlawfirm.com/wp-content/themes/roothlawfirm/images/bg-video-first.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left center;
		background-blend-mode: luminosity;
		background-color: #f2f2f2;
		position: relative;
		margin-bottom: 70px;
		padding: 60px 7%;
		justify-content: space-between;
		font-size: var(--fs60);
		font-weight: 600;
	}
	
	.mcvideos article.item:first-child:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(-90deg, rgba(236, 236, 236, 1) 0%, rgba(236, 236, 236, 1) 45%, rgba(243, 243, 243, .93) 55%, rgba(252, 252, 252, .63) 100%, rgba(252, 252, 252, 0) 100%);
	}
	
	.mcvideos article.item:first-child > * {
		position: relative;
	}
	
	.mcvideos article.item:first-child .img {
		max-width: 600px;
		min-height: 350px;
		max-height: 350px;
		flex: unset;
		width: 40%;
		margin-right: 0;
	}
	
	.mcvideos article.item:first-child a.watch {
		height: 350px;
	}
	
	.mcvideos article.item:first-child .desc {
		width: 50%;
	}
	
	.mcvideos article.item:first-child a.watch:before {
		font-size: 49px;
		width: 80px;
		height: 80px;
	}
	
	.mcvideos article.item:first-child.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.hideDesktop {
		display: none !important;
	}
	
	.main-menu li ul ul {
		top: -39px;
	}
	
	.main-section .sitecol .col {
		width: 50%;
	}
	
	.main-menu li ul {
		z-index: 1000;
		padding: 0;
		position: absolute;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		webkit-transition: opacity .05s 0s ease-in-out;
		-ms-transition: opacity .05s 0s ease-in-out;
		-o-transition: opacity .05s 0s ease-in-out;
		transition: opacity .05s 0s ease-in-out;
		-webkit-transition: 350ms;
		-moz-transition: 350ms;
		-o-transition: 350ms;
		transition: 350ms;
		/*overflow-y: auto;*/
		max-height: 400px;
		width: 160px;
	}
	
	.main-menu li ul li {
		background-color: #698897;
		display: block;
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
		height: 0;
		-webkit-transition: height 200ms ease-in-out;
		-moz-transition: height 200ms ease-in-out;
		-o-transition: height 200ms ease-in-out;
		transition: height 200ms ease-in-out;
		position: relative;
	}
	
	.main-menu li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
	
	.main-menu li:hover ul li {
		height: 51px;
	}
	
	.main-menu .menuflex > ul {
		background-color: #698897;
		width: unset;
	}
	
	.main-menu .menuflex > ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.main-menu .menuflex > ul > li {
		width: 33.3333%;
	}
	
	.menu-section {
		position: relative;
	}
	
	.main-menu li ul li a {
		border-bottom: 0;
	}
}

@media (max-width: 1829px) {
	.main-menu > li {
		font-size: var(--fs24);
	}
}

@media (max-width: 1616px) {
	.main-menu > li {
		font-size: var(--fs21);
	}
}

@media (max-width: 1599px) {
	:root {
		--fs90: 75px;
		--fs75: 60px;
		--fs60: 58px;
		--fs58: 55px;
		--fs55: 48px;
		--fs48: 45px;
		--fs45: 42px;
		--fs42: 40px;
		--fs40: 36px;
		--fs36: 34px;
		--fs34: 32px;
		--fs32: 30px;
		--fs30: 28px;
		--fs28: 26px;
		--fs26: 24px;
		--fs24: 21px;
		--fs23: 20px;
		--fs21: 20px;
		--fs20: 19px;
		--fs19: 18px;
		--fs18: 17px;
		--fs17: 16px;
		--fs16: 15px;
	}
}

@media (max-width: 1499px) {
	.bottom-section .col2flex .colleft {
		width: 48%;
	}
}

@media (max-width: 1420px) {
	.main-menu > li {
		font-size: var(--fs19);
	}
	
	.footer-section .fstop .fstopleft {
		width: 52%;
	}
	
	.bshomeflex ul.bsboxes li h2 {
		font-size: var(--fs42);
	}
}

@media (max-width: 1399px) {
	.sidebar > div h2 {
		font-size: var(--fs40);
	}
	
	.sidebar > div h3 {
		font-size: var(--fs32);
	}
	
	.mcvideos article.item {
		font-size: var(--fs32);
	}
	
	.bottom-section .col2flex .colright {
		width: 45%;
		padding-bottom: 0;
	}
}

@media (max-width: 1320px) {
	.main-menu > li {
		font-size: var(--fs17);
	}
	
	.main-menu .menuflex > ul > li {
		width: 50%;
	}
}

@media (max-width: 1299px) {
	.footer-section .fstop {
		width: unset;
	}
	
	.bshomeflex ul.bsboxes li h2 {
		font-size: var(--fs36);
	}
}

@media (max-width: 1225px) {
	.main-menu > li {
		font-size: var(--fs16);
	}
}

@media (max-width: 1180px) {
	.main-menu > li {
		margin: 0 15px;
	}
	
	header#header .ph {
		font-size: var(--fs21);
	}
	
	header#header .ph a {
		font-size: var(--fs30);
	}
	
	:root {
		--fs60: 55px;
		--fs55: 48px;
		--fs48: 42px;
	}
	
	.main-menu .menuflex > ul > li {
		width: 100%;
	}
	
	.main-menu .menuflex > ul {
		display: block;
	}
}

@media (max-width: 1099px) {
	header#header .menu-fixed-section {
		display: none !important;
	}
	
	.main-menu > li {
		margin: 0 10px;
	}
}

@media (max-width: 991px) {
	.hideMobile {
		position: relative;
	}
	
	.main {
		padding: 0;
	}
	
	.container {
		width: 100%;
	}
	
	header#header .logo, .mcflex.flex .mccontent, .mcflex.flex .sidebar, .main-content .sitecol .col, .footer-section .fstop .fstopleft, .footer-section .fstop .fstopright, .profileflex .profileleft, .profileflex .profileright, .mcvideos article.item, .col2flex .colleft, .col2flex .colright, .bottom-section .col2flex .colleft, .bottom-section .col2flex .colright, .bshomeflex .bsleft, .bshomeflex .bsright, .content-with-bg .mcright, .mccolflex .mcleft, .mccolflex .mcright, .area-section .asareas ul li {
		width: 100%;
	}
	
	header#header .menu-content {
		flex-wrap: wrap;
	}
	
	header#header .menu-bottom {
		margin-bottom: 60px;
	}
	
	header#header .ph, .bshomeflex .bsleft .bsboxes, .area-section .asareas ul li .overlay:before {
		display: none;
	}
	
	header#header .logo {
		text-align: center;
	}
	
	.main-menu > li {
		margin: 0;
	}
	
	.footer-section .fstop .fstopleft {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 30px;
	}
	
	.footer-section .fscontact {
		margin-right: 15%;
	}
	
	.atty-section ul li {
		width: 44%;
	}
	
	.atty-section ul li .img, .atty-section ul li .img-wrap {
		height: 260px;
	}
	
	.profileflex .profileleft {
		margin-bottom: 30px;
	}
	
	.bottom-section .bottom-content {
		padding-top: 60px;
	}
	
	.bottom-section .col2flex .colleft {
		min-height: unset;
	}
	
	.bottom-section .col2flex .colright {
		padding-bottom: 40px;
	}
	
	.bshomeflex .bsleft {
		z-index: 3;
		padding-top: 320px;
	}
	
	.bshomeflex .bsright {
		background-position: 45% 0;
		min-height: 500px;
		z-index: 1;
		top: 20px;
		position: absolute;
		bottom: 0;
	}
	
	.bshomeflex {
		flex-direction: column-reverse;
	}
	
	body.home .banner-section.bgoverlay:before {
		background: linear-gradient(0deg, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .9) 80%, rgba(255, 255, 255, 0) 100%);
		z-index: 2;
		top: 270px;
	}
	
	.area-section .asareas ul li .img {
		min-height: unset;
	}
	
	.area-section .asareas ul li .overlay {
		position: relative;
		justify-content: center;
	}
	
	.area-section .asareas ul li hr {
		margin-left: auto;
		margin-right: auto;
		border-top: 5px solid #fff;
	}
	
	.area-section .asareas ul li a:hover .obox {
		padding-bottom: 30px;
		color: var(--astroblue);
	}
	
	.banner-section {
		background-position: 80% center;
	}
	
	.asareas {
		padding: 0 30px;
	}
}

@media (max-width: 599px) {
	.footer-section .fscontact {
		margin-right: 5%;
	}
	
	.atty-section ul li {
		width: 100%;
	}
	
	.atty-section ul li .img, .atty-section ul li .img-wrap {
		height: 340px;
	}
}

@media (max-width: 479px) {
	:root {
		--fs60: 44px;
	}
}

/* Pagination numbers between Previous/Next */
.paginate ul li.pnums {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 10px;
}

.paginate ul li.pnums a, .paginate ul li.pnums .page-numbers.current {
	color: #fff;
	background-color: var(--astroblue);
	background-image: none;
	padding: 18px 20px;
	text-decoration: none;
	font-size: var(--fs20);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
}

.paginate ul li.pnums a.nitro-lazy, .paginate ul li.pnums .page-numbers.current.nitro-lazy {
	background-image: none !important;
}

.paginate ul li.pnums a:hover, .paginate ul li.pnums .page-numbers.current {
	background-color: var(--airy);
}
