/* Fixed sidenav, full height */
.sidenav {
    height: auto;
    width: auto;
    z-index: 1;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 0;
    text-decoration: none;
    font-size: 38px;
    color: #ff0019;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: proxima_nova_blblack;
    text-transform: uppercase;
    line-height: 38px;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #ccc;
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #fff;
}

.dropdown-container a {
    font-size: 18px;
    text-transform: none;
    font-family: proxima_novalight;
    line-height: 18px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.modal-backdrop.in {
    display: none;
}

.modal-content-transparent {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.artist-portfolio-item {
    margin-bottom: 15px;
}

#page-content #projects .projects-items .single-item .item img {
    height: 325px;
    object-fit: cover;
}

.chamosashleli-show-prod ul {
    margin-left: 20px;
}

.chamosashleli-show-prod li p {
    margin-bottom: 0;
}

.chamosashleli-show-prod li {
    list-style: disc;
}


@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
        position: absolute;
    }
    .navbar-nav {
        margin-left: 10px;
    }
    .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 20px;
	}
    .overlay a {
    text-decoration: none;
    font-size: 19px;
    color: #ff0019;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: proxima_nova_blblack;
	}
    .dropdown-menu li a {
        font-size: 13px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 0px 15px 5px 25px;
}
}