/*@import "font-awesome-animation.min.css";*/
/*@import "font-awesome.min.css";*/

#arg-downloads-wrapper {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px auto;
}

@media only screen and (min-width: 480px) {
    #arg-downloads-wrapper {
        min-width: 500px;
        max-width: 1000px;
    }
}

#arg-downloads-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#arg-downloads-wrapper ul li {
    list-style: none;
    margin: 10px auto;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px;
    overflow: hidden;
    margin: 0 10px;
}

#arg-downloads-wrapper ul li:last-child {
    border-bottom: none;

}

.arg-downloads-item-name {
    text-align: center;
}

.arg-downloads-item-time,
.arg-downloads-item-size,
.arg-downloads-item-link {
    float: right;
    width: 13%;
    overflow: hidden;
}

.arg-downloads-item-time i,
.arg-downloads-item-size i,
.arg-downloads-item-link i {
    /*font-size: 1.8em;*/
    vertical-align: middle;
}

.arg-downloads-item-link a {
    text-decoration: none !important;
    color: #666666 !important;
}

@media screen and (max-device-width: 768px) {
    .arg-downloads-item-name {
        float: right;
        width: 100%;
    }
    .arg-downloads-item-time,
    .arg-downloads-item-size,
    .arg-downloads-item-link {
        float: right;
        width: 30%;
        font-size: small;
    }
}

.arg-downloads-item-player {
    top: 10px;
    position: relative;
}

#arg-downloads-wrapper .mejs-poster.mejs-layer {
    height: 100% !important;
    width: 100% !important;

    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size:100% 100%;
    object-fit:cover;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}

#arg-downloads-wrapper video {
    min-width:100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size:100% 100%;
    object-fit:cover;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}

#arg-downloads-wrapper .mejs-poster img {
    width: 100vw;

    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size:100% 100%;
    object-fit:cover;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}

#arg-downloads-wrapper .wp-video {
    margin-left: auto;
    margin-right: auto;
}

#arg-downloads-shortcode{
    text-align:center;
    max-width: unset;
    margin-right: unset;
}
@media screen and (max-width: 480px) {
    #arg-downloads-shortcode{
        max-width: 100%;
        margin-right: 0;
    }
}

#speedlist{
    background-color: #721854!important;
    color: white!important;
    border-radius: 20px!important;
    padding-right: 30px!important;
}