/*
 Theme Name:     Fashion Flow Theme
 Theme URI:      https://www.fashionflowmarketing.com
 Description:    A design for Fashion Flow
 Author:         Fashion Flow
 Author URI:     https://www.fashionflowmarketing.com
 Template:       hello-elementor
 Version:        1.0.17
*/

/* 
Logo red:  #F00F17;

*/

#ffheader.elementor-sticky--effects {
transition: all 5s ease;
}
#ffheader.elementor-sticky--effects .logo {
content: ' ';
background: url('https://fashionflowmarketing.com/wp-content/uploads/2021/09/FashionFlow_icon_black.svg');
height: 50px;
background-repeat: no-repeat;
background-position: center;
margin-top: 20px;
animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
#ffheader.elementor-sticky--effects .logo img {
	visibility: hidden;
}


@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}