/* @include transition(all,2s,linear); */
footer#newBrand {
  background-color: #333333;
  padding: 70px 0 50px; }
  footer#newBrand .container {
    display: flex;
    justify-content: space-between; }
    footer#newBrand .container .column {
      width: 100%; }
  footer#newBrand h4 {
    color: #FFFFFF;
    font-family: "GothamRounded-Medium", Helvetica, Arial, sans-serif, Verdana;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: left;
    padding: 0; }
  footer#newBrand ul.menuFooter {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    }
    footer#newBrand ul.menuFooter a {
      /* opacity: 0.5; */
      /* color: #FFFFFF; */
      /* font-family: "GothamRounded-Book", Helvetica, Arial, sans-serif, Verdana; */
      /* font-size: 16px; */
      /* font-weight: 300; */
      /* letter-spacing: 0; */
      /* line-height: 30px; */
      color: #cfcfcf;
      font-family: "GothamRounded-Book", Helvetica, Arial, sans-serif, Verdana;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 30px;
      }
      footer#newBrand ul.menuFooter a:hover {
        opacity: 1; }
  footer#newBrand ul.socialFooter {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px; }
    footer#newBrand ul.socialFooter a {
      color: #fff;
      font-size: 25px; }
  footer#newBrand .footerBottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 40px 0 0;
    margin-top: 35px; }
    footer#newBrand .footerBottom .container {
      display: block; }
    footer#newBrand .footerBottom .infoTop {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 35px;
      }
      footer#newBrand .footerBottom .infoTop a.footerLogo {
        color: #fff;
        font-size: 20px; }
      footer#newBrand .footerBottom .infoTop .menuFooter {
        display: flex;
        gap: 45px;
        flex-direction: row;
        }
        footer#newBrand .footerBottom .infoTop .menuFooter li {
          padding: 0; }
          footer#newBrand .footerBottom .infoTop .menuFooter li a {
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0.12px;
            line-height: 20px;
            opacity: 1; }
    footer#newBrand .footerBottom .infoBot {
      opacity: 0.5;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.12px;
      line-height: 20px; }

@media (max-width: 959px) {
  footer#newBrand .container {
    flex-flow: wrap; }
    footer#newBrand .container .column {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
  footer#newBrand h4 {
    text-align: center; }
  footer#newBrand ul.menuFooter a {
    opacity: 0.5;
    color: #FFFFFF;
    font-family: "GothamRounded-Book", Helvetica, Arial, sans-serif, Verdana;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px; }
  footer#newBrand ul.socialFooter {
    justify-content: center; }
  footer#newBrand .footerBottom .infoTop {
    flex-flow: wrap;
    justify-content: center; }
    footer#newBrand .footerBottom .infoTop .menuFooter {
      flex-flow: wrap;
      justify-content: center;
      gap: 10px;
      margin-top: 20px; }
      footer#newBrand .footerBottom .infoTop .menuFooter li {
        width: 100%;
        text-align: center; }
  footer#newBrand .footerBottom .infoBot {
    text-align: center; } }
