
:root {
	--black: #000;
	--yellow: #f2b826;
	--white: #fff;
	--green: #2f5348;
	--grey: #5d5d5d;
	--body-size: 16px;
	--heading-size: 50px;
	--h1: 45px;
	--h2: 43px;
	--h3: 35px;
	--h4: 30px;
	--h5: 25px;
	--h6: 20px;
	--primary-font: "Arboria-Book";
	--primary-bold: "Arboria";
	--secondary-font: "Gotham";
}

/* Reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	height: 100%;
	font-family: var(--secondary-font);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--primary-font);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

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

/*========================================================================== */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

/* Grouping content
     ========================================================================== */

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

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

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */
a {
	text-decoration: none;
	cursor: pointer;
	color: var(--yellow);
}

a:hover {
	color: var(--green);
}

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

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

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

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

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
	width: auto;
	height: auto;
	max-width: 100%;
}

/* Forms
     ========================================================================== */

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

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

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

body select {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	background-image: url("https://www.benjaminlevinelaw.com/nitropack_static/gajjLKrMFYAXgwVaXsEOJPTNdTsHaIlo/assets/images/optimized/rev-1cbb3b1/www.benjaminlevinelaw.com/wp-content/themes/benjamin-theme/img/arrow1.svg") !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 15px) center !important;
	margin-right: 20px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	background-size: 20px !important;
	color: rgba(255, 255, 255, .5);
	outline: none;
}

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

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: .35em .75em .625em;
}

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

body select.nitro-lazy {
	background-image: none !important;
}

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
	outline: none;
	box-shadow: none;
	display: block;
	height: 7rem;
}

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

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

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

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

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

/* Interactive
     ========================================================================== */

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

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

/* Misc
     ========================================================================== */

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

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

/*****************BSD Common Css*****************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: var(--heading-color);
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: var(--primary-bold);
}

p:last-child {
	margin-bottom: 0;
}

h1, .h1 {
	font-size: var(--h1);
}

h2, .h2 {
	font-size: var(--h2);
}

h3, .h3 {
	font-size: var(--h3);
}

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

h5, .h5 {
	font-size: var(--h5);
}

h6, .h6 {
	font-size: var(--h6);
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, .5) !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, .5) !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, .5) !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, .5) !important;
}

.placeholder {
	color: rgba(0, 0, 0, .5) !important;
}

.dark-bg-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, .75) !important;
}

.dark-bg-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, .75) !important;
}

.dark-bg-form :-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, .75) !important;
}

.dark-bg-form :-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, .75) !important;
}

.dark-bg-form .form-control {
	color: #fff !important;
	border-bottom: 1px solid #fff;
}

.dark-section * {
	color: #fff !important;
}

/*Wordpress*/
.alignnone {
	margin: 5px 20px 20px 0;
}

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

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*wordpress end*/

/*--------------List Style---------------*/
ol, ul {
	padding-left: 0;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}

ul li {
	position: relative;
	padding-left: 30px;
	transition: all .3s ease;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}

ul li::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("https://www.benjaminlevinelaw.com/nitropack_static/gajjLKrMFYAXgwVaXsEOJPTNdTsHaIlo/assets/images/optimized/rev-1cbb3b1/www.benjaminlevinelaw.com/wp-content/themes/benjamin-theme/img/icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	top: 8px;
	left: 0px;
	bottom: 0;
}

ul.list-col-2 {
	column-count: 2;
}

ol {
	counter-reset: section;
}

ol li::before {
	counter-increment: section;
	position: absolute;
	content: "";
	content: " " counter(section) ".";
	top: 5px;
	left: 7px;
	bottom: 0;
}

ol li {
	position: relative;
	padding-left: 30px;
	transition: all .3s ease;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}

.no-list-ul ul {
	padding: 0;
	margin: 0;
}

.no-list-ul ul li:before {
	content: none;
}

.no-list-ul ul li {
	padding: 0;
}

/*--------------List Style---------------*/

/*------Nav Menu------*/
.nav-menu {
	position: relative;
}

.nav-menu li {
	position: relative;
}

.nav-menu>ul {
	list-style: none;
	padding: 0px 10px 0px 10px;
	margin: 0;
	display: flex;
	justify-content: center;
}

.nav-menu>ul.menu>li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.nav-menu .menu>li>a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 0px;
	right: 0;
	margin: auto;
	bottom: 10px;
	transition: all .4s ease-in-out;
	opacity: 0;
	background: var(--yellow);
}

.nav-menu ul li .sub-menu li.current-menu-item a {
	color: #fff;
	background: #003983;
	border: none;
}

body .nav-menu .menu>li.current-menu-ancestor:after {
	border: solid var(--yellow);
	border-width: 0 1.5px 1.5px 0;
}

.nav-menu .menu>li.current-menu-item>a:before, .nav-menu .menu>li.current-menu-ancestor a:before {
	opacity: 1;
	width: calc(100% - 15px);
}

.nav-menu .menu>li.current-menu-item>a, .nav-menu .menu>li.current-menu-ancestor > a {
	color: var(--yellow);
}

.nav-menu .menu li:first-child {
	margin-left: 0;
}

.nav-menu .menu li:last-child {
	margin-right: 0;
}

/* This hides the dropdowns */
.nav-menu>ul>li>a {
	color: white;
	padding: 15px 5px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	transition: none;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: .32px;
	text-transform: uppercase;
	font-family: var(--primary-font);
}

.new_header .nav-menu > ul > li > a:hover {
	color: var(--yellow);
}

.header-logo a {
	display: flex;
}

.nav-menu>ul>li:last-child a {
	margin-right: 0;
}

.nav-menu>ul>li:first-child:before {
	transform: translateX(0);
}

.nav-menu>ul>li:before {
	transform: translateX(-100%);
	opacity: 0;
}

/* Display the dropdown */
.nav-menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	z-index: 1;
	margin: 0;
	padding: 0;
	min-width: 150px;
	transition: all linear .1s;
	transition: all .25s ease-out;
	background-color: #fff;
	visibility: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.nav-menu ul li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.nav-menu ul li:hover li {
	float: none;
}

.nav-menu .sub-menu li.menu-item-has-children:hover>a, .nav-menu ul li:hover li a:hover, .nav-menu ul li:hover li.current-menu-item, .single-post .nav-menu>ul>li.more-menu-item>ul>li.news-menu-item>a, .archive.category .nav-menu>ul>li.more-menu-item>ul>li.news-menu-item>a, .single-career .nav-menu>ul>li.more-menu-item>ul>li.careers-menu-item>a, .single-team .nav-menu>ul>li.more-menu-item>ul>li.team-menu-item>a, .single-community .nav-menu>ul>li.more-menu-item>ul>li.community-menu-item>a, .nav-menu .sub-menu>li.current-menu-ancestor>a, .nav-menu .sub-menu>li.current-menu-item>a {
	background-color: var(--yellow);
	color: #fff;
}

.nav-menu .sub-menu li.menu-item-has-children>a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

.nav-menu .sub-menu li.menu-item-has-children:hover>a:before, .nav-menu .sub-menu li.menu-item-has-children.current-menu-item>a:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

.nav-menu li ul li {
	border-top: 0;
	display: block;
	margin: 0;
	border-bottom: 0px solid #ddd;
}

.nav-menu li ul li+li {
	border-top: 0px solid #fff;
}

/* Displays second level dropdowns to the right of the first level dropdown */
.nav-menu ul ul ul {
	left: 100%;
	top: 0;
}

/* Simple clearfix */
.nav-menu ul:before, .nav-menu ul:after {
	content: " ";
	display: table;
}

.nav-menu ul:after {
	clear: both;
}

.nav-menu .sub-menu {
	background: var(--black);
	min-width: 16rem;
	text-align: left;
	box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, .35);
}

.nav-menu ul li .sub-menu li a {
	padding: .75rem 1rem;
	line-height: normal;
	margin: 0;
	border: none;
	color: #fff;
	display: block;
	white-space: normal;
	font-weight: 500;
	transition: none;
	font-size: 16px;
}

.nav-menu ul li .sub-menu li a:hover {
	color: #fff;
	background: #000;
	border: none;
}

.nav-menu>.menu>li.menu-item-has-children:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	top: -3px;
	bottom: 0px;
	margin: auto;
	right: -8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid white;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 3px;
}

#responsive-menu-wrapper #responsive-menu li ul {
	text-transform: none;
}

.nav-menu>.menu>li.current-menu-item.menu-item-has-children:after, .nav-menu>.menu>li.current-menu-ancestor.menu-item-has-children:after {
	color: #fff;
}

.header.shrink .nav-menu>.menu>li.current-menu-item.menu-item-has-children:after, .header.shrink .nav-menu>.menu>li.current-menu-ancestor.menu-item-has-children:after {
	color: #fff;
}

.nav-menu .sub-menu .sub-menu:before {
	content: none !important;
}

.nav-menu>.menu>li.menu-item-has-children ul:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 25px;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	width: 0;
	height: 0;
	opacity: 1;
	z-index: 5;
}

.nav-menu .sub-menu li.menu-item-has-children.current-menu-ancestor.current-menu-parent>a:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	top: 0;
	bottom: 3px;
	margin: auto;
	right: 15px;
}

/*--------nav menu end-----------*/

/* header mobile menu */
.menu-close-button {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 5px;
	top: 10px;
	cursor: pointer;
	z-index: 1;
}

.menu-close-button:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	top: 0;
	right: 15px;
	background: white;
	transform: rotate(45deg);
}

.menu-close-button:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 30px;
	top: 0;
	right: 15px;
	background: white;
	transform: rotate(-45deg);
}

.menu-wrap {
	background-color: var(--black);
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	right: -100%;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .5s;
	z-index: 12;
	z-index: 99999999;
	display: flex;
	justify-content: center;
	max-width: 100%;
}

.menu-full-wrapper {
	width: 100%;
	position: relative;
}

.menu-show {
	right: 0;
	box-shadow: none;
	display: block;
	width: 100%;
	max-width: 450px;
}

.menu-sidebar {
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
	margin-left: auto;
	height: 100%;
	padding-top: 70px;
	font-size: 16px;
	font-weight: 400;
}

.menu-bar-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0;
}

.menu-sidebar .menu-bar-wrapper li a {
	font-size: 15px;
}

.menu-sidebar .menu-bar-wrapper li {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .55);
	padding: 0;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
	border-top: 1px solid rgba(255, 255, 255, .55);
}

.menu-sidebar .menu-bar-wrapper li:last-child {
	border: none;
}

.menu-sidebar .menu-bar-wrapper li>a {
	color: white;
	padding: 10px 20px;
	position: relative;
	display: block;
	line-height: 1.7;
}

.menu-sidebar .menu-bar-wrapper li>a:hover::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper li>a:hover {
	background-color: var(--yellow);
	color: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper ul>li:hover {
	color: #fff;
}

@media (max-width:767px) {
	.menu-sidebar .menu-bar-wrapper li:hover .sidebar-menu-arrow:after {
		border-color: #000;
	}
	
	.btm-sc-media {
		margin-top: 30px;
	}
}

.menu-sidebar .menu-bar-wrapper li>a:hover::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item>a, .menu-sidebar .menu-bar-wrapper li.current-menu-parent>a {
	background-color: var(--yellow);
	color: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent>.sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent>.sidebar-menu-arrow.responsive-up-arrow::after {
	border-color: #fff;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
	background: none;
}

.menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
	color: #fff;
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
	font-weight: 500;
	background-color: #2828ff;
	color: #fff;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link+.sidebar-menu-arrow::after {
	background-image: url("https://www.benjaminlevinelaw.com/wp-content/themes/images/angle-down.svg");
}

.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
	opacity: 1;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
	position: relative;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
	display: none;
	background: none;
	width: 100%;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0px;
}

.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
	padding-left: 35px;
}

.menu-sidebar .sub-menu .sub-menu li a {
	padding-left: 45px !important;
}

.sidebar-menu-arrow::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	transform: rotate(135deg);
	top: 0;
	bottom: -2px;
	margin: auto;
	right: 0;
	left: 0;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
	transform: rotate(-45deg);
	display: block;
}

.menu-sidebar .menu-bar-wrapper li .sub-menu li a::after {
	display: none;
}

/*Hamburger Button*/
.header-aside-col {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	padding-right: 70px;
}

.logo-wrapper a {
	padding: 9px 0;
}

.logo-wrapper {
	padding-right: 0;
	margin-right: 0;
}

.menu-button {
	padding: 7px 7px;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-align: center;
	transition: all .3s ease-in-out;
	cursor: pointer;
	display: none;
	border-radius: 0;
	z-index: 999;
	top: 0;
	right: 0;
	border: 0px solid #fff;
}

.menu-button .menu-bar {
	position: relative;
	border-radius: 0px;
	width: 35px;
	transition: .5s;
	opacity: 1;
	margin: auto;
}

.menu-button .menu-bar-top {
	border: 2px solid var(--yellow);
	border-bottom: none;
}

.menu-button .menu-bar-middle {
	height: 2px;
	background-color: var(--yellow);
	margin-bottom: 3px;
	margin-top: 8px;
	right: 0;
	left: auto;
	width: 35px;
	margin-right: 0px;
}

.menu-button .menu-bar-bottom {
	border: 2px solid var(--yellow);
	border-top: none;
	margin-top: 8px;
	width: 35px;
	margin-right: 0;
}

.button-open {
	z-index: 16;
}

.menu-button.button-open {
	background: none;
	z-index: 9999;
	right: 15px;
	border-color: var(--yellow);
}

.button-open .menu-bar {
	opacity: 1;
}

.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(9px, 9px);
	transition: .5s;
}

.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}

.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(5px, -5px);
	transition: .5s;
	right: 0;
}

.menu-button.button-open .menu-bar-top {
	border-color: #fff !important;
}

.menu-button.button-open .menu-bar-bottom {
	border-color: #fff !important;
}

.menu-logo-wrapper {
	width: 50%;
	padding-left: 1rem;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 274px;
}

.nav-open-menu {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	touch-action: none;
	-ms-touch-action: none;
}

.menu-sidebar .sub-menu {
	list-style: none;
}

.justify-items-center {
	place-items: center;
}

/*********mobile menu css end*********/
.click-here {
	color: var(--green);
	text-decoration: underline;
}

.click-here:hover {
	text-decoration: none;
}

.right-image-layout img {
	height: 668px;
	object-fit: cover;
}
