﻿/* Editor
    ================================= */

.nx-editor-default .nx-editor-row {
    max-width: 1200px;
    margin: auto;
}

/* Site
    ================================= */

.nx-body {
    font-size: 14px;
    line-height: 1.428571429;
}

.nx-page {
    background: #ffffff;
}

.nx-container-size-default > .row,
.nx-container-size-default > div > .row {
    margin: 0 auto;
    max-width: 1200px;
}

.nx-menu.size-default > nav {
    margin: 0 auto;
    max-width: 1200px;
}

/* Nav
    ================================= */

.nx-menu {
    position: fixed;
    z-index: 1;
    line-height: 0.9em;
    background: rgba(255, 255, 255, 0.88);
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 2px #585858;
    padding-left: 30px;
    text-align: center;
    list-style: none;
    position: relative;
    z-index: 1021;
}

    .nx-menu nav {
        margin: 0;
        padding: 0;
    }

        .nx-menu nav a {
            color: #000;
            display: inline-block;
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'Raleway', sans-serif;
            border-color: rgba(228, 228, 228, 0);
        }

        .nx-menu nav ul li:hover > ul {
            display: block;
            position: absolute;
            z-index: 99;
        }

        .nx-menu nav ul {
            flex-wrap: wrap;
            list-style: none;
            position: relative;
            margin: 0;
            padding: 0;
        }

            .nx-menu nav ul:after {
                content: "";
                clear: both;
                display: block;
            }

            .nx-menu nav ul li {
                float: left;
            }

                .nx-menu nav ul li.more {
                    padding-right: 10px;
                    background-image: url(../Images/caret-down.png);
                    background-repeat: no-repeat;
                    background-position: right 18px top 14px;
                }

                .nx-menu nav ul li a {
                    display: block;
                    padding: 1rem 1.5rem;
                }

            .nx-menu nav ul ul {
                display: none;
                position: absolute;
                line-height: 1.2em;
                min-width: 200px;
                border-radius: 0;
            }

                .nx-menu nav ul ul li {
                    float: none;
                    position: relative;
                    min-width: 200px;
                }

                    .nx-menu nav ul ul li.more {
                        padding-right: 0;
                        background-image: url(../Images/caret-right.png);
                        background-repeat: no-repeat;
                        background-position: right 10px top 16px;
                    }


                .nx-menu nav ul ul ul {
                    position: absolute;
                    left: 101%;
                    top: 0;
                }

                    .nx-menu nav ul ul ul li {
                        min-width: 200px;
                    }

.dropdown-menu {
    border: none;
}

.nx-footer {
    box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 90%);
    width: 100%;
}

@media (max-width: 1000px) {
    .nx-container-size-default > .row,
    .nx-container-size-default > div > .row {
        margin: 0 auto;
        max-width: 90%;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}