/*
Theme Name: AlexanderGroup
Theme URI:
Author: The Honor Roll
Author URI: https://www.thehonorroll.com
Version: 4.3
Description: Alexander Group theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alexandergroup
Tags: custom-background, custom-colors, custom-header, custom-logo, custom-menu, theme-options
*/

body.admin-bar header {
    top:32px !important;
}
@media all and (max-width:782px) {
    body.admin-bar header {
        top:46px !important;
    }
}

/* MEGAMENU */
/* add bottom padding to sub-parent UL to accommodate for longer child list */
.sub-menu.alt {
	padding-bottom: 55px;
}
/* fix hover underline position in FF */
@-moz-document url-prefix() {
  .sub-menu > li > a span {
    display: inline-block;
  }
}

/* SEARCH FIELDS */
/* remove search field 'X' from IE */
input[type=search]::-ms-clear { display: none; width: 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width: 0; height: 0; }
/* remove search field 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }