/*
Theme Name: AKU AKADEMİ TEMA
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: 75%;
	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;
	}
    .layout-left article > .section {
        margin-bottom: -20px;
    }
}
/*modal popup son*/

.text-block img, .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);
}

/* 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 */
@media (max-width: 641px) {
	ul.profile-group {
		margin:auto -30px !important;
	}
	#partner4 .col-xs-12{
		width: 99vw;
		margin-left: -20px;
	}
    #partner4 article{
        /*top: 30px;*/
    }
}

.col-md-6 h4, .col-md-12 h4{
	color: #1d5877;
	font-size: 16px;
}

aside li.accord a{
	color: white;
}

.layout-left h4{
    background-color: initial;
}
p{
	margin:0 0 8px 0 !important;
}

@media (max-width: 767px) {
    .adaybilgi img  {
        height:25vh;
    }
}

.adaybilgi{
    z-index: 5000;
    position: fixed;
    right: 0;
    top: 340px;
    transform: translateY(-50%);
    background-color:#990000;
}
.adaybilgi img:hover{
    content: url('https://aku.edu.tr/wp-content/themes/akuyenitema/img/adyogr3.png');
}
