/*
Theme Name: Clean Air For Bristol
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.tribe-events-tooltip {
  display: none !important;
}

/* underline all links on all pages and posts*/
#main a:link, a:visited{
 text-decoration: underline;
}

.cn-button.bootstrap {
    color: #fff;
    background: #AC0202;
}

.cn-button.wp-default {
    background: #AC0202 !important;
        background-color: #AC0202 !important;
}

.cn-button:focus {
    color: #fff;
    outline: 2px solid red !important;
}

.cn-close-icon:focus {
    outline: 2px solid red !important;
}

#cn-notice-text a:link {
  color: #fff;
  text-decoration: underline;
}
#cn-notice-text a:hover {
  color: #D72B14;
  text-decoration: underline;
}

.hero-boxes a:link {
    color: #fff;
    text-decoration: none;
}

.hero-boxes a:hover {
  color: #C9D9DE;
  text-decoration: underline;
}

.hero-boxes a:visited {
  color: #fff;
  text-decoration: none;
}