@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Trial and Error Productions - Twenty Twenty Child
Template: twentytwenty
*/

@font-face {
    font-family: 'youngserif-regular';
    src: url('fonts/youngserif-regular-webfont.woff2') format('woff2'),
         url('fonts/youngserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'karlaregular';
    src: url('fonts/karla-regular-webfont.woff2') format('woff2'),
         url('fonts/karla-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'karlaitalic';
    src: url('fonts/karla-italic-webfont.woff2') format('woff2'),
         url('fonts/karla-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'karlabolditalic';
    src: url('fonts/karla-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/karla-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'karlabold';
    src: url('fonts/karla-bold-webfont.woff2') format('woff2'),
         url('fonts/karla-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {font-family:'karlaregular',Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
h1,h2,h3,h4,h5,h6 {font-family:'youngserif-regular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"!important;
letter-spacing:.01em;}

h1 {text-shadow: 1px 1px 3px #3e3c34;}
h2 {font-size:3.5rem;}
h3 {font-size:2.75rem;}
h4 {font-size:2.25rem;}

.entry-content {font-family: 'karlaregular',Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {font-family:'youngserif-regular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"!important;} 

.modal-menu a {
    color:#f7f5f2!important;;
    font-family:'youngserif-regular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.site-content-front {
    background:url("images/leaves-crop.jpg") no-repeat;
    background-position:right bottom;
    background-size: 200px;
}

a {
   color:#9d255e; 
}

a:hover {
    color:#3F5F57;
}

#site-content .about-te-wrapper a {
    color:#9d255e;
    text-decoration:underline;
    font-weight:bold;
}

#site-content .about-te-wrapper a:hover {
    color:#3F5F57;
}
post-
.entry-content a {
   color:#9d255e; 
}

.entry-content a:hover {
    color:#3F5F57;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.layer-img-wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

.bg-img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start:1;
}

.img-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start:1;
    text-align:center;
}

.img-text h2 {
    color:#f7f5f2;
    text-shadow: 1px 1px 3px #3e3c34;
    font-size: 4.5vw;
    padding: 6.5vw 4vw 0;
}


.fg-img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start:1;
}



.cta-button {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start:1;
    text-align:center;
}

.cta-button button {
    background-color: #274E68!important;
    border-radius:8px;
    font-family:'karlaregular',Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin: 31.5vw 4vw 0;
    transition: all 0.5s;
    line-height:1;
}

.cta-button button span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.cta-button button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.cta-button button:hover { cursor:pointer;}

.cta-button button:hover span {
  padding-right: 25px;
   
}

.cta-button button:hover span:after {
  opacity: 1;
  right: 0;
}

.cta-button button a, .cta-button button:hover a {
    color:#f7f5f2;
    text-decoration: none;
}

.cta-button button:hover {
    color:#f7f5f2;
    text-decoration: none;
}

div.wpforms-container-full .wpforms-form button[type=submit] 
{
    background-color: #274E68!important;
    margin: 1vw 4vw 0 0;
    padding: .7em 1.1em;
    transition: all 0.5s;
    line-height:1;
    color:#f7f5f2;
    font-family:'youngserif-regular', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    border-radius: 6px;
    border:none;     
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    padding: .7em 1.1em;
    border-radius: 6px;
    border:none;
    cursor:pointer;
    background-color:#3F5F57!important;
}


.primary-menu-wrapper {
    display: none;
}

.produce-wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
}

.h3-produce {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start:1;
}

.h3-produce h3 {
    text-transform: uppercase;
    letter-spacing: .04em;
}



.h3-image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start:1;
}

.h3-image img {
    width: 100px;
    margin: 25px 0 0 157px;
}



.work-wrapper {
	display:grid;
   grid-gap: 3rem;
    margin: 2em auto;
    width: 50%;
    grid-template-columns: auto auto;
    grid-auto-rows: auto;
    padding: 0 0 8rem;

	
}

.work-wrapper h4 {
	margin-top:1.5rem;
	text-align:center;
}

.work-wrapper h4 a:link, .work-wrapper h4 a:visited {
	color:#274E68;
}
.work-wrapper h4 a:hover, .work-wrapper h4 a:active
{color:#3F5F57;}

.work-wrapper img {
	opacity:90%;
}


/*.work-wrapper button {
    color:#f7f5f2;
    text-decoration: none;
    font-family:'youngserif-regular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size:2em;
    text-transform: none;
    padding: 0;
}

.work-wrapper button a, .work-wrapper button:hover a{
    color:#f7f5f2;
    text-decoration: none;
    text-shadow: 1px 1px 3px #3e3c34;
}

.work-wrapper .films button {
    background:url("images/films-bw.jpg"); 
    opacity:.8;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.work-wrapper .films button:hover {
    background:url("images/films-color.jpg");
    opacity:.8;
    background-size:cover;
}

.work-wrapper .plays button {
    background:url("images/plays-bw.jpg");
    opacity:.8;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.work-wrapper .plays button:hover {
    background:url("images/plays-color.jpg");
    opacity:.8;
    background-size:cover;
}

.work-wrapper .web button {
    background:url("images/webseries-bw.jpg");
    opacity:.8;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.work-wrapper .web button:hover {
    background:url("images/webseries-color.jpg");
    opacity:.8;
    background-size:cover;
}

.work-wrapper .visart button {
    background: url("images/visart-bw.jpg");
    opacity:.8;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.work-wrapper .visart button:hover {
    background:url("images/visart-color.jpg");
    opacity:.8;
    background-size:cover;
}

.work-wrapper .np-video button {
    background:url("images/np-videos-bw.png");
    opacity:.8;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.work-wrapper .np-video button:hover {
    background:url("images/np-videos-color.png");
    opacity:.8;
    background-size:cover;
}*/


.about-te-wrapper {
    width: 100%;

}

.about-te {
    width: 70%;
    margin:0 auto;
    padding: 0 0 5em;
}

.about-te h3 {
    text-transform: uppercase;
    font-size: 6vw;
    line-height: 5vw;
    margin: 8rem 0 6rem;
}

.about-te h3 span {
    text-transform:none;
    font-size: 5vw;
    color: #274E68;
    margin: 0 0 0 5vw;
}

p {
    line-height: 1.6;
    margin: 0 1em 1.5em 10vw;
    font-size: 1em;

}
/*Secondary Who We Are*/
.singular .entry-header {
    background:url("images/seconday-head-bg-crop.jpg") no-repeat;
    background-size:cover;
}

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

.post-inner {
    padding-top: 2rem;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 60rem;
    margin: 3rem auto;
}

.post-7 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 60rem;
    margin: 0 auto;
}

.post-7 .wp-block-columns:not(.alignwide):not(.alignfull) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}


.post-7 p {
    font-family:'youngserif-regular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #274E68;
    margin: 0 1em 1.5em 0;
    
}

.post-7 .entry-content .wp-block-columns h3 {
    margin: 0;
    font-size: 3.5rem;

}

.post-7 .entry-content .wp-block-columns h3 a {
    color:#000;
}

.post-7 .wp-block-image img {
    max-width: 100%;
    margin: 5rem 0 0;
}

.entry-content figcaption {
    font-family:'karlaregular',Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.entry-content p {
    font-family:'karlaregular',Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.entry-content a { color: #9d255e;}

.post-7 .wp-block-image {
    margin: 6rem auto;
}

.entry-content p {
    margin: 0 0 1.5em 0;
	line-height:1.6;}

/*Secondary Gallery*/

.video-gallery-wrap {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-gap: 2rem;
}

.video-gallery-wrap img {
    opacity: .8;
}
  
.video-gallery-wrap .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin-top:0;
    margin-bottom:3rem;
}

.video-gallery-wrap h4 {
    font-family:'youngserif-regular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #274E68;
    font-size: 2.2rem;
    margin: 1rem 0!important;
}

.video-gallery-wrap h3 {
    margin: 3rem 0 1.5rem!important;
}

.video-gallery-wrap p {
    font-size:.8em;
}

.video-gallery-wrap .img {
position: relative;
float: left;
margin: 1%;
overflow: hidden;
}

.video-gallery-wrap .img .overlay {
  display: block;
position: absolute;
z-index: 20;
background: rgb(32, 32, 32);
overflow: hidden;
transition: all 0.5s;
font-size: .5em;
}

.video-gallery-wrap .img a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: rgb(32, 32, 32);
  cursor: pointer;
}
.video-gallery-wrap .img a.close-overlay.hidden {
  display: none;
}

.video-gallery-wrap .img a.expand {
display: block;
position: absolute;
z-index: 21;
width: 80%;
text-align: left;
color: #fff;
line-height: 2em;
font-weight: 100;
font-size: 3em;
text-decoration: none;
}

.video-gallery-wrap .img a.expand .view{
	font-size: .55em;
	background: url(images/plus-icon.svg) 5px no-repeat;
	padding: 0 0 0 25px;
	background-size: 9px;
}

.wp-block-button__link {
    font-family:'youngserif-regular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    text-transform:none;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
        max-width: 70rem;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
    margin-bottom:7rem!important;
    margin-top:0!important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #B30000;
    font-weight: 400;
}

@media (max-width: 781px) {
.video-gallery-wrap .wp-block-column {
    margin-left:0!important;
}
    .video-gallery-wrap .wp-block-column p {margin-left:2em;}
}

@media (max-width: 599px) {
    .video-gallery-wrap .wp-block-column p {
    margin-left: 0;
        font-size:.9em;
        }
    
    .post-7 .wp-block-columns {
        display:grid;
        grid-template-columns: auto;
        grid-template-rows:auto;}
    
    .post-7 .wp-block-column {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start:1;
        margin-bottom:0;
    }
    
    .post-7 .entry-content .wp-block-columns h3 a {
    color:#f7f5f2;
    }
    
    .post-7 .wp-block-image img {
    max-width: 70%;
    margin: 0 auto;
}
    .ld-image {position:relative;
    z-inde:0;}
    
    .ld-text {position:relative;
    z-index:10;
    color:#f7f5f2;
    text-align: center;
    width: 50%;
    margin: 0 auto;
        text-shadow: 1px 1px 3px #3e3c34;
    }
    
    .sk-image {position:relative;
    z-inde:0;}
    
    .sk-text {position:relative;
    z-index:10;
    color:#f7f5f2;
    text-align: center;
    width: 50%;
    margin: 0 auto;
        text-shadow: 1px 1px 3px #3e3c34;
    }
    
    .bl-image {position:relative;
    z-inde:0;}
    
    .bl-text {position:relative;
    z-index:10;
    color:#f7f5f2;
    text-align: center;
        width: 50%;
        margin: 0 auto;
    text-shadow: 1px 1px 3px #3e3c34;}
    
    .wb-image {position:relative;
    z-inde:0;}
    
    .wb-text {position:relative;
    z-index:10;
    color:#f7f5f2;
    text-align: center;
        width: 50%;
    margin: 0 auto;
    text-shadow: 1px 1px 3px #3e3c34;}
    
    .post-7 p {
        color:#f7f5f2;
    }
    
    figcaption {
        text-align: center;
        width: 70%;
        margin: 2rem auto;
    }
    
    
    .team-photo {
        margin:5rem auto;
    }
}

@media (max-width: 400px) {
    .post-7 .entry-content .wp-block-columns h3 {
    margin: 0;
    font-size: 2.5rem;
    }
    .post-7 .entry-content .wp-block-columns p {
        font-size:.9em;
    }
}

.post-170 .wp-block-button__link {width:100%;}


/*Site Footer*/
#site-footer {
    background:url("images/footer-front.png") no-repeat top center;
    padding: 25rem 0 3rem;
    background-size: 100%;
    color:#f7f5f2;
}

.footer-copyright {
    font-weight: normal;
}

#site-footer a {
    text-decoration: none;
    color:#f7f5f2;
}

.toggle-text {visibility:hidden;display:none;}

.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
    display:none;
    visibility:hidden;
}

#site-header {
    background: none!important;
    position: absolute;
    width: 100%;
}

.site-logo img.custom-logo {
    height: 40px!important;
}



@media only screen and (max-width: 700px) {
    
    .work-wrapper {
        width:60%;
    }
    
    .h3-image img {
        width: 75px;
        margin: 15px 0 0 107px;
    }

    .about-te-wrapper p {
        background:rgba(255,255,255, .6);
        margin: 0 1em 1.5em 5vw;
    }
    
    #site-header {
        background: #061a23!important;
        position:relative;    
    }
    
     #site-footer {
        padding: 18rem 0 3rem;
    }
    
    .img-text h2 {
        font-size: 5.5vw;    
    }
}

@media only screen and (max-width: 568px) {
        .work-wrapper {
            width: 80%;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }
    
    .about-te h3 {
        font-size: 9vw;
        line-height: 7vw;
        margin: 7rem 0 3rem;
    }
     .about-te h3 span {
        font-size: 7vw;
    }
     #site-footer {
        padding: 14rem 0 3rem;
    }
}

@media only screen and (max-width: 320px) {
    
    .about-te h3 {
        font-size: 13vw;
        line-height: 10vw;
        margin: 7rem 0 3rem;
    }
    
    
    .about-te h3 span {  
        text-transform: none;
        font-size: 11vw;
        color: #274E68;
        padding: 0 0 0 7vw;
    }
    
    #site-footer {
        padding: 9rem 0 3rem;
    }
}


p.np-intro {
    font-size:.8em !important;
    margin-bottom:3em!important;
}

.video-gallery-wrap .np-col2 h4 {
    color:#000;
}

.video-gallery-wrap .np-col2 ul {
    font-family: 'karlaregular',Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size:.8em;
    margin:0;
    margin-bottom:2rem !important;
}

@media only screen and (max-width: 781px) {
    .video-gallery-wrap .np-col2 {
        margin-left: 2em!important;
    }
    
    .video-gallery-wrap .np-col2 p {
       margin-left: 0!important; 
    }
    
}

@media only screen and (max-width: 599px) {
        .video-gallery-wrap .np-col2 {
            margin-left: 0!important;
        }
}


.headshot-gallery:not(.alignwide):not(.alignfull) {margin-bottom:0!important;}

.headshot-gallery figcaption {text-align:center;}
