.page-header {
    margin-top: 0;
    padding: 0;
    position: relative;
    background: #fff;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    right: 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 35%);
    z-index: -1;
    display: block;
}

.page-header ul.menu,
.page-header ul.menu > li,
.page-header ul.menu > li > a {
    display: flex;
}

.page-header .menu {
    justify-content: center;
    gap: 2em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.page-header ul.menu > li > a {
    align-items: center;
    min-height: 4.5em;
}

.page-header .menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    font-size: 1.4em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.page-header .logo img {
    max-width: 11.5em;
    position: relative;
    bottom: -.25em;
}

@media (min-width: 768px) {
    .page-header .logo img {
        max-width: 14em;
    }

    .page-header .menu a {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .page-header .logo img {
        max-width: 30em;
    }
}

.round-icon {
    font-size: 3em;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    background: #f2b632;
    border-radius: 50%;
    color: #fff;
}

.page-header .menu li.loggedin {
    position: absolute;
    right: 0;
}

@media (min-width: 1023px) and (max-width: 1199px) {
    .page-header .menu li.loggedin {
        position: relative;
    }
}

@media (max-width: 1599px) {
    .page-header .menu li.loggedin .name {
        display: none;
    }
}

.page-header .menu li,
.page-header .menu li.has-submenu > a {
    position: relative;
}

.page-header .menu li > ul {
    position: absolute;
    top: 100%;
    right: 0;
    list-style: none;
    min-width: 100%;
    padding: 0;
    font-size: .9em;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s;
    z-index: 999;
    background: #000;
    color: #fff;
}

@media (min-width: 1024px) {
    .page-header .menu li.has-submenu:hover > ul {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    .page-header .menu li.has-submenu:hover > a {
        background: #000;
        color: #fff;
    }
}

@media (max-width: 1599px) {
    .page-header .menu li > ul {
        min-width: 15em
    }
}

.page-header .menu li.has-submenu > a {
    gap: .5em;
    transition: color .3s, background-color .3s;
}

.page-header .menu li.has-submenu > a::after {
    content: '';
    width: .46em;
    height: .46em;
    border: .11em solid;
    border-left: none;
    border-bottom: none;
    transform: rotate(135deg) translate(0%, 50%);
    margin-left: .2em;
}

.page-header .menu li.loggedin > a > .glyphicon {
    font-size: .7em;
}

.page-header .menu li > ul a {
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
}

.page-header .menu li > ul a:hover {
    background: #161616
}



.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    gap: .5em;
    line-height: 1.1;
    transition: background-color .3s, color .3s;
}

.button, .input {
    box-shadow: 0 3px 5px rgba(0,0,0,.13);
    border: .1em solid;
    padding: .5em .8em;
}

.input {
    border-color: #c6c6c6;
}

a.button:hover {
    text-decoration: none;
}

.button-default {
    background: none;
}

.button-default,
a.button-default:hover {
    color: inherit;
}

.button-primary {
    background: #000;
    border-color: #000;
}

.button-primary,
a.button-primary:hover,
.button-gold {
    color: #fff;
}

.button-gold {
    background: #bf9861;
    border-color: #bf9861;
}

.button-gold:hover {
    color: #bf9861;
    background: #fff;
}

.button-muted, a.button-muted:hover {
    color: #8c8c8c
}

.button:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.w100, .input {
    width: 100%;
}

.input:focus {
    outline: none;
}

.button-group {
    display: flex;
    gap: 1.5em;
}

.button-group .button {
    flex: 1 1 auto;
}

.fw-thick {
    font-weight: 800;
}

.fw-normal {
    font-weight: normal;
}

.text-trans-none {
    text-transform: none;
}

.button-lg {
    font-size: 1.2em;
    padding-top: .6em;
    padding-bottom: .6em;
}

.icon-plus {
    --color: white;
    --thickness: .1em;
    --rounded-radius: .1em;
    position: relative;
    width: 1em;
}

.icon-plus::before, .icon-plus::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - (var(--thickness) / 2));
    background: var(--color);
    height: var(--thickness);
    border-radius: var(--rounded-radius);
}

.icon-plus::after {
    transform: rotate(90deg);
}

.svg-icon {
    background: none;
    border: none;
    position: relative;
    text-indent: -999em;
    width: 1em;
    height: 1em;
    display: inline-block;
}

.svg-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.svg-icon-vote::before {
    background-image: url('../images/icons/Icon ionic-ios-heart-empty.svg');
}

.svg-icon-voted::before {
    background-image: url('../images/icons/Icon ionic-ios-heart.svg');
}

.svg-icon-edit::before {
    background-image: url('../images/icons/Icon awesome-pencil-alt.svg');
}

.svg-icon-delete::before {
    background-image: url('../images/icons/Icon_feather-trash-2.svg');
}



a.mobile-menu-toggle-btn {
    position: relative;
    flex-direction: column;
    gap: .25em;
    justify-content: center;
    cursor: pointer;
    transition: background-color .3s;
}

a.mobile-menu-toggle-btn span {
    width: 1.5em;
    height: .2em;
    background: #000;
    transition: background-color .3s;
}


#left-nav {
    background: black url('images/Mask Group 1.png') center 107% no-repeat;
    color: white;
}

#left-nav .nav {background: black;}
#left-nav a {color: inherit}
#left-nav a:hover,
#left-nav a:focus {background: #161616;}
#left-nav .nav > li {font-weight: 600}
#left-nav > .nav > li > a {
    text-transform: uppercase;
}

#left-nav .nav > li.active {background: #111}
/* #left-nav .nav li.active a {color: #fff} */

#left-nav .nav > li li a {
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px
}

#left-nav .nav li.active li.active > a {background: #222}
/* #left-nav .nav li.active a:hover,
#left-nav .nav li.active a:focus {background: #777} */

@media (min-width: 1024px) {
    .mobile-only {display: none !important}
}

@media (max-width: 1199px) {
    .dektop-large-only {display: none;}
}

@media (max-width: 1023px) {
    .desktop-only {display: none !important}

    body:not(.mobile-menu-expanded) #left-nav {
		transform: translateX(-100%)
	}

    #left-nav,
    .page-header ul.menu li.loggedin > ul {
        position: fixed;
        left: 0;
        width: 350px;
        top: 6.5rem;
        bottom: 0;
        overflow: auto;
    }

    .page-header ul.menu li.loggedin > ul {
        left: auto;
        right: 0;
        min-width: min-content;
        opacity: 1;
        visibility: visible;
    }

    body:not(.mobile-user-menu-expanded) .page-header ul.menu li.loggedin > ul {
        transform: translateX(100%)
    }

    body.ready #left-nav,
    body.ready .page-header ul.menu li.loggedin > ul {
        transition: transform .3s
    }

    body.mobile-menu-expanded .page-header ul.menu li.mobile-menu-toggle,
    body.mobile-user-menu-expanded .page-header ul.menu li.loggedin,
    #left-nav {
        z-index: 9999;
    }

    .page-header ul.menu li.mobile-menu-toggle {
        position: absolute;
    }

    .page-header ul.menu li.mobile-menu-toggle {left: 0}

    .page-header ul.menu > li > a {
        min-height: 6.5rem;
    }

    #left-nav a {
        font-size: 1.4em;
        padding: 1em;
    }

    #page {
        position: relative;
    }

    #page::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.65);
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility 0s .3s;
        backdrop-filter: blur(10px);
        z-index: 999;
    }

    body.overlay-active {
        overflow: hidden;
    }

    body.overlay-active #page::after {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    body.mobile-menu-expanded .mobile-menu-toggle-btn,
    body.mobile-user-menu-expanded .mobile-user-menu-toggle-btn {
        background: #000;
    }

    body.mobile-menu-expanded .mobile-menu-toggle-btn span {
        background: #fff;
    }

    body.mobile-user-menu-expanded .mobile-user-menu-toggle-btn {
        color: #fff;
    }
}


svg.feather-arrow-right-circle path {
    stroke: currentColor
}


.error {color: red}
ul.messages-ul {
	padding-left: 0;
	list-style: none
}