/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2020 | 07:45:36 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#top-nav .navbar {
    display: none;
}

#main-nav .navbar-nav > li > a:hover, #main-nav .navbar-nav > li:hover > a, #main-nav .navbar-nav > .current-menu-item > a:hover {
    color: rgb(10, 10, 10);
}
.copyright > div {
    display: inline-block;
}
.copyright .menu-footer-menus-container ul {
    list-style: none;
    display: inline-block;
    padding: 0px;
}
.copyright .menu-footer-menus-container ul li {
    float: left;
    margin-right: 10px;
}
.copyright .menu-footer-menus-container ul {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    line-height: 11px;
}
.copyright .menu-footer-menus-container ul li::before {
    content: "|";
    margin-right: 7px;
}
.single-page-content a:hover {
    color: rgb(10, 10, 10);
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {

header .mobile-menu-toggle {
text-align: left;
width: 46px;
}
header .mobile-menu-toggle{
  left:15px !important;
}
}