.d-admin{
	display: none !important;
}
.text-logo{
	color: #F72C5B;
}
.post .img-wrapper {
	max-height: 350px;
	overflow: hidden;
}
.post .reels-img-wrapper {
	max-height: 350px;
	overflow: hidden;
}
.post h5 {
	font-weight: 500;
	line-height: 1.5;
	font-size: 16px;
}
.reels-img-wrapper {
	cursor: pointer;
}
.btn.btn-hero {
	padding: 14px 38px;
	font-size: 1rem;
	line-height: 16px;
	border-radius: 3px;
	height: auto;
}
.btn.btn-hero.btn-sm, .btn-group-sm>.btn.btn-hero {
	padding: 11px 34px;
	font-size: 1rem;
	line-height: 16px;
	border-radius: 3px;
}
.btn.btn-hero.btn-lg, .btn-group-lg>.btn.btn-hero {
	padding: 15px 42px;
	font-size: 1.142857143rem;
	line-height: 20px;
	border-radius: 3px;
}
#gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -8px;
	align-content: flex-start;
}
#gallery a {
	flex-grow: 1;
	padding: 4px;
}
.post .group-name, .post .total-photos {
	color: white;
	padding: 5px 10px;
	font-size: 13px; 
}
.post .group-name {
	background-color: #FC5185;
	/* text-transform: uppercase; */
}
.post .total-photos {
	background-color: #7B66FF;
}
.post .post-title a {
	color: inherit;
}
.post .post-title{
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-item {
	width: 25%;
}
.paging {
	margin: 30px 0 30px 0;
	position: relative;
}
.paging ul {
	margin: 0 auto;
	padding: 0;
	display: table;
}
.paging ul li {
	display: inline;
	margin: 0;
}
.paging ul li a {
	color: inherit;
	padding: 15px;
	text-decoration: none;
}
.paging ul li.active a {
	color: #0284c7;
	font-weight: 500;
}
.paging .pager-next, .paging .pager-previous {
	display: none;
}
.paging a:hover {
	color: #0284c7 !important;
}
/* Magnific Popup */

.mfp-bg {
	background-color: black;
	opacity: .9;
}
.form-errors {
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	background: #fae9e8;
	display: none;
}
.form-errors ul {
	margin: 0;
}
.mt-min-1 {
	margin-top: -.25rem!important;
}
.mt-min-2 {
	margin-top: -.5rem!important;
}
/* .row.row-deck>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.row.row-deck>div>.block {
	min-width: 100%;
} */
.row.row-deck > div {
    display: flex;
    flex-direction: column; /* Ensures children stretch properly */
}

.row.row-deck .block {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Makes all .block elements the same height */
    min-height: 0; /* Prevents height overflow */
}

.row.row-deck .block-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Ensures .block-content fills .block */
}

.row.row-deck .tes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; /* Makes the content inside stretch properly */
}
#accounts .dt-container .row:nth-child(odd){
	display: none;
}
@media only screen and (max-width: 768px) {
	.grid-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) {
	.grid-item {
		width: 50%;
	}
	.block-content {
		padding: 10px !important;
	}
	.block-content.block-content-full {
		padding: 10px !important;
	}
	.actress {
		padding: 5px 0;
	}
}