/*
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");

.no-comments, .post_comments {
    display: none;
}

#comments {
    display: none;
}

.title_subtitle_holder_inner > h1 > span {
    color: #999;
    font-weight: 400;
    font-size: 0.8em;
	position:relative;
	top:30px;
}

.subtitulos {
    color: #999;
    font-weight: 400;
    font-size: 0.8em;
}

.logo_wrapper img.mobile {
	height:70% !important;
}

div[data-q_id="#about"] {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}

.blog_holder article .post_info {
	display:none !important;
}

.post_image {
	text-align:center;
	max-width:600px;
}


.carousel-inner .q_slide_subtitle, .carousel-inner h2{
	text-shadow: 2px 2px 3px rgba(0,0,0,.8) !important;
}