/*
Theme Name: Roco Legal
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: SEIRO Agency
Author URI: https://www.seiro.io/
Version: 1.1.11
Template: bridge
*/
@import url("../bridge/style.css");

.text-white {
	color: white !important;
}

.q_logo > a img:not(.mobile) {
	height: 80% !important;
	padding-top: 7px;
	padding-bottom: 10px;
}

.q_logo > a img.mobile {
	height: 50% !important;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* Fix width dropdowns */
.drop_down .narrow .second .inner ul li {
  width: auto !important;
}


.drop_down .narrow .second .inner ul li a span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

/* Hide logo only on home */
.home img.dark, .home img.light, .home img.mobile {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
	.home header .q_logo img.mobile {
  		display: none !important;
	}
	
	.header_bottom {
        position: absolute; /* Keeps it at the top */
        width: 88%;
        background-color: transparent !important; /* Ensures transparency */
		margin: 0px auto;
    }
	
	nav.mobile_menu {
		margin: 0px auto;
	}
	
	nav.mobile_menu > ul {
		width: 90%;
	}
}

/***********************/