/*
Theme Name: Nisarg Child Modern
Template: nisarg
Version: 1.2.0
Description: Responsive refinement child theme for armikon-kaz.ru
*/

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

:root {
  --akz-bg: #f5f3ed;
  --akz-surface: #ffffff;
  --akz-text: #23201b;
  --akz-muted: #5f5a52;
  --akz-accent: #b35a2b;
  --akz-accent-dark: #8f4620;
  --akz-border: #e2d8c9;
  --akz-shadow: 0 8px 24px rgba(35, 32, 27, 0.08);
  --akz-radius: 12px;
  --akz-space-1: 8px;
  --akz-space-2: 12px;
  --akz-space-3: 16px;
  --akz-space-4: 24px;
}

html,
body {
  background: linear-gradient(180deg, #f8f5ef 0%, var(--akz-bg) 100%);
  color: var(--akz-text);
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 1180px;
}

.site-content > .container {
  padding-top: var(--akz-space-3);
  padding-bottom: var(--akz-space-3);
}

p,
li,
td,
th {
  font-size: 1rem;
  line-height: 1.58;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  font-family: "Roboto Slab", Georgia, serif;
  color: #222;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(1.95rem, 3.6vw, 3.05rem);
  line-height: 1.15;
  margin-bottom: 0.7em;
}

h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.7rem);
  line-height: 1.25;
}

a {
  color: var(--akz-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover,
a:focus {
  color: var(--akz-accent);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--akz-accent);
  outline-offset: 2px;
}

.navbar {
  border-bottom: 1px solid var(--akz-border);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar.navbar-default.navbar-fixed-top.navbar-left {
  left: 0;
  right: 0;
  width: 100%;
}

#navigation_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--akz-space-2);
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar-header {
  float: none;
  min-width: 0;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand img {
  max-width: 210px;
  width: 100%;
  height: auto;
}

.number {
  margin-left: auto;
  font-size: 15px;
  line-height: 1.45;
  color: #2b2926;
  text-align: right;
}

.akz-contact-row {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  white-space: nowrap;
}

.akz-contact-email a {
  color: #2b2926;
  font-weight: 700;
  text-decoration: none;
}

.akz-contact-email a:hover,
.akz-contact-email a:focus {
  color: var(--akz-accent);
}

.navbar-default .navbar-nav > li > a {
  display: block;
  color: #f4f6f7;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.4;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 12px 10px;
  text-align: center;
}

.navbar-default .navbar-collapse.navbar-ex1-collapse {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
}

.navbar-nav {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(180deg, #141414 0%, #080808 100%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  float: none;
}

.navbar-default .navbar-nav {
  background: linear-gradient(180deg, #141414 0%, #080808 100%);
}

.navbar-nav > li {
  flex: 1 1 0;
  min-width: 0;
  float: none;
  text-align: center;
  margin: 0;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav,
  .navbar-nav {
    display: flex;
    align-items: stretch;
  }

  .navbar-default .navbar-nav > li,
  .navbar-nav > li {
    display: flex;
    align-items: stretch;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-nav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 100%;
    min-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.current_page_item > a {
  color: #ffffff;
  background: rgba(179, 90, 43, 0.2);
  border-bottom-color: var(--akz-accent);
}

.navbar-default .navbar-nav > li > a:focus-visible {
  color: #ffffff;
  background: rgba(179, 90, 43, 0.24);
  border-bottom-color: var(--akz-accent);
}

.site-header {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 var(--akz-space-3) 0 !important;
  box-shadow: none !important;
}

.site-header .home-link {
  min-height: 0;
}

.site-header .site-branding {
  position: static;
  transform: none;
  margin: 0 auto;
}

#primary,
#secondary {
  box-sizing: border-box;
  padding-left: var(--akz-space-2);
  padding-right: var(--akz-space-2);
}

.widget,
article,
.page-content,
.entry-content {
  background: var(--akz-surface);
  border-radius: var(--akz-radius);
  box-sizing: border-box;
}

.widget,
article {
  border: 1px solid var(--akz-border);
  box-shadow: var(--akz-shadow);
}

.widget {
  padding: var(--akz-space-2);
}

article {
  padding: var(--akz-space-2);
}

.entry-content {
  font-size: 1rem;
  line-height: 1.62;
  display: flow-root;
  overflow-wrap: anywhere;
  width: 100%;
  max-width: 100%;
  margin-top: var(--akz-space-2);
  padding: 0 var(--akz-space-3) var(--akz-space-2);
}

.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
  font-size: 1em;
  line-height: 1.62;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table,
.entry-content blockquote {
  margin: 0 0 var(--akz-space-3);
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.4em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: var(--akz-space-4);
  margin-bottom: var(--akz-space-2);
  line-height: 1.3;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child {
  margin-top: var(--akz-space-1);
}

/* Neutralize harmful inline typography from legacy editor content. */
.entry-content [style*="font-size"],
.entry-content font {
  font-size: 1em !important;
  line-height: 1.62 !important;
}

.post-content [style*="font-size"],
.post-content font,
.entry-summary [style*="font-size"],
.entry-summary font {
  font-size: 1em !important;
  line-height: 1.62 !important;
}

.entry-content [style*="width"],
.entry-content [width] {
  max-width: 100% !important;
}

.entry-content table[style*="width"],
.entry-content td[style*="width"],
.entry-content th[style*="width"],
.entry-content [style*="height"] {
  width: auto !important;
  height: auto !important;
}

.entry-content [style*="margin-left"],
.entry-content [style*="margin-right"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.post-content img,
.entry-content img,
.entry-summary img,
.wp-caption,
.entry-attachment img {
  max-width: 100% !important;
  height: auto !important;
}

.entry-content img,
.widget img {
  max-width: 100%;
  height: auto;
}

/* Keep table semantics on desktop, make scrollable on smaller screens only */
.entry-content table,
.entry-summary table,
.post-content table,
.comment-content table,
.widget table {
  width: 100%;
  display: table;
}

.entry-content table {
  table-layout: auto;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  vertical-align: top;
  word-break: normal;
  white-space: normal;
}

.panel-group .collapsing {
  transition: height 0.32s ease;
}

.entry-content .akz-accordion-table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
}

.entry-content .akz-accordion-table > tbody > tr > td:first-child {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  vertical-align: top;
}

.entry-content .akz-accordion-table > tbody > tr > td:last-child {
  width: auto !important;
  vertical-align: top;
}

.entry-content .akz-accordion-table img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
}

.akz-map-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--akz-border);
  border-radius: 10px;
}

.akz-map-responsive iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.akz-products-intro {
  margin-bottom: 10px;
}

.akz-products-catalog,
.akz-products-catalog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.akz-products-catalog > li {
  border-bottom: 1px solid var(--akz-border);
}

.akz-products-catalog a {
  display: block;
  width: 100%;
  padding: 10px 12px;
  color: var(--akz-text);
  text-decoration: none;
  line-height: 1.45;
}

.akz-products-catalog ul a {
  padding-left: 24px;
  color: #3a352d;
}

.akz-products-catalog a:hover,
.akz-products-catalog a:focus {
  background: rgba(179, 90, 43, 0.08);
  color: var(--akz-accent-dark);
}

.site-footer {
  background: linear-gradient(90deg, #1c1e22 0%, #111319 100%);
  color: #f0f0f0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.site-footer a {
  color: #e0edf8;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #ffffff;
}

.footer-box {
  display: flex;
  flex-wrap: wrap;
  gap: var(--akz-space-3);
  align-items: flex-start;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 22px var(--akz-space-3) 16px;
  box-sizing: border-box;
}

#secondary .widget:first-child,
#secondary #text-3.widget {
  margin-top: 0 !important;
}

#secondary #text-3.widget {
  padding-top: 0;
}

#secondary {
  background: transparent !important;
}

#secondary .widget {
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

#secondary .widget ul,
#secondary .widget .menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#secondary .widget li {
  margin: 0;
  padding: 0;
}

#secondary .widget a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#secondary .widget_nav_menu .menu > li > a {
  padding-left: 16px;
}

#secondary .widget_nav_menu .sub-menu {
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
}

#secondary .widget_nav_menu .sub-menu > li > a {
  padding-left: 30px !important;
  line-height: 1.35;
}

#secondary .widget_nav_menu .sub-menu .sub-menu > li > a {
  padding-left: 42px !important;
}

#secondary #text-3 .textwidget {
  text-align: center;
}

#secondary #text-3 .textwidget a {
  display: inline-block;
  width: auto;
  max-width: 100%;
  background: transparent !important;
  padding: 0 !important;
  line-height: normal !important;
}

#secondary #text-3 .textwidget img {
  display: block;
  margin: 0 auto;
}

.footer-box .footer-menu,
.footer-box .footer-menu1,
.footer-box .footer-menu3 {
  min-width: 170px;
  flex: 1 1 170px;
}

.site-footer .widget {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.site-footer .widget ul {
  margin: 0;
  padding-left: 18px;
}

.site-footer .widget li {
  margin-bottom: 6px;
  line-height: 1.45;
}

.site-footer .widget_text .textwidget img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.site-info {
  width: 100%;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  line-height: 1.5;
}

.site-info .metrika {
  margin-top: 6px;
}

.akz-lead-trigger {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(180deg, #c86a37 0%, #8f4620 100%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
  letter-spacing: 0.01em;
}

.akz-lead-trigger:hover,
.akz-lead-trigger:focus-visible {
  background: linear-gradient(180deg, #d9773f 0%, #9f4f24 100%);
}

.akz-lead-modal[hidden] {
  display: none;
}

.akz-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 18px;
  box-sizing: border-box;
}

.akz-lead-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.akz-lead-dialog {
  position: relative;
  width: min(380px, 100%);
  max-width: 100%;
  background: #ffffff;
  color: var(--akz-text);
  border: 1px solid var(--akz-border);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  padding: 16px;
  box-sizing: border-box;
}

.akz-lead-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 19, 25, 0.08);
  color: #111319;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.akz-lead-dialog h3 {
  margin: 0 28px 6px 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.akz-lead-subtitle {
  margin: 0 0 12px;
  color: var(--akz-muted);
  font-size: 15px;
  line-height: 1.45;
}

.akz-lead-notice {
  margin: 0 0 12px;
  padding: 10px 12px;
  background: #f6f9ed;
  border: 1px solid #d7e4be;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.42;
}

.akz-lead-form {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.akz-lead-form label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.akz-lead-form input,
.akz-lead-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #cfc5b8;
  border-radius: 8px;
  padding: 9px 10px;
  background: #ffffff;
  box-sizing: border-box;
}

.akz-lead-form textarea {
  resize: vertical;
  min-height: 92px;
}

.akz-lead-form button[type="submit"] {
  margin-top: 4px;
}

.akz-honeypot {
  position: absolute !important;
  left: -10000px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

button,
input[type="submit"],
input[type="button"],
.btn,
.read-more {
  background: var(--akz-accent);
  border-color: var(--akz-accent);
  color: #fff;
  border-radius: 8px;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.read-more:hover {
  background: var(--akz-accent-dark);
  border-color: var(--akz-accent-dark);
}

@media (max-width: 1100px) {
  .navbar-brand img {
    max-width: 190px;
  }
}

@media (max-width: 900px) {
  .number {
    font-size: 14px;
  }

  .akz-contact-row {
    gap: 8px;
  }

  .site-header {
    min-height: 42px !important;
  }
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }

  #content.site-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #content.site-content > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  #content.site-content > .container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #navigation_menu {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  #primary,
  #secondary {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .navbar-header {
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .navbar-toggle {
    display: block;
    margin: 8px 0;
  }

  .navbar-collapse.collapse {
    width: 100%;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .navbar-collapse.collapse:not(.in) {
    display: none;
    height: 0 !important;
  }

  .navbar-collapse.collapse.in {
    display: block;
    height: auto !important;
  }

  .navbar-default .navbar-nav,
  .navbar-nav {
    display: block;
    float: none !important;
    max-width: none;
    margin: 0;
    background: linear-gradient(180deg, #141414 0%, #080808 100%);
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar-nav > li {
    flex: none;
    float: none;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .navbar-default .navbar-nav > li > a {
    color: #f4f6f7;
    white-space: normal;
    padding: 11px 14px;
    line-height: 1.4;
    font-size: 15px;
    text-align: left;
    border-bottom: 0;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background: rgba(179, 90, 43, 0.26);
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
  }

  .navbar-nav .dropdown-menu > li {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
  }

  .navbar-nav .dropdown-menu > li > a {
    padding: 9px 22px;
    line-height: 1.45;
    color: #eef0f2;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    float: none !important;
    box-sizing: border-box;
  }

  .menu-item-532 > .dropdown-menu > li,
  .menu-item-532 > .dropdown-menu > li > a {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
  }

  .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-nav .dropdown-menu > li > a:focus {
    color: #ffffff;
    background: transparent !important;
    background-color: transparent !important;
  }

  .number {
    display: none;
  }

  .post-content,
  .entry-content,
  .entry-summary {
    font-size: 16px;
    line-height: 1.58;
  }

  .entry-content table,
  .comment-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 0;
  }

  .entry-content {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .entry-content .akz-accordion-table,
  .entry-content .akz-accordion-table > tbody,
  .entry-content .akz-accordion-table > tbody > tr,
  .entry-content .akz-accordion-table > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .entry-content .akz-accordion-table > tbody > tr > td {
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .entry-content .akz-accordion-table > tbody > tr > td:first-child {
    margin-bottom: 10px;
  }

  #secondary .widget_nav_menu .sub-menu > li > a {
    padding-left: 26px !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.56;
  }

  #navigation_menu {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-brand img {
    max-width: 150px;
  }

  .number {
    display: none;
  }

  .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
  }

  h1 {
    font-size: clamp(1.9rem, 8.6vw, 2.6rem);
  }

  .entry-content table td,
  .entry-content table th {
    min-width: 140px;
  }

  .entry-content .akz-accordion-table td,
  .entry-content .akz-accordion-table th {
    min-width: 0 !important;
  }

  .entry-content p,
  .entry-content li,
  .entry-content td,
  .entry-content th,
  .entry-content div,
  .entry-content span,
  .entry-content a {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .entry-content h4 {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .akz-map-responsive iframe {
    min-height: 300px;
  }

  .footer-box .footer-menu,
  .footer-box .footer-menu1,
  .footer-box .footer-menu3 {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .akz-lead-modal {
    justify-content: center;
    align-items: flex-end;
    padding: 12px;
  }

  .akz-lead-dialog {
    width: 100%;
    max-width: 420px;
  }

  #secondary .widget_nav_menu .menu > li > a {
    padding-left: 14px;
  }

  #secondary .widget_nav_menu .sub-menu > li > a {
    padding-left: 24px !important;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: clamp(1.75rem, 9.4vw, 2.2rem);
  }

  h2 {
    font-size: 1.45rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .entry-content {
    font-size: 16px;
    line-height: 1.58;
    padding-left: 8px;
    padding-right: 8px;
  }

  .akz-lead-trigger {
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    padding: 10px 14px;
  }
}

/* Hard overrides for sidebar alignment and accordion media stability. */
#secondary .widget_nav_menu .menu > li > a {
  padding-left: 16px !important;
}

#secondary .widget_nav_menu .sub-menu {
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
}

#secondary .widget_nav_menu .sub-menu > li > a {
  padding-left: 30px !important;
  line-height: 1.35 !important;
}

#secondary .widget_nav_menu .sub-menu .sub-menu > li > a {
  padding-left: 42px !important;
}

#secondary #text-3 .textwidget {
  text-align: center !important;
}

#secondary #text-3 .textwidget a {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  background: transparent !important;
  padding: 0 !important;
  line-height: normal !important;
}

#secondary #text-3 .textwidget img {
  display: block !important;
  margin: 0 auto !important;
}

.entry-content table.akz-accordion-table {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
}

.entry-content table.akz-accordion-table > tbody > tr > td:first-child,
.entry-content table.akz-accordion-table > tbody > tr > td:last-child {
  vertical-align: top !important;
}

@media (max-width: 991px) {
  #secondary .widget_nav_menu .menu > li > a {
    padding-left: 14px !important;
  }

  #secondary .widget_nav_menu .sub-menu > li > a {
    padding-left: 24px !important;
  }

  .entry-content table.akz-accordion-table,
  .entry-content table.akz-accordion-table > tbody,
  .entry-content table.akz-accordion-table > tbody > tr,
  .entry-content table.akz-accordion-table > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .entry-content table.akz-accordion-table > tbody > tr > td {
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .entry-content table.akz-accordion-table > tbody > tr > td:first-child {
    margin-bottom: 10px;
  }
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  background: #ffeb00 !important;
  background-color: #ffeb00 !important;
  color: #252525 !important;
}

#secondary .widget .sub-menu li a:hover,
#secondary .widget .sub-menu li a:focus {
  color: #252525 !important;
  background: transparent !important;
  background-color: transparent !important;
}

#secondary .widget .current-menu-item > a:hover,
#secondary .widget .current-menu-item > a:focus,
#secondary .widget .current-page-item > a:hover,
#secondary .widget .current-page-item > a:focus,
#secondary .widget .current_page_item > a:hover,
#secondary .widget .current_page_item > a:focus {
  color: #19CAFD !important;
  background: transparent !important;
  background-color: transparent !important;
}
