/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/
.topbar {
    display: flex;
    justify-content: space-between;
}
.topbar .right {
    display: flex;
    gap: 20px;
}
.site-header .site-header-top-section-center, .site-header .site-top-header-inner-wrap .site-header-item {
    display: block;
}
.site-top-header-wrap {
    background-color: #fff0;
    background-image: linear-gradient(90deg, #84f0b2 0, #5f91a7 100%);
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.topbar .left, .topbar .right .phone_contacts {
	background-color: rgb(255 255 255 / 70%);
    padding: 5px 15px;
    border-radius: 30px;
    margin: -3px 0;
    font-weight: 700;
    color: #000;
}
.topbar .right .phone_contacts b a {
    text-decoration: none;
}
.topbar a {
    color: #000;
    margin: 0 0 0 10px;
}
.topbar b {
    font-weight: 600;
    color: #000;
    margin: 0 8px;
}
.topbar .right span:first-child {
    margin-right: 20px;
    color: #000;
}
