.chatprofile_sec {
    width: 100%;
}

.chatprfl_row {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.prfl_head {
    width: 100%;
    background: url(../img/headng.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.prfl_head strong {
    font: 400 18px/38px 'Copse', sans-serif;
    color: #fff;
    padding-left: 44px;
}

.prfl_txt {
    width: 100%;
    padding-left: 101px;
    text-align: left;
}

.prfl_txt span {
    color: #867e73;
    font: 400 14px/15px 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 0 5px;
    width: 100%;
}

.prfl_txt a {
    color: #94813d;
    font: 400 12px/15px 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

.prfl_txt i {
    margin-right: 4px;
}

.prfl_txt i img {
    max-width: 100%;
}

.prfl_pic {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    top: -7px;
    left: 0px;
    overflow: hidden;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.prfl_pic img {
    max-width: 100%;
}

.chatprfl_row .redmor {
    font-size: 13px;
    line-height: 30px;
}

.reader-avatar {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.reader-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reader-status {
    text-transform: uppercase;
    color: #867e73;
    font: 400 12px/15px 'Nunito Sans', sans-serif;
    display: block;
    position: relative;
    padding-left: 20px;
}

.reader-status:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.reader-status.available:after {
    background-color: #bfee63;
}

.reader-status.busy:after {
    background-color: #ee6363;
}


.readers-list {

}
.item-reader-full {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media screen and (max-width: 767px) {
    .item-reader-full {
        flex-direction: column;
    }
    .item-reader-full .item-reader-widget {
        max-height: 140px;
    }
}

.item-reader-full + .item-reader-full {
    margin-top: 30px;
}

.item-reader-full .item-reader-widget {
    flex: 0 0 300px;
    margin-right: 30px;
}

.item-reader-full .item-reader-content {
    flex: 1;
    padding-top: 20px;
    font: 400 13px/15px 'Nunito Sans', sans-serif;
    line-height: 1.4em;
}

.item-reader-full .reader-status {
    margin-top: 10px;
}

.single-reader-item {
    margin: 30px 0;
}


.item-reader-widget {
	max-width: 247px;
	padding-top: 20px;
    text-align: left;
    position: relative;
}
.item-reader-widget .item-reader-link {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
	height:100%;
}
.item-reader-widget .item-reader-link a {
    display: block;
    height: 100%;
}
.item-reader-widget + .item-reader-widget {
    margin-top: 15px;
}

.item-reader-widget .item-reader-header {
	height: 34px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.item-reader-widget .item-reader-header .item-reader-avatar {
	flex: 0 0 90px;
	margin-right: 15px;
	width: 90px;
	height: 90px;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 2px;
	    border: solid 1px #a2a2a2;
}
.item-reader-widget .item-reader-header .item-reader-avatar .img-wrap {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.item-reader-widget .item-reader-header .item-reader-name {
    font: 400 16px/38px 'Copse', sans-serif;
	line-height: 34px;
    color: #a15eb8;
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-reader-widget .item-reader-link a:hover {
    background-color:#eeeeee3d !important;
    border: solid 1px #ddd;
}



.item-reader-widget .item-reader-body {
	padding-left: 105px;
	padding-top: 10px;
}

.item-reader-widget .item-reader-body .item-reader-line {
    color: #867e73;
    font: 400 13px/15px 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

.item-reader-widget .item-reader-body .item-reader-line + .item-reader-line {
	margin-top: 2px;
}

.readers-list-filter {
	margin-bottom: 30px;
}
.readers-list-filter .filter-line {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media screen and (max-width: 767px) {
    .readers-list-filter .filter-line {
        flex-direction: column;
    }
    .readers-list-filter .filter-line .filter-line-title {
        max-height: 20px;
    }
}
.readers-list-filter .filter-line + .filter-line {
	margin-top: 5px;
}
.readers-list-filter .filter-line .filter-line-title {
	flex: 0 0 150px;
	color: #867e73;
	font: 400 13px/15px 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	margin-right: 20px;
	height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.readers-list-filter .filter-line .filter-line-content a {
	display: inline-block;
	font: 400 13px/15px 'Nunito Sans', sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	background-image: url(../img/btn-bg.jpg);
	margin: 0 5px 5px 0;
}
.readers-list-filter .filter-line .filter-line-content a:hover,
.readers-list-filter .filter-line .filter-line-content a.active {
	background-image: url(../img/btn-bg1.jpg);
}

.readers-list .item-reader-full {
    display: none;
}
.all .item-reader-full {
    display: flex;
}
#available .available {
    display: flex;
}
.available .item-reader-full:not(.available) {
    display: none;
}
.item-reader-content .item-reader-meta {
    margin-top: 30px;
}
.item-reader-content .item-reader-line {
    text-transform: uppercase;
    display: flex;
    color: #9558b9;
}
.item-reader-content .item-reader-line + .item-reader-line {
    margin-top: 15px;
}
.item-reader-content .item-reader-line .line-title {
    flex: 0 0 100px;
    margin-right: 20px;
    color: #94813d;
}
.item-reader-video {
    margin-bottom: 30px;
}
iframe {
    max-width: 100%;
}
.item-reader-call {
    margin-top: 10px;
}
.item-reader-call a {
    text-transform: uppercase;
    color: #9558b9;
    font-weight: 700;
}
.reader-list-footer {
    padding: 20px 0;
    text-align: center;
}
.reader-list-footer a {
    color: #867e73;
    text-decoration: underline;
    font-size: 13px;
}
.reader-list-footer a:hover {
    text-decoration: none;
}
.item-reader-full-header {
    font: 400 24px/30px 'Nunito Sans', sans-serif;      
    font-weight: bold;
    color: #9558b9;
    margin-bottom: 20px;
}
.item-reader-full-header + .top_call {
    margin-bottom: 30px;
}