/*
Theme Name: Richard Chartier
Theme URI: https://www.3n.design
Description: Please don't steal.
Author: 3n Design
Author URI: https://www.3n.design
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Typography
	2.	Transitions
	3.	Color
	4. 	Layout Base
	5.	Element Base
	6. 	Helper Classes
	7. 	Site Header
	8. 	Menu Modal
	9.  Archive
		a.	List
		b. 	Grid
	10. Page
		a.	Design
		b.	Discography
	11. Single
	12. Blocks
	13. Entry
	14. Site Footer

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


/* --------------------------------------------------------------
= 0. CSS Reset
-------------------------------------------------------------- */

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
blockquote::before,
blockquote::after {
	content: "";
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
figure {
	margin: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}

/* --------------------------------------------------------------
= 1. Typography
-------------------------------------------------------------- */

body,
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.033em;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
i, 
em {
	font-style: italic;
}
h1 {
	font-weight: 400;
}
h2,
.menu-title,
.section-title,
.single .entry-title {
	font-weight: 300;
}
b, 
strong,
h3,
h4,
h5 {
	font-weight: 700;
}
a {
	text-decoration: none;
}

/* --------------------------------------------------------------
= 2. Transitions
-------------------------------------------------------------- */

.pace {
	-webkit-pointer-events: none;
	        pointer-events: none;

	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	position: fixed;
	z-index: 2000;
	top: 100px;
	right: 100%;
	width: 100%;
	height: 1px;
}
main section,
#site-header,
#site-footer {
	opacity: 0;
	transition: opacity 600ms ease
}
main {
	opacity: 0
}
.pace-done main,
.pace-done main section,
.pace-done #site-header,
.pace-done #site-footer {
	opacity: 1;
}
body.page-template-page-design {
	transition: background-color 300ms ease
}

/* --------------------------------------------------------------
= 3. Color
-------------------------------------------------------------- */

body:before {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
body {
	background-color: #fff;
	color: #000
}
#site-title a,
.grid .hentry a,
.link a {
	color: #000;
}
a {
	background-color: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
#site-title a:hover,
.grid .hentry a:hover .entry-title,
.grid .hentry a:hover .entry-artist,
.grid .hentry a .entry-meta,
.entry-details .entry-meta,
.entry-details .entry-meta a,
.wp-block-quote cite {
	color: #6F6F6F
}
.grid .hentry.tag-pinkcourtesyphone a:hover .entry-title ,
.grid .hentry.tag-pinkcourtesyphone a:hover .entry-artist,
.grid .hentry.tag-pinkcourtesyphone a:hover .entry-meta {
	color: #ff9A9a
}
.menu--active #site-title a,
#site-menu,
#site-menu a {
	color: #fff
}
section,
#site-footer {
	border-top: 1px solid #000
}
#menu-wrapper {
	border-top: 1px solid #fff
}
.list article {
	border-bottom: 1px solid #000
}
.pace .pace-progress,
#menu-button a span,
#menu-button a span:before,
#menu-button a span:after,
#menu-button a:active span,
#menu-button a:active span:before,
#menu-button a:active span:after,
#menu-button a:focus span,
#menu-button a:focus span:before,
#menu-button a:focus span:after {
	background-color: #000
}
#menu-button a:hover span,
#menu-button a:hover span:before,
#menu-button a:hover span:after {
	background-color: #d1d3d4
}
.menu--active #menu-button a span:before,
.menu--active #menu-button a span:after,
.menu--active #menu-button a:active span:before,
.menu--active #menu-button a:active span:after,
.menu--active #menu-button a:focus span:before,
.menu--active #menu-button a:focus span:after {
	background-color: #fff
}
.menu--active #menu-button a:hover span:before,
.menu--active #menu-button a:hover span:after {
	background-color: #6F6F6F
}
#site-menu {
	background-color: #222
}
.menu a {
	border-bottom: 1px solid #333
}
.menu a:after {
	background-color: #fff
}
.link a:before {
	background-color: #d1d3d4
}
.link a:after {
	background-color: #000
}
.tag-pinkcourtesyphone .link a:before {
	background-color: #ff9A9a
}

/* Color: Design Page -------------------------- */

body.page-template-page-art:before,
body.page-template-page-design:before{
	background: none;
	filter: none;
}
body.page-template-page-art,
body.page-template-page-design{
	color: #fff
}
body.page-template-page-art.pace-done,
body.page-template-page-design.pace-done{
	background-color: #222;
}
.page-template-page-art #site-title a,
.page-template-page-design #site-title a,
.page-template-page-art .link a ,
.page-template-page-design .link a {
	color: #fff
}
.page-template-page-art #site-title a:hover,
.page-template-page-design #site-title a:hover{
	color: #6F6F6F
}
.page-template-page-art section,
.page-template-page-design section,
.page-template-page-art #site-footer,
.page-template-page-design #site-footer {
	border-top: 1px solid #fff
}
.page-template-page-art .list article,
.page-template-page-design .list article{
	border-bottom: 1px solid #fff
}
.page-template-page-art .pace .pace-progress,
.page-template-page-design .pace .pace-progress,
.page-template-page-art #menu-button span,
.page-template-page-art #menu-button span:before,
.page-template-page-art #menu-button span:after,
.page-template-page-design #menu-button span,
.page-template-page-design #menu-button span:before,
.page-template-page-design #menu-button span:after {
	background-color: #fff
}
.page-template-page-art #menu-button:hover span,
.page-template-page-art #menu-button:hover span:before,
.page-template-page-art #menu-button:hover span:after,
.page-template-page-design #menu-button:hover span,
.page-template-page-design #menu-button:hover span:before,
.page-template-page-design #menu-button:hover span:after{
	background-color: #6F6F6F
}
.page-template-page-art.menu--active #menu-button span:before,
.page-template-page-art.menu--active #menu-button span:after,
.page-template-page-design.menu--active #menu-button span:before,
.page-template-page-design.menu--active #menu-button span:after {
	background-color: #fff
}
.page-template-page-art.menu--active #menu-button:hover span:before,
.page-template-page-art.menu--active #menu-button:hover span:after
.page-template-page-design.menu--active #menu-button:hover span:before,
.page-template-page-design.menu--active #menu-button:hover span:after {
	background-color: #6F6F6F
}
.page-template-page-art .link a:before,
.page-template-page-design .link a:before {
	background-color: #555
}
.page-template-page-art .link a:after,
.page-template-page-design .link a:after {
	background-color: #fff
}

/* --------------------------------------------------------------
= 4. Layout Base
-------------------------------------------------------------- */

main {
	padding-top: 100px;
}
.home main section,
.page-template-page-home main section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
	height: calc(100vh - 200px);
}
.inner {
	clear: both;
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 10px;
	position: relative;
}
.pad {
	padding: 0 10px;
}
@media ( min-width: 768px ) {
	.inner {
		padding: 0 20px;
	}
}
@media ( min-width: 1024px ) {
	.inner {
		padding: 0 30px;
	}
}

/* --------------------------------------------------------------
= 5. Element Base
-------------------------------------------------------------- */

.section-header {
	min-height: 127px;
}
.section-label {
	padding-top: 14px;
}
.section-title,
.single .entry-title {
	font-size: 30px;
	line-height: 1.25em;
	margin-bottom: .75em;
	padding-top: 63px;
}
.section-title a {
	outline: none;
}
.section-meta {
	position: absolute;
		top: 14px;
		right: 20px;
}
.section-content {
	padding-bottom: 78px
}
@media ( min-width: 768px ) {
	.section-label {
		width: 33.3333332%;
	}
	.section-title,
	.single .entry-title {
		font-size: 35px;
		line-height: 1.125em;
		margin-bottom: 0;
		padding-top: 14px;
		width: calc(66.6666665% - 100px);
	}
	.section-title.no-label {
		margin-left: 33.3333332%;
	}
	.section-meta {
		right: 30px;
	}
	.section-content {
		padding-bottom: 103px
	}
}
@media ( min-width: 1024px ) {
	.section-label {
		width: 25%;
	}
	.section-title,
	.single .entry-title {
		font-size: 45px;
		padding-top: 12px;
		width: calc(75% - 100px);
	}
	.section-title.no-label {
		margin-left: 25%;
	}
	.section-meta {
		right: 40px;
	}
	.section-content {
		padding-bottom: 128px
	}
}

/* --------------------------------------------------------------
= 6. Helper Classes
-------------------------------------------------------------- */

.flt {
	float: left;
}
.m-hide,
.mt-hide {
	display: none;
}
.link a {
	position: relative;
}
.link a:before,
.link a:after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
		bottom: -1px;
		left: 0;
	width: 0;
	transition: width 300ms ease;
}
.link a:before,
.link a:hover:after {
	width: 100%;
}
@media ( min-width: 768px ) {
	.m-hide {
		display: block;
	}
	.t-flt {
		float: left;
	}
}
@media ( min-width: 1024px ) {
	.mt-hide {
		display: block;
	}
}

/* --------------------------------------------------------------
= 7. Site Header
-------------------------------------------------------------- */

body:before {
	content: "";
	display: block;
	height: 100px;
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 500;
}
#site-header {
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 2000;
}
#site-title {
	font-size: 1.5em;
	line-height: 50px;
	width: calc(100% - 40px);
}
#site-title a {
	transition: all 300ms ease;
}
#menu-button {
	height: 50px;
	position: relative;
	width: 40px;
}

/* Site Header: Hamburger -------------------------- */

#menu-button a {
    display: block;
    height: 50px;
	outline: none;
	padding-top: 12px;
    position: absolute;
        top: 0;
        right: 10px;
    text-align: right;
    width: 20px;
}
#menu-button a span,
#menu-button a span:before,
#menu-button a span:after {
    display: block;
    height: 1px;
	width: 20px;
	transition: all 300ms ease;
}
#menu-button a span {
    position: relative;
}
#menu-button a span:before,
#menu-button a span:after {
    position: absolute;
        right: 0;
}
#menu-button a span {
    display: inline-block;
    top: -2px;
}
#menu-button a span:before,
#menu-button a span:after {
    content: '';
}
#menu-button a span:before {
    top: -6px;
}
#menu-button a span:after {
    top: 6px;
}
.menu--active #menu-button a span,
.menu--active #menu-button a:active span,
.menu--active #menu-button a:focus span,
.menu--active #menu-button a:hover span,
.page-template-page-design.menu--active #menu-button a span,
.page-template-page-design.menu--active #menu-button a:active span,
.page-template-page-design.menu--active #menu-button a:focus span,
.page-template-page-design.menu--active #menu-button a:hover span {
    background-color: transparent;
}
.menu--active #menu-button a span:before,
.menu--active #menu-button a span:after {
    top: 0px;
}
.menu--active #menu-button a span:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.menu--active #menu-button a span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
body.menu--active {
	overflow: hidden;
}

/* --------------------------------------------------------------
= 8. Menu Modal
-------------------------------------------------------------- */

#site-menu {
	display: none;
	overflow: auto;
	padding: 100px 0 50px;
	position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	z-index: 1000;
}
.label-title {
	padding-top: 14px;
}
.menu-title {
	font-size: 30px;
	line-height: 1em;
	padding-top: 48px;
	padding-bottom: 18px;
}
.menu {
	border-top: 1px solid #333;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu a {
	display: block;
	line-height: 50px;
	position: relative;
}
.menu a:after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
		bottom: -1px;
		left: 0;
	width: 0;
	transition: width 300ms ease;
}
.menu a:hover:after {
	width: 100%;
}
@media ( min-width: 768px ) {
	.menu {
		border-top: none;
	}
	.menu-label,
	.menu-container {
		width: 33.3333332%;
	}
	.menu-title {
		font-size: 35px;
		height: 82px;
		padding-top: 14px;
		padding-bottom: 0;
	}
}
@media ( min-width: 1024px ) {
	.menu-label,
	.menu-container {
		width: 25%;
	}
	.menu-title {
		font-size: 45px;
		height: 132px;
		padding-top: 14px;
	}
}

/* Menu Modal: LINE Logo -------------------------- */

#line-link {
	display: block;
	padding-top: 18px
}
#line-logo {
	width: 125px;
}
#line-logo rect,
#line-logo polygon,
#line-logo path {
	fill: #fff;
}

/* --------------------------------------------------------------
= 9a. Archive: List
-------------------------------------------------------------- */

.list article {
	margin-bottom: 100px;
}
.list article:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

/* --------------------------------------------------------------
= 9b. Archive: Grid
-------------------------------------------------------------- */

.grid {
	font-size: 0;
	line-height: 0;
	padding: 0;
	position: relative;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.grid:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.grid .hentry {
	font-size: 15px;
	line-height: 1.5em;
	margin: 0 0 100px;
	overflow: hidden;
	position: relative;
	text-align: left;
	vertical-align: top;
}
.grid .hentry,
.grid .gap {
	display: inline-block;
	width: 100%;
}
.grid .hentry img {
	border: 1px solid #000;
	display: block;
	height: auto;
	margin-bottom: 14px;
	width: 100%;
	transition: opacity 300ms ease;
}
.grid .hentry a:hover img {
	opacity: 0.7;
}
.grid .hentry.tag-pinkcourtesyphone img {
	border: 1px solid #ff9A9a;
}
.grid .hentry .entry-title,
.grid .hentry .entry-artist,
.grid .hentry .entry-meta {
	transition: color 300ms ease;
}
@media all and (min-width: 768px) {
	.grid {
		margin-bottom: 25px;
	}
	.grid .hentry,
	.grid .gap {
		width: 33.3333332%;
	}
}
@media all and (min-width: 1024px) {
	.grid {
		margin-bottom: 50px;
	}
	.grid .hentry,
	.grid .gap {
		width: 25%;
	}
}

/* --------------------------------------------------------------
= 10a. Page: Design
-------------------------------------------------------------- */

.project {
	padding-bottom: 80px;
}
.project-img-container figure {
	margin-bottom: 20px;
}
.project-img-container figure:only-child {
	width: 100%;
}
.project-img-container figure img {
	display: block;
	height: auto;
	width: 100%;
}
.project-img-container figure a img {
	opacity: 1;
	transition: opacity 300ms ease;
}
.project-img-container figure a:hover img {
    cursor: zoom-in;
	opacity: 0.7;
}
@media all and (min-width: 768px) {
	.portfolio {
		padding-bottom: 25px;
	}
	.project-details {
		width: 33.3333332%;
	}
	.project-img-container {
		width: 66.6666665%;
	}
	.project-img-container figure {
		width: 50%;
	}
}
@media all and (min-width: 1024px) {
	.portfolio {
		padding-bottom: 50px;
	}
	.project-details {
		width: 25%;
	}
	.project-img-container {
		width: 75%;
	}
	.project-img-container figure {
		width: 33.3333332%;
	}
	.project-img-container figure:nth-child(1),
	.project-img-container figure:nth-child(4) {
		width: 66.6666665%;
	}
}

/* --------------------------------------------------------------
= 10b. Page: Discography
-------------------------------------------------------------- */

:target:before {
	content: "";
	display: block;
	height: 150px; /* fixed header height*/
	margin: -150px 0 0; /* negative fixed header height */
}
.section-menu {
	margin-bottom: 1.5em;
	padding-top: 1.5em;
}
@media all and (min-width: 768px) {
	:target:before {
		height: 114px;
		margin: -114px 0 0;
	}
	.section-menu {
		margin-bottom: 0;
		padding-top: 14px;
		width: calc(66.6666665% - 100px);
	}
}
@media all and (min-width: 1024px) {
	.section-menu {
		width: calc(75% - 100px);
	}
}

/* --------------------------------------------------------------
= 11. Single
-------------------------------------------------------------- */

.entry-details img {
	border: 1px solid #000;
	display: block;
	height: auto;
	margin-bottom: 14px;
	width: 100%;
}
.entry-details .entry-meta {
	margin-bottom: 1.5em;
}
.tag-pinkcourtesyphone .entry-details img {
	border: 1px solid #ff9A9a;
}
a.zoomable:before,
a.zoomable:after {
    display: none;
}
a.zoomable img {
    opacity: 1;
    transition: opacity 300ms ease;
}
a.zoomable img:hover {
    cursor: zoom-in;
    opacity: 0.7;
}

/* Medium Zoom ----------------------- */

.medium-zoom-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 300ms;
	will-change: opacity;
}
.medium-zoom--opened .medium-zoom-overlay {
	cursor: pointer;
	cursor: zoom-out;
	opacity: 1;
	z-index: 2500;
}
.medium-zoom-image {
	cursor: pointer;
	cursor: zoom-in;
	transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1) !important;
	z-index: 3000;
}
.medium-zoom-image--hidden {
	visibility: hidden;
}
.medium-zoom-image--opened {
	position: relative;
	cursor: pointer;
	cursor: zoom-out;
	will-change: transform;
}

@media all and (min-width: 768px) {
	.entry-details {
		width: 33.3333332%;
	}
	.entry-content {
		width: 66.6666665%;
	}
	.entry-content.no-dtls {
		margin-left: 33.3333332%;
	}
}
@media all and (min-width: 1024px) {
	.entry-details {
		margin-left: 25%;
		width: 25%;
	}
	.entry-content {
		width: 50%;
	}
	.entry-content.no-dtls {
		margin-left: 25%;
	}
}

/* Lightbox 2 ------------------------ */

body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
        top: 0;
        left: 0;
    z-index: 9999;
    background-color: #222;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 1;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(https://www.3particles.com/wp-content/themes/richardchartier/inc/images/loading.gif) no-repeat;
    background-size: 16px 16px;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(https://www.3particles.com/wp-content/themes/richardchartier/inc/images/prev.png) left 48% no-repeat;
    background-size: 25px 23px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
       -moz-transition: opacity 0.6s;
         -o-transition: opacity 0.6s;
            transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(https://www.3particles.com/wp-content/themes/richardchartier/inc/images/next.png) right 48% no-repeat;
    background-size: 25px 23px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
       -moz-transition: opacity 0.6s;
         -o-transition: opacity 0.6s;
            transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    background: url(https://www.3particles.com/wp-content/themes/richardchartier/inc/images/close.png) top right no-repeat;
    background-size: 15px 15px;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
       -moz-transition: opacity 0.2s;
         -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* --------------------------------------------------------------
= 12. Blocks
-------------------------------------------------------------- */

.has-text-align-left {
	/*rtl:ignore*/
	text-align: left;
}
.has-text-align-center {
	text-align: center;
}
.has-text-align-right {
	text-align: right;
}
.entry .has-small-font-size {
	font-size: 0.842em;
}
.entry .has-normal-font-size,
.entry .has-regular-font-size {
	font-size: 1em;
}
.entry .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}
.entry .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}
.entry .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}

/* Block: Base Margins ----------------------- */

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull),
.wp-embed-bandcamp {
	margin-bottom: 1.5em;
}

/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Block: Image ---------------- */

.wp-block-image {
	margin-top: .25em;
}

/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	font-size: .75em;
	margin-bottom: 0;
	margin-top: .25em;
	text-align: right;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}
.wp-block-button.is-style-outline {
	color: #cd2653;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}
.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns {
	margin-bottom: 1.5em;
}
.wp-block-columns:after {
	content: "";
	display: table;
	clear: both;
}
@media ( min-width: 768px ) {
	.wp-block-column {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	.wp-block-column:first-child {
		padding-left: 0;
	}
	.wp-block-column:last-child {
		padding-right: 0;
	}
}

/* Block: Embed ------------------------------ */

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
	padding-bottom: 75%; /* 4:3 */
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	padding-bottom: 56.25%; /* 16:9 */
}
.wp-block-embed.is-type-video.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	padding-bottom:  41.5625%; /* 21:9 */
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	height: 100%;
	margin-bottom: 0;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}
.wp-block-embed.wp-block-embed-bandcamp {
	margin-bottom: 1.5em;
}
.wp-block-embed.wp-block-embed-bandcamp iframe {
	display: block;
	margin-bottom: 0;
}

/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}
figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}
figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}
figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}
figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}
figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: blockquote -------------------------- */

.wp-block-quote {
	border: none;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 0;
}
.wp-block-quote p:last-of-type {
	margin-bottom: 0;
}
.wp-block-quote cite {
	font-style: normal;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	border-top: 1px solid #171717;
	margin-right: 50%;
	width: 50%;
}
.wp-block-separator.is-style-wide {
	width: 100%;
}
.wp-block-separator.is-style-dots {
	border-top-style: dotted;
}

/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}
.entry .wp-block-archives > li,
.entry .wp-block-categories > li,
.entry .wp-block-latest-posts > li,
.entry .wp-block-latest-comment > li {
	margin-left: 0;
}
.entry .wp-block-archives > li:last-child,
.entry .wp-block-categories > li:last-child,
.entry .wp-block-latest-posts > li:last-child,
.entry .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}
.entry .wp-block-archives *,
.entry .wp-block-categories *,
.entry .wp-block-latest-posts *,
.entry .wp-block-latest-comments * {
	font-family: inherit;
}
.entry .wp-block-archives li,
.entry .wp-block-categories li,
.entry .wp-block-latest-posts li {
	color: #6d6d6d;
}

/* --------------------------------------------------------------
= 13. Entry
-------------------------------------------------------------- */

.cntnt {
	line-height: 1.5em;
}
.cntnt .container > * {
	margin-bottom: 1.5em;
}
.cntnt .container > .no-margin {
	margin-bottom: 0;
}
.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}
.cntnt p,
.cntnt h1,
.cntnt h2,
.cntnt h3,
.cntnt h4,
.cntnt h6,
.cntnt ul,
.cntnt ol,
.cntnt ul ol,
.cntnt ol ul,
.cntnt hr {
	margin-bottom: 1.5em;
}
.cntnt h4 {
	padding-top: 1.5em;
}
.cntnt ul {
	list-style: none;
	padding-left: 0;
}
.cntnt ul li {
	line-height: 2em;
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.cntnt ol {
	list-style: decimal-leading-zero outside;
	padding-left: 1.75em;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-bottom: 1.5em;
}

/* --------------------------------------------------------------
= 14. Site Footer
-------------------------------------------------------------- */

#site-footer {
	height: 100px;
	font-size: 0.933em;
}
#site-nav,
#site-copyright {
	padding-top: 14px;
	width: 50%;
}
#site-copyright {
	text-align: right;
}
.home #site-copyright {
	display: none;
}
