/* NeoSans Font */
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/lato/Lato-Regular.eot');
    src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/Lato-Regular.woff') format('woff'), url('../fonts/lato/Lato-Regular.ttf') format('truetype'), url('../fonts/lato/Lato-Regular.svg#Lato-Regular') format('svg');
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Lato-Regular';
        src: url('../fonts/lato/Lato-Regular.svg#Lato-Regular') format('svg');
    }
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/lato/Lato-Bold.eot');
    src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/Lato-Bold.woff') format('woff'), url('../fonts/lato/Lato-Bold.ttf') format('truetype'), url('../fonts/lato/Lato-Bold.svg#Lato-Bold') format('svg');
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Lato-Bold';
        src: url('../fonts/lato/Lato-Bold.svg#Lato-Bold') format('svg');
    }
}

html {
    height  : 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none !important;
}
body {
    margin: 0px;
    height  : 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none !important;
}

input, select { font-size: 100%; }

/* Header */
.tl-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 140px;
    width: 100%;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 99999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.tl-header-logo img {
    height: 100% !important;
    max-width: 225px;
}


.tl-header-menu {
    display: flex !important;
    align-items: flex-end;
    padding-bottom: 10px;
}

.tl-header-menu ul {
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
}

.tl-header-menu .menu-item {
    display: flex;
    align-items: center;
    line-height: 40px;
    height: 40px;
    margin: 0; padding: 0;
    position: relative;
    font-family: Lato-Regular;
    font-size: 14px;
    white-space: nowrap;
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
}

.tl-header-menu .menu-item-custom {
    align-self: center;
    font-family: Lato-Bold;
    font-size: 14px;
    list-style-type: none;
}

.tl-header-menu .menu-divider {
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
}

.tl-header-menu .menu-item a,
.tl-header-menu .menu-item-custom a {
    text-decoration: none;
    color: #28373B;
    white-space: nowrap;
}

.tl-header-menu .menu-item a:hover,
.tl-header-menu .menu-item a:active,
.tl-header-menu .menu-item-custom a:hover,
.tl-header-menu .menu-item-custom a:active {
    color: #000;
}

.tl-header-menu .menu-item-user {
    margin-left: 10px;
    cursor: pointer;
}

.tl-header-menu .menu-item-user .fa,
.tl-header-menu .menu-item-user a {
    color: #BDC3C6;
}

.tl-header-menu .menu-item-user a:hover,
.tl-header-menu .menu-item-user a:active {
    color: #BDC3C6;
}

.tl-header-menu-button {
    color: #28373B;
}

.tl-header-menu li a  {
    display: block;
    line-height: 30px;
    color: #383332;
}

.tl-header-menu .menu-item-has-children > a:after {
    content: '\f078';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left:5px;
    color: #000;
}

.tl-header-menu .current_page_item a,
.tl-header-menu a:hover {
    color: #000;
    text-decoration: none !important;
}
.tl-header-menu ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 50px;
}
.tl-header-menu ul ul li {
    background: #FFF;
    margin: 3px;
    line-height: 60px;
    height: 60px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.tl-header-menu ul ul li a {
    padding: 0px;
    color: #000;
}
.tl-header-menu ul ul li:hover {
    background-color: #EAEAEA !important;
}
.tl-header-menu ul li:hover > ul {
    display: block;
}
.tl-header-menu .menu-item i._mi {
    margin-top: 0px !important;
    margin-right: -15px;
}

/* Footer */
.tl-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 99999;
    border-top: solid 1px #eceae6;
}

.tl-footer-menu .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    padding: 0px !important;
    line-height: 40px;
}

.tl-footer-menu .menu-item {
    align-self: center;
    font-family: Lato-Regular;
    font-size: 14px;
    list-style-type: none;
    padding-right: 10px;
}

.tl-footer-menu .menu-item a {
    text-decoration: none;
    color: #28373B;
    white-space: nowrap;
}

.tl-footer-menu .menu-item a:hover,
.tl-footer-menu .menu-item a:active {
    color: #000;
}

/* Sidebar */
.tl-sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    padding-top: 90px;
    left: -250px;
    z-index: 9999;
    background-color: #FFF;
    transition: all 0.5s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
}

.tl-sidebar.active {
    left: 0;
    background-color: #FFF;
    z-index: 9999;
}

.tl-sidebar-backdrop {
    display: none;
    position: fixed;
    top: 60px;
    /* full screen */
    width: 100%;
    height: 100%;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

.tl-sidebar-backdrop.active {
    display: block;
    opacity: 1;
}

.tl-sidebar-header {
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.tl-sidebar-user {
    align-self: center;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    overflow: hidden;
}

.tl-sidebar-user .menu-divider {
    padding-left: 5px;
    padding-right: 5px;
}

.tl-sidebar-user a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFF;
}

.tl-sidebar-user span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}

.tl-sidebar-user .fa {
    font-size: 16px;
    padding-right: 5px;
}

.tl-sidebar-dismiss {
    cursor: pointer;
    color: #FFF;
    padding-right: 20px;
    align-self: center;
}

.tl-sidebar-dismiss .fa {
    font-size: 20px;
}

.tl-sidebar-top-menu {

}

.tl-sidebar-top-menu ul,
.tl-footer-bottom-menu ul {
    list-style: none;
    padding-inline-start: 10px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    border-bottom: 1px solid #F2F1F4;
    margin-inline-end: 10px;
    margin-inline-start: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
.tl-sidebar-top-menu li,
.tl-footer-bottom-menu li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}*/

.tl-sidebar-top-menu a,
.tl-footer-bottom-menu a {
    text-decoration: none;
    color: #28373B;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.tl-sidebar-top-menu .menu-item,
.tl-footer-bottom-menu .menu-item {
    font-family: Lato-Regular;
    font-size: 14px;
}

.tl-sidebar-top-menu .menu-item a:hover,
.tl-footer-bottom-menu .menu-item a:hover,
.tl-sidebar-top-menu .menu-item a:active,
.tl-footer-bottom-menu .menu-item a:active {
    color: #000;
}

.tl-sidebar-top-menu .sub-menu {
    border: none;
}

/* Content */
.tl-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Button */
.tl-button {
    margin-left: 5px !important;
    margin-right: 0px !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .tl-header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tl-footer {
        padding-left: 10px;
        padding-right: 10px;
        display: none !important;
    }
    .tl-header-menu {
        display: none !important;
    }
    .tl-content {
        padding-bottom: 0px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .tl-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tl-footer {
        padding-left: 20px;
        padding-right: 20px;
        display: none !important;
    }
    .tl-header-menu {
        display: none !important;
    }
    .tl-content {
        padding-bottom: 0px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .tl-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tl-footer {
        padding-left: 20px;
        padding-right: 20px;
        display: none !important;
    }
    .tl-header-menu {
        display: none !important;
    }
    .tl-content {
        padding-bottom: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .tl-header,
    .tl-footer {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .tl-header,
    .tl-footer {
        padding-left: 100px;
        padding-right: 100px;
    }
}


/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
    .tl-header,
    .tl-footer {
        padding-left: 200px;
        padding-right: 200px;
    }
}

/* Extra large devices (large desktops, 2200px and up) */
@media (min-width: 2200px) {
    .tl-header,
    .tl-footer {
        padding-left: 300px;
        padding-right: 300px;
    }
}

.woocommerce .col-1,
.woocommerce .col-2 {
    max-width:none;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

/* Elementor */
.elementor-icon-list-icon {
    margin-top: -3px !important;
}
