/*
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");
@font-face {
	font-family: 'Caviar Dreams';
	src: url(CaviarDreams_Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Metropolis 1920';
	src: url(Metropolis-1920.otf) format('truetype');
}
.wp-block-column .footer-logo img{max-width:200px;}
.q_logo a{height:120px !important}

li.narrow .second .inner ul{
	background: #0F1D22;
	margin-top: -1px;
	padding: 0;
}
nav.main_menu>ul>li>a { padding: 0 10px; }
.drop_down .narrow .second .inner ul li a{ text-align:left; }
@media only screen and (min-width: 1001px) and (max-width:1140px) {
	nav.main_menu > ul > li > a { font-size: 13px; letter-spacing: 2.76px;	}
	nav.main_menu { width: 700px; left:60%; }
}
@media only screen and (min-width: 1001px) and (max-width:1050px) {
	nav.main_menu { left:60%; }
}
@media only screen and (min-width: 1001px) {
	nav.main_menu { width: 790px; }
	.main_menu .closemenu{ display: none !important; }	
}
@media only screen and (max-width: 1000px) {
    nav.main_menu{
		display: block !important;
		position: fixed;
        width: 280px;
        background: #0b1315;
        top: 0px;
        right: -280px;
        left: auto;
		transition: all 0.5s;
    }
	.mobilemenuShow nav.main_menu{
		right: 0;
        transition: all 0.5s;
        height: 100dvh;
        max-width: 100dvh;
        overflow-y: auto;
        overflow-x: hidden;
	}
	.main_menu .closemenu{
		top: 0px;
		right: -280px;
		height: 25px;
		width: 25px;
		background: #eaca74;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px;
		cursor: pointer;
		transition: all 0.5s;
	}
	.mobilemenuShow nav.main_menu .closemenu{
		right: 280px;
        transition: all 0.5s;
	}
	nav.main_menu>ul {
		left:auto;
	}
	nav.main_menu > ul > li > a {
		line-height: 1.5;
	}
	nav.main_menu ul li {
		display: block;
		width: 100%;
		margin: 10px;
	}

	nav.main_menu>ul>li>.second{
		height: auto !important;
		top: auto !important;
		visibility: visible !important;
		opacity: 1 !important;
		right: auto !important;
		position: relative !important;
		width: auto !important;
	}
	.drop_down .narrow .second .inner ul li {
        width: auto;
        margin: 0;
        background: #0b1315;
    }
	.drop_down .second .inner ul.right li a {
		padding: 5px 5px 5px 35px !important;
	}
	.drop_down .second .inner ul.right li a, 
	.drop_down .second .inner ul.right li h5, 
	.text-align-right {
		text-align: left;
	}
	
}
.testimonials_c ul li:not(:first-child) { display:none; }
.widget_nav_menu{ margin-top:30px; }
.fa-phone-square{ margin-right:5px; }
@media only screen and (max-width:767px) {
	.specialmenulist .q_team .q_team_description_inner{ padding:0 10px !important; }
	.specialmenulist .e-con-inner{ grid-template-columns: repeat(1, 1fr); }
}
@media only screen and (max-width:576px) {
	.specialmenulist .e-con-inner{ grid-template-columns: repeat(1, 1fr) !important; max-width:305px !important; }
}