/* Enter Your Custom CSS Here */
header.header{
  background-color: #ffffff;
}
.site-logo-textual{
    visibility: hidden;
}
/* floating social fix code */
body #wdsb-share-box.wdqs-inline ul li:before{
    display: none;
}

body #wdsb-share-box.wdqs-inline ul li{
    float: none;
    transform: translateX(5px);
}

body #wdsb-share-box.wdqs-inline ul{
    position: fixed;
    left: 0;
    top: 100px;
    background: #fff;
    z-index: 4;
    box-shadow: 0 0 1px #aaa;
}

.mobile-menu-trigger{
	color: #f15922;
}