/*** editable ***/

body {
    font-family: 'Lora', Georgia, serif;
    font-size: 16px;
    color: #5E6568;
}

/* general content areas */

.mz_editable {
    font-family: 'Lora', Georgia, serif;
    color: #5E6568;;
}

/* hyperlinks */

a, .mz_editable a {
    color: #FD6C71;
    text-decoration: none;
}

a:hover, .mz_editable a:hover {
    color: #A0A0A0;
}

/* bullet list in editable text */

.mz_editable ul li {
    list-style-type: square;
}

/* headings in editable text */

.mz_editable h1, .mz_editable h1.moze-megatitle {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.63rem;
    color: #5E6568;
    font-weight: 700;
}

.mz_editable h1 a {
    color: #5E6568;
}

.moze-megatitle {
    font-size: 2.81rem !important;
}

.mz_editable h2, .sidebox h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.00rem;
    color: #5E6568;
    font-weight: 400;
}

#sidebar .sidebox h2 {
    font-size: 1.56rem;
    line-height: 1.5;
}

.mz_editable h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.31rem;
    color: #5E6568;
    font-weight: 400;
}

/* webforms */

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: 'Playfair Display', Georgia, serif;
    border: 1px solid #DDDDDD;
    color: #56646F;
    font-weight: 300;
}

.moze-form .moze-formbutton {
    font-family: 'Playfair Display', Georgia, serif;
    color: #FFFFFF;
    background-color: #2C2C2C;
}

.moze-form .moze-formbutton:hover {
    background-color: #FD6C71;
}

.moze-button,
.moze-button-large {
    background-color: #2C2C2C;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem;
}

/*#sidebar .moze-button, #sidebar .moze-button-large {
    background-color: #F0F0F0;
    color: #5E6568 !important;
}*/

.moze-button:hover,
.moze-button-large:hover {
    background-color: #FD6C71;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #2C2C2C;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #FD6C71;
}

.moze-button-large.btn-alt-light {
    border-color: #2C2C2C;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #FD6C71;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 16px;
}
