/*
Theme Name: UXID
Theme URI: http://uxid.hubton.com
Author: Hubton Indonesia
Author URI: http://hubton.com
Description: WordPress Theme for Hubton Indonesia
Version: 1.0
*/

/**
 * Add Custom CSS here
 */

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2000;
}

.minimal-slider__item {
    overflow: hidden;
}

@media (max-width: 320px) {
    .block-section__title {
        font-size: 30px;
    }
}


/* ===================================================================
  HOME
=================================================================== */
@media (min-width: 600px) and (max-width: 640px) {
    .hero-section__image {
        width: 70%;
        left: -5%;
    }

    .link-list-item:nth-child(2n) .link-list-item__content {
        top: auto;
        bottom: -30px;
        width: 450px;
    }
}


/* ===================================================================
  ABOUT
=================================================================== */
@media (min-width: 600px) and (max-width: 899px) {
    .image-row-section__image-decor {
        display: block;
        width: 200px;
        height: 200px;
        left: -20px;
        top: -20px;
    }
}


/* ===================================================================
  FOOTER
=================================================================== */
.footer-nav-scroller .js-horz-content {
    float: left;
}

.acf-radio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.acf-radio-list li {
  margin-bottom: 5px;
}

.acf-radio-list input {
  margin-right: 10px;
}