/*
 * Privacy policy page style for villa template.
 */

#policy {
    width: 70%;
    margin: auto;
    padding: 3em 2% 4em 2%;
    background-color: #FFFFFF;
    border-radius: 7px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    color: #575756;
}

#policy h1 {
    font-size: 2.2em;
    color: #00662C;
    border-bottom: 2px solid #009A42;
    padding-bottom: 0.4em;
    margin-bottom: 0.8em;
    font-weight: 400;
}

#policy h2 {
    font-size: 1.6em;
    color: #00662C;
    text-align: left;
    padding: 1.4em 0 0.4em 0;
    font-weight: 400;
}

#policy h3 {
    font-size: 1.25em;
    color: #58595B;
    padding: 1em 0 0.3em 0;
    font-weight: 400;
}

#policy p {
    font-size: 1.05em;
    line-height: 1.65em;
    margin-bottom: 1em;
    color: #58595B;
}

#policy ul, #policy ol {
    margin: 0.5em 0 1.4em 1.8em;
    line-height: 1.65em;
    color: #58595B;
}

#policy li {
    padding: 0.25em 0;
}

#policy a {
    color: #00662C;
    text-decoration: underline;
}

#policy a:hover {
    color: #009A42;
}

#policy strong, #policy b {
    color: #00662C;
    font-weight: 400;
}

#policy table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
    font-size: 0.95em;
}

#policy th, #policy td {
    text-align: left;
    padding: 0.7em 0.9em;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}

#policy th {
    background-color: #F6F6F6;
    color: #00662C;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.04em;
}

#policy hr {
    border: 0;
    border-top: 1px solid #DDDDDD;
    margin: 2em 0;
}

@media screen and (max-width: 780px) {
    #policy {
        width: 92%;
        padding: 2em 4% 3em 4%;
    }

    #policy h1 {
        font-size: 1.7em;
    }

    #policy h2 {
        font-size: 1.35em;
    }
}
