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

.blog_holder .post .date 
{display: none;}

.blog_holder article .post_info
{display: none;}


.post_excerpt {
    padding-top: 20px;
  
}

.qbutton.small {
	font-size: 16px;
    line-height: 50px;
    height: 50px;
}

.blog_holder.blog_small_image article .post_text .post_text_inner {
    padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
}

@media only screen and (min-width:1200px) and (max-width:1380px){
.q_logo a, .q_logo img{height:80px !important;}
nav.main_menu>ul>li>a{padding:0 15px;font-size:14px;}
}
@media only screen and (min-width:1000px) and (max-width:1200px){
.q_logo a, .q_logo img{height:65px !important;}
nav.main_menu>ul>li>a{padding:0 10px;font-size:13px;}
}
@media only screen and (max-width: 768px) {
	  .blog_holder article {
		width: 100% !important;
	}
	.blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image > a {
		width: 100% !important;
		height: 330px;
	}
}


