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

.post_info {
  display: none !important;
}
.date {
  display: none !important;
}
.latest_post_two_info {
  display: none !important;
}

.latest_post_two_holder .latest_post_two_text {
  padding: 30px 24px 36px !important;
}
.entry_title {
	margin-bottom:35px;
}
.latest_post_two_holder.two_columns > ul > li {
  width: 46% !important;
		margin-left: 20px;
  margin-right: 20px;
}
.latest_post_two_holder.four_columns > ul > li {
width: 24% !important;
margin-left: 5px;
margin-right: 5px;
}
.q_icon_with_title .icon_with_title_link {
  display: none !important;
}
@media only screen and (max-width: 1215px) {
	.latest_post_two_holder.two_columns > ul > li {
  width: 83% !important;
  margin-left: 20px;
  margin-right: 20px;
}}
@media only screen and (max-width: 1024px) {
	.latest_post_two_holder, .latest_post_two_holder > ul > li {
  width: 206% !important;
  margin-left: 20px;
  margin-right: 20px;
}}
@media only screen and (max-width: 650px) {
	.latest_post_two_holder, .latest_post_two_holder > ul > li {
  width: 117% !important;
  margin-left: 20px;
  margin-right: 20px;
}}
@media only screen and (max-width: 740px) {
	.latest_post_two_holder, .latest_post_two_holder > ul > li {
  width: 111% !important;
  margin-left: 20px;
  margin-right: 20px;
}}
  @media only screen and (max-width: 1024px){
.latest_post_two_holder, .three_columns > ul > li {
  width: 91% !important;
  margin-left: 20px;
  margin-right: 20px;
}}
.comment_holder {
  display: none !important;
}