/* oh hello */

@import url('https://fonts.cdnfonts.com/css/dm-sans');
@import url('https://fonts.cdnfonts.com/css/unbounded');

html {
    scrollbar-color: #282A36 #121212 !important;
}

.dt-start::after {
  content: " EST"
}

.theme--dark.v-chip {
    border-radius: 15px !important;
}

.title.p-name {
    min-height: 3.75rem;
}

.v-btn--active.v-size--large:before {
    background-color: transparent;    
}

.v-list-item__title.text-caption:before {
   content: 'JOIN THIS EVENT \A \A' ;
   white-space: pre;
   font-weight: 600;
}

.v-list-item__title.text-caption {
    margin-top: 2px;
    height: 20px;
}

.nuxt-progress {
    background-color: #ff4500;
    height: 3px;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: width .1s,opacity .4s;
    width: 0;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

body,html {
    font-family: sans-serif; */
    overflow-x: hidden;
    overflow-y: auto!important;
    scrollbar-color: #ff4511 #111;
    scrollbar-width: thin
}

li {
    margin-left: 10px
}

.v-dialog .theme--dark.v-card {
    background-color: #434343
}

.v-application {
    font-family: sans-serif
    font-weight: 800;
}

.v-application .p-description.text-body-1 {
    letter-spacing: normal!important
}

.v-slide-group__prev {
    display: none!important
}

.v-toolbar .v-list-item__subtitle,.v-toolbar h4 {
    word-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

#home {
    max-width: 1400px
}

#events {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin: 0 auto
}

@media only screen and (max-width: 600px) {
    #events {
        gap:8px
    }
}

.calh {
    height: 268px;
    max-width: 600px
}

.container {
    max-width: 1400px
}

.v-dialog {
    max-width: 800px;
    width: 600px
}

.v-dialog--fullscreen {
    max-width: 100%!important
}

.v-application p {
    min-height: 1.3em
}

.v-application blockquote {
    font-style: italic;
    padding: 15px
}

.editor .ProseMirror {
    background-color: #f7f7f7
}

.theme--dark .editor .ProseMirror {
    background-color: #292929
}

.v-menu__content {
    background-color: #333;
    border: 1px solid #282828;
    scrollbar-color: #ff4511 #111;
    scrollbar-width: thin
}

.v-autocomplete__content.v-menu__content .v-select-list {
    border-radius: 0!important
}

.event {
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 500px!important;
    min-height: 288px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    width: 330px
}

.event .title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 1.1em!important;
    line-height: 1.2em!important;
    margin: .5rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.event .body {
    flex: 1 1 auto
}

.event a {
    -webkit-text-decoration: none;
    text-decoration: none
}

.event a:focus,.event a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.vc-past {
    opacity: .4
}

#event {
    word-wrap: break-word;
    max-width: 1200px
}

.cursorPointer {
    cursor: pointer
}

pre {
    font-size: 13px;
    white-space: break-spaces
}

.vc-container.vc-is-dark {
    --gray-900: #111;
    --gray-700: #333
}

.vc-container {
    --gray-400: #999!important;
    --rounded-lg: 4px!important
}

.vc-opacity-0 {
    opacity: .3!important
}

.past-event {
    opacity: .3
}

#calendarButton {
    margin-left: -10px;
    margin-top: -6px
}

#navsearch {
    margin: 0 auto;
    max-width: 700px
}

nav {
    background-image: linear-gradient(rgba(0,0,0,.8),hsla(0,0%,8%,.7)),url(/headerimage.png);
    background-position: 50%;
    background-size: cover
}

.theme--light nav {
    background-image: linear-gradient(180deg,hsla(0,0%,90%,.95),hsla(0,0%,98%,.95)),url(/headerimage.png)
}

#title {
    font-size: 2rem;
    font-weight: 600;
    -webkit-text-decoration: none;
    text-decoration: none;
    word-break: break-all
}

.instance_thumb {
    height: 20px
}

#iframe.v-application {
    background-color: transparent!important
}

/* custom */

.vc-title, .vc-weekday, .vc-day-content, .vc-container {
font-family: "Unbounded", "DM Sans" !important;    
}

body, html, .v-application, .text-body-1.font-weight-light {
font-family: "DM Sans" !important;
}

.pa-4 img {
    position: fixed;
    width: 75px;
    height: 75px;
    margin: 25px 0 0 25px;
    background: none;
}

.vc-blue, .v-input__slot, .v-card {
  background: rgba(0,0,0,.2) !important;
  backdrop-filter: blur(5px);
  border: none !important;
  border-radius: 15px !important;
}



.v-input__slot input {
  padding: 10px !important;
}
.v-input__append-inner svg {
  margin-right: 5px  
}

.v-main__wrap {
  margin-top: 0;
}

#title {
font-size: 2.5rem !important;
letter-spacing: -.125rem;
}

.text-body-1.font-weight-light {
font-size: 1.45rem !important;
letter-spacing: -.125rem;
margin-top: -10px;
}

.v-application .text-center {
margin-top: -60px;
}

#navsearch {
padding-top: 20px !important;
}

.ProseMirror {
    border-radius: 15px;
}

.v-btn {
    border-radius: 15px;
}

.col-12 .text-center {
    margin-top: 0;
}

.ProseMirror {
    line-height: 1.9rem;
    padding: 1rem 1.5rem 0 1.5rem !important;
    font-size: 1.1rem;
}

.v-label {
    font-size: 1.75rem;
    position: relative;
    top: -5px !important;
    font-weight: 700 !important;
    padding-top: 1px;
}

.label, .v-application .mb-3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

.v-text-field input, .v-select__selections {
    margin-top: 15px; 
}

.v-input__slot input {
    margin-top: 5px !important;
}

.d-sm-flex {
    letter-spacing: -.05rem;
    margin-top: 4px;
    font-size: 1.2rem;
    text-transform: lowercase;
    font-weight: 700 !important;
    color: #F8F8F2 !important;
}

.p-description {
    margin-top: 2rem;
    margin-left: -.8rem !important;
}

.v-list-item__title, .v-application .text-caption {
    font-size: 1.1rem !important;
    font-weight: 300 !important;
}

p {
    padding: .5rem 2rem 0 2rem !important; 
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.1rem;
    text-align: justify;
}
.v-btn__content {
    font-size: 1.1rem;
    letter-spacing: 0;
    text-transform: capitalize;
}

.text-overline.v-list-item {
    letter-spacing: 0rem !important;    
    text-transform: capitalize !important;
    font-size: 1.4rem !important;
    font-weight: 400;
}
.v-application .ml-2 {
    text-transform: capitalize !important;
    font-size: 1.1rem;
}
.text-caption {
    color: #FF79C6;    
}

v-icon svg {
    fill: #F8F8F2 !important;
}

#event .row {
    padding: 1rem 2rem 0 2rem;
}

.v-sheet--outlined {
    background: #282A36 !important;
}

.v-list {
    background: #282A36 !important;
}

.v-application .title {
    font-size: 1.6rem !important;
    padding: 0 !important;
    margin-bottom: 0px !important;
}
.float-right {
    margin-top: 7px !important;
}

.v-alert--outlined {
    border-radius: 15px !important;
    border: none !important;
}

.text--primary, .v-application .title  {
    font-family: "Unbounded" !important;
    letter-spacing: .1rem;
}

h1 u {
    font-family: "Unbounded" !important;
    text-decoration: none;
}

.v-chip--label {
    border-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-left-radius: 15px !important; 
    border-top-left-radius: 15px !important;
}

.h-event {
  background: #282A36;  
}

.title.p-name {
    margin: 15px 0 10px 15px !important;
}

.v-card__actions.flex-wrap {
    margin: 0 0 15px 10px;
}

.dt-start {
    margin-bottom: 10px !important;
}

.v-card__text.pt-0.pb-0 a {
    margin-top: 8px;
}

#event .row {
    margin-top: 0px;
}

.v-tab {
    border-radius: 15px 15px 0 0 !important;
}

@media only screen and (max-width: 600px) {
    #title {
        position: relative;
        top: 55px !important;
        font-size: 1.75rem !important;
    }
    .text-body-1.font-weight-light {
        position: relative;
        top: 55px !important;
        font-size: 1.1rem !important;
    }
    #navsearch {
        margin-top: 50px !important;
    }
    .v-btn__content img {
        width: 64px !important;
        height: 64px !important;
        top: -55px;
        left: -25px;
	position: absolute;
    }

    .v-tabs-bar--is-mobile {
        margin-top: 65px;
    }

    .vc-container {
        margin-bottom: -50px;
    }


}
}
