/*
Theme Name: noithat
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.16.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: "Architek";
    src: url("/wp-content/themes/noithat/fonts/architek.woff2");
}
body,h1,h2,h3,h4,h5,h6 {
    /* font-family: "Architek" !important; */
}

.pb-0 {
    padding-bottom: 0;
}
.position-fixed {
    position: fixed;
}
.ml-50 {
    margin-left: 50%;
}
.h-100vh {
    height: 100vh;
}
.bg-black {
    background-color: rgb(22, 19, 20);
}
.home-menu a {
    font-size: 1.5rem;
}
.nav-spacing-xlarge>li {
    margin: 0 50px;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 5px;
}
.submit-btn {
    text-align: center;
}
.submit-btn input {
    width: 120px;
    border-radius: 5px;
}
.page-title {
    /*font-size: 4.7rem;*/
    margin-bottom: 0;
}
.box-blog-post .is-divider {
    display: none;
}
.nav-dropdown-default {
    padding: 0px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #ddd;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: hsl(0deg 0% 72.59% / 85%);
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .ml-auto {
        margin-left: auto;
    }
    .position-sticky {
        position: sticky;
    }
}