.main__title {
    display: none;
}

.projectDetails__pageTitle {
    padding-top: 48px;
}

.projectDetails__cover {
    height: 50vw;
    max-height: 30vh;
    background-size: cover;
}

.projectDetails__main,
.projectDetails__main + div {
    padding-top: 64px;
    padding-bottom: 32px;
}

.projectDetails__intro {
    margin-bottom: 1.3em;
    font-family: 'pt-serif-italic';
    font-size: 1.444em;
    line-height: 1.375;
}

.projectDetails__sidebar {
    border: 1px solid #ddd;
    border-radius: 3px;
}

/** Google Maps */
.project__googleMapsContainer {
    width: 100%;
    height: 300px;
}

/**
 * Details
 */

.project__details {
    padding: 0 16px;
}

.project__detailsHeading {
    padding-top: 32px;
}

.project__googleMapsContainer + .project__details {
    border-radius: 0 0 3px 3px;
}

/**
 * project links
 */

.project__links a {
    display: block;
    padding: .3em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
}

.project__links a::before {
    content: '\3e';
    margin-right: .2em;
    display: inline-block;
    width: 1em;
    font-family: 'izbicons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00a8e6;
    transition: all .3s;
}

.project__links a:hover:before {
    transform: translateX(.15em);
    transition: all .1s;
    color: #0c1944;
}

/**
 * next project
 */
.projectDetails__next {
    position: relative;
    height: 30vw;
    max-height: 400px;
    overflow: hidden;
    color: #fff;
    background-size: cover;
}

.projectDetails__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .3s;
    background-size: cover;
}

.projectDetails__next:hover .projectDetails__image {
    transform: scale(1.02);
}

.projectDetails__nextRow {
    position: relative;
    padding: 32px;
}

.projectDetails__nextLabel {
    display: inline-block;
    color: #fff;
    background: #d12953;
    font-weight: 600;
    padding: .2em 1em;
}

.projectDetails__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}
