/*!
Theme Name: hello_brands_2023
Theme URI: http://hellobrands.com.au/
Author: http://hellobrands.com.au/
Author URI: http://hellobrands.com.au/
Description: # Footer Styles
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/


/* Footer Flex ---------------------------------------------*/

.footer-flex-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    justify-content: space-between;
    margin-top: 80px;
    justify-content: flex-start;
  }
  
  .footer-item {
    width: 260px;
    margin-right: 8px;
    min-width: 140px;
  }

  @media screen and (max-width: 780px) {
    .footer-item  {
        width: 100%; 
    }
}


@media screen and (max-width: 780px) {
    .footer-item .stroke-mid {
        max-width: 100%; 
    }
}

.footer-item-email {
    height: 90px;
    width: 260px;
    margin-right: 8px;
    min-width: 140px;
}



  .stroke-white {
    max-width: 220px;
    height: 1px;
    background-color: #fff;
    margin: 30px 0 30px 0;
  }
  

  
  .footer-wrapper h2 {
    font-size: 28px;
    color: #fff;
  }
  
  .footer-wrapper h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 400;
  }
  
  .footer-flex-container p {
    color: #b4bbb9;
    margin-bottom: 2px;
    line-height: 24px;
    font-size: 18px;
  }
  
  .footer-item .ph-num {
    color: #b4bbb9;
    font-size: 22px;
  }
  
  
  .socials {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  
  }
  .social-icon-wrapper {
    align-self: flex-end;
    width: 100%;
    height: 50px;
    
  }
  
  .social-logos {
    width: 30px;
    height: 30px;
    opacity: .2;
    transition: .3s ease-in-out;
    margin-top: 4px;
  }
  
  .fb-icon {
    display: inline-flex;
    margin-right: 6px;
  }
  
  .fb-icon:hover {
    opacity: .8;
    transition: .3s ease-in-out;
  }
  
  
    /* Footer
    --------------------------------------------- */
  
  
  .legals {
      display: flex; /* Parent element should be a flex container */
      justify-content: flex-end; /* Align to the right */
      align-items: flex-end; /* Align to the bottom */
      flex-wrap: nowrap; /* Keep it on a single line */
      margin-top: 20px;
  }
  
  @media screen and (max-width: 768px) {
      .legals {
          width: 100%; 
      }
  }
  
  .legals .menu {
      padding: 0 0 0 0;
  }

  .menu-footer-container a:hover {
    color: #fff;
}
  
  @media screen and (max-width: 768px) {
      .legals .menu  {
          padding: 0 0px 40px 0;
      }
  }
  .legals a:visited {
      color: #7E8985;
  }
  
.footer-menu-wrapper {
    color: white;
}

  .legals ul {
      display: flex;
      flex-direction: column;
      font-weight: 300;
      font-size: 10px;
      line-height: 18px;
      color: #7E8985; 
      list-style: none;
      transition: 0.3s ease-in-out;
      white-space: nowrap;
      text-align: right;

  }
  
  @media screen and (max-width: 768px) {
      .legals ul {
          display: flex;
          flex-direction: column;
          text-align: right;
      }
  }
  
  .menu-item menu a {
      color: white;
  }
  
  .menu-legals {
      padding: 0 0 60px 0;
      color: white;
  }
  
  .legals .right ul  {
      color: white
  }
  
  .legals li  {
      color: white;
  }
  
  .legals a {
      text-decoration: none;
      color: #7E8985;
      transition: 0.3s ease-in-out;
      padding-left: 10px;
  }
  
  .legals a:hover {
      text-decoration: underline;
      color: #fff;
  }
  .links-wrapper {
    width: 100%;
    background: #222222;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 40px 0;
  }
  
  .footer-wrapper {
    width: 100%;
    background: #222222;
    padding: 100px 0 0 0;
    height: auto;
    margin-top: 100px;
  }
  
  .light-grey-1 {
      background-color: #F4F7F6;
  }
  
  .stroke {
      width: 100%;
      height: 1px;
      background-color: #222222;
      margin: 40px 0 40px 0;
  }
  


  .footer-menu ul {
      display: flex;
      flex-direction: column;
      list-style: none;
      font-weight: 300;
      font-size: 14px;
      line-height: 22px;
      color: #7E8985; 
      transition: 0.3s ease-in-out;
      text-align: right;
      padding: 0px;
  }
  
  .footer-menu a {
      text-decoration: none;
      color: #7E8985;
      transition: 0.3s ease-in-out;
  }

  .footer-menu a:visited {
    color: #7E8985;
}
  
  .footer-menu a:hover {
      text-decoration: underline;
  }
  
  .footer-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0;
      max-width: 1600px; /* Change width to max-width */
      width: 100%; /* Add this to make it responsive */
      margin: auto;
  }
  
  .footer-title {
      width:1600px; 
      margin:auto;
      margin-top: 100px;
  }
  
  .stroke-dark {
      max-width: 220px;
      height: 1px;
      background-color: #0A110F;
      margin: 30px 0 30px 0;
  }
  
  .address-flex-1 {
      padding: 0 40px 0 0;
  }
  
  
  .address-flex-container {
      gap: 0;
      display: flex;
      padding: 30px 0 60px 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
      margin: 0px; 
  }
  
  @media screen and (max-width: 768px) {
      .address-flex-container {
          padding: 40px; 
      }
  }
  
  .left {
      width: 50%;
  }
  @media screen and (max-width: 768px) {
      .left {
          width: 100%; 
      }
  }

  .footer-wrapper .contnet {
    padding: 20px 40px 0 40px;
  }
  
  .footer-wrapper h2 {
      color: white;
  }
  
  .footer-container p {
      color: white;
  }
  
  .right {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; /* This pushes the children apart */
      align-items: flex-end; /* This aligns them to the right */
  }
  @media screen and (max-width: 768px) {
      .right {
          width: 100%; 
      }
  }
  