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

.q_logo a{
	height: 70px!important;
}
.q_icon_with_title .icon_with_title_link{
	margin: 0px 0 0 0 !important;
}
.header_fixed_right_area .fa-stack {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.q_icon_with_title.tiny.square .icon_text_holder{
	padding-left: 35px!important;
	font-size: 14px;
}
.footer_top h5{
	display: inline-block;
	width: auto;
}
.footer_top h5:after{
	content: '';
	width: auto;
	display:block;
	border-bottom: 1px solid #fff;
}
.woocommerce div.product div.product_meta > span span, .woocommerce div.product div.product_meta > span a{
	color: #444444!important;
	font-family: 'Roboto', sans-serif!important;
}
.woocommerce div.product div.product_meta > .social_share_list_holder > span, .woocommerce div.product div.product_meta > span{
	font-weight: 500!important;
}
.related.products .products {
    margin-bottom: 7% !important;
}
.woocommerce .button, .woocommerce input[type="submit"],
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page .button, .woocommerce-page input[type="submit"],
input.wpcf7-form-control.wpcf7-submit{
	font-family: 'Roboto', sans-serif!important;
}
.qode-woo-image-normal-width.product .button.qbutton.add-to-cart-button {
    display: none;
}
.qode-woo-image-normal-width.product:hover .button.qbutton.add-to-cart-button {
    position: absolute;
    top: 50%;
    z-index: ;
    display: block!important;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
	padding: 0;
	max-width: 180px;
}
.qode-woo-image-normal-width.product:hover .qode-pli-image img{
	opacity: 0.2;
}
.single-product .title_holder h1{
	display: none;
}

/** responsive **/
header.menu_bottom.has_header_fixed_right .mobile_menu_button {
    height: 80px!important;
}
nav.mobile_menu ul li, nav.mobile_menu ul li ul li{
	border-bottom: 0!important;
}
@media only screen and (max-width: 1000px){
	.header_menu_bottom{
		display: none
	}
	.woocommerce .product h1.product_title{
		font-size: 20px!important;
		line-height: 26px;
	}

}

