/*** editable ***/

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #7A7A7A;
    color: rgba(0, 0, 0, 0.57);
}

/* general content areas */

.mz_editable {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #7A7A7A;
    color: rgba(0, 0, 0, 0.57);;
}

/* hyperlinks */

a, .mz_editable a {
    color: #333333;
    text-decoration: none;
}

a:hover, .mz_editable a:hover {
    color: #0066CC;
}

/* 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: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.63rem;
    color: #333333;
    margin-top: 0px;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
    font-weight: 300;
}

.moze-megatitle {
    font-size: 2.81rem !important;
}

.mz_editable h2, .sidebox h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.95rem;
    color: #333333;
    font-weight: 300;
    margin-bottom: 0.94rem;
    letter-spacing: -0.01em;
}

#sidebar .sidebox h2 {
    font-size: 1.6rem;
    line-height: 1.5;
}

.mz_editable h2:first-child, .sidebox h2 {
    margin-top: 0px;
}

.mz_editable h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.37rem;
    color: #333333;
    font-weight: 300
}

/* special text styles */

.mz_editable .moze-important {
    color: #7A7A7A;
    background-color: #FFFFCC;
}

.mz_editable .moze-secondary {
    color: #A0A0A0;
    color: rgba(0, 0, 0, 0.4);;
}

.mz_editable .moze-blockquote {
    font-style: italic;
    margin: 16px 0px 16px 20px;
    border-left: 3px solid rgba(0, 0, 0, 0.03);
    padding: 10px;
    background-color: #F6F6F6;
    color: #6A7D8A;
    background-color: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.5);
}

.mz_editable .moze-code {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.4;
    padding: 5px;
    margin: 16px 0px 16px 0px;
    background-color: #F6F6F6;
    color: #7A7A7A;
    background-color: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.5);
}

/* user inserted pictures */

.mz_editable img {

}

/* tables */

.mz_editable table {
    border-spacing: 1px;
    border-collapse: collapse;
}

.mz_editable td {
    padding: 7px;
    margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: border-box;
}

.mz_editable .moze-th {
    padding: 8px 7px;
    background-color: rgba(0, 0, 0, 0.04);
    font-weight: normal;
    border-bottom: none;
}


/* image galleries */

ul.moze-gallery li {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 150px;
}

ul.moze-gallery li img {
    border-radius: 150px;
}

ul.moze-gallery li div.title span {
    color: #333333;
}

/* webforms */

.moze-form {
    margin: 19px 0px;
}
.moze-form label {
    margin: 0px 0px 4px 0px;
    font-weight: 600;
    font-size: 15px;
}

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #DDDDDD;
    margin: 0px 0px 16px 0px;
    color: #56646F;
    font-weight: 300;
}

.moze-form .moze-formbutton {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #333333;
    margin: 16px 0px 0px 0px;
    border-radius: 25px;
}

.moze-form .moze-formbutton:hover {
    background-color: #666666;
}

/* invalid input style */

.moze-form .moze-formerror
{
    border: 1px solid #CC3333;
}

/* blog and articles */

.mz_editable .moze-postdetails span {
    background-color: #EEEEEE;
    background-color: rgba(0, 0, 0, 0.07);
    color: #8F8F8F;
    color: rgba(0, 0, 0, 0.47);
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    border-radius: 25px;
}

.mz_editable .moze-postdetails,
.mz_editable .moze-postdetails a {
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 30px;
}

.mz_editable .moze-comment {
    padding: 20px;
    margin-bottom: 27px;
    background-color: #F7F7F7
}

.mz_editable .moze-comment div {
    margin-bottom: 5px;
}

.mz_editable .moze-comment div:last-child {
    margin-bottom: 0px;
}

.mz_editable h2 span#comments {
    color: #56646F;
}

.moze-button,
.moze-button-large {
    background-color: #333333;
    border-radius: 20px;
}

.moze-button:hover,
.moze-button-large:hover {
    background-color: #666666;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #333333;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #666666;
}

.moze-button-large.btn-alt-light {
    border-color: #333333;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #666666;
}

.moze-button-large, .moze-form .moze-formbutton  {
    font-size: 16px;
    border-radius: 25px;
}

/* list of recent blog posts */

.mz_recentposts a {
    margin-bottom: 3px;
    display: inline-block;
}
.mz_recentposts ul {
    padding: 0;
    margin-bottom: 23px;
}
.mz_recentposts ul li {
    margin-bottom: 14px;
    line-height: 1.4;
}
.mz_recentposts ul li span {
    padding: 2px 8px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.07);
    color: #A0A0A0;
    color: rgba(0, 0, 0, 0.47);
    font-size: 14px
}