/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


.siyahgolge{
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.beyazgolge{
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}


.harf-bosluk {
    letter-spacing: 1px !important;
}

.grecaptcha-badge { visibility: hidden; }


.slider-bg {

background: linear-gradient(270deg, #cc1e4f, #7049ba, #ffb03a);
background-size: 600% 600%;

-webkit-animation: AnimationName 8s ease infinite;
-moz-animation: AnimationName 8s ease infinite;
-o-animation: AnimationName 8s ease infinite;
animation: AnimationName 8s ease infinite;

}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}