/*** editable ***/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #EBEDEF;
    color: #6E7C87;
}

/* general content areas */

.mz_editable {
    font-family: Arial, Helvetica, sans-serif;
    color: #363F48;
    border: none;
}

/* hyperlinks */

a, .mz_editable a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a:hover, .mz_editable a:hover {
    color: #6E7C87;
}

a {
    border: none;
}

/* 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: Roboto, Arial, Helvetica, sans-serif;
    font-size: 2.41rem;
    color: #363F48;
    font-weight: normal;
    letter-spacing: -1px;
    font-weight: 300;
}

.mz_editable h1 a {
    color: #363F48;
    border: none;
}

.moze-megatitle {
    font-size: 2.81rem !important;
}

.mz_editable h2, .sidebox h2 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1.95rem;
    color: #363F48;
    font-weight: normal;
    font-weight: 300;
}

.mz_editable h3 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1.45rem;
    color: #363F48;
    font-weight: normal;
    font-weight: 300;
}

/* special text styles */

.mz_editable .moze-blockquote {
    font-weight: 300;
}

/* image galleries */

ul.moze-gallery li {
    background-color: #363F48
}

/* webforms */

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: inset 1px 1px 3px -2px rgba(0, 0, 0, 0.3);
    color: #687078;
    font-weight: 300;
    border-radius: 3px;
    background-color: #EBEDEF;
}

.moze-form .moze-formbutton {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #7CC576;
    border-radius: 3px;
    font-weight: 300;
}

.moze-form .moze-formbutton:hover {
    color: #FFFFFF;
    background-color: #A7ABB1;
}

/* blog and articles */

.mz_editable h2 span#comments {
    border: none
}

.moze-button,
.moze-button-large {
    background-color: #7CC576;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
    border: 0;
}

.moze-button-large.btn-alt,
.moze-button.btn-alt {
    border-color: unset;
}

.moze-button:hover,
.moze-button-large:hover {
    background-color: #A7ABB1;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #7CC576;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #A7ABB1;
}

.moze-button-large.btn-alt-light {
    border-color: #7CC576;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #A7ABB1;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 17px;
}

/* store */

.mz_catalog .moze-price {
    color: #A7ABB1;
    color: rgba(255, 255, 255, 0.67);
}

.mz_catalog .moze-price {
    color: #6E7C87;
}