@media only screen and (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .middle-separator .sppb-row > div:not(:last-child) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  .sppb-addon-header .main-link {
    right: 40px;
    top: calc(50% - 7px);
  }
  .sppb-addon-header .main-link a {
    color: #fff;
  }
  .sppb-addon-header .main-link a i {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  .team-header {
    text-align: center;
  }
}
@media only screen and (max-width: 980px) {
  #header .menu-items li {
    padding-top: 16.5px;
  }
  #header .menu-items li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .mainmenu-addon {
    position: relative;
  }
  .mainmenu-addon > div > ul.top {
    position: absolute;
    z-index: 9999;
    left: 0;
    display: block;
    top: calc(100% - 45px);
    background: #ffca2c;
    width: 100%;
  }
  .mainmenu-addon > div > ul.top > li a {
    color: #000 !important;
  }
  .mainmenu-addon > div > ul.top > li:not(:last-child) {
    border-bottom: 1pt dotted #000;
  }
  .mainmenu-addon > div > ul.top > li.parent {
    position: relative;
  }
  .mainmenu-addon > div > ul.top > li.parent > ul {
    background: none;
    border: none;
    transition: all .5s;
    height: 0;
  }
  .mainmenu-addon > div > ul.top > li.parent > ul li a {
    color: #fff !important;
  }
  .mainmenu-addon > div > ul.top > li.parent > ul li a:hover {
    color: #fff !important;
  }
  .mainmenu-addon > div > ul.top > li.parent a.children-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    color: #fff;
  }
  .mainmenu-addon > div > ul.top > li.parent a.children-toggle > i {
    color: #fff;
    line-height: 38px;
    font-size: 30px;
  }
  .mainmenu-addon > div > ul.top > li.parent a.children-toggle img {
    height: 8px;
    margin: 15px auto 0 auto;
    display: block;
  }
  .mainmenu-addon > div > ul.top > li.parent a.children-toggle.open + ul {
    display: block;
    max-height: none;
    height: auto;
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #header > .container-fluid {
    position: relative;
  }
  #header .header {
    height: 60px;
    max-height: 60px;
    position: relative;
  }
  #header .header .navbar-brand {
    margin: 0;
    padding: 10px;
    height: 100%;
  }
  #header .header img.logo {
    width: auto;
    height: 100%;
  }
  #header .header .social-icons {
    display: none;
  }
  #header .header .phone {
    display: none;
  }
  #header .header .navbar-toggle {
    margin-top: 14px;
    margin-right: 14px;
    border: none;
    background: none !important;
  }
  #header .header .navbar-toggle .icon-bar {
    color: #000;
    background-color: #000;
  }
  #header .menu-wrapper {
    height: 0;
    background: #fff;
    border: none;
  }
  #header .menu-wrapper #mainmenu-item-list {
    background: #fff;
  }
  #header .menu-items {
    display: block;
    height: auto;
  }
  #header .menu-items li {
    position: relative;
    padding: 10px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    text-align: left;
    border: 1px solid #000;
  }
  #header .menu-items li a {
    font-family: 'Bree Serif', serif;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 0;
    display: block;
  }
  #header .menu-items li:last-child a {
    border-right: none;
  }
  #header .menu-items li::after {
    position: absolute;
    right: 15px;
    top: 0;
    font-family: FontAwesome;
    font-size: 45px;
    line-height: 45px;
    content: "\f107";
  }
}
.sppb-responsive-bars.open {
  background: #707f8c;
}
