/*
Theme Name: AAKF
Theme URI: 
Author: Timzz
*/

 ul.download-pdf  {
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}

.download-pdf li {
    list-style: none;
    position: relative;
    padding: 0 0 0 0px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
}
.back{
	display:none;	
}
.download-pdf a {
   border-radius: 50px;
    background: #1c2089;
    color: #fff !important;
    font-weight: 600;
    padding: 4px 12px;
    line-height: 45px;
    font-size: 11px;
    letter-spacing: 0.2px;
}
.uk-text-lead p {
    color: #fff;
}
a.wp-block-button__link.wp-element-button {
    color: #fff;
    background: #fff;
    padding: 15px 30px;
    font-size: 18px;
}
.mailandname a {
    font-size: 14px;
    font-family: Montserrat, sans-serif !important;
    font-weight: 500;
    line-height: 23px;
	color: #04166e !important;
}

.mailandname {
    font-size: 14px;
    font-family: Montserrat, sans-serif !important;
    font-weight: 500;
    line-height: 23px;
    color: #000;
}

.wpgmp_iw_content {
    width: 100%;
}

#timeline .demo-card-wrapper {
    flex-flow: row wrap;
    height: auto;
}

#timeline .demo-card {
    order: unset !important;
}

.demo-card:nth-child(odd) {
    background-color: #2e3192;
}

.demo-card:nth-child(even) {
    background-color: #ed1c24;
    margin-top: 180px !important;
}

@media screen and (max-width: 1600px) {
.aakf-header-main .uk-navbar-nav>li a {
      padding: 8px 0 8px 16px !important;
    font-size: 14px !important;
	width:auto !important;
     font-weight: 400 !important;
 }
}
.champion-in .uk-card.uk-card-default img{
height: 230px;
	object-fit: cover;
	object-position: center;
}

button.filter-button.uk-active {
    background: #262b8f;
}

button.filter-button {
    margin-right: 10px;
}
ul.gallery-grid {
    padding: 0px;
}

.gallery-item{
	width: calc(33% - 30px);
	margin-bottom: 30px;
	margin-right: 30px;
}
 .uk-lightbox a.uk-lightbox-button.uk-icon.uk-slidenav {
    color: #fff !important;
    opacity: 1 !important;
}
.play-button.gallery-play {
        color: white;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }