/**
 * Theme Name: atk_blocks
 * Theme URI: https://artkade.com
 * Description: Custom blocks using UIKIT platform by Artkade, handcrafted with care.
 * Version: 3.5
 * Author: Artkade
 * Author URI: https://artkade.com
 */
 :root {
    --neutral : #8B8B8B;
    --black :   #0B0C0C;
}
/* ============== ACCORDION BLOCK ============== */
.uk-tab > * { padding-left: 160px; }
.uk-slider-items  > * > a { font-size: 2.4rem; }
.uk-tab { flex-wrap: nowrap;}

/* ============== BUTTONS BLOCK ============== */

/* ============== CARD BLOCK ============== */

/* ============== COLUMNS ADMIN BLOCK ============== */
.wp-admin .block-editor-inner-blocks.uk-first-column { width: 100%; }
.wp-admin .acf-block-preview .uk-child-width-1-4\@m > * .wp-block-acf-card {  width: 25%!important; float: inline-start; }

/* ============== CONTAINER BLOCK ============== */
.acf-block-preview .cont { border: 1px solid #efefef; min-height: 40px; }
.acf-block-preview .cd-timeline-navigation { display: none; }
.acf-block-preview .events ol { list-style-type: none; margin: 0; padding: 0; overflow: hidden; }
.acf-block-preview .events ol li { float: left; }
.acf-block-preview .events ol li a { display: inline-block; margin-right: 40px; }

/* ============== ICON BLOCK ============== */

/* ============== SCROLLSPY BLOCK ============== */

/* ============== SLIDESHOW BLOCK ============== */
.wrap {overflow: hidden;}
.hero-cont { color: #fff; z-index: 1; box-sizing: border-box; width: 1400px; padding: 0 80px; }
.hero-logo { box-sizing: border-box; }
.hero-logo img { width: 100%; }
.hero-cont p { color: #fff;}
.herotitle { text-transform: uppercase;}
.subtitle { margin-top: 0; }
.uk-slidenav { color: var(--sea7)!important; margin-top: -30px!important; }
.uk-slidenav svg polyline { stroke-width: 2; stroke-width: 2;
    stroke-linecap: "round";}
.slide-caption {
    position: absolute;
    bottom: -48px;
    font-family: var(--body);
}
.uk-slideshow-items {
    margin-bottom: 60px;
    position: relative;
    overflow: visible;
}
/** ================== LAPTOP ================== **/
@media screen and (max-width : 1220px) {

}
/** =============== TABLET RETINA =============== **/
@media screen and (max-width : 960px) {

}
/** ================== TABLET ================== **/
@media screen and (max-width : 768px) {

}
/** ================== MOBILE ================== **/
@media screen and (max-width : 480px) {

}