/*
Theme Name: AIL Custom Theme
Theme URI: http://demo.sitebynorex.com
Author: Norex
Author URI: http://sitebynorex.com
Description: Custom website theme for AIL

*/

.topbar-contact__icon{
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 1.5rem !important;
    margin-top: 1px !important;
}

.sidebar-panel.contact .sidebar-panel__inner{
    position: relative;
}

.sidebar-panel.contact .sidebar-panel-close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 2rem;
    color: #333;
}

@media screen and (min-width: 64em) {
  .hide-desktop {
    display: none !important;
  }
}

/**
 * Gravity Forms - Remove top margin from first field
 * Contact forms: Form IDs 2 and 5 for the contact page
 */
#gform_fields_2 li:first-child,
#gform_fields_5 li:first-child {
    margin-top: 0 !important;
}