/*
Theme Name: AKU YENI TEMA 2025
Theme URI:https://aku.edu.tr
Author: Mustafa Demir
Author URI: https://bim.aku.edu.tr
Version: 1.0
*/

/*modal popup başlangıç*/
.modalpopup {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000000000; /* Sit on top */
    padding-top: 5%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.modalpopup-content {
    background-color: #fff;
    margin: auto;
    padding: 10px 20px;
    border: 5px solid #123456;
    width: 65%;
	border-radius:20px;
}

.modalpopup-content img, .modalpopup-content video{
	max-width: 100%;
	height: auto;
}

.modalpopup-close {
    color: #123456;
    float: right;
    font-size: 25px;
    font-weight: bold;
    background-color: white;
    padding: 3px 8px 8px 8px;
    border-radius: 50px;
    margin: -25px;
    border: 3px solid #123456;
}

.modalpopup-close:hover {
    text-decoration: none;
    cursor: pointer;
	color: white;
	background-color: #123456;
}

@media (max-width: 720px) {
	.modalpopup-content {
		width: 95% !important;
		padding: 0 5px 5px 5px !important;
	}
}
/*modal popup son*/

/* sayfalama başlangıç */
.sayfalama {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
margin-bottom: 0 !important;
}
 
.sayfalama span, .sayfalama a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:10px 10px 10px 10px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.sayfalama a:hover{
color:#fff;
background: #3279BB;
}
 
.sayfalama .current{
/*padding:6px 9px 5px 9px;*/
background: #3279BB;
color:#fff;
}
/* sayfalama son */

.slides-img img{
	width: 1140px !important;
	height: 430px !important;
}

.text-block img, .etkinlikler, .sayfa_altbilgi, .duyuru_arsiv{
    margin: 5px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
}

ul.stander li {
    color: #fff;
}
@media (max-width: 767px) {
	main{
		margin-top:8px;
	}
	.news-events-widget-list1{
		margin-top:-100px;
	}
	.layout-left article>.section {
		margin-bottom: 0 !important;
	}
	.adaybilgi img  {
		height:25vh;
	}
}

.adaybilgi{
    z-index: 5000;
    position: fixed;
    right: 0;
    top: 300px;
    transform: translateY(-50%);
    background-color:#990000;
}
.adaybilgi img:hover{
	content: url('https://aku.edu.tr/wp-content/themes/akuyenitema/img/adyogr3.png');
}
