/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('assets/fonts/MonoSocialIconsFont-1.10.eot');
    src: url('assets/fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('assets/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('assets/fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('assets/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

body.no-scroll {
    overflow: hidden;
}

.welcome-mat {
    background-color: #fff;
    position: fixed;
    display: flex;
    flex-flow: row;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.welcome-mat .main-content {
    padding-top: 0 !important;
    padding-top: 0 !important;
    display: flex;
    flex-flow: column;
    /*float: right;*/
    height: 100% !important;
    box-sizing: border-box;
    width: 55% !important;
    text-align: center;
    vertical-align: top;
    position: relative;
    overflow: scroll;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.welcome-mat #header-search {
    display: none;
}

.welcome-mat #content {
    margin-top: 0;
}

.welcome-mat .bg {
    background-position: 0 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 45%;
    height: 100%;
    box-sizing: border-box;
    /*float: left;*/
}

.welcome-mat .bg span {
    text-indent: -99999px;
}

.welcome-mat .lines {
    font-family: 'Lora', serif;
    line-height: 0.5;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
}

.welcome-mat .lines span {
    display: inline-block;
    position: relative;
    font-size: 24px;
}

.welcome-mat .lines span:before,
.welcome-mat .lines span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #000;
    top: 0;
    width: 40px;
}
.welcome-mat .lines span:before {
    right: 100%;
    margin-right: 10px;
}
.welcome-mat .lines span:after {
    left: 100%;
    margin-left: 10px;
}

.welcome-mat h1 {
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a1d3c7;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

.welcome-mat h2 {
    align-self: flex-start;
    margin-bottom: 50px;
    width: 100%;
}

.welcome-mat h2 a {
    text-decoration: none;
    font-weight: 300;
}

.welcome-mat h2,
.welcome-mat h2 a {
	font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
}

.welcome-mat .copy {
    width: 80%;
    max-width: 640px;
    text-align: justify;
    margin-top: -10px;
}

.welcome-mat #news, .welcome-mat header#masthead, .welcome-mat #colophon, .welcome-mat footer#newsletter {
    display: none !important;
}

.welcome-mat .cta {
    margin-left: 90px;
    margin-bottom: 30px;
}

.welcome-mat .arrow,
.welcome-mat .cta p {
    display: inline-block;
}

.welcome-mat .cta p {
    max-width: 385px;
}

.welcome-mat a.button {
    display: inline-block;
    width: 46%;
    height: 70px;
    line-height: 70px;
    padding: 0 5px;
    vertical-align: top;
    font-size: 16px;
    background-color: #a1d3c7;
    color: #fff;
    text-align: center;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 200ms ease;
}

.welcome-mat a.button.single {
	display: block;
    width: 100%;
}

.welcome-mat a.button:hover {
    background-color: #000 !important;
    text-decoration: none;
    cursor: pointer;
}

.welcome-mat a.button:first-child {
	margin-right: 20px;
}

.welcome-mat .desc {
	margin-bottom: 40px;
}

.welcome-mat .desc p,
.welcome-mat .cta p {
    font-family: 'Open sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.welcome-mat ul.social {
    margin-top: 60px;
    align-self: flex-end;
}

.welcome-mat ul.social a {
	color: #000;
}

.welcome-mat ul.social a:hover {
	color: #A1D3C7;
}

.welcome-mat {
    opacity: 0;
}

.welcome-mat.show {
    opacity: 1;
    transition: all 400ms ease;
}

.welcome-mat.removed {
    display: none !important;
}

.welcome-mat #opt-in-form .overlay {
    transition: opacity 400ms ease;
    background-color: rgba(0,0,0,0);
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.welcome-mat #opt-in-form .form-wrapper {
    opacity: 0;
    transition: opacity 400ms ease;
    position: fixed;
    top: 50%;
    max-width: 700px;
    background: #fff;
    /*height: 650px;*/
    left: 50%;
    /*width: 600px;*/
    transform: translate(-50%,-50%);
    padding-bottom: 20px;
}

.welcome-mat #opt-in-form .form-wrapper h2 {
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
}

.welcome-mat .form-wrapper p {
    line-height: 20px !important;
    margin: 0 !important;
}

.welcome-mat #opt-in-form .ck_form input {
    margin-bottom: 10px;
}

.welcome-mat #opt-in-form .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    font-family: 'montserrat', sans-serif;
}

.welcome-mat #opt-in-form .close:hover {
    cursor: pointer;
}

.welcome-mat #opt-in-form.show .overlay {
    background-color: rgba(0,0,0,0.7);
    z-index: 99998;
}

.welcome-mat #opt-in-form.show .form-wrapper {
    opacity: 1;
    z-index: 99999;
}

.welcome-mat .ck_powered_by {
    display: none !important;
}

.welcome-mat .ck_form {
    border: 0 !important;
}

.page #sidebar .textwidget .ck_form.ck_naked {
    margin: 0 auto 10px !important;
}

.welcome-mat .ck_form_content {
    margin-top: 20px;
    text-align: center;
}

.welcome-mat .ck_form_content p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lora', serif;
    color: #000;
}

.welcome-mat .ck_form_content h3.ck_form_title {
    font-size: 56px;
    margin-bottom: 35px;
    font-family: 'cheddar_jackregular';
    color: #000;
}

.welcome-mat .ck_form .ck_subscribe_button {
    border-radius: 0 !important;
    background: #000 !important;
    text-transform: uppercase;
    height: 50px !important;
    line-height: 0 !important;
    font-family: 'montserrat';
    letter-spacing: 2px;
    font-size: 16px !important;
    transition: background 200ms ease;
}

.welcome-mat .ck_form .ck_subscribe_button:hover {
    background-color: #B9A119 !important;
}

.welcome-mat .ck_label {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
}





/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/


@media (max-width: 1400px) {
    .welcome-mat a.button {
        width: 47%;
        font-size: 18px;
    }

    .welcome-mat a.button:first-child {
        margin-right: 10px;
    }
}

@media (max-width: 1300px) {
    .welcome-mat a.button {
        font-size: 16px;
    }

    .vyl_popup input,
    .vyl_popup button#ck_subscribe_button {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
        text-align: center;
    }
}

@media (min-width:1024px) and (max-width: 1345px) {

    .welcome-mat a.button {
        display: block;
        width: 300px;
        margin: 0 auto 20px !important;
    }
}


@media (max-width:1024px) {

    .welcome-mat {
        display: block;
        overflow: scroll;
    }

    .welcome-mat #content,
    .welcome-mat .bg,
    .welcome-mat .main-content {
        height: auto !important;
    }

    .welcome-mat .bg {
        background-position: 0 -50px;
        display: block;
        width: 100%;
        height: 400px !important;
    }

    .welcome-mat .main-content {
        width: 100% !important;
        display: block;
        margin-top: 40px;
    }

    .welcome-mat .copy {
        transform: none;
        top: initial;
        left: initial;
        position: relative;
        width: 80%;
        max-width: 620px;
        margin: 50px auto 0;
    }

    .welcome-mat ul.social {
        position: relative;
        bottom: initial;
        transform: none;
        margin-bottom: 50px;
        left: initial;
    }

    .welcome-mat .buttons {
        margin-bottom: 50px;
    }
    
    .welcome-mat .buttons a {
        max-width: 46%;
    }

}

@media screen and (max-width:750px) {
    
    .welcome-mat h1 {
        font-size: 46px;
        margin-top: 10px;
    }

    .welcome-mat .cta {
        margin-left: 0;
    }

}

@media screen and (max-width:650px) {
    .welcome-mat .arrow {
        max-width: 20%;
    }

    .welcome-mat .cta p {
        max-width: 79%;
    }

    .welcome-mat .arrow img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:600px) {

    .welcome-mat h1 {
        font-size: 34px;
    }

    .welcome-mat .form-wrapper {
        max-width: 80%;
    }

    .welcome-mat a.button {
        display: block;
        width: 90%;
        max-width: 300px;
        margin: 0 auto 10px !important;
    }

    .welcome-mat .copy {
        max-width: 450px;
    }

    .welcome-mat .bg {
        height: 300px !important;
    }
}


@media (max-width: 450px) {

    .welcome-mat .bg {
        height: 200px !important;
    }

    .welcome-mat .arrow {
        display: none;
    }

    .welcome-mat .cta p {
        max-width: inherit;
    }

    .welcome-mat h3.fancy {
        text-align: center !important;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 42px;
    }

    .welcome-mat #opt-in-form.show .form-wrapper {
        max-width: 95%;
        width: 95%;
    }

}


@media (min-width:1024px) and (max-height: 800px) {
    .welcome-mat .main-content {
        justify-content: initial;
        height: initial;
        margin-top: 40px;
        padding-bottom: 40px;
    }
}
