
#sp-page-builder .sp-pagebuilder-page-edit {
    top: 35px;
}

#sp-bottom {
    padding: 60px 0 0px;
}

ul.menu {
    display: flex;
  	font-size: 1.2em;
    font-weight: 700;
}

#sp-bottom .sp-module ul>li {
    margin: 0 20px 0 0;
}

.sp-module.logcss ul.unstyled {
    display: none;
}

div#form-login-remember {
    display: none;
}

/*a.sp-sign-in {
    color: #b1b1b1;
    font-size: 1.1em;
    font-weight: 500;
}*/

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #ffffff;
}

.burger-icon>span {
    background-color: #fff;
}

.logo-image {
    padding: 10px;
}

@media (max-width: 575px){
#sp-header {
    height: 100px;
}

div#sp-logo {
    margin-top: 25px;
}
}

@media (max-width: 991px){
#sp-header {
	height: 100px;
}
  
div#sp-logo {
    margin-top: 25px;
}  
}