/*
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: 10.1.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.

*/

html body .q_logo img{
    -webkit-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
}


body .q_logo img.scrolled-logo{opacity:0 !important;}
body .scrolled .q_logo img.scroll-hide{opacity:0 !important;}
body .scrolled .q_logo img.scrolled-logo{opacity:1 !important; height:52px !important; top: -45%;}

@media only screen
and (min-width : 1000px)
and (max-width : 320px)
{
	body .scrolled .q_logo img.scrolled-logo{opacity:0 !important;}
}


@media only screen
and (min-device-width : 1000px)
and (max-device-width : 320px)
{
@media only screen
and (min-width : 1000px)
and (max-width : 320px)
{
	body  .q_logo .mobile{    height: 100px !important;}
}
img.mobile {
    height: 73px!important;
}
header .q_logo img.mobile { 
    height: 71px !important;  
}
}