:root {
    --lpcolor: #1348CF;
}
body#postcardb{
    background-color: #FFF;
}
h1 span{
    color: var(--lpcolor);
}
.max{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}
.custom-logo{
    height: 100px;
    width: auto;
}
.maxWidth{
    height: auto;
}
.head.flex{
    justify-content: space-between;
    align-items: center;
}
.head.flex .phone{
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--lpcolor);
}
.head.flex .phone a{
    color: inherit;
}
html{
    font-size: 20px;
}
h1{
    font-size: 3em;
}
p{
    margin: unset;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 900;
    line-height: 1.15em;
    text-transform: uppercase;
    margin: unset;
}
h2{
    font-size: 2em;
}
#s1{
    padding: 100px 0;
}
#s1 .left{
    margin-right: 50px;
    background-color: rgba(255, 255, 255, 0.6);
}
#s1 .right{
    margin-left: 50px;
}
#s1 h1{
    margin: 0 0 15px;
}
#s1 .title p{
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#s1 .left .flex {
    justify-content: flex-start;
}
#s1 .left .flex .btn{
    background-color: var(--lpcolor);
    color: #FFF;
    padding: 10px 20px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
#s1 .left .flex .btn:hover,#s1 .left .flex .btn.other:hover{
    background-color: #000;
    color: #FFF;
}
#s1 .left .flex .btn.other{
    background-color: #eee;
    color: #000;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}
#s1 .left .flex .btn.other svg{
    margin-left: 10px;
    height: 20px;
}
#s1 .left .flex .btn.other:hover svg path{
    fill: #FFF;
}
#special{
    background-color: var(--lpcolor);
    color: #FFF;
    padding: 50px 0;
    display: block;
}
#special.off{
    display: none;
}
#special .flex{
    align-items: center;
   
}
#special .left{
    width: 600px;
    margin-right: 100px;
    font-size: 1.2em;
}

#special .left h2{
    margin-bottom: 20px;
}
#special .right .time{
    border-radius: 15px;
    width: 150px;
    height: 100px;
    padding: 5px 25px;
    background-color: #000;
    color: #FFF;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 900;
    transition: 0.2s ease all;
}
#special.accent .time{
    transform: scale(1.05);
    background-color:#F00;
}
#special .right a{
    color: #FFF;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin: 40px 0;
}
#special .right {
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
}
#special .right .btn{
    color: #000;
    background-color: #FFF;
    border-radius: 15px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
#special .right .btn:hover{
    background-color: #000;
    color: #FFF;
}

#s3{
    padding: 100px 0;
    background-color: #FFF;
}#s3 .flex{
    justify-content: space-between;
}
#s3 .item{
    border-radius: 15px;
    background-color: #333;
    color: #FFF;
    padding: 25px;
    width: 32%;
    transition: 1s ease all;
}
#s3 .item.active{
    background-color: var(--lpcolor);
    transform: scale(1.1);
}
#s3 h3{
    border-bottom: 1px solid #FFF;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 10px;
    font-size: 1.5em;

}
#s3 a{
    text-align: center;
    color: #000;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 900;
    margin: 50px auto 20px auto;
    display: block;
}

#s4{
    padding: 0 0 100px;
}
#s4 .left{
    width: 700px;
    text-transform: uppercase;
}
#s4 .left .bar{
    border-bottom: 1px solid #000;
    width: 100px;
    height: 1px;
    margin: 0 10px
}
#s4 .left .flex {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#s4 .left h2{
    text-align: center;
    color: var(--lpcolor);
    font-size: 2.5em;
}
#s4 .left b{
    text-align: center;
    display: block;
    margin: 10px auto 0;
}
#s4 .right{
    width: 600px;
    margin-left: 50px;
}
#s4 input{
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #eee;
}
#s4 form button{
    margin: 10px 0 0 0;
}
#s4 .row span{
    width: 49%;
}
#s4 .row{
    display: flex;
    justify-content: space-between;
}
#s4 span.cf7mls-invalid{
    border-bottom: 3px solid #F00;
}
#s4 .row .wpcf7-not-valid-tip{
    display: none;
}
#s4 form .contain{
    display: flex;
    align-items: center;
}
#s4 form .text{
    margin-right: 10px;
    width: 130px;
}
#s4 form div.contain.last{
    align-items: flex-start;
    margin-top: 10px;
}

#s4 form textarea{
    height: 150px;
}
#s4 form input[type="submit"]{
    padding: 10px 25px;
    background-color: var(--lpcolor);
    color: #FFF;
    display: inline-block;
    width: auto;
    border: unset;
    outline: unset;
}
#pop,#pop2{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 50px;
    background-color: var(--lpcolor);
    
    color: #FFF;
    border-radius: 25px;
    max-width: 500px;
    z-index: 100000000001;
}
#pop .row,#pop2 .row{
    display: flex;
    justify-content: space-between;
}
#pop input,#pop2 input{
    padding: 5px 10px;
    margin-top: 5px;
}
#pop input[type="submit"],#pop2 input[type="submit"]{
    color: #FFF;
    background-color: #000;
    border: unset;
    padding: 10px 25px;
    text-transform: uppercase;
}
#pop .row input,#pop2 .row input{
    width: 100%;
   
}
#pop .row span,#pop2 .row span{
    width: 49%;
}

#black{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    background-color: rgba(0, 0, 0, 0.8);
}
#pop .x,#pop2 .x{
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 2em;
    line-height: 1em;
    cursor: pointer;
}
#pop.off,#pop2.off,#black.off{
    display: none;
}
#postcardimg{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#sale{
    width: 150px;
    position: absolute;
    top: -100px;
    right: -80px;
}
.max.top{
    background-color: rgba(255, 255, 255, 0.736);
}



/* START OF MOBILE */
@media (max-width:1100px){
    #s3 .item.active{
        background-color: var(--lpcolor);
        transform: unset;
    }
    h1{
        font-size: 2em;
    }
    #s1 .title p{
        font-size: 1em;
    }
    #special .left{
        font-size: 1em;
    }
    #s1 iframe{
        width: 350px;
        height: 200px;
    }
    #s1 .left{
        margin-right: 25px;
    }
    #s1 .right{
        margin-left: 25px;
    }
    .max{
        padding:  0 25px;
    }
    #special .left{
        margin-right: 50px;
    }
    #s3 .flex{
        flex-wrap: wrap;
    }
    #s3 .item{
        width: 100%;
        margin-bottom: 15px;
    }
    #s4 .flex{
        flex-wrap: wrap;
    }
    #s4 .right{
        margin: 50px 0 0 0;
    }
}
@media (max-width:800px){
    .flex{
        flex-wrap: wrap;
    }
    #s1 .left{
        width: 100%;
        margin: 0 0 50px 0;
        text-align: center;
    }
    #s1 .left .flex{
        justify-content: center;
    }
    #s1 .right{
        margin: unset;
    }
    .head.flex .phone{
        font-size: 1em;
    }
    #special .left{
        text-align: center;
        margin: 0 0 25px 0;
    }
    #s4 .left h2{
        font-size: 2em;
    }
    #s1 .left{
        background: unset;
    }
    #postcardimg{
        height: 500px;
        top: unset;
        right: 0;
        bottom: 0;
        transform: rotate(90deg);
    }
    #sale{
        display: none;
    }
}
@media (max-width:500px){
    #s1{
        padding: 50px 0;
    }
    h2{
        font-size: 1.5em;
    }
    #special .right .time{
        width:110px ;
        height: 80px;
        font-size: 1em;
    }
    #special .right a{
        font-size: 1.3em;
    }
    #s3{
        padding: 50px 0;
    }
    #s3 h3{
        font-size: 1.25em;
    }#s3 a{
        font-size: 1.25em;
    }
    #s4 .left .bar{
        display: none;
    }
    #s4 .left .flex{
        justify-content: flex-start;
    }
    #s4 .left h2,#s4 .left b{
        text-align: left;
    }
    #s4 .right{
        margin: 25px 0 0 0;
        width: 100%;
    }
    #s4 .left,#special .left,#special .right{
        width: 100%;
    }
    #s4 .row{
        flex-direction: column;
    }
    #s4 .row span{
        width: 100%;
    }
    #s4{
        padding: 0 0 50px;
    }
    #s4 form .contain{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }
    #s4 .contain input{
        margin: unset;
    }

}
@media (max-width:380px){
    html{
        font-size: 16px;
    }
    #postcardimg{
        display: none;
    }
}

























