/*
Theme Name: WMZA
Theme URI: https://www.wmza.co.nz/
Author: Zaman
Description: Custom theme for WMZA projects site.
Version: 1.0.1
Text Domain: wmza
*/

.page-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    position: relative;
    margin-bottom: 40px;
}

.page-hero .banner-overlay {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    padding: 0 35px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.practice-page .Normal {
    margin-bottom: 60px;
}

.practice-page h2 {
    text-transform: none;
}

.people-listing .description-text p:last-child {
    margin-bottom: 0;
}

.wmza-btn {
    display: inline-block;
    background: #20b5cd;
    color: #fff;
    padding: 12px 28px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    border: 0;
    text-decoration: none;
    border-radius: 0;
}

.wmza-btn:hover,
.wmza-btn:focus {
    color: #fff;
    background: #1aa0b6;
    text-decoration: none;
}

.contact-ftp .wmza-btn {
    background: #20b5cd !important;
    color: #fff !important;
    text-decoration: none !important;
}

.contact-ftp {
    margin-top: 20px;
    padding-bottom: 30px;
}

ul.sidebar-menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
