/*!
Theme Name: monder-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monder-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

monder-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

/* Document
	 ========================================================================== */

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

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Oxygen',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

/**
 * 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.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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 {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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: 700;
}

/**
 * 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 {
	font-family: monospace, monospace;
	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: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: 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: 0.35em 0.75em 0.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;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
/*	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.1em;
	margin: 13px 0;
    font-family: "Lora",Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    line-height: 26px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h2 {
    font-size: 36px;
		line-height: 1.1em;
}
h3 {
	font-size: 28px;
	line-height: 1.1em;
}
h4 {
    font-size: 20px;
}

p {
  margin: 0 0 13px;
	line-height: 26px;
}

/*p + p {
  margin-top:10px;
}*/

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	padding: 0;
    margin: 0 0 13px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #c63;
  text-decoration: none;
}

/*a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
	color: #8f4724;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
	margin: 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*BOOTSTRAP ADDITIONAL*/
@media (min-width: 1230px){
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
background-color: #fff;
/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);*/
max-width: 100%;
}
#mainNav .navbar-header {
z-index: 1;
}
#mainNav .navbar-toggler {
font-size: 12px;
right: 0;
padding: 13px;
text-transform: uppercase;
color: #000;
border: 0;
background-color: #f5f5f5;
opacity: 0.5;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#mainNav .navbar-toggler:hover {
	background-color: #ca9987;
}
#mainNav .navbar-brand {
color: #fed136;
font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 16px;
text-transform: uppercase;
padding: 0.75em 0;
letter-spacing: 1px;
color: #fff;
}
#mainNav .navbar-nav li a {
	font-family: 'Oxygen', sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #a21d21;
	    background: #863b20;
	    background: -moz-linear-gradient(top,#863b20 0%,#ca6432 47%,#863b20 100%);
	    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#863b20),color-stop(47%,#ca6432),color-stop(100%,#863b20));
	    background: -webkit-linear-gradient(top,#863b20 0%,#ca6432 47%,#863b20 100%);
	    background: -o-linear-gradient(top,#863b20 0%,#ca6432 47%,#863b20 100%);
	    background: -ms-linear-gradient(top,#863b20 0%,#ca6432 47%,#863b20 100%);
	    background: linear-gradient(to bottom,#863b20 0%,#ca6432 47%,#863b20 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#863b20',endColorstr='#863b20',GradientType=0);
	    border: 1px solid #d4c4bf;
	    border-top: 3px solid #ccc;
	    border-bottom: 3px solid #dcdada;
	    color: #fff;
}
@media (min-width: 992px) {
#mainNav {
padding-top: 0px;
padding-bottom: 0px;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none;
background-color: #fff;
height: 50px;
padding-left: 0;
padding-right: 0;
}
#mainNav #menu-main-menu > li:last-child > a {
/*padding-right: 0;*/
}
#mainNav .navbar-brand {
font-size: 1.75em;
transition: all 0.3s;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#mainNav .navbar-nav .nav-item .nav-link {
	padding: 19px 10px 18px;
	line-height: 1;
	margin: -5px 0;
  border: 1px solid transparent;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
#mainNav.navbar-shrink {
padding-top: 0;
padding-bottom: 0;
background-color: #212529;
}
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0;
}
.navbar-expand-lg .navbar-collapse {
justify-content: flex-start;
}
} #menu-main-menu li:hover ul.dropdown-menu li a {
font-weight: 500;
}
.navbar-right .dropdown-menu {
right: auto;
left: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color:#fff;
background-color: #c63;
}
#menu-main-menu .dropdown-item {
	color:#fff;
	padding-left: 10px;
}
#menu-main-menu > .menu-item-has-children > a::after {
content: '\f078';
font-family: "FontAwesome";
margin-left: 4px;
font-size: 16px;
/*vertical-align: middle;*/
}
#menu-main-menu .menu-item-has-children > ul li.menu-item-has-children > a::after {
content: '\f054';
font-family: "FontAwesome";
margin-left: 4px;
font-size: 16px;
vertical-align: middle;
}

@media (min-width: 992px) {
.navbar-nav > li  .dropdown-menu {
	border: 1px solid transparent;
	    top: 100%;
	    left: 0;
	    margin-top: -2px;
	    background-color: #ae4d29;
	    -webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    -moz-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    -webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    -moz-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    -webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    -moz-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    box-shadow: 0 2px 1px 1px rgba(0,0,0,0.1);
	    background-clip: border-box;

padding: 0;
border-radius: 0;
}
.navbar-nav > li > .dropdown-menu li a {
padding-top: 10px;
padding-bottom: 10px;
}
.click-menu {
display: none;
}
#menu-main-menu li:hover > ul.dropdown-menu {
display: block;
top: 100%;
left: 0;
margin-top: -1px;
}
#menu-main-menu li > ul.dropdown-menu > li:hover > ul.dropdown-menu {
top: 0;
left: 100%;
border-radius: 0;
/*box-shadow: none;*/
padding: 0;
margin-top: 0;
}
}
.click-menu {
float: right;
width: 23px;
height: 36px;
position: absolute;
top: -5px;
right: 0px;
}
.click-menu::before {
position: absolute;
left: 6px;
top: 50%;
font: 12px FontAwesome;
color: #333;
content: '\f078';
}
.click-menu.clicked-menu-item::before {
transform: rotate(180deg);
top: 50%;
} header.masthead {
text-align: center;
color: white;
/*background-image: url(//hughesairco.com/wp-content/themes/img/header-bg.jpg);*/
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
background-size: cover;
}

.navbar-header > p {
	display: none;
}

/*HOMEPAGE*/
#monder-criminal-lawyer-group-logo {
    width: 350px;
}
.mclg-dg {
    fill: #231f20;
}
.header-number-wrap {
	font-size: 32px;
	font-family: "Lora",Georgia,"Times New Roman",Times,serif;
	line-height: 1;
}
.header-number-wrap span {
	text-transform: uppercase;
	color: #000;
}
.header-number-wrap a {

}
#top-header-area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
		background-color: #efefef;
		border-bottom: 1px solid #ccc;
}
#mainNav {
	margin-top: 110px;
}
.logged-in.admin-bar #top-header-area {
	margin-top: 32px
}
.logged-in.admin-bar #mainNav {
	margin-top: 132px
}
.navbar-brand.desktop-logo {
	padding-top: 14px;
  padding-bottom: 7px;
}
.header-soc-icons-wrap {
	margin-right: 15px;
}
.header-soc-icons-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-soc-icons-wrap ul li {
	display: inline-block;
}
.header-soc-icons-wrap ul li + li {
	margin-left:3px;
}
.header-container {

}
#menu-main-menu {
	margin: 0;
}
.header-container #navbarResponsive {
	background: #ae4d29;
	background: -moz-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ae4d29),color-stop(47%,#ca6432),color-stop(100%,#ae4d29));
	background: -webkit-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
	background: -o-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
	background: -ms-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
	background: linear-gradient(to bottom,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4d29',endColorstr='#ae4d29',GradientType=0);

	justify-content: space-between;
}
.homepage-hero-banner-section {
	padding-top: 7px;
	padding-bottom: 0;
}
.homepage-hero-banner-section-ban-img {
	width:100%;
}
.hhb-link {
	top: 0;
  left: 15px;
  width: 35%;
  height: 100%;
  position: absolute;
  border: 1px solid transparent;
}
.homepage-hero-banner-form-wrap {
	background-color: rgba(35,45,58,0.8);
  padding-bottom: 10px;
	position: absolute;
	right: 15px;
	top: 0;
	width: 282px;
	z-index:1;
}
.homepage-hero-banner-form-wrap form input[type="text"], .homepage-hero-banner-form-wrap input[type="email"] {
    max-width: 220px;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 8%,#dbdbdb 73%);
    background: -webkit-linear-gradient(top,#fff 8%,#dbdbdb 73%);
    background: linear-gradient(to bottom,#fff 8%,#dbdbdb 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dbdbdb',GradientType=0);
		display: block;
		margin: 0 auto 10px;
		padding: 10px 5px;
}
.homepage-hero-banner-form-wrap form input[type="submit"] {
	background: #F27036;
  border-radius: 0;
	border-color:#F27036;
  padding: 5px 15px;
  margin-top: 10px;
  font-size: 20px;
	color:#fff;
	text-transform: uppercase;
	display: block;
  margin: 20px auto 0;
}

.homepage-breaking-news-and-image {
	padding-top: 13px;
	padding-bottom: 0;
}
.homepage-hero-banner-breaking-news {
	background-color: #c63;
    padding: 24px;
		font-family: "Lora";
		margin-bottom: 13px;
}
.homepage-hero-banner-breaking-news h3 {
	margin-bottom: 0;
	margin-top: 0
}
.homepage-hero-banner-breaking-news span {
	text-transform: uppercase;
	color: #fff;
	line-height: 28px;
	line-height: 1.1em;
}
.homepage-hero-banner-breaking-news a {
	color: #000;
    font-size: 18px;

		line-height: 1.1em;
}
.homepage-video-testimonials {
	padding-top: 26px;
	padding-bottom: 0;
}
.homepage-video-testimonials h2 {
	padding: 30px 0 10px;
	margin:0;
	font-size:34px;
	color:#fff;
	line-height:1.2;
}
.homepage-video-testimonials h3 {
	padding: 0px 0px 27px;
	margin:0;
	font-size:26px;
	color:#000;
}
.homepage-testimonials-slick {
  background-image: -moz-linear-gradient( 90deg, rgb(204,102,51) 0%, rgb(224,123,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(204,102,51) 0%, rgb(224,123,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(204,102,51) 0%, rgb(224,123,72) 100%);
  padding: 0 50px;	
}
.hvt-heading {
  /*background-color:#cc6633 */
  background-image: -moz-linear-gradient( 90deg, rgb(224,123,72) 0%, rgb(204,102,51) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(224,123,72) 0%, rgb(204,102,51) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(224,123,72) 0%, rgb(204,102,51) 100%);
}
.hvt-heading span {
	text-transform: uppercase;
	display: block;
	margin-bottom: 40px;
}
.hvt-heading span::before {
	content: '';
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right,transparent,#cccccc,transparent);
  z-index: 21;
  display: block;
  position: relative;
  top: 0px;
}
.homepage-video-testimonials p {
color: #fff;
    font-family: Lora;
    font-size: 18px;
    text-align: center;
    padding: 13px 0 13px;
}
.homepage-featured-on {
	margin:0;
	background-image:url(https://www.monderlaw.com/wp-content/uploads/2020/08/stripesfeatured.jpg);
	padding:6px 6px;
	background-size: cover;
    background-position: center;
}

   /* the slides */
.homepage-video-testimonials .slick-slide {
    margin: 0 15px;
  }
  /* the parent */
.homepage-video-testimonials .slick-list {
    margin: 0 -15px;
  }
.homepage-video-testimonials .slick-prev:before {
	font-family: "FontAwesome";
	content: "\f053";
	color: #000;
	opacity: 1;
}
.homepage-video-testimonials .slick-next:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #000;
	opacity: 1;
}
.homepage-video-testimonials .slick-prev, .homepage-video-testimonials .slick-next {
	top:44%;
}
.homepage-video-testimonials .slick-prev {
	left:15px;
}
.homepage-video-testimonials .slick-next {
	right:15px;
}

.homepage-content-sidebar {
	padding-top: 10px;
}
.lead {
    margin-bottom: 26px;
    font-size: 24px;
    font-weight: 200;
    line-height: 39px;
}

.homepage-content-sidebar {

}
.homepage-content-sidebar-bottom-wrap {
	margin-top: 40px;
}
.homepage-content-sidebar-bottom-wrap p {
	padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
		font-size: 24px;
    font-weight: 200;
    line-height: 39px;
}

.main-sidebar {
	border-right: 1px solid #808080;
}
.sidebar-youtube-video {
	padding: 15px;
	border-bottom: 1px solid #808080;
}
.sidebar-text-button-block {
	padding: 15px;
	border-bottom: 1px solid #808080;
}
.sidebar-text-button-block h3 {
	text-transform: uppercase;
	color: #c63;
	text-align: center;
}
.sidebar-brown-btn {
	color: #fff;
	background: #c63;
	border-bottom: 4px solid #c63;
	border-left: 1px solid #c63;
	border-right: 1px solid #c63;
	border-top: 1px solid #c63;
	padding: 20px;
	display: block;
	text-align: center;
	font-size: 1.7em;
	margin: 25px auto 26px;
	text-decoration: none !important;
	transition: all 0.5s;
}
.sidebar-brown-btn::before {
	content: "\f095";
	    font-family: "FontAwesome";
	    padding: 10px;
}
.sidebar-brown-btn:hover{
	color: #c63;
    background: #fff;
}
.sidebar-best-image-wrap {

}
.sidebar-best-image-wrap a {
	padding: 20px;
	display: inline-block;
	border-bottom: 1px solid #808080;
}

.sidebar-superlawyers-image-wrap {

}
.sidebar-superlawyers-image-wrap a {
	padding: 20px;
	display: inline-block;
	border-bottom: 1px solid #808080;
	margin-bottom: 20px;
}
.sidebar-practice-areas h3 {
	color: #c63;
}
.sidebar-practice-areas-list-heading {
	display: inline-block;
	color: #c63;
  font-size: 24px;
	font-family: "Lora";
	text-transform: uppercase;
	line-height: 39px;
	margin-top: 13px;
}
.sidebar-single-practice-area {
	padding: 15px;
}
.sidebar-single-practice-area ul {
	list-style: none;
  margin-bottom: 30px;
}
.sidebar-single-practice-area ul li {
	line-height: 1.5em;
  font-size: 0.8em;
  font-weight: 700;
}
.sidebar-single-practice-area ul li a {
	color:#000;
}

.sidebar-recent-cases {
	padding: 15px;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
}
.sidebar-recent-cases h3 {
	color: #c63;
}

.sidebar-avvo-rating {
	padding: 15px;
}
.sidebar-avvo-rating a {
	display: inline-block;
  border-bottom: 1px solid #808080;
  padding-bottom: 15px;
}
.sidebar-yelp {
	padding: 15px;
}
.sidebar-yelp a {
	display: inline-block;
  border-bottom: 1px solid #808080;
  padding-bottom: 30px;
}
.sidebar-last-rating-block {
	padding: 15px;
	padding-bottom: 0;
}
.sidebar-last-rating-block span {
	display:block;
}
.icon-star {
	font-family: "FontAwesome";
	content: "\f005";

}
.sidebar-last-rating-block h3 {
	margin-top: 0;
}
.sidebar-last-rating-block .text-nowrap span {
	display:inline;
}
.sidebar-last-rating-block p {
	border-bottom: 1px solid #808080;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.homepage-content-sidebar {
	padding-bottom: 0;
}
.homepage-content-sidebar > .container {
	background-image: url(img/main-body-bg.jpg);
	    background-repeat: repeat-x;
	    background-position: bottom;
			padding-bottom: 50px;
}

.sidebar-recent-cases-wrap {
	margin-bottom: 15px;
}
.sidebar-recent-cases-wrap > strong {
	font-size: 14px;
	line-height: 26px;
}
.sidebar-recent-cases-wrap p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0
}
.sidebar-recent-cases-wrap a {
	font-size: 14px;
	line-height: 26px;
}
.pre-collapsed {
	overflow: hidden;
  position: relative;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  margin-bottom: 30px;
}
.pre-collapsed .pc-more {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    margin: 0 10%;

		padding: 11px 19px;
    font-size: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

		border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		background-color:rgb(245, 245, 245);

		line-height: 26px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	
	background-image:linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));*/
	line-height: 26px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
background-color: #f5f5f5;
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border: 1px solid #ccc;
border-bottom-color: #b3b3b3;
box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
padding: 11px 19px;
font-size: 20px;
border-radius: 6px;
display: block;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
position: absolute;
bottom: 0;
left: 0;
width: 80%;
margin: 0 10%;
z-index: 99;
}
.pre-collapsed .pc-more:hover {
color: #333;
	background-color: #e6e6e6;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.pre-collapsed:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 43%,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(43%,#ffffff),color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 43%,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 43%,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 43%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 43%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
/*HOMEPAGE END*/

/*FOOTER*/
#footer {

}
#footer > .container {
	background-color: #2B3443;
  color: #CCC;
  font-size: 0.9em;
  background-image: url(img/footer-pattern.png);
  padding-top:45px;
  padding-bottom: 115px;
}
.footer-copy-first {
	font-weight: 700;
	color:rgb(204, 204, 204);
	margin-bottom: 0px;
}
.footer-copy-first .style-1 {
	color: #71cafe;
}
.footer-copy-second {
	position: relative;
  font-size: 75%;
  vertical-align: baseline;
	bottom:-0.25em;
	margin-bottom: 26px;
}
.footer-soc-icons-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-soc-icons-wrap ul li {
	display: inline-block;
}

.one-click {
    text-align: center;
}
/*FOOTER END*/

/*DEFAULT PAGE*/
.default-page-content-sidebar .page-header {
	color: #c63;
  margin: 10px 0px;
  padding: 0;
	border-bottom: 1px solid #eee;
	font-size: 44px;
	line-height: 1.1em;
}
.default-page-content-sidebar {
	padding-top: 50px;
}
/*DEFAULT PAGE END*/

/*BLOG*/
.single-blog {
	padding-top: 50px;
}
.single-blog .page-header {
	color: #c63;
    margin: 10px 0px;
    padding: 0;
		border-bottom: 1px solid #eee;
		font-size: 44px;
		line-height: 1.1em;
}
.thumb-blog-link {
	display: block;
	    padding: 4px;
	    line-height: 26px;
	    border: 1px solid #ddd;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
}

.thumb-blog-link:hover, .thumb-blog-link:focus{
    border-color: #c63;
    -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}

.small-blog-date {
	margin-bottom: 13px;
}
.small-blog-date span {
	font-weight: 700;
}
.blog-readmore-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		color: #c63;
}
.blog-readmore-btn:hover, .blog-readmore-btn:focus{
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
		background-color: #e6e6e6;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#system-readmore {
	display: none;
}
.single-blog-post-content-s {
	padding-top: 50px;
}
.single-blog-post-content-s .page-header {
	color: #c63;
  margin: 10px 0px;
  padding: 0;
  border-bottom: 1px solid #eee;
  font-size: 44px;
  line-height: 1.1em;
}

.inner-post-navigation .nav-previous a, .inner-post-navigation .nav-next a {
	display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.inner-post-navigation .nav-previous a:hover, .inner-post-navigation .nav-next a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.inner-post-navigation .nav-previous i, .inner-post-navigation .nav-next i {
	font-weight: 700;
	    font-size: 22px;
	    width: 13px;
			vertical-align: text-bottom;
}

.pagination-on-blog-page .pagination-fix {
	text-align: center;
	margin-top: 40px;
}
.pagination-on-blog-page .page-numbers {
	/*float: left;*/
	padding: 4px 12px;
	line-height: 26px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	/*border-left-width: 0;*/
	margin-left: -5px;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination-on-blog-page .page-numbers.current {
	background-color: #f5f5f5;
	color: #999;
	cursor: default;
}


.pagination-on-blog-page .page-numbers.prev {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination-on-blog-page .page-numbers.next {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

}
.pagination-on-blog-page .page-numbers.next i, .pagination-on-blog-page .page-numbers.prev i {
	font-weight: 700;
	    font-size: 19px;
}


/*BLOG END*/

/*BREAKING NEWS*/
.page-default-breaking-news {
	padding-top: 110px;/*was 10px*/
}
.breaking-news-wrapper-main {
	margin-bottom: 10px;
	overflow: hidden;
	max-height: 45px;
	border-bottom: 1px solid #ccc!important;
}
.breaking-news-wrapper-main #breaking-news-wp {
	pointer-events: none;
	/*height: 43px;*/
}
.breaking-news-wrapper-main .news-title {
    color: #fff;
    padding: 2px 10px;
    background-color: #E8640C;
    font-weight: 700;
}
.breaking-news-wrapper-main .result {
    color: #fff;
    padding: 2px 10px;
    background-color: #334969;
    font-weight: 700;
}
.breaking-news-wrapper-main .ticket-container {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.breaking-news-wrapper-main .br-sitewidth {
	background:transparent;
	border: 1px solid #ccc!important;
	    height: 43px;
}
.breaking-news-wrapper-main .br_ul {
	margin: 8px!important;
}
.breaking-news-wrapper-main .br-title {
	height: 43px;
    border: none;
    background: transparent;
    color: #000;
		width: 190px;
}
.breaking-news-image {
	position: absolute;
	    left: 15px;
	    top: 1px;
	    height: 43px;
	    width: auto;
}
/*BREAKING NEWS END*/

/*Payment page*/
.make-payment input[type="submit"] {
	border: 1px solid rgb(118,118,118);
	    padding: 6px 8px;
			    color: #000;
}
.make-payment input[type="submit"]:hover {
	background:rgb(239, 239, 239);
}
/*Payment page end*/
/*Contact*/
.thumbnail {
	display: block;
  padding: 4px;
  line-height: 26px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.contact-form-side {
	background-color: #EFEFEF;
  border-top: 2px solid #C63;
  border-bottom: 2px solid #C63;
  color: #fff;
  z-index: 999999;
  position: fixed;
  /*right: -3000px;*/
  bottom: 50px;
  /*width: 62%;*/
  height: 216px;
  transition: 1s;
	width: 880px;
	right: -880px;
	    padding: 15px;
}

.contact-form-side.Active {
    right: 0 ! important;
    transition: 1s;
}
.contact-form-side .contact-toggle {
    position: absolute;
    top: -2px;
    left: -60px;
		cursor:pointer;
}
.contact-form-side input[type="text"], .contact-form-side input[type="email"], .contact-form-side textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
		padding: 4px 6px;
}
.contact-form-side input[type="text"], .contact-form-side input[type="email"] {
    height: 32px;
		margin-bottom: 5px;
}
.contact-form-side input[type="submit"] {
    padding: 8px 50px;
    font-size: 1.5em;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ae4d29;
    background: -moz-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ae4d29),color-stop(47%,#ca6432),color-stop(100%,#ae4d29));
    background: -webkit-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    background: -o-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    background: -ms-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    background: linear-gradient(to bottom,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4d29',endColorstr='#ae4d29',GradientType=0);
		color:#fff;
}
.contact-form-side input[type="submit"]:hover {
	color: #fff;
  background-color: #c93;
	background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.wpcf7-not-valid-tip {
	font-size: 10px;
}
.contact-form-side form p {
	margin: 0;
  line-height: 1.3;
  text-align: justify;
	color: #000;
}

.sdc-l {
	padding-right: 5px;
}
.sdc-r {
	padding-left: 5px;
}
::-webkit-input-placeholder {
  color:#000;
}

:-moz-placeholder {
  color:#000;
}

::-moz-placeholder {
  color:#000;
}

:-ms-input-placeholder {
  color:#000;
}
/*Contact End*/

.totop {
	z-index: 99999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  background-color: #c4c4c4;
  color: #fff;
  padding: 4px 12px;
	cursor: pointer;
}
.totop:hover {
	background-color: #7a7a7a;
	color:#fff;
}

/*Side form mobile*/
.mod-side-contact-mobile {
	display: none;
}
.mod-side-contact-mobile {
    padding: 0;
    background-color: #fff;
    border: 1px solid #C63;
    color: #fff;
    z-index: 999999;
    position: fixed;
    left: -267px;
    top: 0;
    width: 267px;
    transition: 1s;
}
.mod-side-contact-mobile.ActiveM {
	/*right: 0;*/
	transition: 1s;
}
.mod-side-contact-mobile .btn-close {
    position: absolute;
    top: 235px;
    left: -40px;
		cursor:pointer;
}
.mod-side-contact-mobile .btn-open {
    position: absolute;
    top: 235px;
    right: -40px;
		cursor:pointer;
}
.mod-side-contact-mobile h3 {
	color: #fff;
	    background-color: #C63;
	    text-align: center;
	    text-transform: uppercase;
	    font-family: sans-serif;
	    font-size: 1.2em;
	    margin-top: 0;
	    padding: 10px;
}
.mod-side-contact-mobile input[type="text"], .mod-side-contact-mobile input[type="email"], .mod-side-contact-mobile textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
		padding: 4px 6px;
}
.mod-side-contact-mobile input[type="text"], .mod-side-contact-mobile input[type="email"] {
    height: 32px;
		margin-bottom: 5px;
}
.mod-side-contact-mobile input[type="submit"] {
    padding: 6px 45px;
    font-size: 1.2em;
		display: block;
		margin: 10px auto 0;
		text-transform: uppercase;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ae4d29;
    background: -moz-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ae4d29),color-stop(47%,#ca6432),color-stop(100%,#ae4d29));
    background: -webkit-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    background: -o-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    background: -ms-linear-gradient(top,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    background: linear-gradient(to bottom,#ae4d29 0%,#ca6432 47%,#ae4d29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4d29',endColorstr='#ae4d29',GradientType=0);
		color:#fff;
}
.mod-side-contact-mobile input[type="submit"]:hover {
	color: #fff;
  background-color: #c93;
	background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.mod-side-contact-mobile form p {
	margin: 0;
  line-height: 1.3;
  text-align: justify;
	color: #000;
	font-size: 13px;
}
.mod-side-contact-mobile form {
    padding: 0 25px;
}

.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* NEW HOMEPAGE 2021 */
/* .page-template-page-homepage2021 section {
	padding: 50px 0;
} */
/* .page-template-page-homepage2021 h2 {
		margin:0;
} */
/* .homepage-2021-hero-banner-section {
	position: relative;
    width: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 681px;
} */
/* .homepage-2021-hero-banner-section h1 {
	color: #fff;
    font-size: 114px;
    line-height: 0.9;
} */
/* .homepage-2021-hero-banner-section p {
	color:#fff;
} */
/* .homepage-2021-hero-banner-section p span:first-child {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 20px;	
} */
/* .homepage-2021-hero-banner-section p span:last-child {
	display: block;
    font-size: 18px;
    text-transform: uppercase;
} */
/* .btn-white {
	background-image: -moz-linear-gradient( 90deg, rgb(218,218,218) 0%, rgb(237,237,237) 32%, rgb(255,255,255) 50%, rgb(237,237,237) 66%, rgb(218,218,218) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(218,218,218) 0%, rgb(237,237,237) 32%, rgb(255,255,255) 50%, rgb(237,237,237) 66%, rgb(218,218,218) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(218,218,218) 0%, rgb(237,237,237) 32%, rgb(255,255,255) 50%, rgb(237,237,237) 66%, rgb(218,218,218) 100%);
    box-shadow: 2.796px 4.145px 27px 0px rgb(0 0 0 / 17%);
    padding: 20px 45px;
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;	
} */
/* .btn-white:hover, .btn-white:focus {
	background:#dcdcdc;
	text-decoration:none;
} */
.homepage-2021-three-blocks {
	margin-top: -55px;
}
.homepage-2021-three-blocks .homepage-2021-three-blocks-wrap {
	background-color: rgb(205, 103, 52);
	padding:21px 15px;
}
.homepage-2021-three-blocks .homepage-2021-three-blocks-wrap h2 {
	font-size:23px;
	color:#fff;
	line-height:1.2;
	margin: 0 0 20px;
}
.homepage-2021-three-blocks .homepage-2021-three-blocks-wrap p {
	color:#fff;
	font-size:14px;
}
.homepage-2021-image-content-logos {
	
}
.homepage-2021-image-content-logos h2 {
	margin:0;
	line-height:1.2;
}
.homepage-2021-image-content-logos-row-wrap {
	margin-top:50px;
}
.orange-hr {
	background-color: #cd6734;
    height: 4px;
    width: 50px;
    margin: 20px 0 30px;
	display:inline-block;
}

.homepage-2021-video-testimonials {
	background-color: #efefef;
}
.homepage-2021-video-testimonials .homepage-testimonials-slick {
	background:none;
}
   /* the slides */
.homepage-2021-video-testimonials .slick-slide {
    margin: 0 15px;
  }
  /* the parent */
.homepage-2021-video-testimonials .slick-list {
    margin: 0 -15px;
  }
.homepage-2021-video-testimonials .slick-prev:before {
	font-family: "FontAwesome";
	content: "\f053";
	color: #cd6734;
	opacity: 1;
}
.homepage-2021-video-testimonials .slick-next:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #cd6734;
	opacity: 1;
}
.homepage-2021-video-testimonials .slick-prev, .homepage-2021-video-testimonials .slick-next {
	top:44%;
}
.homepage-2021-video-testimonials .slick-prev {
	left:15px;
}
.homepage-2021-video-testimonials .slick-next {
	right:15px;
}
.homepage-2021-video-testimonials-orange-banner {
	background-image: -moz-linear-gradient( 90deg, rgb(205,103,52) 0%, rgb(210,110,60) 33%, rgb(215,117,67) 50%, rgb(210,110,60) 67%, rgb(205,103,52) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(205,103,52) 0%, rgb(210,110,60) 33%, rgb(215,117,67) 50%, rgb(210,110,60) 67%, rgb(205,103,52) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(205,103,52) 0%, rgb(210,110,60) 33%, rgb(215,117,67) 50%, rgb(210,110,60) 67%, rgb(205,103,52) 100%);
    box-shadow: 2.796px 4.145px 27px 0px rgb(0 0 0 / 17%);
    padding: 30px 8px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: lora,Georgia,times new roman,Times,serif;
    font-weight: 400;
}
.homepage-2021-video-testimonials-orange-banner p {
    margin: 0;
    line-height: 1.5;	
}
.homepage-2021-video-testimonials-orange-banner p a {
	color: #fff;
    font-weight: 600;
}
.homepage-2021-video-testimonials .homepage-2021-video-testimonials-orange-banner {
	margin-top:30px;
}

.content-avo-rating-background-wrap {
	background-image:url('https://www.monderlaw.com/wp-content/uploads/2021/03/quality-background.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:70px;
	padding:7% 7%;
}
.content-avo-rating-background-wrap h2 {
	color:#fff;
}
.content-avo-rating-background-wrap p {
	color:#fff;
}
.content-avo-rating-background-wrap p a {
	color:#fff;
	text-decoration:underline;
}
.homepage-2021-two-columns {
	background-color:#efefef;
}

.homepage-2021-practice-areas-slick .slick-next {
    right: -15px;
	top:44%;
}
.homepage-2021-practice-areas-slick .slick-prev {
    left: -15px;
    z-index: 2;
	top:44%;
}
.homepage-2021-practice-areas-slick .slick-prev:before {
	font-family: "FontAwesome";
	content: "\f053";
	color: #cd6734;
	opacity: 1;
}
.homepage-2021-practice-areas-slick .slick-next:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #cd6734;
	opacity: 1;
}
.homepage-2021-practice-areas-slick .slick-list {
  margin: 0 -15px;
}
.homepage-2021-practice-areas-slick .slick-slide {
  margin: 0 15px;
}
.hp-2021-practice-areas-item-wrap {
	vertical-align: top;
	padding: 15px 15px;
}
.hp-2021-practice-areas-item-wrap > a {
    display: block;
    padding: 20px 15px;
    border: 1px solid #efefef;
    min-height: 195px;
}
.homepage-2021-practice-areas-slick {
	margin:0 auto;
	max-width:95%;
}
.hp-2021-practice-areas-item-wrap h3 {
	font-size:30px;
	margin-top:0;
}
.hp-2021-practice-areas-item-wrap a p {
	font-size:14px;
	color:#252525;
}
.hp-2021-practice-areas-item-wrap a p span {
	font-size:14px;
	color:#252525;
	text-decoration:underline;
	text-transform:uppercase;
}
.hp-2021-practice-areas-item-wrap a:hover, .hp-2021-practice-areas-item-wrap a:focus {
	text-decoration:none;
	color:inherit;
}

.practice-areas-black-background-wrap {
	background-color: #323232;
    padding: 40px 30px;
	margin-top:70px;
}
.practice-areas-black-background-wrap h2, .practice-areas-black-background-wrap p, .practice-areas-black-background-wrap a {
	color:#fff;
}
.practice-areas-black-background-wrap p {
	margin:0;
}
.practice-areas-black-background-wrap .sidebar-youtube-video {
	border:0;
}

.page-template-page-homepage2021 .homepage-2021-crash-course {
	padding-bottom:100px
}
.hp-2021-crash-course-form {
	background-color: #efefef;
	width:720px;
	text-align:center;
	height: 100%;
    padding: 30px 0 0px;
}
.hp-2021-crash-course-form > p {
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.hp-2021-crash-course-form form .name-pdf, .hp-2021-crash-course-form form .email, .hp-2021-crash-course-form form .telephone {
	width: 31%;
    display: inline-block;
}
.hp-2021-crash-course-form form .name-pdf, .hp-2021-crash-course-form form .email {
    margin-right: 10px;
}
.hp-2021-crash-course-form form .name-pdf input, .hp-2021-crash-course-form form .email input, .hp-2021-crash-course-form form .telephone input {
	width:100%;
	padding: 20px 10px;
}
.hp-2021-crash-course-form input[type=submit] {
	background-image: -moz-linear-gradient( 90deg, rgb(205,103,52) 0%, rgb(210,110,60) 33%, rgb(215,117,67) 50%, rgb(210,110,60) 67%, rgb(205,103,52) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(205,103,52) 0%, rgb(210,110,60) 33%, rgb(215,117,67) 50%, rgb(210,110,60) 67%, rgb(205,103,52) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(205,103,52) 0%, rgb(210,110,60) 33%, rgb(215,117,67) 50%, rgb(210,110,60) 67%, rgb(205,103,52) 100%);
	box-shadow: 2.796px 4.145px 27px 0px rgba(0, 0, 0, 0.17);
	color:#fff;
	text-align:center;
	width:220px;
	padding: 10px 0;
	text-transform:uppercase;
	display: block;
    margin: 15px auto 0;
}

.homepage-2021-recent-cases {
	background-color:#efefef;
}
.homepage-2021-recent-cases-wrap {
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dfdfdf;
}
.homepage-2021-recent-cases-wrap:last-child {
	border-bottom:0;
}
.homepage-2021-recent-cases-wrap > strong {
	font-family: lora,Georgia,times new roman,Times,serif;
    font-size: 18px;
    color: #cd6734;
}
.homepage-2021-recent-cases-wrap a {
	text-transform:uppercase;
	text-decoration:underline;
    color:#252525;
	font-weight:600;
}

.logged-in.admin-bar .new-header-2021-area #mainNav {
    margin-top: 0px;
}
.new-header-2021-area #mainNav {
    margin-top: 0px;
	background-color:transparent;
	width:915px;
}
.new-header-2021-area .header-number-wrap a {
    background-image: -moz-linear-gradient( 90deg,#cd6734 0%,#d26e3c 33%,#d77543 50%,#d26e3c 67%,#cd6734 100%);
    background-image: -webkit-linear-gradient( 
90deg
 ,#cd6734 0%,#d26e3c 33%,#d77543 50%,#d26e3c 67%,#cd6734 100%);
    background-image: -ms-linear-gradient( 90deg,#cd6734 0%,#d26e3c 33%,#d77543 50%,#d26e3c 67%,#cd6734 100%);
    box-shadow: 2.796px 4.145px 27px rgb(0 0 0 / 17%);
    color: #fff;
    font-size: 16px;
    padding: 9px 20px;
	text-transform:uppercase;
	display:inline-block;
}
.new-header-2021-area .header-number-wrap a:hover, .new-header-2021-area .header-number-wrap a:focus {
	text-decoration:none;
}
.new-header-2021-area .header-container #navbarResponsive {
	background:transparent;
}
.new-header-2021-area #mainNav .navbar-nav .nav-item .nav-link.active, .new-header-2021-area #mainNav .navbar-nav .nav-item .nav-link:hover {
	background: none;
    border: none;
	color:#231f20;
}
.new-header-2021-area .navbar-nav>li .dropdown-menu {
	background-color: #efefef;
}
.new-header-2021-area #mainNav .navbar-nav .nav-item .nav-link {
	color:#231f20;
}
.new-header-2021-area #menu-main-menu .dropdown-item {
	color:#231f20;
}
.page-template-page-homepage2021 #content {
	margin-top:100px;
}

/*Default Crime Page Template START*/

.page-template-page-defaultcrime section {
	padding: 50px 0;
}
#default-crime-hero-banner-section{
	padding: 250px 0;
  background-position: top center;
  background-size: cover;
}
#default-crime-hero-banner-section h1{
	color: white;
  font-size: 3em;
  line-height: 50px;
}
#default-crime-hero-banner-section h2{
	color: white;
  padding: 10px 0;
}
#default-crime-hero-banner-section p{
  color: white;
  text-transform: uppercase;
}
#page-content-with-article{
  padding-top: 25px;
}
#page-content-with-article .content-list{
	background: #f8f8f8;
  border: 2px solid #ccc;
  max-width: 300px;
  margin: 20px;
}
#page-content-with-article .content-list ol{
	color: #c63;
  font-weight: 500;
}
#page-content-with-article .content-list ol li{
	text-decoration: underline;
}
#page-content-with-article .content-list ol li a{
  color: black;
}
#page-content-with-article .article-right{
  padding-top: 20px;
}
#crime-tabbed-content{
  background-color: #efefef;
}
#crime-tabbed-content .tab-top-copy{
  padding-top: 30px;
}
#crime-tabbed-content .tab-bottom-copy{

}
#crime-tabbed-content .crime-tabs{
  padding-top: 20px;
}
#crime-tabbed-content .tabs{
	overflow: hidden;
	border: none;
	background-color: #f1f1f1;
}
#crime-tabbed-content .tabs button{
	background-color: inherit;
	float: left;
	/*border: none;*/
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 1px solid;
  border-right: 2px solid;
  border-color: #dddcdc;
  border-radius: 0px;
  width: 20%;
  font-weight: 600;
  color: #a0a0a0;
}
#crime-tabbed-content .tabs button:hover{
	background-color: #ddd;
}
#crime-tabbed-content .tabs button.active{
	background-color: #dddcdc;
  border-radius: initial;
  color: #ce6936;
}
#crime-tabbed-content .tabcontent{
	display: none;
	padding: 10px 30% 10px 20px;
  border: none;
}
#crime-tabbed-content #crime-tab-1{
	display: inline-flex;
}

/*Types of Crime Slider Section*/
#types-of-crime-slider{
  padding-top: 10px;
}
#types-of-crime-slider .types-of-crime-slick .slick-next{
    right: -15px;
	top:44%;
}
#types-of-crime-slider .types-of-crime-slick .slick-prev{
    left: -15px;
    z-index: 2;
	top:44%;
}
#types-of-crime-slider .types-of-crime-slick .slick-prev:before{
	font-family: "FontAwesome";
	content: "\f053";
	color: #cd6734;
	opacity: 1;
}
#types-of-crime-slider .types-of-crime-slick .slick-next:before{
	font-family: "FontAwesome";
	content: "\f054";
	color: #cd6734;
	opacity: 1;
}
#types-of-crime-slider .types-of-crime-slick .slick-list{
  margin: 0 -15px;
}
#types-of-crime-slider .types-of-crime-slick .slick-slide{
  margin: 0 15px;
}
#types-of-crime-slider .types-of-crime-item-wrap{
	vertical-align: top;
	padding: 15px 15px;
}
#types-of-crime-slider .types-of-crime-item-wrap .types-of-crime-box{
  display: block;
  padding: 20px 15px;
  border: 1px solid #efefef;
  min-height: 195px;
}
#types-of-crime-slider .types-of-crime-slick{
	margin:0 auto;
	max-width:95%;
}
#types-of-crime-slider .types-of-crime-item-wrap h3{
	font-size:30px;
	margin-top:0;
  color: #c63;
}
#types-of-crime-slider .types-of-crime-item-wrap .types-of-crime-box p{
	font-size:14px;
	color:#252525;
}

/*Fraud Laws Copy Section*/
#fraud-laws-copy{
  padding-top: 5px;
}
#fraud-laws-copy .law-wrap h3{
  line-height: 1.5em;
  color: #c63;
  padding-top: 10px;
}
#fraud-laws-copy .law-wrap p{
  margin-left: 4%;
}

/*Two Colums List Section*/
#two-columns-list{
  background-color: #efefef;;
}
#two-columns-list h3{
  color: #c63;
}
#two-columns-list ul li::marker{
  color: #c63;
}
#two-columns-list ul li span{
  line-height: 2.0;
}
#two-columns-list .two-columns-list-right{
  padding-bottom: 30px;
}

#percentage-banner-content .container{
  background-image:url('https://www.monderlaw.com/wp-content/uploads/2021/07/internet-crimes-banner.jpg');
  color: white;
  padding: 30px;
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
}
#percentage-banner-content .container h2{
  padding-bottom: 40px;
}
#percentage-banner-content .container h3{
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 10px;
}
#percentage-banner-content .container h4{
  color: #c63;
  font-size: 55px;
  padding: 20px 0;
  font-weight: 500;
}
#percentage-banner-content .percentage-banner-left{
  margin-left: 30px;
}
#percentage-banner-content .white-vr-lg{
  border-left:1px solid #fff;
  height: 200px;
  float: right;
}

@media (max-width: 991px) {
  #percentage-banner-content .percentage-banner-right{
    margin-left: 30px;
  }
  #percentage-banner-content .white-vr-lg{
    display: none;
  }
	#percentage-banner-content .white-vr{
    border-bottom: 1px solid #fff;
    width: 300px;
    padding: 10px;
    margin-bottom: 20px;
  }
  #crime-tabbed-content .tabs button{
    height: 60px;
    padding: 8px 4px;
  }
  #crime-tabbed-content .tabcontent {
    display: none;
    padding: 10px 10px 10px 20px;
    border: none;
  }
}

#steps-tabbed-content .image-with-accordion{
  padding-bottom: 40px;
}
#steps-tabbed-content .steps-copy{
  padding-bottom: 30px;
}
#steps-tabbed-content .image-left{
  padding-top: 25px;
}
#steps-tabbed-content .accordion_steps {
  list-style: none;
  padding: 0;
  max-width: 970px;
  margin: 0 auto 0;
}
#steps-tabbed-content .accordion_steps .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  padding-bottom: 20px;
}
#steps-tabbed-content .accordion_steps .inner ul, #steps-tabbed-content .accordion_steps .inner ol {
  padding-left: 20px;
  padding-bottom: 5px;
}
#steps-tabbed-content .accordion_steps .inner h3 {
  font-size:20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
#steps-tabbed-content .accordion_steps > li {
  margin: 0;
  border-color: transparent;
  padding: 0;
  border-bottom: 2px solid #e1e1e1;
  padding: 10px 0;
}
#steps-tabbed-content .accordion_steps > li:first-child {
  border-top: 1px solid #f1f0f0;
  border-top: none;
}
#steps-tabbed-content .accordion_steps li a{
  font-size: 20px;
}
#steps-tabbed-content .accordion_steps li a.toggle-tab {
  width: 100%;
  display: block;
  background: transparent;
  color: #c63;
  padding: .75em 2em .75em .75em;
  border-radius: 0;
  transition: background .3s ease;
  font-size: 18px;
  font-weight: 600;
  position:relative;
  text-decoration: none;
}
#steps-tabbed-content .accordion_steps li a.toggle-tab:after {
  content: "\f107";
  color: #c0514e;
  font-family: "FontAwesome";
  font: bold normal normal 14px/1;
  font-size: 24px;
  transition: all .3s ease;
  position: inherit;
  right: -10px;
  bottom: -2px;
  top: 50%;
  transform: translateY(-50%);
}
#steps-tabbed-content .accordion_steps li a.toggle-tab.clickme:after {
  /*transform: rotate(180deg) translateY(50%);*/
	content: "\f106";
	color: #c0514e;
	font-family: fontawesome;
}
#steps-tabbed-content .accordion_steps li a.toggle-tab:hover {
  text-decoration: none;
}

#infographic-content {
    padding: 0 0 30px 0;
}

#phone-banner{
  padding: 0;
}
#phone-banner .phone-dark-banner{
	color: white;
	background-color: #323232;
  padding: 40px 30px;
}
#phone-banner .phone-dark-banner .phone-wrap a{
  color: #e4c5b6;
  text-decoration: underline;
}
#phone-banner .phone-dark-banner .phone-wrap ul{
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#phone-banner .phone-dark-banner .phone-wrap ul li::marker{
  color: #c63;
}
#phone-banner .orange-phone-banner{
  color: white;
  padding: 20px;
  margin: 40px;
  background-color: #ce6936;
}
#phone-banner .orange-phone-banner .orange-phone-banner-title{
  text-transform: uppercase;
}
#phone-banner .orange-phone-banner .orange-phone-banner-subtitle a{
  color: white;
  text-decoration: underline;
}

/* FAQ SECTION */
#faq_section {
  position: relative;
}
.accordion_faq {
  list-style: none;
  padding: 0;
  max-width: 970px;
  margin: 30px auto 0;
}
.accordion_faq .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  padding-bottom: 20px;
}
.accordion_faq .inner ul, .accordion_faq .inner ol {
  padding-left: 20px;
  padding-bottom: 5px;
}
.accordion_faq .inner h3 {
  font-size:20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.accordion_faq > li {
  margin: .5em 0;
  border-color: transparent;
  padding: 0;
  border-bottom: 1px solid #f1f0f0;
}
.accordion_faq > li:first-child {
  border-top: 1px solid #f1f0f0;
}
.accordion_faq li a.toggle {
  width: 100%;
  display: block;
  background: transparent;
  color: #1e1e1e;
  padding: .75em 2em .75em .75em;
  border-radius: 0;
  transition: background .3s ease;
  font-size: 18px;
  font-weight: 600;
  position:relative;
  text-decoration: none;
}
.accordion_faq li a.toggle:before {
  content: "\f107";
  color: #c0514e;
  font-family: "FontAwesome";
  font: bold normal normal 14px/1;
  font-size: 24px;
  transition: all .3s ease;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion_faq li a.toggle.clickme:before {
  transform: rotate(180deg) translateY(50%);
}

.accordion_faq li a.toggle:hover {
  text-decoration: none;
}
.accordion_faq > li {
  border-bottom: 2px solid #e1e1e1;
}
.accordion_faq > li:first-child {
  border-top: 2px solid #e1e1e1;
}

/*Default Crime Page Template END*/

@media (max-width: 1555px) and (min-width: 992px) {
	.new-header-2021-area #mainNav {
		width:730px;
	}
	.new-header-2021-area #mainNav .navbar-nav .nav-item .nav-link {
		font-size:12px;
	}
	.new-header-2021-area #menu-main-menu>.menu-item-has-children>a::after {
		font-size:12px;
	}
	.new-header-2021-area #monder-criminal-lawyer-group-logo {
		width: 250px;
		height: 65px;
	}
}
@media (max-width: 1270px) and (min-width: 992px) {
	.new-header-2021-area #monder-criminal-lawyer-group-logo {
		width: 180px;
	}
	.new-header-2021-area #mainNav {
    width: 660px;
	}
	.new-header-2021-area #mainNav .navbar-nav .nav-item .nav-link {
    padding: 19px 5px 18px;
	}
}
@media (max-width: 1270px) and (min-width: 992px) {
	.new-header-2021-area #monder-criminal-lawyer-group-logo {
		width: 135px;
	}
	.new-header-2021-area #mainNav {
    	width: 567px;
	}
		.new-header-2021-area #mainNav .navbar-nav .nav-item .nav-link {
		font-size:9px;
	}
	.new-header-2021-area #menu-main-menu>.menu-item-has-children>a::after {
		font-size:9px;
	}
}
@media (max-width: 1199px) {
	.hp-2021-crash-course-form {
		width: 100%;
    margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.new-header-2021-area #mainNav .navbar-nav .nav-item .nav-link {
		border:none;
	}
	
}
@media (max-width: 991px) {
	.new-header-2021-area #mainNav {
		width:auto;
	}
	.new-header-2021-area  .header-number-wrap {
    	display:none;
	}
	#top-header-area.new-header-2021-area.relative {
		position:relative;
	}
	.new-header-2021-area #monder-criminal-lawyer-group-logo {
    	width: 260px;
	}
	.page-default-breaking-news {
    padding-top: 145px;
	}
}
@media (max-width: 767px) {
	.homepage-2021-practice-areas-slick .slick-prev, .homepage-2021-practice-areas-slick .slick-next {
		top:50%;
	}
	.homepage-2021-hero-banner-section h1 {
		font-size:100px;
	}
	.homepage-2021-hero-banner-section {
		min-height:570px;
	}
	.homepage-2021-three-blocks {
		margin-top: -40px;
	}
}
/* NEW HOMEPAGE 2021 END */
