main {
    z-index: 2;
}

.content .page-intro {
    display: block;
    padding: 0 0 50px 0;
}

.testimonials {
    text-align: center;
    margin-top: 50px;
}

.controls[class*="control-off"] [class*="col"],
[interior] .contact-form [class*="col"] {
    width: 100%;
    max-width: 800px;
    margin: 0;
    float: none;
}

.testimonials div[class*="testamonials"] {
    margin: 0 0 25px 0;
}

.testimonials .page-item {
    margin: 0 0 75px 0;
}

.testimonials .page-item:nth-of-type(odd) {
    padding-right: 10%;
    text-align: left;
}

.testimonials .page-item:nth-of-type(odd) .source {
    padding-left: 10%;
}

.testimonials .page-item:nth-of-type(even) {
    padding-left: 10%;
    text-align: right;
}

.testimonials .page-item:nth-of-type(even) .source {
    padding-right: 10%;
}

.testimonials h2,
.testimonials hr {
    display: none;
}

.testimonials blockquote {
    margin: 0 0 0.5em 0;
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
}

.page-testimonials blockquote:before,
.testimonials blockquote:before {
    content: '\201C';
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-size: 125px;
    line-height: 0;
    margin: 0 0 10px 0;
}

.testimonials .source span {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.6em;
}

.testimonials .source i {
    font-weight: 100;
    margin: 0 5px 0 0;
}

.contact-form {
    text-align: center;
}

.contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.contact-form h3 {
    padding: 0 0 25px 0;
}

.contact-form .fieldswrap {
    padding: 25px 0 0 0;
}

.contact-form .fieldswrap label {
    font-size: 0.8em;
    padding: 0 20px;
    float: left;
}

.contact-form .fieldswrap textarea,
.contact-form .fieldswrap input {
    display: block;
    border: none;
    outline: none;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 0.9em;
}

.contact-form .fieldswrap textarea {
    resize: none;
    height: 10em;
    margin-bottom: 25px;
}

.content .lightbox {
    text-indent: 0;
}

.content .lightbox br {
    display: none;
}

.page-photogallery .PhotoPanel > div,
.img-container {
    display: inline-block!important;
    width: 20%;
    margin: 2%;
    overflow: hidden;
    text-align: center;
    outline: none;
    background-size: cover;
    background-position: center;
    float: none!important;
}

.img-container:before {
    content: '\f00e';
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 2;
    display: block;
    height: 20px;
    width: 20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    opacity: 0;
}

.img-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1);
    opacity: 0.23;
}

.img-container:hover:before {
    opacity: 1;
}

.lightbox img {
    display: none!important;
}

.social {
    padding: 25px;
}

[interior] .controls.testimonials-control-off .read-testimonials {
    display: none;
}

[interior] .controls.contact-control-off .contact-us {
    display: none;
}

.controls.contact-control-off.testimonials-control-off,
.controls.contact-control-off.testimonials-control-off + .tagline {
    display: none;
}

@media screen and (max-width:840px) {
    .page-photogallery .PhotoPanel > div,
    .img-container {
        width: 28%;
    }
}

@media screen and (max-width:720px) {
    .social i {
        width: 2em;
    }
}

@media screen and (max-width:480px) {
    .testimonials .page-item,
    .testimonials .page-item .source {
        text-align: center!important;
        padding: 0!important;
    }
    .contact-form .fieldswrap textarea {
        height: 12em;
    }
}

@media screen and (max-width:360px) {
    .page-photogallery .PhotoPanel > div,
    .img-container {
        width: 40%;
    }
}