/*
 * Theme Name: Alida
 * Theme URI: http://purplecrm.com/
 * 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: restaurant-pro
 * Domain Path: /languages
 * Template: genesis
 */
/* # Table of Contents
- Utilities
	- Variables
	- Mixins
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Pricing Table
- Front Page
- Sidebars
- Footer Widgets
- Site Footer
- Print Styles
*/
/* # Utilities
---------------------------------------------------------------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* ### Colors */
/* ### Font Weights */
/* ### Font Families */
/* ## Mixins
--------------------------------------------- */
/* ### Media Queries */

/* ### Clearfix */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
@font-face {
  font-family: Bagerich;
  src: url(/wp-content/themes/restaurant-pro-3.0.0/fonts/Bagerich.ttf);
}
@font-face {
  font-family: NeutraText-Bold;
  src: url(/wp-content/themes/restaurant-pro-3.0.0/fonts/NeutraText-Bold.otf);
}

@font-face {
  font-family: NeutraText-BoldItalic;
  src: url(/wp-content/themes/restaurant-pro-3.0.0/fonts/NeutraText-BoldItalic.otf);
}
@font-face {
  font-family: NeutraText-Book;
  src: url(/wp-content/themes/restaurant-pro-3.0.0/fonts/NeutraText-Book.otf);
}
@font-face {
  font-family: NeutraText-BookItalic;
  src: url(/wp-content/themes/restaurant-pro-3.0.0/fonts/NeutraText-BookItalic.otf);
}
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
--------------------------------------------- */
html {
	background-color: #232323;
	/* iOS fix */
	font-size: 62.5%;
	/* 10px browser default */
}

body {
	display: block;
	overflow-x: hidden;
	max-width: 100vw;
	height: 100%;
	margin: 0;
	color: #202945;																		/* PCRM CCL color: #232d4b; */
	background-color: #ffffff;
	font-family: NeutraText-Book;
	/* font-family: 'montserrat', sans-serif;*/
	font-size: 2.6rem;																	/* PCRM CCL font-size: 1.6rem; */
	font-weight: 300;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Chrome fix */
}

body > div {
	font-size: 1.9rem;																	/* PCRM CCL font-size: 1.5rem; */
}

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: #EABFB0;																		/* PCRM color: #ddbb55; */
	text-decoration: none;
}

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

p {
	margin: 0 0 1.618em;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	clear: both;
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-collapse: collapse;
}

b,
strong {
	font-weight: 500;
}

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

mark {
	color: #000000;
	background: #eeeeee;
}

blockquote {
	margin: 1em;
}

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

.display {
	font-family: 'Bagerich', cursive;												/* PCRM font-family: 'great vibes', cursive; */
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em;
	font-weight: 500;
	line-height: 1.2;
	font-family: Bagerich;
}

h1 {
	font-size: 7rem;																/* PCRM CCL font-size: 3rem; */
}

h2 {
	font-size: 5.4rem;															/* PCRM CCL font-size: 2.4rem; */
}

h3 {
	font-size: 4rem;																/* PCRM CCL font-size: 2rem; */
}

h4 {
	font-size: 2.8rem;															/* PCRM CCL font-size: 1.8rem; */
}

h5 {
	font-size: 1.7rem;
}

h6 {
	font-size: 1.6rem;
}

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery img {
	display: block;
	height: auto;
}

.gallery-caption {
	display: block;
}

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

.gallery-item a {
	display: block;
}

.gallery-item a:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	opacity: 0;
	background-color: #EABFB0;																		/* PCRM color: #ddbb55; */
	content: ' ';
	transition: all 0.5s ease;
	pointer-events: none;
}

.gallery-item a:after {
	display: block;
	position: absolute;
	z-index: 2;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	opacity: 0;
	color: #ffffff;
	font-family: dashicons, sans-serif;
	font-size: 2rem;
	content: '\f132';
	transition: all 0.5s ease;
	pointer-events: none;
}

.gallery-item a:hover:before {
	opacity: 0.82;
}

.gallery-item a:hover:after {
	top: 0;
	opacity: 1;
}

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

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

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	width: 100%;
	padding: 1em;
	border: 2px solid #eeeeee;
	border-radius: 0;
	color: #333333;
	background-color: #ffffff;
	font-size: 1.2rem;
	font-weight: 300;
}

input:focus,
textarea:focus {
	border: 2px solid #999999;
	outline: none;
}

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

select {
	height: 40px;
}

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

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

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	display: inline-block;
	width: auto;
	padding: 1em 2.236em;
	border: 0;
	color: #ffffff;
	background-color: #EABFB0;																		/* PCRM color: #ddbb55; */
	font-size: 1.2rem;
	font-weight: 500;
	white-space: normal;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}

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:focus,
.button:hover {
	background-color: #8B734C;
}

button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.button.small {
	padding: 8px 24px;
	font-size: 1rem;
}

button.outline,
input[type='button'].outline,
input[type='reset'].outline,
input[type='submit'].outline,
.button.outline {
	color: #8B734C;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #8B734C;
}

button.outline:focus,
button.outline:hover,
input[type='button'].outline:focus,
input[type='button'].outline:hover,
input[type='reset'].outline:focus,
input[type='reset'].outline:hover,
input[type='submit'].outline:focus,
input[type='submit'].outline:hover,
.button.outline:focus,
.button.outline:hover {
	color: #ffffff;
	background-color: #8B734C;
}

.site-container button:disabled,
.site-container button: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
.button:disabled,
.site-container
.button:disabled:hover {
	border-width: 0;
	color: #999999;
	background-color: #eeeeee;
	box-shadow: inset 0 0 0 2px #999999;
	cursor: not-allowed;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #ffffff;
}

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

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

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

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

.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;
	/* Above WP toolbar. */
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	color: #333333;
	background: #ffffff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
}

.more-link {
	position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.category .site-container,
.tag .site-container,
.author .site-container,
.blog .site-container,
.page-template-page_blog .site-container {
	background-color: #f7f7f7;
}

.wrap {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.wrap .wrap {
	width: 100%;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.site-inner .wrap {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}

.single .site-inner .wrap,
.category .site-inner .wrap,
.tag .site-inner .wrap,
.author .site-inner .wrap,
.blog.full-width-content:not(.front-page) .site-inner .wrap,
.page-template-page_blog.full-width-content .site-inner .wrap,
.narrow .site-inner .wrap {
	max-width: 780px;
}

.wide .site-inner {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.wide .site-inner .entry {
	padding-right: 0;
	padding-left: 0;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Content */
.content {
	float: left;
	width: 61.8%;
}

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

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

/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: calc(38.2% - 40px);
}

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

/* ## Column Classes (Including fifths)
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

/* # 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 {
	margin-bottom: 1px;
	padding: 12px 30px;
	background-color: #ffffff;
	font-size: 1.6rem;
}

.after-entry,
.author-box {
	margin-bottom: 40px;
	padding: 60px;
	background-color: #ffffff;
	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,
.site-header .search-form {
	width: 50%;
	margin-bottom: 40px;
}

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

.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: 2rem;
}

.entry-title {
	font-size: 4rem;																/* PCRM CCL font-size: 2.4rem; */
}

.entry-title a:focus,
.entry-title a:hover {
	color: #EABFB0;																		/* PCRM color: #ddbb55; */
}

.entry-title a,
.sidebar .widget-title a {
	color: #333333;
	text-decoration: none;
     font-family: Bagerich;
}

.widget-title {
	/*font-family: 'montserrat', sans-serif*/
        font-family: Bagerich;
	font-size: 3.4rem;																/* PCRM CCL font-size: 1.4rem; */
	font-weight: 500;
	/* letter-spacing: 0.1em;
	/* text-transform: uppercase; PCRM */
	color: #202945;																		/* PCRM CCL color: #232d4b; */
}

.widget-title span {
	display: block;
	margin: 0.236em -0.382em 0.146em;
    font-family: Bagerich;					    										/* PCRM font-family: 'great vibes', cursive; */
	font-size: 8rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

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

.aligncenter {
	float: none;
	text-align: center;
}

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

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

img.alignnone,
.alignnone {
	margin-bottom: 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;
}

.gallery-caption,
.wp-caption-text {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
	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;
}

.post-edit-link {
	position: absolute;
}

/* ## Typography
--------------------------------------------- */
.text-center {
	text-align: center;
}

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

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

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

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget: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_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */
.widget.featured-content .entry {
	float: left;
	width: 23.076923076923077%;
	margin-top: 2.564102564102564%;
	margin-bottom: 0;
	margin-left: 2.564102564102564%;
	padding: 0;
	padding-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0 10px 30px rgba(100, 100, 100, 0.01);
	font-size: 1.3rem;
	transition: all 0.3s ease;
}

.widget.featured-content .entry:nth-of-type(4n + 1) {
	margin-left: 0;
}

.widget.featured-content .entry:hover {
	box-shadow: 0 10px 40px rgba(100, 100, 100, 0.1);
}

.widget.featured-content .entry > a {
	display: block;
	margin-bottom: 30px;
}

.widget.featured-content .entry > a img {
	display: block;
	min-width: 100%;
}

.widget.featured-content .entry .entry-header,
.widget.featured-content .entry .entry-content,
.widget.featured-content .entry .entry-footer {
	display: block;
	clear: both;
	padding: 0 30px;
}

.widget.featured-content .entry .entry-title {
	margin-bottom: 0.618em;
	font-size: 4rem;																/* PCRM CCL font-size: 1.8rem; */
	font-weight: 500;
}

.widget.featured-content .entry .entry-categories {
	display: block;
	float: left;
	margin-right: 1em;
	font-weight: 500;
	text-transform: uppercase;
}

.widget.featured-content .entry .entry-categories a:hover,
.widget.featured-content .entry .entry-categories a:focus {
	color: #333333;
}

.widget.featured-content .entry .entry-time {
	color: #949494;
	font-weight: 500;
	font-style: italic;
}

.widget.featured-content .entry .entry-content {
	margin-top: 0.618em;
}

.widget.featured-content .entry .more-link {
	display: block;
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	margin: 20px 0 30px;
	color: #333333;
	font-weight: 500;
}

.widget.featured-content .entry .more-link:hover,
.widget.featured-content .entry .more-link:focus {
	color: #EABFB0;																		/* PCRM color: #ddbb55; */
}

.widget.featured-content .entry .more-link:after {
	position: absolute;
	top: 0;
	margin-left: 0.5em;
	font-family: dashicons, sans-serif;
	content: '\f345';
}

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

/* ## Simple Social Icons
--------------------------------------------- */
.site-header .simple-social-icons ul li a,
.site-header .simple-social-icons ul li a:hover,
.site-header .simple-social-icons ul li a:focus {
	background-color: transparent !important;
}

.simple-social-icons .alignleft {
	margin-left: -6px;
}

/* ## WP Google Maps
--------------------------------------------- */
.full-width-content #wpgmza_map {
	left: 0 !important;
	left: 50% !important;
	width: 100vw !important;
	margin-top: 60px;
	margin-bottom: -90px;
	margin-left: -50vw;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget p {
	margin-bottom: 1em;
	font-size: 1.9rem;																/* PCRM CCL font-size: 1.4rem; */
}

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

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

.site-footer .enews-widget input[type='submit'] {
	display: block;
	width: auto;
}

.site-footer .enews-widget p {
	margin-bottom: 2rem;
}

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

/* ## Genesis Testimonials
--------------------------------------------- */
#gts-testimonials {
	padding-top: 100px;
}

.widget_gts_widget #gts-testimonials {
	padding-top: 0;
}

#gts-testimonials .wrap {
	width: 100%;
}

#gts-testimonials .testimonials-list {
	height: 100% !important;
}

#gts-testimonials .testimonials-list li {
	padding: 0 20px 0;
	text-align: left;
}

#gts-testimonials .testimonials-list li.active {
	padding-right: 40px;
	padding-left: 0;
}

#gts-testimonials .testimonials-list li.active + .lslide + .lslide {
	padding-right: 0;
	padding-left: 40px;
}

#gts-testimonials img {
	position: absolute;
	bottom: 0;
	width: 50px;
}

#gts-testimonials blockquote {
	margin: 0 0 3rem;
	color: #949494;
}

#gts-testimonials blockquote .fa {
	top: 0;
	left: 0;
	width: auto;
	height: 2em;
	color: #EABFB0;																		/* PCRM color: #ddbb55; */
	font-size: 1em;
	font-style: normal;
	letter-spacing: 0.236em;
}

#gts-testimonials h5 {
	margin-left: 60px;
	font-size: 1.4rem;
	font-weight: 500;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg {
	padding-top: 50px;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg > li a {
	background-color: #eeeeee;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg > li.active a,
#gts-testimonials .lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #EABFB0;																		/* PCRM color: #ddbb55; */
}

#gts-testimonials .lSAction > a {
	display: none;
	background-image: url(assets/images/controls.png);
}

#gts-testimonials .lSAction .lSPrev {
	left: -20px;
}

#gts-testimonials .lSAction .lSNext {
	right: -20px;
}

/* ## Instagram
--------------------------------------------- */
ul.instagram-pics li {
	float: left;
	width: 23.076923076923077%;
	margin-top: 2.564102564102564%;
	margin-bottom: 0;
	margin-left: 2.564102564102564%;
	padding: 0 !important;
}

ul.instagram-pics li:nth-of-type(4n + 1) {
	margin-left: 0;
}

ul.instagram-pics li a {
	display: block;
}

ul.instagram-pics li a img {
	display: block;
}

ul.instagram-pics + p a {
	display: block;
	position: relative;
	margin-top: 10px;
	font-weight: 500;
}

ul.instagram-pics + p a:after {
	position: absolute;
	top: 4px;
	right: -1.236em;
	font-family: dashicons, sans-serif;
	font-size: 1.4rem;
	content: '\f345';
}

/* ## Business Profile
--------------------------------------------- */
.bp-contact-card {
	color: #999999;
	font-style: normal;
}

.bp-contact-card div:before,
.bp-contact-card span:before {
	margin-left: -0.382em;
}

.site-footer .bp-contact-card div:before,
.site-footer
.bp-contact-card span:before {
	color: #EABFB0 !Important;
}

.bp-contact-card a {
	color: #333333;
	color: #999999;
}

.bp-contact-card a:hover {
	color: #333333;
}

.bp-contact-card .bp-name {
	margin-bottom: 1em;
	color: #333333;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}

.bp-contact-card .bp-opening-hours .bp-title {
	margin-bottom: 1em;
	text-align: left;
}

.bp-contact-card .bp-opening-hours .bp-weekday {
	margin-left: 1.618em;
}

.bp-contact-card .bp-address,
.bp-contact-card .bp-directions,
.bp-contact-card .bp-phone,
.bp-contact-card .bp-contact,
.bp-contact-card .bp-booking,
.bp-contact-card .bp-opening-hours-brief,
.bp-contact-card .bp-opening-hours .bp-title {
	margin-bottom: 1em;    color: #EABFB0;
}

.bp-contact-card .bp-address:before,
.bp-contact-card .bp-directions:before,
.bp-contact-card .bp-phone:before,
.bp-contact-card .bp-contact:before,
.bp-contact-card .bp-booking:before,
.bp-contact-card .bp-opening-hours-brief:before,
.bp-contact-card .bp-opening-hours .bp-title:before {
	display: inline-block;
	width: 1.5em;
	height: 1em;
	font-family: fontawesome, dashicons, sans-serif !important;
	font-size: 1.146em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.382;
	text-align: center;
	vertical-align: top;
	text-decoration: inherit;
	transition: color 0.1s ease-in;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bp-contact-card .bp-address:before {
	content: '\f041';
}

.bp-contact-card .bp-directions:before {
	content: '\f279';
}

.bp-contact-card .bp-phone:before {
	content: '\f095';
}

.bp-contact-card .bp-contact:before {
	content: '\f0e0';
}

.bp-contact-card .bp-booking:before {
	content: '\f0e0';
}

.bp-contact-card .bp-opening-hours-brief:before {
	content: '\f017';
}

.bp-contact-card .bp-opening-hours .bp-title:before {
	content: '\f017';
}

/* ## Food and Drinks Menu
--------------------------------------------- */
ul.fdm-menu {
	display: block;
	float: none;
	margin: 0 auto !important;
	text-align: left;
}

ul.fdm-menu.fdm-columns-1 .fdm-item {
	float: left;
	width: 48%;
	margin-left: 4%;
}

ul.fdm-menu .fdm-column,
ul.fdm-menu .fdm-section,
ul.fdm-menu .fdm-section li {
	margin: 0 auto;
	list-style-type: none;
}

ul.fdm-menu .fdm-section {
	padding-bottom: 20px;
}

ul.fdm-menu .fdm-section:before,
ul.fdm-menu .fdm-section:after {
	display: table;
	content: '';
}

ul.fdm-menu .fdm-section:after {
	clear: both;
}

ul.fdm-menu .fdm-section-header {
	border: none;
	text-align: center;
}

ul.fdm-menu .fdm-section-header h3 {
	display: inline-block;
	margin-bottom: 4rem;
	padding: 6px 18px;
	border: 2px solid;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

ul.fdm-menu .fdm-item {
	text-align: left;
}

ul.fdm-menu .fdm-item:nth-of-type(2n + 2) {
	margin-left: 0;
}

ul.fdm-menu .fdm-item p {
	margin-bottom: 0;
}

ul.fdm-menu .fdm-item .fdm-item-panel {
	position: relative;
	margin-bottom: 2em;
}

ul.fdm-menu .fdm-item .fdm-item-content {
	float: left;
	overflow-x: hidden;
	width: 100%;
	padding-right: 10%;
	font-size: 1.1rem;
}

ul.fdm-menu .fdm-item .fdm-item-content p {
	float: left;
	position: relative;
	width: auto;
	padding: 0;
}

ul.fdm-menu .fdm-item .fdm-item-content p:after {
	display: inline;
	position: absolute;
	margin-left: 0.1em;
	letter-spacing: 0.1em;
	content: '..........................................................................................................................................................................................';
}

ul.fdm-menu .fdm-item .fdm-item-price-wrapper {
	position: absolute;
	z-index: 1;
	top: auto;
	right: 0;
	bottom: 5px;
	width: auto;
	margin-bottom: 0;
	line-height: 1.382;
}

.fdm-menu-footer {
	text-align: center;
}

/* ## Gravity Forms
--------------------------------------------- */
.gform_wrapper {
	margin-top: 0;
}

.gform_wrapper .gform_heading .gform_title {
	margin-top: 0;
}

.gform_wrapper .gform_heading .gform_description {
	font-size: 1.6rem;
	font-weight: 300;
}

.gform_wrapper .gform_body input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
	padding: 8px 16px;
}

.gform_wrapper .gform_body .gfield_label {
	font-size: 1.3rem;
	text-transform: uppercase;
}

.gform_wrapper .gform_body .gfield .gfield_time_ampm,
.gform_wrapper .gform_body .gfield .gfield_time_hour,
.gform_wrapper .gform_body .gfield .gfield_time_minute {
	max-width: 33.3333333% !important;
}

.gform_wrapper .gform_body .gfield .gfield_time_ampm input,
.gform_wrapper .gform_body .gfield .gfield_time_ampm select,
.gform_wrapper .gform_body .gfield .gfield_time_hour input,
.gform_wrapper .gform_body .gfield .gfield_time_hour select,
.gform_wrapper .gform_body .gfield .gfield_time_minute input,
.gform_wrapper .gform_body .gfield .gfield_time_minute select {
	width: 100% !important;
	max-width: 100% !important;
}

.gform_wrapper .gform_body .gfield .gfield_time_hour i {
	width: auto;
	margin-top: 0;
}

.gform_wrapper .gform_body .gfield .datepicker {
	width: 90% !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'] {
	font-size: 1.4rem !important;
}

.gform_wrapper .gfield_error,
.gform_wrapper .validation_error {
	border: none !important;
	background-color: transparent !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_error .gfield_label {
	color: #333333;
}

/* ## Ninja Forms
--------------------------------------------- */
.nf-form-cont .nf-field-container {
	margin-bottom: 10px;
}

.nf-form-cont .nf-field-label label {
	font-size: 1rem;
	text-transform: uppercase;
}

.nf-form-cont .nf-error .ninja-forms-field {
	border: 2px solid #dd5555;
}

.nf-form-cont .ninja-forms-req-symbol,
.nf-form-cont .nf-error-msg {
	color: #dd5555;
	font-size: 1.1rem;
}

.nf-form-cont .nf-field-element select {
	height: 50px;
}

.pika-lendar button {
	box-shadow: none;
}

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

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

/* Display outline on focus */
:focus {
	outline: transparent solid 1px;
	color: #333333;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	position: absolute;
	width: 100%;
	color: #ffffff;
	background-color: transparent;
	background-position: center !important;
	background-size: cover !important;
	text-align: center;
	z-index: 1;
	padding: 10px 0;
}

.navbar {
	position: absolute;
	width: 100%;
	background-color: transparent;
	transition: all 0.4s ease;
}

.fixed-header .navbar {
	position: fixed;
	z-index: 999;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.navbar.shrink {
	background-color: #1d1d1d;
}

.navbar.shrink > .wrap {
	padding: 10px 0;
}

.navbar > .wrap {
	padding: 20px 0;
	transition: all 0.4s ease;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	max-width: 180px;
	padding: 14px 0;
	text-align: left;
}

.wp-custom-logo .title-area {
	max-width: 180px;
	margin: 0 auto;
	padding: 0;
}

.site-title {
	font-family: ' 'Tenor Sans', sans-serif;													/* PCRM font-family: 'great vibes', cursive; */
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.2;
}

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

.wp-custom-logo .site-title > a {
	float: left;
	width: 100%;
	min-height: 80px;
	background-position: center !important;
	background-size: contain !important;
}

.site-description {
	position: absolute;
	height: 0;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.header-widget-area {
	float: right;
	max-width: 180px;
	padding: 10px 0;
	text-align: right;
}

.header-widget-area .simple-social-icons {
	padding: 5px 0;
}

.header-widget-area .simple-social-icons ul li {
	margin: 0 0 0 0.5em !important;
}

/* ## Widget Area
--------------------------------------------- */
.hero-section {
	position: relative;
	padding: 120px 0 80px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 60px;
	background-size: cover;
	background-position: center;
}

.hero-section:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.hero-section .wrap {
	position: relative;
}

.hero-section h1 {
	margin-bottom: 0.146em;
	font-family: 'Bagerich', cursive;												/* PCRM font-family: 'great vibes', cursive; */
	font-size: 7.3rem;																/* PCRM font-size: 6rem; */
	font-weight: 300;
}

.hero-section p {
	max-width: 720px;
	margin: 0 auto;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	width: 100%;
	font-size: 1.7rem;															/* PCRM CCL font-size: 1.1rem; */
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu a {
	display: block;
	padding: 27px 20px;
	color: #ffffff;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ffffff;
}

.genesis-nav-menu .sub-menu {
	position: absolute;
	z-index: 99;
	top: 123.6%;
	left: -9999px;
	width: 200px;
	padding: 5px 0;
	opacity: 0;
	background-color: #ffffff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.146);
	transition: top 0.4s ease, opacity 0.4s ease;
}

.genesis-nav-menu .sub-menu:before {
	display: block;
	position: absolute;
	top: -3px;
	left: 20%;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.073);
	content: ' ';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	width: 200px;
	padding: 15px 20px;
	border-top: 0;
	color: #333333;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a:hover {
	color: #EABFB0;																		/* PCRM color: #ddbb55; */
}

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

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

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

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

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

.menu-toggle {
	display: block;
	display: none;
	float: right;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 5%;
	width: 22px;
	margin: 0 auto;
	padding: 22px 0;
	border-width: 0;
	color: transparent;
	background-color: transparent !important;
	box-shadow: none;
	line-height: 22px;
	line-height: 2.2rem;
	text-align: center;
	letter-spacing: -1em;
}

.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover {
	color: transparent;
}

.admin-bar .menu-toggle {
	transition: none;
}

.menu-toggle span {
	display: block;
	float: left;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	left: 0;
	width: 22px;
	height: 2px;
	margin: auto;
	background-color: #ffffff;
	transition: all 0.15s ease;
}

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

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

.menu-toggle.activated {
	position: fixed;
	z-index: 999;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.admin-bar .menu-toggle.activated {
	top: 50px;
}

.menu-toggle.activated span {
	right: calc(50% - 3px);
	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);
}

.sub-menu-toggle {
	position: absolute;
	top: 8px;
	right: -5px;
	padding: 25px 20px;
	border-width: 0;
	background-color: transparent !important;
	box-shadow: none;
	pointer-events: none;
}

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

/* ### Genesis Responsive Menus */

/* ## Site Header Navigation
--------------------------------------------- */
.nav-primary {
	display: inline-block;
	float: none;
	width: auto;
}

.nav-primary .genesis-nav-menu {
	text-align: center;
}

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

/* ## Footer Navigation
--------------------------------------------- */
.nav-secondary {
	float: right;
}

.nav-secondary .genesis-nav-menu a {
	padding-top: 0;
	padding-bottom: 0;
	color: #EABFB0;
	line-height: 2.2;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #EABFB0 ;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 50px;
	padding: 40px;
}

.archive .entry,
.blog .entry,
.page-template-page_blog .entry {
	background-color: #ffffff;
}

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

.entry-image-link {
	display: block;
	margin: -40px -40px 40px;
}

.entry-image-link:before,
.entry-image-link:after {
	display: table;
	content: '';
}

.entry-image-link:after {
	clear: both;
}

.entry-image-link img {
	display: block;
	min-width: 100%;
	margin: 0;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 1.3rem;
}

.entry-footer .entry-meta {
	margin-bottom: 0;
	padding-top: 24px;
	border-top: 1px solid #eeeeee;
}

.entry-categories,
.entry-tags {
	display: block;
	float: left;
	margin-right: 1em;
}

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	display: inline-block;
	padding: 8px 12px;
	color: #333333;
	background-color: #ffffff;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	color: #ffffff;
	background-color: #EABFB0;																		/* PCRM color: #ddbb55; */
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	padding: 20px 40px;
	background-color: #ffffff;
}

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

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

/* ## Unwrap
--------------------------------------------- */
.unwrap {
	clear: both;
	position: relative;
	padding: 100px 0;
}

.unwrap:before,
.unwrap:after {
	display: table;
	content: '';
}

.unwrap:after {
	clear: both;
}

.unwrap:before {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: -50%;
	left: -50%;
	width: 100vw;
	height: 100%;
	margin: auto;
	background-color: #f7f7f7;
	content: ' ';
}

.unwrap > * {
	position: relative;
}

/* ## Icon Boxes
--------------------------------------------- */
.icon-box {
	padding: 0 0 100px;
	text-align: center;
}

.icon-box:before,
.icon-box:after {
	display: table;
	content: '';
}

.icon-box:after {
	clear: both;
}

.icon-box > div {
	margin-bottom: 0;
}

.icon-box > div:hover i {
	background-color: #333333;
}

.icon-box > div i {
	width: 2.2em;
	height: 2.2em;
	margin-bottom: 0.618em;
	border-radius: 999px;
	color: #ffffff;
	background-color: #EABFB0;																		/* PCRM color: #ddbb55; */
	font-size: 2.2rem;
	line-height: 2.2;
	transition: all 0.3s ease;
}

.icon-box > div strong {
	display: block;
	font-size: 1.8rem;
}

.icon-box > div p {
	max-width: 90%;
	margin: 0 auto;
	color: #6f6f6f;
	line-height: 1.382;
}

/* ## Pricing Table
--------------------------------------------- */
.pricing-table {
	display: flex;
	padding-bottom: 100px;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pricing-table .five-sixths,
.pricing-table .four-sixths,
.pricing-table .four-fifths,
.pricing-table .one-fifth,
.pricing-table .one-fourth,
.pricing-table .one-half,
.pricing-table .one-sixth,
.pricing-table .one-third,
.pricing-table .three-fourths,
.pricing-table .three-fifths,
.pricing-table .three-sixths,
.pricing-table .two-fourths,
.pricing-table .two-fifths,
.pricing-table .two-sixths,
.pricing-table .two-thirds {
	float: left;
	margin-left: 0;
	padding: 30px;
	border: 2px solid #eeeeee;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.pricing-table .one-half,
.pricing-table .three-sixths,
.pricing-table .two-fourths {
	width: 50%;
}

.pricing-table .one-third,
.pricing-table .two-sixths {
	width: 33.333333333333333%;
}

.pricing-table .four-sixths,
.pricing-table .two-thirds {
	width: 66.666666666666666%;
}

.pricing-table .one-fourth {
	width: 25%;
}

.pricing-table .three-fourths {
	width: 75%;
}

.pricing-table .one-fifth {
	width: 20%;
}

.pricing-table .two-fifths {
	width: 40%;
}

.pricing-table .three-fifths {
	width: 60%;
}

.pricing-table .four-fifths {
	width: 80%;
}

.pricing-table .one-sixth {
	width: 16.66666666666667%;
}

.pricing-table .five-sixths {
	width: 83.33333333333335%;
}

.pricing-table .featured {
	position: relative;
	z-index: 1;
	border: 10px solid #ffffff;
	box-shadow: 0 0 0 2px #333333;
}

.pricing-table strong {
	font-size: 2rem;
	font-weight: 500;
}

.pricing-table span {
	opacity: 0.5;
	font-size: 1.3rem;
	font-style: italic;
}

.pricing-table small {
	position: absolute;
	margin-top: 10px;
	margin-left: -10px;
}

.pricing-table big {
	font-size: 3rem;
	font-weight: 500;
}

.pricing-table p {
	margin: 0;
}

.pricing-table ul {
	margin: 10px 0 20px;
}

.pricing-table ul li {
	margin: 0;
	font-size: 1.4rem;
	list-style-position: inside;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
/* ## Front Page
--------------------------------------------- */
.front-page .site-inner {
	width: 100%;
	max-width: none;
	padding: 0;
}

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	padding: 120px 0;
	background-position: center;
	background-size: cover;
}

.front-page-1,
.front-page-4,
.front-page-7 {
	color: #ffffff;
	text-align: center;
	position: relative;
}

.front-page-1:before,
.front-page-4:before,
.front-page-7:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.front-page-1 .wrap,
.front-page-4 .wrap,
.front-page-7 .wrap {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
}

.front-page-1 .widget-title,
.front-page-4 .widget-title,
.front-page-7 .widget-title {
	margin: 0 auto;
}

.front-page-1 .widget-title span,
.front-page-4 .widget-title span,
.front-page-7 .widget-title span {
	margin: 0 auto;
}

.front-page-1 p,
.front-page-4 p,
.front-page-7 p {
	margin: 0 auto 4rem;
}

.front-page-2,
.front-page-5 {
	background-color: #f7f7f7;
}

.front-page-2 h3.widgettitle.widget-title,														/* PCRM CCL added */
.front-page-5 h3.widgettitle.widget-title{
	color: #202945;																		/* PCRM CCL color: #232d4b; */
}

.front-page-3,
.front-page-6 {
    background-color: #202945;															/* PCRM CCL background-color: #232d4b; */
}

.front-page-3 h3.widgettitle.widget-title,
.front-page-4 h3.widgettitle.widget-title,
.front-page-6 h3.widgettitle.widget-title {
    color: #ffffff;
}

.front-page-3 p, .front-page-4 p, .front-page-6 p {
    color: #ffffff;
}

.front-page-6 #gts-testimonials blockquote {  
    color: #ffffff;
}

.front-page-6 #gts-testimonials h5 {
    color: #ffffff;
}

.front-page-1 {
	padding: 20% 0 25%;
	color: #ffffff;
	text-align: center;
}

.front-page-1 .widget-title span {
	display: block;
	font-size: 10rem;
	font-family: Bagerich;
	/* font-family: 'Tenor Sans', sans-serif !important;	*/												/* PCRM added */
	
}

.front-page-2 .widget,
.front-page-3 .widget {
	float: left;
	width: 45.717948717948715%;
	margin-left: 8.564102564102564%;
}

.front-page-2 .widget:first-of-type,
.front-page-3 .widget:first-of-type {
	margin-left: 0;
}

.featured-image {
	display: block;
	position: relative;
	margin-bottom: 50px;
	box-shadow: 25px 25px 100px rgba(0, 0, 0, 0.1);
}

.featured-image:before {
	display: block;
	position: absolute;
	top: 50px;
	right: 50px;
	width: 100%;
	height: 100%;
	border: 6px solid;
	border-color: #EABFB0;																		/* PCRM color: #ddbb55; */
	box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.05), inset 0 0 40px rgba(0, 0, 0, 0.05);
	content: ' ';
}

.featured-image img {
	display: block;
}

.front-page-4 .fdm-menu {
	padding-top: 6rem;
}

.front-page-4 .fdm-menu.fdm-columns-1 {
	padding-top: 4rem;
}

.front-page-5 .widget-title {
	text-align: center;
}

.front-page-7 .widget-title span {
	margin-bottom: 0.236em;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	margin-bottom: 60px;
	font-size: 1.6rem;
}

.sidebar .widget {
	padding: 40px;
	background-color: #ffffff;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	overflow: hidden;
	padding: 90px 0 60px;
	color: #8B734C ;
    background-color: #202945;														/* PCRM CCL background-color: #232d4b; */
	font-size: 1.6rem;																/* PCRM CCL font-size: 1.2rem; */
}

.site-footer p {
	float: left;
	position: relative;
	margin-bottom: 0;
	color: #EABFB0  ;
}

.site-footer a {
	color: #EABFB0;
}

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

.footer-widgets {
	clear: both;
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 90px;
	font-size: 1.6rem;																/* PCRM CCL font-size: 1.3rem; */
}

.footer-widgets:before,
.footer-widgets:after {
	display: table;
	content: '';
}

.footer-widgets:after {
	clear: both;
}

.footer-widgets:before {
	display: block;
	position: absolute;
	top: 100%;
	left: -999px;
	width: 9999px;
	height: 100%;
    background-color: #202945;															/* PCRM CCL background-color: #232d4b; */
	content: ' ';
}

.footer-widgets .widget-title {
	margin-bottom: 2.36em;
	color: #EABFB0;
}

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

.footer-widgets-1 {
	margin-left: 0;
}

.booking-widget {
	display: flex;
	visibility: hidden;
	position: fixed;
	z-index: -999;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
	align-items: center;
	justify-content: center;
}

.booking-widget.visible {
	visibility: visible;
	z-index: 999;
	opacity: 1;
}

.booking-widget .wrap {
	position: relative;
	width: auto;
	max-width: 90%;
	padding: 0;
}

.booking-widget .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.booking-widget .fa {
	position: absolute;
	z-index: 2;
	background-color: transparent;
	color: #000000;
	top: 10px;
	right: 10px;
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0;
}

.booking-widget .fa:hover {
	opacity: 0.618;
}

.booking-widget .widget {
	display: block;
	position: relative;
	z-index: 1;
	width: 600px;
	max-width: 720px;
	margin: 0 auto;
	padding: 40px;
	background-color: #ffffff;
	box-shadow: 0 10px 50px #000000;
}
.hero-section{background-color: #202945;}														/* PCRM CCL background-color: #232d4b; */


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media (max-width: 1340px) {
	big {
		font-size: 200%;
	}
	.entry-title {
		font-size: 4rem;																				/* PCRM CCL font-size: 2.2rem; */
	}
	.widget-title span {
		font-size: 7rem;
	}
	.full-width-content #wpgmza_map {
		margin-top: 20px;
	}
	.hero-section {
		padding: 100px 0 60px;
	}
	.front-page-1 {
		padding: 15% 0 20%;
	}
}

@media (max-width: 1200px) {
	big {
		font-size: 200%;
	}
	.genesis-nav-menu a {
		padding: 27px 15px;
	}
	.front-page-1 .widget-title span {
		font-size: 8rem;
	}
}

@media (max-width: 1023px) {
	big {
		font-size: 200%;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.site-header .search-form {
		float: none;
		margin: 16px auto;
	}
	.title-area {
		padding: 0;
	}
	.header-widget-area {
		width: auto;
		padding: 0;
	}
	.header-widget-area .simple-social-icons {
		padding: 0;
	}
	.genesis-nav-menu a {
		padding: 12px 10px 24px;
	}
	.genesis-nav-menu .sub-menu:before {
		left: 12%;
	}
	.sub-menu-toggle {
		top: -7px;
		right: -12px;
	}
}

@media (max-width: 860px) {
	big {
		font-size: 200%;
	}
	body {
		font-size: 1.5rem;
	}
	body > div {
		font-size: 1.4rem;
	}
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 1.9rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.7rem;
	}
	h5 {
		font-size: 1.6rem;
	}
	h6 {
		font-size: 1.5rem;
	}
	.gallery-item .gallery-item {
		width: 100%;
		margin: 0 0 5%;
	}
	button,
	input[type='button'],
	input[type='reset'],
	input[type='submit'],
	.button {
		font-size: 1.1rem;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 100%;
	}
	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		width: 100%;
		margin: 0;
	}
	.after-entry,
	.author-box {
		margin-bottom: 5%;
		padding: 30px;
	}
	.entry-title {
		font-size: 1.8rem;
	}
	.widget-title {
		font-size: 1.3rem;
	}
	.widget-title span {
		font-size: 4rem;
	}
	.widget.featured-content .entry {
		width: 100%;
		margin: 0 auto 30px;
	}
	.widget.featured-content .entry:last-of-type {
		margin-bottom: 0;
	}
	.widget.featured-content .entry .more-link {
		margin-bottom: 20px;
	}
	.full-width-content #wpgmza_map {
		left: 50% !important;
		width: 100vw !important;
		margin-top: 60px;
		margin-bottom: -40px;
	}
	#gts-testimonials {
		padding-top: 60px;
	}
	#gts-testimonials .wrap {
		padding: 0;
	}
	#gts-testimonials .testimonials-list li {
		padding: 0;
	}
	#gts-testimonials .testimonials-list li.active {
		padding: 0;
	}
	#gts-testimonials .testimonials-list li.active + .lslide + .lslide {
		padding: 0;
	}
	.bp-contact-card .bp-name {
		font-size: 1.8rem;
	}
	ul.fdm-menu.fdm-columns-1 .fdm-item {
		width: 100%;
		margin: 0;
	}
	ul.fdm-menu .fdm-section {
		padding-bottom: 2rem;
	}
	ul.fdm-menu .fdm-item {
		width: 100%;
		margin: 0;
	}
	ul.fdm-menu .fdm-item .fdm-item-panel {
		margin-bottom: 1.382em;
	}
	.navbar.shrink > .wrap {
		padding: 15px 0;
	}
	.navbar > .wrap {
		padding: 15px 0;
	}
	.header-widget-area {
		width: auto;
		padding: 0 12% 0 0;
	}
	.hero-section {
		padding: 90px 0 50px;
		margin-bottom: 40px;
	}
	.hero-section h1 {
		font-size: 5rem;
	}
	.genesis-nav-menu {
		text-align: center;
	}
	.genesis-nav-menu .menu-item {
		width: 100%;
	}
	.genesis-nav-menu li {
		float: none;
	}
	.genesis-nav-menu a {
		padding: 15px 30px;
	}
	.genesis-nav-menu .sub-menu {
		display: none;
		position: relative;
		left: 0;
		width: 100%;
		padding-left: 20px;
		opacity: 1;
		background-color: transparent;
		box-shadow: none;
		transition: none;
	}
	.genesis-nav-menu .sub-menu:before {
		display: none;
	}
	.genesis-nav-menu .sub-menu a {
		width: 100%;
		color: #9e9e9e;
	}
	.genesis-nav-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a:focus,
	.genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a:hover {
		color: #eeeeee;
	}
	.menu-toggle {
		display: block;
	}
	.sub-menu-toggle {
		top: 0;
		right: 20px;
		pointer-events: all;
	}
	.sub-menu-toggle:before {
		border: 5px solid transparent;
		border-top: 5px solid #ffffff;
	}
	.sub-menu-toggle.activated:before {
		border-top: none;
		border-bottom: 5px solid #ffffff;
	}
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.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;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		width: 100%;
		margin-bottom: 1px;
		padding: 15px 20px;
		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 {
		display: none;
		clear: both;
		position: static;
		width: 100%;
		margin: 0;
		padding-left: 15px;
		border: none;
		opacity: 1;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.nav-primary {
		display: none;
		overflow: auto;
		overflow-x: visible;
		position: fixed;
		z-index: 98;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 60px 0;
		background-color: #1d1d1d;
		transition: left 0.3s ease;
		-webkit-overflow-scrolling: touch;
	}
	.nav-primary.open {
		left: 0;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
		font-size: 1.3rem;
	}
	.nav-secondary {
		float: none;
		margin: 20px auto;
	}
	.nav-secondary .genesis-nav-menu {
		text-align: center;
	}
	.nav-secondary .genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
		width: auto;
		text-align: center;
	}
	.nav-secondary .genesis-nav-menu a {
		padding: 0.382em 1.382em;
	}
	.entry {
		margin-bottom: 40px;
		padding: 0;
	}
	.archive .entry,
	.blog .entry,
	.page-template-page_blog .entry {
		padding: 20px;
	}
	.entry-image-link {
		margin: -20px -20px 20px;
	}
	.pagination {
		margin: 5% auto 40px;
	}
	.archive-pagination a {
		margin-bottom: 4px;
	}
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0;
		padding: 20px 0;
	}
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 100%;
	}
	.unwrap {
		padding: 60px 0;
	}
	.icon-box {
		padding: 0 0 60px;
	}
	.icon-box > div {
		margin-bottom: 40px;
	}
	.icon-box > div:last-of-type {
		margin-bottom: 0;
	}
	.icon-box > div strong {
		font-size: 1.6rem;
	}
	.icon-box > div p {
		max-width: 100%;
	}
	.pricing-table {
		padding-bottom: 60px;
	}
	.pricing-table .five-sixths,
	.pricing-table .four-sixths,
	.pricing-table .four-fifths,
	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-sixth,
	.pricing-table .one-third,
	.pricing-table .three-fourths,
	.pricing-table .three-fifths,
	.pricing-table .three-sixths,
	.pricing-table .two-fourths,
	.pricing-table .two-fifths,
	.pricing-table .two-sixths,
	.pricing-table .two-thirds {
		width: 100%;
		margin: 0;
	}
	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		padding: 60px 0;
	}
	.front-page-1 p,
	.front-page-4 p,
	.front-page-7 p {
		margin-bottom: 2em;
	}
	.front-page-1 {
		padding: 120px 0;
	}
	.front-page-1 .widget-title span {
		padding: 0.146em 0;
		font-size: 6rem;
	}
	.front-page-2 .widget:first-of-type,
	.front-page-3 .widget:first-of-type {
		margin-left: auto;
	}
	.front-page-2 .widget,
	.front-page-3 .widget {
		display: block;
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.featured-image {
		float: right;
		max-width: calc(100% - 30px);
		margin-top: 50px;
	}
	.featured-image:before {
		top: 30px;
		right: 30px;
		border-width: 4px;
	}
	.front-page-5 .widget-title {
		margin-bottom: 1.618em;
	}
	.sidebar .widget {
		margin-bottom: 5%;
		padding: 20px;
	}
	.site-footer {
		padding: 60px 0 40px;
		text-align: center;
	}
	.site-footer p {
		float: none;
	}
	.footer-widgets {
		margin-bottom: 40px;
		padding-bottom: 20px;
		text-align: left;
	}
	.footer-widgets .widget-title {
		margin-bottom: 1em;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
		margin: 0 auto 40px;
	}
	.booking-widget {
		border: none;
	}
	.booking-widget .widget {
		width: 100%;
		padding: 20px;
	}
}

@media (max-width: 600px) {
	big {
		font-size: 200%;
	}
	.widget.featured-content .entry .entry-header,
	.widget.featured-content .entry .entry-content,
	.widget.featured-content .entry .entry-footer {
		padding: 0 20px;
	}
	.navbar.shrink > .wrap {
		padding: 10px 0;
	}
	.navbar > .wrap {
		padding: 10px 0;
	}
	.title-area {
		padding: 5px 0;
	}
	.site-title {
		font-size: 2.6rem;
	}
	.hero-section {
		padding: 70px 0 40px;
	}
	.hero-section h1 {
		font-size: 4rem;
	}
	.menu-toggle {
		padding: 19px 0;
	}
	.front-page-1 {
		padding: 100px 0;
	}
	.front-page-1 .widget-title span {
		margin-bottom: 0;
		font-size: 4rem;
	}
}

@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 */