/*!
Theme Name: allegroconsulting
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allegroconsulting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

allegroconsulting is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

#menu-top-nav .menu-item-has-children:hover .dropdown-menu {
    display: block !important;
}
.sb-slidebar #menu-top-nav-1 .menu-item-has-children .dropdown-menu {
    position: static;
    display: block;
    float: none;
    box-shadow: 0px 0px;
    border: 0px;
    padding: 0;
}
.sb-slidebar #menu-top-nav-1 .menu-item-has-children .dropdown-menu a {
    display: block;
    padding: 5px 10px 5px 20px;
    line-height: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #00965f;
    white-space: inherit;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}
.gallery .gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-form .wpcf7-submit {
    width: auto !important;
}
.wpjb .wpjb-form .wpjb-fieldset-default .wpjb-label, .wpjb .wpjb-form fieldset.wpjb-fieldset-auth .wpjb-label {
    width: 100%;
    font-size: inherit;
}
.wpjb .wpjb-form .wpjb-fieldset-default .wpjb-field input[type="text"], .wpjb.wpjb-page-default-form .wpjb-fieldset-default .wpjb-field input[type="password"] {
    width: auto;
    font-size: inherit;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.wpjb .wpjb-form .wpjb-fieldset-auth .wpjb-field input[type="text"], .wpjb .wpjb-form .wpjb-fieldset-auth .wpjb-field input[type="password"] {
    width: auto;
    font-size: inherit;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.wpjb.wpjr-page-my-home .wpjb-box-myapplications, .wpjb.wpjr-page-my-home .wpjb-box-mybookmarks, .wpjb.wpjr-page-my-home .wpjb-box-myalerts {
    display: none;
}