.diy-user-profile .user-profile-cover
{
	min-height: 450px;
	width: 100%;
	background-color:#ddd;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.diy-user-profile .user-profile-photo 
{
	width: 100%;
	height: 300px;
	margin-top: -150px;
	object-fit: cover;
	border-radius: 15px;
	position: relative;
}
.user-profile-photo {
	z-index: 3;
}
.diy-user-socials a:hover {
	text-decoration: none;
}
.diy-user-socials a > i {
	font-size: 1.5rem;
	margin-left: 15px;
}

.diy-user-socials a:first-child > i{
	margin-left: 0px;
}

.diy-user-postsnav {
	padding-bottom: 1px;
	border-bottom: 2px solid #eaeaea;
}

.diy-user-postsnav a {
	color: #000;
	font-size: 1.1rem;
	border-bottom: 2px solid transparent;
	margin-right: 15px;
}

.diy-user-postsnav a:last-child {
	margin-right: 0px;
}

.diy-user-postsnav a:hover, .diy-user-postsnav a.diy-user-selected-post-type {
	text-decoration: none;
	border-bottom: 2px solid #b75143 !important;
}

.diy-user-post img 
{
	width: 100%;
	height: 200px;
	opacity: 0.5;
	object-fit: cover;
	border-radius: 15px;
}

.diy-user-post p 
{
	font-weight: 400;
	color: #888888;
}

.diy-user-post a {
	color: black;
}

.diy-user-post a:hover {
	text-decoration: none;
	color: black;
}

.diy-user-post:not(:first-child)
{
	margin-top: 15px;
}

.diy-user-events {
	border-bottom: 2px solid #eaeaea;
}

.diy-user-events i {
	font-size: 1.5rem;
}

.diy-user-events p {
	color: #d2d2d2;
}

.diy-user-post:last-child
{
	margin-bottom: 0px;
}
div.diy-user-post-image
{
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    background-position: center;
    border-radius: 15px;
}
.diy-user-post-info a > h4, .diy-user-events a > div > h4, .diy-user-events a > div i
{
	transition: .3s;
}
.diy-user-post-info a:hover > h4, .diy-user-events a:hover > div > h4, .diy-user-events a:hover > div i
{
	color:gray;
}
.diy-user-events a 
{
	color: black;
}

.diy-user-events a:hover 
{
	text-decoration: none;
}

.diy-edit-cover {
	position: absolute;
	width: 100%;
	min-height: 450px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	display: flex;
	align-items: center;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
	cursor: pointer;
}

.diy-edit-cover:hover {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.diy-edit-cover div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.diy-edit-cover i {
	color: #fff;
	font-size: 2rem;
}

.diy-edit-avatar {
	width: calc(100% - 30px);
	height: 300px;
	margin-top: -150px;
	position: absolute;
	z-index: 4;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.diy-edit-avatar:hover {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.diy-edit-avatar div {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
	border-radius: 15px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.diy-edit-avatar i {
	color: #fff;
	font-size: 2rem;
}

.screen-reader-text {
	display: none;
}

.diy-user-name {
	margin-top: -4rem;
	margin-bottom: 4rem;
	color: #fff;
	min-height: 38px;
}

.diy-user-subscribe 
{
	padding: 1rem 2rem 1rem 2rem;
	background-color: #c54f41;
	color: #fff;
	border-radius: 15px;
	transition: .3s;
}

.diy-user-unsubscribe 
{
	padding: 1rem 2rem 1rem 2rem;
	background-color: #eee;
	color: gray;
	border-radius: 15px;
	transition: .3s;
}

.diy-user-unsubscribe:hover 
{
	color: rgba( 15,15,15, 0.9);
}

.diy-user-subscribe:hover
{
	color:#ddd;
}

.diy-user-post .diy-user-post-details
{
	padding-left: 15px;
}
.diy-user-post-details a h4
{
	transition: .3s;
}
.diy-user-post-details a:hover h4
{
	opacity: 0.5;
}
.clearfix::after,
.diy-calendar ol::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.diy-user-events-holder
{
	width: 100%;
}
.profile-page-accounts-settings-link
{
	font-size: .9rem;
}
.diy-user-post a.write-your-first-article-url,
.diy-user-post a.write-your-first-article-url:visited,
.diy-user-post a.write-your-first-article-url:active,
.diy-user-post a.write-your-first-article-url:focus
{
	padding: 15px;
	border-radius: 8px;
	border: 1px solid rgb(212,70,57);
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	transition: .3s;
	color: rgb(212,70,57);
	font-weight: 600;
	background: transparent;
	max-width: max-content;
	font-size: 0.9rem;
	display: block;
}
.diy-user-post a.write-your-first-article-url:hover
{
	background: rgb(212,70,57);
	color:white;
}

.events-holder a.write-your-first-event-url,
.events-holder a.write-your-first-event-url:visited,
.events-holder a.write-your-first-event-url:active,
.events-holder a.write-your-first-event-url:focus
{
	padding: 15px;
	border-radius: 8px;
	border: 1px solid rgb(80,80,80);
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	transition: .3s;
	color: rgb(80,80,80);
	font-weight: 600;
	background: transparent;
	font-size: 0.9rem;
	display: block;
}
.events-holder a.write-your-first-event-url:hover
{
	background: rgb(80,80,80);
	color:white;
}

.profile-page-manage-socials a, 
.profile-page-manage-socials a:visited,
.profile-page-manage-socials a:active,
.profile-page-manage-socials a:focus
{
	color:gray;
	text-decoration: none;
	transition: .3s;
	box-shadow: none;
	outline: 0;
}
.profile-page-manage-socials a:hover
{
	color:silver;
}
/* ================
Calendar Styling */
.diy-calendar{
    border-radius: 15px;
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.5);
    padding: 5px;
    padding-top: 15px;
}
 
.diy-calendar h5 {
    margin-bottom: 15px;
    margin-left: 2%;
}
 
.diy-calendar ol.day-names {
    margin-bottom: 0px;
    font-size: 0.75rem;
}
 
.diy-calendar ol li {
    float: left;
    width: 14.28571%;
}
 
.diy-calendar .day-names li {
    text-align: center;
    margin-bottom: 0px;
}
 
.diy-calendar .days li .date {
    margin: 0.5rem 0;
    text-align: center;
}
 
.diy-calendar .days li .event {
    font-size: 0.75rem;
    padding: 0.4rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4rem;
    margin-bottom: 1px;
}
 
.diy-calendar .days li .event.span-2 {
    width: 200%;
}
 
.diy-calendar .days li .event.begin {
    border-radius: 1rem 0 0 1rem;
}
 
.diy-calendar .days li .event.end {
    border-radius: 0 1rem 1rem 0;
}
 
.diy-calendar .days li .event.clear {
    background: none;
}
 
.diy-calendar .days li:nth-child(n+29) {
    border-bottom: none;
}
 
.diy-calendar .days li.outside .date {
    color: #ddd;
}
 
.diy-calendar .past-days {
    opacity: 0.5;
}

.diy-calendar .list-unstyled
{
	margin-bottom: 0px;
}
.diy-eventday-calendar {
    background-color: #eaeaea;
}
.events-holder
{
	display: flex;
	flex-direction: column-reverse; 
	justify-content: flex-end;
}
@media (min-width: 1600px)
{
	.diy-user-post-details .diy-user-post-excerpt
	{
		font-size: 1.2rem;
	}
	.diy-calendar .days li .date 
	{
		font-size: 1rem;
	}
}
@media screen and (max-width: 1600px) and (min-width: 1200px)
{
	.diy-edit-avatar
	{
		min-height: 250px;
		height: 250px;
		margin-top: -125px;
	}
}
@media (max-width: 1600px)
{
	.diy-user-profile .user-profile-cover
	{
		min-height: 350px;
	}
	.diy-user-post-excerpt
	{
		font-size: 0.925rem;
	}

	.diy-user-profile .user-profile-photo
	{
		height: 250px;
		margin-top: -125px;
	}
	.diy-edit-cover
	{
		min-height: 350px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px)
{
	.diy-calendar .days li .date 
	{
		font-size: 0.7rem;
	}
}


@media (max-width: 1600px)
{
	div.diy-user-post-image
	{
		height: 200px;
	}
}


@media (max-width: 1199px)
{
	.diy-edit-avatar
	{
		min-height: 250px;
		height: 250px;
		margin-top: -125px;
	}
}
@media (max-width: 991px)
{
	.diy-user-profile .user-profile-photo
	{
		height: 150px;
		margin-top: -75px;
	}
	.diy-edit-avatar
	{
		min-height: 150px;
		height: 150px;
		margin-top: -75px;
	}
	div.diy-user-post-image
	{
		height: 200px;
	}
	.diy-user-post p 
	{
		font-size: 0.9rem;
	}

}
@media screen and (max-width: 1199px) and (min-width: 576px)
{
	.events-holder
	{
		margin-top: 30px;
		flex-direction: row-reverse;
	}
	.events-holder .diy-user-events-holder
	{
		margin-left: 15px;
		width: calc( 65% - 15px ) !important;
		align-self: flex-start;
	}
	.diy-calendar
	{
		width: 33.33%;
		margin-top: 0px;
	}
}
@media screen and (max-width: 768px) and (min-width: 576px)
{
	.diy-calendar
	{
		width: 50%;
	}
	.events-holder .diy-user-events-holder
	{
		width: calc( 50% - 15px ) !important;
	}
}
@media (max-width: 767px) 
{
	.profile-page-accounts-settings-link
	{
		font-size: 0.75rem;
	}
	.diy-edit-avatar
	{
		min-height: 250px;
		height: 250px;
		margin-top: -125px;
		width: 250px;

		top:unset;
		right:0;
		left:0;
		bottom:0;

		display: flex;
		margin:auto;
	}
	.diy-user-post .diy-user-post-details h4
	{
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.user-profile-photo {
		transform: translateY(0%);
	}
	
	.diy-user-postsnav {
		margin-top: 0px;
	}
	
	.d-flex.diy-user-post {
		flex-direction: column;
	}
	
	.d-flex.diy-user-post .w-50 {
		width: 100% !important;
	}

	.diy-user-profile .user-profile-photo
	{
		height: 250px;
		width: 250px;
		display: flex;
		margin:auto;
		margin-top: -100px;
	}
	div.diy-user-post-image
	{
		height: 350px;
	}
	
	.diy-user-post-info {
		margin-left: 0px;
		width: 100%;
	}
	
	.diy-edit-avatar {
		transform: translateY(0%);
	}
	
	.diy-user-name {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		color: #000;
		text-align: center;
	}
	.diy-user-post .diy-user-post-details
	{
		padding-left: 0px;
	}
}

