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

.title_outer .title {
	background-size: cover !important;
	background-position: bottom center !important;
}
.title_outer .title h1 {
	margin-bottom: 0;
}

.v_align_center .full_section_inner, .v_align_center .section_inner_margin {
	display: flex;
	align-items: center;
}

.title .separator.small, .title .separator.small.left {
	margin-bottom: 0;
}

.q_logo img {
	max-height: 70px;
	margin-top: 10px;
}

.scrolled .q_logo img {
	margin-top: 0;
}

.parallax_section_holder  {
	background-size: cover;
}

.wpb_wrapper p {
	margin-bottom: 15px;
}

h1, h2, h3 {
	margin-bottom: 25px;
}
h4, h5, h6 {
	margin-bottom: 15px;
}

.white_text p, .white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6 {
	color: #fff;
}

.full_width_half_content {
	max-width: 565px;
}

form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 35px;
}
label {
	flex: 100%;
	padding: 0 10px;
	margin-bottom: 15px;
}
label.half {
	flex: 40%;
}

.qode_carousels .slides img {
	max-width: 80%;
	margin: auto;
}

.wpb_single_image.full_width .vc_single_image-wrapper {
	width: 100%;
}

footer .column1 {
	top: 0;
}
footer input.wpcf7-form-control.wpcf7-text {
	padding: 10px 15px;
	border-radius: 3px;
}
footer textarea.wpcf7-form-control.wpcf7-textarea {
	height: 75px;
	border-radius: 3px;
}
footer .wpcf7-validation-errors, footer .wpcf7-mail-sent-ok {
	display: none !important;
}

.sponsors .slides{
	display: flex;
	align-items: center;
}
.sponsors img {
	opacity: 0.5;
	transition: all ease 300ms;
}
.sponsors img:hover {
	opacity: 0.8;
}

.image_security_camera {
	margin-top: -100px;
	padding-bottom: 75px;
}

.q_circles_holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.q_circle_outer {
	margin-bottom: 15px !important;
}

@media only screen and (max-width: 1000px) {
	header .q_logo img.mobile {
		max-height: 60px;
		margin: 20px auto 0;
	}
}


@media screen and (max-width: 767px) {
	label.half {
		flex: 100%;
	}
	.wpb_gmaps_widget .wpb_map_wraper iframe {
		height: 350px;
	}
	.image_security_camera {
		padding: 0 15px 35px;
	}
	.v_align_center .full_section_inner, .v_align_center .section_inner_margin {
		display: block;
		align-items: center;
	}
	section.parallax_section_holder {
		min-height: initial !important;
	}
	.home_parallax .parallax_content_full_width {
		background: rgba(255,255,255,0.5);
	}
}

@media only screen and (max-width: 600px) {
	.q_circles_holder .q_circle_outer {
		width: 50% !important;
		margin-bottom: 35px !important;
	}
	.q_circles_holder.four_columns .q_circle_inner {
		height: 140px;
		width: 140px;
	}
	.q_circles_holder.four_columns .q_circle_inner i {
		font-size: 2.5em;
	}
	.q_circle_title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.q_circle_text {
		font-size: 14px;
	}
	.q_circles_holder .q_circle_text_holder {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	div.grid_section .section_inner {
		width: 85%;
	}
	.q_circles_holder .q_circle_outer {
		width: 100% !important;
	}
}