/* =========================================
   CSS GLOBAL
   Client : Luxe.net
   ========================================= */

h1 {
    font-family: 'Tenor Sans', serif;
    font-size: 38px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 18px;
}

h2, .entry-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 16px;
    text-transform: none;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(36, 36, 36, 1.00);
    margin-bottom: 14px;
}

h4 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(36, 36, 36, 1.00);
    margin-bottom: 12px;
}

h5 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(36, 36, 36, 1.00);
    margin-bottom: 10px;
}

h6 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(36, 36, 36, 1.00);
    margin-bottom: 8px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(36, 36, 36, 1.00);
    margin-bottom: 18px;
}

a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    text-decoration: none!important;
    text-transform: none;
    color: #AD8439 !important;
    margin-bottom: 0px;
}

a hover {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(199, 163, 106, 1.00);
    margin-bottom: 0px;
}

ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(36, 36, 36, 1.00);
}

blockquote {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.45;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(36, 36, 36, 1.00);
    margin-bottom: 20px;
}

.date {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(173, 132, 57, 1.00);
    margin-bottom: 7px;
}

.author {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: rgba(173, 132, 57, 1.00);
    margin-bottom: 13px;
}

a:hover {
    text-decoration: underline;
    text-transform: none;
}

.date,
.author {
    display: block;
}