/*
 Theme Name:   Melania Child
 Theme URI:    http://melania.themerex.net/
 Description:  Mariana Child Theme
 Author:       ThemeREX
 Author URI:   http://themerex.net/
 Template:     melania
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  melania-child
*/


/* 	ANIMATION */
	
@-webkit-keyframes footImgAnim {
  0%   { 	transform:rotate(0deg)scale(1);
/* animation-timing-function: ease-in; */
filter:saturation(200%);
	}
	10%   {	transform:rotate(0deg)scale(1);
/* animation-timing-function: ease-in; */
filter:saturation(200%);
	}
  50% {transform:rotate(360deg)scale(.7); 
filter:contrast(2); 
	}
  100% { 
/* 		animation-timing-function: ease-out; */
		transform:rotate(720deg) scale(1);
filter:saturation(200%);
  animation-delay: 2s;
	}
}


.footer_wrap.widget_area img{	
  -webkit-animation: footImgAnim 20s infinite; /* Safari 4+ */
  -moz-animation:    footImgAnim 20s infinite; /* Fx 5+ */
  -o-animation:      footImgAnim 20s infinite; /* Opera 12+ */
  animation:         footImgAnim 20s infinite; /* IE 10+, Fx 29+ */
	
}
	
@-webkit-keyframes heartBeat {
  0%   { 	transform:scale(1);
	}
	25%   {	transform:scale(1);
	}
	27%   {	transform:scale(1.1);
  animation-timing-function: linear;
	}
	30%   {	transform:scale(1);
	}
	32%   {	transform:scale(1.05);
  animation-timing-function: linear;
	}
	35%   {	transform:scale(1);
	}
  100% { transform:scale(1);}
}

.logo_main{
	
	
  -webkit-animation: heartBeat 10s infinite; /* Safari 4+ */
  -moz-animation:    heartBeat 10s infinite; /* Fx 5+ */
  -o-animation:      heartBeat 10s infinite; /* Opera 12+ */
  animation:         heartBeat 10s infinite; /* IE 10+, Fx 29+ */
	
  image-rendering: auto;
}



/* 	ANIMATION */

