/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");


.hiddenTitle {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skipto {
  position: absolute;
  width: 100%;
  padding: 0 25px 0 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  display: block;
  background: #ffffff;
  color: #000000 !important;
  text-decoration: underline;
  text-align: right;
  box-sizing: border-box;
}

.skipto:focus,
.skipto:active {
  position: static;
  clip: unset;
  -webkit-clip-path: none;
  clip-path: none;
  background: #ffffff;
  padding: 0.625rem 1.25rem;
  display: block;
  outline: auto 5px -webkit-focus-ring-color;
}

.skipto:hover {
  text-decoration: underline;
  color: #000000;
}

nav.main_menu ul li.active a {
    color: #969696;
}