/*Global Responsive */
@media (max-width: 1024px) {
  .desktop-only {display:none;}
}
@media (min-width: 1025px) {
  .mobile-only {display:none;}
}

/* Padding */
.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pt-4 {
  padding-top: 4em;
}

.pt-120 {
  padding-top: 120px;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.pb-120 {
  padding-bottom: 120px;
}

.padding-1 {
  padding: 1em 0;
}

.padding-2 {
  padding: 2em 0;
}

.padding-3 {
  padding: 3em 0;
}

.padding-4 {
  padding: 4em 0;
}

/* Nav */
.navbar-collapse.show {
    background: #c1c1c1;
}

html, body {
  overflow-x: hidden;
  width: 100vw;
}

body {
  min-height: 100vh;
}

/* Text size overrides */
h2.title-lead {
  font-size: 3em;
  line-height: 1.1em;
}

h1.megaTitle {
  font-size: 10em;
  text-align: center;
  text-shadow: 2px 2px 16px #000000;
}

p.largeLead {
  font-size: 2em;
  line-height: 1;
}

/* Text Color Overrides */
.speakers.team .section-header h3,
.speakers.team h4,
.speakers.team .section-header p,
.speakers.team .speaker-content p,
.paper-tear h2,
.paper-tear h3,
.paper-tear h4 {
    color: #ffffff;
}

.white-text {
  color: #fff !important;
}

span.team-title { font-weight: 900; margin-bottom: 10px;}

.main-flyer-container {
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}

.cta-container {
    padding: 0;
    overflow: hidden;
}

.cta-container > div {
    margin: 0 5px;
    text-align: center;
    position: relative;
    color: #fff;
}

#cta-major .text-inner-container {
    position: absolute;
    top: 48%;
    width: 100%;
    color: #fff;
    max-height: 269px;
}

#cta-major .text-inner-container .text-inner {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
}
#cta-major .hover-layout {
    display: none;
}

#cta-major .sponsors:hover {
    display: block;
}

#cta-major h1, #cta-major h2, #cta-major h3 {
    color: #fff;
}

.paper-tear.white-bg .section-header h3,
.paper-tear .speaker-content .name a {
    color: #fff !important;
}

.darkText {
  color: #222 !important;
}

/* Buttons */
.about .about-button li a {
    padding: 24px 35px;
}
a.default-button {
  margin: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a.default-button:hover {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #222;
}

.default-button.green-1 {
  background-color: #14a44a;
  color: #fff;
}

.default-button.orange-1 {
  background-color: #f6851f;
  color: #fff;
}

.default-button.orange-2 {
  background-color: #f7941d;
  color: #fff;
}

.default-button.orange-3 {
  background-color: #fbb040;
  color: #fff;
}

.default-button.blue-1 {
  background-color: #3e74ae;
  color: #fff;
}

.about-six .about-button li:last-child,
.about-six .about-button li:last-child:hover {
  background-color: unset;
}

@media (min-width: 1024px) {
  a.default-button {
    margin: 0 5px;
  }
}

/* Background Color Overrides */
.green-1 {
  background-color: #14a44a;
}

.orange-1 {
  background-color: #f6851f;
}

.orange-2 {
  background-color: #f7941d;
}

.orange-3 {
  background-color: #fbb040;
}

.blue-1 {
  background-color: #3e74ae;
}

/* Images */
.halfRoundImage {
  border-radius: 0 30px 30px 0;
}

/* Collaborators */
.collab-name {
    color: #ffffff;
    background: #fbb040;
    padding: 10px;
}

/* Paper Tear */
section.paper-tear {
    /* background: url(https://juneteenthgvl.org/themes/custom/juneteenth/markup/images/sunburst-bkgnd.jpg) center center; */
    background: #3e74ae;
    overflow: visible !important;
    background-size: cover;
}

section.paper-tear:after {
    background: url(https://juneteenthgvl.org/juneteenth/images/paper-tear.png) no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    top: -140px;
    transform: unset;
}

section.paper-tear-sponsor {
    background: url(https://juneteenthgvl.org/themes/custom/juneteenth/markup/images/sunburst-bkgnd.jpg) center center;
    overflow: visible !important;
    background-size: cover;
    background-repeat: no-repeat;
}

section.paper-tear-sponsor:after {
    background: url(https://juneteenthgvl.org/juneteenth/images/paper-tear.png) no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    top: -140px;
    transform: unset;
}

section.paper-tear-grey {
    overflow: visible;
    z-index: 9;
}

section.paper-tear-grey:after {
    background: url(https://juneteenthgvl.org/juneteenth/images/paper-tear-grey.png) no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    top: -140px;
    transform: unset;
    max-height: 269px;
}

section.paper-tear-about {
    background: url(https://juneteenthgvl.org/juneteenth/images/paper-bkgnd.jpg) center center;
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
}

section.paper-tear-about-history-gallery {
    background: #efefef;
    overflow: visible;
}

@media (min-width: 1024px) {
    section.paper-tear-about-history-gallery .paper-tear-container img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: -232px;
    }
}

/*section.paper-tear-about:after {
  background: url(https://juneteenthgvl.org/juneteenth/images/paper-tear-grey.png) no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  top: -130px;
  transform: unset;
}
*/


/* Countdown Timer */
.content-countdown-container .clock-item span {
    font-size: 30px;
}

.content-countdown-container .clock-item span {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
}

.content-countdown-container ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}

.content-countdown-container .clock-item span {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 100%;
    line-height: 3em;
    margin-bottom: 35px;
    background-color: #be1e2d;
    text-align: center;
}

.content-countdown-container .clock-item:nth-child(2) span {
    background-color: #10a34a;
}

.content-countdown-container .clock-item:nth-child(3) span {
    background-color: #f5b429;
}

.content-countdown-container .clock-item:last-child span {
    background-color: #ff9822;
}

.main-counter {
  text-align: center;
}

h3.main-counter-lead {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  border: 3px solid #fff;
  padding: 20px 60px;
  margin: 40px auto;
  display: inline-block;
}
.main-counter.content-countdown-container .clock-item span {
  font-size: 74px;
  height: 150px;
  width: 150px;
  line-height: 2.2em;
}

.about .main-counter span.count-number, 
.about .main-counter p.count-text {
  color: #fff;
}

/* Buttons */
.default-button {
    padding: 25px 35px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ccc;
    color: #222;
    font-weight: 900;
    display: inline-block;
}

.default-button:hover {
    background: #efefef;
}

.orange-button {
    padding: 25px 35px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FBB040;
    color: #fff;
    font-weight: 900;
    display: inline-block;
}

.orange-button:hover {
  background: #F6851F;
  color: #fff;
}

.purple-button {
    padding: 25px 35px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #3E74AE;
    color: #fff;
    font-weight: 900;
    display: inline-block;
}

.purple-button:hover {
  background: #266299;
  color: #fff;
}

/* Lists */
.paper-tear ul li p {
    margin-bottom: 0;
    margin-left: 10px;
}

/* Masthead */
img.masthead-image-mobile {display:block; width: 100%; height: auto;}
img.masthead-image {display:none; width: 100%; height: auto;}

@media (min-width: 1024px) {
    img.masthead-image-mobile {display:none; width: 100%; height: auto;}
    img.masthead-image {display:block; width: 100%; height: auto;}
}

/* Sections */
#about {
    padding: 40px 0;
}
#expect {
    padding: 40px 0;
}

@media (min-width: 1024px) {
    #about {
        padding: 120px 0;
    }
    #expect {
        padding: 160px 0 20px;
    }
    #expect .section-header {
        padding-top: 48px;
    }
}


/* Newsletter */
.newsletter form input {
    display: inline-block;
}
.newsletter form input[type=email] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.newsletter form .form-item-email {
    display: inline-block;
    width: 69%;
}

.newsletter form input[type=submit] {
    background: #fff;
    line-height: 1.5;
}

.newsletter form .form-actions {
    display: inline-block;
    width: 30%;
}

/* Forms */
.ui-widget-overlay {
  z-index: 0;
}

/* Vendors */
.vendorBanner::after {
  content: "";
  background: url('https://juneteenthgvl.org/themes/custom/juneteenth/markup/images/vendor/food-truck-vendors-v2.png') repeat-x;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -300px;
  transform: unset;
  height: 484px;
}

body.node-6 .banner.banner-five {
  position: relative;
}

.vendorContainer {
  padding: 16em 0;
}

body.node-6 .vendorContentMain {
  background-color: #fff !important;
}

body.node-6 .vendorContentMain p {
  color: #222222;
}

body.node-6 .vendorContentMain h2.sectionTitle {
  color: #3e74ae;
}

.sectionTitle.thin {
  font-weight: 300;
  text-transform: unset;
}

.vendorImageGridTitle {
  color: #fff;
  font-size: 4em;
}

body.node-6 .vendorContainer p.lead {
  color: #fff;
  font-size: 3.25em;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  text-shadow: 2px 2px 8px #000000;
}

.vendorContainer img.food-truck {
  position: absolute;
  z-index: 1;
  height: 70%;
  right: 0;
}

body.node-6 .content {
  padding-top: 270px;
}

.vendorImageGridContainer {
  background-color: #3e74ae;
  background-image: url(../../images/vendor/vendor-cta-bkgnd.jpg);
}

.vendorImageGridContainer p {
  color: #fff;
}

.vendorImageGridContainerInner {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.vendorAboutJuneteenthContainer {
  background-color: #efefef;
  background-image: url(../../images/sunburst-bkgnd.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.vendorAboutJuneteenthContainer::before {
    content: "";
    /* background: url(../../images/paper-tear-thin.png) repeat; */
    position: absolute;
    width: 100%;
    height: 187px;
    left: 0;
    top: -102px;
    transform: unset;
    z-index: 1;
}

.vendorAboutJuneteenthContainer::after {
    content: "";
    /* background: url(../../images/paper-tear-thin.png) repeat; */
    position: absolute;
    width: 100%;
    height: 187px;
    left: 0;
    bottom: -90px;
    transform: unset;
    z-index: 1;
}

.vendorAboutJuneteenthContainer h1,
.vendorAboutJuneteenthContainer h2,
.vendorAboutJuneteenthContainer p {
  color: #fff;
}

.vendorApplicationRow {
  border-bottom: 1px solid #cbd5e0;
  margin-top: 46px;
  margin-bottom: 0;
  padding: 15px 0;
}

.vendorApplicationRow:last-child {
  border-bottom: unset;
}

.vendorApplicationIcon img {
  padding: 40px;
}

@media (min-width: 1301px) {
  .vendorContainer img.food-truck {
    right: -110px;
  }
  
  .vendorContentMain {
    padding-top: 60px;
  }
  
  .vendorImageGridTitle {
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: .5em;
  }
  
  .vendorApplicationStepsInner {
    padding: 120px 0;
  }
  
  .vendorAboutJuneteenthInner {
    padding-top: 120px;
  }

  body.node-6 .vendorContentMain {
    margin-bottom: 60px;
  }
}

@media (min-width: 1731px) {
  .vendorContainer img.food-truck {
    right: 0;
  }
  
  .vendorContentMain {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  body.node-6 .vendorContentMain {
    margin-bottom: 0;
  }
  
  .vendorImageGridContainerInner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .vendorImageGridTitle {
    font-size: 4em;
    line-height: 1.2em;
    margin-bottom: .5em;
  }
  
  .vendorApplicationRow {
    border-bottom: 1px solid #cbd5e0;
    margin-top: 46px;
    margin-bottom: 0;
    padding: 15px 0;
  }
  
  .vendorApplicationRow:last-child {
    border-bottom: unset;
  }  
  
  .vendorApplicationText h3 {
    margin-bottom: .5em;
  }
  
  .vendorApplicationStepsInner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .vendorAboutJuneteenthImage,
  .vendorAboutJuneteenthText {
    padding-top: 160px;
  }
  
  .vendorAboutJuneteenthInner {
    padding-top: 60px;
  }
  
  body.node-6 #about {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

@media (max-width: 724px) {
  p.largeLead {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .vendorApplicationStepsContainer {
    padding-bottom: 60px;
  }
  .vendorApplicationIcon img {
    padding-top: 100px;
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .vendorApplicationIcon img:first-child {
    padding-top: 0;
  }
  
  .vendorApplicationText h3 {
    font-size: 26px;
  }
  
  .vendorAboutJuneteenthInner {
    padding-top: 140px;
  }
  
  .vendorAboutJuneteenthInner::before {
    top: -58px;
  }
  
  .vendorAboutJuneteenthInner::after {
    bottom  : -120px;
  }
  
  body.node-6 #about {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}

@media (max-width: 1024px) {
  .vendorContainer {
    padding: 13em 0 8em 0;
  }

  .vendorContainer img.food-truck {
    display: none;
  }
  
  .vendorBanner::after {
  background: url('https://juneteenthgvl.org/themes/custom/juneteenth/markup/images/vendor/food-truck-vendors-mobile.png') repeat-x;
  bottom: -160px;
  height: 253px;
  }
  
  body.node-6 .vendorContainer p.lead {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  
  body.node-6 .vendorContentMain {
    padding-top: 180px !important;
  }
  
  h1.megaTitle {
    font-size: 4.2em;
  }
  
  .vendorImageGridTitle {
    font-size: unset;
  }
  
  .vendorImageGridContainer .default-button,
  .vendorImageGridContainer .orange-button {
    display: block;
  }
  
  .vendorApplicationStepsInner {
    padding-top: 60px;
  }
}

@media (max-width: 1300px) {
  body.node-6 .vendorContentMain {
    padding-top: 60px;
  }
  
  .vendorContainer img.food-truck {
    right: -210px;
  }
  
  .vendorImageGridContainer .default-button,
  .vendorImageGridContainer .orange-button {
    display: block;
    margin-bottom: 1em;
  }
  
  .vendorImageGridTitle {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: .5em;
  }
  
  .mainCallToActionContainer h2 {
    color: #fff;
    line-height: 1.5em;
    font-size: 2.6em;
  }
}

/* Call To Actions */
.mainCallToActionContainer {
  background-image: url(https://booth.qodeinteractive.com/wp-content/uploads/2019/10/h7-img-14.png);
}

.mainCallToActionContainerInner {
  padding: 9px 0;
}

.mainCallToActionContainer h2 {
  color: #fff;
  line-height: 1.5em;
  font-size: 42px;
}

/* Cards */
.bigCard {
  text-align: center;
  margin-bottom: 2em;
}

.bigCard h3 {
  font-weight: 300;
  color: #222222;
  font-size: 140%;
  line-height: 1.3em;
}

.bigCardInner {
  padding: 50px 30px;
  color: #222222;
  height: 100%;
}

.bigCardImage img {
  height: 75px;
  width: auto;
  margin: 30px auto;
}

/* Flexbox */
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  /* flex-grow: 1; */
}

/* Sponsors */
.pricing-header h2 {
  font-size: 36px;
}
.pricing-header h3 {
  font-size: 33px;
}

.sponsorImageGridContainer {
  position: relative;
}

.sponsorImageGridContainer .section-overlay {
    position: absolute;
    height: 42%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
}

.sponsorImageGridContainer .vendorImageGridContainerInner {
  position: relative;
  z-index: 2;
}

.sponsorImageGridText {
  position: relative;
  margin-top: 12%
}

.sponsorImageGridText .vendorImageGridTitle {
  margin-bottom: 0.5em;
}

.sponsorImageGridContainer .vendorImageGridMajorTitleContainer span {
  font-size: 50px;
  display: block;
  line-height: 1.2;
  font-weight: 600;
}

.sponsorImageGridContainer .vendorImageGridMajorTitleContainer {
    margin-bottom: 1em;
}

.sponsorImageGridContainer .vendorImageGridTitle {
  margin-top: 2.5em;
}

@media (max-width: 1024px) {
  .banner-eight .banner-eight-content span:last-child {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .sponsorImageGridText .darkText {
    color: #fff !important;
  }
  .sponsorImageGridContainer .vendorImageGridMajorTitleContainer span {
    font-size: 204%;
  }
  .sponsorImageGridContainer .section-overlay {
    height: 32%;
  }
  .pricing-three .pricing-item .pricing-header,
  .pricing-three .pricing-item .pricing-options {
    width: 100%;
  }
  
}

@media (min-width: 925px) {
  .sponsorImageGridContainer .section-overlay {
    position: absolute;
    height: 39%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
  }
  .sponsorImageGridContainer .vendorImageGridTitle {
    font-size: 3em;
  }
  .sponsorImageGridContainer .vendorImageGridMajorTitleContainer span {
    font-size: 254%;
  }
}

@media (min-width: 1400px) {
  .sponsorImageGridContainer .section-overlay {
    position: absolute;
    height: 34%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
  }
  .sponsorImageGridContainer .vendorImageGridMajorTitleContainer span {
    font-size: 50px;
    display: block;
    line-height: 1.2;
    font-weight: 600;
  }
}

@media (min-width: 1731px) {
  .sponsorImageGridContainer .section-overlay {
    position: absolute;
    height: 36%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
  }
}

/* Gala Sponsorship */
.galaAbout {
  position: relative;
}

.bigCard a {
  cursor: pointer;
}

.about-gala-right .bigCardInner.grey:hover {
  background-color: #e6e6e6 !important;
}

body.node-13 .sponsorImageGridContainer .section-overlay {
  background-color: #1a242f;
}

body.node-13 .sponsorImageGridContainer .darkText {
  color: #fff !important;
}

.pricing h2.tablePricing {
  color: #fff;
}

@media (max-width: 1023px) {
  .about-gala-left {
    display: none;
  }
  
  .about-gala-right {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .about-gala-left,
  .about-gala-right {
    position: relative;
  }
  .about-gala-right {
    width: 48.333333%;
  }
  .about-two {
    background-color: #efefef;
  }
  .about-two .image img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .about-gala-right {
    width: 48.333333%;
  }
}

@media (min-width: 1400px) {
  .about-gala-right {
    width: 43.333333%;
  }
}

/* Flexible Layout */
.paragraph__column {
  padding: 0 !important;
}

.paragraph--type--business-card .field--name-bp-card-title {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1rem;
}

.paragraph--type--business-card .field--name-field-image {
  margin-bottom: 1rem;
}

/* Sponsor Block */
section.sponsor-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sponsor-logo-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Footer */
footer {
    background: #222;
}
