/*
 * FStormRender theme family
 *
 * Blog app CSS
 * (requires linking base fstorm.css file from the Site app)
 *
 * @link https://business-software.ru/
 * @author Business software company
 * @copyright 2019 Business software company
 * @package FStormRender
 */

#header .subscribe { padding: 4px 15px; }

#timeline .popup ul.menu-v { padding-left: 6px; }
#timeline .popup ul.menu-v li { list-style: none; line-height: 1.3em; }
#timeline .popup ul.menu-v li a { padding: 0; font-weight: bold; }
#timeline .popup ul.menu-v li ul { padding-left: 5px; padding-top: 6px; font-size: 0.8em; margin-bottom: 5px; }
#timeline .popup ul.menu-v li ul li { float: none; }
#timeline .popup ul.menu-v li ul li a { font-weight: normal; }

h1, h2, h3 { font-family: 'exo2-regular', Helvetica, Arial, "Lucida Grande", sans-serif; color: #33606b; }
h1 { margin-top: 1.25rem; margin-bottom: 2.5rem; }
.post { margin-left: 15px; }
.post h3 { font-size: 1.25rem; }
.post h3 a { text-decoration: none; color: #33606b; }
.post .hint a { text-decoration: underline; color: #ba7a2c; }
.post .hint a:hover { text-decoration: none; }
.post img { max-width: 100%; height: auto !important; margin: 15px auto; }
.post iframe { max-width: 100%; }
.post .text { margin-top: 5px; font-family: "AlergiaNormal-regular", "Lucida Grande", sans-serif; }
.post .text a { color: #ba7a2c; }
.post textarea { width: 100%; min-height: 300px; margin-top: 10px; height: 250px; }
.post.search-match { margin-top: 20px; margin-bottom: 50px; }
.post.search-match h3 { font-size: 1.5em; }

.post.media .section-header { margin-top: 0 !important; }

.credentials { overflow: hidden; line-height: 1.3em; }
.credentials a,
.credentials span { display: inline-block; vertical-align: middle; padding-left: 0 !important; //display: inline;}
.credentials .userpic { min-width: 20px; display: block; float: left; margin-right: 2px; }
.credentials .username { font-size: 0.9em; margin: 0; }
.credentials .username, .credentials .username a { text-decoration: underline; color: #ba7a2c; padding: 0; display: inline; }
.credentials a.username:hover { text-decoration: none; }
.credentials .date { margin: 0 3px; }
.post .credentials { margin-bottom: 20px;}

.photo-album-attachment ul.thumbs { padding-left: 0; }
.photo-album-attachment ul.thumbs li { list-style: none; display: inline-block; margin: 0 20px 20px 0; }
.photo-album-attachment .photo { margin-bottom: 20px; }
.photo-album-attachment .photo img { margin-top: -10px; }
.post .photo-album-attachment { padding-top: 10px; }

.comment-form { padding: 0; margin-top: 30px; }
.comment-form h4 { margin: 0 0 20px; font-weight: normal; }
.comment-form-fields p { margin: 0 0 10px; }
.comment-form-fields p a { display: inline !important; }
.comment-form-fields label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #aaa;}
.comment-form-fields input { width: 20em;}
.comment-form textarea { min-width: 70%; min-height: 160px; }
.comment-form .comment-submit { padding:0 0 20px 170px;}
.comment-form .userpic { width: 20px; height: 20px; float: left; margin-right: 5px; }
.comment-form ul.menu-h.auth-type li a img { float: left; margin-right: 3px; position: relative; top: 2px; }
.comment-form ul.menu-h.auth-type { padding-bottom: 20px; }

.comments { margin-top: 30px; margin-bottom: 10px; }
.comments h3 { margin: 0 0 20px; }
.comments h4 { margin: 0 0 10px; }
.comments .credentials .date { margin: 0 5px; }
.comments .credentials .userpic { margin-top: 5px; margin-right: 5px; }
.comments .credentials .userpic.icon16 { min-width: 0; width: 16px; height: 16px; margin: 7px 4px 0; }
.comments textarea { height: 100px; min-height: 100px; width: 75%; margin-top: 0; } 
.comments ul,
.comments ul.menu-v li { padding: 0; margin: 0; list-style: none;}
.comments ul li { margin:0 0 20px 0;}
.comments ul li ul { margin:20px 0 0 0; }
.comments ul li span.hint a { color: #aaa; text-decoration: underline; }
.comments .text { margin: 5px 0 5px 27px; }
.comments .actions { margin: 0 0 5px 22px; font-size: 0.9em; }
.comments ul li a.comment-delete { margin: 0 0 0 5px; padding: 0; color: #d99; text-decoration: underline; }
.comments ul li a.comment-delete:hover { background: red; color: white; }
.comments ul li ul { padding-left: 25px; }
.comments ul li .comment-form { padding: 10px 30px; margin-top: 0; }
.comments ul li .comment-form textarea { min-height: 100px; }
.comments ul.menu-h.auth-type { padding: 0 0 40px; margin-left: -5px; }
.comments ul.menu-h.auth-type li { padding-right: 10px; }
.comments ul.menu-h.auth-type li a { padding: 5px 6px; }
.comments ul.menu-h.auth-type li a img { top: 0; }

.pageless-wrapper { font-style: italic; }

html.realtime-preview,
html.realtime-preview body { background: #fff; }
html.realtime-preview #header,
html.realtime-preview h2.title,
html.realtime-preview .app-navigation { display: none; }
html.realtime-preview .content { margin-top: 0; }

.list-group-item { padding: 0.125rem 1.25rem; margin-bottom: 0; text-decoration: none; font-size: 1rem; border: 0; border-radius: 0; color: #2779a1; background-color: #000; word-break: break-word; }
.list-group-item:hover { color: #2779a1; text-decoration: none; }
.list-group-item.active { color: #484848; background-color: #272428; }
.list-group-item a { display: block; width: 100%; color: #2779a1; text-decoration: none; font-size: 1rem; font-family: 'AlergiaNormal-regular', Helvetica, Arial, "Lucida Grande", sans-serif; }

.list-group.list-group-root { padding: 1.875rem 0.9375rem 2.375rem 0.9375rem; background: #000; border: 3px solid #272428; }
.list-group.list-group-root .list-group { margin-bottom: 0; }
.list-group.list-group-root .list-group-item { border-radius: 0; border: 0; }
.list-group.list-group-root > .list-group-item:first-child { border-top-width: 0; }
.list-group.list-group-root > .list-group > .list-group-item { padding-left: 1.875rem; color: #484848; }
.list-group.list-group-root > .list-group > .list-group > .list-group-item { padding-left: 2.8125rem; color: #484848; }
.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group-item { padding-left: 3.75rem; color: #484848; }

.nav-manual + .content { font-size: 0.875rem; }

/* Plugins
---------- */

.categories {  }
.categories ul.menu-v { padding-left: 10px; }
.categories ul.menu-v li { float: none; line-height: 1.2em; font-size: 0.9em; margin: 2px 0; }
.categories ul.menu-v li.selected a { color: #000; text-decoration: none; font-weight: bold; }

.tags.cloud { padding: 10px 0; border: 1px solid #ccc; text-align: center; }


/* TABLET
========= */

@media screen and (min-width: 760px) and (max-width: 1024px) {

}

/* MOBILE
========= */

@media screen and (max-width: 760px) {

    #header .subscribe { float: none; text-align: center; font-size: 130%; padding: 5px 5px 10px; }
     
    .post { margin-left: 0; }
    .post h3 { font-size: 1.5em; }
    .post img { max-width: 100%; height: auto !important; }
    
    .comment-form-fields label { width: auto; float: none; }
    .comment-form-fields input { width: 80%; }
    .comment-form textarea { width: 90%; }
    .comment-form .comment-submit { padding-left: 0; }
    .comment-form .wa-captcha img { margin-bottom: 10px; }

    .list-group-item { font-size: 0.875rem; }
}

/* WIDE
========= */

@media screen and (min-width: 1300px) {


}