/*
Theme Name: MND Collective 09
Theme URI: http://monicandesign.com/shop/collective-09/
Author: Monica
Author URI: http://monicandesign.com
Description: A fun, modern and fully responsive HTML template. Easy to customize, perfect to showcase your portfolio or fansite collective with style.
Version: 1.0
*/

/*
Table of Contents:
1.0 - Main
2.0 - Structure
3.0 - Header
4.0 - Content
5.0 - Footer
6.0 - Responsive
-------------------------------------------------------------- */

/* 1.0 Main
-------------------------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font: 14px/28px Montserrat, sans-serif;
	text-align: center;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #707070;
	background: #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 28px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0f0f0f;
}

a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #ef5c6e;
}

a:hover,
a:focus {
	color: #0f0f0f;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* 2.0 Structure
-------------------------------------------------------------- */

.site {
	max-width: 1100px;
	margin: 0 auto;
}

/* 3.0 Header
-------------------------------------------------------------- */

.site-header {
	margin: 56px 0 70px 0;
	letter-spacing: 1px;
}

.site-title {
	font: italic 700 56px/1 Playfair Display, sans-serif;
	margin: 0;
}

.plain-text {
	position: relative;
	z-index: 1;
}

.dynamic-wrap {
	position: relative;
	display: inline-block;
	overflow: visible;
	text-align: left;
}

.dynamic-wrap path {
	stroke: #ef5c6e;
}

.dynamic-wrap svg {
	position: absolute;
	top: 70%;
	left: 50%;
	overflow: visible;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dynamic-wrap svg path {
	stroke-width: 9;
	fill: none;
}

.dynamic-text {
	position: relative;
	z-index: 1;
}

.site-tagline {
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	margin: 28px 0 0 0;
	text-transform: uppercase;
}

/* 4.0 Content
-------------------------------------------------------------- */

.grid {
	margin: 0 -14px;
}

.grid-item {
	display: inline-block;
	margin: 0 0 28px;
	padding: 0 12px;
	vertical-align: top;
}

.grid-3 .grid-item {
	width: 33.117%;
}

.grid-4 .grid-item {
	width: 24.75%;
}

.grid-5 .grid-item {
	width: 19.741%;
}

.grid-item figure {
	margin: 0;
	-webkit-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
	-o-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
	transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 2px 0 0 #e4e4e4;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 0 0 #e4e4e4;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
}

.grid-item figure:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-box-shadow: 0 2px 0 0 #e4e4e4;
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 0 0 #e4e4e4;
	box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.grid-item figure img {
	border-radius: 3px 3px 0 0;
}

.grid-item figcaption {
	line-height: 20px;
	padding: 30px 20px;
}

.grid-item h2 {
	font-size: 14px;
	margin: 0;
	padding: 4px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.grid-item h2:after {
	display: block;
	width: 100px;
	height: 3px;
	margin: 9px auto 16px auto;
	content: '';
	background: #ef5c6e;
}

.grid-item p {
	font-family: Playfair Display, serif;
	margin: 0;
	color: #707070;
}

.staff {
	font-family: Playfair Display, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0 0 28px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.staff span {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ef5c6e;
}

.staff a {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #0f0f0f;
}

.staff a:hover,
.staff a:focus {
	color: #fff;
	background: #ef5c6e;
}

/* 5.0 Footer
-------------------------------------------------------------- */

.site-footer {
	padding: 28px 0;
	border-top: 1px solid #e4e4e4;
}

.site-footer a {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #0f0f0f;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #ef5c6e;
}

.site-footer a:last-child {
	margin: 0;
}

.friends a {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.friends a:before {
	font-family: FontAwesome;
	font-size: 11px;
	margin: 0 4px 0 0;
	content: '\f08a';
	color: #ef5c6e;
}

.links {
	font-family: Playfair Display, serif;
	line-height: 1;
	display: table;
	margin: 0 auto;
	padding: 28px 0 0 0;
	letter-spacing: 1px;
	text-transform: lowercase;
	box-shadow: #e4e4e4 0 -5px inset;
}

.links .fa {
	font-size: 12px;
}

/* 6.0 Responsive
-------------------------------------------------------------- */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (max-width: 480px) {
	.grid {
		margin: 0;
	}
	.grid-item {
		float: none;
		width: 100%!important;
		max-width: 350px;
		padding: 0;
	}
}

@media (max-width: 739px) {
	.links {
		display: inline;
	}
	.links span {
		box-shadow: #e4e4e4 0 -5px inset;
	}
}

@media (max-width: 739px) and (min-width: 481px) {
	.grid-item {
		width: 49%!important;
	}
}

@media (max-width: 1148px) {
	.site {
		margin: 0 3%;
	}
}

@media (max-width: 1148px) and (min-width: 740px) {
	.grid-item {
		width: 33%!important;
	}
}
