/*
 * Theme Name: Legal Pro
 * Theme URI: https://seothemes.com/themes/legal-pro/
 * Author: SEO Themes
 * Author URI: https://seothemes.com
 * Description: Genesis starter theme with a modern development workflow.
 * Version: 3.0.0
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: legal-pro
 * Domain Path: /languages
 * Template: genesis
 */
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure and Layout
	- Site Containers
	- Gallery
	- Widgets
	- Featured Content
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Responsive Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Sidebars
- Site Footer
	- Footer Widgets
- Front Page
- Inner Pages
- Print Styles
*/
/* Variables
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
/* ## Partials
--------------------------------------------- */
/* # 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;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	color: #000000;
	background-color: #ffff00;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	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;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	overflow: visible;
	box-sizing: content-box;
	height: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
}

optgroup {
	font-weight: 600;
}

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 {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	display: table;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	color: inherit;
	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 {
	opacity: 0.54;
	color: inherit;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* ## 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,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	display: table;
	content: ' ';
}

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

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	background-color: #2f2f2f;
	font-size: 62.5%;
	/* 10px browser default */
}

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

body {
	overflow-x: hidden;
	margin: 0;
	color: #4c5659;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button,
.gallery img {
	transition: all 0.1s ease-in-out;
}

a {
	color: #7c8b8f;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #4c5659;
	text-decoration: none;
}

p {
	display: block;
	margin: 0 0 2.4rem;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	display: block;
	clear: both;
	margin: 2.4rem 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-collapse: collapse;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

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

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

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

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

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 15px;
	font-size: 1.5rem;
}

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	width: 100%;
	padding: 14px 20px;
	border: 1px solid #dddddd;
	border-radius: 0;
	color: #4c5659;
	background-color: #ffffff;
	box-shadow: none;
	font-weight: 400;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #00acf2;
	outline: none;
}

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

input[type='search'] {
	-webkit-appearance: none;
	border-radius: 0;
}

::-moz-placeholder {
	opacity: 1;
	color: #4c5659;
}

::-webkit-input-placeholder {
	color: #4c5659;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	display: inline-block;
	width: auto;
	margin-bottom: 1em;
	padding: 15px 40px;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	background: #00acf2;
	box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0);
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
.button:hover,
.button:focus {
	color: #ffffff;
	box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.15);
}

button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.button.small {
	padding: 11px 22px;
	font-size: 1.2rem;
}

button.secondary,
input[type='button'].secondary,
input[type='reset'].secondary,
input[type='submit'].secondary,
.button.secondary {
	background-color: #4c5659;
}

button.light,
input[type='button'].light,
input[type='reset'].light,
input[type='submit'].light,
.button.light {
	background-color: #7c8b8f;
}

button:disabled,
button:disabled:hover,
input[type='button']:disabled,
input[type='button']:disabled:hover,
input[type='reset']:disabled,
input[type='reset']:disabled:hover,
input[type='submit']:disabled,
input[type='submit']:disabled:hover,
.button:disabled,
.button:disabled:hover {
	border-width: 0;
	color: #777777;
	background-color: #eeeeee;
	cursor: not-allowed;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	padding: 0 6px;
	font-weight: 400;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

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

.more-link {
	position: relative;
}

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

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

/* Display outline on focus */
:focus {
	outline: #cccccc solid 1px;
	color: #4c5659;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	padding-right: 5%;
	padding-left: 5%;
}

.site-inner {
	clear: both;
	padding: 0 0 50px;
	background-color: #ffffff;
	word-wrap: break-word;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */

/* Column Classes
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery img {
	height: auto;
}

.gallery-item {
	float: left;
	margin: 0 0 2.564102564102564% 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item:nth-child(1n+1),
.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;
	margin-left: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

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

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	padding: 0;
	background: none;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

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

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

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

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	padding: 0 0 12px;
}

.breadcrumb a {
	color: #f6f6f7;
}

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

.after-entry,
.author-box {
	margin-bottom: 5%;
	background-color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

.entry-content .search-form {
	width: 50%;
	margin-bottom: 40px;
}

.post-password-form input[type='submit'],
.search-form input[type='submit'] {
	margin-top: 10px;
}

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

/* ## Titles
--------------------------------------------- */
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title a {
	color: #4c5659;
	text-decoration: none;
}

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

.widget-title {
	margin-bottom: 1.2em;
	font-size: 18px;
	font-size: 1.8rem;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

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

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

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

.wp-caption-text {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}

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

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

a.post-edit-link {
	display: none;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews {
	padding: 2.5rem;
}

.sidebar .enews h3 {
	margin-bottom: 1.2rem;
	font-size: 2.2rem;
}

.sidebar .enews p {
	font-size: 1.4rem;
}

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #ffffff;
}

.sidebar .widget.enews-widget {
	background-color: #7c8b8f;
}

.sidebar .enews-widget input[type='submit'] {
	color: #ffffff;
	background-color: #00acf2;
}

.enews-widget input {
	margin-bottom: 1em;
}

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

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

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

/* ## Genesis Testimonial Slider
--------------------------------------------- */
.lSSlideOuter .lightSlider {
	height: 100% !important;
	margin-top: 2.5rem;
}

.lSSlideOuter .lSAction {
	-webkit-filter: brightness(0.5);
	        filter: brightness(0.5);
}

.lSSlideOuter .lSAction a {
	background-image: none;
}

.lSSlideOuter .lSPager.lSpg {
	text-align: left;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #ffffff;
}

.lSSlideOuter li {
	position: relative;
	height: 100% !important;
	text-align: left !important;
}

.lSSlideOuter li:last-of-type {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.lSSlideOuter blockquote {
	max-width: 900px;
	margin: 0 auto 4rem;
	color: #f6f6f7;
}

.lSSlideOuter h5 {
	font-size: 1.6rem;
}

.lSSlideOuter h5:before {
	content: '- ';
}

/* # Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li {
	margin: 0 1rem 0 0 !important;
}

/* # WooCommerce
--------------------------------------------- */
.woocommerce .checkout .first .col-1 {
	width: 100%;
}

.woocommerce ul.products li.product:last-of-type,
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	background-size: cover;
}

.site-header .fixed {
	position: fixed;
}

.site-header.shrink > .wrap {
	padding: 0;
}

.header-image .site-header {
	background-position: center !important;
	background-size: cover !important;
}

.site-header .search-form {
	float: right;
	margin: 0;
}

.site-header .search-form input[type='search'] {
	padding: 14px;
}

/* ## Before Header
--------------------------------------------- */
.before-header {
	padding: 5px 0;
	color: #f6f6f7;
	background-color: #2f2f2f;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
}

.before-header .wrap {
	position: relative;
}

.before-header .widget,
.before-header p {
	margin-bottom: 0;
}

.before-header a {
	color: #f6f6f7;
}

.before-header a:hover {
	color: #ffffff;
}

.before-header .fa {
	color: #00acf2;
}

.before-header .close {
	position: absolute;
	z-index: 2;
	top: calc(50% - 10px);
	right: 5%;
	cursor: pointer;
}

/* ## Header
--------------------------------------------- */
.header {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	width: 220px;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
}

.site-title {
	margin-bottom: 0;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.1;
}

.site-title a {
	color: #2f2f2f;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: #4c5659;
	text-decoration: none;
}

.site-description {
	margin-bottom: 0;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.2;
}

.wp-custom-logo .title-area {
	max-width: 300px;
	height: 60px;
	padding: 15px 0;
}

.wp-custom-logo .custom-logo-link {
	display: block;
	height: 30px;
	line-height: 30px;
	line-height: 3rem;
}

.wp-custom-logo .custom-logo-link img {
	width: auto;
	max-height: 100%;
	margin: auto;
	vertical-align: middle;
}

/* ## Header widget area
--------------------------------------------- */
.header-widget-area {
	display: none;
	float: right;
	position: relative;
	padding: 10px 0 0 30px;
}

.header-widget-area .widget,
.header-widget-area .button,
.header-widget-area button {
	margin-bottom: 0;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	width: 100%;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu .menu-item:last-of-type a {
	padding-right: 0;
}

.genesis-nav-menu a {
	display: block;
	padding: 16px 0;
	color: #4c5659;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #7c8b8f;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu a {
	padding-left: 10px;
	text-align: left;
}

.genesis-nav-menu .sub-menu .sub-menu {
	padding-left: 1em;
}

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

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

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

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

.genesis-nav-menu .fa-search {
	display: none;
	float: right;
	padding: 0 0 0 2rem;
	color: #7c8b8f;
	font-size: 2rem;
	line-height: 12;
	cursor: pointer;
}

.genesis-nav-menu .search {
	display: block;
	position: relative;
	right: 0;
	width: 100%;
	padding: 2rem 0 3rem;
	background-color: #ffffff;
	box-shadow: -40px 0 40px -40px #ffffff;
}

.genesis-nav-menu .search .search-form {
	float: left;
	width: 100%;
}

.genesis-nav-menu .search .search-form input {
	margin-top: 0;
	font-size: 1.6rem;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu {
	padding: 10px 0;
}

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

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Nav Primary
--------------------------------------------- */
.nav-primary {
	display: none;
	clear: both;
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

.nav-primary .wrap {
	max-width: 100%;
	padding: 0;
}

/* ## Nav Secondary
--------------------------------------------- */
.nav-secondary {
	clear: both;
	width: 100%;
	background-color: #f6f6f7;
}

.nav-secondary .wrap {
	display: none;
}

.nav-secondary .menu > .menu-item a {
	background-color: #f6f6f7;
}

/* ## Responsive Navigation
--------------------------------------------- */
.menu-toggle {
	display: block;
	float: right;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	right: 0;
	margin: 0 auto;
	padding: 20px 25px 20px 0;
	border-width: 0;
	color: #4c5659;
	background-color: transparent;
	line-height: 20px;
	line-height: 2rem;
	text-align: center;
}

.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover {
	outline: none;
	color: #4c5659;
	box-shadow: none;
}

.menu-toggle span {
	display: block;
	float: left;
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
	width: 20px;
	height: 2px;
	background-color: #4c5659;
	transition: all 0.15s ease;
}

.menu-toggle span:nth-of-type(2),
.menu-toggle span:nth-of-type(3) {
	top: calc(50% - 1px);
}

.menu-toggle span:nth-of-type(4) {
	top: calc(50% + 5px);
}

.menu-toggle.activated span {
	top: calc(50% - 1px);
	opacity: 0;
}

.menu-toggle.activated span:nth-of-type(2) {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-toggle.activated span:nth-of-type(3) {
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.menu-toggle.toggle-secondary {
	float: none;
	margin: 0 auto;
	padding: 15px 25px 15px 0;
}

.sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	border-width: 0;
	background-color: transparent;
}

.sub-menu-toggle:before {
	display: block;
	position: absolute;
	top: calc(50% - 2.5px);
	right: calc(50% - 5px);
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #4c5659;
	content: ' ';
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	text-rendering: auto;
}

.sub-menu-toggle.activated:before {
	border-top: none;
	border-bottom: 5px solid #1c1f4c;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .menu-item {
	float: left;
	width: 50%;
}

.site-footer .sub-menu .menu-item {
	display: none;
}

/* ## Page titles
--------------------------------------------- */
.hero-section {
	margin-bottom: 40px;
	padding: 40px 0;
	color: #ffffff;
	background-position: center;
	background-size: cover;
	box-shadow: none !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.hero-section:before {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	box-shadow: -600px 0 0 300px #4c5659;
	content: ' ';
	background: linear-gradient(to right, #4c5659 0%, rgba(76, 86, 89, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c5659", endColorstr="#004c5659", GradientType=1);
}

.hero-section:after {
	display: block;
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	margin: 0 auto;
	opacity: 0.382;
	background-color: #4c5659;
	content: ' ';
}

.hero-section p {
	color: #f6f6f7;
}

.hero-section .entry-title,
.hero-section .archive-title {
	float: left;
	margin-bottom: 0;
}

.hero-section p,
.hero-section .breadcrumb {
	display: block;
	clear: both;
	width: 100%;
	padding: 1rem 0 0;
	line-height: 1.382;
}

.hero-section p {
	margin-bottom: 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 5%;
}

.page .entry:last-of-type,
.archive .entry:last-of-type,
.single .entry {
	margin-bottom: 0;
}

.entry .entry-title {
	color: #4c5659;
}

.entry .entry-title:hover {
	color: #7c8b8f;
}

.entry > img {
	display: block;
	margin-bottom: 40px;
}

.entry-content {
	margin-bottom: 4rem;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 {
	color: #eeeeee;
	background-color: #4c5659;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-image-link {
	display: block;
	overflow: auto;
	margin-bottom: 2rem;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
	margin: 0 0 2.4rem;
	text-transform: capitalize;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: inline-block;
}

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

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 5% auto 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	display: inline-block;
	padding: 8px 12px;
	color: #4c5659;
	background-color: #f6f6f7;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.archive-pagination li a {
	margin-bottom: 4px;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	color: #ffffff;
	background-color: #00acf2;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-top: 5%;
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list li .depth-1 {
	padding-left: 0;
}

.comment-content {
	clear: both;
}

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

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-submit {
	margin-bottom: 0;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	margin: 10% auto 5%;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .widget_categories li {
	text-transform: uppercase;
}

.sidebar .widget_categories li:before {
	margin-right: 0.5em;
	color: #00acf2;
	font-weight: 600;
	content: '+';
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	color: #7c8b8f;
	background-color: #2f2f2f;
	font-size: 1.4rem;
	line-height: 1.2;
}

.site-footer a:hover {
	color: #ffffff;
}

.site-footer .fa {
	color: #00acf2;
}

.site-footer .site-title,
.site-footer .site-description {
	color: #f6f6f7;
	text-transform: uppercase;
}

.site-footer .site-description {
	margin-bottom: 2.4rem;
}

.before-footer {
	padding: 50px 0;
	color: #f6f6f7;
	background-color: #00acf2;
}

.before-footer .widget {
	margin-bottom: 2rem;
}

.before-footer .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer h2 {
	margin-bottom: 0;
}

.before-footer input {
	float: left;
	width: 70%;
	margin-bottom: 0;
}

.before-footer input[type='submit'] {
	width: 30%;
	padding: 15px 0;
	background-color: #4c5659;
}

.before-footer .widget_ninja_forms_widget .text-wrap {
	float: left;
	width: 70%;
}

.before-footer .widget_ninja_forms_widget .submit-wrap {
	float: left;
	width: 30%;
}

.before-footer .widget_ninja_forms_widget input[type='submit'] {
	width: 100%;
}

.footer-widgets {
	padding: 50px 0;
}

.footer-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	margin-bottom: 2.4rem;
	color: #f6f6f7;
	font-size: 1.6rem;
}

.footer-widgets .enews input {
	float: left;
	width: 70%;
}

.footer-widgets .enews input[type='submit'] {
	width: 30%;
	padding: 15px 0;
}

.footer-credits {
	padding: 50px 0;
	background-color: rgba(0, 0, 0, 0.1);
	font-size: 1.4rem;
}

.footer-credits .widget {
	margin-bottom: 2rem;
}

.footer-credits .widget:last-of-type {
	margin-bottom: 0;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5 {
	padding: 50px 0;
	background-color: #ffffff;
	background-position: center;
	background-size: cover;
}

.front-page-1:last-of-type,
.front-page-2:last-of-type,
.front-page-3:last-of-type,
.front-page-4:last-of-type,
.front-page-5:last-of-type {
	border-bottom: none;
}

.front-page-1,
.front-page-5 {
	color: #ffffff;
	background-color: #f6f6f7;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.front-page-1:before,
.front-page-5:before {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	box-shadow: -600px 0 0 300px #4c5659;
	content: ' ';
	background: linear-gradient(to right, #4c5659 0%, rgba(76, 86, 89, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c5659", endColorstr="#004c5659", GradientType=1);
}

.front-page-1:after,
.front-page-5:after {
	display: block;
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	margin: 0 auto;
	opacity: 0.382;
	background-color: #4c5659;
	content: ' ';
}

.front-page-1 p,
.front-page-5 p {
	color: #f6f6f7;
}

.front-page-1 {
	overflow: hidden;
	padding: 100px 0;
}

.front-page-1 .wp-custom-header {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.front-page-1 .wp-custom-header img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

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

.front-page-2 {
	text-align: center;
}

.front-page-2 p {
	max-width: 800px;
	margin: 0 auto 5rem;
	color: #7c8b8f;
}

.front-page-2 ul {
	display: block;
	overflow: auto;
	margin: 0 auto 5rem;
	padding: 0;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
}

.front-page-2 ul li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 5% 0;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	box-shadow: inset 0 0 0 0 #00acf2;
	transition: all 0.3s ease;
}

.front-page-2 ul li:hover {
	box-shadow: inset 0 0 0 2px #00acf2;
}

.front-page-2 ul li:hover span:after {
	background-color: #00acf2;
}

.front-page-2 ul li:last-of-type {
	padding-bottom: 5%;
}

.front-page-2 .fa {
	display: block;
	color: #00acf2;
	font-size: 4rem;
}

.front-page-2 .fa:after {
	display: block;
	width: 90px;
	height: 2px;
	margin: 1rem auto;
	background-color: #eeeeee;
	content: ' ';
	transition: all 0.3s ease;
}

.front-page-2 .button,
.front-page-2 button {
	display: block;
	margin: 0 auto;
}

.front-page-3 {
	background-color: #f6f6f7;
}

.front-page-3 iframe {
	float: right;
	width: 100%;
}

.front-page-4 {
	text-align: center;
}

.front-page-4 p {
	max-width: 800px;
	margin: 0 auto 2.4rem;
	color: #7c8b8f;
}

.front-page-4 .one-half,
.front-page-4 .one-third,
.front-page-4 .one-fourth,
.front-page-4 .one-sixth {
	margin-top: 7rem;
	margin-bottom: 5rem;
	padding: 3rem 2.5%;
	border: 1px solid #eeeeee;
}

.front-page-4 .icon-widget {
	display: flex;
	flex-wrap: wrap;
}

.front-page-4 .widget-title {
	width: 100%;
}

.front-page-4 .fa {
	display: inline-flex;
	align-items: center;
	align-content: center;
	margin: -7rem auto 2rem;
	border: 1px solid #eeeeee;
	line-height: 1;
	text-align: center;
}

.front-page-4 .fa:before {
	display: block;
	height: 1em;
	width: 1em;
}

.front-page-4 strong {
	display: block;
	margin: 0 auto 1rem;
	text-transform: uppercase;
}

.front-page-5 .widget_media_image:first-of-type {
	z-index: -3;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.front-page-5 .widget_media_image:first-of-type img,
.front-page-5 .widget_media_image:first-of-type .widget-wrap {
	height: 100%;
	width: 100%;
}

/* # Inner Pages
---------------------------------------------------------------------------------------------------- */
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media (min-width: 860px) {
	body > div {
		font-size: 1.5rem;
	}
	body {
		font-size: 15px;
		font-size: 1.5rem;
	}
	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	h2 {
		font-size: 30px;
		font-size: 3rem;
	}
	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	h4 {
		font-size: 20px;
		font-size: 2rem;
	}
	h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.wrap {
		max-width: 90%;
		padding: 0;
	}
	.site-inner {
		padding: 0 0 60px;
	}
	.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;
	}
	.gallery-item {
		margin: 0 0 2.564102564102564% 2.564102564102564%;
	}
	.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		width: 48.717948717948715%;
	}
	.gallery-columns-3 .gallery-item {
		width: 31.623931623931625%;
	}
	.gallery-columns-4 .gallery-item {
		width: 23.076923076923077%;
	}
	.gallery-columns-5 .gallery-item {
		width: 17.9487179487179488%;
	}
	.gallery-columns-6 .gallery-item {
		width: 14.52991452991453%;
	}
	.gallery-columns-7 .gallery-item {
		width: 12.08791208791209%;
	}
	.gallery-columns-8 .gallery-item {
		width: 10.25641025641026%;
	}
	.gallery-columns-9 .gallery-item {
		width: 8.83190883190883%;
	}
	.after-entry,
	.author-box {
		margin-bottom: 40px;
	}
	.sidebar .enews {
		padding: 10%;
	}
	.before-header {
		padding: 10px 0;
	}
	.before-header .close {
		right: 0;
	}
	.title-area {
		padding: 20px 0;
	}
	.wp-custom-logo .title-area {
		height: 80px;
		padding: 15px 0;
	}
	.wp-custom-logo .custom-logo-link {
		height: 50px;
		line-height: 50px;
		line-height: 5rem;
	}
	.header-widget-area {
		display: block;
		padding: 20px 0 20px 40px;
	}
	.menu-toggle {
		padding: 30px 30px 30px 0;
	}
	.hero-section:before {
		max-width: 90%;
	}
	.hero-section {
		margin-bottom: 60px;
		padding: 75px 0;
	}
	.hero-section p {
		float: none;
		clear: both;
		max-width: 720px;
	}
	.entry {
		margin-bottom: 40px;
	}
	.pagination {
		margin: 40px 0 0;
	}
	.archive-pagination li a {
		margin-bottom: 0;
	}
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-top: 40px;
	}
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
	.sidebar {
		margin: 0 auto 40px;
	}
	.sidebar .widget {
		margin-bottom: 6rem;
	}
	.site-footer .widget {
		margin-bottom: 0;
	}
	.before-footer .widget {
		margin-bottom: 0;
	}
	.footer-widgets {
		display: flex;
		padding: 100px 0;
	}
	.footer-widgets .widget-area {
		flex: 1;
	}
	.footer-credits {
		line-height: 2;
	}
	.footer-credits .widget {
		margin-bottom: 0;
	}
	.footer-credits .widget:last-of-type .alignleft {
		float: right;
		text-align: right;
	}
	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5 {
		padding: 100px 0;
	}
	.front-page-1:before,
	.front-page-5:before {
		max-width: 90%;
	}
	.front-page-1 {
		padding: 160px 0;
	}
	.front-page-2 ul {
		margin-bottom: 7rem;
	}
	.front-page-2 ul li {
		width: 25%;
		padding: 2.5% 0;
	}
	.front-page-2 ul li:last-of-type {
		padding-bottom: 2.5%;
	}
	.front-page-2 .fa {
		font-size: 5rem;
	}
	.front-page-2 .fa:after {
		margin: 2rem auto;
	}
	.front-page-4 .one-half,
	.front-page-4 .one-third,
	.front-page-4 .one-fourth,
	.front-page-4 .one-sixth {
		margin-top: 4rem;
		margin-bottom: 7rem;
		padding-top: 2.5%;
	}
}
@media (min-width: 1023px) {
	.wrap {
		max-width: 960px;
	}
	.content {
		float: right;
		width: 620px;
	}
	.content-sidebar .content {
		float: left;
	}
	.full-width-content .content {
		width: 100%;
	}
	.sidebar-primary {
		float: right;
		width: 300px;
	}
	.sidebar-content .sidebar-primary {
		float: left;
	}
	.site-header > .wrap {
		max-width: 90%;
	}
	.site-header .search-form {
		float: right;
		margin: 12px auto 0;
	}
	.title-area {
		float: left;
		padding: 40px 0;
	}
	.site-title {
		text-align: left;
	}
	.site-description {
		text-align: left;
	}
	.wp-custom-logo .title-area {
		height: 120px;
		padding: 30px 0;
	}
	.wp-custom-logo .custom-logo-link {
		height: 60px;
		line-height: 60px;
		line-height: 6rem;
	}
	.header-widget-area {
		padding: 40px 0 40px 40px;
	}
	.genesis-nav-menu .menu-item {
		float: left;
		width: auto;
		text-align: right;
	}
	.genesis-nav-menu a {
		padding: 53px 20px;
	}
	.genesis-nav-menu .sub-menu {
		position: absolute;
		z-index: 99;
		width: 200px;
	}
	.genesis-nav-menu .sub-menu a {
		position: relative;
		width: 200px;
		padding: 20px;
		background-color: #ffffff;
		word-wrap: break-word;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -56px 0 0 199px;
		padding-left: 0;
	}
	.genesis-nav-menu .fa-search {
		display: block;
	}
	.genesis-nav-menu .search {
		display: none;
		position: absolute;
		right: 3rem;
		padding: 36px 0;
	}
	.genesis-nav-menu .search .search-form {
		width: 95%;
	}
	.genesis-nav-menu .search .search-form input {
		border: none;
	}
	.menu {
		padding: 0;
	}
	.nav-primary {
		display: block !important;
		float: right;
		clear: none;
		width: calc(100% - 200px);
		width: auto;
		background-color: transparent;
	}
	.nav-secondary .wrap {
		display: block;
	}
	.nav-secondary .menu > .menu-item a {
		padding: 25px;
	}
	.nav-secondary .menu > .menu-item:first-of-type > a {
		padding-left: 0;
	}
	.menu-toggle {
		display: none;
	}
	.menu-toggle.toggle-secondary {
		padding: 20px 25px 20px 0;
	}
	.sub-menu-toggle {
		display: none;
	}
}
@media (min-width: 1200px) {
	.wrap {
		max-width: 1140px;
	}
	.content {
		width: 800px;
		max-width: 61.8%;
	}
	.sidebar-primary {
		width: 400px;
		max-width: 33.2%;
	}
	.full-width-content .content {
		max-width: 100%;
	}
	.site-header > .wrap {
		max-width: 1140px;
	}
}
@media (min-width: 1340px) {
	.wrap {
		max-width: 1280px;
	}
	.site-header > .wrap {
		max-width: 1280px;
	}
	.hero-section:before {
		max-width: 1280px;
	}
	.front-page-1:before,
	.front-page-5:before {
		max-width: 1280px;
	}
}
@media print {
	*,
	*:before,
	*:after {
		color: #000000 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		width: 100%;
		text-align: center;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		position: relative;
		top: -100px;
		padding-top: 0;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/*# sourceMappingURL=style.css.map */
