/*-=Small screens=-*/
@media only screen and (max-width: 64em) {
  .logo {
    text-align: center;
    margin-bottom: 5px;
  }
  .logo img {
    max-height: 70px;
  }

  .header {
    padding-top: 5px;
  }
  .header .columns {
    position: static;
  }
  .header .tel {
    position: absolute;
    top: 0;
    right: 0;
  }

  /* min-width 1025px, large screens */
}
@media only screen and (max-width: 40.0625em) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
  }

  body {
    margin-top: 90px;
  }
  body.logged-in.admin-bar {
    margin-top: 90px !important;
  }

  html div#wpadminbar {
    margin-top: -90px !important;
  }

  .logo {
    text-align: left;
    padding-left: 10px;
  }
  .logo img {
    max-height: 40px;
  }

  .header {
    padding-top: 0;
  }
  .header .tel {
    top: 0;
    right: 0;
    line-height: 40px;
    padding: 0 10px;
  }

  /* TOP BAR Mobile STYLING */
  .top-bar {
    background: #5b0c66;
    /* change background color if you need */
  }

  .top-bar-section ul li > a {
    color: white;
    /* change color of text if you need */
    font-size: 13px;
    background: #5b0c66;
    /* change background color if you need */
  }
  .top-bar-section ul li:hover > a {
    background: #47094f !important;
    /* change background color if you need */
  }
  .top-bar-section ul li.current-menu-item > a:not(.button), .top-bar-section ul li.current-page-ancestor > a:not(.button) {
    background: #6f0f7d !important;
    /* change background color of current menu item if you need */
  }
  .top-bar-section .menu {
    display: none;
  }
  .top-bar-section .dropdown {
    clip: auto;
    height: auto;
    display: none;
    width: 100%;
    position: static !important;
  }
  .top-bar-section .dropdown > li a {
    padding-left: 30px;
  }
  .top-bar-section .has-dropdown > a:after {
    display: none;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 100;
    text-align: center;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top-bar.expanded .opnd > .dropdown-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar.expanded .title-area {
    background: #320738;
  }
  .top-bar.expanded .toggle-topbar a {
    color: #fff;
  }
  .top-bar.expanded .toggle-topbar a span {
    box-shadow: none !important;
  }
  .top-bar.expanded .toggle-topbar a span:after {
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  }

  #home-slider {
    display: none;
  }

  a.link {
    margin-bottom: 40px;
  }

  .white-section {
    padding-bottom: 10px;
    text-align: center;
  }

  .team {
    padding-top: 30px;
  }

  .member img {
    margin-bottom: 20px;
  }
  .member .info-memb {
    margin-bottom: 20px;
  }
  .member .biography {
    padding: 15px;
  }

  .contact .cont-tel, .contact .cont-email {
    display: block;
    padding: 0;
  }
  .contact .gform_wrapper {
    padding: 10px;
  }
  .contact .address-section .columns + .columns {
    margin-top: 25px;
  }

  .internal-slider .work-img-cont {
    height: 200px;
  }

  .footer .columns + .columns {
    padding-top: 25px;
  }

  .current-dev .developments {
    margin-bottom: 0;
  }

  .contact, .about, .other, .current-dev {
    padding: 30px 0;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 40.063em) {
  /* TOP BAR STYLING */
  header {
    border-bottom: 1px solid #5b0c66;
  }
  header .tel {
    float: right;
    margin: 10px;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 1;
    margin-bottom: 2px;
  }

  .top-bar {
    background: transparent;
  }

  .top-bar-section {
    /* Dropdown Styling*/
  }
  .top-bar-section ul {
    background: transparent;
  }
  .top-bar-section ul li {
    background: transparent;
  }
  .top-bar-section li:not(.has-form) > a:not(.button),
  .top-bar-section li.has-dropdown > a:not(.button) {
    /* Regular menu item style */
    color: #5b0c66;
    background: transparent;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    padding: 11px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):hover,
  .top-bar-section li.has-dropdown > a:not(.button):hover {
    color: #ffffff;
    background: #5b0c66;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):after,
  .top-bar-section li.has-dropdown > a:not(.button):after {
    display: none;
  }
  .top-bar-section li.current-menu-item > a:not(.button),
  .top-bar-section li.current-page-ancestor > a:not(.button) {
    /* Style of Current page and Ancestor page */
    color: #ffffff;
    background: #5b0c66;
  }
  .top-bar-section ul li:hover:not(.has-form) > a {
    /* Parent link style on dropdown hover */
    background: transparent;
    color: black;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    /* Regular link in dropdown */
    color: white;
    background: olive;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    /* Dropdown link on hover */
    color: #5b0c66;
    background: bisque;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li a {
    /* Dropdown in dropdown */
    background: blue;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li:hover a {
    color: white;
    text-decoration: underline;
    background: red;
  }

  /* Align Menu to the right*/
  .top-bar-section {
    float: right;
  }

  /* Align Menu to the center
  		.top-bar-section { float:none; text-align: center; }
  		.top-bar-section ul{display: inline-block;} */
  .has-dropdown .dropdown-toggle {
    display: none;
  }
}
/* min-width 641px */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
  .top-bar {
    height: auto;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }

  .top-bar-section {
    float: none;
    display: inline-block;
  }
  .top-bar-section li:not(.has-form) > a:not(.button),
  .top-bar-section li.has-dropdown > a:not(.button) {
    padding: 10px 7px;
    font-size: 15px;
  }

  .title-area {
    height: 36px;
  }

  .header .columns {
    position: static;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 64.063em) {
  /* min-width 1025px, large screens */
  .top-bar {
    clear: both;
    height: auto;
  }
  .top-bar .title-area {
    height: 40px;
  }
}
