/*

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");



.info.portfolio_categories, info portfolio_custom_field

{
	display: none !important;
}

.mc4wp-form input[type=submit]
{
	color: #fff !important;
	background-color: transparent !important;
	border: 1px solid #fff !important;
	border-radius: 1px !important;
	padding: 10px 20px !important;
	margin: 10px 0px !important;
}

.mc4wp-form input[type=submit]:hover
{
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}

 .mc4wp-form input[type=email]
 {
 	padding: 10px;
 	border-radius: 1px;
 	margin: 5px 0px;
 	border: none !important;
 }

 .q_image_with_text_over h2
 {
 	font-size: 42px;
 	line-height: 52px;
 	text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.60);
 }

  @media only screen and (max-width: 800px){
 
 .q_image_with_text_over h2
 {
 	font-size: 30px;
 	line-height: 40px;
 }
 }

 @media only screen and (max-width: 500px){
 
 .q_image_with_text_over h2
 {
 	font-size: 20px !important;
 	line-height: 30px !important;
 }
 }

 .q_image_with_text_over .shader
 {
 	background-color: rgba(0,0,0,0.25);
 }

.blog_holder.blog_single article h2 
{
    display: none;
}

.blog_holder article .post_info 
{
    display: none;
}

.q_masonry_blog_post_info 
{
display:  none;
}

.q_masonry_blog_excerpt
{
display:  none;
}

.cover_boxes ul li .box .thumb 
{
pointer-events: none;
}