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

Version: 1.5.0

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

Template: genesis

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

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

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

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

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

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

body.altitude-home {
	background: none;
}

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

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

a {
	color: #9e2a2b;
	text-decoration: none;
}

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

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

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

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

figure {
	margin: 0;
}

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

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

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

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

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

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

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

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 0;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

img {
	height: auto;
}

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

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

figure {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	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 #079bc4;
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button {
	background-color: #1c6e8c;
	border: 2px solid #1c6e8c;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 25px;
	text-transform: capitalize;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

.button {
        box-shadow: 0 4px 0 rgba(0,58,79,.40);
}

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

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

.button {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

td {
	padding: 0.5em;
}

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

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

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

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

.more-link {
	position: relative;
}

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

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

.front-page .site-container .site-inner {
	margin-top: 80px;
	max-width: 100%;
}

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

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

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

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

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

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

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
	font-size: 16px;
        padding: 9px 0 12px;
        margin-top: 80px;
        background-color: #f6f6f6;
        color: #9e2a2b;
        font-weight: 600;
}

.breadcrumb a {
        color: #666;
}

.breadcrumb a:hover {
        color: #9e2a2b;
}

.breadcrumb .sep {
        margin: 0 5px;
        color: #777;
}

.archive-description,
.author-box {
	font-size: 20px;
	margin-bottom: 50px;
}

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

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

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

.search-form input[type="submit"] {
	padding: 19px 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: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 40px;
        font-weight: 600;
        margin-bottom: 30px;
}

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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header.dark {
        box-shadow: 0 0 10px rgba(0,0,0,.1);
}

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

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

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

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

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

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

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 26.5px 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 27px;
	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: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 27px 6px 34px;
}

.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 > a {
	border-top: 5px solid transparent;
}

.genesis-nav-menu > li.current-menu-item > a,
.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 {
	border-color: #9e2a2b;
        color: #9e2a2b;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.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;
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.header-widget-area {
        float: right;
        padding: 13px 0px;
}

.header-right-call {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        float: right;
}

.header-right-call:before {
        content: '';
        background-image: url('images/header-phone-icon-white.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 35px;
        height: 35px;
        margin-right: 10px;
}

.header-right-call a {
        font-size: 30px;
        font-weight: 700;
        color: #1c6e8c;
}

/* Home banner section */

.front-page-1 .widget {
        margin-bottom: 0 !important;
}

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

.home-banner-section .home-banner-image {
        position: absolute;
        left: 0;
        width: 50%;
}

.home-banner-image img {
        display: block;
        margin-bottom: 0;
        height: 510px;
        object-fit: cover;
        object-position: 0;
}

.home-banner-section .home-banner-text {
        float: right;
        width: 570px;
        position: relative;
        padding: 20px 0 130px;
        background-color: #9e2a2b;
}

.header-right-call,
.home-banner-text .banner-caption {
        position: relative;
        z-index: 99;
}

.home-banner-text .banner-caption {
        clear: both;
        padding-top: 80px;
}

.home-banner-section .home-banner-text:before {
        content: '';
        background-image: url('images/banner-circle-border.png');
        width: 156px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -135px;
        background-size: contain;
        background-repeat: no-repeat;
}

.front-page-1:after {
        content: '';
        background-image: url('images/banner-color-shade-style.png');
        width: 232px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
}

.home-banner-text h2 {
        font-size: 72px;
        font-weight: 700;
        margin-bottom: -10px;
}

.home-banner-text h4 {
        font-size: 36px;
        margin-bottom: 30px;
}

.home-banner-text ul li {
        display: inline;
        font-size: 20px;
        margin-right: 20px;
        line-height: 36px;
}

.home-banner-text ul li:last-child {
        display: block;
        margin-right: 0;
}

.banner-big-button .button {
        font-size: 24px;
}

/* Practice Area Section */

.front-page-3 .widget-title {
        color: #111;
        margin-bottom: 50px;
}

.front-page-3 .widget-title:after,
.front-page-7 .widget-title:after {
        content: '';
        width: 65px;
        height: 5px;
        background-color: #ccc;
        display: block;
        margin: 10px auto;
}

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

.home-practice-section ul li {
        width: 23%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
}

.home-practice-section ul li img {
        height: 200px;
        object-fit: cover;
        display: block;
        margin-bottom: 0;
        min-height: 220px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
}

.home-practice-section ul li a {
        background-color: #1c6e8c;
        display: block;
        height: 100%;
        padding: 40px 20px 30px;
        position: relative;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
}

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

.home-practice-section ul li a .pra-title {
        display: block;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 18px;
}

.home-practice-section ul li a .pra-subtitle {
        font-weight: 400;
        line-height: 20px;
}

.home-practice-section ul li a:before {
        content: '';
        background-repeat: no-repeat;
        background-position: center;
        width: 100px;
        height: 100px;
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
        left: 0;
        right: 0;
        margin: auto;
        top: -90px;
        z-index: 9;
        box-shadow: 0 0 4px rgba(0,58,79,.4);
}

.home-practice-section ul li.pra-tax-box a:before {
        background-image: url('images/practice-area-icon1.png');
}

.home-practice-section ul li.pra-tax-box a:hover:before {
        background-image: url('images/practice-area-icon1-hover.png');
}

.home-practice-section ul li.pra-business-box a:before {
        background-image: url('images/practice-area-icon2.png');
}

.home-practice-section ul li.pra-business-box a:hover:before {
        background-image: url('images/practice-area-icon2-hover.png');
}

.home-practice-section ul li.pra-audits-box a:before {
        background-image: url('images/practice-area-icon3.png');
}

.home-practice-section ul li.pra-audits-box a:hover:before {
        background-image: url('images/practice-area-icon3-hover.png');
}

.home-practice-section ul li.pra-balance-box a:before {
        background-image: url('images/practice-area-icon4.png');
}

.home-practice-section ul li.pra-balance-box a:hover:before {
        background-image: url('images/practice-area-icon4-hover.png');
}

.home-practice-section ul li a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: -55px;
        border-style: solid;
        border-color: transparent transparent #1c6e8c #1c6e8c;
        border-width: 28px 138px 28px 138px;
        transition: all 0.2s ease-in-out;
}

.home-practice-section ul li a:hover:after {
        border-color: transparent transparent #9e2a2b #9e2a2b;
}

/* Home Text Section */

.home-text-section,
.home-text-section-bottom {
        line-height: 1.8;
}

.home-text-section h3 {
        font-weight: 600;
}

.home-text-section-bottom {
        padding: 0;
}

.home-text-section-bottom h2,
.home-lefttextimg-section h2 {
        font-weight: 600;
        font-size: 36px;
}

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

.home-lefttextimg-section {
        text-align: left;
        border-top: 1px #eee solid;
        padding-top: 60px;
        margin-top: 30px;
}

.home-lefttextimg-section .one-half img {
        height: 800px;
        object-fit: cover;
}

/* Home Colorful Box Section */

.front-page-5 .image-section {
        background-color: #eee;
}

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

.home-colorfulbox-section ul li:first-child {
        margin-right: 2%;
}

.home-colorfulbox-section ul ul {
        display: block;
}

.home-colorfulbox-section ul li {
        width: 49%;
        padding: 30px;
        text-align: left;
        line-height: 26px;
        border-radius: 15px;
        box-shadow: 0 4px 0 rgba(0,58,79, .4);
        margin-bottom: 30px;
}

.home-colorfulbox-section ul li p {
        margin-bottom: 15px;
}

.home-colorfulbox-section ul li h3 {
        font-family: 'Mulish', sans-serif;
        margin-bottom: 12px;
        font-size: 28px;
}

.home-colorfulbox-section ul li p:last-child {
        margin-bottom: 0;
}

.home-colorfulbox-section ul li:nth-child(1),
.home-colorfulbox-section ul li:nth-child(4),
.home-colorfulbox-section ul li:nth-child(5) {
        background-color: #9e2a2b;
}

.home-colorfulbox-section ul li:nth-child(2),
.home-colorfulbox-section ul li:nth-child(3),
.home-colorfulbox-section ul li:nth-child(6) {
        background-color: #1c6e8c;
}

.home-colorfulbox-section ul ul li {
        width: 100%;
        background-color: transparent !important;
        box-shadow: none;
        padding: 0 0 0 15px;
        margin: 0 0 15px 10px;
        position: relative;
}

.home-colorfulbox-section ul ul li:before {
        content: "\f345";
        font-family: dashicons;
        font-weight: 600;
        position: absolute;
        left: 0;
}

.bg-maroon {
        background-color: #9e2a2b;
}

.bg-blue {
        background-color: #1c6e8c;
}

/* Home About Section */

.front-page-6 .widget-title {
        margin-bottom: 20px;
        font-size: 40px;
}

.front-page-6 .widget-title:after,
.home-lefttextimg-section h2:after {
        content: '';
        width: 160px;
        height: 5px;
        background-color: #ccc;
        display: block;
        margin-top: 15px;
}

.home-lefttextimg-section h2:after {
        width: 65px;
}

.home-about-section-wrap {
        overflow: hidden;
        text-align: left;
}

.home-about-title,
.home-about-text {
        width: 51%;
        float: left;
}

.home-about-title {
        margin-top: 10px;
}

.home-about-text {
        line-height: 27px;
        font-size: 14px;
}

.home-about-text p {
        margin-bottom: 20px;
}

.home-about-text h4 {
        font-family: 'Mulish', sans-serif;
        line-height: 28px;
        font-weight: 700;
        font-size: 20px;
}

.home-about-image {
        width: 45%;
        float: right;
}

.home-about-image img {
        border: 5px #9e2a2b solid;
        border-radius: 50px;
}

/* Home trust section */

.front-page-9 .solid-section {
        background-color: #eee;
}

.front-page-9 .flexible-widgets .widget {
        margin-bottom: 0 !important;
}

.home-trust-section {
        max-width: 850px;
        margin: auto;
}

.home-trust-section h3 {
        
}

/* Home Page Blog Section */

.front-page-7 .image-section {
        background-color: #9e2a2b;
}

.front-page-7 .flexible-widgets {
        padding-bottom: 40px;
}

.wppsac-post-image-bg,
.wppsac-sub-content {
        display: none;
}

.wppsac-post-content-position {
        position: relative;
        background-color: #fff;
        padding: 25px 30px 18px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 5px;
        box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.wppsac-post-content-position h2 a {
        font-size: 16px !important;
        line-height: 28px !important;
        font-family: 'Mulish', sans-serif;
        color: #000 !important;
        display: block;
}

.wppsac-post-content-position h2 a:hover {
        color: #1c6e8c !important;
}

.wppsac-post-date {
        font-size: 16px !important;
        color: #999;
        padding: 10px 0;
}

.front-page-7 .wppsac-post-carousel.design-1 a.wppsac-readmorebtn {
        position: absolute;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #fff;
        padding: 10px 20px;
        border: 1px #a3a3a3 solid;
        bottom: -28px;
        color: #333 !important;
}

.front-page-7 .wppsac-post-carousel.design-1 a.wppsac-readmorebtn:hover {
        background-color: #1c6e8c;
        border-color: #1c6e8c;
        color: #fff !important;
}

.front-page-7 .slick-list {
        max-width: 1100px;
        margin: auto !important;
}

.wppsac-post-content-position:before {
        content: '';
        width: 70px;
        height: 7px;
        margin: auto;
        left: 30px;
        top: -4px;
        position: absolute;
        background-color: #d62027;
        border-radius: 5px;
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
        padding: 30px 20px !important;
}

.front-page-7 .wppsac-post-slider button.slick-arrow,
.front-page-7 .wppsac-post-carousel button.slick-arrow,
.sidebar .wppsac-post-carousel button.slick-arrow {
        width: 40px !important;
        height: 40px !important;
}

.front-page-7 .wppsac-post-slider button.slick-prev,
.front-page-7 .wppsac-post-carousel button.slick-prev,
.sidebar .wppsac-post-carousel button.slick-prev {
        background: #fff url('images/arrow-left-icon.png') center center no-repeat !important;
        background-size: auto !important;
}

.front-page-7 .wppsac-post-slider button.slick-next,
.front-page-7 .wppsac-post-carousel button.slick-next,
.sidebar .wppsac-post-carousel button.slick-next {
        background: #fff url('images/arrow-right-icon.png') center center no-repeat !important;
        background-size: auto !important;
}

.front-page-7 .wppsac-post-carousel button.slick-next:hover,
.front-page-7 .wppsac-post-carousel button.slick-next:focus,
.front-page-7 .wppsac-post-carousel button.slick-prev:hover,
.front-page-7 .wppsac-post-carousel button.slick-prev:focus,
.sidebar .wppsac-post-carousel button.slick-prev:hover,
.sidebar .wppsac-post-carousel button.slick-prev:focus {
        background-color: #b23233 !important;
}

/* Footer Form Section */

.footer-form-section {
        box-shadow: 0 0 40px rgba(0,0,0,.15);
        padding: 60px 40px 50px 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}

.footer-form-section .footer-form-text {
        width: 21%;
        border-right: 2px #9e2a2b solid;
        padding-right: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
}

.footer-form-section .footer-form-field {
        width: 79%;
        text-align: left;
        padding-left: 40px;
        border-left: 2px #1c6e8c solid;
        margin-left: 2px;
}

#gform_1 .gform-body .gfield_label,
#gform_1 .ginput_container span label,
#gform_2 #field_2_11 .gfield_label {
        display: none;
}

#gform_1 .gform-body input,
#gform_1 .gform-body textarea,
#gform_1 .gform-body select,
#gform_2 .gform-body input,
#gform_2 .gform-body textarea,
#gform_2 .gform-body select {
        padding: 16px 20px !important;
        border-radius: 5px;
        border-color: #ccc;
        line-height: normal !important;
}

#gform_2 .gform-body input:focus,
#gform_2 .gform-body textarea:focus,
#gform_2 .gform-body select:focus {
        border-color: #9e2a2b;
}

#gform_1 .gform-body .gform_fields {
        display: block;
}

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

#gform_1 .gform-body .left-field {
        float: left;
}

#gform_1 .gform-body .right-field {
        float: right;
}

#gform_1 .gform-body .gfield {
        margin-bottom: 18px;
        border: 0 !important;
}

#gform_1 .gform_footer {
        margin: 0 !important;
        padding: 0 !important;
}

#gform_1 .gform_footer input[type="submit"] {
        box-shadow: none;
        line-height: normal !important;
}

.footer-form-section .footer-form-text h3 {
        font-size: 35px;
        font-weight: 700;
        line-height: 48px;
}

.site-header div {
        transition: all 0.5s ease-in-out;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-sticky-menu .widget .responsive-menu-wrap:before {
        font-family: dashicons;
        content: "\f228";
        font-weight: 600;
}

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

.contact-page-address p {
        margin-bottom: 10px;
}

.contact-page-map {
		margin-bottom: 30px;
}


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

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

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

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

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

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

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

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

.front-page-1 {
	position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 0;
        background-color: #9e2a2b;
}

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

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

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

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

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


/* Blog Page Design */

.blog-page-header-image {
        overflow: hidden;
        position: relative;
}

.blog-page-header-image img,
.blog-page-header-image p {
        margin-bottom: 0;
}

.big-leader__image {
        height: auto !important;
}

.blog-page-header-image .wrap {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 40% !important;
}

.blog-page-header-image .archive-title {
        font-size: 55px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
}

.blog .site-inner {
        margin-top: 100px !important;
}

.wpsm_panel-body ul li {
        position: relative;
        padding-left: 30px;
}

.wpsm_panel-body ul li:before {
        content: "\f344";
        font-family: dashicons;
        position: absolute;
        left: 0;
        font-weight: 600;
        color: #fff;
        font-size: 16px;
}

.wpsm_panel-body ul li li {
        margin-left: 0;
        margin-bottom: 10px;
}

.wpsm_panel-body ul ul {
        margin-top: 10px;
}

.sidebar .wppsac-post-carousel.design-1 .wppsac-carousel-slides {
        padding: 15px 20px !important;
}

.sidebar .wppsac-post-carousel.design-1 .slick-arrow {
        top: auto;
        bottom: -40px;
}

.sidebar .wppsac-post-carousel.design-1 .slick-prev {
        left: 35% !important;
}

.sidebar .wppsac-post-carousel.design-1 .slick-next {
        right: 35% !important;
}


/* Inner page design */

.wp-post-image {
        border-radius: 10px;
        margin-bottom: 36px;
}

.page-title-style {
        font-size: 38px;
        font-weight: 400 !important;
}

.page-title-font-style {
        font-family: 'Mulish', sans-serif !important;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-content {
        line-height: 26px;
        position: relative;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
        font-weight: 600;
}

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

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


/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
        font-weight: 700;
        text-transform: capitalize;
}

.entry-header .entry-meta {
        display: none;
}

.entry-footer {
	border-top: 2px #e7e7e7 solid;
        border-bottom: 2px #e7e7e7 solid;
        padding: 17px 0;
        text-align: right;
        margin-top: 20px;
        overflow: hidden;
}

.entry-footer p.entry-meta {
        width: 68%;
        float: right;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header .entry-title::after,
.page-title-border:after {
	content: "";
	display: block;
	margin: 20px 0 0;
	width: 65px;
        height: 5px;
        background-color: #ccc;
}

.entry-footer .entry-time:before,
.entry-footer .entry-time:after {
        content: '|';
        display: inline-block;
        margin: 0 15px;
        color: #aaa;
}

.entry-footer .entry-author,
.entry-footer .entry-author a,
.entry-categories a:hover {
        color: #9e2a2b;
}

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

.post-more-link {
        box-shadow: none;
        display: table;
        position: absolute;
        bottom: -50px;
        left: 20px;
}

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

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

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: transparent;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
        font-weight: 700;
	width: 50px;
        height: 50px;
        text-align: center;
        line-height: 46px;
        border-radius: 50%;
        border: 2px #d0d0d0 solid;
}

.archive-pagination li.pagination-next {
        margin-left: 10px;
}

.archive-pagination li.pagination-previous {
        margin-right: 10px;
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
        border: none;
        background: transparent;
        color: #1c6e8c;
        width: auto;
        height: auto;
}

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

.archive-pagination li.pagination-previous a:focus,
.archive-pagination li.pagination-previous a:hover,
.archive-pagination li.pagination-next a:focus,
.archive-pagination li.pagination-next a:hover {
        background-color: transparent;
	color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar .widget {
	margin-bottom: 60px;
        background-color: #9e2a2b;
        padding: 40px 20px;
        border-radius: 10px;
        color: #fff;
}

.sidebar .widget-title {
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
}

.sidebar .widget-title:after {
        content: '';
        width: 65px;
        height: 5px;
        background-color: #ccc;
        display: block;
        margin: 15px auto 0;
}

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

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

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

.sidebar #gform_1 .gform-body .left-field,
.sidebar #gform_1 .gform-body .right-field {
        width: 100%;
}

.sidebar .gform_wrapper.gravity-theme .ginput_complex .name_first,
.sidebar #gform_1 .gform-body .gfield {
        margin-bottom: 8px;
}


/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #efefef;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
        overflow: hidden;
        background-image: linear-gradient(#efefef, #eeeeee);
}

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

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

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

.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 {
        width: 65%;
        float: left;
        padding-right: 60px;
}

.footer-widgets-2 {
        width: 35%;
        float: right;
        padding-left: 90px;
        position: relative;
}

.footer-widgets-2:before {
        content: '';
        position: absolute;
        width: 200%;
        height: 230%;
        background-color: #e6e6e6;
        left: 0;
        top: -70px;
        z-index: -1;
}

.footer-address-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
}

.footer-about-text {
        font-size: 22px;
        text-align: left;
        color: #333;
        font-weight: 600;
}

.footer-address-wrap {
        position: relative;
        border-top: 2px #1c6e8c solid;
        padding-top: 50px;
        margin-top: 20px;
        width: 330px;
}

.footer-address-wrap:before {
        content: '';
        background-image: url('images/footer-location-icon.png');
        width: 107px;
        height: 56px;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        background-color: #eee;
        margin: auto;
        background-repeat: no-repeat;
        background-position: center;
}

.footer-address-wrap h4 {
        color: #1c6e8c;
        font-family: 'Mulish', sans-serif;
}

.footer-address-wrap p {
        margin-bottom: 15px;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	background-color: #1c6e8c;
	padding: 30px 0;
	text-align: center;
}

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

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

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

.footer-links {
        margin-top: 10px;
}

#wpfront-scroll-top-container {
        width: 40px;
        height: 40px;
        background-color: #1c6e8c;
        border-radius: 5px;
}

#wpfront-scroll-top-container img {
        width: 12px !important;
        height: 10px !important;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
}

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

@media only screen and (min-width: 600px) and (max-width: 781px) {
	.contact-address-wrap {
			-webkit-justify-content: space-between;
        	justify-content: space-between;
	}
}

@media only screen and (min-width: 1400px) {
        .site-inner,
	.wrap {
		max-width: 1300px;
	}
        .genesis-nav-menu a {
                padding: 27px 11px 34px;
        }
        .nav-primary {
                clear: right;
        }
        .home-colorfulbox-section ul li h3 {
                font-size: 30px;
        }
        .footer-form-section .footer-form-text h3 {
                max-width: 210px;
                margin: auto;
        }
        .footer-widgets-1 {
                width: 68%;
                padding-right: 120px;
        }
        .footer-widgets-2 {
                width: 32%;
                padding-left: 90px;
        }
        .front-page-7 .slick-list {
                max-width: 1200px;
        }
        .home-about-title {
                margin-top: 40px;
        }
        p.entry-meta {
                font-size: 16px;
        }
}

@media only screen and (min-width: 1600px) {
        .site-inner,
	.wrap {
		max-width: 1400px;
	}
        .genesis-nav-menu a {
                font-size: 16px;
        }
        .front-page-1 {
                background-size: 70%;
        }
        .front-page-6 .widget-title {
                font-size: 48px;
                margin-bottom: 30px;
        }
        .home-about-text {
                line-height: 30px;
                font-size: 16px;
        }
        .home-about-text h4 {
                font-size: 24px;
                line-height: 30px;
        }
        .blog-page-banner-section img {
                width: 100%;
        }
        .home-lefttextimg-section .one-half img {
                height: 720px;
        }
        .home-text-section-bottom {
                padding: 0 40px;
        }
}

@media only screen and (max-width: 1280px) {
	.site-inner,
	.wrap {
		max-width: 1140px;
	}
        .title-area {
                width: 330px;
        }
        .home-practice-section ul li a:after {
                border-width: 28px 131px 28px 131px;
        }
        .footer-address-wrap {
                width: 310px;
        }
        .footer-widgets-2 {
                padding-left: 70px;
        }
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content {
		width: 65%;
	}
        .sidebar {
                width: 30%;
        }
        .entry-title {
                font-size: 30px;
        }
	.full-width-content .content {
		padding: 0 110px;
	}
	.genesis-nav-menu a {
		padding: 24px 10px 30px;
	}
	.site-header.dark .genesis-nav-menu a {
		padding: 14px 10px 20px;
	}
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}
        .header-image .title-area,
        .header-image .site-header.dark .title-area {
                padding: 26px 0;
        }
        .site-header {
                padding-bottom: 20px;
        }
        .title-area {
                width: 100%;
        }
        .title-area .site-title a {
                background-position: center !important;
        }
        .header-widget-area {
                padding: 20px 0;
        }
        .nav-primary {
                clear: both;
                float: none;
                border-top: 1px #e9e9e9 solid;
                position: absolute;
                left: 0;
                top: 80px;
                width: 100%;
                background-color: #fff;
        }
        .nav-primary .genesis-nav-menu {
                float: none;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: space-between;
                justify-content: space-between;
        }
        .front-page .site-container .site-inner {
                margin-top: 128px;
        }
        .home-banner-section .home-banner-text {
                width: 380px;
                padding: 40px 0 80px;
        }
        .home-banner-text .banner-caption {
                padding-top: 50px;
        }
        .home-banner-section .home-banner-text:before {
                left: -108px;
                top: 7px;
        }
        .home-banner-text h2 {
                font-size: 40px;
                margin-bottom: 5px;
        }
        .home-banner-text h4 {
                font-size: 22px;
                margin-bottom: 20px;
        }
        .home-banner-text ul li {
                font-size: 16px;
                line-height: 30px;
                margin-right: 8px;
        }
        .header-right-call a {
                font-size: 26px;
        }
        .front-page-1 {
                background-size: 90%;
        }
        .home-practice-section ul li a .pra-title {
                font-size: 18px;
                line-height: 24px;
        }
        .home-practice-section ul li a .pra-subtitle {
                font-size: 15px;
        }
        .home-practice-section ul li a:after {
                border-width: 28px 110px 28px 110px;
        }
        .flexible-widgets {
                padding-top: 60px;
                padding-bottom: 30px;
        }
        .image-section .widget-title,
        .solid-section .widget-title,
        .page-title-style {
                font-size: 30px;
        }
        .home-colorfulbox-section ul li h3 {
                font-size: 26px;
                font-weight: 700;
        }
        .front-page-5 .flexible-widgets {
                padding-bottom: 0;
        }
        .home-about-section-wrap {
                text-align: center;
        }
        .home-about-title, .home-about-text {
                width: 100%;
        }
        .home-about-image {
                width: 70%;
                float: none;
                margin: auto;
        }
        .front-page-6 .widget-title {
                margin-bottom: 35px;
        }
        .front-page-6 .widget-title:after {
                margin: 20px auto 0;
        }
        .home-about-text {
                line-height: 30px;
                font-size: 16px;
                margin-top: 15px;
        }
        .home-about-title {
                margin-top: 0;
        }
        .wppsac-post-carousel.design-1 .wppsac-carousel-slides {
                padding: 30px 10px !important;
        }
        .wppsac-post-content-position {
                box-shadow: 0 0 10px rgba(0,0,0,.3);
        }
        .front-page-7 .slick-list {
                max-width: 880px;
        }
        .footer-form-section .footer-form-text h3 {
                font-size: 26px;
                line-height: 44px;
        }
        .footer-widgets-1 {
                padding-right: 30px;
        }
        .footer-widgets-2 {
                padding-left: 50px;
        }
        .footer-address-wrap h4 {
                font-size: 18px;
        }
        .footer-widgets .wrap {
                padding-top: 50px;
        }
        .footer-address-wrap {
                width: 280px;
                font-size: 15px;
                padding-top: 40px;
        }
        .footer-about-text {
                font-size: 19px;
        }
        .footer-address-wrap p {
                margin-bottom: 10px;
        }
        .footer-address-wrap:before {
                background-size: 45px;
                width: 80px;
        }
        .banner-big-button .button {
                font-size: 18px;
        }
        .big-leader {
                margin-top: 140px;
        }
        .has-leader .site-inner {
                margin-top: 60px !important;
        }
        .sidebar .widget-title {
                font-size: 18px;
                line-height: 28px;
        }
        .blog-page-header-image .archive-title {
                font-size: 40px;
        }
        .sidebar #wpsm_accordion_56 .wpsm_panel-title a {
                font-size: 18px !important;
        }
        .sidebar #wpsm_accordion_56 .wpsm_panel-body {
                font-size: 16px !important;
        }
        .sidebar .widget {
                margin-bottom: 40px;
        }
        .sidebar .wppsac-post-carousel.design-1 .slick-prev {
                left: 30% !important;
        }
        .sidebar .wppsac-post-carousel.design-1 .slick-next {
                right: 30% !important;
        }
        .post-more-link {
                font-size: 14px;
                padding: 8px 18px;
                bottom: -45px;
        }
        p.entry-meta {
                font-size: 12px;
        }
        .entry-footer .entry-time:before,
        .entry-footer .entry-time:after {
                margin: 0 8px;
        }
        .breadcrumb {
                margin-top: 154px;
        }
        .entry-content h2,
        .entry-content h3 {
                font-size: 26px;
        }
        .blog .site-inner {
                margin-top: 60px !important;
        }
        .home-lefttextimg-section .one-half img {
                height: 920px;
        }
}

@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 768px;
	}
        .title-area {
                width: 340px;
        }
        .title-area .site-title a {
                background-position: left !important;
        }
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: static;
                padding-bottom: 0;
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content,
	.sidebar {
		width: 100%;
	}
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
	}
        /* Genesis Responsive Menus */
        .nav-primary .genesis-nav-menu {
                display: block;
        }
	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: #9e2a2b;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
                border-radius: 0;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #1c6e8c;
		color: #079bc4;
		border-width: 0;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	.menu-toggle {
		line-height: 20px;
                position: absolute;
                z-index: 1000;
                width: 45px;
                height: 45px;
                padding: 0;
                top: 16px;
                right: 0;
	}
        .menu-toggle::before {
                content: '' !important;
                background-image: url('images/menu-icon.png');
                background-repeat: no-repeat;
                background-position: center;
                width: 45px !important;
                height: 45px !important;
        }
	.menu-toggle::before,
	.menu-toggle.activated::before {
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		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%;
		color: #666;
	}
	.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;
	}
	.front-page .site-inner,
        .front-page .site-container .site-inner,
        .breadcrumb {
		margin-top: 0;
	}
        .header-widget-area {
                padding: 18px 0;
                margin-right: 60px;
        }
        .site-header .wrap {
                position: relative;
        }
	.site-inner {
		margin-top: 60px;
	}
	.full-width-content .content {
		padding: 0;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
        .home-banner-section .home-banner-text:before {
                top: 0;
                left: -102px;
        }
        .front-page-1 {
                background-size: contain;
        }
        .home-banner-section .home-banner-text {
                padding: 20px 0 90px;
        }
        .home-practice-section ul li a:after {
                display: none;
        }
        .home-practice-section ul {
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        }
        .home-practice-section ul li {
                width: 48%;
                margin-bottom: 30px;
        }
        .home-practice-section ul li img {
                width: 100%;
        }
        .home-practice-section ul li a {
                padding: 60px 20px 30px;
        }
        .home-practice-section ul li a:before {
                top: -62px;
        }
        .home-text-section-bottom {
                padding: 0;
        }
        .home-about-image {
                width: 80%;
        }
        .home-about-text {
                padding: 0 15px;
        }
        .front-page-7 .wppsac-post-carousel.design-1 a.wppsac-readmorebtn {
                font-size: 13px;
        }
        .wppsac-post-content-position {
                padding: 18px 20px 10px;
        }
        .front-page-7 .slick-list {
                max-width: 690px;
        }
        .wppsac-post-content-position:before {
                left: 20px;
        }
        .footer-form-section .footer-form-text {
                width: 26%;
        }
        .footer-form-section .footer-form-field {
                width: 75%;
        }
        .footer-widgets-1,
        .footer-widgets-2 {
                width: 100%;
                float: none;
        }
        .footer-widgets-1 {
                padding-right: 0;
        }
        .footer-widgets-2 {
                padding-left: 0;
        }
        .footer-about-text {
                font-size: 22px;
                text-align: center;
                max-width: 500px;
                margin: auto;
                padding-top: 40px;
        }
        .footer-widgets .wrap {
                padding-bottom: 0;
        }
        .footer-widgets-2:before {
                top: 0;
                left: -50%;
        }
        .big-leader {
                margin-top: 0;
        }
        .sidebar .widget-title {
                font-size: 24px;
        }
        .sidebar #gform_1 {
                padding: 0 40px;
        }
        .sidebar .wppsac-post-carousel.design-1 .slick-prev {
                left: 43% !important;
        }
        .sidebar .wppsac-post-carousel.design-1 .slick-next {
                right: 43% !important;
        }
        .home-lefttextimg-section .one-half img {
                height: auto;
        }
        .home-lefttextimg-section {
                line-height: 1.8;
        }
}

@media only screen and (max-width: 900px) {
        
        .sticky-on {
                display: block;
                position: fixed;
                top: 0;
                width: 100%;
                padding: 10px 2%;
                background-color: #1c6e8c;
                z-index: 9999;
        }
    
}

@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;
	}
	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	.image-section .flexible-widgets {
		padding-bottom: 40px;
                padding-top: 50px;
	}
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
        .front-page-3 .image-section .flexible-widgets {
                padding-bottom: 10px;
        }
        .front-page-5 .image-section .flexible-widgets {
                padding-bottom: 20px;
        }
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
        .header-widget-area {
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
                padding: 10px 0;
                border-bottom: 1px #eee solid;
        }
        .menu-toggle {
                margin-right: 5%;
        }
        .home-banner-section .home-banner-text {
                width: 300px;
                padding: 20px 0 60px;
        }
        .home-banner-text .banner-caption {
                padding-top: 40px;
        }
        .header-right-call a {
                font-size: 22px;
        }
        .home-banner-text h2 {
                font-size: 30px;
        }
        .home-banner-text h4 {
                font-size: 18px;
        }
        .banner-caption ul {
                max-width: 220px;
                margin: auto;
        }
        .home-banner-text ul li {
                line-height: 22px;
                display: block;
        }
        .front-page-1 {
                background-size: cover;
        }
        .banner-big-button .button {
                font-size: 15px;
        }
        .home-practice-section ul li img {
                min-height: 180px;
        }
        .home-practice-section ul li a {
                padding: 60px 20px 20px;
        }
        .home-text-section h3,
        .home-text-section-bottom h2,
        .home-lefttextimg-section h2{
                font-size: 24px;
        }
        .home-text-section, .home-text-section-bottom {
                font-size: 15px;
        }
        
        .home-text-section p,
        .home-text-section-bottom p {
                margin: 0 0 20px;
        }
        .home-colorfulbox-section ul li {
                width: 90%;
                margin: 0 auto 30px;
                text-align: center;
        }
        .home-colorfulbox-section ul li:nth-child(3) {
                background-color: #9e2a2b;
        }
        .home-colorfulbox-section ul li:nth-child(4) {
                background-color: #1c6e8c;
        }
        .home-about-image {
                width: 90%;
        }
        .home-about-image img {
                height: 470px;
                object-fit: cover;
                object-position: 0 0;
        }
        .home-about-text {
                padding: 0;
        }
        .home-banner-section .home-banner-text:after {
                content: '';
                width: 20%;
                height: 100%;
                top: 0;
                right: -20%;
                position: absolute;
                background-color: #9e2a2b;
        }
        .wppsac-post-content-position {
                background-image: linear-gradient(to right, #f4f4f4, #fff, #f4f4f4);
                padding: 18px 32px 10px;
        }
        .wppsac-post-content-position:before {
                left: 32px;
        }
        .footer-form-section {
                display: block;
                padding: 60px 40px;
        }
        .footer-form-section .footer-form-text,
        .footer-form-section .footer-form-field {
                width: 100%;
        }
        .footer-form-section .footer-form-text {
                border-right: 0;
                padding-right: 0;
        }
        .footer-form-section .footer-form-field {
                border-left: 0;
                padding-left: 0;
                margin-left: 0;
        }
        .footer-form-section .footer-form-text h3 {
                line-height: 34px;
                max-width: 330px;
                margin: 0 auto 40px;
                position: relative;
                padding-bottom: 30px;
        }
        .footer-form-section .footer-form-text h3:before,
        .footer-form-section .footer-form-text h3:after {
                content: '';
                width: 100%;
                height: 2px;
                position: absolute;
                left: 0;
        }
        .footer-form-section .footer-form-text h3:before {
                background-color: #9e2a2b;
                bottom: 0;
        }
        .footer-form-section .footer-form-text h3:after {
                background-color: #1c6e8c;
                bottom: -4px;
        }
        #gform_1 .gform-body .left-field,
        #gform_1 .gform-body .right-field {
                width: 100%;
        }
        #gform_1 .gform-body .gfield {
                margin-bottom: 10px;
        }
        .blog-page-header-image .archive-title {
                font-size: 30px;
        }
        .sidebar .wppsac-post-carousel.design-1 .slick-arrow {
                top: 50%;
                bottom: auto;
        }
        .sidebar .wppsac-post-carousel.design-1 .slick-prev {
                left: 0 !important;
        }
        .sidebar .wppsac-post-carousel.design-1 .slick-next {
                right: 0 !important;
        }
        .post-more-link {
                left: auto;
                bottom: auto;
                position: relative;
                margin-top: 25px;
        }
        .entry-footer {
                text-align: left;
                margin-top: 0;
        }
        .entry-footer p.entry-meta {
                width: 100%;
                float: none;
        }
        .entry-content {
                font-size: 15px;
        }
        #gform_1 .gform_footer {
                text-align: center;
        }
        .home-colorfulbox-section ul ul li {
                padding: 0px;
                margin: 0 0 15px 0;
        }
        .home-colorfulbox-section ul ul li:before {
                position: relative;
                margin-right: 10px;
        }
        .home-colorfulbox-section ul li:first-child {
                margin-right: auto;
        }
}

@media only screen and (max-width: 620px) {
        .home-banner-section .home-banner-text:before,
        .home-banner-section .home-banner-text:after,
        .front-page-1:after {
                display: none;
        }
        .front-page-1 {
                background-size: 620px;
                background-position: 50% 0;
                background-color: #f1f2f4;
        }
        .front-page-1 .image-section .flexible-widgets {
                padding-top: 300px;
        }
        .home-banner-section {
                background-color: #9e2a2b;
        }
        .home-banner-section .home-banner-text {
                float: none;
                margin: auto;
                padding: 20px 0 50px;
        }
        .home-about-image img {
                height: 400px;
        }
        .header-right-call {
                -webkit-justify-content: center;
                justify-content: center;
                float: none;
        }
        .footer-address-section {
                display: block;
        }
        .footer-address-wrap {
                margin: 15px auto 0;
        }
        .footer-address-wrap:first-child {
                margin-bottom: 60px;
        }
        .sidebar #gform_1 {
                padding: 0;
        }
        .big-leader .wrap,
        .blog-page-header-image .wrap {
                bottom: 30% !important;
        }
        .entry-title {
                font-size: 26px;
        }
        .has-leader .site-inner,
        .blog .site-inner {
                margin-top: 50px !important;
        }
        .wp-block-image .alignleft,
        .wp-block-image .alignright,
        .alignleft,
        .alignright {
                float: none !important;
                margin: .5em 0 !important;
        }
}

@media only screen and (max-width: 480px) {
	.header-right-call:before {
                width: 30px;
                height: 30px;
                margin-right: 8px;
        }
        .header-right-call a {
                font-size: 20px;
        }
        .title-area {
                width: 250px;
        }
        .header-image .site-title > a {
                height: 20px;
        }
        .menu-toggle {
                top: 12px;
        }
        .front-page-1 {
                background-size: 500px;
        }
        .front-page-1 .image-section .flexible-widgets {
                padding-top: 200px;
        }
        .home-banner-section .home-banner-text {
                padding: 20px 0 40px;
        }
        .home-practice-section ul li {
                width: 90%;
                margin: 0 auto 30px;
        }
        .front-page-3 .widget-title {
                margin-bottom: 30px;
        }
        .home-colorfulbox-section ul li {
                width: 100%;
                padding: 30px 20px;
        }
        .home-about-image img {
                height: 300px;
        }
        .home-about-text h4 {
                font-size: 18px;
                line-height: 26px;
        }
        .home-about-text {
                font-size: 15px;
        }
        button,
        input[type="button"],
        input[type="reset"],
        input[type="submit"],
        .button,
        .site-container div.wpforms-container-full .wpforms-form input[type="submit"],
        .site-container div.wpforms-container-full .wpforms-form button[type="submit"],
        .widget .button {
                font-size: 16px;
                padding: 10px 25px;
        }
        .footer-form-section {
                padding: 40px 20px;
        }
        .footer-form-section .footer-form-text h3 {
                font-size: 22px;
                max-width: 270px;
                padding-bottom: 20px;
        }
        .footer-about-text {
                font-size: 18px;
        }
        .site-footer p,
        .footer-links {
                font-size: 15px;
        }
        .site-footer {
                padding: 25px 5%;
        }
        .big-leader .wrap,
        .blog-page-header-image .wrap {
                bottom: 20% !important;
        }
        .big-leader .featured-image-overlay {
                font-size: 20px;
        }
        .wp-post-image {
                margin-bottom: 20px;
        }
}

@media only screen and (max-width: 360px) {
        .title-area {
                width: 200px;
        }
        .header-image .site-title > a {
                height: 15px;
        }
        .menu-toggle {
                top: 10px;
        }
        .home-banner-section .home-banner-text {
                width: 100%;
        }
        .banner-big-button .button {
                font-size: 13px;
        }
        .home-practice-section ul li {
                width: 100%;
        }
        .sidebar .widget-title {
                font-size: 20px;
        }
}
