/*
Theme Name: Naix Child
Theme URI: http://drfuri.com/naix
Author: DrFuri
Author URI: http://drfuri.com
Description: Naix Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naix
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: naix
*/

.naix-portfolios-list.style-1 .port-bg-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0,0,0,.35);
    z-index: 1;
    transition: opacity .8s;
    display: block;
    opacity: 1;
}

#html5-loading {
	display:none !important;
}
.mobx-gallery {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 -20px !important;
}

.mobx-gallery figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 0;
    width: 25% !important;
}

.mobx-gallery, .mobx-gallery * {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 1px;
}

.dv-member-desc {
	max-height: 60px;
}

@media screen and (min-width: 800px) {
    footer {
        position: fixed;
		z-index: 101 !important;
    }
}

#html5-elem-box {
	overflow: hidden !important;
}