/*
Theme Name: Henson
Theme URI: http://www.hensonfoundation.org/
Author: The Jim Henson Foundation
Author URI: http://www.hensonfoundation.org/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0
Text Domain: henson
*/
body {
    font-family: "Noto Serif", serif;
    -webkit-font-smoothing: antialiased;
}

p {
    font-family: "Roboto", sans-serif;
}

a {
    color: #2A3B8F;
}

a:hover {
    color: #435192;
}

a:visited {
    color: #434978;
}

.constrainWidth {
    max-width: 1000px;
}

.constrainHeight {
    max-height: 562.5px;
    overflow: hidden;
}

.container-nopadding {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* carousel slideshows */
.carousel {
}

.carouselSlide {
}

.carouselinfobox {
    padding-top: 12px;
    padding-bottom: 12px;
}

.carousel-caption a.btn {
    color: #f8f9fa;
}

.carousel-caption a.btn:hover {
    color: #20222c;
}

.bg-faded {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.bg-black {
    background-color: black;
}

/* general text */
.text-primary {
    color: #2A3B8F !important;
}

.text-warning {
    color: #CE9367 !important;
}

/* puppet happenings events */
.eventitem {
    font-family: "Roboto", sans-serif;
}

.performance_dates {
    font-weight: bold;
}

/* captions */
.main-photo-caption {
    line-height: 98%;
    color: rgba(0, 0, 0, 0.7);
    text-align: right;
}

.main-photo-caption p {
    margin-bottom: 2px;
}

.main-photo-caption p,
figcaption {
    font-family: "Noto Serif", serif;
    font-size: 0.95rem;
}

/* navigation */
.navbar-horiz .nav-item {
    padding-right: 0.55rem;
    padding-left: 0.55rem;
}

ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
    display: block;
}

@media (max-width: 992px) {
    /* captions */
    .main-photo-caption {
        text-align: center;
    }
}

/* wp tables */
.wptb-image-wrapper {
    padding-right: 12px;
}

.wptb-image-wrapper img {
    width: 100%;
    height: auto;
}

/* modal --------------------------------------- */
/* Style the Image Used to Trigger the Modal */
.wptb-image-wrapper img {
    cursor: pointer;
    transition: 0.3s;
}

.wptb-image-wrapper img:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;

    /* Hidden by default */
    position: fixed;

    /* Stay in place */
    z-index: 1;

    /* Sit on top */
    padding-top: 100px;

    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;

    /* Full width */
    height: 100%;

    /* Full height */
    overflow: auto;

    /* Enable scroll if needed */
    background-color: rgb(0,0,0);

    /* Fallback color */
    background-color: rgba(0,0,0,0.9);

    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* wptb wordpress tasble builder */
.centertable .wptb-table-container {
    margin-left: auto;
    margin-right: auto;
}

/* Submissions Table */
.submissiontable {
    color: #303e49;
    padding: 4px 10px 4px 10px;
    margin-bottom: 128px;
}

.submissiontable a {
    text-decoration: none;
}

.submissiontable a:hover {
    text-decoration: underline;
}

.submissiontable a.selected {
    text-decoration: underline;
    font-weight: bold;
}

.submissiontable table {
    border: 2px solid #bbbbbb;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.submissiontable td {
    color: #303e49;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #FFFFFF;
}

.submissiontable th {
    border-left: 1px solid #FFFFFF;
    padding: 10px;
}

.submissiontable td.datebox {
    font-size: 12px;
    color: #666666;
    padding: 4px 4px 4px 4px;
    width: 65px;
}

.submissiontable .nodate {
    color: #CCCCCC;
    font-size: 12x;
}

.submissiontable td.statusbox {
    font-size: 12px;
    color: #666666;
    padding: 4px 6px 4px 6px;
    min-width: 20px;
}

.submissiontable td.statustext {
    border-left: 0;
    padding-left: 0;
}

.submissiontable td.submissiontitle {
    min-width: 150px;
}

.submissiontable select,
textarea,
.input-style {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #bbbbbb;
    padding: 2px;
}

.submissiontable img.status {
    float: left;
    min-width: 15px;
    padding: 2px;
}

.submissiontable .tablehead {
    background-color: #dad9e9;
    color: #000000;
    font-weight: 100;
}

.submissiontable tr.odd {
    background-color: #fefefe;
}

.submissiontable tr.even {
    background-color: #eeeeee;
}

.submissiontable tr.highlight {
    background-color: #becbfd;
}

.submissiontable tr.highlight .nodate {
    color: #666666;
}

/* submission form */
.formtable {
    width: 90%;
    border: 2px solid #666666 !important;
}

.formtable td {
    margin: 10px;
    border: none;
}

.formbox {
    width: 85%;
}

.formboxshort {
    width: 50%;
}

.hilite {
    background-color: yellow;
}

/* search form */
.search-form {
    font-family: "Noto Serif", serif;
}

.search-form .search-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #343a40;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Roboto", sans-serif;
    color: #f8f9fa !important;
    background-color: #343a40 !important;
}

.search-form label {
    padding-top: 10px;
}

.search-form .screen-reader-text {
    display: none;
}

.search-form .search-submit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #6c757d;
    border-color: #6c757d;
    text-transform: uppercase !important;
    margin-top: -2px;
}

.search-form .search-submit:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* puppet happenings */
.eventitem {
    margin-top: 24px;
    margin-bottom: 24px;
}

.event-item-row {
    margin-top: 48px;
    margin-bottom: 48px;
}

.event-item-row h5 {
    margin-top: -2px;
    margin-bottom: 16px;
}

.happening_img {
    max-width: 300px;
}

.perfomance_times {
    font-size: 1rem;
}

.showsimage {
    width: 100%;
    margin-bottom: 20px;
}

.perfomance_times,
.performance_price {
}

/* wptb */
.wptb-image-wrapper img {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

footer {
    padding-top: 36px;
}
