/*
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");
/*
.vc_row.wpb_row.section.vc_row-fluid.stage:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(/wp-content/uploads/2023/07/stage-wave.svg) ;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 1;
	padding: 0;
	pointer-events: none;
	margin: 0;
}
*/

/* Header Top */
.header_top .header-widget.widget_nav_menu {
	padding: 0;
}

#menu-menu-top li a {
	padding: 0 17px;
}

#menu-menu-top li:first-child a {
	color: #71ba72;
	font-weight: 700;
	letter-spacing: 0.3px;
}

#menu-menu-top li:last-child a {
	color: #e35d1f;
	font-weight: 700;
	letter-spacing: 0.3px;
}

i.menu_icon.icon_mail.fa + span {
	display: none !important;
}

/* UL OL */
.wpb_content_element ul,
.wpb_content_element ol {
	list-style-position: outside;
	padding-left: 20px;
	line-height: 34px;
}

/* BUTTONS */
a.qbutton.default.orange {
	border-color: #e35d1f;
	background-color: #e35d1f;
}

a.qbutton.default.yellow {
	border-color: #fade52;
	background-color: #fade52;
}

a.qbutton.default.center {
	display: table;
	margin: 0 auto;
}

/* Stage */
.vc_row.wpb_row.section.vc_row-fluid.stage:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0.8) 30%, transparent 50%);
}
.stage .q_elements_holder .q_elements_item:last-child .q_elements_item_content {
	min-height: calc(100vh - 165px);
	padding: 0 !important;
}

/* SVG Images */
.svg img { width: 100%; }

/* Expandable Row */
span.more_facts_button_text {
    display: inline-block !important;
    width: auto;
    letter-spacing: 1px;
    text-shadow: none;
    color: #ffffff;
    border-color: #e35d1f;
    font-size: 16px !important;
    line-height: 56px !important;
    height: 56px !important;
    font-weight: 700 !important;
    background-color: #e35d1f;
    -webkit-border-radius: 29px;
    text-transform: uppercase;
    border-width: 1px;
    padding: 0 50px !important;
}

.green-btn span.more_facts_button_text {
	border-color: #71ba72;
	background-color: #71ba72;
}

span.more_facts_button_arrow {
	display: none !important;
}

/* Footer */
span.q_social_icon_holder.circle_social .fa-stack {
	width: 2em;
	height: 2em;
	line-height: 2em;
}

span.q_social_icon_holder.circle_social .fa-stack .fa {
	font-weight: 500;
}

span.q_social_icon_holder.circle_social .fa-linkedin:before {
	content: "\f0e1";
}

.footer_top .footer-social-network {
	clear: both;
	padding: 30px 0 50px;
}

.footer_top .footer-logo {
	margin-bottom: 50px;
}

.footer_top .four_columns .column_inner > .widget_nav_menu {
	margin-bottom: 0 !important;
}

@media all and (min-width: 769px) {
	ul#menu-footer-shortlinks li {
		display: inline-block;
	}
	
	ul#menu-footer-shortlinks li:nth-child(n+2) {
		margin-left: 30px;
	}
}

@media all and (min-width: 1200px) {
	.footer_top .footer-logo {
		float: left;
		width: 36%;
	}
	
	.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
		width: 16%;
	}
}

.footer_top a.footer-link:not(.qbutton) {
	color: #71ba72 !important;
	font-weight: 700;
}

/* TESTIMONIAL */
.testimonials_c_holder .testimonial_content_inner {
	background: none;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 0;
}

.testimonials_c_holder .testimonial_content_inner p:not(.testimonial_author) {
	font-style: italic;
}

/* Title */
.title.has_background {
	background-size: 100% auto !important;
}

.title.has_background .title_holder {
	position: relative;
}

.title.has_background .title_holder:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(113, 186, 114, 1), transparent);
}

.subtitle {
	display: inline-block;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
}

.title_subtitle_holder_inner h1 {
	color: #fff;
	font-size: calc(40px + (70 - 40) * ((100vw - 300px) / (1600 - 300))) !important;
}
/*
.title_subtitle_holder_inner .separator {
	background-color: #fff;
}*/

.subtitle .sub {
	font-size: 20px;
	font-weight: 400;
}
/*
.title_subtitle_holder_inner {
	max-width: 500px;
	background: #71ba72;
	padding: 15px 25px;
}*/

/* Process */
.q_circles_holder .q_circle_inner2 {
	background: linear-gradient(180deg, rgba(144,241,146,1) 0%, rgba(113,186,114,1) 40%, rgba(113,186,114,1) 100%) !important;
}

/* Flip Boxes */
.touchevents .oxilab-flip-box-flip-right-to-left .oxilab-flip-box-back {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
}

.touchevents .oxilab-flip-box-flip-right-to-left .oxilab-flip-box-front .oxilab-flip-box-2-data {
	display: none;
}

@media all and (max-width: 500px) {
	.oxilab-flip-box-back-2-data .oxilab-info {
		font-size: 12px !important;
		line-height: 1.4;
	}
}

@media all and (min-width: 769px) {
	.flip-boxes-wrp .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.flip-boxes-wrp .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .wpb_content_element {
		width: 50%;
	}
}

@media all and (min-width: 1400px) {
	.flip-boxes-wrp .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .wpb_content_element {
		width: calc(100% / 3);
	}
} 

/* Sticky Elements */
.sticky-link {
    position: fixed;
    top: calc(50% - 75px);
    right: 0;
	box-sizing: border-box;
    transform: translateX(calc(100% - 56px)) translateY(-50%);
    transition: transform 0.3s ease-in-out;
    background: #fff;
    color: #fff;
    padding: 8px;
    text-decoration: none;
	border: 2px solid #71ba72;
	border-right: 0;
	z-index: 11111;
	font-size: 40px;
	font-weight: 700;
}

.sticky-link img {
	max-height: 50px;
}

#link2 {
	top: calc(50% - 0px);
	border-color: #e35d1f;
}

.sticky-link:hover, .sticky-link.expanded {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
}

.touchevents .sticky-link {
	display: none;
}
/* Team */
.q_team .q_team_title_holder .q_team_name {
	font-weight: 700;
	text-transform: uppercase;
}

.q_team {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
}
.q_team .q_team_title_holder span {
	font-size: 16px;
	font-style: italic;
}

.q_team .q_team_text_inner .separator {
	display: none;
}

.q_team .q_team_image {
	aspect-ratio: 2/1.8;
	overflow: hidden;
}

/* Contact Form 7 */
.wpcf7 form.wpcf7-form p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

/* Accordion */
.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
	color: #fff !important;
}

/* Blog Single */
.blog_holder article .post_image {
	position: relative;
	max-height: 600px;
	overflow: hidden;
}

.blog_holder article .after-content {
	padding: 100px 0;
}

@media all and (min-width: 768px) {
	.blog_holder article .post_image:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 1;
	}

	.blog_holder article .post_image .entry_title_holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		z-index: 2;
	}

	.blog_holder article .post_image .entry_title_holder > * {
		text-transform: none;
		font-weight: 700;
		color: #fff;
		max-width: 80%;
		font-size: 40px;
		line-height: 1.2;
	}
}

@media all and (min-width: 1280px) {
	.blog_holder article .post_image .entry_title_holder > * {
		font-size: 50px;
		line-height: 60px;
	}
}

/* Blog Teaser */
.latest_post_holder.boxes>ul>li .latest_post {
	padding: 19px 20px 10px 0;
}

.latest_post_holder.boxes>ul>li .latest_post p.excerpt {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(0,0,0,0.7);
}

/* Mobile */
@media all and (max-width: 768px) {
	.stage .q_elements_holder .q_elements_item:last-child .q_elements_item_content {
		min-height: 0;
	}
}

@media all and (max-width: 767px) {
	.stage .q_elements_holder .q_elements_item:last-child .q_elements_item_content {
		min-height: 0;
	}
	.wpb_column.vc_column_container.vc_col-sm-6 {
		margin-bottom: 60px;
	}
}

/* .image-seperator */
.image-seperator {
	padding-top: 28vw !important;
	background-position: top !important;
}