/*!
Theme Name: Stuckey Injury Law
Theme URI: http://underscores.me/
Author: Mariecon
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: stuckyeyinjurlaw
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.

stuckeyinjurylaw 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.
 */
@font-face { font-family: 'Figtree Bold'; src: url(https://stuckeyinjuryl.wpenginepowered.com/wp-content/themes/stuckyinjurylaw/fonts/Figtree-Bold.ttf); font-weight: normal; }
@font-face { font-family: 'Figtree'; src: url(https://stuckeyinjuryl.wpenginepowered.com/wp-content/themes/stuckyinjurylaw/fonts/Figtree.ttf); font-weight: normal; }
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 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: bolder;
}

/**
 * 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: #333333;
	font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

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;*/
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;*/
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	    margin-top: 100px !important;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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: #002274;
    text-decoration: none;
}

a:visited {
	color: #002274;
}

a:hover,
a:focus,
a:active {
	color: #002274;
}

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
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    padding-bottom: 0;
}

/*.main-navigation ul li > .sub-menu {max-height: 450px;overflow-y: auto;overflow-x: hidden;}*/

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    display: inline;
    background: #111;
}

.main-navigation ul ul ul {
	/*left: -999em;
	top: 100%;
    margin-left: -300px;
    padding-left:15px;
    */
    position:relative;
    display:none;
    padding-left: 15px;
}

/*
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
*/
@media screen and (min-width: 700px){
	.main-navigation ul ul li:hover > ul{
	    display: block;
		left: auto;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		display: block !important;
	}
}


.main-navigation ul ul li {
	padding-top:5px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    width: 300px;
}

.main-navigation ul ul a {
    color: #fff !important;
}



.main-navigation li {
	/*position: relative;*/
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
    color: #333;
    padding: 0 15px 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.main-navigation a:hover { color:#4981D3 !important; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#logo_awards .owl-stage-outer .item img{
	object-fit: contain;
}

@media screen and (min-width: 600px) {

	.menu-toggle {
		display: none;
	}
	.mobile-menu{
		display: none;
	}
	.main-navigation ul {
		display: flex;
        float: right;
        /*padding-bottom:10px;*/
	}
}

.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;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
body {
    color: #333333;
	/*font-family: 'Figtree';*/
    font-size:16px;
}
.archive {margin-top:150px;}
p {max-width: 1100px;font-size:17px;font-weight: 300;}
.entry-meta{font-size:20px;margin-bottom:10px;}
.entry-title a:hover{color:#4981D3;}
.blog .mainContent article {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 40px;
}
.entry-content {font-size:17px;line-height: 25px;}
.inline_btn{float:left;padding:15px;background:#002274;max-width: 200px;text-align: center;font-weight: 500;font-size: 20px;margin-top:20px;}
.inline_btn:hover{background:#000;}
.inline_btn a {color:#fff !important;}
.content-list
{
list-style-type: none;
padding: 0;
margin: 0 0 1.5em 0;
}
.awardsText {width:15%;max-width:130px;float:left;font-weight:bold;padding:15px 0;}
#header_awards .owl-carousel, #logo_awards.owl-carousel {width:85%;float:left;}
.awardsImg {height:100% !important;}
.content-list li
{
background-image: url(img/li_icon.png);
background-repeat: no-repeat;
background-position: 0px 10px;
padding-left: 30px;
padding-top: 10px;
}

.wppb-button-addon-content .wppb-btn-link {
  color: #fff;
  background: #4981D3 !important;
  border-color: #4981D3;
}

.wppb-button-addon-content .wppb-btn-link:hover {color: #002274;}
.callText {font-weight:700;font-size:55px;font-family:'Oswald';color:#002274;margin-bottom:0;line-height: 80px;}
.consultText {font-weight:700;font-size:35px;font-family:'Oswald';color:#333;margin-bottom:0;}
.menu-footer-container ul {padding-top:0;float:left;}
.wppb-post-grid-wrap {min-height:300px;}
.wppb-post-grid-intro:after{content: " ...";}
.wppb-accordion-title i + .wppb-accordion-title-content{padding-right:20px;}
.site-header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    padding-bottom: 0;
    top:0 !important;
    box-shadow: 0 1px 5px #999;
}

.top-header {
    padding:20px 10px 0 10px;
    max-width: 90%;
    margin: 0 auto;
}
.top-header .header-contact #text-12 {

}
.contact {
    padding-right:20px;
}
.headerBtn {
    text-transform: uppercase;
    padding: 10px;
    caption-side: ;
    background: #4981D3;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    max-width: 300px;
    display: block;
    float: right;
    font-family: 'Oswald';
}
.headerBtn:hover{
	background: #000;
}

.headerBtn a {color:#fff;}

.call-us {
    display: block;
    float:right;
    font-size: 32px;
    font-weight: 300;
    padding-left:20px;
    font-family: 'Figtree Bold';
}

.call-us a {
    color: #002274 !important;
    text-decoration: none !important;
}
.call-us a img{
	margin: 0px 10px 0 0;
    width: 30px;
}

.call-us span img {
    padding: 5px 10px;
}

/******PRACTICE AREAS HP********/
.hp-practice-areas{margin:0;}
.hp-practice-areas .page-list-ext-item:first-child{margin:0;}
.page-list-ext-item {margin-to:30px;}
.hp-practice-areas .page-list-ext-item {background:#fff;min-height:270px;margin:20px 0;padding:20px;}
/******PRACTICE AREAS HP********/

.footer ul li::after {
	content: "|";
    display: block;
    line-height: 0;
    color: #fff;
    margin-top: -24px;
}

.footer ul li:first-child::after {
  display: none;
}

.site-footer {
    padding: 15px;
    background: #002274;
    color:#fff;
}

.site-footer a, .site-footer p {
    color: #fff;
    margin: 0;
    padding-top: 15px;
    font-weight: normal;
}

.carousel img {height:115px;width:auto;}

.single .mainContent, .page .mainContent, .archive .mainContent, .blog .mainContent {max-width:1440px; width:90%;margin:0 auto;}
.home .mainContent {width:100% !important;max-width:100%; }
.withSidebar{width:90%;margin: 0 auto;}
.mobile-menu .header-sticky-bar, .sub-menu-toggle1, .sub-menu-toggle {display:none;}

.pages-sidebar{padding:0 20px;}

/* Sidebar Form */
.sidebar-contact-form {
        background: #f6f6f6 url(img/sidebar-form-bg.png) no-repeat right bottom;
        border-radius: 5px 5px 0 0;
        position: relative;
           
}
.withSidebar .sidebar-contact-form{
 padding: 30px;
    margin-bottom: 30px;
}

.gform_wrapper input, 
.gform_wrapper textarea{
    height: 46px;
    border: 1px solid #dadada;
    border-radius: 0;
    padding: 10px !important;
}
.gform_wrapper .gfield_error{
	border: none !important;
    background: none !important;
    padding: 0 !important;
} 
.gform_wrapper .validation_error,  .gform_wrapper .validation_message{
	display: none !important;
}

.gform_wrapper .gform_button{
	text-transform: uppercase;
    padding: 15px;
    background: #4981D3;
    color: #fff;
    font-size: 18px !important;
    font-weight: 500;
    max-width: 300px;
    font-family: 'Oswald';
    border: none;
    border-radius: 0;
}
.gform_wrapper .gform_button:hover{
	background: #000;
}
.sidebar-contact-form:before, .sidebar-contact-form:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #999;
  -webkit-box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  box-shadow: 0 15px 10px #999;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.sidebar-contact-form:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.contact-form-title {
        background: #002274;
        color: #fff;
        font-size: 35px !important;
        font-weight: 700 !important;
        font-family: 'Oswald','Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        padding: 20px !important;
        border-radius: 4px 4px 0 0;
}





.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

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

.pages-sidebar ul {
	margin: 0;
    
}

.pages-sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.pages-sidebar ul > li:last-child {
	margin-bottom: 0;
}

.pages-sidebar .widget {
	margin-bottom: 80px;
}

.pages-sidebar .widget-title {
        font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        color: #002274;
        text-transform: uppercase;
}

.accordion {
        border: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
}

.accordion .accordion-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        background: #f3f3f3;
        padding: 20px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
        cursor: pointer;
        border-radius: 5px 5px 0 0;
}

.accordion .accordion-title.open {
        background: #fff;        
}

.accordion .accordion-title:before {
        content: '\f044';
	display: inline;
	font-size: 22px;
	margin-right: 10px;
	position: relative;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 700;
        font-style: normal;
        color: #002274;
}

.accordion .accordion-title:after {
        content: '\f054';
	display: inline;
	font-size: 15px;
	margin-right: 10px;
	position: relative;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 700;
        font-style: normal;
        color: #002274;
        position: absolute;
        right: 20px;
        top: 26px;
}

.accordion .accordion-title:last-child {
        border-bottom: 0;
}

.accordion-content {
        padding: 0 20px 20px;
}

.accordion-content ul li {
        border-bottom: 1px solid #ededed;
}
.results {
	display: flex;
	flex-wrap: wrap;
}
.results-box {
	display: flex;
	width: 46%;
	margin: 0 1%;
	background: #f9f9f9;
	margin-bottom: 20px;
}
.results-box h2 {
	background: #002274;
	color: #fff;
	text-align: center;
	padding: 15px;
	margin: 0;
	font-size: 20px;
	line-height: 1.1;
}
.results-box h2 a {
	color: #fff;
}
.results-desc {
	padding: 20px;
}

/****** GLOBAL FOOTER *******/
.globalFooter .widget{margin-bottom:0;}
.golbal-footer{
    position:relative;
}

.global-footer iframe {width:100%;max-width:500px;min-height:350px;}

.global-footer p {margin-bottom: 0;}

.footerIcon {float:left;max-width:15px;width:25%;color:#4981D3;margin-right:5px;}

.footerText{float:left;width:75%;color:#fff;margin-left:5px;}

.footerText a, .global-footer p a {color:#fff !important;}

.footerIcon a {color:#4981D3 !important;}

@media only screen and (max-width: 600px) {
		body{
		margin-top: 0 !important; 
	}
    .global-footer .col-sm-6 {
    	width:98%;margin:0 auto;
    }
}

/****** GLOBAL FOOTER END *******/

/****** Accordion Sidebar *******/
/* Sidebar Form Accordion */
#sidebar-inner #text-23 .textwidget > div{
	padding: 0 !important;
}
#sidebar_testimonials blockquote {
        margin: 0;
        font-size: 18px;
        color: #333;
        line-height: 28px;
}

#sidebar_testimonials blockquote::before {
	content: '\f10d';
	display: inline;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
        margin-right: 10px;
	position: relative;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 700;
        font-style: normal;
        color: #7f807f;
}

#sidebar_testimonials blockquote cite {
        display: block;
        margin-bottom: 10px;
        margin-top: 20px;
        font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: 700;
        font-style: normal;
}

#sidebar_testimonials {
        border: 1px solid #ddd;
        /*border-radius: 5px 5px 0 0;*/
}

#sidebar_testimonials .owl-item {
        padding: 25px;
}

#sidebar_testimonials blockquote img {
        margin-bottom: 0;
}

#sidebar_testimonials .owl-nav .owl-prev:before {
        content: url(img/sidebar-testi-prev.jpg);
        display: block;
        height: 40px;
        background: #fff;
}

#sidebar_testimonials .owl-nav .owl-next:before {
        content: url(img/sidebar-testi-next.jpg);
        display: block;
        height: 40px;
        background: #fff;
}

#sidebar_testimonials .owl-nav div, #sidebar_testimonials .owl-nav button {
        top: auto !important;
        bottom: 20px;
}

#sidebar_testimonials .owl-nav .owl-prev {
        left: auto!important;
        right: 65px;
}

#sidebar_testimonials .owl-nav .owl-next {
        right: 25px !important;
}
/****** Accordion Sidebar END *******/


h1 {font-family: 'Oswald',sans-serif;color: #002274;font-size: 60px;font-weight: 900;margin: 40px 0 20px 0;}
h1.page-link {color: #002274;font-size: 60px;margin-bottom:20px;margin-bottom:20px;}
h2.page-link {color: #002274;font-size: 45px;margin-bottom:20px;}
h2 {font-family: 'Oswald',sans-serif;color: #002274;font-size: 45px;font-weight: 500;margin: 40px 0 20px 0;}
h3 {color: #002274;font-size: 24px;font-weight: 700;margin: 40px 0 20px 0;}
h2.page-link {color: #002274 !important;font-size: 24px !important;margin: 40px 0 20px 0;}
h4 {font-family: 'Oswald',sans-serif;color: #002274;font-size: 35px;font-weight: 900;margin: 40px 0 20px 0;}
h5 {color:#fff;font-size:24px;font-weight: 700;margin: 40px 0 20px 0;}
h6 {color: #002274;margin: 40px 0 20px 0;}

/*.pageP .page-content, .blog .page-content, .singleP .page-content {
	display:flex;margin-top:180px;
}*/
.pageP .entry-content ul, .p_spac .entry-content ul{
	margin-left: 10px; 
	padding-left: 10px;
}
.pageP .entry-content ul li, .p_spac .entry-content ul li{
	margin: 0 0 10px;
}

.p_spac p img{
	margin: 20px 0;
	width: 100%;
}

@media only screen and (max-width: 600px) {
    body {font-size: 14px;}
    .call-us {font-size: 20px;float:none;text-align:center;padding-top:10px;}
    .headerBtn {float:none;text-align:center;font-size: 15px;max-width:95%;margin:0 auto;}
        .contact{padding-right:0;}
        .awardsText{max-width:100%;width:100%;float:none;}
        #header_awards .owl-carousel, #logo_awards.owl-carousel{width:100%;float:none;}
        .awardsImg {width:70% !important;height:70% !important;}
        .wppb-post-grid-wrap {min-height:auto;}
    h1, h1.page-link {font-size: 30px;}
    h2, h2.page-link {font-size: 25px;}
    h3 {font-size: 18px;}
    h4 {font-size: 25px;}
    h5 {font-size:16px;}
        .callText {font-size:30px;}
        .consultText {font-size:30px;line-height:35px;}
	..wppb-addons-col > div {padding-bottom:10px;}
    .top-header {max-width:100%;padding: 20px 0 0 0;}
    .logo-wrapper {text-align:center;}
    .logo-wrapper img {width:70%;}
    .call-us {font-size: 18px;}
    .call-us img {width:22px;}
    .site-header {position:relative;top:50px !important;}
    .n2_clear{margin-top:30px;}
    /*.logo-wrapper, .header-contact{display:none;}*/
    .sub-menu-toggle1, .sub-menu-toggle {display:block;}
    
    .main-navigation ul ul li:hover > ul
    {
        display: none;
    }

    .call-us a img {
	    width: 20px;
	}

    .site-header .top-header .wrapper.row{
    	margin-left: 0;
    	margin-right:0;
    }
    
    .header-sticky-bar {
      position: fixed;
      top: 0;
      display: block !important;
      width: 100%;
      background: #002274;
      left: 0;
      text-align: center;
      padding: 10px 18px;
      z-index: 9999;
      height:60px;
    }
    
    .sticky-icon {
      margin-left:5%;
      width:20.5%;
      float:left;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
     }
    
    .sticky-icon button {
      background-color: transparent;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0;
      outline: none;
      border: 0;
      width: 70px;
      color:#fff;
    }
    
    .sticky-icon a { color:#fff !important; }
    .sticky-icon .fa, .sticky-mobile-menu-btn .fa { 
    	color: #4981D3; 
    	font-size:18px; 
    	margin: 0 0 5px;
    	display: block;
    	opacity: 1 !important;
    }
    .sticky-mobile-menu-btn .fa { margin-bottom:6px; }
    
     .sticky-icon.first {
      margin-left:0;
     }
    
    /* mobile nav menu */
    .callUs, .contactUs, .blogLink {
    	display:block !important;
    }
    .contactUs a {padding-left:0;}
    .nav-mobile-menu ul {
          position:fixed;
          top:60px;
          width:100%;
          background:#111;
          color:#ccc;
          z-index:9999;
          padding-bottom:20px;
          overflow-x:scroll;
    }
    .nav-mobile-menu ul li {border-bottom: 1px solid rgba(255,255,255,.2);}
    .nav-mobile-menu ul ul { background:#111;border-bottom: 1px solid rgba(255,255,255,.2); }
    .nav-mobile-menu ul li {margin-left:30px;position:relative;}
    .nav-mobile-menu ul a { padding:10px 0 !important; color:#ccc;}
    .nav-mobile-menu ul ul a { padding-left:0 !important; color:#ccc; }
    .nav-mobile-menu ul ul li {padding-top:0;}
    
.dashicons,
.dashicons-before:before {
 font-family:dashicons;
 display:inline-block;
 line-height:1;
 font-weight:400;
 font-style:normal;
 speak:never;
 text-decoration:inherit;
 text-transform:none;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 width:20px;
 height:20px;
 font-size:20px;
 vertical-align:top;
 text-align:center;
 transition:color .1s ease-in
}
.dashicons-arrow-down-alt2::before {
  content: "\f347";
}
.nav-mobile-menu .toggle-btn:hover {color: #4981D3;}
.nav-mobile-menu .toggle-btn {display:inline-block;border:0;background:none;padding: 15px 50px 0 0;color:#ccc;float:right;}
.nav-mobile-menu li ul .toggle-btn {color: #fff;float:right;}
    
    
 .pageP .page-content, .blog .page-content, {margin-top:80px;}

     .wppb-addon-1677813712028 .wppb-testimonial-carousel-addon-content .wppb-testimonial-content-carousel .wppb-carousel-prev, .wppb-addon-1677813712028 .wppb-testimonial-carousel-addon-content .wppb-testimonial-content-carousel .wppb-carousel-next {
        top: 44%;
    }
    div.wppb-row-parent .wppb-addon-title{
    	   font-size: 30px !important;
    	   margin: 0 0 30px !important;
    }



} /****END 600px*****/

.sassyShare{float:right;margin:30px 0;}
.nav-desktop-menu ul a {font-size:13px;}
.nav-desktop-menu ul .submenu {
    position: fixed;
    top: 176px;
    margin-left: -315px;
	
}
.submenu {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-desktop-menu > .menu-item {
        margin-left: -4px;
}
/*
.nav-desktop-menu li > .sub-menu {
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden
}
*/
.nav-desktop-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 99;
}

.nav-desktop-menu .sub-menu a {
	/*background-color: #111;*/
	outline: none;
	padding: 10px 20px !important;
	position: relative;
        font-size: 15px;
        font-weight: 400;
	width: 250px;
        border-bottom: 1px solid rgba(255,255,255,.2);
}

.nav-desktop-menu .sub-menu a:focus,
.nav-desktop-menu .sub-menu a:hover,
.nav-desktop-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}
/*
.nav-desktop-menu .sub-menu .sub-menu {
	margin: -36px 0 0 -250px;
    width: 250px;
	position:fixed;
    top:60%;
}
*/
.nav-desktop-menu .menu-item:hover {
	/*position: static;*/
}

.nav-desktop-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-desktop-menu > .first > a {
	padding-left: 0;
}

.nav-desktop-menu > .last > a {
	padding-right: 0;
}

.nav-desktop-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.nav-desktop-menu > .right > a {
	display: inline;
	padding: 0;
}

.nav-desktop-menu > .rss > a {
	margin-left: 48px;
}

.nav-desktop-menu > .search {
	display: none;
	margin: 0 auto;
	padding: 0;
	width: 240px;
    position: relative;
    float: right;
    margin-top: 9px;
}

.main-navigation ul li > .submenu {
    /*max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;*/
    -webkit-transition:opacity .4s ease-in-out;
    -moz-transition:opacity .4s ease-in-out;
    -ms-transition:opacity .4s ease-in-out;
    -o-transition:opacity .4s ease-in-out;
    transition:opacity .4s ease-in-out;
}

.head_prctice .wppb-headline-content{
	display: flex;
	justify-content: center;
}

.call_action {
	margin: 20px 0; 
    background: #002274;
    padding: 10px 20px;
    border: solid 1px #002274;
    border-radius: 15px;
	text-align: center;
}
.call_action h3{
	color: #fff; 
	margin: 10px 0;
}
.call_action p {
	color: #fff;
}

.call_action p a {
	color: #fff;
	font-weight: 900;
}
.results.row{
	padding: 0;
	--bs-gutter-x: 0;
}
.car_case {
	margin-top: 40px;
}

.practice_icon img{
	margin-bottom: 10px !important;
	width: 50px !important;
}

.practice_box a {
    font-size: 15px;
}

.practice_box .wppb-raw-html-content{
	padding: 30px !important;
}

.practice_box .wppb-raw-html-content p.sh3 {
    min-height: 10px !important;
    font-size: 18px !important;
}

.practice_box .wppb-raw-html-content p {
    min-height: 75px !important;
    font-size: 15px !important;
}

.practice_box .wppb-column:hover .practice_icon img{
	filter: brightness(0) invert(1); 
}


.page-id-104 .withSidebar .entry-content p .alignnone {
    width: max-content;
}


.nav-desktop-menu li {display:inherit;}
/*.depth-0 {display:none;}*/


@media only screen and (max-width: 1450px) {
	header .main-navigation a{
		    padding: 0px 8px 7px;
	}
}

@media only screen and (max-width: 1200px) {
 .top-header {max-width:100%;}
      /* .logo-wrapper {width: 21%;}*/

    /*.top-nav-wrapper{width:78%;}*/
        #sidebar-inner .sidebar-contact-form div > div {
        padding: 10px !important;
    }
    #sidebar-inner .sidebar-contact-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
		padding-right: 0px;
	}
	.blog .mainContent .pages-sidebar, .singleP .mainContent .pages-sidebar{
		padding: 0;
	}
	.blog .mainContent .withSidebar, .singleP .mainContent .withSidebar{
    	   width: 100%;
    }
}

@media only screen and (max-width: 930px) {
    .nav-desktop-menu {font-size:14px;}
    .call-us {font-size:25px;}
    .headerBtn {font-size:14px;}
    .row.mainContent.page-content {
	    padding: 80px 0px;
	}

}

@media only screen and (max-width: 850px) {
    .nav-desktop-menu {font-size:13px;}
    .main-navigation a {padding:0 10px;}
}

@media only screen and (max-width: 750px) {
	body {
	 
	    margin-top: 140px !important;
	}

    .top-header {max-width:100%;}
    .logo-wrapper {width: 100%;text-align:center;}
    .top-nav-wrapper{width:100%;}
    .contact {padding: 10px 0;width: 80%;margin: 0 auto;max-width: 540px;}
    .widget{margin:0;}
    .custom-logo {width:70%;}

    .main-navigation ul {
    	justify-content: center;
        padding-bottom: 10px;
        float: none;
    }
    .globalFooter .global-footer .row{
    	display: block;
    }
    .globalFooter .global-footer .row > div{
    	width: 100%;
    }
    .site-footer .site-info{
    	display: block;
		text-align: center;
    }
    .site-footer .site-info .col-5{
    	width: 100%;
    	margin: 10px 0;
    }
    .withSidebar {
	    width: 96%;
	}
	.pages-sidebar {
	    padding: 0 0px;
	}
}
.grecaptcha-badge {display:none;}
.sidebar_latest {border: 1px solid #ddd;border-radius: 0 0;padding:20px;margin-bottom: 80px;}
.sidebar_latest .rpwe-title {font-size:18px !important;font-weight: 600;}
.sidebar_latest .rpwe-summary {font-size:17px;}



.blog .mainContent .withSidebar{
	width: 97%;
    margin: 0;
}



/* ---------------css for single post page------ */
.row.mainContent.page-content {
    padding: 100px 0px;
}


.inner_banner {
    background: url(https://stuckeyinjuryl.wpenginepowered.com/wp-content/uploads/2023/03/sliderBg.webp) no-repeat;
    padding: 80px 0px;
    background-size: cover;
    background-position: center;
}	
.inner_banner h2, .inner_banner h1{
	color:#fff;
}


/* --------------breadcrumb css */

.breadcrumb li::after {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
	margin-left:10px;
}
.breadcrumb li:last-child::after {
   display:none;
}
/* ------------- */
@media(min-width:992px){
	.archive {
		margin-top: 120px;
	}
}

.sh2{
	font-family: 'Oswald', sans-serif;
    color: #002274;
    font-size: 45px;
    font-weight: 500;
    margin: 40px 0 20px 0;
	line-height: 100%;
}
.sh3 {
    font-size: 25px !important;
    margin-top: 0 !important;
	font-family: 'Oswald', sans-serif;
    color: #002274;
    font-weight: 500;
 	min-height:auto !important;  
}
/* -----------resources---------- */
.page-id-117 h3 {
    font-size: 22px !important;
}

.bread_sec .breadcrumb li:before {
    display: none
}

.bread_sec .breadcrumb li:after {
    content: ">";
	font-size: 20px;
    line-height: 1;
}
.breadcrumb-item {
    padding-left: 0 !important;
}
.bread_sec .breadcrumb {
	margin: 0;
    padding: 10px 0;
}

@media only screen and (max-width: 375px) {
   .wppb-builder-addon .owl-carousel {
        width: 100% !important;
        margin: 0 auto;
    }
	.wppb-builder-addon .owl-carousel img{
		margin: 0 auto;
	}
	
}
@media only screen and (max-width:991px){
	.p_spac,.p_spac .page-content ,.p_spac  .entry-content ,.p_spac  h1{
		margin-top:0px !important;	
	}
	.sidebar-inner h2 {
		font-size:25px !important;
	}
	.contact-form-title {
  
	    font-size:25px !important;
	}
	.results-box {
		width: 100%;
	}
	#sidebar-inner .sidebar-contact-form div > div{
		padding: 10px !important;
	}
	#sidebar-inner .sidebar-contact-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
		padding-right: 0px;
	}
		
}
@media only screen and (max-width:600px) {
	body{
		margin-top: 0 !important; 
	}
}
@media only screen and (max-width:599px) {
	.site-header {
        position: relative;
        top: 50px !important;
    }
	    #sidebar_testimonials.owl-carousel {
			width: 100% !important;
			margin: 0 auto;
		}
	.owl-dots { display: none; }
	

}
.sidebar-inner h2,.sidebar-inner  h2.page-link  {

 text-transform: uppercase;
}
.admin-bar .site-header {
   top: 32px !important;
}
.headerBtn a{
	font-size:15px;
}

/* ----New Homepage Case Results------ */

.home-case-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.home-case-results h4 {
    font-size: 20px;
    background: #002274;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.result-item {
    background: #f9f9f9;
    text-align: center;
}
.result-item .results-desc{
    color: #4981D3;
    font-weight: bold;
    font-size: 18px;
}

@media(max-width: 991px){
	.home-case-results{
		grid-template-columns: repeat(2, 1fr);
	}
	.award-logo-slider {
    padding-bottom: 30px;
		padding-top:30px;
}
}
@media(max-width: 600px){

	.home-case-results{
		grid-template-columns: repeat(2, 1fr);
	}
	.award-logo-slider .col-sm-12 {
	display:block !important;
	}
	.awardsText {
    text-align: center;
		margin-bottom:20px;
}
}

.award-logo-slider {
    padding-top: 50px;
    border-top: 2px solid #002274;
}

.award-logo-slider .col-sm-12 {
    display: flex;
    justify-content: center;
}

.award-logo-slider .owl-dots {
    display: none;
}

.globalFooter .social-icons {
  margin: 15px 0;
	display: flex;
  justify-content: flex-start;
   gap: 0px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.globalFooter .social-icons a{
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #000;
  transition: background 0.3s, color 0.3s;
}


.globalFooter .social-icons a:hover {
  transform: scale(1.1);
  color: #fff;
}

.globalFooter .social-icons a.facebook {
  background-color: #3b5998;
}
.globalFooter .social-icons a.x {
  background-color: #000;
}

.globalFooter .social-icons a.linkedin {
  background-color: #0077b5;
}

.globalFooter h2 {
    color: #ffff ;
    font-size: 40px ;
    font-weight: 500 ;
    margin: 0px 0 0px 0 ;
	text-align: center;
}
.globalFooter .link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;  
/*   margin-top: 20px; */
}

 .globalFooter .grid-column a {
  display: block;
  color: #fff;

}




.globalFooter .social-icons .x-icon {
 width: 30px;
    height: 30px;
  vertical-align: middle;
  filter: invert(100%); 
}



  .globalFooter .social-icons a {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;

 margin: 0 15px 0 0;
  }
.n2-ss-widget{
	background:#002274 !important
}
.n2-style-2998e4648844f4c79b145e697915f1b1-heading{
	background:#4981D3 !important;
}
.n2-style-8a80e555c150d881271e062467bc4f17-heading  {
	background:#4981D3 !important;
}
.n2-style-8a80e555c150d881271e062467bc4f17-heading:hocer{
	background:#002274 !important
}
.n2-style-2998e4648844f4c79b145e697915f1b1-heading:hocer{
	background:#002274 !important
}
.n2-font-36fe32ad86c1c557370683f60ecec1f5-paragraph{
	color: #fff !important;
}
#accordions-91 .accordions-head .accordions-head-title i{
	    color: #002274 !important;
}
#accordions-91 .accordion-content li{
	margin-bottom:10px;
}
#accordions-91 .accordion-content li a{
	color: #002274 !important;
}

.footerText {
    
    margin-bottom: 10px;
}

/* class */
.call_action .h3 {
    color: #fff;
    margin: 10px 0;
}
.home-case-results .h4 {
    font-size: 20px;
    background: #002274;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.wppb-feature-box-title {
    color: #002274;
}
#sidebar_testimonials .sa_hover_container {
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    padding: 20px !important;
}
#sidebar_testimonials .owl-item {
    padding: 0;
}
.globalFooter .h2 {
    color: #ffff;
    font-size: 40px;
    font-weight: 500;
    margin: 0px 0 0px 0;
    text-align: center;
}
.results-box  .h2 {
    background: #002274;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
}
.results-box  .h2 a {
    color: #fff;

 
}
.h3 {
    color: #002274;
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px 0;
}

.h4 {
    font-family: 'Oswald', sans-serif;
    color: #002274;
    font-size: 35px;
    font-weight: 900;
    margin: 40px 0 20px 0;
}
.h2 {
    font-family: 'Oswald', sans-serif;
    color: #002274;
    font-size: 45px;
    font-weight: 500;
    margin: 40px 0 20px 0;
}

.wppb-accordion-title.wppb-toggle-right h3{
	margin:0px !important;
	font-size: 20px !important;
}

.wppb-accordion-title.wppb-toggle-right {
   display: flex;
    gap: 10px;
    align-items: center;
}

.h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px 0;
}

.paFaq-accordion-header {
    border: 1px solid #002274;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 20px;
	cursor: pointer;
}
.paFaq-accordion-header h3 {
    margin: 0;
    padding: 10px;
}
.paFaq-accordion-content {
    padding: 0 15px;
}
.entry-content p img.attorney {
    margin: 0 1.5em;
	width: 241px;
}


.top-banner {
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
    background: #4981D3;
    text-align: center;
}

.top-banner h2, .top-banner p{
    color: #fff;
    padding: 10px 0;
}

.bannerBtn {
    background: #fff;
    padding: 10px;
    width: 10%;
    margin: 0 auto;
    cursor: pointer;
}

.bannerBtn a {
    color: #000;
    display: block; /* makes full area clickable */
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

/* Hover effect */
.bannerBtn:hover {
    background: #000;
}

.bannerBtn:hover a {
    color: #fff;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4981D3;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  width: 45px;
}

#myBtn:hover {
  background-color: #000;
}
@media(max-width: 1024px){
    .bannerBtn {
        width: 15%;
    }
     .top-header{
    	max-width: 100%;
    }
}
@media(max-width: 991px){
    .bannerBtn {
        width: 20%;
    }
    header .main-navigation a{
		font-size: 12px;
		padding: 0px 6px 7px;
		font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	}

}
@media(max-width: 767px){
	header .main-navigation a {
        padding: 0px 6px 7px;
    }
}
@media(max-width: 600px){
	.entry-content p img.attorney {
		padding: 10px 0;
		width: 100%;
		margin: 0 auto 20px;
		display: block;
		max-width: 241px;
		height: auto;
		float: none;
	}
    .bannerBtn {
        width: 25%;
    }
    .n2_clear {
    margin-top: 0;
}
.top-banner{
	    margin-top: 50px !important;
}
}


.default_btn{
    padding: 15px;
    margin: 0 auto;
    background: #002274;
    max-width: 200px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

    .default_btn a {
    color: #fff !important;
}
