/*
Theme Name: HCP Celebrate Theme
Theme URI:  https://example.com/beaver-starter
Author: Solvd Inc.
Author URI: https://www.harpercollinsfocus.com/
Description: Minimal starter theme optimised for Beaver Builder and Beaver Themer.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: beaver-starter
*/

body, h1, h2 {
    font-family: Arial, Times, serif;
}
body.page-template-template-full-width {
  margin:0px
}

.site-container {
  margin: 0 auto;
  max-width: 62.5rem;
  padding: 0 .9375rem;
}

.site-container.full-width {
  max-width: 100% !important;
  padding: 0px;
}

@media (min-width: 80rem) {
  .site-container {
      padding-left: 0;
      padding-right: 0;
  }
}

a {
    transition: color .3s ease-in-out;
    color: #57595c;
    text-decoration: none;
}

a:hover {
    color: #037ec0;
}

footer.main-footer{
    /* margin: 50px auto;
    max-width: 62.5rem; */
    font-size: 14px;
    color: #57595c;
    text-align: center;
    font-family: Arial, Times, serif;
    padding:24px
}

footer.main-footer a {
    transition: color .3s ease-in-out;
    color: #57595c;
    text-decoration: none;
}

footer.main-footer a:hover {
    color: #037ec0;
}

footer.main-footer p,footer.main-footer .menu{
 padding:0;
 margin:0;
}

footer.main-footer .menu li a{
  position:relative;
  padding-right: 8px;
}

footer.main-footer .menu li a:hover {
    color: #037ec0;
}
footer.main-footer .menu li:not(:last-of-type) a:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px; 
  background-color: #000; 
}

  
footer.main-footer .menu{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap:8px;
    flex-wrap: wrap;
    row-gap: 0;
}

footer.main-footer .menu-footer-container {
  padding-left: 5px;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1071;
}

.main-footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 1024px) {
  .main-footer__inner {
      flex-direction: column;
  }
}

