/*------ Archives ------- */

.year-hidden {
    display: none;
    margin-bottom: 15px;
    padding-left: 20px !important;
}

.year-hidden>li>a {
    text-decoration: none;
    font-size: 16px;
}

.year-hidden>li>a:hover {
    color: var(--secondary);
}

.year-toggle-wrapper {
    min-height: 22px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    padding-right: 9px;
    cursor: pointer;
}

.year-toggle {
    margin-right: 7px;
    color: var(--secondary);
}

.widget_archive li {
    display: block;
    margin-right: 25px;
}

.year {
    margin-right: 7px;
}

.year {
    margin-left: 7px;
    margin-right: unset;
}

svg.el-image.uk-svg {
    color: var(--secondary);
}


/* archive year toggle */

.year-toggle:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.665' height='8.875' viewBox='0 0 6.665 8.875'%3E%3Cg id='play' transform='translate(-61.52)'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(61.52)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M67.694,3.613,62.764.239A1.2,1.2,0,0,0,62.117,0c-.369,0-.6.3-.6.791V8.085c0,.495.228.79.6.79a1.193,1.193,0,0,0,.645-.239l4.932-3.375a1.012,1.012,0,0,0,.493-.824A1.008,1.008,0,0,0,67.694,3.613Z' transform='translate(-61.52)' fill='%23eaa628'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    font-weight: 400;
    position: absolute;
    left: -5px;
    bottom: 2px;
    font-size: 15px;
    color: var(--primary);
    vertical-align: middle;
    transition: .6s ease;
}


.year-toggle.active:before {
    transform: rotate(90deg) translate(0px, 0px);
}

body:lang(en) .year-name {
    padding-left: 5px;
}


/* Comments */

.error {
    color: #C0222A !important;
}






*.uk-dotnav li.uk-active a {
    width: 60px;
}

/* Seperated Card for News */

.seperatedCard .el-item.uk-card-default {
    background: transparent !important;
    box-shadow: unset;
    padding: 0 !important;
    width: 100%;
}

.seperatedCard .uk-card-body {
    background: #fff;
    box-shadow: 0px 3px 12px 0px #dfe6eb70;
    margin-top: -190px;
    margin-right: 55px;
    position: relative;
    z-index: 2;
}

.seperatedCard .el-title,
.seperatedCard .el-content {
    display: grid;
    grid-template-rows: repeat(1, 34px) !important;
    overflow: hidden;
}

.seperatedCard .el-content {
    opacity: 0.64;
    grid-template-rows: repeat(2, 40px) !important;
}

.seperatedCard .el-link {
    float: left;
}

.seperatedCard .el-image {
    width: 100%;
    height: 440px;
    background-color: #fff;
    object-fit: cover;
}


/*mobile menu*/
div#tm-mobile {
    margin-left: 30px;
    margin-right: 30px;
}
.home #tm-mobile>div{
    background:#141B4D !important;
}

div#search-3 input.uk-search-input{
      background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0) 0%), linear-gradient(#EAA627 100%, rgba(255, 255, 255, 0) 0%), linear-gradient(to left, #EAA627 50%, #EAA627 0%), linear-gradient(#ff000000 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, left, bottom, right;
    background-repeat: repeat-x, repeat-y;
    background-size: 1px 1px, 1px 1px;
}
.tm-header-mobile .uk-navbar-toggle{
    color: #F2C75C !important;
}
.home .tm-header-mobile .uk-navbar-toggle:hover{
    color: #fff !important;
}

.tm-header-mobile .uk-navbar-toggle:hover{
    color: #0D2958 !important;
}

.uk-dropbar .uk-search .uk-search-icon, .uk-dropdown .uk-search .uk-search-icon, .uk-light .uk-search .uk-search-icon,.uk-dropbar .uk-search-default .uk-search-input{
    color: rgb(14 45 97);
    background-color: #ffffff;
    
}
#tm-dialog-mobile .uk-search-default{
    background: #ffffff;
}
#tm-dialog-mobile ::placeholder{
     color: #0e2d61bf;
}
@media(max-width:1025px) and (min-width:960px) {
    .uk-logo {
        width: 215px !important;
    }
}