:root {
    --dark1: #23272A;
    --dark2: #2C2F33;
    --blue1: #0E2130;
    --blue2: #2A3B4F;
    --blue3: #495B6E;
    --blue4: #7692AD;
    --blue5: #A7C4E0;
    --purple1: #871661;
    --purple2: #9b1a70;
    --purple3: #a51a76;
    --purple4: #727AD4;
    --purple5: #272947;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.purple1 {
    background: var(--purple1);
}

#nav-main {
    background: #871661;
}

.nav-square {
    background: #4b0d36;
    border-radius: 3px;
    color: white;
}

.circle-image {
    border-radius: 50%;
}

.wpcf7-submit {
    background: var(--purple1);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
    margin-bottom: 15px;
}

.wpcf7-textarea {
    width: 100%;
}

.nav-square:hover {
    background: #4b0d36;
    color: white;
}

.social-links > a {
    color: var(--purple4);
}

.social-links > a:hover {
    color: white;
}

.social-links > a > i {
    font-size: 28px !important;
}

.nav-square-logout {
    background: var(--purple1);
    border-radius: 3px;
    color: white;
}

.gradient-yellow {
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(90, 94, 154) 0%, rgb(72, 76, 122) 100%) repeat scroll 0% 0%;
}

.npa-white-box {
    box-shadow:  0 5px 15px 0 rgba(37,44,97,.15),0 2px 4px 0 rgba(93,100,148,.2);
    background-image: linear-gradient(#fff, #F5F5FA);
}

.npa-grey-box {
    background-image: radial-gradient(circle at 50% 0px, rgb(72, 76, 122), rgb(35, 38, 59));
    box-shadow:  0 5px 15px 0 rgba(37,44,97,.15),0 2px 4px 0 rgba(93,100,148,.2);
}

.npa-purple-box {
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(90, 94, 154) 0%, rgb(72, 76, 122) 100%) repeat scroll 0% 0%;
    box-shadow:  0 5px 15px 0 rgba(37,44,97,.15),0 2px 4px 0 rgba(93,100,148,.2);
}


.wc-forward {
    background: var(--purple1);
    padding: 10px 20px;
    border-radius: 3px;
    margin: 5px;
    color: white;
    text-decoration: none;
}

.img-full {
    width: 100%;
}

.wc-forward:hover {
    background: var(--purple4);
    padding: 10px 20px;
    border-radius: 3px;
    margin: 5px;
    color: white;
    text-decoration: none;
}

.nav-square-logout:hover {
    background: #460000;
    color: white;
}

textarea.stall-fraga {
    border: none;
background: #e5e5e5;
padding: 20px;
    border-radius: 5px;
    width: 100%;
}

body, html {
    background: white;
    color: black;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.acf-form-submit {
    padding: 0 !important;
    margin-bottom: 10px;
}

.acf-label {
    display: none;
}

.acf-field-6123672be23c8 {
    padding: 0 !important;
}

#acf-field_6123672be23c8 {
    border: none;
    border-radius: 5px;
    background: #dedede;
    padding: 15px;
}

.af-submit-button {
    border-radius: 3px;
    background: #1e60f5;
    color: white;
    padding: 5px 15px;
}

.speaker-name {
    font-size: 1.5rem;
    color: var(--purple1) !important;
    padding-top: 10px;
    font-weight: 800;
    text-align: center
}
.speaker-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--purple3) !important;
    text-align: center;
    padding-bottom: 20px;
}
.speaker-desc {
    color: black;
    font-size: 13px;
    text-align: center;
}

.navbar-brand {
    max-width: 150px;
}

.logo.sm {
    max-width: 50px;
}

.logo.md {
    max-width: 75px;
}

.lp-title > h2 {
    color: var(--purple4);
}
.lp-title > span {
    color: black;
}

.bootscore-info {
    background: #151627;
}

.offcanvas-body {
    background: var(--purple2);
}

.offcanvas-header {
    background: var(--purple1);
    color: white;
}

.my-offcanvas-account {
    color: white;
}

.account-salution {
    color: white;
}

.welcome-box {
    padding: 10%;
    border-radius: 10px;
    color: white;
    height: 300px;
}

.page-template-page-landing{
    background-image: url(https://dev2.diggistream.com/wp-content/uploads/2021/07/bg_landing.jpg) !important;
background-position: 0 0 !important;
background-repeat: no-repeat !important;
}

.welcome-box > h1 {
    color: var(--purple4);
}

.welcome-box-title {
    color: var(--purple4);
    font-size: 2rem;
    font-weight: 800;
}
.welcome-box-text {
    color: white;
    font-size: 14px;
}

#bootscore-navbar li a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    background: #4b0d36;
    margin-right: 5px;
    border-radius: 3px;
    padding: 10px 20px !important;
}

#bootscore-navbar li a:hover {
    background: #0f101c;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}

.dropdown-menu {
    background-color: var(--purple1);
    border: none;
    padding: 0;
    margin: 0 !important;
}

.dropdown-menu li a {
    background-color: var(--purple1);
    border: none;
}



.dropdown-item {
    background-color: var(--purple1);
}

#wpmenucartli a {
    background: var(--purple4);
    color: var(--purple1);
}

.buy-ticket > a {
    background-color: #FBAB7E !important;
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%) !important;
    color: var(--purple1) !important;
}


.logout-button > a {
    background: #531313 !important;
    color: var(--purple1) !important;
}

.event-card-title {
    color: white;
    font-size: 2rem;
    font-weight: 800;
}

.woocommerce-result-count {
    display: none;
}

.fp-login {
    background: #e6e6e6;
    padding: 10%;
    border-radius: 10px;
}

.big-title {
    font-size: 2rem;
}

.sponsor-image-wrapper {
    text-align: center;
}

.smaller-title {
    font-size: 1rem;
}

.center {
    text-align: center;
}


.woocommerce-billing-fields__field-wrapper > p > label {
    display: none !important;
}

.select2-selection {
    background: var(--purple1);
    color: white;
    border: none;
}

a {
    color: white;
}

.welcome-usp {
    list-style-type: none;
    padding: 10%;
    background: white;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    padding-top: 84px;
}

.welcome-usp > li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 200;
}
.welcome-usp > li > i {
    margin-right: 15px;
    color: var(--purple4);
}

button {
    background: var(--purple4);
    color: white;
    border: none;
}

.purple-button {
    background: var(--purple4);
    color: white;
    border: none;
}

.purple-button:hover {
    background: var(--purple1);
    color: white;
    border: none;
}


.vi-wcaio-sidebar-cart-close-wrap i{
    color: white;
}

.vi_wcaio_qty {
    background-color: #161729 !important;
    color: var(--purple4) !important;
}

.vi_wcaio_change_qty {
    background: var(--purple4) !important;
    color: white !important;
}

.vi-wcaio-sidebar-cart-pd-price {
    font-size: 18px;
    color: white;
}

.woocommerce-Price-amount {
    font-size: 22px;
    font-weight: 600;
}

.form-floating > label {
    color: black;
}


/*input[type=text], input[type=password], input[type=email] {
background: var(--purple1);
color: white;
border: none;
padding: 10px 20px;
border-radius: 3px;
}

input[type=submit] {
background: #d9b61f;
color: white;
border: none;
padding: 10px 20px;
border-radius: 3px;
}

input[type=submit]:hover {
background: #967e15;
color: white;
border: none;
padding: 10px 20px;
}*/

h1, h2, h3, h4, h5, h6 {
    color: #871661;
    font-weight: 800;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.entry-header {
    display: none;
}

.spinner-color {
    color: var(--purple4);
}

body.modal-open .main-wrapper {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.topmenu {
    background: var(--purple1);
}

.shadow6 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shadow13 {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.session-nav-title {
    background: var(--purple1);
    color: white;
    padding: 20px 40px;
    border-radius: 3px 0px 0px 3px;
}
.session-nav-back {
    background: var(--purple2);
    color: white;

    text-align: center;
    border-radius: 0px 3px 3px 0px;
}

.session-nav-back:hover {
    background: var(--purple3);
    color: white;
}


.session-nav-back > a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 40px;
    display: inline-block;
    width: 100%;
}

.session-nav-back > a:hover {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

#nav-event {
    height: 1080px;
    position: sticky;
    top: 100px;
    background: var(--purple1);
}

.sidenav-header {
    text-transform: uppercase;
    background: #67124a;
    color: white;
    text-align: center;
    font-weight: 800;
    padding: 5px;
    font-size: 11px;
    margin: -8px;
}

.sidenav-goback {
    text-transform: uppercase;
    background: #67124a;
    color: white;
    text-align: center;
    font-weight: 800;
    padding: 5px;
    font-size: 11px;
}

.short-header {
    text-transform: uppercase;
    background: #6f0505;
    color: white;
    text-align: center;
    font-weight: 800;
    padding: 5px;
    font-size: 11px;
}

.agenda-point {
    padding: 10px;
    background: var(--purple2);
    border-radius: 3px;
    color: white;
    transform: scale(1.0);
    cursor: pointer;
    transition: all .2s ease-out;
    text-decoration: none;
}

.agenda-point > span {
    color: white;
    font-weight: 600;
    padding-bottom: 3px;
}

.agenda-point:hover {
    padding: 10px;
    background: #141524;
    border-radius: 3px;
    transform: scale(1.05);
    cursor: pointer;
    transition: all .2s ease-out;
    text-decoration: none;
    color: white;
}

.my-pill{
    color: white;
    font-weight: 600;
    padding: .2rem 1rem;
    background: #4b0d36 !important;
    margin-right: 5px;
}


.my-pill.active  {
    color: white;
    font-weight: 600;
    background: var(--purple3) !important;
}

.my-pill:hover {
    background: var(--purple2) !important;
    color: white !important;
}

.btn-speakers {
    color: var(--purple4);
    font-weight: 800;
}

.videoinfo  {
    padding: 30px 0px;
}

.videoinfo > span  {
    color: var(--purple3);
}

.videoinfo > h2  {
    font-size: 3rem;
}

.videoinfo > p  {
    color: black;
    font-size: 1.2rem;
    width: 90%;
}

.footer_widget > h2 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 5px;
}

.speakercard {
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(90, 94, 154) 0%, rgb(72, 76, 122) 100%) repeat scroll 0% 0%;
    box-shadow:  0 5px 15px 0 rgba(37,44,97,.15),0 2px 4px 0 rgba(93,100,148,.2);
    border-radius: 3px;
    min-height: 300px;
}

.speaker-name {
    color: white;
}
.speaker-title {
    color: white;
}

.login-box {
    background: #efefef;
    border-radius: 3px;
    padding: 40px 20px;
}

.stripe-visa-icon, .stripe-mastercard-icon, .stripe-amex-icon {
    max-width: 40px !important;
}

.login-box > p {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.login-box > h3 {
    text-align: center;
}

.wpum-action-links {
    text-align: center;
}

.box-shadow
{
    -webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
    box-shadow: 0 1px 1px rgba(72,78,85,.6);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.box-shadow:hover
{
    -webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
    box-shadow: 0 20px 40px rgba(72,78,85,.6);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.hero {
    background: black;
    margin: 0px -12px;
    padding: 100px 20px;
}

.hero-title {

}

.hero-text {}

.hero-buttons {

}

.single-product {
    padding-top: 30px;
}

/* WPUM */

#wpum-account-forms-tabs ul li {
    background: var(--purple1);
    color: var(--purple4);
}
#wpum-account-forms-tabs ul li:hover {
    background: var(--purple5);
    color: var(--purple4);
}

#menu-offcanvas-user {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu-offcanvas-user li a {
    background: var(--purple1);
    padding: 10px 20px;
    color: white;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
    text-decoration: none;
    width: 100%;
}

#menu-offcanvas-user-1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu-offcanvas-user-1 li a {
    background: var(--purple1);
    padding: 10px 20px;
    color: white;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
    text-decoration: none;
    width: 100%;
}

#menu-offcanvas-user-1 li a:hover {
    background: var(--purple2);
}

#footer-menu {
    text-align: right;
}

#footer-menu li {
    text-align: right;

}

#footer-menu li a {
    color: grey;
}

.footer-social {
    color: white;
}

.footer-social-brand-logo {
    text-align: center;
}

/* Woocommerce fixes */

.woocommerce-MyAccount-navigation, .woocommerce-account {
    width: 100% !important;
}

.woocommerce-cart-form {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 3px;
}

.breadcrumb {
    display: none !important;
}

.venue, .when {
    font-size: 18px;
    text-align: left;
}

.woocommerce-mini-cart__total  {
    color: white;
}

.item-quantity {
    color: white;
}

.woocommerce-Price-amount {
    color: var(--purple4);
}


.when > i{
    font-size: 24px;
    margin-right: 15px;
    text-align: center;
    padding: 5px;
    width: 40px;

}


.venue > i{
    font-size: 24px;
    margin-right: 15px;
    text-align: center;
    padding: 5px;
    width: 40px;
}

/* Full Schedule */

.fs-header {
    background: var(--purple1);
    color: white;
}

.fs-session {
    
}

.fs-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--purple1);
}

.fs-subtitle {
    font-size: 13px;
    font-weight: 800;
}

.fs-icon > i {
    font-size: 2rem;
}




@media (max-width: 767.98px) {

    #bootscore-navbar li a {
        margin-bottom: 5px;
    }

}