/*!
Theme Name: SH Base
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sh-base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

SH Base is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	margin: 0;
	padding: 0;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #595959;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: 'Raleway', 'Helvetica', sans-serif;
	font-size: 1.33rem;
	font-size: 1.15rem;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2,
h3 {
	font-weight: normal;
}

h1 {
	font-size: 3.65rem;
	font-weight: 300;
    text-transform: uppercase;
}

h2 {
	font-size: 2.33rem;
    line-height: 2.75rem;
}

h3 {
	font-size: 1.85rem;
    line-height: 2rem;
}

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

.wp-block-pullquote {
    padding: 1em 0;
	color: #aaa;
    font-size: 1.15em;
	font-style: italic;
}

.wp-block-pullquote cite {
	font-size: 1.2rem;
}

.wp-block-pullquote cite:before {
	content: '\007E';
	padding-right: 5px;
    font-weight: bold;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	box-shadow: inset 0 0 75px 15px rgba(75,40,10,0.07);
}

.wp-block-separator,
hr {
	background-color: transparent;
	border: 0;
	border-top: 1px rgba(0,0,0,0.1) solid;
	height: 0;
    margin: 45px 0;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: #0097d6;
	
	transition: 0.3s;
}

a:hover,
a:focus,
a:active {
	color: #0097d6;
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	text-decoration: underline;
}

.entry-title-breadcrumb a:hover {
	color: #0097d6;
	text-decoration: none;
}

.link-button {
	
}

.link-button i {
	vertical-align: middle;
	padding-left: 5px;
	font-size: 0.7rem;
}


/* Forms --------------------------------------------- */

form {
	text-align: left;
}

label {
	font-weight: bold;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc;
	background: rgba(160,80,0,0.1);;
	line-height: 1;
	padding: 15px 25px;
    font-size: 20px;
    font-weight: bold;
	
	transition: 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: white;
	border-color: #594633;
	background-color: #594633;
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa;
}

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 {
    width: 100%;
    margin: 12px 0;
    padding: 12px;
	color: #666;
    border: 1px solid #ccc;
    border-radius: 2px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
    padding: 12px;
}

textarea {
	width: 100%;
    padding: 12px;
}



/* Misc elements ---------------------- */


.center {
	text-align: center;
}

#go-top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 4px 15px;
	color: rgba(0,0,0,0.25);
	border: 2px rgba(0,0,0,0.4) solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgba(255,255,255,0.1);
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.05);
	font-size: 22px;
	text-align: center;
	text-shadow: none;
	transition: 0.3s;
}

#go-top:hover {
	color: white;
	border: 2px solid transparent;
	background-color: rgba(0,0,0,0.4);
	text-decoration: none;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

#page {
	min-height: 100vh;
}




/*--  Header Banner --*/

.header-banner {
    padding: 5px;	
	color: rgb(255,229,153);
	background-color: rgba(20,10,0,0.75);
	box-shadow: inset -5px -5px 20px rgb(0 0 0 / 57%);
	font-size: 0.75em;
	text-align: center;
}

.header-banner a {
	color: rgb(255,229,153);
}

.header-banner p,
.header-banner h3 {
	margin: 0;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

.main-navigation {
	display: inline-block;
	vertical-align: middle;
	
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	position: absolute;
	/*top: 100%;*/
	left: -999em;
	z-index: 99999;
    text-align: left;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	font-size: 86%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	display: inline-block;
}

.main-navigation li ul li {
	width: 100%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-menu-button {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */

.column-group {
	display: grid;
}

.column-group .column-1 {
	display: table;
}

.column-group .column-2 {
	
}

.column-group .column-3 {
	display: table;
	text-align: right;
}

#primary-column-group {
	grid-template-columns: 22% 1fr;
	grid-template-rows: auto;
}


.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


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

.homepage.site-header {
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
	text-align: center;
}

.home .site-header {
	height: 100vh;
	color: white;
	box-shadow: inset 0 25px 150px rgb(0,0,0,0.25);
}

.home .site-header a,
.home .site-header button {
	color: white;
}

.home .site-header a:hover {
	color: #f1d470;
}

.homepage.site-header .column-group {
	grid-template-columns: 1fr 66%;
	grid-template-rows: auto;
}

.site-branding h1 {
	display: table-cell;
    vertical-align: middle;
	margin: 0;
    padding: 3px 24px;
	font-size: 3.5rem;
	text-align: left;
	line-height: 1.1em;
}

.site-branding h1 a {
	color: #595959;
}

.site-branding h1 a:hover {
	color: #0097d6;
}

.site-branding h1 a,
.site-branding h1 a:hover {
	text-decoration: none;
}

.custom-logo-link {
	max-width: 440px;
}

.custom-logo-link:hover {
	transform: scale(1.15);
}

.home .custom-logo-link {
    margin-top: 15px;
	filter: invert(1) brightness(3);
}

.homepage-feature {
    max-width: 1080px;
    min-height: 0;
    margin: 90px auto 150px auto;
    padding: 45px 60px;
	background-color: rgba(255,255,255,0.8);
    box-shadow: 5px 5px 36px rgb(0,0,0,0.25);
    text-align: center;
}



/* Main navigation --------------------------------- */

.main-navigation {
	font-size: 1.25rem;
	text-align: right;
	transition: background-color 0.3s; 
}

.main-navigation ul {
    justify-content: center;
}

.main-navigation .menu li a {
	padding: 8px 24px;
	color: #595959;
	text-decoration: none;
	
	transition: color 0.3s;
}

.main-navigation .menu li a:hover,
.main-navigation .menu .current-menu-item > a,
.main-navigation .menu .current-page-ancestor > a {
	color: #0097d6;
	/*background-color: rgba(160,80,0,0.1);*/
	text-shadow: none;
}

.main-navigation .menu-item-has-children a:hover,
.main-navigation .menu-item-has-children.active > a {
	background-color: #f5f5f5;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #f5f5f5;
}

.main-menu-button {
	display: none;
	position: absolute;
	right: 0;
    padding: 8px 12px;
    border: 0;
    background-color: transparent;
    font-size: 36px;
    font-weight: bold;
	
	transition: 0.3s;
}

.main-menu-button:after {
	content: '\2630';
	display: block;
	padding: 6px 10px;
}

.main-navigation.toggled .main-menu-button {
	color: white;
	background-color: #594633;
}

.home .main-navigation ul li a {
    color: white;
}

.home .main-navigation ul ul {
	background-color: rgba(255 255 255 / 40%);
}

.home .main-navigation .menu li a:hover,
.home .main-navigation .menu .current-menu-item > a,
.home .main-navigation .menu .current-page-ancestor > a {
	color: #333;
	background-color: rgba(255 255 255 / 40%);
}

.home .main-navigation .menu li ul li a:hover {
	background-color: rgba(255 255 255 / 60%);
}

.home .main-navigation.toggled .menu li a {
	text-shadow: 1px 1px 2px rgb(0 0 0), 0 0 36px rgb(0 0 0), 0 0 36px rgb(0 0 0);
}

.home .main-navigation .menu-item-has-children a:hover,
.home .main-navigation .menu-item-has-children.active > a {
	color: rgba(0 0 0 / 65%);
	background-color: rgba(255 255 255 / 40%);
}

.home .main-navigation ul ul {
	background-color: rgba(255 255 255 / 40%);
}

.home .main-navigation ul ul li a {
	color: rgba(0 0 0 / 65%);
}

.home .main-navigation ul ul li a:hover {
	color: black;
}

.home .main-navigation.toggled {
	background-color: rgba(0,0,0,0.65);
}

.home .main-navigation.toggled .main-menu-button {
	background-color: transparent;
}

#mobile-main-nav-container {
	position: absolute;
	left: -100%;
    /*width: 420px;*/
    width: 100%;
	height: 100vh;
	background-color: white;
    z-index: 9000;
	
	transition: left 0.66s;
}

#mobile-main-nav-container.active {
	left: 0;
}

#mobile-main-navigation {
	text-align: left;
	box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

#mobile-main-navigation.main-navigation {
    font-size: 1.65rem;
}

#mobile-main-navigation.main-navigation li {
    display: block;
	background-color: white;
	text-align: left;
}

#mobile-main-navigation a {
	color: #424242;
}

#mobile-main-navigation.main-navigation ul ul {
    position: static;
    left: 0;
    z-index: 0;
}

#mobile-main-navigation.main-navigation ul ul li {
	/*background-color: #eee;*/
}

#mobile-main-navigation.main-navigation ul ul li a {
	padding-left: 45px !important;
}

.close-main-menu {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	font-size: 2.5rem;
	border: 0;
	background-color: transparent;
}

.close-main-menu:before {
	content: "\f00d";
}



/* Portfolio nav --------------------------- */

.portfolio-nav {
	font-size: 1.75rem;
    line-height: 1.75em;
}

.site-main .portfolio-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center !important;
}

.portfolio-nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.portfolio-nav ul li a {
	padding: 15px 25px;
	color: #757575;
}

.portfolio-nav ul li a:hover {
	color: white;
	background-color: #ccc;
	text-shadow: 0 0 26px rgb(0,0,0,0.3);
	text-decoration: none;
}


/* Social Media Menu ----------------------- */

.social-media-container {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.menu-social-media-menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-social-media-menu-container ul li {
	display: inline-block;
}

.social-media-menu .menu-item a {
	display: block;
    padding: 0 6px;
    font-size: 0;
}

.social-media-menu .menu-item a:hover {
	transform: scale(1.2);
}

.social-media-menu .menu-item a {
	color: #595959;
	opacity: 0.5;
}

.social-media-menu .menu-item a:hover {
	color: #595959;
}

.home .social-media-menu .menu-item a {
	color: white;
	opacity: 1;
}

.home .social-media-menu .menu-item a:hover {
	color: white;
}

.social-media-menu .menu-item a:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font: var(--fa-font-brands);
	font-size: 1.5rem;
	line-height: 2rem;
}

.social-media-menu .menu-item.facebook a:before {
	content: "\f09a";
}

.social-media-menu .menu-item.instagram a:before {
	content: "\f16d";
}

.social-media-menu .menu-item.youtube a:before {
	content: "\f167";
}



/* Breadcrumb nav ------------------------------ */



.breadcrumb-navigation {
	position: absolute;
	top: 0;
    padding: 8px;
	color: #aaa;
	font-size: 1.1rem;
}

.breadcrumb-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb-navigation ul li {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb-navigation ul li::after {
	content: '\f054';
	display: inline-block;
	vertical-align: middle;
    margin-left: 7px;
    font-size: 0.75rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.breadcrumb-navigation ul li:last-child::after {
	display: none;
}

.breadcrumb-navigation ul li a {
    padding: 4px 8px;
	color: #aaa;
}




/* Secondary header sidebar -------------------- */

.secondary.site-header .site-branding {
	padding: 12px 24px;
}

.secondary.site-header .site-branding h1 {
	font-size: 1.75em;
}

.secondary.site-header .social-media-container {
	padding: 18px;
}



/* Main --------------------------------- */

.site-main {
	width: 100%;
	max-width: 1280px;
	margin: auto;
    padding: 45px;
}

.home .site-main {
	max-width: 1280px;
    padding: 45px 60px;
    text-align: center;
}

.margin-section {
	width: 100%;
	max-width: 1280px;
	margin: auto;
    padding: 0 30px;
}


.aligncenter.is-type-video {
	text-align: center;
}


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


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

.entry-title {
	margin: 15px 0;
}

.entry-title-breadcrumb h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
    color: rgba(0 0 0 / 30%);
}

.entry-title-breadcrumb  a {
	color: rgba(0 0 0 / 40%);
}

.entry-title-breadcrumb .separator {
	vertical-align: middle;
	padding: 0 18px;
	font-size: 1rem;
    color: rgba(0 0 0 / 30%);
}

.entry-title-breadcrumb .entry-title {
	display: inline-block;
    vertical-align: middle;
}

.entry-content {
    /*text-align: center;*/
}

.site-main ul,
.site-main ol {
	margin: 0;
    padding-left: 1.25em;
	text-align: left;
}

.detail-info {
	font-size: 1rem;
}

form .detail-info {
	text-align: center;
}

.wpcf7-spinner {
	display: block;
	margin-top: 15px;
}

.grecaptcha-badge {
	display: none;
}

.specs {
	padding: 30px;
	background-color: rgba(0,0,0,0.035);
    font-size: 18px;
}

.specs h2,
.specs h3,
.specs h4,
.specs h5,
.specs h6 {
	margin: 0;
}



/* Cards ------------------------------- */

.card-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.card {
	display: table;
    margin-bottom: 30px;
    padding: 0 30px 30px;
	text-align: center;
}

.card .inner-group {
	display: table-cell;
	background-color: white;
	/* border: 1px rgba(0 0 0 / 12%) solid; */
    box-shadow: 10px 10px 0 rgb(0,0,0,0.1), 0 0 15px rgba(0,0,0,0.07);
}

.card .thumbnail {  
	position: relative;
	display: table;
	width: 100%;
	min-height: 316px;
	color: white;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 -65px 50px rgb(0,0,0,0.5);
}

.card .thumbnail:hover {
	transform: scale(1.05);
}

.card .thumbnail .heading {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 15px;
	text-shadow: 1px 1px 1px rgb(0,0,0,0.85);
}

.card .thumbnail .title {
    display: block;
	font-size: 2.2rem;
    line-height: 2.5rem;
	text-transform: uppercase;
}

.card .thumbnail .category-group {
    display: block;
	font-size: 1rem;
    color: #ccc;
}

.card .content {
    padding: 0 24px 24px;
	font-size: 1.05rem;
	text-align: left;
}

.card .content .placeholder {
	display: block;
	padding-top: 24px;
}

.card .link-button {
	display: block;
	padding-right: 5px;
	font-size: 1.2rem;
	text-align: right;
}

.card .link-button:hover {
	padding-right: 0;
	text-decoration: none;
}


/* Portfolio ---------------------------- */


.portfolio-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.portfolio-item .thumbnail {
    display: table;
    width: 100%;
    min-height: 320px;
	background-color: #333;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	text-decoration: none;
}

.portfolio-item.web .thumbnail,
.portfolio-item.thumbnail-position-top .thumbnail {
    background-position: center top;
    /*background-size: 100% auto;*/
    background-size: cover;
	
    background-repeat: no-repeat;
}

.portfolio-item.thumbnail-position-bottom .thumbnail {
    background-position: center bottom;
}

.portfolio-item .thumbnail .inner-group {
    display: table-cell;
	vertical-align: middle;
	
	transition: 0.3s;
}

.portfolio-item .thumbnail .title,
.portfolio-item .thumbnail .artist-name,
.portfolio-item .thumbnail .category-name {
	display: block;
    color: white;
	text-shadow: 1px 1px 1px black;
	opacity: 0;
	
	transition: 0.15s;
}

.portfolio-item .thumbnail .artist-name,
.portfolio-item .thumbnail .category-name {
    font-size: 0.7em;
    color: #aaa;
}

.portfolio-item .thumbnail .inner-group:hover {
	background-color: rgba(0,0,0,0.85);
	
}

.portfolio-item .thumbnail .inner-group:hover .title,
.portfolio-item .thumbnail .inner-group:hover .artist-name,
.portfolio-item .thumbnail .inner-group:hover .category-name {
	display: block;
	opacity: 1;
}

.portfolio-item-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-image: url(/wp-content/themes/sh-base/images/noise.png);
	background-color: #151515;
}

.portfolio-item-group .column-1,
.portfolio-item-group .column-2 {
	display: table;
}

.portfolio-item-group .column-1 {
	position: relative;
    padding: 45px;
    padding-top: 75px;
	color: #aaa;
	box-shadow: inset 0 0 175px 15px rgb(0,0,0,0.75);
}

.portfolio-item-group .column-2 {
    background-color: rgba(0 0 0 / 48%);
	box-shadow: inset 0 -1px 4px rgb(0,0,0,0.3);
}

.portfolio-item-group .breadcrumb-navigation {
    margin-left: -36px;
	font-size: 0.85em;
}

.portfolio-item-group .entry-title {
	margin: 0;
	font-size: 2.4rem;
	line-height: 3rem;
}

.portfolio-item-group .artist-name {
	margin-top: 0;
}

.portfolio-item-featured-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-item-featured-image.web,
.portfolio-item-featured-image.thumbnail-position-top {
    background-position: center top;
    /*background-size: 100% auto;*/
    background-size: cover;
}

.portfolio-item-featured-image.thumbnail-position-bottom {
    background-position: center bottom;
}

a.portfolio-item-image-link,
.portfolio-item-image-link-placeholder {
	display: table;
    width: 100%;
    height: 600px;
	color: white;
    font-size: 22px;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}

.portolfio-item-image-link:hover{
	color:white;
}

.portolfio-item-image-link-text{
	display: table-cell;
	vertical-align: middle;
	background: rgba(0,0,0,0.5);
	font-weight: 400;
	opacity: 0;
	
	transition: 0.3s;
}

.portfolio-item-image-link:hover {
	text-decoration: none;
}

.portfolio-item-image-link:hover .portolfio-item-image-link-text{
	opacity: 1;
}

.portfolio-item-group .post-thumbnail {
	display: table-cell;
	vertical-align: middle;
}

.portfolio-item-group .post-thumbnail a,
.portfolio-item-group .post-thumbnail img {
    display: block;
}

.portfolio-item-content-section {
	margin-top: 60px;
	margin-bottom: 60px;
}

.category-label-group {
	position: absolute;
    top: 10px;
    right: 10px;
}

.category-label {
	display: inline-block;
    margin: 0 5px;
    padding: 2px 10px;
    color: black !important;
    border-radius: 2px;
    background-color: rgba(255 255 255 / 40%);
    font-size: 0.85rem;
}

.category-label:hover {
	text-decoration: none;
}

.category-label:hover {
	background-color:  rgba(255 255 255 / 60%);
}



/* Music item ---------------------------- */


.post-group {
	position: relative;
}

.post-group.music-item {
    color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.music-item .breadcrumb-navigation {
	margin-left: 8px;
}

.music-item .breadcrumb-navigation,
.music-item .breadcrumb-navigation ul li a {
    color: #ccc;
}

.music-item .breadcrumb-navigation ul li a {
    padding: 4px 8px;
    color: #ccc;
}


.post-group.music-item.featured-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    box-shadow: inset 0 -100px 87px rgba(0,0,0,0.65), inset 0 30px 50px rgba(0,0,0,0.5);
}

.post-group.music-item.featured-image.custom-vertical-position {
	
}

.post-group.music-item::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    padding-bottom: calc(1/2 * 100%);
}

.post-group.music-item-group .category-group {
	margin: 0;
}

.post-group.music-item .heading-group {
	display: grid;
	grid-template-columns: 66% 33%;
	align-items:center
}

.post-group.music-item .heading-group .column-1 {
	padding-left: 30px;
    padding-bottom: 15px;
}

.post-group.music-item .heading-group .column-2 {
	padding-right: 30px;
    padding-bottom: 15px;
	text-align: right;
}

.post-group.music-item .entry-title {
    margin: 0;
	font-weight: 500;
    line-height: 4rem;
}

.post-group.music-item .category-group {
    margin: 0;
    color: #ccc;
    font-size: 1.5rem;
}

.heading-group .button {
    display: inline-block;
    padding: 14px 28px;
	color: black;
    background: rgba(255,255,255,0.65);
	box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    text-shadow: none;
}

.heading-group .button:hover {
	text-decoration: none;
    background: rgba(255,255,255,0.85);
	transform: scale(1.1);
}




/* Shortcode lsit -------------------------- */


.shortcode-list {}

.shortcode-list article {
	display: grid;
	grid-template-columns: 33% 60%;
	margin-bottom: 30px;
}

.shortcode-list article .column {
	display: table;
}

.shortcode-list article .column-1 {}

.shortcode-list article .column-2 {}

.shortcode-list article .thumbnail {
	display: table-cell;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.shortcode-list article .content {
	padding-left: 30px;
}

.shortcode-list article h3 {
	margin-bottom: 10px;
}

.shortcode-list .category-group {
	color: #999;
}




/* Footer -------------------------------- */

.site-footer {
	border-bottom: 1px transparent solid;
	text-align: center;
}

.footer-top {
    max-width: 1200px;
	margin: 60px auto;
}

.site-info {
	margin-top: 60px;
	font-size: 0.85rem;
}


.homepage .site-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}
