/******************************

	Basic

**********************************/



.ossn-required {

	color: #a94442;

}



::-webkit-scrollbar {

	width: 12px;

}



::-webkit-scrollbar-track {

	background-color: #eaeaea;

	border-left: 1px solid #ccc;

}



::-webkit-scrollbar-thumb {

	background-color: #ccc;

}



::-webkit-scrollbar-thumb:hover {

	background-color: #aaa;

}



.ossn-form input[type='number'],

.ossn-form input[type='email'],

.ossn-form input[type='password'],

.ossn-form text,

.ossn-form select,

.ossn-form textarea,

.ossn-form input[type='text'] {

	width: 100%;

	background-color: #f9f9f9;

	border: 1px solid #ccd0d5;

	padding: 8px;

	margin-bottom: 5px;

	outline: none;

	display: block;

	resize: vertical;

	border-radius: 5px;

	border-radius: 5px;

	box-shadow: none;

	-webkit-box-shadow: none

}



.ossn-form input[type='number']:focus,

.ossn-form input[type='email']:focus,

.ossn-form input[type='password']:focus,

.ossn-form text:focus,

.ossn-form select:focus,

.ossn-form textarea:focus,

.ossn-form input[type='text']:focus {

	outline: none;

}



.ossn-form input[readonly],

.ossn-form input[readonly],

.ossn-form input[readonly],

.ossn-form select[readonly],

.ossn-form textarea[readonly],

.ossn-form input[readonly] {

	background: #dbdbdb;

}



.ossn-form input[type="file"] {

	display: block;

}



.btn:focus,

.btn:active {

	outline: none !important;

}



.btn-link {

	font-weight: 400;

	color: #337ab7;

}



.form-control {

	height: initial;

}



.ossn-form-group-half {

	display: inline-block;

	width: calc(50% - 2px);

	float: left;

	box-sizing: border-box;

}



.radio-block-container {

	margin-bottom: 20px;

}



.ossn-form input[type='submit'] {

	margin-top: 5px;

	margin-bottom: 5px;

}



.ossn-red-borders {

	border: 1px solid #a94442 !important;

}



.fa,

.fas,

.far,

.fal,

.fad,

.fab {

	margin-right: 5px;

}



.hidden,

.ossn-hidden {

	display: none !important;

}



p {

	font-size: 15px;

}



.col-center {

	float: none;

	margin: 0 auto;

}



.container-table {

	display: table;

	width: 100%;

}



.center-row {

	display: table-cell;

	text-align: center;

}



.checkbox-block,

.radio-block {

	margin-top: 10px;

	margin-bottom: 10px;

}



.checkbox-block span,

.radio-block span {

	display: inline-block;

	margin-right: 10px;

	font-size: 15px;

	font-weight: bold;

	margin-left: 10px;

}

.checkbox-block span{
	width:89%;
}



.ossn-checkbox-input {

	width: 20px;

	height: 20px;

	color: #0b769c;

	-webkit-appearance: none;

	background: none;

	border: 0;

	outline: 0;

	flex-grow: 0;

	background-color: #FFFFFF;

	transition: background 300ms;

	cursor: pointer;

	float: left;

	margin-top: 2px;

}



.checkbox-block [type=checkbox]::before {

	content: "";

	color: transparent;

	display: block;

	width: inherit;

	height: inherit;

	border-radius: inherit;

	border: 0;

	background-color: transparent;

	background-size: contain;

	box-shadow: inset 0 0 0 1px #CCD3D8;

}





.checkbox-block [type=checkbox]:checked {

	background-color: currentcolor;

}



.checkbox-block [type=checkbox]:checked::before {

	box-shadow: none;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");

}



.checkbox-block [type=checkbox]:disabled {

	background-color: #CCD3D8;

	opacity: 0.84;

	cursor: not-allowed;

}



a {

	color: #0f3b4a;

	text-decoration: none;

}





/************************************

	Layouts

************************************/





/** didn't we have a minimum page height in goblue? #702 **/



.ossn-layout-module,

.ossn-layout-contents,

.ossn-layout-media,

.ossn-layout-newsfeed {

	margin-top: 10px;

	min-height: 400px;

}



.ossn-home-container,

.ossn-layout-startup {

	min-height: 560px;

}



.ossn-home-container .ossn-page-contents {

	background: rgba(255, 255, 255, 0);

	border: 1px solid rgba(238, 238, 238, 0);

}



.ossn-layout-startup {

	min-height: 560px;

}



.ossn-layout-startup-background {

	min-height: 560px;

	/*background: url("https://booksignite.nbtechnologies.net/themes/booksignite/images/background.jpg") no-repeat;*/

	background-size: cover;

}



.ossn-layout-startup .col-md-11 {

	width: 100%;

}



footer .ossn-footer-menu a {

	color: #fff;

}



.ossn-home-container {

	margin-top: 20px;

}



.ossn-layout-newsfeed .newsfeed-right {}



.ossn-page-container {

	overflow-x: hidden;

	min-height: 400px;

}



.ossn-layout-module {

	margin-top: 10px;

	background: #fff;

	border: solid 1px #cecdcd


}



.ossn-layout-module .module-title {

	background: #F9F7F7;

	border: 1px solid #eee;

	padding: 10px;

	border-top-right-radius: 10px;

	border-top-left-radius: 10px;

}



.ossn-layout-module .module-contents {

	padding: 10px;

}



.ossn-layout-module .module-title .title {

	font-weight: bold;

	display: inline-block;

}



.ossn-layout-module .controls {

	float: right;

	display: inline-table;

}



.ossn-layout-media {

	margin-top: 10px;

}



.ossn-layout-media .like-share,

.ossn-layout-media .comments-list {

	margin-left: -10px;

	margin-right: -10px;

}



.ossn-layout-media .content,

.ossn-page-contents {

	background: #fff;

	padding: 10px;

	border: 1px solid #eee;

}

.newsfeed-middle.ossn-page-contents.search{
	background-color:transparent;
}


.opensource-socalnetwork {

	min-height: 500px;

}



.ossn-home-container .row {

	margin-right: 10px;

	margin-left: 10px;

}



#ossn-signup-errors {

	display: none;

	margin-top: 10px;

}



.ossn-error-page {

	text-align: center;

	padding: 100px;

}



.ossn-error-page .error-heading {

	font-size: 50px;

	font-weight: bold;

}



.ossn-error-page .error-text {

	font-size: 16px;

}



.ossn-error-page .fa-exclamation-triangle {

	font-size: 100px;

}
.ossn-error-page .fa-exclamation-triangle:before{
	content: '';
    display: block;
    background: url(/themes/booksignite/images/books-ignite-icon-large.png);
    background-size: cover;
    height: 150px;
    width: 150px;
}



.ossn-group-members {

	margin-right: 5px;

}



.ossn-page-loading-annimation {

	background: #fff;

	position: fixed;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	z-index: 9999;

}



.ossn-page-loading-annimation .ossn-page-loading-annimation-inner {

	width: 24px;

	margin: 0 auto;

	margin-top: 20%;

}



.newsfeed-middle-top {

	display: none;

	background-color: #fff;

	box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);

	border-radius: 3px;

	margin-top: 2px;

	margin-bottom: 4px;

	padding: 9px;

}





/*******************************

	Topbar	

********************************/



.topbar {

	background: #111111;

	color: #fff;

	z-index: 1;

	position: relative;

	height: auto;

	padding:5px;

}



.topbar .fa {

	font-size: 20px;

	margin-top: 5px;

}



.topbar .site-name a {

	text-transform: uppercase;

	font-size: 20px;

	padding: 10px;

	color: #fff;

	display: block;

	font-weight: bold;

}



.topbar .site-name a:hover {

	text-decoration: none;

}



.topbar-menu-left {

	position: relative;

	z-index: 1;

}



.topbar-menu-right ul {

	margin-bottom: 0px;

}

.topbar-menu-right .btn-primary, .topbar-menu-right .btn-primary:hover{
	max-width: 100%;
    font-size: 12px;
    margin-top: 0px;
    border-radius: 0px;
    padding: 3px 9px!important;
}

.topbar-menu-right li,

.topbar-menu-left li {

	display: inline-block;

}



.topbar-menu-right li a:not(.topbar-menu-right li .dropdown-item),

.topbar-menu-left li a {

	padding: 10px;

	display: block;

	color: #fff;

}



.topbar-menu-right li:hover,

.topbar-menu-left li:hover {

	cursor: pointer;

	/*background-color: #e75e24;*/

}



.topbar .right-side-nospace .topbar-menu-right {

	margin-right: 0px;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.topbar .right-side-space .topbar-menu-right {

	margin-right: 10px;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.topbar .ossn-icons-topbar-friends,

.topbar .ossn-icons-topbar-messages,

.topbar .ossn-icons-topbar-notification i {

	color: #0f3b4a;

}



.topbar .ossn-icons-topbar-friends-new,

.topbar .ossn-icons-topbar-messages-new,

.topbar .ossn-icons-topbar-notifications-new i {

	color: #fff;

}
.topbar i.books-notifications{
	display: inline-block;
    background: url(/themes/booksignite/images/icons/notifications-solid-white.png);
    background-size: cover;
    height: 25px;
    width: 25px;
}
.topbar i.books-gear{
	display: inline-block;
    background: url(/themes/booksignite/images/icons/gear-solid-white.png);
    background-size: cover;
    height: 25px;
    width: 25px;
}
.topbar i.books-user{
	display: inline-block;
    background: url(/themes/booksignite/images/icons/user-solid-white.png);
    background-size: cover;
    height: 25px;
    width: 25px;
}
.topbar i.bookmarks{
	display: inline-block;
    background: url(/themes/booksignite/images/icons/bookmark-solid-white.png);
    background-size: cover;
    height: 25px;
    width: 25px;
}
.topbar i.books-envelope{
	display: inline-block;
    background: url(/themes/booksignite/images/icons/envelope-solid-white.png);
    background-size: cover;
    height: 25px;
    width: 25px;
}


.ossn-topbar-dropdown-menu {

	float: right;

}



.ossn-topbar-dropdown-menu ul li a,

.ossn-topbar-dropdown-menu ul li {

	display: block;

	width: 100%;

	color: #000;

}



.ossn-topbar-dropdown-menu .dropdown-menu {

	margin: 1px -120px 0;

}





/***********************************

	Ossn Wall

*************************************/



.ossn-wall {}



.ossn-wall-items {}



.ossn-wall-item {

	padding: 15px;

	padding-top: 10px;

	border: 1px solid #eee;

	margin-top: 20px;

	background-color: #fff;

	padding-bottom: 0px;

	border-radius: 10px;

}



.ossn-wall-item:first-child {

	margin-top: 0px;

}



.ossn-wall-item .friends a {

	text-decoration: none;

}



.ossn-wall-item .friends a:first-child:before {

	content: "-";

	margin-left: 5px;

	margin-right: 5px;

}



.ossn-wall-item .user-img {

	border-radius: 50px;

	display: inline-block;

	float: left;

	margin-right: 10px;

}



.ossn-wall-item .meta {}



.ossn-wall-item .meta .user {

	margin-top: 3px;

}



.ossn-wall-item .meta .user a {

	font-weight: bold;

}



.ossn-wall-item .meta .user span {

	color: #999;

}



.ossn-wall-item .post-contents {

	margin-top: 15px;

}


.ossn-wall-item .post-contents p {

	/** Incorrect Hyphenation in the theme GoBlue 3.0 #824 **/

	word-break: break-word;

	text-align: justify;
	font-size:24px;
	line-height: 30px;

}



.ossn-wall-item .post-contents img {

	max-width: 100%;

	border: 1px solid #eae8e8;

	display: block;

	margin-bottom: 10px;

}



.ossn-wall-item .meta .post-menu {

	float: right;

}



.ossn-wall-item .meta .post-menu .btn-link {

	font-size: 22px;

}



.ossn-wall-container {

	border-radius: 2px;

	margin-top: -5px;

	margin-bottom: 10px;

	border-top-right-radius: 10px;

	border-top-left-radius: 10px;

}



.ossn-wall-container textarea {

	padding: 10px;

	width: 100%;

	border: 1px solid;

	border: 0;

	border-top: 0px;

	resize: none;

	outline: none;

	background: #fff;

	border-radius: 0;

	font-size: 15px;

	resize: vertical;

	margin-left: 0;

}



.ossn-wall-container .controls {

	background-color: #fff;

	margin-top: 5px;

	border: 1px solid #E9EAED;

	padding: 5px 10px;

	margin-left: -10px;

	margin-right: -10px;

	border-left: 0;

	border-right: 0;

}



.ossn-wall-container .wall-tabs {

	border: 1px solid #cecdcd;
	border-bottom:0px;

	background-color: #fff;

	margin-top: 5px;

	border-top-right-radius: 0px;

	border-top-left-radius: 0px;

}



.ossn-wall-container .wall-tabs .item {

	padding: 10px;

	display: inline-flex;

	cursor: pointer;

	border-bottom: 0px;

	font-weight: bold;

	font-size: 13px;

}



.ossn-wall-container .wall-tabs .item:hover {

	background: #eee;

}



.ossn-wall-container .wall-tabs .item div {

	display: inline-block;

}



.ossn-wall-container .wall-tabs .item .text {

	font-weight: bold;

	margin-top: 1px;

	margin-left: 5px;

	position: absolute;

	font-size: 15px;

}



.ossn-wall-container .tabs-input {}



.ossn-wall-container .controls li {

	padding: 7px;

	background: #e5e5e5e0;

	display: inline-block;

	border-radius: 50%;

	cursor: pointer;

	width: 35px;

	height: 35px;

	text-align: center;

}



.ossn-wall-container .controls .ossn-wall-friend,

.ossn-wall-container .controls .ossn-wall-location,

.ossn-wall-container .controls .ossn-wall-photo,

.ossn-wall-container-control-menu-emojii-selector {

	color: #5d5d5d;

}



.ossn-wall-container .controls li:hover {

	background: #fff;

}



.ossn-wall-post-button-container {
	display: inline-block;
	width:100%;
	text-align:center;

}

.ossn-wall-privacy-dummy,

.ossn-wall-privacy {

	margin-right: 5px;

	padding: 5px 10px;

	background: #e5e5e5e0;

	border-radius: 10px;

	cursor: pointer;

	display: inline-block;

	margin-top: 10px;
	display:none;

}



.ossn-wall-privacy-dummy {

	background: #e5e5e5e0;

	cursor: initial;

	opacity: 0.5;

}



.ossn-wall-privacy:hover {

	background: #eeeeee8c;

}



.ossn-wall-privacy-dummy span>span,

.ossn-wall-privacy span>span {

	margin-left: 5px;

	float: right;

}



.ossn-wall-container input[type='submit'] {
	display:inline;
	border-radius: 20px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 800;
    margin:0px 5px;
    line-height:15px;

}
.ossn-wall-post-button-container .book-publish{
	background: #e75e24;
    color: #fff;
    text-transform: uppercase;
	border-radius: 20px;
    padding: 9px 30px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 20px;
    margin:0px 5px;
    border: 1px solid #6f6f6e;
    line-height:15px;
}



.ossn-wall-container i {

	font-size: 15px;

	margin-right: 0;

}



.ossn-wall-container-data {

	background: #fff;

	padding: 10px;

	border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;

	border: 1px solid #E5E5E5;

	border-bottom-color: #ccc;

	border-width: 0 1px 2px 1px;

}



#ossn-wall-photo {

	margin-top: 10px;

}



.ossn-wall-container input[type="file"],

.ossn-wall-container input[type="text"] {

	width: 100%;

	border-top: 1px dashed #E9EAED;

	padding: 5px;

	margin-bottom: 5px;

	margin-top: -5px;

	outline: none;

}



.ossn-wall-container input[type="file"] {

	border: 1px solid #E9EAED;

	border-radius: 10px;

	background: #fff;

}



#token-input-ossn-wall-friend-input {

	width: 100% !important;

	padding: 7px;

	margin-bottom: 5px;

	margin-top: -5px;

	background: #fff;

	border: 0;

}



#ossn-wall-location-input {

	background: #fff;

	border: 1px solid #E9EAED;

	border-radius: 10px;

}



#ossn-wall-location .ap-input-icon svg {

	top: 15px

}



#ossn-wall-form .ossn-loading {

	margin: 7px;

}



.ossn-wall-item-type {

	display: inline-block;

}



.ossn-wall-item .friends {

	display: inline-block;

}





/*******************************

	Comments Likes

********************************/



.ossn-comment-menu {

	float: right;

	margin-left: 10px;

}



.comments-item:hover .ossn-comment-menu {

	display: block;

	margin-left: 10px;

}



.comments-likes {

	width: 100%;

}



.menu-likes-comments-share {

	margin-bottom: 10px;

}



.menu-likes-comments-share li {

	display: inline-block;

}



.menu-likes-comments-share li::after {

	content: "-";

	margin-left: 5px;

	margin-right: 5px;

	color: #ccc;

}



.menu-likes-comments-share li:last-child:after {

	content: " ";

}



.comments-list {

	background-color: #FBFBFB;

	margin-left: -15px;

	margin-right: -15px;

	padding-left: 10px;

	padding-right: 10px;

	border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;

}



.comments-list .comments-item {

	padding-top: 10px;

	padding-bottom: 5px;

}



.comments-list .comments-item:first-child {

	margin-top: 0px;

	padding-top: 10px;

}



.comments-list .comments-item:last-child {

	border-bottom: none;

}



.comments-list .comments-item .comment-user-img {

	display: inline-block;

	border-radius: 32px;

}





/** UI improvements comments #1524 **/



.comments-list .comments-item .comment-contents {

	display: inline-block;

	margin-top: -3px;

	background-color: #ebedf0;

	border-radius: 18px;

	width: auto;

	line-height: 16px;

	padding: 6px 12px 7px 12px;

}



.comment-container {

	position: relative;

	z-index: 0;

}



.comments-item .col-md-11 {

	padding-left: 0px;

}



.comment-metadata .time-created,

.comment-metadata a {

	display: inline-block;

}



.comment-contents p {

	margin: 0px;

	word-break: break-word;

	text-align: left;

}



.comment-contents p img {

	display: block;

	margin-top: 10px;

	margin-bottom: 10px;

	max-width: 100%;

}



.comment-contents .owner-link {

	font-weight: bold;

	margin-right: 5px;

	font-size: 14px;

}



.comment-contents {

	width: 100%;

}



.comment-container span[readonly='readonly'],

.comment-container input[readonly='readonly'] {

	background: #eee;

}



.comments-item .comment-metadata {

	margin-top: 25px;
    /*float: right;*/
}



.comment-box {

	width: 100%;

	border: 1px solid #eee;

	padding: 6px 65px 6px 12px;

	margin-bottom: 5px;

	outline: none;

	display: block;

	resize: vertical;

	min-height: 32px;

	background-color: #f2f3f5;

	border: 1px solid #ccd0d5;

	border-radius: 15px;

	word-break: break-word;

	text-align: left;

}



[contentEditable=true]:empty:not(:focus)::before {

	content: attr(placeholder);

}





/*********************************

	Like

************************************/



.like-share {

	border-top: 1px solid #eee;

	border-bottom: 1px solid #eee;

	padding: 10px;

	margin-top: 10px;

	background-color: #FBFBFB;

	margin-left: -15px;

	margin-right: -15px;

	padding-left: 20px;

	padding-right: 20px;

}



.ossn-like-comment,

.ossn-total-likes {

	margin-left: 0px;

}





/********************************

	Global

***********************************/



.time-created {

	font-size: 14px;

	font-style: italic;

	color: #999;

}





/********************************

	Sidebar Nav

*********************************/



.sidebar {

	background-color: #333;

	height: 200px;

	z-index: 1000;

	width: 200px;

	position: absolute;

	height: 100%;

	margin-left: -200px;

	overflow-y: auto;

	overflow-x: hidden;

	color: #fff;

}



.sidebar a {

	color: #fff;

}



.sidebar-close {

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.sidebar-open {

	margin-left: 0px;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.sidebar-open-no-annimation {

	margin-left: 0px;

}



.sidebar-open-page-container {

	margin-left: 200px;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.sidebar-open-page-container-no-annimation {

	margin-left: 200px;

}



.sidebar-close-page-container {

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}



.newseed-uinfo {

	padding: 10px;

}
.newseed-uinfo .profile-meta p{
	margin-bottom:0px;
	color:#e75e24;
	font-weight:600;
}
.newseed-uinfo .profile-meta a, .newseed-uinfo .profile-meta a:hover{
	color:#e75e24;
	font-size:12px;
}



.newseed-uinfo img {

	display: inline-block;

	border-radius: 50px;

	float: left;

}



.newseed-uinfo .name {

	display: inline-block;

	width: 100px;

	margin-left: 10px;

	margin-top: -2px;

}



.newseed-uinfo .name a {

	font-weight: bold;

	display: block;

	color: #fff;

	font-size: 17px;

}



.newseed-uinfo .name .edit-profile {

	font-weight: inherit;

}



.sidebar-menu-nav {

	overflow: auto;

	font-family: verdana;

	font-size: 12px;

	font-weight: 200;

	top: 0px;

	width: 100%;

	height: 100%;

}



.sidebar-menu-nav ul,

.sidebar-menu-nav li {

	list-style: none;

	padding: 0px;

	margin: 0px;

	line-height: 35px;

	cursor: pointer;

}



.sidebar-menu-nav ul:not(collapsed) .arrow:before,

.sidebar-menu-nav li:not(collapsed) .arrow:before {

	font-family: 'Font Awesome 5 Free';

	content: "\f078";

	display: inline-block;

	padding-left: 10px;

	padding-right: 10px;

	font-weight: 900;

	vertical-align: middle;

	float: right;

}



.sidebar-menu-nav ul .sub-menu li {

	padding-left: 20px;

}



.sidebar-menu-nav ul .sub-menu li,

.sidebar-menu-nav li .sub-menu li {

	border: none;

	line-height: 28px;

	border-bottom: 1px solid #23282e;

	margin-left: 0px;

}



.sidebar-menu-nav ul .sub-menu li:hover,

.sidebar-menu-nav li .sub-menu li:hover {

	background-color: #020203;

}



.sidebar-menu-nav ul .sub-menu li:before,

.sidebar-menu-nav li .sub-menu li:before {

	font-family: 'Font Awesome 5 Free';

	content: "\f105";

	display: inline-block;

	padding-left: 10px;

	padding-right: 10px;

	vertical-align: middle;

	font-weight: 900;

}



.sidebar-menu-nav li {

	padding-left: 0px;

	border-bottom: 1px solid #23282e;

}



.sidebar-menu-nav li a {

	text-decoration: none;

	color: #fff;

}



.sidebar-menu-nav li a i {

	padding-left: 10px;

	width: 20px;

	padding-right: 20px;

}



.sidebar-menu-nav li:hover {

	/*border-left: 3px solid #fff;*/

	background-color: #4f5b69;

	-webkit-transition: all 1s ease;

	-moz-transition: all 1s ease;

	-o-transition: all 1s ease;

	-ms-transition: all 1s ease;

	transition: all 1s ease;

}



@media (max-width: 767px) {

	.sidebar-menu-nav {

		position: relative;

		width: 100%;

		margin-bottom: 10px;

	}



	.ossn-group-members {

		text-align: center;

	}



	.ossn-group-members .request-controls {

		float: none;

		padding-bottom: 10px;

	}



	.ossn-group-members .uinfo .userlink {

		float: none !important;

	}

}





/******************************

	Ossn global css clsses

*******************************/



.right {

	float: right;

}



.left {

	float: left;

}



.text-right {

	text-align: right;

}



.text-left {

	text-align: left;

}



.text-center {

	text-align: center;

}



.margin-top-10 {

	margin-top: 10px;

}



.margin-top-20 {

	margin-top: 20px;

}





/************************

	Dropdown

***************************/



.dropdown-submenu {

	position: relative;

}



.dropdown-submenu>.dropdown-menu {

	top: 0;

	left: 100%;

	margin-top: -6px;

	margin-left: -1px;

	-webkit-border-radius: 0 6px 6px 6px;

	-moz-border-radius: 0 6px 6px;

	border-radius: 0 6px 6px 6px;

}



.dropdown-submenu:hover>.dropdown-menu {

	display: block;

}



.dropdown-submenu>a:after {

	display: block;

	content: " ";

	float: right;

	width: 0;

	height: 0;

	border-color: transparent;

	border-style: solid;

	border-width: 5px 0 5px 5px;

	border-left-color: #ccc;

	margin-top: 5px;

	margin-right: -10px;

}



.dropdown-submenu:hover>a:after {

	border-left-color: #fff;

}



.dropdown-submenu.pull-left {

	float: none;

}



.dropdown-submenu.pull-left>.dropdown-menu {

	left: -100%;

	margin-left: 10px;

	-webkit-border-radius: 6px 0 6px 6px;

	-moz-border-radius: 6px 0 6px 6px;

	border-radius: 6px 0 6px 6px;

}



.dropmenu-topbar-icons {

	left: inherit;

	right: 0;

}





/******************************************

	Ossn Ads

*******************************************/

.ad-image-container {

	background: #f6f7f8;

	padding: 5px;

	border: 1px solid #ebebeb;

}



.ossn-ad-item {}



.ossn-ad-item .ad-image {

	max-width: 200px;

	margin: 0 auto;

	display: block;

}



.ossn-ad-item a {

	text-decoration: none;

	color: #000;

	cursor: pointer;

}



.ossn-ad-item .ad-title {

	font-weight: bold;

	font-size: 15px;

	margin-bottom: 5px;

}



.ossn-ad-item .ad-link {

	margin-bottom: 5px;

}



.ossn-ad-item p {

	margin-top: 10px;

	text-align: justify;

}





/*****************************

	Widgets

******************************/



.ossn-widget {

	margin-bottom: 10px;

	background-color: #fff;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	border-bottom-left-radius: 3px;

	border-bottom-right-radius: 3px;

}



.ossn-widget .widget-heading {

	background: #F6F7F8;

	border: 1px solid #eee;

	padding: 10px;

	font-weight: bold;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

}



.ossn-widget .widget-contents {

	padding: 10px;

	border-bottom: 1px solid #eee;

	border-bottom-left-radius: 3px;

	border-bottom-right-radius: 3px;

}



.ossn-privacy .radio-block {

	margin-bottom: 0;

	margin-top: 0;

	display: flex;

}



.ossn-privacy label {

	margin-bottom: 0px;

}



.ossn-privacy .radio-block span {

	font-weight: normal;

	width: 85%;

	margin-top: 7px;

}



.group-add-privacy .radio-block span {

	margin-top: 5px;

}



.group-add-privacy .radio-block .ossn-radio-input {

	float: left;

}





/***********************************

	Ossn Notifications

***************************************/



.ossn-notifications-box .collapsing {

	-webkit-transition: none;

	transition: none;

	display: none;

}



.ossn-notifications-box {

	width: 430px;

	color: #000;

	position: absolute;

	top: 100%;

	right: 20px;

	z-index: 1000;

	display: none;

	float: left;

	min-width: 160px;

	padding: 5px 0;

	margin: 2px 0 0;

	font-size: 14px;

	text-align: left;

	list-style: none;

	background-color: #fff;

	-webkit-background-clip: padding-box;

	background-clip: padding-box;

	border: 1px solid #ccc;

	border: 1px solid rgba(0, 0, 0, .15);

	border-radius: 4px;

	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);

	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);

}



.ossn-notifications-box .notificaton-item {

	border-bottom: 1px solid #eee;

}



.ossn-notifications-box .notificaton-item:hover,

.ossn-notifications-box .notificaton-item .active {

	background-color: #F9F9F9;

}



.ossn-notifications-box .type-name {

	font-size: 13px;

	font-weight: bold;

	padding: 1px 10px 5px 10px;

	color: #000;

	height: 25px;

	border-bottom: 1px solid #DDDDDD;

}



.ossn-notification-box-loading {

	margin: 0 auto;

	margin-top: 20px;

	margin-bottom: 20px;

}



.ossn-no-notification {

	text-align: center;

	padding: 10px;

}



.ossn-notifications-box .type-name .title {

	display: inline-block;

}



.ossn-notifications-box .type-name .links {

	display: inline-block;

	float: right;

}



.ossn-notifications-box .type-name .links a {

	color: #337ab7;

	display: inline;

	font-weight: normal;

}



.ossn-notifications-box .notification-image,

.ossn-notifications-box .notification-image img {

	width: 50px;

	height: 50px;

	display: inline-block;

}



.ossn-notifications-box .bottom-all a,

.ossn-notifications-box .notfi-meta strong {

	color: #337ab7;

}



.ossn-notifications-box .notfi-meta {

	width: 330px;

	margin-left: 5px;

	display: inline-block;

	float: right;

	color: #000;

}



.ossn-notifications-box .bottom-all a {

	font-weight: bold;

}



.ossn-notifications-box .bottom-all {

	background: #F7F7F7;

	text-align: center;

	padding: 0px;

	padding-top: 10px;

	display: block;

	height: 40px;

	border-top: 1px solid #eee;

}



.ossn-notifications-box .metadata {

	margin-bottom: -5px;

}



.ossn-notifications-box .messages-inner {

	max-height: 400px;

	overflow: hidden;

	overflow-y: scroll;

}



.latest-users img {

	margin-bottom: 5px;

}



.ossn-notification-mark-read {

	float: right;

}



.ossn-notifications-all a {}



.ossn-notifications-all li {

	padding: 10px;

	display: block;

}



.ossn-notifications-all a:hover {

	cursor: pointer;

	background-color: transparent;

	text-decoration: none;

}



.ossn-notifications-box li:hover,

.ossn-notifications-box a:hover,

.ossn-notifications-all a:hover,

.ossn-notifications-all li:hover {

	background: #F9F9F9;

}



.ossn-notification-container {

	background-color: #e75e24;

	background-image: -webkit-linear-gradient(#e75e24, #e75e24);

	color: #fff;

	min-height: 13px;

	padding: 1px 3px;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);

	-webkit-border-radius: 2px;

	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);

	-webkit-background-clip: padding-box;

	display: inline-block;

	font-size: 11px;

	line-height: normal;

	position: absolute;

	margin-left: -10px;

	z-index: 1;

}



.notification-friends .image {

	width: 50px;

	height: 50px;

	display: inline-table;

	float: left;

}



.ossn-notifications-friends-inner a {

	color: #0f3b4a !important;

	display: inline-block !important;

}



.ossn-notifications-friends-inner {

	padding: 0px 5px;

}



.ossn-notifications-friends-inner form {

	display: inline-table;

}



.ossn-notification-page li img {

	display: none;

}



.notification-friends li {

	width: 100%;

	border-bottom: 1px solid #eee;

}



.notification-friends .notfi-meta a {

	color: #337ab7;

	font-weight: bold;

	display: inline-block;

	width: 200px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}



.ossn-notifications-friends-inner .controls {

	float: right;

	margin-top: 6px;

	display: inline-block;

}



.friends-added-text {

	/**float: left !important;

    margin-top: -18px !important;

    display: block !important;

    margin-left: 10px; **/

	font-size: 13px;

}



.ossn-notifications-friends-inner .btn {

	padding: 3px 9px;

	border-radius: 1px;

}



.notification-friends {

	max-height: 400px;

}





/*******************************

	Profile

********************************/



.ossn-profile .top-container {

	background: #fff;

	border: solid 1px #cecdcd

}



.ossn-profile .top-container .profile-cover {

	height: 300px;

	overflow: hidden;

	opacity: .99;

	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .38)));

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);

	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);

	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .38) 100%);

	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=0);

	position: relative;

}



.ossn-profile .top-container .profile-cover img {

	width: auto;

}



.ossn-profile-row {

	margin-bottom: 20px;

}



.profile-hr-menu ul {

	margin-bottom: 0px;

	padding: 0px;

}



.profile-hr-menu ul li {

	display: inline-block;

}



.profile-hr-menu ul li a:not(.dropdown a) {

	display: block;

	padding: 15px;

	margin-right: 5px;

	font-weight: bold;

	border-right: 1px solid #eee;

}



.profile-hr-menu .dropdown-menu {

	margin-left: 0px;

}



.profile-hr-menu .dropdown-menu li {

	display: block;

	border-bottom: 0;

	padding: initial;

	margin: auto;

}



.profile-hr-menu .dropdown a i {

	margin-left: 5px;

}



.profile-hr-menu .dropdown-menu li a {

	border-right: 0px;

	margin-right: 0px;

}



.profile-hr-menu ul li:hover {}



.profile-hr-menu {

	border-bottom: 1px solid #eee;

	border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;

	height:125px;

}



.profile-hr-menu ul li:last-child {

	border-right: none;

}



.ossn-profile .profile-photo {

	position: absolute;

	margin-left: 20px;

	margin-top: -100px;

	background-color: #fff;

	border: 1px solid #CCC;

	border-radius: 2px 2px 2px 2px;

	-webkit-border-radius: 2px 2px 2px 2px;

	-moz-border-radius: 2px 2px 2px 2px;

	padding: 2px;

}



.ossn-profile .profile-photo img {}



.ossn-profile .user-fullname {

	color: #0f3b4a;

	font-weight: bold;

	margin-top: 10px;

	font-size: 40px;

	margin-left: 211px;

	position: absolute;

	/** text-shadow: 0 0 3px #000; **/

	/** overlapping issue with longer names on profile page #630 **/

	max-width: 820px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.ossn-profile .user-publication-count {

	color: #e75e24;

	margin-top: 60px;

	font-size: 22px;

	margin-left: 211px;

	position: absolute;

	max-width: 820px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.ossn-profile  .row.ossn-profile-controls{
		display:none;
}

.ossn-profile-role {

	font-size: 25px !important;

	margin-top: -105px !important;
	display:none!important;

}

#profile-menu a.btn-action.unfollow, #profile-menu a.btn-action.follow{
	box-shadow: none;
	background: #e75e24;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 20px;
    margin: 0px 5px;
    border: 1px solid #6f6f6e;
    line-height: 15px;
}

#profile-menu .follower-count{
	font-size:22px;
}

.btn-standalone-grey {

	color: #333;

	font-weight: bold;

	text-decoration: none;

	width: auto;

	margin: 0;

	font-size: 12px;

	line-height: 16px;

	padding: 5px 6px;

	cursor: pointer;

	outline: none;

	text-align: center;

	white-space: nowrap;

	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFF;

	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10), inset 0 1px 0 #fff;

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFF;

	border: 1px solid #999;

	border-bottom-color: #888;

	background: #EEE;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F6F6), to(#E4E4E3));

	background: -moz-linear-gradient(#f5f6f6, #e4e4e3);

	background: -o-linear-gradient(#f5f6f6, #e4e4e3);

	background: linear-gradient(#F5F6F6, #E4E4E3);

	text-decoration: none;

}



.btn-standalone-grey:active {

	background: #ddd;

	border-bottom-color: #999;

	box-shadow: none;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

}



.btn-standalone-grey:hover {

	color: #333;

	text-decoration: none;

}



.profile-cover-controls {

	position: absolute;

	width: 100%;

	margin-right: -32px;

	margin-top: 150px;

	z-index: 1;

}



.change-cover {

	float: right;

	position: relative;

	margin-right: 50px !important;

}



.reposition-cover {

	float: right;

	position: relative;

	margin-right: 5px !important;

}



.profile-menu {

	float: right;

	position: relative;

	margin-top: -120px;

	margin-right: 20px;

	text-align:center;

}

.profile-menu .follower-list{
	margin-bottom:5px;
}

.profile-menu .follower-list img.small-user-icon{
	border-radius: 50%;
	margin-left:-15px;
}
.profile-menu .follower-list img.small-user-icon:first-of-type{
	margin-left:0px;
}

#cover-menu {

	display: none;

}

.ossn-users-list-item .users-list-controls a.btn-action.follow, .ossn-users-list-item .users-list-controls a.btn-action.unfollow{
	box-shadow: none;
    background: #e75e24;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 20px;
    margin: 0px 5px;
    border: 1px solid #6f6f6e;
    line-height: 15px;
}

.upload-photo {

	background: #000;

	opacity: 0.5;

	width: 170px;

	padding: 10px;

	position: absolute;

	color: #FFF;

	text-align: center;

	font-size: 15px;

	font-family: sans-serif;

}



.upload-photo span {

	width: 100%;

	padding: 12px;

	text-align: center;

}



.user-cover-uploading {

	opacity: 0.4;

}



.user-photo-uploading {

	height: 100%;

	opacity: 0.8;

	background: #fff;

	width: 100%;

	padding: 7px;

	position: absolute;

	border-radius: 2px;

}



.user-photo-uploading span {

	display: none;

}



.ossn-profile-bottom {

	margin-top: 10px;

}



.page-sidebar,

.ossn-profile-sidebar {}



.ossn-layout-media .content {

	margin-right: 10px;

	margin-left: 10px;

}



.ossn-profile-extra-menu {

	display: inline-block;

}





/*****************************

    Groups

*****************************/



.ossn-group-cover img {

	width: auto;

}





/*****************************

	Side Menu icons

*******************************/



.menu-section-item-newsfeed:before {

	content: "\f0a1" !important;

}



.menu-section-item-friends:before {

	content: "\f0c0" !important;

}



.menu-section-item-allgroups:before {

	content: "\f0c0" !important;

}



.menu-section-item-photos:before {

	content: "\f03e" !important;

}



.menu-section-item-messages:before {

	content: "\f0e0" !important;

}



.menu-section-item-invite-friends:before {

	content: "\f234" !important;

}



.menu-section-item-addgroup:before {

	content: "\f067" !important;

}



li[class^="menu-section-item-"] {

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	width: 100%;

	padding-right: 10px;

}





/******************************

	Search

******************************/



.ossn-menu-search li {

	display: block;

}



.ossn-menu-search li:hover {

	background: #F9F9F9;

}



.ossn-menu-search li a {

	display: block;

	width: 100%;

	padding: 5px;

}



.ossn-menu-search li a:hover {

	text-decoration: none;

}



.ossn-menu-search li a .text {

	display: inline-block;

}



.ossn-search-page .ossn-users-list-item {

	margin-left: 0px;

	margin-right: 0px;

}



.ossn-search-page .ossn-users-list-item .uinfo {

	margin-left: 25px;

}



.ossn-menu-search-users .text:before {

	font-family: 'Font Awesome 5 Free';

	content: "\f007";

	font-weight: 900;

	padding-right: 10px;

	vertical-align: middle;

	float: left;

}



.ossn-menu-search-groups .text:before {

	font-family: 'Font Awesome 5 Free';

	content: "\f0c0";

	font-weight: 900;

	padding-right: 10px;

	vertical-align: middle;

	float: left;

}





/******************************

	Token Input

*******************************/



ul.token-input-list {

	overflow: hidden;

	height: auto !important;

	width: 100%;

	cursor: text;

	font-size: 12px;

	font-family: Verdana;

	min-height: 1px;

	margin: 0;

	z-index: 999;

	background-color: #fff;

	list-style-type: none;

	clear: left;

	color: #2B5470;

	border-top: 1px dashed #EEE;

	border-right: 1px solid #EEE;

	border-left: 1px solid #EEE;

	border-bottom: 1px solid #eee;

	padding: 5px 0 0;

	border-radius: 10px;

}



li.token-input-token {

	overflow: hidden;

	height: auto !important;

	height: 15px;

	margin: 3px;

	padding: 1px 3px;

	background-color: #eff2f7;

	color: #2B5470;

	cursor: default;

	font-weight: bold;

	border: 1px solid #ccd5e4;

	font-size: 11px;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	float: left;

	white-space: nowrap;

}



li.token-input-token p {

	display: inline;

	padding: 0;

	margin: 0;

	font-size: 12px;

}



li.token-input-token span {

	color: #a6b3cf;

	margin-left: 5px;

	font-weight: bold;

	cursor: pointer;

}



li.token-input-selected-token {

	background-color: #F9F9F9;

	border: 1px solid #eee;

	color: #2B5470;

	font-weight: bold;

}



li.token-input-input-token {

	float: left;

	margin: 0;

	padding: 0;

	list-style-type: none;

}



div.token-input-dropdown {

	position: absolute;

	width: 400px;

	background-color: #fff;

	overflow: hidden;

	border-left: 1px solid #ccc;

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	cursor: default;

	font-size: 11px;

	font-family: Verdana;

	z-index: 1;

}



div.token-input-dropdown p {

	margin: 0;

	padding: 5px;

}



div.token-input-dropdown ul {

	margin: 0;

	padding: 0;

}



div.token-input-dropdown ul li {

	background-color: #fff;

	padding: 3px;

	margin: 0;

	list-style-type: none;

}



div.token-input-dropdown ul li.token-input-dropdown-item {

	background-color: #fff;

}



div.token-input-dropdown ul li.token-input-dropdown-item2 {

	background-color: #fff;

}



div.token-input-dropdown ul li em {

	font-weight: bold;

	font-style: normal;

}



div.token-input-dropdown ul li.token-input-selected-dropdown-item {

	background-color: #F9F9F9;

	color: #2B5470;

	font-weight: bold;

}





/******************************************

		System Messages

*******************************************/



.ossn-system-messages .ossn-system-messages-inner {

	margin-top: 20px;

	margin-bottom: 20px;

	display: none;

}



.ossn-system-messages .ossn-system-messages-inner .alert {

	margin-bottom: 0px;

}





/** v1-v3 compitible **/



.ossn-message-done {

	border: 1px solid #1EB0DF;

	border-width: 1px;

	background-color: #DAF6FF;

	padding: 13px;

	text-align: left;

}





/*************************************

	0ssn modal box

***************************************/



.ossn-halt {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 10000;

	background-color: #000;

	opacity: 0.9;

	cursor: auto;

	height: 100%;

	display: none;

}



.ossn-light {

	opacity: 0.4 !important;

}



.ossn-viewer {

	width: 940px;

	margin: 0 auto;

	position: relative;

}



.ossn-viewer .ossn-container {

	height: 200px;

	position: fixed;

	width: 900px;

	z-index: 10000;

	margin-top: 70px;

	min-height: 515px;

}



.ossn-viewer-loding {

	font-size: 15px;

}



.ossn-viewer .ossn-container .close-viewer {

	float: right;

	cursor: pointer;

	margin-right: 5px;

	font-weight: bold;

	font-size: 13px;

	color: #ccc;

}



.ossn-container tbody {

	background: #000;

}



.ossn-halt {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 10000;

	background-color: #000;

	opacity: 0.9;

	cursor: auto;

	height: 100%;

	display: none;

}



.ossn-viewer .info-block {

	background: #fff;

	height: 100%;

	width: 325px;

	float: right;

	margin-left: -3px;

}



.image-block img {

	max-width: 700px;

}



.ossn-message-box {

	width: 470px;

	min-width: 470px;

	min-height: 96px;

	background: #fff;

	border: 1px solid #999;

	position: fixed;

	top: 0px;

	left: 0px;

	right: 0px;

	margin-left: auto;

	margin-right: auto;

	z-index: 60000;

	margin-top: 100px;

	border-radius: 10px;

	display: none;

	box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);

}



.ossn-message-box .close-box {

	float: right;

	color: #ccc;

	cursor: pointer;

}



.ossn-message-box .title {

	background: #F5F6F7;

	padding: 11px;

	border-top-right-radius: 10px;

	border-top-left-radius: 10px;

	border-bottom: 1px solid #E5E5E5;

	color: #5E5656;

	font-size: 14px;

	font-weight: bold;

}



.ossn-message-box .contents {

	padding: 10px;

	min-height: 150px;

	max-height: 420px;

	overflow-x: auto;

	overflow: overlay;

	overflow-x: -moz-hidden-unscrollable

}



.ossn-message-box .control {

	margin-left: 10px;

	margin-right: 10px;

	height: 45px;

	padding: 10px;

	border-top: 1px solid #E9EAED;

}



.ossn-message-box .control .controls {

	float: right;

}



.ossn-message-box .control .controls .btn {

	padding: 2px 13px;

	border-radius: 5px;

}



.ossn-message-box .contents input[type='text'] {

	border: 1px solid #EEE;

	width: 292px;

	padding: 7px;

}



.ossn-message-box .contents input[type='text'],

.ossn-message-box .contents label {

	display: inline-table;

}



.ossn-message-box .contents label {

	color: #666;

	font-weight: bold;

	margin-right: 13px;

}



.ossn-form input[type=radio] {

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	display: inline-block;

	position: relative;

	background-color: #ececec;

	color: #666;

	top: 5px;

	height: 20px;

	width: 20px;

	border: 0;

	border-radius: 50px;

	cursor: pointer;

	outline: none;

	flex-grow: 0;

	transition: background 300ms;

}



.ossn-form input[type=radio]:checked::before {

	position: absolute;

	font: 9px/1 'Open Sans', sans-serif;

	left: 7px;

	top: 5px;

	content: '\02143';

	transform: rotate(40deg);

}



.ossn-form input[type=radio]:hover {

	background-color: #f7f7f7;

}



.ossn-form input[type=radio]:checked {

	background-color: #0b769c;

	color: #fff;

	font-weight: bold;

}





/*******************************

	Ossn Blocked

*********************************/



.ossn-blocked i {

	font-size: 100px;

}



.ossn-blocked {

	text-align: center;

	padding: 100px;

}



.ossn-blocked div {

	font-size: 50px;

	font-weight: bold;

}



.ossn-blocked p {

	font-size: 16px;

}





/********************************

	Loading Icon

    @source: https://github.com/jlong/css-spinners

*********************************/



@-moz-keyframes three-quarters-loader {

	0% {

		-moz-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-moz-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}



@-webkit-keyframes three-quarters-loader {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-webkit-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}



@keyframes three-quarters-loader {

	0% {

		-moz-transform: rotate(0deg);

		-ms-transform: rotate(0deg);

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-moz-transform: rotate(360deg);

		-ms-transform: rotate(360deg);

		-webkit-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}





/* :not(:required) hides this rule from IE9 and below */



.ossn-loading:not(:required) {

	-moz-animation: three-quarters-loader 1250ms infinite linear;

	-webkit-animation: three-quarters-loader 1250ms infinite linear;

	animation: three-quarters-loader 1250ms infinite linear;

	border: 8px solid #38e;

	border-right-color: transparent;

	border-radius: 16px;

	box-sizing: border-box;

	position: relative;

	overflow: hidden;

	text-indent: -9999px;

	width: 24px;

	height: 24px;

}



.ossn-box-loading {

	margin-left: 216px;

	margin-top: 37px;

}





/*******************************

	Buttons

*********************************/



.button-grey,

.btn-action {

	color: #333;

	font-weight: bold;

	width: auto;

	margin: 0;

	font-size: 12px;

	line-height: 16px;

	padding: 5px 6px;

	cursor: pointer;

	outline: none;

	text-align: center;

	white-space: nowrap;

	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFF;

	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.10), inset 0 1px 0 #fff;

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #FFF;

	border: 1px solid #ccc;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F6F6), to(#E4E4E3));

	background: -moz-linear-gradient(#f5f6f6, #e4e4e3);

	background: -o-linear-gradient(#f5f6f6, #e4e4e3);

	background: linear-gradient(#F5F6F6, #E4E4E3);

	border-radius: 4px;

	text-decoration: none;

}



.button-grey:hover,

.btn-action:hover {

	text-decoration: none;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#E4E4E3), to(#F5F6F6));

	background: -moz-linear-gradient(#E4E4E3, #F5F6F6);

	background: -o-linear-gradient(#E4E4E3, #F5F6F6);

	background: linear-gradient(#E4E4E3, #F5F6F6);

}





/******************************

	Users List

*******************************/



.ossn-users-list-item .users-list-controls {

	margin-top: 20px;

}



.ossn-users-list-item .users-list-controls a {

	margin-left: 5px;

}



.ossn-users-list-item {

	border: 1px solid #E9EAED;

	margin-bottom: 10px;

	margin-right: -10px;

	margin-left: -10px;

}



.ossn-users-list-item .uinfo a {

	font-size: 14px;

	font-weight: bold;

	margin-top: 20px;

	float: left;

	text-overflow: ellipsis;

	max-width: 300px;

	white-space: nowrap;

	overflow: hidden;

}



.ossn-users-list-item .col-md-2 {

	text-align: center;

}





/*********************************

	Footer

**********************************/



footer {

	margin-top: 20px;

	padding-top: 5px;

}



footer .col-md-11 {

	border-top: 1px solid #E8E8E8;

	width:100%;

}



footer .container {}



footer .ossn-footer-menu {

	padding-bottom: 10px;

}



footer .ossn-footer-menu a {

	color: #807D7D;

	font-size: 13px;

}



footer .ossn-footer-menu a::after {

	content: "|";

	margin-left: 10px;

	margin-right: 10px;

}



footer .ossn-footer-menu a:nth-last-child(2)::after,

footer .ossn-footer-menu a:last-child::after {

	content: "";

}



.menu-footer-powered {

	float: right;

}



.menu-footer-powered:after {

	display: none;

}



.menu-footer-a_copyrights {

	text-transform: uppercase;

}





/****************************

	Home

****************************/



.home-left-contents {}



.home-left-contents .logo {

	text-align: center;

}



.home-left-contents .description {

	font-size: 17px;

	text-transform: uppercase;

	font-weight: bold;

	margin-top: 20px;

	text-align: justify;

	color: #fff;

}



.home-left-contents .buttons {

	text-align: center;

	margin-top: 10px;

}



#ossn-home-signup p {

	margin-top: 10px;

}



#ossn-home-signup .radio-block {

	margin-top: 0;

	margin-bottom: 0;

	display:inline-block;

}



#ossn-home-signup .ossn-form-group-half:last-child {

	float: right;

}



#ossn-home-signup .form-group {

	margin-bottom: 0px;

}





/**************************

	System

***************************/



.ossn-list-users {

	height: 60px;

	border-bottom: 1px solid #E9EAED;

	display: block;

	margin-left: 5px;

	margin-bottom: 10px;

}



.ossn-list-users img,

.ossn-list-users .uinfo {

	display: inline-block;

}



.ossn-list-users .uinfo .userlink {

	font-size: 14px;

	font-weight: bold;

	float: right;

	margin-left: 12px;

	text-overflow: ellipsis;

	width: 370px;

	white-space: nowrap;

	overflow: hidden;

}



.ossn-list-users .friendlink {

	float: right;

	margin-top: 10px;

	margin-right: 9px;

	text-overflow: ellipsis;

	width: 280px;

	white-space: nowrap;

	overflow: hidden;

}



.sidebar-menu-nav .sidebar-menu .menu-content {

	display: block;

}



.ossn-box-inner {

	width: 446px;

}



.home-left-contents .some-icons i {

	font-size: 45px;

}



.home-left-contents .some-icons li {

	display: inline-block;

	color: #fff;

	border: 3px solid #fff;

	border-radius: 100%;

	padding: 20px;

	margin-right: 20px;

	margin-bottom: 20px;

	width: 90px;

	height: 90px;

}



.home-left-contents .some-icons {

	margin-top: 10%;

	text-align: center;

}





/**************************

	Similies

**************************/



.ossn-smiley-item {

	display: inline-block !important;

	margin-left: 2px;

	margin-right: 2px;

	width: initial !important;

	margin-bottom: 0px !important;

	margin-top: 0px !important;

	border: 0px !important;

}





/**************************

	Embed

 **************************/



.ossn_embed_video {

	margin-top: 10px;

	margin-bottom: 10px;

	padding-top: 0px;

}





/**************************

	Photos

***************************/



.ossn-photo-viewer .image-block img,

.ossn-photo-viewer {

	max-width: 100% !important;

}



.ui-draggable {

	opacity: 0.7;

}


/* profile sidebar nav */
.ossn-profile .col-md-4.sidebar{

	display:none;
	width:100%;

}

.ossn-profile .col-md-4.sidebar .newseed-uinfo{
	display:none;
}


/**************************

	Mobile Layout Settings

***************************/



@media (max-width: 480px) {

	.profile-hr-menu ul li {

		padding: 10px 0;

	}



	.ossn-wall-privacy-dummy,

	.ossn-wall-privacy {

		float: none;

		margin-right: 0;

	}



	.ossn-wall-container .controls {

		height: auto;

	}



	.ossn-wall-container textarea {

		margin-left: 0px;

		width: 100%;

	}



	/***********************

    	Comments

     ***********************/

	.comments-list .comments-item .comment-user-img {

		display: none;

	}



	.comments-item .col-md-11 {

		padding-left: 15px;

	}



	/************************

    	Wall

     ************************/

	.ossn-wall-item-type {

		display: block;

	}



	.ossn-list-users .uinfo .userlink {

		text-overflow: ellipsis;

		width: 195px;

		white-space: nowrap;

		overflow: hidden;

	}



	.ossn-list-users a.right.btn.btn-primary {

		display: none;

	}



	.ossn-list-users a.right.btn.btn-danger {

		display: none;

	}



	.ossn-message-box .contents {

		height: 280px;

		overflow-x: auto;

		overflow: overlay;

	}



	/***************************

    	Topbar notification box

   *****************************/

	.ossn-notifications-box {

		width: 300px;

	}



	.ossn-notifications-box .notfi-meta {

		width: 230px;

	}



	.notification-friends .notfi-meta a {

		width: 100px;

	}



	.ossn-notifications-box .notfi-meta,

	.ossn-notification-messages .user-item .data {

		width: 215px !important;

	}



	.ossn-notification-messages .user-item .data .name {

		width: 110px !important;

	}



	.ossn-notification-messages .reply-text-from {

		width: 200px !important;

		white-space: nowrap;

		overflow: hidden;

		text-overflow: ellipsis;

	}



	/******************************

    	Profile

    ********************************/

	.ossn-profile .profile-photo img {

		width: 100px;

		height: 100px;

	}



	.ossn-profile .user-fullname {

		font-size: 16px;

		margin-left: 135px;

		margin-top: -100px;

		width: 140px;

	}



	.ossn-profile .top-container .profile-cover {

		height: 188px;

	}



	.ossn-profile .profile-photo {

		margin-top: -130px;

	}



	.profile-menu {

		float: right;

		margin-right: 10px;

	}



	.ossn-profile .top-container .profile-cover img {

		width: auto;

	}



	.ossn-group-cover-button,

	.profile-cover-controls {

		display: none !important;

	}



	.upload-photo {

		width: 100px;

	}



	.profile-hr-menu ul li {

		display: block;

		border-bottom: 1px solid rgb(238, 238, 238);

		margin-right: 0px;

		margin-left: 10px;

	}



	.profile-hr-menu ul li a:not(.dropdown a) {

		margin-right: 0px;

		padding: 10px;

	}



	.ossn-profile-role {

		display: none;

	}



	/*****************************

     	System

     *****************************/

	.ossn-users-list-item img {

		display: none;

	}



	.ossn-users-list-item .users-list-controls {

		margin-top: 10px;

		margin-bottom: 10px;

	}



	.ossn-users-list-item .uinfo a {

		margin-top: 10px;

		white-space: nowrap;

		overflow: hidden;

		text-overflow: ellipsis;

		max-width: 90px;

	}



	.ossn-search-page .ossn-users-list-item .uinfo a {

		white-space: nowrap;

		overflow: hidden;

		text-overflow: ellipsis;

		max-width: 100px;

	}



	.ossn-system-messages {

		padding-left: 15px;

		padding-right: 15px;

	}



	.ossn-users-list-item {

		padding-bottom: 10px;

	}



	.ossn-widget .widget-contents {

		padding: 5px;

	}



	.ossn-message-box {

		min-width: 300px;

		width: 300px;

	}



	.ossn-box-loading {

		margin-left: 150px;

		margin-top: 37px;

	}



	.ossn-message-box .contents input[type="text"] {

		width: 195px;

	}



	.ossn-box-inner {

		width: 280px;

	}



	footer .ossn-footer-menu a:nth-last-child(2)::after {

		content: "|";

	}



	/**********************

    	Groups

    ************************/

	.ossn-group-cover {

		height: 100px !important;

	}



	.ossn-group-cover-header,

	.ossn-group-profile .profile-header,

	.ossn-group-profile .profile-header .header-bottom {

		height: auto !important;

	}



	.ossn-group-profile .profile-header {

		max-height: inherit !important;

	}



	.ossn-group-profile .profile-header .group-name {

		float: none !important;

	}



	.group-name {

		width: 100%;

	}



	.group-header-sep {

		height: auto !important;

		text-align: center;

	}



	.ossn-group-members {

		margin-left: 15px;

		margin-right: 15px;

	}



	.ossn-group-members .request-controls,

	.ossn-group-members .uinfo {

		display: block;

	}



	.ossn-group-members .uinfo .userlink {

		margin-left: 10px;

		white-space: nowrap;

		overflow: hidden;

		text-overflow: ellipsis;

	}



	.sidebar-menu-nav .sidebar-menu .menu-content {

		display: block;

	}



	.sidebar-hide-contents-xs {

		display: none;

	}



	.home-left-contents .some-icons {

		display: none;

	}



	/**************************

     	Layouts

     ****************************/

	.newsfeed-right {

		display: none;

	}



	.newsfeed-middle-top {

		display: block;

	}



	.ossn-messages .message-with .user-icon,

	.ossn-messages .messages-recent .messages-from .user-item .image {

		display: none;

	}



	.ossn-messages .message-inner .row {

		margin-left: 0px !important;

	}



	/*************************

     	Home Page

     **************************/

	.logo img {

		width: 260px;

	}



	.home-left-contents .description {

		font-size: 16px;

	}



	.home-left-contents {

		margin-bottom: 20px;

	}



	/*****************************

    	Wall Menu

    ******************************/

	.dropdown-menu {

		margin-left: -110px;

	}



	.menu-footer-powered {

		float: none;

	}

}





/***************************************

	Tablets

****************************************/



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

	.dropdown-menu {

		margin-left: -110px;

	}



	.ossn-profile .user-fullname {

		max-width: 500px;

	}



	/***********************

    	Comments

     ***********************/

	.comments-list .comments-item .comment-user-img {

		display: none;

	}



	.comments-item .col-md-11 {

		padding-left: 15px;

	}



	/**************************

     	Layouts

     ****************************/

	.newsfeed-right {

		display: none;

	}



	.newsfeed-middle-top {

		display: block;

	}



	/*******************

     	Messages

     *******************/

	.ossn-messages .message-with .user-icon,

	.ossn-messages .messages-recent .messages-from .user-item .image {

		display: none;

	}



	.ossn-messages .message-inner .row {

		margin-left: 0px !important;

	}



	.sidebar-menu-nav .sidebar-menu .menu-content {

		display: block;

	}

}



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



	.comments-list .comments-item .col-md-1,

	.comments-list .comments-item .comment-user-img {

		display: none;

	}



	.comments-list .comments-item .col-md-11 {

		width: 100%;

	}



	.comments-item .col-md-11 {

		padding-left: 15px;

	}



	.group-search-details {

		margin-left: 10px;

	}



	.ossn-search-page .ossn-users-list-item .uinfo {

		margin-left: 35px;

	}



	.ossn-search-page .ossn-users-list-item .uinfo a {

		text-overflow: ellipsis;

		max-width: 200px;

		white-space: nowrap;

		overflow: hidden;

	}



	.ossn-users-list-item .users-list-controls {

		margin-bottom: 10px;

	}



	.ossn-profile .user-fullname {

		max-width: 640px;

	}

}



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

	.ossn-profile .user-fullname {

		max-width: 767px;

	}



	.ossn-search-page .ossn-users-list-item .uinfo {

		margin-left: 0;

	}

}





/*****************************************************

		Adding icons for some 3rd party components

******************************************************/



.sidebar-menu-nav ul .sub-menu li:before {

	font-family: 'Font Awesome 5 Free';

	display: inline-block;

	padding-left: 10px;

	padding-right: 10px;

	vertical-align: middle;

}



.menu-section-item-groups:before {

	content: "\f07b" !important

}



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

	.ossn-wall-container .wall-tabs i {

		margin-top: 3px;

	}

}



.btn-close {

	background-size: .7em;

}



.img-responsive {

	display: block;

	max-width: 100%;

	height: auto;

}



/*************************

	3.x buttons styles

***************************/

.btn-close:focus {

	box-shadow: none;

}



.btn-warning {

	color: #fff;

}



.btn-primary {

	background-color: #2a87a7;

	border-color: #2e6da4;

}



.btn-primary:hover {

	color: #fff;

	background-color: #286090;

	border-color: #204d74;

}



.btn-primary:focus,

.btn-primary.focus {

	color: #fff;

	background-color: #286090;

	border-color: #122b40;

}



.btn-check:checked+.btn-primary:focus,

.btn-check:active+.btn-primary:focus,

.btn-primary:active:focus,

.btn-primary.active:focus,

.show>.btn-primary.dropdown-toggle:focus {

	box-shadow: none;

}



.btn:focus {

	box-shadow: none;

}



.btn-warning {

	color: #fff;

	background-color: #f0ad4e;

	border-color: #eea236;

}



.btn-warning:active {

	color: #fff;

}



.btn-warning:focus,

.btn-warning.focus {

	color: #fff;

	background-color: #ec971f;

	border-color: #985f0d;

}



.btn-default {

	color: #333;

	background-color: #fff;

	border-color: #ccc;

}



.btn-default:focus,

.btn-default.focus {

	color: #333;

	background-color: #e6e6e6;

	border-color: #8c8c8c;

}



.btn-default:hover {

	color: #333;

	background-color: #e6e6e6;

	border-color: #adadad;

}



.btn-default:active,

.btn-default.active,

.open>.dropdown-toggle.btn-default {

	color: #333;

	background-color: #e6e6e6;

	border-color: #adadad;

}



.pagination {

	margin: 20px 0;

}



.dropdown-item.active,

.dropdown-item:active {

	color: #212529;

	background-color: #e9ecef;

}



.page-item.active .page-link {

	background-color: #e75e24;

	border-color: #e75e24;

}



.page-link {

	color: #e75e24;

}



.page-link:hover {

	color: #337ab7;

	background-color: #eee;

	border-color: #ddd;

}



label {

	display: inline-block;

	max-width: 100%;

	margin-bottom: 5px;

	font-weight: 700;

}



/* Books Ignite New CSS */

/* General CSS */

body {

	font-family: 'Raleway'!important;

	font-size: 20px;

	background-color: #f1f0f0;

	height: 100%;

}

.ossn-form input[type='number'], .ossn-form input[type='email'], .ossn-form input[type='password'], .ossn-form text, .ossn-form select, .ossn-form textarea, .ossn-form input[type='text']{

	background-color:#f1f0f0;

	border:1px solid #706f6f;

	color:#e75e24;

	padding-top:10px;

	padding-bottom:10px;

	border-radius:0px;

}

.btn-primary, .btn-primary:hover{

	max-width: 50%;

    margin: 0 auto;

    margin-top: 20px;

    color: #fff;

    background-color: #e75d24;

    border-radius: 20px;

    padding: 9px 40px;

    font-size: 13px;

    text-transform: uppercase;

    font-weight: 600;

    border: solid 1px #6f6f6e;

    display: block;

}



/* Welcome Page */

button{

	font-family: 'Roboto';

	font-size: 18px;

}

.ossn-layout-startup .container{

	background-color: #ffffff;

}

.ossn-home-container {

    margin-top: 0px;

}

.signup-login{

	background-image: url("/themes/booksignite/images/startpage-header-background.jpg");

	background-position: center;

  	background-repeat: no-repeat;

  	background-size: cover;

  	padding:10% 0;

}

.signup-login h1, .signup-login p{

	color:#fff;

	width:100%;

	text-align:center;

	font-family: 'Raleway';

}

.signup-login h1{

	font-weight:800;

	text-transform: uppercase;

	font-size:45px;

}

.signup-login p{

	font-size:35px;

}

.signup-login button, .slider-pitch button{

	color: #fff;

    background-color: #e75d24;

    border: 0px;

    border-radius: 20px;

    padding: 9px 40px;

    margin: 0px 20px;

    font-size: 13px;

    text-transform: uppercase;

    font-weight: 600;

    border: solid 1px #6f6f6e;

}

.signup-login button.login{

	background-color: #fff;

	color: #e75d24;

}

.ossn-page-contents.learn-more{

	padding: 35px 5px;

}

.learn-more .col-md-6.home-left-contents{

	width:55%;

}



.learn-more .col-md-6.home-right-contents{

	width:45%;

}

.ossn-page-contents.learn-more p, .ossn-page-contents.learn-more ul li{

	font-size: 16px;

    font-weight: 500;

}

.ossn-page-contents.learn-more h2{

	color:#e75e24;

	font-size:30px;

	text-transform:uppercase;

}

.ossn-layout-startup .slider-pitch{

	background-image: url("/themes/booksignite/images/startpage-books.jpg");

	background-position: center;

  	background-repeat: no-repeat;

  	background-size: cover;

  	padding:10% 100px;

}

.slider-pitch .et-pb-arrow-next, .slider-pitch .et-pb-arrow-prev {

    position: absolute;

    top: 50%;

    z-index: 100;

    font-size: 48px;

    color: #fff;

    margin-top: -24px;

}

.slider-pitch .et-pb-arrow-next span, .slider-pitch .et-pb-arrow-prev span {

    display: none;

}

.slider-pitch .et-pb-arrow-prev:before {

    content: "<";

}

.slider-pitch .et-pb-arrow-next:before {

    content: ">";

}

.slider-pitch.row.ossn-page-contents {

    margin:0;

}

.slider-pitch .col-md-8.left{

	background: rgba(0,0,0,0.2);

	border:1px #fff;

	border-radius:20px;

	padding:25px 20px;

	border:solid 1px #706f6f;

}

.slider-pitch .col-md-8.left h2{

	color:#fff;

	font-weight: 800;

    text-transform: uppercase;

    font-size: 35px;

}

.ossn-layout-startup .slider-pitch p, .ossn-layout-startup .slider-pitch ul li{

	font-size: 20px;

    font-weight: 400;

    color:#fff;

}

.ossn-home-container .promo-publications{

	margin-top:35px;

	margin-bottom:35px;

}

.ossn-home-container .promo-publications .title{

	width: 100%;

    text-align: center;

}

.ossn-home-container .promo-publications h2{

	font-weight: 500;

    text-transform: uppercase;

    font-size: 35px;

    border-bottom: 1px solid #e75d24;

    padding:10px 0;

}

.ossn-home-container .promo-publications h3{

	font-weight: 500;

    font-size: 30px;

    padding: 10px 0px 0px 0px;

    color: #e75e24;

    margin-top: 10px;

    margin-bottom: 0px;

}

.ossn-home-container .promo-publications .publication-meta{

	clear:both;

	margin: 10px 0;

	background-color:#f7f7f6;

	border: 1px solid #c1c1c1;

}

.ossn-home-container .promo-publications .publication-meta span{

	font-weight:800;

	color:#000;

}

.ossn-home-container .promo-publications .publication-meta p{

	margin:5px;

	font-size:13px;

}

.ossn-home-container .promo-publications .publication-meta a.cat{

	color:#e75e24;

	font-weight:800;

}

.promo-publications .ossn-wall-item{

	padding:5px;

	padding-top: 10px;

	margin-top:10px;

}

.promo-publications .post-contents a.read-more{

	color:#fff;

	text-transform:uppercase;

	font-size:25px;

}





/* Welcome Page Models */

#login-overlay {

    position: fixed;

    top: 0;

    width: 100%;

    height: 100%;

    margin: 0 auto;

    background-color: rgba(0, 0, 0, .7);

    z-index: 4000001;

    display:none;

}

#login-overlay .login-container, #login-overlay .signup-container {

    width: 60%;

    margin: 0 auto;

    margin-top: 2%;

    display:none;

    background-color: #fff;

    padding: 25px;

    border-radius: 20px;

}

#login-overlay .exit{

	text-align: right;

    width: 20px;

    float: right;

    cursor: pointer;

    padding: 5px;

    font-weight:800;

}

#login-overlay .login-container .row.ossn-page-contents, #login-overlay .signup-container .row.ossn-page-contents{

    border-radius:50px;

    border: solid 1px #706f6f;

    color:#000;

}

.login-container .login-model .row, .signup-container .signup-model .row{

	width:60%;

	margin:0 auto;

}

.login-container .login-model .row form a, .signup-container .signup-model .row form a{

	text-align: center;

    margin: 0 auto;

    display: inline;

}

.login-container .login-model input[type="text"], .login-container .login-model input[type="password"], .signup-container .signup-model input[type="text"], .signup-container .signup-model input[type="password"]{

	background-color:#f1f0f0;

	border:1px solid #706f6f;

	color:#e75e24;

	padding-top:10px;

	padding-bottom:10px;

}

.login-container .login-model input[type="submit"], .signup-container .signup-model input[type="submit"]{

	max-width:50%;

	margin:0 auto;

	margin-top:20px;

	color: #fff;

    background-color: #e75d24;

    border-radius: 20px;

    padding: 9px 40px;

    font-size: 13px;

    text-transform: uppercase;

    font-weight: 600;

    border: solid 1px #6f6f6e;

    display: block;

}

.login-container .login-model h2, .signup-container .signup-model h2{

	font-weight:800;

	font-size:20px;

	width:100%;

	text-align:center;

	text-transform:uppercase;

}

.login-container .login-model img, .signup-container .signup-model img{

	display:block;

	margin:0 auto;

	width:60px;

	margin-bottom: 20px;

}

#login-overlay .login-container .ossn-widget .widget-heading, #login-overlay .signup-container .ossn-widget .widget-heading{

	display:none!important;

}





/* Home Page Logged In */

.ossn-page-container .ossn-inner-page .container-fluid{

	width: 100%;

    max-width: 1320px;

    margin: 0 auto;

}

.ossn-wall-item{

	border: solid 1px #cecdcd;

	border-radius:0px;

}

.btn-link, .btn:hover, .btn-link:hover, .btn-link.show{

	color: #e75e24;

}

.ossn-wall-item .user-img{

	border-radius:0px;

}

.comments-list .comments-item .comment-user-img{

	border-radius: 0px;

}

.btn-primary, .btn-primary:hover{

	background-color: #fff;

    border-color: #e75d24;

    color: #e75d24;

    font-weight:900;

    text-transform:uppercase;

    font-size:14px;

}

.ossn-wall-container-data{

	border-radius:0px;

	border: solid 1px #cecdcd;

}

.ossn-wall-item .meta{

	padding-left:0px;

	padding-right: 0px;

}

.ossn-wall-item .meta .user {

    margin-top: 0px;

}



/* Top Bar General */

.topbar .row .mobile{

	display:none!important;

}



/* Top Bar Logged In */

.topbar{

	padding:3px 5px;

}

.topbar .fa{

	font-size:25px;

	margin-top:5px;

}

.topbar .col-md-2 {

    flex: 0 0 auto;

    width: 26.66666667%;

}

.topbar .col-md-2 span, .topbar .col-md-2 .ossn-search{

	float:left;

	margin-left: 10px;

}

.topbar .col-md-2 form.ossn-search{

	width:50%;

	margin-top: 5px;

}

.topbar .col-md-2 form.ossn-search input[type='text']{

	padding: 0px 8px;

}

.topbar form.ossn-search input[type='text'] {

    width: 95%;

    border-radius: 20px;
    font-size:17px;

}

.topbar .col-md-7 {

    flex: 0 0 auto;

    width: 48.33333333%;

}

.topbar .col-md-3 {

    flex: 0 0 auto;

    width: 25%;

}

.topbar .col-md-3  .topbar-menu-right li a:not(.topbar-menu-right li .dropdown-item){

	padding: 0px 5px;

}

.topbar .ossn-icons-topbar-friends, .topbar .ossn-icons-topbar-messages, .topbar .ossn-icons-topbar-notification i{

	color:#fff;

}





/* Topbar Logged Out */

.topbar-menu-right ul.logged-out{

	padding:0px;

	margin:0px

}

.topbar-menu-right ul.logged-out li.login span{

	display:none;

}

.topbar-menu-right ul.logged-out li.login{

	display: block;

    width: 29px;

    height: 29px;

    background-image: url(/themes/booksignite/images/nav-gear.png);

}





/* Footer */

footer{

	background-color: #242323;

}

footer ul{

	margin-bottom:0px;

}

footer .ossn-footer-menu a{

	font-size:11px;

}

footer .col-md-11 {

    border-top: 0px;

}

footer .footer-contents{

	padding: 75px 5px;

	margin-right: 10px;

    margin-left: 10px;

}

footer .ossn-footer-menu{

	margin:0 auto;

	text-align:center;

}

footer .ossn-footer-menu a{

	color:#e86d32;

	padding:0px 10px;

	margin:0px 15px;

}

footer .menu-footer-powered{

	float:none;

}

footer .ossn-footer-menu a::after{

	content:none;

}

footer .footer-social li{

	display:inline-block;



}

footer .footer-social{

	margin: 0 auto;

    text-align: center;

    margin-top:50px;

    margin-bottom:50px;

}

footer .footer-social li a{

	margin: 0px 12px;

}

footer .footer-social li.facebook a{

	display: block;

    width: 50px;

    height: 50px;

    background-image: url(/themes/booksignite/images/facebook-icon.png);

}

footer .footer-social li.facebook a span{

	display:none;

}

footer .ossn-footer-menu.credits a{

	color:#f1f0ef;

}

footer .ossn-footer-menu.credits li{

	display:inline-block;

}

footer .ossn-footer-menu.credits li.copyright{

	border-right: 1px solid #f1f0ef;

}



/* News Feed */

/* Sidebar */

.col-md-4.sidebar{

	width:33.333%;

}

.sidebar {

	background-color: none;

	height: auto!important;

	z-index: 1000;

	width: 100%;

	position: relative!important;

	height: 100%;

	margin-left: 0px;

	overflow-y: auto;

	overflow-x: hidden;

	color: #fff;

}







/* NEW EDITS */

.ossn-wall-container{

	margin-top:0px;

}

.ossn-wall-container .tabs-input{

	display:none;

}

.ossn-wall-container-data.ossn-wall-container-data-post.status-post{

}

input.ossn-wall-post, input.ossn-wall-post:hover{

	max-width:100%;

}

ul.dropdown-menu{

	background-color:#faf9f8;

	color:#5a5b5b;

}

ul.dropdown-menu li{

	border-bottom:1px solid #e8e7e7;

}

ul.dropdown-menu li:last-child{

	border-bottom:none;

}



.row.featured{

	margin-bottom:10px;

	padding-bottom:10px;

	border-bottom:1px solid #c3c3c3;

}

.row.featured .ossn-wall-container-data, .row.featured .ossn-wall-container-data a{

	color:#282726;
	font-weight: 800;
	font-size: 18px;

}

.row.featured .ossn-wall-container-data h3{

	font-size:25px;

    border-bottom: 1px solid #e75d24;

    padding: 10px 0;

    font-weight:500;

}

.sidebar{

	background-color:#f1f0f0!important;

}

.sidebar-contents .newseed-uinfo{

	margin-bottom: 20px;

    padding-bottom: 20px;

    background-color: #fff;

    border-radius: 0px;

    border: solid 1px #cecdcd;

}

.sidebar-contents .newseed-uinfo .name{

	    width: auto;

}
.sidebar .nav-footer{
	margin-top:40px;
}
.sidebar .nav-footer p{
	color: #111111;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}
.sidebar .nav-footer a{
	color:#e75e24;
}
.newseed-uinfo .name a {

    font-weight: bold;

    display: block;

    color: #282726;

    font-size: 17px;

}
.sidebar-menu-nav ul ul a li span{
	margin-left:20px;
}
.sidebar-menu-nav ul .sub-menu li, .sidebar-menu-nav li .sub-menu li {

    border-bottom: 0px;

}

.sidebar ul.menu-content a{

	color:#e75e24;

	font-size:35px;

	font-weight:400;

}

.sidebar-menu-nav li a i {

    padding-right: 40px;

}

.sidebar-menu-nav ul .sub-menu li, .sidebar-menu-nav li .sub-menu li {

    padding-top: 15px;

    padding-bottom: 15px;

    padding-left: 0px;

}
.sidebar-menu-nav ul .sub-menu span{
	display: inline-block;
    height: 45px;
    vertical-align: middle;
    line-height: 45px;
}
.sidebar-menu-nav ul .sub-menu li:before{
	display:none!important;
}
.sidebar-menu-nav a i.menu-newsfeed {
	display: inline-block;
    background: url(/themes/booksignite/images/icons/home.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}
.sidebar-menu-nav a i.menu-profile {
	display: inline-block;
    background: url(/themes/booksignite/images/icons/profile.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}
.sidebar-menu-nav a i.menu-books {
	display: inline-block;
    background: url(/themes/booksignite/images/icons/books.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}
.sidebar-menu-nav a i.menu-discover {
	display: inline-block;
    background: url(/themes/booksignite/images/icons/book-inside.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}
.sidebar-menu-nav a i.menu-followers {
	display: inline-block;
    background: url(/themes/booksignite/images/icons/followers.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}
.sidebar-menu-nav a i.menu-following{
	display: inline-block;
    background: url(/themes/booksignite/images/icons/following.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}
.sidebar-menu-nav a i.menu-feedback{
	display: inline-block;
    background: url(/themes/booksignite/images/icons/feedback.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}
.sidebar-menu-nav a i.menu-featured{
	display: inline-block;
    background: url(/themes/booksignite/images/icons/featured.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}
.sidebar-menu-nav a i.menu-notifications {
	display: inline-block;
    background: url(/themes/booksignite/images/icons/notifications.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    vertical-align: middle;
}

.sidebar-menu-nav li{

	border-bottom: 1px solid #c3c3c3;

}

.newseed-uinfo img{

	border-radius:0px;

}

.ossn-wall-item .user-img{

	margin-left:10px;

}

.promo-publications .ossn-wall-item .user-img{

	margin-left:0px;

}

.sidebar-menu-nav ul .sub-menu li:hover, .sidebar-menu-nav li .sub-menu li:hover, .sidebar-menu-nav li:hover{

	background-color:transparent!important;

}

.comments-list .comments-item .comment-contents{

	width:100%;

}

.comments-list .comments-item .comment-contents {

    width: 100%;

    border: 1px solid #706f6f;

    background-color:#f1f0f0;

    border-radius:0px;

}

.comment-box{

	border-radius:0px;

	border: 1px solid #706f6f;

}

.container {

    background-color: transparent;

    --bs-gutter-x:0px!important;

}

.ossn-wall-container .ossn-wall-container-data-post .controls .ossn-wall-container-control-menu-emojii-selector, .ossn-wall-container .ossn-wall-container-data-post .controls .ossn-wall-container-control-menu-postbg-selector{

	display:none;

}
.ossn-wall-container-data-post img.user-image, .ossn-wall-container-data-post .post{
	display:inline-block;
}
.ossn-wall-container-data-post img.user-image{
	vertical-align: top;
	max-width:7%;
}
.ossn-wall-container-data-post .post{
	max-width:93%;
	height:51px;
}
.ossn-wall-container-data-post .books-post-image{
	float: right;
    position: relative;
    margin-right: 5px;
    margin-top: 3px;
    width: 25px;
    height: 25px;
    padding: 5px;
    font-size: 17px;
    cursor: pointer;
    color: #999;
    list-style-type: none;
    margin-top: -57px;
    margin-right: 20px;
}
.ossn-wall-container-data-post .books-post-image i{
	font-size:25px;
}

.col-lg-11 {
	 width: 100%;
}

.ossn-system-messages .col-md-11{
	width:100%;
}

span.comment-box{
	font-size:15px;
}

.publication-like-comment-share .likes-comments i.like, .publication-like-comment-share .likes-comments i.comment{
	cursor: pointer;
}
.comments-likes.ossn-photos-comments .menu-likes-comments-share, .comments-likes.ossn-photos-comments .like-share{
	display:none;
}
.publication-like-comment-share .share .share-item{
	display:inline-block;
	height: 25px;
    width: 25px;
    margin:0px 8px;
}
.publication-like-comment-share .share .share-item:last-of-type{
	margin-right:0px;
}
.publication-like-comment-share .share a{
	content: '';
    display:block;
    height: 25px;
    width: 25px;
}
.publication-like-comment-share .share a.facebook-share{
    background: url(/themes/booksignite/images/icons/facebook.png);
    background-size: cover;
}
.publication-like-comment-share .share a.reddit-share{
    background: url(/themes/booksignite/images/icons/reddit.png);
    background-size: cover;
}
.publication-like-comment-share .share a.twitter-share{
    background: url(/themes/booksignite/images/icons/twitter.png);
    background-size: cover;
}
.publication-like-comment-share .share a.linkedin-share{
    background: url(/themes/booksignite/images/icons/linkedin.png);
    background-size: cover;
}

.ossn-notification-icon-like:before{
	display:none!important;
}
.ossn-notification-icon-comment:before{
	display:none;
}
.ossn-notification-icon-comment{
	background: url(/themes/booksignite/images/icons/comment.png);
    background-size: cover;
    color: #e75e24;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.ossn-notification-icon-like{
	background: url(/themes/booksignite/images/icons/heart-filled.png);
    background-size: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.fa-ellipsis-h:before{
	display:none!important;
}
.fa-ellipsis-h{
	background: url(/themes/booksignite/images/icons/elipsis.png);
    background-size: cover;
    display: inline-block;
    width: 30px;
    height: 15px;
}
.ossn-comment-menu .fa-ellipsis-h{
	background: url(/themes/booksignite/images/icons/elipsis.png);
    background-size: cover;
    display: inline-block;
    width: 30px;
    height: 15px;
}

.fa-image:before{
	display:none;
}
.ossn-wall-container-data-post .books-post-image i{
	display: block;
    height: 25px;
    width: 25px;
    background: url(/themes/booksignite/images/icons/photo-upload.png);
    background-size: cover;
}

/* Top Bar Profile Menu Dropdown */

.topbar-profile-menu ul.dropdown-menu li{
	display: block;
    width: 100%;
    color: #000;
}
topbar-profile-menu
.topbar-menu-right .topbar-profile-menu ul.dropdown-menu li span{
	margin-left:15px;
	display:inline-block;
	color:#e75e24;
}
.topbar-menu-right .topbar-profile-menu ul.dropdown-menu li.profile-view i{
	margin-top:5px;
	display:inline-block;
	content: '';
    background: url(/themes/booksignite/images/icons/heart.png);
    background-size: cover;
    height: 15px;
    width: 15px;
}
.topbar-menu-right .topbar-profile-menu ul.dropdown-menu li.profile-edit i{
	margin-top:5px;
	display:inline-block;
	content: '';
    background: url(/themes/booksignite/images/icons/heart.png);
    background-size: cover;
    height: 15px;
    width: 15px;
}

/* Search Page Layout */

.newsfeed-middle.ossn-page-contents.search{
	background-color:transparent;
}
.newsfeed-middle.ossn-page-contents.search .ossn-form.ossn-search{
	margin-top:0px;
}
.newsfeed-middle.ossn-page-contents.search .ossn-search input[type='text'], .newsfeed-middle.ossn-page-contents.search .search-form input[type='text']{
	border:0px;
	width:100%;
	background-color: #fff;
    border-radius: 10px;
    padding:10px;
}
.newsfeed-middle.ossn-page-contents.search .search-query{
	margin:10px 0px 15px 0px;
	padding:15px 10px;
	text-transform:uppercase;
	font-weight:800;
}
.newsfeed-middle.ossn-page-contents.search .search-data .row.ossn-users-list-item{
	background-color: #fff;
    border-radius: 0px;
    border: solid 1px #cecdcd;
    padding:15px;
}
.ossn-search-page .users-list-controls{
	margin-top:-84px;
}
.newsfeed-middle.ossn-page-contents.search .search-data .row.ossn-users-list-item .follower-list{
	margin-bottom:5px;
	text-align:center;
}
.ossn-search-page .ossn-users-list-item .uinfo a{
	font-size:22px;
}
.ossn-search-page .ossn-users-list-item .uinfo .user-publication-count, .ossn-search-page .ossn-users-list-item .uinfo .profile-link a{
	color:#e75e24;
	font-size: 17px;
    font-weight: 500;
}
.ossn-search-page .ossn-users-list-item .uinfo .profile-link{
	margin-top:10px;
}
.newsfeed-middle.ossn-page-contents.search .search-data .row.ossn-users-list-item .follower-list img.small-user-icon{
	border-radius: 50%;
	margin-left:-15px;
}
.newsfeed-middle.ossn-page-contents.search .search-data .row.ossn-users-list-item .follower-list img.small-user-icon:first-of-type{
	margin-left:0px;
}
.newsfeed-middle.ossn-page-contents.search .search-type{
	margin-bottom:20px;
	display:flex;
	width: 100%;
	background-color:#fff;
	border: solid 1px #cecdcd;
}
.newsfeed-middle.ossn-page-contents.search .search-type .option{
	float: left;
    width: 33.3%;
    font-size: 20px;
    padding: 25px 15px;
    border-right: solid 1px #cecdcd;
    text-decoration-line: underline;
  	text-decoration-color: #e75e24;
  	text-underline-offset: 10px;
  	font-weight:700;
}
.newsfeed-middle.ossn-page-contents.search .search-type .option.active{
	background-color:#ececec;
}
.newsfeed-middle.ossn-page-contents.search .search-type .option:last-of-type{
	border-right:0px;
}
.newsfeed-middle.ossn-page-contents.search .ossn-users-list-item .uinfo a{
	float:none;
}
.ossn-search-page .search-data .no-results{
	border: 1px solid #000;
	background-color:#fff;
	color:#e75e24;
	margin-top:10px;
	padding:30px;
	padding-left:75px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
}

/* Search Page Mobile Layout */
@media only screen and (max-width: 850px) {
	.newsfeed-middle.ossn-page-contents.search .search-type .option a{
		font-size:15px;
	}
	.ossn-search-page .search-data .no-results {
		font-size:15px;
	}
}

/* Bookmarks Page Layout */
.newsfeed-middle.ossn-page-contents.bookmarks{
	background-color:transparent;
	padding:0px;
}
.newsfeed-middle.ossn-page-contents.bookmarks .title:before{
	margin-right: 10px;
    display: inline-block;
    height: 22px;
    width: 22px;
    content: '';
    background: url(/themes/booksignite/images/icons/thin-bookmark-solid.png);
    background-size: cover;
}
.newsfeed-middle.ossn-page-contents.bookmarks .search-data .row{
	background-color: #fff;
    border-radius: 0px;
    border: solid 1px #cecdcd;
    padding:15px;
}
.newsfeed-middle.ossn-page-contents.bookmarks .bookmark-type{
	margin-bottom:20px;
	display:flex;
	width: 100%;
	background-color:#fff;
	border: solid 1px #cecdcd;
}
.newsfeed-middle.ossn-page-contents.bookmarks .bookmark-type .option{
	float: left;
    width: 33.3%;
    font-size: 20px;
    padding: 25px 15px;
    border-right: solid 1px #cecdcd;
    text-decoration-line: underline;
  	text-decoration-color: #e75e24;
  	text-underline-offset: 10px;
  	font-weight:700;
  	text-decoration-thickness: 1px;
}
.newsfeed-middle.ossn-page-contents.bookmarks .bookmark-type .option.active{
	background-color:#ececec;
}
.newsfeed-middle.ossn-page-contents.bookmarks .bookmark-type .option:last-of-type{
	border-right:0px;
}
.newsfeed-middle.ossn-page-contents.bookmarks .title {
    margin: 10px 0px 15px 0px;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 800;
}
.col-md-8 .bookmark-comment-item{
	border:1px solid #000;
	background-color:#fff;
	margin-bottom:10px;
	padding:10px;
	margin:20px 0px;
}
.col-md-8 .bookmark-comment-item .post-link{
	text-align: right;
    margin-top: -20px;
    font-size: 15px;
}
.col-md-8 .bookmark-comment-item .post-link a{
	color:#e75e24;
}
.col-md-8 .bookmark-comment-item .comment-contents {
	width: 100%;
    background-color: #f1f0f0;
    border-radius: 0px;
    padding: 12px;
    margin-top: 5px;
    color: #868686;
    border: 1px solid #868686;
}
.col-md-8 .bookmark-comment-item .like-meta {
    margin: 0px 5px;
}
.col-md-8 .bookmark-comment-item span.like-count, .like-meta span.comment-count, .like-meta a.comment-reply-link {
    color: #e75e24;
    font-size: 15px;
}
.col-md-8 .bookmark-comment-item .like-count, .like-meta .comment-count {
    margin-left: 20px;
    margin-right: 10px;
}

/* Bookmarks Page Mobile Layouts */
@media only screen and (max-width: 850px) {
	.newsfeed-middle.ossn-page-contents.bookmarks .bookmark-type .option a{
		font-size:15px;
	}
}

/* MOBILE LAYOUTS */

/* Start Page */

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

	.topbar{

		border:1px solid #fff;

	}

	.topbar .col-md-2 form.ossn-search{

		display:none!important;

	}

	.topbar .container-fluid{

		padding-left:0px;

		padding-right:0px;

	}

	.signup-login{

		padding: 10% 0 35% 0%;

	}

	.signup-login h1 {

    	font-size: 20px;

    	margin-bottom: 0.3rem;

	}

	.signup-login p {

    	font-size: 17px;

    	font-weight:300;

    	margin-bottom: 30px;

	}

	.signup-login button, .slider-pitch button {

    	width: 45%;

		margin: 0 auto;

		margin-bottom: 15px;

		margin-top: 15px;

		display: block;

		max-width: 150px;

		padding: 9px 40px;

	}

	.learn-more .col-md-6.home-left-contents, .learn-more .col-md-6.home-right-contents{

		width:100%;

	}

	.learn-more .home-left-contents{

		margin-top: -40%;

	}

	.ossn-page-contents.learn-more h2{

		font-size:22px;

		font-weight:800;

		width:100%;

		text-align:center;

	}

	.ossn-page-contents.learn-more p, .ossn-page-contents.learn-more ul li{

		font-size:16px;

		line-height:1.2em;

	}

	.slider-pitch .col-md-8.left {

	    border-radius: 0px;

	    border: 0px;

	}

	.ossn-layout-startup .slider-pitch {

	    padding:0px!important;

	}

	.slider-pitch .slide{

		padding:0px!important;

	}

	.slider-pitch .col-md-8.left h2 {

	    font-size: 17px;

	    width: 100%;

	    text-align: center;

	    margin-bottom:20px;

	}

	.slider-pitch .col-md-8.left{

		padding:55px;

	}

	.ossn-layout-startup .slider-pitch p{

		line-height:1.1em;

		font-size:13px;

		margin-bottom:40px

	}

	#login-overlay .login-container, #login-overlay .signup-container{

		width: 100%;

	    margin-top: 39px;

	    padding: 0px 10px;

	    height: 100vh;

	    border-radius: 0px;

	}

	.login-container .login-model .row, .signup-container .signup-model .row{

		width:100%;

	}

	.login-container .login-model .ossn-form-group-half, .signup-container .signup-model .ossn-form-group-half {

    width: 100%;

	}

	.signup-container .signup-model input[type="text"]{

		padding-top:6px;

		padding-bottom:6px;

	}

	.ossn-home-container .promo-publications h2{

		font-size:25px;

	}

	.ossn-home-container .promo-publications h3{

		font-size:25px;

		width:100%;

		text-align:center;

    	margin-bottom: 30px;

	}

	.signup-container .signup-model .row form a{

		display:inline;

	}

	.signup-container .signup-model input[type="submit"]{

		padding:10px;

	}

	.signup-container .signup-model .ossn-widget .widget-contents{

		border-bottom:0px;

	}

	.ossn-home-container .promo-publications{

		margin-left:0px;

		margin-right:0px;

	}

	footer .ossn-footer-menu a::after {

	    margin-left: 0px;

	    margin-right: 0px;

	    content: " ";

	}

	footer .ossn-footer-menu ul{

		padding-left:0px;

	}

	footer .ossn-footer-menu.credits li{

    	display: block;

	}

	footer .ossn-footer-menu.credits li.copyright{

		border:0px;

	}

	footer .ossn-footer-menu a {

	    display: block;

	}



	/* NEWS FEED */

	.ossn-layout-newsfeed .featured{

		display:none;

	}

	.col-md-4.sidebar{

		display:none;
		width:100%;

	}

	.col-md-4.sidebar .newseed-uinfo{
		display:none;
	}
	.topbar{
		position:fixed;
		top:0;
		width:100%;
	}
	.ossn-inner-page{
		margin-top:110px;
	}
	.topbar .row .mobile, .topbar .row .text-right.right-side.logged-in{

		display:block!important;

	}

	.topbar .row .mobile.logged-out{

		display:none!important;

	}

	.topbar .row .mobile.logged-in form.ossn-search{

		display:block!important;

		width:70%;

	}

	.topbar .row .mobile.logged-in form.ossn-search::placeholder {

	   text-align: center; 

	}

	.topbar .row .mobile span img{

		max-width:30px;

		height:auto;

	}

	.topbar .row .mobile.logged-in .mobile-nav{
		float:right;
	}

	.topbar .col-md-2.mobile.logged-in{

		padding-top:4px;

		padding-bottom:4px;

	}

	.topbar .col-md-2.mobile.logged-in, .topbar .row .col-md-3.text-right.right-side.logged-in {

	    flex: none;

	    width: 100%;

	}

	.topbar .row .col-md-3.text-right.right-side.logged-in{

		padding: 5px;

		background-color:#ea5d0b;

	}

	.topbar .col-md-2 form.ossn-search input[type='text'] {

	    padding: 4px 8px;

	    border-radius:10px;

	}

	.topbar .right-side .topbar-menu-right ul{

		padding-left:0px;

	}
	.topbar-menu-right{
		text-align:center;
	}
	.topbar .mobile.logged-in .mobile-nav{
		display: inline-block;
	    background: url(/themes/booksignite/images/icons/hamburger-white.png);
	    background-size: cover;
	    height: 45px;
	    width: 45px;
	    vertical-align: middle;
	    font-size:0px;
	    line-height:0px;
	}
	.ossn-topbar-dropdown-menu {
    	float: none;
	}
	.ossn-notifications-box {
        width: 90%;
    }
    .topbar-menu-right li, .topbar-menu-left li, .topbar-profile-menu a {
	    display: inline-block;
	    width: auto;
	    text-align: center;
	    margin: 0px 15px;
	    padding: 0;
	    position: relative;
	}
	.ossn-wall-container-data-post .post {
    	max-width: 85%;
    	height:45px;
    }
    .ossn-wall-container-data-post .books-post-image{
    	margin-top:-50px;
    }
    .ossn-wall-container-data-post img.user-image{
    	max-width:13%;
    }
    .ossn-wall-container input[type='submit'], .ossn-wall-post-button-container .book-publish{
    	font-size:12px;
    }
    body{
    	font-size:12px;
    }
	    .ossn-wall-item .post-contents p {
	    font-size: 20px;
	    line-height: 25px;
	}
	.ossn-wall-item .publication-like-comment-share .like-count {
	    margin-right: 15px;
	}
	.fa-ellipsis-h{
		height:12px;
		width:24px;
	}
	.ossn-wall-item .meta .post-menu .btn-link {
	    font-size: 12px;
	}

	/* Home Page */
	.ossn-layout-startup{
		margin-top:-70px;
	}

	/* Profile */
	.ossn-profile .user-publication-count{
		margin-left: 135px;
	    margin-top: -100px;
	    width: 140px;
	    font-size:12px;
	    top:425px;
	}
	.ossn-profile .profile-photo{
		top:375px;
	}
	.ossn-profile .user-fullname{
		top:400px;
		font-size:20px;
	}
	.ossn-profile  .row.ossn-profile-controls{
		display:flex;
	}
	.ossn-profile  .row.ossn-profile-controls .top-container{
		display:flex;
		width:100%;
	}
	.ossn-profile  .row.ossn-profile-controls .top-container .active{
		border:1px solid #e75e24;
		background-color:#f6f6f6;
	}
	.ossn-profile  .row.ossn-profile-controls .profile-controls-posts, .ossn-profile  .row.ossn-profile-controls .profile-controls-about{
		float:left;
		width:50%;
		text-align:center;
		font-size:20px;
		padding:15px 0;
		cursor:pointer;
	}
	.ossn-profile  .row.ossn-profile-controls .profile-controls-about{
		float:right;
	}
	.ossn-profile .profile-menu{
		display: flex;
        margin-top: -50px;
        margin-bottom:20px;
        width: 100%;
        float: none;
        text-align: center;
        flex-direction: row-reverse;
        align-content: center;
        justify-content: center;
	}
	.profile-menu .follower-list{
		margin-right:20px;
		margin-left:20px;
	}
	#profile-menu .follower-count{
		font-size:15px;
	}


}

/* Tablet Layouts */
@media only screen and (max-width: 1250px){
	.login-container .login-model .row, .signup-container .signup-model .row{

		width:100%;

	}
}

/* Notifications */
.ossn-notifications-box .bottom-all a, .ossn-notifications-box .notfi-meta strong{
	color:#e75e24;
}
.notfi-meta .ossn-notification-icon-comment, .notfi-meta .ossn-notification-icon-like{
	height:15px;
	width:15px;
}
.notfi-meta .ossn-notification-icon-publication-comment{
    background: url(/themes/booksignite/images/icons/comment.png);
    background-size: cover;
    color:#e75e24;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.notfi-meta .ossn-notification-icon-publication-like{
    background: url(/themes/booksignite/images/icons/heart-filled.png);
    background-size: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.ossn-notification-page strong, .ossn-notification-page b{
	color:#e75e24;
}

/* Profile */
.ossn-profile.container{
	max-width:98%;
}

.ossn-profile-sidebar .ossn-profile-modules .ossn-widget .widget-heading{
	background: #fff;
    border: none;
    border-bottom: 2px solid #e75e24;
    font-size: 26px;
    font-weight: normal;
    padding:0px 0px 10px 0px;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget .widget-heading span.edit-link, .ossn-profile-sidebar .ossn-profile-modules .ossn-widget .widget-heading span.edit-link a{
	font-size:22px;
	color:#e75e24;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding:20px;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget p, .ossn-profile-sidebar .ossn-profile-modules .ossn-widget ul{
	font-size:18px;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget .social-links{
	margin-top:30px;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget .social-links p{
	text-align: center;
	margin-bottom:0px;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget .widget-contents{
	padding:10px 0px;
	border-bottom:0px;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget{
	border: solid 1px #cecdcd;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-profile-module-publications ul a, .ossn-profile-sidebar .ossn-profile-modules .ossn-profile-module-publications ul li{
	color:#e75e24;
}
.ossn-profile-sidebar .ossn-profile-modules .social-links a{
	display: inline-block;
    content: '';
    height: 15px;
    width: 15px;
    margin: 0px 20px;
}
.ossn-profile-sidebar .ossn-profile-modules .social-links a.facebook-link {
    background: url(/themes/booksignite/images/icons/facebook.png);
    background-size: cover;
}
.ossn-profile-sidebar .ossn-profile-modules .social-links a.twitter-link {
    background: url(/themes/booksignite/images/icons/twitter.png);
    background-size: cover;
}
.ossn-profile-sidebar .ossn-profile-modules .social-links a.instagram-link {
    background: url(/themes/booksignite/images/icons/instagram.png);
    background-size: cover;
}
.ossn-profile-sidebar .ossn-profile-modules .social-links a.linkedin-link {
    background: url(/themes/booksignite/images/icons/linkedin.png);
    background-size: cover;
}
.ossn-profile-sidebar .ossn-profile-modules .social-links a.authorwebsite-link {
    background: url(/themes/booksignite/images/icons/booksignite-square.png);
    background-size: cover;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget .post_image_container{
	width:32%;
	margin-right:2%;
	height: 100px;
  	overflow: hidden;
  	display: inline-block;
}
.ossn-profile-sidebar .ossn-profile-modules .ossn-widget .post_image_container:nth-child(3n){
	margin-right:0%;
}
 .ossn-profile-sidebar .ossn-profile-modules .ossn-widget .post_image_container img.post_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (min-width: 992px) {
	.ossn-profile .ossn-profile-bottom .col-lg-7{
		width:65%;
	}
	.ossn-profile .ossn-profile-bottom .col-lg-4{
		width: 35%;
	}
}
ul.dropdown-menu{
    background-color: #fff;
}
.ossn-message-box .control .controls .btn{
	max-width:100%;
	display:inline-block;
	margin-top:0px;
}
.post-menu ul.dropdown-menu a:hover{
	background-color:#fff;
}
select{
	background-color: #f1f0f0;
    color: #838081;
    padding: 6px 8px;
    border: 1px solid #706f6f;
    font-size: 18px;
}
a:hover{
	color:#e75e24;
}

/* Dropdown Nav Icons */
ul.dropdown-menu li a:before{
	margin-right: 10px;
	display: inline-block;
    height: 22px;
    width: 22px;
	content: '';
}
ul.dropdown-menu li a.ossn-report-this:before{
    background: url(/themes/booksignite/images/icons/flag-solid-orange.png);
    background-size: cover;
}
ul.dropdown-menu li a.post-control-getlink:before, ul.dropdown-menu li a.get-post-link:before{
    background: url(/themes/booksignite/images/icons/link-solid-orange.png);
    background-size: cover;
}
ul.dropdown-menu li a.post-control-bookmarkpost:before, ul.dropdown-menu li a.ossn-comment-bookmark:before, ul.dropdown-menu li a.ossn-wall-post-bookmark:before, ul.dropdown-menu li a.ossn-wall-post-unbookmark:before, ul.dropdown-menu li a.ossn-comment-unbookmark:before{
    background: url(/themes/booksignite/images/icons/thin-bookmark-solid.png);
    background-size: cover;
}
ul.dropdown-menu li a.post-control-edit:before, ul.dropdown-menu li a.ossn-edit-comment:before, ul.dropdown-menu li a.ossn-edit-comment-reply:before{
    background: url(/themes/booksignite/images/icons/edit-comment.png);
    background-size: cover;
}
ul.dropdown-menu li a.post-control-delete:before, ul.dropdown-menu li a.ossn-delete-comment:before{
    background: url(/themes/booksignite/images/icons/trash-outline-orange.png);
    background-size: cover;
}

a.ossn-delete-comment, a.ossn-report-this, a.ossn-wall-post-delete{
	color:#0f3b4a!important;
} .ossn-profile-module-friends img {
    padding: 1.5px;
}
.ossn-profile-module-friends .user-image {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;    
    display: inline-block;
}
.ossn-profile-module-friends .user-name {
    position: absolute;
    margin-top: -27px;
    margin-left: 8px;
    font-size: 12px;
    color: #fff;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ossn-profile-module-friends h3 {
    padding: 4px;
    text-align: center;
    font-size:16px;
    color: #ccc;
}
.ossn-profile-extra-menu {
	display:inline-block;
}
.ossn-profile-extra-menu .btn-action i {
 	 margin: 0 auto;
}
.ossn-profile .profile-cover img {
	position: relative;
}
.ossn-covers-uploading-annimation {
    position: absolute;
    float: right;
    left: 50%;
    top: 30%;
    background: rgba(255, 255, 255, 0.62);
    padding: 20px;
    border-radius: 20px;
    z-index: 1;
}
.ossn-profile-bottom .ossn-edit-form .radio-block {
    margin-top: 0;
    margin-bottom: 0;
}
/** profile edit layout **/
.ossn-profile-edit-layout {
	background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
}

.profile-edit-tabs {}

.profile-edit-tabs a {
	padding: 12px 4px 12px 16px;
	display: block;
	border-left: 2px solid #fff;
	cursor: pointer;
	text-decoration: none;
}

.profile-edit-tab-item-active {
	border-left: 3px solid #5088a3 !important;
	font-weight: bold;
}

.profile-edit-tabs a {}

.profile-edit-layout-right {
	padding: 10px;
	border-left: 1px solid #eee;
}

.profile-edit-layout-title {
	background: #F9F7F7;
	border: 1px solid #eee;
	padding: 12px 20px;
	font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
}
.profile-hr-menu .dropdown-toggle::after {
	display:none;
}.ossn-form textarea#post-edit {
	height: 125px;
}

.ossn-wall-post-delete {
	color: #EC2020 !important;
}

.ossn-wall-loading {
	text-align: center;
	padding: 10px;
	width: 100%;
}

.ossn-wall-loading .ossn-loading {
	display: inline-block;
}

#ossn-wall-form .ui-autocomplete-loading {
	background: white url("https://booksignite.nbtechnologies.net/themes/booksignite/images/loading.gif") right center no-repeat;
}

#ossn-wall-form .ui-helper-hidden-accessible {
	display: none;
}

.ossn-wall-post-time {
	cursor: pointer;
}

.ossn-wall-post-time:hover {
	text-decoration: underline;
}

.wall-tabs .item span {
	padding-left: 5px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
	bottom: 0;
}
.group-wall .ossn-wall-post-button-container {
	height: 50px;
	display: inline-block;
}

.group-wall .ossn-wall-post {
	float: right;
}
#ossn-wall-location .mapboxgl-ctrl-geocoder--input {
	padding-left: 30px;
    background: initial;
    border-radius: 10px;
    border: 1px dashed #eee;
    margin-top: 5px;
}
.ossn-wall-image-container {
    background: #f8f8f8;
}
.ossn-wall-image-container > img {
		max-height:80vh;
        margin:0 auto;
}.ossn-comment-attach-photo {
    width: 100%;	
}

.ossn-comment-attach-photo .fa-camera {
    float: right;
    position: relative;
    margin-right: 5px;
    margin-top: 3px;
    width: 25px;
    height: 25px;
    padding: 5px;
    font-size: 17px;
    cursor: pointer;
    color: #999;
}
.ossn-comment-attachment {
    width: 115px;
    margin-left: 40px;
    padding-bottom: 10px;
    margin-top: -5px;
	display:none;
}
.ossn-comment-attachment  .image-data  {
    padding: 6px;
    background: #fff;
    border: 1px solid #eee;
    
    /* Please, check scaling algorithm of comment picture previews #682 */
    /** 
    comments attachment image not responsive #938
    display: flex; **/
    
    max-height: 180px;       
    text-align: center;
}
.ossn-comment-attachment  .image-data img {
	max-width:100%;
	height: 100px;
	border: 1px solid #ccc;
}
.ossn-viewer-comments .ossn-comment-attachment {
	width:115px;
}
.ossn-viewer .comments-item .row {
	margin-left:10px;
    margin-right:10px;
}
.ossn-viewer .comments-item .col-lg-1 {
	display:none;
}
.ossn-viewer-comments .comments-likes .ossn-comment-attach-photo .fa-camera {
	float:none;
    margin-right:0px;
    margin-left:10px;
}

.ossn-viewer-comments .ossn-comment-attachment {
    margin-left: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}
.ossn-viewer-comments .like-share {
	margin-left:0px;
    margin-right:0px;
}
.ossn-form textarea#comment-edit{
    height: 125px;
}
.ossn-delete-comment {
    color: #EC2020 !important;
}
.comment-post-btn {
    float: right;
    border-radius: 10px;
    padding: 2px 20px;
}
.ossn-likes-view a.right.btn.btn-danger {
	font-size: 12px;
	margin-top: 8px;
	margin-right: 5px;
	padding: 3px 5px 3px 5px;
	border-radius: 1px;
	display: none;
}

.ossn-likes-view a.right.btn.btn-primary {
	font-size: 12px;
	margin-top: 8px;
	margin-right: 5px;
	padding: 3px 5px 3px 5px;
	border-radius: 1px;
	display: none;
}

.emoji {
	width: 120px;
	height: 120px;
	background: #FFDA6A;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	transform: scale(0.325);
	margin-left: -37px;
	margin-top: -37px;
}

.emoji:after {}

.emoji__face,
.emoji__eyebrows,
.emoji__eyes,
.emoji__mouth,
.emoji__tongue,
.emoji__heart,
.emoji__hand,
.emoji__thumb {
	position: absolute;
}

.emoji__face:before,
.emoji__face:after,
.emoji__eyebrows:before,
.emoji__eyebrows:after,
.emoji__eyes:before,
.emoji__eyes:after,
.emoji__mouth:before,
.emoji__mouth:after,
.emoji__tongue:before,
.emoji__tongue:after,
.emoji__heart:before,
.emoji__heart:after,
.emoji__hand:before,
.emoji__hand:after,
.emoji__thumb:before,
.emoji__thumb:after {
	position: absolute;
	content: '';
}

.emoji__face {
	width: inherit;
	height: inherit;
}

.emoji--dislike {
	background: #999;
	transform: scale(0.325, -0.325);
}

.emoji--like {
	background: #548DFF;
}

.emoji--dislike .emoji__hand,
.emoji--like .emoji__hand {
	left: 25px;
	bottom: 30px;
	width: 20px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px;
	z-index: 0;
	-webkit-animation: hands-up 2s linear infinite;
	animation: hands-up 2s linear infinite;
}

.emoji--dislike .emoji__hand:before,
.emoji--like .emoji__hand:before {
	left: 25px;
	bottom: 5px;
	width: 40px;
	background: inherit;
	height: 10px;
	border-radius: 2px 10px 10px 2px;
	box-shadow: 1px -9px 0 1px #FFFFFF, 2px -19px 0 2px #FFFFFF, 3px -29px 0 3px #FFFFFF;
}

.emoji--dislike .emoji__thumb,
.emoji--like .emoji__thumb {
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid transparent;
	top: -25px;
	right: -25px;
	z-index: 2;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-animation: thumbs-up 2s linear infinite;
	animation: thumbs-up 2s linear infinite;
}

.emoji--dislike .emoji__thumb:before,
.emoji--like .emoji__thumb:before {
	border-radius: 50% 50% 0 0;
	background: #FFFFFF;
	width: 10px;
	height: 12px;
	left: -10px;
	top: -8px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	box-shadow: -1px 4px 0 -1px #FFFFFF;
}

.emoji--love {
	background: #F55064;
}

.emoji--love .emoji__heart {
	left: calc(50% - 40px);
	top: calc(50% - 40px);
	width: 80px;
	height: 80px;
	-webkit-animation: heart-beat 1s linear infinite alternate;
	animation: heart-beat 1s linear infinite alternate;
}

.emoji--love .emoji__heart:before,
.emoji--love .emoji__heart:after {
	left: calc(50% - 20px);
	top: calc(50% - 32px);
	width: 40px;
	height: 64px;
	background: #FFFFFF;
	border-radius: 20px 20px 0 0;
}

.emoji--love .emoji__heart:before {
	-webkit-transform: translate(20px) rotate(-45deg);
	transform: translate(20px) rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.emoji--love .emoji__heart:after {
	-webkit-transform: translate(-20px) rotate(45deg);
	transform: translate(-20px) rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.emoji--haha .emoji__face {
	-webkit-animation: haha-face 2s linear infinite;
	animation: haha-face 2s linear infinite;
}

.emoji--haha .emoji__eyes {
	width: 26px;
	height: 6px;
	border-radius: 2px;
	left: calc(50% - 13px);
	top: 35px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	background: transparent;
	box-shadow: -25px 5px 0 0 #000000, 25px -5px 0 0 #000000;
}

.emoji--haha .emoji__eyes:after {
	left: 0;
	top: 0;
	width: 26px;
	height: 6px;
	border-radius: 2px;
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	background: transparent;
	box-shadow: -25px -5px 0 0 #000000, 25px 5px 0 0 #000000;
}

.emoji--haha .emoji__mouth {
	width: 80px;
	height: 40px;
	left: calc(50% - 40px);
	top: 50%;
	background: #000000;
	border-radius: 0 0 40px 40px;
	overflow: hidden;
	z-index: 1;
	-webkit-animation: haha-mouth 2s linear infinite;
	animation: haha-mouth 2s linear infinite;
}

.emoji--haha .emoji__tongue {
	width: 70px;
	height: 30px;
	background: #F55064;
	left: calc(50% - 35px);
	bottom: -10px;
	border-radius: 50%;
}

.emoji--yay:after {
	-webkit-animation: yay-reverse 1s linear infinite;
	animation: yay-reverse 1s linear infinite;
}

.emoji--yay .emoji__face {
	-webkit-animation: yay 1s linear infinite alternate;
	animation: yay 1s linear infinite alternate;
}

.emoji--yay .emoji__eyebrows {
	left: calc(50% - 3px);
	top: 30px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: transparent;
	box-shadow: -6px 0 0 0 #000000, -36px 0 0 0px #000000, 6px 0 0 0 #000000, 36px 0 0 0px #000000;
}

.emoji--yay .emoji__eyebrows:before,
.emoji--yay .emoji__eyebrows:after {
	width: 36px;
	height: 18px;
	border-radius: 60px 60px 0 0;
	background: transparent;
	border: 6px solid black;
	box-sizing: border-box;
	border-bottom: 0;
	bottom: 3px;
	left: calc(50% - 18px);
}

.emoji--yay .emoji__eyebrows:before {
	margin-left: -21px;
}

.emoji--yay .emoji__eyebrows:after {
	margin-left: 21px;
}

.emoji--yay .emoji__mouth {
	top: 60px;
	background: transparent;
	left: 50%;
}

.emoji--yay .emoji__mouth:after {
	width: 80px;
	height: 80px;
	left: calc(50% - 40px);
	top: -75px;
	border-radius: 50%;
	background: transparent;
	border: 6px solid #000000;
	box-sizing: border-box;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 1;
}

.emoji--yay .emoji__mouth:before {
	width: 6px;
	height: 6px;
	background: transparent;
	border-radius: 50%;
	bottom: 5px;
	left: calc(50% - 3px);
	box-shadow: -25px 0 0 0 #000000, 25px 0 0 0 #000000, -35px -2px 30px 10px #D5234C, 35px -2px 30px 10px #D5234C;
}

.emoji--wow .emoji__face {
	-webkit-animation: wow-face 3s linear infinite;
	animation: wow-face 3s linear infinite;
}

.emoji--wow .emoji__eyebrows {
	left: calc(50% - 3px);
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: transparent;
	box-shadow: -18px 0 0 0 #000000, -33px 0 0 0 #000000, 18px 0 0 0 #000000, 33px 0 0 0 #000000;
	-webkit-animation: wow-brow 3s linear infinite;
	animation: wow-brow 3s linear infinite;
}

.emoji--wow .emoji__eyebrows:before,
.emoji--wow .emoji__eyebrows:after {
	width: 24px;
	height: 20px;
	border: 6px solid #000000;
	box-sizing: border-box;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -3px;
	left: calc(50% - 12px);
}

.emoji--wow .emoji__eyebrows:before {
	margin-left: -25px;
}

.emoji--wow .emoji__eyebrows:after {
	margin-left: 25px;
}

.emoji--wow .emoji__eyes {
	width: 16px;
	height: 24px;
	left: calc(50% - 8px);
	top: 35px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--wow .emoji__mouth {
	width: 30px;
	height: 45px;
	left: calc(50% - 15px);
	top: 50%;
	border-radius: 50%;
	background: #000000;
	-webkit-animation: wow-mouth 3s linear infinite;
	animation: wow-mouth 3s linear infinite;
}

.emoji--sad .emoji__face {
	-webkit-animation: sad-face 2s ease-in infinite;
	animation: sad-face 2s ease-in infinite;
}

.emoji--sad .emoji__eyebrows {
	left: calc(50% - 3px);
	top: 35px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: transparent;
	box-shadow: -40px 9px 0 0 #000000, -25px 0 0 0 #000000, 25px 0 0 0 #000000, 40px 9px 0 0 #000000;
}

.emoji--sad .emoji__eyebrows:before,
.emoji--sad .emoji__eyebrows:after {
	width: 30px;
	height: 20px;
	border: 6px solid #000000;
	box-sizing: border-box;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 2px;
	left: calc(50% - 15px);
}

.emoji--sad .emoji__eyebrows:before {
	margin-left: -30px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.emoji--sad .emoji__eyebrows:after {
	margin-left: 30px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.emoji--sad .emoji__eyes {
	width: 14px;
	height: 16px;
	left: calc(50% - 7px);
	top: 50px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--sad .emoji__eyes:after {
	background: #548DFF;
	width: 12px;
	height: 12px;
	margin-left: 6px;
	border-radius: 0 100% 40% 50% / 0 50% 40% 100%;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: tear-drop 2s ease-in infinite;
	animation: tear-drop 2s ease-in infinite;
}

.emoji--sad .emoji__mouth {
	width: 60px;
	height: 80px;
	left: calc(50% - 30px);
	top: 80px;
	box-sizing: border-box;
	border: 6px solid #000000;
	border-radius: 50%;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	background: transparent;
	-webkit-animation: sad-mouth 2s ease-in infinite;
	animation: sad-mouth 2s ease-in infinite;
}

.emoji--sad .emoji__mouth:after {
	width: 6px;
	height: 6px;
	background: transparent;
	border-radius: 50%;
	top: 4px;
	left: calc(50% - 3px);
	box-shadow: -18px 0 0 0 #000000, 18px 0 0 0 #000000;
}

.emoji--angry {
	background: linear-gradient(#D5234C -10%, #FFDA6A);
	background-size: 100%;
	-webkit-animation: angry-color 2s ease-in infinite;
	animation: angry-color 2s ease-in infinite;
}

.emoji--angry .emoji__face {
	-webkit-animation: angry-face 2s ease-in infinite;
	animation: angry-face 2s ease-in infinite;
}

.emoji--angry .emoji__eyebrows {
	left: calc(50% - 3px);
	top: 55px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: transparent;
	box-shadow: -44px 5px 0 0 #000000, -7px 16px 0 0 #000000, 7px 16px 0 0 #000000, 44px 5px 0 0 #000000;
}

.emoji--angry .emoji__eyebrows:before,
.emoji--angry .emoji__eyebrows:after {
	width: 50px;
	height: 20px;
	border: 6px solid #000000;
	box-sizing: border-box;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 0;
	left: calc(50% - 25px);
}

.emoji--angry .emoji__eyebrows:before {
	margin-left: -25px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

.emoji--angry .emoji__eyebrows:after {
	margin-left: 25px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.emoji--angry .emoji__eyes {
	width: 12px;
	height: 12px;
	left: calc(50% - 6px);
	top: 70px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}

.emoji--angry .emoji__mouth {
	width: 36px;
	height: 18px;
	left: calc(50% - 18px);
	bottom: 15px;
	background: #000000;
	border-radius: 50%;
	-webkit-animation: angry-mouth 2s ease-in infinite;
	animation: angry-mouth 2s ease-in infinite;
}

@-webkit-keyframes heart-beat {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@keyframes heart-beat {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@-webkit-keyframes haha-face {
	10%,
	30%,
	50% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}
	20%,
	40% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	60%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	70%,
	90% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes haha-face {
	10%,
	30%,
	50% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}
	20%,
	40% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	60%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	70%,
	90% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes haha-mouth {
	10%,
	30%,
	50% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		top: 45%;
	}
	20%,
	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		top: 45%;
	}
	60%,
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 50%;
	}
	70% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		top: 50%;
	}
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		top: 50%;
	}
}

@keyframes haha-mouth {
	10%,
	30%,
	50% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		top: 45%;
	}
	20%,
	40% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		top: 45%;
	}
	60%,
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 50%;
	}
	70% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		top: 50%;
	}
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		top: 50%;
	}
}

@-webkit-keyframes yay {
	25% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
}

@keyframes yay {
	25% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
}

@-webkit-keyframes wow-face {
	15%,
	25% {
		-webkit-transform: rotate(20deg) translateX(-25px);
		transform: rotate(20deg) translateX(-25px);
	}
	45%,
	65% {
		-webkit-transform: rotate(-20deg) translateX(25px);
		transform: rotate(-20deg) translateX(25px);
	}
	75%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
}

@keyframes wow-face {
	15%,
	25% {
		-webkit-transform: rotate(20deg) translateX(-25px);
		transform: rotate(20deg) translateX(-25px);
	}
	45%,
	65% {
		-webkit-transform: rotate(-20deg) translateX(25px);
		transform: rotate(-20deg) translateX(25px);
	}
	75%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
}

@-webkit-keyframes wow-brow {
	15%,
	65% {
		top: 25px;
	}
	75%,
	100%,
	0% {
		top: 15px;
	}
}

@keyframes wow-brow {
	15%,
	65% {
		top: 25px;
	}
	75%,
	100%,
	0% {
		top: 15px;
	}
}

@-webkit-keyframes wow-mouth {
	10%,
	30% {
		width: 20px;
		height: 20px;
		left: calc(50% - 10px);
	}
	50%,
	70% {
		width: 30px;
		height: 40px;
		left: calc(50% - 15px);
	}
	75%,
	100% {
		height: 50px;
	}
}

@keyframes wow-mouth {
	10%,
	30% {
		width: 20px;
		height: 20px;
		left: calc(50% - 10px);
	}
	50%,
	70% {
		width: 30px;
		height: 40px;
		left: calc(50% - 15px);
	}
	75%,
	100% {
		height: 50px;
	}
}

@-webkit-keyframes sad-face {
	25%,
	35% {
		top: -15px;
	}
	55%,
	95% {
		top: 10px;
	}
	100%,
	0% {
		top: 0;
	}
}

@keyframes sad-face {
	25%,
	35% {
		top: -15px;
	}
	55%,
	95% {
		top: 10px;
	}
	100%,
	0% {
		top: 0;
	}
}

@-webkit-keyframes sad-mouth {
	25%,
	35% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		top: 70px;
	}
	55%,
	100%,
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 80px;
	}
}

@keyframes sad-mouth {
	25%,
	35% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		top: 70px;
	}
	55%,
	100%,
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 80px;
	}
}

@-webkit-keyframes tear-drop {
	0%,
	100% {
		display: block;
		left: 35px;
		top: 15px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	25% {
		display: block;
		left: 35px;
		-webkit-transform: rotate(45deg) scale(2);
		transform: rotate(45deg) scale(2);
	}
	49.9% {
		display: block;
		left: 35px;
		top: 65px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	50% {
		display: block;
		left: -35px;
		top: 15px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	75% {
		display: block;
		left: -35px;
		-webkit-transform: rotate(45deg) scale(2);
		transform: rotate(45deg) scale(2);
	}
	99.9% {
		display: block;
		left: -35px;
		top: 65px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
}

@keyframes tear-drop {
	0%,
	100% {
		display: block;
		left: 35px;
		top: 15px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	25% {
		display: block;
		left: 35px;
		-webkit-transform: rotate(45deg) scale(2);
		transform: rotate(45deg) scale(2);
	}
	49.9% {
		display: block;
		left: 35px;
		top: 65px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	50% {
		display: block;
		left: -35px;
		top: 15px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
	75% {
		display: block;
		left: -35px;
		-webkit-transform: rotate(45deg) scale(2);
		transform: rotate(45deg) scale(2);
	}
	99.9% {
		display: block;
		left: -35px;
		top: 65px;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}
}

@-webkit-keyframes hands-up {
	25% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	50% {
		-webkit-transform: rotate(-15deg) translateY(-10px);
		transform: rotate(-15deg) translateY(-10px);
	}
	75%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes hands-up {
	25% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	50% {
		-webkit-transform: rotate(-15deg) translateY(-10px);
		transform: rotate(-15deg) translateY(-10px);
	}
	75%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes thumbs-up {
	25% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	50%,
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}

@keyframes thumbs-up {
	25% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	50%,
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}

@-webkit-keyframes angry-color {
	45%,
	60% {
		background-size: 250%;
	}
	85%,
	100%,
	0% {
		background-size: 100%;
	}
}

@keyframes angry-color {
	45%,
	60% {
		background-size: 250%;
	}
	85%,
	100%,
	0% {
		background-size: 100%;
	}
}

@-webkit-keyframes angry-face {
	35%,
	60% {
		-webkit-transform: translateX(0) translateY(10px) scale(0.9);
		transform: translateX(0) translateY(10px) scale(0.9);
	}
	40%,
	50% {
		-webkit-transform: translateX(-5px) translateY(10px) scale(0.9);
		transform: translateX(-5px) translateY(10px) scale(0.9);
	}
	45%,
	55% {
		-webkit-transform: translateX(5px) translateY(10px) scale(0.9);
		transform: translateX(5px) translateY(10px) scale(0.9);
	}
}

@keyframes angry-face {
	35%,
	60% {
		-webkit-transform: translateX(0) translateY(10px) scale(0.9);
		transform: translateX(0) translateY(10px) scale(0.9);
	}
	40%,
	50% {
		-webkit-transform: translateX(-5px) translateY(10px) scale(0.9);
		transform: translateX(-5px) translateY(10px) scale(0.9);
	}
	45%,
	55% {
		-webkit-transform: translateX(5px) translateY(10px) scale(0.9);
		transform: translateX(5px) translateY(10px) scale(0.9);
	}
}

@-webkit-keyframes angry-mouth {
	25%,
	50% {
		height: 6px;
		bottom: 25px;
	}
}

@keyframes angry-mouth {
	25%,
	50% {
		height: 6px;
		bottom: 25px;
	}
}

.ossn-like-reactions-panel {
	background: #ffffff;
	width: 355px;
	padding: 2px;
	position: absolute;
	height: 50px;
	top: auto;
	margin-top: -75px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 2em;
	cursor: default;
}

.ossn-like-reactions-panel li:after {
	margin-left: 0px;
	margin-right: 0px;
	content: '';
}

.ossn-like-reactions-panel li {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.ossn-reaction-list .emoji {
	transform: scale(0.133);
	margin-left: -55px;
	margin-top: -50px;
}

.ossn-reaction-list .emoji--dislike {
	transform: scale(0.133, -0.133);
}

.ossn-reaction-list {
	float: left;
	height: 20px;
}

.ossn-reaction-list li {
	display: inline-block;
	width: 10px;
	height: 20px;
}

.ossn-reaction-title-wholiked {
	margin-left: 10px;
}

.ossn-reaction-list .emoji__eyes:after,
.ossn-reaction-list .emoji__tongue,
.ossn-reaction-list .emoji__eyebrows,
.ossn-reaction-list .emoji__eyes,
.ossn-reaction-list .emoji__face,
.ossn-reaction-list .emoji__mouth,
.ossn-reaction-list .emoji__face,
.ossn-reaction-list .emoji__heart,
.ossn-reaction-list .emoji__hand {
	animation: none;
}

.ossn-reactions-list-whoreacted .emoji {}

.ossn-reactions-list-wholiked-item img {
	border: 1px solid #eee;
	border-radius: 100%;
}

.ossn-reactions-list-wholiked-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.ossn-reactions-list-whoreacted-uinfo a {
	font-weight: bold;
}

.ossn-reactions-list-whoreacted {
	float: none;
	margin-left: 5px;
}

@media (max-width: 480px) {
	.ossn-like-reactions-panel {
		margin-left: -40px;
		transform: scale(0.8);
	}
	.comment-contents .ossn-like-reactions-panel {
		margin-left: -30px;
	}
}

.ossn-likes-annotation-total {
	float: right;
}

.comment-metadata .ossn-reaction-list {
	float: right;
	margin-left: 10px;
}

.comment-metadata .ossn-reaction-list .emoji {
	transform: scale(0.12);
	margin-top: -51px;
}

.comment-metadata .ossn-reaction-list .emoji--dislike {
	transform: scale(0.12, -0.12);
}
.ossn-profile-module-albums img {
    padding: 1.5px;
    width: 100px;
    height: 100px;
}
.ossn-profile-module-albums h3 {
    padding: 4px;
    font-size:16px;
    text-align: center;
    color: #ccc;
}
.ossn-photos {
    text-align: center;
}
.ossn-photos li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ccc;
    min-height: 200px;
    width: 200px;
    margin-top:10px;
}
.ossn-album-name {
    text-align: left;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
}
.ossn-photos {} .ossn-photos li img {
    /* border:1px solid #ccc; */
}
.ossn-photos h2 {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
}
.ossn-photo-view a {
    float: right;
    margin-bottom: 10px;
}
.ossn-photo-viewer {
    text-align: center;
    background: #F6F6F6;
    /** pictures in single view are drifting rightwards out of place #629 **/
    width: 100%;
}
.ossn-viewer-comments {
    margin-top: 25px;
}

.ossn-viewer-comments .comments-likes .comment-text p img {
    max-width: 250px;
}
.ossn-viewer-comments .comments-likes .ossn-comment-attach-photo {
    margin-left: 222px;
}
.ossn-photos .pthumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.ossn-photo-menu li {
    display: block;
}
.ossn-photo-menu li a {
    font-size: 12px;
}
.ossn-profile-module-albums {
	
}
.ossn-profile-module-albums a {
    margin-left: 3px;
    border: 1px solid #eee;
}
.ossn-photo-view h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top:0px;
    display: inline;
}
.ossn-photo-menu {
	margin-top:10px;
}
.ossn-photo-viewer .image-block {
	text-align: center;
    min-height:200px;
}
.ossn-photos-add-button {
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}	
.ossn-photos-add-button .images {
	display:none;
}
.ossn-photos-wall {
    background: #f9f9f9;
    margin-bottom: 10px;
    padding-top: 10px;
    border-radius: 2px;
    border: 1px solid #eee;
 	text-align: center;   
}
.ossn-photos-wall-plain {
	border:none;
  	text-align: center;   
    background:initial;
}
.ossn-photos-wall-title a{
      font-weight: normal !important;
}
.ossn-photo-wall-item-small {
    width:100px;
}
.ossn-photo-wall-item-medium {
    width:200px;
}
.ossn-photos-wall-item {
	display:inline-block !important;
    cursor:pointer;
    margin-right:2px;
}
.ossn-photo-view {
	margin-bottom:10px;
}
#ossn-photos-show-gallery i {
	margin-right:0;
}
.ossn-notification-icon-comment {
	display: inline-block;
}	
.ossn-notification-icon-comment:before {
	content: "\f075";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
}
.ossn-notification-icon-tag {
    display: inline-block;
}
.ossn-notification-icon-tag:before {
	content: "\f507";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
}
.ossn-notification-icon-like {
    display: inline-block;
}
.ossn-notification-icon-like:before {
	content: "\f164";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}
.ossn-notification-icon-like-post:before {
    display: inline-block;
}	
.ossn-notification-icon-like-post:before {
	content: "\f087";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;	
}
.ossn-notifications-all .data {
    display: inline;
    margin-left: 5px;
}
.ossn-notification-friend-submit {
	background:#FFF9D7;
}
.menu-section-item-notifications:before{
    content: "\f0f3" !important
}
.ossn-notifications-all .time-created {
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
}.ossn-search {
    margin-top: 20px;
}
.ossn-search input[type='text']{
    width: 95%;
    margin: 0 auto;
    color: #000;
    border-radius: 3px;
}
.ossn-search-active-item {
    background: #eee;
}
.ossn-messages {
	background: #fff;
	padding: 10px;
}

.ossn-messages .messages-recent .widget-contents {
	padding: 0px;
}

.ossn-messages .messages-recent .messages-from {
	max-height: 555px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ossn-messages .messages-recent .messages-from .user-item {
	padding: 10px;
	margin: 0px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.ossn-messages .messages-recent .messages-from .user-item .image {
	margin-top: 3px;
	border-radius: 16px;
}

.ossn-messages .messages-recent .messages-from .user-item .name {
	font-weight: bold;
	display: inline-block;
	font-size: 13px;
}

.ossn-messages .messages-recent .messages-from .message-new {
	background: #F7F7F7;
}

.ossn-messages .messages-recent .messages-from .user-item .col-lg-10,
.ossn-messages .messages-recent .messages-from .user-item .col-lg-2 {
	padding: 0px;
}

.ossn-messages .messages-recent .messages-from .user-item .reply {
	margin-top: -4px;
	font-size: 13px;
}

.ossn-notification-messages .fa-reply,
.ossn-messages .messages-recent .messages-from .user-item .reply .fa-reply {
	font-size: 10px;
	display: inline-block;
	margin-top: 0px;
}

.ossn-messages .messages-recent .messages-from .user-item .reply .reply-text {
	display: inline-block;
}

.ossn-messages .messages-recent .messages-from .user-item .time {
	display: inline-block;
	float: right;
}

.ossn-messages .message-with  .user-icon {
	margin-top: 9px;
	border-radius: 25px;
}

.ossn-messages. message-form-form .textarea {
}

.ossn-messages .message-inner {
	max-height: 400px;
	padding-right: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ossn-messages .message-inner .row {
    /*margin-left: -10px;*/;
}

.message-form-form {
	margin-top: 10px;
	border-top: 1px solid #eee;
	padding: 10px 10px 0;
}

.ossn-messages .message-with .time-created {
	float: right;
	margin-left: 5px;
}
/*************************
	Notifications
**************************/

.ossn-notification-messages  .user-item {
	padding: 4px;
	border-bottom: 1px solid #eee;
}

.ossn-notification-messages .user-item:hover {
	background: #F6F7F8;
	cursor: pointer;
}

.ossn-notification-messages .message-new {
	background: #eee;
}

.ossn-notification-messages  .user-item .image {
	display: inline-table;
	width: 50px;
	height: 50px;
}

.ossn-notification-messages .user-item .data {
	float: right;
	width: 335px;
}

.ossn-notification-messages .user-item .data .name {
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	margin-top: -3px;
	text-overflow: ellipsis;
	width: 210px;
	white-space: nowrap;
	overflow: hidden;
}

.ossn-notification-messages .user-item-inner .time {
	color: #999;
	float: right;
	font-size: 14px;
	font-style: italic;
	margin-top: -24px;
}

.ossn-notification-messages .reply-text,
.ossn-notification-messages .reply-text-from {
	margin-top: -0px;
	margin-left: 4px;
	text-overflow: ellipsis;
	width: 320px;
	white-space: nowrap;
	overflow: hidden;
	display: inline;
}

.ossn-notification-messages .messages-from .time {
	color: #999;
	float: right;
}

.ossn-notification-messages .user-item-inner {
	padding: 5px;
}
/************************
	v4.0 chat message
*************************/
.message-box-recieved {
	background-color: #F2F2F2;
	display: inline-block;
	padding: 5px 18px;
	position: relative;
	vertical-align: top;
	float: left;
	margin: 10px 0px 10px 10px;
	word-break: break-word;
	text-align: justify;
	border-radius: 15px;
	box-shadow: 0 1px 0 #c9d4bc;
}

.message-box-sent {
	word-break: break-word;
	text-align: justify;
	float: right;
	background-color: #dfeecf;
	display: inline-block;
	padding: 5px 18px;
	position: relative;
	vertical-align: top;
	margin: 10px 0px;
	border-color: #cdecb0;
	border-radius: 15px;
	box-shadow: 0 1px 0 #c9d4bc;
}

.messages-with .widget-contents {
	padding: 10px 0px;
}
/*** Pagination ***/
.ossn-messages .messages-recent .messages-from .inner .pagination {
	margin: 10px;
}

.ossn-messages .ossn-widget .message-with .message-inner .container-table-pagination .pagination {
	margin: 0;
}

.ossn-messages .ossn-widget .message-with .message-inner .container-table-pagination,
.ossn-notification-messages .container-table-pagination,
.ossn-messages .messages-recent .messages-from .inner .container-table-pagination {
	visibility: hidden;
}

.ossn-messages .messages-recent .messages-from .inner .ossn-pagination .ossn-loading {
	margin: 0 auto;
}

.ossn-messages-notification-pagination-loading .ossn-loading,
.ossn-messages-pagination-loading .ossn-loading,
.ossn-messages-with-pagination-loading .ossn-loading {
	margin: 0 auto;
}

.ossn-messages-pagination-loading {
	display: block;
	margin-top: -40px;
}

.ossn-messages-with-pagination-loading {
	display: block;
	margin-top: 10px;
}

.ossn-messages-notification-pagination-loading {
	display: block;
	margin-top: -55px;
}

.ossn-message-delete {
	margin-left: 10px;
	color: #c77878 !important;
	visibility: hidden;
	cursor: pointer;
}

.message-box-recieved:hover .ossn-message-delete,
.message-box-sent:hover .ossn-message-delete {
	visibility: visible;
}

.ossn-message-deleted span {
	font-style: italic;
	color: #d27a7a;
}

#ossn-message-delete-form .ossn-loading {
	margin: 40px auto;
}

.message-with .ossn-message-show-image-attachment {
	max-width: 200px;
}

.ossn-message-attach-photo:hover,
.ossn-message-icon-attachment:hover {
	background: #eee;
}

.ossn-message-attach-photo,
.ossn-message-icon-attachment {
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
}

.ossn-message-icon-attachment:before {
	content: "\f0c6";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #0b769c;
}

.ossn-message-attach-photo .fa-smile {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #0b769c;
	margin-top: 0px !important;
}

.ossn-messages .widget-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#message-with-user-widget {
	border-left: 1px solid #eee;
}

#message-with-user-widget .widget-heading .user-icon-smaller {
	border-radius: 50%;
	float: left;
	margin-top: -5px;
	margin-right: 5px;
}

.ossn-omessage-attachment-remove {
	color: red;
	float: right;
	cursor: pointer;
}

.ossn-omessage-attachment-name {
	max-width: 250px;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ossn-inmessage-status-circle {
    position: absolute;
    margin-left: -18px;
    margin-top: 11px;
    border-radius: 100%;
    border: 2px solid white;
    height: 12px;
    width: 12px;
}

.ossn-inmessage-status-offline .ossn-inmessage-status-circle {
	background:#D23636;
}
.ossn-inmessage-status-online .ossn-inmessage-status-circle {
    background: #4cae4c;
}

.ossn-message-delete-conversation {
    float: right;
    color: #ec2828;
}
#ossn-message-delete-conv-form .ossn-loading {
    margin: 45px auto;
}
.ossn-msgrecent-check-read.fa.fa-check {
    font-size: 10px;
    color: #53bdeb;
    margin-left: 5px;
}
.ossn-recent-message-status-offline .ossn-inmessage-status-circle {
		background: #D23636;
}
.ossn-recent-message-status-online .ossn-inmessage-status-circle {
		background: #4cae4c;
}
.ossn-recent-message-item .ossn-inmessage-status-circle {
    position: absolute;
    margin-left: -13px;
    margin-top: 20px;
    border-radius: 100%;
    border: 2px solid white;
    height: 12px;
    width: 12px;
}
.msg-flex-c1 {
	position:relative;
}
.msg-flex-c2 {
	width:100%;
    margin-left:10px;
}
.ossn-recent-messages-toggle i {
	margin-right:0px;
    margin-top: 6px;
}
.ossn-recent-messages-toggle {
	text-align: center;
    float: right;
    background: transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor:pointer;
}
.ossn-recent-messages-toggle:hover {
	background:#fff;
}
.ossn-messages-select-conv {
	font-size: 5rem;
    color: #999;
}.ossn-ad-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    word-break: break-word;
}
.ossn-site-pages-title {
    background: #F9F7F7;
    border: 1px solid #eee;
    padding: 10px;
    font-weight: bold;
}
.ossn-site-pages-body {
    padding: 10px;
}.ossn-block-lists {
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 10px;
}

.ossn-block-lists li {
	list-style-type: square;
    margin-left: 10px;
}

.ossn-block-lists li a {
	font-weight: bold;
}

.ossn-block-lists li span {}.ossn_embed_video {
	display: block;
}
.emojii-container {
	background: #fff;
	width: 320px;
	border: 1px solid #ececec;
	position: fixed;
	z-index: 10000;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
	padding: 0 5px 5px;
	border-radius: 5px;
}

.emojii-container .nav {
	padding: 3px 0;
}

.emojii-container .emojii-list {
	display: none;
	height: 179px;
	overflow: hidden;
	overflow-y: scroll;
}

.emojii-container .emojii-list li {
	display: inline-block;
	font-size: 19px;
	padding: 3px;
}

.emojii-container .emojii-list li:hover {
	background: #eee;
	cursor: pointer;
}

.emojii-container .emojii-list-emoticons {
	display: block;
}

.emojii-container .nav a {
	font-size: 20px;
}

.emojii-container .nav>li>a {
	padding: 10px 4px;
}

.ossn-wall-container-control-menu-emojii-selector i {
	font-weight: initial;
}

.emojii-container-main {
	display: none;
}

.ossn-emojii-output {
	font-style: initial;
	font-size: 20px;
}

.ossn-comment-attach-photo .fa-smile,
.ossn-message-attach-photo .fa-smile {
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: 5px;
	width: 25px;
	height: 25px;
	padding: 5px;
	cursor: pointer;
	font-weight: 400;
}

.ossn-comment-attach-photo .fa-smile {
	margin-top: 3px;
	font-size: 18px;
	color: #999;
}

.comment-container .emojii-container-main {
	float: right;
	margin-right: 285px;
}

.message-emojii {
	float: right;
	position: relative;
	top: 105px;
}

.comment-container {
	z-index: initial;
}


/***************************************
	Add system fonts for consistent
	emoji appearance on all platforms
.ossn-wall-container {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}

.ossn-wall-item {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}
.message-inner {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}
.ossn-form textarea {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}

.ossn-message-box {
	font-family: "PT sans", "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}
.ossn-chat-containers {
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif, "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}
.friend-tab-item .friend-tab input[type='text'] {
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif, "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
}

****************************************/

.ossn-chat-base {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

body {
	font-family: "PT Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

.smiles-close {
	float: right;
	margin-top: 8px;
	background: #eee;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
}

.smiles-close i {
	margin: 0 auto;
}.messagetyping {
}
.mtyping-circle {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #7d7d7d;
}
.mtyping-circle.mtyping-bouncing {
  animation: mtypingbouncing 1000ms ease-in-out infinite;
  animation-delay: 3600ms;
}
.mtyping-circle:nth-child(1) {
  animation-delay: 0ms;
}

.mtyping-circle:nth-child(2) {
  animation-delay: 333ms;
}

.mtyping-circle:nth-child(3) {
  animation-delay: 666ms;
}

@keyframes mtypingbouncing {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}.ctyping-hide {
	display:none;	
}
.comments-realtime-status {
	min-height:5px;	
}
.ctyping-c-item {
	margin-top: -30px !important;	
}
.ctyping-c-item-container {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;	
	padding: 10px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;	
}
.ctyping {
	display:inline-block;	
}
.ctyping-text {
	display:inline-block;
    margin-left: 10px;
}
.ctyping-circle {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #7d7d7d;
}
.ctyping-circle.ctyping-bouncing {
  animation: ctypingbouncing 1000ms ease-in-out infinite;
  animation-delay: 3600ms;
}
.ctyping-circle:nth-child(1) {
  animation-delay: 0ms;
}

.ctyping-circle:nth-child(2) {
  animation-delay: 333ms;
}

.ctyping-circle:nth-child(3) {
  animation-delay: 666ms;
}

@keyframes ctypingbouncing {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}#ossn-wall-postbg {
    border: 1px solid #E5E6E9;
    background: #fff;
    padding: 10px;
    height: 45px;
    margin-top: 10px;
    border-radius:10px;
}
.postbg-container {
    min-height: 320px;
    color: #333;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.1em;
    padding: 100px 30px !important;
    text-align: center !important;
}
.postbg-text {
	display: flex;
    justify-content: center;
    align-items: center;
}
#ossn-wall-postbg span {
	width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
 	cursor:pointer;
}/** <style> **/
.giphy-container {
	display: none;
	background: #fff;
	padding: 10px 10px 20px;
	width: 250px;
	z-index: 1;
	border-radius: 5px;
	right: 0;
	margin-right: 20px;
	box-shadow: 0 12px 28px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 13%), inset 0 0 0 1px rgb(0 0 0 / 13%);
}

.giphy-container-inner {
	height: 300px;
}

.giphy-container-inner .giphy-list {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px;
}

.giphy-icon {
	background: url('https://booksignite.nbtechnologies.net/components/OssnGiphy/images/gif.png');
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: 4px;
	width: 25px;
	height: 25px;
	padding: 5px;
	cursor: pointer;
}

.search-giphy {
	height: 32px;
	background-color: #f2f3f5;
	border: 1px solid #ccd0d5;
	border-radius: 15px;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px 10px;
	outline: none;
}

.giphy-list .ossn-pagination li {
	visibility: hidden;
}

.giphy-list .pagination {
	margin: 0;
}

.giphy-container-inner .ossn-loading {
	margin: -20px auto;
}

.giphy-container-inner .ossn-loading-initial {
	margin: 0 auto;
}

.close-giphy-container {
	float: right;
	top: 0;
	position: absolute;
	right: 0;
	padding: 5px;
	margin: 10px 1px;
	border-radius: 10px;
	cursor: pointer;
}

.giphy-list img {
	cursor: pointer
}

.giphy-powerd-text {
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 5px;
    display: block;
    bottom: 0;
    position: absolute;
}.sentiment-positive {
	color:#3BE232;
}
.sentiment-negative {
	    color: #F53737;
}
.sentiment-neutral {
	color: #F5D637;
}.menu-topbar-dropdown-deleteaccount {
		 color: #ff1919 !important;
}
.dpdiv a {
	font-weight:bold;
}
.dpdiv span {
	font-weight:initial;
}
.dpdiv {
	margin-bottom:10px !important;
}.jq-password-validator__popover {
    background: #f7d9d9;
    border-radius: 3px;
    box-sizing: border-box;
    color: #111111;
    opacity: 0;
    border: 1px solid #b76363;
    margin-top: 0.5rem;
    padding: 1rem;
    position: absolute;
	top: 0px;
    right: 0;
    text-align: left;
    transition: all 0.5s;
    z-index: 999;
}

.jq-password-validator {

  }
  .jq-password-validator.is-hidden .jq-password-validator__popover {
    opacity: 0; }
  .jq-password-validator.is-visible .jq-password-validator__popover {
    opacity: 1; }

.jq-password-validator__checkmark {
  height: 1em;
  fill: #111111;
  margin-right: 0.5em;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 1em; }

.jq-password-validator__rule {
  overflow: hidden; }
  .jq-password-validator__rule.is-invalid .jq-password-validator__checkmark {
    transform: scale(0);
    visibility: hidden; }
  .jq-password-validator__rule.is-valid .jq-password-validator__checkmark {
    transform: scale(1);
    visibility: visible; }

#ossn-home-signup {
	position:relative;
}.menubuilder-item-topbar-dropdown i {
	    font-size: 15px !important;
}
.fa,
.fab,
.fas {
	margin-right:5px;
}
.menubuilder-item-topbar-dropdown:before {
		content:" " !important;
}
.menubuilder-item-topbar-dropdown i {
	margin-right: 14px;
}
.ossn-topbar-dropdown-menu ul li a:before {
	width: 20px;
}.profile-menu-extra-banuser {
    color: #B91A1A !important;
}.siteoffline .inner-block i {
	font-size:30px;
}
.siteoffline .inner-block {
	text-align:center;
}.custom-field-items label,
#ossn-home-signup label {
	font-weight:bold;
}.comments-item:target {   
    transition:background-color 1s ease-in;
    -webkit-transition:background-color 1s ease-in;
    -moz-transition:background-color 1s ease-in;
     background: rgba(255, 249, 182, 0.38);
}
.menu-topbar-dropdown-reported_contents {
	    color: #ff1919 !important;
}
.ossn-report-this {
	color:red;
    cursor:pointer;
}	
.report-item {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #f3f3f3;
}
.report-item p {
    border-bottom: 1px solid #ccc;
    padding: 5px;	
}
.report-item-read {
	background:#fff;	
}
.report-item p span {
    margin-left: 5px;	
}
.report-item .btn {
	margin-right:5px;
}
.message-report {
	display:none;
}	
.message-box-recieved:hover .message-report {
	display: inline-block;
    font-size: 12px;
    color: red;
}
.ossn-notification-icon-report {
    display: inline-block;
}
.ossn-notification-icon-report:before {
    content: "\f024";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}.ossn-publication-main .comments-likes.publication-form .publication-form-description textarea::placeholder, .publication-form .publication-form-description textarea {
  font-size: 20px;
}
.publication-form .form-group{
	margin-bottom:12px;
}
.publication-form-chapters-chapters p{
    margin-bottom: 2px;
    margin-top: 10px;
}
.publication-form-submit input[type='submit'].publication-submit{
	border-radius: 20px;
    padding: 3px 30px;
    background-color: #fff;
    border-color: #e75d24;
    color: #e75d24;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    display: inline;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 800;
    margin: 0px 5px;
    line-height: 15px;
}
.publication-form-submit.form-group{
	text-align:center;
}
i.books-ignite-icon{
	content: '';
	background:url('/themes/booksignite/images/books-ignite-flame.png');
	background-size:cover;
	postion:absolute;
	height:15px;
	width:15px;
}
.ossn-wall-container-menu-book-publish span{
	margin-top:3px;
}
.publication-form-quiz.form-group input{
	margin-bottom:10px;
}
.publication-form-mature-content.form-group label.radio-button-label{
	margin-right:10px;
	font-weight: 500;
	font-size:15px;
}
.ossn-form input[type=radio]:checked{
	background-color:#e75e24;
}
select#publication_genre option.default-selection{
	color:#6c757d;
}
select#publication_genre option.parent-genre{
	font-weight:800;
	font-size:20px;
}
i.publication-quiz-info{
	font-size:10px;
	margin-left:6px;
	color:#e75e24;
}
.publication-form-quiz.form-group label{
	cursor:help;
}
.publication-form-quiz.form-group aside.additional-information{
	display:none;
}
.publication-form-chapters #add-chapter.publication_add_chapter{
	cursor:pointer;
}
input.publication_chapter.required_error{
	background-color: #ffcccb;
}
input.publication_chapter_title.required_error{
	background-color: #ffcccb;
}
#add-quiz-answer.publication_add_quiz_answer{
	cursor:pointer;
}
input.publication_quiz_answer.required_error{
	background-color: #ffcccb;
}
.ossn-wall-item .publication-meta{
	border: solid 1px #cecdcd;
	background-color: #f1f0f0;
	padding-top:5px;
	padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin:10px 0px;
}
.ossn-wall-item .publication-meta p.publication-meta-data{
	font-size:20px;
	max-width: 75%;
	margin-bottom: 5px;
}
.ossn-wall-item .publication-meta p.mature-meta-data{
	font-size:20px;
	max-width: 25%;
	margin-bottom: 5px;
	float:right;
}
.ossn-wall-item .publication-meta i.publication-meta-description{
	margin-top: 9px;
	float:right;
}
.ossn-wall-item .publication-meta i.publication-meta-description.closed{
	background: url(/themes/booksignite/images/icons/open-arrow.png);
    background-size: cover;
    height: 40px;
    width: 40px;
}
.ossn-wall-item .publication-meta i.publication-meta-description.opened{
	background: url(/themes/booksignite/images/icons/close-arrow.png);
    background-size: cover;
    height: 40px;
    width: 40px;
}
.publication-meta span.publication-title{
	font-weight:800;
	font-size:20px;
}
.publication-meta span.publication-title a.publication-link:hover{
	color:#0f3b4a;
}
.ossn-wall-item .publication-meta p a.publication-genre{
	color:#e75e24;
	font-weight:800;
}
.ossn-wall-item .publication-meta .description{
	border-top:1px solid #c1c1c1;
	padding:15px 0px;
	display:none;
}
.ossn-wall-item .description p.publication-description{
	font-size:17px;
	color:#868686;
}
.ossn-wall-item .description p.publication-description a{
	color:#e75e24;
}
.publication-cover p.postbg-container a.read-more {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    text-shadow: 4px 4px 3px #1a1a1a;
}
.single-page.publication .publication-nav {
    margin-top: 20px;
    text-align:center;
}
.single-page.publication img.publication-single-page{
	width: 100%;
    max-width: 40%;
    display: block;
    max-height: 100%;
    border: 1px solid #000;
    margin: 0 auto;
}
.publication-page-link i.return-to-publication{
	display: block;
    background: url(/themes/booksignite/images/icons/back-icon.png);
    background-size: cover;
    height: 35px;
    width: 35px;
    cursor: pointer;
}
.single-page.publication .publication-nav a {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}
.single-page.publication .publication-nav a:hover {
	color:#e75e24;
}
.single-page.publication .publication-nav .previous, .single-page.publication .publication-nav .next {
    width: 45px;
    bottom: 10%;
}
.single-page.publication .publication-nav .previous {
    position:fixed;
    top:50%;
    left:5%;
    right: auto;
    text-align: left;
    float: left;
}
.single-page.publication .publication-nav .previous i.previous-page{
	display: block;
    background: url(/themes/booksignite/images/icons/left-arrow.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    cursor: pointer;
}
.single-page.publication .publication-nav .next {
	position:fixed;
    top:50%;
    right:5%;
    text-align: right;
    float: right;
}
.single-page.publication .publication-nav .next i.next-page{
	display: block;
    background: url(/themes/booksignite/images/icons/right-arrow.png);
    background-size: cover;
    height: 45px;
    width: 45px;
    cursor: pointer;
}
.single-page.publication .publication-nav .chapter-select, .single-page.publication .publication-nav .page-select {
    text-align: center;
    display:inline-block;
}
.publication-reading-controls {
    position: absolute;
    top: 50px;
    right: 10px;
    width:auto;
}
.publication-reading-controls i.display-icon {
	display:block;
    background: url(/themes/booksignite/images/icons/display.png);
    background-size: cover;
    height: 35px;
    width: 35px;
    cursor: pointer;
}
.publication-reading-controls .reading-controls-gear i.fa-gear{
	height: 15px;
    width: 15px;
    display:block;
}
.publication-reading-controls .reading-controls-menu {
    font-size: 25px;
    border: 1px solid #000;
    display: none;
    background-color: #fff;
    padding: 15px 25px;
    margin-left:-125px;
}
.publication-reading-controls .reading-controls-menu li {
    border-bottom: 1px solid #e8e7e7;
}
.publication-reading-controls .reading-controls-menu li:last-child {
    border-bottom: none;
}
.publication-reading-controls .reading-controls-menu p {
    cursor: pointer;
    margin:8px;
}
.post-menu a.dropdown-item.get-post-link{
	cursor: pointer;
}
.post-menu ul.dropdown-menu input.hidden-url{
	display:none;
}
body.light, body.light .ossn-layout-startup .container, body.light .ossn-home-container .ossn-page-contents {
    background-color: #f1f0f0;
}
body.dark, body.dark .ossn-layout-startup .container, body.dark .ossn-home-container .ossn-page-contents {
    background-color: #111111;
}
body.focus, body.focus .ossn-layout-startup .container, body.focus .ossn-home-container .ossn-page-contents {
    background-color: #f1f0f0;
}
body.focus .ossn-page-container .topbar,  body.focus .ossn-page-container footer{
    display: none;
}
body.full .single-page.publication img.publication-single-page{
	max-width:100%;
}
.publication-page-link {
    position: absolute;
    top: 50px;
    left: 7px;
    width:auto;
}
.ossn-publication-main .comments-likes .comments-list{
	border-top: 1px solid #e3e3e3;
	padding-top:10px;
}
.ossn-wall-item .publication-like-comment-share{
	display:flex;
	margin-top:30px;
	margin-bottom:0px;
	padding-bottom:12px;
	color:#e75e24;
	font-size:15px;
}
.ossn-wall-item .publication-like-comment-share .like-count{
	margin-left:30px;
	margin-right:30px;
}
.ossn-wall-item .publication-like-comment-share .comment-count{
	margin-left:30px;
	margin-right:30px;
}
.ossn-wall-item .publication-like-comment-share .share{
	text-align:right;
}
.ossn-publication-main.publication-repost{
	border-radius: 25px;
}
.ossn-publication-main.publication-repost .ossn-notification-icon-report{
	margin:0px 15px;
}
.ossn-publication-main.publication-repost .ossn-notification-icon-report:before{
	color:#e75e24;
	font-size:20px;
}
.post-meta{
	margin-top:-5px;
	font-size:13px;
	color:#121212;
}
span.time-created{
	color:#e75e24;
	font-size:13px;
}
.comment-like-quiz-overlay, .repost-overlay{
	position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .7);
    z-index: 4000001;
    display:none;
}
.comment-like-quiz-overlay .comment-like-quiz-model.ossn-wall-item, .repost-overlay .repost-model.ossn-wall-item  {
	width: 50%;
    margin: 0 auto;
    margin-top: 100px;
    display: none;
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align:center;
    text-transform:uppercase;
}
.comment-like-quiz-overlay .comment-like-quiz-model.ossn-wall-item h2{
	font-weight:800;
	margin:15px 0px;
	font-size:28px
}
.comment-like-quiz-overlay .comment-like-quiz-model.ossn-wall-item p.about{
	padding:0px 40px;
}
.comment-like-quiz-overlay .comment-like-quiz-model.ossn-wall-item p.question{
	font-weight:800;
	margin:25px 0px 0px;
	font-size:20px;
}
.comment-like-quiz-overlay .comment-like-quiz-model.ossn-wall-item label.confirm{
	font-size:15px;
}
.comment-like-quiz-model.ossn-wall-item .quiz-answers{
	display: block;
    margin: 25px 0px;
    text-align: center;

}
.comment-like-quiz-model.ossn-wall-item .quiz-answers .answer{
	max-width: 50%;
    text-align: left;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
}
.comment-like-quiz-model.ossn-wall-item .quiz-answers .answer input[type=radio]{
	margin-right:15px;
}
.comment-like-quiz-model.ossn-wall-item .fa-exclamation-triangle, .repost-model.ossn-wall-item .fa-exclamation-triangle{
	width: 60px;
    margin: 0 auto;
}
.comment-like-quiz-model.ossn-wall-item .fa-exclamation-triangle:before, .repost-model.ossn-wall-item .fa-exclamation-triangle:before {
    content: '';
    display: block;
    background: url(/themes/booksignite/images/books-ignite-icon-large.png);
    background-size: cover;
    height: 60px;
    width: 60px;
}
.comment-like-quiz-model.ossn-wall-item .ossn-button-submit, .repost-model.ossn-wall-item .ossn-button-submit{
	color: #fff;
    background-color: #e75d24;
    border-radius: 20px;
    padding: 9px 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border: solid 1px #6f6f6e;
    margin:10px 0px;
}
.comment-like-quiz-model.ossn-wall-item label, .repost-model.ossn-wall-item label{
	font-weight:500;
}
.repost-overlay .repost-model .ossn-wall-container-data{
	border:0px;
}
.repost-overlay .repost-model img.user-image {
    vertical-align: top;
    max-width: 7%;
    display:inline-block;
}
.repost-overlay .repost-model .post {
    max-width: 92%;
    height: 51px;
    display:inline-block;
}
.repost-overlay .repost-model .repost-title{
	color: #e75e24;
}
.likes-comments i.like.notliked, .comments-item i.like.notliked, .likes-comments a.like.notliked, .comment-metadata a.like.notliked{
	content: '';
    position: absolute;
    background: url(/themes/booksignite/images/icons/heart.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    line-height:0;
    font-size:0;
}
.likes-comments i.like.liked, .comments-item i.like.liked, .likes-comments a.like.liked, .comments-item a.like.liked{
	content: '';
    position: absolute;
    background: url(/themes/booksignite/images/icons/heart-filled.png);
    background-size: cover;
    height: 25px;
    width: 25px;
}
.comments-list{
	background-color:#fff;
}
.comments-likes .comments-list, .like-meta .ossn-like-reactions-panel{
	display:none;
}
.comments-list .like-meta{
	margin:0px 5px;
	display:inline-block;
	width:99%;
}
.comments-list .comment-replies{
	padding-left:25px;
	margin-left:10px;
	border-left:1px solid #cecece;
}
.comments-list .comments-item:first-child{
	margin-top: 10px;
    padding-top: 0px;
}
.comments-list .like-count, .like-meta .comment-count{
	margin-left:20px;
	margin-right:10px;
}
.comments-item i.like.notliked, .comments-item i.like.liked, .likes-comments a.like.liked, .comments-item a.like.liked, .comments-item a.like.notliked{
	height:15px;
	width:15px;
	margin-top:10px;
	cursor: pointer;
}
.likes-comments i.comment{
	content: '';
    position: absolute;
    background: url(/themes/booksignite/images/icons/comment.png);
    background-size: cover;
    height: 25px;
    width: 25px;
}
.like-meta i.comment{
	content: '';
    position: absolute;
    background: url(/themes/booksignite/images/icons/comment.png);
    background-size: cover;
    height: 15px;
    width: 15px;
    margin-top: 10px;
    cursor: pointer;
}
.likes-comments i.repost{
	content: '';
    position: absolute;
    background: url(/themes/booksignite/images/icons/repost.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor:pointer;
}
.comments-item .meta {
    padding-left: 0px;
    padding-right: 0px;
}
.comments-item span.like-count, .like-meta span.comment-count, .like-meta a.comment-reply-link{
	color: #e75e24;
    font-size: 15px;
}
.like-meta a.comment-reply-link{
	cursor:pointer;
}
.comments-item .meta img.comment-user-img{
	display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top:8px;
}
.comments-item .user-meta a.owner-link{
	font-size:16px;
	font-weight:600;
}
.comments-item .comment:target {
    transition: background-color 1s ease-in;
    -webkit-transition: background-color 1s ease-in;
    -moz-transition: background-color 1s ease-in;
    background: rgba(255, 249, 182, 0.38);
}
.comments-item .comment-meta{
	color: #e75e24;
    font-size: 13px;
    margin-top:-5px;
}
.comments-item .d-flex.flex-row{
	clear:both;
	margin-top:5px;
}
.comments-list .comments-item{
	padding-top:0px;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.comments-list .comments-item .comment-contents{
	padding:12px;
	margin-top:5px;
	color:#868686;
	border:1px solid #868686;
}
.comment-replies .comments-item .comment .comment-connector{
	width: 20px;
    height: 1px;
    background-color: #cecece;
    margin-left: -25px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.comment-controls p.control{
	cursor:pointer;
	text-align:center;
}
span.comment-box{
	color:#868686;
	border:1px solid #868686;
}
.ossn-comment-menu{
	margin-top:-20px;
}
.comment-metadata .ossn-likes-annotation-total, .comment-metadata .ossn-reaction-list, .like-meta .ossn-like-reaction-like img{
	display:none!important;
}

/* Comment Display */
.like-meta .comment-replies .comment-display{
	width: 1px;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
    background-color: #c3c3c3;
    position: absolute;
    margin-left: -30px;
}
.all-publications-navigation{
	text-align:center;
	margin:10px 0px;
}
.all-publications-navigation .publication-genre, .all-publications-navigation .publication-date{
	display:inline-block;
}
.all-publications-navigation select{
	color:#e75e24;
}
@media (max-width: 767px) {
	.single-page.publication img.publication-single-page{
		max-width:100%;
	}
	.single-page.publication .publication-nav .previous{
		padding-left:10px;
	}
	.single-page.publication .publication-nav .next{
		padding-right:10px;
	}
	.single-page.publication .publication-nav .chapter-select{
		padding:10px;
	}
	.single-page.publication .publication-nav .chapter-select select{
		width:100%;
		margin-top:10px;
	}
	.publication-reading-controls{
		top:110px;
	}
	.ossn-wall-item .publication-meta p {
	    max-width: 100%;
	}
}
@media (max-width: 1300px) {
	.comment-like-quiz-overlay .comment-like-quiz-model.ossn-wall-item, .repost-overlay .repost-model.ossn-wall-item {
	    width: 75%!important;
	    max-height:500px;
	    overflow-y: auto;
	}
}
@media (max-width: 850px) {
	.comment-like-quiz-overlay .comment-like-quiz-model.ossn-wall-item, .repost-overlay .repost-model.ossn-wall-item {
	    width: 100%!important;
	    max-height: 100vh;
	    overflow-y: auto;
	}
	.repost-overlay .repost-model img.user-image {
	    max-width: 14%;
	}
	.repost-overlay .repost-model .post {
    	max-width: 85%;
    }
    .publication-cover .postbg-container.postbg-text{
    	width:100%;
    }
	.ossn-wall-item .publication-meta p.publication-description{
		font-size:15px;
	}
	.ossn-wall-item .publication-meta p.publication-meta-data, .publication-meta span.publication-title{
		font-size:13px;
		line-height:15px;
	}
	.publication-cover p.postbg-container a.read-more{
		font-size:25px;
	}
	.comments-item .user-meta a.owner-link {
    	font-size: 13px;
	}
	/** Profile **/
	.ossn-profile.container {
	    max-width: 88%;
	}
	.likes-comments i.like.notliked, .comments-item i.like.notliked, .likes-comments a.like.notliked, .comment-metadata a.like.notliked, .likes-comments i.comment, .likes-comments i.repost, .publication-like-comment-share .share a, .publication-like-comment-share .share .share-item, .likes-comments i.like.liked{
		width:15px;
		height:15px;
	}
	.ossn-wall-item .publication-like-comment-share .like-count, .ossn-wall-item .publication-like-comment-share .comment-count{
		margin-left:17px;
		margin-right:15px;
	}
	.likes-comments.comment-controls p.control{
		font-size:10px;
	}
	.publication-like-comment-share .col-md-4{
		width:33%;
	}
	.publication-like-comment-share .share .share-item{
		margin:0 5px;
	}
	.ossn-wall-item .publication-meta i.publication-meta-description.closed, .ossn-wall-item .publication-meta i.publication-meta-description.opened{
		width:30px;
		height:30px;
		margin-top: 0px;
	}
	.comments-item i.like.notliked, .comments-item i.like.liked, .likes-comments a.like.liked, .comments-item a.like.liked, .comments-item a.like.notliked, .like-meta i.comment{
		margin-top:5px;
	}
	.meta .user a.ossn-output-user-url, .comments-item .meta .user-meta a.owner-link{
		font-size:15px;
	}
	.col-md-4.sidebar{
		display:none;
	}
	/* Reading Page */
	.single-page.publication .publication-nav .previous, .single-page.publication .publication-nav .next {
		top:35%;
	}
	.publication-nav .previous, .publication-nav .next{
		display:none!important;
	}

}