#wpcontent .asap-toolbar {
    margin-left: -20px;
    padding-left: 20px;
}

.asap-toolbar {
    background:#FFF;
    border-bottom: 1px solid #ccd0d4;
    width: 100%;
    display: inline-flex;
    padding-top: 10px;
}

.asap-toolbar h2 {
    font-size: 14px;
    line-height: 2.5714285714;
    display: inline-block;
    padding: 5px 0 10px;
    margin: 0 10px 0 0;
}

.asap-toolbar__logo svg {
    color: #babbbc;
    height:100%;
    margin-right:8px;
    vertical-align: middle;
}

.asap-toolbar .asap-tab {
    display: inline-block;
    font-size: 14px;
    line-height: 2.5714285714;
    padding: 5px;
    margin: 0 5px;
    text-decoration: none;
    color: inherit;
}

.asap-toolbar .asap-tab.is-active {
    border-bottom: #0071a4 solid 3px;
    padding-bottom: 10px;
}

/* Hide the Gutenberg logo. */
body.is-fullscreen-mode .edit-post-header a.components-button.has-icon svg{
	display: none;
}
/* Add the ASAP favicon. */
body.is-fullscreen-mode .edit-post-header a.components-button.has-icon:before{
	background-image: url( '../img/asap-rounded_white.png' );
	background-size: contain;
	/* you can the image paddings with the parameters below*/
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
    border-radius: 60px;
}