/*
 * Style QD admin
 *
 * 
 */

#wp-admin-bar-wp-logo .ab-icon:before { 
    content:" " !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M1.76,11.01h14c5.56,0,10.62,1.95,10.62,8.11,0,3.48-2.32,6.68-5.75,7.42v.09c4.27.56,7,3.76,7,8.07,0,3.15-1.11,9.41-11.87,9.41H1.76V11.01ZM4.92,25.53h10.85c5.05,0,7.46-2.5,7.46-5.61,0-4.13-2.55-6.21-7.46-6.21H4.92v11.82ZM4.92,41.43h10.85c4.68.05,8.72-1.53,8.72-6.82,0-4.22-3.2-6.4-8.72-6.4H4.92v13.21Z' style='fill: %23fff;'/%3E%3Crect x='41.85' y='35.27' width='2.8' height='25.74' transform='translate(-4.9 91.39) rotate(-90)' style='fill: %23fff;'/%3E%3Cpath d='M30.37,10.54h15.86c6.23,0,12.07,2.85,12.07,10.76s-4.73,11.51-12.07,11.51h-7.16v11.14h-8.7V10.54ZM39.08,26.07h5.85c2.71,0,4.68-1.12,4.68-4.16s-2.01-4.4-4.68-4.4h-5.85v8.56Z' style='fill: %23fff;'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 52px;
    height: 100%;
}
.interface-navigable-region .editor-header__back-button .components-button:before { 
    content:" " !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M1.76,11.01h14c5.56,0,10.62,1.95,10.62,8.11,0,3.48-2.32,6.68-5.75,7.42v.09c4.27.56,7,3.76,7,8.07,0,3.15-1.11,9.41-11.87,9.41H1.76V11.01ZM4.92,25.53h10.85c5.05,0,7.46-2.5,7.46-5.61,0-4.13-2.55-6.21-7.46-6.21H4.92v11.82ZM4.92,41.43h10.85c4.68.05,8.72-1.53,8.72-6.82,0-4.22-3.2-6.4-8.72-6.4H4.92v13.21Z' style='fill: %23fff;'/%3E%3Crect x='41.85' y='35.27' width='2.8' height='25.74' transform='translate(-4.9 91.39) rotate(-90)' style='fill: %23fff;'/%3E%3Cpath d='M30.37,10.54h15.86c6.23,0,12.07,2.85,12.07,10.76s-4.73,11.51-12.07,11.51h-7.16v11.14h-8.7V10.54ZM39.08,26.07h5.85c2.71,0,4.68-1.12,4.68-4.16s-2.01-4.4-4.68-4.4h-5.85v8.56Z' style='fill: %23fff;'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 40px;
    height: 36px;
}
.interface-navigable-region .editor-header__back-button .components-button > svg {
    display: none;
}
@media (min-width:782px) { 
    #wp-admin-bar-wp-logo .ab-icon:before { 
        width: 32px;
        height: 100%;
    }
}
.cmb-type-group .cmb2-wrap>.cmb-field-list>.cmb-row, .cmb2-postbox .cmb2-wrap>.cmb-field-list>.cmb-row {
    padding: 0 1.5em;
}

#the-list .featured_image img {
    max-width: 200px;;
}




.cmb2-wrap input.cmb2-text-medium,
.cmb2-wrap input.regular-text,
.cmb2-wrap .cmb2-textarea-small {
	width: 100%;
}
.cmb2-wrap input.cmb2-upload-file {
    width:65%
}
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description {
    padding-bottom:0 !important
}
.cmb2-postbox .cmb-field-list .cmb-repeat-group-field {
	padding-top: 0.3em !important
}
.cmb2-postbox .cmb-field-list .cmb-row {
	padding-bottom: 0.6em !important;
	margin-bottom: 0.6em !important;
}
.cmb-repeat-group-wrap {
    background-color: #f9f9f9;
}

.sec-hidden,
.item-hidden {
    display: none;
}

.fixed .qd-logs-id {
    width: 5%;
}
.fixed .qd-logs-site,
.fixed .qd-logs-user,
.fixed .qd-logs-email,
.fixed .qd-logs-role,
.fixed .qd-logs-login,
.fixed .qd-logs-logout {
    width: 8%;
}
.fixed .qd-logs-pages {
    width: 40%;
}