/* @font-face {
    font-family: "Harbourfront";
    src: url("https://harbourfrontcentre.com/wp-content/uploads/fonts/otf/HarbourfrontText-Regular.otf") format("opentype"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/HarbourfrontText-Regular.woff") format("woff"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff2/HarbourfrontText-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "HarbourfrontItalic";
    src: url("https://harbourfrontcentre.com/wp-content/uploads/fonts/otf/HarbourfrontText-Italic.otf") format("opentype"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/HarbourfrontText-Italic.woff") format("woff"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff2/HarbourfrontText-Italic.woff2") format("woff2");
}

@font-face {
    font-family: "HarbourfrontLight";
    src: url("https://harbourfrontcentre.com/wp-content/uploads/fonts/otf/HarbourfrontText-Light.otf") format("opentype"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/HarbourfrontText-Light.woff") format("woff"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff2/HarbourfrontText-Light.woff2") format("woff2");
}

@font-face {
    font-family: "HarbourfrontLightItalic";
    src: url("https://harbourfrontcentre.com/wp-content/uploads/fonts/otf/HarbourfrontText-LightItalic.otf") format("opentype"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/HarbourfrontText-LightItalic.woff") format("woff"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff2/HarbourfrontText-LightItalic.woff2") format("woff2");
}

@font-face {
    font-family: "HarbourfrontBold";
    src: url("https://harbourfrontcentre.com/wp-content/uploads/fonts/otf/HarbourfrontText-Bold.otf") format("opentype"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/HarbourfrontText-Bold.woff") format("woff"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff2/HarbourfrontText-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "HarbourfrontBoldItalic";
    src: url("https://harbourfrontcentre.com/wp-content/uploads/fonts/otf/HarbourfrontText-BoldItalic.otf") format("opentype"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/HarbourfrontText-BoldItalic.woff") format("woff"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff2/HarbourfrontText-BoldItalic.woff2") format("woff2");
} */

@font-face {
    font-family: "Inter";
    src: url("https://harbourfrontcentre.com/wp-content/uploads/fonts/otf/inter-v3-latin-regular.eot") format("embedded-opentype"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/inter-v3-latin-regular.woff") format("woff"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff2/inter-v3-latin-regular.woff2") format("woff2")
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/inter-v3-latin-regular.ttf") format("truetype"),
        url("https://harbourfrontcentre.com/wp-content/uploads/fonts/woff/inter-v3-latin-regular.svg") format("svg"),
    ;
        
        
}

/* Global */
body {
    font-family: "Inter", Arial, sans-serif;
    padding-top: 82px;
}

.regular-italic {
    font-family: "Inter", Arial, sans-serif;
}

.bold {
    font-family: "Inter", Arial, sans-serif;
}

p {
    line-height: 150%;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

strong {
    font-family: "Inter", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

em {
    font-family: "Inter", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

strong em {
    font-family: "Inter", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.home #primary.content-area,
#primary.content-area.boxoffice {
    margin-top: 0px;
}

#primary.content-area {
    margin-top: 40px;
}

.darkpurple {
    color: #763CBD;
}

.entry-content,
.event-authors,
.this_authors_info,
.entry-content {
    font-family: "Inter", Arial, sans-serif;
    font-size: 20px;
}

.entry-content em,
.event-authors em,
.this_authors_info em,
.entry-content em,
.entry-content em,
.event-authors i,
.this_authors_info i,
.entry-content i {
    font-family: "Inter", Arial, sans-serif;
    font-style: italic;
}

img.tifa-curved {
    border-radius: 30px 5px 5px 5px;
}

img.tifa-curved-left {
    border-radius: 30px 0px 0px 5px;
}

/* Independance Day */


/* Global Buttons */
.btn-primary {
    background-color: #763CBD;
    color: #F1EBF8;
    border: 1px solid #763CBD;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #F1EBF8 !important;
    color: #763CBD !important;
    border: 1px solid #763CBD !important;
}

.btn-primary.btn-angle-arrow-right::after {
    content: url('../svg/angle-right-mauve.svg');
    margin-left: 8px;
    width: 12px;
    display: inline-block;
}

.btn-primary.btn-angle-arrow-right:hover::after,
.btn-primary.btn-angle-arrow-right:focus::after,
.btn-primary.btn-angle-arrow-right:active::after {
    content: url('../svg/angle-right-purple.svg');
}


/* Masthead */
.admin-bar #masthead {
    top: 32px;
}

.page-template-page-schedule #masthead {
    position: absolute;
}

#masthead {
    height: 82px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100vw;
    z-index: 1000;
    background: #000;
    color: #FFF;
}

#masthead.nav-up {
    top: -90px;
}

.masthead-ptitle {
    color: #FFF;
}

.masthead-ptitle h1 {
    display: none;
}

.masthead-ptitle h1 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 10px;
}

/* Masthead Navigation */
.nav-link,
.navbar-nav .nav-link.active {
    color: #FFF;
}

#masthead .navbar-tifa-mobile ul.navbar-nav .sub-menu {
    list-style: none;
    padding-left: 0px;
}

#masthead .navbar-tifa-mobile ul.navbar-nav li:nth-child(1),
#masthead .navbar-tifa-mobile ul.navbar-nav li:nth-child(6) {
    font-family: "Inter", Arial, sans-serif;
}

#masthead .navbar-tifa-mobile ul.navbar-nav li:nth-child(5) {
    margin-bottom: 20px;
}

#masthead .navbar-tifa-mobile ul.navbar-nav li li,
#masthead .navbar-tifa-mobile ul.navbar-nav li li:nth-child(1) {
    font-family: "Inter", Arial, sans-serif;
}

#masthead .navbar-tifa-mobile ul.navbar-nav a {
    margin-bottom: 12px;
    display: block;
}

#masthead .navbar-tifa-mobile ul.navbar-nav li:first-child a::after {
    content: none;
    width: 0px;
    display: block;
}


#masthead ul.navbar-nav a {
    font-size: 19px;
    text-decoration-color: #FFF;
    color: #FFF;
    text-decoration: none;
}

#masthead ul.navbar-nav a:hover,
#masthead ul.navbar-nav a:focus {
    text-decoration: underline;
    text-decoration-color: #FFF;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
}

#masthead ul.navbar-nav li {
    margin-right: 18px;
    position: relative;
}

/* #masthead ul.navbar-nav li:first-child {margin-right:30px;}
#masthead ul.navbar-nav li:first-child a::after {content: url('/wp-content/uploads/icons/right-mauve.svg');width:25px;display:block;position:absolute;right:-20px;top:11px;}
#masthead ul.navbar-nav li:last-child a {color:#FFF;}
#masthead ul.navbar-nav li:last-child {margin-right:0px;} */

.dropdown-toggle::after {
    border: none !important;
    content: url('../svg/down-white.svg');
    width: 25px;
    display: block;
    position: absolute;
    right: -20px;
    top: 11px;
}

.nav-item a {
    transition: none !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
    font: inherit;
}

.navbar-nav .dropdown-menu {
    background-color: #000;
}

#masthead ul.navbar-nav .dropdown-menu a:hover,
#masthead ul.navbar-nav .dropdown-menu a:focus,
#masthead ul.navbar-nav .dropdown-menu a:active {
    color: #A87BC9;
    background-color: #000;
    text-decoration: none;
}

#masthead ul.navbar-nav .dropdown-menu li:first-child a {
    font-family: "Inter", Arial, sans-serif;
}

#masthead ul.navbar-nav .dropdown-menu li:first-child a::after {
    content: none;
    position: relative;
    width: 0px;
}

#masthead ul.navbar-nav .dropdown-menu li:first-child {
    margin-right: 0px;
}

/* Sub Menu Navigation */
.admin-bar #content-sub-menu {
    top: 110px;
}

#content-sub-menu {
    position: absolute;
    background-color: #582B81;
    top: 82px;
    left: 0;
    border-bottom-right-radius: 20px;
}

#content-sub-menu .btn.btn-secondary {
    background-color: #582B81;
    color: #FFF;
    border-radius: 6px;
    border: none;
    margin: 0px 3px;
}

#content-sub-menu .btn.btn-secondary:hover,
#content-sub-menu .btn.btn-secondary:focus,
#content-sub-menu .btn.btn-secondary:active,
#content-sub-menu .btn.btn-secondary.active {
    background-color: #A87BC9;
    color: #FFF;
    text-decoration: none;
}

/* Masthead Calendar & Search */
.btn-calendar {
    margin-top: 11px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 47px;
    text-align: center;
    color: #FFF;
    background-image: url('../svg/calendar-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.btn-calendar:hover,
.btn-calendar:focus {
    text-decoration: underline;
}

.btn-search.collapsed {
    background-color: transparent;
    background-image: url('../svg/search-white.svg');
}

.btn-search {
    display: inline-block;
    background-color: #F1EBF8;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    margin: 11px 10px 0 0;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 47px;
    text-align: center;
    color: #FFF;
    background-image: url('../svg/close-purple.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}

#searchModal {
    right: 55px;
    position: absolute;
    top: 0px;
    width: 400px;
    transition: none;
}

#searchModal .card.card-body {
    height: 50px;
    padding: 11px;
    padding-top: 4px;
    margin-top: 11px;
    border: none;
    transition: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    color: #582B81;
    background-color: #F1EBF8;
}

#searchModal .card.card-body input {
    color: #582B81;
    background-color: #F1EBF8;
    border-bottom-color: #582B81
}

#searchModal form.searchwp-form input.swp-input--search {
    background-position: left 0px top 50%;
    background-size: 20px auto;
    padding-left: 27px;
    padding-right: 0.7em;
    background-image: url('../svg/search-purple.svg');
}

/* Masthead Mobile */
#mobile-hamburger {
    z-index: 1051;
    background-image: url('../svg/hamburger-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
    border: 2px solid #000;
    ;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    background-color: transparent;
}

#mobile-hamburger.active {
    background-image: url('../svg/close-white.svg');
}

#mobile-hamburger:hover,
#mobile-hamburger:focus {
    border: 2px solid #FFF;
}

#offcanvas-navbar {
    height: 100vh;
    width: 0;
    overflow: scroll;
    right: -400px;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    overflow: hidden;
    transition: .5s ease;
}

#offcanvas-navbar.show {
    width: 400px;
    left: calc(100% - 400px);
}

#offcanvas-navbar.show.hiding {
    width: 400px;
    transition: width 0s;
}

.tifa-front {
    z-index: 1050;
}

.tifa-front.tifa-front-top {
    z-index: 1900;
}

/* Footer */
footer {
    background-color: #000;
    color: #FFF;
}

footer li {
    margin-bottom: 12px;
}

footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #FFF;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}

footer h2.h5 {
    color: #AC87C3;
    font-size: 20px;
}

/* Sitewide */
#general-signup img {
    width: 100%;
    height: auto;
}

#general-signup {
    background-color: #F1EBF8;
}

#general-signup .gform_wrapper.gravity-theme input[type=text] {
    color: #582B81;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #582B81;
    font-size: 20px;
}

#general-signup .gform_wrapper.gravity-theme input[type=text]::placeholder {
    color: #582B81;
}

#general-signup input#gform_submit_button_3 {
    padding: 12px;
    background-color: #763CBD;
    color: #F1EBF8;
    border: 1px solid #763CBF;
    border-radius: 6px;
}

#general-signup input#gform_submit_button_3:hover,
#general-signup input#gform_submit_button_3:focus,
#general-signup input#gform_submit_button_3:active {
    color: #763CBD;
    background-color: #F1EBF8;
}

/* Homepage */
.home-splash-section {
    color: #fff;
}

.splash-section-int {
    width: 80%;
    max-width: 700px;
}

.splash-section-int h1 {
    font-size: 30px;
}

.home-what {
    color: #FFF;
    font-size: 22px;
    text-align: center;
    position: relative;
    border-radius: 6px;
    border-top-left-radius: 25px;
    display: block;
    overflow: hidden;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-what img {
    opacity: 0.6;
}

.home-what:hover img,
.home-what:focus img {
    opacity: 0;
}

.what-a {
    background-image: url('../jpg/tilea.jpg');
}

.what-b {
    background-image: url('../jpg/tileb.jpg');
}

.what-c {
    background-image: url('../jpg/tilec.jpg');
}

.what-d {
    background-image: url('../jpg/tiled.jpg');
}

.what-e {
    background-image: url('../jpg/tilee.jpg');
}

.what-f {
    background-image: url('../jpg/tilef.jpg');
}

.what-g {
    background-image: url('../jpg/tileg.jpg');
}

.home-what .centered {
    position: absolute;
    top: 40%;
    width: calc(100% - 12px);
    left: 6px;
    text-align: center;
}

.home .festival-authors .col-lg-2:first-of-type {
    margin-left: 6rem;
}

.home .festival-authors {
    background-color: #3C1151;
    background-image: url('../jpg/bg-head-author.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.video-background {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: calc(100vh - 80px);
}

.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    max-width: 9000px;
}

.home-splash-section {
    position: absolute;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    background: linear-gradient(56deg, rgba(60, 17, 81, 0.6) 52%, rgba(168, 123, 201, 0.6) 100%);
}

.front-page-author {
    position: relative;
    height: 100%;
    width: 100%;
}

.front-page-author img {
    height: 100%;
    width: 100%;
}

.front-page-author-name {
    font-size: 1rem;
    color: white;
    position: absolute;
    bottom: .25rem;
    left: .3rem;
}

/* Box Office */
.bo-feature {
    font-size: 36px;
}

.bo-feature-light {
    font-family: "Inter", Arial, sans-serif;
    font-size: 30px;
}

.bo-note-light {
    font-family: "Inter", Arial, sans-serif;
    text-align: right;
    font-size: 14px;
}

.bo-feature-bold {
    font-family: "Inter", Arial, sans-serif;
    font-size: 22px;
    font-weight:bold;
}

.bo-feature-bold a {
    text-decoration: none;
    color: #763CBD;
}

.bo-feature-bold a:hover,
.bo-feature-bold a:focus,
.bo-feature-bold a:active {
    text-decoration: underline;
    color: #763CBD;
}

.bo-feature-bold a::after {
    content: url('../svg/angle-right-purple.svg');
    margin-left: 8px;
    width: 16px;
    display: inline-block;
}

.boxoffice-accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #9D9D9D;
}

.boxoffice-accordion .accordion-item .accordion-button {
    border-radius: 6px;
}

.boxoffice-accordion a {
    text-decoration: none;
}

.boxoffice-accordion sup {
    font-size: 12px;
}

.boxoffice-accordion select {
    width: auto;
    display: inline-block;
    margin-right: 12px;
}

.youthdropdown.hidedropdown,
.adultdropdown.hidedropdown {
    display: none;
}

.price-adult.hide-price,
.price-youth.hide-price {
    display: none;
}

.boxoffice-accordion input[type=radio] {
    accent-color: #763CBD;
}

.accord-medium {
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    background-color: #000;
    color: #fff;
}

.small-indent {
    padding-left: 40px;
}

.pre-check::before {
    content: url('../svg/check-purple.svg');
    width: 18px;
    display: block;
    position: absolute;
    left: -30px;
    top: 2px;
}

.pre-dash::before {
    content: url('../svg/arrow-grey.svg');
    width: 18px;
    display: block;
    position: absolute;
    left: -30px;
    top: 2px;
}

.pre-x::before {
    content: url('../svg/x-black.svg');
    width: 12px;
    display: block;
    position: absolute;
    left: -28px;
    top: 2px;
}

.display-day-content {
    display: none;
}

.display-day-content.active {
    display: block;
}

.boxoffice-accordion img {
    border-radius: 30px 6px 6px 6px;
}

.page-template-page-boxoffice-student {
    background-color: #763CBD;
    background-image: url('../jpg/bg-student.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-page-boxoffice-student p,
.page-template-page-boxoffice-student,
.page-template-page-boxoffice-student h1,
.page-template-page-boxoffice-student h2 {
    color: #FFF;
}

.page-template-page-boxoffice-student .accordion-item p {
    color: #000;
}

/* Schedule */

#schedule-sticky-scroll::-webkit-scrollbar,
#schedule-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
    /* make scrollbar transparent */
}

#schedule-sticky-scroll,
#schedule-scroll {
    scrollbar-width: none;
    /* Firefox 64+ */
    scrollbar-height: none;
    /* Firefox 64+ */
}

#schedule-sticky-scroll,
#schedule-scroll {
    -ms-overflow-style: none;
    /* IE 10+ */
}

p.schedule-venue-title {
    color: #582B81;
}

.schedule-event p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.termtag {
    background-color: #8428CC;
    color: #FFF;
    display: block;
    position: absolute;
    bottom: 0px;
    left: -5px;
    font-size: 0.8rem;
    width: calc(100% + 10px);
    padding-right: 20px;
    padding-top: 3px;
    font-family: "HarbourfrontBold";
    text-align: right;
}

.termtag.tifa-kids {
    background-color: #FF4CAA;
}

.termtag.the-re-read {
    background-color: #1703FD;
}

.termtag.pop-fiction {
    background-color: #FF4D4D;
}

.container-schedule-head {
    display: flex;
    /* to layout children in a row */
    width: 100%;
    overflow-x: auto;
    height: 1400px;
}

.sticky-div {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    background-color: #FFF;
    flex-shrink: 0;
    width: 200px;
    height: 100%;
    top: 0px;
    z-index: 3;
    border-right: 1px solid #000;
}

.contentn {
    flex-shrink: 0;
    width: 3850px;
    height: 100px;
    top: 100px;
}

.venue-title-wrap {
    height: 100px;
    border-bottom: 1px solid #000;
    width: 100%;
}

.container-schedule-head-top {
    position: fixed;
    top: 0px;
    z-index: 500;
    height: 55px;
    width: 100%;
    overflow-x: auto;
    display: flex;
    background-color: #FFF;
}

.schedule-venue .schedule-cell:nth-child(even) {
    background-color: #F2F2F2;
}

.schedule-venue .schedule-cell:nth-child(odd) {
    background-color: #FBFBFB;
}

.schedule-cell {
    width: 150px;
    padding: 15px;
    display: inline-block;
}

.schedule-times {
    border-bottom: 1px solid #000;
}

.schedule-times .schedule-cell {
    border-left: 1px solid #000;
}

.schedule-venue .schedule-cell {
    height: 100px;
    width: 150px;
}

.date-control {
    height: 55px;
    border-bottom: 1px solid #000;
}

.date-control img {
    width: 50%;
}

.schedule-venue {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 100px;
}

.schedule-venue .schedule-event {
    position: absolute;
    height: 90px;
    top: 5px;
    border: 1px solid #000;
    background-color: #FFFFFF;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px 5px 30px 5px;
    padding: 5px;
}

.schedule-venue .schedule-event.event-free {
    background-color: #F1EBF8;
}

.schedule-venue .schedule-event.event-masterclass {
    background-color: #000;
    color: #FFF;
}

.schedule-venue .schedule-event.event-free:nth-child(even) {
    background-color: #F1EBF8;
}

.schedule-venue .schedule-event.event-masterclass:nth-child(even) {
    background-color: #000;
}

.schedule-venue .schedule-event:nth-child(even) {
    background-color: #FFF;
}

.schedule-event-overflow {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.schedule-event-detail {
    position: relative;
    display: inline-block;
    padding: 0 !important;
}

.schedule-event-detail p {
    line-height: 130%;
}

.schedule-day {
    font-family: "Inter";
    font-weight:bold;
    font-size: 1.2rem;
    line-height: 100%;
}

.schedule-day .subdate {
    font-family: "Inter";
    font-size: 0.8rem;
}

.light-font-sm {
    font-family: "Inter";
    font-size: 0.8rem;
}

.light-font {
    font-family: "Inter";
}

.legend-shape {
    border: 1px solid #000;
    height: 25px;
    border-radius: 5px 5px 10px 5px;
    width: 100%;
    display: block;
}

.shape-black {
    background-color: #000;
}

.shape-mauve {
    background-color: #F1EBF8;
}

.schedule-legend p {
    line-height: 120%;
}

/* Page Templates */
.book-template-default #primary.content-area {
    margin-top: 0px;
}

/* Single Book Author */
.book_author-template-default #primary.content-area {
    margin-top: 0px;
}

.book_author-template-default #header-desktop {
    height: 500px;
}

.book_author-template-default #author-bg {
    height: 90%;
    background-image: url('../jpg/bg-head-author-2.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.book_author-template-default #header-img {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.book_author-template-default a.event-link {
    text-decoration: none;
    color: #000;
}

.book_author-template-default .event-details:hover {
    background-color: #F1EBF8
}

.book_author-template-default .event-category {
    padding-top: 1rem;
}

.book_author-template-default #accordionPastEvents .accordion-item:first-of-type,
.book_author-template-default #accordionPastEvents .accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed,.accordion-item:first-of-type .accordion-button {
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;

}

.book_author-template-default #accordionPastEvents .accordion-button {
    color: black;
    background-color: #fff;
    box-shadow: none;
}

.book_author-template-default #accordionPastEvents .accordion-item {
    border: none;
}

.accordion,
  .accordion-item,
  .accordion-item .accordion-button,
  .accordion-button.collapsed,
  .accordion-button {
    border: none;
    border-radius: 0px !important;

  }

  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }


  .accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: #000;
    color: #fff;
  }

@media (min-aspect-ratio: 16/9) {
    .video-background iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-background iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .masthead-ptitle h1 {
        display: block;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .splash-section-int h1 {
        font-size: 48px;
    }

    .accord-medium {
        font-size: 24px;
    }

    .boxoffice-accordion sup {
        font-size: 14px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #masthead ul.navbar-nav li {
        margin-right: 10px;
    }

    #masthead ul.navbar-nav li:nth-child(4) {
        display: none;
    }

    /* #masthead ul.navbar-nav li:first-child a {font-family:"HarbourfrontBold", Arial, sans-serif;} */
    /* #masthead ul.navbar-nav a {color:#A87BC9;} */
    #masthead ul.navbar-nav a {
        color: #FFFFFF;
    }

    .small-indent {
        padding-left: 12px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #masthead ul.navbar-nav li {
        margin-right: 20px;
    }

    #masthead ul.navbar-nav li:nth-child(4) {
        display: block;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}