/**
 * 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 ============== */

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

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

/* ============== CAROUSEL BLOCK ============== */

/* ============== CONTAINER BLOCK ============== */
.acf-block-preview .cont { border: 1px solid #efefef; min-height: 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; }

/** ================== 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) {

}