/* Projects */
.home-projects-wrapper:nth-child(odd) {
  width: 100%;
  background: #f4f4f4;
  padding: 70px 0;
  border-top: 1px solid #f8f8f8;
}

.home-projects-wrapper:nth-child(even) {
  width: 100%;
  background: white;
  padding: 70px 0;
  border-top: 1px solid #f8f8f8;
}

.home-projects {
  margin-bottom: 30px;
  width: 1040px;
  margin: 0px auto;
}

.project {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 40px;
  position: relative;
}
.project div.thumb-wrapper {
  height: 200px;
  width: 100%;
  margin-right: 15px;
  border-radius: 4px 4px 0 0;
}

.project h2 {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 18px;
  font-weight: normal;
}
.project-meta-info {
  background: #f4f4f4;
  padding: 25px;
  border-radius: 0 0px 4px 4px;
}
.home-projects-wrapper:nth-child(odd) .project-meta-info {
  background: white;
  padding: 25px;
  border-radius: 0 0px 4px 4px;
}

.home-projects-wrapper:nth-child(even) .project-meta-info {
  background: #f4f4f4;
  padding: 25px;
  border-radius: 0 0px 4px 4px;
}

.home-projects > div.project:nth-child(even) {
  padding-right: 20px;
}

.home-projects > div.project:nth-child(odd) {
  padding-left: 20px;
}

.project-page div.thumb-wrapper {
  height: 450px;
  width: 100%;
  margin-right: 15px;
  position: relative;
}

.project-page {
  line-height: 1.8em;
}

.project-page p {
  padding: 0 15px 0 0;
}

.project-page .col-50.right p {
  padding: 0;
}

.project-page a img {
  max-width: 100%;
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

p:empty {
  display: none;
}

.project-page h2 {
  font-size: 28px;
  margin: 0 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 30px 0;
  background: rgba(31, 178, 90, 0.7);
  width: 100%;
}

.project-page h2 a {
  color: white;
}

.gradient-wrapper {
  background: -moz-linear-gradient(top, transparent 38%, rgba(0, 0, 0, 0.17) 52%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, transparent), color-stop(52%, rgba(0, 0, 0, 0.17)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 38%, rgba(0, 0, 0, 0.17) 52%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 38%, rgba(0, 0, 0, 0.17) 52%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 38%, rgba(0, 0, 0, 0.17) 52%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 38%, rgba(0, 0, 0, 0.17) 52%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  width: 100%;
  height: 100%;
}

.project-page .project-content {
  margin: 40px 0 0 0;
}

.single-projecten .btn-wrapper {
  width: 100%;
  display: inline-block;
}

.read-more {
  font-size: 13px;
  font-weight:bold;
  text-decoration: none;
  color:#fff;
  background:#1FB25A;
  padding:5px 0;
  border-radius:4px;
  display: block;
  text-align: center;
  margin-top: 20px;
  transition:0.2s;
}
.read-more:hover{
  opacity: 0.9;
}

.thumb-overlay {
  background: rgba(0,0,0,0.1);
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  transition: 0.3s;
}
.thumb-overlay:hover {
  background: rgba(0,0,0,0);
}

body #wrapper .project-page h2 {background:rgba(0,0,0,0.4);}

.img-right {
  float: right;
  margin: 0 0 50px 80px;
  border-radius: 5px;
}
