/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
.partner-boxes a.thumb {
    display: flex;
    padding: 20px;
    background: #fff;
    height: 180px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.cover_boxes ul li .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.partner-boxes .cover_boxes ul {
    width: 100%;
    text-align: center;
    display: flex
;
    justify-content: center;
}
.partner-boxes .cover_boxes ul li {
    float: none;
}
.logo_wrapper, .side_menu_button, .shopping_cart_inner {
    height: 100px;
}
.q_logo img {
    padding: 5px;
}
header nav.main_menu ul li.footer-only {
    display: none;
}