/*!
Theme Name: digitizersoldotcom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitizersoldotcom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitizersoldotcom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* width */
::-webkit-scrollbar {
  width: .6rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem grey;
  border-radius: 1rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D7B65D ;
  border-radius: 1rem;
}



li#toplevel_page_wpcf7{
  display: none !important;
}

/**Mega Menu **/
.navbar .container {
  position: relative;
}

.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}

.navbar-nav li {
  font-weight: 400;
  font-size: 16px;
}
.navbar-nav li a {
  color: white !important;
  font-size: 18px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/*.navbar-nav li a:hover {*/
/*  text-decoration: underline;*/
/*}*/
.navbar-nav li ul li a {
  color: black !important;
  font-weight: 400;
  font-size: 18px;
}
/*.navbar-nav li ul li a:hover {*/
/*  color: gray !important;*/
/*  font-weight: 400;*/
/*}*/

.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  right: auto;
}

.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

/* Make dropdown visible on hover */
@media (min-width: 1200px) {
  .navbar .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    background-color: #fffff;
    padding: 2rem;
    list-style: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    opacity: 0;
    margin-top: 7px !important;
    display: block;
    visibility: hidden;
    min-width: 150px;
    transition: all 0.4s ease-in-out;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    display: block;
    opacity: 1;
    margin-top: 6px !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.4s ease-in-out;
  }

  .mega-menu-parent.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fffff !important;
    right: 0;
  }
}
.dropdown-menu{
     background-color: #fffff !important;
}

.megamenu-inner-dropdown p a{
    color: white !important;
    list-style-type: circle;
}
.megamenu-inner-dropdown p a:hover{
    color: white !important;
    list-style-type: circle;
}
#mega-menu-359{
    width: 100% !important;
}
#mega-menu-2330{
    width: 100% !important;
}
/* background color change */
/* .navbar-nav .dropdown-menu {
  background-color: #282f41 !important;
} */

/* nav link hover color and simple core */
/* .menu-mega-nav-link-col {
  color: #2F2B2B !important;
  font-weight: 400;
  margin: 0px 0.4rem;
  font-size: 1rem;
}
.menu-mega-nav-link-col:hover {
  margin: 0px 0.4rem;
  text-decoration: underline;
  color: white !important;
} */

/* caret added at top */
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em dashed;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}