/*
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");
.abutton {
border: 1px solid #ffae00;
border-radius: 5px;
width: 170px;
display: block;
padding: 10px;
	font-weight:bold;
}
.abutton:hover {
	background:#ffae00 !important;
	color:#fff !important;
}
.post_text {
    text-align: left;
}
.breadcrumb {
    position: relative;
    height: 100%;
    font-size: 13px;
    top: 20px;
    left: 5px;
}
.blog_holder.blog_small_image h2, .blog_holder.blog_small_image h2 a {
    margin-bottom: 20px;
}
.post_image {
    width: 40% !important;
}
@media only screen and (max-width: 600px)
{
.post_image {
    width: 100% !important;
    margin-top: 30px !important;
}
}