@font-face {
  font-family: "Avenir Roman";
  src: url("https://nxmcdn.com/fonts/xog/Avenir-Roman.otf") format("opentype");
}

@font-face {
  font-family: "Avenir Book";
  src: url("https://nxmcdn.com/fonts/xog/Avenir-Book.otf") format("opentype");
}

@font-face {
  font-family: "Avenir Black";
  src: url("https://nxmcdn.com/fonts/xog/Avenir-Black.otf") format("opentype");
}

body {
  margin-top: 10px;
  font-family: "Avenir Roman", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto;
  /* color: #fff; */
}

header.main {
  min-height: 100vh;
}

body.webinarInside {
  background: url("https://nxmcdn.com/images/xog/webinar-template/inside-bg.png")
    no-repeat center top;
  background-size: cover !important;
  min-height: 100vh !important;
}

header.firstp {
  background: url("https://nxmcdn.com/images/xog/webinar-template/main-bg-1.png")
    no-repeat center top;
  background-size: cover !important;
  min-height: 100vh !important;
}

.container .heading-content .btn {
  margin-top: 30px;
}

.jumbotron {
  border-radius: 24px;
}

.jumbotron h3 {
  font-family: "Avenir Roman", sans-serif;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}

.enter {
  font-family: "Avenir Roman", sans-serif;
}

.input-site {
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.form-control.input-site::placeholder {
  color: #9aa1a5 !important;
}

.input-no-artist {
  width: 20px;
  height: 20px;
  transform: scale(1.2);
  border: 1px solid #000;
}

.no-artist-label {
  color: #9aa1a5;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.input-zip-code {
  width: 20px;
  height: 20px;
  transform: scale(1.2);
  border: 1px solid #000;
}

.zip-code-label {
  color: #9aa1a5;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

h1 {
  color: #fff;
  font-weight: bold;
  font-size: 51px;
  margin-bottom: 1em;
}

.btn-access {
  border-radius: 0px;
  background: #c00000;
  transition: all 0.3s ease 0s;
  padding: 14px;
  margin-top: 35px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  font-family: "Avenir Roman", sans-serif;
  text-transform: uppercase;
}

.btn-access:hover {
  color: #fff;
  background-color: #cb2b3a;
}

.register-live-stream {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 54px;
  font-family: "Avenir Black", sans-serif;
}

.join-gina {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.ever-wonder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  text-transform: capitalize;
}

.desc {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.reserve-spot {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.btn-access-modal {
  border-radius: 0px;
  transition: all 0.3s ease 0s;
  padding: 16px 35px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  background: #c00000;
  margin-bottom: 4rem;
}

.btn-access-modal:hover {
  color: #fff;
  background-color: #cb2b3a;
}

.inside-btn {
  border-radius: 0px;
  background: #fff;
  transition: all 0.3s ease 0s;
  padding: 14px;
  text-transform: uppercase;
  font-family: "Avenir Roman", sans-serif;
  color: #c00000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
}

.inside-btn:hover {
  color: #fff;
  background-color: #cb2b3a;
}

header.main {
  padding-top: 45px;
}

.inside-btn-shop {
  border-radius: 0px;
  transition: all 0.3s ease 0s;
  padding: 14px;
  font-family: "Avenir Roman", sans-serif;
  border: 1px solid #fff;
  background: #c00000;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
  text-transform: uppercase;
}

.inside-btn-shop:hover {
  color: #fff;
  background-color: #cb2b3a;
}

.btn-submit {
  border-radius: 0px;
  background: #c00000;
  transition: all 0.3s ease 0s;
  padding: 14px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
  text-transform: uppercase;
}

.btn-submit:hover {
  color: #fff;
  background-color: #cb2b3a;
}

.modal.show .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

/* MODAL */
.ohnohoney {
  display: none;
}

form#signupform {
  padding: 25px;
  margin-top: 0.5em;
}

label.error,
#errormessage .bg-danger {
  background: unset;
  color: red !important;
  font-size: 0.8em !important;
  position: relative;
  display: block;
  top: -27px;
}

#hiddenRecaptcha-error {
  /* margin-top: 10px; */
  text-align: left;
}

.hiddenRecaptcha {
  width: 0;
  height: 0;
  border: 0;
}

.hiddenRecaptcha:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.close {
  float: right;
  font-size: 40px;
  font-weight: 100;
}

.form-headline {
  color: #fde1de;
  font-size: 28px;
  margin-top: 2em;
}

.form-bottom {
  margin-top: 2em;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.form-group input::placeholder {
  color: #000;
}

.m-join-us {
  color: #000;
  font-family: "Avenir Roman", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group {
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;
}

.form-group input {
  box-sizing: border-box;
  border-radius: unset;
  width: 100%;
  font-size: 14px;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #ebebeb !important;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  margin-bottom: 30px;
  font-family: "Avenir Roman", sans-serif;
}

.form-group label {
  float: left;
  margin-bottom: -18px;
}

.form-control {
  border: 1px solid #a0a0a0;
}

.form-control:focus {
  box-shadow: unset !important;
  border-bottom: 1px solid #000000 !important;
}

.fa.pull-right {
  display: none;
}

/*LIVECHAT*/

.lc-panel-primary > .lc-panel-heading {
  background-color: #000;
  color: #fff;
  font-size: 15px;
}

.lcbtn-warning:hover {
  background-color: #cb2b3a;
  border-color: #cb2b3a;
}

.lcbtn-sm {
  background-color: #c00000;
  border-color: #c00000;
}

.lcbtn-warning:focus,
.lcbtn-warning.focus {
  color: #fff !important;
  background-color: #3f97d1 !important;
  border-color: #3f97d1 !important;
}

/*LIVECHAT END */

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

.container {
  margin: auto;
}

div.selection {
  padding-top: 2em;
  padding-bottom: 2em;
}

.jumbotron {
  background-color: #fff;
  color: #000;
}

.jumbotron h1 {
  font-weight: 700;
}

select.lang-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 0.3em 2em;
}

@media only screen and (max-width: 768px) {
  body.webinarInside {
    background-position-x: 100%;
  }

  .desc {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  body.webinarInside {
    background-position-x: 100%;
  }

  .min-vh-100 {
    min-height: 75vh !important;
  }
}

@media (max-width: 500px) {
  header.firstp {
    background: url(https://nxmcdn.com/images/xog/webinar-template/mobile-main-bg-1.png)
      no-repeat bottom;
  }

  .btn-access {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
  }

  .jumbotron {
    padding: 6rem 1rem;
  }

  .jumbotron h3 {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
  }

  .input-site {
    font-size: 16px !important;
    color: #9aa1a5;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .input-no-artist {
    height: unset;
    margin-top: 0.1rem;
  }

  .no-artist-label {
    color: #9aa1a5;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
  }

  .min-vh-100 {
    min-height: 100vh !important;
  }

  .headline {
    text-align: center !important;
  }

  .register-live-stream {
    margin-top: 3rem;
    font-size: 36px;
    line-height: 40px;
  }

  .join-gina {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
  }

  .ever-wonder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .desc {
    font-size: 16px;
  }

  .reserve-spot {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
  }

  .embed-responsive {
    min-height: 20rem;
  }

  .transform {
    font-size: 35px;
  }

  .btn-access {
    width: 75%;
  }

  .lang-div {
    justify-content: center !important;
    margin-top: 3rem;
  }
}

.modbox {
  position: absolute;
  width: 350px;
  background: #ffffff;
  border-radius: 9px;
}

@media (min-width: 992px) {
  .center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .formdesc {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 1.12px;
    font-family: "Avenir Black", sans-serif;
  }

  button.close {
    margin-right: 18px !important;
    opacity: 1;
  }

  .form-control.modal-input::placeholder {
    color: #9aa1a5 !important;
  }
}

@media only screen and (max-width: 768px) {
  button.btn.btn-access-modal {
    width: 100%;
    margin-bottom: 4rem;
    font-size: 18px;
    padding: 13px 35px;
  }

  .res-center {
    text-align: center;
  }

  .center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .modbox {
    border-radius: 20px 20px 20px 20px;
    position: absolute;
    width: 365px;
    height: 595px;
  }
}

.select2-results__option {
  background: #c00000;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #cb2b3a;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 32px;
  font-family: "Avenir Roman", sans-serif;
  padding: 0;
  line-height: 1.2em;
}

.select2-container--default .select2-selection--single {
  border-bottom: 1px solid #ebebeb !important;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  padding-bottom: 45px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container {
  margin-bottom: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 20px;
}