/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

  #header-bar ul.top-menu>li>a {
    font-size: 1.125rem;
  }

  #footer-bar .row-center {
    padding-left: 7%;
  }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {

  #header-bar ul.top-menu>li:nth-child(4),
  #header-bar ul.top-menu>li:nth-child(5),
  #header-bar ul.top-menu>li:nth-child(6) {
    position: relative;
    top: -10px;
  }

  #footer-bar .row-center {
    padding: 0px;
  }

  #footer-bar .row-center .col {
      position: relative;
      padding-left: 30px;
      padding-right: 30px;
  }

  #footer-bar .col::before {
    display: none;
  }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
  #header-bar,
  #header-bar .col-right  {
    text-align: center;
  }


  #header-bar ul.top-menu>li:nth-child(1),
  #header-bar ul.top-menu>li:nth-child(2),
  #header-bar ul.top-menu>li:nth-child(3) {
    display: none;
  }

  #header-bar .col-center {
    margin-bottom: 30px;
  }

  #footer-bar .row-center {
    display: block;
    text-align: center;
  }

  .wpcf7 {
    max-width: none;
  }

  #footer-map-bar .footer-contact-form {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    left: 0px;
    margin: 0px;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
  }

  #footer-map-bar .container {
    max-width: none;
    width: 100%;
  }

  #footer-map-bar {
    margin-top: 0px;
  }


  #footer-map {
    height: 300px;
  }

  #footer-bar .col {
    width: 100%;
  }

}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 575px) {




}
