.owl-dot-style-one .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}
.owl-dot-style-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}
.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #f9ddcf;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 50%;
    background: #f9ddcf;
}
.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
    background: #e35712;
    border-color: #e35712;
}

/* Specific for Services menu item */
li#menu-item-2016 > button.submenu-toggle {
    display: none;
}

@media (max-width: 991px) {
    li#menu-item-2016 > button.submenu-toggle {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        margin-left: 10px; /* space between link text and + icon */
        margin-right: 10px; /* space from the right edge */
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        line-height: 1;
        flex-shrink: 0; /* prevent the button from shrinking */
    }

    li#menu-item-2016 {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between; /* push the + icon to the right */
        flex-wrap: wrap !important;
    }

    li#menu-item-2016 > a.hvr-underline-from-left1 {
        display: inline-block !important;
        width: auto !important;
        flex-grow: 1 !important;
    }

    li#menu-item-2016 > .submenu {
        width: 100% !important;
    }
}
