/*======  Footer ========*/

footer {
    background-color: #4b2855;
    color: #f2f1f1;
    width: 100%;
}
footer .container {
    max-width: 890px;
}

/* Ensure parent containers don't clip full-width elements */
body,
main,
.page,
.section-container,
div:has(> .instagram-footer-section),
div:has(> .site-footer) {
    overflow-x: visible !important;
}

/* Full width Instagram footer */
.instagram-footer-section {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
    width: 100vw !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
}

/* Full width site footer */
.site-footer {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
}
.site-footer .container,
.site-footer__navs,
.site-footer__aside {
    max-width: none !important;
    width: 100% !important;
}
footer .footer-contact{
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer-banner{
    background-color: #a29886;
    color: #8b816e;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px 0;
}
footer .footer-line {
    height: 5px;
    width: 100%;
    float: left;
    background-color: #424a5d;
}

/*======  general style ========*/
footer h4,
footer a,
footer p{
    margin: 0;
    color: inherit;
    line-height: normal;
    text-decoration: none;
}
footer h5,
footer h4,
footer a{
  text-transform: uppercase;
}
footer h4{
  font-size: 20px;
  transition: all 0.2s;
}
footer h5{
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
}
footer a{
  text-decoration: none;
  transition: all 0.2s;
}
footer a:hover,
footer h4:hover{
  color: #424a5d;
  transition: all 0.2s;
}
footer ul{
  list-style: none;
  padding: 0;
}


/*======  Social Icons ========*/

footer .social-icons a .fa {
    font-size: 1em;
    color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
}
footer .social-icons a .fa-twitter {
    transition: all 0.2s;
}
footer .social-icons a .fa-twitter:hover {
    transition: all 0.2s;
    color: #4099FF !important;
}
footer .social-icons a .fa-facebook {
    transition: all 0.2s;
}
footer .social-icons a .fa-facebook:hover {
    transition: all 0.2s;
    color: #3B5998 !important;
}
footer .social-icons a .fa-google-plus {
    transition: all 0.2s;
}
footer .social-icons a .fa-google-plus:hover {
    transition: all 0.2s;
    color: #d34836 !important;
}
