/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 11.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


@media only screen and (max-width: 768px)
{
.header_bottom_right_widget_holder {
    display: block!Important;
}
}
@media only screen and (max-width:  414px)
{
.header_bottom_right_widget_holder {
    display: block!Important;
}
.h2, h2 {
font-size:16px;
}

p{
    text-align: center!important;
    font-size: 11px;
    line-height: 16px;
}
.header_bottom_widget.widget_text {
    margin-top: 30px;
    margin-right: -17px;
}
}
@media only screen and (max-width: 1000px)
{
.q_logo a {
    left: -120%!important;
    width: auto!important;
}
}