/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1180px) {
    .trash {
        position: static !important;
    }

    .trash_cap {
        display: none;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .menu ul li a {
        padding: 13px 20px;
    }
}
