@import url("https://use.typekit.net/khg3jcv.css");
.has-blue-background-color {
    background-color: #004053;
}
.has-light-blue-background-color {
    background-color: #00b2d3;
}
.has-pink-background-color {
    background-color: #ad3a6d;
}
.has-dark-pink-background-color {
    background-color: #691339;
}
.has-green-background-color {
    background-color: #9ab64b;
}
.has-white-background-color {
    background-color: #fff;
}
.has-black-background-color {
    background-color: #000;
}
.has-blue-color {
    color: #004053;
}
.has-light-blue-color {
    color: #00b2d3;
}
.has-pink-color {
    color: #ad3a6d;
}
.has-dark-pink-color {
    color: #691339;
}
.has-green-color {
    color: #9ab64b;
}
.has-white-color {
    color: #fff;
}
.has-black-color {
    color: #000;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
    /* .fade-leave-active below version 2.1.8 */
    opacity: 0;
    position: absolute;
}
.animal-fade-enter-active, .animal-fade-leave-active {
    transition: opacity 1s;
}
.animal-fade-enter, .animal-fade-leave-to {
    /* .fade-leave-active below version 2.1.8 */
    opacity: 0;
    position: absolute;
}
.site_footer {
    position: relative;
    margin-top: -25px;
    z-index: 999;
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
@media (min-width: 768px) {
    .site_footer {
        margin-top: -30px;
    }
}
.site_footer img.footer_top {
    width: 100%;
    position: relative;
    top: 1px;
    height: 30px;
}
@media (min-width: 768px) {
    .site_footer img.footer_top {
        height: 40px;
    }
}
@media (min-width: 1200px) {
    .site_footer img.footer_top {
        height: auto;
    }
}
.site_footer .footer_inner {
    padding: 5px 0px 20px 0;
    background-color: #004053;
}
@media (min-width: 768px) {
    .site_footer .footer_inner {
        padding: 30px 15px;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner {
        padding: 30px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner {
        padding: 30px 60px;
    }
}
.site_footer .footer_inner #copyright {
    font-family: muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 9px;
}
@media (min-width: 992px) {
    .site_footer .footer_inner #copyright {
        font-size: 8px;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner #copyright {
        font-size: 10px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner #copyright {
        font-size: 12px;
    }
}
.site_footer .footer_inner form.newsletter_signup {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .site_footer .footer_inner form.newsletter_signup {
        align-items: flex-start;
    }
}
.site_footer .footer_inner form.newsletter_signup label {
    margin: 0;
    white-space: nowrap;
    color: #fff;
    display: block;
    width: 100%;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 17px;
}
@media (min-width: 768px) {
    .site_footer .footer_inner form.newsletter_signup label {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .site_footer .footer_inner form.newsletter_signup label {
        width: auto;
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner form.newsletter_signup label {
        font-size: 18px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner form.newsletter_signup label {
        font-size: 22px;
    }
}
@media (min-width: 1600px) {
    .site_footer .footer_inner form.newsletter_signup label {
        font-size: 28px;
    }
}
.site_footer .footer_inner form.newsletter_signup input {
    border-radius: 0;
    border: none;
    font-size: 12px;
    margin: 0;
    width: 100%;
    font-family: muli, sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 768px) {
    .site_footer .footer_inner form.newsletter_signup input {
        margin: 0 5px 0 0;
        width: calc(70% - 15px);
    }
}
@media (min-width: 992px) {
    .site_footer .footer_inner form.newsletter_signup input {
        width: 100%;
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner form.newsletter_signup input {
        flex-grow: 1;
        margin: 0 8px 0 0;
        font-size: 18px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner form.newsletter_signup input {
        margin: 0 10px 0 0;
    }
}
@media (min-width: 1600px) {
    .site_footer .footer_inner form.newsletter_signup input {
        margin: 0 15px 0 0;
    }
}
.site_footer .footer_inner form.newsletter_signup input[type="email"]:active, .site_footer .footer_inner form.newsletter_signup input[type="email"]:focus {
    border-bottom: 3px solid #00b2d3;
}
.site_footer .footer_inner form.newsletter_signup .form_submit {
    position: relative;
    margin: 8px 0 0 0;
    text-align: center;
    width: 30%;
}
@media (min-width: 768px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit {
        width: auto;
    }
}
.site_footer .footer_inner form.newsletter_signup .form_submit button {
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    padding: 10px;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 20px;
    padding: 5px;
}
.site_footer .footer_inner form.newsletter_signup .form_submit button:hover {
    opacity: 0.8;
}
@media (min-width: 992px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit button {
        padding: 0px 12px;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit button {
        padding: 5px 15px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit button {
        padding: 10px 20px;
    }
}
@media (min-width: 1600px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit button {
        padding: 10px 30px;
    }
}
.site_footer .footer_inner form.newsletter_signup .form_submit img {
    width: 100%;
    position: absolute;
    left: 0;
    height: 42px;
    top: -4px;
}
@media (min-width: 992px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit img {
        top: -10px;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit img {
        top: -10px;
        height: auto;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner form.newsletter_signup .form_submit img {
        top: -3px;
    }
}
.site_footer .footer_inner .footer_other_sites {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .site_footer .footer_inner .footer_other_sites {
        margin-bottom: 0;
        margin-right: 15px;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .site_footer .footer_inner .footer_other_sites {
        margin-right: 0;
        justify-content: space-around;
        flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner .footer_other_sites {
        margin-right: 15px;
    }
}
.site_footer .footer_inner .footer_other_sites .other_sites {
    width: 30%;
}
.site_footer .footer_inner .footer_other_sites .other_sites:hover img {
    opacity: 0.9;
}
@media (min-width: 768px) {
    .site_footer .footer_inner .footer_other_sites .other_sites {
        margin-bottom: 10px;
        width: 60%;
    }
}
@media (min-width: 992px) {
    .site_footer .footer_inner .footer_other_sites .other_sites {
        margin-bottom: 0;
        width: 40%;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner .footer_other_sites .other_sites {
        width: 45%;
    }
}
.site_footer .footer_inner .footer_other_sites .other_sites.central {
    margin: 0 10px;
    width: 50%;
}
.site_footer .footer_inner .footer_other_sites .other_sites.wpt {
    width: 20%;
}
@media (min-width: 768px) {
    .site_footer .footer_inner .footer_other_sites .other_sites.wpt {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .site_footer .footer_inner .footer_other_sites .other_sites.wpt {
        width: 25%;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner .footer_other_sites .other_sites.wpt {
        width: 30%;
    }
}
.site_footer .footer_inner .footer_other_sites .other_sites img {
    transition: all 0.3s ease;
}
.site_footer .footer_inner .bwm_credit {
    font-family: muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .site_footer .footer_inner .bwm_credit {
        margin-top: 0px;
        font-size: 12px;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner .bwm_credit {
        font-size: 10px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner .bwm_credit {
        font-size: 11px;
    }
}
@media (min-width: 1600px) {
    .site_footer .footer_inner .bwm_credit {
        font-size: 13px;
    }
}
@media (min-width: 1800px) {
    .site_footer .footer_inner .bwm_credit {
        font-size: 14px;
    }
}
.site_footer .footer_inner .bwm_credit a {
    color: #fff;
}
.site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container {
    margin-top: 15px;
    text-align: center;
}
@media (min-width: 768px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container {
        text-align: right;
    }
}
.site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li {
    margin-bottom: 5px;
    padding: 0 6px 0 6px;
    line-height: 13px;
}
@media (min-width: 768px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li {
        border-left: 1px solid #00b2d3;
        padding: 0 0px 0 4px;
        line-height: 13px;
    }
}
@media (min-width: 992px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li {
        line-height: 14px;
        padding: 0 1px 0 5px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li {
        line-height: 16px;
        padding: 0 3px 0 7px;
    }
}
@media (min-width: 1600px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li {
        padding: 0 4px 0 7px;
    }
}
.site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li:not(:first-child) {
    margin: 0;
}
.site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li:first-of-type {
    border-left: none;
}
.site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li:last-of-type {
    padding-right: 0;
}
.site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li a {
    color: #fff;
    font-size: 13px;
}
@media (min-width: 768px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li a {
        font-size: 11px;
    }
}
@media (min-width: 992px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li a {
        font-size: 11px;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li a {
        font-size: 10px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li a {
        font-size: 11px;
    }
}
@media (min-width: 1600px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li a {
        font-size: 12px;
    }
}
@media (min-width: 1800px) {
    .site_footer .footer_inner #footer-bottom-menu .menu-footer-menu-container ul li a {
        font-size: 14px;
    }
}
.site_footer .footer_inner .mobile_copyright {
    text-align: center;
    font-family: muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    color: #fff;
}
.site_footer .footer_inner ul.social {
    margin: 0 0 15px 0;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.site_footer .footer_inner ul.social li {
    display: inline-block;
}
@media (min-width: 768px) {
    .site_footer .footer_inner ul.social li {
        margin-left: 5px;
    }
}
@media (min-width: 1200px) {
    .site_footer .footer_inner ul.social li {
        margin-left: 6px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner ul.social li {
        margin-left: 10px;
    }
}
.site_footer .footer_inner ul.social li:first-child {
    margin-left: 0;
}
.site_footer .footer_inner ul.social li a:hover .social_item svg {
    opacity: 0.8;
}
.site_footer .footer_inner ul.social li .social_item {
    position: relative;
}
.site_footer .footer_inner ul.social li .social_item svg {
    transition: all 0.3s ease;
    fill: #fff;
    width: 32px;
    height: 32px;
}
@media (min-width: 1200px) {
    .site_footer .footer_inner ul.social li .social_item svg {
        width: 34px;
        height: 34px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner ul.social li .social_item svg {
        width: 36px;
        height: 36px;
    }
}
@media (min-width: 1600px) {
    .site_footer .footer_inner ul.social li .social_item svg {
        width: 40px;
        height: 40px;
    }
}
.site_footer .footer_inner ul.social li .social_item i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #004053;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .site_footer .footer_inner ul.social li .social_item i {
        font-size: 15px;
    }
}
@media (min-width: 1400px) {
    .site_footer .footer_inner ul.social li .social_item i {
        font-size: 16px;
    }
}
@media (min-width: 1600px) {
    .site_footer .footer_inner ul.social li .social_item i {
        font-size: 18px;
    }
}

footer a, .nav_container a {
    text-decoration: none;
}

footer .wpex-inline-block, .nav_container .wpex-inline-block {
    display: inline-block;
}




footer svg {
    overflow: hidden;
    vertical-align: middle;
}

footer .searchform input {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    padding: .7em 30px .7em .8em;
}

footer .searchform {
    position: relative;
}

footer .searchform label {
    display: block;
    margin: 0;
    padding: 0;
}

footer input[type="date"], footer input[type="time"], footer input[type="datetime-local"], footer input[type="week"], footer input[type="month"], footer input[type="text"], footer input[type="email"], footer input[type="url"], footer input[type="password"], footer input[type="search"], footer input[type="tel"], footer input[type="number"], footer textarea {
    display: inline-block;
    color: #616161;
    padding: 6px 10px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


footer #site-logo img {
    display: inline;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    max-height:130px
}
@media only screen and (max-width:767px){
    footer #site-logo img {
        max-width:130px
    }
}
@media only screen and (min-width:768px) and (max-width:959px){
    footer #site-logo img {
        max-width:200px
    }
}

footer :focus {
    outline: none;
}

footer img {
    vertical-align: middle;
    border-style: none;
}

footer button:focus:not(:focus-visible) {
    outline: 0;
}

footer .theme-button, footer .color-button, footer input[type="submit"], footer button, footer .button, footer .added_to_cart {
    display: inline-block;
    background-color: #2c87f0;
    color: #fff;
    padding: .538em 1.077em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    margin: 0;
    border: 0;
    cursor: pointer;
    line-height: 1.65;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    max-width: 100%;
    transition: 0.15s all ease;
    border-radius: 3px;
}

.wpex-md-mt-0 {
    margin-top: 0;
}

.wpex-mt-10 {
    margin-top: 10px;
}

#footer-bottom-menu li {
    display: inline-block;
}

footer img {
    max-width: 100%;
    height: auto;
}
