/*
Theme Name: Bridge Child
Theme URI: https://themeforest.net/item/bridge-creative-multipurpose-wordpress-theme/full_screen_preview/7315054
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Bridge child theme.
Template: bridge
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: bridge-child
*/

.title.has_fixed_background {
	background-size: contain !important;
}

.homepage-appointment-image p {
	margin-top: 0 !important;
}

.homepage-appointment-image img {
	width: 100% !important;
}

.service-image-shape img {
	border-radius: 50px;
}

.about-row img {
	border-top: 10px solid #fe7ba7;
}

.footer_top p {
	margin-bottom: 7px;
}

.footer_col1 #media_image-2 {
	margin-bottom: 20px;
}

.footer_bottom a {
	color: white !important;
    text-decoration: underline;
}

.woocommerce ul.products li.product a.product-category.product-info {
	background-color: #fe7ba7;
	padding-bottom: 1px;
}

.woocommerce ul.products li.product h6 {
    color: #fff;
}

.woocommerce ul.products li.product .price {
    color: #fff !important;
}

.woocommerce ul.products li.product:hover h6 {
    color: #000 !important;
}

.woocommerce div.product {
    margin-top: 50px;
}

.single-product .title_outer {
	display: none;
}

.woocommerce div.product .product_meta {
    display: none;
}

.hide-section {
	display: none !important;
}

/* Blog */

.post .entry_date,
.post .post_info {
	display: none !important;
}

@media only screen and (max-width: 480px) {
  	.mb-colm-pad .vc_column-inner {
		padding-top: 30px !important;
	}
	.page-template-default .single-service-page {
		padding: 0 !important;
	}

	.single-service-page .wpb_text_column {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.blog_holder {
		margin-top:50px;
	}
	.single .default_template_holder {
		padding-top: 18px !important;
	}
	.contact-form-column {
		padding-top: 30px;
	}
	.header_bottom_right_widget_holder {
		display: block !important;
		padding: 15px 0 !important;
	}

}