/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
/*Form related stuff */
.row{
    display: block;

    width: 100%;

}



.form-area input, .form-area textarea, select{

    max-width: 100%;

    background-color: #000;
    height: 34px;
    border: 1px solid #f9c389;
    padding: 0 10px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 100%;
    color: #bb9753;
    font-weight: 300;
}
.namewrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body .select2-selection__placeholder, input:placeholder, textarea:placeholder{
    color: #8e8e8e;
}

.form-area .wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}
.namewrap .wpcf7-form-control-wrap{
    width: 49%;
}
.form-area textarea{
    height: 233px;
    padding-top: 10px;
}
textarea:focus, input:focus{
    outline: none;
}
.form-area .gold-button{
    width: initial;
    background-color: #f9c389;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    height: initial;
    cursor: pointer;
    padding-left: 32px;
    font-weight: bold;
    padding-right: 32px;
    height: 52px;
    cursor: pointer;
}
.actions p{
    font-family: Robot;
    font-weight: 300;
    font-style: italic;
    color: #f9c389;
    margin: 0;
}
.actions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
    margin-top: 20px;
}
.actions .ajax-loader{
    position:absolute;
    bottom: -22px;
    right: 0;
}
.form-area{
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 200px;
}
.form-area h1{
    text-transform: uppercase;
    margin-bottom: 0;
}


.promotion{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
    /*border: 3px solid;*/
    width: 910px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-image:   -webkit-gradient(linear, left top, right top, color-stop(100%, #f9c389), to(#f9c389)),
    -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f9c389), to(#f9c389)),
    -webkit-gradient(linear, left top, right top, color-stop(100%, #f9c389), to(#f9c389)),
    -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f9c389), to(#f9c389));
    background-image:   -o-linear-gradient(left, #f9c389 100%, #f9c389 100%),
    -o-linear-gradient(top, #f9c389 100%, #f9c389 100%),
    -o-linear-gradient(left, #f9c389 100%, #f9c389 100%),
    -o-linear-gradient(top, #f9c389 100%, #f9c389 100%);
    background-image:   linear-gradient(to right, #f9c389 100%, #f9c389 100%),
    linear-gradient(to bottom, #f9c389 100%, #f9c389 100%),
    linear-gradient(to right, #f9c389 100%, #f9c389 100%),
    linear-gradient(to bottom, #f9c389 100%, #f9c389 100%);
    background-size:    100% 3px,
    3px 100%,
    100% 3px,
    3px 100%;
    background-position:    0 0,
    100% 0,
    100% 100%,
    0 100%;
    -webkit-animation: bg 1s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation: bg 1s cubic-bezier(0.19, 1, 0.22, 1) 1;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.promotion.active{
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.promotion:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right:80px;
}
.promotion:nth-child(odd){
    padding-left: 80px;
}
h3{
    text-transform: uppercase;
    font-family: roboto;
    font-weight: 400;
}
.repeater{
    margin-top: 150px;
}
.promotion img{
    opacity: 0;
    top:0;
    left: 0;
    position:relative;
    max-width: 70%;
    align-self: baseline;
}
#MenuCTA{
    width: 150px;
    height: auto;
}
.menupdf{
    display: block;
    margin-top: 20px;
}
.promotion h1{
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 74px;
    font-size: 74px;
}
.promotion p{
    font-size: 24px;
    line-height: 40px;
}
.promotion.active img{
    opacity: 1;
    /*transition: all 0.7s linear;*/
    /*transition-delay: 0.2s;*/

}
.promotion:nth-child(odd) img{
    position: relative;
    top: -60px;
    left: 80px;
    max-width: 100%;
}
.promotion:nth-child(even)
{

    position:relative;
    left: 95px;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.promotion:nth-child(even) img{
    position: relative;
    top: -60px;
    left: -80px;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.cta{
    background-color: #f9c389;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Roboto;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 0;
    display: inline-block;
}

.cta:hover{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px #f9c389;
    box-shadow: 0 0 1px #f9c389;
    position: relative;
    overflow: hidden;

}
.cta:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ce8945;
    height: 4px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.cta:hover:before {
    left: 0;
    right: 0;

}



@media only screen and (max-width: 1300px) {
    .promotion{
        max-width: 70%;
    }
    promotion h1{
        line-height: 55px;
    }
    .promotion p{
        font-size: 20px;
        line-height: 26px;

    }

}
@media only screen and (max-width: 1024px) {
    .promotion h1 {

    }
    .repeater{
        margin-top: 0;
    }
    .promotion, .promotion:nth-child(even), .promotion:nth-child(odd)  {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0!important;
        left: 0;
    }
    .promotion p{


    }
    .promotion div{
        padding: 5%;
    }
    .promotion img{
        top: initial!important;
        left: initial!important;
        margin: initial!important;
        width: 100%;
        max-width: 100%;
        z-index: -1;
    }
    .promotion:nth-child(odd) img {
        position: relative;
    }


    .promotion:nth-child(even) img {
        position: relative;
    }

    .promotion{

        padding-bottom: 20px;
        width: 90%;
        max-width: 465px;
    }
    .promotion:nth-child(even) {

    }
    .promotion:nth-child(odd) {

    }

}

@media only screen and (max-width: 800px) {
.promotion h1{
    font-size: 50px;
line-height: 55px;

}
    .promotion p{
        font-size: 18px;
        line-height: 24px;

    }
}
@media only screen and (max-width: 600px) {
    .promotion p{
        font-size: 16px;


    }
    .promotion h1{
        font-size: 30px;
        line-height: 32px;

    }
    .promotion p{
        font-size: 18px;
    }
}
@media only screen and (max-width: 415px) {
    .promotion p {
        font-size: 16px;
    }
}