.content-list-item ul {
    color: var( --e-global-color-text );
    margin: 10px 0 10px 0;
    padding-left: 30px;
}

a:hover {
    color: #c49c4c;
}

/* 404 Page */
.page-404-wrap {
    padding-top: calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320));
    padding-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320));
    position: relative;
}

.page-404-wrap .container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
}

.page-404-wrap__inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.page-404-wrap__inner img {
    width: 130px;
    margin-bottom: 2rem;
}

.page-404-wrap__inner h1 {
    font-size: calc(26px + (36 - 26) * (100vw - 320px) / (1920 - 320));
    color: #c49c4c;
    margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
    display: block !important;
    font-weight: 500 !important;
}

.page-404-wrap__inner h1 span {
    display: block;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, .1);
    font-size: calc(50px + (100 - 50) * (100vw - 320px) / (1920 - 320));
    line-height: .8;
    font-weight: 700;
    color: #000;
}

.page-404-wrap__inner .intro-text p {
    line-height: 30px !important;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0;
}

.page-404-wrap__inner .home-btn {
    margin-top: 30px;
}

.page-404-wrap__inner .home-btn a {
    display: inline-block;
    background: #052b4d;
    padding: 12px 25px;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
}

.page-404-wrap__inner .home-btn a:hover {
    color: #c49c4c;
}

/* Header */
.main-header {    
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Form */
.contact-form input:not([type="radio"], [type="checkbox"], [type="submit"], [type="button"]),
.contact-form textarea {
    font-size: 16px !important;
    color: #333 !important;
    padding: .375rem 1rem !important;
    margin-left: 0 !important;
    border: none;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-size: 16px !important;
    color: #666 !important;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-size: 16px !important;
    color: #666 !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-size: 16px !important;
    color: #666 !important;
}

.contact-form input[type="submit"],
.contact-form input[type="button"] {
    border-radius: 3px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

/* Banner Section */
.bannar-heading h1 span,
.section-heading span {
    position: relative;
    font-size: 22px;
    display: inline;
    font-weight: 400;
    color:#c49c4c;
    padding-left: 45px;
    margin-bottom: 20px;
    padding: 0 !important;
    line-height: 100%;
}

.heading-center span {
    margin: 0 auto 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.section-heading span {
    font-size: 20px;
}

.section-heading .elementor-heading-title,
.bannar-heading .elementor-heading-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.align-center,
.align-center-heading .elementor-heading-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-heading span {
    font-size: 20px;
}

.bannar-heading h1 span:after,
.section-heading span:after {
    position: absolute;
    content: "";
    width: 35px;
    left: 0;
    top: auto;
    right: auto;
    bottom: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
    background: #c49c4c;
    z-index: 999;
    height: 2px;
}

.bannar-heading.text-center h1 span:after,
.section-heading.text-center span:after{
    left: 50%;
    transform: translateX(-50%);
}

.bannar-heading h1 span,
.section-heading span {
    margin-bottom: 20px;
    padding: 0 !important;
}

.main-header {
    -webkit-transition: all 0.3s ease-in-out 0.1s !important;
    transition: all 0.3s ease-in-out 0.1s !important;
}



/* Navbar */
.navMenu li a {
    -webkit-transition: all 0.3s ease-in-out 0.1s !important;
    transition: all 0.3s ease-in-out 0.1s !important;
    position: relative;
}

.navMenu li a:after {
    position: absolute;
    content: "";
    left: 50%;
    width: 0%;
    -webkit-transition: all 0.3s ease-in-out 0.1s !important;
    transition: all 0.3s ease-in-out 0.1s !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: transparent;
    bottom: 15px;
    border-radius: 5px;
}

.navMenu li a:hover:after,
.navMenu li a:active:after,
.navMenu li a:focus:after {
    background: #c49c4c;
    width: 90%;
}

/* Icon Box */
.icon-box-hover .elementor-icon-box-icon {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.icon-box-hover:hover .elementor-icon-box-icon {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
}

/* form */
label {
    color: white;
    padding: 10px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 26px;
    background-color: #c49c4c !important;
}

/* footer */
.elementor-section[data-id="29131d87"] {
    border: 0 !important;
}

.contact-page-form .contact-form {
    max-width: 90%;
}

.contact-page-form .contact-form input {
    width: 100%;    
}

.contact-page-form .contact-form textarea {    
    margin: 0 2px;
}

.contact-page-form .contact-form .btn-block input {
    border-radius: 0 !important;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.contact-page-form .contact-form .btn-block {
    padding-left: 0px;
}

.contact-page-form .contact-form .btn-block input:hover {
    background: transparent !important;
    border-color: #c49c4c;
    color: #c49c4c;
}

.contact-page-form .contact-form .your-message {
    line-height: 0 !important;
    display: block;
}
.contact-page-form .contact-form .your-message label.error {
    margin-top: 15px;
    padding-bottom: 15px !important;
}

.contact-form input[type="submit"]:hover {
    background: #04193b !important;
}

.contact-form label,
label.error{
    display: block;
    padding: 0 !important;    
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.wpcf7-form label.error{
    font-size: 14px !important;
}

label.error,
.vacant-form label.error{
    color :#f00 !important;
}

.contact-page-form .form-group {
    margin-bottom: 15px;
}

a[href="mailto:info@arrowshomes.co.nz"] {
    word-break: break-word;
}
/* .site-logo img,
.ftr-logo img{
    max-width: 100px !important;
} */ 
.contact-form input[type="submit"] {
    background: #c49c4c !important;
}
.contact-form input[type="submit"]:hover {
    background: #c49c4c !important;
}

/* Vacant Form */
.vacant-form input:not([type="radio"], [type="checkbox"], [type="submit"], [type="button"]),
.vacant-form select,
.vacant-form textarea {
    margin-bottom: 0 !important;
}
.vacant-form .form-group {
    margin-bottom: 15px;
}
.vacant-form label,
.vacant-form select{
    color: #333 !important;
}
.vacant-form input[type="submit"]{
    margin-top:10px !important;
}

/* Media Query */
@media (max-width: 1024px) {
    .navMenu li a:after {
        bottom: 5px;
    }

    .contact-page-form .contact-form {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .bannar-heading h1 span,
    .section-heading span {
        font-size: 16px;
        display: inherit;
        margin: 0 auto 20px;
    }

    .heading-left span {
        margin: 0 0 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .cstm-accodian .elementskit-btn-link svg {
        max-width: 11px;
        height: auto;
        color: #f7f9fb;
    }

    .cstm-accodian a.ekit-accordion--toggler[aria-expanded="true"] {
        background: #c49c4c !important;
    }

}

@media (max-width: 575px) {
    .site-logo {
        margin: 0 !important;
    }

    .site-logo img {
        width: 85px !important;
    }

    .vacant-form .row label:empty {
        display: none;
    }
}
