/*
Theme Name: Enfold Child Theme
Description: Enfold Chid Theme
Version: 1
Author: Richweb
Author URI: http://www.richweb.com
Template:     enfold
Text Domain:  enfold-child
*/


a {
    text-decoration: underline;
}
a:focus {
    outline: dotted;
    outline-width: thin;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
tr th {
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.skip-link {
    position: absolute;
    top:-100px;
    /* Styled to match the default WordPress screen reader text */
    background-color: #f1f1f1;
    -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    color: #21759b;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: auto;
    left:6px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none !important;
    width: auto;
    z-index: 100000; /* Above WP toolbar */    
    -webkit-transition: top .75s ease-out;
    transition: top .75s ease-out;
}
.skip-link:focus {
    color: #21759b;
    top: 7px;
    -webkit-transition: top 0s;
    transition: top 0s;
}
#top #wrap_all .av-main-nav ul > li:hover > a { 
    padding: 8px 15px !important;
}
