/*
CUSTOM CSS
Change this or remove entirely.
This file is only intended for CSS overriding.
*/

.project-container{
	background: #434949;
	border: solid 3px #c1c1bf;
	padding: 10px;
	margin-bottom: 10px;
}

.project-container:after{
	content: '';
	display: block;
	clear: both;
}

.proj-image {
	width: 23%;
	float: left;
	margin-right: 2%;
}

.proj-image img{
	max-width: 100%;
	border: solid 2px #eddbd1;
}

.proj-content {
	width: 75%;
	float: left;
}

.proj-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #d2d7d0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.proj-content p {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #acadb2;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.proj-content a.details {
    display: block;
    width: 132px;
    margin-top: 10px;
    padding: 10px 0;
    border: 1px solid #adadad;
    font-size: 19px;
    color: #adadad;
    text-decoration: none;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-weight: 700;
}
.proj-content a.details:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.projects-container{
	margin-top: 10px;
}

.project-year{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.proj-year{
	display: inline-block;
	text-decoration: none !important; 
	border: solid 1px #6c7071;
	color: #acacac !important;
	font-family: Oswald, sans-serif;
    font-weight: 700 !important;
    width: 13.5%;
    text-align: center;
    padding: 10px 0;
    margin: 4px 1.5%;
}

.proj-year:hover{
	background: #daddd6;
	background: #6c7071;
}

.tax-project-year .primary {
    background: #ebebeb;
    padding-top: 30px;
    padding-bottom: 60px;
}

.tax-project-year .primary .entry {
    background: none;
}

.tax-project-year .pagetitle h1 {
    margin-bottom: 0;
}

h1.yeartitle{
	border: none;
	margin: 0 0 20px;
}

#post-15 .w-col.w-col-8 {
    margin: auto;
    float: none;
}

textarea {
    display: block;
    width: 100%;
    height: 150px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}