/*
Theme Name: Hampton Connect 3.0
Template: thrive-theme
Author: Oyova
Version: 1.0
Description: A child theme for Thrive Theme Builder
*/

/* @import url("../thrive-theme/style.css"); */

.tve-progress-bar-wrapper {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.tve-progress-bar-wrapper.progress-ready {
  visibility: visible !important;
  opacity: 1 !important;
}

.tva-course-module-dropzone p {
    padding-bottom: 0 !important;
}

#login form .indicator-hint {
    color: #ffffff !important;
}

#backtoblog {
	display: none !important;
}

table, th, td {
    border: none;
}

.c-user-menu-items li a {
    display: block;
    font-weight: 700;
    color: white;
    font-size: 16px;
    line-height: 2em;
    padding: 10px 0;
}

.c-tav-todos.has-incomplete-items,
.c-nav-accomplish.has-incomplete-items {
    position: relative;
}

.c-tav-todos.has-incomplete-items:after,
.c-nav-accomplish.has-incomplete-items:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    top: 0;
    right: -10px;
}

@media screen and (max-width: 1023px) {
    .c-nav-accomplish.has-incomplete-items:after  {
        top: 50%;
        transform: translateY(-50%);
        right: 1.5em;
    }

    .c-user-menu-items li {
        margin-left: 0 !important;
        padding-left: 1.5em;
        border-bottom: 1px solid #2d2d2d;
    }
}

.c-tav-todos.has-incomplete-items:after {
    top: -3px;
    right: -3px;
}

#menu-item-7775.has-incomplete-items {
  position: relative;
}

/* The red dot */
#menu-item-7775.has-incomplete-items::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  top: 0;
  right: -10px;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
    #menu-item-7775.has-incomplete-items::after  {
        top: 50%;
        transform: translateY(-50%);
        right: 1.5em;
    }
}

.thrv-login-element .tcb-form-loader {
	background: transparent !important;
}

ul>li:not(.thrv-styled-list-item,.thrive-dynamic-styled-list-item), ol>li:not(.thrv-styled-list-item,.thrive-dynamic-styled-list-item) {
    margin-left: 2.5em;
}