/*
Theme Name: Astrid Child Theme
Theme URI: /wp-content/themes/astrid
Description: Child theme for Astrid Theme
Author: Richard Creagh
Author URI: http://www.richardcreagh.co.uk
Template: astrid
Version 0.2.0
*/
@import url("../astrid/style.css");


/* CSS Document */

html{
    font-size:18px;
}

body {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF;
    line-height: 1.5em;
    letter-spacing: normal;
}

.ui-widget-content a  {
    color: #E8B75F !important;
}

.ui-widget-content  {
  border: 0px !important;
  width: 80% !important;
}

.ui-dialog .ui-dialog-content {
    max-height: 175px !important;
    width: 100% !important;
}

p {
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    line-height: 1.5em;font-size: .9em;
}


li {
     font-family: 'Inter', sans-serif;
     line-height: 1.5em;font-size: .9em;
}

a {
    color:#E8B75F;
}

/* Targets the video iframes after they replace your anchor links */
iframe[src*="youtube.com/embed"], 
iframe[src*="player.vimeo.com"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9; /* Automatically locks the layout into perfect video proportions */
}

/*-------------------------------------------------------
ASTRID STYLES
-------------------------------------------------------*/
.BoldText {
	font-weight: 700;
}

.ItalicText {
	font-style: italic;
}

.gold {
    color:#E8B75F;
}
.site-header, .site-header.header-scrolled {
    background-color: #041E42 !important;
}

.row.flex{
    display:flex;
    flex-wrap:wrap;
}

.header-image::after {
	background-color: #333333;
	opacity: .1;
    height: 60%;
}

.custom-logo {
    margin-bottom: 40px;
}

.site-title, .header-text, .header-subtext, .woocommerce ul.products li.product .onsale {
    letter-spacing:normal;
}

.site-content {
    background-color: #FFFFFF;
    color: #041E42;
    margin-top: 0px;
       margin-bottom: 0px;
}

.site-header .container{
    position:relative;
}

.hentry {
    border: none;
    margin-bottom: 0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
}

.entry-title, .title-text h1 {
    font-weight: bold;
    margin-top:60px;
    margin-bottom:0px;
    text-transform:uppercase;
}


.widget-area .widget {
	margin: 0 0 -1px solid ;
	padding: 30px;
	background-color: #333;
	border: 1px solid  solid #F2F2F3;
    color: #ffffff;
}

.site-content > .container {
	border-left: none;
	border-right: none;
	border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
}

.container .container{
    padding-left: 0px;
    padding-right: 0px;
    width:100%;
}

.site-branding {
    width: 200px;
}

.header-tools{
    position:absolute;
    right:15px;
    top:0px;
    margin-bottom:20px;
    display:flex;
    align-items:center;
}

.header-tools > .become-a-friend{
    margin-right:20px;
    font-size:0.9rem;
    text-transform:uppercase;
    font-weight:600;
}

.site-header:has(#mainnav-mobi) .header-tools > .become-a-friend{
    display:none;
}

.main-navigation .become-a-friend
{
    display:none;
}

#mainnav-mobi .become-a-friend
{
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}

.icon{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    position: relative;
    cursor:pointer;
}

.icon::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E8B75F;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.icon img{
    width: 60%;
    position:relative;
}

.header-tools .icon + .icon{
    margin-left: 5px;
}

.mvdc-logo {
    margin-top: 0px;
    margin-right: 0px;
    width: 345px;
}

.top-subnav-wrapper {
    background-color: #0C0909;
    text-align: right;
    padding-top: 5px;
}

.top-subnav-links {
    text-align: right;
    font-size: 14px;
    color: #7EC0EB;
    margin-right: 21px;
}

.footer-wrapper {
    background-color: #041E42;
    padding-top: 40px;
    padding-bottom: 40px;
    color:#FFFFFF;
}

.footer-wrapper > .container:first-child {
    position:relative;
}

.footer-wrapper .row div:last-child{
    text-align:right;
}

.footer-image {
    border-bottom:2px solid #E8B75F;
    text-align:right;
}

.footer-image img{
    width:25%;
    min-width:200px;
    position:relative;
}

.footer-links{
    margin-top:2rem;
    margin-bottom:0px;
    display:flex;
    flex-wrap:wrap;
    column-gap:1rem;
}

.footer-links a{
    display:inline-block;
    margin-bottom:0.5rem;
}


.top-search-wrapper {
  padding-top: 15px;
}

.site-header {
    position:static;
}

.top-link-wrapper {
  text-align: right;
  height: 15px;
  padding-right: 0px;
  font-size: 15px;
}

.basket {
  font-size: 10px;
  font-weight: bold;
}

/* The Parent Element (Acts as the main input box) */
.event-instance-select {
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 40px; /* Vertically centers the active text */
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 15px;
  user-select: none;
  margin-top:10px;
}

/* Ensure the dropdown overlays everything else when opened */
.event-instance-select.open {
  z-index: 999;
}

/* Pseudo-element to dynamically draw the selected text option */
.event-instance-select::before {
  content: attr(data-chosen);
  font-size: 14px;
  color: #041E42;
}

/* Dropdown arrow icon */
.event-instance-select::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  transition: transform 0.2s ease-in-out;
}

.event-instance-select.open::after {
  transform: translateY(-50%) rotate(180deg);
}

/* The Children Elements (Hidden by default) */
.event-instance-select .event-instance-divider {
  display: none;
}

/* The Children Elements (Displayed stacked when open) */
.event-instance-select.open .event-instance-divider {
  display: block;
  line-height: 1.4; /* Reset line height for dropdown items */
  padding: 12px 15px;
  font-size: 14px;
  color: #041E42;
  background: #fff;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom:0px;
  /* Pull items outward horizontally to align seamlessly with parent borders */
  margin-left: -15px;
  margin-right: -15px;
}

/* Formatting for individual list components */
.event-instance-select.open .event-instance-divider:hover {
  background: #f5f5f5;
}

.event-instance-select.open .event-instance-divider.selected {
  background: #041E42;
  color: #fff;
}

/* Dynamic bottom border and shadow for the very last child item */
.event-instance-select.open .event-instance-divider:last-of-type {
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}



/*-------------------------------------------------------
MAIN NAVIGATION HORIZONTAL LINK SPACING
-------------------------------------------------------*/
.main-navigation{
    width:100%;
}

#mainnav-mobi{
    left:50%;
    width:100vw;
    transform:translateX(-50%);
    background:#041E42;
}

#mainnav-mobi li{
    text-align:left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom:0px;
}

#mainnav-mobi .btn-submenu {
    margin-left:auto;
}

#mainnav-mobi ul ul{
    background:#E8B75F;
    width:100%;
}

.main-navigation:not(#mainnav-mobi) {
    margin-top:45px;
    margin-left:30px;
    margin-bottom:-12px;
}

.main-navigation li{
    padding-right:0px;
    padding-left:0px;
}

.main-navigation li li{
    padding-left: 10px;
    padding-right: 10px;
}

.mainnav {
    width: 20px;
}

.main-navigation:not(#mainnav-mobi) #primary-menu{
    overflow-x:clip;
}

.main-navigation:not(#mainnav-mobi) #primary-menu > li{
    margin-right: 15px;    
    margin-left: -15px;
}

.main-navigation:not(#mainnav-mobi) #primary-menu > li:first-child {
  margin-left: 0;
}

.main-navigation:not(#mainnav-mobi) #primary-menu > li:last-child {
  margin-right: 0;
}

.main-navigation:not(#mainnav-mobi) #primary-menu > li:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #E8B75F;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  margin-left:5px;
  margin-right:5px;
}

.main-navigation ul ul
{
    background-color:#E8B75F;
}

.main-navigation ul ul a {
    color:#041E42;
}

.main-navigation ul ul a:hover, .main-navigation ul ul li.focus > a {
    color: #FFFFFF !important;
}

/*-------------------------------------------------------
CUSTOM STYLES
-------------------------------------------------------*/

h1 {
    font-weight: bold;
    color:#041E42;
    letter-spacing: -3%;
}

h2 {
    font-size: 20px;
    color:#041E42;
    letter-spacing: -3%;
    font-weight: bold;
}

h3 {
    font-size: 1.7em;
    color:#041E42;
    letter-spacing: -3%;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

h4 {
    font-weight: bold;
    font-size: 1.7em;
    color:#041E42;
    letter-spacing: -3%;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

h5, h6{
    letter-spacing: -3%;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.entry-content a {
    font-weight:bold;
    text-decoration:underline;
}

.entry-content a:hover {
    text-decoration:underline;
    color:#041E42;
}
/*-------------------------------------------------------
LOGIN TEXT
-------------------------------------------------------*/
.not-logged-in {
    color: #ffffff;
}


/*-------------------------------------------------------
DATE PICKER
-------------------------------------------------------*/
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
border: 3px solid #000000;
}

body, .widget-area .widget, .widget-area .widget a !important {
  color: #ffffff;
}

.box-office {
    color: #ebebeb;
    font-size: 1.3em;
       font-family: 'Inter', sans-serif;
    margin-top: 7px;
    font-weight:bold;
    text-transform: uppercase;
}

.box-office-phone{
    color:#E8B75F;
}

.home-category-titles {
    font-size:2.22rem;
    margin-bottom: 2.22rem;
    margin-top: 2.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:-3%;
}

.home-category-titles a{
    color:#041E42;
}

.main-navigation li a::before {
    border-top: 1px solid  solid #FFFFFF;
}


.entry-title, .page-template-event-detail-new h1 {
    color: #041E42;
    font-size: 56px;
    
    font-weight: bold;
    border-bottom: 1px solid #041E42;
    margin-bottom:0.5em;
    padding-bottom:0.5em;
}


@media only screen and (max-width: 1199px) {
    .page-template-event-detail-new h1 {
        max-width: 610px !important;
    }
}

.page-template-event-detail-new h1 {
   width: 100% !important;
   max-width:811px;
}

.entry-title
{
    text-transform:uppercase;
}

@media only screen and (max-width:767px){
    .entry-title, .event-details h1 {
        font-size: 36px;
    }

    .home-category-titles,h2
    {
        font-size:28px !important;

    }
}

.page-template-event-detail-new h1{
    margin-top:60px;
}

.event-details {
    
    margin-bottom:60px;
}

.event-details > div > .event-instance-divider{
    padding-top:0px;
}

.event-container{
    padding-top:30px;
    margin-top:28px; 
    border-top: 1px solid #041E42;
}

.event-cards-inner {
    color: #041E42;
}

.event-titles {
    color: #041E42;
    font-size:1.33rem;
    line-height: 1.2em;
    margin-top: 5px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    border-bottom:1px solid #041E42;
    padding-bottom:0.5em;
    margin-bottom:0.5em;
    flex-grow: 1;
    letter-spacing: -3%;
}

.venue-titles {
    line-height: 1.2em;
    margin-top: 5px;
    font-family: 'Inter', sans-serif;
	font-weight: bold;
    color:#041E42;
    letter-spacing: -3%;
}

.event-container {
    margin-left: 0px;
    margin-right: 0px;
}

#event-link-wrapper {
    background-color: #E8B75F;
    text-align: center;
    padding-top: 5px;

}


a.event-links:link {
    line-height: 33px;
    white-space: nowrap;
    color:#041E42;
      }

a.event-links:visited {
       line-height: 33px;
         white-space: nowrap;
         color:#041E42;
      }

a.event-links:hover {
       line-height: 33px;
         white-space: nowrap;
    text-decoration: underline;
      }



.event-cards-results {
  height: 380px;
}

.event-cards-date-results {
    min-height: 450px;
    border-bottom: 1px solid  solid #646464;
    margin-bottom: 20px;
  }


.today-event-cards {
    background-color: #202020;
    min-height: 145px;
    margin: 0px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.event-cards {
    margin: 2px;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
    height:100%;
}

.event-cards a{
    display:flex;
    flex-direction:column;
    height:100%;
}

.event-image {
    /* width: 416px; */
    /* max-height: 400px; */
    width: 100%;
}

.event-cards-inner {
    display:flex;
    flex-direction:column;
    flex-grow: 1;
    padding-top: 11px;
    padding-bottom: 0px;
}

.showing-from {
    font-size: 0.8em;
    font-weight:bold;
}

#social-wrapper {
    width: 100%;
    margin: 0px;
    text-align: right;
    margin-bottom: 20px;
}

.social-icons {
    margin-top: 20px;
}


.btn {
    position: relative;

    margin-bottom: 20px;
    text-align: center;

}

input, select, textarea, text
{
    padding: 10px;
    color: #041E42;
}

input, optgroup, select, textarea, text {
    color: #041E42;
    background-color: #FFFFFF;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #041E42;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #041E42;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #041E42;
}

.picker__box{
    background-color:#041E42 !important;
    color: #ecb760 !important;
}

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    color: #041E42 !important;
    background: #ecb760 !important;
}

.picker__day--outfocus {
    color:#FFFFFF !important;
}

.picker__weekday {
    color: #041E42 !important;
    background: #ecb760 !important;
}

.picker__year {
    color: #FFFFFF !important;
}

.picker__nav--prev:before {
    border-right: 0.75em solid #ecb760 !important;
}

.picker__nav--next:before {
    border-left: 0.75em solid #ecb760 !important;
}

.picker__nav--prev:hover:before {
    border-right: 0.75em solid #041E42 !important;
}

.picker__nav--next:hover:before {
    border-left: 0.75em solid #041E42 !important;
}

.picker__button--close {
    border: 0px solid;
    background: #ecb760 !important;
    color:#041E42 !important;
}

.picker__button--close:before
{
    color:#041E42 !important;
}

.top-nav-align {
  text-align: right;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #041E42!important;
	border: 1px solid  solid #E8B75F;
	border-radius: 0px;
	font-weight: 400;
	padding: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
    padding-top: 0px;
    height: 33px;
    width: 170px;
}

input.eventsearch {
    padding-top: 0px;
    margin-top: 5px;
    color: #ffffff;
    border-radius: 4px;
    padding-left: 5px;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 14px;
    padding: 8px 20px;
    border: 0px solid;
    color: #041E42;
    font-weight: bold;
    text-transform:none;
    letter-spacing: normal;
    background-color: #E8B75F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-appearance: button;
}

button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #ffffff;
    background-color: #041E42;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active{
    box-shadow: none;;
}


.button-test {
    padding: 5px;
    padding-left: 8px;
    margin-top: 0px;
}

.field-test {
    padding: 5px;
    padding-left: 8px;
    margin-top: 2px;
}



.genre {
    height: 50px;
    margin-top: 8px;
}

.footer-contact-block {
    width: 100%;
}



.subtitled {
    font-size: 0.7em;
    font-weight: bold;
    display:block;
}

.SoldOut_Label {
    font-size: 0.7em;
    display:block;
}


.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
  min-height: 34px;
}


/*-------------------------------------------------------
VENUE HIRE PAGE
-------------------------------------------------------*/

div.ptp-plan !important {
    font-size: 0.7em;
}





/*-------------------------------------------------------
EVENT DETAIL PAGE
-------------------------------------------------------*/
.event-instance-divider a, .event-instance-divider button, .event-instance-select + button {
    display:block;
    width:100%;
}

.event-instance-divider a {
    font-size: .9em;
    margin-bottom: 15px;
    color:#041E42;
}

.event-instance-divider {
    border-bottom: 1px solid  #041E42;
    padding-top: 20px;
    padding-bottom: 20px;
}

.event-instance-divider a:has(button){
    margin-top:10px;
    font-size:1em;
    margin-bottom:0px;
}

.event-instance-book-btn {
    margin-top: 15px;
}

.event-instance-book-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.divider-bar {
	margin-bottom: 20px;
	margin-top: 5px;
	width: 60%;
}

.event-dates {
    margin-bottom: 15px;
    color:#041E42;
}

.btn-container {
    position: relative;

}

.btn-light {
    padding: 8px;
}

.col-md-4:has(.social-media-icons)
{
    margin-bottom:10px;
}

.social-media-icons-facebook {
	width: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
}


.social-media-icons {
	width: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
    display:inline-flex;
}

.social-media-icons + .social-media-icons{
    margin-left:5px;
} 


button.event-search-btn {
	padding: 20px;
    margin-top: 2px;
}

input[type="submit"] {

    margin-top: 12px;
}

.date-selector-container {
  margin-left: 15px;
}

.time-button {
  background-color: #333;
  padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
  margin-top: 5px;
  width: 50%;
}






.input-group.md-form.form-sm.form-1 input{
    border: 1px solid  solid #bdbdbd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input {
    border: 1px solid  solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input.red-border  {
    border: 1px solid  solid #ef9a9a;
}
.input-group.md-form.form-sm.form-2 input.lime-border  {
    border: 1px solid  solid #cddc39;
}
.input-group.md-form.form-sm.form-2 input.amber-border  {
    border: 1px solid  solid #ffca28;
}




input{
  border:none;
  background-color: transparent;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.fa-user-circle-o{
  color: gray;
}

#search_container{
    display:none;
}

.search-butt {
    background-color: transparent;
    padding:0px;
}

.search-butt:hover {
    background-color: transparent;
    color:#041E42;
}

.frame-content {
    width: 100%;
    overflow: hidden;
}

.membership {
    background-color: #041E42;
    color: #ffffff;
    padding: 15px;
}

.membership h2{
    text-transform:uppercase;
    color:#E8B75F;
    padding-bottom:1rem;
    border-bottom:1px solid #E8B75F;
}

.notification-btn {
    border-bottom: 1px solid  solid #E8B75F;
    width: auto;
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 1px solid ;
    float: right!important;
}

.notification-btn a{
    font-weight:bold;
    text-decoration:underline;
}


@media only screen and (max-width: 1024px) {
    .site-branding {
        width: 140px;
    }

    .btn-menu {
        text-align: right;
    }
}

.event-image-detail{
    width: 100%;
}

/*-------------------------------------------------------
LINKS
-------------------------------------------------------*/

a:hover {
    text-decoration: none;
}

.theatre-container {
    margin-left: 270px;
}

.top-link-wrapper {
  margin-bottom: 20px;

}

.main-navigation li{
    letter-spacing:normal;
}

.main-navigation a {
    font-family:'Poppins', sans-serif;
    font-weight:bold;
    font-size:1rem;
    text-transform:uppercase;
    vertical-align: middle;
}


/* iPad Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
     and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {

    .top-link-wrapper {
      text-align: center;
      height: 10px;
      margin-bottom: 40px;
      display: block;
      white-space: nowrap;
    }

 #event-link-wrapper {
    background-color: #222222;
    text-align: center;
    padding-top: 5px;
    /* height: 180px; */
}

      .btn {
    position: relative;
    text-align: center;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #ffffff;
	border: 1px solid  solid #E8B75F;
	border-radius: 0px;
	font-weight: 400;
	padding: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
    padding-top: 0px;
    height: 33px;
    width: 140px;
    margin-left: 0px;
}

}

/* iPad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
     and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

#event-link-wrapper {
    background-color: #222222;
    text-align: center;
    padding-top: 5px;
   /* height: 180px; */
}

.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
  width: 80% !important;
}


.event-cards {
    margin: 2px;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}



.home-category-titles {
    margin-top: 20px;
}



.btn {
    position: relative;
    text-align: center;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #ffffff;
	border: 1px solid  solid #E8B75F;
	border-radius: 0px;
	font-weight: 400;
	padding: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
    	padding-top: 0px;
    height: 33px;
    width: 140px;
    margin-left: 0;
}

.top-link-wrapper {
  text-align: right;
  height: 15px;
  padding-right: 0px;
}

}

@media only screen
and (min-width : 992px) { /* STYLES GO HERE */
.event-details{
    display:flex;
    gap:2rem;
}

.event-details div + div{
    flex-shrink: 0;
    flex-grow: 1;
    max-width:17rem;
}

.SoldOut_Label{
    max-width:14rem;
}

.footer-image img
{
    position:absolute;
    bottom:0px;
    right:15px;
}
}

/*-------------------------------------------------------
Desktop Fix */
@media only screen
and (min-device-width : 992px)
and (max-device-width : 1500px) { /* STYLES GO HERE */



#event-link-wrapper {
    background-color: #222222;
    text-align: center;
    padding-top: 5px;
    /* height: 180px; */
}






      .btn {
    text-align: center;

}
}

@media only screen
and (max-width : 667px){
    body{
        font-size:14px !important;
    }

    h1, .entry-title, .event-details h1{
        font-size:28px !important;
    }

    .home-category-titles,h2
    {
        font-size:24px !important;

    }
}
/*-------------------------------------------------------
iPhone PORTRAIT
/* Portrait and Landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) { /* STYLES GO HERE */

    .ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable {
        height: 500px!important;
    }
  
    .top-link-wrapper {
    text-align: center;
    height: 40px;
    margin-bottom: 40px;
    display: block;
    white-space: nowrap;

  }

#event-link-wrapper {
    background-color: #222222;
    text-align: center;
    padding-top: 5px;
    /* height: 180px; */
}

.event-cards-results {
  height: 380px;
}

a.event-instance-dates:link {
    font-size: 1.0em;
    margin-bottom: 15px;
    color:#041E42;
}

a.event-instance-dates:visited {
    font-size: 1.0em;
    color:#041E42;
    margin-bottom: 15px;
}

.btn-container {
          margin-top: 20px;
}

.btn {
    position: relative;
    text-align: center;

}

.h1 {
		font-size: 0.7em;
	}


	.top-subnav-links {
		margin-right: 170px;
		text-align: center;
	}




    .glyphicon glyphicon-search {
        color: red;
    }



    .top-subnav-wrapper {
    background-color: #0C0909;
        padding-top: 7px;

}

.top-subnav-links {
    text-align: right;
    font-size: 14px;
    color: #7EC0EB;
    margin-right: 21px;
    margin-top: 4px;
}


    .footer-wrapper {

    min-height: auto;
        padding-bottom: 40px;

}

    .box-office {
    color: #ebebeb;
    font-size: 1.1em;
       font-family: 'Inter', sans-serif;
    margin-top: 7px;
}

    .mvdc-logo {
    margin-top: 0px;
    margin-right: 0px;
    width: 200px;
}

    .social-media-icons-facebook {
	width: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
}


.frame-content {
    width: 1px solid ;
    min-width: 90%;
    overflow:inherit;
}
.frame-content {
    width: 35px;
    min-width: 90%;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #041E42;
	border: 1px solid  solid #E8B75F;
	border-radius: 0px;
	font-weight: 400;
	padding: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
    	padding-top: 0px;
    height: 33px;
    width: 170px;
    margin-left: 90px;
}


.notification-btn {
    border-bottom: 1px solid  solid #E8B75F;
    width: auto;
    margin-top: 40px;
    margin-left: 14px;
    margin-bottom: 20px;
    border-radius: 1px solid ;
    float: left!important;
    text-align: center!important;
}
	
	.site-content > .container {
	border-left: none;
	border-right: none;
	border-bottom: none;
}


}

/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)  {


#event-link-wrapper {
    background-color: #222222;
    text-align: center;
    padding-top: 5px;
   /* height: 180px; */
}

      .frame-content {
    width: 100%;
    overflow:inherit;
}
	  
	  .site-content > .container {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

}
