/*
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__link{
    color: #f77f2f !important;
}
.topbar-contact__link:hover{
    color: #fff !important;
}

.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 Contact Left Side. ID: 12 **/
#gform_wrapper_12  {
    /** Hide form required fields legend **/
    .gform_heading {
        display: none;
    }

    /** Adjust margin for first field **/
    #field_12_9 {
        margin-top: 0 !important;
    }
}

.gfield.no-margin-top {
    margin-top: 0 !important;
}