/*
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: 9.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.

*/



/*.header_bottom{
  background: url(img/logo.png) top left no-repeat;
}
header.sticky .header_bottom {
    background: url(img/logo_small.png) top left no-repeat;
  }
*/
.q_image_with_text_over {
    overflow: hidden;
}
.q_image_with_text_over .shader { 
    display:none!important;
}
.q_image_with_text_over.one_half {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}
.q_image_with_text_over.one_third {
    max-height: 400px;
    overflow: hidden;
}
.q_image_with_text_over.one_third.item1, .q_image_with_text_over.one_third.item3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%!important;
}

.q_image_with_text_over.one_third.item2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.q_image_with_text_over img {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    z-index: 10;
}
.q_image_with_text_over img.out {
    display: block;
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
}



.blog_masonry_name_in_image .post_image .time {
    color: #fff;
    float: left;
    margin-top: -60px;
    padding: 10px 0 0 10px;
    position: relative;
    z-index: 999999;
}
