/*
Theme Name: BusinessPress Child
Theme URI: https://businesspress.jp/theme/
Author: Robotmen
Author URI: https://robotmen.jp/
Description: BusinessPress ia a simple and beautiful business WordPress theme. You can create a website of corporate, group, freelance and so on.
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: businesspress-child
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Template: businesspress
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Featured Area
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Font
------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;800&display=swap');

body {
	color: #000;
}


/* Layout
------------------------------------------------------------ */

/* Base */

.site-content {
	max-width: 1040px;
}

.main-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: rgba(0, 0, 0, .7);
}

.main-header-content,
.site-bottom-content {
	max-width: none;
}

@media screen and (min-width: 782px) {
	
	.main-header {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.main-header-content,
	.site-bottom-content {
		max-width: none;
	}
	
}


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

/* Main Header */
.site-logo img {
	width: 48px;
	transform: scale(1);
}
@media screen and (min-width: 782px) {
	.site-logo img {
		width: 80px;
	}
}


/* Menus
------------------------------------------------------------ */

/* Main Header Clone */
.main-header-clone {
	position: fixed;
	background-color: rgba(0, 0, 0, .8);
	padding-bottom: 10px;
	padding-top: 10px;
}
.main-header-clone-show {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
}
.main-header-clone .site-logo {
	transform: scale(.9);
}
@media screen and (min-width: 980px) {
	.main-header-clone {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

/* Drawer Button */
.drawer-hamburger {
	margin-right: -12px;
	padding: 25px 15px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
}

/* Drawer Navigation */
.drawer-navigation {
	background-color: #000;
	font-size: 2.5rem;
}
.drawer-opened .drawer-navigation {
	box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

/* Drawer Content */
.drawer-navigation a {
	color: #888;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
}
.drawer-navigation a:hover {
	color: #fff;
}
.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a {
	color: #ff6cbc;
}

/* Main Navigation (Desktop) */
@media screen and (min-width: 980px) {
	.main-navigation a {
		color: #888;
		font-family: 'Alegreya Sans', sans-serif;
		font-weight: bold;
		letter-spacing: .04em;
	}
	.main-navigation a:hover {
		color: #fff;
	}
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a {
		color: #ff6cbc;
	}
}


/* Featured Area
------------------------------------------------------------ */

/* Home Header */
.home-header {
	display: flex;
	align-items: center;
	height: 100vh;
	background-color: #000;
}
.home-header-overlay {
	width: 100%;
	background-color: transparent;
}
.home-header-content {
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}
.home-header-title {
	text-shadow: none;
}
.home-header-text {
	margin-top: 0;
	text-shadow: none;
}
.home-header img {
	width: 80%;
}
@media screen and (min-width: 782px) {
	.home-header {
		background-position: 50% 50%;
	}
	.home-header-content {
		padding-bottom: 0;
		padding-top: 0;
	}
	.home-header img {
		width: 50%;
	}
}
@media screen and (min-width: 980px) {
	.home-header-content {
		padding-bottom: 0;
		padding-top: 0;
	}
}

/* Jumbotron */
.jumbotron-title {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 4.5rem;
	letter-spacing: .03em;
}

@media screen and (min-width: 782px) {
	.jumbotron-title {
		font-size: 5.6rem;
	}
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	margin-top: 4em;
	color: #fff;
}
.pagination .page-numbers {
	margin-right: 8px;
	padding: 5px 20px;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	letter-spacing: .03em;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border-style: none;
	background-color: #000;
}
.pagination a.page-numbers:hover {
	color: #fff;
	background-color: #ff6cbc;
}
.pagination .page-numbers.current {
	background-color: #ff6cbc;
	border-style: none;
	color: #fff;
}


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

.rm-footer {
	display: flex;
	align-items: flex-end;
	padding: 30px 40px 80px;
	border-top: 1px solid #000;
}

.rm-footer .logo {
	width: 160px;
	padding: 60px 0 0 155px;
	background-image: url(/wp-content/uploads/2020/04/logo_bk-300x144.png);
	background-repeat: no-repeat;
	background-size: 150px auto;
	background-position: 0 100%;
	color: #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1;
}

.rm-footer .sns {
	width: 180px;
}

.rm-footer .sns p {
	margin: 0;
	color: #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.rm-footer .sns .profilewidget-link.menu	{
	margin-top: 0;
}

.rm-footer .sns .profilewidget-link.menu a::before {
	margin-right: 10px;
	color: #000;
	font-size: 44px;
}

.rm-footer .sns .profilewidget-link.menu a:hover::before {
	color: #ff6cbc;
}

.rm-footer .copyright {
	margin-left: auto;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .04em;
}

@media screen and (max-width: 781px) {
	
	.rm-footer {
		display: block;
		padding: 8vw 5vw;
	}
	
	.rm-footer .logo {
		width: auto;
		font-size: 22px;
	}
	
	.rm-footer .sns {
		width: auto;
		margin: 4vw 0 0;
	}
	
	.rm-footer .sns p {
		font-size: 18px;
	}
	
	.rm-footer .sns .profilewidget-link.menu a::before {
		font-size: 48px;
	}
	
	.rm-footer .copyright {
		margin: 4vw 0 0;
	}
	
}

/* Back to Top */

.back-to-top {
	display: block;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background-color: #000;
	transform: translateY(45px);
	transition: background-color .2s, transform .4s ease-out;
}

.back-to-top:before {
	color: #fff;
}

.back-to-top.show {
	transform: translateY(0);
}

@media screen and (min-width: 782px) {
	
	.back-to-top:hover {
		background-color: #ff6cbc;
	}
	
}


/* Home
------------------------------------------------------------ */

body.home #masthead {
	margin-bottom: 8rem;
}

body.home .home-live-h2 {
	margin: 8rem 0 .5em;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1;
}

body.home .home-live-h2 + p {
	margin-bottom: 2em;
}

body.home .home-row {
	margin: 0 0 3rem 0;
	color: #000;
}

body.home .home-col {
	margin-top: 3rem;
}

body.home .home-col h3 {
	margin: 0 0 .2em 0;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 3.3rem;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1;
}

body.home .home-col h3 a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

body.home .home-col h3 a:hover {
	color: #ff6cbc;
}

body.home .home-col h3 a::after {
	content: "\f0a9";
	margin-left: .4em;
	font: normal 1.6rem/1 FontAwesome;
}

body.home .home-col .time {
	margin-top: .5em;
	font-size: 1.3rem;
	line-height: 1.4;
}

body.home .home-col .time .head {
	margin-right: .5em;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: bold;
	letter-spacing: .03em;
}

body.home .home-col .time .sep {
	margin: 0 1em;
}

body.home .home-col .venue {
	font-size: 1.3rem;
	line-height: 1.4;
}

body.home .home-col .venue::before {
	content: "\f041";
	display: inline-block;
	margin-right: .5em;
	font-family: FontAwesome;
	font-size: 1.7rem;
	transform: translate(15%, 5%);
}

body.home .home-view-all {
	margin-bottom: 6rem;
}

body.home .home-view-all a {
	display: inline-block;
	color: #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .03em;
	text-decoration: none;
}

body.home .home-view-all a:hover {
	color: #ff6cbc;
}

body.home .home-view-all a::after {
	content: "\f0a9";
	margin-left: .4em;
	font: normal 1.6rem/1 FontAwesome;
}

body.home .home-h2 {
	margin-bottom: .5em;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1;
}

body.home .home-h2 a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

body.home .home-h2 a:hover {
	color: #ff6cbc;
}

body.home .home-h2 a::after {
	content: "\f0a9";
	margin-left: .4em;
	font: normal 2.5rem/1 FontAwesome;
}

@media screen and (min-width: 782px) {
	
	body.home #masthead {
		margin-bottom: 10rem;
	}
	
	body.home .home-live-h2 {
		margin: 10rem 0 3rem;
		font-size: 5rem;
	}
	
	body.home .home-live-h2 + p {
		margin-bottom: 3em;
	}
	
	body.home .home-row {
		overflow: hidden;
		margin-right: -41px;
	}
	
	body.home .home-col {
		float: left;
		width: calc(33.3333% - 40px);
		margin: 0 40px 4rem 0;
	}
	
	body.home .home-col h3 {
		margin-bottom: .5em;
		font-size: 3.6rem;
	}
	
	body.home .home-col .time {
		font-size: 1.2rem;
	}
	
	body.home .home-col .venue {
		font-size: 1.2rem;
	}
	
	body.home .home-col .venue::before {
		font-size: 1.4rem;
	}
	
	body.home .home-view-all {
		margin-bottom: 9rem;
	}
	
	body.home .rm-footer {
		margin-top: 10rem;
	}
	
}


/* About
------------------------------------------------------------ */

.rm-about-lead + .wp-block-columns {
	margin-bottom: 0;
}

.rm-about {
	margin-top: 2em;
	margin-bottom: 0;
}

.rm-about .wp-block-image {
	margin-bottom: 1.2em;
}

.rm-about p {
	font-family: 'Alegreya Sans', sans-serif;
	letter-spacing: .03em;
}

.rm-about p > strong {
	font-size: 2.4rem;
}

.rm-about p > span {
	margin-left: .3em;
	font-size: 1.6rem;
}

.rm-about-credit {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: bold;
	letter-spacing: .03em;
}


/* Live: index
------------------------------------------------------------ */

body.post-type-archive-live .post-list-content {
	width: 100%;
}

body.post-type-archive-live h2.entry-title {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1;
}

body.post-type-archive-live h2.entry-title a {
	display: inline-block;
	color: #000;
}

body.post-type-archive-live h2.entry-title a::after {
	content: "\f0a9";
	margin-left: .4em;
	font: normal 30px/1 FontAwesome;
}

body.post-type-archive-live h2.entry-title a:hover {
	color: #ff6cbc;
}

body.post-type-archive-live .post-list .entry-summary {
	color: #000;
	font-size: 100%;
}

body.post-type-archive-live .post-list .entry-summary .club {
	margin-top: .5em;
	font-size: 2rem;
	font-weight: bold;
}

body.post-type-archive-live .post-list .entry-summary .club::before {
	content: "at";
	margin-right: .3em;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .03em;
}

body.post-type-archive-live .post-list .entry-summary table {
	width: 100%;
	margin-top: 1rem;
	border-style: none;
	border-top: 1px solid #000;
}

body.post-type-archive-live .post-list .entry-summary table th {
	padding: .6em 1.5em;
	border-style: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	font-family: 'Alegreya Sans', sans-serif;
	letter-spacing: .03em;
	text-align: center;
}

body.post-type-archive-live .post-list .entry-summary table td {
	width: 100%;
	padding: .6em 1.5em .6em 0;
	border-style: none;
	border-bottom: 1px solid #000;
}

body.post-type-archive-live .post-list > article {
	margin-bottom: 5rem;
}

@media screen and (min-width: 782px) {
	
	body.post-type-archive-live h2.entry-title {
		font-size: 5.6rem;
	}
	
	body.post-type-archive-live .post-list .entry-summary {
		font-size: 90%;
	}
	
	body.post-type-archive-live .post-list .entry-summary table th {
		padding: 1em 2em;
	}
	
	body.post-type-archive-live .post-list .entry-summary table td {
		padding: 1em 2em 1em 0;
	}
	
	body.post-type-archive-live .post-list > article {
		margin-bottom: 2.5rem;
	}
	
}


/* Live: post
------------------------------------------------------------ */

body.single-live .menu-item-object-live a {
	color: #ff6cbc;
}

body.single-live .entry-header {
	margin-bottom: 3rem;
}

body.single-live h1.entry-title {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: .03em;
	text-align: left;
}

body.single-live .entry-fields {
	margin-top: 3rem;
}

body.single-live .entry-fields .club {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

body.single-live .entry-fields .club::before {
	content: "at";
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .03em;
}

body.single-live .entry-fields .club a {
	display: inline-block;
	margin-left: 1.2em;
	color: #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.3rem;
	letter-spacing: .03em;
	text-decoration: none;
}

body.single-live .entry-fields .club a:hover {
	color: #ff6cbc;
}

body.single-live .entry-fields .club a::before {
	content: "\f24d";
	margin-right: .3em;
	font-family: FontAwesome;
}

body.single-live .entry-fields table {
	width: 100%;
	margin-top: 1.5rem;
	border-style: none;
	border-top: 1px solid #000;
}

body.single-live .entry-fields table th {
	padding: 1em 2em;
	border-style: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	font-family: 'Alegreya Sans', sans-serif;
	letter-spacing: .03em;
	text-align: center;
}

body.single-live .entry-fields table td {
	padding: 1em 2em 1em 0;
	border-style: none;
	border-bottom: 1px solid #000;
}

body.single-live .back-btn {
	text-align: right;
}

body.single-live .back-btn a {
	display: inline-block;
	color: #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .03em;
	text-decoration: none;
}

body.single-live .back-btn a:hover {
	color: #ff6cbc;
}

body.single-live .back-btn a::before {
	content: "\f0a8";
	margin-right: .4em;
	font: normal 1.6rem/1 FontAwesome;
}

@media screen and (min-width: 782px) {
	
	body.single-live h1.entry-title {
		font-size: 5.6rem;
	}
	
	body.single-live .entry-fields .club {
		font-size: 2.4rem;
	}
	
	body.single-live .entry-fields table th {
		padding: 1.5em 3em;
	}
	
	body.single-live .entry-fields table td {
		padding: 1.5em 3em 1.5em 0;
	}
	
}


/* Music: index
------------------------------------------------------------ */

body.post-type-archive-music .post-list article {
	margin-bottom: 4rem;
}

body.post-type-archive-music .post-list-content {
	width: 100%;
}

body.post-type-archive-music .post-list-content .entry-header {
	margin-bottom: .5em;
}

body.post-type-archive-music h2.entry-title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}

body.post-type-archive-music h2.entry-title a {
	display: inline-block;
	color: #000;
}

body.post-type-archive-music h2.entry-title a::after {
	content: "\f0a9";
	margin-left: .4em;
	font: normal 22px/1 FontAwesome;
}

body.post-type-archive-music h2.entry-title a:hover {
	color: #ff6cbc;
}

body.post-type-archive-music .post-list .entry-summary {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1.6;
}

body.post-type-archive-music .post-list .entry-summary .head {
	margin-right: .4em;
	font-weight: normal;
}

body.post-type-archive-music .post-list .entry-summary .sep {
	display: none;
	margin: 0 1em;
	font-weight: normal;
}

body.post-type-archive-music .post-list > article {
	margin-bottom: 3rem;
}

@media screen and (min-width: 782px) {
	
	body.post-type-archive-music .post-list-content .entry-header {
		margin-bottom: 0;
	}
	
	body.post-type-archive-music h2.entry-title {
		font-size: 3.8rem;
	}
	
	body.post-type-archive-music h2.entry-title a::after {
		font-size: 30px;
	}
	
	body.post-type-archive-music .post-list .entry-summary .sep {
		display: inline;
	}
	
	body.post-type-archive-music .post-list .entry-summary br {
		display: none;
	}
	
	body.post-type-archive-music .post-list > article {
		margin-bottom: 5rem;
	}
	
}


/* Music: post
------------------------------------------------------------ */

body.single-music .menu-item-object-music a {
	color: #ff6cbc;
}

body.single-music .entry-header {
	margin-bottom: 1.5rem;
}

body.single-music h1.entry-title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
}

body.single-music .entry-summary {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1.6;
}

body.single-music .entry-summary .head {
	margin-right: .4em;
	font-weight: normal;
}

body.single-music .lyrics {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #000;
}

body.single-music .back-btn {
	text-align: right;
}

body.single-music .back-btn a {
	display: inline-block;
	color: #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .03em;
	text-decoration: none;
}

body.single-music .back-btn a:hover {
	color: #ff6cbc;
}

body.single-music .back-btn a::before {
	content: "\f0a8";
	margin-right: .4em;
	font: normal 1.6rem/1 FontAwesome;
}

@media screen and (min-width: 782px) {
	
	body.single-music .entry-header {
		margin-bottom: 2rem;
	}
	
	body.single-music h1.entry-title {
		font-size: 3.8rem;
	}
	
	body.single-music .lyrics {
		margin-top: 5rem;
		padding-top: 5rem;
	}
	
}


/* Videos: index
------------------------------------------------------------ */

body.post-type-archive-video .loop-wrapper article {
	margin: 0 0 3rem 0;
	color: #000;
}

body.post-type-archive-video .loop-wrapper a.youtube {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

body.post-type-archive-video .loop-wrapper a.youtube img {
	display: block;
	opacity: .8;
	transition: opacity .2s;
}

body.post-type-archive-video .loop-wrapper a.youtube:hover img {
	opacity: 1;
}

body.post-type-archive-video .loop-wrapper article h2 {
	margin: .7em 0 .4em;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

body.post-type-archive-video .loop-wrapper article .date {
	padding-left: .2em;
	font-size: 1.3rem;
	line-height: 1.4;
}

body.post-type-archive-video .loop-wrapper article .date::before {
	content: "\f133";
	display: inline-block;
	margin-right: .4em;
	font-family: FontAwesome;
}

body.post-type-archive-video .loop-wrapper article .venue {
	padding-left: .2em;
	font-size: 1.3rem;
	line-height: 1.4;
}

body.post-type-archive-video .loop-wrapper article .venue::before {
	content: "\f041";
	display: inline-block;
	margin-right: .5em;
	font-family: FontAwesome;
	font-size: 1.7rem;
	transform: translate(15%, 5%);
}

@media screen and (min-width: 782px) {
	
	body.post-type-archive-video .loop-wrapper {
		overflow: hidden;
		margin-right: -41px;
	}
	
	body.post-type-archive-video .loop-wrapper article {
		float: left;
		width: calc(33.3333% - 40px);
		margin: 0 40px 4rem 0;
	}
	
	body.post-type-archive-video .loop-wrapper article h2 {
		font-size: 1.8rem;
	}
	
	body.post-type-archive-video .loop-wrapper article .date {
		font-size: 1.1rem;
	}
	
	body.post-type-archive-video .loop-wrapper article .venue {
		font-size: 1.1rem;
	}
	
	body.post-type-archive-video .loop-wrapper article .venue::before {
		font-size: 1.3rem;
	}
	
}


/* Related Videos
------------------------------------------------------------ */

.related-videos {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #000;
}

body.single-live .related-videos {
	margin-top: 0;
	border-top-style: none;
}

.related-videos h2 {
	margin: 0;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: .03em;
}

.related-videos .video {
	margin: 3rem 0 0;
	color: #000;
}

.related-videos .video a.youtube {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

.related-videos .video a.youtube img {
	display: block;
	opacity: .8;
	transition: opacity .2s;
}

.related-videos .video a.youtube:hover img {
	opacity: 1;
}

.related-videos .video h3 {
	margin: .7em 0 .4em;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

.related-videos .video .date {
	padding-left: .2em;
	font-size: 1.3rem;
	line-height: 1.4;
}

.related-videos .video .date::before {
	content: "\f133";
	display: inline-block;
	margin-right: .4em;
	font-family: FontAwesome;
}

.related-videos .video .venue {
	padding-left: .2em;
	font-size: 1.3rem;
	line-height: 1.4;
}

.related-videos .video .venue::before {
	content: "\f041";
	display: inline-block;
	margin-right: .5em;
	font-family: FontAwesome;
	font-size: 1.7rem;
	transform: translate(15%, 5%);
}

@media screen and (min-width: 782px) {
	
	.related-videos {
		margin-top: 5rem;
		padding-top: 5rem;
	}
	
	body.single-live .related-videos {
		margin-top: 0;
	}
	
	.related-videos .videos {
		overflow: hidden;
		margin-right: -41px;
	}
	
	.related-videos .video {
		float: left;
		width: calc(33.3333% - 40px);
		margin: 4rem 40px 0 0;
	}
	
	.related-videos .video h3 {
		font-size: 1.8rem;
	}
	
	.related-videos .video .date {
		font-size: 1.1rem;
	}
	
	.related-videos .video .venue {
		font-size: 1.1rem;
	}
	
	.related-videos .video .venue::before {
		font-size: 1.3rem;
	}
	
}


/* Contact
------------------------------------------------------------ */

body.page-id-176 .wpcf7-form {
	margin-top: 4rem;
}

body.page-id-176 .wpcf7-form label span:first-child {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .03em;
}

body.page-id-176 .wpcf7-form input[type='text'],
body.page-id-176 .wpcf7-form input[type='email'],
body.page-id-176 .wpcf7-form textarea {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.6;
}

body.page-id-176 .wpcf7-form textarea {
	margin-top: .6em;
}

body.page-id-176 .wpcf7-submit {
	padding: .7em 1.5em .6em;
	background-color: #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .03em;
}

body.page-id-176 .wpcf7-submit:hover {
	background-color: #ff6cbc;
}

div.wpcf7-response-output {
	margin: 3em 0 0;
	padding: 1.2em 2em;
	border-style: none;
	background-color: #ff0000;
}

div.wpcf7-mail-sent-ok {
	border-style: none;
	background-color: #88cb64;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border-style: none;
	background-color: #ff0000;
}

div.wpcf7-spam-blocked {
	border-style: none;
	background-color: #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-style: none;
	background-color: #ffd800;
}

body.page-id-176 .recapcha {
	margin: 5rem 0 1rem;
	color: #999;
}

body.page-id-176 .recapcha a {
	color: #999;
	text-decoration: none;
}

body.page-id-176 .recapcha a:hover {
	color: #999;
	text-decoration: underline;
}

.grecaptcha-badge {
	visibility: hidden;
}




/* ----------------------------------------------------------- */
/* == tingle v0.15.2 */
/* ----------------------------------------------------------- */

.tingle-modal * {
	box-sizing: border-box;
}

.tingle-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, .75);
	opacity: 0;
	user-select: none;
	cursor: pointer;

	-webkit-user-select: none;
	-ms-user-select: none;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
	text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
	cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
	display: none;
}

.tingle-modal__close {
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 1000;
	padding: 0;
	width: 2rem;
	height: 2rem;
	border: none;
	background-color: transparent;
	color: #999;
	cursor: pointer;
	transition: color .2s;
}

.tingle-modal__close svg * {
	fill: currentColor;
}

.tingle-modal__closeLabel {
	display: none;
}

.tingle-modal__close:hover {
	color: #fff;
	background-color: transparent;
}

.tingle-modal-box {
	position: relative;
	flex-shrink: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 70%;
	border-radius: 3px;
	background: #000;
	box-shadow: 0 0 40px #000;
	opacity: 1;
	cursor: auto;
	will-change: transform, opacity;
}

.tingle-modal-box__content {
	padding: 12px;
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
	
	.tingle-modal:before {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		backdrop-filter: blur(18px);
	
		-webkit-backdrop-filter: blur(18px);
	}
	
	.tingle-enabled .tingle-content-wrapper {
		filter: none;
	}
	
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
	position: fixed;
	right: 0;
	left: 0;
	overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
	bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
	filter: blur(8px);
}

.tingle-modal--visible {
	visibility: visible;
	opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
	animation: tingle-show .3s cubic-bezier(.68, -.55, .265, 1.55) forwards;
}

.tingle-modal--overflow {
	overflow-y: scroll;
	padding-top: 8vh;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
	
	.tingle-modal-box {
		width: 90%;
	}
	
	.tingle-modal-box__content {
		padding: 8px;
	}
	
}

/* animations
-------------------------------------------------------------- */

@keyframes tingle-show {
	0% {
		opacity: 0;
		transform: scale(.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* YouTube
-------------------------------------------------------------- */

.tingle-modal .youtube-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.tingle-modal .youtube-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
