
/* ALL ARTICLES */

div#articles {
    margin-top: 10px;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;

}

div#articles .about_blog {
    font-size: 1em;
    color: #9d9d9d;
    font-weight: 300;
    margin-bottom: 30px;
}
#articles_container {
    padding: 0;
}
div#articles .one_article {
    width: 100%;
    margin-bottom: 70px;
    border-bottom: 5px solid rgba(145, 201, 195, 0.99);
    padding-bottom: 10px;
}

div#articles h2.article_name {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    font-size: 1.75em;
    line-height: 1.3em;
    font-weight: 600;
    color: black;
    letter-spacing: -0.5px;
    word-wrap: break-word;
    margin-bottom: 15px;
}
div#articles h2.article_name a {
    color: black;

}

div#articles h2.article_name a:hover {
    color: rgba(77, 77, 77, 0.99);

}

div#articles #articles_left .article_intro {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 300;
    color: black;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    word-wrap: break-word;

}

div#articles #articles_left img {
    margin-bottom: 10px;
}

.author_date {
    margin-bottom:5px;
}

div#articles .author {
    color: grey;
}

div#articles .date {
    color: grey;
}

div#articles a.read_more {
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    color: #505050;
    font-size: 1.2em;
    font-weight: 600;
    transition: all .5s ease;
}

div#articles a.read_more:hover {
    color: #378691;
}

div#articles .likes {
    margin-top: 30px;
}

div#articles .likes .glyphicon{
    color: #aeaeae;
}

div#articles .likes .views {
    margin-left: 5px;
    margin-right: 10px;
    color: #aeaeae;
}

div#articles .fb-like {
    margin-left: 20px;
}

.one_verse_div {
    text-align: center;
}
#full_article .one_verse_div .verse_name {
    text-align: center;
    font-weight: 600;
}

#full_article .one_verse_div:after {
    content: "* * *";
    font-weight: bold;
    letter-spacing: 0.3em;
    font-size: 2.5em;
    color: grey;
    height: 20px;
    margin-top: -20px;
}
#full_article .one_verse_div .verse {
    text-align: center;
}

#full_article  .one_verse_div .verse_accent {
    color: #1d7184;
}

#full_article .one_verse_div .verse_author {
    text-align: center;
    font-style: italic;
    color: #b6b6b6;
    font-family: "Times New Roman", Times, serif;
}

/* END OF ALL ARTICLES */

/* ONE ARTICLE */
#article_wrapper div {
    padding: 0;

}

#one_article {
    margin-top: 30px;
}

#one_article .article_header {
    margin-bottom: 20px;
}

#one_article .article_info {
    margin-bottom: 5px;
}

#one_article .article_info span {
    display: inline-block;
    margin-right: 10px;
}

#one_article .article_info .author_name {
    color: grey;
}

#one_article .views_div {
    display: inline-block;
    float: right;
}

#one_article .views_div .views {
    margin-left: -5px;
}

#full_article {
    margin-top: 20px;
}

#full_article p {
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 300;
    color: #525252;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    word-wrap: break-word;

    margin-bottom: 20px;
}

#full_article img {
    margin: 30px 0;
}

#full_article h3 {
    margin-top: 50px;
    font-size: 2em;
    color: #4f4f4f;
}

.make_accent {
    color: black;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}

.red_accent {
    color: #ff3446;
}

.blue_accent {
    color: #1d7184;
}

.grey_accent {
    color: grey;
}

.green_accent {
    color: #52906e;
}

.simple-list {
    font-size: 1.15em;
    line-height: 1.5em;
    font-weight: 300;
    font-style: italic;
}

.simple-list li {
    margin-bottom: 10px;
}

#one_article p.sub-item {
    font-size: 1.5em;
}

.blog_table.irregular-nouns {
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
}
.blog_table.irregular-nouns th {
    text-align: center;
}

.blog_table.irregular-nouns td {
    padding: 10px;
}
.blog_table.irregular-nouns td:last-child{
    color: grey;
}

.border {
    margin-top: 40px;
    border-top: 2px dashed #52906e;

    border-bottom: 2px dashed #52906e;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* END OF ONE ARTICLE */


/* SEARCH FORM */
#search_article {
    padding: 0;
    margin-bottom: 10px;
    margin-top: -5px;
}

#search_article_input {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid lightgrey;
    padding: 5px 10px;
    text-align: center;
    font-size: 1.3em;
}

input[type="search"]::-moz-placeholder {
    color: rgba(219, 219, 219, 0.99); /* Цвет подсказывающего текста */
}

input[type="search"]::-webkit-input-placeholder {
    color: rgba(219, 219, 219, 0.99); /* Цвет подсказывающего текста */
}

#search_article_input:focus {
    border: 1px solid #91c9c3;
    text-decoration: none;
    outline: none;
}

#found_articles {
    display: none;
}

/* END OF SEARCH FORM */

/*  COMMENTS */
#comment_div {
    padding: 0;
    margin-top: 50px;
    border-top: 5px solid rgba(145, 201, 195, 0.99);

}
#comment_form {
    /*text-align: center;*/
    margin-left: 50px;
}
#comment_form .avatar {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    margin-bottom: 0;
}
#comment_textarea {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid lightgrey;
    padding: 8px 10px;
    font-size: 1.2em;
}

textarea::-moz-placeholder {
    color: rgba(219, 219, 219, 0.99); /* Цвет подсказывающего текста */
}

textarea::-webkit-input-placeholder {
    color: rgba(219, 219, 219, 0.99); /* Цвет подсказывающего текста */
}

#comment_textarea:focus {
    border: 1px solid #91c9c3;
    text-decoration: none;
    outline: none;
}

#save_comment, #answerButton {
    display: none;
    background: white;
    color: black;
    border: 1px solid grey;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 5px 7px;
    transition: all .5s ease;
    margin-top: 10px;
}

#save_comment:hover {
    background: #666666;
    color: white;
}


#comments {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
#comments .one_comment {
    /*width: 100%;*/
    margin-top: 20px;
    /*border-bottom: 1px solid #91c9c3;*/
    border-bottom: 1px dashed #e9e9e9;

    padding-top: 0;
    padding-right: 0;
    margin-left: 50px;
    padding-bottom: 10px;
}

#comments .comment_author {
    /*margin-top: 30px;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#comments .comment_author .author {
    color: #1a4060;
    font-weight: 600;
}

#comments .comment_author .avatar {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    margin-bottom: 0;
}

#comments .text_div {
    margin-top: 10px;
    margin-bottom: 10px;
}

#comments .comment_author .date {
    font-size: .9em;
}

#comments .text {
    margin-bottom: 10px;
}

#comments .answer_link {
    display: inline-block;
    width: 30px;
    margin-top: 10px;
    font-size: .9em;
}

#answer_form textarea {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid lightgrey;
    padding: 10px 10px;
    font-size: .9em;
}

#answer_form textarea:focus {
    border: 1px solid #91c9c3;
    text-decoration: none;
    outline: none;
}
#answerButton {
    display: none;
}

#answers {
    margin-left: 100px;
    margin-top: 20px;
    font-size: .9em;
    margin-bottom: 20px;
}
#answers .one_answer {
    margin-top: 25px;
    width: 100%;

}

#answers .one_answer .author {
    color: #1a4060;
    margin-right: 20px;
}

#answers .one_answer .avatar {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 100px;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    margin-bottom: 0;

}

#answers .one_answer .date {
    color: #dbdbdb;
    font-size: .9em;
}


/* END OF COMMENTS */

/* LOG FORM */

div#log_form {
    display: none;
    opacity: 0;
    position: absolute;
    width: 300px;
    height: 220px;
    top: 0;
    right: 20px;
    /*left: 20%;*/
    z-index: 10000;
    background: white;
    box-shadow: 0 0 6px rgba(0,0,0,.62),0 2px 4px rgba(0,0,0,.94);
    padding: 10px;

}
#log_form #links {
    text-align: center;
    margin-bottom: 10px;
}

#log_form #links h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}

#log_form #links a {
    display: inline-block;
    padding: 5px;
}

#loginFormComments input {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid lightgrey;
    padding: 3px 10px;
    font-size: 1.2em;
    margin-bottom: 20px;
}

#loginFormComments #submit {
    background: #77a6a1;
    border: 1px solid #69928e;
    padding: 5px 10px;

    color: white;
}

#loginFormComments #submit:hover {
    background: #6b9591;
    border: 1px solid #69928e;
    padding: 5px 10px;

    color: white;
}

/* END OF LOG FORM */

/* ANSWERS TO ANSWERS */
#answer_to_answer_form textarea {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid lightgrey;
    padding: 10px 10px;
    font-size: .9em;
}

#answer_to_answer_form textarea:focus {
    border: 1px solid #91c9c3;
    text-decoration: none;
    outline: none;
}
#answerToAnswerButton {
    display: none;
    background: white;
    color: black;
    border: 1px solid grey;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 5px 7px;
    transition: all .5s ease;
    margin-top: 10px;

}

#answers_to_answers {
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#answers_to_answers .one_answer {
    margin-top: 25px;
    width: 100%;

}

#answers_to_answers .one_answer .author {
    color: #1a4060;
    margin-right: 20px;
}

#answers_to_answers .one_answer .avatar {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 150px;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    margin-bottom: 0;

}

#answers_to_answers .one_answer .date {
    color: #dbdbdb;
    font-size: .9em;
}

/* END ANSWERS TO ANSWERS */

/* SUBSCRIBE */
div#blog_sub_div {
    width: 100%;
    /*position: fixed;*/
    /*bottom: 0;*/
    min-height: 120px;
    /*background: linear-gradient(to bottom, #ececec 0%, #e4e4e4 70%);*/
    background: #ececec;
    padding: 20px;
    z-index: 5000;
    text-align: center;
    /*box-shadow: 0 -1px 2px rgba(0,0,0,.1), 0 -2px 2px rgba(0,0,0,.2);*/
    border-top: 5px solid #dcdcdc;
    /*border-bottom: 2px solid #d5d5d5;*/
    margin-top: 30px;

}

div#blog_sub_div h3{
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3A3B3B;
}

#blog_sub_div form {
    /*width: 300px;*/
    margin: 0 auto;
}

#blog_sub_div form input {
    border: 1px solid transparent;
    padding: 5px 20px;
}

#blog_sub_div form input[type=email] {
    /*width: 300px;*/
    color: #3A3B3B;
    margin-bottom: 20px;
}

#blog_sub_div form input[type=submit] {
    color: #3A3B3B;
    background: #dcdcdc;
    transition: all .5s ease;
}

#blog_sub_div form input[type=submit]:hover {
    background: #bfbfbf;
    /*border: 1px solid white;*/
}


.blog_table {
    width: 100%;
    margin-bottom: 30px;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
}

.blog_table tr {
    /*border-bottom: 1px dotted #e9e9e9;*/
}

.blog_table tr:nth-child(even){
    background: #f1f1f1;
}

.blog_table td {
    padding: 3px;
    width: 25%;
    word-wrap: break-word;
    word-break: break-all;
}

/* SOCIAL BLOCK */
* {
    /*outline: 1px dotted lightgrey;*/
}
#social_block {
    margin: 10px 0;
    padding: 5px 0;
}

#social_block div {
    /*margin-bottom: -50px;!important;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* END OF SOCIAL BLOCK */


/* QUIZ BLOCK */

.one-question {
    border-bottom: 1px solid lightgrey;
}
#one_article .quiz-button {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.5em;
    text-decoration: none;
    text-align: center;
    color: white;
    background: #3b749b;
    transition: all .5s ease;
}
#one_article .quiz-button:hover {
    background: #4d97ca;
}



#quiz-div {
    padding: 0;
    margin: 30px 0;
    text-align: center;
}

#quiz-div img {
    padding: 30px;
}
.one-question {
    padding: 20px 0;
}
.question-header {
    margin-bottom: 0;
}
.q-translation {
    display: block;
    width: 100%;
    color: grey;
    margin-bottom: 10px;
    font-weight: 300;

}

a.one-answer {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border: 1px solid grey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
    font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a.one-answer:hover {
    /*background: rgba(232, 232, 232, 0.83);*/
}
a.correct {
    background: rgba(82, 144, 110, 0.98);
    color: white;
}

a.wrong {
    background: rgba(236, 135, 138, 0.98);
    color: white;
}

#quiz-result {
    margin: 30px auto 0;
    border: 1px dashed darkgreen;
    padding-top: 10px;
}
#results, #time {
    height: 30px;
    color: darkgreen;
}

#quiz-result p {
    font-size: 1.5em;
}
.come-on {
    font-size: 1.2em;
    line-height:1.75em;
    text-align: left;
}

.quiz-form input.typeYourAnswer {
    border: 1px solid lightgrey;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width: 300px;
    padding: 10px;
    text-align: center;
    font-size: 1.3em;
}
.quiz-form input[type="text"]::-webkit-input-placeholder {
    color: #e6e6e6;
}

.one-quiz .quiz-inner-div {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border: 5px solid #569673;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    transition: all .5s ease;
}

.one-quiz .quiz-inner-div:hover {
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    border: 5px solid #64ae85;

}
#quizzes-div {
    margin-top: 30px;
    margin-bottom: 30px;
}

#quizzes-div .one-quiz {
    margin-bottom: 30px;
}

#quizzes-div .quiz-inner-div h3{
    margin-top: 0;
    margin-bottom: 20px;
}

#quizzes-div .quiz-inner-div h3>a {
    color: black;
}

div.quiz-results {
    width: 90%;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    font-size: .9em;
    text-align: center;

}

div.quiz-results span {
    display: block;
    margin-bottom: 5px;
}

#quizzes-div .quiz-info p.how-many {
    font-size: 1.7em;
    color: #569673;
}

#quizzes-div .quiz-info p.quiz-desc {
    font-size: 1.2em;
    color: grey;
}
.bigger {
    font-size: 1.5em;
}
/* END OF QUIZ BLOCK */


