/*
* Theme Name:         Stratus Child
* Template:   stratusx
*/


@media only screen and (max-width: 767px) {
	.navbar-default .navbar-collapse {
		padding-right: 0px !important;
	}

	.navbar-default .dropdown-menu {
		position: static;
		float: none;
		background: transparent;
		width: 100%;
		box-shadow: none;
		border: none;
	}

	.navbar-default .dropdown-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}