/*
Theme Name: Altitude Pro
Theme URI: https://my.studiopress.com/themes/altitude/
Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 1.5.0

Tags: accessibility-ready, block-styles, custom-colors, custom-header, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: altitude-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: #333;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark,
.header-right-section-wrap {
	transition: all 0.2s ease-in-out;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #080357;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #000;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

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

.image-section .widget:first-of-type cite {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

figure {
	margin: 0;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: currentColor;
	margin: 40px;
}

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
	font-size: 80px;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 42px;
	letter-spacing: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
        color: #58504a;
}

.widget-title strong {
        color: #070257;
        font-weight: 300;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 200;
	padding: 15px 16px !important;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #ff9f1b;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #080357;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

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

::-webkit-input-placeholder {
	color: #000;
}

#gform_3 input::-moz-placeholder,
#gform_3 textarea::-moz-placeholder{
        color: #fff;
}

#gform_3 input::-webkit-input-placeholder,
#gform_3 textarea::-webkit-input-placeholder {
        color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button {
	background-color: #ff9f1b;
	border: 2px solid #ff9f1b;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 15px 30px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.footer-widgets .widget button:focus,
.footer-widgets .widget button:hover,
.footer-widgets .widget input[type="button"]:focus,
.footer-widgets .widget input[type="button"]:hover,
.footer-widgets .widget input[type="reset"]:focus,
.footer-widgets .widget input[type="reset"]:hover,
.footer-widgets .widget input[type="submit"]:focus,
.footer-widgets .widget input[type="submit"]:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input[type="button"]:focus,
.image-section input[type="button"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="submit"]:focus,
.image-section input[type="submit"]:hover,
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #080357;
	border: 2px solid #080357;
	color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 800;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 800;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 90px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.front-page .site-container .site-inner,
.home-sapnish-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 16px;
	margin-top: 147px;
        padding: 12px 0;
        font-weight: 700;
        color: #070357;
}

.breadcrumb .sep {
        margin: 0 8px;
}

.breadcrumb a {
        color: #333;
}

.breadcrumb a:hover {
        color: #070357;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 0 0 20px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 20px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
        font-weight: 500;
}

.entry-title {
	font-size: 36px;
        text-transform: uppercase;
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        color: #070357;
        position: relative;
}

.entry-title:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #d2d2d2;
        bottom: 12px;
        left: 0;
        z-index: -1;
}

.entry-title:after {
        content: '';
        background-image: url('images/home-page-icons.png');
        background-position: 0 -42px;
        width: 26px;
        height: 27px;
        display: block;
        margin: 25px 0 32px;
}

h2.entry-title {
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        line-height: 36px;
        font-size: 28px;
}

h2.entry-title a {
        color: #030042;
}

h2.entry-title a:hover {
        color: #000;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #080357;
}

/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	color: #000;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 20px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 800;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 16px;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 20px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #58504a;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.site-header.dark {
	
}

.site-header.dark .nav-secondary {
	display: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
	width: 370px;
        margin: 0 auto;
        z-index: 9;
        position: relative;
        background-color: #58504a;
        padding: 12px 0;
}

.site-header.dark .title-area {
	
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 123px;
	text-indent: -9999px;
        background-position: 50% !important;
}

.header-image .dark .site-title > a {
	
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-widget-area {
        position: absolute;
        width: 1200px;
        top: 0;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 17px 10.3px;
	text-transform: uppercase;
        position: relative;
}

.nav-spanish .genesis-nav-menu a {
        letter-spacing: normal;
        padding: 17px 8px;
}

.site-header.dark .genesis-nav-menu a {
	
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	background-color: #ff9f1b;
        color: #080357;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #070357;
	outline: none;
	padding: 14px 20px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #ff9f1b;
	color: #070357;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

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

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

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

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

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

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

.nav-primary .genesis-nav-menu .space-right {
        margin-right: 366px;
}

.genesis-nav-menu a:before {
        content: '';
        border-left: 1px #000 solid;
        position: absolute;
        height: 10px;
        left: -3px;
}

.genesis-nav-menu .sub-menu a:before {
		display: none;
}

.genesis-nav-menu li.second-menu a {
        padding: 17px 16px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	position: absolute;
        width: 100%;
        background-color: #070357;
        left: 0;
        top: 99px;
}

.nav-primary .genesis-nav-menu {
	
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Header Style */

.header-right-section-wrap {
        position: absolute;
        right: 0;
        top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 23px;
}

.header-phone {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 17px;
}

.header-phone a {
        font-size: 42px;
        font-weight: 700;
        color: #ff9f1c;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
}

.header-phone a:before {
        content: '';
        background-image: url('images/header-phone-icon.png');
        width: 50px;
        height: 50px;
        margin-right: 10px;
}

.header-espanol-button .button {
        color: #080357;
        background-color: #ff9f1b;
        font-size: 22px;
        letter-spacing: -1px;
        border-color: #ff9f1b;
        padding: 9px 18px;
        border-radius: 8px;
        font-weight: 800;
}

.header-espanol-button .button:hover {
        background-color: #070357;
        border-color: #070357;
}

.header-social-wrap ul li {
        display: inline-block;
        margin-bottom: 0;
        float: left;
        margin-left: 12px;
}

.header-social-wrap ul li a {
        width: 55px;
        height: 55px;
        display: block;
        overflow: hidden;
}

.header-social-wrap ul li a:before {
        font-family: "Font Awesome 5 Brands";
        color: #fff;
        width: 55px;
        height: 55px;
        display: block;
        border: 2px #fff solid;
        border-radius: 8px;
        text-align: center;
        line-height: 52px;
        font-size: 22px;
}

.header-social-wrap ul li a:hover:before {
        border-color: #ff9f1b;
        color: #ff9f1b;
}

.header-social-wrap ul li.facebook a:before {
        content: '\f39e';
}

.header-social-wrap ul li.google-plus a:before {
        content: '\f1a0';
}

/* Home Banner Section */

.front-page-1 .flexible-widgets {
        padding-bottom: 120px;
        padding-top: 140px;
}

.home-sapnish-page .front-page-1 .flexible-widgets {
        padding-bottom: 100px;
}

.home-banner-image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 58%;
}

.home-banner-image img,
.attorney-bio-img img {
        margin: 0;
        display: block;
}

.home-banner-text {
        text-align: left;
        z-index: 99;
        position: relative;
}

.home-banner-text h3 {
        font-size: 62px;
        text-transform: uppercase;
}

a.stylish-button {
        position: relative;
        transition: all 0.8s ease-in-out;
        text-transform: uppercase;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        padding: 16px 30px;
}

a.stylish-button:hover {
        color: #fff !important;
}

a.stylish-button:before {
        top: 0px;
        left: 0px;
        width: 63%;
        border-width: 2px 0 0 2px;
}

a.stylish-button:after {
        right: 0px;
        bottom: 0;
        width: 50%;
        border-width: 0 2px 2px 0;
}

a.stylish-button i:before {
        bottom: 0;
        left: 0px;
        width: 43%;
        border-width: 0 0 2px 2px;
}

a.stylish-button i:after {
        top: 0;
        right: 0px;
        width: 30%;
        border-width: 2px 2px 0 0;
}

a.stylish-button:before,
a.stylish-button:after,
a.stylish-button i:before,
a.stylish-button i:after {
        content: '';
        position: absolute;
        height: 50%;
        border-style: solid;
        border-color: #fff;
        transition: all 0.8s ease-in-out;
}

a.stylish-button:hover:before,
a.stylish-button:hover:after,
a.stylish-button:hover i:before,
a.stylish-button:hover i:after {
        width: 50%;
}

.banner-button a.stylish-button:before {
        border-width: 3px 0 0 3px;
}

.banner-button a.stylish-button:after {
        border-width: 0 3px 3px 0;
}

.banner-button a.stylish-button i:before {
        border-width: 0 0 3px 3px;
}

.banner-button a.stylish-button i:after {
        border-width: 3px 3px 0 0;
}

.banner-button {
        margin-top: 30px;
}

.banner-button a.stylish-button {
        padding: 18px 50px;
}

a.stylish-button.stylish-yellow-button:before,
a.stylish-button.stylish-yellow-button:after,
a.stylish-button.stylish-yellow-button i:before,
a.stylish-button.stylish-yellow-button i:after {
        border-color: #ff9f1c;
}

a.stylish-button.two-color-border:before,
a.stylish-button.two-color-border i:before {
        border-color: #ff9f1c;
}

a.stylish-button.two-color-border:after,
a.stylish-button.two-color-border i:after {
        border-color: #fff;
}


/* Home Badge Section */

.front-page-2 .flexible-widgets {
        padding-bottom: 30px;
        padding-top: 70px;
}

.home-badge-section ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
}

.home-badge-section ul li {
        position: relative;
        margin-bottom: 0;
}

.home-badge-section ul li:first-child:before {
        display: none;
}

.home-badge-section ul li:before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #e6e6e6;
        position: absolute;
        left: -4px;
}

.home-badge-section ul li img {
        display: block;
        margin: 7px 0;
}

.front-page-2 .widget-title,
.front-page-3 .widget-title {
        margin-bottom: 30px;
}

.more-Reviews-button a,
.more-Reviews-button a:hover {
		color: #1e1b19 !important;
}

.more-Reviews-button {
		margin-top: 40px;
}

/* Home Welcome Section */

.front-page-3,
.front-page-10 .solid-section {
        box-shadow: inset 0 5px 10px -5px #ccc;
}

.site-video-wrap {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
}

.site-video-wrap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
}

.front-page-3 .image-section {
        color: #000;
}

.front-page-3 .widget-title:after {
        content: '';
        width: 35px;
        height: 35px;
        background-image: url('images/home-page-icons.png');
        display: block;
        margin: 14px auto;
}

.home-video-after-title-text {
        max-width: 1140px;
        margin: 0 auto 30px;
        font-size: 18px;
        line-height: 30px;
}

.home-video-section .home-video {
        width: 50%;
        float: left;
}

.home-video-section .home-video .site-video-wrap {
        height: 440px;
}

.home-video-section .home-video-text {
        width: 45.4%;
        float: right;
        text-align: left;
        color: #576a71;
        font-size: 17px;
        line-height: 32px;
}

.home-video-section .home-video-text h2 {
        font-family: 'Nunito', sans-serif;
        color: #ff9f1a;
        font-weight: 700;
        margin-top: 10px;
}

.home-sapnish-page .home-video-section .home-video-text h2 {
        font-size: 27px;
}

.home-video-section .home-video-text p {
        margin-bottom: 18px;
}

/* Home Hire Section */

.front-page-5 {
        background-position: 0 0 !important;
}

.front-page-5 .flexible-widgets {
        padding-bottom: 0;
        padding-top: 0;
}

.front-page-5 .flexible-widgets > .wrap {
        max-width: 100%;
        padding: 0;
}

.front-page-5 .flexible-widgets .widget {
        margin: 0 !important;
        position: relative;
}

.home-hire-section-image {
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
}

.home-hire-section-image img {
        opacity: .7;
        display: block;
        margin-bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.home-hire-section-text .home-hire-text {
        width: 47%;
        padding: 60px 0;
        float: left;
}

.home-hire-text .widget-title {
        color: #fff;
}

.home-hire-text .widget-title:after {
        content: '';
        width: 27px;
        height: 27px;
        background-image: url('images/home-page-icons.png');
        background-position: -1px -76px;
        display: block;
        margin: 18px auto 22px;
}

.home-hire-section-text .home-hire-text ul li {
        position: relative;
        text-align: left;
        font-weight: 300;
        padding-left: 40px;
        line-height: 22px;
        margin-bottom: 20px;
}

.home-hire-section-text .home-hire-text ul li strong {
        font-weight: 600;
}

.home-hire-section-text .home-hire-text ul li:before {
        content: '';
        background-image: url('images/ul-list-icon.png');
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
}

.home-hire-buttons {
        text-align: left;
        margin-left: 2px;
        margin-top: 40px;
}

.home-hire-buttons a:first-child {
        margin-right: 15px;
        color: #ff9f1b;
}

.home-sapnish-page .home-hire-buttons a {
        font-size: 14px;
}


/* Home Testimonial Section */

.front-page-6 .widget-title {
        margin-bottom: 0;
}

.front-page-6 .widget-title:after,
.front-page-4 .widget-title:after,
.front-page-10 .widget-title:after {
        content: '';
        background-image: url('images/home-page-icons.png');
        background-position: 0 -42px;
        width: 26px;
        height: 27px;
        display: block;
        margin: 14px auto 0;
}

.home-testimonial-box-wrap {
        text-align: left;
        margin-top: 40px;
}

.testimonial-title {
        position: relative;
        padding-left: 74px;
        min-height: 60px;
        padding-top: 5px;
}

.testimonial-title:before {
        content: '';
        background-image: url('images/testimonial-quote-icon.png');
        background-size: cover;
        width: 58px;
        height: 52px;
        position: absolute;
        left: 0;
        top: 0;
}

.testimonial-title h6 {
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
}

.testimonial-text {
        font-weight: 300;
        color: #666;
        line-height: 28px;
        font-size: 15px;
}

.home-testimonial-box {
        padding: 16px 30px;
        min-height: 372px;
        position: relative;
}

.home-testimonial-box:after {
        content: '';
        position: absolute;
        border-width: 20px;
        border-style: solid;
        border-color: #fff transparent transparent #fff;
        bottom: -40px;
}

.home-testimonial-box:hover {
        box-shadow: 1px 3px 55px rgba(0,0,0,.15);
        background-color: #fafcfe;
}

.testimonial-author {
        margin-top: 28px;
        margin-left: 30px;
}

.testimonial-author h6 {
        margin-left: 30px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 400;
}

.front-page-6 .white .sa_owl_theme .owl-nav .owl-prev {
    background: #f0f0f0 url('images/testimonial-arrow-left.png') no-repeat center center !important;
}

.front-page-6 .white .sa_owl_theme .owl-nav .owl-prev:hover {
    background: #ff9f1c url('images/testimonial-arrow-left-hover.png') no-repeat center center !important;
}

.front-page-6 .white .sa_owl_theme .owl-nav .owl-next {
    background: #f0f0f0 url('images/testimonial-arrow-right.png') no-repeat center center !important;
}

.front-page-6 .white .sa_owl_theme .owl-nav .owl-next:hover {
    background: #ff9f1c url('images/testimonial-arrow-right-hover.png') no-repeat center center !important;
}

.front-page-6 .sa_owl_theme .owl-nav {
        width: 120px;
        margin: 30px auto;
        overflow: hidden;
}

.front-page-6 .sa_owl_theme .owl-nav div,
.front-page-6 .sa_owl_theme .owl-nav button {
        top: auto;
        position: relative;
        margin: 0 !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 6px;
}

.front-page-6 .sa_owl_theme .owl-nav .owl-prev {
        float: left;
        left: auto;
}

.front-page-6 .sa_owl_theme .owl-nav .owl-next {
        float: right;
        right: auto;
}

/* Home Contact Text Section */

.front-page-8 {
        background-color: #ff9f1c;
        position: relative;
}

.front-page-8:after {
        content: '';
        background-image: url('images/drop-shape-icon.png');
        width: 71px;
        height: 25px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -23px;
        z-index: 99;
}

.front-page-8 .flexible-widgets {
        padding-top: 50px;
        padding-bottom: 10px;
}

.contact-section-subtitle {
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
}

.front-page-8 .widget-title {
        color: #fff;
}

.home-sapnish-page .front-page-8 .widget-title {
        font-size: 30px;
}

.contact-section-text {
        max-width: 830px;
        margin: auto;
        line-height: 27px;
}

.contact-section-button {
        margin-bottom: 25px;
}

/* Home Contact Form Section */

.front-page-7 .image-section {
        color: #333;
}

.front-page-7 .image-section .widget-area {
        text-align: left;
}

.home-contact-form-section {
        max-width: 1000px;
        margin: auto;
}

.front-page-7 .gform_body .gfield_label,
.front-page-7 .gform_body .name-field label,
#gform_3 .gform_body .gfield_label,
#gform_3 .gform_body .name-field label {
        display: none !important;
}

.front-page-7 .gform_wrapper .gform_body input,
.front-page-7 .gform_wrapper .gform_body textarea {
        border: 1px #d6d6d6 solid;
        padding: 24px 40px 24px 30px !important;
        line-height: normal !important;
        background-repeat: no-repeat;
}

.front-page-7 .gform_wrapper .gform_body input:focus,
.front-page-7 .gform_wrapper .gform_body textarea:focus,
#gform_3 .gform-body input:focus,
#gform_3 .gform-body textarea:focus {
        border-color: #ff9f1b;
}

.front-page-7 .gform_wrapper .gform_body textarea.medium {
        height: 140px;
}

.front-page-7 .gform_body .gfield_html small {
        font-size: 15px;
        font-weight: 300;
}

.front-page-7 .gform_body .gfield_html .home-form-text {
        text-align: center;
        font-weight: 600;
        margin-top: 20px;
}

.home-sapnish-page .front-page-7 .gform_body .gfield_html .home-form-text {
        font-size: 15px;
}

.front-page-7 .gform_footer {
        text-align: center;
}

.front-page-7 .gform_footer input[type="submit"] {
        line-height: normal !important;
}

.front-page-7 .gform_wrapper.gravity-theme .gform_fields {
        display: block;
}

.front-page-7 .gform_wrapper.gravity-theme .gfield {
        margin-bottom: 20px;
}

.front-page-7 .gform_body .left-field {
        width: 49%;
        float: left;
}

.front-page-7 .gform_body .right-field {
        width: 49%;
        float: right;
}

.front-page-7 .gform_wrapper .gform_body input {
        background-position: 98% 50%;
}

.front-page-7 .gform_wrapper .gform_body .name-field input {
        background-image: url('images/form-icon-1.png');
}

.front-page-7 .gform_wrapper .gform_body .phone-icon input {
        background-image: url('images/form-icon-2.png');
}

.front-page-7 .gform_wrapper .gform_body .email-icon input {
        background-image: url('images/form-icon-3.png');
}

.front-page-7 .gform_wrapper .gform_body .message-icon textarea {
        background-image: url('images/form-icon-4.png');
        background-position: 99% 12%;
}

#__lpform_input_1_1_3_icon {
        display: none !important;
}


/* Home Lawyer Details Section */

.front-page-9 {
        background-color: #080357;
}

.front-page-9 .flexible-widgets {
        padding-bottom: 0;
        padding-top: 0;
}

.front-page-9 .widget {
        margin-bottom: 0 !important;
        position: relative;
}

.home-lawyer-detail-section .detail-image {
        height: 90px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
}

.home-lawyer-detail-section .detail-big-font {
        font-size: 60px;
        font-weight: 800;
}

.home-lawyer-detail-section .detail-small-font {
        font-size: 18px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 300;
}

.home-lawyer-detail-section ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}

.home-lawyer-detail-section ul li {
        width: 25%;
        float: left;
        padding: 60px 0 135px;
        margin-bottom: 0;
        border-right: 1px #201c67 solid;
}

.home-lawyer-detail-section ul li:nth-child(4) {
        border-right: 0;
}

.footer-yellow-box {
        width: 480px;
        position: absolute;
        top: -80px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
}

.home .footer-yellow-box,
.home-sapnish-page .footer-yellow-box {
        display: block;
}

.yellow-call-box {
        font-size: 22px;
        font-weight: 600 !important;
        line-height: 26px;
        padding: 32px 80px 12px;
        text-transform: uppercase;
        display: block;
        border-radius: 10px;
        background-color: #ff9f1c;
}

.yellow-call-box p {
        margin-bottom: 8px;
}

.yellow-call-box strong {
        font-family: 'Jost', sans-serif;
        font-weight: 300;
        font-size: 30px;
        margin-top: 10px;
        display: block;
}

.yellow-call-box:hover {
        background-color: #a9d6c2 !important;
        color: #080357 !important;
}

.yellow-call-box.display-mobile {
        display: none;
}

.home-sapnish-page .footer-yellow-box {
        width: 500px;
}

.home-sapnish-page .yellow-call-box {
        padding: 32px 25px 12px;
}


/* Home Practice Area Section */

.front-page-4 .widget {
        width: 100% !important;
        float: none !important;
        padding: 0  !important;
        margin-left: 0 !important;
}

.home-practice-highlight-section {
        position: relative;
        min-height: 440px;
}

.home-practice-img-box {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 50%;
}

.home-practice-img-box img {
        height: 440px;
        object-fit: cover;
        border-radius: 5px;
}

.home-practice-title-box {
        max-width: 710px;
        float: right;
        margin: 50px 0 0;
        background-color: #080357;
        z-index: 99;
        position: relative;
        color: #9fb8ad;
        padding: 50px 60px 65px;
        line-height: 30px;
        border-radius: 5px;
}

.home-practice-title-box h3 {
        text-transform: uppercase;
        color: #9fb8ad;
}

.home-practice-title-box a {
        color: #9fb8ad;
        font-weight: 700;
}

.home-practice-title-box a.stylish-button {
        font-weight: 400;
}

.home-practice-title-box a:hover {
        color: #fff;
}

.home-practice-detail-text {
        margin-top: 60px;
        line-height: 25.6px;
        font-weight: 300;
}

.home-practice-detail-text h3 {
        color: #58504a;
        font-size: 27px;
        line-height: 36px;
        font-weight: 400;
}

.home-practice-detail-text a {
        font-weight: 700;
}


/* Header sticky Menu 
--------------------------------------------- */

.header-sticky-menu {
        display: none;
}

.header-sticky-menu section {
        width: 25%;
        float: left;
        text-align: center;
        font-size: 15px;
        color: #fff;
        padding: 0 8px;
}

.header-sticky-menu section:first-child {
        border-left: 0;
}

.header-sticky-menu section:last-child {
        border-right: 0;
}

.responsive-menu-wrap {
        color: #ab0f16;
        cursor: pointer;
        font-weight: 400;
}

.responsive-menu-wrap:hover {
        color: #333;
}

.header-sticky-menu .widget ul.menu {
        position: absolute;
        background-color: #070357;
        left: 0;
        text-align: left;
        width: 100%;
        padding: 10px 20px;
        max-height: 400px;
        overflow-y: scroll;
        display: none;
        margin-top: 8px;
}

.header-sticky-menu .widget ul li {
        padding-bottom: 0;
        position: relative;
}

.header-sticky-menu .widget ul li:last-child {
        border-bottom: 0;
}

.header-sticky-menu .widget ul ul {
        height: auto;
        margin-top: 0;
        position: relative;
        border: 0;
        padding-left: 0;
}

.header-sticky-menu .widget ul::-webkit-scrollbar {
        width: 3px;
}

.header-sticky-menu .widget ul li a {
        padding: 6px 0;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
}

.header-sticky-menu .widget ul li a:hover {
        color: #ff9f1c;
        padding-left: 5px;
}

.header-sticky-menu .widget a {
        display: block;
}

.header-sticky-menu .widget .responsive-menu-wrap,
.header-sticky-menu .widget .sticky-call-wrap a,
.header-sticky-menu .widget .sticky-contact-wrap a,
.header-sticky-menu .widget .sticky-blog-wrap a {
        color: #fff;
        font-weight: 400;
}

.header-sticky-menu .widget .responsive-menu-wrap:before,
.header-sticky-menu .widget .sticky-call-wrap i,
.header-sticky-menu .widget .sticky-contact-wrap i,
.header-sticky-menu .widget .sticky-blog-wrap i {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto 5px;
        font-size: 16px;
        color: #ff9f1c;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.header-sticky-menu .widget .responsive-menu-wrap:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c9";
        font-weight: 600;
}

.header-sticky-menu .widget .responsive-menu-wrap:hover:before,
.header-sticky-menu .widget .sticky-call-wrap a:hover i,
.header-sticky-menu .widget .sticky-contact-wrap a:hover i,
.header-sticky-menu .widget .sticky-blog-wrap a:hover i {
        color: #fff;
        background-color: #ff9f1c;
}
/* Sticky Menu End*/

.home-cases-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
}

.home-cases-section .home-cases-box {
        width: 31%;
        margin-right: 3%;
        margin-bottom: 30px;
}

.home-cases-section .home-cases-box:nth-child(3) {
        margin-right: 0;
}

.home-cases-section .home-cases-box h3 {
        color: #070357;
        font-weight: 500;
        font-size: 22px;
}

.home-cases-section .home-cases-box ul li {
        position: relative;
        padding-left: 10px;
}

.home-cases-section .home-cases-box ul li:before {
        content: '\f111';
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: relative;
        top: -2px;
        font-size: 7px;
        margin-right: 7px;
        color: #070357;
}

.front-page-10 .widget {
        margin-bottom: 20px !important;
}

.home-practice-content-ul {
        margin-bottom: 30px;
        margin-left: 30px;
}

.home-practice-content-ul li {
        list-style-type: disc;
}


/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #080357;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-5 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 145px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	text-align: left;
        border-top: 1px #e7e7e7 solid;
}

.front-page-4 .widget-title {
        text-align: center;
        margin-bottom: 40px;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 30px;
	padding-top: 90px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Content
--------------------------------------------- */
.content {
	float: left;
	width: 70%;
}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content,
.full-width-content.home-sapnish-page .content {
	padding: 0;
}


/* Inner page design */

.sidebar-call-section {
        background-color: #030042;
        color: #fff;
        text-align: center;
        padding: 30px 30px 10px;
}

.sidebar-call-section h3 {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 10px;
}

.sidebar-call-section h2 {
        font-size: 36px;
}

.sidebar-call-section p {
        margin-bottom: 10px;
}

.page-img2box-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
}

.page-img2box-wrap .page-img2box-img,
.page-img2box-wrap .page-img2box-text {
        width: 50%
}

.page-img2box-wrap .page-img2box-text {
        padding-left: 16px;
        text-align: center;
}

.page-img2box-wrap .page-img2box-text h3.img2box-title {
        background-color: #e08200;
        padding: 30px;
        margin-bottom: 0;
        font-size: 27px;
}

.page-img2box-wrap .page-img2box-text .img2box-section {
        background-color: #ff9f1b;
        padding: 30px;
        color: #070357;
        font-size: 15px;
        line-height: 28px;
}

.page-img2box-text .img2box-section p {
        margin-bottom: 14px;
}

.page-img2box-text .img2box-section h3 {
        font-family: 'Jost', sans-serif;
        font-weight: 400;
}

.page-img2box-text .img2box-section a {
        font-weight: 700;
}

.page-img2box-text .img2box-section p:last-child,
.page-orange-box-style p:last-child {
        margin-bottom: 0;
}

.page-img2box-wrap .page-img2box-img img,
.page-textimage-section .page-textimage-img img {
        height: 100%;
        object-fit: cover;
        display: block;
        width: 100%;
}

ul.page-ul-check-style,
.page-related-author-list ul,
.page-practice-list-wrap ul,
ul.attorney-bio-social-wrap {
        padding-left: 0 !important;
}

ul.page-ul-check-style li {
        list-style-type: none !important;
        line-height: 25px;
        margin-bottom: 24px;
}

ul.page-ul-check-style li > strong {
        display: block;
        position: relative;
        font-size: 24px;
        color: #070357;
        padding-left: 42px;
        line-height: 36px;
        margin-bottom: 10px;
}

ul.page-ul-check-style li > strong:before {
        content: '';
        background-image: url('images/list-check-icon.png');
        width: 34px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 2px;
}

.page-orange-box-style {
        background-color: #ff9f1b;
        color: #070357;
        line-height: 36px;
        padding: 40px;
        margin: 40px 0;
}

.page-orange-box-style a,
.page-textimage-text a {
        font-weight: 700;
}

.page-textimage-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 50px 0;
}

.page-textimage-section .page-textimage-text {
        width: 100%;
        background-color: #ff9f1b;
        color: #070357;
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        padding: 40px;
}

.page-textimage-section .page-textimage-img {
        width: 48%;
}

.page-orange-box-style .big-font {
        font-size: 26px;
}

.page-related-author-list ul,
.page-practice-list-wrap ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}

.page-related-author-list ul {
        -webkit-justify-content: center;
        justify-content: center;
}

.page-related-author-list ul li,
.page-practice-list-wrap ul li,
ul.attorney-bio-social-wrap li {
        list-style-type: none !important;
}

.page-related-author-list ul li:first-child {
        margin-right: 20px;
}

.page-related-author-list ul li a,
.page-practice-list-wrap ul li a {
        display: grid;
}

.page-related-author-list ul li a img {
        margin-bottom: 0;
        display: block;
}

.page-related-author-list ul li a strong,
.page-practice-list-wrap ul li a strong {
        text-align: center;
        background-color: #58504a;
        color: #fff;
        padding: 20px 0;
        font-size: 30px;
        font-family: 'Jost', sans-serif;
        font-weight: 400;
        display: block;
}

.page-related-author-list ul li a:hover strong,
.page-practice-list-wrap ul li a:hover strong {
        background-color: #070357;
}

.site-container .entry-content .wp-block-pullquote p,
.site-container .entry-content .wp-block-quote p {
        font-size: 20px !important;
        font-family: 'Nunito', sans-serif !important;
}

.site-container .entry-content .wp-block-pullquote,
.site-container .entry-content .wp-block-quote {
        border-left: 5px #ff9f1c solid !important;
        padding-left: 30px;
}

.page-scroll-id {
        border-top: 170px transparent solid;
        margin-top: -170px;
}

.page-practice-list-wrap ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
}

.page-practice-list-wrap ul li {
        width: 31%;
        margin-bottom: 30px;
}

.page-practice-list-wrap ul li a img {
        height: 170px;
        width: 100%;
        object-fit: cover;
}

.page-practice-list-wrap ul li a strong {
        font-size: 20px;
}

.page-related-author-list.four-attorneys-list ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-related-author-list.four-attorneys-list ul li {
        width: 24%;
        margin-right: 10px;
        margin-bottom: 10px;
}

.page-related-author-list.four-attorneys-list ul li:last-child {
        margin-right: 0;
}

.page-related-author-list.four-attorneys-list ul li a strong {
        padding: 14px 0;
        font-size: 20px;
}

.attorney-bio-wrap {
        background-color: #ff9f1c;
        padding: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}

.attorney-bio-wrap .attorney-bio-img {
        width: 30%;
}

.attorney-bio-wrap .attorney-bio-text {
        width: 70%;
        padding-left: 20px;
        font-size: 15px;
        line-height: 28px;
        margin-top: 10px;
}

.attorney-bio-wrap .attorney-bio-text h3 {
        margin-bottom: 0;
}

.attorney-bio-wrap .attorney-bio-text h5 {
        margin-bottom: 8px;
}

.attorney-bio-wrap .attorney-bio-text .m-top-2 {
        margin-top: 20px;
}

ul.attorney-bio-social-wrap {
        margin-bottom: 0 !important;
}

ul.attorney-bio-social-wrap li {
        display: inline-block;
        margin-right: 5px;
}

ul.attorney-bio-social-wrap li a {
        width: 50px;
        height: 50px;
        color: #ff9f1b;
        background-color: #070357;
        display: block;
        overflow: hidden;
        border-radius: 50%;
}

ul.attorney-bio-social-wrap li a:hover {
        background-color: #fff;
}

ul.attorney-bio-social-wrap li a:before {
        font-family: "Font Awesome 5 Brands";
        width: 50px;
        height: 50px;
        display: block;
        text-align: center;
        line-height: 50px;
}

ul.attorney-bio-social-wrap li.linkedin a:before {
        content: '\f0e1';
}




/* Blog Page Design */

.wp-post-image {
        border: 8px #ff9f1b solid;
}

/* Attorney page design */

.attorney-box-section-wrap {}

.attorney-box-section-wrap ul {
        padding-left: 0 !important;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.attorney-box-section-wrap ul li {
        list-style-type: none !important;
        width: 31.3%;
        margin-right: 3%;
        margin-bottom: 20px;
        box-shadow: 0 0 10px rgba(7,3,87,.27);
}

.attorney-box-section-wrap ul li:nth-child(3n+0) {
        margin-right: 0;
}

.attorney-box-section-wrap ul li aside {
        padding: 10px 20px 15px;
}

.attorney-box-section-wrap ul li h4 {
        margin-bottom: 4px;
}


/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 100px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #000;
	color: #ddd;
}

.entry-content {
        font-size: 18px;
        line-height: 34px;
        font-weight: 300;
}

.entry-content a {
        font-weight: 700;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
        font-family: 'Nunito', sans-serif;
        color: #070357;
        font-weight: 800;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header p.entry-meta {
        margin-bottom: 16px;
        text-transform: capitalize;
}

.single-post .has-post-thumbnail .entry-header p.entry-meta {
	background-color: #070357;
        color: #fff;
}

.single-post .has-post-thumbnail .entry-header p.entry-meta a {
        color: #fff;
}

.entry-time:before {
        content: '\f073';
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        display: inline-block;
        margin-right: 8px;
}

.entry-author:before {
        content: '|';
        display: inline-block;
        margin: 0 12px 0 10px;
        font-weight: 300;
}

.single-post .has-post-thumbnail .entry-header {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 70px;
}

.single-post .entry-header {
        position: relative;
        padding-bottom: 30px;
}

.single-post .has-post-thumbnail .entry-header p.entry-meta {
        position: absolute;
        margin-top: -65px;
        margin-left: 36px;
        padding: 43px 30px 43px 120px;
}

.single-post .has-post-thumbnail .entry-header .avatar {
        position: absolute;
        bottom: 20px;
        left: 66px;
        z-index: 1;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer {
	display: none;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: 20px/1 dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.post-more-link.button {
        display: table;
        margin-top: 30px;
        padding: 8px 25px;
        color: #000;
}

.post-more-link.button:hover {
        color: #fff;
        background-color: #070357;
        border-color: #070357;
}

.single-post .avatar {
        margin-right: 20px;
}

.single-post .entry-header p.entry-meta {
        padding: 22px 0;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #080357;
	color: #fff;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 25.4%;
}

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

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

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

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

.sidebar .widget {
	margin-bottom: 60px;
        background-color: #070357;
        color: #fff;
}

.sidebar .widget-title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        padding: 30px 20px;
        text-transform: uppercase;
        background-color: #030042;
}

.sidebar .widget a {
        color: #fff;
}

.sidebar .widget a:hover {
        color: #ff9f1b;
}

.sidebar .home-testimonial-box-wrap {
        margin-top: 0;
}

.sidebar .home-testimonial-box:hover {
        box-shadow: none;
        background-color: transparent;
}

.sidebar .home-testimonial-box:after {
        display: none;
}

.sidebar .testimonial-text {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
}

.sidebar .testimonial-author h6 {
        margin-left: 0;
}

.sidebar .testimonial-author {
        margin-bottom: 10px;
}

#gform_3,
.gform_confirmation_wrapper {
        padding: 10px 20px;
}

#gform_3 .gform-body input,
#gform_3 .gform-body textarea {
        font-size: 16px !important;
        padding: 15px 16px !important;
        background-color: transparent;
        color: #fff;
        line-height: normal !important;
}

.sidebar .gform_wrapper.gravity-theme .ginput_complex {
        display: block !important;
}

.sidebar .gform_wrapper.gravity-theme .ginput_complex .name_first {
        padding-right: 0 !important;
        margin-bottom: 16px;
        display: block;
}

.sidebar .gform_wrapper.gravity-theme .ginput_complex .name_last {
        padding-left: 0 !important;
}

.sidebar .gform_footer {
        padding: 0 !important;
        text-align: center;
        margin: 10px 0 20px !important;
}

.sidebar .gform_footer input[type="submit"] {
        background-color: transparent;
        border-color: #fff;
        padding: 13px 30px;
        line-height: normal !important;
}

.sidebar .widget_nav_menu .widget-title {
        margin-bottom: 0;
}

.sidebar .widget_nav_menu ul li {
        margin: 0 18px;
}

.sidebar .widget_nav_menu ul li a {
        font-size: 16px;
        display: block;
        padding: 24px 8px;
        border-bottom: 1px #000 solid;
        border-top: 1px #080185 solid;
}

.sidebar .widget_nav_menu ul li:first-child a {
        border-top: 0;
}

.sidebar .widget_nav_menu ul li:last-child a {
        border-bottom: 0;
}


/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #58504a;
	clear: both;
	text-align: left;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 30px;
	padding-top: 80px;
}

.home .footer-widgets .wrap,
.home-sapnish-page .footer-widgets .wrap {
        padding-top: 150px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
        font-weight: 300;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #ff9f1c;
}

.footer-widgets li {
	margin-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
        font-size: 24px;
        text-transform: uppercase;
        color: #9fb8ad;
        margin-bottom: 28px;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
        float: left;
        margin-right: 4%;
}

.footer-widgets-1 {
        width: 20%;
}

.footer-widgets-2 {
        width: 28%;
}

.footer-widgets-3 {
        width: 21%;
}

.footer-widgets-4 {
        width: 19%;
        float: right;
}

.footer-widgets-3 .zoom-social_icons-list__item {
        margin-bottom: 20px;
}

.footer-widgets-1 .widget:first-child {
        margin-bottom: 0;
}

.footer-address-section h5 {
        font-weight: 400;
        margin-bottom: 14px;
}

.footer-copyright-widget {
        text-align: right;
}


/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	background-color: #000;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #080357;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1201px) {
        .site-header.dark .title-area {
                width: 370px;
        }
        
        .header-image .site-header.dark .site-title > a {
                height: 97px;
        }
        
        .site-header.dark .header-right-section-wrap {
                margin-top: 18px;
        }
        
        .site-header.dark .header-espanol-button .button {
                font-size: 16px;
        }
        
        .site-header.dark .header-social-wrap ul li a,
        .site-header.dark .header-social-wrap ul li a:before {
                width: 46px;
                height: 46px;
        }
        
        .site-header.dark .header-social-wrap ul li a:before {
                font-size: 18px;
                line-height: 43px;
        }
        
        .site-header.dark .header-phone a {
                font-size: 28px;
        }
        
        .site-header.dark .header-phone a:before {
                width: 44px;
                height: 44px;
                background-size: cover;
        }
        
        .site-header.dark .nav-primary {
                top: 79px;
        }
        
        .site-header.dark .genesis-nav-menu li.second-menu a {
                padding: 14px 15px;
        }
        
        .site-header.dark .genesis-nav-menu a {
                padding: 14px 9px;
        }
        
        .site-header.dark .nav-spanish .genesis-nav-menu a {
                padding: 14px 7.3px;
        }
        
        .site-header.dark .header-right-section-wrap,
        .site-header.dark .header-espanol-button .button,
        .site-header.dark .header-social-wrap ul li a,
        .site-header.dark .header-social-wrap ul li a:before,
        .site-header.dark .header-phone a,
        .site-header.dark .header-phone a:before,
        .site-header.dark .nav-primary,
        .site-header.dark .genesis-nav-menu a {
                transition: all 0.2s ease-in-out;
        }
        
}

@media only screen and (min-width: 1281px) {
        .site-header.dark .genesis-nav-menu li.second-menu a {
                padding: 14px 16px;
        }
        
        .site-header.dark .genesis-nav-menu a {
                padding: 14px 10.3px;
        }
}

@media only screen and (min-width: 1400px) {
		.home-banner-text h3 {
				font-size: 58px;
		}
}

@media only screen and (min-width: 1600px) {
        .header-widget-area {
                width: 1460px;
        }
        .site-inner,
        .wrap {
                max-width: 1460px;
        }
        .front-page-3 .wrap,
        .front-page-5 .wrap {
                max-width: 1300px;
        }
        .home-lawyer-detail-section .detail-big-font {
                font-size: 80px;
        }
        .home-lawyer-detail-section .detail-small-font {
                font-size: 24px;
                line-height: 32px;
        }
        .footer-widgets-4 {
                text-align: right;
        }
        .home-practice-title-box {
                max-width: 830px;
                padding: 50px 50px 65px 60px;
        }
        .genesis-nav-menu li.second-menu a {
                padding: 17px 31px;
        }
        .genesis-nav-menu a {
                padding: 17px 26.4px;
        }
        .site-header.dark .genesis-nav-menu li.second-menu a {
                padding: 14px 31px;
        }
        .site-header.dark .genesis-nav-menu a {
                padding: 14px 26.4px;
        }
        .sidebar .widget-title {
                font-size: 36px;
        }
        .sidebar .widget_nav_menu ul li a {
                font-size: 18px;
        }
		.home-banner-text h3 {
				font-size: 62px;
		}
		.home-banner-image {
    			right: 4%;
    			width: 54%;
		}
}

@media only screen and (min-width: 2000px) {
		.home-banner-image {
				width: 60%;
				bottom: auto;
    			top: 26%;
				right: 0;
		}
}

@media only screen and (max-width: 1400px) {
        .testimonial-title:before {
                width: 53px;
                height: 47px;
        }
}

@media only screen and (max-width: 1280px) {
	.site-inner,
	.wrap {
		max-width: 1140px;
	}
        .header-widget-area {
                width: 1140px;
        }
        .genesis-nav-menu a {
                padding: 17px 9px;
                font-size: 13px;
        }
        .genesis-nav-menu li.second-menu a {
                padding: 17px 15px;
        }
        .nav-spanish .genesis-nav-menu a {
                padding: 17px 7.3px;
        }
        .nav-primary {
                top: 100px;
        }
        .header-phone a {
                font-size: 38px;
        }
        .header-espanol-button .button {
                font-size: 20px;
                padding: 11px 18px;
        }
        .home-hire-buttons a.stylish-button {
                font-size: 15px;
        }
        .home-sapnish-page .home-hire-buttons a {
                font-size: 13px;
        }
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
        .site-inner {
                margin-top: 60px;
        }
	.site-header .widget-area {
		width: 960px;
	}
	.content {
		width: 62%;
	}
        .sidebar {
                width: 32%;
        }
        .breadcrumb {
                margin-top: 151px;
        }
	.full-width-content .content {
		padding: 0 110px;
	}
	.genesis-nav-menu a,
        .genesis-nav-menu li.second-menu a {
		padding: 19px 20px;
	}
        .nav-spanish .genesis-nav-menu a,
        .nav-spanish .genesis-nav-menu li.second-menu a {
                padding: 19px 20px;
        }
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}
        .title-area {
                width: 220px;
                padding: 8px 0;
        }
        .header-image .site-title > a {
                height: 84px;
        }
        .header-phone a:before {
                width: 37px;
                height: 37px;
                background-size: contain;
        }
        .header-phone a,
        .home-video-section .home-video-text h2,
        .home-sapnish-page .home-video-section .home-video-text h2 {
                font-size: 26px;
        }
        .header-espanol-button .button {
                font-size: 15px;
                padding: 9px 13px;
                letter-spacing: 0;
        }
        .header-social-wrap ul li a,
        .header-social-wrap ul li a:before {
                width: 44px;
                height: 44px;
        }
        .header-social-wrap ul li a:before {
                font-size: 20px;
                line-height: 42px;
        }
        .header-social-wrap ul li {
                margin-left: 8px;
        }
        .header-right-section-wrap,
        .header-phone {
                margin-top: 29px;
        }
        .nav-primary .genesis-nav-menu .space-right {
                margin-right: 0;
        }
        .nav-primary .genesis-nav-menu {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: space-between;
                justify-content: space-between;
        }
        .genesis-nav-menu a:before {
                left: -8px;
        }
        .home-banner-text h3 {
                font-size: 50px;
        }
        .front-page-1 .flexible-widgets {
                padding-bottom: 90px;
        }
        .image-section .widget-title,
        .solid-section .widget-title {
                font-size: 30px;
        }
        .front-page-2 .flexible-widgets {
                padding-bottom: 10px;
                padding-top: 50px;
        }
        .home-badge-section ul li:before {
                left: -1px;
        }
        .home-badge-section ul li img {
                margin: 7px auto;
                width: 70%;
        }
        .home-video-after-title-text {
                font-size: 16px;
        }
        .home-video-section .home-video {
                width: 52%;
        }
        .home-video-section .home-video .site-video-wrap {
                height: 390px;
        }
        .home-video-section .home-video-text {
                width: 43%;
                font-size: 15px;
                line-height: 24px;
        }
        .home-video-section .home-video-text p {
                margin-bottom: 12px;
        }
        .flexible-widgets {
                padding-top: 70px;
        }
        .home-hire-section-image {
                width: 40%;
        }
        .home-hire-section-text .home-hire-text {
                width: 55%;
        }
        .home-testimonial-box {
                min-height: 345px;
        }
        .home-lawyer-detail-section .detail-big-font {
                font-size: 50px;
        }
        .home-sapnish-page .footer-widgets .widget-title {
                font-size: 22px;
        }
        .sidebar .widget-title {
                font-size: 30px;
        }
        .sidebar .widget_nav_menu ul li a {
                font-size: 15px;
        }
        .entry-title {
                font-size: 28px;
        }
        .single-post .has-post-thumbnail .entry-header {
                margin-bottom: 50px;
        }
        .entry-content h2 {
                font-size: 28px;
        }
        .entry-content h3 {
                font-size: 26px;
        }
        .entry-content {
                font-size: 16px;
                line-height: 30px;
        }
        .page-img2box-wrap,
        .page-textimage-section {
                display: block;
        }
        .page-img2box-wrap .page-img2box-img,
        .page-img2box-wrap .page-img2box-text,
        .page-textimage-section .page-textimage-text,
        .page-textimage-section .page-textimage-img {
                width: 100%;
        }
        .page-img2box-wrap .page-img2box-text {
                padding-left: 0;
        }
        .page-img2box-wrap .page-img2box-text .img2box-section {
                font-size: 18px;
        }
        ul.page-ul-check-style li > strong {
                font-size: 22px;
                line-height: 30px;
        }
        .page-textimage-section .page-textimage-text {
                font-size: 26px;
                line-height: 40px;
                padding: 30px;
        }
        .page-textimage-section {
                margin: 30px 0;
        }
        .page-practice-list-wrap ul li {
                width: 48%;
        }
        .page-related-author-list.four-attorneys-list ul li {
                width: 45%;
                margin-bottom: 10px;
        }
        h2.entry-title {
                line-height: 34px;
                font-size: 24px;
        }
        .front-page-10 .widget {
                margin-bottom: 0px !important;
        }
}

@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 768px;
	}
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: static;
                padding-bottom: 52px;
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content,
	.sidebar {
		width: 100%;
	}
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.header-image .site-title > a {
		background-position: center !important;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
	}
	.front-page .site-inner {
		margin-top: 0;
	}
	.site-inner {
		margin-top: 80px;
	}
	.full-width-content .content {
		padding: 0;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 60px;
	}
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
        .site-header .widget-area {
                width: 768px;
                top: 3px;
        }
        .title-area {
                width: 200px;
        }
        .header-image .site-title > a {
                height: 75px;
        }
        .header-espanol-button .button {
                font-size: 14px;
                padding: 7px 13px;
        }
        .header-social-wrap ul li a,
        .header-social-wrap ul li a:before {
                width: 38px;
                height: 38px;
        }
        .header-social-wrap ul li a:before {
                font-size: 17px;
                line-height: 35px;
        }
        .nav-primary {
                top: 92px;
                z-index: 99;
        }
        .admin-bar .nav-primary {
                top: 124px;
        }
        .genesis-nav-menu a,
        .genesis-nav-menu li.second-menu a {
                padding: 19px 10px;
        }
        .nav-spanish .genesis-nav-menu a,
        .nav-spanish .genesis-nav-menu li.second-menu a {
                padding: 19px 10px;
        }
        .genesis-nav-menu a:before {
                left: -5px;
        }
        .admin-bar .header-right-section-wrap,
        .admin-bar .header-phone {
                margin-top: 54px;
        }
        .header-right-section-wrap,
        .header-phone {
                margin-top: 23px;
        }
        .front-page-1 .flexible-widgets {
                padding-top: 100px;
                padding-bottom: 70px;
        }
        .home-banner-text h3 {
                font-size: 40px;
        }
        .home-video-section .home-video-text h2,
        .home-sapnish-page .home-video-section .home-video-text h2 {
                font-size: 22px;
        }
        .home-testimonial-box {
                min-height: auto;
        }
        .home-lawyer-detail-section .detail-small-font {
                font-size: 16px;
        }
        .footer-widgets-1 {
                width: 30%;
        }
        .footer-widgets-2 {
                width: 42%;
        }
        .footer-widgets-3 {
                width: 20%;
                margin-right: 0;
        }
        .footer-widgets-4 {
                width: 40%;
                float: left;
                margin-top: -120px;
        }
        .footer-widgets-4 img.footer-logo {
                float: left;
                width: 50px;
                margin-right: 20px;
        }
        .footer-copyright-widget {
                text-align: left;
                font-size: 15px;
        }
        .contact-section-text {
                max-width: 580px;
        }
        .contact-section-subtitle {
                font-size: 18px;
        }
        .front-page-8 .image-section .widget-title {
                letter-spacing: 1px;
        }
        .home-hire-buttons a.stylish-button {
                font-size: 12px;
        }
        .home-sapnish-page .home-hire-buttons a {
                padding: 12px 16px;
        }
        .home-practice-img-box img {
                height: 500px;
        }
        .home-practice-title-box {
                max-width: 67%;
        }
        .home-practice-highlight-section {
                min-height: 500px;
        }
        .home-sapnish-page .front-page-8 .widget-title {
                font-size: 24px;
        }
        .sidebar .widget_nav_menu ul li a {
                font-size: 18px;
        }
        .breadcrumb {
                margin-top: 0;
        }
        .site-inner {
                margin-top: 60px;
        }
        .page .entry {
                margin-bottom: 20px;
        }
        .page-related-author-list.four-attorneys-list ul li {
                width: 24%;
        }
        .entry,
        .archive-description,
        .author-box {
                margin-bottom: 60px;
        }
		.home-banner-image {
				width: 60%;
		}
}

@media only screen and (max-width: 900px) {
    
        .sticky-on {
                display: block;
                position: fixed;
                top: 0;
                width: 100%;
                padding: 10px 2%;
                background-color: #58504a;
                z-index: 9999;
        }
        
        .page-scroll-id {
                border-top: 100px transparent solid;
                margin-top: -100px;
        }
        
        .yellow-call-box.display-mobile {
                display: block;
        }
        
        .yellow-call-box.display-desktop {
                display: none;
        }
    
}

@media only screen and (max-width: 800px) {
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	.site-inner,
	.wrap {
		padding: 0 5%;
	}
	.front-page .site-inner,
        .home-sapnish-page .site-inner {
		padding: 0;
	}
        .site-header {
                padding-bottom: 0;
        }
        .title-area {
                margin: 0;
                float: left;
                padding: 10px 0;
        }
	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 94px;
	}
	.site-header nav .wrap {
		padding: 0;
	}
	nav.genesis-responsive-menu {
		display: none;
		position: absolute;
	}
        .nav-primary .genesis-nav-menu {
                display: block;
        }
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: transparent;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		color: #ff9f1c;
		border-width: 0;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	.menu-toggle {
		position: absolute;
                z-index: 1000;
                width: 46px;
                height: 46px;
                padding: 0;
                right: 5%;
                margin-top: 25px;
	}
	.menu-toggle::before,
	.menu-toggle.activated::before {
		text-rendering: auto;
                width: 46px !important;
                height: 46px !important;
                border: 2px #fff solid;
                font-size: 26px !important;
                border-radius: 50%;
                line-height: 42px !important;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		border-bottom: 0;
		margin-bottom: 1px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		outline-color: #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: 1px solid #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu > li > a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 15px 20px !important;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	.footer-widgets .wrap {
		padding-top: 140px;
		padding-bottom: 20px;
	}
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	.image-section .flexible-widgets {
		padding-bottom: 40px;
	}
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
        .header-social-wrap {
                display: none;
        }
        .site-header .widget-area {
                position: relative;
                width: auto;
                float: right;
                top: 24px;
                margin-right: 53px;
        }
        .header-widget-area .textwidget {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: space-between;
                justify-content: space-between;
        }
        .header-right-section-wrap, .header-phone {
                margin-top: 0;
                position: relative;
        }
        .admin-bar .header-right-section-wrap,
        .admin-bar .header-phone {
                margin-top: 0;
        }
        .header-phone a:before {
                margin-right: 0;
        }
        .header-social-wrap,
        .header-phone a strong {
                display: none;
        }
        .header-espanol-button .button {
                font-size: 14px;
                padding: 11.5px 16px;
        }
        .header-phone a:before {
                width: 46px;
                height: 46px;
                margin-right: 0;
                margin-top: 1px;
        }
        .header-right-section-wrap {
                margin-right: 8px;
        }
        .home-banner-text h3,
        .home-video-section .home-video-text h2 {
                font-size: 30px;
        }
        .front-page-1 .image-section .flexible-widgets {
                padding-bottom: 50px;
        }
        .home-badge-section ul {
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-justify-content: center;
                justify-content: center;
        }
        .home-badge-section ul li {
                width: 25%;
                margin-bottom: 30px;
        }
        .home-badge-section ul li:nth-child(4) img {
                width: 50%;
        }
        .home-badge-section ul li:nth-child(5) img {
                width: 60%;
        }
        .home-badge-section ul li:nth-child(5):before {
                display: none;
        }
        .front-page-2 .solid-section .flexible-widgets {
                padding-bottom: 10px;
        }
        .home-video-section .home-video,
        .home-video-section .home-video-text,
        .home-hire-section-text .home-hire-text {
                width: 100%;
                float: none;
        }
        .home-video-section .home-video {
                margin-bottom: 50px;
        }
        .home-video-section .home-video .site-video-wrap {
                height: 0;
        }
        .home-video-section .home-video-text {
                text-align: center;
                font-size: 16px;
                line-height: 26px;
        }
        .home-video-section .home-video-text h2 {
                max-width: 450px;
                margin: 0 auto 20px;
        }
        .home-hire-section-image {
                width: 100%;
                position: relative;
        }
        .home-hire-section-image img {
                height: 390px;
                object-position: top;
        }
        .front-page-5 .image-section .flexible-widgets,
        .front-page-9 .image-section .flexible-widgets {
                padding-bottom: 0;
        }
        .home-hire-section-text .home-hire-text ul {
                max-width: 530px;
                margin: auto;
        }
        .home-hire-buttons {
                max-width: 530px;
                margin: 30px auto 0;
        }
        .home-lawyer-detail-section ul {
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        }
        .home-lawyer-detail-section ul li {
                width: 50%;
                padding: 40px 0;
        }
        .home-lawyer-detail-section ul li:nth-child(2) {
                border-right: 0;
        }
        .home-lawyer-detail-section ul li:nth-child(1),
        .home-lawyer-detail-section ul li:nth-child(2) {
                border-bottom: 1px #201c67 solid;
        }
        .home-lawyer-detail-section ul li:nth-child(3),
        .home-lawyer-detail-section ul li:nth-child(4) {
                padding-bottom: 140px;
        }
        a.stylish-button {
                font-size: 16px;
                padding: 14px 20px;
        }
        .banner-button a.stylish-button {
                padding: 14px 30px;
        }
        .home-hire-buttons a.stylish-button {
                font-size: 15px;
        }
        .front-page-7 .gform_body .left-field,
        .front-page-7 .gform_body .right-field {
                width: 100%;
                float: none;
        }
        .front-page-7 .gform_wrapper .gform_body input,
        .front-page-7 .gform_wrapper .gform_body textarea {
                padding: 19px 24px !important;
        }
        .front-page-7 .gform_wrapper.gravity-theme .gfield {
                margin-bottom: 14px;
        }
        .front-page-8 .image-section .widget-title,
        .home-practice-detail-text h3 {
                font-size: 24px;
        }
        .home-sapnish-page .front-page-8 .widget-title {
                font-size: 20px;
        }
        .home-practice-title-box {
                max-width: 90%;
                float: none;
                margin: 0 auto;
                margin-top: -200px;
        }
        .home-practice-img-box {
                position: relative;
                width: 100%;
        }
        .home-practice-img-box img {
                height: 480px;
        }
        .home-practice-detail-text h3 {
                line-height: 32px;
        }
        .page-related-author-list ul li a strong {
                font-size: 26px;
        }
        .page-related-author-list.four-attorneys-list ul li {
                width: 42%;
        }
        .home-cases-section .home-cases-box {
                width: 48%;
        }
        .home-cases-section .home-cases-box:nth-child(3) {
                margin-right: 3%;
        }
        .home-cases-section .home-cases-box:nth-child(2),
        .home-cases-section .home-cases-box:nth-child(4) {
                margin-right: 0;
        }
		.more-Reviews-button {
    			margin-top: 10px;
		}
}

@media only screen and (max-width: 720px) {
        .footer-widgets .widget-title {
                font-size: 20px;
        }
        .footer-widgets-1 {
                width: 26%;
        }
        .footer-widgets-2 {
                width: 44%;
        }
        .footer-widgets-3 {
                width: 22%;
        }
        .footer-widgets-4 {
                width: 42%;
                margin-top: -145px;
                margin-left: 30%;
        }
}

@media only screen and (max-width: 640px) {
        .gform_wrapper.gravity-theme .ginput_complex span:last-child {
                margin-bottom: 0;
        }
        .front-page-7 .gform_wrapper.gravity-theme .gfield {
                margin-bottom: 8px;
        }
        .front-page-7 .gform_wrapper .gform_body .message-icon textarea {
                background-position: 98% 12%;
        }
        .attorney-box-section-wrap ul li {
                width: 48%;
        }
        .attorney-box-section-wrap ul li:nth-child(2n+0) {
                margin-right: 0;
        }
        .attorney-box-section-wrap ul li:nth-child(3),
        .attorney-box-section-wrap ul li:nth-child(9) {
                margin-right: 3%;
        }
}

@media only screen and (max-width: 600px) {
        .site-header > .wrap {
                position: relative;
                padding-top: 45px;
        }
        .site-header .widget-area {
                position: absolute;
                width: 100%;
                float: right;
                top: 0;
                margin-right: 53px;
                left: 0;
        }
        .header-right-section-wrap {
                width: 100%;
                position: absolute;
                display: block;
                margin-right: 0;
        }
        .header-espanol-button .button {
                width: 100%;
                border-radius: 0;
                font-size: 18px;
                padding: 7px 16px;
        }
        .header-phone {
                position: absolute;
                top: 69px;
                right: 5%;
                width: 46px;
                float: right;
                left: auto;
                margin-right: 52px;
        }
        nav.nav-primary {
                top: 138px;
        }
        .home-badge-section ul li img {
                width: 80%;
        }
        .home-badge-section ul li:nth-child(5) img {
                width: 70%;
        }
        .home-badge-section ul li:nth-child(4) img {
                width: 60%;
        }
        .image-section .widget-title,
        .solid-section .widget-title,
        .home-practice-title-box h3 {
                font-size: 26px;
        }
        .footer-widgets-1 {
                width: 42%;
        }
        .footer-widgets-2 {
                width: 52%;
                margin-right: 0;
        }
        .footer-widgets-3 {
                width: 34%;
                clear: both;
        }
        .footer-widgets-4 {
                margin-left: 0;
                float: right;
                margin-top: 0;
                text-align: right;
        }
        .footer-widgets-4 img.footer-logo {
                float: none;
                width: 150px;
        }
        .footer-copyright-widget {
                text-align: right;
        }
        .footer-yellow-box,
        .home-sapnish-page .footer-yellow-box {
                width: 90%;
        }
        .yellow-call-box {
                padding: 32px 40px 12px;
        }
        .home-hire-buttons a.stylish-button {
                display: table;
                line-height: 21px;
                margin-top: 10px;
        }
        .home-practice-title-box {
                padding: 30px 40px 45px;
        }
        .single-post .entry-header .avatar {
                width: 60px;
                height: 60px;
        }
        .single-post .has-post-thumbnail .entry-header .avatar {
                left: 58px;
                bottom: 27px;
        }
        .single-post .has-post-thumbnail .entry-header p.entry-meta {
                padding: 33px 30px 33px 100px;
        }
        .has-post-thumbnail .entry-header p.entry-meta .entry-author {
                display: block;
        }
        .entry-author:before {
                display: none;
        }
        .page-practice-list-wrap ul li {
                width: 100%;
        }
        .page-related-author-list.four-attorneys-list ul li a strong {
                font-size: 18px;
        }
        .attorney-bio-wrap {
                display: block;
        }
        .attorney-bio-wrap .attorney-bio-img {
                width: 100%;
        }
        .attorney-bio-wrap .attorney-bio-text {
                width: 100%;
                padding-left: 0;
                margin-top: 30px;
        }
        .alignleft,
        .alignright,
        .wp-block-image .alignleft,
        .wp-block-image .alignright {
                float: none !important;
                margin: .5em 0 !important;
        }
        .home-cases-section .home-cases-box {
                width: 100%;
                margin-right: 0 !important;
        }
        .home-cases-section {
                text-align: center;
        }
        .front-page-10 .widget {
                margin-bottom: 0px !important;
        }
        .home-cases-section .home-cases-box h3 {
                font-size: 20px;
        }
        .home-cases-section .home-cases-box:last-child {
                margin-bottom: 10px;
        }
}

@media only screen and (max-width: 480px) {
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 40px;
	}
        .title-area {
                width: 160px;
        }
        .front-page-1 .image-section .flexible-widgets {
                padding-top: 50px;
                padding-bottom: 0;
        }
        .front-page-1 .widget {
                margin-bottom: 0 !important;
        }
        .home-banner-text {
                text-align: center;
                margin-bottom: 30px;
        }
        .home-banner-image {
                position: relative;
                width: 100%;
        }
        .home-video-section .home-video-text h2 {
                font-size: 20px;
        }
        .home-hire-section-image img {
                height: 230px;
        }
        .home-hire-section-text .home-hire-text ul li {
                font-size: 15px;
        }
        .home-lawyer-detail-section ul li {
                width: 100%;
                border-right: 0;
                border-bottom: 1px #201c67 solid;
        }
        .home-lawyer-detail-section ul li:last-child {
                border-bottom: 0;
        }
        .home-lawyer-detail-section ul li:nth-child(3) {
                padding-bottom: 40px;
        }
        .home-lawyer-detail-section ul li:nth-child(4) {
                padding-bottom: 120px;
        }
        .yellow-call-box {
                font-size: 18px;
                padding: 22px 30px 2px;
        }
        .yellow-call-box strong {
                font-size: 26px;
        }
        .home-sapnish-page .yellow-call-box {
                font-size: 14px;
                line-height: 24px;
        }
        .footer-widgets .wrap {
                padding-top: 110px;
        }
        .footer-widgets-2 {
                width: 54%;
        }
        .footer-address-section h5,
        .sidebar .widget_nav_menu ul li a {
                font-size: 16px;
        }
        .banner-button {
                margin-top: 20px;
        }
        .home-practice-title-box h3 {
                font-size: 22px;
        }
        .home-practice-img-box img {
                height: 350px;
        }
        .home-practice-title-box {
                margin-top: -130px;
                padding: 30px 30px 45px;
        }
        .attorney-box-section-wrap ul li {
                width: 100%;
                margin-right: 0 !important;
        }
        .attorney-box-section-wrap ul li img {
                width: 100%;
        }
        .attorney-box-section-wrap ul li aside {
                padding: 20px 20px 25px;
        }
        .single-post .entry-header .avatar {
                width: 50px;
                height: 50px;
        }
        .single-post .has-post-thumbnail .entry-header .avatar {
                left: 34px;
                bottom: 28px;
        }
        .single-post .has-post-thumbnail .entry-header p.entry-meta {
                padding: 23px 30px 23px 85px;
                margin-top: -50px;
                margin-left: 20px;
        }
        .single-post .entry-header p.entry-meta {
                padding: 10px 0;
        }
        .page-orange-box-style {
                padding: 30px;
                line-height: 30px;
        }
        .page-related-author-list ul {
                display: block;
        }
        .page-related-author-list ul li {
                text-align: center;
        }
        .page-related-author-list ul li:first-child {
                margin-right: 0;
                margin-bottom: 30px;
        }
        .page-related-author-list ul li a {
                display: inline-grid;
        }
        .page-related-author-list.four-attorneys-list ul li {
                width: 100%;
        }
        .page-related-author-list.four-attorneys-list ul li:first-child {
                margin-bottom: 10px;
        }
		.home-sapnish-page .more-Reviews-button a {
				font-size: 11px !important;
		}
}

@media only screen and (max-width: 368px) {
        .footer-widgets-1,
        .footer-widgets-2,
        .footer-widgets-3,
        .footer-widgets-4 {
                width: 100%;
                margin-right: 0;
        }
        .footer-copyright-widget,
        .footer-widgets-4 {
                text-align: left;
        }
        .yellow-call-box {
                font-size: 16px;
        }
        .yellow-call-box strong {
                font-size: 23px;
        }
        .home-sapnish-page .yellow-call-box {
                font-size: 12px;
                line-height: 22px;
        }
        .home-sapnish-page .yellow-call-box strong {
                font-size: 20px;
        }
        .sidebar-call-section h2 {
                font-size: 32px;
        }
        .page-orange-box-style {
                padding: 20px;
        }
        .page-textimage-section .page-textimage-text {
                font-size: 24px;
                line-height: 36px;
                padding: 30px 20px;
        }
}
