/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 6, 2018, 11:51:02 AM
    Author     : Windows
*/

article.file-article {
    background-color: #f7f7f7;
    width: 100px;
    min-height: 100px;
    height: auto;
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: center;
    padding-top: 15px;
}

article.file-article h2 {
    text-align: center;
    color: #599bbc;
    font-weight: 500;
    font-size: 0.8em;
    text-transform: uppercase;
}

article.file-article .entry-content {
    font-size: small;
    line-height: normal;
}

article.file-article a:hover + .file-info{
    display: block;
}

#wx-files {
    min-height: 500px;
    height: auto;
    margin: 0 auto;
}

section#downloads {
    background-color: #fff;
}

hr.divider {
    margin-top: 0px;
}

.file-info {
    border-radius: 3px;
    display: none;
    position: absolute;
    width: 150px;
    min-height: 80px;
    height: auto;
    background-color: #599bbc;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 10px;
    padding-top: 15px;
}

@media only screen and (max-width: 250px) {
    article.file-article {
        width: 95%;
        -min-height: 150px;
        height: auto;
    }

    #wx-files {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 251px) and (max-width: 764px) {
    article.file-article {
        width: 45%;
        -min-height: 150px;
        height: auto;
    }

    #wx-files {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 764px) and (max-width: 1024px) {
    article.file-article {
        width: 17%;
        -min-height: 150px;
        height: auto;
    }
    
    #wx-files {
        padding-left: 15px;
    }
}