/*
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, .harf-bosluk h1, .harf-bosluk h2, .harf-bosluk h3, .harf-bosluk h4, .harf-bosluk h5 {
    letter-spacing: 1px !important;
}

.uclu-kutu-tepe {
    border: 1px solid transparent;
    border-radius: 20px;
    z-index: 10;
}


.owl-nav, .owl-theme .owl-nav {
    position: initial;
}



.anasayfa_carousel  .owl-nav [class*=owl-], .anasayfa_carousel .owl-theme .owl-nav [class*=owl-] {
    color: #333 !important;
    background: transparent !important;

}


table.tt_timetable, .tt_upcoming_events li, .tt_upcoming_events_event_container {
    font-family: 'Open Sans', sans-serif !important;
}


.audio6_html5_sticky_div {
    right: auto !important;
    left: 0;
}

.grecaptcha-badge { visibility: hidden; }



.tablepress .column-1 {
font-size: 18px;
color: #de2121;
font-weight: bold;
}

.tablepress thead th {
background-color: #FF2A57;
color: #fff !important;
height: 50px;
font-size: 18px;
vertical-align: bottom;
}

.logo-cizim {
  display: block;
  margin: 0 auto; /* Ortalamak için */
  transform: scale(0.5);
  transform-origin: center;
}

.logo-cizim path {
  stroke: #ffffff;
  stroke-width: 5;
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawLogo 3s ease-out forwards;
}

@keyframes drawLogo {
  to {
    stroke-dashoffset: 0;
  }
}