@charset "utf-8";
/*
Theme Name: Synaesthetic Theatre v2
Author: Chris Nichols
Author URI: http://chris-nichols.com/
Description: Synaesthetic Theatre Inspiro Template - version 1.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:       inspiro
Version:        0.1.1
*/

.header-logo-wrapper .custom-logo-text {
	max-width: revert;
}

body:not(.wp-custom-logo) .header-logo-wrapper a.custom-logo-text {
    background: url(/images/tv-eye-transparent.gif) 0 center no-repeat;
    background-size: auto 2rem;
    padding-left: 3.5rem;
    text-transform: unset;
    font-weight: 100;
}
body:not(.wp-custom-logo) .header-logo-wrapper a.custom-logo-text:hover {
    text-decoration: underline;
}

.site .site-footer .copyright {
    color: #999;
    display: block;
    text-align: center;
}

html {
  scroll-behavior: smooth;
}

body.home h1.entry-title {
	clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.productions .production {
    background-image: url(/images/production_card_shadow.jpg); 
    background-position: center right; 
    background-repeat: no-repeat;
    background-size: 40%;
    padding: 0 43% 0 0;
    min-height: 200px;
    margin-bottom: 5rem;
}
.productions .production:nth-of-type(odd) {
    background-position: center left; 
    padding: 0 0 0 43%;
}
.productions .productions_trial {
    background-image: url(/images/production_card_trial.jpg); 
}
.productions .productions_arcana {
    background-image: url(/images/production_card_arcana.jpg); 
}
.productions .productions_icon {
    background-image: url(/images/production_card_icon.jpg); 
}
.productions .productions_shadow {
    background-image: url(/images/production_card_shadow.jpg); 
}
.productions .productions_ubu {
    background-image: url(/images/production_card_ubu.jpg); 
}
.productions .productions_tamatebako {
    background-image: url(/images/production_card_tamatebako.jpg); 
}
.productions .productions_rot {
    background-image: url(/images/production_card_rot.jpg); 
}
.productions .productions_big {
    background-image: url(/images/production_card_big.jpg); 
}
.productions .productions_elephant {
    background-image: url(/images/production_card_elephant.jpg); 
}


p.year {font-weight: bold; font-size: 90%; margin-bottom: 0.25rem}

.productions, .workshops {padding-top: 2rem}