@charset "UTF-8";
/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/* Theme Colors */
/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  appearance: auto;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/* icons */
@font-face {
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/icons/icomoon.eot?r9izow");
  src: url("assets/fonts/icons/icomoon.eot?r9izow#iefix") format("embedded-opentype"), url("assets/fonts/icons/icomoon.ttf?r9izow") format("truetype"), url("assets/fonts/icons/icomoon.woff?r9izow") format("woff"), url("assets/fonts/icons/icomoon.svg?r9izow#icomoon") format("svg");
}
[class^=icon-],
[class*=" icon-"],
.post-navigation .nav-previous a::after,
.posts-navigation .nav-previous a::after,
.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.jp-carousel-next-button span::before,
.jp-carousel-previous-button span::before,
.slideshow-controls a::after,
.format-video .featured-image a::after,
.single-format-video .featured-image a::after,
.bypostauthor > .comment-body .comment-author b::after,
#TB_prev a::before,
#TB_next a::before,
.checkbox.checked::before,
input[type=checkbox]:checked + label::before,
.widget_rss .widget-title a:first-of-type::before,
.widget_rss_links .widget-title::before,
.grid-wrapper .entry-title a::after,
.paging-navigation .prev::after,
.paging-navigation .next::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: icomoon, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
}

.icon-play::before,
.format-video .featured-image a::after,
.single-format-video .featured-image a::after,
.slideshow-controls .paused:nth-of-type(2)::after {
  content: "\e902";
}

.icon-search::before {
  content: "\e904";
}

.icon-sidebar::before {
  content: "\e905";
}

.icon-checkmark::before,
.checkbox.checked::before,
input[type=checkbox]:checked + label::before {
  content: "\e906";
}

.icon-autor::before,
.bypostauthor > .comment-body .comment-author b::after {
  content: "\e907";
}

.icon-top::before {
  content: "\e908";
}

.icon-left::before,
.post-navigation .nav-previous a::after,
.posts-navigation .nav-previous a::after,
.jp-carousel-previous-button span::before,
.slideshow-controls a:first-of-type::after,
#TB_prev a::before,
.paging-navigation .prev::after {
  content: "\e909";
}

.icon-feed::before,
.widget_rss .widget-title a:first-of-type::before,
.widget_rss_links .widget-title::before {
  content: "\e911";
}

.icon-right::before,
.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.jp-carousel-next-button span::before,
.slideshow-controls a:last-of-type::after,
#TB_next a::before,
.grid-wrapper .entry-title a::after,
.paging-navigation .next::after {
  content: "\e90a";
}

.icon-stop::before,
.slideshow-controls a:nth-of-type(2)::after {
  content: "\e90b";
}

.icon-minimize::before {
  content: "\e913";
}

.icon-resize::before {
  content: "\e914";
}

/* end icons */
/* font-family */
body,
input,
textarea,
keygen,
select,
button,
body .sd-social-icon .sd-content ul li a.sd-button,
body .sd-social-text .sd-content ul li a.sd-button,
body .sd-content ul li a.sd-button,
body .sd-content ul li .option a.share-ustom,
body .sd-content ul li.preview-item div.option.option-smart-off a,
body .sd-content ul li.advanced a.share-more,
body .sd-social-icon-text .sd-content ul li a.sd-button,
body .sd-social-official .sd-content > ul > li > a.sd-button,
body #sharing_email .sharing_send,
body .sd-social-official .sd-content > ul > li .digg_button > a,
body .jp-carousel-wrap,
.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit,
.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; /* sans-serif */
}

.jp-carousel-titleanddesc-title {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif !important; /*
sans-serif */
}

body,
button,
input,
select,
textarea,
.entry-author .author-title {
  line-height: 1.625;
}

/* font-sizes */
html {
  font-size: 1rem;
}

.custom-logo-link,
.twocolumn,
.paging-navigation ul,
.featured-image,
.entry-gallery,
.single .site-main,
.contact-form,
.jp-relatedposts-items,
#TB_prev a,
#TB_next a,
form.contact-form label span,
.paging-navigation .prev,
.paging-navigation .next {
  font-size: 0;
}

.search-form input[type=submit],
.widget .post-date {
  font-size: 0.625rem;
}

.footer-socials,
.widget_calendar tbody td,
.sd-social-text .sd-content ul li a.sd-button .share-count {
  font-size: 0.6875rem;
}

.comment-metadata,
.comment .reply,
.rss-date,
.widget_calendar caption,
.widget_calendar thead th,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-context {
  font-size: 0.75rem;
}

.site-description,
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite,
.wp-caption-text,
.wp-caption-dd,
.entry-footer,
.category-filter,
.widget table,
.author-link,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  font-size: 0.8125rem;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
label,
.sub-menu li,
.twocolumn p.half-width,
.entry-meta,
.entry-content,
.author-info p,
.single .author-info p,
.post-navigation,
.posts-navigation,
.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=url],
.widget input[type=search],
.widget textarea,
.widget select,
.widget .jetpack-display-remote-posts p,
.widget-grofile h4,
.moretag,
.widget,
.widget p,
.footer-socials,
.footer-socials p,
.results-number,
.search-results .page-header p,
.no-results .page-header p,
.error404 .page-header p,
body .slideshow-window div.slideshow-controls a:nth-of-type(2),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt,
div#eu-cookie-law,
#eu-cookie-law input[type=submit],
#eu-cookie-law input[type=submit]:hover,
#eu-cookie-law input[type=submit]:focus {
  font-size: 0.875rem;
}

.has-small-font-size,
.single .author-bio {
  font-size: 1rem;
}

.grid-wrapper .entry-content,
.grid-wrapper .entry-content p,
.read-more-link,
.author-name,
.entry-author .author-title,
.author-info p,
.post-navigation span,
body div.sharedaddy h3.sd-title,
.sharedaddy .sd-social-icon .sd-content ul li a.sd-button,
body .sharedaddy .sd-content ul li a.sd-button span,
.jetpack-social-navigation,
.comment-content,
.comment-content > p,
.post-additional p,
.comment-content table,
.pingback .comment-body,
.trackback .comment-body,
.widget-title,
.sharedaddy .sd-content ul li a.sd-button,
.sharedaddy .sd-content ul li .option a.share-ustom,
.sharedaddy .sd-content ul li.preview-item div.option.option-smart-off a,
.sharedaddy .sd-content ul li.advanced a.share-more,
.sharedaddy .sd-social-icon-text .sd-content ul li a.sd-button,
.sharedaddy .sd-social-official .sd-content > ul > li > a.sd-button,
.sharedaddy #sharing_email .sharing_send,
.sharedaddy .sd-social-official .sd-content > ul > li .digg_button > a,
.widget .jetpack-display-remote-posts h4,
body .jetpack-social-navigation a::before,
form.contact-form label span::after,
body .sd-content ul li a.sd-button span {
  font-size: 1rem;
}

body,
h6,
p,
table,
.has-regular-font-size,
.entry-content,
.twocolumn p.half-width,
.single .hentry,
.comment-navigation,
.contact-form-submission p,
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
  font-size: 1.125rem;
}

.icon-search,
.icon-sidebar {
  font-size: 1.375rem;
}

blockquote,
blockquote p,
q,
.entry-content blockquote,
.entry-content blockquote p,
.entry-content q,
.bypostauthor > .comment-body .comment-author b::after,
.nav-menu > li {
  font-size: 1.25rem;
}

.comment-author {
  font-size: 1.375rem;
}

h5,
.has-large-font-size,
.site-title,
.format-video .featured-image a::after,
.single-format-video .featured-image a::after,
body #TB_caption,
.format-video #TB_ajaxWindowTitle {
  font-size: 1.5rem;
  font-size: calc(1.1875rem + 0.259vw);
}

h4,
.has-huge-font-size,
.emphasis,
.entry-content .emphasis,
.twocolumn p.half-width.emphasis,
.post-navigation,
.widget-area .slideshow-controls a:first-of-type,
.widget-area .slideshow-controls a:last-of-type,
body #jp-relatedposts h3.jp-relatedposts-headline,
.wp-block-pullquote blockquote p {
  font-size: 1.875rem;
  font-size: calc(1.1rem + 0.6472vw);
}

h3,
.posts-navigation,
.comments-title,
.comment-reply-title,
.error-404 .emphasis {
  font-size: 2.5rem;
  font-size: calc(1.4125rem + 0.906vw);
}

.slideshow-controls a:first-of-type,
.slideshow-controls a:last-of-type {
  font-size: 2.625rem;
  font-size: calc(0.7625rem + 1.55vw);
}

.paging-navigation,
.search-results .entry-title {
  font-size: 3rem;
  font-size: calc(1.4519rem + 1.294vw);
}

.scroll-to-content i,
.back-to-top i,
.jp-carousel-next-button span::before,
.jp-carousel-previous-button span::before,
#TB_prev a::before,
#TB_next a::before {
  font-size: 3.25rem;
  font-size: calc(0.9187rem + 1.94vw);
}

.search-wrap input[type=search],
.no-results input[type=search],
.error-404 input[type=search] {
  font-size: 3.5rem;
  font-size: calc(1.0125rem + 2.1vw);
}

h2,
.paging-navigation li,
.post-navigation .nav-previous a::after,
.post-navigation .nav-next a::after,
.posts-navigation .nav-previous a::after,
.posts-navigation .nav-next a::after,
.grid-wrapper .entry-title,
body #infinite-handle span,
body #infinite-handle span button:hover,
body #infinite-handle span button:focus {
  font-size: 3.75rem;
  font-size: calc(1.8875rem + 1.55vw);
}

blockquote::before,
q::before,
.single .entry-title {
  font-size: 4rem;
  font-size: calc(2.1375rem + 1.55vw);
}

.paging-navigation .prev::after,
.paging-navigation .next::after {
  font-size: 5.6875rem;
  font-size: calc(1.5862rem + 3.366vw);
}

h1,
.page-header .page-title {
  font-size: 6.25rem;
  font-size: calc(1.75rem + 3.75vw);
}

.grid-wrapper .entry-title,
.grid-wrapper .entry-meta a {
  font-weight: 400;
}

body .site-header .navbar-links a {
  font-weight: 500;
}

.dropcap::before {
  font-size: 9.875rem;
}

.has-medium-font-size {
  line-height: 1.3em;
  letter-spacing: -0.05rem;
}

/* colors */
body,
blockquote,
.emphasis,
.big-search-trigger button,
.sidebar-trigger button,
.search-form input[type=submit],
body #infinite-handle span,
.format-video #TB_ajaxWindowTitle,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.paging-navigation .current {
  color: #000;
}

a {
  color: inherit;
}

.entry-content,
.category-filter a,
.jp-relatedposts-post p {
  color: #333;
}

.comment-metadata,
.comment-metadata a,
.pingback .comment-body a,
.trackback .comment-body a {
  color: #878787;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  color: #6c7781;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
body #jp-carousel-comment-form-button-submit,
#eu-cookie-law input[type=submit],
#today,
#today a,
body #TB_caption,
body #TB_window a,
body .tb-close-icon .format-video #TB_ajaxWindowTitle {
  color: #fff;
}

.paging-navigation a,
.paging-navigation .dots,
.widget .post-date {
  color: rgba(0, 0, 0, 0.1);
}

body > .widget-area,
.search-wrap {
  background-color: #fff;
}

/* end colors */
.text-left {
  text-align: left;
}

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

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

.dropcap {
  position: relative;
  display: inline-block;
  margin-top: 2.2em;
  vertical-align: bottom;
}

.dropcap::before {
  content: attr(data-dropcap);
  position: absolute;
  top: 1rem;
  left: -0.2em;
  transform: translateY(-50%);
  font-weight: 700;
  line-height: 0.8em;
  text-transform: uppercase;
  opacity: 0.1;
}

.has-drop-cap:not(:focus)::first-letter {
  font-weight: 400;
}

::selection {
  color: #fff;
  background: #292929;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

:root {
  interpolate-size: allow-keywords;
}

*,
*::before,
*::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

body * {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.content-area .entry-content .contact-form-submission h1,
.content-area .entry-content .contact-form-submission h2,
.content-area .entry-content .contact-form-submission h3,
.content-area .entry-content .contact-form-submission h4,
.content-area .entry-content .contact-form-submission h5,
.content-area .entry-content .contact-form-submission h6 {
  margin: 1em 0 0.5em;
  font-weight: 600;
}

h1 {
  line-height: 0.95;
}

h2 {
  line-height: 1.15;
}

h3,
h4 {
  line-height: 1.2;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.05em;
}

.content-area .entry-content h1,
.content-area .entry-content h2,
.content-area .entry-content h3,
.content-area .entry-content h4,
.content-area .entry-content h5,
.content-area .entry-content h6 {
  margin-top: 4.4rem;
  margin-bottom: 3rem;
}
.content-area .entry-content h1:first-child,
.content-area .entry-content h2:first-child,
.content-area .entry-content h3:first-child,
.content-area .entry-content h4:first-child,
.content-area .entry-content h5:first-child,
.content-area .entry-content h6:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 1.375rem;
  line-height: 1.612em;
}

.emphasis {
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

.entry-content p {
  margin-bottom: 1.5rem;
}
.entry-content .emphasis {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.entry-content .emphasis:first-child {
  margin-top: 0;
}

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

blockquote,
q {
  quotes: "" "";
  clear: both;
  font-weight: 700;
  line-height: 1.4em;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}
blockquote p:last-child,
q p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite {
  display: block;
  margin-top: 1.375rem;
  font-weight: 400;
  font-style: normal;
}
blockquote + cite,
blockquote + p cite,
q + cite,
q + p cite {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}
blockquote.pull-left, blockquote.pull-right,
q.pull-left,
q.pull-right {
  position: relative;
  max-width: 16.25rem;
  padding-top: 1rem;
  padding-bottom: 0.625rem;
  border-top: 0.125rem solid #000;
}
blockquote.pull-left::before, blockquote.pull-right::before,
q.pull-left::before,
q.pull-right::before {
  display: none;
}
blockquote.pull-left,
q.pull-left {
  float: left;
  margin: 0.4em 2.5rem 0 -2.125rem;
  text-align: left;
}
blockquote.pull-right,
q.pull-right {
  float: right;
  margin: 0.4em -2.125rem 0 2.5rem;
  text-align: right;
}

blockquote {
  margin: 3rem 0;
  line-height: 1.6em;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote p {
  font-weight: 700;
  line-height: 1.4em;
}
blockquote.has-text-align-center {
  padding-right: 1em;
  border: none;
}

.wp-block-quote,
.wp-block-pullquote {
  clear: both;
}

.single blockquote,
.single .wp-block-quote,
.page blockquote,
.page .wp-block-quote {
  padding-left: 1em;
  border-color: inherit;
  border-style: solid;
  border-width: 0 0 0 0.25rem;
}
.single blockquote,
.single .wp-block-quote.is-large,
.single .wp-block-quote.is-style-large,
.page blockquote,
.page .wp-block-quote.is-large,
.page .wp-block-quote.is-style-large {
  margin: 2rem;
}
.single blockquote + cite,
.single blockquote + p cite,
.single q + cite,
.single q + p cite,
.page blockquote + cite,
.page blockquote + p cite,
.page q + cite,
.page q + p cite {
  margin-top: -2rem;
  padding-left: 3.4rem;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  border: none;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  text-align: inherit;
}

.grid-wrapper blockquote + cite,
.grid-wrapper blockquote + p cite,
.grid-wrapper q + cite,
.grid-wrapper q + p cite {
  margin-bottom: 0;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
  padding: 0.125rem 0.25rem;
  font-size: 90%;
  color: #070707;
  background-color: #f9f2f4;
}

big {
  font-size: 125%;
}

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

address {
  margin: 0 0 1.5em;
  font-style: normal;
  line-height: 1.5em;
}

pre {
  overflow: auto;
  display: block;
  max-width: 100%;
  margin: 0 0 1.375rem;
  padding: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.4286;
  color: #333;
  text-align: left;
  word-break: break-all;
  overflow-wrap: break-word;
  background-color: #f5f5f5;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark,
ins {
  padding: 0.125rem 0.3125rem;
  text-decoration: none;
  background: #e0e0e0;
}

sup,
sub {
  position: relative;
  height: 0;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

hr,
.wp-block-separator {
  clear: both;
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #000;
}

.wp-block-separator {
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.wp-block-separator:not(.is-style-wide, .is-style-dots) {
  max-width: 6.25rem;
}

figure {
  margin: 0;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 0;
}

ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.entry-content li {
  margin: 0.625rem 0;
}

li {
  margin: 0.375rem 0;
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  margin-bottom: 0.625rem;
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
  line-height: 1.5em;
}

img {
  max-width: 100%; /* Adhere to container width. */
  height: auto; /* Make sure images are scaled correctly. */
}
img:focus {
  outline: none;
}
img[src*="pixel.wp.com"] {
  display: none;
}

.jetpack-lazy-image--handled {
  animation: fade-in-from-none 0.5s ease-out;
}

@keyframes fade-in-from-none {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.featured-image img {
  display: block;
}

.gmnoprint img {
  max-width: inherit;
}

table {
  width: 100%;
  margin: 1.375rem 0;
}

.comment-content table,
.entry-content table {
  border: 1px solid #ccc;
}
.comment-content thead tr,
.entry-content thead tr {
  border-bottom: 1px solid #ccc;
}
.comment-content tfoot tr,
.entry-content tfoot tr {
  border-top: 1px solid #ccc;
}
.comment-content th,
.comment-content td,
.entry-content th,
.entry-content td {
  padding: 1rem 1.125rem;
  border-right: 1px solid #ccc;
  text-align: left;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: 1rem 1.125rem;
  border-right: 1px solid #ccc;
  text-align: left;
}

.masonry th,
.masonry td {
  padding: 0.625rem 0.5rem;
  text-align: center;
}

th {
  font-weight: 400;
}

td {
  font-weight: 300;
}

iframe[name*=oauth] {
  margin-top: -1.25rem;
}

.is-style-outline .wp-block-button__link:hover {
  border-color: var(--bg-color, #fff);
  color: var(--fg-color, #000);
  background: var(--bg-color, #fff);
}

.wp-block-details {
  width: 100%;
}
.wp-block-details summary {
  display: list-item;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--fg-color, #000);
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--fg-color, #000);
  list-style-type: "+";
}
.wp-block-details summary::marker {
  color: #ccc;
}
.wp-block-details[open] summary {
  list-style-type: "-";
}
@supports (interpolate-size: allow-keywords) {
  .wp-block-details[open]::details-content {
    height: auto;
  }
}
.wp-block-details > * {
  max-width: 65ch;
}

::details-content {
  overflow: clip;
  height: 0;
  padding-top: 0.5rem;
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
}

.wp-block-social-links .wp-block-social-link.wp-block-social-link {
  display: flex;
  align-items: center;
}

/* --------------------------------------------------------------
# Layout
-------------------------------------------------------------- */
/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
.twocolumn .half-width {
  font-size: initial;
}

.site-content {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.page-header > *,
.entry-content > *,
.entry-header > *,
.entry-footer > *,
.comments > *,
.featured-image > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (width >= 768px) {
  .page-header > *,
  .entry-content > *,
  .entry-header > *,
  .entry-footer > *,
  .comments > *,
  .featured-image > * {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .page-header > .alignwide,
  .entry-content > .alignwide,
  .entry-header > .alignwide,
  .entry-footer > .alignwide,
  .comments > .alignwide,
  .featured-image > .alignwide {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.type-page .featured-image {
  max-width: 800px;
  margin-bottom: 2rem;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  padding-bottom: 0;
  background-color: var(--bg-color, #fff);
}

.site-branding {
  position: relative;
  width: 100%;
  transition: height 0.1s ease-out, opacity 0.1s ease-out;
}
.site-branding .logo-link {
  left: 10%;
  display: block;
  max-width: 30%;
}
.site-branding .logo-image {
  display: block;
  width: auto;
}
.site-branding .logo-lines {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: visible;
  display: block;
  width: 100%;
  height: 18rem;
}
.site-branding .logo-lines polyline {
  fill: none;
  stroke: var(--fg-color, #000);
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.site-branding .site-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18rem;
  white-space: nowrap;
  transition: font-size 0.6s ease, transform 0.6s ease;
}
.site-branding .site-description {
  margin-bottom: 0;
  letter-spacing: 0.025rem;
}

.navbar-quicklinks {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.navbar-quicklinks button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid var(--fg-color, #000);
  color: var(--fg-color, #000);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: break-word;
  background-color: transparent;
  transition: all 0.1s ease-out;
}
.navbar-quicklinks button:hover {
  border-color: var(--fg-color, #000);
  color: var(--bg-color, #fff) !important;
  background-color: var(--fg-color, #000);
}
.navbar-quicklinks button > a {
  transition: all 0.1s ease-out;
}
.navbar-quicklinks button {
  border-radius: 0;
}

.navbar-main {
  display: flex;
  flex-flow: row wrap;
  place-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
}

.navbar-triggers {
  display: flex;
  flex-flow: row wrap;
  place-content: end;
  place-self: end;
  width: 100%;
}

.navbar-links {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  padding: 5rem 2rem;
  background-color: var(--bg-color, #fff);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.navbar-links a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.0312rem;
}
.navbar-links .current_page_item > a::before,
.navbar-links .current-menu-item > a::before,
.navbar-links .current_page_ancestor > a::before {
  left: 0;
  width: 100%;
}
.navbar-links .toggle-on > .dropdown-wrapper > span > .icon-drop-down::after,
.navbar-links .focus > .dropdown-wrapper > span > .icon-drop-down::after {
  transform: rotate(90deg);
}

.nav-menu {
  position: relative;
  overflow-y: auto;
  display: inline-block;
  width: 100%;
  max-height: calc(100% - 10rem);
  margin: 6.875rem 0 3.125rem;
  padding-bottom: 1.875rem;
  text-align: left;
  vertical-align: top;
}
.nav-menu .menu-item {
  display: block;
  padding: 0;
}
.nav-menu .menu-item:first-of-type {
  margin-top: 0;
}
.nav-menu .dropdown-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.nav-menu .sub-menu {
  overflow: hidden;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.nav-menu .toggle-on > .sub-menu,
.nav-menu .focus > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}

.admin-bar .nav-menu {
  max-height: calc(100% - 12.625rem);
  margin-top: 9.5rem;
}

#mobile-menu-toggle,
#big-search-trigger {
  position: relative;
  z-index: 1001;
  display: flex;
  place-content: center;
  place-items: center;
  aspect-ratio: 1;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  font-size: 0;
  text-align: center;
  background: none;
}
#mobile-menu-toggle button,
#big-search-trigger button {
  min-height: unset;
}
#mobile-menu-toggle:focus, #mobile-menu-toggle:active,
#big-search-trigger:focus,
#big-search-trigger:active {
  background: none;
}
#mobile-menu-toggle em,
#big-search-trigger em {
  position: absolute;
  top: 50%;
  display: none;
  font-size: 0.625rem;
  font-style: normal;
  color: #000;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mobile-menu-toggle span,
#mobile-menu-toggle span::before,
#mobile-menu-toggle span::after,
#big-search-trigger span,
#big-search-trigger span::before,
#big-search-trigger span::after {
  position: absolute;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #000;
  transition: 0.3s;
}
#mobile-menu-toggle span,
#big-search-trigger span {
  top: 50%;
  right: 0.625rem;
  margin-top: -1px;
}
#mobile-menu-toggle span::before, #mobile-menu-toggle span::after,
#big-search-trigger span::before,
#big-search-trigger span::after {
  content: "";
  right: 0;
}
#mobile-menu-toggle span::before,
#big-search-trigger span::before {
  top: -0.375rem;
}
#mobile-menu-toggle span::after,
#big-search-trigger span::after {
  top: 0.375rem;
}

.dropdown-toggle {
  position: relative;
  display: inline-block;
  padding: 0.25rem;
  vertical-align: top;
}
.dropdown-toggle:focus {
  outline: none;
}

.search-no-results .big-search-trigger,
.error404 .big-search-trigger {
  display: none;
}

.toggled #mobile-menu-toggle {
  display: inline-block;
}
.toggled #mobile-menu-toggle span {
  background-color: transparent;
}
.toggled #mobile-menu-toggle span::before, .toggled #mobile-menu-toggle span::after {
  top: 0;
  width: 100%;
}
.toggled #mobile-menu-toggle span::before {
  transform: rotate(45deg) translateZ(0);
}
.toggled #mobile-menu-toggle span::after {
  transform: rotate(-45deg) translateZ(0);
}
.toggled .navbar-links {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  opacity: 1;
}

.header-scrolled .site-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-opened {
  overflow: hidden;
}

@media only screen and (width >= 768px) {
  .sticky-header .site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  }
  .admin-bar.sticky-header .site-header {
    top: 2rem;
  }
  .navbar-main {
    justify-content: space-between;
    border-top: 1px solid var(--fg-color, #000);
    border-bottom: 1px solid var(--fg-color, #000);
  }
  .navbar-quicklinks {
    display: flex;
    visibility: visible;
    opacity: 1;
    flex-flow: row wrap;
    gap: 1rem;
    place-content: end;
    width: 100%;
  }
  .navbar-links {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
    transform: translateX(0);
    overflow-y: visible;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .navbar-links .nav-menu {
    overflow-y: visible;
    display: flex;
    flex-direction: "row";
    max-height: none;
    margin: 0;
    padding-bottom: 0;
  }
  .navbar-links .nav-menu li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 1.5625rem;
    padding: 0;
    font-size: inherit;
  }
  .navbar-links .nav-menu li:first-of-type {
    margin-left: 0;
  }
  .navbar-links .nav-menu li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .navbar-links .sub-menu {
    position: absolute;
    z-index: 1002;
    top: calc(100% + 1rem - 3px);
    width: 12.5rem;
    margin-left: 0;
    padding: 8px 15px;
    border: 1px solid var(--fg-color, #000);
    border-top: 0;
    background-color: var(--bg-color, #fff);
    display: flex;
    flex-direction: column;
  }
  .navbar-links .sub-menu li {
    position: relative;
    display: block;
    margin: 2px 0;
    padding: 0 35px 0 0;
    font-size: 0.875rem;
  }
  .navbar-triggers {
    width: unset;
  }
  .toggle-on > .sub-menu,
  .focus > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  #mobile-menu-toggle {
    display: none;
  }
}
@media only screen and (width >= 1024px) {
  .site-header {
    transform: translate3d(0, -1.25rem, 0);
  }
  .show .site-header,
  .no-js .site-header {
    transform: translate3d(0, 0, 0);
  }
  .sidebar-opened .site-header {
    transform: translateX(-36.4375rem);
  }
  .sidebar-opened .site-branding {
    display: block;
  }
  .site-title + .site-description {
    margin-top: 0.625rem;
  }
  .navbar-links .nav-menu a:hover::before,
  .navbar-links .sub-menu a:hover::before {
    left: 0;
    width: 100%;
  }
  .site-branding a:hover,
  .sidebar-trigger:hover,
  .sidebar-trigger:focus,
  .big-search-trigger button:hover,
  .big-search-trigger button:focus,
  #big-search-close:hover,
  #big-search-close:focus,
  .close-sidebar:hover,
  .close-sidebar:focus,
  .sidebar-trigger button:hover,
  .sidebar-trigger button:focus {
    opacity: 0.6;
  }
  .close-sidebar:hover {
    background: transparent;
  }
  body .tb-close-icon:hover::before,
  body .tb-close-icon:focus::before,
  .close-sidebar:hover::before,
  #big-search-close:hover::before,
  .close-sidebar:focus::before,
  #big-search-close:focus::before,
  body .tb-close-icon:focus::before {
    transform: rotate(-90deg);
  }
  body .tb-close-icon:hover::after,
  body .tb-close-icon:focus::after,
  .close-sidebar:hover::after,
  #big-search-close:hover::after,
  .close-sidebar:focus::after,
  #big-search-close:focus::after,
  body .tb-close-icon:focus::after {
    transform: rotate(90deg);
  }
}
@media only screen and (width >= 1024px) and (width <= 1440px) {
  .close-sidebar,
  #big-search-close,
  body #TB_closeWindowButton {
    right: 3.125rem;
  }
}
@media only screen and (width >= 1024px) and (width <= 1280px) {
  .sidebar-opened .site-branding {
    display: none;
  }
  .sidebar-opened .sidebar-trigger {
    transform: translateX(-50vw);
  }
}
@media only screen and (width < 1024px) {
  .site-title + .site-description {
    margin-top: 0.1875rem;
  }
  .header-scrolled .close-sidebar,
  .header-scrolled #big-search-close {
    margin-top: 1rem;
  }
  .big-search,
  .sidebar-opened {
    overflow: hidden;
  }
}
@media only screen and (width <= 767px) {
  .site-header {
    position: relative;
    top: 0;
    padding: 0.5rem 1rem;
  }
  .navbar-main {
    padding: 0;
  }
  .navbar-triggers {
    place-content: space-between;
  }
  .site-branding {
    display: flex;
    align-items: center;
  }
  .site-branding .logo-link {
    position: absolute;
    top: 0;
    left: 5%;
    max-width: 40%;
  }
  .site-branding .logo-lines {
    height: 9rem;
  }
  .nav-menu .menu-item {
    font-size: 1.625rem;
  }
  .nav-menu .menu-item .dropdown-menu {
    gap: 1rem;
  }
  .nav-menu .menu-item .sub-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .nav-menu .menu-item .sub-menu .menu-item {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  .nav-menu .toggle-on > .sub-menu,
  .nav-menu .focus > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0;
    visibility: visible;
    opacity: 1;
  }
  .nav-opened .navbar-triggers,
  .toggled .navbar-triggers {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
  }
}
/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
body #jp-carousel-comment-form-button-submit,
#eu-cookie-law input[type=submit] {
  min-height: 2.5rem;
  padding-right: 3em;
  padding-left: 3em;
  border: 0.125rem solid #000;
  border-radius: 0;
  font-weight: 700;
  line-height: initial;
  text-shadow: none;
  letter-spacing: 0.0312rem;
  background: #000;
  box-shadow: none;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:focus,
body #jp-carousel-comment-form-button-submit:focus,
#eu-cookie-law input[type=submit]:focus {
  color: #000;
  background: transparent;
  outline: none;
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button {
  height: auto;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color),
.contact-submit .wp-block-button__link:not(.has-text-color),
.wp-block-jetpack-button .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

#eu-cookie-law {
  padding: 0.875rem 1.75rem;
}
#eu-cookie-law input[type=submit] {
  padding-right: 2em;
  padding-left: 2em;
}
#eu-cookie-law input[type=submit]:hover, #eu-cookie-law input[type=submit]:focus {
  display: inline-block;
  padding-right: 2em;
  padding-left: 2em;
  border-radius: 0;
  font-weight: 700;
}
#eu-cookie-law.negative input[type=submit] {
  border-color: #fff;
  color: #000;
  background: #fff;
}

.post-password-form label {
  display: inline-block;
  margin-top: 1.25rem;
  vertical-align: top;
}
.post-password-form input[type=submit] {
  margin-top: 1.25rem;
  vertical-align: top;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border: 0.125rem solid #000;
  border-radius: 0;
  letter-spacing: 0.0312rem;
  background-color: transparent;
}
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,
select:focus {
  border-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 2.5rem;
}

input[type=search] {
  box-sizing: border-box;
  appearance: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  width: 100%;
  min-height: 11.25rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  line-height: 1.8em;
  vertical-align: top;
  box-shadow: none;
}

select {
  cursor: pointer;
  min-height: 2.5rem;
  padding: 0.625rem 3.125rem 0.5625rem 1.375rem;
  color: #1a1616;
  white-space: normal;
  appearance: none;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 51%, #000 50%), linear-gradient(135deg, #000 51%, transparent 50%);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) 1.3125rem, calc(100% - 1rem) 1.3125rem, 100% 0;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 2.5em 2.5em;
  transition: border 0.3s;
}
select:focus {
  background-image: linear-gradient(45deg, #000 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #000 50%);
  background-position: calc(100% - 1rem) 1.3125rem, calc(100% - 1.25rem) 1.3125rem, 100% 0;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 2.5em 2.5em;
}

label,
form.contact-form label {
  display: block;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05rem;
}

form.contact-form label span {
  margin-left: 0.625rem;
}
form.contact-form label span::after {
  content: "*";
  margin-left: -0.5em;
  color: #000;
}

.search-form {
  position: relative;
}
.search-form input[type=search] {
  padding-right: 3.75rem;
}
.search-form input[type=submit] {
  position: absolute;
  top: 1px;
  right: 0;
  height: 2.8125rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-color: transparent;
  border-left: none;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.0312rem;
  background-color: transparent;
}
.search-form input[type=submit]:disabled {
  opacity: 0.6;
}

.widget_blog_subscription form {
  position: relative;
}
.widget_blog_subscription form > p:nth-of-type(3) input[type=submit] {
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
  border-left: none;
  background-color: transparent;
}
.widget_blog_subscription input[type=text] {
  width: 100% !important;
  padding: 0 3.125rem 0 0 !important;
}
.widget_blog_subscription input[type=submit]:focus {
  opacity: 0.7;
}

.contact-form {
  margin-top: 3.125rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.contact-form > div {
  margin-bottom: 0.625rem;
}
.contact-form > div:last-of-type {
  margin-bottom: 0;
}
.contact-form > * {
  margin-bottom: 1.875rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: initial;
}
.contact-form .half-width {
  display: inline-block;
  width: 50%;
}
.contact-form .half-width input {
  width: 100%;
  max-width: 100%;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=date],
.contact-form select {
  width: 100%;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  margin-top: 0;
}
.contact-form input[type=date]::-webkit-inner-spin-button,
.contact-form input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  appearance: none;
}
.contact-form label.grunion-field-label {
  font-weight: 400;
}
.contact-form div textarea {
  width: 100%;
}

.contact-submit {
  margin-top: 1.4375rem;
}
.contact-submit:last-child {
  margin-bottom: 0;
}

.entry-content .contact-submit {
  margin-bottom: 0;
}

.grunion-field-label + * {
  margin-top: 0.875rem;
}

body .contact-form-submission {
  margin-top: 3rem;
  padding: 0;
  font-size: initial;
}

#mc_subheader,
.mc_merge_var {
  margin-bottom: 1rem;
}

.mc_header_email {
  display: none;
}

.mc_signup_submit {
  margin-top: 0.75rem;
}

input[type=checkbox],
input[type=radio],
.woocommerce form .form-row .input-checkbox {
  display: none;
}

label.checkbox,
input[type=checkbox] + label,
#respond input[type=checkbox] + label,
form.contact-form label.checkbox,
form.contact-form input[type=checkbox] + label,
label.radio,
input[type=radio] + label,
form.contact-form label.radio,
form.contact-form input[type=radio] + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-bottom: 1.375rem;
  padding-left: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
label.checkbox::before,
input[type=checkbox] + label::before,
#respond input[type=checkbox] + label::before,
form.contact-form label.checkbox::before,
form.contact-form input[type=checkbox] + label::before,
label.radio::before,
input[type=radio] + label::before,
form.contact-form label.radio::before,
form.contact-form input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #000;
  font-size: 0.875rem;
  color: transparent;
  text-align: center;
  opacity: 0.2;
}
label.checkbox:hover::before,
input[type=checkbox] + label:hover::before,
#respond input[type=checkbox] + label:hover::before,
form.contact-form label.checkbox:hover::before,
form.contact-form input[type=checkbox] + label:hover::before,
label.radio:hover::before,
input[type=radio] + label:hover::before,
form.contact-form label.radio:hover::before,
form.contact-form input[type=radio] + label:hover::before {
  opacity: 1;
}

label.checkbox::before,
input[type=checkbox] + label::before {
  transition: background-color 0.3s, opacity 0.3s;
}

#respond .comment-subscription-form input[type=checkbox] + label {
  display: inline-block !important;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 300;
}
#respond .comment-subscription-form input[type=checkbox] + label::before {
  top: 0.3125rem;
}

.checkbox.checked::before,
input[type=checkbox]:checked + label::before {
  color: #fff;
  opacity: 1;
  background: #000;
}

.radio.checked::before,
input[type=radio]:checked + label::before {
  border-width: 0.375rem;
  opacity: 1;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form input[type=url],
.comment-form input[type=password],
.comment-form input[type=search],
.comment-form textarea {
  margin-top: 0;
  background-color: transparent;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=tel]:focus,
.comment-form input[type=url]:focus,
.comment-form input[type=password]:focus,
.comment-form input[type=search]:focus,
.comment-form textarea:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
}
.comment-form input[type=submit] {
  clear: left;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.comment-form-comment ~ [class*=comment-form] input {
  width: 100%;
}

.comment-form-url {
  clear: left;
}

form.contact-form input[type=submit] {
  clear: left;
  margin-top: 2.25rem;
}

p.comment-subscription-form {
  margin-bottom: 0.625rem;
}

::-ms-clear,
::-ms-reveal {
  width: 0;
  height: 0;
}

.search-wrap {
  z-index: 1003;
  height: 100vh;
}
.search-wrap .search-form,
.search-wrap .search-instructions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 60.625rem;
}
.search-wrap .search-instructions {
  margin-top: 5rem;
}
.search-wrap input[type=search] {
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-left: 0;
  border-color: #000;
  border-width: 0 0 0.125rem;
  font-weight: 900;
  line-height: 1.5em;
}
.search-wrap input[type=search]::placeholder {
  color: #000;
  opacity: 1;
}
.search-wrap input[type=search]:focus {
  opacity: 1;
  outline: none;
}
.search-wrap .search-form input[type=submit] {
  display: none;
}
.search-wrap .big-search-trigger {
  visibility: hidden;
  opacity: 0;
}
.search-wrap #big-search-close {
  display: block;
}

.no-results .search-form,
.error-404 .search-form {
  position: relative;
  max-width: 60.625rem;
}
.no-results .search-form input[type=submit],
.error-404 .search-form input[type=submit] {
  display: none;
}
.no-results input[type=search],
.error-404 input[type=search] {
  width: 100%;
  height: auto;
  border-color: #000;
  font-weight: 900;
}
.no-results input[type=search]::placeholder,
.error-404 input[type=search]::placeholder {
  color: #000;
  opacity: 1;
}
.no-results input[type=search]:focus,
.error-404 input[type=search]:focus {
  opacity: 1;
  outline: none;
}

.search-instructions {
  display: block;
  margin-top: 1.625rem;
  letter-spacing: 0.0375rem;
}

.widget .search-form input[type=search]::placeholder {
  opacity: 0;
}

.big-search-trigger button,
.sidebar-trigger button {
  padding: 0;
  border: none;
  background: transparent;
}
.big-search-trigger button:focus,
.sidebar-trigger button:focus {
  outline: none;
}
.big-search-trigger i,
.sidebar-trigger i {
  position: relative;
  float: right;
  display: block;
}

#big-search-close,
body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
  top: 0;
  margin-top: 3.125rem;
}

#big-search-close {
  display: none;
}

.icon-sidebar {
  transform: rotate(90deg);
  display: inline-block;
  margin-top: 0.125rem;
}

.widget p,
.widget a,
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=url],
.widget input[type=search],
.widget .search-form input[type=submit],
.widget select {
  color: #000;
}
.widget form,
.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=url],
.widget input[type=search],
.widget select {
  width: 18.75rem;
  max-width: 100%;
}
.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=url],
.widget input[type=search],
.widget select,
.widget textarea {
  height: 2.8125rem;
  border-color: #000;
  font-weight: 700;
  letter-spacing: 0.0375rem;
}
.widget input[type=text]:focus,
.widget input[type=email]:focus,
.widget input[type=tel]:focus,
.widget input[type=password]:focus,
.widget input[type=url]:focus,
.widget input[type=search]:focus,
.widget select:focus,
.widget textarea:focus {
  border-color: #000;
}
.widget input::placeholder {
  color: #000;
}

.site-footer {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

.footer-main {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: start;
  justify-content: space-around;
  margin-bottom: 1rem;
  padding: 1rem;
  border-top: 1px solid var(--fg-color, #000);
  border-bottom: 1px solid var(--fg-color, #000);
}
.footer-main a:hover {
  color: rgba(0, 0, 0, 0.6);
}

@media (width <= 768px) {
  .footer-main {
    flex-flow: column wrap;
  }
}
.footer-heading {
  max-width: 35ch;
  font-size: 2.1875rem;
  font-weight: 600;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.footer-socials {
  display: flex;
  flex-flow: row;
  column-gap: 0.5rem;
}
.footer-socials .brand-icon {
  aspect-ratio: 1/1;
  width: 24px;
  height: 24px;
  transition: color 0.3s, border 0.3s, opacity 0.3s, fill 0.3s;
}
.footer-socials .brand-icon:hover {
  opacity: 0.4;
}

.footer-column {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.footer-column:has(:not(.footer-heading)) {
  font-size: smaller;
}
.footer-column .footer-items {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.footer-column .footer-items:has(:not(.footer-heading)) {
  font-size: smaller;
}
.footer-column .footer-items a {
  text-decoration: underline;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.footer-contact:has(:not(.footer-heading)) {
  font-size: smaller;
}

.footer-newsletter #momence-plugin-lead-form {
  margin-bottom: 1rem;
  font-size: inherit;
}
.footer-newsletter #momence-plugin-lead-form label {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.footer-newsletter #momence-plugin-lead-form input[type=email] {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
  border: 0.125rem solid #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0.0312rem !important;
  background-color: transparent !important;
}
.footer-newsletter #momence-plugin-lead-form input[type=email]:focus {
  border-color: rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
}
.footer-newsletter #momence-plugin-lead-form button {
  min-height: 2.5rem !important;
  padding-right: 3em !important;
  padding-left: 3em !important;
  border: 0.125rem solid #000 !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  line-height: initial !important;
  text-shadow: none !important;
  letter-spacing: 0.0312rem !important;
  background: #000 !important;
  box-shadow: none !important;
}
.footer-newsletter #momence-plugin-lead-form button:focus {
  color: #000 !important;
  background: transparent !important;
  outline: none !important;
}

.footer-copyright {
  place-self: end;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 1rem;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/* --------------------------------------------------------------
## Links
-------------------------------------------------------------- */
a {
  position: relative;
  text-decoration: none;
}
a:focus {
  outline: thin dotted rgba(0, 0, 0, 0.4);
}
a:hover, a:active {
  outline: 0;
}

button:focus {
  outline: thin dotted rgba(0, 0, 0, 0.4);
}

.nav-menu a,
.entry-content a,
.entry-footer a,
.entry-meta a,
.author-box a,
body #infinite-handle span {
  display: inline-block;
}

.nav-menu a {
  font-weight: 500;
}

.entry-content a,
.entry-footer a,
.author-box a,
.comment-content a {
  font-weight: 700;
}

.nav-menu a::before,
.entry-content a::before,
.entry-footer a::before,
.entry-meta a::before,
.author-box a::before,
.comments-area .nav-links a::before,
.comment-author a::before,
.comment-content a::before,
.comment-reply-link::before,
.comment-form a::before,
.paging-navigation a::before,
.category-filter a::before,
.sd-social-text ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.4375rem;
  left: 50%;
  width: 0;
  height: 0.125rem;
  background: #000;
}

.nav-menu a::before {
  right: 0;
}

.button::before,
.entry-content a[href$=".jpg"]::before,
.entry-content a[href$=".png"]::before,
.jp-relatedposts-post .jp-relatedposts-post-a::before,
.wp-block-button__link::before,
.wp-block-jetpack-slideshow_button-prev::before,
.wp-block-jetpack-slideshow_button-next::before,
.wp-social-link a::before,
.wp-block-image a::before {
  display: none;
}

.paging-navigation a::before {
  height: 0.1875rem;
}

.nav-menu a::before {
  top: 100%;
}

.cat-active a::before {
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
}

h1 a::before,
h2 a::before,
h3 a::before,
h4 a::before,
h5 a::before,
h6 a::before,
.tiled-gallery .tiled-gallery-item a::before {
  display: none;
}

.entry-content cite a {
  font-weight: 400;
}

.edit-link,
.entry-footer > .edit-link {
  display: none;
}

.posts-navigation,
.post-navigation {
  padding-bottom: 2.625rem;
  margin: 0 2rem;
}
.posts-navigation:last-child,
.post-navigation:last-child {
  padding-bottom: 4rem;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
}
.posts-navigation a,
.post-navigation a {
  position: relative;
  padding-bottom: 0.625rem;
}
.posts-navigation .nav-previous a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-previous a::after,
.post-navigation .nav-next a::after {
  position: absolute;
  top: -0.1em;
  display: inline-block;
  margin-left: 1.5625rem;
  vertical-align: middle;
  backface-visibility: hidden;
}

.posts-navigation {
  padding-top: 2.625rem;
}
.posts-navigation a {
  display: inline-block;
}

.post-navigation .nav-previous + .nav-next {
  margin-top: 2.8rem;
}
.post-navigation a {
  display: block;
}
.post-navigation span {
  position: absolute;
  top: 74%;
  left: 0;
  font-weight: 400;
}

.paging-navigation {
  margin: 1.3vw 1rem;
}
.paging-navigation ul {
  position: relative;
  margin-bottom: 0;
}
.paging-navigation li {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.paging-navigation li:not(:last-child) {
  margin-right: 1.4rem;
}
.paging-navigation .dots {
  position: relative;
  top: -0.5625rem;
}
.paging-navigation .prev,
.paging-navigation .next {
  position: relative;
}
.paging-navigation .prev::before,
.paging-navigation .next::before {
  display: none;
}
.paging-navigation .prev::after,
.paging-navigation .next::after {
  position: relative;
  top: 0.2em;
}

.grid-wrapper .paging-navigation ul {
  max-width: 77.5rem;
}

.scroll-to-content,
.back-to-top {
  z-index: 3;
  right: 0.75rem;
  bottom: 1.875rem;
  transform: translateX(5rem);
  opacity: 0;
}
.scroll-to-content:focus,
.back-to-top:focus {
  outline: none;
}

.back-to-top {
  position: fixed;
  color: rgba(0, 0, 0, 0.4);
}
.back-to-top:focus {
  color: #000;
}

.scroll-to-content {
  position: absolute;
  color: rgba(255, 255, 255, 0.4);
  animation: bounce 1.5s 0s ease-in-out infinite;
}
.scroll-to-content:focus {
  color: #fff;
}
.scroll-to-content i {
  transform: rotate(180deg);
  display: block;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
.show-scroll-up,
.show-scroll-down {
  transform: translateX(0);
  opacity: 1;
}

/* --------------------------------------------------------------
## Menus
-------------------------------------------------------------- */
.icon-drop-down {
  cursor: pointer;
  position: relative;
  transform-origin: 50% 50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  transition: transform 0.3s;
}
.icon-drop-down::before, .icon-drop-down::after {
  content: "";
  position: absolute;
  background-color: #ccc;
}
.icon-drop-down::before {
  top: 0.25rem;
  left: 0;
  width: 0.625rem;
  height: 0.125rem;
}
.icon-drop-down::after {
  top: 0;
  left: 0.25rem;
  width: 0.125rem;
  height: 0.625rem;
}

/* --------------------------------------------------------------
# Components
-------------------------------------------------------------- */
/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/* stylelint-disable selector-class-pattern */
.scroll-box {
  max-width: 18.75rem;
  margin: 0 auto;
}

.widget {
  max-width: 18.75rem;
  line-height: 1.4rem;
}
.widget p {
  letter-spacing: 0.0125rem;
}
.widget h1, .widget h2, .widget h3, .widget h4 {
  letter-spacing: 0;
}
.widget select {
  max-width: 100%;
}
.widget li {
  list-style: none;
}
.widget > ul {
  margin-bottom: 0;
}
.widget > ul > li {
  margin-top: 0.5rem;
}
.widget > ul > li:first-of-type {
  margin-top: 0;
}
.widget .post-date {
  margin-top: 0.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.widget {
  /* recent posts */
}
.widget .jetpack-display-remote-posts h4 {
  margin-top: 2.125rem;
  margin-bottom: 0.875rem;
}
.widget .jetpack-display-remote-posts p {
  margin: 0 0 1.375rem !important;
  line-height: 1.5rem !important;
}
.widget .jetpack-display-remote-posts img {
  margin-bottom: 0.75rem;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.0312rem;
}

/* calendar widget */
#today {
  position: relative;
  z-index: 0;
}
#today::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 1.375rem;
  height: 1.375rem;
  background: #000;
}

.widget_calendar table {
  max-width: 18.75rem;
  margin: 0;
}
.widget_calendar thead,
.widget_calendar tbody {
  text-align: center;
}
.widget_calendar caption {
  text-align: left;
}
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
  font-weight: 600;
}
.widget_calendar tbody {
  font-weight: 700;
}
.widget_calendar tbody a {
  padding: 0.1875rem 0.125rem;
  border-bottom: 0.125rem solid #000;
}
.widget_calendar tbody th {
  padding-top: 1.125rem;
  padding-bottom: 0.8125rem;
}
.widget_calendar tbody td {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.widget_calendar tbody tr:last-of-type #today::after {
  margin-top: -0.3125rem;
}
.widget_calendar tbody tr:last-of-type #next {
  text-align: right;
}
.widget_calendar tbody tr:last-of-type td {
  padding-bottom: 0.875rem;
}
.widget_calendar tbody tr:last-of-type tfoot td {
  padding-top: 0.625rem;
}

/* Recent comments - posts widget */
.widget_recent_comments ul li {
  margin-top: 1.5rem;
}

.widget_recent_entries ul li {
  margin-top: 1.5rem;
}
.widget_recent_entries .post-date {
  display: block;
}

/* Rss widget */
.widget_rss .widget-title a:first-of-type {
  margin-right: 0.3125rem;
}
.widget_rss .widget-title a::before {
  display: inline-block;
}
.widget_rss .widget-title a:first-of-type img {
  display: none;
}
.widget_rss ul li {
  margin-top: 2rem;
}
.widget_rss li > a {
  font-weight: 700;
}
.widget_rss cite {
  display: block;
  margin-top: 0.625rem;
}

.widget_rss_links .widget-title::before {
  margin-right: 0.625rem;
}

.rss-date {
  display: block;
  margin-bottom: 1.25rem;
}

/* Tag cloud */
.tagcloud a {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.625rem;
}

/* Custom menues */
.widget_nav_menu li {
  display: block;
}

/* Jetpack widgets */
/* contact */
.widget_contact_info .contact-map {
  margin-bottom: 1.25rem;
}
.widget_contact_info .confit-address a {
  font-weight: 700;
}

#ribbon-schedule {
  overflow-x: clip;
}
#ribbon-schedule a::before {
  display: none;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/* --------------------------------------------------------------
## Posts and pages
-------------------------------------------------------------- */
.tk-theme-frontend .site-content,
.tk-theme-frontend .site-header,
.tk-theme-frontend .site-footer,
.tk-theme-frontend .site-main > article,
.tk-theme-frontend .grid-wrapper {
  opacity: 0;
}

.show .site-content,
.no-js .site-content,
.show .site-header,
.no-js .site-header,
.show .site-footer,
.no-js .site-footer,
.show .site-main > article,
.no-js .site-main > article,
.show .grid-wrapper,
.no-js .grid-wrapper {
  opacity: 1;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-title {
  margin-top: 0;
}

.page-links {
  clear: both;
  margin: 1.5em 0;
}

.page-links a {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  border: none;
  font-weight: 400;
  opacity: 0.4;
}

.site-title {
  font-weight: 500;
}

.site-main > article {
  transition-delay: 0.5s;
}

.grid-wrapper {
  position: relative;
}
.grid-wrapper .hentry {
  margin-bottom: -2px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border: 2px solid;
  border-width: 2px 0;
}
.grid-wrapper .hentry .entry-header,
.grid-wrapper .hentry .entry-content {
  margin-right: 1rem;
  margin-left: 1rem;
}
.grid-wrapper .hentry .entry-header > *,
.grid-wrapper .hentry .entry-content > * {
  margin-right: 0;
  margin-left: 0;
}
.grid-wrapper .hentry:has(> .featured-image) {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.grid-wrapper .hentry:has(> .featured-image) .featured-image {
  width: unset;
  max-width: unset;
}
.grid-wrapper article,
.grid-wrapper .entry-content,
.grid-wrapper .entry-content p {
  letter-spacing: 0.0313rem;
}
.grid-wrapper .entry-content,
.grid-wrapper .entry-content p {
  line-height: 1.7em;
}
.grid-wrapper .entry-header {
  position: relative;
}
.grid-wrapper .entry-title {
  margin-top: 0;
  margin-bottom: 1.8rem;
  line-height: 1.1em;
}
.grid-wrapper .entry-title a {
  position: static;
}
.grid-wrapper .entry-title a::after {
  display: none;
}
.grid-wrapper .content-wrapper:first-child .entry-meta:first-child {
  margin-top: 2vw;
}

.entry-meta > * {
  margin-right: 2.5rem;
}
.entry-meta > *:last-child {
  margin-right: 0;
}

.grid-wrapper .entry-meta > * {
  display: inline-block;
}
.grid-wrapper .entry-meta .posted-on {
  white-space: nowrap;
}

.posted-on,
.cat-links strong {
  text-transform: uppercase;
}

.grid-sizer {
  overflow: hidden;
  height: 0;
  min-height: 0;
  visibility: hidden;
  opacity: 0;
}

.entry-video .featured-image,
.grid-wrapper .entry-gallery .entry-gallery {
  max-width: 100%;
}

.featured-image a,
.format-video .featured-image a,
.single-format-video .featured-image a {
  position: relative;
  display: inline-block;
}

.grid-wrapper .featured-image,
.grid-wrapper .entry-video-wrapper,
.grid-wrapper .entry-gallery,
.grid-wrapper .featured-image + .content-wrapper,
.grid-wrapper .entry-video-wrapper + .content-wrapper,
.grid-wrapper .entry-gallery + .content-wrapper {
  display: block;
}
.grid-wrapper .featured-image a {
  overflow: hidden;
}
.grid-wrapper .featured-image img {
  filter: grayscale(100%);
}
.grid-wrapper .entry-content > .entry-meta {
  margin-top: auto;
}

.search-results .featured-image a {
  overflow: hidden;
}
.search-results .featured-image img {
  filter: grayscale(100%);
}

/* --------------------------------------------------------------
## Posts
-------------------------------------------------------------- */
/* Thickbox pop-up */
body #TB_overlay {
  opacity: 0.9;
}

body #TB_window {
  text-align: center;
  background: none;
  box-shadow: none;
}

body #TB_window img#TB_Image {
  width: 100%;
  margin: 0.5625rem 0 0;
  border: none;
}

#TB_closeWindow,
#TB_closeWindowButton,
body .tb-close-icon {
  width: auto;
  height: auto;
  line-height: inherit;
}

#TB_closeWindowButton:focus .tb-close-icon {
  opacity: 0.7;
}

#TB_closeWindow {
  position: fixed;
  top: 5%;
  right: 3.125rem;
  padding: 0;
}

#TB_closeWindowButton,
body .tb-close-icon {
  position: static;
}

body #TB_caption,
.format-video #TB_ajaxWindowTitle {
  float: none;
  display: inline-block;
  height: auto;
  margin-top: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.format-video #TB_ajaxWindowTitle {
  width: auto;
}

#TB_secondLine {
  height: 0;
  text-indent: -624.9375rem;
}

#TB_prev,
#TB_next {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 7.5rem;
  text-align: center;
  text-indent: 0;
}

#TB_prev {
  left: 0;
}

#TB_next {
  right: 0;
}

#TB_prev a,
#TB_next a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#TB_prev a::before,
#TB_next a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#TB_prev a::before {
  right: 0;
}

#TB_next a::before {
  left: 0;
}

#TB_load {
  display: none !important;
}

/* video format */
.entry-content .wp-block-video video {
  width: 100%;
}

.entry-video,
.jetpack-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 55.85%;
}

.has-img {
  overflow: hidden;
  width: auto;
  height: auto;
  padding-top: 0;
}

.entry-video iframe,
.jetpack-video-wrapper > *,
.jetpack-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jetpack-video-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}

/* single */
.single .entry-content {
  margin-top: -2rem;
}
.single figure + .entry-content {
  margin-top: 3rem;
}
.single .entry-header {
  margin-bottom: 4.6vw;
  border-bottom: 0.125rem solid;
}
.single .entry-header > .entry-meta {
  margin-bottom: 1.5625rem;
}
.single .entry-title {
  margin-top: -0.04em;
  margin-bottom: 2rem;
  line-height: 1em;
}

.page-template-default .entry-content + figure {
  margin-top: 3rem;
}

.entry-footer {
  letter-spacing: 0.0187rem;
}
.entry-footer a {
  font-weight: 400;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
  font-style: italic;
}
.entry-footer .cat-links a,
.entry-footer .tags-links a {
  opacity: 0.4;
}
.entry-footer .cat-links + .tags-links::before {
  content: " - ";
}

.entry-author .author-title,
.sharedaddy h1,
.sharedaddy h2,
.sharedaddy h3,
.sharedaddy h4 {
  letter-spacing: 0.0187rem;
}

.post-additional h1,
.post-additional h2,
.post-additional h3,
.post-additional h4,
.post-additional h5,
.post-additional h6 {
  margin: 0 0 0.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.post-additional > *:last-child {
  margin-bottom: 0;
}

.single .site-main {
  text-align: center;
}
.single .site-main > * {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.page-template-default .page {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

/* --------------------------------------------------------------
## Pages
-------------------------------------------------------------- */
/* search */
.search .page-header p,
.error404 .page-header p {
  max-width: 19.375rem;
  margin-bottom: 0;
}

.search .page-title {
  margin-bottom: 0.3125rem;
}

.no-results .entry-content h1 {
  margin-bottom: 1rem;
}

.search-results .page-header p {
  float: left;
}
.search-results .hentry {
  position: relative;
  margin-top: -0.125rem;
  padding: 2.5rem 0;
  border: 0.125rem solid;
  border-width: 0.125rem 0;
}
.search-results .entry-title {
  margin-top: 0;
  margin-bottom: 1px;
}
.search-results .cat-links {
  display: inline-block;
}

.results-number {
  float: right;
  margin-bottom: 0.625rem;
}

/* 404 */
.error-404 .emphasis {
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
}

/* --------------------------------------------------------------
## Templates
-------------------------------------------------------------- */
.page-content + .grid-wrapper {
  margin-top: 5vw;
}

.pulse {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  border-radius: 2.5rem;
  background-color: #000;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.show-slider .pulse,
.no-js .pulse {
  display: none;
}

@keyframes ball-scale {
  0% {
    transform: scale(0);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* --------------------------------------------------------------
## Asides
-------------------------------------------------------------- */
body > .widget-area {
  z-index: 10000;
  bottom: 0;
  left: 100%;
  overflow-y: auto;
  width: 35rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  backface-visibility: hidden;
  transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  transition: -moz-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  transition: -ms-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  transition: -o-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
}

body > .widget-area,
.search-wrap {
  position: fixed;
  top: 0;
  max-width: 100%;
  visibility: hidden;
}

.search-wrap {
  right: 0;
  width: 100%;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
}

.admin-bar > .widget-area {
  top: 2rem;
}

body.big-search .site-content,
body.big-search .site-footer {
  opacity: 0;
}

body.big-search .site-content,
body.big-search .site-footer {
  visibility: hidden;
}

.sidebar-opened > .widget-area {
  transform: translate(-100%, 0);
}

.sidebar-opened > .widget-area,
.big-search .search-wrap {
  visibility: visible;
}

.site::after {
  content: "";
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition-delay: 0.2s;
}

.sidebar-opened .site::after {
  visibility: visible;
  opacity: 1;
}

.big-search .search-wrap {
  opacity: 1;
}

.close-sidebar,
#big-search-close,
body .jp-carousel-close-hint span,
body .tb-close-icon {
  transform-style: preserve-3d;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid;
  border-color: transparent;
  text-align: center;
  backface-visibility: hidden;
}

.close-sidebar,
#big-search-close,
body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
  right: 4.375rem;
}

.close-sidebar,
#big-search-close {
  position: absolute;
}
.close-sidebar::before, .close-sidebar::after,
#big-search-close::before,
#big-search-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.125rem;
  display: block;
  width: 0.1875rem;
  height: 100%;
  background-color: #000;
}
.close-sidebar::before,
#big-search-close::before {
  transform: rotate(-45deg) translateZ(0);
}
.close-sidebar::after,
#big-search-close::after {
  transform: rotate(45deg) translateZ(0);
}
.close-sidebar:focus,
#big-search-close:focus {
  color: #fff;
  background: none;
}

.close-sidebar {
  top: 3.5rem;
  border: 0;
  background: none;
}

#big-search-close {
  z-index: 1003;
  border-color: transparent;
  background: transparent;
}

body .jp-carousel-close-hint span,
body #TB_closeWindowButton {
  position: fixed;
}
body .jp-carousel-close-hint span:focus {
  color: #fff;
  background: none;
}
body .tb-close-icon::before,
body .tb-close-icon::after,
body .jp-carousel-close-hint span::before,
body .jp-carousel-close-hint span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.125rem;
  display: block;
  width: 0.1875rem;
  height: 100%;
  background-color: #fff;
}
body .tb-close-icon::before,
body .jp-carousel-close-hint span::before {
  transform: rotate(-45deg) translateZ(0);
}
body .tb-close-icon::after,
body .jp-carousel-close-hint span::after {
  transform: rotate(45deg) translateZ(0);
}

/* --------------------------------------------------------------
## Comments
-------------------------------------------------------------- */
.comments-area {
  margin-top: 4rem;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
}
.comment-list > .comment > .comment-body,
.comment-list > .pingback > .comment-body,
.comment-list > .trackback > .comment-body {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.comment-list > .comment:last-of-type > .comment-body,
.comment-list > .pingback:last-of-type > .comment-body,
.comment-list > .trackback:last-of-type > .comment-body {
  border-bottom: none;
}

.comment-content a {
  overflow-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.bypostauthor > .comment-body .comment-author b::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  opacity: 0.2;
}

.comments-title,
.comments-area,
.post-navigation,
.posts-navigation {
  position: relative;
}

.comments-title,
.comment-reply-title {
  margin-top: 0;
}

.comments-title {
  margin-bottom: 6rem;
}

.comments-area .comment,
.comments-area .pingback,
.comments-area .trackback {
  margin-top: 4rem;
}

.comments-title + .comment-navigation {
  margin-top: 4rem;
}

.comment-navigation + .comment-list .comment:first-of-type,
.comment-navigation + .comment-list .pingback:first-of-type,
.comment-navigation + .comment-list .trackback:first-of-type {
  margin-top: 2.4rem;
}

.pingback .comment-body > a,
.trackback .comment-body > a {
  display: block;
  margin-top: 1.3em;
}
.pingback .children,
.trackback .children {
  margin-left: 6%;
}

.comment-author {
  margin-right: 1.25rem;
}
.comment-author img {
  border-radius: 1.875rem;
}
.comment-author .says {
  display: none;
}

.author-box img,
.author-avatar img {
  border-radius: 1.875rem;
}

.single .author-box,
.single .entry-author {
  position: relative;
  margin: 4rem 0 5rem;
}

.author-info p:last-child,
.author-bio {
  margin-bottom: 0;
}

.author-bio .author-link {
  display: block;
}

.entry-author .author-title {
  margin-top: 0;
}
.entry-author .author-title span {
  display: block;
  font-weight: 400;
}
.entry-author .author-link::before {
  display: none;
}

.single .entry-author .author-name {
  font-weight: 700;
  white-space: nowrap;
}

.comment-metadata,
.comment .reply {
  font-weight: 600;
  text-transform: uppercase;
}

.comment-metadata > * + *::before {
  content: "·";
  margin: 0 0.3125rem;
}

.comment-author .says {
  display: none;
}

.comment .children,
.pingback .children,
.trackback .children {
  margin-left: 6%;
}

.comment-content a {
  overflow-wrap: break-word;
}

.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
  margin-top: 0;
}

.logged-in-as,
.comment-notes {
  margin-bottom: 4.5rem;
  font-style: italic;
}

.no-comments {
  margin-bottom: 0;
}

/* .com comments */
div#respond {
  overflow: visible;
  max-width: 40.375rem;
  padding: 3rem 0 0;
}

div#respond:first-child {
  padding: 0;
}

div#respond h3 {
  margin-bottom: 0.75rem;
}

div#respond #comment-form-identity #comment-form-nascar,
div#respond #comment-form-comment.active,
div#comment-form-share-text-padder.active,
div#respond .comment-form-service {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
}

div#respond #comment-form-comment.active,
div#comment-form-share-text-padder.active {
  box-shadow: none;
}

div#respond .comment-form-service,
div#respond #comment-form-identity #comment-form-nascar {
  border-top: none;
}

div#respond #comment-form-comment textarea,
div#comment-form-share-text-padder textarea {
  text-shadow: none;
}

div#respond .comment-form-fields div.comment-form-url {
  clear: left;
}

div#respond #comment-form-subscribe {
  margin-top: 1.375rem;
  padding-left: 0;
}

div#respond label::before,
div#respond form label::before {
  top: -1px;
}

div#respond .form-submit {
  margin-bottom: 0;
  padding: 0.75rem 0;
}

div#respond .form-submit:not(:last-of-type) {
  margin-bottom: 1.875rem;
}

div#respond .form-submit input,
div#respond .form-submit input#comment-submit,
div#respond .comment-form-fields input[type=submit],
div#respond p.form-submit input[type=submit],
div#respond input[type=submit],
div#commentform #submit {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5625rem 2em !important;
  border: none;
  border-radius: 0 !important;
  font-weight: bold !important;
  color: #fff !important;
  text-shadow: none !important;
  background: black !important;
}

div#respond .form-submit input:hover,
div#respond .form-submit input#comment-submit:hover,
div#respond .comment-form-fields input[type=submit]:hover,
div#respond p.form-submit input[type=submit]:hover,
div#respond input[type=submit]:hover,
div#commentform #submit:hover {
  background: #555 !important;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.author-box,
.entry-author {
  margin: 3rem 0;
}

.author-name,
.entry-author .author-title {
  margin-top: 0;
}

.single .author-heading .author-title {
  margin-bottom: 0;
}

.author-link {
  display: inline-block;
}

.author-name span {
  margin-left: 0.5rem;
  opacity: 0.5;
}

/* --------------------------------------------------------------
## Captions
-------------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text,
.wp-caption-dd {
  margin: 1.1em 0;
  line-height: 1.5em;
  letter-spacing: 0.0312rem;
  opacity: 0.5;
}

.widget .wp-caption-text {
  opacity: 1;
}

.alignleft .wp-caption-text {
  text-align: left;
}

.alignright .wp-caption-text {
  margin-left: auto;
  text-align: right;
}

.aligncenter .wp-caption-text {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* --------------------------------------------------------------
## Galleries
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

.gallery-icon {
  padding: 0.625rem 0.625rem 0 0;
  text-align: left;
}

.gallery-columns-1 .gallery-icon {
  padding: 0;
}

.gallery-icon a {
  border: none;
}

.gallery-icon a::before {
  display: none;
}

.tiled-gallery {
  display: inline-block;
}

.tiled-gallery-item {
  padding: 0.1875rem 0.375rem 0 0;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* --------------------------------------------------------------
## Jetpack overwrites
-------------------------------------------------------------- */
/* sharedaddy & rating & like */
#jp-post-flair .sd-rating,
#jp-post-flair .sharedaddy,
#jp-post-flair .sd-like {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 2rem;
  vertical-align: top;
}

#jp-post-flair .sharedaddy {
  width: 63%;
}

div#jp-post-flair.sharedaddy h3.sd-title {
  margin-bottom: 2em;
}

#jp-post-flair .sd-rating .rating-msg {
  clear: left;
}

#jp-post-flair .sharedaddy > div {
  margin-top: 0;
}

body .wpl-button a {
  border-radius: 0 !important;
}

body div.sharedaddy h3.sd-title::before {
  display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
  position: static;
}

.grid-wrapper .sd-sharing-enabled + .sd-sharing-enabled {
  display: none;
}

/* JP slideshow gallery */
body .entry-gallery div.slideshow-window * img {
  max-height: inherit;
}

body .slideshow-window,
body .carousel .slideshow-window {
  border: none;
  border-radius: 0;
  background: transparent;
}

.single .entry-gallery > .slideshow-window {
  display: block;
}

.slideshow-window .slideshow-controls {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: auto;
  height: 1.9375rem;
  padding: 0 2.5rem 0 0.625rem;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.slideshow-controls a::before {
  display: none;
}

body .slideshow-window div.slideshow-controls a,
body .slideshow-window div.slideshow-controls a:hover {
  height: auto !important;
  margin-top: -0.3125rem !important;
  border: none !important;
  background: none !important;
}

body .slideshow-window div.slideshow-controls a {
  color: #fff !important;
  vertical-align: middle;
}

body .slideshow-window div.slideshow-controls a:first-of-type,
body .slideshow-window div.slideshow-controls a:last-of-type {
  width: 2.8125rem !important;
}

body .slideshow-window div.slideshow-controls a:nth-of-type(2) {
  position: absolute;
  top: 0.375rem;
  right: 0.625rem;
  width: 1rem !important;
  color: #fff !important;
}

body .slideshow-window div.slideshow-controls a::after {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* JP social */
.sd-social {
  margin-top: 1rem;
}

.sharedaddy .sd-social .sd-content {
  margin-top: 0;
}

.sharedaddy .sd-social .sd-content ul {
  margin-bottom: 0 !important;
}

.single .sd-social:not(.sd-social-text),
.page-template-default .sd-social {
  margin-top: 3rem;
}

div.sharedaddy .sd-social h3.sd-title {
  margin-right: 0.3125rem;
  margin-bottom: 0;
  font-weight: 600;
}

.single div.sharedaddy .sd-social h3.sd-title {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

div.sharedaddy .sd-social h3.sd-title::before,
div#jp-relatedposts h3.jp-relatedposts-headline em::before {
  display: none;
}

body.single .sd-social-text .sd-title,
body.single .sd-social .sd-content {
  white-space: normal;
}

div.sharedaddy .sd-text .sd-content {
  margin-top: -0.25rem;
}

.sd-content ul li {
  margin-right: 0.75rem;
}

.sharedaddy .sd-social-text .sd-content ul li a.sd-button,
.sharedaddy .sd-social-text .sd-content ul li a.sd-button:hover {
  border: none;
  background: transparent;
}

.sharedaddy .sd-social-text .sd-content ul li a.sd-button {
  padding: 0;
  line-height: inherit;
  color: #333 !important;
  box-shadow: none;
}

.sd-content ul li a.sd-button::before {
  position: static;
  right: auto;
  left: auto;
  width: auto;
  height: auto;
  background: transparent;
}

.sd-social-text .sd-content ul li a.sd-button .share-count {
  margin-top: -0.125rem;
  margin-left: 0.1875rem;
  line-height: 1;
  vertical-align: middle;
}

/* thickbox */
body textarea#jp-carousel-comment-form-comment-field,
body .jp-carousel-titleanddesc,
body .jp-carousel-image-meta,
body .jp-carousel-buttons {
  border-color: rgba(0, 0, 0, 0.1);
}

body textarea#jp-carousel-comment-form-comment-field {
  border-radius: 0;
  box-shadow: none;
}

body textarea#jp-carousel-comment-form-comment-field,
body textarea#jp-carousel-comment-form-comment-field:focus,
body .jp-carousel-image-meta,
body .jp-carousel-buttons {
  background: #fff;
}

body textarea#jp-carousel-comment-form-comment-field:focus {
  border-color: #000;
}

body .jp-carousel-overlay,
body #TB_overlay {
  background-color: #000;
}

body div.jp-carousel-buttons a.jp-carousel-commentlink {
  padding-left: 0.875rem !important;
  background: none;
}

body .jp-carousel-image-meta li {
  color: #000 !important;
}

body .jp-carousel-close-hint span {
  border-radius: 0;
  text-indent: -624.9375rem;
  background: none;
}

/* Thickbox video */
body #TB_window.format-video {
  left: 0;
  width: 70% !important;
  margin-top: -21% !important;
  margin-left: 15% !important;
  background: transparent;
  box-shadow: none;
}

body #TB_title {
  height: auto;
  margin-bottom: 1rem;
  border: none;
  background-color: transparent;
}

.format-video #TB_ajaxContent {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 0 !important;
  margin: 0 auto;
  padding-top: 55.2%;
}

.format-video #TB_ajaxContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.format-video #TB_closeAjaxWindow {
  float: right;
  margin-top: 0.25rem;
}

body #TB_closeWindowButton {
  width: 2.5rem;
  height: 2.5rem;
}

body #TB_closeWindowButton:focus .tb-close-icon {
  box-shadow: none;
}

/* JP popup gallery */
.jp-carousel-wrap .jp-carousel-slide {
  opacity: 0.3;
}

.jp-carousel-wrap .jp-carousel-slide {
  background-color: transparent;
}

.jp-carousel-wrap .jp-carousel-slide img {
  box-shadow: none;
}

.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span {
  text-indent: 0;
  background-image: none;
}

.jp-carousel-wrap .jp-carousel-slide.selected,
.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span,
.jp-carousel-wrap .jp-carousel-next-button:hover span,
.jp-carousel-wrap .jp-carousel-previous-button:hover span {
  opacity: 1;
}

.jp-carousel-wrap .jp-carousel-close-hint,
.jp-carousel-next-button span::before,
.jp-carousel-previous-button span::before {
  color: #fff;
}

.jp-carousel-next-button span::before,
.jp-carousel-previous-button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit {
  height: 3.125rem;
  padding-right: 3em !important;
  padding-left: 3em !important;
  border: none;
  border-radius: 0;
  line-height: initial;
  color: #000;
  background: #fff;
}

.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
  border-radius: 0;
  box-shadow: none;
}

body div.jp-carousel-fadeaway {
  background: none;
}

/* Related */
body div#jp-relatedposts {
  margin-top: 5rem;
  margin-bottom: 5em;
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}

body div#jp-relatedposts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 75rem;
  height: 100%;
  border-style: solid;
  border-width: 0.125rem 0;
}

body div#jp-relatedposts h3.jp-relatedposts-headline {
  width: 100%;
  margin-bottom: 4rem;
}

body div#jp-relatedposts h3.jp-relatedposts-headline em {
  font-weight: 400;
  font-style: normal;
}

body div#jp-relatedposts div.jp-relatedposts-items,
body div#jp-relatedposts div.jp-relatedposts-items-visual {
  margin-right: -5%;
  text-align: center;
}

body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  float: none;
  display: inline-block;
  width: 33.3333%;
  padding-right: 5%;
  text-align: left;
  vertical-align: top;
  opacity: 1;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
  display: block;
  max-width: 100%;
  margin-top: -0.25rem;
  margin-bottom: 0;
  line-height: 1.3em;
}

.jp-relatedposts-post .jp-relatedposts-post-a {
  display: block;
  border: none;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
  float: none;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 1.5625rem;
}

body div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  line-height: 1.5em;
  letter-spacing: 0.0125rem;
}

body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  border: none;
}

body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  display: inline-block;
  margin: 0;
  letter-spacing: 0.0125rem;
  opacity: 1;
}

body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  margin-top: 0.1875rem;
  margin-right: 0.625rem;
}

body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs .jp-relatedposts-post-context,
body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs .jp-relatedposts-post-date {
  margin-top: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,
#jp-relatedposts div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
  line-height: 1.5;
}

div#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.6em;
  opacity: 0.6;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  text-decoration: none;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  opacity: 1;
}

/* --------------------------------------------------------------
# Utilities
-------------------------------------------------------------- */
/* VERTICALIZE */
/*  <div class="verticalize-container">
		<div class="verticalize">
			Content that needs to be vertically and horizontally centered
		</div>
	</div>
*/
/* VERTICALIZE CONTAINER */
.verticalize-container {
  text-align: center;
}

.verticalize-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em; /* Adjusts for spacing */
  vertical-align: middle;
}

/* VERTICALIZE BOX */
.verticalize {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* ==========================================================================
   Scalable Elements - dedicate padding bottom to .scalable-wrapper in percents (%), which will be the height of scalable element. Precentage will keep aspect ratio with width.
   width(100%) : padding-bottom(50%) = 2:1;
   ========================================================================== */
.scalable-wrapper {
  position: relative;
  height: 0;
  padding-top: 57.25%;
}

.scalable-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
input[type=search],
textarea,
select,
.wp-block-button__link,
.site::after,
.site-header,
.radio.checked::before,
input[type=radio]:checked + label::before,
#mobile-menu-toggle span::before,
#mobile-menu-toggle span::after,
.grid-wrapper > .hentry,
.masonry article,
.big-search-trigger,
.navbar-links .nav-menu,
.navbar-links ul ul,
.search-wrap,
#big-search-close,
.close-sidebar::before,
.close-sidebar::after,
#big-search-close::before,
#big-search-close::after,
.edit-link,
.widget,
.widget .search-form input[type=submit],
.widget_blog_subscription form input[type=submit],
.widget_blog_subscription input[type=submit],
.sd-social-icon a::before,
body .tb-close-icon,
.jp-relatedposts-post .jp-relatedposts-post-a,
.entry-header a,
.site-footer,
.entry-gallery a,
.jp-carousel-next-button span::before,
.jp-carousel-previous-button span::before,
#TB_prev a::before,
#TB_next a::before,
body .tb-close-icon::before,
body .tb-close-icon::after,
.jp-carousel-close-hint span::before,
.jp-carousel-close-hint span::after,
.post-navigation .nav-previous a::after,
.posts-navigation .nav-previous a::after,
.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.slideshow-window .slideshow-controls,
.loader,
#infinite-handle button i::before,
#infinite-handle button i::after {
  transition: 0.3s;
}

.nav-menu a::before,
.icon-drop-down::before,
.icon-drop-down::after,
.entry-content a::before,
.entry-footer a::before,
.entry-meta a::before,
.author-box a::before,
.paging-navigation a::before,
.category-filter a::before,
.comments-area .nav-links a::before,
.comment-author a::before,
.comment-content a::before,
.comment-reply-link::before,
.comment-form a::before,
.sd-social-text ul li a::after {
  transition: 0.2s;
}

a {
  transition: color 0.3s, border 0.3s, opacity 0.3s;
}

.nav-links a,
.jetpack-social-navigation,
.masonry,
.format-video .featured-image a::before,
.format-video .featured-image a::after,
.single-format-video .featured-image a::before,
.single-format-video .featured-image a::after {
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.site-content {
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), -moz-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), -ms-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), -o-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.sidebar-trigger,
.big-search-trigger,
.back-to-top,
.scroll-to-content,
.grid-wrapper .featured-image a,
.grid-wrapper .featured-image img,
.search-results .featured-image a {
  transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.site-main > article {
  transition: opacity 0.7s cubic-bezier(0.28, 0.12, 0.22, 1);
}

body #infinite-handle span {
  transition: background 0.3s;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
  z-index: 100000; /* Above WP toolbar. */
  top: 0.3125rem;
  left: 0.3125rem;
  display: block;
  width: auto;
  height: auto;
  padding: 1rem 1.4375rem 0.875rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  color: #21759b;
  text-decoration: none;
  background-color: #f1f1f1;
  clip: auto !important;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
.alignnone,
.aligncenter {
  clear: both;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

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

p:first-child .aligncenter,
p:first-child .alignnone,
.wp-caption.aligncenter:first-child,
.wp-caption.alignnone:first-child {
  margin-top: 0;
}

.alignleft {
  float: left;
  clear: left;
  margin: 0.5rem 3.75rem 1.875rem 0;
}

.alignright {
  float: right;
  clear: right;
  margin: 0.5rem 0 1.875rem 3.75rem;
}

.grid-wrapper .alignleft,
.grid-wrapper .alignright {
  max-width: 30%;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

.widget .aligncenter,
.widget .alignnone {
  margin: 0;
}

.alignwide {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media only screen and (width >= 768px) {
  .alignwide {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.alignfull {
  padding-right: 0;
  padding-left: 0;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll .paging-navigation { /* Older / Newer Posts Navigation (always hidden) */
  display: none;
}

.search-results .posts-navigation {
  display: block;
}

#infinite-handle {
  clear: both;
  display: table;
}

#infinite-handle button i,
#infinite-handle button i::before,
#infinite-handle button i::after {
  background-color: #000;
}

#infinite-handle button i {
  position: relative;
  display: inline-block;
  width: 0.1875rem;
  height: 0.6em;
  margin-left: 1.875rem;
  font-style: normal;
}

#infinite-handle button i::before,
#infinite-handle button i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.3em;
  height: 0.1875rem;
  margin-top: -1px;
}

#infinite-handle button i::before {
  right: 100%;
}

#infinite-handle button i::after {
  left: 100%;
}

.grid-wrapper:not(.masonry) #infinite-handle,
.grid-wrapper:not(.masonry) .infinite-loader,
.search-results #infinite-handle,
.search-results .infinite-loader {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.grid-wrapper:not(.masonry) .infinite-loader {
  margin-top: 4rem;
}

.masonry #infinite-handle,
.masonry .infinite-loader {
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
  backface-visibility: hidden;
}

.neverending .masonry .infinite-loader {
  bottom: -3.75rem;
}

body #infinite-handle span {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  line-height: 1em;
  background-color: transparent;
}

body #infinite-handle span,
body #infinite-handle button {
  letter-spacing: -0.0437rem;
}

body #infinite-handle button {
  white-space: nowrap;
}

.spinner {
  left: 0 !important;
  margin: 0 auto;
}

/*
Theme Name: Stretch
Theme URI: https://www.stretchvancouver.com
Author: April Tao
Author URI: https://github.com/apriltaoyvr/
Description: An elegant, fast, minimal theme - made just right for creators and creatives.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cerebro
Tags: blog, news, photography, translation-ready, theme-options, threaded-comments, post-formats, featured-images, custom-menu, custom-logo, custom-colors, custom-background, editor-style, grid-layout, two-columns, three-columns, four-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

A child theme based off of Cerebro (https://themeskingdom.com/demo/cerebro) by Themes Kingdom (https://themeskingdom.com/).

*/
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	## Normalize
	## Typography
	## Elements
# Layout
	## Layout
	## Header
	## Footer
	## Navigation
# Components
	## Forms
	## Widgets
	## Content
	## Media
# Utilities
	## Helpers
	## Transitions
	## Accessibility
	## Alignments
	## Clearings
	## Infinite scroll
	## Gutenberg
	## IE specific
	## Responsive
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */
@media only screen and (width >= 768px) {
  .twocolumn .half-width {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .twocolumn .half-width:nth-child(even) {
    padding-left: 1.25rem;
  }
  .twocolumn .half-width:nth-child(odd) {
    padding-right: 1.25rem;
  }
  .scroll-box {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .cat-links ~ * {
    margin-right: 1rem;
  }
  .nav-links {
    width: 100%;
  }
  .masonry {
    opacity: 0;
  }
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    float: left;
  }
  .comment-navigation .nav-previous {
    padding-right: 1.25rem;
  }
  .comment-navigation .nav-previous + .nav-next {
    padding-left: 1.25rem;
  }
  .comment .comment-body {
    position: relative;
    padding-left: 7rem;
  }
  .single .author-box,
  .single .entry-author {
    padding-left: 6.25rem;
  }
  .single .author-avatar {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0;
  }
  .single .author-name,
  .single .author-info p,
  .single .author-heading,
  .single .author-bio {
    display: table-cell;
    vertical-align: middle;
  }
  .single .author-info p,
  .single .author-bio {
    padding-left: 10%;
  }
  .comment-author img {
    position: absolute;
    top: -0.125rem;
    left: 0;
  }
  .comment-form-author,
  .comment-form-email {
    float: left;
    width: 50%;
  }
  .comment-form-author {
    padding-right: 1.375rem;
  }
  .comment-form-email {
    padding-left: 1.375rem;
  }
  .grid-wrapper .grid-wrapper > .hentry,
  .grid-wrapper .featured-image + .content-wrapper,
  .grid-wrapper .entry-video-wrapper + .content-wrapper,
  .grid-wrapper .entry-gallery + .content-wrapper,
  .grid-wrapper .entry-content {
    display: flex;
  }
  .grid-wrapper .featured-image,
  .grid-wrapper .entry-video-wrapper,
  .grid-wrapper .entry-gallery {
    width: 30rem;
  }
  .grid-wrapper .featured-image + .content-wrapper,
  .grid-wrapper .entry-video-wrapper + .content-wrapper,
  .grid-wrapper .entry-gallery + .content-wrapper,
  .grid-wrapper .entry-content {
    flex-flow: column;
  }
  .grid-wrapper .content-wrapper:first-child {
    flex-flow: row;
    width: 100%;
  }
  .grid-wrapper .entry-content {
    flex: 1;
  }
  .search-results .entry-meta + .entry-title {
    margin-top: 0.875rem;
  }
  .search-results .featured-image,
  .search-results .featured-image + .entry-header {
    display: inline-block;
    vertical-align: top;
  }
  .search-results .featured-image {
    width: 13.125rem;
    padding-right: 3.75rem;
  }
  .search-results .featured-image + .entry-header {
    width: calc(100% - 13.875rem);
  }
  .gapless .row {
    margin-right: 0;
    margin-left: 0;
  }
  .gapless .thickbox {
    right: 0.6875rem;
  }
  .author-heading {
    width: 25%;
  }
  .wp-block-group__inner-container .alignwide {
    margin-right: 0;
    margin-left: 0;
  }
  .wp-block-group__inner-container .alignfull {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 2rem;
  }
}
@media only screen and (width >= 1024px) {
  .site-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body > .widget-area {
    width: 56.25rem;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }
  .sidebar-opened > .widget-area {
    transform: translateX(-55.3125rem);
  }
  .sidebar-opened .site-content {
    transform: translateX(-36.4375rem);
  }
  .page-header {
    margin-bottom: 3rem;
  }
  .post-navigation,
  .posts-navigation {
    margin-top: 5rem;
  }
  .grid-wrapper .hentry,
  .masonry article {
    transform: scale(0.95);
    opacity: 0;
  }
  .grid-wrapper .animate,
  .masonry .animate {
    transform: scale(1);
    opacity: 1;
  }
  .grid-wrapper .entry-title,
  .grid-wrapper .entry-content {
    display: flex;
  }
  .grid-wrapper .featured-image,
  .grid-wrapper .entry-video-wrapper,
  .grid-wrapper .entry-gallery {
    max-width: 22%;
  }
  .grid-wrapper .featured-image + .content-wrapper,
  .grid-wrapper .entry-video-wrapper + .content-wrapper,
  .grid-wrapper .entry-gallery + .content-wrapper {
    flex: 1;
    padding-left: 4%;
  }
  .grid-wrapper .entry-title a::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 1.5em;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .grid-wrapper .entry-title a:not(:hover)::after {
    transform: translateX(-1.25rem);
  }
  div#respond {
    padding-top: 7rem;
  }
  div.sharedaddy .sd-social h3.sd-title {
    margin-right: 1rem;
  }
  .sd-social {
    white-space: nowrap;
  }
  .sd-social .sd-content {
    display: inline-block;
    width: calc(100% - 4.375rem);
    white-space: normal;
    vertical-align: top;
  }
  .post-navigation .nav-previous a::after,
  .post-navigation .nav-next a::after,
  .posts-navigation .nav-previous a::after,
  .posts-navigation .nav-next a::after {
    opacity: 0;
  }
  .post-navigation .nav-previous a::after,
  .posts-navigation .nav-previous a::after {
    transform: translateX(1.25rem);
  }
  .post-navigation .nav-next a::after,
  .posts-navigation .nav-next a::after {
    transform: translateX(-1.25rem);
  }
  .post-navigation:last-child,
  .posts-navigation:last-child {
    margin-bottom: -7.5rem;
  }
  .comment-meta,
  .comment-content {
    display: inline-block;
    vertical-align: top;
  }
  .comment-meta {
    width: 31%;
    padding-right: 1.875rem;
  }
  .comment-content {
    width: 69%;
    max-width: 41.25rem;
    margin-top: 0.4375rem;
  }
  .comment .reply,
  .pingback .reply,
  .trackback .reply {
    margin-left: 20.625rem;
  }
  .widget + .widget {
    margin-top: 6rem;
  }
  body .contact-form-submission {
    margin-top: 12vh;
  }
  .format-video .featured-image a::after,
  .single-format-video .featured-image a::after {
    position: absolute;
    z-index: 1;
    top: 1.875rem;
    right: 1.875rem;
    opacity: 0;
  }
  .format-video .featured-image a::before,
  .single-format-video .featured-image a::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    margin: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sidebar-opened .site-footer {
    opacity: 0;
  }
  body div#jp-relatedposts,
  #jp-relatedposts + .post-navigation {
    display: inline-block;
    vertical-align: top;
  }
  body div#jp-relatedposts {
    display: inline-block !important;
    width: 50rem;
    max-width: 60%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #jp-relatedposts + .post-navigation {
    width: 33.125rem;
    max-width: 40%;
    margin-top: 6.1rem;
    padding-left: 5%;
  }
  body div#jp-relatedposts.has-headline + .post-navigation {
    margin-top: 11.7rem;
  }
  .single #jp-relatedposts + .post-navigation {
    margin-top: 6.1rem;
  }
  .single #jp-relatedposts + .post-navigation {
    max-width: 25rem;
  }
  .slideshow-window .slideshow-controls {
    opacity: 0;
  }
  /* Hover States */
  .comment-metadata a:hover,
  .pingback .comment-body a:hover,
  .trackback .comment-body a:hover,
  .widget_blog_subscription input[type=submit]:hover,
  .footer-socials a:hover,
  .back-to-top:hover,
  .paging-navigation a:hover {
    color: #000;
  }
  .entry-content a:hover::before,
  .entry-footer a:hover::before,
  .entry-meta a:hover::before,
  .author-box a:hover::before,
  .paging-navigation a:hover::before,
  .category-filter a:hover::before,
  .comments-area .nav-links a:hover::before,
  .comment-author a:hover::before,
  .comment-content a:hover::before,
  .comment-reply-link:hover::before,
  .comment-form a:hover::before,
  .sd-social-text ul li a:hover::after {
    left: -0.4375rem;
    width: calc(100% + 0.875rem);
  }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover,
  .author-bio .author-link:hover {
    opacity: 0.45;
  }
  .h-no-opacity:hover {
    opacity: 1;
  }
  .grid-wrapper .entry-title a:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .h-hover-underline:hover {
    text-decoration: underline;
  }
  input[type=text]:hover,
  input[type=email]:hover,
  input[type=url]:hover,
  input[type=password]:hover,
  input[type=search]:hover,
  input[type=number]:hover,
  input[type=tel]:hover,
  input[type=range]:hover,
  input[type=date]:hover,
  input[type=month]:hover,
  input[type=week]:hover,
  input[type=time]:hover,
  input[type=datetime]:hover,
  input[type=datetime-local]:hover,
  input[type=color]:hover,
  textarea:hover,
  select:hover,
  .entry-content a:hover,
  .entry-footer a:hover,
  .entry-footer a:hover,
  .author-box a:hover,
  body .jp-carousel-close-hint:hover span,
  .widget input[type=text]:hover,
  .widget input[type=email]:hover,
  .widget input[type=tel]:hover,
  .widget input[type=password]:hover,
  .widget input[type=url]:hover,
  .widget input[type=search]:hover,
  .widget select:hover,
  .widget textarea:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover,
  body #infinite-handle span:hover,
  body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:hover,
  body #jp-carousel-comment-form-button-submit:hover,
  #eu-cookie-law input[type=submit]:hover,
  .wp-block-button__link:hover,
  .entry-content .wp-block-button__link:hover,
  .has-background-background-color[class] button[type=submit]:hover,
  .has-background-light-background-color[class] button[type=submit]:hover,
  .has-background-background-color[class] .wp-block-button__link:hover,
  .has-background-light-background-color[class] .wp-block-button__link:hover,
  button:focus,
  input[type=button]:focus,
  input[type=reset]:focus,
  input[type=submit]:focus,
  body #infinite-handle span:focus,
  body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:focus,
  body #jp-carousel-comment-form-button-submit:focus,
  #eu-cookie-law input[type=submit]:focus,
  .wp-block-button__link:focus,
  .has-background-background-color[class] button[type=submit]:focus,
  .has-background-light-background-color[class] button[type=submit]:focus,
  .has-background-background-color[class] .wp-block-button__link:focus,
  .has-background-light-background-color[class] .wp-block-button__link:focus {
    border-color: inherit;
  }
  .entry-content button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover,
  body #infinite-handle span:hover,
  body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:hover,
  body #jp-carousel-comment-form-button-submit:hover,
  #eu-cookie-law input[type=submit]:hover,
  button:focus,
  input[type=button]:focus,
  input[type=reset]:focus,
  input[type=submit]:focus,
  body #infinite-handle span:focus,
  body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:focus,
  body #jp-carousel-comment-form-button-submit:focus,
  #eu-cookie-law input[type=submit]:focus {
    background: #e4e4e4;
  }
  .wp-block-button__link:hover,
  .entry-content .wp-block-button__link:hover,
  .has-background-background-color[class] button[type=submit]:hover,
  .has-background-light-background-color[class] button[type=submit]:hover,
  .has-background-background-color[class] .wp-block-button__link:hover,
  .has-background-light-background-color[class] .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  .has-background-background-color[class] button[type=submit]:focus,
  .has-background-light-background-color[class] button[type=submit]:focus,
  .has-background-background-color[class] .wp-block-button__link:focus,
  .has-background-light-background-color[class] .wp-block-button__link:focus {
    background: #e4e4e4 !important;
  }
  .post-navigation .nav-previous a:hover::after,
  .posts-navigation .nav-previous a:hover::after,
  .post-navigation .nav-next a:hover::after,
  .posts-navigation .nav-next a:hover::after {
    transform: translateX(0);
    opacity: 1;
  }
  body .tb-close-icon:hover::before,
  body .tb-close-icon:focus::before,
  .jp-carousel-close-hint span:hover::before,
  body .tb-close-icon:hover::before,
  .jp-carousel-close-hint span:focus::before,
  body .tb-close-icon:focus::before {
    transform: rotate(-90deg);
  }
  body .tb-close-icon:hover::after,
  body .tb-close-icon:focus::after,
  .jp-carousel-close-hint span:hover::after,
  body .tb-close-icon:hover::after,
  .jp-carousel-close-hint span:focus::after,
  body .tb-close-icon:focus::after {
    transform: rotate(90deg);
  }
  .gallery-icon a:hover,
  .gallery-icon a:focus,
  body .jetpack-social-navigation a:hover,
  .widget a:hover,
  .widget a:focus,
  .entry-content a[href$=".jpg"]:hover,
  .entry-content a[href$=".png"]:hover {
    opacity: 0.6;
  }
  .scroll-box .search-form input[type=submit]:hover,
  .widget_blog_subscription input[type=submit]:hover,
  .widget_blog_subscription form > p:nth-of-type(3) input[type=submit]:hover {
    background: transparent;
  }
  .posts-navigation a:hover,
  .widget_blog_subscription form:hover::before,
  .widget_blog_subscription form:focus::before,
  .grid-wrapper .cat-links a:hover,
  .entry-footer a:hover,
  .page-links a:hover {
    opacity: 1;
  }
  .format-video .featured-image a:hover::after,
  .single-format-video .featured-image a:hover::after {
    transform: scale(1);
    color: #000;
    opacity: 1;
  }
  .format-video .featured-image a:hover::before,
  .single-format-video .featured-image a:hover::before {
    opacity: 1;
  }
  .grid-wrapper .format-video .featured-image a:hover {
    opacity: 1;
  }
  .entry-gallery a:hover {
    opacity: 0.7;
  }
  .grid-wrapper .featured-image a:hover img,
  .search-results .featured-image a:hover img {
    filter: grayscale(0);
  }
  body .slideshow-window div.slideshow-controls a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .jp-carousel-wrap .jp-carousel-close-hint:hover {
    opacity: 0.7;
  }
  .jp-carousel-wrap .jp-carousel-previous-button:hover span::before {
    left: 40%;
  }
  #TB_prev:hover a::before {
    right: 1.25rem;
  }
  .jp-carousel-wrap .jp-carousel-next-button:hover span::before {
    left: 60%;
  }
  #TB_next:hover a::before {
    left: 1.25rem;
    margin-right: -1.5625rem;
  }
  body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
  body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: none !important;
  }
  body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
  .jp-relatedposts-post-a:hover {
    opacity: 0.5;
  }
  button:active,
  input[type=button]:active,
  input[type=reset]:active,
  input[type=submit]:active,
  body .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit:active,
  body #jp-carousel-comment-form-button-submit:active,
  #eu-cookie-law input[type=submit]:active {
    transform: scale(0.99);
  }
  #infinite-handle button:hover i::before,
  #infinite-handle button:hover i::after {
    top: 75%;
  }
  #infinite-handle button:hover i::before {
    right: 0;
    transform: rotate(45deg);
  }
  #infinite-handle button:hover i::after {
    left: 0;
    transform: rotate(-45deg);
  }
}
@media only screen and (width >= 1281px) {
  .posts-navigation {
    margin-top: 9rem;
  }
  .post-navigation {
    margin-top: 7rem;
  }
}
@media only screen and (width >= 1024px) and (width <= 1440px) {
  body .jp-carousel-close-hint span,
  body #TB_closeWindowButton {
    right: 3.125rem;
  }
}
@media only screen and (width >= 1024px) and (width <= 1280px) {
  body > .widget-area {
    width: calc(50vw + 1rem);
  }
  .sidebar-opened .site-content,
  .sidebar-opened > .widget-area {
    transform: translateX(-50vw);
  }
}
@media only screen and (width < 1024px) {
  .entry-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .page-header .page-title {
    margin-top: 0;
  }
  .site-content,
  .content-area {
    display: block;
  }
  .header-scrolled .jp-carousel-close-hint span,
  .header-scrolled #TB_closeWindowButton {
    margin-top: 1rem;
  }
  .back-to-top {
    display: none;
  }
  body > .widget-area,
  .search-wrap {
    width: 100%;
  }
  .search-wrap {
    left: 100vw;
  }
  .big-search .search-wrap {
    left: 0;
  }
  .alignright,
  .alignleft {
    max-width: 45%;
  }
  .dropcap {
    margin-top: 1.6em;
  }
  .dropcap::before {
    font-size: 4em;
  }
  .post-navigation,
  .posts-navigation {
    margin-top: 2rem;
  }
  .jp-relatedposts + .post-navigation {
    margin-top: 5rem;
  }
  .post-navigation a,
  .posts-navigation a {
    display: block;
  }
  .grid-wrapper > .hentry {
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .comment-content {
    margin-top: 1rem;
  }
  body > .widget-area {
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box {
    margin-right: 3.125rem;
    margin-left: 3.125rem;
  }
  .widget + .widget {
    margin-top: 6rem;
  }
  .format-video .featured-image a::after {
    position: absolute;
    top: 0.875rem;
    right: 1.1875rem;
    padding: 0.5rem 0.375rem 0.5rem 0.625rem;
    border-radius: 1.25rem;
    background: #fff;
  }
  .single-format-video .featured-image a::after {
    display: none;
  }
  .jp-carousel-wrap .jp-carousel-next-button {
    right: 0 !important;
  }
  .site-footer {
    padding-top: 2.375rem;
  }
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  .neverending .site-footer {
    display: none;
  }
  .grid-wrapper:not(.masonry) #infinite-handle,
  .grid-wrapper:not(.masonry) .infinite-loader,
  .search-results #infinite-handle,
  .search-results .infinite-loader {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  body div#jp-relatedposts {
    display: block;
  }
  body .entry-author + div#jp-relatedposts {
    margin-top: 3rem;
  }
  .jp-sharing-input-touch .sd-content {
    margin-left: -0.625rem;
  }
}
@media only screen and (width >= 768px) and (width < 1024px) {
  .page-header {
    margin-bottom: 4.2rem;
  }
  .error404 .site-content,
  .search-no-results .site-content {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .grid-wrapper .featured-image,
  .grid-wrapper .entry-video-wrapper,
  .grid-wrapper .entry-gallery {
    max-width: 35%;
  }
  .grid-wrapper .featured-image + .content-wrapper,
  .grid-wrapper .entry-video-wrapper + .content-wrapper,
  .grid-wrapper .entry-gallery + .content-wrapper {
    width: 65%;
    padding-left: 6%;
  }
  .alignright {
    margin: 0.5rem 0 0.625rem 3.125rem;
  }
  .alignleft {
    margin: 0.5rem 3.125rem 0.625rem 0;
  }
  #TB_prev a::before,
  .jp-carousel-previous-button span::before {
    margin-left: -0.75rem;
  }
  #TB_next a::before,
  .jp-carousel-next-button span::before {
    margin-left: 0.75rem;
  }
}
@media only screen and (width >= 992px) and (width < 1024px) {
  .scroll-box {
    margin-right: 4.375rem;
    margin-left: 4.375rem;
  }
  .site-content {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .post-navigation:last-child,
  .posts-navigation:last-child {
    margin-bottom: -4.375rem;
  }
}
@media only screen and (width >= 768px) and (width <= 991px) {
  .scroll-box {
    margin-right: 3.125rem;
    margin-left: 3.125rem;
  }
  .post-navigation:last-child,
  .posts-navigation:last-child {
    margin-bottom: -3.125rem;
  }
}
@media only screen and (width <= 767px) {
  html {
    font-size: 1rem;
  }
  .search-wrap .search-instructions {
    font-size: 0.875rem;
  }
  body {
    position: static !important;
  }
  .content-area .entry-content h1,
  .content-area .entry-content h2,
  .content-area .entry-content h3,
  .content-area .entry-content h4,
  .content-area .entry-content h5,
  .content-area .entry-content h6 {
    margin-bottom: 1rem;
  }
  blockquote.pull-left,
  q.pull-left,
  blockquote.pull-right,
  q.pull-right {
    max-width: 55%;
  }
  .page-header {
    margin-bottom: 3rem;
  }
  .emphasis {
    font-size: 1.4rem;
  }
  body .jp-carousel-close-hint span,
  body #TB_closeWindowButton {
    margin-top: 1.25rem;
  }
  .jp-carousel-close-hint span::before,
  .jp-carousel-close-hint span::after,
  body .tb-close-icon::before,
  body .tb-close-icon::after {
    top: 15%;
    height: 70%;
  }
  body .jp-carousel-close-hint span,
  body #TB_closeWindowButton {
    right: 1.875rem;
  }
  .search-wrap .search-form,
  .search-wrap .search-instructions {
    width: 80%;
  }
  .scroll-box {
    margin-right: 1.875rem;
    margin-left: 1.875rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .search-wrap .search-instructions {
    margin-top: 3.75rem;
  }
  .error404 .site-content,
  .search-no-results .site-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .post-navigation,
  .posts-navigation {
    margin-top: 4rem;
  }
  .post-navigation:last-child,
  .posts-navigation:last-child {
    margin-bottom: -3.125rem;
  }
  .alignright {
    margin: 0.5rem 0 0.625rem 1.875rem;
  }
  .alignleft {
    margin: 0.5rem 1.875rem 0.625rem 0;
  }
  .single blockquote,
  .page blockquote {
    clear: both;
    margin: 2rem 0;
  }
  .single blockquote + cite,
  .single blockquote + p cite,
  .single q + cite,
  .single q + p cite,
  .page blockquote + cite,
  .page blockquote + p cite,
  .page q + cite,
  .page q + p cite {
    margin-top: 0;
    padding-left: 1.25rem;
  }
  blockquote.pull-left,
  q.pull-left {
    margin: 0.4em 1.25rem 0 0;
  }
  blockquote.pull-right,
  q.pull-right {
    margin: 0.4em 0 0 1.25rem;
  }
  img.alignright,
  img.alignleft {
    max-width: 40%;
  }
  .alignnone,
  .aligncenter {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .masonry article {
    position: relative !important;
  }
  .paging-navigation {
    margin-top: 2.5rem;
  }
  .grid-wrapper .featured-image,
  .grid-wrapper .entry-video-wrapper,
  .grid-wrapper .entry-gallery {
    margin-bottom: 1.5625rem;
  }
  .grid-wrapper .tiled-gallery {
    margin-bottom: 0;
  }
  .contact-form .half-width {
    width: 100%;
  }
  .search-results .featured-image + .entry-header {
    margin-top: 1.875rem;
  }
  .search-results .entry-meta + .entry-title {
    margin-top: 0.3125rem;
  }
  .category-filter {
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
  .comment-author .avatar {
    margin-right: 0.625rem;
  }
  .widget-title {
    margin-bottom: 1.4rem;
  }
  .widget-area .widget_nav_menu {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  #TB_prev a::before,
  .jp-carousel-previous-button span::before {
    margin-left: -1rem;
  }
  #TB_next a::before,
  .jp-carousel-next-button span::before {
    margin-left: 1rem;
  }
  .jp-carousel-wrap .jp-carousel-previous-button,
  .jp-carousel-wrap .jp-carousel-next-button {
    display: block !important;
  }
  body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post,
  body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    margin-top: 3.125rem;
  }
  body div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:first-of-type,
  body div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:first-of-type {
    margin-top: 0;
  }
  body #TB_window.format-video {
    width: 80% !important;
    margin-top: -32% !important;
    margin-left: 10% !important;
  }
  div#eu-cookie-law {
    padding-bottom: 5.625rem;
  }
  #eu-cookie-law input[type=submit].accept {
    right: auto;
    bottom: 1.25rem;
    left: 1.875rem;
    margin-left: 0;
  }
  .infinity-end.neverending .site-footer {
    display: block;
  }
  .masonry #infinite-handle,
  .masonry .infinite-loader {
    bottom: -6.5rem;
  }
  .footer-socials * {
    float: none !important;
  }
  .footer-socials p > * {
    display: block;
    margin-top: 0.5rem;
  }
  .footer-socials p > *:first-child {
    margin-top: 0;
  }
  .grid-wrapper .entry-meta {
    border-bottom: none;
  }
  .grid-wrapper .entry-content > .entry-meta,
  .grid-wrapper .content-wrapper:first-child .entry-meta:first-child {
    margin-top: 2.5rem;
  }
}
@media only screen and (width <= 330px) {
  .single .sd-social-text .sd-title,
  .single .sd-social .sd-content {
    vertical-align: top;
  }
  .comment-content th,
  .entry-content th,
  .comment-content td,
  .entry-content td {
    padding: 1rem 0.3125rem;
    text-align: center;
  }
  .widget-area .widget_nav_menu:last-child {
    padding-right: 0;
  }
}

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

/* ============================================

/* ============================================
   Whitney-style Site Title on Scroll
   Text appears when logo shrinks, aligned inline with buttons
   ============================================ */

/* Site title text - hidden by default, sits inside navbar-quicklinks */
.site-title-scroll {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    align-items: center;
    margin-right: auto;
    padding: 0;
}

.site-title-link {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
}

.site-title-link:hover {
    opacity: 0.7;
}

/* Show site title when logo is scrolled/hidden */
body.logo-scrolled .site-title-scroll {
    opacity: 1;
    visibility: visible;
}

/* Adjust navbar-quicklinks to use space-between when title is visible */
body.logo-scrolled .navbar-quicklinks {
    justify-content: space-between;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .site-title-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .site-title-link {
        font-size: 12px;
        letter-spacing: 0.3px;
    }
}

/* ============================================
   Logo Positioning - Align with Polyline
   Move logo closer to vertical polyline section
   ============================================ */


/* ============================================
   Logo Positioning - Align with Polyline
   Space logo by polyline stroke width (2px) from vertical section
   ============================================ */

/* Position logo so there's ~2px gap (polyline width) between logo and vertical line */
.site-branding .logo-link {
    left: 17.5% !important;
}

/* Mobile - keep original positioning */
@media only screen and (max-width: 768px) {
    .site-branding .logo-link {
        left: 5% !important;
    }
}
   Whitney Museum Hover Effect - Custom Addition
   Fade other menu items to grey on hover
   ============================================ */

/* Remove the underline hover effect */
.navbar-links .nav-menu a::before,
.navbar-links .sub-menu a::before {
    display: none !important;
}

/* Add smooth color transition to all menu items (both regular and dropdown) */
.navbar-links .nav-menu > li > a,
.navbar-links .nav-menu > li > .dropdown-wrapper > a {
    transition: color 0.3s ease, opacity 0.3s ease;
    color: #000;
    opacity: 1;
}

/* When hovering over the nav menu, fade all items to grey */
.navbar-links .nav-menu:hover > li > a,
.navbar-links .nav-menu:hover > li > .dropdown-wrapper > a {
    color: #999;
    opacity: 0.5;
}

/* Keep the hovered item black (both regular and dropdown) */
.navbar-links .nav-menu > li > a:hover,
.navbar-links .nav-menu > li > .dropdown-wrapper > a:hover {
    color: #000 !important;
    opacity: 1 !important;
}

/* Same effect for submenus */
.navbar-links .sub-menu {
    transition: opacity 0.3s ease;
}

.navbar-links .sub-menu .menu-item > a {
    transition: color 0.3s ease, opacity 0.3s ease;
    color: #000;
}

.navbar-links .sub-menu:hover .menu-item > a {
    color: #999;
    opacity: 0.5;
}

.navbar-links .sub-menu .menu-item > a:hover {
    color: #000 !important;
    opacity: 1 !important;
}


/* ============================================
   Submenu Hover Bridge - Fix Gap Issue
   Create invisible area to maintain hover state
   ============================================ */

@media only screen and (width >= 768px) {
    /* Add invisible bridge to menu items with submenus */
    .navbar-links .nav-menu > li.menu-item-has-children::after {
        content: '';
        position: absolute;
        bottom: -1rem;
        left: 0;
        right: 0;
        height: 1rem;
        display: block;
        pointer-events: auto;
    }
    
    /* Ensure parent li is positioned */
    .navbar-links .nav-menu > li.menu-item-has-children {
        position: relative;
    }
    
    /* Keep submenu visible when hovering over the bridge area */
    .navbar-links .nav-menu > li.menu-item-has-children:hover > .sub-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* ============================================
   Reusable Button Styling - Match Header Buttons
   Apply header button styling to Gutenberg buttons
   ============================================ */

/* Make Gutenberg block buttons match navbar-quicklinks buttons - 4X SIZE */
.wp-block-button.is-style-fill .wp-block-button__link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4rem !important;
    min-height: 160px;
    border: 4px solid var(--fg-color, #000) !important;
    border-radius: 0 !important;
    color: var(--fg-color, #000) !important;
    background-color: transparent !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    overflow-wrap: break-word;
    transition: all 0.1s ease-out !important;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 2px;
}

.wp-block-button.is-style-fill .wp-block-button__link:hover {
    border-color: var(--fg-color, #000) !important;
    color: var(--bg-color, #fff) !important;
    background-color: var(--fg-color, #000) !important;
}

/* Add spacing below the button */
.wp-block-buttons {
    margin-bottom: 3rem !important;
}

/* ============================================
   Testimonials Styling
   Clean, professional review display
   ============================================ */

/* Testimonial container */
.testimonial-item {
    padding: 2rem 0;
    max-width: 800px;
    margin: 0 auto;
}

/* Review text */
.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    color: #333;
    margin-bottom: 1rem;
}

/* Reviewer name */
.testimonial-author {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
    color: #000;
}

/* Review date */
.testimonial-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 0.5rem;
}

/* Star rating */
.testimonial-stars {
    font-size: 20px;
    color: #f5a623;
    margin: 0;
}

/* Note for adding more reviews */
.add-more-note {
    margin-top: 3rem;
    padding: 1rem;
    background: #f5f5f5;
    border-left: 4px solid #000;
    font-size: 14px;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .testimonial-item {
        padding: 1.5rem 1rem;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
}

/* ============================================
   Pricing Page - Whitney Museum Style
   Clean, minimalist pricing display
   ============================================ */

/* Pricing Tiers Grid */
.pricing-tiers {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

/* Individual Pricing Tier */
.pricing-tier {
    padding: 3rem 2rem;
    border: 2px solid #000;
    text-align: center;
    transition: all 0.3s ease;
}

.pricing-tier:hover {
    border-width: 3px;
}

/* Featured Tier (New Students) */
.pricing-tier.featured {
    background-color: #000;
    color: #fff;
}

.pricing-tier.featured .tier-name,
.pricing-tier.featured .tier-price,
.pricing-tier.featured .tier-subtitle,
.pricing-tier.featured .tier-features {
    color: #fff;
}

.pricing-tier.featured .wp-block-separator {
    background-color: #fff;
}

/* Tier Elements */
.tier-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.tier-price {
    font-size: 48px;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
    line-height: 1;
}

.tier-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
}

.tier-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    text-align: left;
}

.tier-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.pricing-tier.featured .tier-features li {
    border-bottom-color: #444;
}

.tier-features li:last-child {
    border-bottom: none;
}

/* Pricing CTA Buttons */
.pricing-cta .wp-block-button__link {
    min-width: 200px;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 0 2rem !important;
    min-height: 50px !important;
}

/* Additional Options Section */
.additional-options {
    margin-bottom: 2rem;
}

.option-card {
    padding: 2rem;
    border: 1px solid #ddd;
    min-height: 250px;
}

.option-card h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.option-price {
    font-size: 32px;
    font-weight: 700;
    margin: 1rem 0;
}

/* Gift Cards Section */
.gift-cards-section {
    padding: 3rem 0;
    text-align: center;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .pricing-tier {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
    
    .tier-price {
        font-size: 36px;
    }
    
    .option-card {
        margin-bottom: 2rem;
        min-height: auto;
    }
}

/* Fix button styling on featured (black background) tier */
.pricing-tier.featured .wp-block-button__link {
    border-color: #fff !important;
    color: #fff !important;
    background-color: transparent !important;
}

.pricing-tier.featured .wp-block-button__link:hover {
    background-color: #fff !important;
    color: #000 !important;
}
