body {
    color: #6f6f6f;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Times New Roman";
}

.typography h1,
.typography h2 {
    color: #aa9673;
    font-weight: 300;
}

.typography h1 {
    /*font-family: "TypnicScript";*/
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 19px;
    margin: 0 0 20px;
    /*text-transform: uppercase;*/
}

.typography h2 {
    font-size: 18px;
    /* font-style: italic; */
    letter-spacing: 0.04em;
    line-height: 19px;
    margin: 0 0 28px;
    /*text-transform: uppercase;*/
}

.typography h3 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

#sidebar h3,
#contact h3,
#inquiryform h3 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
}

#contact h4,
#inquiryform h4 {
    color: #aa9673;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

.typography p {
    color: #000;
    font-size: 15px;
    /* font-style: italic; */
    letter-spacing: 0.04em;
    line-height: 21px;
    margin: 0 0 10px;
    padding: 0;
}

.typography p.info_row {
    font-size: 15px;
    font-style: normal;
    line-height: 21px;
}

.typography p span.info {
    color: rgb(170, 150, 115);
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 21px;
    text-transform: uppercase;
}

.typography p.header {
    font-weight: bold;
    margin: 30px 0;
    text-transform: uppercase;
}

.content .typography p {
    font-size: 11.5pt;
}

.content .typography .contact p {
    color: rgb(150, 130, 95);
    display: block;
    font-size: 11px;
    /* font-style: italic; */
    letter-spacing: 0.04em;
    line-height: 16px;
    margin-top: 14px;
    text-align: center;
}

.content .typography .contact p.contact-us {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content .typography .contact div.right p a {
    color: rgb(150, 130, 95);
    font-size: 11px;
    /* font-style: italic; */
    letter-spacing: 0.04em;
    line-height: 16px;
}

.content .typography .contact a i {
    line-height: 20px;
    margin-right: 5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .content .typography .contact a.btn {
        font-size: 13px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .content .typography .contact a.btn {
        font-size: 9px;
        padding: 5px;
    }

    .content .typography .contact a i {
        line-height: 14px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .content .typography .contact img {
        margin: 0 auto;
    }
}

.typography .left {
    text-align: left;
}

.typography label {
    color: #aa9673;
    display: block;
    float: left;
    font-size: 14px;
    /* font-style: italic; */
    line-height: 16px;
    padding-top: 2px;
    width: 270px;
}

.typography ul.l-g {
    margin: 10px;
}

.typography ul.l-g li.l-g-i {
    list-style-type: circle;
    margin: 2px 15px;
}