/*
Theme Name: Digital Emotions - The Fran's Van
Theme URI: http://www.thefransvan.com
Author: Francesco Vanacore
Author URI: http://www.thefransvan.com
Description: Photography portfolio
Version: 1.0.3
License:
License URI:
Tags: black, blue, gray, white, yellow, dark, light, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats
Text Domain: digital-emotions-thefransvan
*/

.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  display: none;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}

img.alignleft { text-align: left; float: left; margin: 1em 1em 1em 0; }
img.alignright { text-align: right; float: right; margin: 1em 0 1em 1em; }

.content-left.with-social-icons .content-left-sliding-shadow-bottom {
	bottom: 0px !important;
}

.slideout-menu .os_menu ul.sub-menu {
	list-style: upper-roman;
}

.title h1 {
  margin-bottom: 10px;
}

.title {
  margin-bottom: 30px;
}

.gallery-progress-playing, .homepage-progress-playing {
  font-weight: bold;
  -webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;  
  -webkit-animation: glow-orange 1s ease-in-out infinite alternate;
  -moz-animation: glow-orange 1s ease-in-out infinite alternate;
  animation: glow-orange 1s ease-in-out infinite alternate;
}

.gallery-progress-completed, .homepage-progress-completed {
  font-weight: bold;
  -webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
  -webkit-animation: glow-green 1s ease-in-out infinite alternate;
  -moz-animation: glow-green 1s ease-in-out infinite alternate;
  animation: glow-green 1s ease-in-out infinite alternate;
}

.gallery-progress-paused, .homepage-progress-paused {
  font-weight: bold;
  -webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
  -webkit-animation: glow-red 1s ease-in-out infinite alternate;
  -moz-animation: glow-red 1s ease-in-out infinite alternate;
  animation: glow-red 1s ease-in-out infinite alternate;
}

.homepage-progress-playing, .homepage-progress-completed, .homepage-progress-paused {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  color: #000000;
  font-size: 18px;
}


.gallery-progress-playing::before, .gallery-progress-completed::before, .gallery-progress-paused::before, .homepage-progress-playing::before, .homepage-progress-completed::before, .homepage-progress-paused::before {
  content: "\2022";
  margin-right: 5px;
}

@-webkit-keyframes glow-green {
  from {
    text-shadow: 0 0 1px #77f158, 0 0 2px #77f158, 0 0 3px #77f158, 0 0 4px #77f158;
  }
  to {
    text-shadow: 0 0 2px #77f158, 0 0 3px #77f158, 0 0 4px #77f158, 0 0 7px #77f158;
  }
}

@-webkit-keyframes glow-orange {
  from {
    text-shadow: 0 0 1px #e2872c, 0 0 2px #e2872c, 0 0 3px #e2872c, 0 0 4px #e2872c;
  }
  to {
    text-shadow: 0 0 2px #e2872c, 0 0 3px #e2872c, 0 0 4px #e2872c, 0 0 7px #e2872c;
  }
}

@-webkit-keyframes glow-red {
  from {
    text-shadow: 0 0 1px #bf2121, 0 0 2px #bf2121, 0 0 3px #bf2121, 0 0 4px #bf2121;
  }
  to {
    text-shadow: 0 0 2px #bf2121, 0 0 3px #bf2121, 0 0 4px #bf2121, 0 0 7px #bf2121;
  }
}