.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul {
    display: block;
    overflow: hidden;
    text-align: left;
    background: #0e002a;
    padding: 15px;
    border-bottom-left-radius: 10px;
    color: #FFF;
    font-size: 13px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
}
.forum-item .col-md-1 {
    width: 90px;
    display: inline-block;
    vertical-align: top;
}
.forum-item {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 10px;
	text-align: right;
	position: relative;
	transition: all 0.3s ease;
	color: #000;
}

.forum-item:hover, .comment-item:hover {
	background: #fdf2ff;
    transition: all 0.3s ease;
}

.forum-item .col-md-9{
    display: inline-block;
    width: calc(100% - 280px);
    vertical-align: top;
    text-align: left;
    float: left;
}
.forum-item .col-md-9.short{
    width: calc(100% - 380px);
}
.forum-item .col-md-10 {
    text-align: left;
    float: left;
    display: inline-block;
    width: calc(100% - 190px);
    vertical-align: top;
}
.foro .forum-icon {
    display: inline-block;
    font-size: 35px;
    width: 55px;
    float: left;
}
.foro a {
	font-weight:bold;
	color: #5c006e;
	display: block;
}
span.views-number {
    font-weight: bold;
    display: block;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.forum-info {
    text-align: center;
}

.forum-info small {
    font-size: 13px;
}
.forum-title {position: relative;}
.forum-totals small {
    font-weight: bold;
    padding: 10px 0;
    display: block;
    overflow: hidden;
}
.wrap.foro{
	padding:40px 0;
	margin:auto;
	max-width: 1140px;
	overflow: visible;
	padding-top: 0;
}
.foro h3 {
    border-bottom: 1px solid;
    background-color: #5c006e;
    color: #FFF;
    padding: 15px 20px;
}
.wrapforo{
	background-color:#f0f0f0;
}
.forum-container{
	background-color:#FFF;
	border-radius: 10px;
	/* margin: 20px 0; */
	overflow: hidden;
	margin-bottom: 40px;
}
.breadcrumbs ul a {
    color: inherit;
    text-transform: uppercase;
    padding-right: 10px;
}

.breadcrumbs ul a:after {
    content: ">";
    margin-left: 10px;
}

.breadcrumbs ul i {
    padding-right: 10px;
}

.forum-sub-cats ul {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.forum-sub-cats ul li {
    padding-right: 5px;
}

.forum-sub-cats ul li:first-child {
    display: none;
}


.forum-sub-cats ul li a:after {
    content: ">";
    margin-left: 5px;
}

.forum-container p.logged-in-as {
    display: none;
}

.forum-container label[for='comment'] {
    display: none;
}

.form-submit input{
	margin:0;
	width:100%;
	border-radius:0;
	border: none;
}
.comment-form textarea {
    margin: 0!important;
    padding: 20px;
    outline: 0;
    float: left;
    border: none;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.forum-container .profile{
	width: 160px;
	float:left;
	text-align: left;
	padding: 5px 10px;
}
.forum-container .content {
    text-align: left;
    padding: 0 20px;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #000;
    /* font-weight: 500; */
}


.forum-container .comment-item {
    padding: 15px 10px;
    border-bottom:1px solid #e3e3e3;
    position: relative;
}
.forum-container .profile span {
    display: block;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
}
.forum-container .profile img {
    border-radius: 10px;
    border: 3px solid #5c006e;
    width: 92px;
    margin-bottom: 10px;
    margin-left: 0;
    height: 92px;
    object-fit: cover;
}

.foro.single p{
	margin-bottom: 20px;
}

.foro.single p.form-submit {
    margin: 0!important;
}
.comment-form{
    float: left;
    width: 100%;
    height: 100%;
    padding: 8px;
}
a.modoNoche {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    color: #FFF;
    border-radius: 20px;
    top: 11px;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
    text-align: center;
}
.modoNoche i {
    color: #FFF!important;
}


.modoNoche .forum-item .col-md-1 {
    color: #fff;
}


.modoNoche .forum-item .col-md-9 {
    color: #FFF;
}

.modoNoche .wrapforo, 
.modoNoche .forum-container {
    background: #000;
    color: #FFF;
}

.modoNoche .forum-item:hover, 
.modoNoche .comment-item:hover {
	background: #000;
}
.modoNoche .comment-replies{
	background: #222;
}

.modoNoche .profile,
.modoNoche .content,
.modoNoche .forum-container ,
.modoNoche .forum-container .profile span.text-author,
.modoNoche .forum-container h3,
.modoNoche .forum-container h4{
    color: #FFF!important;
}
.modoNoche .forum-container {
    background: #1c1c1c;
}
.modoNoche .foro a {
    color: #FFF;
}

.modoNoche .forum-item:hover {
	background: #000;
}
a.modoNoche * {
    cursor: pointer!important;
    overflow: hidden;
}

a.forum-item-title {
    text-transform: uppercase;
}

.system .prodsearch {
    opacity: 1;
    background: #7b7b7b;
    cursor: not-allowed;
}
.system .forum-item, 
.system .comentarios {
    filter: blur(7px);
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.system *{
    cursor: not-allowed!important;
}
.foro.single iframe {
    width: 100%;
    height: 510px;
}


.foro.single p a{
	font-size:14px;
	padding:10px 20px;
	text-align:left;
	margin:0;
}

.forum-container .btn.replyto {
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 14px;
    padding: 10px 20px;
}

.forum-container .btn.replyto i {
    margin-right: 10px;
}

.forum-container .profile a.author {
    text-align: left;
}

.comment-replies{
    background: #fffcda;
}
.forum-container .content .pre {
    margin-bottom: 15px;
    overflow: hidden;
}
.forum-item .fas {
    color: #0e002a;
}
.forum-container .pre {
    font-size: 13px;
}

.forum-container .content .pre h4 {
    font-size: 20px;
    color: #5c006e;
}
.forum-container .profile .text-role {
    margin-bottom: 10px;
}
.forum-container .profile span.text-author {
    font-weight: bold;
	color:#5c006e;
}
.forum-title input {
    width: 200px;
    display: inline-block;
    font-size: 15px;
    padding: 12px;
    margin: 0;
    border: 1px solid #FFF;
    margin-top: 3px;
    border-top-left-radius: 10px;
    vertical-align: top;
    padding-bottom: 13px;
    margin-right: 5px;
    border-bottom-left-radius: 10px;
}

.forum-title .btn.replyto {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 16px 20px;
    margin-right: -10px;
    border-radius: 0;
}

.postFilter {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.forum-title input:focus{
	background-color: #0e002a;
	border-color:#0e002a;
	border-left: 1px solid #8d8d8d;
}
.col-md-1.forum-info.lastcomment {
    width: 190px;
    text-align: left;
    vertical-align: bottom;
    text-align: right;
}
.forum-title.dark h3 {
    background: #0e002a;
}
h3#reply-title {
    display: none;
}
div#respond {
    z-index: 555555555;
    position: relative;
    display: block;
    margin: auto;
    top: 130px;
    border-radius: 10px;
    height: calc(100% - 230px);
    max-width: 1140px;
}

#respond p.logged-in-as {
    display: none;
}

p.comment-form-comment {
    height: calc(100% - 135px);
}
#respond h4 {
    font-size: 32px;
    color: #FFF;
    padding-bottom: 30px;
    text-align: center;
    font-weight: normal;
}


.highlight {
    background-color: #efff00;
    border-radius: 5px; 
}

.highlight {
    padding:1px 4px;
    margin:0 -4px;
}
