/*
Theme Name: Teatro Nacional Eduardo Brito
Theme URI: https://trafico.ca/
Author: Tráfico
Author URI: https://trafico.ca/
Description: Custom theme for Teatro Nacional Eduardo Brito
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.4
Version: 1.0.0-beta.1
Text Domain: trafico-tneb-theme
*/

/** CSS Reset Styles **/
*::before, *::after { box-sizing: border-box; }
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6 {
  margin-block-start: .5rem;
  margin-block-end: 1rem;
  line-height: 1.2;
}
p {
  margin-block-start: 0;
  margin-block-end: .9rem;
}
b, strong { font-weight: bolder; }
button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* Remove WPML dev banner from dev site. */
.otgs-development-site-front-end { display: none; }

/* Custom framed gallery. */
/*
.tneb-frame-gallery .e-gallery-item {
  background-color: #EFEFEF;
}
.tneb-frame-gallery .e-gallery-item .e-gallery-image {
  /* Scale image down to make the inner border. * /
  transform: scale(0.8);
  transform-origin: center;
  border: 1px solid #000000;
}
.tneb-frame-gallery .elementor-gallery-item__content {
  /* Move title to below the picture * /
  top: unset;
  bottom: 6px;
  height: auto;
  background-color: #EFEFEF;
}
.tneb-frame-gallery .elementor-gallery-item__content .elementor-gallery-item__title {
  width: fit-content;
  padding: 3px 5px;
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  opacity: 1;
  /*transform: scale(1);* /
}
*/

/* Common styles for vertical divider widget. */
.elementor-widget-vertical-divider .elementor-widget-container {
  display: flex;
}
.tneb-vertical-divider {
  display: inline-block;
}
.tneb-vertical-divider .tneb-vertical-divider-inner {
  margin: 0 auto;
}

