/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


.single-portfolio-entry .shimmer {
    font-family:"Alegreya Sans"!important;
    font-weight:300!important;
    font-size:3em!important;
    margin:0 auto;
    padding: 0 40px;
    text-align: center;    


  display: inline-block;
  color:white;
  /*background: #acacac -webkit-gradient(linear, 100% 0, 0 0, from(#acacac), color-stop(0.5, #ffffff), to(#acacac));*/
  background: #111111 -webkit-gradient(linear, 100% 0, 0 0, from(#080808), color-stop(0.6, #ffffff), to(#111111));
  background-position: -4rem top; /*50px*/
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: shimmer;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-background-size: 4rem 100%; /*50px*/
  
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -4rem top; /*50px*/
    }

    70% {
        background-position: 12.5rem top; /*200px*/
    }

    100% {
        background-position: 12.5rem top; /*200px*/
    }
}

.single-portfolio-entry .shimmer img{
    display: none!important;
}

.wpaudio-slide{
display: none!important;
}