/*
 * AnimeFLV – shell front-end styles (builder: shell).
 * Only complements css.css for WordPress-generated markup (pages, posts,
 * comments, widgets, ad slots, 404). Design classes are never restyled.
 */

/* Ad slots */
.afl-ad{display:block;text-align:center;overflow:hidden;margin:0 auto 20px;max-width:100%}
.afl-ad:empty{display:none}
.Header+.afl-ad{margin-top:20px}
.Footer+.afl-ad{margin:20px auto}
.afl-ad img,.afl-ad iframe{max-width:100%;height:auto}

/* Home: main column fills the row when the sidebar is disabled */
.BX.Row>.Main:only-child{width:100%;max-width:100%}

/* Page / post content */
.Container>.Main{margin-bottom:20px}
.WdgtCn>.Top>h1.Title,.WdgtCn>.Top>h2.Title{margin:0;font-size:18px;line-height:1.4}
.WdgtCn>.Top>h2.Title a{color:inherit}
.WdgtCn .Description{word-wrap:break-word;overflow-wrap:break-word}
.WdgtCn .Description p,.WdgtCn .Description ul,.WdgtCn .Description ol,.WdgtCn .Description blockquote,.WdgtCn .Description table,.WdgtCn .Description figure{margin-bottom:15px}
.WdgtCn .Description ul{list-style:disc;padding-left:20px}
.WdgtCn .Description ol{list-style:decimal;padding-left:20px}
.WdgtCn .Description h2,.WdgtCn .Description h3,.WdgtCn .Description h4{margin:20px 0 10px;font-weight:700;line-height:1.3}
.WdgtCn .Description h2{font-size:20px}
.WdgtCn .Description h3{font-size:17px}
.WdgtCn .Description h4{font-size:15px}
.WdgtCn .Description img{max-width:100%;height:auto}
.WdgtCn .Description table{width:100%;border-collapse:collapse}
.WdgtCn .Description th,.WdgtCn .Description td{border:1px solid rgba(0,0,0,.1);padding:6px 10px}
.WdgtCn .Description blockquote{border-left:3px solid #01bcf3;padding-left:15px;font-style:italic}
.WdgtCn .Description .afl-meta,.afl-meta{font-size:12px;opacity:.7}
.alignleft{float:left;margin:0 15px 10px 0}
.alignright{float:right;margin:0 0 10px 15px}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:12px;opacity:.7;text-align:center}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}

/* Search results */
.afl-result{padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.afl-result:last-child{border-bottom:0}
.afl-result .Title{font-size:16px;margin:0 0 5px;font-weight:700}

/* 404 */
.Page404Cn{min-height:420px;padding:40px 0}

/* Widgets in the home sidebar (afl-home) */
.Sidebar .Wdgt>ul,.Sidebar .Wdgt>div:not(.Top):not(.Bod){padding:15px}
.Sidebar .Wdgt>ul>li{padding:4px 0}

/* Comments */
.ListComments,.ListComments .children{list-style:none;margin:0;padding:0}
.ListComments .children{padding-left:30px}
.ListComments .comment-body{position:relative;padding:12px 0 12px 52px;border-bottom:1px solid rgba(0,0,0,.06);min-height:64px}
.ListComments .comment-author .avatar{position:absolute;left:0;top:12px;width:40px;height:40px;border-radius:50%}
.ListComments .comment-author .fn{font-weight:700;font-style:normal}
.ListComments .comment-author .says{display:none}
.ListComments .comment-metadata,.ListComments .comment-meta{font-size:11px;opacity:.7;margin-bottom:5px}
.ListComments .comment-content p{margin-bottom:8px}
.ListComments .reply a{font-size:12px;font-weight:700}
.ListComments .comment-awaiting-moderation{font-size:12px;font-style:italic}
.comment-respond{margin-top:15px}
.comment-respond .comment-reply-title{font-weight:700;margin-bottom:10px}
.comment-respond .comment-reply-title small{margin-left:10px;font-size:12px}
.comment-respond .comment-notes,.comment-respond .logged-in-as{font-size:12px;margin-bottom:10px}
.comment-respond .comment-form-cookies-consent{font-size:12px;margin-bottom:10px}
.comment-respond .comment-form-cookies-consent input{margin-right:5px}
.comment-respond .form-group label{display:block;font-size:12px;margin-bottom:3px}
.comments-pagination{margin:10px 0;text-align:center}
.comments-pagination .page-numbers{display:inline-block;padding:2px 8px}
.afl-comments-closed{font-size:12px;opacity:.7}
