@media only screen and (min-width: 768px) {
	.entry .entry-content, .entry .entry-summary {
		max-width: calc(100% - (2 * 1rem));
		margin: 0 10%;
		padding: 0 60px;
	}
}

@media (min-width: 992px) {
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.clear {
	clear: both;
}

.single-member .post-meta {
    display: none;
}

.login-section a {
    color: #333;
}

.surname {
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
}

.card .card-body h3 {
    padding-bottom: 5px;
}

.single-member #main-content .container {
    padding-top: 0;
}

.single-member #main-content {
    padding-top: 50px;
}

.single-member.et_right_sidebar #main-content .container:before,
.media-frame-title h1:not(.site-title):before {
	display: none;
}

.header-login {
    float: right;
}

.sucess-message {
	color: #d42756;
}

.login-section {
    display: inline-block;
    margin-left: 13px;
}

.single-member.et_right_sidebar #sidebar {
    display: none;
}

.single-member.et_right_sidebar #left-area {
    width: 100%;
    float: none;
    margin-right: 0;
}

#edit-profile-form .rs-upload .rs-upload-browser {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#edit-profile-form .rs-upload .rs-upload-preview {
    float: none !important;
}

#edit-profile-form .rs-upload,
.profile-image.no-image {
	border: 1px solid rgba(0,0,0,.125);
	min-height: 255px;
}

#edit-profile-form .rs-upload.hide-input .rs-button {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: normal;
    margin-left: -17px;
    margin-top: -17px;
	left: 50%;
    top: 50%;
}

#edit-profile-form .rs-upload .rs-upload-details {
    position: relative;
    z-index: 9999;
	margin-top: 0;
    background: #fff;
}

form.search-member input[type="text"] {
	vertical-align: middle;
    height: 41px;
}

form.search-member select {
    height: 41px;
    vertical-align: middle;
    padding-left: 5px;
}

.card .card-img-right {
    min-height: 190px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

a.home-page-item img {
    max-width: 31px;
    vertical-align: middle;
    margin-top: -7px;
}

.home-page-item {
    margin-right: 15px;
}

.card .card-body {
	-webkit-box-flex: 1;
    -ms-flex: 0 0 auto;
	flex: 0 0 auto;
    width: 100%;
    
    padding-left: 10px;
    padding-right: 10px;
}

p.card-text.mb-auto {
	text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    width: 100%;
}

.user-card {
	padding-left: 0;
	padding-right: 0;
}

.card span.email-address {
    font-size: 12px;
}
.search-member input[type="submit"] {
    padding: 12px 29px;
}

.list-members {
	font-size: 16px;
    width: 100%;
    max-width: inherit !important;
}

.entry .entry-content .list-members a,
.list-members a {
	text-decoration: none;
}

.search-form span.not-found {
    margin-left: 30px;
}

.entry .entry-content .list-members a:hover,
.list-members a:hover {
	text-decoration: underline;
}

.login-section svg {
    width: 23px;
    vertical-align: middle;
    margin-top: -6px;
}

.list-members .card {
    overflow: hidden;
}

.list-members .nav-scroller .nav a.active {
    font-weight: bold;
    color: #007bff !important;
}

a.btn.btn-premium {
    background: #c3395b;
    color: #fff;
    margin-right: 10px;
}

.list-members nav.blog-pagination .pagination .nav-links span,
.list-members nav.blog-pagination .pagination .nav-links a {
    display: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
	margin-right: 10px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s;
    color: #007bff;
    font-size: 16px;
    border-radius: 2rem;
    padding: 6px 12px;
}

.list-members nav.blog-pagination .pagination .nav-links a.next,
.list-members nav.blog-pagination .pagination .nav-links a.prev {
	display: inline-block;
}
	

.list-members nav.blog-pagination .pagination .nav-links a:hover {
	text-decoration: none !important;
	background: #007bff;
	color: #fff;
}

.list-members .pagination .nav-links {
    margin: 0;
	overflow: hidden;
    width: 100%;
}
.list-members nav.blog-pagination .pagination .nav-links a.next {
    float: right;
}
.list-members nav.blog-pagination .pagination .nav-links a.prev {
    float: left;
}

.single-member .card {
    font-size: 16px;
}

.card .card-body h3 {
    font-size: 20px;
}

.edited textarea,
.edited input[type="text"] {
    color: #007bff !important;
}