/*=====================================================================*
 *  BLUMEI.ORG                                                         *
 *  Mathieu Dellon                                                     *
 *                                                                     *
 *  style_pviewer.css
 *  all passion viewer css
 *=====================================================================*
 *                                                                     *
 *  >>> v0.1: june 21, 2021
 *                                                                     *
 *=====================================================================*/

.content-container.passionviewer {
    position: relative;
    width: 100%;
    top: -7px;
    padding: 0;
}
.content.passionviewer {
    width: 100%;
    margin: 0;
    padding: 0;
}
.pviewer-header-container {
    position: relative;
    height: 240px;
/*
    border-bottom: 1px solid #233348;
*/
}

.pviewer-header-wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 240px;
    width: 100%;
    overflow: hidden;
}
.pviewer-header-pic {
    position: absolute;
    width: 802px;
    height: 241px;
    top: 0;
    left: -805px;
    z-index: 50;
}
.pviewer-header-gradient {
    position: absolute;
    width: 100%;
    height: 6px;
    opacity: 0.7;
    bottom: 0;
    left: -805px;
    z-index: 51;
}

/* PVIEWER MENU */
.pviewer-header-menu {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	opacity: 0;
}
.pviewer-header-menu input {
	
}

.pviewer-neck-container {
    overflow: hidden;
}
.pviewer-header-title {
	float: left;
    position: relative;
    left: 805px;
    max-width: 550px;
    margin: 20px 0 20px 20px;
    font-family: "Geo";
    font-size: 2.3em;
    font-weight: bold;
}
.pviewer-body-container {
    margin-left: 15px;
    padding-left: 30px;
    opacity: 0;
}
.pviewer-body {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url("../images/arrow-stick.png");
    background-repeat: repeat-y;
}
.pviewer-arrow {
}
.pviewer-arrow img {
    width: 18px;
}
.pviewer-arrow.head {
    margin-bottom: -8px;
}
.pviewer-arrow.ball {
    margin-top: -3px;
}

.pviewer-content-wrapper.share textarea {
    width: 290px;
    resize: none;
    font-family: "Cicle";
    font-size: 1.1em;
}
.pviewer-post-item.share #form-submit {
    display: inline;
    padding: 5px 10px 3px 10px;
    color: #fff;
    font-size: 0.9em;
    font-family: "Leon", "Cicle";
    font-variant: small-caps;
    background-color: #4683B2;
    border-top: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
    border-bottom: 2px solid #B9B9B9;
    border-right: 2px solid #B9B9B9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.pviewer-post-item.share #form-submit:hover {
    color: #000;
    cursor: pointer;
    background-color: #F2F2F2;
}
.pviewer-content-wrapper.share .form-error {
    margin-bottom: 0;
}
.arrow-dots {
    position: absolute;
    top: 11px;
    left: -10px;
    width: 23px;
}

.arrow-dots.share {
    top: -21px;
    left: -28px;
}
.pviewer-post-title {
    width: 80%;
    margin-left: 69px;
    font-family: "Cicle";
    font-size: 1.2em;
    font-weight: bold;
}
.pviewer-post-title.share {
    display: inline;
    padding-right: 3px;
    padding-left: 15px;
    margin-left: 0;
}
.pviewer-post-item.share {
    margin-bottom: 90px;
    margin-left: 11px;
}
.pviewer-post-title.share {
	position: relative;
    font-family: "Leon";
    font-size: 1.5em;
    font-weight: bold;
    font-variant: small-caps;
    border-bottom: 2px solid #000;

}
.pviewer-underline.share {
}

.pviewer-content-wrapper {
    width: 90%;
    margin-top: 10px;
    margin-left: 15px;
    white-space: nowrap;
}
.pviewer-content-wrapper.share {
	position: relative;
    margin-top: 9px;
}
.pviewer-content-wrapper.share .please-login {
    width: auto;
    padding: 0;
    text-align: left;
    font-size: 1.2em;
    border-top: none;
    border-bottom: none;
}

.pviewer-post-list-container {
    margin-top: 70px;
}
.pviewer-post-list-error {
    margin-left: 40px;
}
 




/***** POST ITEM *****/
.post-item {
    position: relative;
    width: 90%;
    margin-bottom: 50px;
    font-family: "Cicle";
    border-top: 2px solid #574254;
    -webkit-border-radius: 0 7px 0 0;
    -moz-border-radius: 0 7px 0 0;
    border-radius: 0 7px 0 0;
}
.post-item a {
    font-family: "Cuprum";
    font-size: 1em;
    color: #4683B2;
}
.post-item a:hover {
    color: #95C0E8;
    text-decoration: none;
    cursor: pointer;
}
.post-item .post-wrapper {
    margin-left: 28px;
    padding: 7px 15px 15px 15px;
    border-left: 1px solid #C49FBE;
    border-right: 2px solid #C49FBE;
    border-bottom: 2px solid #C49FBE;
    white-space: nowrap;
    background-color: #FAF7FC;
    -webkit-border-radius: 0 7px 7px 7px;
    -moz-border-radius: 0 7px 7px 7px;
    border-radius: 0 7px 7px 7px;
}
.post-item .arrow-dots {
    position: absolute;
    z-index: 10;
    top: -13px;
    left: -2px;
}
.post-item .username {
    padding-bottom: 3px;
    border-bottom: 1px solid #465565;
}
.post-item .username a {
    font-size: 1.3em;
    font-weight: bold;
}
.post-item .username a:hover {
}
.username .date {
    margin-left: 10px;
    font-size: 0.95em;
    font-style: italic;
    color: #707070;
}
.post-item img.user-avatar {
    width: 40px;
}
.post-item .special-actions {
    float: right;
    margin-top: 3px;
}
.post-item .special-actions a {
    font-size: 1.3em;
}
.post-item .post-body {
    margin-top: 0;
}
.post-item .post-body div.message {
    margin-bottom: 30px;
    padding-top: 15px;
    font-size: 1.1em;
    white-space: break-spaces;
}

.post-item .post-stats-box {
    float: right;
    font-size: 1.1em;
}
.post-item .post-stats-box div {
	float: left;
}
.post-item .post-stats-box div:hover {
	cursor: pointer;
}
.post-item .post-stats-box img {
	width: 15px;
	margin-left: 20px;
}
.post-item .form-reply { 
    overflow: hidden;
}
.post-item .form-reply textarea {
    width: 596px;
    padding: 3px 10px;
    margin: 2px 0;
    font-family: "Cicle";
    font-size: 1.2em;
    background-color: #fff;
}

.post-item .comments-box {
    overflow: auto;
    margin-top: 10px;
    padding: 15px 10px 0 10px;
    background-color: #fff;
    border-top: 2px solid #C3C3C7;
    border-bottom: 1px solid #C3C3C7;
    border-left: 2px solid #C3C3C7;
    border-right: 1px solid #C3C3C7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-item .comments-box .view-all-link {
    margin-left: 7px;
    overflow: hidden;
}
.post-item .comments-box .hide-comments {
	float: left;
	margin-top: 0;
	margin-left: 7px;
	margin-bottom: 15px;
}
.post-item .comments-box .comm-top {
	float: right;
}
.post-item .comments-shortlist {
    overflow: hidden;
}
.hide { 
    display: none;
}


/***** COMMENTS ******/
.comm-item {
    white-space: nowrap;
    margin-bottom: 40px;
}
.comm-item .left {
    float: left;
    margin-right: 5px;
}
.comm-item .left .user-avatar {
    width: 40px;
}
.comm-item .comm-body {
    float: left;
    width: 540px;
}
.comm-item .username {
	margin-bottom: 9px;
    padding-bottom: 0;
    border: none;
}
.comm-item .username a {
    font-size: 1.1em;
}
.comm-item .comm-actions-box {
	float: right;
}
.comm-item .comm-actions-box a {
    font-size: 1em;
}
.comm-item .message {
	margin-top: 2px;
	font-size: 1.1em;
	white-space: break-spaces;
}
.comm-item .stats-box {
	margin-top: 12px;
}
.comm-item .stats-box div {
	float: left;
	margin-right: 20px;
}

.comm-item .stats-box img.icon {
	width: 18px;
}
.comm-item .stats-box img.icon:hover {
	cursor: pointer;
}

.comm-item .stats-box .form-loader {
	width: 30px;
	height: 18px;
	margin-left: -10px;
}
.comm-item .stats-box .form-loader img {
	height: 50px;
	margin-top: 5px;
	margin-left: -3px;

}
.comm-item .stats {
	float: none;
	font-size: 1.1em;
}

.comm-item .replies-list-box {
    margin-top: 20px;
    margin-left: 49px;
    margin-bottom: 50px;
    padding: 7px;
    border-left: 1px solid #ccc;
    overflow: hidden;
}


.reply-item {
	width: 531px;
	margin-bottom: 20px;
}
.reply-item img.user-avatar {
    width: 30px;
}
.reply-item .reply-body {
    float: left;
    width: 91%;
}
.reply-item .username a {

}
.reply-item .reply-actions-box {
	float: right;
}
.reply-item .reply-actions-box a {
	font-size: 1em;
}

.reply-item .reply-body {
}
.reply-item .hide-replies {
	
]
/*

.pviewer-post-item {
    position: relative;
    z-index: 50;
    width: 90%;
    margin-left: 10px;
    margin-top: 50px;
}
.pviewer-post-date {
    margin-left: 10px;
    font-family: "Cicle";
    font-size: 0.8em;
    font-style: italic;
    color: #707070;
}
.pviewer-underline {
    width: 90%;
    border-top: 1px solid #1E333E;
}

.pviewer-content-left, .pviewer-content-right {
    margin-right: 3px;
    float: left;
}
.pviewer-content-right {
    width: 86%;
}
.pviewer-avatar {
    width: 37px;
}
.pviewer-post-op {
    margin-top: 5px;
    margin-left: 55px;
    margin-bottom: 3px;
    font-size: 1em;
}
.pviewer-post-op a {
    font-weight: bold;
    font-size: 1.1em;
    color: #4A889B;
}
.pviewer-post-op a:hover {
    cursor: pointer;
    color: #A6C3E6;
}
.pviewer-op {
    width: 100%;
    font-size: 0.95em;
    padding: 5px 12px 10px 12px;
    background-color: #F7F9FA;
    border-top: 1px solid #E3E5E6;
    border-left: 1px solid #E3E5E6;
    border-bottom: 2px solid #E3E5E6;
    border-right: 2px solid #E3E5E6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.pviewer-op-flag {
    margin-bottom: 10px;
    font-family: "Leon";
    font-size: 1em;
    text-align: right;
    font-style: italic;
}
.pviewer-op-flag a, .pviewer-op-actions a {
    color: #4A889B;
}
.pviewer-op-flag a:hover, .pviewer-op-actions a:hover {
    color: #A6C3E6;
    cursor: pointer;
    text-decoration: none;
}
.pviewer-op-stats {
    font-family: "Cicle";
    font-size: 0.9em;
    font-style: italic;
}
.pviewer-op-actions {
    margin-top: 3px;
    margin-left: 5px;
    font-size: 0.9em;
}
.pviewer-op-message {
    margin-top: -15px;
    margin-bottom: 30px;
}

.pviewer-comment-list {
    height: 0;
    overflow: hidden;
}

.pviewer-form.post-comment {
    height: 0;
    overflow: hidden;
}
.pviewer-form.post-comment textarea {
    resize: none;
    width: 95%;
    font-family: "Cicle";
    font-size: 1.1em;
}
.pviewer-form.post-comment textarea:focus {
    border: 1px solid #A6BDC9;
}


.pviewer-comments-container {
    margin-top: 30px;
    margin-left: 74px;
}
.pviewer-comm-count {
    width: 97%;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #7D9DAC;
}
.pviewer-comm-count a {
    font-weight: bold;
    font-size: 1em;
    color: #4A889B;
}
.pviewer-comm-count a:hover {
    cursor: pointer;
    color: #A6C3E6;
    text-decoration: none;
}
.pviewer-comm-item-container {
    white-space: nowrap;
}
.pviewer-comm-left, .pviewer-comm-right {
    float: left;
}
.pviewer-comm-right {
    width: 89%;
}
.pviewer-comm-author .date {
    margin-left: 10px;
    font-family: "Cicle";
    font-size: 0.8em;
    font-style: italic;
    color: #707070;
}
.pviewer-comm-author a {
    font-weight: bold;
    font-size: 1.1em;
    color: #4A889B;
}
.pviewer-comm-author a:hover {
    cursor: pointer;
    color: #A6C3E6;
}
.pviewer-comm-body {
    font-size: 0.95em;
    padding: 5px 12px 10px 12px;
    background-color: #F7F9FA;
    border-top: 1px solid #E3E5E6;
    border-left: 1px solid #E3E5E6;
    border-bottom: 2px solid #E3E5E6;
    border-right: 2px solid #E3E5E6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.pviewer-comm-flag {
    font-family: "Leon";
    font-size: 1em;
    text-align: right;
    font-style: italic;
}
.pviewer-comm-flag a, .pviewer-comm-actions a {
    color: #4A889B;
}
.pviewer-comm-flag a:hover, .pviewer-comm-actions a:hover {
    color: #A6C3E6;
    cursor: pointer;
    text-decoration: none;
}
.pviewer-comm-author {
    margin-top: -14px;
    margin-bottom: 10px;
}
.pviewer-comm-actions {
    margin-top: 3px;
    margin-left: 5px;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.pviewer-comm-form {
    height: 0;
    overflow: hidden;
}
.pviewer-comm-form textarea {
    resize: none;
    width: 98%;
    font-family: "Cicle";
    font-size: 1.1em;
}
.pviewer-comm-form textarea:focus {
    border: 1px solid #A6BDC9;
}

.pviewer-comm-form input {
    padding: 5px 10px 3px 10px;
    color: #fff;
    font-size: 0.9em;
    font-family: "Leon", "Cicle";
    font-variant: small-caps;
    background-color: #4683B2;
    border-top: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
    border-bottom: 2px solid #B9B9B9;
    border-right: 2px solid #B9B9B9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.pviewer-comm-form input:hover {
    color: #000;
    cursor: pointer;
    background-color: #F2F2F2;
}
.pviewer-reply-form {
    width: 100%;
    height: 0;
    overflow: hidden;
}
.pviewer-reply-form textarea {
    width: 98%;
    font-size: 1em;
}
.pviewer-reply-form input {
    padding: 5px 10px 3px 10px;
    color: #fff;
    font-size: 0.9em;
    font-family: "Leon", "Cicle";
    font-variant: small-caps;
    background-color: #4683B2;
    border-top: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
    border-bottom: 2px solid #B9B9B9;
    border-right: 2px solid #B9B9B9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.pviewer-reply-form input:hover {
    color: #000;
    cursor: pointer;
    background-color: #F2F2F2;
}
a.pviewer-reply-count {
    float: right;
    margin-right: 8px;
    font-size: 1.03em;
    font-weight: bold;
}
*/
