

/*--------------------------------------------------------------
# Landing Pages
--------------------------------------------------------------*/

.home .page-template-template-landing .main-content {
    padding-top: 0 !important;
}

.page-template-template-landing .main-content {
    padding-top: 0 !important;
    display: flex;
    flex-flow: column;
    float: right;
    box-sizing: border-box;
    width: 55% !important;
    text-align: center;
    vertical-align: top;
    position: relative;
    overflow: scroll;
    align-items: center;
    justify-content: center;
}

.page-template-template-landing #header-search {
    display: none;
}

.page-template-template-landing #content {
    margin-top: 0;
}

.page-template-template-landing .bg {
    background-size: cover;
    background-position: bottom center;
    width: 45%;
    height: 100%;
    box-sizing: border-box;
    float: left;
}

.page-template-template-landing h1 {
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a1d3c7;
    margin-top: 0;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.page-template-template-landing h2 {
    align-self: flex-start;
    margin-bottom: 50px;
    width: 100%;
}

.page-template-template-landing h2 a {
    text-decoration: none;
    font-weight: 300;
}

.page-template-template-landing h2,
.page-template-template-landing 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;
}

.page-template-template-landing .copy {
/*    transform: translate(-50%,-50%);
    webkit-transform: translate(-50%,-50%);
	-moz-transform:    translate(-50%,-50%);
	-ms-transform:     translate(-50%,-50%);
	-o-transform:      translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;*/
    width: 80%;
    max-width: 640px;
    text-align: justify;
    margin-top: -10px;
}

.page-template-template-landing #news, .page-template-template-landing header#masthead, .page-template-template-landing #colophon, .page-template-template-landing footer#newsletter {
    display: none !important;
}

.page-template-template-landing 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;
}

.page-template-template-landing a.button.single {
	display: block;
    width: 100%;
}

.page-template-template-landing a.button:hover {
    background-color: #000 !important;
    text-decoration: none;
}

.page-template-template-landing a.button:first-child {
	margin-right: 20px;
}

.page-template-template-landing .desc {
	margin-bottom: 40px;
}
.page-template-template-landing .desc p {
	font-family: 'Open sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
}

.page-template-template-landing ul.social {
/*	position: absolute;
	bottom: 20px;
    transform: translateX(-50%);
    left: 50%;*/
    margin-top: 60px;
    align-self: flex-end;
}

.page-template-template-landing ul.social a {
	color: #000;
}

.page-template-template-landing ul.social a:hover {
	color: #A1D3C7;
}

.vyl_popup .ck_form {
    border-top: 0 !important;
}

.vyl_popup input {
    margin-right: 10px;
    margin-bottom: 10px;
}

.vyl_popup button#ck_subscribe_button,
.vyl_popup .popmake-close {
    background-color: #A1D3C7 !important;
    border-radius: 0;
}

.vyl_popup button#ck_subscribe_button:hover,
.vyl_popup .popmake-close:hover {
    background-color: #000 !important;
}

.vyl_popup h2 {
    color: #F19C95 !important;
    font-size: 28px;
    font-weight: 500;
}

.vyl_popup h3 {
    color: #000 !important;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}



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


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

    .page-template-template-landing a.button:first-child {
        margin-right: 10px;
    }
}

@media (max-width: 1300px) {
    .page-template-template-landing a.button {
        font-size: 16px;
    }

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

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

    .page-template-template-landing a.button {
        display: block;
        width: 300px;
        margin: 0 auto 20px !important;
    }
}


@media (max-width:1024px) {

    .page-template-template-landing #content,
    .page-template-template-landing .bg,
    .page-template-template-landing .main-content {
        height: auto !important;
    }

    .page-template-template-landing .bg {
        display: block;
        width: 100%;
        height: 400px !important;
    }

    .page-template-template-landing .main-content {
        width: 100% !important;
        display: block;
    }

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

    .page-template-template-landing ul.social {
        position: relative;
        bottom: initial;
        transform: none;
        margin-bottom: 50px;
        left: initial;
    }

    .page-template-template-landing .buttons {
        margin-bottom: 50px;
    }

}


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

    .page-template-template-landing h1 {
        font-size: 34px;
    }

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

    .page-template-template-landing .copy {
        max-width: 450px;
    }

    .page-template-template-landing .bg {
        height: 300px !important;
    }
}


@media (max-width: 450px) {

    .page-template-template-landing .bg {
        height: 200px !important;
    }

}

