/*!
 * Alternate Bootstrap CSS
 *
 * Contains similar concepts from Bootstrap CSS v4.5.0.
 *
 * Creating an alt will prevent/reduce conflicts if other plugins/themes use Bootstrap CSS, and
 * will allow more control over CSS styles as well as reduce the file size.
 *
 * @since 1.0.0
 */
/**
 * Gofer SEO - SASS/SCSS Abstract - Variables
 *
 * Contains commonly used values, like color, size, dimensions, etc..
 *
 * @since 1.0.3
 */
.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.gofer-seo-container {
  width: 98%;
  padding-right: 1%;
  padding-left: 1%;
}

.gofer-seo-wrap {
  margin-bottom: 9px;
}

.gofer-seo-wrap-dynamic {
  margin-bottom: 4px;
  margin-top: 5px;
}

@media (max-width: 782px) {
  .gofer-seo-wrap,
  .gofer-seo-wrap-dynamic {
    margin-top: 11px;
  }
}

.gofer-seo-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gofer-seo-col {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.gofer-seo-col-auto {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.gofer-seo-col-1 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.gofer-seo-col-2 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.gofer-seo-col-3 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.gofer-seo-col-4 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.gofer-seo-col-5 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.gofer-seo-col-6 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.gofer-seo-col-7 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.gofer-seo-col-8 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.gofer-seo-col-9 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.gofer-seo-col-10 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.gofer-seo-col-11 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.gofer-seo-col-12 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.gofer-seo-tabs nav {
  display: block;
}

.gofer-seo-tabs .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.gofer-seo-tabs .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.gofer-seo-tabs .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.gofer-seo-tabs .nav-link:hover, .gofer-seo-tabs .nav-link:focus {
  color: #0a58ca;
}

.gofer-seo-tabs .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  .gofer-seo-tabs .nav-link {
    transition: none;
  }
}

.gofer-seo-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.gofer-seo-tabs .nav-tabs .nav-link:hover, .gofer-seo-tabs .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.gofer-seo-tabs .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.gofer-seo-tabs .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.gofer-seo-tabs .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.gofer-seo-tabs .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.gofer-seo-tabs .tab-content > .tab-pane {
  display: none;
}

.gofer-seo-tabs .tab-content > .active {
  display: block;
}
