/*
Theme Name: Figures 2021
Theme URI: http://www.pixelesque.co.za/
Author: Nazreen Hassan
Author URI: http://www.pixelesque.co.za/
Description: Theme for the Figures catalog
Version: 1.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: figures-2021
Tags: figures-2021
*/

body {
    background-color: #101013;
    color: #ccc;
}

a {
    color:#ccc;
    text-decoration: none;
}

a:hover {
    color:#fff;
}

.gallery-item {
    height: 400px;
}

.gallery-img{
    border: 1px solid #282835;
    height: 100%;
    background-size: cover;
    background-position-x: center;
}

.gallery-item:nth-child(even) {
    margin-top: 80px;
}

.vertical-center {
    min-height: 80%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 80vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.tags {
    margin-top: 50px;
    text-align: center;
}

.tag {
    display: inline-block;
    background: #282835;
    padding: 5px 15px 5px 10px;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 15px;
}

.tag.on .tag-check {
    background: #fff;
    border-color: #fff;
}

.tag .tag-check {
    border: 2px solid #ccc;
    margin: 5px 5px 0 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50px;
}

.tag .tag-slug {
    display: none;
}


.tag:hover {
    color:#fff;
}

.posts {
    margin-top: 80px;
    background-color: #101013;
    position: absolute;
    width: 100%;
}

.post-item img {
    width: 100%;
    border: 1px solid #282835;
}

.post-item {
    text-align: center;
    display: none;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.hide {
    display: none;
}

.post-info {
   position: absolute;
    bottom: 1px;
    background: rgb(0,0,0,.7);
    padding: 10px;
    width: 99%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.post-info-item {
    display: inline-block;
    padding: 0 10px;
}

.post-info-item a {
    color: #5e7290;
}

.post-info-item span {
    color: #444;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    div.post-info {
        display:none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    div.post-info {
        display:none;
    }
}