@font-face {
    font-family: 'Crimson';
    src: url("../fonts/crimsontext-bold-webfont.woff2") format("woff2"), url("../fonts/crimsontext-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Crimson';
    src: url("../fonts/crimsontext-bolditalic-webfont.woff2") format("woff2"), url("../fonts/crimsontext-bolditalic-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Crimson';
    src: url("../fonts/crimsontext-italic-webfont.woff2") format("woff2"), url("../fonts/crimsontext-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Crimson';
    src: url("../fonts/crimsontext-regular-webfont.woff2") format("woff2"), url("../fonts/crimsontext-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/nunitosans-bold-webfont.woff2") format("woff2"), url("../fonts/nunitosans-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/nunitosans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/nunitosans-bolditalic-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/nunitosans-italic-webfont.woff2") format("woff2"), url("../fonts/nunitosans-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/nunitosans-regular-webfont.woff2") format("woff2"), url("../fonts/nunitosans-regular-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'pilgrims-icons';
    src: url("../fonts/pilgrims-icons.eot?67432260");
    src: url("../fonts/pilgrims-icons.eot?67432260#iefix") format("embedded-opentype"), url("../fonts/pilgrims-icons.woff2?67432260") format("woff2"), url("../fonts/pilgrims-icons.woff?67432260") format("woff"), url("../fonts/pilgrims-icons.ttf?67432260") format("truetype"), url("../fonts/pilgrims-icons.svg?67432260#pilgrims-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "pilgrims-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
    animation-play-state: paused !important
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative
}

body {
    margin: 0;
    padding: 0;
    background: #000;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Nunito", sans-serif;
    color: #383838;
    text-align: center
}

#wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease
}

#footer {
    width: 100%;
    background: #000;
    margin: 0 auto;
    position: relative;
    flex: 0 0 auto;
    padding: 2.5em 2em;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

#container-main {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    flex: 1 0 auto
}

.clear-it {
    clear: both
}

.black-box {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.85);
    padding: 2em;
    color: #fff;
    margin: 0 auto
}

hr {
    clear: both;
    width: 90%;
    margin: 50px auto;
    border: 0;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.25)
}

    hr.small {
        clear: both;
        width: 90%;
        margin: 15px auto;
        border: 0;
        height: 1px;
        border-top: 1px solid rgba(255, 255, 255, 0.25)
    }

#menu {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9999;
    font-size: 0.80em;
    font-family: "Crimson", serif;
    text-align: left
}

.flex-menu-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    position: relative
}

a.menu-mobile {
    font-size: 1.75em;
    display: none;
    color: #fff
}

#menu-nav {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0
}

    #menu-nav li {
        margin: 0;
        padding: 0;
        display: inline-block;
        color: #ffe930;
        text-transform: uppercase
    }

        #menu-nav li a,
        #menu-nav li span {
            position: relative;
            padding: 1em 0.65em;
            display: block;
            letter-spacing: 1px
        }

        #menu-nav li a {
            color: #fff;
            font-weight: normal;
            text-decoration: none;
            transition: all 0.35s ease
        }

            #menu-nav li a:hover {
                background-color: rgba(255, 255, 255, 0.1);
                color: #ffe930;
                font-weight: normal;
                text-decoration: none
            }

#menu-social {
    margin: 0;
    padding: 12px 20px 0 0;
    text-align: right;
    vertical-align: middle
}

    #menu-social a {
        transition: all 0.35s ease;
        color: #fff;
        margin: 0 8px;
        font-weight: normal;
        text-decoration: none
    }

        #menu-social a:hover {
            color: rgba(255, 255, 255, 0.5);
            font-weight: normal;
            text-decoration: none
        }

/*.bg-home {
    background: #0d0f12 url(../images/bg-home.jpg) no-repeat center top;
    background-size: cover
}*/

#home-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.35em 0
}

#home-column {
    width: 50%;
    margin: 0;
    padding: 1em 2em 2em 2em;
    text-align: center
}

#home-zip-finder-box {
    margin: 5px auto;
    display: block;
    position: relative
}

    #home-zip-finder-box input[type=text] {
        position: relative;
        display: inline-block;
        padding: 0.90em;
        font-weight: normal !important;
        font-size: 1.1em;
        font-family: "Nunito", sans-serif;
        vertical-align: middle;
        margin: 0;
        color: #000;
        border-radius: 5px 0 0 5px;
        background: #fff
    }

.home-btn-zip {
    margin: 0;
    display: inline-block;
    padding: 1em;
    font-weight: normal !important;
    font-size: 1.1em;
    color: #fff;
    border-radius: 0 5px 5px 0;
    background: #e46d1b;
    vertical-align: middle
}

    .home-btn-zip:hover {
        color: #fff;
        font-weight: normal;
        background: #b65716
    }

.bg-about {
    background: #000 url(../images/bg-about.jpg) no-repeat center top fixed;
    background-size: cover
}

#about-container {
    width: 60%;
    padding: 3em 2em;
    text-align: center;
    position: relative
}

.bg-theaters {
    background: #000 url(../images/bg-theaters.jpg) no-repeat center top fixed;
    background-size: cover
}

#zip-finder-box {
    margin: 0;
    display: block;
    position: relative;
    vertical-align: top;
    float: left
}

    #zip-finder-box input[type=text] {
        position: relative;
        display: inline-block;
        padding: 14px;
        font-weight: normal !important;
        font-size: 1em;
        font-family: "Nunito", sans-serif;
        vertical-align: middle;
        margin: 0;
        color: #5d5d5d;
        border: 1px solid #c6c6c6
    }

.btn-zip {
    cursor: pointer;
    display: inline-block;
    padding: 17px;
    position: relative;
    color: #fff;
    vertical-align: middle;
    font-weight: bold !important;
    font-size: 1em;
    background: #e46d1b;
    margin: 0 5px 0 0;
    -webkit-appearance: none !important;
    border: none
}

    .btn-zip:hover {
        background: #e98a49;
        color: #fff;
        font-weight: bold !important
    }

#theater-states {
    text-align: right
}

.state-select {
    vertical-align: top;
    margin: 0;
    width: 268px;
    height: 47px;
    padding: 0 12px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    border: 0;
    background: #e46d1b url(../images/icon-select.png) no-repeat right center;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block
}

.theater-list {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px solid #202020;
    font-size: 1.15em;
    line-height: 1 !important
}

.theater-state {
    float: left;
    width: 15%;
    text-align: left;
    vertical-align: middle;
    font-size: 0.95em
}

.theater-info {
    float: left;
    width: 45%;
    text-align: left;
    vertical-align: middle
}

    .theater-info a {
        font-size: 0.80em;
        font-weight: normal
    }

        .theater-info a:hover {
            font-weight: normal
        }

.theater-buy {
    width: 40%;
    float: left;
    text-align: right;
    vertical-align: middle
}

.show-distance {
    display: none
}

.bg-resources {
    background: #000 url(../images/bg-resources.jpg) no-repeat center top fixed;
    background-size: cover
}

.bg-endorsements {
    background: #000 url(../images/bg-endorsements.jpg) no-repeat center top fixed;
    background-size: cover
}

.bg-ambassador {
    background: #000 url(../images/bg-ambassador.jpg) no-repeat center top fixed;
    background-size: cover
}

.bg-groups {
    background-color: #c6c6c6;
    background-size: cover
}

#group-container {
    width: 60%;
    margin: 0 auto;
    position: relative
}

.bg-videos {
    background: #000 url(../images/bg-resources.jpg) no-repeat center top fixed;
    background-size: cover
}

.photo-thumbs {
    display: inline-block;
    margin: 5px;
    border: 1px solid #fff;
    position: relative;
    -moz-box-shadow: 0px 2px 7px #2c2c2c;
    -webkit-box-shadow: 0px 2px 7px #2c2c2c;
    box-shadow: 0px 2px 7px #2c2c2c;
    transition: all 0.25s ease-out
}

    .photo-thumbs:hover {
        transform: scale(0.98)
    }

.icon-play-circled2:before {
    content: '\e800'
}

.icon-ticket:before {
    content: '\e801'
}

.icon-up-open-mini:before {
    content: '\e802'
}

.icon-left-open-mini:before {
    content: '\e803'
}

.icon-menu:before {
    content: '\e804'
}

.icon-right-open-mini:before {
    content: '\e805'
}

.icon-down-open-mini:before {
    content: '\e806'
}

.icon-youtube:before {
    content: '\e807'
}

.icon-twitter-1:before {
    content: '\e808'
}

.icon-facebook-1:before {
    content: '\e809'
}

.icon-instagram-1:before {
    content: '\e80a'
}

.icon-menu {
    line-height: 0
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #db7d2b
}

    a:hover {
        text-decoration: none;
        font-weight: bold;
        color: #eab282
    }

p {
    line-height: 1.4;
    margin: 10px auto 20px auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Crimson", serif;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px
}

h1 {
    font-size: 3em
}

h2 {
    font-size: 2.75em
}

h3 {
    font-size: 2.5em
}

h4 {
    font-size: 2em
}

h5 {
    font-size: 1.5em
}

h6 {
    font-size: 1.15em
}

.white-it {
    color: #fff !important
}

.shadow-it {
    text-shadow: 0 1px 15px rgba(0, 0, 0, 0.85)
}

.center-it {
    text-align: center !important
}

.right-it {
    text-align: right !important
}

.left-it {
    text-align: left !important
}

.bigger {
    font-size: 1.25em !important
}

.black-it {
    color: #000 !important
}

.tan-it {
    color: #ffcd6c !important
}

.smaller {
    font-size: 0.90em !important
}

.smallest {
    font-size: 0.70em !important
}

ul,
ol {
    margin: 10px 0 10px 40px;
    padding: 0
}

li {
    margin-bottom: 8px;
    padding: 0
}

.button,
.button-main,
.button-main-small,
.button-outline {
    display: inline-block;
    margin: 5px;
    border: none;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-appearance: none !important
}

.button-spacer {
    margin: 5px
}

.button-main {
    padding: 0.75em 2em;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    background: #e46d1b;
    border-radius: 5px;
    transition: all 0.25s ease-out;
    border: none
}

    .button-main:hover {
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        background: #e77c32
    }

.button-main-small {
    padding: 0.75em 1em;
    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    background: #e46d1b;
    border-radius: 5px;
    transition: all 0.25s ease-out;
    border: none
}

    .button-main-small:hover {
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        background: #e77c32
    }

.button-outline {
    padding: 1em 3em;
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    transition: all 0.25s ease-out;
    border: 1px solid #fff
}

    .button-outline:hover {
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.3)
    }

.button-round,
.button-to-top {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    z-index: 8888;
    padding: 0;
    margin: 0;
    transition: all 200ms ease-out
}

.button-to-top {
    color: #f5f5f5;
    background: #464646;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 8888
}

    .button-to-top:hover {
        background: #262626;
        color: #f5f5f5
    }

.spacer5 {
    margin: 0 !important;
    padding: 0 0 5px 0 !important;
    line-height: 0
}

.spacer10 {
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
    line-height: 0
}

.spacer20 {
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
    line-height: 0
}

.spacer30 {
    margin: 0 !important;
    padding: 0 0 30px 0 !important;
    line-height: 0
}

.spacer50 {
    margin: 0 !important;
    padding: 0 0 50px 0 !important;
    line-height: 0
}

.spacer60 {
    margin: 0 !important;
    padding: 0 0 60px 0 !important;
    line-height: 0
}

.flex-column-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
    align-items: stretch;
    position: relative
}

    .flex-column-container .column-third {
        flex: 1 0 auto;
        width: 30%;
        margin: 15px 1.25%;
        position: relative
    }

.flex-equal-height {
    display: flex
}

.flex-column-container-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 0
}

.column-half {
    width: 48%;
    margin: 10px 0.75%;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.column-third-normal {
    width: 30%;
    margin: 15px 1.25%;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.big-pad {
    padding: 2em 4em 4em 4em;
    position: relative
}

.big-pad-half {
    padding: 1em 10em 2em 10em;
    position: relative
}

.image-brdr {
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.85);
    margin-bottom: 5px
}

#the-form {
    margin: 0 auto
}

    #the-form label {
        margin: 25px 0 5px 0;
        display: block;
        text-align: left !important;
        font-size: 1em;
        line-height: 1.2
    }

        #the-form label.required {
            font-weight: bold
        }

        #the-form label em {
            color: #c83333;
            font-style: none
        }

    #the-form select {
        display: block;
        margin: 0 0 5px 0;
        height: 30px;
        font-size: 1em;
        border: 1px solid #c6c6c6
    }

    #the-form input[type=checkbox] {
        margin: 0 15px 0 0
    }

    #the-form input[type=text],
    #the-form input[type=email] {
        width: 100%;
        display: block;
        background: #ffffff;
        padding: 9px 15px;
        color: #000;
        position: relative;
        border: 1px solid #c6c6c6;
        font-size: 1em;
        margin: 0
    }

    #the-form textarea {
        width: 100%;
        height: 120px;
        display: block;
        background: #ffffff;
        padding: 12px 8px;
        border: 1px solid #c6c6c6;
        color: #5b5b5b;
        margin: 0;
        font-size: 1em
    }

    #the-form input[type=radio] {
        transform: scale(1.5)
    }

.error {
    margin: 10px 0;
    line-height: 1.4;
    color: #c20505;
    font-weight: bold;
    font-size: 0.90em !important;
    text-align: left
}

.thepot {
    display: none
}

.shrink-it {
    transition: all 0.25s ease-out
}

    .shrink-it:hover {
        transform: scale(0.95)
    }

.fade-in {
    animation: FadeIn 1s ease-out forwards
}

.home-fade-down {
    animation: FadeDown 0.4s 0.5s ease-out forwards
}

.home-fade-down-2 {
    animation: FadeDown 0.4s 0.6s ease-out forwards
}

.home-fade-down-3 {
    animation: FadeDown 0.4s 0.7s ease-out forwards
}

.home-fade-down-4 {
    animation: FadeDown 0.4s 0.8s ease-out forwards
}

.home-fade-down-5 {
    animation: FadeDown 0.4s 0.9s ease-out forwards
}

.fade-right {
    animation: FadeRight 0.5s 0.4s ease-out forwards
}

@keyframes FadeDown {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes FadeLeft {
    from {
        opacity: 0;
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes FadeRight {
    from {
        opacity: 0;
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes FadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


/*# sourceMappingURL=pilgrim.css.map */
