﻿body {
    background: #e4dac1;
}

.row.default {
    background-color: #e4dac1;
}

.row.default.image-title {
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row.default.without-image-title {
    
}

    .row.default h1 {
        font-size: 35px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        color: #fff;
        padding: 0 5px;
        max-width: 95%;
        display: table;
        margin: 10px auto 20px auto;
    }

        .row.default h1:after {
            content: " ";
            display: block;
            height: 2px;
            background: #fff;
            margin: 5px auto 0 auto;
            min-width: 110px;
            width: 80%;
        }

        @media (max-width: 320px) {
            .row.default.without-image-title h1,
            .row.default h1 {
                font-size: 25px;
            }
        }

.row.default.image-title h1 {
	margin-bottom: 60px;
}

.row.default.without-image-title h1 {
    color: #333;
    margin-top: 30px;
}

.row.default.without-image-title h1:after {
     background: #333;
}

.row.default.without-quote.image-title h1 {
    margin-bottom: 10px;
}

.row.default.invert-title h1 {
    background-color: rgba(0, 0, 0, 0.40);
    padding: 15px 30px;
}

.row.default.invert-title h1:after {
    content: "";
    display: none;
}

.row.default.without-quote {
    
}

.row.default.quote-title {
    
}


.row.default .title-quote-block {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.62);
    display: block;
    width: 50%;
    min-width: 250px;
    padding: 50px 50px;
    color: #232323;
    text-align: center;
    position: relative;
}

.row.default .title-quote-block:before,
.row.default .title-quote-block:after {
    content: "“";
    font-family: Cyrvetica-Oblique;
    font-size: 70px;
    display: inline-block;
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 0;
    line-height: 50px;
    color: #aa774f;
    color: rgba(170, 119, 79, 0.79);
}

.row.default .title-quote-block:after {
    top: 5px;
    right: 0;
    bottom: auto;
    left: auto;
}

.row.default .title-quote-block .title-quote {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
}

    .row.default .title-quote-block .title-quote:after {
        content: " ";
        display: block;
        height: 1px;
        background: #aa774f;
        background: rgba(170, 119, 79, 0.79);
        margin: 10px auto 0 auto;
        width: 170px;
    }

.row.default .title-quote-block .title-quote-author {
    font-style: italic;
    color: #353535;
}

.row.default.without-image-title .title-quote-block {
    background: transparent;
    display: block;
    width: auto;
    padding: 25px 50px;
    color: #232323;
    text-align: center;
}

.row.default.without-image-title .title-quote-block:before,
.row.default.without-image-title .title-quote-block:after {
    display: none;
}

.row.default.without-image-title .title-quote-block .title-quote {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}


    .row.default.without-image-title .title-quote-block .title-quote:after {
        content: " ";
        display: block;
        height: 1px;
        background: #aa774f;
        background: rgba(170, 119, 79, 0.79);
        margin: 10px auto 0 auto;
        width: 170px;
    }

.row.default.without-image-title .title-quote-block .title-quote-author {
    font-style: italic;
    color: #353535;
}

.page-description {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .row.default.image-title {
        height: 265px;
    }

    .row.default.image-title h1 {
        margin-bottom: 10px;
    }

    .row.default .title-quote-block {
        width: 400px;
    }

    .row.default .title-quote-block .title-quote {
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .row.default.image-title h1 {
        font-size: 25px;
    }

    .row.default .title-quote-block {
        width: 280px;
        padding: 25px;
    }

    .row.default .title-quote-block:after,
    .row.default .title-quote-block:before {
        display: none !important;
    }

    .row.default .title-quote-block .title-quote {
        font-size: 14px;
    }
}