@charset "UTF-8";
/* CSS Document */
.container-fluid.no-padding {
    padding: 0;
}
.content-wide {
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 4em;
}
.max-width-content-single-column {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper {
    padding-left: 5em;
    padding-right: 5em;
}
.theme-footer {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 4em;
}
.theme-logo {
    display: block;
    position: absolute;
    width: 350px;
    top: 0.2em;
    left: 50%;
    transform: translateX(-50%);
}
.spacer {
    height: 1em;
}
.max-width-content {
    max-width: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.theme-circle {
    width: 6em;
    height: 6em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border-radius: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    padding-top: 1.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.services-circle {
    width: 8em;
    height: 8em;
    -moz-border-radius: 4em;
    -webkit-border-radius: 4em;
    border-radius: 4em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    padding-top: 1.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.back-to-top-circle {
    width: 3em;
    height: 3em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    text-align: center;
    padding-top: 0.75em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: right;
}
.theme-events {
    display: block;
}
.center-text {
    text-align: center;
}
.li-style-none {
    list-style: none;
    line-height: 1.8em;
}
.footer-link {
    list-style: none;
    line-height: 1.8em;
    font-weight: 200;
}
.squeeze-top-margin {
    margin-top: -0.5em;
}
.drop-shadow {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.reverse-direction {
    direction: rtl;  /* Right to Left */
}
.reverse-row {
    flex-direction: row-reverse;
}
.reverse-column {
    flex-direction: column-reverse;
}
.theme-team-pic {
    margin-top: 1em;
    margin-bottom: 1em;
}
.team-pic-wrapper-small {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.theme-faqs-question {
    padding-top: 0.5em;
    color: #373a47;
    line-height: 1.8em;
}
.theme-faqs-answer {
    padding-bottom: 0.5em;
    color: #373a47;
    line-height: 1.8em;
}
.faqs-q {}
.faqs-a {}
.faqs-i {
    display: block;
    margin-top: 0.5em;
}
.theme-reviews {
    padding-top: 1em;
    padding-bottom: 1em;
}
.review-stars {
    padding-bottom: 0.5em;
}
.theme-albums {
    margin-top: 1em;
    margin-bottom: 1em;
}
.theme-on-page-img-w-text-wrapper {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    margin-left: 0.75em;
    margin-right: 0.75em;
    width: 220px;
    float: left;
    shape-outside: circle(50%);
}
.theme-on-page-img-w-text-wrapper-float-right {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    margin-left: 0.75em;
    margin-right: 0.75em;
    width: 220px;
    float: right;
    shape-outside: circle(50%);
}
.theme-on-page-small-img-w-text-wrapper {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    margin-left: 0.75em;
    margin-right: 0.75em;
    width: 160px;
    float: left;
    shape-outside: circle(50%);
}
.theme-on-page-small-img-w-text-wrapper-float-right {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    margin-left: 0.75em;
    margin-right: 0.75em;
    width: 160px;
    float: right;
    shape-outside: circle(50%);
}
.add-spacing {
    padding-top: 1em;
    padding-bottom: 1em;
}
.flex-content {}
.theme-contact-form {
    margin-left: 3em;
    margin-right: 3em;
}
.theme-quote {
    font-size: 1.5em;
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 700;
}
.add-padding {
    padding-left: 0.5em;
}
.theme-transition {
    transition-duration: 0.5s;
}
.theme-transition:hover, .theme-transition:focus {
    transform: scale(1.05);
    box-shadow: 2px 3px 2px 3px rgba(0, 0, 0, 0.2);
}
.theme-transition-button {
    transition-duration: 0.5s;
}
.theme-transition-button:hover, .theme-transition-button:focus {
    box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.carousel-inner > .item > video, .carousel-inner > .item > a > video {
    object-fit: cover;
    width: 100%;
}
#top {}
#mc_embed_signup .mc-field-group label {
    margin-left: 0.5em;
    margin-top: 0.2em;
}
fieldset {
    border: 0;
}
.photo-captions {
    display: block;
    padding: 1em;
    background-color: #F1F1F1;
    text-align: center;
    border-radius: 1em;
    margin-top: 1em;
    max-width: 400px;
}

@media (min-width: 768px) {
    .swapcolumns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .theme-album-copy {
        margin-top: auto;
        margin-bottom: auto;
    }
    .flex-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .team-pic-wrapper {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .theme-on-page-img-w-text-wrapper {}
    .theme-on-page-img-w-text-wrapper-float-right {}
    .theme-content-fixed-height {
        display: block;
        height: 250px;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        object-fit: cover;
        width: 100%;
    }
    .carousel-inner > .item > video, .carousel-inner > .item > a > video {
        object-fit: cover;
        width: 100%;
    }
    .max-width-content {
        max-width: 500px;
    }
    .max-width-content-single-column {
        width: 960px;
    }
    .footer-logo {
        width: 50%;
    }
    .theme-logo {}
    
    .photo-captions {
        display: block;
        padding: 1em;
        background-color: #F1F1F1;
        text-align: center;
        border-radius: 1em;
        margin-top: 1em;
        max-width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .overwrite-col-sm-3 {
        width: 50%;
    }
    .overwrite-col-md-3 {
        width: 30%;
    }
    .overwrite-col-md-6 {
        width: 50%;
        float: left;
    }
    .max-width-content {
        max-width: none;
    }
    .max-width-content-single-column {
        width: auto;
    }
    .footer-logo {
        width: 50%;
    }
    .theme-logo {}
    .carousel-inner > .item > video, .carousel-inner > .item > a > video {
        object-fit: cover;
        width: 100%;
    }
    .theme-on-page-img-w-text-wrapper {}
    .theme-on-page-img-w-text-wrapper-float-right {}
    
    .photo-captions {
        display: block;
        padding: 1em;
        background-color: #F1F1F1;
        text-align: center;
        border-radius: 1em;
        margin-top: 1em;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .content-wide {
        padding-left: 2em;
        padding-right: 2em;
    }
    .wrapper {
        padding-left: 2em;
        padding-right: 2em;
    }
    .max-width-content {
        max-width: none;
    }
    .max-width-content-single-column {
        width: auto;
    }
    .theme-footer {
        padding-left: 2em;
        padding-right: 2em;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        object-fit: cover;
        height: 500px;
    }
    .carousel-inner > .item > video, .carousel-inner > .item > a > video {
        object-fit: cover;
        height: 500px;
    }
    .reverse-row {
        flex-direction: row-reverse;
    }
    .reverse-column {
        flex-direction: column-reverse;
    }
    .theme-on-page-img-w-text-wrapper, .theme-on-page-small-img-w-text-wrapper {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        float: none;
        display: block;
    }
    .theme-on-page-img-w-text-wrapper-float-right, .theme-on-page-small-img-w-text-wrapper-float-right {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        float: none;
        display: block;
    }
    .theme-contact-form {
        margin-left: 1em;
        margin-right: 1em;
    }
    .footer-logo {
        width: 100%;
    }
    .theme-logo {
        width: 200px;
        top: 0.8em;
        left: 50%;
    }
    .photo-captions {
        display: block;
        padding: 1em;
        background-color: #F1F1F1;
        text-align: center;
        border-radius: 1em;
        margin-top: 1em;
        max-width: 400px;
    }
}
