.widget widget_bm_widget_logo {
font-size: 0;
}
.bm-widget-logo {
display: inline-block;
font-size: 0;
}
header .bm-widget-logo svg {
height: 66px;
}
header .bm-widget-logo svg .icon {
color: #ff6f00;
}
header .bm-widget-logo svg .text {
color: #fff;
}
header.header-scrolled .bm-widget-logo svg .text {
color: #1f2732;
}
footer .bm-widget-logo svg {
height: 66px;
margin-bottom: 30px;
}
footer .bm-widget-logo svg .icon {
color: #ff6f00;
}
footer .bm-widget-logo svg .text {
color: #fff;
}
.bm-mobile-menu .bm-widget-logo svg {
height: 66px;
}
.bm-mobile-menu .bm-widget-logo svg .icon {
color: #ff6f00;
}
.bm-mobile-menu .bm-widget-logo svg .text {
color: #fff;
}
@media screen and (max-width: 767px) {
header .bm-widget-logo svg {
height: 56px;
}
.bm-mobile-menu .bm-widget-logo svg {
height: 56px;
}
}.widget_bm_widget_menu_toggle {
display: none;
}
@media screen and (max-width: 1199px) {
.widget_bm_widget_menu_toggle {
display: flex;
justify-content: flex-end;
}
.bm-menu-toggle {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
border-radius: 3px;
background-color: #ff6f00;
color: #fff;
cursor: pointer;
transition: background-color .2s ease;
}
.bm-menu-toggle:hover {
background-color: #be5300;
}
}.widget_bm_widget_contact a {
display: flex;
align-items: center;
margin-top: 15px;
}
.widget_bm_widget_contact span {
color: #fff;
background-color: #ff6f00;
display: inline-flex;
align-items: center;
justify-content: center;
height: 30px;
width: 30px;
border-radius: 3px;
margin-right: 10px;
transition: background-color .2s ease;
}
.widget_bm_widget_contact a:hover span {
background-color: #be5300;
}
.widget_bm_widget_contact span svg {
width: unset;
height: 20px;
}
.widget_bm_widget_contact a {
color: #fff;
text-decoration: none;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}