/*
Theme Name: VW Corporate Pro Child
Theme URI:  https://www.vwthemes.com/premium/corporate-wordpress-theme/
Author: VW Themes
Author URI:  http://www.vwthemes.com/
Description: VW Corporate Pro child theme.
Template:  vw-corporate-pro
Version: 0.1
License: GNU General Public License
License URI:license.txt
Text Domain: vw-corporate-pro-child
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

VW Corporate Pro Child WordPress Theme has been created by VW Themes(vwthemes.com), 2017.
VW Corporate Pro Child WordPress Theme is released under the terms of GNU GPL
*/

body {
  font-family: 'open sans' !important;
}

.fullwidth-dropdown .nav {
	margin:0px;
}

.fullwidth-dropdown .nav-item {
	padding:20px;
}

.fullwidth-dropdown .dropdown {
	position: static;
}

.fullwidth-dropdown .dropdown.show {
	background-color: #d5223e;
}

.fullwidth-dropdown .dropdown.show > a {
  color: #fff !important;
}

.fullwidth-dropdown .dropdown-menu {
	position: fixed!important;
	width: 100%;
	float:left;
	top:90px; 
	background-color:#d5223e;
	border-radius: none;
	border: none;
}

.fullwidth-dropdown .dropdown-menu > a {
	display: inline-block;
	width: auto;
	color:#fff;
}