/*
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: #000;
	color: #fff;
	font-family: 'Montserrat', 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-widget-area {
	transition: all 0.2s ease-in-out;
}

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

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

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

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote::before {
	color: currentColor;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.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 rgba(190,215,235,.25) !important;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Hind', sans-serif;
	font-weight: 200;
	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: 40px;
	font-weight: 600;
	padding-bottom: 0;
        letter-spacing: 1px;
	text-transform: uppercase;
        color: #fe5800;
}

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: #000;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	padding: 16px 20px;
	width: 100%;
}

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

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

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

::-moz-placeholder {
	color: rgba(255,255,255,.5);
	opacity: 1;
}

::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

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: #fe5800;
	border: 2px solid #fe5800;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	padding: 8px 25px;
        border-radius: 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 #fe5800;
	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: #fff;
	border: 2px solid #fe5800;
	color: #000;
}

.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: #000;
	clear: both;
	margin-top: 100px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.front-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 {
	font-size: 18px;
	margin-bottom: 100px;
	padding: 14px 0;
        background-color: #fe5800;
}

.breadcrumb a {
        color: #fff;
}

.breadcrumb .sep {
        font-size: 13px;
        margin: 0 5px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 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: 15px 30px;
}

.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: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 36px;
        font-weight: 600;
        text-transform: uppercase;
}

.page .entry-title {
        font-size: 48px;
}

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

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

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

/* 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: 'Montserrat', 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 {
	outline: none;
}

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

.featured-section .site-header {
	background-color: transparent;
}

.site-header.dark {
        background-color: #000;
        border-bottom: 1px rgba(255,255,255,.2) solid;
}

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

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 15px 0;
	width: 310px;
}

.site-header.dark .title-area {
	padding: 15px 0;
}

.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: 83px;
	text-indent: -9999px;
}

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

/* 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: 18px;
	font-weight: 400;
	padding: 20px 14px;
}

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

.genesis-nav-menu li.current-menu-item > a {
	color: #fe5800;
        font-weight: 600;
}

.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 {
	color: #fe5800;
}

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

.genesis-nav-menu #menu-item-86 .sub-menu,
.genesis-nav-menu #menu-item-90 .sub-menu {
		max-height: 380px !important;
    	overflow: hidden scroll;
}

.genesis-nav-menu .sub-menu::-webkit-scrollbar {
        width: 4px;
}

.genesis-nav-menu .sub-menu::-webkit-scrollbar-track {
        background: #111; 
}

.genesis-nav-menu .sub-menu::-webkit-scrollbar-thumb {
        background: #fe5800; 
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	outline: none;
	padding: 12px 20px;
	position: relative;
	width: 300px;
    font-size: 16px;
}

.genesis-nav-menu #menu-item-78 .sub-menu,
.genesis-nav-menu #menu-item-78 .sub-menu a,
.genesis-nav-menu .es-menu-prctica .sub-menu,
.genesis-nav-menu .es-menu-prctica .sub-menu a {
		width: 250px;
}

.genesis-nav-menu #menu-item-885 .sub-menu,
.genesis-nav-menu #menu-item-885 .sub-menu a {
		width: 200px;
}

.site-header.dark .genesis-nav-menu .sub-menu a {
        padding: 12px 20px;
}

.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: #fe5800;
        color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 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%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* 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 Right Style */

.header-widget-area {
        width: 620px;
        float: right;
        margin-top: 15px;
}

.header-widget-area .widget-wrap .custom-html-widget,
.header-phone-wrap a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
}

.header-phone-wrap a {
        color: #fefefe;
        font-weight: 600;
}

.header-phone-wrap a:before {
        content: '';
        background-image: url('images/header-phone-icon.png');
        width: 43px;
        height: 44px;
        display: inline-block;
        margin: 0 10px;
}

.home-banner-caption {
        text-align: left;
}

.home-banner-caption h2 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 101px;
        color: #fe5800;
        margin-bottom: -30px;
}

.home-banner-caption .banner-sub-title {
        font-size: 29px;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 18px;
}

.home-banner-caption .banner-sub-title:after {
        content: '';
        width: 85px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: -24px;
}

.home-banner-caption .banner-text {
        width: 450px;
        font-size: 18px;
        margin-top: 30px;
}

.home-banner-section-wrap {
        position: relative;
}

.header-espanol-button {
		margin-right: 18px;
}

.header-espanol-button a {
		font-weight: 600;
}


/* Banner video section */

.front-page-1 .flexible-widgets {
        padding-bottom: 110px;
        padding-top: 450px;
}

.front-page-1 .flexible-widgets > .wrap {
        max-width: none;
}

.home-banner-video-section video { 
        object-fit: cover;
        width: 100vw;
        height: 600px;
        position: absolute;
        top: 0;
        left: 0;
}

.home-banner-caption {
        position: absolute;
        bottom: 60px;
        width: 100%;
		z-index: 99;
}

.home-banner-video-section:before {
		content: '';
		background-color: rgba(0,0,0,.5);
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 9;
		top: 0;
		left: 0;
}

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

.home-banner-video-section img {
        position: absolute;
        top: 0;
        left: 0;
}


/* Front Banner Video Section */

.front-page-2 {
        position: absolute !important;
        width: 100%;
        bottom: 0;
        background-color: rgba(0,0,0,.65);
}

.front-page-2 .flexible-widgets {
        padding-bottom: 0;
        padding-top: 0 !important;
}

.front-page-2 .widget,
.front-page-3 .widget,
.front-page-12 .widget,
.front-page-13 .widget {
        margin-bottom: 0 !important;
}

.home-banner-videos-section h3,
.home-banner-about-section h3 {
        font-size: 22px;
        color: #fe5800;
        background-color: rgba(68,68,68,.5);
        text-transform: uppercase;
        padding: 14px 25px 10px;
        display: inline-block;
        font-weight: 700;
        margin-bottom: 30px;
}

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

.home-bottom-banner-wrap .home-banner-videos-section,
.home-bottom-banner-wrap .home-banner-about-section {
        width: 50%;
}

.home-bottom-banner-wrap .home-banner-videos-section {
        padding-right: 40px;
}

.home-bottom-banner-wrap .home-banner-about-section {
        padding-left: 40px;
}

.home-banner-videos-section ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}

.home-banner-videos-section ul li {
        width: 33.3%;
        margin: 0 5px 0 0;
        padding-bottom: 0;
        font-size: 17px;
}

.home-banner-videos-section ul li:last-child {
        margin: 0;
}

.home-banner-videos-section ul li a,
.testimonial-section-video a {
        position: relative;
        display: block;
}

.home-banner-videos-section ul li a:before,
.testimonial-section-video a:before {
        content: '';
        width: 38px;
        height: 38px;
        background-image: url('images/video-play-icon.png');
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
}

.home-banner-videos-section ul li p {
        text-transform: uppercase;
}

.home-banner-about-section .banner-section-title {
        font-size: 20px;
        color: #fe5800;
        font-weight: 600;
        line-height: 1.4;
}

.home-banner-about-section p {
        margin-bottom: 15px;
		font-size: 18px;
}

.home-banner-about-section .banner-about-more {
        text-align: right;
}

.home-banner-about-section .banner-about-more a {
        color: #fe5800;
        font-weight: 600;
        border-bottom: 1px #fe5800 solid;
}

.home-banner-about-section .banner-about-more a:hover {
        color: #fff;
}

/* Home Verdicts Section */

.front-page-3 .image-section {
        background-color: #fff;
        height: auto !important;
}

.front-page-3 .flexible-widgets {
        padding-bottom: 15px;
        padding-top: 15px;
}

.front-page-3 .wrap {
        max-width: 100%;
}

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

.home-verdict-section ul li {
        color: #000;
        width: 17%;
        border-right: 1px #e5e5e5 solid;
        padding: 50px 0 80px;
        margin-bottom: 0;
}

.home-verdict-section ul li .home-verdict-price {
        font-size: 44px;
        font-family: 'Hind', sans-serif;
        font-weight: 700;
        line-height: 1.2;
        min-height: 90px;
        position: relative;
        padding-bottom: 20px;
}

.home-verdict-section ul li .home-verdict-price strong {
        font-size: 22px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        display: block;
        letter-spacing: 2px;
        text-transform: uppercase;
}

.home-verdict-section ul li .home-verdict-price:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background-color: #fe5800;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
}

.home-verdict-section ul li .home-verdict-title {
        font-size: 22px;
        margin-top: 20px;
        line-height: 1.2;
}

.home-verdict-more-link {
        position: absolute;
        width: 100%;
        bottom: -22px;
        left: 0;
}

/* Home Consultation Banner Section */

.home-consultation-banner {
        background-image: linear-gradient(#000, #090909);
}

.home-consultation-banner .flexible-widgets {
        padding-top: 140px;
        padding-bottom: 80px;
}

.home-consultation-wrap {
        max-width: 1040px;
        margin: auto;
        text-align: left;
        position: relative;
}

.home-consultation-wrap:before {
        content: '';
        background-image: url('images/home-consultation-section-badge.png');
        width: 225px;
        height: 253px;
        position: absolute;
        left: -10px;
        top: -40px;
}

.home-consultation-wrap .home-consultation {
        padding: 45px 0 50px 200px;
        margin-left: 100px;
        border: 1px rgba(166,169,171,.15) solid;
        border-radius: 10px;
}

.home-consultation-wrap .consultation-title {
        font-size: 57px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 60px;
}

.home-consultation-wrap .consultation-title strong {
        display: block;
}

.consultation-buttons .button.transparent-button {
        margin-left: 10px;
}

.button.transparent-button {
        background-color: transparent;
        border-color: #fff;
}

.button.transparent-button:hover {
        background-color: #fe5800;
        border-color: #fe5800;
}

/* Home Team Section */

.slider-team-wrap ul li {
        margin-bottom: 15px;
        padding-bottom: 0;
}

.slider-team-wrap ul li a {
        position: relative;
        display: block;
        color: #fe5800;
}

.slider-team-wrap ul li a img {
        margin: 0;
        display: block !important;
}

.slider-team-wrap ul li a .team-section-caption {
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.85);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
        opacity: 0;
}

.slider-team-wrap ul li a:hover .team-section-caption {
        height: 100%;
        opacity: 1;
}

.slider-team-wrap ul li a .team-section-caption h3 {
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 5px;
}

.slider-team-wrap ul li a .team-section-caption strong {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
}

.front-page-4 .white .sa_owl_theme .owl-nav .owl-next {
        background: rgba(0,0,0,0.0) url('images/team-slider-arrow-right.png') no-repeat center center !important;
}

.front-page-4 .white .sa_owl_theme .owl-nav .owl-prev {
        background: rgba(0,0,0,0.0) url('images/team-slider-arrow-left.png') no-repeat center center !important;
}

.home-slider-section-team {
        width: 92%;
        margin: auto;
}

.front-page-4 .sa_owl_theme .owl-nav button {
        width: 40px !important;
        height: 25px !important;
}

.front-page-4 .sa_owl_theme .owl-nav .owl-prev {
        left: -40px;
}

.front-page-4 .sa_owl_theme .owl-nav .owl-next {
        right: -40px;
}

.more-team-link {
        margin-top: 70px;
}

/* Home Review Section */

.home-review-section .widget-title {
        margin-bottom: 8px;
}

.home-review-section .sub-title,
.front-page-9 .sub-title {
        text-transform: uppercase;
        font-size: 18px;
}

.home-review-section .review-google-logo {
        margin: 40px 0;
}

.google-review-slider .home-review-box {
        border: 2px rgba(255,255,255,.65) solid;
        padding: 30px 20px;
}

.home-review-box .review-title {
        margin-bottom: 5px;
}

.home-review-box .review-title,
.home-review-box .review-author {
        font-size: 20px;
        line-height: 28px;
}

.home-review-box .review-author {
        color: #fe5800;
        font-weight: 700;
        margin-bottom: 20px;
}

.front-page-5 .owl-carousel .owl-item,
.front-page-5 .owl-carousel .owl-stage,
.front-page-5 .owl-carousel .owl-stage-outer,
.front-page-5 .owl-carousel .sa_hover_container {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
}

.home-review-box .review-text {
        font-size: 18px;
        margin-bottom: 10px;
        color: rgba(255,255,255,.55);
}

.home-review-box .review-link a {
        color: #fe5800;
        border-bottom: 2px #fe5800 solid;
        font-size: 18px;
}

.google-review-slider .sa_owl_theme .owl-dots .owl-dot span,
.front-page-4 .sa_owl_theme .owl-dots .owl-dot span {
        width: 54px !important;
        height: 7px !important;
        border-radius: 0 !important;
        background-color: #fff !important;
}

.google-review-slider .sa_owl_theme .owl-dots .owl-dot span:hover,
.google-review-slider .sa_owl_theme .owl-dots .active span,
.front-page-4 .sa_owl_theme .owl-dots .owl-dot span:hover,
.front-page-4 .sa_owl_theme .owl-dots .active span {
        background-color: #fe5800 !important;
}

.google-review-slider .owl-carousel .owl-stage-outer {
        padding-bottom: 40px;
}

/* Home Values Section */

.home-values-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        margin-top: 40px;
        font-size: 18px;
}

.home-values-section .home-values-box {
        border-right: 1px rgba(255,255,255,.07) solid;
        width: 31%;
        line-height: 30px;
        color: rgba(255,255,255,.55);
}

.home-values-section .home-values-box:nth-child(1) {
        padding-right: 50px;
}

.home-values-section .home-values-box:nth-child(2) {
        padding-right: 40px;
        padding-left: 50px;
        width: 38%;
}

.home-values-section .home-values-box:nth-child(3) {
        padding-left: 50px;
        border-right: none;
}

.home-values-section .home-values-box p:last-child {
        margin-bottom: 0;
}

.home-values-section .home-values-box h4 {
        font-size: 24px;
        color: #fff;
}

.home-values-section .home-values-box h4:after {
        content: '';
        width: 50px;
        height: 4px;
        background-color: #fe5800;
        display: block;
        margin: 20px 0;
}

.home-values-section .home-values-box a {
        color: #fe5800;
        text-transform: uppercase;
        border-bottom: 2px #fe5800 solid;
        font-size: 14px;
}

.home-values-section .home-values-box a:hover {
        color: #fff;
        border-bottom-color: #fff;
}

/* Two color section style */

.front-page-7 {
        background-position: 50% 100% !important;
        overflow: hidden;
}

.front-page-7 .flexible-widgets {
        padding-bottom: 0 !important;
        padding-top: 0;
}

.front-page-7 .wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
		-webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.front-page-7 .wrap:after {
        content: '';
        width: 3px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
}

.front-page-7 .wrap .widget {
        width: 50% !important;
}

.front-page-7 .widget {
        padding-top: 90px !important;
        margin: 0 !important;
        padding-bottom: 40px !important;
}

.front-page-7 .widget:first-child {
        padding-right: 30px !important;
        background-color: rgba(254,88,0,.85) !important;
        position: relative;
}

.front-page-7 .widget:first-child:before {
        content: '';
        position: absolute;
        background-color: rgba(254,88,0,.85) !important;
        width: 20%;
        height: 100%;
        left: -20%;
        top: 0;
}

.front-page-7 .widget:last-child {
        padding-left: 30px !important;
        position: relative;
        background-color: rgba(0,0,0,.9) !important;
}

.front-page-7 .widget:last-child:after {
        content: '';
        background-color: rgba(0,0,0,.9);
        width: 20%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -20%;
}

.two-color-box {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
        color: rgba(255,255,255,.7);
}

.home-orange-color-box-section .two-color-box {
	color: rgba(255,255,255,.9);
}

.two-color-box a {
		text-decoration: underline;
}

.two-color-box a:focus,
.two-color-box a:hover {
		color: rgba(255,255,255,.7) !important;
}

.two-color-box h2 {
        font-size: 26px;
        line-height: 32px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
}

/* Home Testimonial Section */

.front-page-8 {
        background-image: linear-gradient(#000, #080808);
        overflow: hidden;
}

.testimonial-box-wrap {
        position: relative;
        width: 1200px;
}

.testimonial-box-wrap .testimonial-section-content {
        width: 54%;
        color: #333;
        text-align: left;
        background-color: #fff;
        padding: 50px 150px 120px 50px;
}

.testimonial-box-wrap .testimonial-section-video {
        position: absolute;
        right: 0;
        width: 610px;
        height: 445px;
        top: 40px;
}

.testimonial-section-content h3 {
        font-weight: 600;
}

.testimonial-section-content h6 {
        line-height: 31px;
}

.testimonial-section-content hr {
        border-top: 1px rgba(0,0,0,.15) solid !important;
        margin: 32px 0;
}

.testimonial-section-content h5 {
        color: #d34800;
        font-weight: 700;
}

.front-page-8 .sa_owl_theme .owl-nav {
        width: 42%;
        float: right;
        margin-top: -50px;
        position: relative;
		display: none !important;
}

.front-page-8 .sa_owl_theme .owl-nav:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 25px;
        background-color: rgba(255,255,255,.4);
        right: 230px;
        top: -6px;
}

.front-page-8 .sa_owl_theme .owl-nav button {
        position: relative;
        top: auto;
        width: 222px !important;
        height: 20px !important;
        overflow: hidden;
        border-radius: 0 !important;
        margin-top: 0 !important;
}

.front-page-8 .white .sa_owl_theme .owl-nav .owl-prev,
.front-page-8 .white .sa_owl_theme .owl-nav .owl-next {
        background: none !important;
}

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

.front-page-8 .sa_owl_theme .owl-nav .owl-prev:before {
        content: '';
        background-image: url('images/testimonial-slider-prev-arrow.png');
        width: 24px;
        height: 15px;
        display: block;
        position: absolute;
        left: 0;
}

.front-page-8 .sa_owl_theme .owl-nav .owl-prev:after,
.front-page-8 .sa_owl_theme .owl-nav .owl-next:before {
        color: #fff;
        font-size: 13.5px;
        position: absolute;
        line-height: 1;
}

.front-page-8 .sa_owl_theme .owl-nav .owl-prev:after {
        content: 'WATCH PREVIOUS STORY';
        width: 185px;
        left: 34px;
}

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

.front-page-8 .sa_owl_theme .owl-nav .owl-next:after {
        content: '';
        background-image: url('images/testimonial-slider-next-arrow.png');
        width: 23px;
        height: 15px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
}

.front-page-8 .sa_owl_theme .owl-nav .owl-next:before {
        content: 'WATCH NEXT STORY';
        width: 150px;
        right: 34px;
}

.front-page-8 .widget-title {
        text-align: left;
}

.front-page-8 .slider-home-testimonial-wrap {
        position: relative;
}

.front-page-8 .slider-home-testimonial-wrap:before {
        content: '';
        position: absolute;
        width: 52%;
        height: 113%;
        top: -80px;
        right: -40px;
        background-color: rgba(15,15,15,.55);
        border: 2px rgba(47,47,47,.55) solid;
}

.front-page-8 .white .sa_owl_theme .owl-nav .owl-prev:hover,
.front-page-8 .white .sa_owl_theme .owl-nav .owl-next:hover {
        background-color: transparent !important;
}

/* Home Footer Form Section */

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

.home-footer-form-wrap .gform-body .gfield > .gfield_label,
.sidebar-form-wrap .gform-body .gfield > .gfield_label,
.contact-page-form-wrap .gform-body .gfield > .gfield_label,
#gform_3 .gform-body .gfield > .gfield_label {
        display: none;
}

.home-footer-form-wrap .gform-body .gform_fields,
#gform_3 .gform-body .gform_fields {
        display: block !important;
}

.home-footer-form-wrap .gform-body .left-field,
.home-footer-form-wrap .gform-body .right-field {
        width: 49.5%;
        margin-bottom: 50px;
}

.home-footer-form-wrap .gform-body .left-field,
#gform_3 .gform-body .left-field {
        float: left;
}

.home-footer-form-wrap .gform-body .right-field,
#gform_3 .gform-body .right-field {
        float: right;
}

.home-footer-form-wrap .gform-body .gfield input,
.home-footer-form-wrap .gform-body .gfield textarea,
.sidebar-form-wrap .gform-body .gfield input,
.sidebar-form-wrap .gform-body .gfield textarea {
        background-color: transparent;
        color: rgba(255,255,255,.5);
        border-color: transparent transparent rgba(255,255,255,.5) transparent;
        border-width: 0 0 2px 0;
        padding: 6px 0 10px 0 !important;
        text-transform: uppercase;
        font-size: 16px !important;
        line-height: normal !important;
}

.home-footer-form-wrap .gform-body .gfield textarea,
.sidebar-form-wrap .gform-body .gfield textarea {
        height: 36px !important;
}

.home-footer-form-wrap {
        margin-top: 50px;
}

.contact-page-form-wrap .gform-body .gfield input,
.contact-page-form-wrap .gform-body .gfield textarea,
.contact-page-form-wrap .gform-body .gfield select {
        background-color: transparent;
        color: rgba(255,255,255,.8);
        border-color: rgba(255,255,255,.5);
        border-width: 2px;
        padding: 15px 5px 15px 10px !important;
        text-transform: uppercase;
        font-size: 17px !important;
        line-height: normal !important;
}

.contact-page-form-wrap .gform-body .name-field .name_first label,
.contact-page-form-wrap .gform-body .name-field .name_last label,
#gform_3 .gform-body .name-field .name_first label,
#gform_3 .gform-body .name-field .name_last label {
        display: none;
}

.contact-page-form-wrap .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 25px;
}

.contact-page-form-wrap .gform-body .gfield select option {
        background-color: #000 !important;
        color: #fff !important;
}

#gform_3 .gform-body .left-field,
#gform_3 .gform-body .right-field {
        width: 49%;
}

#gform_3 .gform-body .gfield {
        margin-bottom: 20px;
}

#gform_3 .gform-body input,
#gform_3 .gform-body textarea {
        padding: 12px 16px !important;
        color: rgba(255,255,255,.8);
}

.gform_wrapper.gravity-theme .gfield_label {
	font-size: 18px !important;
}

#gform_wrapper_4 .gform_body .gform_fields .gfield input {
	font-size: 18px !important;
}

.front-page-14 {
        background-color: rgba(255,255,255,.04);
}

.home-speak-section h3 {
        color: #fe5800;
        font-weight: 600;
}

.home-speak-section {
        margin-top: 30px;
        color: rgba(255,255,255,.8);
        border: 1px rgba(166,169,171,.15) solid;
        padding: 40px 50px 10px;
        max-width: 1000px;
        margin: auto;
}


/* Home Badge Section */

.front-page-10 {
	background-image: linear-gradient(#080808, black);
}

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

.home-badge-section ul li {
	width: 20%;
	background-color: #fff;
	padding: 20px 25px;
	margin-bottom: 0;
	display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
	flex-direction: column;
        -webkit-flex-direction: column;
	align-items: center;
        -webkit-align-items: center;
	margin: 2px;
}

.home-badge-section ul li img {
	margin: auto 0;
}

.home-badge-section ul li strong {
	color: #555;
	margin-top: -10px;
}

/* Home Page Personal Injury Section */

.front-page-11 {
	border-top: 1px rgba(255,255,255,.3) solid;
}

.front-page-11 h4 {
	color: #fff;
}

.front-page-11 .widget:last-child {
	margin-bottom: 0 !important;
}

.front-page-11 .image-section {
	background-color: rgba(0,0,0,.9);
	color: rgba(255,255,255,.6);
}

.front-page-11 .widget:nth-child(2),
.front-page-11 .widget:nth-child(3) {
	padding: 35px 35px 0;
}

.home-personal-injury-section {
	max-width: 75%;
	margin: auto;
}

/* Home FAQ Section Style */

.front-page-12 {
	background-image: url('https://www.o2law.com/wp-content/uploads/2022/01/home-faq-section-background.webp');
}

.front-page-12 .image-section {
	background-color: rgba(0,0,0,.9);
}

.home-faq-section-wrap {
	text-align: left;
    	max-width: 75%;
    	margin: auto;
	color: rgba(255,255,255,.7);
}

.home-faq-section h3 {
	text-transform: uppercase;
	font-size: 25px;
    	color: #fe5800;
    	font-weight: 600;
}

.home-faq-section ul {
	margin-bottom: 28px;
}

.home-faq-section ul li {
	position: relative;
	padding-left: 20px;
}

.home-faq-section ul li:before {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 3px;
    	color: #d9d9d9;
}


/* Home set us apart section*/

.front-page-13 {
        background-image: linear-gradient(#000, #080808);
}

.home-apart-section {
        color: rgba(255,255,255,.7);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
}

.home-apart-section ul.apart-section-ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.home-apart-section ul.apart-section-ul li {
        width: 48%;
        margin: 5px;
        padding: 30px;
        font-size: 18px;
        border: 2px rgba(47,47,47,.55) solid;
}

.home-apart-section ul.apart-section-ul li i {
        display: block;
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
}

.home-apart-section .home-apart-list-wrap,
.home-apart-section .home-apart-text-wrap {
        width: 49%;
        padding: 40px 23px;
}

.home-apart-section .home-apart-text-wrap {
        text-align: left;
}

.home-apart-section .home-apart-text-wrap p:last-child {
        margin-bottom: 0;
}




/* 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: rgba(0,0,0,.85);
        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;
        margin-bottom: 0;
}

.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 {
        text-decoration: underline;
        padding-left: 5px;
        color: #fe5800;
}

.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: 36px;
        text-align: center;
        margin: 0 auto 5px;
        font-size: 16px;
        color: #fff;
        border-radius: 50%;
        background-color: #fe5800;
        border: 2px #fe5800 solid;
        -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: dashicons;
        content: "\f333";
        font-size: 20px;
}

.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: transparent;
}
/* Sticky Menu End*/

.home-slider-section-team .show-mobile {
        display: none;
}



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

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}

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

.front-page-1 {
	position: relative;
        padding-bottom: 520px;
}

.front-page-1 .image-section {
	
}

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

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

/* Inner Blog Page Design */

.big-leader {
        position: relative;
}

.blog .big-leader,
.archive .big-leader {
        height: auto;
}

.error404 .big-leader {
        height: 550px;
}

.big-leader img {
        width: 100%;
        height: 550px;
        object-fit: cover;
        object-position: 0 0;
        display: block;
}

.page .big-leader {
        height: 550px;
		position: relative;
}

.big-leader:before {
		content: '';
		background-color: rgba(0,0,0,.6);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
}

.big-leader .wrap {
        bottom: 160px !important;
}

.single-post .big-leader .wrap {
        position: absolute;
        width: 1200px;
        margin: auto;
        left: 0;
        right: 0;
}

.big-leader .wrap h2,
.archive .big-leader .wrap h1 {
        font-size: 48px;
        font-weight: bold;
        text-transform: uppercase;
}

.wp-post-image {
        border: 2px #404040 solid;
        margin-bottom: 30px;
}

.page-contact-text-style {
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
}

.entry-footer .entry-meta > strong {
        color: #fe5800;
        font-size: 30px;
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
}

.entry-footer {
        border-top: 2px rgba(255,255,255,.4) solid;
        margin-top: 20px;
        padding-top: 30px;
}

.entry-footer .entry-categories a {
        position: relative;
        padding-left: 35px;
        display: table;
        margin-bottom: 10px;
}

.entry-footer .entry-categories a:before {
        content: '';
        background-image: url('images/category-list-style-icon.png');
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 3px;
}

.entry-footer .entry-categories a {
        font-size: 18px;
        color: #fff;
}

.entry-footer .entry-categories a:hover {
        color: #fe5800;
}

.blog .big-leader--scriptless {
        display: none;
}

.blog .entry-footer,
.archive .entry-footer,
.search .entry-footer {
        display: none;
}

.entry-content .post-more-link {
        display: table;
        margin-top: 30px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
}

.heateor_sss_sharing_container {
        margin-top: -85px;
        margin-right: 15px;
}

.blog-page-header-title {
		padding: 0;
    	background-color: #000;
}

.single-post .breadcrumb {
		margin-top: 153px;
}

/* Inner Page Design */

.page .big-leader .wrap {
        bottom: 160px !important;
}

.page-subtitle {
        font-size: 36px;
        text-transform: uppercase;
        color: #fff !important;
}

.page-calltoaction-gray-button {
        background-color: #222;
        padding: 23px 25px;
        border-radius: 60px;
        margin: 45px 0;
        text-align: center;
}

.page-orange-box {
        background-color: #fe5800;
        padding: 30px 30px 10px 30px;
        margin-bottom: 50px;
}

.page-orange-box a {
        color: #fff;
        text-decoration: underline;
}

.entry-content .page-orange-box h3 {
        color: #fff;
}

.font-color-white {
        color: #fff !important;
}

.page-why-us-section {
        max-width: 550px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 50px 0 70px;
        position: relative;
}

.page-why-us-section:before {
        content: '';
        background-color: #000;
        background-image: url('images/site-short-logo.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 163px;
        height: 100px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
}

.page-why-us-section li {
        width: 50%;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
}

.page-why-us-section li img {
        display: block;
        margin: 0 auto 20px;
}

.page-why-us-section li:nth-child(1),
.page-why-us-section li:nth-child(3) {
        border-right: 1px rgba(255,255,255,.5) solid;
}

.page-why-us-section li:nth-child(1),
.page-why-us-section li:nth-child(2) {
        border-bottom: 1px rgba(255,255,255,.5) solid;
}

.page-why-us-section li:nth-child(1) {
        padding: 0 30px 50px 0;
}

.page-why-us-section li:nth-child(2) {
        padding: 0 0 50px 30px;
}

.page-why-us-section li:nth-child(3) {
        padding: 50px 25px 0 0;
}

.page-why-us-section li:nth-child(4) {
        padding: 50px 0 0 30px;
}

.mtop-small {
        margin-top: 40px;
}

.pbottom-small {
        padding-bottom: 30px;
}

.entry-content .page-result-box ul,
.slider-team-wrap ul {
        margin-bottom: 0 !important;
}

.entry-content .page-result-box ul li,
.slider-team-wrap ul li {
        list-style-type: none !important;
        padding-left: 0 !important;
        text-align: center;
}

.contact-page-address-map-section ul li,
.personal-injury-page-list-section ul li {
        list-style-type: none !important;
        padding-left: 0 !important;
}

.entry-content .page-result-box ul li:before,
.slider-team-wrap ul li:before,
.contact-page-address-map-section ul li:before,
.personal-injury-page-list-section ul li:before,
.simplefilter li:before {
        display: none;
}

.contact-page-address-map-section ul li .dashicons {
        margin-right: 10px;
}

.page-result-box ul li .page-result-price {
        font-size: 34px;
        font-weight: 700;
}

.page-result-box ul li .page-result-price:after {
        content: '';
        width: 50px;
        height: 3px;
        background-color: #fe5800;
        margin: 30px auto 15px;
        display: block;
}

.page-result-section-slider {
        background-color: #fff;
        color: #000;
        padding-bottom: 20px;
        padding-top: 30px;
}

.page-result-section-slider h3 {
        padding: 30px 30px 10px 30px;
}

.page-result-box ul li .page-result-title {
        font-size: 22px;
        line-height: 1.4;
}

.page-result-section-slider .white .sa_owl_theme .owl-nav .owl-prev {
        background: rgba(0,0,0,0.0) url('images/innerpage-result-arrow-left.png') no-repeat center center !important;
}

.page-result-section-slider .white .sa_owl_theme .owl-nav .owl-next {
        background: rgba(0,0,0,0.0) url('images/innerpage-result-arrow-right.png') no-repeat center center !important;
}

.page-result-section-slider .sa_owl_theme .owl-nav button {
        width: 53px !important;
        height: 53px !important;
}

.page-result-section-slider .sa_owl_theme .owl-nav .owl-prev {
        left: -27px !important;
}

.page-result-section-slider .sa_owl_theme .owl-nav .owl-next {
        right: -27px !important;
}

.page-team-section-wrap .slider-team-wrap ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-team-section-wrap .slider-team-wrap ul li {
        width: 31.3%;
        margin: 0px 1% 25px !important;
}

.page-team-section-wrap .slider-team-wrap ul li a .team-section-caption {
        opacity: 1;
        background-color: rgba(0,0,0,.5);
        height: 80px;
}

.page-team-section-wrap .slider-team-wrap ul li a:hover .team-section-caption {
        height: 100%;
}

.page-team-section-wrap .slider-team-wrap ul li a .team-section-caption h3 {
        margin-bottom: 0;
}

.inner-page-result-button {
        margin-top: 30px;
}

.testimonial-section-wrap,
.case-result-box-wrap {
        background-color: #222;
        padding: 30px;
        border-radius: 15px;
        margin-bottom: 30px;
}

.testimonial-section-wrap h4 {
        color: #fe5800;
        font-weight: 600;
}

.testimonial-section-wrap p:last-child,
.testimonial-section-wrap .wp-block-image,
.case-result-box-wrap p:last-child {
        margin-bottom: 0;
}

.community-page-gray-box {
        background-color: #181818;
        padding: 40px 20px;
        text-align: center;
        margin-bottom: 30px;
}

.margin-bottom-none {
        margin-bottom: 0;
}

.contact-page-address-map-section {
        background-color: #222;
        padding: 30px 30px 1px 30px;
        font-size: 18px;
        border-radius: 10px;
        margin-bottom: 30px;
}

.remove-title-search-field .wp-block-search__label {
        display: none;
}

.remove-title-search-field.wp-block-search .wp-block-search__button {
        padding: 8px 25px;
}

.remove-title-search-field.wp-block-search .wp-block-search__button:hover {
        background-color: #fe5800;
        color: #fff;
}

.personal-injury-page-list-section ul {
        margin-left: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 30px;
}

.personal-injury-page-list-section ul li {
        width: 49%;
        margin-bottom: 18px !important;
}

.personal-injury-page-list-section ul li a {
        padding: 50px;
        background-color: #161616;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        flex-direction: column;
        -webkit-flex-direction: column;
}

.personal-injury-page-list-section ul li a:hover {
        background-color: #fe5800;
}

.personal-injury-page-list-section ul li a strong {
        font-size: 20px;
        font-weight: 500;
}

.personal-injury-page-list-section ul li a i {
        font-size: 26px;
        margin-bottom: 8px;
}

ol.ol-style-with-title li {
        margin-bottom: 25px;
}

ol.ol-style-with-title li h4 {
        margin-bottom: 8px;
}


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

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

.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: 67%;
}

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

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

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

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

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

.page .entry {
        margin-bottom: 50px;
}

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

.entry-content ol {
	margin-bottom: 30px;
	padding-left: 20px;
}

.entry-content ul:not(.page-why-us-section) {
        margin-bottom: 30px;
}

.entry-content ol > li {
	list-style-type: decimal;
        margin-bottom: 10px;
}

.entry-content ul:not(.page-why-us-section) > li {
	list-style-type: none;
        position: relative;
        font-size: 18px;
        padding-left: 25px;
        margin-bottom: 6px;
}

.entry-content ul:not(.page-why-us-section) > li:before {
        content: '';
        background-image: url('images/site-ul-style-icon.png');
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 3px;
}

.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;
        margin-top: 6px;
}

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

.entry-content {
        font-size: 18px;
	line-height: 1.8;
}



.entry-content h2,
.entry-content h3 {
        color: #fe5800;
        font-weight: 600;
}

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

.entry-header p.entry-meta {
	margin-bottom: 30px;
	text-transform: capitalize;
        background-color: #222;
        border: 2px #404040 solid;
        padding: 20px 0 20px 20px;
}

.entry-header .entry-time {
        margin-right: 8px;
}

.entry-header .entry-author {
        margin-left: 8px;
}

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

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

/* 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: #fe5800;
	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: 29%;
}

.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: 40px;
}

.sidebar-primary .widget {
        background-color: #222;
        border: 2px #404040 solid;
}

.sidebar-primary .widget-title {
        background-color: #fe5800;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        padding: 22px 20px;
        margin-bottom: 0;
}

.sidebar-primary .widget_nav_menu ul {
        padding: 0 30px;
}

.sidebar-primary .widget_nav_menu ul li {
        margin-bottom: 0;
}

.sidebar-primary .widget_nav_menu ul li a {
        font-size: 18px;
        color: #fff;
        padding: 25px 0;
        display: block;
        border-bottom: 1px #404040 solid;
}

.sidebar-primary .widget_nav_menu ul li a:hover {
        color: #fe5800;
}

.sidebar-primary .widget_nav_menu ul ul {
        border-bottom: 1px #404040 solid;
        padding: 0;
}

.sidebar-primary .widget_nav_menu ul ul li {
        margin-left: 0;
}

.sidebar-primary .widget_nav_menu ul ul li a {
        padding-left: 30px;
}

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

.sidebar-form-wrap {
        padding: 0 30px;
}

.sidebar-form-wrap h6 {
        text-transform: uppercase;
        margin: 30px 0;
        text-align: center;
}

.sidebar-form-wrap .gform_wrapper.gravity-theme .gfield {
        margin-bottom: 15px;
}

.sidebar-testimonial-content {
        position: relative;
        text-align: center;
        margin: 30px;
}

.sidebar-testimonial-content:before {
        content: '';
        background-image: url('images/sidebar-testimonial-image1.png');
        width: 38px;
        height: 36px;
        position: absolute;
        left: 0;
}

.sidebar-testimonial-content:after {
        content: '';
        background-image: url('images/sidebar-testimonial-image2.png');
        width: 38px;
        height: 36px;
        position: absolute;
        right: 30px;
}

.sidebar-testimonial-button {
        text-align: center;
        margin-bottom: 30px;
}

.sidebar-form-wrap .gform_footer {
        text-align: center;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
        background-color: #000;
	clear: both;
	text-align: left;
	position: relative;
	z-index: 9;
        background-image: url('https://www.o2law.com/wp-content/uploads/2022/01/footer-background-image.webp');
        background-repeat: no-repeat;
        background-size: cover;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

.footer-widgets:before {
	content: '';
	background-color: rgba(0,0,0,.88);
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer-widgets,
.footer-widgets .wrap a {
	color: rgba(255,255,255,.6);
}

.footer-widgets .wrap a.button {
        color: #fff;
        font-size: 15px;
        background-color: #fe5800;
}

.footer-widgets .wrap a.button:hover {
        background-color: #000;        
        color: #fff;
}

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

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

.footer-widgets .widget {
	margin-bottom: 20px;
        padding: 40px 30px 0px 40px;
}

.footer-widgets .widget-title {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        color: #fe5800;
}

.footer-widgets .widget-title:after {
        content: '';
        width: 50px;
        height: 5px;
        margin: 20px 0;
        display: block;
        background-color: #fff;
}

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

.footer-widgets-1 {
        width: 23%;
        float: left;
        margin-right: 30px;
}

.footer-widgets-2 {
        width: 26%;
        float: left;
}

.footer-widgets-3 {
        width: 46%;
        float: right;
}

.footer-widgets .widget-area {
        background-color: rgba(0,0,0,.4);
}

.footer-address-wrap {
        font-weight: 600;
        margin-bottom: 50px;
}

.footer-address-wrap strong {
        color: #fff;
}

.footer-action-button {
        position: relative;
}

.footer-action-button a.button {
        position: absolute;
        top: -12px;
}

.footer-map-button {
        position: absolute;
}

.footer-widgets-3 .widget:nth-child(2) {
        padding: 0 0 0 40px;
}

.footer-widgets-3 .wp-block-image img {
        border-radius: 10px !important;
        height: 220px;
        object-fit: cover;
}

.footer-widgets-3 img {
        border-radius: 10px;
}

.zoom-social-icons-list {
		margin-top: 20px !important;
}

.zoom-social-icons-list .socicon {
		background-color: #fff !important;
		color: #fe5800 !important;
}

.zoom-social-icons-list a:hover .socicon {
		background-color: #fe5800 !important;
		color: #fff !important;
}

/* Footer Link Section
---------------------------------------------------------------------------- */

.footer-link-section-widget {
	padding: 80px 0;
	background-color: #0c0c0c;
}

.link-section-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 3%;
}

.link-section-wrapper .widget {
    background-color: #000;
    padding: 40px 30px 40px 40px;
}

.link-section-wrapper .widget-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #fe5800;
}

.link-section-wrapper .widget-title:after {
    content: '';
    width: 50px;
    height: 5px;
    margin: 20px 0;
    display: block;
    background-color: #fff;
}

.link-section-wrapper,
.link-section-wrapper a {
	color: rgba(255,255,255,.6);
}

.link-section-wrapper a:hover {
	color: #fe5800;
}


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

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

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

.site-footer p {
	font-size: 16px;
	margin-bottom: 0;
}

.footer-before-copyright-text h5 {
        color: #fe5800;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
}

.footer-before-copyright-text p {
        color: rgba(255,255,255,.4);
        font-size: 16px;
        margin: 0 auto 10px;
        max-width: 1050px;
}


/* Spanish Site Design */

.front-page-spanish .front-page-1 {
		padding-bottom: 547px;
}

.front-page-spanish .home-banner-caption .banner-text {
		width: 440px;
}

.front-page-spanish .home-banner-videos-section ul li p {
		font-size: 17px;
}

.front-page-spanish .home-consultation-wrap .home-consultation {
	padding: 45px 0 50px 150px;
}

.front-page-spanish .testimonial-box-wrap .testimonial-section-content {
		padding: 80px 150px 120px 50px;
}

.front-page-spanish .home-apart-section .home-apart-text-wrap {
		padding: 40px 10px;
}

.front-page-spanish .home-review-section .widget-title {
		max-width: 1000px;
		margin: 0 auto 8px;
}

.footer-widgets .wrap .es-footer-add-button a.button {
		font-size: 16px;
		text-align: center;
}

.front-page-spanish .home-banner-caption .wrap {
		position: relative;
}

.front-page-spanish .home-banner-caption .wrap aside {
		width: calc(100% - 300px);
    float: left;
}

.front-page-spanish .home-banner-caption .wrap .newsletter-button-wrap {
		position: absolute;
		right: 0;
		bottom: 0;
}



/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {
        .header-image .site-header.dark .site-title > a {
                height: 70px;
        }
        .site-header.dark .header-widget-area {
                margin-top: 28px;
        }
}

@media only screen and (min-width: 1281px) {
        .site-header.dark .header-widget-area {
                margin-top: 10px;
        }
        .site-header.dark .genesis-nav-menu a {
                padding: 15px 5px;
        }
}

@media only screen and (min-width: 1400px) {
	body {
		font-size: 18px;
	}
        .site-inner,
	.wrap {
		max-width: 1300px;
	}
        .nav-primary {
                clear: right;
        }
        .title-area {
                width: 400px;
        }
        .header-image .site-title > a {
                height: 106px;
        }
        .testimonial-box-wrap {
                width: 1300px;
        }
        .testimonial-box-wrap .testimonial-section-content {
                width: 52%;
        }
        .testimonial-box-wrap .testimonial-section-video {
                width: 740px;
        }
        .testimonial-box-wrap .testimonial-section-video img {
                height: 445px !important;
        }
        .testimonial-section-content h6 {
                line-height: 44px;
        }
        .front-page-8 .slider-home-testimonial-wrap:before {
                right: 0;
        }
        .front-page-8 .sa_owl_theme .owl-nav {
                right: 30px;
        }
        .front-page-7 .widget:first-child:before {
                width: 110%;
                left: -110%;
        }
        .front-page-7 .widget:last-child:after {
                width: 110%;
                right: -110%;
        }
        .front-page-4 .sa_owl_theme .owl-nav .owl-prev {
                left: -80px;
        }
        .front-page-4 .sa_owl_theme .owl-nav .owl-next {
                right: -80px;
        }
        .page .big-leader .wrap {
                bottom: 120px !important;
        }
        .header-image .site-header.dark .site-title > a {
                height: 90px;
        }
		.single-post .breadcrumb {
    			margin-top: 176px;
		}
		.header-widget-area {
				margin-top: 24px;
		}
		.site-header.dark .header-widget-area {
    			margin-top: 20px;
		}
		.home-banner-video-section video {
                height: auto;
                position: relative;
                display: block;
        }
        .front-page-1 .widget {
                margin-bottom: 0 !important;
        }
        .front-page-1 .image-section {
                height: auto !important;
        }
        .front-page-1 .flexible-widgets {
                padding-bottom: 0;
                padding-top: 0;
        }
	.button,
	.widget .button {
		font-size: 17px;
	}
	.header-espanol-button a,
	.header-phone-wrap a {
		font-size: 18px;
	}
	.header-widget-area {
		width: 660px;
	}
	.footer-before-copyright-text p,
	.site-footer p {
		font-size: 18px;
	}
	.footer-before-copyright-text h5 {
		font-size: 22px;
	}
}

@media only screen and (min-width: 1600px) {
        .site-header .wrap {
                max-width: 1500px;
        }
        .title-area {
                width: 489px;
        }
        .header-image .site-title > a {
                height: 128px;
        }
        .header-widget-area {
                margin-top: 40px;
        }
        .genesis-nav-menu a {
                padding: 20px 14px;
        }
		.site-header.dark .genesis-nav-menu a {
                padding: 15px 6px;
        }
        .header-image .site-header.dark .site-title > a {
                height: 90px;
        }
		.single-post .breadcrumb {
    			margin-top: 198px;
		}
}

@media only screen and (min-width: 1700px) {
        .front-page-3 .wrap {
                max-width: 1300px;
        }
}

@media only screen and (min-width: 1800px) {
        .home-banner-caption {
                bottom: 150px;
        }
}

@media only screen and (min-width: 2000px) {
        .home-banner-caption {
                bottom: 250px;
        }
}

@media only screen and (max-width: 1400px) {
        .home-verdict-section ul li .home-verdict-price {
                font-size: 38px;
                letter-spacing: 1.5px;
                min-height: 102px;
        }
        .home-verdict-section ul li .home-verdict-price strong,
        .home-verdict-section ul li .home-verdict-title {
                font-size: 18px;
        }
		.front-page-1 {
    			padding-bottom: 547px;
		}
		.home-banner-videos-section ul li {
				font-size: 16px;
		}
		.front-page-spanish .header-consult-button .button,
		.header-consult-button.es-header-consult-button .button {
				font-size: 16px;
		}
		.front-page-spanish .front-page-1 {
    			padding-bottom: 601px;
		}
}

@media only screen and (max-width: 1280px) {
	.site-inner,
	.wrap {
		max-width: 1140px;
	}
        .big-leader .wrap,
        .single-post .big-leader .wrap {
                width: 1140px;
        }
        .title-area,
        .site-header.dark .title-area {
                padding: 15px 0 0;
        }
        .site-header.dark {
                border-bottom: 0;
        }
        .nav-primary {
                clear: both;
        }
        .nav-primary .genesis-nav-menu {
                float: none;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: space-between;
                justify-content: space-between;
                border-bottom: 1px rgba(255,255,255,.3) solid;
        }
        .header-widget-area {
                margin-top: 35px;
        }
        .front-page-1 {
                padding-bottom: 574px;
        }
		.home-banner-caption {
				bottom: 90px;
		}
        .testimonial-box-wrap {
                width: 1140px;
        }
        .front-page-8 .slider-home-testimonial-wrap:before {
                right: -20px;
        }
		.single-post .breadcrumb {
    			margin-top: 192px;
				margin-bottom: 60px;
		}
	
		.front-page-spanish .front-page-1 {
				padding-bottom: 601px;
		}
		.front-page-spanish .front-page-11 .solid-section .widget-title {
				font-size: 38px;
		}
		.front-page-spanish .front-page-11 .home-pi-subtitle {
				max-width: 900px;
    			margin: auto;
		}
	
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
        .big-leader .wrap,
        .single-post .big-leader .wrap {
                width: 960px;
        }
	.content {
		width: 63%;
	}
        .sidebar {
                width: 32%;
        }
	.genesis-nav-menu a {
		padding: 20px 10px;
	}
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}
        .testimonial-box-wrap {
                width: 960px;
        }
        .front-page-1 {
                padding-bottom: 618px;
        }
        .home-banner-caption h2 {
                font-size: 75px;
                margin-bottom: -15px;
        }
        .home-banner-caption .banner-sub-title,
        .home-verdict-section ul li .home-verdict-price {
                font-size: 24px;
        }
        .home-banner-caption .banner-text {
                font-size: 15px;
        }
        .home-banner-videos-section h3,
        .home-banner-about-section h3 {
                font-size: 18px;
        }
        .home-banner-about-section .banner-section-title,
        .home-verdict-section ul li .home-verdict-title {
                font-size: 18px;
        }
        .home-bottom-banner-wrap .home-banner-about-section {
                font-size: 14px;
                padding-left: 16px;
        }
        .home-bottom-banner-wrap .home-banner-videos-section {
                padding-right: 20px;
        }
        .home-verdict-section ul li {
                padding: 30px 0 40px;
        }
        .home-verdict-section ul li .home-verdict-price {
                min-height: 75px;
        }
        .home-consultation-wrap .consultation-title {
                font-size: 48px;
                line-height: 50px;
        }
        .consultation-buttons a.button {
                font-size: 13px;
        }
        .home-consultation-wrap:before {
                width: 180px;
                height: 203px;
                left: 60px;
                background-size: contain;
                background-repeat: no-repeat;
        }
        .home-consultation-wrap .home-consultation {
                padding: 45px 0 50px 160px;
                margin-left: 140px;
                margin-right: 40px;
        }
		.front-page-spanish .home-consultation-wrap .home-consultation {
				padding: 45px 0 50px 130px;
		}
        .home-consultation-banner .flexible-widgets {
                padding-bottom: 30px;
        }
        .image-section .widget-title,
        .solid-section .widget-title {
                font-size: 30px;
        }
		.front-page-spanish .front-page-11 .solid-section .widget-title {
				font-size: 30px;
		}
        .home-review-section .widget-title {
                max-width: 400px;
                margin: 0 auto 8px;
        }
        .home-review-section .sub-title,
        .front-page-9 .sub-title,
        .testimonial-section-content h6 {
                font-size: 16px;
        }
        .home-review-box .review-title {
                font-size: 18px;
                line-height: 23px;
        }
        .google-review-slider .home-review-box {
                padding: 30px;
        }
        .flexible-widgets {
                padding-top: 70px;
                padding-bottom: 30px;
        }
        .home-values-section .home-values-box:nth-child(1) {
                padding-right: 30px;
        }
        .home-values-section .home-values-box:nth-child(2) {
                padding-right: 40px;
                padding-left: 40px;
        }
        .home-values-section .home-values-box:nth-child(3) {
                padding-left: 30px;
        }
        .front-page-7 .widget {
                padding-top: 50px !important;
        }
        .two-color-box h2 {
                font-size: 23px;
                line-height: 29px;
        }
        .front-page-8 .slider-home-testimonial-wrap:before {
                top: -60px;
        }
        .testimonial-section-content h3 {
                font-size: 24px;
        }
        .testimonial-box-wrap .testimonial-section-video {
                width: 500px;
        }
        .testimonial-box-wrap .testimonial-section-content {
                padding: 50px 120px 70px 50px;
        }
        .front-page-8 .sa_owl_theme .owl-nav button {
                width: 170px !important;
                height: 32px !important;
        }
        .front-page-8 .sa_owl_theme .owl-nav .owl-prev:after {
                width: 153px;
                text-align: left;
        }
        .front-page-8 .sa_owl_theme .owl-nav .owl-next:before {
                width: 120px;
                text-align: right;
        }
        .front-page-8 .sa_owl_theme .owl-nav .owl-prev:after,
        .front-page-8 .sa_owl_theme .owl-nav .owl-next:before {
                line-height: 19px;
                top: -4px;
        }
        .testimonial-section-content h6 {
                line-height: 26px;
        }
        .front-page-8 .slider-home-testimonial-wrap:before {
                height: 110%;
        }
        .front-page-8 .sa_owl_theme .owl-nav {
                margin-top: -90px;
        }
        .front-page-8 .sa_owl_theme .owl-nav:before {
                right: 182px;
        }
        .home-footer-form-wrap {
                padding: 0 60px;
        }
        .footer-widgets .widget-title,
		.link-section-wrapper .widget-title {
                font-size: 22px;
        }
        .footer-widgets-1 {
                width: 25%;
        }
        .footer-widgets-2 {
                width: 29%;
        }
        .footer-widgets-3 {
                width: 39%;
        }
        .footer-address-wrap p:first-child,
        .footer-widgets .wrap a.button {
                font-size: 14px;
        }
		.sidebar-testimonial-content {
                font-size: 18px;
        }
        .footer-widgets .footer-widgets-3 .widget {
                padding: 30px 20px 0;
        }
        .footer-widgets-3 .widget:nth-child(2) {
                padding: 0 0 0 20px !important;
        }
        .footer-widgets .wrap {
                padding-bottom: 50px;
                padding-top: 50px;
        }
        .footer-before-copyright-text p {
                max-width: 820px;
        }
        .footer-widgets .widget {
                padding: 40px 30px 0px 30px;
        }
        .footer-action-button .button {
                text-align: center;
                padding: 12px 20px;
                border-radius: 50px;
        }
        .sidebar-primary .widget-title {
                font-size: 22px;
        }
        .sidebar-primary .widget_nav_menu ul li a {
                font-size: 16px;
                padding: 20px 0;
        }
        .page-contact-text-style {
                font-size: 24px;
                line-height: 34px;
        }
        .page .big-leader .wrap {
                bottom: 120px !important;
        }
        .page-subtitle {
                font-size: 26px;
        }
        h4 {
            font-size: 22px;
        }
        .page .entry-content h3 {
                font-size: 24px;
        }
        .breadcrumb {
                margin-bottom: 60px;
        }
        .page-result-box ul li .page-result-price {
                font-size: 28px;
        }
        .page-result-box ul li .page-result-title,
        .slider-team-wrap ul li a .team-section-caption h3 {
                font-size: 18px;
        }
        .home-banner-caption h2,
        .home-banner-caption .banner-sub-title,
        .home-banner-caption .banner-text {
                margin-left: 0;
        }
		.home-banner-caption .banner-sub-title {
				margin-bottom: 0;
				padding-bottom: 0;
		}
		.home-banner-caption {
    			bottom: 110px;
		}
		.home-banner-caption .banner-sub-title:after {
				display: none;
		}
        .footer-widgets-2 a.button {
                font-size: 12px !important;
        }
        p.entry-meta {
                font-size: 15px;
        }
        .heateor_sss_svg {
                width: 30px !important;
                height: 30px !important;
        }
        .heateor_sss_sharing_container {
                margin-top: -82px;
        }
        .home-apart-section .home-apart-list-wrap,
        .home-apart-section .home-apart-text-wrap {
                padding: 40px 10px;
        }
        .home-apart-section ul.apart-section-ul li {
                width: 47%;
        }
		.header-espanol-button {
				margin-right: 15px;
		}
	
		.front-page-spanish .home-banner-videos-section ul li p {
    			font-size: 11px;
		}
		.front-page-spanish .front-page-1 {
    			padding-bottom: 645px;
		}
		.front-page-spanish .home-review-section .widget-title {
				max-width: 600px;
		}
		.front-page-spanish .home-speak-section {
				padding: 40px 45px 10px;
		}
		.footer-widgets .wrap .es-footer-add-button a.button {
				font-size: 10px !important;
		}
	
}

@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 768px;
	}
        .big-leader .wrap,
        .single-post .big-leader .wrap {
                width: 768px;
        }
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: absolute;
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content,
	.sidebar {
		width: 100%;
	}
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 28px 0 0;
	}
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.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;
	}
        .title-area {
                width: 290px;
        }
	.header-widget-area {
			width: 444px;
			margin-top: 25px;
	}
	.header-widget-area .widget-wrap .custom-html-widget {
			-webkit-flex-wrap: wrap;
        	flex-wrap: wrap;
	}
	.header-espanol-button {
			margin-right: 6px;
			margin-bottom: 5px;
			width: 100%;
    		text-align: right;
	}
	.header-consult-button a.button {
			font-size: 15px;
	}
        .genesis-nav-menu a {
                padding: 20px 3px;
                font-size: 12px;
        }
        .home-banner-caption h2 {
                font-size: 55px;
                margin-bottom: -10px;
        }
        .home-banner-caption .banner-sub-title {
                font-size: 18px;
        }
        .home-banner-caption .banner-text {
                width: 290px;
                margin-top: 26px;
        }
        .header-image .site-title > a {
                height: 77px;
        }
        .front-page-1 {
                padding-bottom: 0;
        }
		.front-page-1 .flexible-widgets {
				padding-top: 470px;
		}
        .home-bottom-banner-wrap {
                display: block;
        }
        .home-bottom-banner-wrap .home-banner-videos-section,
        .home-bottom-banner-wrap .home-banner-about-section {
                width: 100%;
        }
        .home-bottom-banner-wrap .home-banner-about-section {
                padding-left: 0;
        }
        .front-page-2 {
                position: relative !important;
        }
        .home-banner-videos-section ul li a img {
                width: 100%;
        }
        .home-banner-videos-section ul li {
                margin: 0 10px 0 0;
        }
        .home-banner-about-section .banner-about-more {
                text-align: left;
        }
		.home-banner-about-section p {
				font-size: 17px;
		}
        .front-page-2 .flexible-widgets {
                padding-bottom: 40px;
        }
        .home-consultation-wrap .home-consultation {
                padding: 45px 0 50px 90px;
                margin-left: 80px;
                margin-right: 0px;
        }
        .home-consultation-wrap:before {
                left: 0;
                width: 150px;
        }
        .front-page-7 .widget:first-child:before {
                width: 40%;
                left: -40%;
        }
        .front-page-7 .widget:last-child:after {
                width: 40%;
                right: -40%;
        }
        .testimonial-box-wrap .testimonial-section-content {
                width: 56%;
        }
        .front-page-8 .sa_owl_theme .owl-nav {
                width: 45%;
        }
        .testimonial-box-wrap {
                width: 768px;
        }
        .testimonial-box-wrap .testimonial-section-video {
                width: 420px;
        }
        .front-page-8 .sa_owl_theme .owl-nav:before {
                right: 152px;
        }
        .home-footer-form-wrap {
                padding: 0;
        }
        .footer-widgets-1,
        .footer-widgets-2 {
                width: 48%;
                margin-bottom: 30px;
        }
        .footer-widgets-3 .wp-block-image img {
                height: 280px;
                width: 100%;
        }
        .footer-widgets-3 {
                width: 100%;
                float: none;
                clear: both;
        }
        .footer-widgets-3 .widget:nth-child(2) {
                padding: 20px 0 0 20px !important;
                position: relative;
        }
        .footer-map-button {
                top: 0;
        }
        .footer-address-wrap p:first-child {
                font-size: 16px;
        }
        .home-bottom-banner-wrap .home-banner-videos-section {
                padding-right: 0;
        }
        .page .big-leader,
        .big-leader img {
                height: 420px;
        }
        .big-leader .wrap {
                bottom: 80px !important;
        }
        .big-leader .wrap h2,
        .archive .big-leader .wrap h1 {
                font-size: 40px;
        }
        .entry-title {
                font-size: 26px;
        }
        .page .entry-title {
                font-size: 44px;
        }
        .entry-content h2 {
                font-size: 24px;
        }
        .page .big-leader .wrap {
                bottom: 60px !important;
        }
        .footer-widgets-3 img {
                width: 100%;
        }
		.front-page-8 .slider-home-testimonial-wrap:before {
    			height: 100%;
		}
		.zoom-social-icons-list {
				margin-bottom: 20px !important;
		}
		.single-post .breadcrumb {
				margin-top: 197px;
		}
		.home-badge-section ul {
				-webkit-flex-wrap: wrap;
        		flex-wrap: wrap;
		}
		.home-badge-section ul li {
				width: 26%;
				padding: 15px 20px;
		}
        .home-apart-section .home-apart-list-wrap {
                width: 56%;
        }
        .home-apart-section .home-apart-text-wrap {
                width: 42%;
        }
	
		.front-page-spanish .front-page-1 {
    			padding-bottom: 0;
		}
		.front-page-spanish .home-banner-videos-section ul li p {
    			font-size: 14px;
		}
		.front-page-spanish .home-banner-caption .banner-text {
				width: 320px;
		}
		.front-page-spanish .header-consult-button .button,
		.header-consult-button.es-header-consult-button .button {
				padding: 8px 22px;
				font-size: 15px;
		}
		.link-section-wrapper {
			grid-template-columns: repeat(2, 1fr);
			grid-row-gap: 40px;
		}
	
}

@media only screen and (max-width: 900px) {
        .home-banner-caption {
                position: relative;
                bottom: auto;
        }
        .page-result-section-slider {
                max-width: 84%;
                margin: auto;
        }
        .sticky-on {
                display: block;
                position: fixed;
                top: 0;
                width: 100%;
                padding: 10px 2%;
                background-color: #000;
                z-index: 9999;
                box-shadow: 0 0 10px rgba(255,255,255,.3);
        }
	
		#wpfront-scroll-top-container {
				right: 20px !important;
    			bottom: 80px !important;
		}
	
		.home-slider-section-team .show-desktop {
                display: none;
        }
        .home-slider-section-team .show-mobile {
                display: block;
        }
	.front-page-1 .flexible-widgets {
			padding-top: 196px;
			padding-bottom: 80px;
	}
	.home-banner-video-section video {
			height: 500px;
	}
}

@media only screen and (max-width: 800px) {
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	.site-inner,
	.wrap {
		padding: 0 5%;
	}
        .big-leader .wrap,
        .single-post .big-leader .wrap {
                width: 100%;
                padding: 0 5%;
        }
	.front-page .site-inner {
		padding: 0;
	}
        .header-consult-button {
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
        }
        .header-consult-button a.button {
                width: 100%;
                border-radius: 0;
        }
        .site-header {
                padding-top: 40px;
        }
        .header-widget-area {
                width: 230px;
                margin-top: 18px;
        }
		.header-espanol-button {
				margin-bottom: 15px;
		}
        .big-leader img {
                object-position: 0 42px;
        }
        .front-page-1 .flexible-widgets {
                padding-top: 220px;
                padding-bottom: 48px !important;
        }
        
	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 0;
	}
	.site-header nav .wrap {
		padding: 0;
	}
	nav.genesis-responsive-menu {
		display: none;
		position: absolute;
                background-color: #000;
                top: 160px;
                width: 100%;
                left: 0;
	}
        .genesis-nav-menu a {
                font-size: 15px;
        }
	.genesis-nav-menu #menu-item-78 .sub-menu,
	.genesis-nav-menu #menu-item-78 .sub-menu a,
	.genesis-nav-menu #menu-item-885 .sub-menu,
	.genesis-nav-menu #menu-item-885 .sub-menu a {
			width: 100%;
	}
	.genesis-nav-menu .es-menu-prctica .sub-menu,
	.genesis-nav-menu .es-menu-prctica .sub-menu a {
			width: 98%;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
        .genesis-nav-menu #menu-item-86 .sub-menu,
	.genesis-nav-menu #menu-item-90 .sub-menu {
                max-height: none !important;
        }
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: #000;
		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: #fe5800;
                border-width: 1px;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	.menu-toggle {
		line-height: 20px;
		margin-bottom: 1px;
		position: absolute;
		z-index: 1000;
		width: 40px;
                height: 40px;
                background-color: #fe5800;
                border-radius: 0;
                right: 5%;
                top: 98px;
                border: 1px #fff solid;
                padding: 0;
	}
        .menu-toggle::before {
				content: '' !important;
				background-image: url('https://www.o2law.com/wp-content/uploads/2022/02/mobile-nav-bar.png');
                width: 38px !important;
                height: 38px !important;
                display: block !important;
                line-height: 38px !important;
				background-repeat: no-repeat;
    			background-position: center;
        }
	.menu-toggle::before,
	.menu-toggle.activated::before {
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle::before {
		content: '' !important;
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
		background-image: url('https://www.o2law.com/wp-content/uploads/2022/02/mobile-menu-arrow.png');
		background-repeat: no-repeat;
    	background-position: center;
		width: 20px !important;
        height: 20px !important;
	}
	.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 {
		background-color: transparent;
		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,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		color: #fe5800;
	}
	.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;
		width: 100%;
	}
        .site-header.dark .genesis-nav-menu .sub-menu a {
                padding: 15px 20px;
        }
	.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;
	}
        .nav-primary .genesis-nav-menu {
                display: block;
        }
	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.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: 80px;
	}
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
        .title-area {
                width: 380px;
        }
        .header-image .site-title > a {
                height: 107px;
        }
        .site-header.dark {
                background-color: transparent;
        }
        .home-verdict-section ul {
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        }
        .home-verdict-section ul li {
                width: 33.3%;
        }
        .home-verdict-section ul li:nth-child(3),
        .home-verdict-section ul li:nth-child(6) {
                border-right: 0;
        }
        .home-verdict-section ul li:nth-child(1),
        .home-verdict-section ul li:nth-child(2),
        .home-verdict-section ul li:nth-child(3) {
                border-bottom: 1px #e5e5e5 solid;
        }
        .home-verdict-section ul li .home-verdict-price {
                font-size: 30px;
        }
        .front-page-3 .image-section .flexible-widgets {
                padding-bottom: 50px;
        }
        .home-consultation-banner .solid-section .flexible-widgets {
                padding-top: 150px;
        }
        .home-consultation-wrap:before {
                right: 0;
                margin: auto;
                top: -70px;
        }
        .home-consultation-wrap .home-consultation {
                padding: 150px 50px 60px 50px;
                margin-left: 0;
                text-align: center;
        }
		.front-page-spanish .home-consultation-wrap .home-consultation {
				padding: 150px 50px 60px 50px;
		}
        .consultation-buttons .button.transparent-button {
                display: table;
                margin: 10px auto 0;
        }
        .home-review-section .sub-title {
                max-width: 440px;
                margin: auto;
                font-size: 18px;
        }
        .home-values-section,
        .front-page-7 .wrap {
                display: block;
        }
        .home-values-section .home-values-box {
                width: 100% !important;
                text-align: center;
                padding: 0 0 40px 0 !important;
                border-right: 0;
                border-bottom: 1px rgba(255,255,255,.07) solid;
                margin-bottom: 40px;
        }
        .home-values-section .home-values-box:last-child {
                padding: 0 !important;
                margin-bottom: 0;
                border-bottom: 0;
        }
        .home-values-section .home-values-box h4:after {
                margin: 20px auto;
        }
        .testimonial-box-wrap {
                width: 100%;
        }
        .front-page-7 .widget:first-child:after {
                content: '';
                position: absolute;
                background-color: rgba(254,88,0,.85) !important;
                width: 20%;
                height: 100%;
                right: -20%;
                top: 0;
        }
        .front-page-7 .widget:last-child:before {
                content: '';
                background-color: rgba(0,0,0,.9);
                width: 20%;
                height: 100%;
                position: absolute;
                top: 0;
                left: -20%;
        }
        .front-page-7 .widget:first-child {
                padding-right: 0 !important;
        }
        .front-page-7 .widget:last-child {
                padding-left: 0 !important;
        }
        .two-color-box {
                text-align: center;
        }
        .testimonial-box-wrap .testimonial-section-content {
                width: 100%;
                padding: 50px 60px;
        }
		.front-page-spanish .testimonial-box-wrap .testimonial-section-content {
				padding: 50px 60px;
		}
        .testimonial-box-wrap .testimonial-section-video {
                position: relative;
                width: 100%;
                top: 0;
        }
        .testimonial-section-video a img {
                width: 100% !important;
                height: 400px !important;
                object-fit: cover;
                display: block !important;
        }
        .front-page-8 .sa_owl_theme .owl-nav {
                width: 100%;
                margin-top: 0;
        }
        .front-page-8 .slider-home-testimonial-wrap:before {
                display: none;
        }
        .front-page-8 .sa_owl_theme .owl-nav:before {
                right: 50%;
        }
        .footer-widgets-1, .footer-widgets-2 {
                width: 46%;
        }
        .footer-widgets-2 {
                float: right;
        }
        .footer-map-button {
                left: 0;
                right: 0;
                margin: auto;
                text-align: center;
        }
        .front-page-5 .owl-carousel .owl-item, .front-page-5 .owl-carousel .owl-stage, .front-page-5 .owl-carousel .owl-stage-outer, .front-page-5 .owl-carousel .sa_hover_container {
                display: block !important;
        }
        .home-banner-caption {
                left: 0;
        }
        .front-page-8 .widget-title {
                text-align: center;
        }
        .home-footer-form-wrap .gform-body .left-field,
        .home-footer-form-wrap .gform-body .right-field {
                width: 100%;
                float: none;
        }
        .home-footer-form-wrap {
                max-width: 500px;
                margin: 50px auto 0;
        }
        .sidebar-primary .widget_nav_menu ul {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-justify-content: space-between;
                justify-content: space-between;
        }
        .sidebar-primary .widget_nav_menu ul li {
                width: 48%;
        }
        .personal-injury-page-list-section ul li a strong {
                font-size: 15px;
        }
	.zoom-social-icons-list {
		text-align: center;
	}
	.single-post .breadcrumb {
		margin-top: 215px;
	}
	.front-page-7 .wrap .widget {
		width: 100% !important;
	}
	.home-faq-section-wrap {
		max-width: 100%;
	}
	.home-faq-section h3 {
		font-size: 20px;
	}
	.front-page-12 .image-section .flexible-widgets {
    		padding-bottom: 50px;
	}
        .home-apart-section {
                display: block;
        }
        .home-apart-section .home-apart-list-wrap,
        .home-apart-section .home-apart-text-wrap {
                width: 100%;
        }
        .home-apart-section .home-apart-list-wrap {
                padding: 30px 0;
        }
        .home-apart-section .home-apart-text-wrap {
                padding: 0 20px;
        }
		.front-page-spanish .home-apart-section .home-apart-text-wrap {
				padding: 0 15px;
		}
        .home-apart-section ul.apart-section-ul li {
                width: 48%;
                margin: 1%;
        }
		.home-banner-video-section img {
                width: 100%;
                height: 100%;
                object-fit: cover;
        }
	
		.front-page-spanish .home-consultation-wrap .consultation-title {
				font-size: 44px;
		}
	
	.front-page-spanish .home-banner-caption .wrap aside {
			width: 100%;
			float: none;
	}
	.front-page-spanish .home-banner-caption .wrap .newsletter-button-wrap {
			position: relative;
			right: auto;
	}
	
}

@media only screen and (max-width: 781px) {
        .wp-block-column:not(:first-child) {
                margin-left: 2% !important;
        }
	.home-badge-section ul li strong {
		font-size: 12px;
	}
}

@media only screen and (max-width: 700px) {
        .title-area {
                width: 310px;
        }
        .header-image .site-title > a {
                height: 84px;
        }
        .home-consultation-wrap .consultation-title,
		.front-page-spanish .home-consultation-wrap .consultation-title {
                font-size: 35px;
                line-height: 40px;
        }
        .footer-widgets-1 {
                width: 42%;
        }
        .footer-widgets-2 {
                width: 51%;
        }
        .big-leader img {
                height: 370px;
        }
        .page .big-leader img {
                height: 100%;
        }
        .page-result-box ul li .page-result-price {
                font-size: 18px;
        }
        .page-result-box ul li .page-result-title {
                font-size: 16px;
        }
        .page-team-section-wrap .slider-team-wrap ul li {
                width: 48%;
        }
        .home-banner-caption h2,
        .home-banner-caption .banner-sub-title,
        .home-banner-caption .banner-text {
                margin-left: 0;
        }
        .personal-injury-page-list-section ul li {
                width: 100%;
        }
		.front-page-spanish .front-page-11 .home-pi-subtitle {
				max-width: 520px;
		}
}

@media only screen and (max-width: 640px) {
        .contact-page-form-wrap .gform_wrapper.gravity-theme .gform_fields {
                grid-row-gap: 10px;
        }
		.page.mobile-small-page-title .entry-title {
    			font-size: 38px;
		}
}

@media only screen and (max-width: 600px) {
	.site-header .title-area,
	.site-header.dark .title-area {
        padding: 35px 0 0;
    }
	.header-widget-area {
		width: 180px;
	}
        .header-phone-wrap {
                position: absolute;
                top: 90px;
                left: 0;
                width: 100%;
                border-bottom: 1px rgba(255,255,255,.4) solid;
                padding-bottom: 25px;
        }
        .menu-toggle {
                top: 86px;
        }
        .site-header {
                padding-top: 30px;
        }
        .title-area {
                width: 230px;
        }
		.header-image .site-title > a {
    			height: 55px;
		}
        .front-page-1 .flexible-widgets {
                padding-top: 270px;
        }
        .home-banner-caption h2 {
                font-size: 50px;
        }
        .home-banner-caption .banner-sub-title:after {
                left: -20px;
        }
        .home-banner-caption .banner-text,
        .home-banner-videos-section ul li,
		.front-page-spanish .home-banner-caption .banner-text {
                width: 100%;
        }
        .home-banner-videos-section ul {
                display: block;
                text-align: left;
        }
        .home-bottom-banner-wrap .home-banner-videos-section,
        .home-bottom-banner-wrap .home-banner-about-section,
        .home-banner-about-section .banner-about-more {
                text-align: center;
        }
        .home-verdict-section ul li {
                width: 50%;
        }
        .home-verdict-section ul li:nth-child(2),
        .home-verdict-section ul li:nth-child(4) {
                border-right: 0;
        }
        .home-verdict-section ul li:nth-child(4) {
                border-bottom: 1px #e5e5e5 solid;
        }
        .home-verdict-section ul li:nth-child(3) {
                border-right: 1px #e5e5e5 solid;
        }
        .footer-widgets-1,
        .footer-widgets-2,
        .footer-widgets-3 {
                width: 100%;
        }
        .footer-widgets-1 {
                margin-right: 0;
        }
        .footer-widgets-2 {
                margin-bottom: 80px;
        }
        .home-slider-section-team {
                width: 85%;
        }
        .big-leader img {
                object-position: 40% 42px;
                height: 440px;
        }
        .big-leader .wrap h2,
        .archive .big-leader .wrap h1 {
                font-size: 28px;
        }
        .header-phone-wrap a {
                padding-left: 3%;
                width: 190px;
				float: right;
    			margin-right: 11%;
        }
		.header-phone-wrap a:before {
				width: 30px;
    			height: 31px;
				background-size: cover;
		}
		.header-espanol-button {
				margin-top: 5px;
		}
        .page .entry-title {
                font-size: 28px;
        }
        .wp-block-column:not(:first-child) {
                margin-left: 0% !important;
                margin-top: 30px;
        }
        .slider-team-wrap ul li a .team-section-caption h3 {
                font-size: 16px;
        }
        .page .big-leader,
        .page .big-leader img {
                height: 440px;
        }
        nav.genesis-responsive-menu {
                top: 120px;
        }
        .wp-block-image .alignleft,
        .wp-block-image .alignright,
        .alignleft,
        .alignright {
                float: none !important;
                margin: 0 0 1em 0 !important;
        }
        .entry-header p.entry-meta {
                padding: 20px 20px 60px 20px;
        }
        .heateor_sss_sharing_container {
                margin-right: 0;
                margin-left: 20px;
                float: left !important;
        }
        .entry-content .post-more-link {
                font-size: 16px;
        }
	
	.home-personal-injury-section {
		max-width: 100%;
	}
	.single-post .breadcrumb {
    		margin-top: 302px;
	}
	.home-badge-section ul li strong {
		font-size: 10px;
	}
	.home-badge-section ul li {
		width: 32%;
	}
	.front-page-1 .image-section {
            height: auto !important;
    }
    .home-banner-caption .banner-sub-title:after,
    .home-banner-caption .banner-sub-title:after {
            display: none;
    }
    .home-banner-caption .banner-sub-title {
            margin-bottom: 0;
            padding-bottom: 0;
    }
	.page.mobile-small-page-title .entry-title {
			font-size: 28px;
	}
	.link-section-wrapper {
		grid-template-columns: 1fr;
	}
	
}

@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;
	}
        .home-consultation-wrap .consultation-title {
                font-size: 29px;
                line-height: 33px;
        }
        .home-consultation-wrap .home-consultation {
                padding: 150px 20px 60px 20px;
        }
		.front-page-spanish .home-consultation-wrap .home-consultation {
				padding: 150px 20px 60px 20px;
		}
        .image-section .widget-title,
        .solid-section .widget-title {
                font-size: 28px;
        }
        .front-page-8 .widget-title {
                text-align: center;
        }
        .testimonial-box-wrap .testimonial-section-content {
                padding: 40px 30px;
        }
        .front-page-8 .sa_owl_theme .owl-nav button {
                width: 94% !important;
        }
        .front-page-8 .sa_owl_theme .owl-nav:before {
                display: none;
        }
        .front-page-8 .sa_owl_theme .owl-nav .owl-prev:after {
                width: 183px;
        }
        .front-page-8 .sa_owl_theme .owl-nav .owl-next:before {
                width: 160px;
        }
        .front-page-8 .sa_owl_theme .owl-nav {
                width: 60%;
                margin: auto;
                float: none;
        }
        .home-slider-section-team {
                width: 75%;
        }
        .google-review-slider .sa_owl_theme .owl-dots .owl-dot span,
        .front-page-4 .sa_owl_theme .owl-dots .owl-dot span {
                width: 35px !important;
                height: 5px !important;
        }
        .page-why-us-section:before {
                display: none;
        }
        .page-why-us-section li {
                width: 100%;
        }
        .page-why-us-section li:nth-child(1),
        .page-why-us-section li:nth-child(3) {
                border-right: 0;
        }
        .page-why-us-section li:nth-child(3) {
                border-bottom: 1px rgba(255,255,255,.5) solid;
        }
        .page-why-us-section li:nth-child(1),
        .page-why-us-section li:nth-child(2),
        .page-why-us-section li:nth-child(3),
        .page-why-us-section li:nth-child(4) {
                padding: 40px 0;
        }
        .page-why-us-section li:nth-child(1) {
                padding-top: 0;
        }
        .page-why-us-section li:nth-child(4) {
                padding-bottom: 0;
        }
        .home-bottom-banner-wrap {
                background-color: rgba(255,255,255,.05);
                padding: 0 20px 20px;
                margin-top: 20px;
        }
        .header-sticky-menu section {
                font-size: 14px;
        }
        .sidebar-primary .widget_nav_menu ul li {
                width: 100%;
        }
        .entry-footer .entry-meta > strong {
                font-size: 28px;
        }
        .entry-footer .entry-categories a {
                font-size: 18px;
        }
        .page-contact-text-style {
                font-size: 20px;
                line-height: 28px;
        }
        .home-banner-about-section .banner-section-title {
                font-size: 17px;
        }
        .testimonial-section-wrap,
        .case-result-box-wrap {
                padding: 30px 20px;
        }
        .page .entry {
                margin-bottom: 30px;
        }
	.testimonial-button .button {
		font-size: 14px;
	}
	.single-post .breadcrumb {
		margin-top: 310px;
	}
	.home-badge-section ul li {
		width: 100%;
		align-items: center;
        	-webkit-align-items: center;
	}
	.home-badge-section ul li strong {
    		font-size: 16px;
	}
        .home-apart-section ul.apart-section-ul li {
                width: 100%;
        }
	.home-banner-caption {
            bottom: -30px;
    }
    .home-banner-video-section img {
            object-position: 57% 0%;
    }
	.page.mobile-small-page-title .entry-title {
			font-size: 22px;
	}
	.title-area {
        width: 200px;
    }
	.header-phone-wrap a:before {
		display: none;
	}
	.header-phone-wrap a {
		margin-right: 0%;
	}
	.header-phone-wrap {
		top: 96px;
	}
	.header-widget-area {
		width: 150px;
	}
}

@media only screen and (max-width: 400px) {
        .page-team-section-wrap .slider-team-wrap ul li {
                width: 100%;
        }
	.home-banner-caption .banner-text {
    		font-size: 14px;
	}
	.site-header .title-area, .site-header.dark .title-area {
    		padding: 20px 0 0;
	}
	.header-image .site-title > a {
		background-position: center !important;
	}
	.header-phone-wrap {
			top: 110px;
			padding-bottom: 12px;
    		border-top: 1px rgba(255,255,255,.4) solid;
    		padding-top: 12px;
	}
	.header-espanol-button {
		position: absolute;
		width: 125px;
		left: 5%;
		top: 122px;
		text-align: left;
		font-size: 14px;
		z-index: 99;
	}
	.menu-toggle {
    		top: 55px;
	}
	nav.genesis-responsive-menu {
    		top: 165px;
	}
	
	.front-page-spanish .home-speak-section {
    		padding: 40px 20px 10px;
	}
	.front-page-spanish .testimonial-box-wrap .testimonial-section-content {
			padding: 40px 30px;
	}
	.front-page-spanish .front-page-11 .solid-section .widget-title {
    		font-size: 28px;
    		line-height: 1.3;
    		margin-bottom: 20px;
	}
	.front-page-spanish .front-page-11 .home-pi-subtitle {
    		max-width: 300px;
	}
	.header-phone-wrap a:before {
		display: block;
	}
}

@media only screen and (max-width: 360px) {
		.header-sticky-menu section {
    			font-size: 12px;
		}
}

@media only screen and (max-width: 320px) {
	.header-phone-wrap a {
		width: 140px;
		-webkit-justify-content: end;
		justify-content: end;
		padding-right: 5%;
		padding-left: 0;
	}
	.header-phone-wrap a:before {
        display: none;
    }
}
body #gform_wrapper_4 .gform_body .gform_fields .gfield input[type=text] {
     color: white !important;
}
#gform_4 .gform-body textarea {
        padding: 12px 16px !important;
        color: rgba(255,255,255,.8);
