@charset "UTF-8";
/*
Theme Name: Innovate New Jersey
Author: James Barrod
Author URI: https://innovatenewjersey.com
*/

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #000;
    font-family: 'Varela Round', sans-serif;
    color: white;
    font-weight: normal;
    color: grey;
    margin-bottom: 20px;
}

a {
    color: grey;
}
.footer{
    text-align: center;
}

.footer p {
    margin: 5px 0;
}

.container-wrapper{
    max-width: 800px;
    margin: 0px auto;    
    padding: 0 30px;
}

.container {
    width: 100%;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 60px;
    box-sizing: border-box;
    /*border: 2px solid red;*/
}

.line {
    padding: 10px 0;
    height: 2px;
}

.content {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #808080;
    font-size: 22px;
    line-height: 30px;
    /*margin-bottom: 60px;*/
    /*border: 2px solid red;*/
}

.content h5, .content h2 {
    font-weight: 900;
    font-size: 2em;
    margin: 40px 0;
    padding: 0;
}

.textwidget.custom-html-widget {
    margin-bottom: 30px;
}

.textwidget h2 {
    text-align: center;
    font-size: 30px;
    background-color: #1f1f1f;
    color: white;
    padding: 15px 10px;
    margin-bottom: 0;
}

.blk{
	margin: 30px 0;
	font-size: 1.20em;
    line-height: 28px;	
}

button {
    background-color: #F05537;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    width: 200px;
    font-size: 1.4em;
    height: 50px;
}

.textwidget.custom-html-widget {
    text-align: center;
}

.sponsor-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-flow: wrap;
    flex: 1;
}
.sponsor-blk {
    display: flex;
    justify-content: center;
}

.video .textwidget.custom-html-widget {
    margin-top: 10px;
}

/*.sponsors.support img {
    width: 620px !important;
}

.sponsors img {
    width: 130px;
    display: flex;
}
.sub.sponsors img {
    width: 95px !important;
}
.sub.sponsors {
    height: 120px;
    width: 112px;
}*/

.sponsors {
    /*height: 150px;*/
    display: flex;
    /* width: 145px; */
    align-items: center;
    justify-content: center;
    flex: 1;
}

.sponsors img{
    width: 100%;
}

.partners{
    columns: 3;
    list-style: none;
    margin: 20px 100px;
    margin-bottom: 50px;
}

.partners li {
    padding: 3px;
}

.nft-list {
    border: 1px solid;
}

.nft-list ol li {
    text-align: left;
}

.nft-list {
    border: 1px solid #FFF;
    padding: 20px 30px;
}


/******* RESPONSIVE STYLES ********/

@media only screen and (max-width: 600px) {

    .container {
        margin-top: 40px;
        box-sizing: border-box;
        padding: 0 0px;
    }

   .content {
        font-size: 15px;
        line-height: 22px;
    }        

    .content h5, .content h2 {
        font-size: 1.35em;
        margin: 20px 0;
        line-height: 1.2em;
    }
 
    .partners{
        columns: 2;
         margin: 20px 0px;

    }

    .sponsors img{
        width: 115%;
    }

    .sponsors.support img{
        width: 130%;
    }


    iframe {
        width: 100%;
    }

    .video iframe {
        height: 210px;
    }

    .video h2{
        font-size: 2em;
    }


    .video p{
        font-size: 1em;
    }

}

.content.sponsor-links, .partners, .full-length-video {
    display: none !important;
}

.blk-divider{
    display: flex;
    width: 93%;
    border-bottom: 1px dashed #dedede66;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    /*margin-bottom: 10px;*/
}

a.registration-btn {
    display: block;
    background: #131313;
     width: fit-content; 
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #4d4d4d;
    cursor: pointer;
    margin: 30px auto 15px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-decoration: none;
}

a.registration-btn:active {
    background: #000;
}

.has-text-align-center {
    text-align: center;
}

.thanks-note {
    margin-top: -30px !important;
    margin-bottom: 30px;
}