/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.8.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.sub-heading {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
}
.hidden {
	display: none !important;
}

#media_image-2 img {
	width: 200px;
}
#text-2 {
	margin-bottom: 25px;
}
/* .page-id-207 .header_bottom {
	background-color: rgba(0, 0, 0, 0.5) !important;
} */
.page-id-207 .header_bottom,
.page-id-558 .header_bottom,
.page-id-674 .header_bottom,
.page-id-1002 .header_bottom,
.page-id-1021 .header_bottom,
.page-id-737 .header_bottom {
	background: transparent !important;
}
.q_logo a {
	height: 70px !important;
}
.qodef-cf7-columns {
	display: flex;
	align-items: center;
	gap: 20px;
}
.wpcf7-submit {
	margin-top: 30px !important;
}
.wpcf7-text,
.wpcf7-textarea {
	background-color: transparent !important;
	border-bottom: 1px solid #ffffff !important;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	padding: 15px 0 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-family: "Lato", Sans-serif !important;
	color: #ffffff !important;
	line-height: 24px !important;
}
.wpcf7-textarea {
	margin-top: 10px;
}
.footer_top_holder {
	background: linear-gradient(to top, #000000, #111111) !important;
}
.footer_top h5 {
	position: relative;
	font-family: "Lato", Sans-serif !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer_top h5::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 33px;
	height: 1px;
	background-color: #FBBA00;
}

@media screen and (max-width: 991px) { 
	.hero-button .elementor-element .qbutton,
	.get-in-touch .elementor-element .qbutton {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.header_bottom {
		padding: 0 20px !important;
	}
	.services,
	.about {
		width: 100% !important;
	}
	.services .elementor-widget-text-editor p {
		font-size: 14px;
		line-height: 18px;
	}
	.mobile_menu_button {
		margin: 0 !important;
		float: right !important;
	}
	.logo_wrapper,
	.q_logo a {
		left: 0 !important;
	}
	header .q_logo img.mobile {
		width: 150px !important;
	}
	nav.mobile_menu {
		background-color: transparent !important;
	}
	nav.mobile_menu ul li {
		border-color: transparent !important;
	}
	.footer_top, 
	.footer_top.footer_top_full {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.footer_top h5 {
		font-size: 20px !important;
	}
	.footer_bottom_holder .two_columns_50_50 {
		padding: 15px 0;
	}
	.footer_bottom_holder .footer_bottom p {
		padding: 15px 0;
	}
}

.animated.animated-fast {
  animation-duration: .75s; }

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.elementor .fadeInUp {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

.elementor .fadeInDown {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort; }

.elementor .fadeInLeft {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }

.elementor .fadeInRight {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }