::root {
  --color-primary: var(--e-global-color-primary), #B57913;;
}

/* MENU DROPDOWN */

.menus {
    display: flex;
  /*   justify-content: flex-end; */
  }
  
  .menus ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .menus ul li {
    display: inline-block;
  }
  
  .menus ul li a {
    display: block;
    color: inherit;
    text-align: left;
    padding: 14px 20px;
    text-decoration: none;
  }
  
  .menus ul li a:hover {
    color: #B57913 !important;
    text-decoration: underline;
  }
  
  .menus ul li .btn_auth_dark:hover {
    color: #000 !important;
    text-decoration: none;
  }
  
  .dropdown {
    position: relative;
  }
  
  .dropdown > a::after {
    content: url("../../images/down.svg");
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-left: 5px;
    vertical-align: -2px;
      
  }
  
  .dropdown:hover > a::after,
  .dropdown-content:hover + a::after {
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9999999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .dropdown-content li {
    display: block;
    width: 220px;
  }
  
  .dropdown-content li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px 30px !important;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /** POSTS **/
  .posts .rgpc__post-title {
    color: #000;
  }

  .posts .rgpc__post-title:hover {
    color: #B57913;
  }


  /** Login **/
  #home  {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f4f4f4;
    min-height: 70vh;
  }

  .login-box {
    background-color: #fff;
    padding: 2rem;
  }

  .btn-secondary.btn_auth_dark {
    border-color:#B57913;
	  border-radius: 0;
  }

  .btn-secondary.btn_auth_dark:hover {
    background-color: #B57913;
    border-color:#B57913;
    color: #fff;
  }

  #loginform .login-username label,
  #loginform .login-password label {
    width: 100%;
    color: #000;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1.5;
  }

  #loginform input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
  }

  #loginform input:focus-visible {
    outline: none;
  }

  #loginform .login-submit input {
    background-color: #B57913;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }

  #loginform .login-submit input:hover {
    background-color: #000;
  }

  .ld-expand-button.ld-primary-background {
    background-color: #B57913!important;
  }

  .ld-item-list-item-preview .ld-item-name:hover .ld-item-title {
    color: #B57913 !important;
  }

  .ld-item-details .ld-expand-button .ld-button-alternate .ld-text.ld-primary-color {
    color:#B57913;
  }

  .ld-table-list-header.ld-primary-background {
    background-color: #B57913!important;
  }

  .ld-table-list-item-preview.ld-primary-color-hover.ld-topic-row:hover .ld-topic-title {
    color: #B57913 !important;
  }

  .ld-item-details .ld-expand-button.ld-button-alternate .ld-icon-arrow-down.ld-icon.ld-primary-background {
    background-color: #B57913!important;
  }

  .ld-item-details .ld-expand-button.ld-button-alternate .ld-text.ld-primary-color{
    color: #B57913!important;
  }


  .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
  .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-trigger {
    background-color: #B57913 !important;
  }

  .ld-course-list-items.row{
    margin-left: 0;
    margin-right: 0;
  }

  .ld-course-list-items .learndash-wrapper {
    width: 100%;
  }

  .learndash-wrapper .ld-item-list {
    margin: 1em 0 1em;
  }

  .learndash-wrapper .ld-item-list .ld-item-list-item {
    width: 100%;
    border-color: var(--e-global-color-primary);
    border-radius: 0;
  }

  .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    color: #000;
    font-weight: 600;
  }