/*
 Theme Name: CmdaLaw
 Theme URI: https://www.webworkerme.com/
 Author: webworkerme
 Author URI:
 Description: CMDLAW Custom Theme.
 Version: 1.0
 License: GNU General Public License

 -------------------------------------------------------------- */
/* Reset
 -------------------------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button, input, select, textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */

	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline;
	vertical-align: middle;
	/* Improves appearance and consistency in all browsers */

}
button, input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

	overflow: visible;
	/* Corrects inner spacing displayed oddly in IE6/7 */

}
* {
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	display: inline-block;
}
header {
	padding: 5px 0px 10px 0px;
}
h1, h2, h3, .entry-title {
	margin: 1em 0 .5em;
}
body {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #171717;
}
img {
	max-width: 100%;
}
#menu-main-menu {
	text-align: right;
	width: 100%;
	display: block;
	line-height: 80px;
}
#menu-main-menu li a {
	color: #00457c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 15px 10px 0px;
	line-height: 20px;
}
.navbar.navbar-expand-md.navbar-light {
	padding: 0px;
}
#menu-main-menu li a:hover {
	color: #ff9900;
}
.navbar-nav .dropdown-menu li a {
	line-height: 100% !important;
}

.navbar-nav ul.dropdown-menu li {

	display: block !important;
	width: 100%;
}

.navbar-nav ul.dropdown-menu li:last-child a {
	border-bottom: 0px !important;
}
.navbar-nav .dropdown-toggle::after {

	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: 0.15em;
	content: "\f078";
	border: 0px !important;
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-right: 10px;
}

.navbar-nav ul.dropdown-menu li a:hover, .navbar-nav ul.dropdown-menu li a:focus {
	background: transparent !important;
}
.banner-txt {
	padding: 80px 0px;
}
.banner-txt .siteorigin-widget-tinymce h2 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 20px !important;
}
.banner-txt .siteorigin-widget-tinymce p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.banner-txt input[type="text"] {
	background: transparent;
	color: #ff9900;
	border: 0px;
	z-index: 9999;
	position: relative;
	width: 100%;
	padding: 11px 14px;
}
.banner-txt input[type="submit"] {

	position: absolute;
	right: 0px;
	z-index: 9999;
	cursor: pointer;
	padding: 10px 0px;
	border: 0px;
	background: top;
	width: 30px;
	text-indent: -85px;
}
.banner-txt .search::after {

	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	right: 13px;
	top: 13px;
	color: #00457c;
}
.banner-txt select {
	cursor: pointer;
	min-height: 42px;
	background-color: rgba(255,255,255,.8);
	padding: 5px 14px;
	color: #ff9900;
	border: 0px;
	display: block;
	width: 100%;
	border-radius: 5px;
}
.search, .select-practice {
	position: relative;
	display: inline-block;
}
.select-practice option {
	min-height: 30px;
}
.select-practice::after {

	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	top: 11px;
	right: 15px;
}
.banner-txt .search:before {
	content: "";
	background-color: rgba(255,255,255,.8);
	padding: 5px;
	width: 100%;
	position: absolute;
	left: 0px;
	height: 42px;
	border-radius: 5px;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	opacity: 1;
	font-family: 'Roboto Slab', serif;
}
::-moz-placeholder {/* Firefox 19+ */
	opacity: 1;
	font-family: 'Roboto Slab', serif;
}
:-ms-input-placeholder {/* IE 10+ */
	opacity: 1;
	font-family: 'Roboto Slab', serif;
}
:-moz-placeholder {/* Firefox 18- */
	opacity: 1;
	font-family: 'Roboto Slab', serif;
}
.banner-txt .txt-before span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	width: 65px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.banner-txt .txt-before span::after {
	content: "";
	background: #fff;
	height: 2px;
	position: absolute;
	width: 16px;
	left: -0px;
	top: 11px;
}
.banner-txt .txt-before span::before {

	content: "";
	background: #fff;
	height: 2px;
	position: absolute;
	width: 16px;
	right: 0px;
	top: 11px;
}
.firm-news .owl-nav {
	position: absolute;
	top: -2px;
	right: 0px;
}
.owl-stage {
	line-height: 100%;
}
.firm-news {
	text-align: center;
	position: relative;
	padding: 0px 0px;
}
.firm-news span {

	color: #00457c;
	font-weight: bold;
}
.firm-news .owl-theme a {
	color: #00457c;
	text-decoration: underline;
  line-height:20px;
}
.firm-news .owl-nav button {

	margin: 0px 10px 0px 0px !important;
	display: inline-block;
	vertical-align: top;
}
.firm-news .owl-nav button:last-child {
	margin: 0px !important;
}
.firm-news .owl-nav button .fa {
	padding: 5px 6px;
	font-size: 10px;
	background: #ff9900 !important;
	border-radius: 5px;
}

.head-title h1 {

	font-size: 32px;
	display: block;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
}
.map-location .siteorigin-widget-tinymce, .map-location .siteorigin-widget-tinymce a {

	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.page-title h2 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 33%;
	margin: 0px;
}
.page-id-14 .page-title {
	min-height: 245px;
}
.practice-area {
	background-size: cover !important;
	background: url(/wp-content/uploads/2018/09/Single-Practice-Area-banner.png) no-repeat;
}
.practice-area .page-title {
	min-height: 245px;
}
.page-title {
	min-height: 245px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.loc {
	padding: 50px 0px;
}
.cnt-page #panel-20-0-0-0 {
	border-right: 2px solid #b9b9b9;
	padding-right: 15px;
}
.right-txt {

	text-align: right;
}
.cnt-page h3 {
	font-size: 20px;
	color: #00457c;
	font-weight: bold;
	margin-top: 0px;
}
.cnt-page h4 {
	font-weight: bold;
	color: #171717;
}
.cnt-page a {

	color: #171717;
	font-weight: bold;
}
.cnt-page .add-list ul li {
	width: 45%;
	float: left;
	padding: 15px 0px 0px 0px;
	font-weight: normal;
}
.cnt-page .add-list ul li:nth-child(2n) {
	float: right;
}
.btm-add h4 {
	padding: 10px 0px 20px 0px;
}
.btm-add ul li {
}
.cnt-page input, .cnt-page textarea {

	background: #e6e6e6;
	border: 1px solid #cacaca;
	border-radius: 2px;
	box-shadow: none;
	display: block;
	width: 100%;
	padding: 10px 10px;
	color: #777777;
	font-size: 14px;
	font-weight: 200;
}
.cnt-page .row {
	margin-bottom: 10px;
}
.cnt-page .row p {
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0px;
}
.cnt-page .row input[type="submit"] {
	background: #00457c;
	cursor: pointer;
	box-shadow: none;
	border: 0px;
	width: 35%;
	float: right;
	padding: 10px 40px !important;
	color: #fff;
	font-size: 16px;
}
.img-width .sow-image-container img {

	width: 100%;
	height: 100%;
}
.img-width #pgc-20-2-0 {
	position: relative;
}
.img-width #pgc-20-2-0::after {

	content: "";
	color: #b9b9b9;
	height: 99%;
	width: 0px;
	position: absolute;
	right: -15px;
	top: 0px;
	border-right: 2px solid;
}
.filter {
	border-radius: 5px;
	background: #e6e6e6;
	padding: 5px 10px;
	border: 1px solid #cacaca;
	margin-bottom: 20px;
}
.filter select, .filter input {
	width: 100%;
}
.filter ul li {
	width: 20%;
	font-size: 14px;
}
.filter ul li:nth-child(1) a {
	color: #171717;
}
.filter ul li:nth-child(3), .filter ul li:nth-child(4) {
	margin-right: 20px;
}

.filter .form::after, #searchsubmit {
	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	right: 13px;
	top: 10px;
	color: #00457c;
}
.filter .button.button--submit {
	position: absolute;
	right: 0px;
	z-index: 9999;
	cursor: pointer;
	padding: 10px 0px;
	border: 0px;
	background: top;
	width: 30px;
	text-indent: -9999px;
}
#searchsubmit {
	position: absolute;
	right: 0px;
	z-index: 9999;
	cursor: pointer;
	padding: 10px 0px;
	border: 0px;
	background: top;
	width: 30px;
	text-indent: -9999px;
	top: 0px;
}
#searchform {
	position: relative;
}
.filter ul li:nth-child(2) {
	width: auto;
	margin-right: 10px;
}
.filter ul li input, .filter ul li select {
	color: #00457c;
	padding: 5px 10px;
	border: 1px solid #cacaca;
	border-radius: 5px;
	height: 35px;
}
.filter ul li:nth-child(1) {
	width: auto;
	border-right: 1px solid #999999;
	padding: 0px 15px;
	margin-right: 10px;
}
.home #primary {
	padding: 0px;
}
#primary {
	padding: 50px 0px;
}
.all-atorney img {

	max-width: 100%;
}
.all-atorney  image {
	float: left;
}
.all-atorney {

	background: #f1f1f1;
	border: 1px solid #cacaca;
	border-radius: 5px;
}
.attorney-field {

	padding: 5px 10px;
}
.attorney-field h4 a {
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #00457c;
}
.attorney-field ul li i {
	color: #00457c;
	margin-right: 8px;
	font-size: 14px;
}
.attorney-field ul li a {

	color: #171717;
	font-size: 14px;
	display: block;
}
.clear {
	clear: both;
}
.attorney-field ul li:last-child a {
	color: #00457c;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
}
.attorney-field ul li {
	display: block;
	padding: 3px 0px;
}
.attorny-btn {
	width: 100%;
	padding-bottom: 15px;
}
.attorny-btn  a {
	color: #00457c;
	font-size: 14px;
	margin-right: 20px;
}
.attorny-btn a i {
	margin-right: 5px;
}
.fa.fa-phone {
	transform: rotate(250deg);
}
.column.list-group-item {

	float: none;
	width: 100%;
	margin-bottom: 20px;
	flex: 100%;
	max-width: 100%;
	border: 0px;
	padding: 0px;
}
.column.list-group-item .all-atorney {

	float: left;
	width: 100%;
}
.column.list-group-item .image {

	float: left;
}
.column.list-group-item .attorney-field ul li {

	padding: 3px 0px;
	display: block;
}
.column.list-group-item .attorney-field {
	float: left;
	margin-left: 10px;
}
.attorney-single {
	background: url(/wp-content/uploads/2018/09/Single-Attorney-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.single-img {
	float: left;
	margin-right: 20px;
}
.head-attorney {
	padding: 0px 0px;
}

.head-attorney > .top-side {
	background: rgba(198, 218, 234, .7);
}

/*.head-attorney .single-detail {
 padding-right: 30px;
 }
 .attorney-single::after {
 background: rgba(198, 218, 234, .7);
 content: "";
 position: absolute;
 right: 0px;
 width: 30%;
 left: auto;
 height: 100%;
 top: 0px;
 }
 .top-side {

 position: relative;
 z-index: 99999;
 top: 60px;
 }*/
.top-side ul li {
	display: block;
	padding: 0px 0px 10px 0px;
}
.top-side ul li a {
	color: #00457c;
	display: block;
}
.single-detail h1 {
	font-size: 48px;
	margin: 0px;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}
.single-detail ul li, .single-detail ul li a {
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
	font-size: 14px;
}
.single-detail ul {
	position: relative;
	padding: 5px 0px;
	margin-bottom: 40px;
}
.single-detail ul::before {
	content: "";
	width: 65%;
	height: 2px;
	background: #f4940d;
	position: absolute;
	margin: 0 auto;
	top: 50px;
}
.single-detail p {

	color: #fff;
	padding-right: 10px;
}
.single-att {
	padding: 50px 0px;
}
.single-att  h3 {
	color: #00457c;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.single-att .col-lg-9 p {
	margin-bottom: 30px;
	color: #171717;
	font-size: 15px;
}
.single-att .single-right {
	padding: 0px 20px;
}
.all-art li, .membership ul li, .single-att .single-right a, .single-att .single-right li {
	margin-bottom: 10px;
	color: #171717;
	font-size: 14px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	display: block;
}
.education p, .honor p {
	margin-bottom: 10px;
	color: #171717;
	font-size: 14px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	display: block;
	line-height: 24px;
}
.all-art li:last-child, .membership ul li:last-child, .single-att .single-right a:last-child, .education p:last-child, .honor p:last-child {
	border-bottom: 0px;
}
.single-att .col-md-9.col-lg-9, .single-att .single-right {
	border-right: 1px solid #c4c4c4;
}
.single-att .single-right h4 {
	color: #f4940d;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.practice-grp, .education {
	margin-bottom: 30px;
}
.practice-page #heading-3 {
	position: relative;
	margin: 0px 0px 0px;
}
.practice-page a.accordion-section-title.active, .practice-page a.accordion-section-title:hover {
	color: #00457c;
	font-weight: bold;
	background: #f4940d;
	display: block;
	border: 1px solid #cacaca;
	border-radius: 5px;
}
.practice-page a.accordion-section-title:before {
	content: "\f0fe";
	font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	top: 13px;
	width: 30px;
	font-size: 18px;
	font-weight: normal;
}
.accordion-section-title span::after {

	border-right: 1px solid #cacaca;
	content: "";
	position: absolute;
	width: 0px;
	height: 30px;
	top: -5px;
	left: -5px;
}
.page-right {
	border-right: 1px solid #c4c4c4;
	padding: 0px 20px;
}
.page-right h4 {
	color: #f4940d;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.page-right ul li {
	display: block;
}

.page-right ul li a {
	margin-bottom: 10px;
	color: #171717;
	font-size: 14px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	display: block;
}
.page-right ul li:last-child a {
	border-bottom: 0px;
}
.accordion-section-title span {
	position: relative;
	padding-left: 5px;
	display: block;
}
.practice-page .list3 a.accordion-section-title {
	/*padding: 0px 0px 0px 40px !important;*/	
}
.practice-page .list3 .accordion-section .accordion-section-title span::after {

	top: 7px;
}
.practice-page a.accordion-section-title.active:before {
	content: "\f146";
	font-family: 'FontAwesome';
}
.accordion-section {

	margin-bottom: 15px;
}
.practice-page .accordion-section-content p a {
	color: #171717;
	font-size: 14px;
	border-bottom: 1px dotted #2b2b2b;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.practice-page .accordion-section-content p:last-child a {
	border-bottom: 0px;
}
.accordion-section-content {
	border: 1px solid #cacaca;
	border-radius: 5px;
	border-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	position: relative;
	top: -3px;
	padding: 20px 15px;
}
.practice-page a.accordion-section-title {
	color: #00457c;
	font-weight: bold;
	background: #e6e6e6;
	display: block;
	border: 1px solid #cacaca;
	border-radius: 5px;
	font-size: 16px;
	padding: 10px 40px;
}
.practice-page .accordion ul li {
	display: block;
}
.side-practice ul {

	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}
.expand-collapse {
	padding: 30px 20px;
	background: #00457c;
	border-radius: 5px;
}
.expand-collapse ul li:hover a, .expand-collapse ul li:hover:before {
	color: #fff;
}
.side-practice ul li {
	position: relative
}
.side-practice ul li:first-child {
	border-top: 0px;
}
.side-practice ul li {
	display: block;
	border-top: 1px solid #ff9900;
}
.side-practice ul li a {
	display: block;
	padding: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
	margin-left: 20%;
}
.side-practice ul li::before {
	font-family: 'FontAwesome';
	content: "\f137";
	position: absolute;
	top: 12px;
	left: 0px;
	color: #ff9900;
	font-weight: bold;
}
.side-practice ul li.active::before {
	color: #fff;
}
.side-practice ul li.active a {
	color: #fff;
}
.owl-carousel.owl-theme.col-sm-12.col-md-8.col-lg-8.owl-loaded.owl-drag {
	text-align: left;
}
.count-post {
	text-align:right;
}
.count-post h4{
	color:#00457c;
	font-size:14px;
	font-weight:normal;
}
.attorny-btn.row {
    margin: 0px;
}
/* Footer*/
footer {
	padding: 50px 0px;
	background: #00457c;
}
.social-icon {

	text-align: center;
	padding: 0px 0px 30px;
}
.social-icon ul li {

	padding: 0px 20px;
}
.social-icon ul li a {

	color: #fff;
}

.social-icon ul li a i {
	font-size: 35px;
}
.col-sm-6.copyright p, .col-sm-6.right-foo p, .col-sm-6.right-foo p a {

	font-size: 14px;
	color: #fff;
}
.col-sm-6.right-foo {

	text-align: right;
}
.crosel-head h3 {
	color: #00457c;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 0px;
	font-size: 16px;
  line-height:20px;
}
.custom_attorney.row .column {

    margin-bottom: 20px;

}
.load-more {
    display: block;
    margin: 0 auto;
}
.load-more {
    display: block;
    margin: 10px auto;
}
#more_posts{
	background:#000;
	color:#fff;
	padding:10px;
	border:5px;}
	.load-more #more_posts{
		cursor:pointer;
		
	}
@media (max-width: 580px) {
	.col-sm-6.copyright, .col-sm-6.right-foo {
		text-align: center;
	}
}
@media (max-width: 518px) {
	.banner-txt .siteorigin-widget-tinymce h2 {
		font-size: 24px !important;
	}

	.single-img {
		float: none;
		margin: 0px;
	}
	.single-img img {

		margin: 0 auto;
		display: block;
		float: none;
	}
	.single-detail {

		text-align: center;
	}
	.single-detail h1 {
		font-size: 28px;
	}

	.single-detail ul {

		margin-bottom: 20px;
	}
	.single-detail ul::before {

		width: 100%;
		top: 35px;
		left: 0;
	}
	.single-detail p {

		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.banner-txt .siteorigin-widget-tinymce h2 {
		font-size: 32px;
	}

}
@media (min-width: 768px) {
	.top-side ul {
		position: absolute;
		top: 30%;
		left: 30px;
	}
	.all-atorney img{
		min-height:275px;
	}
	.filter > ul > form {
		width: 83%;
		float: left;
	}
	.head-attorney > .col-sm-12.col-md-9.col-lg-9 {
		padding: 40px 0px;
	}
	.head-attorney > .top-side {
		position: absolute;
		right: 0%;
		padding: 0px;
		background: rgba(198, 218, 234, .7);
		content: "";
		width: 100%;
		height: 100%;
		top: 0px;
		left: auto;
	}
}

@media (min-width: 769px) {
}
@media (max-width: 668px) {
	.filter ul li {
		width: 100% !important;
		text-align: center;
		margin-bottom: 10px;
	}
}
@media (max-width: 568px) {
	.search, .select-practice {
		width: 100%;
	}
	.banner-txt .txt-before span {

		display: block;
		margin: 10px auto;
	}
	.all-atorney img {
		width: 100%;
	}

}
@media (min-width: 569px) and (max-width: 991px) {
	.search, .select-practice {
		width: 40%;
	}
}
@media (max-width: 767px) {
	.head-attorney > .col-sm-12.col-md-9.col-lg-9 {
		padding: 40px 0px 0px 0px;
	}
	.head-attorney > .top-side {
		margin-bottom: 40px;
	}
	.single-att .single-right {
		margin-top: 20px;
	}
	.desc-img img {
		width: 100%;
	}
	.all-atorney {

		margin-bottom: 20px;
	}
}
@media (min-width: 767px) {
}
@media (min-width: 992px) {
	.search, .select-practice {
		width: 25%;
	}
	.filter ul > li:last-child {
		float: right;
		position: relative;
		width: 15%;
	}
	.side-practice ul li::before {

		left: 15px;
	}
	.filter ul li {
		width: 20%;
	}
}
@media (max-width: 991px) {
	#bs-example-navbar-collapse-1 ul li {
		display: block;
		width: 100%;
		text-align: left;
	}
	.navbar-nav .dropdown-menu {
		border: 0px;
		margin-left: 13px;
	}

	#menu-main-menu li a {
		line-height: 20px;
		border-bottom: 1px solid #cacaca;
	}
}
@media (min-width: 992px) {
	.navbar-nav .dropdown-menu {
		padding: 10px 20px;
	}
	.navbar-toggler:not(:disabled):not(.disabled) {
		cursor: pointer;
		display: none;
	}
	.navbar-nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
	.navbar-nav ul.dropdown-menu li a {
		font-size: 14px !important;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 5px !important;
		display: block;
		margin-bottom: 5px !important;
		font-weight: normal !important;
		padding-top: 5px !important;
	}

}
@media (min-width: 992px) and (max-width: 1023px) {
	#menu-main-menu li a {
		padding: 10px 14px 15px 0px;
	}
	#menu-main-menu {
		text-align: left;
	}

}
@media (min-width: 1024px) {
	.head-attorney > .col-sm-12.col-md-9.col-lg-9 {
		flex: 0 0 65%;
		max-width: 65%
	}
	.head-attorney > .top-side {
		flex: 0 0 35%;
		max-width: 35%
	}

}