@charset "UTF-8";
/*
Theme Name: Uptown 2023
Description: Uptown 2023
Version: 100.7
*/


.homeherosection video {
    display:block;
    width:100% !important;
    object-fit:cover !important;
}
@media only screen and (max-width: 640px) {
    
    .homeherosection video {
        height:400px !important;
    }
    
}

/*body.home header,
body.home .postFooter ,
body.home footer {
    display:none !important;
}*/

.mainLogo {
    max-width:100% !important;
}

.landingpage-wrapper {
    position:relative;
    height:100vh;
}

.landingpage-wrapper>div {
    width:calc(100% - 50px);
    margin:0 auto;
    max-width:650px;
    /*position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    top:50%;
    transform:translateY(-50%);*/
    text-align:center;
    padding:60px 0;
    
}

.landingpage-wrapper>div .south-east-info {
    padding-top:50px !important;
}

.landingpage-wrapper>div .south-east-info>div {
    margin-bottom:40px !important;
}

.landingpage-wrapper>div .south-east-info>div:last-child {
    margin:0 !important;
}

.landingpage-wrapper>div a.btn {
    color:#fff !important;
    text-transform:uppercase;
    display:inline-block !important;
    transition:0.5s ease;
    margin:20px 0 0 0 !important;
    max-width:450px !important;
    width:100%;
}

/*body.home .landingpage-wrapper>div a.btn:hover {
    color:#ff9200 !important;
    background:#fff !important;
}*/

/*body.south header,
body.south #siteMainHeader:before,
body.south footer {
    background:#eee !important;
}

body.south footer form input[type="email"] {
    color:#fff !important;
}*/

/* Sign Up */

.signupwrapper {
    background-image: url(3gnf19.jpg) !important;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position:relative;
}

.signupwrapper:before {
    content:'';
    display:block;
    background:rgba(0,0,0,0.5);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.signup-main-section {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    margin:0 auto;
    width:90%;
    max-width:800px;
    z-index:9;
    background:#2245ff;
    padding:40px;
}

.signup-main-section h2 {
    font-size:35px;
    text-align:left;
}

.signup-main-section p {
    font-size:22px;
    text-align:left;
    line-height:1.25;
    margin-bottom:20px !important;
    color:#fff !important;
}

.wpcf7-form-control-wrap {
    display:block;
    width:100%;
    margin-bottom:10px !important;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"] {
    font-family: Roboto !important;
    width: 100% !important;
    height: 50px;
    border: 0 !important;
    font-size: 17px;
    line-height: 1;
    padding: 0 20px !important;
    outline:none !important;
}


body.page-id-256 footer ,
body.page-id-256 header,
body.page-id-256 .postFooter {
    display:none !important;
}

.wpcf7-submit {
    background: #f2b858 !important;
    border: 0 !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    width: 150px;
    font-weight: 700 !important;
}

.wpcf7-response-output {
    color:#fff !important;
}

/* Sign Up */

@media only screen and (min-width: 780px) {
    /*body.home .mainLogo {
        width: 380px !important;
    }
    
    body.home .landingpage-wrapper>div .btn-group>a.btn {
        min-width:200px !important;
    }*/
}

@media only screen and (max-width: 580px) {
    .signup-main-section h2 {
        font-size:30px;
    }
    
    .signup-main-section {
        padding:30px !important;
    }
}

.hpticketbox {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0 0 !important;
}

#burgerMenu a {
    font-weight:900 !important;
}

.landingpage-wrapper>div .south-east-info>div p {
    font-weight:900 !important;
}

body.home .homeherosection {
    position:relative;
}

body.home .homeherosection img.homehollwenpump {
    position: absolute;
    width: 180px;
    top: 20px;
    left: 0;
    /* margin: 0 auto; */
    transform: rotate(340deg);
    opacity: 0.75;
    height: auto !important;
}

body.home .homeherosection img.homehollwenpump2 {
    position: absolute;
    width: 180px;
    top: 20px;
    right: 0;
    /* margin: 0 auto; */
    transform: rotate(40deg);
    opacity: 0.75;
    height: auto !important;
}


@media only screen and (max-width: 1025px) {
    body.home .homeherosection img.homehollwenpump,
    body.home .homeherosection img.homehollwenpump2 {
        display:none !important;
    }
}
