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


/* Scroll to top */
.w-toplink:not(.w-btn) {
    text-align: center;
    border-radius: 2rem;
    color: #fff !important;
    line-height: 38px;
    height: 40px;
    width: 40px;
	background: black;
}

/* Menü Hover */
.l-subheader-cell.at_right > .w-btn {
  white-space: nowrap;
  text-wrap: nowrap;
}

.menu-item > a > .w-nav-title {
  position: relative;
}

.menu-item > a > .w-nav-title::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.sticky .menu-item > a > .w-nav-title::before {
  background-color: #00437C !important;
}

.type_mobile .menu-item > a > .w-nav-title::before {
  background-color: #0077BD !important;
}


.current-menu-item.level_1 > a > .w-nav-title::before,
.current-menu-parent > a > .w-nav-title::before{
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

@media (hover: hover) and (pointer: fine) {
  .menu-item > a > .w-nav-title:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}

/* Section Large Mobile */

@media (max-width: 1024px) {
    .l-section.height_large {
        padding-top: 9vmax;
        padding-bottom: 9vmax;
    }
}


/* Header Hover Blur */
header:not(.sticky):hover .l-subheader.at_middle:before{
	content:' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
    left: 0;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

/* Level 2 Menü */
.w-nav.type_desktop .w-nav-list.level_2 {
	padding: 20px;
}

/* Dropdown */
.w-nav-arrow:before {
    font-weight: 300;
}
.w-dropdown-current .w-dropdown-item:after {
   font-weight: 300;
}
.ush_menu_1 .w-nav-list:not(.level_1) {
    backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

/* Close Button */
.w-nav-close:before {
    font-weight: 100;
}

/* Doküman İndirme Alanı */
.pdf_list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
}

.pdf_file{
	display: flex;
}

.page .pdf_file {
    display: flex;
    width: 100%;
}


.pdf_file span{
	display: flex;
	align-items: center;
	gap: 10px;
}

.pdf_file a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #dedede;
	padding-top: 1rem;
	padding-left: 0rem;
	padding-right: 1rem;
	padding-bottom: .3rem;
	cursor: pointer;
	position: relative;
}

.pdf_file .pdf_name{
	font-size: 1rem;
	color: #000;
	font-weight: 600;
}

.pdf_file img{
	width: 25px;
}

.pdf_file .pdf_size{
	font-size: 0.9rem;
	color: #aaa;
	white-space: nowrap;
}

.pdf_file .pdf_size strong{
	text-transform: uppercase;
}

.pdf_file .fa-download,
.pdf_file .fa-lock{
    color: #aaa;
    font-size: 1.1rem;
}

@media (max-width:600px){
	.pdf_file{
		width: 100%;
	}
	.pdf_file .pdf_name{
		line-height: 1;
		font-size: 16px;
	}
}