/*
Theme Name: Bridge Child
Theme URI: https://themeforest.net/item/bridge-creative-multipurpose-wordpress-theme/full_screen_preview/7315054
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Bridge child theme.
Template: bridge
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: bridge-child
*/
img.attachment-full.size-full.wp-post-image {
    display: none;
}

.logo_wrapper .q_logo {
    top: 16%;
}
.logo_wrapper .q_logo a {
    visibility: visible;
    height: auto !important;
}
.q_logo img.dark, .q_logo img.light, .q_logo img.mobile, .q_logo img.popup, .q_logo img.sticky {
    display: none;
}

.logo_wrapper .q_logo a img {
    position: relative;
	width: 100% !important;
	max-width: 250px;
}
.content {
    margin-top: 0px !important;
}
@media(max-width: 1000px){
	.logo_wrapper .q_logo {
   		top: auto !important;
	}
}