/*
============================================================

	Theme Name: Kalium - Child Theme
	Theme URI: http://www.laborator.co/view-theme/kalium
	Author: Laborator
	Author URI: http://laborator.co/
	Version: 1.0
	Description: Use this theme if you want to extend features of Kalium theme or prevent overwriting the changes you make when new theme update is available.
	Tags: agency, architecture, blog, clean, creative, ecommerce, gallery, minimal, photography, portfolio, shop, kalium, translation-ready, theme-options, responsive-layout
	Template: kalium
	Text Domain: kalium
	
============================================================
*/
.mouse {
    border: 0px solid #ffffff;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 60%;
    max-height: 60%;
    background: #fff;
    padding: 0;
    overflow: hidden;
    z-index: 10;
}
.mobile-menu-wrapper .mobile-menu-container {
    padding: 15px 0;
        padding-top: 15px;
        padding-right: 22px;
        padding-bottom: 15px;
        padding-left: 0px;
    display: block;
    background-color: #fff;
    height: 100%;
    position: relative;
    cursor: default;
    overflow: hidden;
}*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.single-portfolio-holder.gallery-type-fullbg.is-sticky .details.shown {
    margin-right: 4%;
    opacity: 1;
    transition: opacity 220ms ease-in-out 0s;
}

.single-portfolio-holder .title h1 {
    margin-top: 80px !important;
    transition: margin 220ms linear 0s;
}

.section-title {
    margin-top: 100px;
    margin-bottom: 40px;
    position: relative;
}

.blog-holder {
    margin-bottom: 30px;
    margin-top: 80px;
}