




/*------------------------------------*\ #Gallery Dot Nav \*------------------------------------*/ .gallery-dot-nav { position: relative; top: 50px; bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; margin: 17px 0 0; width: 100%; } .gallery-dot-nav__item { box-sizing: border-box; cursor: pointer; width: 6px; height: 6px; margin-left: 15px; border: 200px; border-radius: 8px; box-shadow: 0; background: #717b85; transition: 0.25s; } .gallery-dot-nav__item:first-child { margin-left: 0; } .gallery-dot-nav__item:hover, .gallery-dot-nav__item.is-active { border: 0; border-radius: 6px; box-shadow: 0; background: #333; }