/*
	Theme Name: WZART ArtsLettres
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica LT W01 Roman";
  font-size: 16px;
  color: #000;
  line-height: 1.25;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

a {
  color: #444;
  text-decoration: none !important;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "SharpGrotesk", "Open Sans", serif;
  color: #403c3b;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  line-height: 1.5;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body.show-menu {
  overflow: hidden;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 8%;
}

.no-gutter>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a.btn {
  background-color: #1a5d7a;
  color: #e9e6d7;
  border-radius: 0;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn:hover {
  color: #fff;
}

section {
  margin-top: 60px;
  transition: all 0.5s ease;
  position: relative;
}

.main>section:last-child {
  margin-bottom: 0 !important;
}

section.no-cover {
  margin-top: 0;
}

.preloading {
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

header {
  position: relative;
}

.nav {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(167 161 159 / 95%);
  font-family: "SharpGrotesk", "Open Sans", serif;
  font-size: 1.5em;
  letter-spacing: 2px;
  transition: opacity .2s linear;
  opacity: 0;
}

body.show-menu .nav {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}

.nav .close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(images/close.png) no-repeat center;
  background-size: contain;
  opacity: 1;
}

.nav-wrapper {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-height: 100%;
  overflow: auto;
  margin-top: 10%;
  padding-bottom: 15%;
}

.nav-wrapper a {
  color: inherit;
  background: none !important;
}

.nav-wrapper .menu {
  text-transform: uppercase;
}

ul.menu li {
  background: none !important;
  margin: 5px 0;
}

ul.menu>li {
  display: block;
  width: 100%;
}

ul.menu>li>a {
  font-weight: 700;
}

ul.sub-menu {
  font-size: .8em;
  margin-bottom: 10px;
}

ul.sub-menu li.empty {
  text-indent: -99999em;
}

.nav .socials {
  display: flex;
  justify-content: center;
}

.nav .socials a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px;
  font-size: 1.1em;
}

.nav .address {
  font-family: "SharpGrotesk18", "Open Sans", serif;
  font-size: 1.2rem;
}

#owl-upcoming .item .item-inner {
  margin: 0;
  transition: all 0.25s ease;
  width: 100%;
}

.owl-nav-contain {
  text-align: right;
  margin-bottom: 10px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}

.owl-nav-wrapper {
  width: block;
}

.owl-nav-wrapper .owl-nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(images/arrow-left-3.png) no-repeat center;
  cursor: pointer;
  background-size: contain;
  margin-bottom: 10px;
}

.owl-nav .owl-next {
  background-image: url(images/arrow-right-3.png);
  margin-left: 5px;
}

.cycle-slideshow{
  overflow: hidden;
}

section.upcoming .event h2,
section.upcoming .event .h2 {
  margin-bottom: 0;
}

section.upcoming .event h2 {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
  letter-spacing: -1px;
}

section.upcoming .event h2.concert-name {
  margin-top: 10px;
  font-weight: 400;
  font-style: italic;
}

section.upcoming .event h2:first-child {
  margin-top: 10px;
}

section.upcoming .event h2[data-toggle="modal"] {
  cursor: pointer;
}

section.upcoming .event span,
section.upcoming .event p {
  display: block;
  font-family: "SharpGrotesk", "Open Sans", serif;
  margin-top: 2px;
  font-weight: 400;
}

section.upcoming .event span.instrument {
  display: inline;
  text-transform: lowercase;
}

section.upcoming .event span.date {
  color: #4f4f51;
  background: url(images/arrow-right-3.png) no-repeat left center;
  background-size: 20px;
  padding-left: 28px;
  margin-top: 10px;
}

section.upcoming .event span.programs,
section.upcoming .event p {
  color: #9b9c9e;
}

section.upcoming .event a.btn {
  margin-top: 20px;
}

section.upcoming .event img {
  width: 100%;
}

.artist-bio-content {
  display: none;
}

section.promotion img {
  width: auto;
  display: block;
  margin: 0 auto;
}

section.promotion {
  margin-bottom: 60px;
  margin-top: 10px;
}

article .event-cover {
  display: table;
  float: left;
  width: 100%;
  position: relative;
}

article .event-cover>div {
  display: table-cell;
  float: none;
  overflow: hidden;
}

article .event-cover .artist-slider .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

article .event-cover .artist-slider * {
  height: 100%;
  width: 100%;
}

article .event-cover .artist-slider .cycle-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

article .banner {
  position: relative;
  float: right;
}

article .banner img {
  width: 100%;
}

article .banner img.mobile {
  width: 92%;
  margin: 0 4%;
}

article .booking-square .inner {}

.responsive-block .booking-square {
  margin: 20px 0 0;
  padding: 0;
}

.responsive-block .booking-square .inner {
  width: 90%;
  margin: 0 auto;
}

article .booking-square .inner img {
  width: 100%;
}

article .booking-square .inner div {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  padding-top: 25px;
}

article .booking-square .inner p {
  font-weight: 300;
  font-size: 1.8em;
  font-family: "SharpGrotesk", "Open Sans", serif;
  margin-top: 20px;
  color: #009de0;
}

article .event-description {
  float: left;
  width: 100%;
  margin-top: 40px;
}

article .booking-info a {
  color: #09b1ba;
}

article .booking-info {
  font-size: 1em;
  padding: 0 4% 0 4%;
  color: #4e4e50;
  font-family: "SharpGrotesk18", "Open Sans", serif;
}

article .booking-info p {
  margin-bottom: 20px;
}

article .description {
  font-size: 1em;
  padding: 0 4%;
  color: #4e4e50;
  font-family: "SharpGrotesk18", "Open Sans", serif;
}

article .description p {
  margin-bottom: 10px;
}

article .description p a {
  color: #09b1ba;
}

article .description strong {
  font-family: "SharpGrotesk", "Open Sans", serif;
  font-size: 30px;
  color: #999d9e;
}

article .description .date,
article .description .location,
.recorder {
  font-family: "SharpGrotesk", "Open Sans", serif;
  color: #565658;
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 300;
}

article .description .date {
  background: url(images/arrow-right-3.png) no-repeat center left;
  background-size: 28px;
  padding-left: 40px;
  font-size: 34px;
}

article .description h1 {
  font-weight: 400;
  font-style: italic;
  margin: 10px 0 0;
}

article .description h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

article .description h2[data-toggle="modal"] {
  cursor: pointer;
}

article .description .artists {
  margin-top: 20px;
  margin-bottom: 20px;
}

article .description .artists .instrument {
  text-transform: lowercase;
  font-weight: 400;
}

.recorder {
  margin-top: 1em;
}

.recorder img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  width: 80%;
}

.post-nav {
  margin: 20px 0 0;
}

.post-nav::after {
  content: '';
  display: block;
  clear: both;
}

.post-nav>div {
  background-size: 20px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  margin-top: 0;
}

.prev-next-post-nav.alignleft {
  background-image: url(images/arrow-left-3.png);
  background-position: left center;
  padding-left: 30px;
}

.prev-next-post-nav.alignright {
  background-image: url(images/arrow-right-3.png);
  background-position: right center;
  padding-right: 30px;
}

.no-cover .content-wrap {
  padding-top: 0;
}

.content-wrap {
  padding: 2% 4% 0;
  color: #555557;
  font-family: "SharpGrotesk", "Open Sans", serif;
}

.content-wrap h1 {
  margin-bottom: 0.8em;
}

.content-wrap h1,
.content-wrap h2,
.content-wrap h3,
.content-wrap h4,
.content-wrap h5 {
  font-family: "SharpGrotesk", "Open Sans", serif;
  font-size: 2em;
  font-weight: normal;
}

.no-cover .content-wrap h1:first-of-type,
.no-cover .content-wrap h2:first-of-type,
.no-cover .content-wrap h3:first-of-type,
.no-cover .content-wrap h4:first-of-type,
.no-cover .content-wrap h5:first-of-type {
  margin-top: -8px;
}

.content-wrap p {
  font-size: 1.8em;
  color: #92907b;
  margin-bottom: 0.5em;
}

.content-wrap blockquote {
  background-color: transparent;
  border: none;
  font-family: "Helvetica LT W01 Roman";
  font-size: 1em;
  margin-left: 0;
  padding: 0;
  color: inherit;
  line-height: 2;
  margin-bottom: 30px;
}

.content-wrap blockquote * {
  font-size: inherit;
  color: inherit;
}

.content-wrap blockquote p {
  margin-bottom: 1em;
  line-height: 1.5;
}

.content-wrap .wpcf7-form {
  font-family: "Helvetica LT W01 Roman";
  font-size: 1em;
}

.content-wrap .wpcf7-form p {
  font-size: inherit;
  color: inherit;
}

.content-wrap .wpcf7-form .form-heading {
  margin-bottom: 20px;
  font-size: inherit;
  display: block;
}

.content-wrap .wpcf7-form label {
  width: 150px;
  font-weight: normal;
}

.content-wrap .wpcf7-form .wpcf7-submit {
  margin-top: 15px;
  padding: 5px 25px;
  font-size: 0.9em;
}

div.wpcf7 {
  max-width: 500px;
}

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

section.latest-news {
  display: table;
  width: 100%;
  margin-top: 40px;
}

section.upcoming {
  margin-top: 40px;
}

.latest-news .item {
  text-transform: uppercase;
  font-family: "SharpGrotesk", "Open Sans", serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
  height: 150px;
  position: absolute;
  visibility: hidden;
}

.latest-news .item a {
  color: #9b9c9e;
}

.latest-news .item div.inner {
  display: table;
  width: 100%;
  height: 100%;
}

.latest-news .item div.inner div {
  display: table-cell;
  vertical-align: middle;
}

.latest-news .news {
  /*border-top: 2px solid #b2b3b5;
    border-bottom: 2px solid #b2b3b5;*/
}

.latest-news>div {
  display: table-cell;
  float: none;
}

.latest-news .news-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.grid .grid-item {
  padding-left: 0;
  padding-right: 0;
}

.grid .grid-item img {
  width: 100%;
}

.grid .grid-item .inner {
  margin: 0 auto;
  padding-bottom: 3em;
  border-bottom: 2px solid #9b9c9e;
  margin-bottom: 3em;
  width: 90%;
}

.menu-icon {
  display: block;
  height: 80px;
  margin-top: 0;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.menu-icon .icon {
  font-size: 1.2em;
  text-transform: uppercase;
  cursor: pointer;
  color: #403c3b;
  display: inline-block;
  height: 100%;
  margin-right: 0;
  background: #053340;
}

.menu-icon .icon i {
  width: 36px;
  height: 100%;
  font-size: 2em;
  display: inline-block;
  background: url(images/menu-2.png) no-repeat center;
  background-size: 65%;
}

.responsive {
  display: none;
}

.single.single-post .content-wrap h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

header .banners img {
  width: 100%;
}

.banners .cycle-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

.single-music article.music {
  margin-top: 60px;
}

article .booking-info a.booking-link {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #403c3b;
  font-family: 'SharpGrotesk';
  background: url(images/arrow-right-1.png) no-repeat center left;
  background-size: 20px;
  padding-left: 40px;
  display: block;
  margin-bottom: 20px;
}

.popmake-content div.wpcf7 {
  width: 80vw;
  margin: 0 auto;
}

.popmake-content div.wpcf7 h2,
.popmake-content div.wpcf7 h3,
.popmake-content div.wpcf7 h4,
.popmake-content div.wpcf7 h5 {
  margin-bottom: 2em;
}

.popmake-content .wpcf7-form label {
  width: 150px;
  font-size: 14px;
}

.popmake-content .wpcf7-form>p {
  display: flex;
}

.popmake-content .wpcf7-form-control-wrap {
  width: calc(100% - 160px);
}

.popmake-content .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 1.5em;
  font-size: 14px;
  padding: 5px;
  line-height: 1.3;
}

.wpcf7-form-control-wrap {
  display: inline-block;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
  border-width: 1px;
  padding: 2px;
  width: 100%;
  font-size: 14px;
}

.wpcf7-submit {
  padding: 5px 10px;
  background: none;
  border: 1px solid;
  font-size: 14px;
  margin-top: 15px;
}

.wpcf7-spinner {
  margin-top: 15px;
}

/*------------------------------------*\
    BOOTSTRAP OVERRIDE
\*------------------------------------*/

body.lock {
  overflow: hidden !important;
}

.modal-content {
  border-radius: 0;
  line-height: 1.5;
  border: none;
}

.modal-body {
  padding-top: 30px;
}

.modal-body:after {
  content: "";
  display: table;
  clear: both;
}

.modal-body p.modal-body-heading {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "SharpGrotesk", "Open Sans", serif;
}

.modal-content img {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
  max-width: 250px;
  margin-top: 5px;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal button.close span {
  display: block;
  width: 22px;
  height: 22px;
}

.modal button.close {
  position: relative;
  z-index: 9999;
}

.modal button.close:focus {
  outline: none;
}

body.modal-open .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.embed-container {
  position: relative;
  padding-bottom: 20%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-top: 60px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page section {
  margin-top: 60px;
  position: relative;
}

.programs-page .event {
  margin-bottom: 50px;
}

.programs-page .event:nth-child(3n + 1) {
  clear: both;
}

/*------------------------------------*\
    SEARCH FILTER
\*------------------------------------*/
.search-filter {
  margin-bottom: 80px;
}

.filter-years {
  padding: 15px 80px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  margin-bottom: 40px;
}

.filter-years .wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}

.filter-years .years {
  display: flex;
  gap: 0;
  align-items: center;
  transition: transform 1s linear;
}

.filter-years .years .year {
  cursor: pointer;
  flex: 0 0 10%;
  text-align: center;
  padding: 5px;
}

.filter-years .years .year.active{
  background: #00000041;
}

.filter-years .prev,
.filter-years .next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  cursor: pointer;
  width: 30px;
  height: 16px;
  background: url(images/arrow-right-3.png) no-repeat left center;
  background-size: 24px;
  transform: rotate(180deg);
}

.filter-years .next {
  left: auto;
  right: 0;
  transform: rotate(0deg);
}

.search-inputs {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.search-inputs input {
  border: 1px solid;
  border-radius: 30px;
  padding: 5px 10px;
}

.search-inputs label {
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 10px;
}

.search-inputs .search-reset{
  cursor: pointer;
  font-weight: 700;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .owl-nav-wrapper {
    width: 50%;
  }

  article .event-cover .square .inner p {
    margin-top: 0.5em;
  }

  .content-wrap .wpcf7-form label {
    width: 100px;
  }

  .programs-page .event:nth-child(2n + 1) {
    clear: both;
  }

  .programs-page .event:nth-child(3n + 1) {
    clear: none;
  }
}

@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }

  .responsive {
    display: block;
  }

  section.grid {
    margin-left: 0;
    margin-right: 0;
    height: auto !important;
  }

  .grid .grid-item {
    padding-left: 0;
    padding-right: 0;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }

  .menu-icon {
    position: relative;
    transform: none;
    top: 0;
    height: 36px;
    text-align: center;
    padding: 0 10px;
    z-index: inherit;
    opacity: 1;
    transition: opacity .25s linear;
  }

  body.show-menu .menu-icon {
    opacity: 0;
  }

  .menu-icon .icon {
    background: none;
  }

  .menu-icon .icon i {
    background-image: url(images/menu-grey.png);
  }

  .nav .close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.menu>li {
    height: auto;
  }

  ul.menu>li>a {
    width: 100%;
  }

  .current-menu-item .sub-menu,
  .current-menu-parent .sub-menu {
    display: block;
  }

  ul.sub-menu {
    width: 100%;
  }

  ul.sub-menu li {
    width: 100%;
  }

  ul.sub-menu li.empty {
    display: none;
  }

  article .event-cover,
  article .event-cover>div {
    display: block;
  }

  article .event-cover .booking-square,
  article .event-cover .banner {
    display: none !important;
  }

  article .event-cover .artist-slider {
    height: 244px;
  }

  article .booking-square {
    position: relative;
  }

  article .booking-square .inner div {
    top: 5%;
    transform: translateY(0);
  }

  article .event-description {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  main.row {
    margin-bottom: 40px;
  }

  .h2,
  h2,
  article .description .date,
  article .description .location {
    font-size: 26px;
  }

  section.promotion img {
    width: 100%;
  }

  .latest-news {
    display: block;
  }

  .latest-news>div {
    display: inherit;
    padding: 0;
    float: left;
    border-top: none !important;
  }

  .latest-news .news-image {
    position: relative;
    height: 120px;
  }

  .owl-nav-contain {
    left: 10px;
    right: 10px;
  }

  .popmake-content .wpcf7-form label {
    width: 100px;
  }

  .popmake-content .wpcf7-form-control-wrap {
    width: calc(100% - 110px);
  }
}

@media only screen and (max-width: 639px) {
  .owl-nav-wrapper {
    width: 100%;
  }

  article .event-cover .square .inner div {
    padding-top: 15px;
  }

  article .event-cover .square .inner p {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 579px) {}

@media only screen and (max-width: 479px) {
  article .event-cover .square .inner div {
    padding-top: 0;
  }

  article .event-cover .square .inner p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0;
    transform: translateY(-50%);
    font-size: 16px;
  }

  article .event-cover .square .inner img {
    opacity: 0.5;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    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%;
  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 .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}