@charset "UTF-8";
/*!
Theme Name: Marigny Opera House
Theme URI: http://underscores.me/
Author: Josh Pitts
Author URI: https://www.sideways-designs.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Marigny Opera House is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: futura-pt, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h3, h5 {
  clear: both;
  font-family: trajan-pro-3, serif;
}

h2, h4, h6 {
  clear: both;
  font-family: futura-pt, serif;
}

h1 {
  color: #EF4135;
  letter-spacing: 0.03em;
  font-weight: 100;
  font-size: 2em;
}

h2 {
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.75em;
}

h3 {
  color: #7D6A55;
  letter-spacing: 0.05em;
  font-weight: 100;
  font-size: 2em;
}

h4 {
  color: #7D6A55;
  letter-spacing: 0.05em;
  font-weight: 100;
  font-size: 1.5em;
}

h5 {
  color: #333333;
  letter-spacing: 0.03em;
  font-weight: 100;
  font-size: 1.25em;
}

h6 {
  color: #333333;
  letter-spacing: 0.03em;
  font-weight: 100;
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

body {
  overflow-x: hidden;
}

div#page {
  max-width: 1364px;
  margin: 0 auto;
  padding: 0 2em;
}

.page-content, .entry-content, .entry-summary {
  margin: 0 !important;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

body a {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

body .site a {
  background-image: -o-linear-gradient(330deg, #333 0%, #333 100%);
  background-image: linear-gradient(120deg, #333 0%, #333 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  color: #EF4135;
}

body .site .site-header a {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

body .site a:hover {
  color: #fff !important;
  background-size: 100% 100%;
  color: #E31837 !important;
  background-size: 0% 2px;
  background-size: 100% 0;
}

.post, .page {
  margin: 0 !important;
}

footer span.edit-link {
  display: none;
}

#footer-widget {
  max-width: 1364px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
}

#footer-widget a {
  color: #EF4135;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

#footer-widget a:hover {
  color: #EF4135;
}

header#masthead {
  text-align: center;
}

.site-branding a {
  width: 180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  height: 180px;
  padding: 30px 30px 30px;
  z-index: 9999;
  position: relative;
  top: 100px;
  margin-top: 12vw;
}

body.single-mec-events .site-branding a {
  z-index: 0;
}

body:not(.home) div#primary {
  max-width: 1364px;
  margin: 0em auto 2em;
  z-index: 9999;
  position: relative;
}

body:not(.home) header#masthead {
  width: 100vw !important;
  position: relative !important;
  margin-left: -50vw !important;
  left: 50% !important;
  background-position: top center !important;
  background-size: cover !important;
}

body.page-id-10 header#masthead {
  background: url(images/hero_performance2_800.jpg);
}

body.page-id-12 header#masthead {
  background: url(images/hero_wedding2_800.jpg);
}

body.page-id-14 header#masthead {
  background: url(images/hero_events_800.jpg);
}

body.page-id-16 header#masthead {
  background: url(images/marigny_opera_house_interior_800.jpg);
}

body:not(.home):not(.page-id-10):not(.page-id-12):not(.page-id-14):not(.page-id-16) header#masthead {
  background: url(images/marigny_opera_house_interior_800.jpg);
}

header svg#gambit-row-separator-1 {
  margin-top: -40px;
}

div#header_arc {
  margin-top: -15px;
}

body.home div#header_arc {
  display: none !important;
}

div#header_arc img {
  margin-bottom: -8px;
}

body.home .site-branding {
  display: none !important;
}

nav#site-navigation {
  margin-bottom: 20px;
}

nav#site-navigation {
  margin-top: 20px;
}

.menu-moh-main-menu-container {
  text-align: center;
  max-width: 1115px;
  margin: 0 auto;
}

ul#primary-menu a {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  margin: 0 2em;
  margin: 0 0.65em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

ul#primary-menu li.current-menu-item a {
  background: url(https://marignyoperahouse.org/wp-content/themes/moh/images/logo_symbol_red_transparent.svg) no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: -10px 0;
}

ul#primary-menu li#menu-item-20.current-menu-item a {
  background-position: 45% center;
}

ul#primary-menu:hover li a:not(:hover) {
  opacity: 0.5;
}

ul#primary-menu li {
  -webkit-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

#mobmenuleft li.menu-item {
  border-bottom: 1px solid #EF4135;
}

#mobmenuleft li.menu-item.current-menu-item a {
  background: #EF4135;
}

#mobmenuleft li.menu-item:last-of-type {
  border: none;
}

#mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu_content h2, #mobmenuleft .mobmenu_content h3 {
  font-family: futura-pt, sans-serif !important;
}

body.home header.entry-header {
  display: none;
}

body.home .entry-content {
  margin-top: 0;
}

div#home_hero {
  height: 60vh;
  z-index: -1;
  min-height: 580px;
}

ul#primary-menu a {
  color: #fff;
}

ul#primary-menu a:hover {
  color: #fff !important;
  cursor: pointer;
}

div#home_hero_logo_row {
  z-index: 99 !important;
  margin-bottom: -117px;
}

div#home_hero_logo {
  width: 232px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  height: 232px;
  margin-top: -115px;
  padding: 60px 30px 30px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

div#home_upcoming_row {
  background: #9061B2;
  min-height: 500px;
}

.header_crown {
  margin-bottom: 20px !important;
}

.header_crown img {
  width: 100px;
  height: auto;
}

body.home h1, body.home h3 {
  font-size: 1.5em;
  font-family: futura-pt, sans-serif;
  font-weight: 100 !important;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.03em;
  max-width: 500px;
  margin: 0 auto;
}

body.home h2 {
  color: #fff;
}

.mec-event-grid-simple span.event-color {
  display: none;
}

.mec-event-grid-simple .mec-event-date.mec-color {
  color: #000;
  font-size: 17px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  line-height: 28px;
}

.mec-event-grid-simple .mec-event-title a {
  color: #fff;
  background-image: none;
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.mec-event-grid-simple .mec-color-hover:hover {
  color: #40d9f1 !important;
}

.mec-event-grid-simple .mec-event-article:after {
  height: 60px;
  top: 45px;
  border-right: 1px solid #999;
}

span.mec-start-date-label, span.mec-end-date-label {
  color: #000;
}

body.home .mec-event-detail {
  display: none;
}

.mec-event-grid-simple .col-md-4.col-sm-4 {
  padding: 0;
}

.mec-event-grid-simple .col-md-4.col-sm-4 article.mec-event-article {
  padding: 0 50px;
}

div#home_performance_row .vc_col-sm-6, div#home_weddings_row .vc_col-sm-6, div#home_events_row .vc_col-sm-6 {
  padding: 10vh 0;
}

div#home_performance_row h2, div#home_weddings_row h2, div#home_events_row h2 {
  margin: 0;
  margin-bottom: 20px;
}

#home_performance_row, #home_weddings_row, #home_events_row {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-position: center center !important;
}

div#home_events_row h1 {
  max-width: 470px;
}

div#home_performance_row h1 {
  color: #fff;
}

a.vc_general.vc_btn3.vc_btn3-size-lg {
  border-color: #EF4135;
  padding: 17px 40px;
  letter-spacing: 0.1em;
}

div#home_weddings_row h3 {
  color: #fff;
  max-width: 420px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.black_text_button a {
  color: #333 !important;
}

#home_performance_row:after {
  content: url(images/path7.svg);
  position: absolute;
  bottom: -10px;
  left: -1px;
}

#home_weddings_row:before {
  content: url(images/path4.svg);
  position: absolute;
  top: -10px;
  right: -1px;
}

#home_weddings_row:after {
  content: url(images/path8.svg);
  position: absolute;
  bottom: -10px;
  right: -1px;
}

#home_events_row:before {
  content: url(images/path6.svg);
  position: absolute;
  top: -10px;
  left: -1px;
}

#home_events_row:after {
  content: url(images/path11.svg);
  position: absolute;
  bottom: -10px;
  right: -1px;
}

div#connect_with_us {
  text-align: center;
  margin: 0 auto;
  width: 165px;
}

#connect_with_us h2 {
  margin: 0 40px 20px 0;
  float: left;
}

#connect_with_us a {
  width: 40px;
  margin-right: 20px;
  background-image: none;
  margin: 14px 20px 0px 0px;
}

#connect_with_us a:last-of-type {
  margin-right: 0;
}

.pum-container {
  background: url(https://marignyoperahouse.org/wp-content/uploads/2019/12/moh-1255_70dark.jpg);
  background-position: center 30%;
  min-height: 70vh !important;
  padding: 30px;
  color: #fff;
  z-index: 1000000000000000000000000000000;
  text-align: center;
  font-size: 1.5em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

button.pum-close.popmake-close:hover {
  cursor: pointer;
}

.pum-container .pum-content.popmake-content {
  max-width: 850px;
  margin: 0 auto;
}

.popmake-overlay {
  position: fixed;
  top: 14vh;
  top: 0;
  top: 60px !important;
  min-height: 99vh !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
}

.pum-content.popmake-content {
  padding-top: 60px !important;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.popmake-overlay h2 {
  margin: 0 0 10px;
  color: #fff;
  border-bottom: 2px solid #ef4135;
}

.popmake p {
  margin: 0 0 20px;
}

.popmake-overlay .button {
  border-color: #ef4135;
  padding: 17px 40px;
  letter-spacing: 0.1em;
  background-color: transparent;
  border-radius: 2em;
  border: 2px solid;
  clear: both;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #fff;
  background: #ef4135;
}

.pum-container button.pum-close.popmake-close {
  position: absolute;
  top: -20px;
  right: 40px;
  border-radius: 40px;
  padding: 8px 13px;
  font-size: 20px;
  font-weight: bold;
  background: #ef4135;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
}

.pum-container {
  position: relative !important;
  margin: 0 auto !important;
  left: auto !important;
  right: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  max-width: 850px !important;
}

div#footer_social_symbol {
  margin: 4em 0 0 0;
  margin: 5vh 0 0 0;
}

div#footer_connect_text h2 {
  margin-top: 20px;
  color: #fff;
}

div#footer_connect_text {
  margin-bottom: 20px;
}

#connect_with_us:hover a:not(:hover) {
  opacity: 0.5;
}

a.lSNext:before {
  content: "";
  font-family: simple-line-icons;
  color: #000;
  opacity: 1;
  font-size: 14px;
}

a.lSPrev:before {
  content: "";
  font-family: simple-line-icons;
  color: #000;
  opacity: 1;
  font-size: 14px;
}

.lSAction > a {
  background-image: none;
  background: #fff;
  padding: 10px 14px;
  width: auto;
  height: auto;
}

.mec-skin-grid-events-container, .mec-skin-carousel-events-container {
  text-align: center;
  font-size: 1.25em;
  color: #ccc;
  font-weight: 100 !important;
}

#footer_donate .vc_btn3-container {
  margin: 70px 0 0 0;
}

body.home .popmake-overlay h2 {
  margin: 0 0 10px;
  color: #000;
  border-bottom: 2px solid #ef4135;
  padding-bottom: 10px;
}

#donate-frame {
  position: fixed;
  bottom: 45px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90px;
  -webkit-transition: width 0.2s ease 0.2s;
  -o-transition: width 0.2s ease 0.2s;
  transition: width 0.2s ease 0.2s;
  right: 45px;
  left: 0;
  z-index: 9999999999;
  -webkit-filter: drop-shadow(5px 5px 0.75rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(5px 5px 0.75rem rgba(0, 0, 0, 0.15));
  display: none;
}

.donate-button {
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: none;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px 0;
  border-radius: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  -webkit-transition: width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  outline: none;
  height: 60px;
  border-radius: 40px;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  -webkit-animation: init 0.3s ease-in-out forwards;
  animation: init 0.3s ease-in-out forwards;
  width: calc(100% - 60px);
  text-decoration: none;
  background: #ef4135;
  bottom: 0;
  left: 30px;
}

#donate-frame a {
  letter-spacing: 0.2em;
  font-size: 1.25em;
  line-height: 1em;
  color: #fff;
  background: none;
  font-weight: 500;
  text-transform: uppercase;
}

.donate-button:hover {
  background: #fff;
}

.donate-button:hover a {
  color: #ef4135 !important;
  text-decoration: none;
}

body:not(.home) #footer_curve {
  content: url(images/path11.svg);
  float: right;
  margin-bottom: -1px;
  background: #ffff;
}

div#page_hero {
  padding: 30vh 0 !important;
  background-attachment: fixed;
  margin-top: -331px;
  z-index: -1;
  background-position: top center;
  background-size: contain;
  min-height: 500px;
}

#page_hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}

div#performance_intro_row, div#wedding_intro_row {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 60px;
}

div#performance_listing_row {
  padding-bottom: 2em !important;
}

#performance_listing_row .mec-wrap .mec-color-hover:hover {
  color: #40d9f1 !important;
}

#performance_listing_row span.mec-start-date-label {
  color: #fff;
  border-bottom: 2px solid #ef4135;
  padding-bottom: 9px;
}

div#performance_call {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  padding: 4em 0;
}

div#performance_call h2 {
  color: #7D6A55;
}

.mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6 {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
}

.mec-event-content p, .mec-wrap p {
  font-weight: 400 !important;
  font-family: futura-pt, serif !important;
  font-size: 1.25rem !important;
  line-height: 1.5;
  color: #404040;
}

.mec-single-event-description.mec-events-content div {
  font-weight: 400 !important;
  font-family: futura-pt, serif !important;
  font-size: 1.25rem !important;
  line-height: 1.5;
  color: #404040;
}

.mec-single-event .mec-event-meta dd.mec-events-event-categories {
  min-height: 20px;
  line-height: 20px;
}

.mec-single-event .mec-event-meta dd a i {
  float: left;
}

.mec-event-more-info {
  display: none;
}

abbr.mec-events-abbr, .mec-single-event .mec-event-meta .mec-events-event-cost {
  font-size: 18px !important;
  font-family: futura-pt, serif !important;
  color: #555 !important;
}

body.single span.mec-start-date-label {
  color: #555 !important;
}

.mec-single-event .mec-event-social ul {
  list-style: none;
  margin-left: 0 !important;
  padding: 0;
}

.mec-event-meta i:before {
  font-size: 20px;
  vertical-align: top;
}

.mec-single-event .mec-event-meta dd {
  margin: 0;
  padding-left: 30px;
}

.mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon, .mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i, .mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day, .mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, .mec-wrap .flip-clock-wrapper ul li a div div.inn, .mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, .event-carousel-type1-head .mec-event-date-carousel, .mec-event-countdown-style3 .mec-event-date, #wrap .mec-wrap article.mec-event-countdown-style1, .mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button, .mec-wrap .mec-event-countdown-style2, .mec-map-get-direction-btn-cnt input[type=submit], .mec-booking button, span.mec-marker-wrap {
  background-color: #ef4135 !important;
}

a.mec-booking-button.mec-bg-color:hover {
  color: #fff !important;
  background: #E31837 !important;
}

.mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon, .mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i, .mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day, .mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, .mec-wrap .flip-clock-wrapper ul li a div div.inn, .mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, .event-carousel-type1-head .mec-event-date-carousel, .mec-event-countdown-style3 .mec-event-date, #wrap .mec-wrap article.mec-event-countdown-style1, .mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button, .mec-wrap .mec-event-countdown-style2, .mec-map-get-direction-btn-cnt input[type=submit], .mec-booking button, span.mec-marker-wrap {
  color: #fff !important;
}

.event-carousel-type2-head {
  background: transparent !important;
  border: none !important;
}

.mec-event-carousel-content-type2 p {
  display: none;
}

.mec-event-footer-carousel-type2 {
  display: none;
}

.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-date-info {
  font-size: 16px;
  color: #ccc !important;
}

.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-carousel-title {
  font-size: 26px;
  font-weight: 100 !important;
  color: #fff;
  margin-top: 15px;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif !important;
}

.mec-wrap .mec-event-article .mec-color-hover {
  background-image: none;
}

.event-carousel-type2-head .mec-event-carousel-content-type2 {
  margin-top: 15px;
  min-height: 100px !important;
}

.mec-event-carousel-type2 .owl-next i, .mec-event-carousel-type2 .owl-prev i {
  font-size: 40px;
  color: #fff !important;
}

.mec-event-article .event-carousel-type2-head {
  padding-bottom: 0;
}

input.wpcf7-form-control.wpcf7-text, .wpcf7-form-control-wrap textarea {
  padding: 5px 10px;
}

div.wpcf7 p:first-of-type {
  margin-top: 0;
}

:focus {
  outline-color: #7D6A55 !important;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: transparent;
  border-color: #ef4135;
  padding: 17px 40px;
  border-radius: 2em;
  border-width: 2px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background: #ef4135;
  cursor: pointer;
  color: #fff;
  border-color: #ef4135;
}

#pbCaption .pbThumbs li.active a img {
  border-color: #EF4135 !important;
}

div#wedding_magazines .vc_figure {
  -webkit-box-shadow: inset 0px 0px 5px #aaa;
          box-shadow: inset 0px 0px 5px #aaa;
  position: relative;
  -moz-perspective: 100px;
  -moz-transform: rotateY(-3deg);
  -webkit-transform: perspective(100) rotateY(-3deg);
  outline: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div#wedding_magazines .vc_figure:hover {
  -moz-perspective: 100px;
  -moz-transform: rotateY(0deg);
  -webkit-transform: perspective(100) rotateY(0deg);
}

div#wedding_magazines .vc_figure img {
  position: relative;
  max-width: 100%;
}

div#wedding_magazines .vc_figure:before,
div#wedding_magazines .vc_figure:after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: " ";
  z-index: -1;
}

div#wedding_magazines .vc_figure:before {
  width: 100%;
  left: 2.5%;
  background-color: #333;
  -webkit-box-shadow: 5px 5px 20px #333;
  box-shadow: 5px 5px 20px #333;
  top: 1.25%;
  height: 98%;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div#wedding_magazines .vc_figure:after {
  width: 2.25%;
  left: 100%;
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 5px #aaa;
  box-shadow: inset 0 0 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg);
  top: 0.5%;
  height: 99%;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div#wedding_magazines .vc_figure:hover::before {
  left: 1.5%;
  top: 1%;
  height: 98%;
}

div#wedding_magazines .vc_figure:hover::after {
  width: 1%;
  background-color: #888;
}

#performance_contact_row h2 {
  margin-top: -8px;
  line-height: 37px;
}

.mec-events-event-image {
  text-align: center;
}

#history_call {
  margin: 0 auto;
  text-align: center;
  padding: 4em 0;
}

#history_call h2 {
  color: #7D6A55;
}

.zoomtimeline.mode-slider-variation .inner > img {
  max-height: 200px;
}

.scroller-con.skin_luna .scrollbarx {
  background: #EF4135 !important;
}

.scroller-con.skin_luna .scrollbarx svg.arrow-left path, .scroller-con.skin_luna .scrollbarx svg.arrow-right path {
  fill: #fff !important;
}

.zoomtimeline .scroller-con.skin_luna .scrollbarx_bg {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.zoomtimeline .scroller-con.skin_luna .scrollbarx .the-year {
  color: #fff !important;
  font-size: 15px !important;
}

.zoomtimeline.mode-slider-variation .hexa-mark-con .hexa-inshow {
  font-size: 15px !important;
  top: -6px !important;
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description > .the-bg {
  background-color: transparent !important;
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description {
  color: #fff !important;
}

h3.the-heading {
  color: #fff;
}

.zoomtimeline.mode-slider-variation .sc-descriptions {
  background-color: transparent !important;
}

.zoomtimeline.mode-slider-variation .sc-descriptions .sc-description.active > .the-bg {
  background-color: transparent !important;
  border: 2px solid !important;
  border-bottom: none !important;
  webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}

.scroller-con.auto-height .scroller {
  position: relative;
  height: 200px !important;
}

div#events_intro_row {
  text-align: center;
  max-width: 1125px;
  margin: 0 auto;
  margin-bottom: 60px;
}

body.single div#content {
  margin: 0 auto;
}

body.single div#content h1.entry-title {
  text-align: center;
}

div#events_row h4 {
  color: #fff;
  font-size: 1.4em;
  margin-top: 0;
}

#events_row .wpb_single_image {
  margin-bottom: 15px;
}

div#events_row img {
  webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

div#events_row img:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

div#performance_listing_row a {
  background: none !important;
}

body.error404 div#primary {
  max-width: 629px;
  text-align: center;
  margin: 0 auto;
}

body.error404 div#primary ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.mfp-wrap {
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.75);
}

#gallery-1.fastgallery_mosaic .fg-gallery-caption, #gallery-1.fastgallery_mosaic .fg-gallery-caption:hover {
  background-color: #fff !important;
  text-align: center;
}

.pum-theme-default-theme {
  background: url(https://marignyoperahouse.org/wp-content/themes/moh/images/marigny_opera_house_exterior_1700.jpg) top center no-repeat !important;
  background-size: cover;
}

.pum-theme-1866 .pum-container, .pum-theme-default-theme .pum-container {
  background-color: transparent !important;
}

.pum-theme-default-theme .pum-container .pum-content.popmake-content {
  background: #fff;
  padding: 0 40px 40px;
  text-align: center;
  color: #000;
  text-shadow: none;
  margin-top: 20px;
}

.pum-close.popmake-close {
  top: 60px !important;
}

div#footer_social_media {
  padding-top: 2em !important;
}

#timeline_feed104.sboard .sb-content, #timeline_feed104.sboard .toolbar {
  background-color: transparent !important;
  border: none !important;
}

#timeline_feed104.sboard .sb-item .sb-container .sb-inner, #timeline_feed104.sboard .sb-item .sb-foot {
  background-color: transparent !important;
}

#timeline_feed104.sboard .sb-item .sb-container {
  border: 1px solid #000000;
  border: none !important;
}

#timeline_feed104.sboard .sb-item .sb-title a {
  font-size: 15px !important;
}

.sb-thumb {
  border: none !important;
}

.sboard .sb-item .sb-inner {
  padding: 0 0 10px 0 !important;
}

.sb-facebook span.sb-text {
  padding: 0 15px;
  padding: 0;
}

.sb-twitter span.sb-text, .sb-rss span.sb-text {
  padding-left: 20px;
}

.sboard.sb-carousel .sb-item .sb-inner .sb-text.sb-expand {
  background: url(images/blockquote_white.png) no-repeat scroll center 5%;
  background: url(images/logo_symbol_white.svg) no-repeat scroll center 5%;
}

.sboard.sb-carousel .sb-item .sb-inner .sb-text.sb-expand {
  padding-top: 75px !important;
}

a.sb-crop.icbox.cboxElement {
  background-size: cover !important;
}

#timeline_feed104.sboard, #timeline_feed104.sboard a {
  font-size: 15px;
  line-height: 20px !important;
}

span.sb-text {
  font-size: 1.25em !important;
}

.sb-info {
  display: none !important;
}

span.sb-metadata {
  display: none !important;
}

#timeline_feed104.sboard.sb-carousel .sb-item .sb-inner .sb-text {
  height: auto;
  min-height: 134px;
}

.sb-user {
  display: none !important;
}

.sb-footer {
  display: none !important;
}

footer#colophon a:hover {
  cursor: pointer;
}

div#pagesinwidgets_page_section-3 {
  max-width: 630px;
  max-width: 410px;
  margin: 0 auto;
  margin-bottom: 80px;
}

div#pagesinwidgets_page_section-3 .wpb_single_image.vc_align_center {
  margin: 0;
}

#footer_cred, #footer_cred a {
  webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#footer_cred a:hover {
  transform: translate(-5px, 0px);
  -webkit-transform: translate(-5px, 0px);
  -moz-transform: translate(-5px, 0px);
  -o-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
}

#footer_cred a:hover {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  margin-right: 5px;
}

#footer_cred_wrap {
  font-size: 10px;
  font-family: "Nunito Sans", sans-serif;
  webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 64px;
  margin: 0 auto;
}

#footer_cred_wrap:hover {
  transform: translate(-5px, 0px);
  -webkit-transform: translate(-5px, 0px);
  -moz-transform: translate(-5px, 0px);
  -o-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
}

#footer_cred_sideways {
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  padding-bottom: 0px;
  letter-spacing: 0.15em;
}

#footer-outer #copyright #footer_cred p {
  line-height: 18px !important;
}

#footer_cred_web_design {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  padding-top: 4px;
  background: -webkit-linear-gradient(top, #006c9e 0%, #017eb4 50%, #00a6dd 100%);
  background-size: 100% 1px;
  background-position: 0 0%;
  -webkit-transition: background-size 0.1s ease-in;
  -o-transition: background-size 0.1s ease-in;
  transition: background-size 0.1s ease-in;
  background-repeat: no-repeat;
}

#footer_cred p {
  margin: 0 !important;
  line-height: 16px;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

div#pagesinwidgets_page_section-2 {
  padding-bottom: 60px;
}

.site-info {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2em;
}

p.source-org.copyright {
  font-size: 13px;
  color: #7D6A55;
  float: left;
  width: 50%;
  margin-top: 0;
}

div#footer_cred_wrap a {
  color: #999;
  text-decoration: none;
}

#footer_cred {
  font-size: 13px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

#footer_cred a {
  color: #7D6A55;
  text-decoration: none;
}

#footer_cred span {
  font-size: 9px;
}

footer#colophon {
  background: #000;
}

div#footer-widget3 h4 {
  margin: 32px 0 10px;
  letter-spacing: 0.175em;
  color: #fff;
}

.optinforms-form-container input:first-of-type {
  background: transparent;
  width: 60%;
  padding: 10px;
  color: #fff !important;
  border-color: #EF4135;
}

.optinforms-form-container input:last-of-type {
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  background: #7D6A55;
  color: #fff;
  border: none;
}

aside.widget {
  text-align: center;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
  .mec-single-event .mec-event-content {
    padding: 40px 0 10px;
  }

  .mec-event-info-mobile, .mec-event-export-module, .mec-events-meta-group.mec-events-meta-group-countdown, .mec-event-social {
    margin: 0 -40px;
  }

  .mec-events-meta-group-countdown .countdown-w .label-w {
    font-size: 12px !important;
    margin: 0 0 40px !important;
  }

  .countdown-w.ctd-simple {
    padding: 0;
  }

  .mec-events-meta-group-countdown .countdown-w span {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  div#loftloader-wrapper {
    opacity: 0 !important;
  }

  #masthead.site-header, #masthead .site-branding {
    display: block !important;
  }

  body.home #masthead.site-header, body.home #masthead .site-branding {
    display: none !important;
  }

  .mob-menu-logo-holder {
    display: none;
  }

  body.home .mobmenul-container i {
    color: #ef4135;
    color: #fff !important;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }

  .mobmenul-container {
    top: 10px !important;
  }

  .mob-menu-header-holder {
    background-color: transparent !important;
    height: 47px !important;
  }

  div#home_hero {
    height: 40vh;
    margin-top: -41px;
    min-height: 300px;
    background-size: cover;
    background-position: bottom center;
  }

  div#home_hero_logo_row {
    margin-bottom: -97px;
  }

  div#home_hero_logo {
    width: 172px;
    height: 172px;
    margin-top: -76px;
    padding: 40px 20px 0px;
  }

  body.home div#home_hero {
    background-position: 34% bottom;
  }

  div#home_upcoming_row {
    padding-top: 6em;
  }

  .mec-event-grid-simple .mec-event-article:after {
    border-right: none;
  }

  .mec-event-grid-simple .col-md-4.col-sm-4 article.mec-event-article {
    padding: 0 20px 20px;
  }

  .mec-event-grid-simple .row {
    margin: 0;
  }

  .mec-wrap .mec-single-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  div#home_performance_row .vc_col-sm-6:first-of-type {
    display: none;
  }

  #home_weddings_row .vc_col-sm-6:last-of-type {
    display: none;
  }

  #home_events_row .vc_col-sm-6:first-of-type {
    display: none;
  }

  div#home_weddings_row {
    background-position: 65% bottom !important;
  }

  #home_performance_row, #home_weddings_row, #home_events_row {
    background-attachment: unset !important;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  }

  .mec-event-grid-simple .row:last-of-type .col-md-4.col-sm-4:last-of-type article {
    border: none !important;
  }

  #home_hero {
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_hero_mobile.jpg) !important;
  }

  #home_performance_row {
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_performance_mobile.jpg) !important;
  }

  #home_weddings_row {
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_weddings_mobile.jpg) !important;
  }

  #home_events_row {
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_events_mobile.jpg) !important;
  }

  #home_performance_row:after, #home_weddings_row:before, #home_weddings_row:after, #home_events_row:before, #home_events_row:after {
    content: unset;
  }

  .site-info {
    padding: 0 1em;
  }

  body:not(.home) header#masthead {
    margin-top: -41px;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.5em;
  }

  body:not(.home) div.wpcf7 {
    margin-top: 3em;
  }

  div#performance_call {
    padding: 2em 0;
  }

  div#page {
    padding: 0 1.5em;
  }

  .mec-event-carousel-type2 .owl-prev {
    left: -30px;
  }

  .mec-event-carousel-type2 .owl-next {
    right: -30px;
  }

  div#footer_social_media {
    padding-top: 0em !important;
  }

  div#footer-widget1 {
    margin-bottom: 40px;
  }

  #wedding_magazines .wpb_single_image {
    margin-bottom: 80px;
  }

  #performance_contact_row h2 {
    margin-top: 40px;
    text-align: center;
  }

  #history_call {
    padding: 1em 0;
  }

  div#performance_intro_row, div#wedding_intro_row, div#events_intro_row {
    margin: 0 -12px 20px !important;
  }

  .mec-events-event-image {
    margin: 0 -20px;
  }

  body.single .col-md-8 {
    padding: 0;
  }

  .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
    padding: 0;
  }

  .footer_sponsors_row .vc_col-sm-2 {
    width: 50%;
    float: left;
    padding: 0 20px 20px;
  }

  .vc_row.wpb_row.vc_row-fluid.footer_sponsors_row::after {
    clear: none !important;
  }
}
@media only screen and (min-width: 768px) {
  div.nav, nav.main-navigation, div.genesis-nav-menu, div#main-header, div#et-top-navigation, header.site-header, div.site-branding {
    display: block !important;
  }

  ul#primary-menu li {
    border-right: 2px solid #EF4135;
    letter-spacing: 0.03em;
  }

  ul#primary-menu a {
    margin: 0;
    padding: 0 1vw;
  }

  ul#primary-menu li:first-of-type {
    padding-left: 0em;
  }

  ul#primary-menu li:last-of-type {
    border: none;
    margin-right: 0em;
  }

  nav#site-navigation {
    margin-top: 20px;
    width: 100vw;
    margin: 20px auto;
    float: none;
    padding-left: 37px;
  }

  body.home header#masthead {
    position: absolute;
    margin-left: 0em;
  }

  body:not(.home) header#masthead {
    background-size: contain !important;
    background-attachment: fixed !important;
  }

  .site-branding a {
    margin-top: 7vw;
  }

  #home_hero {
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_hero_1900.jpg) !important;
  }

  #home_performance_row {
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_performance_1900.jpg) !important;
  }

  #home_weddings_row {
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_weddings_1700.jpg) !important;
  }

  #home_events_row {
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_events_1900.jpg) !important;
  }

  #events_row .vc_col-sm-2 {
    width: 33.3333333%;
  }

  #events_row .vc_col-sm-2:nth-of-type(4) {
    margin-left: 16%;
  }

  div#events_row {
    max-width: 1340px;
    margin: 0 auto;
  }

  #wedding_magazines .vc_col-sm-2 {
    width: 33.3333333%;
    padding: 0 10px;
  }

  .footer_sponsors_row:first-of-type {
    margin-bottom: 20px;
  }

  .footer_sponsors_row .vc_col-sm-2:first-of-type, .footer_sponsors_row2 .vc_col-sm-2:first-of-type {
    margin-left: 8%;
  }

  #donate-frame {
    position: fixed;
    bottom: 45px;
    margin: 0;
    padding: 0;
    width: 230px;
    height: 80px;
    -webkit-transition: width 0.2s ease 0.2s;
    -o-transition: width 0.2s ease 0.2s;
    transition: width 0.2s ease 0.2s;
    right: 45px;
    left: auto;
    display: inline;
  }

  .donate-button {
    bottom: 5px;
    width: 200px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul#primary-menu a {
    padding: 0 1.7vw;
    font-size: 20px;
  }

  #home_performance_row:after {
    left: -35%;
  }

  #home_weddings_row:before {
    right: -35%;
  }

  #home_weddings_row:after {
    right: -35%;
  }

  #home_events_row:before {
    left: -35%;
  }

  #home_events_row:after {
    right: -35%;
  }

  #home_performance_row {
    background-position: 33% center !important;
  }

  #home_weddings_row {
    background-position: 77% center !important;
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_weddings_768.jpg) !important;
  }

  #home_events_row {
    background-position: 35% center !important;
    background-image: url(https://marignyoperahouse.org/wp-content/themes/moh/images/home_bak_events_768.jpg) !important;
  }

  div#footer-widget3 h4 {
    margin: 0 0 5px;
  }

  .optinforms-form-container input:first-of-type {
    margin-bottom: 5px;
    width: 84%;
  }

  body:not(.home) main#main {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .mec-event-grid-simple .col-md-4.col-sm-4 article.mec-event-article {
    padding: 0 20px;
  }

  #home_hero {
    background-position: 34% bottom;
    background-size: cover;
    height: 50vh !important;
    min-height: auto !important;
  }

  h1, h2 {
    font-size: 1.5em;
  }

  .mec-event-carousel-type2 .owl-prev {
    left: -30px;
  }

  .mec-event-carousel-type2 .owl-next {
    right: -30px;
  }

  div#performance_intro_row, div#wedding_intro_row {
    margin-bottom: 20px;
  }

  div#wedding_magazines .vc_figure {
    margin: 0 10px;
  }

  div#events_intro_row {
    margin-bottom: 2em;
  }

  div#events_row h4 {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 900px) {
  ul#primary-menu a {
    padding: 0 2.3vw;
  }

  body.single.post div#content {
    max-width: 800px;
  }

  body.mec-events-template-default.single.single-mec-events div#content {
    max-width: unset;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  .mec-container {
    width: inherit;
  }
}
@media only screen and (max-width: 1023px) {
  .popmake-overlay {
    position: absolute;
    top: 60px;
    top: 0;
    margin-top: 120px;
  }

  .pum-container {
    top: 0 !important;
  }

  .pum-container button.pum-close.popmake-close {
    right: 10vw;
  }
}
@media only screen and (min-width: 1024px) {
  ul#primary-menu a {
    padding: 0 1.25em;
  }

  ul#primary-menu li:first-of-type {
    padding-left: 2.5em;
  }

  ul#primary-menu li:last-of-type {
    margin-right: -2.5em;
  }

  nav#site-navigation {
    padding-left: 30px;
  }

  .site-branding a {
    margin-top: 3.95vw;
  }

  #wedding_magazines .vc_col-sm-2 {
    width: 20%;
  }

  body.page-id-10 header#masthead {
    background: url(images/hero_performance2_1024.jpg);
  }

  body.page-id-12 header#masthead {
    background: url(images/hero_wedding2_1024.jpg);
  }

  body.page-id-14 header#masthead {
    background: url(images/hero_events_1024.jpg);
  }

  body.page-id-16 header#masthead {
    background: url(images/marigny_opera_house_interior_1024.jpg);
  }

  body:not(.home):not(.page-id-10):not(.page-id-12):not(.page-id-14):not(.page-id-16) header#masthead {
    background: url(images/marigny_opera_house_interior_1024.jpg);
  }

  #home_performance_row:after {
    left: -15%;
  }

  #home_weddings_row:before {
    right: -15%;
  }

  #home_weddings_row:after {
    right: -15%;
  }

  #home_events_row:before {
    left: -15%;
  }

  #home_events_row:after {
    right: -15%;
  }
}
@media only screen and (min-width: 1025px) {
  .site-branding a {
    margin-top: 3.25vw;
  }

  ul#primary-menu a {
    padding: 0 3.25vw;
  }

  #home_performance_row, #home_weddings_row, #home_events_row {
    background-attachment: fixed !important;
  }

  body.home ul#primary-menu li:first-of-type {
    padding-left: 3.5em;
  }

  body.home ul#primary-menu a {
    padding: 0 2.25vw;
  }

  body.home header#masthead {
    width: 930px;
  }

  body.page-id-10 header#masthead {
    background: url(images/hero_performance2_1700.jpg);
  }

  body.page-id-12 header#masthead {
    background: url(images/hero_wedding2_1700.jpg);
  }

  body.page-id-14 header#masthead {
    background: url(images/hero_events_1700.jpg);
  }

  body.page-id-16 header#masthead {
    background: url(images/marigny_opera_house_interior_1700.jpg);
  }

  body:not(.home):not(.page-id-10):not(.page-id-12):not(.page-id-14):not(.page-id-16) header#masthead {
    background: url(images/marigny_opera_house_interior_1700.jpg);
  }
}
@media only screen and (min-width: 1100px) {
  body.home header#masthead {
    width: 1030px;
  }

  body.home ul#primary-menu li:first-of-type {
    padding-left: 5.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .site-branding a {
    margin-top: 7vw;
  }

  ul#primary-menu li:first-of-type {
    padding-left: 33px;
  }

  ul#primary-menu li:last-of-type {
    margin-right: -33px;
  }

  ul#primary-menu a {
    padding: 0 35px;
    letter-spacing: 0.1em;
  }

  body.home header#masthead {
    width: 1200px;
    width: 100%;
  }

  body.home nav#site-navigation {
    width: 1200px;
    width: 100%;
  }

  .site-branding {
    clear: both;
  }

  body.home ul#primary-menu a {
    padding: 0 34px;
  }

  body.home ul#primary-menu li:first-of-type {
    padding-left: 0;
  }

  nav#site-navigation {
    width: 1115px;
    width: 100VW;
    margin: 20px auto;
    float: none;
    padding-left: 15px;
  }

  #home_performance_row:after {
    left: -5%;
  }

  #home_weddings_row:before {
    right: -5%;
  }

  #home_weddings_row:after {
    right: -5%;
  }

  #home_events_row:before {
    left: -5%;
  }

  #home_events_row:after {
    right: -5%;
  }

  #performance_intro_row h1, #wedding_intro_row h1, #events_intro_row h1 {
    font-size: 1.8em;
  }

  #performance_intro_row h2, #wedding_intro_row h2, #events_intro_row h2 {
    font-size: 1.6em;
  }

  #performance_intro_row {
    max-width: 1220px;
  }

  #performance_intro_row h2 {
    max-width: 940px;
    margin: 20px auto;
  }

  div#performance_intro_row {
    max-width: 1210px;
  }

  div#wedding_intro_row {
    max-width: 1000px;
  }

  #events_intro_row h2 {
    max-width: 1000px;
    margin: 20px auto;
  }

  div#footer-widget1 .textwidget {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  body.single div#content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1300px) {
  .site-branding a {
    margin-top: 8.5vw;
  }

  body.home header#masthead {
    width: 1300px;
    width: 100%;
  }

  nav#site-navigation {
    width: 1115px;
  }

  ul#primary-menu li:first-of-type {
    padding-left: 27px;
  }

  body.home ul#primary-menu li:first-of-type {
    padding-left: 0em;
  }

  #home_performance_row:after {
    left: -1px;
  }

  #home_weddings_row:before {
    right: -1px;
  }

  #home_weddings_row:after {
    right: -1px;
  }

  #home_events_row:before {
    left: -1px;
  }

  #home_events_row:after {
    right: -3px;
  }
}
@media only screen and (min-width: 1400px) {
  body.home header#masthead {
    width: 1304px;
  }

  body.home ul#primary-menu a {
    padding: 0 40px;
  }

  body.home ul#primary-menu li:first-of-type {
    padding-left: 0;
  }

  nav#site-navigation {
    width: 1115px;
    margin: 20px auto;
    float: none;
    padding-left: 15px;
  }

  ul#primary-menu li:first-of-type {
    padding-left: 26px;
  }
}
@media only screen and (min-width: 1500px) {
  .site-branding a {
    margin-top: 11.5vw;
  }
}
@media only screen and (min-width: 1700px) {
  .site-branding a {
    margin-top: 13.4vw;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}