/*
Theme Name: Bridge
Theme URI: http://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: http://qodethemes.com/
Text Domain: bridge
Version: 25.3
License: GNU General Public License
License URI: licence/GPL.txt

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

*/
h1,h2,h3,h4,h5,h6{
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
ul{
	margin-left: 20px;
}
ul li{
	color: #1e1e1e;
}
.page .content{
	margin-top:-91px;
}
header{
	padding: 10px 0px;
}
header:not(.sticky):not(.scrolled) .header_bottom, header.fixed_top_header .bottom_header{
	border-bottom: 0!important;
}
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a{
	text-shadow: 1px 1px 1px #000;
}
.light:not(.sticky):not(.scrolled) nav.main_menu ul li a span.underline_dash{
	box-shadow: 1px 1px 1px #000;
}
.single-post .title.title_size_small h1{
	font-size: 30px;
	line-height: 36px;
}
.goal-home p, .goal-home h4{
	color: #fff;
}
.team-main .elementor-column.elementor-col-33, .team-main .elementor-column[data-col="33"]{
	width: 15%;
}
.team-main .elementor-column.elementor-col-66, .team-main .elementor-column[data-col="66"]{
	width: 85%;
}
.team-image .q_team .q_team_text{
	padding: 0px!important;
}
.q_team .q_team_text{
	padding: 0px 16px!important;
}
.q_team .q_team_description_inner{
	padding: 0px!important;
	text-align: left!important;
}
.q_team .q_team_title_holder{
	text-align: left!important;
}
.q_team .q_team_title_holder .q_team_name{
	margin-bottom: 10px!important;
	text-align: left;
}
/*.team-main.elementor-section-boxed > .elementor-container{
	max-width: 1100px!important;
	margin:0 auto;
	padding: 30px 0 0;
}*/
.team-image .q_team .q_team_social_holder .q_social_icon_holder i.simple_social, .team-image .q_team .q_team_social_holder .q_social_icon_holder span.simple_social{
	color: #000000;
}
.nf-form-content input, .nf-form-content textarea{
	font-family: 'Inter';
}
footer .column3 h6{
	line-height: 1.4em;
}
footer .column3 h3{
	font-size: 38px;
	line-height: 1.4em;
	margin-bottom: 10px!important;
}
footer .column3 ul li{
	line-height: 1.4em;
	margin-bottom: 10px;
	text-transform: none;
}
.footer_top .column3 a:not(.qbutton){
	text-transform: none;
}
@media only screen and (max-width: 600px){
.team-main .elementor-column.elementor-col-33, .team-main .elementor-column[data-col="33"]{
	width: 100%;
}
.team-main .elementor-column.elementor-col-66, .team-main .elementor-column[data-col="66"]{
	width: 100%;
}
]