/* WCPHILLY 2020 ADDITIONAL CSS */
/* ----------------------------------------------- 
    TABLE OF CONTENTS
   -----------------------------------------------
    Colors 
    General  
    Modal Menu
    Site Header
    Entry/Singular/Archive Headers
    Blog Specific
    Main Entry Content
    Organizers/Attendees
    Speakers
    Sessions
    Sponsors
    Livestream Embeds
    Schedule
    Tickets
    Forms
    Footers
    Print
   ----------------------------------------------- */
/* ----------------------------------------------- 
    Colors
   -----------------------------------------------
    #d4f1ff   Lightest Blue
    #c0e1f9   Lighter Blue
    #a4cdf0   Light Blue
    #267cb5   Medium Blue
    #1c547f   Dark Blue
    #e8bfc7   Pink
    #930635   Maroon
    #770f31   Dark Maroon
    #450c17   Eggplant
    #6d6d6d   Gray 
   ----------------------------------------------- */
/* ----------------------------------------------- */
/*	General
/* ----------------------------------------------- */
/* Fonts */
*,
.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary,
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports (font-variation-settings: normal) {
	.widget-content cite,
	  .widget-content figcaption,
	  .widget-content .wp-caption-text {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 700px) {
	h1,
	  .heading-size-1 {
		font-size: 6rem;
	}
	
	h2,
	  .heading-size-2 {
		font-size: 4.5rem;
	}
	
	h3,
	  .heading-size-3 {
		font-size: 3.5rem;
	}
	
	h4,
	  .heading-size-4 {
		font-size: 3rem;
	}
}

/* Focus Outline for Tab Navigation */
:focus {
	outline: 3px solid #267cb5;
}

.primary-menu .sub-menu :focus,
.footer-nav-widgets-wrapper :focus,
#site-footer :focus {
	outline: 2px solid white;
}

/* Buttons - no underline on hover */
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: none !important;
}

/* Decrease post-inner top padding */
@media (min-width: 700px) {
	.post-inner {
		padding-top: 5rem;
	}
}

/* Add margin to images aligned left/right */
[class*="wp-block"]:not(.alignwide):not(.alignfull)
  [class*="__inner-container"]
  > .wp-block-image
  .alignleft {
/*rtl:ignore*/
	margin-right: 1em;
}

@media (min-width: 660px) {
	[class*="wp-block"]:not(.alignwide):not(.alignfull)
	    [class*="__inner-container"]
	    > .wp-block-image
	    .alignleft {
	/*rtl:ignore*/
		margin-right: 1em;
	}
}

[class*="wp-block"]:not(.alignwide):not(.alignfull)
  [class*="__inner-container"]
  > .wp-block-image
  .alignright {
	margin-left: 1em;
}

@media (min-width: 660px) {
	[class*="wp-block"]:not(.alignwide):not(.alignfull)
	    [class*="__inner-container"]
	    > .wp-block-image
	    .alignright {
		margin-left: 1em;
	}
}

/* ----------------------------------------------- */
/*	Modal Menu
/* ----------------------------------------------- */
/* Modal Menu Colors */
.modal-menu a,
.menu-modal .toggle,
.menu-modal nav * {
	border-color: #930635;
	color: #930635;
}

.modal-menu a:hover,
.modal-menu a:focus {
	color: #930635;
}

/* Fix Bug in TwentyTwenty Menu Border for 700-1000px */
@media (min-width: 700px) {
	.modal-menu ul li {
		border-left-width: 0;
	}
	
	.modal-menu ul li a {
		font-size: 2.2rem;
	}
}

/* ----------------------------------------------- */
/*	Site Header (Logo and Nav Menu)
/* ----------------------------------------------- */
/* Background and Padding */
#site-header {
	background: #d4f1ff;
	z-index: 15;
}

#site-header .header-inner {
	padding: 3.15rem 0 1.5rem;
}

@media (min-width: 700px) {
	#site-header .header-inner {
		padding: 3.8rem 0 2rem;
	}
}

/* Logo */
.site-logo img {
	max-height: 5rem;
}

@media (min-width: 700px) {
	.site-logo img {
		max-height: 6rem;
	}
}

.site-description {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	white-space: nowrap;
}

/* Nav Menu */
ul.primary-menu a {
	font-weight: 500;
}

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
body:not(.overlay-header) #site-header .toggle,
body:not(.overlay-header) .toggle-inner .toggle-text {
	color: #930635;
}

/* Nav Submenu Dropdown */
body:not(.overlay-header) .primary-menu ul {
	background: #770f31;
	color: white;
	z-index: 15;
}

/* Dropdown Arrow Color */
body:not(.overlay-header) .primary-menu > li > ul:after {
	border-bottom-color: #770f31;
}

body:not(.overlay-header) .primary-menu ul ul:after {
	border-left-color: #770f31;
}

/* ----------------------------------------------- */
/*	Entry/Singular/Archive Headers
/* ----------------------------------------------- */
/* Page/Post Title Containers
   archive = search results and category listings */
/* Must be position relative to align gradient and wave */
.entry-header,
.archive-header {
	position: relative;
}

/* Hide default background color on Featured Media */
.singular .featured-media:before {
	display: none;
}

/* Background Pattern */
.singular .entry-header,
.archive-header {
	background: #a4cdf0 url('https://cdn.jsdelivr.net/gh/AmyEtcetera/wcphilly2020@master/images/wcphilly2020-pattern.svg') top 80px left/450px 360px repeat;
	padding: 6rem 0 12rem;
	z-index: 10;
}

@media (min-width: 700px) {
	.singular .entry-header {
		padding: 6rem 0 14rem;
	}
}

/* Prevent title overlapping curvy edge on ultra-wide screens */
@media (min-width: 3000px) {
	.singular .entry-header {
		padding: 6rem 0 24rem;
	}
}

/* Gradient Mask */
.entry-header:before,
.archive-header:before {
	background: url('https://cdn.jsdelivr.net/gh/AmyEtcetera/wcphilly2020@master/images/gradient-mask.svg') top left/100% no-repeat;
	top: -14px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

/* Wave */
.entry-header:after,
.archive-header:after {
	background: url('https://cdn.jsdelivr.net/gh/AmyEtcetera/wcphilly2020@master/images/wave-border.svg') bottom center/100% no-repeat;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	height: 100%;
	margin-bottom: -1px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Title Box */
/* Title Width */
.singular .entry-header-inner.section-inner.medium,
.archive-header-inner.section-inner.medium {
	max-width: 40rem;
	position: relative;
	z-index: 10;
}

@media (min-width: 700px) {
	.singular .entry-header-inner.section-inner.medium,
	  .archive-header-inner.section-inner.medium {
		max-width: 65rem;
	}
}

/* Title Container */
.singular .entry-header-inner.section-inner.medium,
.archive-header-inner.section-inner.medium.section-inner.medium {
	background: white;
	padding: 2rem;
	-webkit-box-shadow: -8px 8px 0 0 #930635;
	-moz-box-shadow: -8px 8px 0 0 #930635;
	box-shadow: -8px 8px 0 0 #930635;
}

/* Title Colors */
.entry-title,
.entry-title a,
.entry-title a:hover,
.entry-title a:focus,
.archive-title,
.archive-title a,
.archive-title a:hover,
.archive-title a:focus,
.singular:not(.overlay-header) .entry-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
	color: #930635;
}

.entry-categories,
.entry-categories a,
.entry-categories a:hover {
	color: #6d6d6d;
}

/* Hide Gradient and Wave on Lists of Posts/Pages */
.archive .entry-header:before,
.archive .entry-header:after {
	display: none;
}

/* ----------------------------------------------- */
/*	Blog Specific 
/* ----------------------------------------------- */
/* Site Header Pattern (instead of in entry header) */
.blog #site-header {
	background: #a4cdf0 url('https://cdn.jsdelivr.net/gh/AmyEtcetera/wcphilly2020@master/images/wcphilly2020-pattern.svg') top 80px left/450px 360px repeat;
	height: 220px;
}

@media (min-width: 700px) {
	.blog #site-header {
		height: 300px;
	}
}

/* Gradient Mask */
.blog #site-header:before {
	background: url('https://cdn.jsdelivr.net/gh/AmyEtcetera/wcphilly2020@master/images/gradient-mask-blog.svg') top left/cover no-repeat;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	height: 100%;
	margin-top: -2px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: -1;
}

/* Wave */
.blog #site-header:after {
	background: url('https://cdn.jsdelivr.net/gh/AmyEtcetera/wcphilly2020@master/images/wave-border.svg') bottom center/100% no-repeat;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	height: 300px;
	margin-bottom: -1px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Hide Gradient and Wave on Individual Post Titles in List */
.blog .entry-header:before,
.blog .entry-header:after {
	display: none;
}

/* Hide featured media */
.home .featured-media,
.blog .featured-media,
.page .featured-media,
.single-post .featured-media {
	display: none;
}

.single-wcb_sponsort .featured-media {
	display: block;
}

/* Post Meta - Author, Date, Etc. */
.widget .post-date,
.widget .rss-date,
.widget_archive li,
.widget_categories li,
.widget cite,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li,
.singular .entry-header .post-meta,
.singular:not(.overlay-header) .entry-header .post-meta a {
	color: #6d6d6d;
}

.comment-meta a:hover,
.comment-meta a:focus {
	color: inherit;
}

/* ----------------------------------------------- */
/*	Main Entry Content
/* ----------------------------------------------- */
/* Increase Width */
.entry-content
  > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 75rem;
	width: calc(100% - 8rem);
}

[class*="__inner-container"]
  > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 75rem;
}

.post-meta-wrapper {
	max-width: 75rem;
}

/* Decrease List Width */
.entry-content > ul,
.entry-content > ol {
	width: calc(100% - 10rem) !important;
}

/* Header Colors */
.post-inner h1,
.post-inner h2,
.post-inner h3,
.post-inner h4,
.post-inner h5,
.post-inner h6,
.post-inner .faux-heading,
.post-inner h1 a,
.post-inner h2 a,
.post-inner h3 a,
.post-inner h4 a,
.post-inner h5 a,
.post-inner h6 a,
.post-inner .faux-heading a {
	color: #930635;
	text-decoration: none;
}

.post-inner h1 a:hover,
.post-inner h2 a:hover,
.post-inner h3 a:hover,
.post-inner h4 a:hover,
.post-inner h5 a:hover,
.post-inner h6 a:hover,
.post-inner .faux-heading a:hover,
.post-inner h1 a:focus,
.post-inner h2 a:focus,
.post-inner h3 a:focus,
.post-inner h4 a:focus,
.post-inner h5 a:focus,
.post-inner h6 a:focus,
.post-inner .faux-heading a:focus {
	color: #450c17;
	text-decoration: underline;
}

/* Featured Image */
/* Limit size of featured image on sponsor pages so logo doesn't take up whole page */
.wcb_sponsor-template-default .featured-media img {
	max-height: 200px;
	width: auto;
}

/* Links */
a {
	color: #1c547f;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #267cb5;
}

/* Blockquotes and Drop Caps */
.wp-block-pullquote:before,
blockquote,
.entry-content .border-color-accent,
.border-color-accent-hover:hover,
.border-color-accent-hover:focus,
.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter {
	color: #1c547f;
}

blockquote,
.border-color-accent,
.border-color-accent-hover:hover,
.border-color-accent-hover:focus {
	border-color: #1c547f;
}

/* Background Color Applied within Post */
.post-inner .has-background-color {
	border-radius: 2rem;
}

/* Buttons */
/* Outline Only Buttons */
.wp-block-button.is-style-outline,
.is-style-outline .wp-block-button__link:not(.has-text-color) a {
	color: #930635;
}

.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
	background-color: #930635;
	border: solid 2px #930635;
	color: white;
}

/* Solid Buttons */
button:not(.toggle),
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
	background-color: #930635;
	border: solid 1px #450c17;
	border-radius: .5em;
	color: white;
}

button:not(.toggle):hover,
.button .faux-button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.bg-accent:hover,
.bg-accent-hover:hover,
:root .has-accent-background-color:hover,
.comment-reply-link:hover,
button:not(.toggle):focus,
.button .faux-button:focus,
.wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.bg-accent:focus,
.bg-accent-hover:focus,
:root .has-accent-background-color:focus,
.comment-reply-link:focus {
	background-color: #770223;
	border: solid 1px #450c17;
	color: white;
}

.wp-block-button {
	margin: 1rem 0;
}

/* ----------------------------------------------- */
/*	Organizers/Attendees
/* ----------------------------------------------- */
/* Make attendee/speaker/organizer images circular */
ul.wordcamp-organizers img,
ul.tix-attendee-list img,
.wordcamp-image__avatar-container img,
.speaker-avatar img {
	border-radius: 50%;
}

/* Layout of attendee avatars and info */
#tix-attendees ul {
	display: flex;
	flex-wrap: wrap;
}

#tix-attendees li {
	height: 100%;
	margin-bottom: 30px;
	text-align: center;
}

#tix-attendees .avatar {
	float: none;
	height: auto;
	max-width: 150px;
	width: 100%;
}

#tix-attendees .tix-field {
	font-size: 1.6rem;
	margin-left: 0;
}

#tix-attendees .tix-attendee-name {
	font-weight: 700;
}

/* Switch to two columns on smaller screen */
#tix-attendees .tix-columns-3 li {
	width: 45%;
}

@media (min-width: 700px) {
	#tix-attendees .tix-columns-3 li {
		width: 30%;
	}
}

/* ----------------------------------------------- */
/*	Speakers
/* ----------------------------------------------- */
/****************************
 * Individual speaker pages
 ****************************/
/* Hide date on speaker bios */
.wcb_speaker-template-default .post-date.meta-wrapper {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	position: absolute;
	overflow: hidden;
	width: 1px;
}

/* Left align avatar image */
.wcb_speaker-template-default .speaker-avatar img {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

h2.speaker-sessions {
	clear: both;
}

/* Fix left margins on list of sessions */
#speaker-session-names {
	margin-left: auto;
}

#speaker-session-names li {
	margin-left: 0;
}

/*****************
 * Speakers List
 *****************/
/* Left align avatar image */
.wordcamp-image__avatar-container {
	float: left;
	margin-right: 1em;
}

/* ----------------------------------------------- */
/*	Sessions
/* ----------------------------------------------- */
/* Hide session header metadata */
.wcb_session-template-default .post-meta-wrapper {
	display: none;
}

/* Title Width */
.wcb_session-template-default .entry-header-inner.section-inner.medium {
	max-width: 55rem;
	position: relative;
	z-index: 10;
}

@media (min-width: 700px) {
	.wcb_session-template-default .entry-header-inner.section-inner.medium {
		max-width: 80rem;
	}
}

/* Hide default speaker list (replaced with speaker name/photo/description */
.wcb_session-template-default h2.session-speakers,
.wcb_session-template-default ul#session-speaker-names {
	display: none !important;
}

/* Fix left margins on list of speakers */
#session-speaker-names {
	margin-left: auto;
}

#session-speaker-names li {
	margin-left: 0;
}

/* Add background color block to speakers bios under sessions */
.wcb_session-template-default .wp-block-wordcamp-speakers {
	background: #ebf3f7;
	border-radius: 10px;
	padding: 2em 2em .5em;
}

.wcb_session-template-default
  .wp-block-wordcamp-speakers
  .wordcamp-speakers__title {
	margin-top: 0;
}

/* After Party session format */
.after-party-list {
	margin-left: 2rem !important;
}

/* ----------------------------------------------- */
/*	Sponsors
/* ----------------------------------------------- */
.wcb_sponsor-template-default.single .post-meta-wrapper {
	display: none;
}

.wcb_widget_sponsors .sponsor-logo img {
	margin: 0 auto;
	max-height: 80px !important;
}

.sponsor-level {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sponsor-level a.sponsor-logo {
	align-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 1.5rem;
	display: flex;
	max-height: 90px;
	max-width: 47%;
	min-width: 47%;
	margin-bottom: 20px;
	padding: 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.sponsor-level a.sponsor-logo:hover,
.sponsor-level a.sponsor-logo:focus {
	opacity: .9;
}

.sponsor-level-title {
	flex-basis: 100%;
}

.sponsor-level.silver .sponsor-level-title,
.sponsor-level.bronze .sponsor-level-title {
	margin-top: 2rem;
}

/* Sponsor Hub */
/* Increase column padding */
@media (max-width: 781px) {
	.page-slug-sponsor-hub .wp-block-column {
		padding: 0 1em;
	}
}

@media (min-width: 782px) {
	.page-slug-sponsor-hub .wp-block-column {
		padding: 0 2em;
	}
}

/* ----------------------------------------------- */
/*	Livestream Embeds
/* ----------------------------------------------- */
/* Change border color of live-chat embed warning */
.wp-block-wordcamp-youtube-live-chat-embed__availability-warning {
	border-left: 5px solid #a4cdf0;
}

/* Remove extra padding around livestream embed */
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

/* Remove bottom margin from button groups */
.page-slug-schedule .wp-block-buttons,
.page-slug-track-1 .wp-block-buttons,
.page-slug-track-2 .wp-block-buttons,
.page-slug-community-track .wp-block-buttons,
.all-track-links-block {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

/* ----------------------------------------------- */
/*	Schedule
/* ----------------------------------------------- */
/* Increase width of time column to fit times */
th.wcpt-col-time {
	width: 100px;
}

/* Format to allow separate line for speakers */
.wcpt-schedule .wcb-session-cell-content a.wcpt-session-title {
	display: block;
	padding-bottom: .5rem;
}

span.wcpt-session-speakers:before {
	color: #464646;
	content: "Speaker(s): ";
	font-style: italic;
}

span.wcpt-session-speakers {
	font-size: 1.5rem;
}

span.wcpt-session-speakers a {
	text-decoration: none;
}

/* Add time length to community track */
th.wcpt-col-track:nth-of-type(4) {
	width: 30%;
}

.wcb-track-community-track:not(.wcb-track-track-1):not(.wcb-track-track-2)
  .wcb-session-cell-content
  a.wcpt-session-title:after {
	content: " (45 minutes)";
}

/* Save Favorites Button/Pop-Up */
#fav-session-email-form input[type="submit"] {
	padding: .5rem 1.5rem;
}

.email-form {
	font-size: 16px !important;
	width: 350px !important;
}

.fav-session-share-tab div {
	font-size: 16px !important;
	font-weight: 600;
}

.fav-session-share-tabcontent {
	min-height: 170px !important;
	padding: 1.75rem !important;
}

#fav-sessions-form {
	padding: 1rem 0;
}

#fav-sessions-email-address {
	margin-bottom: 1rem !important;
}

#fav-session-print {
	display: table;
	margin: 3rem auto;
	padding: 1rem;
}

.entry-content a.show-email-form {
	bottom: 1rem;
	line-height: 100%;
	padding: 1rem;
	right: 1rem;
	width: auto !important;
	z-index: 9999;
/* Match site button styling */
	background-color: #930635;
	border: solid 1px #450c17;
	border-radius: .5em;
	color: white !important;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: .0333em;
}

.entry-content a.show-email-form:hover,
.entry-content a.show-email-form:focus {
	background-color: #770223;
	border: solid 1px #450c17;
	color: white !important;
}

.show-email-form .dashicons-star-filled {
	font-size: 16px !important;
	padding-top: 4px !important;
}

.dashicons-email-alt {
	height: 100% !important;
	width: auto !important;
}

.dashicons-email-alt:before {
	content: "Save favorites" !important;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
	font-weight: 600 !important;
}

/* ----------------------------------------------- */
/*	Tickets
/* ----------------------------------------------- */
/* Remove top padding on table since no intro text */
body.admin-bar #tix {
	padding-top: 0;
}

/* Make description column title bold like other headers */
.tix-tickets-list thead .tix-column-description {
	font-weight: 700;
}

/* Increase price column width */
.tix-column-price {
	width: 100px;
}

/* Remove padding above Ticket Checkout Form h2 */
#tix_checkout_form h2:first-of-type {
	margin-top: 0;
}

/* Undo Camptix styling on checkout form submit button */
#tix .tix-submit .tix-checkout-button {
	padding: 1.1em 1.44em;
	border: solid 1px #450c17;
	border-radius: .5em;
}

/* ----------------------------------------------- */
/*	Forms
/* ----------------------------------------------- */
/* Form disabled until WordPress.org login message */
.wcfd-disabled-form #wcorg-login-message {
	background-color: #930635;
}

/* ----------------------------------------------- */
/*	Footers
/* ----------------------------------------------- */
/* Top Footer */
.footer-nav-widgets-wrapper {
	background-color: #450c17;
	color: white;
}

.footer-widgets-outer-wrapper {
	border-color: transparent;
}

@media (min-width: 700px) {
	.footer-widgets-outer-wrapper {
		padding: 6rem 0;
	}
}

/* Increase Spacing Between Widgets */
.footer-widgets .widget {
	margin-top: 5rem;
}

@media (min-width: 700px) {
	.footer-widgets .widget {
		border-top: none;
		margin-top: 6.5rem;
		padding-top: 0;
	}
}

/* Footer Links */
.footer-menu a,
.footer-widgets a {
	color: #c0e1f9;
}

/* Footer Buttons */
.footer-nav-widgets-wrapper button,
.footer-nav-widgets-wrapper .button,
.footer-nav-widgets-wrapper .faux-button,
.footer-nav-widgets-wrapper
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link,
.footer-nav-widgets-wrapper .wp-block-file__button,
.footer-nav-widgets-wrapper input[type="button"],
.footer-nav-widgets-wrapper input[type="reset"],
.footer-nav-widgets-wrapper input[type="submit"] {
	background-color: rgba(137,40,63,0.8);
	border: solid 1px #e8bfc7;
	color: white;
}

.footer-nav-widgets-wrapper button:hover,
.footer-nav-widgets-wrapper .button:hover,
.footer-nav-widgets-wrapper .faux-button:hover,
.footer-nav-widgets-wrapper
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:hover,
.footer-nav-widgets-wrapper .wp-block-file__button:hover,
.footer-nav-widgets-wrapper input[type="button"]:hover,
.footer-nav-widgets-wrapper input[type="reset"]:hover,
.footer-nav-widgets-wrapper input[type="submit"]:hover,
.footer-nav-widgets-wrapper button:focus,
.footer-nav-widgets-wrapper .button:focus,
.footer-nav-widgets-wrapper .faux-button:focus,
.footer-nav-widgets-wrapper
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:focus,
.footer-nav-widgets-wrapper .wp-block-file__button:focus,
.footer-nav-widgets-wrapper input[type="button"]:focus,
.footer-nav-widgets-wrapper input[type="reset"]:focus,
.footer-nav-widgets-wrapper input[type="submit"]:focus {
	background-color: rgba(137,40,63,0.9);
	border: solid 1px #e8bfc7;
	color: white;
}

/* Social Media Icons (FontAwesome) */
.footer-widgets i.fa:hover {
	color: #a4cdf0;
}

/* Bottom Footer (Copyright/Powered By WordPress) */
#site-footer {
	background-color: #82263b;
	border-color: trasnparent;
	color: white;
	padding: 1.5rem 0;
}

@media (min-width: 700px) {
	#site-footer {
		padding: 1.5rem 0;
	}
}

#site-footer a {
	color: white;
}

.powered-by-wordpress a,
a.to-the-top {
	font-weight: normal;
}

/* ----------------------------------------------- */
/*	Print
/* ----------------------------------------------- */
@media print {
	a[href^="http"]:after {
		content: "";
	}
	
	.singular .entry-header-inner.section-inner.medium,
	  .archive-header-inner.section-inner.medium.section-inner.medium {
		box-shadow: none;
	}
	
	.singular .entry-header {
		padding: 2rem;
	}
}