.event-subscribe-form {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    background-color: #0E1222;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: relative;
}
.event-subscribe-form > .inner {
    max-width: 400px;
    margin: auto;
    padding-bottom: 250px;
    padding-left: 30px;
    padding-right: 30px;
}
.event-subscribe-form:before, .event-subscribe-form > .inner:before {
    content: '';
    position: absolute;
    bottom: 0;
}
.event-subscribe-form:before {
    left: 0;
    background: url("../../img/tgs-form-background-left.png") no-repeat left bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.event-subscribe-form > .inner:before {
    right: 0;
    background: url("../../img/tgs-form-background-right.png") no-repeat right bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.event-subscribe-form .top-subtitle {
    display: none;
    font-family: 'CaviarDreams';
    margin: 20px 0 0 0;
    font-size: 25px;
    text-transform: uppercase;
}
.event-subscribe-form .top-subtitle span {
    display: block;
    border: 1px solid #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 5px;
}
.event-subscribe-form .top-subtitle, .event-subscribe-form .description {
    margin-bottom: 30px;
}
.event-subscribe-form .description {
    font-size: 12px;
    text-align: center;
}
.event-subscribe-form .event-form .form-group, .event-subscribe-form .event-form .form-group > label {
    margin-bottom: 0;
}
.event-subscribe-form .event-form .form-group .wpcf7-form-control-wrap {
    display: block;
    width: 100%
}
.event-subscribe-form .event-form .form-group:first-child input {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.event-subscribe-form .event-form .form-group input[type=email],
.event-subscribe-form .event-form .form-group input[type=text],
.event-subscribe-form .event-form .form-group input[type=tel]{
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.event-subscribe-form .wpcf7-form-control.wpcf7-submit {
    background: url("../../img/tgs-sea-button-gold.jpg") no-repeat center center;
    background-size: cover;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .event-subscribe-form:before, .event-subscribe-form > .inner:before {
        height: 50%;
    }
}
