/*
Theme Name: American Iris Society Child
Theme URI: https://www.irises.org/
Author: THIRSTY Agency
Author URI: https://thirsty.agency/
Template: ais
Version: 10.5.15
*/

@import url('../ais/style.css');

 

/* Section Color Overlay */

.color-overlay{
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
   width: 100%;
  height: 100%;
}

/* Search Icon */

.stack-search-menu {
    display: inline-block;
    top:7px;
    position: relative;
}

i.stack-search {
    font-size: 30px;
    color: #fff;
}

.search-box .notification-close-cross {
    top: 1.1em;
    font-size: 30px;
    right: 1em;
}


 @media screen and (max-width: 992px) {
  i.stack-search {
    color: #23527c;
  }

  .stack-search-menu {
    top: -4px; 
 }
}

/* Gravity Forms General Styling */


body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_label {
  color: #fff;
}

 input[type="submit"] {
    padding: 10px 30px 10px 30px;
}

input#gform_submit_button_1 {
    width: 94%;
}

#gform_submit_button_3 {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 50%;
}

.bar .logo {
    max-height: 35px;
    margin-top: 10px;
}

@media (min-width: 1200px) {
.container {
    width: 1300px !important;
    max-width: 100%;
 }
}

@media (max-width: 1023px) and (min-width: 989px){
.bar.bg--secondary .logo.logo-light, .bar.original--bg .logo.logo-light {
    display: block;
  }
}


@media (width: 990px) {
 .bar.bg--secondary .logo.logo-light, .bar.original--bg .logo.logo-light {
     display: none;
   }
 }


 @media (min-width: 991px) {
.bar__module:not(:last-child) {
    margin-right: 0px;
 }
}


@media (min-width: 990px) {
.menu-horizontal li:not(:last-child) {
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 5px;

  }
}

