/* custom.css */
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex.no-wrap {
    flex-wrap: nowrap;
}
.justify-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.wpr_header .wrp {
    max-width: 1200px;
}
header.flex:before {
    display: none;
}
.search-form form > div {
    display: flex;
    max-width: 200px;
}
.wpr_header .right-menu-top nav {
    padding: 0 30px;
}
.search-form .srh input.search-field, .srh .search_field {
    font-size: 14px;
    height: 30px;
    font-weight: normal;
}
.search-form .search-button {
    background: #CE242D;
    border-color: #CE242D !important;
    height: 36px;
}
.contact-info.pull-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.contact-info.pull-right ul li a {
    color: #000;
    font-size: 16px
}
.contact-info.pull-right ul li a svg {
    color: #CE242D;
}
.contact-info.pull-right ul li + li {
    margin-top: 10px;
}
.wpr_header .menu-flex {
    border: none;
}
.bottom_menu {
    background: #CE242D;
    padding: 20px;
}
#menu-new-bottom-menu > li.menu-item + li:not(.mobile-mini-cart):not(.menu-item) {
    display: none;
}
#menu-new-bottom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu-new-bottom-menu li {
    float: none;
    display: inline-block;
}
#menu-new-bottom-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
#menu-new-bottom-menu > li + li {
    margin-left: 30px;
}
#menu-new-bottom-menu .mobile-mini-cart {
    margin-left: auto;
}
#menu-new-bottom-menu .mobile-mini-cart:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
#menu-new-bottom-menu ul.sub-menu {
    display: none;
    opacity: 0;
    display: block;
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 99999;
    background: #f9f9f9;
    padding: 20px;
    transition: 1s ease all;
    min-width: 200px;
    visibility: hidden;
}
#menu-new-bottom-menu .menu-item-has-children {
    position: relative;
}
#menu-new-bottom-menu .menu-item-has-children:hover > ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
#menu-new-bottom-menu .menu-item-has-children:hover > ul.sub-menu li a {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
}
#menu-new-bottom-menu .menu-item-has-children:after {
    content: '\f078';
    color: #fff;
    font-family: FontAwesome;
    font-weight: 300;
    font-size: 10px;
    padding: 0px 5px;
    margin-left: 5px;
}
#menu-new-bottom-menu .menu-item-has-children:hover > ul.sub-menu li + li {
    margin-top: 10px;
    margin-left: 0;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}
.page-template-template-fullwidth-page-php .flex-cnt {
    overflow: initial;
}
.header-form .wpforms-title {
    text-transform: uppercase !important;
    font-family: 'Open Sans'; 
    font-weight: bold;
    text-align: center;  
    color: #070302;
}
.wrp .header-form .wpforms-submit-container .wpforms-submit  {
    width: 100%;
    background: #ce242d;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
}
.header-form .wpforms-recaptcha-container {
    padding: 0 !important;
}
.header-form input, .header-form textarea {
    font-family: 'Open Sans';
}
.new-header_banner h1 {
    margin: 0 !important;
}
#menu-footer-menu .aus-map {
    display: none;
}
.page-template-template-fullwidth-page-php footer .fmn {
    background: #464646;
    line-height: 1;
    border: none;
    padding: 15px 0 !important;
}
#menu-footer-menu li + li {
    margin-left: 40px;
}
#menu-footer-menu li a {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.page .cnt article .awr {
    padding-top: 0 !important;
}
.wpr-newfooter .aus-map {
    display: none;
}
.wpr-newfooter ul li {
    line-height: 1.4;
}
.wpr-newfooter ul li, .wpr-newfooter a, .wpr-newfooter p {
    font-size: 14px;
}
.wpr-newfooter ul li + li {
    margin-top: 10px;
}
.wpr-newfooter svg + svg {
    margin-left: 10px;
}
.wpr-newfooter svg {
    font-size: 20px;
    color: #fff;
}
.wpr-newfooter .widget-title {
    color: #ce242e;
    margin: 0 0 25px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.wpr-newfooter .widget + .widget {
    margin-top: 30px;
}
.wpr-newfooter .copy {
    padding: 0 0 25px;
    background: #222323;
}
.wpr-newfooter .copy p {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .wpr_header .menu-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .wpr_header .menu-flex > div {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .wpr_header .menu-flex #logo {
        margin: 0 auto;
        display: block;
        float: none;
    }
}
@media screen and (min-width: 901px) {
    #topbar {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .wpr_header .right-menu-top {
        flex-wrap: nowrap;
    }
    .wpr_header .aus-map, .wpr_header .contact-info {
        display: none;
    }
    .wpr_header .search-form .srh input.search-field {
        height: 34px;
    }
    .page-template-template-fullwidth-page-php .contact-info {
        float: none !important;
    }
    .page-template-template-fullwidth-page-php .contact-info ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #topbar .contact-info ul li a {
        line-height: 1 !important;
    }
    #topbar .contact-info {
        padding: 5px 0;
    }
}
@media screen and (max-width: 775px) {
    #menu-footer-menu .mobile-mini-cart {
        display: none !important;
    }
    .bottom_menu .mobile-mini-cart {
        display: none !important;
    }
    #menu-new-top-menu li.mobile-mini-cart a {
        border: none !important;
    }
    #menu-new-top-menu li.mobile-mini-cart a:before {
        margin-right: 5px;
    }
}
@media screen and (max-width: 768px) {
    .wpr_header .wrp, .page-template-template-fullwidth-page-php .wrp {
        max-width: 100%;
        width: 100%;
        padding: 0 25px !important;
        box-sizing: border-box;
    }
    .wpr_header .right-menu-top{
        flex-wrap: wrap;
        justify-content: center;
    }
    #topbar .pull-right {
        padding: 10px !important;
        float: none !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    #topbar .contact-info ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #topbar .contact-info ul li {
        float: none !important;
    }
    #topbar .contact-info ul li a {
        padding: 0 !important;
    }
    #topbar .svg-inline--fa.fa-w-16 {
        font-size: 1.0em;
    }
    #topbar .contact-info ul li a {
        font-size: 13px !important;
    }
    #topbar .contact-info.pull-right ul li + li {
        margin-top: 0 !important;
    }
    .right-menu-top > * {
        width: 100%;
    }
    .search-form form > div {
        margin: 0 auto;
    }
    .wpr_header nav.right {
        float: none;
        width: auto;
        padding: 0;
    }
    .wpr_header nav #menu-new-top-menu {
        box-shadow: none !important;
        border: none;
    }
    .wpr_header #menu-new-top-menu>li:before {
        display: none;
    }
    .wpr_header nav #menu-new-top-menu li {
        background: transparent;
        border: none !important;
    }
    .wpr_header nav #menu-new-top-menu li a {
        line-height: 1;
        padding: 5px 10px !important;
        height: auto;
        border: none;
        background: transparent;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .new-header_banner a.tcb-button-link .tcb-button-texts span, .new-header_banner a.tcb-button-link .tcb-button-texts span strong {
        font-size: 18px !important;
        line-height: 1;
    }
    .new-header_banner h1 {
        font-size: 34px !important;
    }
    .wpr_header .bottom_menu .hmn + #nav_right {
        display: none;
    }
    .wpr_header .bottom_menu .hmn .awe {
        color: #fff;
        font-size: 22px;
        text-align: center;
        margin: 0 auto !important;
        display: block;
        float: none;
        cursor: pointer;
    }
    .wpr_header .bottom_menu .hmn .awe a {
        color: #fff;
    }
    #nav_right.open-menu {
        display: block !important;
        position: absolute;
        top: 62px;
        z-index: 999;
        width: 100%;
        background: #fff;
        left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #menu-new-bottom-menu .menu-item-has-children {
        position: relative;
    }
    #menu-new-bottom-menu .menu-item-has-children:after {
        content: '\f078';
        color: #262626;
        position: absolute;
        top: 0;
        right: 40px;
        width: 50px;
        height: 50px;
        z-index: 300;
        display: flex;
        font-family: FontAwesome;
        font-weight: 300;
        font-size: 13px;
        padding: 0px 5px;
        margin-left: 15px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    #menu-new-bottom-menu ul.sub-menu {
        width: 100%;
        position: static !important;
        background: transparent;
        padding: 0;
        display: none;
        border-top: 1px solid #ebebeb;
        margin-top: 15px;
    }
    #menu-new-bottom-menu ul.sub-menu li a {
        font-size: 13px !important;
        font-family: inherit !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-weight: bold !important;
    }
    .wpr_header .bottom_menu {
        position: relative;
    }
    #nav_right.open-menu li {
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0;
        padding: 15px 0;
    }
    #nav_right.open-menu li a {
        color: #262626;
    }
    #menu-new-bottom-menu > li + li {
        border-top: 1px solid #ebebeb;
    }
    #menu-footer-menu {
        justify-content: center;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #menu-footer-menu li {
        margin: 5px 10px !important;
    }
    #nav_right {
        padding: 0;
    }
    #nav_right .bt li {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*#nav_right .bt li .sub-menu, #menu-new-bottom-menu .sub-menu .sub-menu {
        display: block !important;
        position: static !important;
        opacity: 1;
        visibility: visible;
        padding-left: 0;
        background: transparent;
    }*/
    #menu-new-bottom-menu .sub-menu {
        background: transparent;
        padding-bottom: 0 !important;
    }
    #menu-new-bottom-menu .sub-menu, #menu-new-bottom-menu .sub-menu li {
        padding-left: 0;
        padding-right: 0;
    }
    .flex-cnt .hmn {
        display: block !important;
    }
}
@media screen and (min-width: 769px) {
    .wpr_header .bottom_menu .hmn {
        display: none !important;
    }
}
@media screen and (max-width: 480px) {
    .right-menu-top {
        flex-wrap: wrap;
        justify-content: center;
    }
    .right-menu-top .search-form {
        margin-bottom: 10px;
    }
    .wpr-newfooter .wrp > div + div {
        margin-top: 20px
    }
    .wpr-newfooter .wrp > div {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .wpr-newfooter .wrp p, .wpr-newfooter .wrp a, .wpr-newfooter .wrp li {
        color: #fff;
    }
}