/*
Theme Name: Photoframe
Theme URI: https://www.ilovewp.com/themes/photoframe/
Description: PhotoFrame is a beautiful and free Photography WordPress theme for fine art, bridal, family, portrait and wedding photographers that need a stylish website. Focused on delivering a great experience. A great deal of effort and attention went into making PhotoFrame a theme that will surprise you with its style and features. A full screen hero slideshow will present your photos with minimal distractions. Post thumbnails are portrait-sized (1:1,5). Some notable features: 1. The logo automatically switches from dark to light depending on the brightness of the hero image. 2. The header comes in two layouts: default (logo on the left, menu on the right) and centered (menu under logo). 3. A sticky menu that elegantly sits at the top of the page when visitors scroll. 4. Three widgetized areas in the footer. 
Version: 1.1.3
Requires PHP: 5.6
Tested up to: 5.9
Author: ilovewpcom
Author URI: https://www.ilovewp.com/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: photoframe
Tags: blog, portfolio, photography, custom-logo, footer-widgets, one-column, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* --------------------------------------------------------------------------------------------- */
/*	0. CSS Variables
/* --------------------------------------------------------------------------------------------- */

:root {
	/* Misc */
	--photoframe-wrapper-padding: 6.25rem;
	--photoframe-flex-gap: 70px;
	--photoframe-flex-column-1: 320px;
	/* Typography */
	--photoframe-ff-primary: 'Montserrat', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--photoframe-ff-accent: 'Frank Ruhl Libre', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	/* Colors */
	--photoframe-background-color: #ffffff;
	--photoframe-special-background-color: #f7f7f7;
	--photoframe-footer-background-color: #f4f1f1;
	--photoframe-primary-text-color: #181818;
	--photoframe-secondary-text-color: #484848;
	--photoframe-footer-text-color: #484848;
	--photoframe-link-color: #047fdc;
	--photoframe-link-color-hover: #e61700;
	--photoframe-primary-accent-color: #047fdc;
	--photoframe-primary-accent-complementary-color: #ffffff;
	--photoframe-neutral-color-100: #ffffff;
	--photoframe-neutral-color-900: #080808;
	--photoframe-border-color-100: rgba(255,255,255,0.08);
	--photoframe-border-color-900: rgba(0,0,0,0.08);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-size: 16px;
	line-height: 1.1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Tables */
table {
  border-top: 0;
  margin-bottom: 2em;
  position: relative;
  table-layout: fixed;
  width: 100%;
  z-index: 1; }

table th {
  text-align: start; }

table tr {
  border-bottom: 1px solid #F0F0F0; }

table th,
table td {
  font-family: inherit;
  font-size: inherit;
  padding: 0.8125rem 1.25rem;
  vertical-align: middle;
}

ul, ol {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin: 0;
}

/* Inputs ------------------------------------ */

fieldset {
	border: 1px solid var( --photoframe-border-color-900 );
	margin: 1.25rem 0;
}

legend {
	font-size: 1rem;
	font-weight: 700;
	padding: 0 1.875rem;
}

label {
	display: block;
	font-size: 1.125rem;
	margin: 0 0 .5rem 0;
}

input,
textarea,
button {
	font-family: inherit;
	line-height: 1;
	-webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
	-moz-transition: background-color 0.25s ease, border-color 0.25s ease;
	-o-transition: background-color 0.25s ease, border-color 0.25s ease;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

input,
textarea {
	background-color: var( --photoframe-background-color );
	border-color: var( --photoframe-border-color-900 );
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: inherit;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	max-width: 100%;
	padding: 0.875rem 1.125rem;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: var( --photoframe-primary-accent-color );
	box-shadow: inset 0 0 0 1px var( --photoframe-primary-accent-color ); 
}

textarea {
	line-height: 1.5;
	width: 100%;
}

select {
	font-family: inherit;
	font-size: inherit;
}

::-webkit-input-placeholder { color: var( --photoframe-secondary-text-color ); line-height: normal; }
::-moz-placeholder { color: var( --photoframe-secondary-text-color ); line-height: normal; }
:-ms-input-placeholder { color: var( --photoframe-secondary-text-color ); line-height: normal; }
:-moz-placeholder { color: var( --photoframe-secondary-text-color ); opacity: 1; line-height: normal; }
::placeholder { color: var( --photoframe-secondary-text-color ); line-height: normal; opacity: 1; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
:root .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
:root .woocommerce #respond input#submit,
:root .woocommerce a.button,
:root .woocommerce button.button,
:root .woocommerce input.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: var( --photoframe-primary-accent-color );
	border: none;
	border-radius: 0;
	color: var( --photoframe-primary-accent-complementary-color );
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
	padding: 0.9375rem 1.875rem;
	text-align: center;
	text-decoration: none;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
:root .woocommerce #respond input#submit:hover,
:root .woocommerce a.button:hover,
:root .woocommerce button.button:hover,
:root .woocommerce input.button:hover,
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:focus {
	background: var( --photoframe-primary-text-color );
	color: var( --photoframe-neutral-color-100 );
	text-decoration: underline;
}

button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:focus,
.entry-thumbnail:focus-within {
	outline: 2px solid var( --photoframe-primary-text-color );
	outline-offset: 2px;
}

p + input[type="submit"] {
	margin-top: 0.75rem;
}

.wp-block-button__link:active, 
.wp-block-button__link:focus, 
.wp-block-button__link:hover, 
.wp-block-button__link:visited {
	color: var( --photoframe-background-color );
}

/* Input Reset ------------------------------- */

button.reset,
input.reset,
textarea.reset {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 0;
	text-transform: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
	clip: rect( .1rem, .1rem, .1rem, .1rem );
	height: .1rem;
	overflow: hidden;
	position: absolute !important;
		left: -999999rem;
	width: .1rem;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: .3rem;
	box-shadow: 0 0 .2rem .2rem rgba( 0, 0, 0, 0.6 );
	clip: auto !important;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	height: auto;
	left: .5rem;
	line-height: normal;
	padding: 1.5rem 2.3rem 1.4rem 2.3rem;
	text-decoration: none;
	top: .5rem;
	width: auto;
	z-index: 100000;
}

/* Skip Link --------------------------------- */

.skip-link {
	position: absolute;
		left: -9999rem;
		top: 2.5rem;
	z-index: 999999999;
}

.skip-link:focus {
	left: 2.5rem;
	text-decoration: none;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.post-single .alignleft {
  display: inline;
  float: left;
  margin: 0 2.5rem 1.75rem 0; }

.post-single .alignright {
  display: inline;
  float: right;
  margin: 0 0 1.75rem 2.5rem; }

.post-single .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75rem; }

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  font-family: var( --photoframe-ff-primary );
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6; }

p {
  margin: 0;
  padding: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  color: var(--photoframe-secondary-text-color);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-top: 0.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted var(--photoframe-secondary-text-color);
  cursor: help; }

mark,
ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote {
  quotes: "" ""; }

q {
  quotes: "“" "”" "‘" "’"; }

blockquote:before,
blockquote:after {
  content: ""; }

:focus {
  outline: none; }

/*--------------------------------------------------------------
5.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 0;
}

th {
	padding: 0.5rem;
	text-align: start;
}

tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

td {
	padding: 0.5rem;
}

/********************************************************************************************* 

1. Page Structure: Common layout elements

*********************************************************************************************/

::selection {
	background: var( --photoframe-primary-accent-color );
	color: var( --photoframe-primary-accent-complementary-color );
}

body {
	background-color: var( --photoframe-background-color );
	color: var( --photoframe-primary-text-color );
	font-family: var( --photoframe-ff-primary );
	font-size: 62.5%;
	line-height: 1.5rem;
	margin: 0;
	min-height: 100vh;
	padding: 0;
	text-align: center;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: var( --photoframe-link-color );
	text-decoration: none;
	transition: all 0.15s ease-in-out;
}

a:hover, a:focus {
	color: var( --photoframe-link-color-hover );
}

a:focus {
	outline: 2px solid var( --photoframe-primary-accent-color );
	outline-offset: 2px;
	text-decoration: underline;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: var( --photoframe-primary-text-color );
	font-family: var( --photoframe-ff-accent );
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var( --photoframe-primary-text-color );
}

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
	color: var( --photoframe-link-color-hover )
}

/********************************************************************************************* 

1. Page Structure: Common layout elements

*********************************************************************************************/

#container {
	font-size: 1rem;
	line-height: 1.7;
	padding: 0;
	text-align: center;
	width: 100%;
}

.site-wrapper-all {
	padding: 0;
	text-align: center;
}

.site-section-wrapper {
	margin: 0 auto;
	padding: 0 50px;
	text-align: start;
	width: 1200px;
}

div.divider {
	margin: 0;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.centered,
.title-center {
	text-align: center;
}

/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

#site-masthead {
	padding: 1.875rem 0 0;
	position: relative;
	z-index: 2;
	transition: all 0.25s ease-in-out;
}

.page-without-slideshow #site-masthead {
	background-color: var(--photoframe-special-background-color);
	background-color: rgba(247, 247, 247, 0.97);
}

.page-header-default #site-masthead {
	padding-bottom: 1.875rem;
}

.page-header-centered .site-section-wrapper-masthead {
	text-align: center;
}

.background--dark .site-logo-wrapper-dark .custom-logo {
	display: none;
}

.background--complex .site-logo-wrapper-light,
.background--dark .site-logo-wrapper-light {
	display: inline-block;
}

.site-logo-wrapper-light,
.background--light .site-logo-wrapper-light .custom-logo {
	display: none;
}

.page-header-default .site-section-wrapper-masthead {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	gap: var(--photoframe-flex-gap);
}

.page-header-default #site-logo {
	flex: 0 0 var(--photoframe-flex-column-1);
}

.page-header-default #site-section-primary-menu {
	flex: 1;
	align-self: center;
	text-align: end;
}

.page-header-default .site-masthead-fixed #site-section-primary-menu {
	text-align: center;
}

#site-logo a {
	color: var(--photoframe-primary-text-color);
}

.page-with-slideshow #site-logo a {
	color: var(--photoframe-neutral-color-100);
}

#site-logo a:hover,
#site-logo a:focus {
	color: var(--photoframe-link-color-hover);
}

#site-logo .custom-logo {
	height: auto;
	max-width: 100%;
}

#site-logo .site-title {
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

#site-logo .site-description {
	color: var(--photoframe-secondary-text-color);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 5px 0 0;
}

.page-with-slideshow #site-logo {
	text-shadow: 1px 1px 3px rgba(2, 2, 2, 0.25);
}

.page-with-slideshow #site-logo .site-description {
	color: rgba(255, 255, 255, 0.8);
}

.page-header-centered #site-section-primary-menu {
	display: block;
	padding-inline-end: 0;
	text-align: center;
	width: 100%;
}

.page-header-centered #site-logo {
	display: inline-block;
	margin-inline-end: auto;
	margin-inline-start: auto;
	padding: 0;
	text-align: center;
	width: auto;
}

.page-header-centered #site-section-primary-menu {
	border-bottom: 1px solid var(--photoframe-border-color-900);
	margin-top: 2.5rem;
	padding-bottom: 1.875rem;
}

.site-masthead-fixed #site-logo {
	display: none;
}

/********************************************************************************************* 

3. Navigation

*********************************************************************************************/

/* Mobile Menu in the Header */

#site-mobile-menu-toggle,
#site-mobile-menu-toggle .site-toggle-anchor {
	display: inline-block;
	font-family: var( --photoframe-ff-primary );
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

#site-mobile-menu-toggle {
	display: none;
}

#site-mobile-menu-toggle .site-toggle-anchor {
	background-color: var(--photoframe-primary-text-color);
	border: 2px solid var(--photoframe-primary-text-color);
	color: var(--photoframe-neutral-color-100);
	padding: 0.875rem 1.125rem;
	transition: all 0.5s;
}

#site-mobile-menu-toggle .site-toggle-anchor:hover,
#site-mobile-menu-toggle .site-toggle-anchor:focus {
	background-color: var(--photoframe-link-color-hover);
	color: var( --photoframe-neutral-color-100 );
	text-decoration: none;
}

#site-mobile-menu-toggle .site-toggle-icon {
	display: none;
	vertical-align: top;
}

#site-mobile-menu-toggle .site-toggle-label {
	display: none;
	line-height: 1em;
	margin-inline-start: 6px;
	vertical-align: top;
}

#site-mobile-menu-toggle .site-toggle-icon.is-visible,
#site-mobile-menu-toggle .site-toggle-label.is-visible {
	display: inline-block;
}

#site-mobile-menu {
	background-color: var(--photoframe-primary-text-color);
	display: none;
	font-family: var( --photoframe-ff-primary );
	margin: 1.875rem 1.875rem 0;
	padding: 1.875rem;
	text-align: start;
	flex: 1 1 100%;
}

#site-mobile-menu.is-visible {
	display: block;
}

#site-mobile-menu a {
	color: var(--photoframe-neutral-color-100);
	display: block;
	padding: 0.875rem 0 0.625rem;
	position: relative;
}

#site-mobile-menu a:hover,
#site-mobile-menu a:focus {
	color: var( --photoframe-link-color-hover );
}

#site-mobile-menu .menu,
#site-mobile-menu .sub-menu {
	list-style-type: none;
}

#site-mobile-menu .menu li {
	border-top: 1px solid var( --photoframe-border-color-100 );
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}

#site-mobile-menu .sub-menu {
	display: none;
}

#site-mobile-menu .sub-menu.is-visible {
	display: block;
}

#site-mobile-menu .sub-menu li {
	font-size: 1rem;
	font-weight: 500;
	padding-inline-start: 1.25rem;
	text-transform: none;
}

#site-mobile-menu .menu > li:first-of-type {
	border-top-width: 0;
	padding-top: 0;
}

#site-mobile-menu .sub-menu-toggle {
	background-color: unset;
	color: var( --photoframe-neutral-color-100 );
	display: inline-block;
	position: absolute;
	right: 0;
	top: 2px;
	padding: 12px;
	vertical-align: middle;
	z-index: 2;
}

#site-mobile-menu .sub-menu .sub-menu-toggle {
	padding: 10px;
	top: 3px;
}

#site-mobile-menu .sub-menu-toggle:hover,
#site-mobile-menu .sub-menu-toggle:focus {
	background-color: var( --photoframe-link-color-hover );
	color: var( --photoframe-neutral-color-100 );
}

#site-mobile-menu .current-menu-parent > a,
#site-mobile-menu .current-menu-item > a {
	color: var( --photoframe-link-color-hover );
	text-decoration: underline;
}

/* Start Primary Navigation */
.page-header-default #site-masthead.site-masthead-fixed {
	padding-bottom: 1.25rem;
}

#site-primary-nav {
	line-height: 1em;
}

/* Dropdown Menu */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: inline-block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	font: 12px/12px 'font awesome 5 free';
	font-weight: 900;
	display: inline-block;
	margin: 2px 0 0 6px;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
  float: right;
}

.sf-arrows ul li > .sf-with-ul:focus:after, 
.sf-arrows ul li:hover > .sf-with-ul:after, 
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-inline-start-color: white; }

.large-nav {
  position: relative;
  z-index: 100; }

.large-nav > .menu-item {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin: 0 0.75rem;
  position: relative;
  text-transform: uppercase; }

.large-nav a {
  padding: 10px 2px; }

.large-nav a,
.page-with-slideshow .site-masthead-fixed .large-nav a {
  color: var(--photoframe-primary-text-color);
  text-shadow: none; }

.large-nav a:hover,
.large-nav a:focus {
	color: var(--photoframe-link-color-hover);
}

.page-with-slideshow .large-nav a {
  color: var(--photoframe-neutral-color-100);
  text-shadow: 1px 1px 3px rgba(2, 2, 2, 0.25); }

.page-with-slideshow .large-nav ul a {
  text-shadow: none; }

.page-with-slideshow .site-masthead-fixed .large-nav a:hover,
.page-with-slideshow .site-masthead-fixed .large-nav a:focus,
.page-with-slideshow .large-nav ul a:hover,
.page-with-slideshow .large-nav ul a:focus {
  color: var(--photoframe-link-color-hover);
  text-decoration: underline; }

.large-nav .menu-item-has-children > a {
  position: relative; }

.large-nav ul a,
.page-with-slideshow .large-nav ul a {
  color: var(--photoframe-primary-text-color);
}

.large-nav ul a {
  text-align: start;
  text-transform: none; }

.large-nav ul {
  background: var(--photoframe-neutral-color-100);
  border: 1px solid var(--photoframe-border-color-900);
  margin: 0;
  padding: 0;
  left: 0;
  text-align: start;
  width: 200px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06); }

.large-nav > li > ul:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-inline-start: 7px solid transparent;
  border-inline-end: 7px solid transparent;
  border-bottom: 7px solid var(--photoframe-neutral-color-100);
  position: absolute;
  top: -7px;
  left: 31px;
  z-index: 470; }

.large-nav > li > ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-inline-start: 8px solid transparent;
  border-inline-end: 8px solid transparent;
  border-bottom: 8px solid var(--photoframe-border-color-900);
  position: absolute;
  top: -8px;
  left: 30px;
  z-index: 460; }

.large-nav ul .menu-item {
  border-bottom: 1px solid var(--photoframe-border-color-900);
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin: 0;
  text-transform: none; }

.large-nav ul li:hover,
.large-nav ul li:focus {
  background-color: var(--photoframe-special-background-color) }

.large-nav ul li:last-child {
  border: none; }

.large-nav ul a {
  display: block;
  padding: 12px 20px; }

.large-nav ul ul {
  right: 100%;
  margin-top: 0px; }

.large-nav a:hover,
.large-nav a:focus,
.large-nav .current-menu-item > a {
	text-decoration: underline;
}

/********************************************************************************************* 

4. Page Structure: Content Layout

*********************************************************************************************/

.page-with-slideshow #site-masthead {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.logged-in.page-with-slideshow #site-masthead {
	top: 32px;
}

#site-masthead.site-masthead-fixed {
	background-color: rgba(242, 242, 242, 0.96);
	padding-top: 1.25rem;
	position: fixed;
	width: 100%;
}

.page-header-centered .site-masthead-fixed #site-section-primary-menu {
	padding-bottom: 1.25rem;
}

.page-header-centered .site-masthead-fixed #site-section-primary-menu {
	border-bottom-width: 0;
	margin-top: 0;
}

.page-without-slideshow .site-main-displaced {
	padding-top: 180px;
}

#site-hero-image {
	height: 100vh;
	min-height: 600px;
	position: relative;
	width: 100%;
}

#site-hero-image,
.site-hero-slideshow-wrapper {
	width: 100%;
}

#site-hero-image .site-hero-slideshow-item:after {
	background-color: rgba(2, 2, 2, 0.2);
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#site-hero-image .site-hero-slideshow-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
	min-height: 600px;
	position: relative;
	width: 100%;
}

.site-section-wrapper-main {
	padding-top: var(--photoframe-wrapper-padding);
	padding-bottom: var(--photoframe-wrapper-padding);
	position: relative;
}

/********************************************************************************************* 

5. Page Structure: Content Sections, Blocks, Elements

*********************************************************************************************/

/* Homepage Left-Right Columns */
#site-home-welcome {
	font-size: 0.875rem;
	font-weight: 500;
	padding-top: var(--photoframe-wrapper-padding);
	padding-bottom: var(--photoframe-wrapper-padding);
}

#site-home-welcome .site-columns {
	display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
	gap: var(--photoframe-flex-gap);
	list-style-type: none;
}

#site-home-welcome .site-column-1 {
	flex: 0 0 var(--photoframe-flex-column-1);
}

#site-home-welcome .site-column-2 {
	flex: 1;
}

#site-main #site-home-welcome .widget-title {
	font-size: 2.25rem;
	text-align: start;
}

/* Homepage Pre Posts */
#site-home-pre-posts {
	font-size: 0.875rem;
	font-weight: 500;
	padding-top: var(--photoframe-wrapper-padding);
	padding-bottom: 0;
}

#site-home-pre-posts .widget {
	border-bottom: 1px solid var(--photoframe-border-color-900);
	margin-bottom: 0;
	padding-bottom: var(--photoframe-wrapper-padding);
}

#site-home-pre-posts .widget + .widget {
	margin-top: var(--photoframe-wrapper-padding);
}

#site-home-pre-posts .faq-accordion .faq-main {
	padding: 20px 30px;
}

#site-home-pre-posts .faq-accordion .faq-content {
	margin-top: 30px;
	max-width: 800px;
}

#site-home-pre-posts .faq-title h4 {
	font-size: 1rem !important;
	line-height: 1.4em !important;
}

.entry-tagline {
	color: var(--photoframe-secondary-text-color);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin: 0;
}

.single .entry-tagline,
.page .entry-tagline {
	text-align: center;
}

.entry-tagline a {
	color: var(--photoframe-primary-text-color);
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
}

.entry-tagline a:hover,
.entry-tagline a:focus {
	color: var(--photoframe-link-color-hover);
}

.entry-excerpt iframe {
	margin: 2rem 0 0;
}

.site-archive-posts .entry-preview-wrapper > :first-child {
	margin-top: 0;
}

.entry-title {
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 1.5rem;
}

.site-archive-posts .entry-title:last-child {
	margin-bottom: 0;
}

.site-columns-widget .site-archive-post .entry-title {
	font-size: 1.5rem;
}

.site-archive-posts .entry-tagline {
	margin: 0 0 2rem;
}

.site-archive-posts .entry-tagline .post-meta-span-time,
.single .entry-tagline .post-meta-span-time {
	display: inline-block;
}

.site-archive-post .entry-tagline .post-meta-span + .post-meta-span:before,
.single .entry-tagline .post-meta-span + .post-meta-span:before {
	color: var(--photoframe-primary-text-color);
	content: '/';
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 400;
	margin: 0 0.5rem;
}

#site-main .widget-title,
#site-main .archives-title,
#site-main #reply-title,
#ilovewp-comments .comments-title {
	display: block;
	font-family: var(--photoframe-ff-accent);
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25em;
	margin: 0 0 3.5rem;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#site-main #reply-title,
#ilovewp-comments .comments-title {
	font-size: 1.5rem;
}

.site-archive-post .entry-actions a {
	text-decoration: underline;
}

/* Post Archives */
.site-archive-posts {
	list-style-type: none;
}

.site-archive-posts .site-archive-post:not(:first-of-type) {
	margin-top: 3.75rem;
}

.site-archive-posts .site-column-widget-wrapper {
	display: flex;
	align-content: stretch;
	align-items: center;
	justify-content: space-between;
	gap: var(--photoframe-flex-gap);
}

.site-archive-posts .entry-thumbnail {
	flex: 0 0 var(--photoframe-flex-column-1);
	align-self: flex-start;
}

.site-archive-posts .entry-preview {
	flex: 1;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
}

.site-archive-posts .entry-preview .entry-preview-wrapper {
	padding-inline-end: 50px;
}

.site-archive-posts .entry-preview .entry-preview-wrapper > * {
	margin: 0;
}

.site-archive-posts .entry-preview .entry-preview-wrapper > *:not(:first-child) {
	margin-top: 2rem;
}

.site-archive-posts .entry-title {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.4;
}

.site-archive-posts .entry-excerpt {
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 2em;
}

.site-readmore-span {
	display: block;
}

.site-readmore-anchor {
	background-color: var(--photoframe-primary-text-color);
	color: var(--photoframe-neutral-color-100);
	display: inline-block;
	font-size: 0.8125rem;
	padding: 0.375rem 1.5rem;
	text-decoration: none;
}

.site-readmore-anchor:hover,
.site-readmore-anchor:focus {
	background-color: var(--photoframe-link-color-hover);
	color: var(--photoframe-neutral-color-100);
	text-decoration: underline;
}

/* Homepage Columns */
.page-intro-featured-pages {
	background-color: var(--photoframe-special-background-color);
	padding-top: var(--photoframe-wrapper-padding);
	padding-bottom: var(--photoframe-wrapper-padding);
}

.ilovewp-featured-pages-list {
	display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
	gap: var(--photoframe-flex-gap);
	list-style-type: none;
}

.ilovewp-featured-pages-list .ilovewp-featured-page-item {
	flex: 1;
}

.ilovewp-featured-pages-list .ilovewp-featured-page-item:last-of-type {
	margin-inline-end: 0;
}

.ilovewp-featured-page-item .entry-title {
	font-family: var(--photoframe-ff-primary);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.25px;
	line-height: 1.3em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.ilovewp-featured-page-item .entry-title a {
	background-color: var(--photoframe-border-color-900);
	color: var(--photoframe-primary-text-color);
	display: block;
	margin: 0;
	padding: 20px 20px 17px;
}

.ilovewp-featured-page-item:hover .entry-title a,
.ilovewp-featured-page-item .entry-title a:hover,
.ilovewp-featured-page-item .entry-title a:focus {
	background-color: var(--photoframe-primary-text-color);
	color: var(--photoframe-neutral-color-100);
}

.ilovewp-featured-page-item .entry-title a:hover,
.ilovewp-featured-page-item .entry-title a:focus {
	text-decoration: underline;
}

.page-intro-featured-pages .entry-thumbnail {
	margin-bottom: 1.875rem;
	overflow: hidden;
}

.page-intro-featured-pages .entry-thumbnail-wrapper {
	transition: transform .3s ease-in-out;
}

.page-intro-featured-pages .ilovewp-featured-page-item:hover .entry-thumbnail-wrapper,
.page-intro-featured-pages .ilovewp-featured-page-item:focus-within .entry-thumbnail-wrapper {
	transform: scale(1.05);
}

/********************************************************************************************* 

6. Single: Post/Page Styling

*********************************************************************************************/

.post-meta,
.entry-content,
.archives-content,
#ilovewp-comments {
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 660px; }

.site-page-fullwidth .post-meta,
.site-page-fullwidth .entry-content,
.site-page-fullwidth .archives-content,
.site-page-fullwidth #ilovewp-comments {
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 100%; }

.page-title {
  font-family: var(--photoframe-ff-accent);
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 2.5rem;
  padding: 0;
  position: relative;
  text-transform: uppercase; }

.page-title-span {
  display: inline-block;
  position: relative; }

.single .page-title,
.page .page-title {
  margin-inline-end: auto;
  margin-inline-start: auto;
  text-align: center; }

.page-title:last-child {
  margin-bottom: 0; }

.page-meta {
  font-size: 0.875em; }

.page-meta-hr {
  background-color: var(--photoframe-border-color-900);
  border: 0;
  height: 1px;
  margin: 3rem 0; }

.entry-inner-thumbnail {
  margin-bottom: 1.875rem; }

.entry-content,
.archives-content {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: start;
}

.archives-content {
  font-size: 1rem;
  margin: 3rem auto; }

.entry-content {
  border-top: 1px solid var(--photoframe-border-color-900);
  margin-top: 3.75rem;
  padding-top: 3.75rem; }

.entry-content li + li {
  margin-top: 0.25rem; }

.entry-content h1,
.textwidget h1 {
  font-size: 2em;
  text-transform: uppercase; }

.entry-content h2,
.textwidget h2 {
  font-size: 1.5em;
  text-transform: uppercase; }

.entry-content h3,
.textwidget h3 {
  font-size: 1.375em;
  text-transform: uppercase; }

.entry-content h4,
.textwidget h4 {
  font-size: 1.25em; }

.entry-content h5,
.textwidget h5 {
  font-size: 1.125em; }

.entry-content h6,
.textwidget h6 {
  font-size: 1em; }

.entry-content > p:first-child {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.75em; }

.entry-content h1,
.textwidget h1,
.entry-content h2,
.textwidget h2,
.entry-content h3,
.textwidget h3,
.entry-content h4,
.textwidget h4,
.entry-content h5,
.textwidget h5,
.entry-content h6,
.textwidget h6 {
  font-family: inherit;
  font-weight: 600;
  margin: 1.25rem 0;
  line-height: 1.4; }

.entry-content p,
.textwidget p {
  margin-top: 0;
  margin-bottom: 2rem; }

.entry-content > :first-child {
  margin-top: 0; }

.entry-content p:last-child,
.textwidget p:last-child {
  margin-bottom: 0; }

.entry-content img {
  margin-bottom: 1.5rem; }

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright {
  max-width: 100%;
  width: auto;
  height: auto; }

.entry-content .wp-block-image img,
.entry-content .wp-block-media-text__media img, 
.entry-content .wp-block-media-text__media video {
  height: auto;
}

.entry-content img.callout {
  height: auto;
  margin: 2em -150px 0;
  max-width: 960px; }

.entry-content iframe {
  max-width: 100%; }

.entry-content textarea {
  max-width: 100%; }

.entry-content blockquote {
  background-color: var(--photoframe-special-background-color);
  border: 1px solid var(--photoframe-border-color-900);
  color: var(--photoframe-primary-text-color);
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 2em;
  margin: 2.5rem 0;
  padding: 2rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.entry-content a,
.textwidget a {
  text-decoration: underline; }

.entry-content a:hover,
.entry-content a:focus {
  cursor: pointer; }

.entry-content table,
.widget table {
  margin: 2.5rem 0;
}

.widget table:first-child {
  margin-top: 0; }

.entry-content table caption,
.widget table caption {
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0.5rem 20px;
  text-align: center; }

.entry-content table tbody,
.widget table tbody {
  border: 1px solid var(--photoframe-border-color-900);
  border-width: 1px; }

.widget table tfoot td:first-of-type {
  border-inline-start: 1px solid var(--photoframe-border-color-900); }

.entry-content table:last-child,
.widget table:last-child {
  margin-bottom: 0; }

.entry-content table th,
.entry-content table td,
.widget table th,
.widget table td {
  border-inline-end: 1px solid var(--photoframe-border-color-900);
  font-size: 0.875rem;
  line-height: 1.75em; }

.entry-content table th,
.widget table th {
  border-inline-end-color: rgba(255, 255, 255, 0.1); }

.entry-content table th:last-child,
.widget table th:last-child {
  border-inline-end-width: 0; }

.entry-content thead th,
.widget thead th {
  background-color: #282828;
  color: var(--photoframe-neutral-color-100); }

.entry-content table thead tr,
.widget table thead tr {
  border-bottom-width: 0; }

.entry-content table tr,
.widget table tr {
  border-bottom: 1px solid var(--photoframe-border-color-900);
  transition: all 0.2s ease-in-out; }

.entry-content tr:nth-child(odd),
.widget tr:nth-child(odd) {
  background-color: white; }

.entry-content tr:nth-child(even),
.widget tr:nth-child(even) {
  background-color: var(--photoframe-special-background-color); }

.entry-content tr:nth-child(even) td,
.widget tr:nth-child(even) td {
  border-inline-end-color: var(--photoframe-border-color-900); }

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

#site-main hr {
  background-color: #d6d6d6;
  border: 0;
  height: 1px;
  margin: 3rem 0; }

/* Gallery Template */
.gallery-item {
  display: inline-block;
  margin: 0;
  padding: 3px;
  vertical-align: top; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.333333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.666666%; }

.gallery-columns-7 .gallery-item {
  width: 14.28571428%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-item .gallery-caption {
  margin-inline-start: 0; }

.gallery-item img {
  height: auto;
  max-width: 100%;
  width: 100%; }

.gallery-item .post-content {
  text-align: center; }

/* Tags List */
.post-meta {
  border: 1px solid var(--photoframe-border-color-900);
  border-width: 1px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem 0 0;
  text-align: center; }

.post-meta a {
  font-weight: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-transform: capitalize; }

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
.entry-content ul,
.entry-content ol {
	list-style-position: outside;
	margin: 1.875rem 0 1.875rem;
	padding: 0;
	padding-inline-start: 1.25em;
}

.entry-content li > ul,
.entry-content li > ol {
  margin: 1.5rem 0 1.5rem 2rem; }

.entry-content dt {
  font-weight: 700; }

.entry-content dd {
  margin: 0 1.5em 1.5em; }

.entry-content ul:last-child {
  margin-bottom: 0; }

/********************************************************************************************* 

7. Comments Styling

*********************************************************************************************/
#ilovewp-comments {
  border-top: 1px solid var(--photoframe-border-color-900);
  padding-top: 3rem; }

#ilovewp-comments .comment-reply-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0.75em; }

.comments-area {
  margin: 3em 0 0;
  text-align: start; }

.comments-area .comments-title {
  margin: 0 0 2em; }

.page .comments-area {
  margin-inline-start: 0; }

.comment-list {
  margin: 1.75em 0; }

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0; }

.comment,
.pingback,
.trackback {
  padding: 1.75em 0; }

.depth-1 {
  border-bottom: 1px solid #ece8e0; }

.depth-1:first-child {
  margin-top: 0;
  padding-top: 0; }

.children {
  margin-top: 24px; }

.children .comment {
  border-inline-start: 5px solid var(--photoframe-border-color-900);
  padding-inline-start: 24px; }

.comment-author .avatar {
  border-radius: 50%;
  float: left;
  margin-inline-end: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.comment-meta {
  margin-bottom: 0; }

.comment-meta .fn {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-inline-end: 15px; }

.says {
  display: none; }

.comment-metadata {
  display: inline-block;
  font-size: 14px; }

.comment-metadata a {
  color: var(--photoframe-link-color); }

.comment-metadata a:hover {
  color: var(--photoframe-link-color-hover); }

.comment-content a {
  word-wrap: break-word; }

.comment-tools {
  display: inline-block;
  float: right; }

.comment-tools a {
  font-size: 13px;
  font-weight: normal; }

.comment-reply-link {
  margin-inline-start: 10px; }

.comment-respond {
  padding: 0 20px 20px 0; }

.comment-list .comment-respond {
  padding-top: 30px; }

.comment-content {
  color: var(--photoframe-secondary-text-color);
  font-size: 0.9375rem;
  line-height: 1.75em;
  overflow: hidden; }

.comment-content p {
  margin: 1em 0 0; }

.comment-form label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 2rem 0 0.75rem;
  text-transform: uppercase; }

.comment-form label .required {
  color: #e95445;
  font-weight: 700; }

.comment-form .form-submit {
  margin-top: 1rem; }

.form-allowed-tags {
  font-size: 13px; }

.no-comments {
  text-align: center; }

.bypostauthor {
  display: block; }

/********************************************************************************************* 

8. Page Structure: Footer

*********************************************************************************************/

#site-footer {
	background-color: var(--photoframe-footer-background-color);
	color: var(--photoframe-footer-text-color);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	padding: 5rem 0;
	position: relative;
}

.site-columns-footer {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	gap: var(--photoframe-flex-gap);
	list-style-type: none;
}

.site-columns-footer > .site-column {
	flex: 1;
}

#site-footer a {
	color: var(--photoframe-primary-text-color);
	text-decoration: underline;
}

#site-footer .current-menu-item a,
#site-footer a:hover,
#site-footer a:focus {
	color: var(--photoframe-link-color-hover);
	text-decoration: underline;
}

#site-footer .widget-title {
	color: var(--photoframe-primary-text-color);
	margin-bottom: 1.875rem;
}

#site-footer ul {
	list-style-type: none;
}

#site-footer .menu-item:not(:first-of-type) {
	margin-top: 6px;
}

#site-footer .textwidget p + p {
	margin-top: 1.25em;
}

#site-footer .textwidget a {
	font-weight: 600;
	text-decoration: underline;
}

#site-footer-credit {
	background-color: var(--photoframe-footer-background-color);
	border-top: 1px solid var(--photoframe-border-color-900);
	color: var(--photoframe-secondary-text-color);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2em;
	padding: 40px 0;
}

#site-footer-credit .site-section-wrapper {
	text-align: center;
}

#site-footer-credit a {
	color: inherit;
	text-decoration: underline;
}

#site-footer-credit a:hover,
#site-footer-credit a:focus {
	color: var(--photoframe-link-color-hover);
}

#site-footer-credit .site-credit {
	margin: 0;
}

#site-footer-credit .footer-ilovewp-logo {
	margin-inline-start: 6px;
}

/********************************************************************************************* 

9. Misc

*********************************************************************************************/
/* Thumbnails */
.entry-thumbnail,
.post-thumbnail {
  position: relative; }

.entry-thumbnail .thumbnail,
.entry-thumbnail .wp-post-image,
.wp-caption img,
.post-thumbnail .thumbnail {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* Common Widgets Styling */
.widget {
  margin-bottom: 40px; }

.ilovewp-widget-tagline {
  margin-bottom: 0; }

.widget:last-of-type {
  margin-bottom: 0; }

.widget-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 1.25rem;
  position: relative;
  text-transform: uppercase; }

/* WordPress Core Widget: Recent Posts */
.widget_recent_entries li {
  border-bottom: 1px solid var(--photoframe-special-background-color);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  line-height: 1.75em;
  margin: 0 0 15px;
  padding-bottom: 15px; }

.widget_recent_entries li:last-of-type {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.widget_recent_entries a {
  line-height: 1.6em; }

.widget_recent_entries .post-date {
  color: var(--photoframe-secondary-text-color);
  display: block;
  font-size: 0.75rem;
  margin: 0.5rem 0 0; }

/* WordPress Calendar Widget */
#site-footer .widget_calendar a {
  color: var(--photoframe-link-color-hover);
  text-decoration: underline; }

/* WordPress Search Widget */
#searchsubmit {
  margin-top: 5px; }

#wpstats {
  display: none; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.site-breadcrumbs, .site-breadcrumbs .trail-browse {
  color: var(--photoframe-secondary-text-color);
  font-size: 0.875rem; }

.site-breadcrumbs {
  display: block;
  line-height: 1.6em;
  margin: 0 0 3rem; }

.site-breadcrumbs .site-breadcrumbs-p > * {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0;
  line-height: 1.6em; }

.site-breadcrumbs .site-breadcrumbs-p > *:last-child {
  margin-inline-end: 0; }

.site-breadcrumbs .fa {
  display: inline-block;
  margin-top: -3px;
  margin-inline-start: 4px;
  margin-inline-end: 6px; }

.site-breadcrumbs .trail-item:last-of-type .fa {
  display: none; }

.site-breadcrumbs .trail-begin {
  margin-top: -2px; }

.site-breadcrumbs .trail-begin .nicon-angle-right {
  margin-top: 1px; }

.site-breadcrumbs .trail-items {
  list-style: none; }

.site-breadcrumbs .trail-items li {
  display: inline-block; }

.site-breadcrumbs .trail-items li:last-child {
  margin-inline-end: 0; }

.site-breadcrumbs .trail-items li:last-child .nicon-angle-right {
  display: none; }

.site-breadcrumbs a {
  color: var(--photoframe-link-color);
  font-weight: 400;
  text-decoration: underline; }

.site-breadcrumbs a:hover, .site-breadcrumbs a:focus {
  color: #005580; }

/* Captions */
.entry-content .wp-caption {
  font-size: 0.875rem;
  line-height: 1.75em;
  margin-top: 0;
  margin-bottom: 2.5rem;
  max-width: 100%;
  width: auto; }

.entry-content .wp-caption img {
  margin-bottom: 0; }

.entry-content .wp-caption .wp-caption-text {
  background-color: var(--photoframe-special-background-color);
  margin-top: 0;
  padding: 1.25rem; }


/*--------------------------------------------------------------
9.0 Archive Pagination/Navigation
--------------------------------------------------------------*/
.pagination {
  border-top: 1px solid var(--photoframe-border-color-900);
  font-size: 0.8125rem;
  font-weight: 600;
  margin: 3.75rem 0 0;
  padding-top: 3.75rem;
  text-align: center; }

.pagination .page-numbers {
  border: 1px solid var(--photoframe-border-color-900);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  display: inline-block;
  line-height: 1em;
  margin: 6px 4px;
  padding: 0.75rem; }

.pagination a {
  color: #111; }

.pagination .current,
.pagination a:hover,
.pagination a:focus {
  background-color: #111;
  border-color: #111;
  color: var(--photoframe-neutral-color-100); }

/******************************************
09. jQuery FlexSlider
******************************************/
/*
 * https://github.com/woocommerce/FlexSlider
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.site-hero-slideshow-list,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-inline-end: -99999px; }

.flexslider .site-hero-slideshow-list > li {
  display: none;
  -webkit-backface-visibility: hidden;
  width: 100%; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .site-hero-slideshow-list img {
  display: block;
  height: auto;
  width: 100%; }

/* Clearfix for the .slides element */
.site-hero-slideshow-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .site-hero-slideshow-list {
  display: block; }

html .site-hero-slideshow-list {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .site-hero-slideshow-list > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  height: 100%;
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .site-hero-slideshow-list {
  zoom: 1; }

.carousel li {
  margin-inline-end: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  position: absolute;
  top: 45%;
  width: 100%; }

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  position: absolute;
  display: block;
  padding: 0;
  z-index: 10;
  height: 20px;
  width: 20px;
  left: 40px; }

.flex-direction-nav .flex-next {
  background-position: 0 -20px;
  left: auto;
  right: 40px; }

.flex-direction-nav a {
  background: transparent url(images/sprite-arrows-small.png) no-repeat top left;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  text-indent: -9999px;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.flex-direction-nav .flex-prev {
  background-position: 0 0;
  right: 110px; }

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:active,
.flex-direction-nav .flex-prev:focus,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:active,
.flex-direction-nav .flex-next:focus {
  filter: alpha(opacity=100);
  opacity: 1; }

/*********************************************************************************************

12. Media Queries 

*********************************************************************************************/

@media screen and (max-width: 1220px) {

	.site-section-wrapper {
		padding-inline: 50px;
		width: 100%;
	}

}

@media screen and (max-width: 960px) {
	
	:root {
		--photoframe-wrapper-padding: 5rem;
		--photoframe-flex-gap: 50px;
	}

	#site-hero-image .site-hero-slideshow-item {
		min-height: auto;
	}

	.site-section-wrapper {
		padding-inline: 40px;
	}

	.site-archive-posts .entry-excerpt {
		line-height: 1.7;
	}

	.site-archive-posts .entry-title {
		font-size: 1.75rem;
	}

	#site-home-welcome {
		font-size: 0.8125rem;
		line-height: 1.7em;
	}

	#site-main #site-home-welcome .widget-title {
		font-size: 2rem;
	}

	.entry-content img.callout {
		margin-inline-end: -50px;
		margin-inline-start: -50px;
		max-width: 760px;
	}

	.page-title {
		font-size: 2.25rem;
		letter-spacing: 0.5px;
	}

	#site-main .widget-title,
	#site-main .archives-title,
	#site-main #reply-title,
	#ilovewp-comments .comments-title {
		margin-bottom: 2.5rem;
	}

	#site-hero-image,
	#site-hero-image .site-hero-slideshow-item {
		height: 80vh;
		min-height: unset;
	}

}

@media screen and (max-width: 768px) {

	:root {
		--photoframe-wrapper-padding: 3.75rem;
		--photoframe-flex-gap: 40px;
		--photoframe-flex-column-1: 240px;
	}

	.site-section-wrapper {
		padding-inline: 30px;
	}

	.site-archive-posts .entry-title {
		font-size: 1.5rem;
	}

	.site-archive-posts .entry-excerpt {
		letter-spacing: 0;
		line-height: 1.7;
	}

	.page-title {
		font-size: 2rem;
		line-height: 1.4;
	}

	#site-main #site-home-welcome .widget-title {
		font-size: 1.75rem;
	}

	#site-main .widget-title,
	#site-main .archives-title,
	#site-main #reply-title,
	#ilovewp-comments .comments-title {
		letter-spacing: 0.5px;
	}

	.entry-content img.callout {
		margin-inline-start: auto;
		margin-inline-end: auto;
		max-width: 100%;
	}

	#site-main hr {
		margin: 2rem 0;
	}

	#site-hero-image,
	#site-hero-image .site-hero-slideshow-item {
		height: 60vh;
		min-height: unset;
	}

	#site-footer {
		padding-block: var(--photoframe-wrapper-padding);
	}

	/* Main Menu */
	.page-with-slideshow #site-masthead {
		z-index: 11;
	}

	#site-mobile-menu-toggle {
		display: inline-block;
	}

	#site-primary-nav {
		display: none !important;
	}

	#site-mobile-menu + #site-header-search {
		margin-top: 1.25rem;
	}

	/* End Main Menu */

	.theme-credit {
		display: none;
	}

}

@media screen and (max-width: 640px) {

	:root {
		--photoframe-wrapper-padding: 3.125rem;
		--photoframe-flex-gap: 30px;
		--photoframe-flex-column-1: 160px;
	}

	#site-home-pre-posts {
		font-size: 0.875rem;
		line-height: 1.6;
	}

	.page-header-default .site-section-wrapper-masthead,
	#site-home-welcome .site-columns,
	.ilovewp-featured-pages-list,
	.site-columns-footer {
		flex-direction: column;
	}

	.page-header-default #site-logo {
		flex: 1;
		text-align: center;
	}

	.page-intro-featured-pages .entry-thumbnail {
		text-align: center;
	}

	.site-archive-posts .entry-preview .entry-preview-wrapper > *:not(:first-child) {
		margin-top: 1.25rem;
	}

	.site-archive-posts .entry-excerpt {
		line-height: 1.5;
	}

	.entry-content h2,
	.textwidget h2 {
		font-size: 20px;
	}

	.entry-content h3,
	.textwidget h3 {
		font-size: 18px;
	}

	.entry-content h4,
	.textwidget h4 {
		font-size: 16px;
	}

	.site-wrapper-masthead-mobile {
		display: flex;
		align-items: stretch;
		align-content: stretch;
		gap: 0;
		flex-direction: column;
	}

	#site-hero-image, 
	.site-hero-slideshow-wrapper {
		order:  2;
	}

	#site-masthead {
		order: 1;
	}

	.site-masthead-fixed #site-logo {
		display: block;
	}

	.page-with-slideshow #site-masthead,
	#site-masthead.site-masthead-fixed {
		position: relative;
	}

	.logged-in.page-with-slideshow #site-masthead {
		top: 0 !important;
	}

	.page-header-default #site-masthead.site-masthead-fixed {
		background: unset;
		padding: 0 !important;
	}

	.page-without-slideshow .site-main-displaced {
		padding-top: unset;
	}

	.page-header-default #site-section-primary-menu {
		align-self: stretch;
		text-align: center;
	}

}

@media screen and (max-width: 460px) {

	.site-section-wrapper {
		padding-inline: 20px;
	}

	#site-mobile-menu {
		margin: 20px 20px 0;
	}

	#site-home-welcome,
	.page-intro-featured-pages {
		padding-block: 3.75rem;
	}

	#site-home-pre-posts,
	.page-with-slideshow .site-section-wrapper-main {
		padding-top: 3.75rem;
	}

	#site-home-pre-posts .widget {
		padding-bottom: 3.75rem;
	}

	#site-main #site-home-welcome .widget-title {
		font-size: 1.5rem;
	}

	.ilovewp-featured-page-item .entry-title {
		margin-top: 0.75rem;
	}

	.page-intro-welcome .widget-title {
		letter-spacing: 0;
	}

	.site-archive-posts .site-column-widget-wrapper {
		flex-direction: column;
	}

	.site-archive-posts .entry-thumbnail {
		flex: 1;
	}

	#site-main .archives-title,
	#site-main #reply-title,
	#ilovewp-comments .comments-title,
	.page-title {
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.entry-content, .archives-content {
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content h2,
	.textwidget h2 {
		font-size: 18px;
	}

	.entry-content h3,
	.textwidget h3 {
		font-size: 16px;
	}

	.entry-content h4,
	.textwidget h4 {
		font-size: 15px;
	}

	#site-mobile-menu .menu li {
		font-size: 1.125rem;
	}

}

@media screen and (max-width: 380px) {

	.site-archive-posts .entry-title {
		font-size: 1.375rem;
	}

	#site-mobile-menu .menu li {
		font-size: 1rem;
	}

}