/* @override 
	https://dev.theatredepoche-montparnasse.com/wp-content/themes/tpmparis/assets/css/tpm.css */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 32px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 64px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
}
html,
body {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  background: #000;
  color: #fff;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
a {
  color: inherit;
}
*:focus {
  outline: none;
}
mark {
  background: #000;
  color: #e91f27;
  padding: 0 .25em;
}
.toast {
  background: #FEEB17;
  color: #000;
}
.btn,
button {
  background: #e91f27;
  border: 1px solid #e91f27;
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.4em;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-family: 'Playfair Display', serif;
  color: #fff;
}
.btn:hover,
button:hover,
.btn:focus,
button:focus {
  color: #fff;
  background: #eb363d;
}
main.tpm-page > * {
  margin: 1em auto;
}
main.tpm-page > *:not(.alignfull):not(.container) {
  width: 800px;
  max-width: 90%;
}
main.tpm-page strong {
  font-weight: 600;
}
main.tpm-page p a {
  font-weight: 600;
  text-decoration: underline;
}
.container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
header.site-header {
  background: black;
  color: #fff;
  padding: 20px 0;
}
header.site-header img {
  display: block;
  margin: 0;
  max-width: 200px;
}
header.site-header .logo-legend {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-top: 5px;
}
header.site-header .container {
  position: relative;
}
header.site-header .container .search-toggle {
  position: absolute;
  top: 0;
  right: 0.75rem;
  font-size: 24px;
  color: #e91f27;
  line-height: 36px;
}
header.site-header .container .sidenav-trigger {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
header.site-header .top-menu {
  text-align: right;
}
header.site-header .top-menu .social-menu {
  margin: 0 5em 0 0;
}
header.site-header .top-menu .social-menu li {
  height: auto;
}
.header-menu {
  margin: 20px 0 0;
  text-align: right;
}
.header-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.header-menu > li:first-child {
  margin-left: 0;
}
.header-menu > li:last-child {
  margin-right: 0;
}
.header-menu > li > a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 48px;
}
.header-menu > li.menu-item-has-children {
  position: relative;
}
.header-menu > li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: .75em;
  opacity: .4;
}
.header-menu > li.menu-item-has-children:hover .sub-menu {
  max-height: 60vh;
  z-index: 9999;
  transition: max-height 0.25s ease-in;
}
.header-menu > li.menu-item-has-children .sub-menu {
  position: absolute;
  width: 240px;
  left: 0;
  top: 47px;
  text-align: left;
  background: #222;
  box-shadow: 0 5px 6px rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out 0s;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.header-menu > li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid #333;
}
.header-menu > li.menu-item-has-children .sub-menu li a:hover {
  color: #e91f27;
}
.header-menu > li.menu-item-has-children:last-child .sub-menu {
  left: auto;
  right: 0;
}
nav.rank-math-breadcrumb {
  background: transparent;
  box-shadow: none;
  height: auto;
  line-height: 1.4em;
}
nav.rank-math-breadcrumb p {
  margin: 0;
  color: #888;
  font-size: .8em;
  text-transform: uppercase;
}
nav.rank-math-breadcrumb p a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}
nav.pagination {
  background: transparent;
  text-align: center;
  box-shadow: none;
  margin: 50px 0;
}
nav.pagination a,
nav.pagination span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #222;
  color: #999;
  margin: 0 8px;
  transition: background 0.3s ease-in-out 0s;
}
nav.pagination span.current {
  background: #690113;
  color: #fff;
}
nav.pagination a:hover {
  background: #e91f27;
}
.social-menu {
  text-align: right;
  display: inline-block;
}
.social-menu li {
  display: inline-block;
  margin: 0 10px;
  font-size: 24px;
  color: #e91f27;
}
.social-menu li:first-child {
  margin-left: 0;
}
.social-menu li:last-child {
  margin-right: 0;
}
footer.page-footer {
  background: #000;
  color: #fff;
  padding: 60px 0 40px;
}
footer.page-footer a {
  transition: color 0.3s ease-in-out 0s;
}
footer.page-footer a:not(.btn):not(.site-logo):hover {
  color: #e91f27;
}
footer.page-footer .footer-menu {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
footer.page-footer .footer-menu li {
  margin: 0 0 1.2em;
  font-size: 1.4em;
}
footer.page-footer .tpm-logo {
  display: block;
  margin: 0;
  max-width: 90%;
}
footer.page-footer .address,
footer.page-footer .phone,
footer.page-footer .map-location {
  font-size: 1.2em;
  margin-bottom: 1em;
}
footer.page-footer .map-location a .fa-solid {
  margin-right: .5em;
  font-size: 30px;
  vertical-align: middle;
}
footer.page-footer h4 {
  font-size: 1em;
  margin: 0;
  text-align: center;
}
footer.page-footer .social-menu {
  display: block;
  text-align: center;
}
footer.page-footer .optin {
  margin: 30px 0;
}
footer.page-footer .optin h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
footer.page-footer .footer-legal {
  font-size: 12px;
  margin-top: 30px;
  color: #999;
}
footer.page-footer .footer-legal .legal-menu {
  margin: 0;
}
footer.page-footer .footer-legal .legal-menu li {
  display: inline-block;
  margin: 0 10px;
}
footer.page-footer .footer-legal .legal-menu li:first-child {
  margin-left: 0;
}
footer.page-footer .footer-legal .legal-menu li:last-child {
  margin-right: 0;
}
#optin-banner {
  background: #690113;
  padding: 70px 0;
}
#optin-banner .row {
  margin-bottom: 0;
}
#optin-banner .newsletter-form .title {
  line-height: 46px;
  font-size: 2em;
  font-weight: 600;
}
main.tpm-page h1,
main.archive h1,
.single-spectacle h1,
main.tpm-page h2,
main.archive h2,
.single-spectacle h2,
main.tpm-page h3,
main.archive h3,
.single-spectacle h3 {
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
main.tpm-page h1,
main.archive h1,
.single-spectacle h1 {
  font-size: 3em;
  font-weight: 600;
  color: #e91f27;
}
main.tpm-page h2,
main.archive h2,
.single-spectacle h2 {
  font-size: 2.6em;
}
main.tpm-page h3,
main.archive h3,
.single-spectacle h3 {
  font-size: 2em;
}
main.tpm-page h4,
main.archive h4,
.single-spectacle h4 {
  font-size: 1.4em;
}
main.tpm-page h5,
main.archive h5,
.single-spectacle h5 {
  font-size: 1em;
}
main.tpm-page .post-content,
main.archive .post-content,
.single-spectacle .post-content {
  padding-bottom: 80px;
  font-size: 18px;
}
main.tpm-page .post-content img,
main.archive .post-content img,
.single-spectacle .post-content img {
  max-width: 100%;
  height: auto;
}
main.tpm-page .post-content img.alignright,
main.archive .post-content img.alignright,
.single-spectacle .post-content img.alignright {
  padding: 0 0 15px 30px;
}
main.tpm-page .post-content img.alignleft,
main.archive .post-content img.alignleft,
.single-spectacle .post-content img.alignleft {
  padding: 0 30px 15px 0;
}
main.tpm-page .post-content img.aligncenter,
main.archive .post-content img.aligncenter,
.single-spectacle .post-content img.aligncenter {
  display: block;
  margin: 30px auto;
}
.spectacle-item {
  margin-bottom: 30px;
}
.spectacle-item img {
  display: block;
  width: 100%;
  height: auto;
}
main.archive .spectacle-item {
  margin-bottom: 30px;
}
.cover-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
blockquote {
  padding: 0;
  border: none;
}
blockquote p {
  font-size: 1.2em;
  font-style: italic;
  line-height: 180%;
}
main.tpm-default {
  padding-bottom: 80px;
}
main.tpm-default .tpm-title {
  margin-top: 0;
}
main.tpm-default .tpm-title strong {
  font-weight: 600;
}
main.tpm-default .tpm-page-header {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
main.tpm-default .tpm-page-header .container {
  position: relative;
  z-index: 1;
}
main.tpm-default .tpm-page-header .container nav.rank-math-breadcrumb p {
  color: rgba(255, 255, 255, 0.6);
}
main.tpm-default .tpm-page-header .container > div {
  min-height: 480px;
  display: flex;
  align-items: end;
}
main.tpm-default .tpm-page-header .container .tpm-title {
  color: #fff;
}
.search-item {
  background: #222;
  margin-bottom: 30px;
  padding: 20px;
}
.search-item .item-title {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0;
}
.search-item .item-title + p {
  margin-top: 5px;
}
.search-item p {
  font-size: .9em;
  margin: 0;
}
.search-item .saison {
  color: #999;
}
.search-item a {
  display: flex;
  gap: 20px;
  align-items: center;
}
.search-item a .image-wrapper {
  width: 90px;
}
.search-item a .image-wrapper img {
  display: block;
}
.search-item a .image-wrapper + div {
  width: calc( 100% - 120px );
}
.preloader-wrapper {
  display: block;
  margin: 60px auto;
}
.spinner-layer .circle {
  border-color: var(--txtcolor);
}
.iso-grid {
  width: calc( 100% + 1.5rem );
  margin-left: -0.75rem;
}
.iso-grid .grid-item {
  transition: opacity 0.3s ease-in-out 0s;
}
.iso-grid .preloader-wrapper {
  display: none;
}
.iso-grid.are-images-unloaded .preloader-wrapper {
  display: block;
}
.iso-grid.are-images-unloaded .grid-item {
  opacity: 0;
}
.iso-grid .grid-item,
.iso-grid .grid-sizer {
  width: calc( 33% - 1.5rem );
  margin: 10px .75rem;
}
.iso-grid .grid-item img,
.iso-grid .grid-sizer img {
  display: block;
  width: 100%;
  height: auto;
}
.iso-grid .grid-item {
  margin-bottom: .75rem;
}
.slick-dots {
  margin: 20px 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 7px;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  border: 1px solid #444;
  background: #444;
  font-size: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 0;
}
.slick-dots li button:hover {
  border-color: #666;
  background: #666;
}
.slick-dots li.slick-active button {
  background: #e91f27;
  border-color: #e91f27;
}
#contact-form .input-field input[type=text],
#contact-form .input-field input[type=tel],
#contact-form .input-field input[type=email],
#contact-form .input-field textarea {
  background: #fff;
  font-size: 16px;
  padding: 0 10px;
  width: calc( 100% - 20px );
  box-shadow: none;
  border: none;
}
#contact-form .input-field input[type=text]:focus,
#contact-form .input-field input[type=tel]:focus,
#contact-form .input-field input[type=email]:focus,
#contact-form .input-field textarea:focus {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
#contact-form .input-field textarea {
  width: 100%;
  padding: 10px;
  min-height: 8em;
}
#contact-form .input-field label {
  color: #7c0c11;
  margin-left: 10px;
}
#contact-form .input-field label .required {
  color: #000;
  margin-left: .25em;
}
#contact-form .input-field label.active {
  top: -8px;
  margin-left: 0;
  color: #000;
}
#contact-form button {
  cursor: pointer;
  background: #000;
  border-color: #000;
  color: #e91f27;
  text-transform: uppercase;
}
#contact-form button:hover {
  color: #fff;
}
#contact-form .cbp input[type=checkbox] + span {
  color: #000;
  font-size: .85rem;
  line-height: 1.4em;
}
#contact-form .cbp input[type=checkbox]:checked + span:after {
  border-color: #000;
  background: #000;
}
#sidenav {
  background: #000;
  color: #fff;
}
#sidenav .logo {
  display: block;
  width: 100px;
  margin: 30px auto 50px;
}
#sidenav .social-menu {
  text-align: center;
  margin: 80px 0 0;
}
#sidenav .social-menu li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 10px;
  text-align: center;
}
#sidenav .social-menu li:first-child {
  margin-left: 0;
}
#sidenav .social-menu li:last-child {
  margin-right: 0;
}
#sidenav .social-menu li a {
  color: #e91f27;
  padding: 0;
  font-size: 24px;
}
#sidenav .social-menu li a i {
  color: inherit;
  margin: 0;
}
.no-content-found {
  font-weight: 300;
  font-size: 1rem !important;
}
main > .modal-overlay {
  min-width: 100vw !important;
}
#contact-confirm {
  width: 480px;
}
#contact-confirm .modal-close {
  display: inline-block;
  margin-top: 2em;
  text-decoration: none;
}
.newsletter-form input[type=email],
.newsletter-form input[type=text] {
  background: #FDFBE5;
  margin: 0;
  border: none;
  border-radius: 3px;
  padding: 0 10px;
  max-width: calc( 100% - 20px );
  font-family: 'Playfair Display', serif;
  transition: background 0.3s ease-in-out 0s;
}
.newsletter-form input[type=email]:focus,
.newsletter-form input[type=text]:focus {
  background: #fff;
  border: none !important;
  box-shadow: none !important;
}
.newsletter-form button {
  padding: 0;
  line-height: 44px;
}
.newsletter-form ::placeholder {
  color: #333;
}
#modal-search {
  background: transparent;
  box-shadow: none;
  padding: 20px;
}
#modal-search form {
  position: relative;
}
#modal-search form .search-field {
  border: none;
  box-shadow: none;
  padding: 0 20px;
  line-height: 48px;
  border-radius: 48px;
  background: #fff;
  margin: 0;
  color: #000;
  font-family: 'Playfair Display', serif;
  width: calc( 100% - 40px );
}
#modal-search form ::placeholder {
  color: #650a0e;
}
#modal-search form button {
  padding: 0;
  background: transparent;
  border: none;
  line-height: 48px;
  width: 48px;
  position: absolute;
  right: 0;
  top: 0;
}
main.front-page {
  padding-bottom: 60px;
}
main.front-page .spectacles-list .title {
  text-align: center;
  text-transform: uppercase;
  color: #e91f27;
}
main.front-page .spectacles-list .title small,
main.front-page .spectacles-list .title strong {
  display: block;
  line-height: 1.15em;
}
main.front-page .spectacles-list .title strong {
  font-size: 2em;
  font-weight: 800;
}
main.front-page .home-slider-wrapper {
  position: relative;
}
main.front-page .home-slider-wrapper .row {
  margin-bottom: 0;
}
main.front-page .home-slider-wrapper .attachment-banner {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 520px;
}
main.front-page .home-slider-wrapper .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
main.front-page .home-slider-wrapper .valign-wrapper {
  height: 520px;
  align-items: end;
  padding-bottom: 40px;
}
main.front-page .home-slider-wrapper .valign-wrapper > div {
  width: 100%;
}
main.front-page .home-slider-wrapper .insert img {
  display: block;
}
main.front-page .home-slider-wrapper .insert .legend {
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
}
main.front-page .home-slider-wrapper .insert .legend p {
  margin: 0;
  font-size: .85em;
  line-height: 1.7em;
  font-weight: 300;
}
main.front-page .home-slider-wrapper .insert .legend p b {
  font-size: 1.5em;
  font-weight: 600;
}
main.front-page .post-content {
  margin: 50px 0;
}
main.front-page .post-content:after {
  display: block;
  content: "";
  height: 1px;
  width: 30%;
  background: #444;
  margin: 50px auto;
}
main.front-page .newsletter-form .title {
  text-align: center;
  font-size: 1.4em;
}
main.front-page .newsletter-form .title strong {
  line-height: 1em;
  display: block;
  font-size: 2em;
  font-weight: 600;
}
main.front-page .newsletter-form input[type=email] {
  margin: 15px 0;
}
main.front-page .newsletter-form button {
  background: #000;
  border-color: #000;
}
.encart-reservations {
  background: #222;
  padding: 30px;
}
.encart-reservations .valign-wrapper {
  aspect-ratio: 1;
}
.encart-reservations .valign-wrapper > div {
  width: 100%;
}
.encart-reservations .btn {
  margin-top: 40px;
}
.encart-reservations strong {
  font-weight: 800;
}
.encart-reservations a:not(.btn) {
  text-decoration: underline;
}
.spectacles-filters {
  margin: 30px 0 50px;
  text-align: center;
}
.spectacles-filters li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.spectacles-filters li:first-child {
  margin-left: 0;
}
.spectacles-filters li:last-child {
  margin-right: 0;
}
.spectacles-filters li label {
  cursor: pointer;
}
.spectacles-filters li label input[type=radio] + b {
  font-size: 1.5em;
  font-weight: normal;
  color: #fff;
  padding: 0 20px;
  background: #333;
  display: block;
  line-height: 36px;
  border-bottom: 2px solid transparent;
}
.spectacles-filters li label input[type=radio]:checked + b {
  background: #e91f27;
}
#sidenav {
  background: #690113;
  color: #fff;
}
#sidenav .logo {
  background: #36010a;
  display: block;
  width: 100%;
  margin: 0;
  padding: 40px 25%;
}
#sidenav .mobile-menu {
  margin: 0;
}
#sidenav .mobile-menu li {
  line-height: 1.4em;
}
#sidenav .mobile-menu li > a {
  color: #fff;
  height: auto;
  font-size: 18px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidenav .mobile-menu li.menu-item-has-children > a {
  padding-right: 60px;
}
#sidenav .mobile-menu li.menu-item-has-children > a:after {
  content: "+";
  float: right;
  margin-right: -40px;
}
#sidenav .mobile-menu li.menu-item-has-children:not(.active) .sub-menu {
  display: none;
}
#sidenav .mobile-menu li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  background: #50010e;
  padding: 15px 20px 15px 30px;
}
#sidenav .social-menu {
  text-align: center;
  display: block;
}
#sidenav .social-menu li a {
  color: #fff;
}
.arrow-top {
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  color: #e91f27;
  font-size: 20px;
  content: "";
  background: #fff;
  border-radius: 24px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  opacity: 0;
  z-index: 999;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  transition: opacity 0.6s ease-in-out 0s;
}
.arrow-top.is-visible {
  opacity: 1;
}
#optin-modal {
  background: #222;
  width: 420px;
  max-width: 80%;
}
#optin-modal h4 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 30px;
}
#optin-modal .modal-content {
  padding: 60px 40px;
}
#optin-modal .modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #666;
  font-size: 24px;
  transition: color 0.3s ease-in-out 0s;
}
#optin-modal .modal-close:hover {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  footer.page-footer .footer-legal p,
  footer.page-footer .footer-legal .legal-menu {
    margin: 0;
    vertical-align: middle;
  }
  footer.page-footer .footer-legal .legal-menu {
    float: right;
  }
}
@media only screen and (max-width: 990px) {
  header.site-header .site-logo {
    margin-left: 40px;
    display: inline-block;
  }
  .iso-grid .grid-item,
  .iso-grid .grid-sizer {
    width: calc( 50% - 1.5rem );
  }
}
@media only screen and (max-width: 600px) {
  main.tpm-page h1,
  main.archive h1 {
    font-size: 2.4em;
  }
  main.tpm-page h2,
  main.archive h2 {
    font-size: 2em;
  }
  main.tpm-page h3,
  main.archive h3 {
    font-size: 1.6em;
  }
  main.tpm-page h4,
  main.archive h4 {
    font-size: 1.2em;
  }
  header.site-header .site-logo {
    display: block;
    max-width: 50%;
    margin: 0 auto;
  }
  header.site-header .site-logo img {
    max-width: 100%;
  }
  header.site-header .site-logo .logo-legend {
    text-align: center;
  }
  footer.page-footer {
    text-align: center;
  }
  footer.page-footer .site-logo {
    display: block;
    margin: 0 auto 40px;
  }
  footer.page-footer .site-logo img {
    max-width: 120px;
  }
  footer.page-footer .col {
    margin-bottom: 30px;
  }
  footer.page-footer .social-menu {
    text-align: center;
    margin-top: 10px;
  }
  main.tpm-default {
    padding-bottom: 50px;
  }
  .iso-grid .grid-item,
  .iso-grid .grid-sizer {
    width: 100%;
  }
  .front-page .home-slider-wrapper .valign-wrapper,
  .front-page .home-slider-wrapper .attachment-banner {
    min-height: 70vh;
    height: auto !important;
  }
  .front-page .home-slider-wrapper .valign-wrapper {
    align-items: end;
    padding-bottom: 40px;
  }
  .front-page .home-slider-wrapper .insert {
    width: 240px;
    max-width: 70%;
    margin: 0 auto;
  }
  .front-page .home-slider-wrapper .insert img {
    width: 100%;
  }
  .front-page .spectacles-list .title {
    font-size: 1.6em;
  }
  .front-page .spectacles-list .spectacles-filters li {
    display: block;
    margin: 15px 0;
  }
  #optin-banner .newsletter-form .title {
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  #optin-banner button,
  #optin-banner input {
    margin: 10px 0;
  }
  main.tpm-page h1,
  main.archive h1,
  .single-spectacle h1,
  main.tpm-page h2,
  main.archive h2,
  .single-spectacle h2,
  main.tpm-page h3,
  main.archive h3,
  .single-spectacle h3 {
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
  }
  main.tpm-page h1,
  main.archive h1,
  .single-spectacle h1 {
    font-size: 2.6em;
  }
  main.tpm-page h2,
  main.archive h2,
  .single-spectacle h2 {
    font-size: 2em;
  }
  main.tpm-page h3,
  main.archive h3,
  .single-spectacle h3 {
    font-size: 1.8em;
  }
  main.tpm-page h4,
  main.archive h4,
  .single-spectacle h4 {
    font-size: 1.4em;
  }
  main.tpm-page h5,
  main.archive h5,
  .single-spectacle h5 {
    font-size: 1em;
  }
  main.tpm-page .post-content,
  main.archive .post-content,
  .single-spectacle .post-content {
    font-size: 16px;
  }
  main.tpm-page .post-content img.alignright,
  main.archive .post-content img.alignright,
  .single-spectacle .post-content img.alignright,
  main.tpm-page .post-content img.alignleft,
  main.archive .post-content img.alignleft,
  .single-spectacle .post-content img.alignleft,
  main.tpm-page .post-content img.aligncenter,
  main.archive .post-content img.aligncenter,
  .single-spectacle .post-content img.aligncenter {
    display: block;
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}
