@charset "utf-8";
/* CSS Document */


.profile-top {
	background: #f5f5f5;
}

.profile-cover-picture {
	height: 350px;
	background-size: cover !important;
	background-position: center center !important;
}

.details-profile-picture {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	width: 250px;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.23);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.23);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.23);
	border: 5px solid #ffffff;
	}



.details-top-row {
	/*margin-top: -80px !important;	*/
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.profile-img-top{
	margin-left: -15px;
}

#profile_image_container {
	height: 0;
    padding-top: 75%;
    /* height: 240px; */
	width: 100%;
	background: #fff;
	background-size: cover;
	background-position: center center;
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.23);
	border: 5px solid #ffffff;
}

#top_admin_edit_button {
	margin-left: -15px;
}

.user_name_container {
	font-size: 30px; margin-top: 10px;
}

.vehicle_sub_header {
	color: #111111;
	text-align: center !important;
	margin-left: -20px;
}
.profile-functions-top {
	padding-bottom: 10px;
}

.profile-functions-top .send-message {
	float: right;
}
.user_name_container {
	background: #1d2531;
	text-align: center;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-left: -15px;
}
.content-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

	#page-content-container {
		padding-top: 15px;
	}


.details-container {
	background: #f5f5f5; padding: 20px 10px; margin-right: 20px;
-webkit-box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33);
-moz-box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33);
box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33);
}

.section-title {
	background: #1d2531;
	color: #fff;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
	padding: 5px 0px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33);
	-moz-box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33);
	box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33)
}

.section-title h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#like-btn-container {
	color: #fff;
}

#professional_info .fa-check {
	color: #388e3c;
}


.profile-icons {
	height: 42px; width: 42px; border-radius: 21px; background: #1d2531; color: #fff; text-align: center; float: left; padding-top: 7px; margin-right: 5px;
}

.profile-icons:hover {
background: #0064b7;

}

#details-social-icons-container i {
	font-size: 28px;
}

@media screen and (max-width: 767px) {

	#page-content-container {
		/*margin-top: 260px;*/
		padding-top: 20px;
	}

	.edit_picture_thumb {
		height: 100px;
		width: 100px;
	}

	.user_name_container {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	#vehicle-price-container {
		margin-top: 10px;
	}

	.profile-img-top{
		min-width: 100vw;
	}
	#top_admin_edit_button {
		margin-top: 10px;
	}

	.section-title {
		margin-right: 0px;
	}


	.details-container {
		margin-right: 0px;
	}
}