/* --------------------------------------------------------------
# Contents
# 0. Global
# 1. Header
# 2. DJ Hero
# 3. DJ Cards Default
# 4. DJ Footer

-------------------------------------------------------------- */

/* --------------------------------------------------------------
# 0. Global
-------------------------------------------------------------- */
.djacc-popup {
    margin: 0px !important;
    top: auto !important;
    left: 16px !important;
    bottom: 16px;
    transform: unset !important;
}

.uk-heading-divider {
    position: relative;
    padding-bottom: 24px;
    border-bottom: 0;
    &::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 260px;
        height: 12px;
        display: block;
        background-image: url('../icons/underline-default.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: translateX(-50%);
    }
}

.uk-light,
.uk-section-primary {
    .uk-heading-divider {
        &::after {
            background-image: url('../icons/underline-white.png');
        }
    }
}

.uk-breadcrumb {
    @media screen and (max-width: 600px) {
        a,
        span {
            font-size: 12px;
        }
        li {
            &:before {
                font-size: 12px !important;
            }
        }
    }
}

/* --------------------------------------------------------------
# 1. Header
-------------------------------------------------------------- */

.tm-headerbar {
    @media screen and (min-width: 960px) and (max-width: 1300px) {
        .uk-search-default {
            width: 200px;
            font-size: 14px;
        }
        .uk-logo {
            >img {
                width: 140px;
            }
        }
        .uk-icon-button {
            width: 32px;
            height: 32px;
        }
    }
}

.uk-dropbar {
    padding-top: 20px;
}

.tm-toolbar {
    @media screen and (min-width: 961px) {
        display: none;
    }
    @media screen and (max-width: 960px) {
        display: block !important;
        .uk-container {
            justify-content: center;
        }
    }
}

/* --------------------------------------------------------------
# 2. DJ Hero
-------------------------------------------------------------- */

.dj-hero {
    border-radius: 0px 0px 34px 34px;
    overflow: hidden;
}

/* --------------------------------------------------------------
# 3. DJ Cards Default
-------------------------------------------------------------- */
.dj-cards-default {
    @media screen and (max-width: 600px) {
        .el-image {
            height: 36px;
        }
    }
    @media screen and (max-width: 400px) {
        .uk-card-body {
            padding: 14px;
        }
    }
}

/* --------------------------------------------------------------
# 4. DJ Footer
-------------------------------------------------------------- */
.dj-footer {
    border-radius: 34px 34px 0px 0px;
}




/* DJ-Events Calendar module - month layout */
/* .djev_calendar_head {
    font-size: 15px;
    line-height: 2em;
    font-weight: 600;
    background: #2461a5;
    color: #fff;
    text-align: center;
}
.djev_calendar_table {
    width: 100%;
    border-collapse: separate;
    border-bottom: 1px solid #2461a5;
    font-size: 14px;
    line-height: 2;
}
.djev_calendar_table tr th {
    border-bottom: 1px solid #2461a5;
    width: 14.2857%;
}
.djev_calendar_table tr td {
    padding: 1px;
    text-align: center;
}
.djev_calendar_table tr:nth-child(even) td:nth-child(even),
.djev_calendar_table tr:nth-child(odd) td:nth-child(odd) {
    background: rgba(0,0,0,0.05);
}
.djev_calendar_table tr:nth-child(odd) td:nth-child(even) {
    background: rgba(0,0,0,0.1);
}
.djev_calendar_table tr td.active-day a {
    display: block;
background: rgba(36,97,165,0.5) !important;
    color: #fff;
    text-decoration: none;
}
.djev_calendar_table tr td.today {
    background: rgba(0,0,0,0.75) !important;
    color: #fff;
    font-weight: 600;
}
.djev_calendar_table tr td.active-day.today a {
    background: rgba(0,0,0,0.05)
}
.djev_calendar_month .djev_calendar_more {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 1em 0 0;
}

.djev_calendar_month {
    position: relative;
}
.djev_calendar_month  ~ .djev_calendar_event {
    display:none;
}

.djev_calendar_month .djev_loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    text-align: center;
}
.djev_calendar_month .djev_loader span {
    position: relative;
    top: 40%;
} */

/* DJ-Events Calendar module - scroll layout */
/* .djev_calendar_days {
    position: relative;
    padding: 1em 0 0;
}
.djev_calendar_days  ~ .djev_calendar_event {
    display:none;
}
.djev_calendar_days .djev_calendar_days_head {
    color: #b9b9b9;
    font-size: 2.1em;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}
.djev_calendar_days .djev_calendar_scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.djev_calendar_days .djev_calendar_scroll_in {
    position: relative;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 -20px;
    padding: 0 0 20px;
}
.djev_calendar_days .djev_calendar_day {
    color: #ccc;
    display: inline-block;
    padding: 10px 13px 10px 0;
    text-align: center;
    text-decoration: none;
    min-width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.djev_calendar_days .djev_calendar_day.sunday{
    color:#fb5f5f !important;
}
.djev_calendar_days .djev_calendar_day.active-day {
    color: rgba(36,97,165,0.5);
    cursor: pointer;
}
.djev_calendar_days .djev_calendar_day.open-day {
}
.djev_calendar_days .djev_calendar_day .day {
    display: block;
    font-size: 5.1em;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 3px;
}
.djev_calendar_days .djev_calendar_day .month,
.djev_calendar_days .djev_calendar_day .week_day {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.djev_calendar_days .djev_calendar_more {
    font-size: 1.2em;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.djev_calendar_days .djev_calendar_more a {
    color: rgba(0,0,0,0.25);
    text-decoration: none;
}
.djev_calendar_days .next-days,
.djev_calendar_days .prev-days {
    font-size: 60px;
    color: rgba(0,0,0,0.25);
    text-decoration: none;
}
.djev_calendar_days .next-days {
    float: right;
}
.djev_calendar_days .prev-days {
    float: left;
}
.djev_calendar_days .djev_calendar_more a:hover,
.djev_calendar_days .next-days:hover,
.djev_calendar_days .prev-days:hover {
    color: rgba(36,97,165,0.5);
}

.djev_calendar_days .djev_loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    text-align: center;
}
.djev_calendar_days .djev_loader span {
    position: relative;
    top: 40%;
} */
/* DJ-Commune */
/* .dj_cal td {
    background: unset !important;
}
.djev_calendar_table td {
    background: unset !important;
}

 .djev_calendar_table tr td.today {
    border-radius: 50px;
    height: 36px;
}

.dj_cal .djev_calendar_table {
    border-bottom: none;
}

.dj_cal .djev_calendar_table tr th {
    border-bottom: none;
}

 .djev_calendar_month .next-month {
    font-size: 20px !important;
    color: #000 !important;
    text-decoration: none;
    position: absolute;
    top: 0;
    padding: 0 10px;
    right: 0;
}
.djev_calendar_month .prev-month {
    font-size: 20px !important;
    color: #000 !important;
    text-decoration: none;
    position: absolute;
    top: 0;
    padding: 0 10px;
    left: 0;
}

.dj_cal .djev_calendar_head {
    background: unset;
    color: #000;
}

.icons img{
width:300px;
margin:10px;    
}

.el-item {
	border-radius: 16px;
}

.dj_slideshow {
	.uk-position-bottom-center {
		width: 100%;
		max-width: 1360px;
	}
    
    .uk-thumbnav > * {
        padding-left: 1px;
	}
    
    .uk-thumbnav {
        flex-wrap: nowrap;
        margin-left: 0;
    }
    
    .uk-card {
      	padding: 30px;
      	border-radius: 0;
        height: 100%;
    }
    
    .slideshow-title {
        color: #333;
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .slideshow-meta {
    	color: #333;
    }
    
    .el-nav li {
        width: 100%;
        
    	&:first-child .uk-card {
            border-top-left-radius: 16px !important;
        }
        &:last-child .uk-card {
            border-top-right-radius: 16px !important;
        }
    }
    
    .uk-light .uk-thumbnav > * > ::after {
    	background-image: none;
    }
    
    .uk-active .uk-card-default {
        background-color: #0000b5;
        color: #fff;
        
        .slideshow-title,
        .slideshow-meta {
        	color: #fff !important;
        }
    }
    
    a {
    	height: 100%;
        
        &:hover {
            text-decoration: none !important;
        }
    }
}

.djacc-toolbar.djacc--light, 
.djacc-toolbar.djacc--light .djacc__btn, 
.djacc-toolbar.djacc--light .djacc__reset,
.djacc-toolbar.djacc--light .djacc__arrows {
	background: unset;
}

.uk-navbar-container.uk-sticky.uk-active.uk-sticky-fixed {
	transform: translateY(-39px);
}

.dj_tags {
    .djev_tag {
        background: rgba(0, 0, 181, .05);
        padding: 5px 10px;
        border-radius: 50px;
        
        &:hover {
            text-decoration: none;
            background: rgba(0,0,181,.1);
            box-sizing: border-box;
        }
    }
    
    .djev_events_tags {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 5px;
    }
}

.dj_cal {
	td {
        background: unset !important;
    }
    
    .djev_calendar_table tr td.today {
        border-radius: 50px;
        height: 36px;
    }
    
    .djev_calendar_table {
        border-bottom: none;
    }
    
    .djev_calendar_table tr th {
        border-bottom: none;
    }
    
    .djev_calendar_month .next-month, .djev_calendar_month .prev-month {
        font-size: 20px;
        color: #000;
    }
    
    .djev_calendar_head {
        background: unset;
        color: #000;
    }
}

.dj-badge {
	color:rgba(255, 255, 255, 1);
}

.uk-navbar-subtitle {
	display: inline-flex;
	margin-left: 5px;
    background:rgba(182, 2, 5, 1);
    padding: 1px 4px;
    border-radius: 2px;
} */