/** Project Posting */
.project-image-position-right {
    margin-left: 20px;
    margin-right: 0 !important;
}
.image-container-wrapper.project-image-position-none {
    margin-bottom: 15px;
    margin-right: 0;
}
.project-box-content-center img {
    margin: 0px auto !important;
}
.hsk-project-filter-tabs li { display: inline-flex; }
.hsk-project-filter-tabs li a {
    padding: 8px 22px;
    margin: 0px 5px;
}
.hsk-project-filter-tabs { margin-bottom: 30px; }
.project-details-content-wrapper ul, .project-single-meta-wrapper ul, .hsk-user-applied-projects ul, .projects-meta-info-details ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.projects-meta-info-details ul, .hsk-user-applied-projects h3, .project-details-content-wrapper h3{
    margin-bottom: 0px!important;
}
.project-details-content-wrapper > ul > li, .hsk-user-applied-projects > ul > li {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.05)
}
.projects-meta-info-details ul li, .project-single-meta-wrapper ul li{
	display: inline-block;
	padding-right: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.hsk-button a, .project-buttons .hsk-button span {
    padding: 10px 20px;
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}

.project-buttons {
    margin: 0px auto;
    display: table;
    margin-top: 30px;
    clear: both;
    line-height: 60px;
}
.project-buttons .hsk-button{
	display: inline-block;
	margin: 0 3px;
}

.project_reg_info {
	display: none;
    position: fixed;
    bottom: inherit;
    background: #151515;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 8px;
    width: 90%;
    top: 0px;
    left: 0;
    overflow: hidden;
    line-height: 50px;
    right: 0;
    margin: 0px auto;
}

.image-container-wrapper{
    float: left;
    margin-right: 15px;
}
/**
 * User Information styles
 */
 .user-info-content-wrapper-left .usre-img-with-title h4 {
    display: inline-block;
    overflow: hidden;
    line-height: 70px;
    margin-bottom: 0;
}
.user-info-content-wrapper-left img.user-img-wrapper {
    display: inline-block;
    float: left;
    margin-right: 15px;
   
}
.user-info-content-wrapper-center img.user-img-wrapper{
    margin: 0px auto;
    text-align: center;
    display: table;
    margin-bottom: 15px;
}
.user-info-content-wrapper-center{
    text-align: center;
}
img.user-img-wrapper{
     border-radius: 100%;
}
.user-info-content-wrapper .description {
    clear: both;
    overflow: hidden;
    display: block;
}

/**
 * Related Posts
 */
 .project-related-content h5{
    font-weight: bold;
 }
 .project-related-content{
    margin-bottom: 15px;
 }
 .relatedposts{
    margin-top: 30px;
 }

 /**
  * Recent Projects
  */
  .new-project-content-wrapper ul{
    list-style: none;
    margin: 0px;
    padding:0px;
  }

/**
 *Projecr Single Page Sidebar
 */   
 .projects-single-sidebar-wrapper .widget {
    clear: both;
    margin-bottom: 30px;
}
.new-project-content-wrapper span{
    display: block;
}
.new-project-content-wrapper ul li{
    margin-bottom: 15px;
}

/**
 Search
*/
.hsk-project-search p label{
    display: block;
}

.hsk-project-content-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hsk-project-content-wrapper .projects-meta-info-details {
    margin-bottom: 10px;
}

.hsk-project-content-wrapper > ul > li {
    margin-bottom: 30px;
}

/**
 * View / Edit Projects
 */
 .project-details-content-wrapper h3 span {
    font-size: 13px;
}

.project-views-content-wrapper ul{
    margin-bottom: 0px;
}

.single .projects-meta-info-details {
    margin-bottom: 30px;
}

.project-views-content-wrapper .projects-meta-info-details {
    margin-bottom: 0px;
}
li .description h3 span {
    background: rgba(210, 42, 120, 0.1);
}

.project-details-content-wrapper ul, .project-single-meta-wrapper ul, .hsk-user-applied-projects ul, .projects-meta-info-details ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.projects-meta-info-details ul, .hsk-user-applied-projects h3, .project-details-content-wrapper h3{
    margin-bottom: 0px!important;
}

.project-details-content-wrapper h3 {
   font-weight: bold!important;
}

.hsk-user-applied-projects ul li .description{
    position: relative;
}
.remove_project_list {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}
.hsk-project-search label{
    margin-left: 0px!important;
    font-weight: bold;
}