/* Web Configuration ID: 2 | Checksum:i6Bw4jhEsv1a//hqwHYCMg== | Key:2eq5jgrvbqav5yxgd3fe438942wa | 2023-12-05T10:01:22 */

:root {
  --main-bg-color: #E8E3D9;
  --main-color: #111010;
}

  @font-face {
    font-family: 'Onyx-Regular';
    src: local('Onyx-Regular'), url('https://db.onlinewebfonts.com/t/faf51d8ed403a78e96581e0a7420d7d3.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Roboto-Bold';
    src: local('Roboto-Bold'), url('https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Roboto-Medium';
    src: local('Roboto-Medium'), url('https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Roboto-Regular';
    src: local('Roboto-Regular'), url('https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }


.bi {
  display: inline-block;
  vertical-align: -.125em;
  width: 1em;
  height: 1em;
}

body {
  background-color: var(--main-bg-color);
  padding-bottom: 48px;
  color: var(--main-color);
}

h4 {
  color: var(--main-color);
  margin-top: 50px;
  margin-bottom: 50px;
}

.web .fans-home-container .main {
  text-align: left;
  padding-top: 100px;
  color: var(--main-color);
  font-size: 1rem;
}

.web {
  padding: 16px 0;
}

.artist-lainey-wilson a,
.artist-lainey-wilson a:visited,
.artist-lainey-wilson a:hover,
.artist-lainey-wilson a:active {
  color: var(--main-color);
}

.artist-lainey-wilson {
  background-color: var(--main-bg-color);
}

.artist-lainey-wilson .fans {
  color: var(--main-color);
}

.artist-lainey-wilson .fans .logo{
  color: var(--main-color);
}

/* NAVBAR */

.nav a {
  color: var(--main-color);
}

.logo-nav {
  height: 35px;
}

.nav-item {
  font-size: 1rem;
}

@media (min-width: 576px) {

  .logo-nav {
    height: 60px;
  }
  .nav-item {
    font-size: 32px;
  }
}

.fans .login a, .fans .sign-up a {
  text-decoration: underline;
}

.fans .login h1, .fans .sign-up h1 {
  color: var(--main-color);
}

/* LOGIN SECTION */
.artist-lainey-wilson.sessions-new .fans .login .form-group {
  font-family: "Roboto-Regular", "Helvetica Neue", Helvetica;
}

.artist-lainey-wilson.sessions-new .fans .login .form-control {
  border: none;
  background-color: #B4955F;
  color: #ffffff;
  outline-color: #999999;
  font-size: 20px;
}
.artist-lainey-wilson.sessions-new .fans .login .form-control:hover {
  background-color: #B4955F;
  color: #ffffff;
  opacity: 0.8;
}

.artist-lainey-wilson.sessions-new .fans .login .form-control:focus {
  background-color: #B4955F;
  box-shadow: 0 0 0 0.2rem #999999;
  color: #ffffff;
  opacity: 0.8;
}

.artist-lainey-wilson.sessions-new .fans .login .form-control:active {
  outline-color: #999999;
}

.artist-lainey-wilson .fans .login .login-button,
.artist-lainey-wilson .fans .login .sign-up-button,
.artist-lainey-wilson .fans .sign-up .login-button,
.artist-lainey-wilson .fans .sign-up .sign-up-button {
  background: #B4955F;
  color: #814431;
  border-radius: 28px;
  height: 56px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 13px 0;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
}

.artist-lainey-wilson.sessions-new .fans .login-button:hover {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  opacity: 0.8;
}

.artist-lainey-wilson.sessions-new .fans .login-button:disabled {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  opacity: 0.8;
}

.artist-lainey-wilson.sessions-new .fans .login-button:focus {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  outline-color: #999999;
  opacity: 0.8;
}

/* SIGNUP SECTION */

.artist-lainey-wilson.sessions-new .fans .sign-up .form-group label {
  font-family: "Roboto-Regular", "Helvetica Neue", Helvetica;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .form-control {
  border: none;
  background-color: #B4955F;
  color: #ffffff;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .form-control:hover {
  background-color: #B4955F;
  color: #ffffff;
  opacity: 0.8;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .form-control:focus {
  background-color: #B4955F;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem #999999;
  opacity: 0.8;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .form-control:active {
  outline-color: #999999;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .sign-up-button {
  background: #B4955F;
  color: #814431;
  border-radius: 28px;
  height: 56px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 13px 0;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .sign-up-button:hover {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  opacity: 0.8;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .sign-up-button:disabled {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  opacity: 0.4;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .sign-up-button:focus {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  outline-color: #999999;
  opacity: 0.8;
}

.artist-lainey-wilson.registrations-new .fans .sign-up .form-check{
  font-size: 0.8rem;
}

.registrations-new > div > div > div > div:nth-child(2),
.registrations-create > div > div > div > div:nth-child(2) {
  display: none;
}

/* RESET PASSWORD SECTION */
.artist-lainey-wilson.reset_password-new .fans .form-control, .artist-lainey-wilson.reset_password-create .fans .form-control {
  border: none;
  background-color: #B4955F;
  color:  #ffffff;
}

.artist-lainey-wilson.reset_password-new .fans .form-control:hover, .artist-lainey-wilson.reset_password-create .fans .form-control:hover {
  background-color: #B4955F;
  color:  #ffffff;
  opacity: 0.8;
}

.artist-lainey-wilson.reset_password-new .fans .form-control:focus, .artist-lainey-wilson.reset_password-create .fans .form-control:focus {
  background-color: #B4955F;
  color:  #ffffff;
  box-shadow: 0 0 0 0.2rem #999999;
  opacity: 0.8;
}

.artist-lainey-wilson.reset_password-new .fans .form-control:active, .artist-lainey-wilson.reset_password-create .fans .form-control:active {
  outline-color: #999999;
}

.artist-lainey-wilson.reset_password-new .fans .submit-button, .artist-lainey-wilson.reset_password-create .fans .submit-button {
  background: #B4955F;
  color: #814431;
  border-color: #999999;
  border-radius: 28px;
  height: 56px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 13px 0;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica;
}

.artist-lainey-wilson.reset_password-new .fans .submit-button:hover, .artist-lainey-wilson.reset_password-create .fans .submit-button:hover {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  opacity: 0.8;
}

.artist-lainey-wilson.reset_password-new .fans .submit-button:disabled, .artist-lainey-wilson.reset_password-create .fans .submit-button:disabled {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  opacity: 0.8;
}

.artist-lainey-wilson.reset_password-new .fans .submit-button:focus, .artist-lainey-wilson.reset_password-create .fans .submit-button:focus {
  text-decoration: none;
  background: #B4955F;
  color: #814431;
  outline-color: #999999;
  opacity: 0.8;
}

/* FOOTER */
.artist-lainey-wilson .web-footer .footer-link:hover {
  color: var(--main-color);
  opacity: 0.8;
}

/* MAIN NAV */

.artist-lainey-wilson .navbar {
  background-color: #E8E3D9;
}

.artist-lainey-wilson .navbar .nav-item {
  font-family: "Onyx-Regular";
}

.artist-lainey-wilson .navbar .nav-item .nav-link{
  color: #814431;
}

.artist-lainey-wilson .navbar .nav-item.active .nav-link {
  color: #814431;
}

.artist-lainey-wilson .navbar .nav-item .nav-link:hover {
  color: #814431;
  opacity: 0.8;
}

/* ADDITIONAL NAV */
.navbar .dropdown-menu {
  background-color: #814431;
  font-family: "Roboto-Medium", "Helvetica Neue", Helvetica;
  font-size: 16px;
  /*opacity: 0.8;*/
}

.navbar .dropdown-item, .navbar .dropdown-item:visited {
  color: #111010;
}

.navbar .dropdown-item:hover {
  background-color: #111010;
  color: #E8E3D9;
  opacity: 0.8;
}

.navbar .dropdown-divider {
  display: none;
}


/* ARTIST UPDATES SECTION */
.artist-lainey-wilson.posts-index {
  color: #111010;
}

.artist-lainey-wilson.posts-index .card {
  background-color: #E8E3D9;
  border-color: #cccccccc;
  font-family: "Roboto-Regular", "Helvetica Neue", Helvetica;
}

.artist-lainey-wilson.posts-index .text-muted {
  color: #999999cc !important;
}

/* EVENT SECTION */
.event-container {
  color: #111010;
  font-family: "Roboto-Regular", "Helvetica Neue", Helvetica;
  text-align: left;
  margin: 0 auto;
}

.event-container .event-venue {
  color: #111010;
  font-size: 24px;
  font-family: "Roboto-Bold", "Helvetica Neue", Helvetica;
  font-weight: bold; 
  font-style: normal;
}

.event-container .event-short-info {
  color: #111010;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.event-container .event-short-info .event-date {
  display: inline-block;    
  margin-right: 8px;
}

.event-container .event-short-info .event-date > span {
  margin-right: 8px;
}

.event-container .event-short-info .event-date:after {
  content: " \25CF";
}

.event-container .event-short-info .event-address {
  display: inline-block;    
}

.event-container .event-links {
  text-align: center;
}

.event-container .event-links .event-link-container {
  margin-bottom: 16px;
}

.event-container .event-links .event-link-container:last-child {
   margin-bottom: 32px;
}

.event-container .event-links .event-link-container .button {
  background: #B4955F;
  border-width: 0px;
  color: #814431;
  border-color: #999999;
  border-radius: 28px;
  height: 56px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 17px 0;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 24px;
}

.event-container .event-links .event-link-container .button:hover {
  background: #B4955F;
  opacity: 0.8;
}

/*
.event-container .event-links .event-link-container .button:touchmove,
.event-container .event-links .event-link-container .button:touchstart {
  background: #B4955F;
  opacity: 0.8;
}
*/

.event-container .event-links .event-link-container a,
.event-container .event-links .event-link-container a:visited,
.event-container .event-links .event-link-container a:link,
.event-container .event-links .event-link-container a:hover,
.event-container .event-links .event-link-container a:active {
  text-decoration: none;
}

.event-container .event-info {
  margin-bottom: 30px;
}

.events-index .tour-container {
  font-family: "Roboto", "Helvetica Neue", Helvetica;
}

/* TOUR SECTION */
.tour-container .tour-events {
  margin: 5px 0;
}

.tour-container .tour-events  > * {
  display: block;
  margin-bottom: 8px; 
}

.tour-container .tour-events .event-container {
  background: #B4955F;
  border-radius: 10px;
  color: #111010;
  padding: 16px 8px;
}
.tour-container .tour-events .event-container .event-date {
  width: 20%;
  float: left;
  text-align: center;
}
.tour-container .tour-events .event-container .event-date .event-month {
  font-size: 12px;
  line-height: 1;
  opacity: 0.4;
  margin-bottom: 1px;
}
.tour-container .tour-events .event-container .event-date .event-day {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.tour-container .tour-events .event-container .event-description {
  width: 70%;
  float: left;
}
.tour-container .tour-events .event-container .event-description .event-address {
  font-size: 14px;
  line-height: 1;
  opacity: 0.4;
  margin-top: 4px;
  margin-bottom: 8px;
}
.tour-container .tour-events .event-container .event-description .event-venue {
  color: #111010;
  font-family: "Roboto-Bold", "Helvetica Neue", Helvetica;
  font-size: 16px;
  line-height: 1;
}
.tour-container .tour-events .event-container .event-chevron {
  width: 10%;
  float: left;
  margin-top: 10px;
}

.tour-container .tour-events .event-container .event-chevron svg g g {
  fill:  #111010;
}
