/* footer area fix */
footer.main-footer .footer-center .footer-contact-info .in [class*="col-"] {
    height: auto !important;
    line-height: 85px;
}

/* single slider link fix */
.single-slider a.slider-list {
    pointer-events: all;
}

.main-header .header-other-link .other-link-menu>ul>li>ul {
    background: rgba(193,11,37,1) !important;
}

footer.main-footer .footer-center .footer-contact-info .in {
    height: auto !important;
    position:relative;
}

footer.main-footer .footer-center .footer-contact-info:after {
    height:100% !important;
}


@media only screen and (max-width: 576px) {
    .person-detail-card-list .person-detail-card .content-info {
        padding: 30px 15px 15px 15px;
        margin-top: 50px;
    }
}



/* fix for mobile tables */
@media only screen and (max-width: 760px) {
        table {
            table-layout: auto;
        }
        
        .entry-info {
        	margin-top:0px !important;
        }	
        .entry-info .info-area .explorer-image {
            margin-top: 25px;
            padding-top: 100%;
        
        }

}


/* fix for table word wraps */
table td {
    overflow: hidden;
    text-overflow: clip;
    font-size:14px !important;
    word-wrap: break-word;
}

/* fix for timeline lines */
.timeline-area .vertical-timeline .line-list .list:last-child:before {
    display: block;
}


/* mobile side menu */
@media only screen and (max-width: 576px){
        .under-other-link {
                display:block;
        }
}




/*teacher list issue */
.teacher-box-list .box {
    min-height: 429px !important;
}


/* 19b - title fix */
.person-detail-card-list .person-detail-card .top-info a.route-link {
    top: 10px !important;
}


.mourning footer.main-footer .footer-center .app-list a img  {
    filter: grayscale(100%);
}

.mourning .top-navigation {
    filter: grayscale(1);
}

.mourning .showcase-arrow {
    filter: grayscale(1);
}
.mourning .announcement-box {
	filter: grayscale(1);
}

.mourning .footer-social-media {
	filter: grayscale(1);
}

.mourning .entry-info {
	filter: grayscale(1);
}

.mourning .under-page-in img{
	filter: grayscale(1);
}

.mourning .under-page-in a{
	filter: grayscale(1);
}


.mourning .badge {
	filter: grayscale(1);
}

.modal-close img {
    height: 20px;
}


/* full screen slider fixes */
#fullScreenBannerSlider .title{
	font-size:44px;
	line-height:58px !important;
}

#fullScreenBannerSlider .description{
	font-size:32px;
	line-height:40px !important;
}


.sklblog-logo {
    background: url(/wp-content/themes/kuwp/assets/img/icon/SKL_Blog.png);
    height: 38px !important;
    width: 38px !important;
    background-size: cover;
    margin: 0px;
    margin-top: -4px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


@media screen and (max-width: 1099px){
    .single-award-content>img {
        display: block;
        float: unset;
        width: 100%;
        height: auto;
        top: 0px;
        bottom: auto;
        position: relative;
        margin: 0px;
        padding: 0px;
    		transform: none;
    }
}



/* digital collections */
.digital-collection-thumbnail-holder {
    padding: 0px;
    border: 10px solid white;
}

.digital-collection-thumbnail-holder:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.digital-collection-thumbnail-holder img {
    width:100%;
    height:100%;
}

.digital-collection-filter-title {
    position:absolute;
    height:100%;
    width:100%;
    opacity:1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.digital-collection-thumbnail-holder:hover .digital-collection-filter-title {
    opacity:0;    
}
*/

.digital-collection-filter-title h4{
    position: relative;
    background: rgba(0,0,0,0.7);
    font-size: 22px;
    color: #fff;
    padding: 3px 2px;
    width: calc(100% - 40px);
    z-index: 3;
    text-align: center;
    line-height: 1;
    transition: all ease-in-out 400ms;
}

.digital-collection-hover-overlay {
    position:absolute;
    height:100%;
    width:100%;
    background-color:black;
    opacity:0.0;
    transition: all ease-in-out 400ms;
}


.digital-collection-thumbnail-holder:hover .digital-collection-hover-overlay {
    opacity:0.6;
}


.digital-collection-hover-detail {
    position:absolute;
    padding:0px;
    color:white;
    height:100%;
    width:100%;
    opacity:1;
    overflow:hidden;
}

.digital-collection-hover-detail h4 {
    position: absolute;
    /* left: 50%; */
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    background: rgba(0,0,0,0.7);
    font-size: 20px;
    color: #fff;
    bottom: 0;
    /* top: 50%; */
    padding: 20px;
    width: 100%;
    z-index: 3;
    text-align: center;
    line-height: 1;
    transition: all ease-in-out 400ms;
}

.digital-collection-hover-detail p {
    margin-top: 200%;
    transition: all ease-in-out 400ms;
    pointer-events: none;
    padding: 20px;
}

.digital-collection-thumbnail-holder:hover .digital-collection-hover-detail h4 {
    background: rgba(0,0,0,0.0);
    width: 100%;
    opacity:0;
    pointer-events:none;
}

.digital-collection-thumbnail-holder:hover .digital-collection-hover-detail p {
    margin-top:0px;
}


.digital-collection-hover-detail a{
    color:white;
}



/*
.digital-collection-thumbnail-holder:hover .digital-collection-hover-detail {
    opacity:1;
}
*/


.selection-circle {
    width: 12px;
    height: 12px;
    border: 1px solid black;
    float: left;
    position: relative;
    margin-right: 9px;
}

.selection-circle .active {
    
}

.selection-circle .inactive {
    
}

.selection-circle img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
}

.dc-filter-list a {
    color: black;    
}

.dc-filter-list li {
    margin-bottom:10px;
}

.dijital-kolleksiyonlar-liste h3 {
    margin-top:30px;
    margin-bottom:20px;
}

.dc-quick-search-title {
    background-color: black;
    opacity: 0.7;
    color: white;
    font-size: 24px;
    padding: 13px;
    margin-top: -52px;
    margin-left: -4px;
	font-weight: bold;
    font-family: 'Lora', serif;
}

.dc-quick-search-caption {
    position:absolute;
    bottom:0;
    right:0;
    text-align:right;
    background-color: black;
    opacity: 0.7;
    color: white;
    font-size: 12px;
    padding: 13px;
    margin-top: -52px;
    margin-left: -4px;
    font-family: 'Lora', serif;
}

.quick-search.dijital-kolleksiyonlar {
    position:relative;
    background-position:center;
}


@media only screen and (max-width: 576px){
.general-under-content {
    margin-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

}


.digital-kolleksiyonlar-liste-in {
    border:2px solid #c10b25;
    position:relative;
    background-color:white;
    margin-top:10px;
}

.digital-kolleksiyonlar-liste-in:after {
    content: '';
    border: 2px solid black;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index:-100;
}

.dc-filter-list li p {
    padding-left:21px;
}


/* footer margin fix */
main .under-page {
    padding-bottom: 0px !important;
}


main+footer.main-footer, footer.main-footer, #mainFooter {
    margin-top: 0px !important;
}

/* Fix for "Description Box" module */
.jobs-section-list .main .jobs-list .list a.short .in, .jobs-section-list .main .jobs-list .list .box-area.short .in {
    min-height:250px;
    height: auto;
}


.spotify-logo {
    background: url(/wp-content/themes/kuwp/assets/img/icon/spotify.png);
    height: 20px !important;
    width: 20px !important;
    background-size: cover;
    margin: 0px;
    margin-top: -4px;
    -webkit-filter: grayscale(100%);
    filter: brightness(0.5)invert(0.3);
}
footer.main-footer .footer-top nav.footer-social-media a.spotify:hover em{
    background:rgb(30,215,96);

}
footer.main-footer .footer-top nav.footer-social-media a.spotify:hover i.spotify-logo{
    filter: brightness(0) invert(1);
   
}

.medium-logo {
    background: url(/wp-content/themes/kuwp/assets/img/icon/medium.png);
    height: 20px !important;
    width: 20px !important;
    background-size: cover;
    margin: 0px;
    margin-top: -4px;
    -webkit-filter: grayscale(100%);
    filter: brightness(0.5)invert(0.3);
}
footer.main-footer .footer-top nav.footer-social-media a.medium:hover em{
    background:black;

}
footer.main-footer .footer-top nav.footer-social-media a.medium:hover i.medium-logo{
    filter: brightness(0) invert(1);
   
}

.github-logo {
    background: url(/wp-content/themes/kuwp/assets/img/icon/github.png);
    height: 20px !important;
    width: 20px !important;
    background-size: cover;
    margin: 0px;
    margin-top: -4px;
    -webkit-filter: grayscale(100%);
    filter: brightness(0.5)invert(0.3);
}
footer.main-footer .footer-top nav.footer-social-media a.github:hover em{
    background:black;

}
footer.main-footer .footer-top nav.footer-social-media a.github:hover i.github-logo{
    filter: brightness(0) invert(1);
   
}