/*
Theme Name:         Federation Online Theme
Theme URI:          https://fed.sonardev.com.au
Description:        Federation Online WordPress Theme
Version:            1.0.0
Author:             Sonar Group
Author URI:         https://sonargroup.com.au
Text Domain:        sage

Template:           oes-theme

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.main-header.inner { 
    display: block !important; 
}

.main-search { 
    display: none; 
}

#countdownStickyBar.inner { 
    display: block !important; 
}

/* Brochure modal – allow the country list to display properly */
#brochureModal .iti__flag-container{
    max-height: none !important;
    overflow: visible !important;
  }
  
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

