/* BEGIN global_custom_css */
div {
    display: block;
}
.header-type-17 .header-top {
    width: 100%;
    display: inline-block;
    background-color: #688810;
}
/* END global_custom_css */
/* BEGIN custom_css_desktop */
@media(min-width: 992px){
div {
    display: block;
}
.header-type-17 .header-top {
    width: 100%;
    display: inline-block;
    background-color: #688810;
}
}
/* END custom_css_desktop */
/* BEGIN custom_css_tablet */
@media(min-width: 768px) and (max-width: 991px) {
div {
    display: block;
}
.header-type-17 .header-top {
    width: 100%;
    display: inline-block;
    background-color: #688810;
}
}
/* END custom_css_tablet */
/* BEGIN custom_css_wide_mobile */
@media(min-width: 481px) and (max-width: 767px) {
div {
    display: block;
}
.header-type-17 .header-top {
    width: 100%;
    display: inline-block;
    background-color: #688810;
}
}
/* END custom_css_wide_mobile */
/* BEGIN custom_css_mobile */
@media(max-width: 480px){
div {
    display: block;
}
.header-type-17 .header-top {
    width: 100%;
    display: inline-block;
    background-color: #688810;
}
}
/* END custom_css_mobile */
