/*
	Theme Name: Altitude Pro
	Theme URI: http://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.1.4

	Tags: one-column, two-columns, custom-header, custom-menu, e-commerce, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

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

	Text Domain: altitude-pro
*/

/* 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 v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	-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,
.site-header.dark,
.footer-sticky-menu,
.video-page-list-wrap ul li,
.footer-trust-widget .featured-content .widget-wrap .entry:before {
	-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;
}

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

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

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

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

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

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

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

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

blockquote {
	color: #999;
	margin: 40px;
}

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

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 8rem;
	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 #f5f5f5;
	clear: both;
	margin: 40px 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

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

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 44.3px;
	font-size: 4.43rem;
	font-weight: 700;
	letter-spacing: 6.6px;
	padding-bottom: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

/* Gallery
--------------------------------------------- */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 200;
	padding: 20px;
	width: 100%;
}


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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #3f8a90;
	color: #fff;
	cursor: pointer;
	font-size: 14.7px;
	font-size: 1.47rem;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 17px 30px 11px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
        font-family: 'Josefin Sans', sans-serif;
}

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


/* Buttons
--------------------------------------------- */

button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.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"],
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	background-color: #3D6984;
	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 button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input:focus[type="button"],
.image-section input:hover[type="button"],
.image-section input:focus[type="reset"],
.image-section input:hover[type="reset"],
.image-section input:focus[type="submit"],
.image-section input:hover[type="submit"],
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #fff;
	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;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* 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,.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 60px;
	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 {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	font-size: 19.7px;
	font-size: 1.97rem;
        color: #3F8A90;
        text-transform: uppercase;
        letter-spacing: 3px;
}

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

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

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

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

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

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

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

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

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 19.7px;
	font-size: 1.97rem;
	line-height: 1.2;
	margin-bottom: 20px;
        font-weight: 700;
}

.blog .archive-title {
        text-align: center;
}

.blog .archive-title:after {
        content: '';
        width: 45px;
        height: 5px;
        background-color: #A5A6A6;
        margin: 25px auto;
        display: block;
}

.entry-title {
	font-size: 37px;
	font-size: 3.7rem;
        color: #1A3342;
        letter-spacing: 5.5px;
        line-height: 44.3px;
        text-transform: uppercase;
        font-weight: 700;
}

h2.entry-title {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        line-height: 1.5;
        letter-spacing: normal;
        text-transform: capitalize;
        margin-bottom: 5px;
}

h2.entry-title:after {
        display: none;
}

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

.entry-title:after {
        content: '';
        width: 45px;
        height: 5px;
        background-color: #A5A6A6;
        display: block;
        margin: 30px 0 25px;
}

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

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

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

/* 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 {
	font-size: 18px;
	font-size: 1.8rem;
	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;
	padding-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;
	font-size: 2.4rem;
}

/* 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;
	font-size: 1.8rem;
	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;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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

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


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
        padding-bottom: 47px;
}

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

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

.site-header.dark > .wrap {
	border-bottom: none;
}

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

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 15px 0;
	width: 247px;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	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: 70px;
	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: 14.7px;
	font-size: 1.47rem;
	font-weight: 400;
	padding: 17px 32px;
        color: rgba(255,255,255,0.8);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 34px 0px 34px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a .mega-indicator {
        display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-37 .mega-sub-menu {
        width: 22%;
        left: 75%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-37 .mega-sub-menu li {
        padding: 15px 15px 0px 15px !important;
}

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

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

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

.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: #222;
}

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

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

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

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

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

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

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

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

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

/* Mega Menu Design
--------------------------------------------- */
.header-dropdown-submenu ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-wrap: wrap;
        -ms-flex-wrap: wrap;
}

.header-dropdown-submenu ul li {
        width: 25%;
        padding: 0 1%;
}

.header-dropdown-submenu ul li a {
        display: block;
        color: #1A3342;
        position: relative;
        padding: 11px 14px 11px 22px;
        transition: padding .4s ease 0s, color .4s ease 0s;
        border-bottom-style: solid;
        border-bottom-width: 1px;
}

.header-dropdown-submenu ul li a:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: calc(50% - 6px);
        left: 0;
        opacity: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent;
        border-left-color: #3F8A90;
        transition: opacity .4s ease 0s, transform .4s ease 0s;
}

.header-dropdown-submenu ul li a:hover {
        color: #3F8A90;
        padding-left: 30px;
        padding-right: 8px;
}

.header-dropdown-submenu ul li a:hover:before {
        opacity: 1;
        -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
        transform: translateX(1em);
}


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

.nav-primary {
	text-align: center;
        position: absolute;
        top: 100px;
        left: 0;
        background-color: #1A3342;
        width: 100%;
}

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

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

.nav-secondary {
	border-bottom: 1px solid #fff;
}

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

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

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

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

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

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

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

.header-widget-area {
        width: 900px;
        float: right;
        text-align: right;
        margin-top: 30px;
}

.header-call-wrap {
        font-size: 13px;
        color: #3F8A90;
        letter-spacing: 1.9px;
        font-family: 'Josefin Sans', sans-serif;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: inline-block;
        align-items: center;
        -webkit-align-items: center;
}

.header-call-wrap strong {
        font-weight: 400;
}

.header-call-wrap a {
        font-size: 34.7px;
        color: #1A3342;
        letter-spacing: -0.3px;
        padding-left: 10px;
        line-height: 1;
}

.site-header {
        height: 148px;
        top: 0;
        transition: top 0.2s ease-in-out;
        transition: all 0.5s ease;
}

.admin-bar .site-header {
        margin-top: 32px;
}

.nav-up {
        top: -148px;
        transition: top 0.2s ease-in-out;
        transition: all 0.5s ease;
}

.footer-sticky-menu {
        height: 92px;
        bottom: 0;
        transition: top 0.2s ease-in-out;
        transition: all 0.5s ease;
}

.foo-nav-down {
        bottom: -92px;
        transition: top 0.2s ease-in-out;
        transition: all 0.5s ease;
}

/* Sidebar menu design
--------------------------------------------- */

.close-submenu {
        display: none;
}

.open-submenu {
        display: block;
}


/* Front Page 1
--------------------------------------------- */

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

.front-page-1 .image-section .flexible-widgets > .wrap,
.front-page-8 .wrap,
.front-page-5 .wrap {
        max-width: 100%;
        padding: 0;
}

.front-page-1 .widget,
.front-page-2 .widget,
.front-page-8 .widget,
.front-page-5 .widget {
        margin-bottom: 0 !important;
}

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

.home-banner-image img {
        height: 800px;
        object-fit: cover;
        display: block;
}

.home-banner-section .home-banner-text {
        position: absolute;
        width: 100%;
        left: 0;
        top: 97px;
        text-align: left;
}

.home-banner-text .banner-first {
        color: #A6DAF0;
        font-size: 13.3px;
        line-height: 24.8px;
        letter-spacing: 1px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
}

.home-banner-text .banner-info {
        position: relative;
        width: 660px;
        padding-left: 45px;
        margin-top: -7px;
}

.home-banner-text .banner-info:before {
        content: '';
        height: 366px;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #A6DAF0;
}

.home-banner-text .banner-info h3 {
        font-size: 55px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 8.2px;
        margin-bottom: 10px;
        width: 650px;
        display: inline;
}

.home-banner-text .banner-info p {
        font-size: 14px;
        margin-bottom: 30px;
        letter-spacing: 1px;
}

.home-banner-text .banner-info p.banner-first-p {
        margin-bottom: 10px;
        margin-top: 10px;
}

.home-banner-text .banner-white-box {
        width: 100%;
        font-size: 27.7px;
        font-family: 'Josefin Sans', sans-serif;
        text-align: center;
        background-color: #fff;
        color: #142632;
        line-height: 33.3px;
        padding: 10px 0;
}

.home-banner-text .banner-info .banner-button .button {
        margin: 0 0 15px 0;
}

/* Front Page 2
-------------------------------------------- */

.front-page-2 .owl-carousel .owl-stage {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
}

.front-page-2 .owl-carousel .owl-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
}

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

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

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

/* Front Page 8
-------------------------------------------- */

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

.front-page-8 .widget-title {
        background-color: #3F8A90;
        color: #fff;
        padding: 35px 5% 25px;
        margin-bottom: 0;
}

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

.home-resource-section ul li {
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 0;
}

.home-resource-section ul li a {
        display: block;
        font-size: 14.7px;
        text-align: left;
        color: #1A3342;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        background-color: #dedede;
}

.home-resource-section ul li.resource-dui a {
        padding: 55px 100px 55px 20%;
}

.home-resource-section ul li.resource-crime a {
        padding: 55px 10% 55px 130px;
}

.home-resource-section ul li a:hover {
        background-color: #3d6984;
        color: #fff;
}

.home-resource-section ul li a strong {
        font-weight: 400;
        width: 330px;
}

.home-resource-section ul li a:before {
        content: '';
        width: 83px;
        height: 89px;
        display: block;
        margin-right: 15px;
}

.home-resource-section ul li.resource-dui a:before {
        background-image: url(images/resource-img-1.png);
}
.home-resource-section ul li.resource-dui a:hover:before {
        background-image: url(images/resource-img-1-hover.png);
}

.home-resource-section ul li.resource-crime a:before {
        background-image: url(images/resource-img-2.png);
}
.home-resource-section ul li.resource-crime a:hover:before {
        background-image: url(images/resource-img-2-hover.png);
}

.home-resource-section ul li.resource-dui {
        position: relative;
}

.home-resource-section ul li.resource-dui:after {
        content: '';
        width: 1px;
        height: 50%;
        background-color: #3f8a90;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -0.5px;
}

/* Front Page 3
-------------------------------------------- */

.front-page-3 .widget-title:after,
.front-page-4 .widget-title:after,
.front-page-6 .widget-title:after,
.front-page-7 .widget-title:after {
        content: '';
        width: 45px;
        height: 5px;
        background-color: #d2d2d2;
        display: block;
        margin: 15px auto 25px;
}

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

.home-form-subtitle {
        max-width: 930px;
        margin: auto;
        color: #a6daf0;
        font-size: 35px;
}

.home-form-section .home-form {
        max-width: 930px;
        margin: auto;
        font-size: 18px;
}

#gform_1 .gform_body ul li .gfield_label,
#gform_2 .gform_body ul li .gfield_label,
#gform_3 .gform_body ul li .gfield_label {
        display: none;
}

#gform_1 .gform_body ul li input,
#gform_1 .gform_body ul li textarea,
#gform_2 .gform_body ul li input,
#gform_2 .gform_body ul li textarea,
#gform_3 .gform_body ul li input,
#gform_3 .gform_body ul li textarea {
        padding: 10.5px 15px !important;
        line-height: 27px;
}

#gform_1 .gform_body ul li select.gfield_select,
#gform_2 .gform_body ul li select.gfield_select,
#gform_3 .gform_body ul li select.gfield_select {
        padding: 11px 15px !important;
}

#gform_1 .gform_body ul li textarea.textarea {
        height: 112px;
}

#gform_1 .gform_body ul li .ginput_container,
#gform_2 .gform_body ul li .ginput_container {
        margin-top: 0;
}

#gform_1 .gform_body ul li.gfield,
#gform_2 .gform_body ul li.gfield {
        margin: 0 !important;
        padding: 0 0 12px 0 !important;
}

.front-page-3 #gform_1 .gform_body ul li.left-field {
        width: 49.5%;
        float: left;
}

#gform_1 .gform_body ul {
        position: relative;
}

#gform_3 .gform_body ul li {
        padding-right: 0 !important;
}

.front-page-3 #gform_1 .gform_body ul li.right-field {
        width: 49%;
        float: right;
        top: 0;
        position: absolute;
        right: 0;
}

#gform_1 .gform_body ul li.keep-textarea {
        top: 62px !important;
}

#gform_1 .gform_footer {
        padding: 10px 0 0 0;
        margin: 0;
        text-align: center;
}

#gform_2 .gform_footer {
        padding: 0;
        margin: 0;
        text-align: center;
}

#gform_3 .gform_footer {
        margin: 0;
}

#gform_1 .gform_footer input[type=submit] {
        font-size: 14.7px;
        border: 0;
}

#gform_2 .gform_footer input[type=submit] {
        width: 100%;
        margin: 0;
        font-size: 14px;
        border: 0;
}

#gform_2 .gform_wrapper {
        margin-bottom: 0;
}

#gform_3 .gform_footer input[type=submit] {
        border: 3px #3F8A90 solid;
        background-color: transparent;
        width: 100%;
}


/* Front Page 4
--------------------------------------------- */

.front-page-4 {
        background-image: url('images/blog-bg-light.jpg');
}

.front-page-4 .widget:first-child {
        width: 60% !important;
        clear: none !important;
        text-align: left;
        margin-right: 60px !important;
}

.front-page-4 .widget:last-child {
        width: 38% !important;
        clear: none !important;
        float: right !important;
}

.front-page-4 .widget-title {
        color: #1A3342;
        font-size: 36px;
}

.front-page-4 .widget-title:after,
.front-page-6 .widget-title:after,
.front-page-7 .widget-title:after {
        background-color: #a5a6a6;
}

.front-page-4 .flexible-widgets {
        padding-top: 100px;
        padding-bottom: 70px;
}

.home-defense-section {
        font-size: 14.7px;
        line-height: 26.6px;
}

.home-defense-button {
        margin-top: 30px;
}

.front-page-4 .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
}

.front-page-4 .sa_owl_theme .owl-nav {
        margin-top: 20px;
}

.front-page-4 .sa_owl_theme .owl-nav button {
        top: auto !important;
        margin-top: 0 !important;
        width: 26px !important;
        height: 25px !important;
}

.front-page-4 .sa_owl_theme .owl-nav .owl-prev {
        left: 44.5%;
}

.front-page-4 .sa_owl_theme .owl-nav .owl-next {
        right: 44.5%;
}

.front-page-4 .white .sa_owl_theme .owl-nav .owl-prev,
.front-page-6 .white .sa_owl_theme .owl-nav .owl-prev {
        background: url('images/lawyer-slider-arrow-left.png') no-repeat center center !important;
}
.front-page-4 .white .sa_owl_theme .owl-nav .owl-prev:hover,
.front-page-6 .white .sa_owl_theme .owl-nav .owl-prev:hover {
        background: transparent url('images/lawyer-slider-arrow-left-hover.png') no-repeat center center !important;
}

.front-page-4 .white .sa_owl_theme .owl-nav .owl-next,
.front-page-6 .white .sa_owl_theme .owl-nav .owl-next {
        background: url('images/lawyer-slider-arrow-right.png') no-repeat center center !important;
}
.front-page-4 .white .sa_owl_theme .owl-nav .owl-next:hover,
.front-page-6 .white .sa_owl_theme .owl-nav .owl-next:hover {
        background: transparent url('images/lawyer-slider-arrow-right-hover.png') no-repeat center center !important;
}

.lawyer-slider-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}

.lawyer-slider-wrap li {
        padding-bottom: 0 !important;
        margin-bottom: 5px !important;
        width: 50%;
}

.lawyer-slider-wrap li:first-child {
        margin-right: 10px;
}

.lawyer-slider-wrap a {
        position: relative;
        display: block;
}

.lawyer-slider-wrap a .lawyer-name {
        position: absolute;
        background-color: rgba(26,51,66,0.902);
        width: 100%;
        left: 0;
        bottom: 0;
        line-height: 1.2;
        transition: opacity .4s ease 0s;
        padding: 12px 5%;
        text-align: center;
        opacity: 0;
}

.lawyer-slider-wrap a:hover .lawyer-name {
        opacity: 1;
}

.lawyer-slider-wrap a .lawyer-name strong {
        color: #fff;
        display: block;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
}

.lawyer-slider-wrap a .lawyer-name em {
        color: #A6DAF0;
        display: block;
        font-size: 14.7px;
}

.lawyer-slider-wrap a .lawyer-img img {
        display: block;
        width: 100%;
}

.front-page-4 .owl-carousel .owl-dots.disabled {
        display: none !important;
}

/* Front page 5
--------------------------------------------- */

.home-practice-section ul {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
}

.home-practice-section ul li {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex: 1 0 1%;
        -ms-flex: 1 0 1%;
        flex: 1 0 1%;
        position: relative;
        opacity: 1;
        transition: opacity .5s ease 0s, transform .5s ease 0s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 0;
        padding-bottom: 0;
}

.home-practice-section ul li strong.practice-title {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 44.3px;
        text-transform: uppercase;
        letter-spacing: 6.6px;
        text-align: center;
        width: 100%;
        transition: opacity .4s ease .4s;
        pointer-events: none;
        z-index: 2;
}

.home-practice-section ul li:hover strong.practice-title {
        opacity: 0;
}

.home-practice-section ul li a {
        color: #fff;
        background-color: #1A3342;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        position: relative;
        text-align: left;
        width: 100%;
        padding: 74px 12%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
}

.home-practice-section ul li a:hover {
        color: #fff;
}

.home-practice-section ul li a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
        object-fit: cover;
        transition: transform .4s ease 0s, opacity .4s ease 0s;
        opacity: 1;
}

.home-practice-section ul li:hover a img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.4;
}

.home-practice-section ul li a .practice-small-title {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700;
        display: block;
        width: 100%;
        font-size: 26px;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        opacity: 0;
        transition: opacity .4s ease .4s;
}

.home-practice-section ul li a .practice-small-title:after {
        display: block;
        content: '';
        width: 45px;
        height: 5px;
        margin: 13px auto 13px 0;
        background-color: #a5a6a6;
}

.home-practice-section ul li a .practice-text {
        font-size: 16.4px;
        margin-top: 0;
        opacity: 0;
        transition: opacity .4s ease .4s;
        font-weight: normal;
        line-height: 29.5px;
        margin-bottom: 16.5px;
}

.home-practice-section ul li a .button {
        margin-top: 10px;
        max-width: 100%;
        opacity: 0;
        transition: opacity .4s ease .4s;
}

.home-practice-section ul li:hover {
        opacity: 1;
        transition: opacity .5s ease 0s, transform .5s ease 0s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
}

.home-practice-section ul li:hover a .practice-small-title,
.home-practice-section ul li:hover a .practice-text,
.home-practice-section ul li:hover a .button {
        opacity: 1;
}

/* Front Page 6
--------------------------------------------- */

.front-page-6 .home-vic-subtitle {
        color: #3D6984;
        font-size: 35px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        line-height: 41.6px;
}

.front-page-6 .home-vic-slider {
        max-width: 1066px !important;
        margin: 0 auto 30px;
}

.home-vic-slider .victories-box {
        background-color: #1a3342;
        color: #fff;
        padding: 30px 22px;
        min-height: 144px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column;
}

.home-vic-slider .victories-box strong {
        font-weight: 700;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 26.2px;
        display: block;
        line-height: 26.2px;
}

.home-vic-slider .victories-box em {
        font-size: 18px;
        line-height: 24.3px;
        font-style: normal;
        display: block;
        margin-top: 10px;
}

.front-page-6 .sa_owl_theme .owl-nav .owl-prev {
        left: -50px;
}

.front-page-6 .sa_owl_theme .owl-nav .owl-next {
        right: -50px;
}

/* Front Page 7
--------------------------------------------- */

.front-page-7 .widget:first-child {
        margin-bottom: 0;
}

.front-page-7 .image-section,
.front-page-7 .image-section a {
        color: #1a3342;
}

.front-page-7 .featured-content .widget-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
}

.front-page-7 .featured-content .widget-wrap .entry {
        width: 33%;
        margin-right: 2%;
        margin-bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        background-color: #fff;
        padding: 30px 35px;
        text-align: left;
}

.front-page-7 .featured-content .widget-wrap .entry:last-child {
        margin-right: 0;
}

.front-page-7 .featured-content .entry-title {
        font-size: 23px;
        line-height: 1.2;
        text-transform: capitalize;
        letter-spacing: normal;
}

.front-page-7 .featured-content .entry-header {
        position: relative;
        padding-top: 35px;
}

.front-page-7 .featured-content .entry-header .entry-meta {
        position: absolute;
        top: 0;
}

.front-page-7 .featured-content .entry-content {
        position: relative;
}

.front-page-7 .featured-content .entry-content .more-link {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700;
        font-size: 14.7px;
        color: #3F8A90;
        text-transform: uppercase;
        letter-spacing: 2.2px;
        position: absolute;
        background-color: #fff;
        left: 0;
}

.front-page-7 .featured-content .entry-content p {
        margin-bottom: 0;
}

.front-page-7 .widget:nth-child(2),
.front-page-7 .widget:nth-child(3) {
        width: 100% !important;
        margin: 0 0 40px 0 !important;
}

.home-post-button .button {
        margin-top: 0;
        color: #fff !important;
}

.home-post-button .button:hover {
        background-color: #3D6984 !important;
}


/* Inner Page Banner
--------------------------------------------- */

.inner-page-banner {
        background-image: url('images/sub-banner-bg-dark.jpg');
        background-position: top center;
        background-size: cover;
}

.has-inner-banner {
        margin-top: 148px;
}

.remove-inner-banner {
        margin-top: 210px;
}

.inner-page-banner .flexible-widgets {
        padding: 0 !important;
}

.inner-banner-wrap {
        padding: 18% 4% 6%;
        text-align: left;
        max-width: 960px;
}

.inner-banner-wrap .banner-text-wrap h3 {
        font-size: 18px;
        color: #a6daf0;
        text-transform: uppercase;
        letter-spacing: 2.7px;
}

.inner-banner-wrap .inner-banner-info {
        position: relative;
        padding-left: 30px;
}

.inner-banner-wrap .inner-banner-info:before {
        position: absolute;
        background-color: #a6daf0;
        content: '';
        width: 1px;
        height: 366px;
        left: 0;
        top: 0;
}

.inner-banner-wrap .inner-banner-info h2 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 5.8px;
        line-height: 47px;
        text-shadow: 1px 2px 6px rgba(0,0,0,.5);
}

.inner-banner-wrap .inner-banner-buttons .button {
        margin-top: 0;
}

/* Inner Page & Post Content Design
--------------------------------------------- */

.page-call-box {
        font-size: 21.3px;
        line-height: 38.4px;
        font-family: 'Josefin Sans', sans-serif;
        letter-spacing: 3.2px;
        margin: 30px 0 !important;
        padding: 20px 30px;
        background-color: #1a3342;
        color: #ffffff;
        text-align: center;
}

.page-call-box a {
        color: #4DA8B0 !important;
}

.page-call-box:before,
.page-contact-link-box:before {
        content: '';
        width: 45px;
        height: 5px;
        background-color: #A5A6A6;
        margin: 20px auto;
        display: block;
}

.page-border-style {
        font-size: 16.4px;
        border: 2px #A6DAF0 solid;
        padding: 32px 8%;
        box-shadow: 0.5em 0.5em 0 #A6DAF0;
        margin: 30px 0 50px !important;
        text-align: center;
}

.page-small-border-style {
        font-size: 16.4px;
        letter-spacing: 2.4px;
        color: #1A3342;
        font-family: 'Josefin Sans', sans-serif;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 40px !important;
}

.page-small-border-style:after {
        content: '';
        width: 45px;
        height: 5px;
        background-color: #A5A6A6;
        display: block;
        margin: 15px 0;
}

.page-contact-link-box {
        background-color: #1A3342;
        color: #fff;
        margin: 30px 0;
        padding: 30px;
        text-align: center;
}

.page-contact-link-box h5 {
        font-size: 24.6px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3.6px;
        color: #83CCEA !important;
        margin-bottom: 5px;
}

.page-contact-link-box p {
        line-height: 32px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        font-size: 18px;
}

.page-contact-link-box .button {
        border: 3px #3F8A90 solid;
        background-color: transparent;
        color: #fff !important;
        padding: 8px 25px;
}

.location-page-button {
        max-width: 610px;
        margin: auto;
}

.location-page-button .button {
        margin: 0 5px 10px;
        width: 193px;
        text-align: center;
}

.location-page-ul-design {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
}

.location-page-ul-design li {
        width: 50%;
        font-weight: 500;
        color: #1A3342;
        padding-bottom: 14px;
        list-style-type: square !important;
}

.page-id-17 .content {
        max-width: 930px;
        margin: auto;
        float: none;
}

.page-id-200 .content .entry-title,
.page-id-516 .content .entry-title,
.page-id-375 .content .entry-title,
.page-id-204 .content .entry-title,
.page-id-502 .content .entry-title,
.page-id-7 .content .entry-title,
.page-id-398 .content .entry-title {
        text-align: center;
}

.page-id-200 .content .entry-title:after,
.page-id-516 .content .entry-title:after,
.page-id-375 .content .entry-title:after,
.page-id-204 .content .entry-title:after,
.page-id-502 .content .entry-title:after,
.page-id-7 .content .entry-title:after,
.page-id-398 .content .entry-title:after {
        margin: 30px auto 25px;
}

.page-id-516 .heateor_sss_sharing_container,
.page-id-375 .heateor_sss_sharing_container,
.page-id-204 .heateor_sss_sharing_container,
.page-id-502 .heateor_sss_sharing_container {
        text-align: center;
}

.page-id-516 ul.heateor_sss_sharing_ul,
.page-id-375 ul.heateor_sss_sharing_ul,
.page-id-204 ul.heateor_sss_sharing_ul,
.page-id-502 ul.heateor_sss_sharing_ul {
        margin: 0 auto 80px !important;
        width: 160px;
}

.video-page-list-wrap ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 !important;
}

.video-page-list-wrap ul li {
        position: relative;
        margin: 6px;
        list-style-type: none !important;
        -webkit-flex: 0 1 24%;
        -ms-flex: 0 1 24%;
        flex: 0 1 24%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        background-color: rgba(51,51,51,.8);
}

.footer-trust-widget .video-page-list-wrap ul li {
        margin: 0;
        -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
}

.video-page-list-wrap ul li:hover {
        background-color: rgba(51,51,51,.5);
}

.video-page-list-wrap ul li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
}

.video-page-list-wrap ul li .video-page-info {
        padding: 45px 15px;
        text-align: center;
        width: 100%;
}

.video-page-list-wrap ul li .video-page-info strong {
        font-size: 18px;
        display: block;
        color: #fff;
        margin-bottom: 10px;
}

.footer-trust-widget .video-page-list-wrap ul li .video-page-info .button {
        margin-top: 0;
}

.sills-full-width-page .entry-header,
.page-id-280 .entry-header {
        display: none;
}

.case-decades-box {
        max-width: 1035px;
        margin: 70px auto 0;
        padding: 4%;
        border: 2px #A5A6A6 solid;
        text-align: center;
}

.case-decades-box .entry-title:after {
        margin: 30px auto 25px;
}

.case-page-results-list {
        max-width: 1170px;
        margin: 80px auto 0;
        overflow: hidden;
}

.case-page-results-list .case-result-column:first-child {
        width: 48.5%;
        float: left;
}

.case-page-results-list .case-result-column:last-child {
        width: 48.5%;
        float: right;
}

.case-page-results-list ul {
        margin-left: 0 !important;
}

.case-page-results-list ul li {
        list-style-type: none !important;
        padding: 7% 5%;
        background-color: #F2F2F2;
        color: #333;
        margin-bottom: 35px;
}

.case-page-results-list ul li h5 {
        color: #1A3342;
        font-weight: 700;
        margin-bottom: 5px;
}

.case-page-results-list ul li h6 {
        color: #3F8A90;
        font-weight: 700;
}

.sills-full-width-page .site-inner {
        max-width: 100%;
        padding: 0;
        margin-top: 0;
}

.sills-full-width-page .remove-inner-banner {
        margin-top: 150px;
}

.sills-full-width-page .content {
        padding-bottom: 0 !important;
}

.sills-full-width-page .content .entry {
        margin-bottom: 0;
}

.resources-page-section {
        background-image: url('images/contact-bg-dark.jpg');
        padding: 66px 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
}

.resources-page-section .entry-title {
        color: #fff
}

.resources-page-section h2 {
        text-shadow: 0 0 0.5em rgba(51,51,51,0.349);
        color: #A6DAF0 !important;
}

.resource-main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
}

.resource-main .resource-title {
        width: 50%;
}

.resource-main .resource-form {
        width: 39%;
        padding: 35px 4%;
        background-color: rgba(26,51,66,0.8);
        color: #fff !important;
}

.resource-main .resource-form a {
        color: #a6dada;
}

.resource-main .resource-form a:hover {
		color: #fff;
}

.resource-main .resource-form h3 {
        font-size: 40px;
        letter-spacing: 6.6px;
        line-height: 1.2;
        color: #fff !important;
        text-align: center;
        font-weight: 700;
        text-shadow: 0 0 1em rgba(0,0,0,0.2);
		text-transform: uppercase;
}

.page-id-280 .wp-block-columns {
        margin-bottom: 0;
        align-items: center;
        -webkit-align-items: center;
}

.hire-page-content {
        max-height: 370px;
        overflow: auto;
        margin-right: 1%;
        padding-right: 1%;
        color: #fff;
}

.hire-page-content a {
        color: #4DA8B0 !important;
}

.hire-page-content::-webkit-scrollbar {
        width: 8px;
        background-color: #fff;
        border-radius: 5px;
}

.hire-page-conten::-webkit-scrollbar {
        width: 12px;
        height: 12px;
        background: none;
}

.hire-page-content::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none;
}

.hire-page-content::-webkit-scrollbar-corner {
        background-color: transparent;
}

.hire-page-content::-webkit-scrollbar-thumb {
        background-color: #A6DAF0;
        border-radius: 5px;
}

.team-page-attorney ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 0 !important;
        margin-top: 40px;
}

.team-page-attorney ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 300px;
        margin: 0 20px;
}

.team-page-attorney ul li a img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 50%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: transform .5s ease 0s;
}

.team-page-attorney ul li a:hover img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
}

.team-page-attorney ul li a .team-info {
        position: relative;
        width: 100%;
        padding: 1em 4%;
        transition: background-color .4s ease 0s;
        line-height: 1.2;
        display: block;
        text-align: center;
}

.team-page-attorney ul li a .team-info .team-title {
        color: #1A3342;
        font-size: 21.3px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        display: block;
        transition: background-color .4s ease 0s;
}

.team-page-attorney ul li a .team-info em {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #3F8A90;
        transition: background-color .4s ease 0s;
}

.team-page-attorney ul li a:hover .team-info {
        background-color: #3F8A90;
}

.team-page-attorney ul li a:hover .team-info .team-title {
        color: #fff;
}

.team-page-attorney ul li a:hover .team-info em {
        color: #A6DAF0;
}

.page-id-85 .front-page-3,
.page-id-81 .front-page-3,
.page-id-17 .front-page-3 {
        background-image: url('images/contact-bg-dark.jpg');
        background-size: cover;
        background-position: center;
}

.attorney-detail-page-banner {
        background-image: url('images/attorney-profile.jpg');
        background-size: cover;
        background-position: center;
}

.attorney-details {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
}

.attorney-details .attorney-image {
        z-index: 1;
        width: 40%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        position: relative;
}

.attorney-details .attorney-details-info {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        position: relative;
        z-index: 1;
        width: 50%;
        padding: 9.5em 2.5% 9em 3.5%;
}

.attorney-details .attorney-details-info .hire-page-content {
        color: #333;
}

.attorney-details .attorney-image img {
        position: absolute;
        bottom: 0;
        height: 90%;
}

.testimonial-page-wrap ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin-left: 0 !important;
}

.testimonial-page-wrap ul li {
        border: 4px #333 solid;
        padding: 30px;
        text-align: center;
        margin-bottom: 10px;
        list-style-type: none !important;
        display: inline-block;
}

.testimonial-page-wrap ul li > p > strong {
        font-size: 22px;
}

/* Map Style
-------------------------------------------- */

#wpgmza_map {
        color: #333 !important;
}


/* Blog page design
--------------------------------------------- */

.blog-page-first-widget .wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.blog-page-first-widget .wrap .widget:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
}

.blog-page-first-widget .wrap .widget:nth-child(2) {
        width: 56.5%;
        margin-right: 6%;
        position: relative;
        background-color: #fff;
        color: #333;
        box-shadow: 0 0.5em 2em rgba(0,0,0,0.15);
}

.blog-page-first-widget .wrap .widget:nth-child(3) {
        width: 37%;
        background-color: #fff;
        color: #333;
        box-shadow: 0 0.5em 2em rgba(0,0,0,0.15);
        padding: 35px 45px;
}

.blog-page-first-widget .wrap .widget:nth-child(3) .widget-title {
        color: #3F8A90;
}

.blog,
.blog .site-inner {
        background-color: #F7F7F7;
}

.blog-page-first-widget .entry {
        margin-bottom: 0 !important;
}

.blog-page-first-widget .entry .entry-image a img {
        height: 305px;
        width: 100%;
        object-fit: cover;
}

.blog-page-first-widget .entry .entry-title {
        font-size: 19.7px;
        letter-spacing: normal;
        line-height: 35.4px;
        font-family: 'Roboto', sans-serif;
        margin: 10px 40px 3px 40px;
        text-transform: capitalize;
}

.blog-page-first-widget .entry .entry-title a {
        color: #333;
}

.blog-page-first-widget .entry .entry-title:after {
        display: none;
}

.blog-page-first-widget .entry .entry-meta {
        padding: 0 40px;
        font-size: 14.7px;
        color: #3D6984;
        margin-bottom: 20px;
}

.blog-page-first-widget .entry .entry-summary {
        font-size: 14.7px;
        line-height: 26.6px;
        padding: 0 40px 30px 40px;
}

.blog-page-first-widget .upw-posts .more-link {
        display: table;
        background-color: #3F8A90;
        color: #fff;
        letter-spacing: 2.2px;
        font-family: 'Josefin Sans', sans-serif;
        text-transform: uppercase;
        padding: 14px 30px 10px;
        margin-top: 20px;
}

.blog-page-first-widget .wrap .widget:nth-child(2) .widget-title {
        position: absolute;
        color: #fff;
        top: 45px;
        left: 10%;
}

.blog-page-first-widget .tptn_posts ul li {
        overflow: hidden;
        margin-bottom: 15px;
}

.blog-page-first-widget .tptn_posts ul li .tptn_link {
        float: left;
}

.blog-page-first-widget .tptn_posts ul li .tptn_after_thumb {
        padding-left: 15px;
        float: right;
        width: 80%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
}

.blog-page-first-widget .tptn_posts ul li .tptn_after_thumb a {
        font-size: 18px;
        font-weight: 700;
        color: #1A3342;
        line-height: 1.4;
}

.blog-page-first-widget .tptn_posts ul li .tptn_after_thumb .tptn_date {
        font-size: 14.7px;
        color: #1A3342;
}

.blog .content,
.archive .content,
.search .content {
        padding-top: 70px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
}

.blog .content .archive-description,
.archive .content .archive-description,
.search .content .archive-description {
        width: 100%;
}

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

.blog .content .entry,
.archive .content .entry,
.search .content .entry {
        width: 30%;
        float: left;
        margin-bottom: 40px;
        background-color: #fff;
        box-shadow: 0 0.5em 2em rgba(0,0,0,0.15);
        padding: 30px;
}

.blog .content .entry:nth-child(3n+3),
.archive .content .entry:nth-child(3n+3),
.search .content .entry:nth-child(3n+3) {
        margin-left: 3%;
        margin-right: 3%;
}

.single-post .content,
.archive .content {
        width: 100%;
        position: relative;
}

.single-post .content > img {
        position: absolute;
        width: 300px;
        height: 200px;
        float: left;
        object-fit: cover;
}

.single-post .content > .entry {
        width: 69%;
        float: right;
}

.single-post .heateor_sss_sharing_container {
        position: absolute;
        left: 0;
        top: 0;
}

.single-post .has-post-thumbnail .heateor_sss_sharing_container {
        top: 230px;
}

.single-post .entry-footer {
        display: none;
}

.footer-trust-widget .featured-content .widget-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
}

.footer-trust-widget .featured-content .widget-wrap .entry {
        width: 25%;
        position: relative;
        margin-bottom: 0;
        padding: 60px 15px;
        transition: opacity .4s ease 0s;
}

.footer-trust-widget .featured-content .widget-wrap .entry:before {
        content: '';
        background-color: rgba(166,218,240,.8);
        width: 100.3%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
}

.footer-trust-widget .featured-content .widget-wrap .entry:hover:before  {
        background-color: rgba(166,218,240,.6);
}

.footer-trust-widget .featured-content .entry .entry-header {
        position: relative;
        z-index: 99;
        padding-top: 30px;
}

.footer-trust-widget .featured-content .entry .entry-header p.entry-meta {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        color: #1A3342;
        font-weight: 400;
}

.footer-trust-widget .featured-content .entry > a {
        display: block;
        margin: 0;
}

.footer-trust-widget .featured-content .entry .entry-image {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
        z-index: -1;
}

.footer-trust-widget .featured-content .entry .entry-title {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 1.4;
}

.footer-trust-widget .featured-content .entry .entry-title a {
        color: #1A3342;
}

.footer-trust-widget .featured-content .entry .entry-title a:hover {
        color: #fff;
}

.footer-trust-widget .featured-content .entry .entry-title:after {
        display: none;
}

.footer-trust-widget .featured-content .entry .entry-content p {
        position: relative;
}

.footer-trust-widget .featured-content .entry .entry-content p a.more-link {
        background-color: #3F8A90;
        padding: 12px 25px;
        letter-spacing: 2.2px;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        right: 0;
        width: 165px;
        margin: auto;
        font-family: 'Josefin Sans', sans-serif;
}

.footer-trust-widget .featured-content .entry .entry-content p a.more-link:hover {
        color: #fff;
        background-color: #1a3342;
}


/* Footer trust widget style
--------------------------------------------- */

.footer-trust-section {
        background-image: url('images/values-bg-light.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 70px;
        padding-bottom: 50px;
}

.footer-trust-widget .flexible-widgets {
        padding-top: 0;
        padding-bottom: 0;
}

.footer-trust-widget .widget {
        margin-bottom: 0 !important;
}

.footer-trust-widget .wrap {
        max-width: 100%;
        padding: 0;
}

.before-footer-trust ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
}

.before-footer-trust ul li {
        margin: 1em 2.2%;
        text-align: center;
        font-size: 14.7px;
        padding-bottom: 0;
}

.before-footer-trust ul li img {
        margin-bottom: 10px;
        height: 61px;
        object-fit: contain;
}

.before-footer-trust ul li h5 {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3.2px;
        margin-bottom: 8px;
}

.before-footer-trust ul li p {
        margin-bottom: 0;
}

/* Mobile Footer Sticky Menu
--------------------------------------------- */
.footer-sticky-menu {
        position: fixed;
        left: 0;
        z-index: 99;
        background-color: #1A3342;
        box-shadow: 0 -1px 3px rgba(0,0,0,0.15);
        width: 100%;
        display: none;
}

.mobile-footer-section ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
}

.mobile-footer-section ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex: 1 0 1%;
        -ms-flex: 1 0 1%;
        flex: 1 0 1%;
        margin-bottom: 0;
        padding-bottom: 0;
}

.mobile-footer-section ul li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 18px 3px;
        font-size: 18.8px;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        text-align: center;
        width: 100%;
        color: #fff;
        background-color: transparent;
}

.mobile-footer-section .shiftnav-toggle-button:hover {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        padding: 18px 3px;
        background-color: transparent;
}

.mobile-footer-section ul li a i {
        font-size: 28.3px;
        color: #3D6984;
}


/* Front Page
--------------------------------------------- */

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

.image-section {
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );*/
	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: #008181;
}

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

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

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

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

.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-size: 1.4rem;
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	font-size: 4rem;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 20px;
	padding-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.content {
	float: left;
	width: 750px;
}

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

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

.full-width-content .content {
	width: 100%;
}

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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 100px;
}

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

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

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

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

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

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

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
        color: #3D6984;
}

.entry-content h2,
.entry-content h3 {
        font-size: 30px;
        margin: 20px 0;
}

.entry-content {
        font-size: 14.7px;
        line-height: 26.6px;
}

.entry-content p {
        margin-bottom: 15px;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14.7px;
	font-size: 1.47rem;
	margin-bottom: 0;
        color: #3D6984;
        margin-bottom: 10px;
}

.blog p.entry-meta {
        position: relative;
}

.blog p.entry-meta .entry-author {
        display: none;
}

.blog p.entry-meta .entry-time {
        position: absolute;
        left: 0;
        background-color: #fff;
}

.entry-header,
.entry-footer {
}

.front-page-7 .entry-header p.entry-meta {
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
        font-family: 'Josefin Sans', sans-serif;
        color: #1a3342;
}

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

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

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

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	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;
	font-size: 1.4rem;
	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: #008181;
	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;
	font-size: 2rem;
}

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

.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-title {
        letter-spacing: 4px;
        font-weight: 700;
        background-color: #1A3342;
        color: #fff;
        padding: 15px 6%;
        text-transform: uppercase;
        text-align: center;
}

.sidebar-primary .widget_nav_menu ul li {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 1px;
}

.sidebar-primary .widget_nav_menu ul li span {
        position: absolute;
        right: 0;
        top: 4px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
}

.sidebar-primary .widget_nav_menu ul li span.sub-menu-arrow:before {
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #fff;
}

.sidebar-primary .widget_nav_menu ul li span.sub-menu-arrow.active:before {
        content: '\f077';
}

.sidebar-primary .widget_nav_menu .widget-title {
        margin-bottom: 1px;
        font-size: 28px;
}

.sidebar-primary .widget_nav_menu ul li a {
        background-color: #2C566F;
        display: block;
        font-size: 14.7px;
        padding: 13px 20px;
        color: #fff;
}

.sidebar-primary .widget_nav_menu ul li a:hover,
.sidebar-primary .widget_nav_menu ul li.current_page_item a {
        background-color: #3F8A90;
}

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

.sidebar-primary .widget_nav_menu ul li .sub-menu li a {
        padding: 13px 20px 13px 40px;
}

.sidebar-primary .gform_widget {
        background-color: #1A3342;
        padding: 30px 35px;
}

.sidebar-primary .gform_widget h3.widget-title {
        padding: 0;
        margin: 0;
}

ul.sidebar-victories-box li a {
        background-color: #333;
        color: #fff;
        padding: 35px 7%;
        display: block;
        font-size: 14.7px;
        text-align: center;
}

ul.sidebar-victories-box li a i {
        font-size: 44.3px;
        display: block;
        margin-bottom: 10px;
}

ul.sidebar-victories-box li a .sidebar-vic-title {
        font-size: 19.7px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700;
        margin-bottom: 8px;
        display: block;
}

ul.sidebar-victories-box li a .button {
        margin-top: 12px;
        width: 240px;
        display: block;
        margin: 15px auto 0;
}

ul.sidebar-victories-box li a:hover .button {
        background-color: #3D6984;
}

.sidebar-primary .gform_confirmation_wrapper {
        color: #fff !important;
        text-align: center;
}

/* Clio Grow Form Style
---------------------------------------------------------------- */

.sidebar-primary #lf_form_container {
        background-color: #1A3342;
        padding: 30px 35px;
        color: #fff;
}

.sidebar-primary #lf_form_container form p {
        margin-bottom: 15px;
}

.sidebar-primary #lf_form_container h3 {
        text-align: center;
}

#lf_form_container input, 
#lf_form_container select, 
#lf_form_container textarea {
        padding: 12px 18px;
        font-size: 16px;
}

#lf_form_container input[type="submit"] {
        padding: 14px 30px 10px;
        border: 0;
}

#lf_form_container input[type="submit"]:hover {
        background-color: #3D6984 !important;
}

#lf_form_container label.description {
        display: none;
}

.front-page-3 #lf_form_container h3 {
        display: none;
}

.front-page-3 #lf_form_container form {
        position: relative;
        margin-top: 30px;
}

.front-page-3 #lf_form_container form p {
        width: 49%;
        margin-bottom: 20px;
}

.front-page-3 #lf_form_container form p:nth-child(1) {
        float: left;
}

.front-page-3 #lf_form_container form p:nth-child(2) {
        float: right;
}

.front-page-3 #lf_form_container form p:nth-child(4) {
        float: left;
}

.front-page-3 #lf_form_container form p:nth-child(6) {
        float: right;
        position: absolute;
        right: 0;
        top: 70px;
}

.front-page-3 #lf_form_container form p:nth-child(6) textarea {
        height: 120px;
}

.front-page-3 #lf_form_container form p.buttons {
        width: 100%;
        text-align: right;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	text-align: left;
	position: relative;
	z-index: 9;
        background-color: #142632;
        overflow: hidden;
}

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

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

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #a6daf0 !important;
}

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

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

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

.footer-widgets-1,
.footer-widgets-2 {
        width: 50%;
        float: left;
}

.footer-widgets-1 {
        padding-top: 50px;
}

.footer-widgets-1 .widget:first-child {
        width: 45.5%;
        float: left;
}

.footer-widgets-1 .widget:last-child {
        width: 42%;
        float: right;
        margin-top: 20px;
}

.footer-widgets-1 .footer-logo {
        margin-bottom: 30px;
}

.footer-widgets-1 .footer-logo img {
        height: 170px;
        object-fit: contain;
}

.footer-pay-wrap {
        border-top: 1px #3D6984 solid;
        border-bottom: 1px #3D6984 solid;
        padding: 10px 0;
        overflow: hidden;
        margin-bottom: 15px;
}

.footer-pay-wrap .footer-pay-button {
        width: 50%;
        float: left;
}

.footer-pay-wrap .footer-pay-button a img {
        display: block;
        width: 200px;
        margin-top: 10px;
}

.footer-widgets-2 .footer-call {
        font-size: 20.7px;
        letter-spacing: 3px;
        line-height: 20.7px;
        font-family: 'Josefin Sans', sans-serif;
        padding: 25px 0 30px 35px;
        position: relative;
        width: 50%;
        float: right;
}

.footer-widgets-2 .footer-call:before {
        content: '';
        background-image: url('images/footer-phone-icon.jpg');
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 23px;
}

.footer-widgets-2 .footer-social {
        position: relative;
        padding-left: 45px;
}

.footer-widgets-2 .footer-social:before {
        content: '';
        background-image: url('images/footer-share-icon.jpg');
        width: 22px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 15px;
}

.footer-widgets-2 .footer-social ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
}

.footer-widgets-2 .footer-social ul li {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 7px 10px;
        margin: 0;
        overflow: hidden;
}

.footer-widgets-2 .footer-social ul li a {
        display: block;
        height: 36px;
}

.footer-widgets-2 .footer-social ul li a i {
        display: block;
        font-size: 16px;
        position: relative;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        transition: background-color .4s ease 0s;
        border-radius: 50%;
        background-color: #3F8A90;
        color: #1A3342;
        margin-bottom: 3px;
}

.footer-widgets-2 .footer-social ul li a:hover i {
        background-color: #A6DAF0;
}

.footer-widgets-2 .footer-social ul li a i:after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% + .75em);
        height: calc(100% + .75em);
        left: 50%;
        top: 50%;
        border-style: solid;
        border-width: 2px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-left-color: rgba(166,218,240,0.251);
        border-right-color: rgba(166,218,240,0.2);
        border-top-color: rgba(166,218,240,0.698);
        border-bottom-color: rgba(166,218,240,0.698);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border-radius: 50%;
        opacity: 0;
        transition: opacity .5s ease 0s;
}

.footer-widgets-2 .footer-social ul li a:hover i:after {
        opacity: 1;
}

.footer-widgets-2 .footer-social ul li a i:after {
        -webkit-animation:socialRotate 30s linear 0s infinite;
        animation:socialRotate 30s linear 0s infinite;
}

@-webkit-keyframes socialRotate{
    0%  {   -webkit-transform:translate(-50%, -50%) rotate(0deg);   }
    100%{   -webkit-transform:translate(-50%, -50%) rotate(2550deg);    }
}

@-moz-keyframes socialRotate{
    0%  {   transform:translate(-50%, -50%) rotate(0deg);   }
    100%{   transform:translate(-50%, -50%) rotate(2550deg);    }
}

@-o-keyframes socialRotate{
    0%  {   transform:translate(-50%, -50%) rotate(0deg);  }
    100%{   transform:translate(-50%, -50%) rotate(2550deg);    }
}

@keyframes socialRotate{
    0%  {   transform:translate(-50%, -50%) rotate(0deg);   }
    100%{   transform:translate(-50%, -50%) rotate(2550deg);    }
}

.footer-widgets .widget-title {
        font-size: 14.7px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
}

.footer-widgets-1 ul.menu li {
        padding: 15px 0;
        margin-bottom: 0;
}

.footer-widgets-1 ul.menu li a {
        font-size: 13.3px;
        font-family: 'Josefin Sans', sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
}

.footer-widgets-2 {
        padding: 45px 60px;
}

.footer-widgets-2 .widget {
        margin-bottom: 0 !important;
}

.footer-widgets-2:before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 300%;
        height: 100%;
        z-index: -1;
        background-color: #1A3342;
}

.footer-address-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-address-wrap address {
        width: 50%;
        font-style: normal;
        margin-bottom: 30px;
        font-size: 14.7px;
        line-height: 23.6px;
        position: relative;
        padding-left: 25px;
}

.footer-address-wrap address:before {
        content: '';
        background-image: url('images/footer-address-icon.jpg');
        width: 15px;
        height: 19px;
        position: absolute;
        left: 0;
        top: 2px;
}

.footer-address-wrap address strong {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2.2px;
}

.footer-address-wrap address a {
        color: #3f8a90 !important;
}

.footer-credit-text {
        max-width: 900px;
        margin: auto;
        text-align: center;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	padding: 22px 0;
	text-align: left;
}

.front-page .site-footer {
        display: none;
}

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

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

.site-footer p {
	font-size: 12.3px;
	font-size: 1.23rem;
	margin-bottom: 0;
        line-height: 22px;
}

.footer-credit-text p:first-child {
        margin-bottom: 12px;
}

.footer-credit-logo {
        float: right;
}


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

@media only screen and (min-width: 1600px) {
	
	.home-banner-image img {
			width: 100%;
	}
	
}

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}
        
        .genesis-nav-menu a {
                padding: 17px 29px;
        }
        
        .home-resource-section ul li.resource-dui a {
                padding: 55px 30px 55px 20%;
        }
        
        .home-resource-section ul li.resource-crime a {
                padding: 55px 10% 55px 50px;
        }
        
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
                padding: 0px 30px 0px 30px !important;
        }
        
        .video-page-list-wrap ul li {
                -webkit-flex: 0 1 23%;
                -ms-flex: 0 1 23%;
                flex: 0 1 23%;
        }

}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 60%;
	}
        
        .single-post .content > .entry {
                width: 63%;
        }
        
        .sidebar {
                width: 34%;
        }

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

	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}
        
        .home-banner-image img {
                object-position: 65% 0;
        }
        
        .home-banner-text .banner-info h3 {
                font-size: 45px;
        }
        
        .home-banner-text .banner-info {
                width: 600px;
        }
        
        .home-banner-text .banner-white-box {
                width: 95%;
        }
        
        .home-resource-section ul li.resource-dui a {
                padding: 55px 30px 55px 12%;
        }
        
        .front-page-4 .widget-title {
                font-size: 26px;
                letter-spacing: 3px;
        }
        
        .front-page-4 .sa_owl_theme .owl-nav .owl-prev {
                left: 43%;
        }
        
        .front-page-4 .sa_owl_theme .owl-nav .owl-next {
                right: 43%;
        }
        
        .front-page-6 .sa_owl_theme .owl-nav .owl-prev {
                left: 0px;
        }

        .front-page-6 .sa_owl_theme .owl-nav .owl-next {
                right: 0px;
        }
        
        .footer-widgets-2 {
                padding: 45px 0px 45px 40px;
        }
        
        .footer-widgets-2 .widget {
                margin-bottom: 0;
        }
        
        .entry-title {
                font-size: 30px;
                line-height: 37.4px;
        }
        
        .blog-page-first-widget .tptn_posts ul li .tptn_after_thumb {
                width: 72%;
        }
        
        .footer-trust-widget .featured-content .widget-wrap .entry:nth-child(4) {
                display: none;
        }
        
        .footer-trust-widget .featured-content .widget-wrap .entry {
                width: 34%;
        }
        
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
                padding: 0px 20px 0px 20px !important;
        }
        
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
                width: 125% !important;
                left: -12% !important;
        }
        
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-37 .mega-sub-menu {
                width: 22% !important;
                left: 75% !important;
        }
        
        .resource-main .resource-form h3 {
                font-size: 34px;
        }

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 768px;
	}

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

	.front-page .site-inner {
		max-width: none;
	}

	.front-page .site-header {
		background-color: #fff;
	}
        
        .footer-sticky-menu {
                display: block;
        }
        
        .mobile-footer-section ul li.mobile-call {
                display: none;
        }
        
        .site-header {
                height: 100px;
                padding-bottom: 0;
        }

	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar {
		width: 100%;
	}

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

	.header-image .site-title > a {
		background-position: center !important;
	}
        
        .header-widget-area {
                width: 460px;
                margin-top: 40px;
        }

	.nav-primary .genesis-nav-menu {
		float: none;
	}
        
        .nav-primary {
                top: 100px;
        }

	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
	}

	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 17px 8px;
	}

	.front-page .site-container .site-inner {
		margin-top: 100px;
	}

	.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;
		font-size: 6rem;
	}

	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
        
        .header-call-wrap {
                font-size: 12px;
                letter-spacing: 1px;
        }
        
        .header-call-wrap a {
                font-size: 26px;
        }
        
        .home-banner-image {
                height: 500px;
                overflow: hidden;
        }
        
        .home-banner-image img {
                height: 900px;
                object-position: 95% 0;
        }
        
        .home-banner-section .home-banner-text {
                position: relative;
                top: 0;
                background-color: #008181;
                padding: 40px 0 50px;
        }
        
        .home-banner-text .banner-info {
                width: 100%;
        }
        
        .home-banner-text .banner-info h3 {
                background-color: transparent;
        }
        
        .image-section h4,
        .solid-section h4,
        .image-section .widget-title,
        .solid-section .widget-title {
                font-size: 30px;
        }
        
        .home-resource-section ul li a strong {
                width: 70%;
        }
        
        .front-page-4 .wrap {
                display: block;
        }
        
        .front-page-4 .widget:first-child,
        .front-page-4 .widget:last-child {
                width: 100% !important;
        }
        
        .front-page-4 .widget:first-child {
                margin-bottom: 50px;
        }
        
        .front-page-7 .featured-content .widget-wrap .entry {
                padding: 25px;
        }
        
        .front-page-7 .featured-content .entry-title {
                font-size: 18px;
        }
        
        .front-page-7 .featured-content .entry-content .more-link {
                letter-spacing: 1.5px;
                padding-bottom: 4px;
        }
        
        .home-vic-slider .victories-box {
                min-height: 195px;
        }
        
        .menu-toggle,
        .nav-primary {
                display: none !important;
        }
        
        .home-practice-section ul li a {
                padding: 45px 27px;
        }
        
        .has-inner-banner {
                margin-top: 100px;
        }
        
        .inner-banner-wrap {
                padding: 18% 4% 14%;
        }
        
        .inner-banner-wrap .inner-banner-info h2 {
                font-size: 34px;
        }
        
        .inner-banner-wrap .inner-banner-buttons .button {
                margin-right: 2px;
                margin-left: 2px;
        }
        
        .before-footer-trust ul {
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
        }
        
        .before-footer-trust ul li {
                margin: 1em 0;
                width: 50%;
        }
        
        .remove-inner-banner {
                margin-top: 160px;
        }
        
        .sills-full-width-page .remove-inner-banner {
                margin-top: 100px;
        }
        
        .blog-page-first-widget .tptn_posts ul li {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
        }
        
        .blog-page-first-widget .tptn_posts ul li .tptn_after_thumb {
                width: 100%;
        }
        
        .blog-page-first-widget .wrap .widget:nth-child(3) {
                padding: 30px;
        }
        
        .blog .content .entry,
        .archive .content .entry,
        .search .content .entry {
                width: 46%;
        }
        
        .blog .content {
                -webkit-justify-content: space-around;
                justify-content: space-around;
        }
        
        .blog .content .entry:nth-child(3n+3),
        .archive .content .entry:nth-child(3n+3),
        .search .content .entry:nth-child(3n+3) {
                margin-left: 0;
                margin-right: 0;
        }
        
        .blog .content .archive-description {
                margin-bottom: 20px;
        }
        
        .single-post .content {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
                flex-direction: column;
                -webkit-flex-direction: column;
        }
        
        .single-post .content > img {
                order: 2;
                position: relative;
                width: 50%;
                height: auto;
                margin-bottom: 50px;
        }
        
        .single-post .content > .entry {
                order: 1;
                width: 100%;
                margin-bottom: 70px;
        }
        
        .single-post .heateor_sss_sharing_container {
                top: auto;
                bottom: 5px;
                right: 20%;
                left: 0;
        }
        
        .single-post .has-post-thumbnail .heateor_sss_sharing_container {
                bottom: 14%;
                left: auto;
                top: auto;
        }
        
        .video-page-list-wrap ul li {
                -webkit-flex: 0 1 30%;
                -ms-flex: 0 1 30%;
                flex: 0 1 30%;
        }
        
        .resource-main .resource-form h3 {
                font-size: 28px;
        }
        
        .footer-trust-widget .video-page-list-wrap ul li {
                -webkit-flex: 0 1 25%;
                -ms-flex: 0 1 25%;
                flex: 0 1 25%;
        }
        
        .footer-trust-widget .video-page-list-wrap ul li:nth-child(5) {
                display: none;
        }
        
        .lawyer-slider-wrap li {
                display: inline-block;
        }
        
        .attorney-details {
                display: block;
        }
        
        .attorney-details .attorney-image {
                margin: auto;
                height: 360px;
        }
        
        .attorney-details .attorney-image img {
                position: relative;
                height: auto;
                object-fit: cover;
                object-position: top;
        }
        
        .attorney-detail-page-banner {
                background-position: left;
        }
        
        .attorney-details .attorney-details-info {
                padding: 30px 30px;
                width: 100%;
                background-color: #fff;
        }
        
        .attorney-details .attorney-details-info .hire-page-content {
                overflow: hidden;
                max-height: fit-content;
        }
        
        .testimonial-page-wrap ul {
                -webkit-column-count: 2;
                -moz-column-count: 2;
                column-count: 2;
        }
        
        .footer-widgets-1 ul.menu li {
                padding: 12px 0;
        }
        
        .home-banner-text .banner-first {
                background-color: transparent;
                color: #fff;
        }

}

@media only screen and (min-width: 801px) and (max-width: 1023px) {
    
        .footer-widgets-1 .widget:first-child {
                width: 50%;
        }
        
        .footer-widgets-1 .widget:last-child {
                width: 38%;
        }
        
        .footer-widgets-2 .footer-call {
                font-size: 15px;
                padding: 20px 0 20px 30px;
                width: 48%;
        }
        
        .footer-widgets-2 .footer-social {
                padding-left: 35px;
        }
        
        .footer-widgets-2 .footer-social ul li {
                padding: 7px;
        }
        
        .footer-widgets-1 ul.menu li a {
                font-size: 11.5px;
        }
        
        .footer-widgets-2 .footer-call:before {
                top: 17px;
        }
        
        .footer-address-wrap address {
                font-size: 11.5px;
        }
        
        .footer-widgets-2 {
                padding: 45px 0px 45px 30px;
        }
    
}

@media only screen and (max-width: 900px) {
    
        .header-call-wrap strong {
                display: none;
        }
        
        .header-call-wrap a {
                font-size: 32px;
        }
        
        .header-widget-area {
                width: 200px;
                margin-top: 34px;
        }
        
        .lawyer-slider-wrap a .lawyer-name {
                opacity: 1;
        }
    
}

@media only screen and (max-width: 800px) {

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}

	.front-page .site-inner {
		padding: 0;
	}
        
        .site-header {
                padding-bottom: 0;
        }

	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 0;
	}

	.site-header nav .wrap {
		padding: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.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: #008181;
		border-width: 0;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}

	.menu-toggle {
		line-height: 20px;
		margin-bottom: 1px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before,
	.menu-toggle.activated::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		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 {
		text-decoration: underline;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

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

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

	.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;
	}
        
        .footer-trust-widget .flexible-widgets {
                padding-bottom: 0;
        }
        
        .front-page-1 .flexible-widgets,
        .front-page-5 .flexible-widgets {
                padding-bottom: 0;
        }
        
        .front-page-3 .flexible-widgets {
                padding-bottom: 30px !important;
                padding-top: 80px;
        }
        
        .front-page-7 .image-section .flexible-widgets {
                padding-bottom: 30px;
        }

	.solid-section .flexible-widgets {
		padding-bottom: 20px;
		padding-top: 30px;
	}
        
        .front-page-6 .solid-section .flexible-widgets {
                padding-top: 60px;
        }
        
        .front-page-8 .solid-section .flexible-widgets {
                padding-bottom: 0;
                padding-top: 0;
        }

	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
        
        .header-widget-area {
                margin: 25px 0 20px;
        }
        
        .header-call-wrap {
                display: block;
        }
        
        .header-call-wrap a {
                display: block;
                margin-top: 10px;
        }
        
        .home-resource-section ul {
                display: block;
        }
        
        .home-resource-section ul li {
                width: 100%;
        }
        
        .home-resource-section ul li.resource-dui:after {
                width: 50%;
                height: 1px;
                top: auto;
                right: 0;
                left: 0;
        }
        
        .home-resource-section ul li.resource-dui a,
        .home-resource-section ul li.resource-crime a {
                padding: 35px 30px 35px 5%;
        }
        
        .home-practice-section ul {
                display: block;
        }
        
        .front-page-6 .home-vic-subtitle {
                font-size: 26.4px;
                line-height: 30px;
        }
        
        .front-page-7 .featured-content .widget-wrap {
                display: block;
        }
        
        .front-page-7 .featured-content .widget-wrap .entry {
                width: 100%;
                margin-right: 0;
                margin-bottom: 30px;
        }
        
        .front-page-7 .featured-content .widget-wrap .entry:last-child {
                margin-bottom: 0;
        }
        
        .footer-widgets-1, .footer-widgets-2 {
                width: 100%;
        }
        
        .footer-widgets-2 {
                position: relative;
        }
        
        .footer-widgets-2:before {
                top: 0;
                left: -50px;
        }
        
        .home-form-subtitle {
                font-size: 26.4px;
        }
        
        .front-page-3 {
                background-size: cover;
                background-position: 50%;
        }
        
        .footer-widgets-2 {
                padding: 45px 0px;
        }
        
        .footer-address-wrap address {
                width: 33%;
        }
        
        .inner-banner-wrap {
                padding: 45px 0;
                text-align: center;
        }
        
        .inner-banner-wrap .inner-banner-info {
                padding-left: 0;
        }
        
        .inner-banner-wrap .inner-banner-info:before {
                display: none;
        }
        
        .before-footer-trust ul li {
                padding: 0 2%;
        }
        
        .footer-trust-section .widget-title {
                font-size: 28px;
                letter-spacing: 4px;
                padding: 0 5%;
        }
        
        .blog-page-first-widget .wrap .widget:nth-child(2) {
                width: 100%;
                margin-right: 0%;
        }
        
        .blog-page-first-widget .wrap .widget:nth-child(3) {
                width: 100%;
                margin-top: 35px;
        }
        
        .blog-page-first-widget .widget-area > .wrap {
                padding: 0 !important;
        }
        
        .blog-page-first-widget .entry .entry-title {
                line-height: 28px;
                margin: 10px 25px 3px 25px;
        }
        
        .blog-page-first-widget .entry .entry-meta {
                padding: 0 25px;
        }
        
        .blog-page-first-widget .entry .entry-summary {
                padding: 0 25px 30px 25px;
        }
        
        .footer-trust-widget .featured-content .widget-wrap .entry:nth-child(3) {
                display: none;
        }
        
        .footer-trust-widget .featured-content .widget-wrap .entry {
                width: 50%;
        }
        
        .location-page-ul-design li {
                width: 100%;
        }
        
        .resource-main {
                display: block;
        }
        
        .resource-main .resource-title,
        .resource-main .resource-form {
                width: 100%;
        }
        
        .footer-trust-widget .video-page-list-wrap ul li {
                -webkit-flex: 0 1 33.33%;
                -ms-flex: 0 1 33.33%;
                flex: 0 1 33.33%;
        }
        
        .footer-trust-widget .video-page-list-wrap ul li:nth-child(4) {
                display: none;
        }
        
        .hire-page-content {
                margin-bottom: 50px;
        }
        
        .team-page-attorney ul li {
                width: 230px;
        }
        
        .team-page-attorney ul li a img {
                width: 230px;
                height: 230px;
        }
        
        .single-post .has-post-thumbnail .heateor_sss_sharing_container {
                bottom: 11%;
        }
        
        .footer-pay-wrap .footer-pay-button {
                width: 240px;
        }
        
        .footer-widgets-2 .footer-call {
                float: left;
        }
	
		/* Clio Grow Style
        ---------------------------------------------*/
        .front-page-3 #lf_form_container form p {
                width: 100%;
        }

        .front-page-3 #lf_form_container form p:nth-child(1),
        .front-page-3 #lf_form_container form p:nth-child(2),
        .front-page-3 #lf_form_container form p:nth-child(4) {
                float: none;
        }

        .front-page-3 #lf_form_container form p:nth-child(6) {
                float: none;
                position: relative;
                right: auto;
                top: auto;
        }

}

@media only screen and (max-width: 782px) {
        
        .admin-bar .site-header {
                margin-top: 46px;
        }
        
        .header-call-wrap a {
                font-size: 30px;
        }
        
        .header-widget-area {
                width: 180px;
        }
        
        .inner-banner-buttons {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
        }
    
}

@media only screen and (max-width: 600px) {
    
        .home-banner-text .banner-first {
                font-size: 14px;
        }
        
        .home-banner-text .banner-info h3 {
                font-size: 38px;
        }
        
        .home-banner-text .banner-info {
                padding-left: 30px;
        }
        
        .home-banner-text .banner-white-box {
                font-size: 20px;
        }
        
        .home-banner-text .banner-info:before {
                height: 230px;
        }
        
        .banner-button .button {
                padding: 17px 22px 11px;
        }
        
        .home-banner-image img {
                height: 500px;
                object-position: 100% 0;
        }
        
        .home-practice-section ul li a {
                padding: 50px 8%;
        }
        
        .home-practice-section ul li strong.practice-title {
                font-size: 34px;
        }
        
        .home-practice-section ul li a .practice-small-title {
                font-size: 20px;
        }
        
        .footer-widgets-2 .footer-call {
                font-size: 16px;
        }
        
        .footer-widgets-2 .footer-social {
                padding-left: 35px;
        }
        
        .home-practice-section ul li strong.practice-title {
                top: 30%;
        }
        
        .home-practice-section ul li a .practice-small-title,
        .home-practice-section ul li a .practice-text {
                display: none;
        }
        
        .home-practice-section ul li a .button {
                opacity: 1;
                margin: 50px auto 0;
        }
        
        #gform_1 .gform_body ul li.left-field {
                width: 100% !important;
                float: none !important;
        }
        
        #gform_1 .gform_body ul li.right-field {
                position: relative !important;
                float: none !important;
                width: 100% !important;
        }
        
        #gform_1 .gform_body ul li.keep-textarea {
                top: 0 !important;
        }
        
        .footer-address-wrap address {
                width: 50%;
        }
        
        .inner-banner-wrap .banner-text-wrap h3 {
                font-size: 16px;
        }
        
        .inner-banner-wrap .inner-banner-info h2 {
                font-size: 24.8px;
                line-height: 30px;
        }
        
        .inner-banner-buttons a:nth-child(1),
        .inner-banner-buttons a:nth-child(2) {
                display: none;
        }
        
        .inner-banner-buttons {
                -webkit-justify-content: center;
                justify-content: center;
        }
        
        .entry-title {
                font-size: 24px;
                line-height: 28.8px;
        }
        
        .page-call-box {
                font-size: 18px;
                line-height: 30px;
        }
        
        .footer-credit-text {
                width: 100%;
                padding-right: 0;
                float: none;
                margin-bottom: 20px;
                text-align: center;
        }
        
        .footer-credit-logo {
                text-align: center;
                float: none;
        }
        
        .single-post .heateor_sss_sharing_container {
                right: 0;
        }
        
        .footer-trust-widget .featured-content .entry .entry-image {
                width: 100%;
        }
        
        .footer-trust-widget .featured-content .widget-wrap {
                display: block;
        }
        
        .footer-trust-widget .featured-content .widget-wrap .entry {
                width: 100%;
                padding: 45px 15px 60px;
        }
        
        .mobile-footer-section ul li.mobile-call {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
        }
        
        .mobile-footer-section ul li.mobile-call a {
                height: 62px;
                overflow: hidden;
                display: block;
                padding: 0;
                width: 62px;
                margin: auto;
        }
        
        .mobile-footer-section ul li.mobile-call a i {
                display: block;
                height: 62px;
                width: 62px;
                background-color: #3f8a90;
                color: #fff;
                line-height: 62px;
                border-radius: 50%;
                margin: auto;
        }
        
        .footer-sticky-menu {
                height: 77px;
        }
        
        .mobile-footer-section ul li a {
                font-size: 16px;
                padding: 15px 3px;
        }
        
        .mobile-footer-section ul li.mobile-call a {
                height: 54px;
                width: 54px;
        }
        
        .mobile-footer-section ul li.mobile-call a i {
                height: 54px;
                width: 54px;
                line-height: 54px;
        }
        
        .mobile-footer-section ul li a i {
                font-size: 23px;
        }
        
        .video-page-list-wrap ul li {
                -webkit-flex: 0 1 47%;
                -ms-flex: 0 1 47%;
                flex: 0 1 47%;
        }
        
        .case-page-results-list .case-result-column:first-child,
        .case-page-results-list .case-result-column:last-child {
                width: 100%;
                float: none;
        }
        
        .footer-trust-widget .video-page-list-wrap ul li {
                -webkit-flex: 0 1 50%;
                -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        }
        
        .footer-trust-widget .video-page-list-wrap ul li:nth-child(3) {
                display: none;
        }
        
        .testimonial-page-wrap ul {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1;
        }
        
        .entry-content .wp-block-image .alignright {
                float: none !important;
                margin-left: 0 !important;
        }
        
        .team-page-attorney ul li {
                width: 170px;
        }
        
        .team-page-attorney ul li a img {
                width: 170px;
                height: 170px;
        }
        
        .footer-pay-wrap .footer-pay-button {
                width: 210px;
        }
    
}

@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;
		font-size: 4rem;
	}
        
        .home-banner-text .banner-info h3 {
                font-size: 30px;
                letter-spacing: 2px;
        }
        
        .home-banner-image img {
                object-position: 85% 0;
        }
        
        .home-resource-section ul li.resource-dui a,
        .home-resource-section ul li.resource-crime a {
                padding: 35px 10px 35px 5%;
        }
        
        .front-page-4 .sa_owl_theme .owl-nav .owl-prev {
                left: 38%;
        }
        
        .front-page-4 .sa_owl_theme .owl-nav .owl-next {
                right: 38%;
        }
        
        .footer-widgets-1 .widget:first-child,
        .footer-widgets-1 .widget:last-child {
                width: 100%;
        }
        
        .footer-widgets-1 .widget:last-child {
                margin-top: 0;
        }
        
        .footer-widgets-2 {
                padding: 45px 0px;
        }
        
        .footer-address-wrap {
                display: block;
        }
        
        .footer-address-wrap address {
                width: 100%;
        }
        
        .footer-widgets-1 ul.menu li {
                padding: 5px 0;
        }
        
        .home-practice-section ul li strong.practice-title {
                font-size: 20px;
                letter-spacing: 5px;
        }
        
        .image-section h4,
        .solid-section h4,
        .image-section .widget-title,
        .solid-section .widget-title {
                font-size: 22px;
                letter-spacing: 4px;
        }
        
        .title-area {
                width: 160px;
        }
        
        .header-widget-area {
                width: 120px;
        }
        
        .header-call-wrap a {
                font-size: 20px;
                margin-top: 15px;
        }
        
        .home-form-subtitle {
                font-size: 22.7px;
        }
        
        #gform_1 .gform_footer input[type=submit] {
                font-size: 13px;
                line-height: 18px;
        }
        
        .before-footer-trust ul li {
                width: 100%;
        }
        
        .footer-widgets-1 .footer-logo {
                text-align: center;
        }
        
        #gform_2 .gform_body ul li input,
        #gform_2 .gform_body ul li textarea {
                padding: 5.5px 15px !important;
                font-size: 14.3px;
        }
        
        #gform_2 .gform_body ul li select.gfield_select {
                font-size: 14.3px;
                padding: 9px 15px;
        }
        
        .blog-page-first-widget .tptn_posts ul li .tptn_after_thumb a {
                font-size: 14.3px;
        }
        
        .blog-page-first-widget .tptn_posts ul li .tptn_after_thumb .tptn_date {
                font-size: 13px;
        }
        
        .blog .content .entry,
        .archive .content .entry,
        .search .content .entry {
                width: 100%;
        }
        
        .single-post .content > img {
                width: 100%;
                margin-bottom: 120px;
        }
        
        .single-post .heateor_sss_sharing_container {
                left: 0;
        }
        
        .single-post .has-post-thumbnail .heateor_sss_sharing_container {
                bottom: 30px;
                left: 0;
        }
        
        .footer-sticky-menu {
                height: 68px;
        }
        
        .mobile-footer-section ul li a {
                font-size: 13px;
                padding: 13px 3px;
        }
        
        .mobile-footer-section ul li.mobile-call a {
                height: 48px;
                width: 48px;
        }
        
        .mobile-footer-section ul li.mobile-call a i {
                height: 48px;
                width: 48px;
                line-height: 48px;
        }
        
        .mobile-footer-section ul li a i {
                font-size: 23px;
        }
        
        .location-page-button .button {
                margin: 0 auto 10px;
                display: block;
        }
        
        .video-page-list-wrap ul li {
                -webkit-flex: 0 1 100%;
                -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        }
        
        .team-page-attorney ul {
                display: block;
        }
        
        .attorney-details .attorney-image {
                width: 100%;
        }
        
        .testimonial-page-wrap ul li {
                padding: 20px;
        }
        
        .testimonial-page-wrap ul li > p > strong {
                font-size: 18px;
        }
        
        .lawyer-slider-wrap {
                display: block;
        }
        
        .lawyer-slider-wrap li {
                width: 100%;
        }
        
        .lawyer-slider-wrap li:first-child {
                margin-right: 0;
        }
        
        .team-page-attorney ul li {
                margin: auto;
        }
        
        .footer-pay-wrap .footer-pay-button {
                width: 100%;
                margin-bottom: 10px;
        }
        
        .footer-widgets-2 .footer-call {
                width: 100%;
                border-top: 1px #3D6984 solid;
                padding: 23px 0 18px 40px;
        }
        
        .footer-pay-wrap .footer-pay-button a img {
                margin-top: 0;
        }

}
