/* 
* Infomedia Projects Stylesheet 
* Dependent of Child-theme Stylesheet
*
*/

.project-additional-photos p {
    margin: 0;
    float: left;
}
.project-additional-photos p img {
    margin-right: 7.5px;
    margin-bottom: 7.5px;
    width: 114px;
}

.project-featured .project-featured-image {
    width: 600px;
    height: 400px;
    overflow: hidden;
    margin-bottom: 7.5px;
}

.project-featured img {
    margin-right: 7.5px;
}

.singular-info_projects .project-left {
    width: 607.5px;
	float: left;
	margin-right: 12.5px;
}
/*
.singular-info_projects .entry-title {
    text-align: right;
}
*/




/* May need to move these to the theme --------------  */
.project-details p .detail {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 11px;
}
.project-details p {
    font-size: 13px;
}



.project-list-item.header:first-child {
    float: left;
}
.project-list-item.header h4 {
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 800;
}
.project-list-item.header h4:last-of-type {
    float: right;
}
.project-list-item.header {
    border-bottom: 0;
    padding-bottom: 0;
}
.project-list-item a {
    float: left;
    color: #efb324;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-decoration: underline;
}
.project-list-item a:hover {
    color: #efb324;
}
.project-list-item p {
    float: right;
    margin: 0;
}
.project-list-item {
    clear: both;
    border-bottom: 1px dotted #aaa;
    margin: 4px 0;
    padding: 8px 0;
    overflow: auto;
}






