/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

.top{
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}
.top img{
    width: 100%;
    -webkit-filter: contrast(1.1);
    filter: contrast(1.1);

}
.artist{

    /*z-index: 1;*/
    left: 0;
    max-width: 60%;
    top: 40px;
}
.text-block{
    position: absolute;
    top: 170px;
    left: 62%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 600px;
}
.hero-image{
    margin-bottom: -4px;
}
.performer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}
.performer div {
    max-width: 400px;
    position: relative;
    left: 130px;
    margin-left: -130px;
    margin-top:100px;
    z-index: 3;
}
.performer div h1{
    font-family: Roboto;
}
.performer:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.bg_img{
    position: absolute;
}
.performer:nth-child(even) div {
    left: 0;

}
.repeater{
    margin-top: -80px;
}
.performer img{
    max-width: 100%;
    -webkit-filter: contrast(1.1);
    filter: contrast(1.1);
}

.text-block h1{
    text-transform: uppercase;
}

.top.reverse{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.text-block.tb2{
    left: 35%;
    max-width: 670px;
}

/*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;
}
.form-area h1{
    text-transform: uppercase;
    margin-bottom: 0;
}



@media only screen and (max-width: 1024px) {
    .repeater{
        margin-top: 40px;
    }
    .top{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;

    }
    .top.reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .text-block{
        position: absolute;
        top: 50%;
        left: 10%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 80%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .performer div {

        position: absolute;
        left: 0;
        margin-left: 0;
        padding: 10% 15%;
    }

    .tb1, .tb2{
        position: relative;
        top: 150px;
        left: initial!important;
        max-width: 350px!important;
        width: 80%;
    }
    .tb1 h1, .tb2 h1{
        position: relative!important;
    }
}

@media only screen and (max-width: 900px) {

    .form-area {
        max-width: 80%;
    }
}

@media only screen and (max-width: 800px){
    .artist{
        max-width: 100%;
    }
    .form-area .wpcf7-form-control-wrap {
        width: 100%;
    }
    .namewrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    body .select2-container {
        margin-top: 0;
    }
    .top{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 600px){
    .actions{
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .actions p{
        margin-bottom: 20px;
    }
    .form-area{
        max-width: 90%;
        padding-top: 30px;
    }
    .top{
        margin-bottom:75px;
    }
}