/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*
El Segundo Brewing child theme
*/

/* ------------------------------------------------------------------------------------
	Styles to ensure the site meets WCAG 2.0 AA requirements
   ------------------------------------------------------------------------------------ */

/* 
Primary color #4f8abe changed to #407bae to enforce contrast requirement.
*/

/* Visually hidden: hide content but leave it available for screen readers
   Ref. https://a11yproject.com/posts/how-to-hide-content/
   ------------------------------------------------------------------------------------ */

.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Footer links */
.avia_iconbox_title,
.avia-menu-text {
  color: #fff;
}

/* Subscribe button focus
   ------------------------------------------------------------------------------------ */
form.avia-mailchimp-form input[type="submit"]:focus {
  outline: 1px solid #fff;
}

.copyright a:focus {
  outline: 1px solid #fff;
}
