  /*--------------------------------------------------------------
   WordPress Elements
--------------------------------------------------------------*/
  .entry-content > .aligncenter{
    margin:0 auto 15px;
  }
  /* Text meant only for screen readers. */

  .screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   position: absolute !important;
   height: 1px;
   width: 1px;
   overflow: hidden;
  }

  .wp-caption-text {
    margin: 4px 0 0;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    opacity: .75;
    display: block !important;
  }

  /* Media */

  .entry-content .wp-audio-shortcode,
  .entry-content .wp-video {
   margin-bottom: 2.6rem;
  }

  /* Content forms */

  .entry-content .post-password-form input[type=submit] {
   margin-top: 10px;
  }

  .wp-audio-shortcode,
  .wp-video {
   margin-bottom: 5.2rem;
  }

  .sticky .entry-title a:before {
    content: "\e913";
   font-family: "toucan-font";
   line-height: 1;
   outline: 0;
   margin-right: 8px;
  }


  /*--------------------------------------------------------------
 Gallery
--------------------------------------------------------------*/

  .gallery {
   display: flex;
   justify-content: start;
   flex-flow: wrap;
  }

  .entry-content .gallery a,
  .entry-content .gallery a:hover {
   box-shadow: none;
   padding: 0;
  }

  .gallery-item {
   display: inline-block;
   padding: 0;
   text-align: center;
   vertical-align: top;
   max-width: 100%;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
  }

  .gallery-columns-1 a,
  .gallery-columns-1 .gallery-item,
  .gallery-columns-1 .gallery-icon {
   width: 100%;
   margin-bottom: 0;
   padding-bottom: 0;
   display: block;
   font-size: 0;
  }

  .gallery-columns-2 .gallery-item {
   max-width: 48%;
   flex: 0 0 48%;
  }

  .gallery-columns-3 .gallery-item {
   max-width: 31.33%;
   flex: 0 0 31.33%;
  }

  .gallery-columns-4 .gallery-item {
   max-width: 23%;
   flex: 0 0 23%;
  }

  .gallery-columns-5 .gallery-item {
   max-width: 18%;
   flex: 0 0 18%;
  }

  .gallery-columns-6 .gallery-item {
   max-width: 14.66%;
   flex: 0 0 14.66%;
  }

  .gallery-columns-7 .gallery-item {
   max-width: 12.28%;
   flex: 0 0 12.28%;
  }

  .gallery-columns-8 .gallery-item {
   max-width: 10.5%;
   flex: 0 0 10.5%;
  }

  .gallery-columns-9 .gallery-item {
   max-width: 9.11%;
   flex: 0 0 9.11%;
  }
  .gallery-caption{
   margin-top: 1px; 
  }

  #wpstats{
    display: none;
  }
  body #cookie-notice{
    max-width: 300px;
    min-width: 300px;
    left: 50px;
    border-radius: 4px;
    bottom: 50px;
  }
  .cookie-notice-container {
    padding: 30px;
  }
  .cn-buttons-container{
    display: block;
    margin-top: 15px;
  }
  .cn-set-cookie.toucan-button{
    display: inline-flex;
    margin-left: 0;
    width: 100px;
  }

  .blockUI.blockOverlay{
    background-color: #FFF !important;
  }
  .gallery-item{
    .wp-caption-text{
      color: #FFF;
      position: absolute;
      bottom: 0;
      right: 30px;
      z-index: 2;
      background: rgba(0,0,0,0.5);
      padding: 5px;
      max-width: 300px;
  }
    .wp-caption-text {
      margin-bottom: 0;
      max-width: 100px;
      font-size: 1rem;
      line-height: 1.2;
      padding: 5px;
      left: 50%;
      margin-left: -50px;
  }
  }

.entry-image .wp-caption-text{
  color: #FFF;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  background: rgba(0,0,0,0.5);
  padding: 8px;
  max-width: 300px;
  text-align: left;
}