/*!
Theme Name: Ink
Theme URI: http://codestag.com/themes/ink
Author: Codestag
Author URI: http://codestag.com
Description: A Modern and Elegant Photography theme for WordPress.
Version: 1.1.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, fluid-layout, editor-style, featured-images, translation-ready
Text Domain: stag
*/

@import "compass";

@import "contents";
@import "reset";
@import "preboot";
@import "grid";
@import "scaffolding";
@import "elements";
@import "patterns";
@import "posts";
@import "pages";
@import "sidebar";
@import "comments";
@import "forms";

// Small fix for side menu under IE9
.site-nav-drawer-open.ie9 {
	.site-nav,
	.site-nav--scrollable-container {
		z-index: 10000;
	}
}

.animate {
	-webkit-animation: bounceIn 100ms;
	-moz-animation: bounceIn 100ms;
	animation: bounceIn 100ms;
}

@-webkit-keyframes bounceIn {
	from {
		-webkit-transform: scale(.85);
	}

	to {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes bounceIn {
	from {
		-moz-transform: scale(.85);
	}

	to {
		-moz-transform: scale(1);
	}
}
@keyframes bounceIn {
	from {
		transform: scale(.85);
	}

	to {
		transform: scale(1);
	}
}

#infinite-handle {
	overflow: hidden;
	a {
		transition: none;
	}
	&.loading {
		border: none;
		a {
			color: transparent;
		}
		&:hover {
			background: none;
		}
		text-indent: -9999px;
	}
}
