/*
  Theme Name: TOPCON-LV
  Theme URI: https://kg2d.eu
  Version: 1.0.0
  Template: Divi
  Author: DG
  Author URI: https://kg2d.eu
  Description: TOPCON LV
  Text Domain: topcon-lv
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*set the Divi menu dropdown auto width*/

@media screen and (min-width: 981px) {
.sub-menu {
min-width: 320px;
}

#top-menu li li a {
width: 320px;
padding: 6px 10px;
}
}






/*@media only screen and (min-width: 981px) {
.sub-menu li {

padding-left: 0px !important;

padding-right: 0px !important;

width: 100%;

}

.et-menu li li a {

width: 100%!important;

}
}
*/