body.page-template-default {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
}

.page-template-default a ,.page-template-default th, .page-template-default td ,.page-template-default button ,.page-template-default h2 {
    font-family: "proxima-nova", sans-serif !important;
}

.page-template-default h1 {
    font-family: "adage-script-jf", cursive sans-serif !important;
    font-weight: 400;
    font-style: normal;
}


.site-header {
    z-index: 0;
    color: white;
    display: flex;
    padding: 40px 0 40px 80px;
    position: relative;
    align-items: center;
    background: #501C49;
    justify-content: space-between;
}

.site-header .inside-header {
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
    padding: 0;
    width: 100%;
}

.site-header .inside-header a {
    font-size: 17px;
    color: white;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.site-header .inside-header #site-navigation {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #501C49;
}

.site-header .inside-header .inside-navigation {
    margin-left: unset;
    background-color: #501C49;
}


.site-footer .footer-widgets-container{
    padding: 0;
}

.site-footer img{
    width: 100%;
}

.site-footer .site-info{
    display: none;
}

.site-footer .custom-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.site-footer svg {
    width: 300px;
}

.site-footer .wp-block-image {
    position: relative;
}

.guest-profile {
    max-width: 100%;
    padding: 0px 80px 60px 80px;
}

.wrap {
    max-width: 100%;
    padding: 45px 80px 60px 80px;
}

body .grid-container {
    max-width: 100%;
}



