/* Hide the header and comedy nav from this page only*/
.comedy, .microsite {
    display: none;
}

/*------typography-------*/

@font-face {
font-family:"ff-good-web-pro-condensed";
src:url("https://use.typekit.net/af/899c3e/00000000000000003b9b061f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/899c3e/00000000000000003b9b061f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/899c3e/00000000000000003b9b061f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;
}


.bold{
    font-weight:800;
}

[id="coming-soon"] {
    background: #427dff;
    color: #fff;
    margin: 2rem 0;
}

[id="coming-soon"] h2 {
    font-family:"ff-good-web-pro-condensed";
    font-weight:800;
    font-style:normal;
    text-transform:uppercase;
    text-align:left;
    color:#fff;
    font-size:3rem;
    padding:0;
    margin:0;
}

/* -- Form CSS -- */
/* Pad the form from cell edges */
.form-wrap {
    padding: 2.5rem 2.5rem 0;
}

label {
}

input[type="text"], input[type="email"] {
    background: #8eb1ff;
    border: 1px solid #548aff;
    padding: .75rem 1rem;
    height: auto;
    line-height: 1;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #427dff;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #427dff;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #427dff;
}

input[type="submit"] {
    color: #427dff;
    text-transform: uppercase;
    padding: .75rem 1.5rem;
    border: 2px solid #fff;
    background: #fff;
    cursor: pointer;
    width: 100%;
}

input[type="submit"]:hover {
    color: #fff;
    text-transform: uppercase;
    padding: .75rem 1.5rem;
    border: 2px solid #fff;
    background: #427dff;
    cursor: pointer;

}

/* Post-form Links */
[id="link-wrap"] {
    margin-top: 2rem;
    list-style: none;
}

[id="link-wrap"] a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}

[id="link-wrap"] a:hover {
    text-decoration:underline;
}

@media all and (min-width: 40rem) {
    input[type="submit"] {
        width: auto;
    }

    [id="link-wrap"] a {
        display: inline-block;
        text-align: left;
    }

    [id="link-wrap"] a:first-child {
        margin-right: 2rem;
    }
}


/*social icons*/
.pcsocialicon{
    background:red;
    width:35px;
    max-width:35px;
    float:right;
    margin:0 3% 0 0;
    list-style: none;
    padding-left: 0;
}

pcsocial li{
    list-style:none;
}

.fb{background:url('https://www.enjoycoventry.com/pageassets/comedyfestival/facebook-white-35.svg');width:30px; height:30px;}
.fb:hover{background:url('https://www.enjoycoventry.com/pageassets/comedyfestival/facebook-whiteinvert-35.svg');width:30px; height:30px;}

.twit{background:url('https://www.enjoycoventry.com/pageassets/comedyfestival/twitter-white-35.svg');width:30px; height:30px;}
.twit:hover{background:url('https://www.enjoycoventry.com/pageassets/comedyfestival/twitter-whiteinvert-35.svg');width:30px; height:30px;}

.ig{background:url('https://www.enjoycoventry.com/pageassets/comedyfestival/ig-white-35.svg');width:30px; height:30px;}
.ig:hover{background:url('https://www.enjoycoventry.com/pageassets/comedyfestival/ig-whiteinvert-35.svg');width:30px; height:30px;}

@media all and (max-width: 40rem) {
.pcsocialicon{
    float:right;
}

#ighack{
    margin-right:7rem;

}
    
}