/*
Theme Name: AJH DEV
Description: Design for an AJH website, has framed images with corner styles
Author: CB Design NY
Author URI: https://cbdesignny.com
Template: genesis
Version: 1.0.0
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Fonts
	- Typographical Elements
	- Headings& Font Sizes
	- Colors
	- Links & Buttons, Button Blocks
	- Lists
	- Objects
	- Tables
	- Screen Reader Text
	- Skip Links
- Forms
- Common Classes
	- Flexbox
	- Styling classes
	- Avatar
	- Genesis
	- Search Form
	- WordPress
- Site Container
	- Site Container
	- Site Inner
- Site Header
	- Title Area
- Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Site Footer
	- Footer Widgets
- Content Area
	- Page headers
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
	- Custom page templates
- Sidebar
	- Widgets
- Blocks
	- Block classes
	- Native blocks
	- Custom blocks
- Media Queries
- Print Styles
*/


/* HTML5 RESET
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

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

html {
	box-sizing: border-box;
}

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

:root {
	--max-width: 1670px;
}

@media screen and (max-width:1670px) {
    :root {
		--max-width: 1400px;
	}
}

/* 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 {
	content: " ";
	display: table;
}

.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 {
	clear: both;
	content: " ";
	display: table;
}


/* DEFAULTS
---------------------------------------------------------------------------------------------------- */

/* Fonts
--------------------------------------------- */

/* Gilda Display */
@font-face {
  font-family: 'Gilda Display';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('./fonts/gilda-display/gilda-display-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/gilda-display/gilda-display-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* DM Sans - Regular */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('./fonts/dm-sans/dm-sans-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/dm-sans/dm-sans-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* DM Sans - Italic */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('./fonts/dm-sans/dm-sans-v6-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/dm-sans/dm-sans-v6-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* DM Sans - Bold */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('./fonts/dm-sans/dm-sans-v6-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('./fonts/dm-sans/dm-sans-v6-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'social-icons';
  src:  url('fonts/social-icons/social-icons.eot?3he1zn');
  src:  url('fonts/social-icons/social-icons.eot?3he1zn#iefix') format('embedded-opentype'),
    url('fonts/social-icons/social-icons.ttf?3he1zn') format('truetype'),
    url('fonts/social-icons/social-icons.woff?3he1zn') format('woff'),
    url('fonts/social-icons/social-icons.svg?3he1zn#social-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-youtube-play:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-tiktok:before {
  content: "\e905";
}


/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


body {
	background-color: #fff;
	color: #000;
	font-family: 'DM Sans', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-family: 'Circular Std Book';
	font-size: 16px;
	font-weight: 400;
	line-height: 2.25;
	margin: 0;
}
body.mobile-nav-active{
	overflow: hidden;
}
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: background 0.2s ease-in-out;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #eee;
	clear: both;
	margin: 30px 0;
}

hr.wp-block-separator.has-text-color {
    border: 0;
    height: 2px;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

cite {
	font-style: normal;
}

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


/* Highlighting */
::selection {
  color: #fff;
  background: var(--color-dark);	
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--color-dark);	
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: .1em;
}


/* Headings & font sizes
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.2;			
}

h1,
h2,
h3 {
	font-family: 'Gilda Display', Georgia, serif;
	font-family: 'Canela';
}

h1,
.has-xlarge-font-size {
	font-size: 3rem;
}

h2,
h3,
.has-large-font-size {
	font-size: 2.7rem;
}

h4,
.has-medium-font-size {
	font-size: 2.1rem;
	letter-spacing: 0.15em;
	margin: 0 0 3 0px;
}

h5 {
	font-size: 1.45rem;
	letter-spacing: 0.15em;
    line-height: 1.8;
}

h6,
.has-font-size-small,
.has-small-font-size {
	font-size: 1.2rem;
	letter-spacing: .08em;
}

.is-style-line {
	width: 95%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-line.has-text-align-right {
	float: right;
	text-align: left;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

h1,
h2,
h3,
.has-xlarge-font-size,	
.has-large-font-size {
	line-height: 1.5;
}

.is-style-lineheight-lg,
.is-style-lineheight-lg,
.is-style-lineheight-lg {
    line-height: 2;
}

/* Separator block */
.wp-block-separator {
    border-color: #000;
    margin: 20px calc(50% - 50vw);
    width: 85vw;
}

.wp-block-separator.is-style-sep-right {
    float: right;
}



/* Links & Buttons
--------------------------------------------- */

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.entry-content p a,
.site-header .margin-left-auto a:not(:last-child) {
	padding-bottom: 1px;	
}

a:focus,
a:hover,
.entry-title a:focus,
.entry-title a:hover,
a.unstyled-link:hover,
a.unstyled-link:focus {
	color: #000;
	text-decoration: none;
}

a.unstyled-link {
	border-bottom: 0;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.entry-content .fluentform .ff-btn,
.filter-button {
	border-radius: 30px;	
	border: 2px solid var(--border-color);
	cursor: pointer;
	display: inline-block;
	font-size: 1.24rem;
	font-weight: 700;
	letter-spacing: .1em;
	padding: 9px 35px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	width: auto;
	-webkit-transition: .25s all ease-in-out;
	transition: .25s all ease-in-out;
}

/* .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background-color) {
	background-color: #000;
	color: #fff;
} */


button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	border: 2px solid var(--border-color);
}

.wp-block-button .wp-block-button__link  {
	display: block;
}

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,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background-color):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background-color):focus{
    background-color: transparent;
    color: var(--border-color);
	border: 2px solid var(--border-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.entry-content .fluentform .ff-btn:hover,
.entry-content .fluentform .ff-btn:focus,
.book-now:focus,
.book-now:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover,
.floor-plan .button:hover,
.floor-plan .button:focus {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.filter-button {
	border-color: #fff;
	color: #000;
	margin-right: 10px;
}

/* .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.filter-button:hover,
.filter-button:focus,
.filter-button.selected {
	border-color: #000;
} */

.wp-block-button .wp-block-button__link.has-dark-color:hover {
    background-color: var(--color-dark) !important;
    border-color: var(--color-dark) !important;
}
.wp-block-button .wp-block-button__link.has-dark-background-color:hover {
    background-color: transparent !important;
	color: var(--color-dark) !important;
    border-color: var(--color-dark) !important;
}

.wp-block-button .wp-block-button__link.has-medium-color:hover {
    background-color: var(--color-medium) !important;
    border-color: var(--color-medium) !important;
}
.wp-block-button .wp-block-button__link.has-medium-background-color:hover {
    background-color: transparent !important;
	color: var(--color-medium) !important;
    border-color: var(--color-medium) !important;
}

/* Colors 
 * Theme colors are generated via ACF styles and are in the css folder
--------------------------------------------- */

.has-white-color {
	color: #fff;
}

.has-white-background-color {
	background-color: #fff;
}

.has-grey-color {
	color: #ddd;
}

.has-grey-background-color {
	background-color: #ddd;
}

.has-black-color {
	color: #000;
}

.has-black-background-color {
	background-color: #000;
	color: #fff;
}

:root .has-dark-color {
	color: var(--color-dark);
	--border-color: var(--color-dark);
	--color: var(--color-dark);
}

.has-dark-background-color {
	background-color: var(--color-dark) !important;
	--border-color: var(--color-dark) !important;
	color: #fff !important;
}
:root .has-medium-color,
.has-medium-color {
	color: var(--color-medium);
	--border-color: var(--color-medium);
	--color: var(--color-medium);
}

.has-medium-background-color,
.has-half-white-medium-gradient-background,
.has-half-medium-white-gradient-background,
.has-thirds-medium-white-gradient-background,
.has-thirds-white-medium-gradient-background  {
	--border-color: var(--color-medium);
	background-color: var(--color-medium);
	color: #fff;
}

.has-light-color {
	color: var(--color-light);
}

.has-light-background-color,
.has-half-white-light-gradient-background,
.has-half-light-white-gradient-background,
.has-thirds-light-white-gradient-background,
.has-thirds-white-light-gradient-background  {
	background-color: var(--color-light);
}

.has-pastel-color {
	color: var(--color-pastel);
}

.has-pastel-background-color,
.has-half-white-pastel-gradient-background,
.has-half-pastel-white-gradient-background,
.has-thirds-pastel-white-gradient-background,
.has-thirds-white-pastel-gradient-background {
	background-color: var(--color-pastel);
}

/* Lists 
--------------------------------------------- */
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

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

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

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

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


/* Objects
--------------------------------------------- */

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

iframe {
	border: 0;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

/* Tables
--------------------------------------------- */

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

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

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

td {
	padding: 0.5em;
}

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

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

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

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

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

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

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

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

/* FORMS
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

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

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


.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Fluent Forms (plugin) */
.fluentform {
    max-width: 700px;
    margin: auto;
}
@media (min-width: 768px) {
	.frm-fluent-form .ff-t-container{
		column-gap: 40px !important;
	}
}
.fluentform .ff-el-form-control:focus {
	background: transparent;
	color: #000;
}

.ff-el-form-top .ff-el-group:not(.ff_submit_btn_wrapper) {
	display: flex;
    margin-bottom: 40px;
    border: 1px solid rgba(0,0,0,0.3);
    position: relative;
}

.ff-el-form-top .ff-el-group.no-border {
	border: 0;
}

.fluentform .ff-el-form-top .ff-el-form-control {
	border: 0;
	padding: 16px 12px;
	height: auto !important;
}

.ff-el-input--content {
    flex: 1;
}
.fluentform .ff-el-input--label{
	position: absolute !important;
    padding: 0 12px;
    background: #fff;
    line-height: 1 !important;
    top: 0;
    transform: translateY(-50%);
    left: 8px;
}
.fluentform .ff-el-input--label label {
    text-transform: uppercase;
    color: black; /*var(--color-medium);*/
    letter-spacing: .1em;
    opacity: .3;
	line-height: 1 !important;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Circular Std';
}

.fluentform .ff-el-form-control {
	padding: 9px 12px 0;
	font-family: 'Circular Std Book', 'DM Sans', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.ff-el-form-check{
	line-height: 1.8;
}
.fluentform .ff-el-is-error .text-danger{
	margin-top: 0;
    position: absolute;
}
@media screen and (max-width:999px){
	.ff-el-form-top .ff-el-group:not(.ff_submit_btn_wrapper){
		margin-bottom: 26px;
	}
}
/* COMMON CLASSES
---------------------------------------------------------------------------------------------------- */


/* Flexbox
--------------------------------------------- */

.flexbox,
.wp-block-group.is-style-flexbox > .wp-block-group__inner-container,
.site-header .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}

.justify-content-center,
.wp-block-group.is-style-flexbox.justify-content-center > .wp-block-group__inner-container {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;		
}

.justify-content-space-between,
.wp-block-group.is-style-flexbox.justify-content-space-between > .wp-block-group__inner-container {
	 -webkit-box-pack: justify;
 	 -webkit-justify-content: space-between;
	 -ms-flex-pack: justify;
         justify-content: space-between;		
}

.align-items-stretch,
.wp-block-group.is-style-flexbox.align-items-stretch > .wp-block-group__inner-container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch;		
}

.align-items-center,
.wp-block-group.is-style-flexbox.align-items-center > .wp-block-group__inner-container,
.site-header .wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;		
}

.flex-direction-column,
.wp-block-group.is-style-flexbox.flex-direction-column > .wp-block-group__inner-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;		
}

.flex-half,
.flex-fourth {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;		
}


/* Styling classes
--------------------------------------------- */

.disable-scrollreveal {
	visibility: visible !important;
	opacity: 1 !important;
}

.overflow {
	overflow: auto;
}

.no-margin {
	margin: 0 !important;
}

.margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.margin-top-auto {
	margin-top: auto; /*for flexbox*/
}

.margin-right-auto {
	margin-right: auto; /* for flexbox */
}

.no-padding {
	padding: 0 !important;
}

.padding-right-none {
	padding-right: 0 !important;
}

.padding-left-none {
	padding-left: 0 !important;
}

.padding-top-none {
	padding-top: 0 !important;
}

.padding-bottom-none {
	padding-bottom: 0 !important;
}

.padding-sm {
    padding: 15px !important;
}

.true-full-width .wp-block-group__inner-container {
	padding: 0 !important;
	max-width: 100%;
	position: relative;
}

.line-height-sm {
    line-height: 1.2 !important;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.top-ps {
	top: 0;
}

.right-ps {
	right: 0;
}

.bottom-ps {
	bottom: 0;
}

.left-ps {
	left: 0;
}


/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

/* Genesis
--------------------------------------------- */


.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

/* 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,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	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 30px;
}


/* Images 
 * Corner & border/frame details from theme (added to image block as styles)
------------------------------------------------------------- */

.is-style-frame-offset-left,
.is-style-frame-offset-right,
.is-style-frame-offset-top,
.is-style-frame-offset-all,
.is-style-double-frame,
.is-style-smaller-frame,
.offset-framed-img figure {
	position: relative;
	display: inline-block;
}

.is-style-frame-offset-left:before,
.is-style-frame-offset-right:before,
.is-style-frame-offset-top:before,
.is-style-frame-offset-all:before,
.is-style-double-frame:before,
.is-style-double-frame:after,
.is-style-smaller-frame:before,
.offset-framed-img figure:before {
    content: '';
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;	
}

.is-style-frame-offset-right.wp-block-image, 
.is-style-frame-offset-left.wp-block-image {
    margin-bottom: 45px;
}

.is-style-frame-offset-left:before,
.is-style-frame-offset-right:before {
	height: calc(100% + 40px);
	top: -20px;
}

.is-style-frame-offset-left:before {
	left: 20px;
}

.is-style-frame-offset-right:before {
	right: 20px;
}

.is-style-frame-offset-top:before {
	top: 30px;
	padding: 0 30px;
	left: -30px;
	right: -30px;
}

.is-style-frame-offset-all:before {
	padding: 30px 0;
    top: -30px;
    left: 30px;
    bottom: -30px;
}

.is-style-double-frame {
    padding: 40px;
	margin: 40px 0;
}

.is-style-double-frame:before {
    height: calc( 100% + 20px );
	top: -20px;
	left: 10px;
}

.is-style-double-frame:after {
	height: calc( 100% + 20px );
	bottom: -20px;
	left: -10px;
}

.is-style-smaller-frame:before,
.offset-framed-img figure:before {
	width: 89%;
    height: 75%;
    top: 18%;
    left: -27px;
}

.svg-corners {
	position: absolute;
	height: auto;
}

.svg-corners.top,
.svg-corners.top-2 {
    width: 50%;	
    top: -6%;
	right: -6%;
}

.svg-corners.top-2 {
	width: 30%;
}

.img-corner-detail.top,
.img-corner-detail.top-2 {
	margin-right: 6%;
}

.svg-corners.top-3 {
    width: 30%;
    top: -16%;
    right: -10%;
}

.img-corner-detail.top-3 {
    margin: 16.5% 6% 0 0;
}

.svg-corners.bottom-1 {
    width: 52%;
    bottom: -10.5%;
    right: -22.2%;
}

.img-corner-detail.bottom {
    margin: 0 18% 13% 0;
}

.svg-corners.bottom-2 {
    width: 26%;
    bottom: -3.5%;
    right: -9%;
}

.img-corner-detail.position-relative.bottom-ext:after {
    content: '';
    width: 70.5%;
    margin: 10px auto 0;
    height: 1px;
    background: #000;
    bottom: 0;
    display: block;
}

.img-corner-detail.position-relative.bottom-ext {
    margin: 0 0 5% 0;
}

.has-white-color .is-style-double-frame:after,
.has-white-color .is-style-double-frame:before {
    border-color: #fff;
}

/* SITE CONTAINER
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	width: 100%; 
	overflow: hidden;
	margin: auto;
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

#wpadminbar {
	position: relative;
}


/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}


/* Site Header


---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	z-index: 9999;	
	top: auto;
}
.site-header.scroll {
	position: fixed;	
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid var(--color-dark);
}

.site-header .wrap {
	justify-content: space-between;
}
.site-header .wrap:before,
.site-header .wrap:after{
	display: none;
}

.site-header .margin-left-auto {
	margin-left: auto;
}

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

.site-title,
.site-title-text {
    font-size: 0px;
    color: transparent;
    line-height: 0;
	opacity: 1;
}

.site-logo {
	max-height: 75px;
    max-width: 120px;	
	margin-left: 32px;
	display: block;
}

.site-header .link-underline {
    margin: 0 34px 0 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	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: #000;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 0;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	text-indent: 1em;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

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


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

.mobile-menu-wrap {
	position: absolute;
	z-index: 100;  
	opacity: 0;
    width: 100%;
	height: 100%;
    height: 100vh;
	left: 0;
	top: 96px;
	opacity: 0;	
	background-color: #fff;
    flex-direction: column;
	flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	overflow-y: auto;
	padding-bottom: 100px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	/* the translate moves the menu out of the way, but the transition is on opacity only */
	-webkit-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}

.mobile-nav-active .mobile-menu-wrap {
	opacity: 1;
	-webkit-transform: translateX(0); 
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}

.mobile-menu-wrap nav{
	width: 100%;
    background: var(--color-pastel);
    border-bottom: 1px solid #707070;
}
.mobile-menu-wrap li {
	opacity: 0;
	-webkit-transition: opacity 1000ms ease-in-out;
	transition: opacity 1000ms ease-in-out;	
}

.mobile-nav-active li {
	opacity: 1;
}

.mobile-menu-wrap .genesis-nav-menu .sub-menu {
	display: none;
}
.mobile-menu-wrap .header-button{
	margin: 28px 0;
	width: 290px;
    text-align: center;
}
.mobile-menu-wrap #header-top{
	display: block;
}
/*--- Menu toggle ---*/

.menu-toggle {
	width: 33px;
    height: 28px;
	z-index: 200;
	-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);	
}

.mobile-nav-active .menu-toggle {
    background: none;
}

.toggle-icon {
	display:inline-block;
	position: relative;
	width: 30px;
	height: 1px;
	background-color: #000;
	-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.toggle-icon-top {
	-webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    -webkit-transform: none;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.toggle-icon-bottom {
    -webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    -webkit-transform: translateY(4px);
	transform: translateY(4px);		
}

.mobile-nav-active .toggle-icon-top {
	-webkit-transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
    transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
    transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
    transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s, -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
    -webkit-transform: rotate( 45deg);
		transform: rotate( 45deg );	
}

.mobile-nav-active .toggle-icon-bottom {
    -webkit-transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
    transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
    transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
    transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s, -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
    -webkit-transform: rotate( -45deg);
		transform: rotate( -45deg );	
}

.mobile-nav-active .toggle-top {
	-webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);	
}

.mobile-nav-active .toggle-bottom {
	-webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}



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


.nav-primary .genesis-nav-menu a {
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .15em;
    opacity: 1;
    color: #707070;
    text-align: center;
    border-top: 1px solid;
    padding: 20px 0;
}
.nav-primary .genesis-nav-menu a[aria-current="page"]{
	background-color: #FDDABC;
}

.nav-primary .genesis-nav-menu li a:hover,
.nav-primary .genesis-nav-menu li a:focus {
	opacity: 1;
}

.nav-primary .menu-item-has-children > a:after {
    content: '+';
    padding-left: 15px;
}

.nav-primary .menu-item-has-children.submenu-expanded > a:after {
    content: "-";
}

/* SITE FOOTER
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	padding-top: 70px;
	
	background-color: #fff;
}

.site-footer .alignfull {
    padding-left: 25px;
    padding-right: 25px;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-2 {
	padding-top: 18px !important;
    padding-bottom: 18px !important;
	color: #000;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;	
}
.footer-2 p{
	font-size: 14px;
	letter-spacing: 0;

}
.footer-logo{
	display: block;
}
.footer-logo,
.footer-contact p {
    max-width: 200px;
	margin-bottom: 70px;
}

.footer-contact {
	padding: 0 25px 25px 0;
	letter-spacing: .08em;
	min-width: 300px;
}

.social-media-menu li {
    
}

.social-media-menu li a{
    font-size: 20px;
	color: var(--color-medium);
}
/* .social-media-menu li a i{
	display: none;
} */
.site-footer a:hover,
.site-footer a:focus,
.social-media-menu li a:hover,
.social-media-menu li a:focus {
	opacity: .8;
}

.footer-column{
	width: 205px;
	font-size: 16px;
    line-height: 30px;
}
.footer-column ul{
	margin-bottom: 0;
}
.footer-column > div{
	margin-bottom: 46px;
}
.footer-column h5{
	font-size: 13px;
	line-height: 1;
	font-family: 'Circular Std';
	letter-spacing: .9px;
    font-weight: normal;
	margin-bottom: 20px;
	color: var(--color-medium);
}
.site-footer .footer-about{
	max-width: 530px;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 70px;
}
@media screen and (max-width:1390px){
	.site-footer .footer-about{
		max-width:300px;
	}
}
@media screen and (max-width:999px){
	.site-footer{
		padding-top: 50px;
	}
	.site-footer .alignfull > .flexbox{
		display: flex;
		flex-direction: column-reverse;
	}
	.site-footer .alignfull > .flexbox > div:first-child{
		text-align: center;
		border-top: 1px solid;
	}
	.footer-column{
		width: 50%;
	}
	.footer-column:last-child{
		display: flex;
		width: 100%;
	}
	.footer-column:last-child > div{
		width: 50%;
	}
	.footer-column .tty{
		display: block;
	}
}
/* CONTENT AREA
---------------------------------------------------------------------------------------------------- */

.content-sidebar-wrap {
    margin-top: 1em;
}

/* Page Headers
 * Default = plain, left-aligned title
 * If using page template, uses featured image
--------------------------------------------- */

.entry-header {
	padding: 3em 25px 2em;
}   

.featured-img-title {
	position: relative;
    margin-bottom: 3em;
	color: #fff;
	text-align: center;
}

.featured-img-title:before {
    content: '';
    border: 2px solid #000;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    margin: auto;
}

.featured-img-title .wp-post-image {
	position: absolute;
	z-index: -2;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	o-object-fit: cover;
	object-fit: cover;
}

.ftr-shadow {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: .3;
    z-index: -1;
}

.pg-logo {
	margin: 2em 10px 3em;
	max-width: 145px;
}

.entry-header h5 {
    margin-top: 1.5em;
	font-size: 16px;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

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

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

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

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

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

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


/* BLOCKS
------------------------------------------------------------------------------------------------------- */

/* Block classes
--------------------------------------------- */

.wrap,
.wp-block-group__inner-container,
.wp-block-cover__inner-container {
	max-width: var(--max-width);
	width: 100%;
	margin: auto;
	padding: 0 25px;
}

.wp-block-group {
	padding-top: 35px; 
	padding-bottom: 35px;
}

.alignwide {
    max-width: calc(var(--max-width) - 0%);
    margin: auto;
}

.alignfull,
.alignfull.is-style-padding-md {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.alignfull.padding-sm {
	padding: 25px 0;
}

.wp-block-columns.alignfull {
    padding: 0;
}

.narrow {
    max-width: 700px;
}

.narrow-text p,
p.narrow-text,
h1.narrow-text,
h2.narrow-text,
h3.narrow-text,
h4.narrow-text,
h5.narrow-text,
h6.narrow-text {
	max-width: 500px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-media-text.alignfull,
.wp-block-media-text.alignwide,
.wp-block-columns.alignwide {
    padding: 0;
}

.alignfull .wp-block-group__inner-container > .alignwide {
    padding-top: 0;
    padding-bottom: 0;
}

/* Makes Media-text blocks inside of groups be full width. 
 * Otherwise, they take on the padding from the group, which is too much padding on mobile. */
.wp-block-group.alignfull .wp-block-group__inner-container .wp-block-media-text {
	width: 100%;
	width: 100vw;
}

/* 3/4 alignments */
.wp-block-group.alignright,
.wp-block-image.alignright {
    max-width: 80vw;
    width: 80vw;
	margin: 0 calc(50% - 50vw) 0 0;
    text-align: inherit;
}

.wp-block-group.alignleft,
.wp-block-image .alignleft {
    max-width: 80vw;
    width: 80vw;
    text-align: inherit;
	margin: 0 0 0 calc(50% - 50vw);
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img {
	width: 100%;
}

p.alignright {
	text-align: left;
}

/* Native Blocks
--------------------------------------------- */

/* Images */
.wp-block-image {
	margin: 0;
}


/* Lists */
.entry-content .is-style-list-dashes li {
    list-style: none;
    margin-left: -2em;
    display: flex;
    line-height: 1.5;
    margin-bottom: 1.6em;
}

.is-style-list-dashes li:before {
    content: '—';
    padding-right: 2em;
}

/* Columns 
-------------------------*/

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-column {
	padding: 15px 0 30px;
}	


.wp-block-column:empty {
    padding: 0;
}

/*--- Media-text block ---*/
.wp-block-media-text .wp-block-media-text__content {
	padding: 15px 25px 30px;
}


.wp-block-media-text__content p:last-of-type,
.wp-block-column p:last-of-type {
    margin-bottom: 0;
}


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

/* Native Gallery block*/
ul.blocks-gallery-grid {
    margin: 0;
}

.wp-block-gallery .blocks-gallery-item figure {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;		
}


/* Custom Gallery block with Isotope & Featherlight */

#isotope-list.gallery-list {
   
}
.gallery-item{
	width: calc(100% / 3);
	padding: 20px;
}
a.gallery-img-ajh{
	
}
/* .gallery-item {
	width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
	margin-bottom: 10px;
    float: left;
    overflow: hidden;
} */

/* a.gallery-img-ajh {
    border: 0;
    padding: 0;
	position: absolute;
    width: 100%;
    height: 100%;
}

.gallery-img-ajh img {
	width: 100%;
    height: 100% !important;
    object-fit: cover;	
} */

/* Galley Controls/buttons/filters */
#filters.gallery {
    padding: 0 0 20px;
}




/*--- Testimonials ---*/
blockquote.testimonial {
    border: 2px solid var(--color-dark);
    color: var(--color-dark);
    padding: 2em 1em;
	/*margin: 0 calc(25% - 25vw);*/
	margin: 0;
}

.testimonial h5 {
    margin-bottom: 1em;
}

/* Gallery Carousel */

.gallery-carousel {
	margin: 0 calc(50% - 50vw) !important;	
}

.gallery-carousel.swiper-container.arrows-outside {
    position: relative;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px !important;
	color: #fff !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 20px !important; 
	color: #fff !important;
}

/* Featherlight / Lightbox overlay */

.featherlight .featherlight-content {
    padding: 20px !important;
	border-bottom: 0 !important;
	position: relative;
}

.featherlight-next:hover, .featherlight-previous:hover {
    background: none !important;
}

.featherlight-previous span,
.featherlight-next span {
	width: 25px !important;
	height: 25px !important;
	background-image: none !important;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
	font-size: 0 !important; /* for iOS */
}

.featherlight-next span {
	transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );	
}

.featherlight-previous span {
	transform: rotate( 135deg );
    -webkit-transform: rotate( 135deg );	
}

.featherlight-previous span .emoji,
.featherlight-next span .emoji {
	display: none;
}

.featherlight .featherlight-close-icon {
	color: #000 !important;
	font-size: 25px;
	width: 35px !important;
	height: 35px;
	opacity: 1;
	top: 0;
	right: 0;
}
.featherlight .featherlight-content svg{
	display: none;
}
/* List + Icons */
.list-columns {
	margin: 0 !important;
	text-transform: uppercase;
	padding: 50px 20px calc(50px - 2em) 30px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.list-columns li {
	flex: 1 1 50%;
	min-width: 300px;
	max-width: 50%;
    margin-bottom: 2em;
	padding-right: 15px;
	font-size: 15px;
    letter-spacing: .9px;
    font-family: 'Circular Std';
}

.list-columns svg {
    width: 35px;
    margin-right: 20px;
}

@media screen and (max-width:999px){
    .list-columns {
		padding: 0;
		border-top: none;
		border-bottom: none;
	}
	.list-columns li{
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 18px;
		opacity: .4;
		padding-right: 0;
	}
	.list-columns svg {
		width: 28px;
		margin-right: 20px;
	}
}
/* Custom Classes (for patterns)
--------------------------------------------- */

.offset-framed-img.wp-block-media-text {
	position: relative;
	z-index: -2;	
    -ms-grid-columns: 1fr 60%;
    grid-template-columns: 1fr 60%;	
}

.offset-framed-img .wp-block-media-text__media {
    position: relative;	
	width: 90%;
    top: -2em;
	right: -10%;
    z-index: -1;
}

.overlap-third {
	margin-top: -11em;
    z-index: 1;
    position: relative;	
}

.bg-img {
    width: 52vw;
	height: calc(100% - 10em);
    z-index: -1;	
}

.bg-img img {
	width: 100%;
	height: 100%;
	o-object-fit: cover;
	object-fit: cover;
}

/*reCaptcha*/
.grecaptcha-badge { 
visibility: hidden; 
}


/* Specials banner via Simple Banner plugin */
.simple-banner {
	border-bottom: 1px solid #fff;
}

.simple-banner .simple-banner-text {
	padding: 40px 20px;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.75rem;
    line-height: 1.6;
    letter-spacing: .7rem;
	text-transform: uppercase;
}

.simple-banner .simple-banner-text strong { /* Makes anything bold larger */
    font-size: 3.75rem;
}

.simple-banner .wp-block-button { /* Moves button down */
    margin-top: 25px;
}

.simple-banner .simple-banner-button { /* Close button */
    font-size: 25px;
    font-weight: normal;
    top: 10px;
    transform: translate(0%, 0);
}

/* Neighborhood & Floor Plans*/

.filters-wrapper {
	margin: 0 calc(50% - 50vw) 2em;
	max-width: 100vw;
	width: 100vw;
	background: #000;
}

.filters-wrapper .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;	
}

.has-tabs .ajh-tabcordion-tabs-wrapper {
	margin-bottom: 4em;
}

.floor-plans-filters-wrapper {
    padding: 10px 0;
}

/* Google Map (via ACF) */
.gm-style-iw.gm-style-iw-c {
    border-radius: 0;
    padding: 26px 20px;
    text-align: center;
    border: 1px solid;
}

.gm-style .gm-style-iw-t::after {
	border-left: 1px solid;
	border-bottom: 1px solid;
}

/* Tabcordion */
.ajh-tabcordion.neighborhood {
	text-align: center;
}

.button-wrapper {
	padding: 30px 15px;
}

.filters-wrapper .tab {
    padding: 10px 14px;
	border: 2px solid #000;
	color: #fff;
    font-weight: normal;
    font-size: 1.7rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.filters-wrapper .tab:hover, 
.filters-wrapper .tab:focus, 
.filters-wrapper .tab.is-active,
.filters-wrapper .active .tab,
.filters-wrapper .tab.selected {
    background: transparent;
    color: #fff;
    border: 2px solid;
}

.ajh-tabcordion--entry:hover::before, .ajh-tabcordion--entry:focus::before, .ajh-tabcordion--entry.is-active::before, .ajh-tabcordion--entry.is-active:hover::before, .ajh-tabcordion--entry.is-active:focus::before {
	background: #000;
	color: #fff;
}

.has-tabs .ajh-tabcordion--entry {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tabcordion-section-title {
    padding-bottom: 42px;
    border-bottom: 2px solid;	
}

.ajh-tabcordion:not(.has-tabs) .tabcordion-section-title { /* hide titles when accordion is active */
    display: none;
}

.ajh-tabcordion:not(.has-tabs) .poi-item:last-of-type {
    border-bottom: 0;
}

.poi-item {
    padding: 24px 15px;
    border-bottom: 2px solid;
}

.poi-item:nth-child(2n) {
    background: #ECECEC;
}

.poi-item p {
	margin: 10px 0 0 0;
}

/* Floor Plans */

.floor-plans-filters-wrapper .button-wrapper {
    float: left;
    min-width: 150px;
    text-align: center;
}

.floor-plan .button {
    padding: 2px 12px;
	border: 2px solid #000;
	color: #fff;
}

.floor-plan-info {
	font-weight: normal;
	font-size: inherit;
	text-align: left;
}

/* Phone */
/* .uppercase .tty {
	display: block;
} */

/* MEDIA QUERIES
 * Theme uses min-width for responsive styling. There are some max-width queries to more easily 
 * overwrite the core Gutenberg styles.
---------------------------------------------------------------------------------------------------- */

/* Older, small phones */
@media only screen and (max-width: 359px) {
	.site-header .link-underline {
		letter-spacing: normal;
	}
}

@media only screen and (min-width: 413px) {

	/* Blocks */	
	.wp-block-buttons .wp-block-button.wp-block-button,
	.wp-block-button .wp-block-button__link {
		display: inline-block;
	}	
		
	.cta-buttons.wp-block-buttons > .wp-block-button {
		margin-bottom: 0;
	}

}


@media only screen and (max-width: 599px) {
	
	.site-logo {
	
	}

	.entry-content ul.is-style-list-dashes {
		margin-left: 0;
		margin-bottom: 0;
	}
	
	.filter-button { /* makes filters in isotope smaller so they fit on one line */
		margin-right: 5px;
		padding: 2px 7px;
	}
	
	/* Floor plans button styling to fit */
	.floor-plans-filters-wrapper .button-wrapper {
		padding: 0;
		min-width: auto;
	}
	
	.floor-plans-filters-wrapper .tab {
		padding: 0 10px;
		font-size: 1.5rem;
	}
	
	/* Breaking down flex early*/
	.wp-block-columns.flex-early .wp-block-column:not(:first-child) {
		margin: 0;
		padding-top: 0;
	}
}

@media only screen and (min-width: 600px) {
	
	.wp-block-columns.flex-early {
		display: flex;
	}

}


/* Begin some adjustments - make typography somewhat larger and move some items
 * ---------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {
	
	h1, .has-xlarge-font-size {
		font-size: 4.5rem;
	}
	
	h2, h3, .has-large-font-size {
		font-size: 3.5rem;
	}
	
	.alignfull {
		padding: 4em 0;
	}
	
	.wp-block-column,
	.wp-block-media-text .wp-block-media-text__content {
		padding: 35px 0;
	}
	
	/* Custom classes */	
	.featured-img-title:before {
		width: calc(100% - 50px);
		right: 25px;
		top: 25px;
	}

	.img-corner-detail.position-relative.bottom-ext:after {
		margin: 20px auto 0;	
		height: 2px;	
	}
	
	.padding-lg {
		padding: 6em !important;
	}
	
	/* Misc */
	.list-columns li {
		margin-bottom: 40px;
	}

	
}


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

	/* Stacks media-text & column blocks */
	.wp-block-media-text,
	.wp-block-columns,
	.wp-block-group.is-style-flexbox > .wp-block-group__inner-container,
	.wp-block-group.is-style-flexbox > .wp-block-group__inner-container > *	{
		display: block;
	}
	
	.wp-block-columns:not(.flex-early) .wp-block-column:not(:first-child) {
		margin: 0;
		padding-top: 0;
	}
	
	.wp-block-column:nth-child(2n) { /* combats Gutenberg default */
		margin-left: 0;
	}

	
	/* Misc */
	.is-style-hide-mobile,
	.book-now {
		display: none; /* header */
	}
	
	.wp-block-spacer.is-style-mobile-sm {
		height: 26px !important;
	}
	
	.site-footer .wp-block-spacer.is-style-mobile-sm {
		height: 20px !important;
	}
	
	
	.wp-block-column.outline {
		padding: 2em 0 1em;
	}
	
	.overlap .wp-block-media-text__content {
		padding: 0;
	}
	
	/* Make full width on mobile only */
	.full-width-mobile,
	.full-width-mobile.wp-block-image > .alignleft,
	.full-width-mobile.wp-block-image > .alignright	{
		padding: 0;
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}
	
	/* Footer */
	.footer-logo {
		margin-top: 40px;
		max-width: 135px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-footer .footer-about{
		max-width: none;
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 46px;
	}

}

@media only screen and (min-width: 960px) {
	
	

	.margin-left-auto {
		margin-left: auto; /* for flexbox */
	}

	/* Typography
	--------------------------------------------- */
	h1,
	.has-xlarge-font-size	{
		font-size: 5rem;
	}
	
	h2,
	h3, 
	.has-large-font-size {
		font-size: 4.5rem;
	}
	
	h4,
	.has-medium-font-size {
		font-size: 2.5rem;
	}
	
	h5 {
		font-size: 1.7rem;
	}
	
	/* Gradient colors 
	--------------------------------------------- */
	.has-half-white-light-gradient-background {
		background: linear-gradient(180deg, rgba(255,255,255,1) 50%, var(--color-light) 50%);
	}
	
	.has-half-light-white-gradient-background {
		background: linear-gradient(180deg, var(--color-light) 50%, rgba(255,255,255,1) 50%);
	}

	.has-half-white-pastel-gradient-background {
		background: linear-gradient(180deg, rgba(255,255,255,1) 50%, var(--color-pastel) 50%);
	}

	.has-half-pastel-white-gradient-background {
		background: linear-gradient(180deg, var(--color-pastel) 50%, rgba(255,255,255,1) 50%);
	}

	.has-thirds-white-light-gradient-background {
		background: linear-gradient(90deg, rgba(255,255,255,1) 42%, var(--color-light) 42%);
	}
	
	.has-thirds-white-pastel-gradient-background {
		background: linear-gradient(90deg, rgba(255,255,255,1) 42%, var(--color-pastel) 42%);
	}

	.has-thirds-light-white-gradient-background {
		background: linear-gradient(270deg, rgba(255,255,255,1) 42%, var(--color-light) 42%);
	}
	
	.has-thirds-pastel-white-gradient-background {
		background: linear-gradient(270deg, rgba(255,255,255,1) 42%, var(--color-pastel) 42%);
	}
	
	.has-half-white-medium-gradient-background {
		background: linear-gradient(180deg, rgba(255,255,255,1) 50%, var(--color-medium) 50%);
	}

	.has-thirds-white-medium-gradient-background {
		background: linear-gradient(90deg, rgba(255,255,255,1) 42%, var(--color-medium) 42%);
	}

	.has-half-medium-white-gradient-background {
		background: linear-gradient(180deg, var(--color-medium) 50%, rgba(255,255,255,1) 50%);
	}

	.has-thirds-medium-white-gradient-background {
		background: linear-gradient(270deg, rgba(255,255,255,1) 42%, var(--color-medium) 42%);
	}
	
	/* Give thirds backgrounds extra padding for text */
	.has-thirds-white-medium-gradient-background .wp-block-column:first-of-type,
	.has-thirds-white-pastel-gradient-background .wp-block-column:first-of-type,
	.has-thirds-white-light-gradient-background .wp-block-column:first-of-type {
		padding-right: 70px;
	}
	
	.has-thirds-pastel-white-gradient-background .wp-block-column:first-of-type,
	.has-thirds-pastel-light-gradient-background .wp-block-column:first-of-type,
	.has-thirds-pastel-medium-gradient-background .wp-block-column:first-of-type {
		padding-left: 70px;
	}	

	/* Menu
	--------------------------------------------- */
	
	.menu-toggle {
		width: 90px;
		height: 90px;
		margin-right: 2em;
	}

	.site-logo {
		max-height: 96px;
		max-width: 200px;
		margin-left: 0;
		transition: transform 400ms;
	}

	.site-header.scroll .site-logo{
		transform: scale(.7);
	}
	
	.site-header .wrap {
		
	}	

	.watermark {
		display: block;		
		align-self: center;		
		max-width: 40%;
		max-height: 300px;
		width: 100%;
		height: 75%;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: auto;
		padding: 2em;		
		opacity: .2;
	}
	


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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.alignfull {
		padding: 5em 0;
	}
	
	.wp-block-column,
	.wp-block-media-text .wp-block-media-text__content	{
		padding: 3em 0;
	}
	
	.wp-block-group.alignfull .wp-block-group__inner-container .wp-block-media-text {
		width: auto;
	}
	
	/* .content-sidebar-wrap {
		margin-top: 2em;
	} */
	
	.wp-block-buttons{
		gap: 0 !important;
	}
	.wp-block-buttons>.wp-block-button {
		margin-right: 2.75em;
	}
		
	.featured-img-title {
		margin-bottom: 5em;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	/* Entry Misc.
	--------------------------------------------- */
	
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Block changes */
	.is-style-line {
		width: 47%;
	}

	.wp-block-separator {
		width: 45vw;
	}
	
	/* Custom classes */	
	.offset-framed-img .wp-block-media-text__media {
		width: 100%;
		top: -6em;
		right: auto;
	}
	
	.offset-framed-img .wp-block-media-text__content > * {
		max-width: 500px;
		padding-right: 50px;
		float: right;
	}
	
	.extend-below {
		margin-bottom: -60px !important;
	}
	
	.extend-below-lg {
		margin-bottom: -300px !important;
	}
	
	.outline {
		border: 2px solid #000;
	}
	
	/* Image + text box extended below */
	.wp-block-media-text.overlap {
		grid-template-columns: 60% 1fr;
		margin-bottom: 375px;
	}
	
	.overlap .wp-block-media-text__content {
		padding: 0;
		margin-left: calc(-100vw/4 );
		margin-bottom: -100px;
		position: relative;
	}
	
	.corner-detail.wp-block-group:after {
		content: '';
		background: url(/wp-content/themes/ajh-frames/images/overlap-corner.svg);
		width: 300px;
		height: 587px;
		display: block;
		position: absolute;
		bottom: -107px;
		left: -145px;
	}
	
	.hero-img:after {
		content: '';
		background: url(/wp-content/themes/ajh-frames/images/hero-corner.svg);
		display: block;
		position: relative;
		bottom: 0;
		right: 0;
	}
	
	/* Hero */
	.hero-img:before {
		width: 150%;
	}
	
	.hero-corner {
		position: absolute;
		right: 0;
		margin-top: -200px;
	}

	/* Cover - Testimonial */
	.cover-right.wp-block-cover img.wp-block-cover__image-background {
		width: 83%;
		left: auto;
	}
	
	.cover-right .wp-block-cover__inner-container {
		width: var(--max-width) !important;
		margin: 0 auto !important;
	}

	blockquote.testimonial {
		padding: 6em 4em;
	}	
	
	.testimonial h5 {
		margin-bottom: 3em;
	}
	
	/* Gallery */
	/* .gallery-item {
		width: calc(33.3333% - 10px);
		padding-bottom: calc(33.3333% - 10px);
	}
	 */
	/* Neighborhood */
	.poi-item {
		padding: 36px 15px;
	}
	
	/* Icon list */

	
	/* Floor Plans */
	.floor-plan {
		margin-bottom: 3em;
	}

}

@media only screen and (min-width: 1400px) {
	
	
	
	
	.site-footer .alignfull {
		padding-left: calc(90px + 2em);
		padding-right: calc(90px + 2em);
	}


}

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

	.wp-block-columns.stack-1280 ,
	.stack-1280.flexbox,
	.wp-block-group.is-style-flexbox.stack-1280 > .wp-block-group__inner-container,
	.stack-1280 > *,
	.wp-block-group.is-style-flexbox.stack-1280 > .wp-block-group__inner-container > *	{
		display: block;	
	}
	
	.wp-block-columns.stack-1280 .wp-block-column:not(:first-child) {
		margin: 0;
	}
	
	.desktop {
		display: none;
	}


}

@media only screen and (min-width: 1280px) {
	
	button,
	.button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	input[type="reset"],
	input[type="submit"],
	.wp-block-button .wp-block-button__link,
	.wp-block-button.is-style-outline .wp-block-button__link,
	.entry-content .fluentform .ff-btn,
	.filter-button {
		padding: 12px 50px;
		letter-spacing: .9px;
	}

	
	
	/* .alignfull,
	.container {
		padding: 7em 0;
	} */
	
	.flex-third {
		-webkit-flex-basis: 33.42414133%;
		-ms-flex-preferred-size: 33.42414133%;
		flex-basis: 33.42414133%;		
	}
	
	.flex-fourth {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;		
	}

	.flex-two-thirds {
		-webkit-flex-basis: 66.66666%;
		-ms-flex-preferred-size: 66.66666%;
		flex-basis: 66.66666%;		
	}

	.flex-three-fourths {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;		
	}	
	
	/* Misc */
	
	.mobile,
	.wp-block-spacer.is-style-hide-desktop	{
		display: none;
	}
	
	.img-corner-detail.position-relative.bottom-ext:after {
		height: 3px;	
	}
	
		
	/* Creates line slide-in effect on hovering over menu items */
	.nav-primary .genesis-nav-menu a:after {
		position: absolute;
		content: "";
		bottom: 2px;
		border: 1px solid;
		width: 0;
		left: 0;
		transition: 0.4s;
		opacity: 0;
	}

	.nav-primary .genesis-nav-menu a:hover::after,
	.nav-primary .genesis-nav-menu a:focus::after {
		width: 50%;
		transition: 0.4s;
		opacity: 1;
	}

	
}

@media only screen and (min-width: 1919px) {
	
	
	
	
	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	h1, .has-xlarge-font-size {
		font-size: 6rem;
	}
	
	h2,
	h3, 
	.has-large-font-size {
		font-size: 5.2rem;
	}
	
	h4,
	.has-medium-font-size {
		font-size: 3rem;
	}
	
	blockquote.testimonial {
		margin: auto;
	}
	
	/* Gallery */
	/* .gallery-item {
		width: calc(25% - 10px);
		padding-bottom: calc(25% - 10px);
	} */
	
	
	/* Cover / testimonials */
	.cover-right .wp-block-cover__inner-container {
		margin-left: 7em !important;
	}
	
	/* Footer */
	
	.site-footer .alignfull {
		padding-left: calc(90px + 2em);
		padding-right: calc(90px + 2em);
	}
		
		
}

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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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 #999;
		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 {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

}
