/*

Theme Name: SmartMVP 2016
Theme URI: http://themeforest.net
Description: Responsive One Page Portfolio
Version: 1.1.1
Author: bitfade
Author URI: http://themeforest.net/user/bitfade
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoblogging

*/

.alignright{
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:10px;
}

.alignleft{
	float:left;
	clear:left;
	margin-right:20px;
	margin-bottom:10px;
}

.aligncenter{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}


/* to go on top of wp admin bar */
.peFlareLightbox {
	z-index: 99999 !important;
}



            /* ==========================================================================
               Origami Content customization
               ========================================================================== */
            .origami {
                /* You must specify at least a height on the origami */
                width: 250px;
                height: 250px;
                margin: 0 auto;
            }

            .origami p {
                font-size: 1.2em;
                text-align: center;
            }
            .origami p strong { font-size: 1.3em; }

            .origami img {
                position: relative;
                display: block;
                margin: 0px auto 0;
                height: 250px;

                color: #f04831;
                line-height: 100px;
            }

            .origami .origami-content {
                color: white;
                background-color: #484745;
            }

            .origami .origami-content img {
                position: relative;
                display: block;
            }

            .origami .origami-content p { margin: 0 12.5%; }
			
			/* ==========================================================================
   Origami Prototype
   ========================================================================== */
.origami {
  position: relative;
  z-index: 10;

  cursor: pointer;
}

.origami.open { z-index: 900; }

.origami.hover, .origami:hover { z-index: 1000; }

.origami .kami {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.origami .kami-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.origami .kami-wrapper .kami-mask, 
.origami .kami-wrapper .kami-peek-mask {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.origami .kami-wrapper .kami-mask .kami,
.origami .kami-wrapper .kami-peek-mask .kami { width: 200%; }

.origami .kami-wrapper .kami-mask {
  right: 50%;
  left: 0;
}

.origami .kami-wrapper .kami-mask .kami { left: 0; }
.origami .kami-wrapper .kami-peek-mask {
  right: 0;
  left: 50%;
}

.origami .kami-wrapper .kami-peek-mask .kami {
  right: 0;
  left: auto;
}

.origami .kami-wrapper .kami-peek-mask .kami-shadow {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: 0;
  background: #000000;
}

/* Modernizr fallback support */
.no-csstransitions .origami .kami-wrapper .kami-peek-mask .kami .kami-shadow { display: none; }
