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

.serv-column {
	display: flex;
	flex-flow: column;
}
.serv-column .qbutton {
	margin-top: 0 !important;
}
.serv-column h2 {
	font-size: 30px !important;
	line-height: 36px !important;
	color: #3d3d63 !important;
	min-height: 72px !important;
}
.home-tattoo > .vc_column-inner > .wpb_wrapper {
	background-image: url('/wp-content/uploads/2018/11/bg.png') !important;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	#two-sections .home-tattoo,
	#two-sections .home-laser {
		width: 50% !important;
	}
	#two-sections .home-tattoo p {
		font-size: 22px !important;
	}
	#four-sections .vc_column_container {
		width: 50% !important;
	}
	#four-sections .vc_column_container>.vc_column-inner {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}
@media screen and (max-width: 1399px) {
	.serv-column h2 {
		font-size: 22px !important;
		line-height: 30px !important;
		color: #3d3d63 !important;
		min-height: 60px !important;
	}
}
@media screen and (min-width: 640px) and (max-width: 767px) {
	#four-sections .vc_column_container {
		width: 50% !important;
		float: left !important;
	}
} 
@media screen and (max-width: 767px) {
	#two-sections .home-tattoo p {
		font-size: 22px !important;
	}
	#four-sections .vc_column_container>.vc_column-inner {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}