/*
Theme Name: Aspera
Template: Impreza
Version: 1.60
Author:    UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* Links */
p a:not(.w-btn), p li a, .post_custom_field ul li a {
    text-decoration: underline;
}

/* Margins */
.hm_mb {
    margin-bottom: 1.5rem;
}

/* Popups */
.mfp-title {
    display: none;
}

/* Rows */
.hm_top-overlap {
    margin-top: -50px !important;
}
.l-section.full_height {
    min-height: 80vh !important;
}
@media (max-width: 900px) {
    .hm_top-overlap {
        margin-top: -30px !important;
    }
    .l-section.full_height {
        min-height: 30vh !important;
    }
}

/* Images */
.hm_logo img {
    height: 100px;
    width: auto;
    object-fit: contain;
}
/* Titlebar */
.hm_page-title {
    font-family: var(--h6-font-family), sans-serif;
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: 0 !important;
}
@media (max-width: 900px) {
    .hm_page-title {
        font-size: 40px;
    }
}

/* Buttons */
.hm_button, .hm_fw-button {
    margin-top: 1.5rem;
}
.hm_button-alt {
    margin-top: 0.5rem;
}
.hm_fw-button, .hm_fw-button-alt {
    width: 100%;
}
@media (min-width: 900px) {
    .hm_cta-btn {
        font-size: 25px !important;
    }
}

/* USPs */
.hm_checks ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.hm_checks ul li {
    padding-left: 2em;
    margin: 0; 
}
.hm_checks ul li:before {
    content: "✓"; 
    display: inline-block;    
    margin-left: -1.6em;
    width: 1.6em;
    color: var(--color-content-primary); 
}

/* Text */
.hm_contact-box h1, .hm_contact-box h2, .hm_contact-box h3, .hm_contact-box h4, .hm_contact-box h5, .hm_contact-box h6 {
    font-size: 1.3rem;
}
.hm_large-intro-c {
    text-align: center;
}
.hm_contact-info {
    margin-top: 1.5rem;
}
.hm_text-small {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
}
@media (min-width: 900px) {
    .hm_large-intro-c, .hm_large-intro  {
        font-size: 1.2rem;
        line-height: 1.7;
    }
}

/* Footer */
.hm_copyright {
    padding: 15px 0;
    font-size: 13px;
}
.hm_logo-footer img {
    height: 150px;
    width: auto;
    object-fit: contain;
}
.l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6 {
    font-size: 1.5rem;
    font-family: var(--h6-font-family), sans-serif;
    text-transform: uppercase;
}
@media (max-width: 1100px) {
    .hm_logo-footer img {
        height: 40px;
    }    
}

/* Header */
.w-nav-arrow:before {
    font-size: 1em !important;
}
.hm_h-menu {
    font-size: 18px;
    font-family: var(--h6-font-family), sans-serif;
    text-transform: uppercase;
}
.hm_th-text {
    font-size: 15px;
    font-family: var(--h6-font-family), sans-serif;
    text-transform: uppercase;
}

/* Boxes */
.hm_whitebox {
    background: var(--color-content-bg-alt);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
@media (min-width: 900px) {
    .g-cols.via_grid.type_boxes>.vc_column_container, .g-cols.via_flex.type_boxes>div>.vc_column-inner {
        padding: 3rem;
    }
}

/* Grids: Image blocks */
.hm_g-box {
    padding: 2rem;
    position: absolute !important;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hm_g-outer-box {
    height: 100%;
    padding: 2rem;
}
.hm_g-box-alt {
    padding: 2rem;
}
.hm_g-title {
    color: inherit;
}
.ag_g-icon {
    font-size: 60px;
    color: var(--color-content-link);
}
.hm_g-event-meta {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--h6-font-family), sans-serif;
}
.hm_g-title {
    font-family: var(--h6-font-family), sans-serif;
    text-transform: uppercase;
}
.hm_g-title-small {
    font-family: var(--h6-font-family), sans-serif;
    text-transform: uppercase;
}
.hm_g-outer-button {
    margin-top: auto;
}
.hm_g-link {
    position: absolute;
    bottom: 1rem;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
@media (min-width: 900px) {
    .hm_g-title-small {
        font-size: 2rem;    
    }
    .hm_g-title {
        font-size: 50px;    
    }
}
@media (max-width: 899px) {
    .hm_g-title-small {
        font-size: 1.5rem;    
    }
    .hm_g-title {
        font-size: 30px;    
    }
}