/*
Template Name: Garnish
Author: Mark Southard
Author URI: http://www.dunked.com
Description: A neatly structured classic template with added Ajax flair.
*/

/*=================================*/
/*	Table of Contents
/*	- Reset & Clearfix Styles
/*	- Main Styles
/*		- Animations
/*		- Titles
/*		- Projects Feed
/*			- Project Assets
/*			- Project Content
/*	- Header Styles
/*	- Navigation Styles
/*	- Footer Styles
/*	- Structure
/*	- Media Queries
/*		- 340px
/*		- 680px
/*		- 900px
/*=================================*/

/*=================================*/
/* Reset & Clearfix Styles
/*=================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }
.cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; }
/*=================================*/
/* Main Styles
/*=================================*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #ffffff;
	color: #4A4E53;
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
#content { background: #ffffff; }
a, a:visited {
	color: #5BC2C5;
	cursor: pointer;
	text-decoration: none;
}
a:hover,
a:active {
	color: #4A4E53;
	text-decoration: none;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 20px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 {
	color: #33393F;
	font-family: /*GF*/ Roboto, sans-serif;
	font-weight: 400;
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
p { margin-bottom: 20px; }
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
.wysiwyg-float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
	padding-top: 0.5em;
}
.wysiwyg-float-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1.5em;
	padding-top: 0.5em;
}
iframe { vertical-align: bottom; }
.hidden { display: none; }
/*===== Titles =====*/
.site-title {
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
}
.site-title a {
	border-bottom: none;
	color: #33393F;
	font-size: 75%;
}
.site-title a:hover { color: #5BC2C5; }
.site-title img { margin-bottom: 70px; }
.title {
	color: #33393F;
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
}
.is_page .title {
	font-size: 120%;
	padding: 0 0 26px 0;
}
.is_page .site-tagline { display: none; }
/*===== Forms =====*/
.form-success { color: #1ec185; }
.form-errors { color: #e55; }
.contact-form-wrap .form-group { margin-bottom: 1em; }
.contact-form-wrap label {
    color: #4A4E53;
    display: block;
    font-family: /*GF*/ Roboto, sans-serif;
    font-size: 16px;
}
.contact-form-wrap input,
.contact-form-wrap button,
.contact-form-wrap textarea {
	background: #ffffff;
	border: 1px solid #4A4E53;
    border-radius: 3px;
	box-sizing: border-box;
    clear: both;
	color: #4A4E53;
    font: inherit;
    max-width: 320px;
    padding: 0.5em 0.75em;
    width: 100%;
}
.contact-form-wrap textarea { min-height: 150px; }
.contact-form-wrap button {
    background: #5BC2C5;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: /*GF*/ Roboto, sans-serif;
    font-size: 16px;
    margin-top: 1em;
    padding: 0.5em 3em;
    width: auto;
}
.contact-form-wrap button:hover { opacity: .85; }
.captcha-instructions { margin-bottom: 0.25em; }
.captcha-wrap span {
	background: #ffffff;
	border: 1px solid #4A4E53;
    border-radius: 3px;
    color: #4A4E53;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
    padding: 1px 8px ;
}
.captcha-wrap span:hover,
.captcha-wrap span.captcha-active {
    border-color: #5BC2C5;
    color: #5BC2C5;
}
/*===== Magic Door =====*/
#magic-door,
.single-project-content {
	background: #fafafa;
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 16px;
	color: #4A4E53;
}
#magic-door { display: none; }
#ajax-project-content { padding: 40px 0; }
/*===== Projects Feed =====*/
.project .title {
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 24px;
	color: #33393F;
}
.projects-feed { padding-top: 30px; }
.projects-feed .project {
	margin-bottom: 6.25%;
	position: relative;
}
.projects-feed .project .title {
	color: transparent;
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 2em;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}
.no-touch .projects-feed .project a:hover .title { color: #33393F; }
.no-touch .projects-feed .project a:hover img {
	opacity: 0.1;
	filter: alpha(opacity=10);
}
/* Project Assets === */
.project-assets > div { margin-bottom: 15px; }
.asset-description {
	color: #4A4E53;
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 12px 0 0;
	text-align: center;
}
a.lightbox {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
/* Project Content === */
.meta-data h4 {
	clear: both;
	color: #A7A8AA;
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 7px 0 -2px 0;
}
.meta-data a,
.meta-data a:visited { color: #4A4E53; }
.meta-data a:hover,
.meta-data a:active { color: #5BC2C5; }
/*=================================*/
/* Header Styles
/*=================================*/
.site-header { color: #4A4E53; }
.site-tagline {
	clear: both;
	color: #4A4E53;
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 120%;
	font-weight: 400;
	line-height: 1.6;
	margin: 40px 0 0 0;
	text-align: center;
}
.page-header {
	padding-bottom: 15px;
	text-align: center;
}
#loading {
	background: url(https://assets.dunked.com/templates/garnish/1/images/loading.gif);
	display: none;
	height: 16px;
	width: 16px;
	position: fixed;
	top: 20px;
	right: 20px;
}
/*=================================*/
/* Navigation Styles
/*=================================*/
.site-navigation {
	margin-top: 12px;
	text-align: center;
}
.site-navigation ul,
.portfolio-filter {
	list-style: none;
	margin: 0;
}
.portfolio-filter {
	display: none;
	margin-bottom: 56px;
}
.site-navigation li,
.portfolio-filter li { display: inline-block; }
.site-navigation a,
.site-navigation a:visited,
.portfolio-filter a,
.portfolio-filter a:visited {
	border: none;
	color: #A7A8AA;
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 15px;
	margin: 0 0 0 21px;
}
.portfolio-filter a,
.portfolio-filter a:visited {
	font-family: /*GF*/ Roboto, sans-serif;
	font-size: 15px;
	color: #A7A8AA;
}
.site-navigation li:first-child a,
.site-navigation li:first-child a:visited,
.portfolio-filter li:first-child a,
.portfolio-filter li:first-child a:visited { margin-left: 0; }
.site-navigation a:hover,
.site-navigation .current-page a,
.current-page a,
.portfolio-filter a:hover,
.portfolio-filter .active-filter-item,
.portfolio-filter .active-filter-item a { color: #5BC2C5; }
/*=================================*/
/* Footer Styles
/*=================================*/
.site-footer {
	color: #A7A8AA;
	font-family: /*GF*/ Roboto, sans-serif;
	font-weight: 400;
}
.footer-text {
	font-size: 15px;
	text-align: center;
}
.dunked-branding,
.dunked-branding:visited { color: #A7A8AA; }
.dunked-branding:hover { color: #5BC2C5;  }
/*=================================*/
/* Structure
/*=================================*/
.wrap {
	max-width: 980px;
	margin: 0 auto;
	width: 94%;
}
.site-header {
	padding-bottom: 40px;
	padding-top: 20px;
}
.site-footer {
	margin-top: 40px;
	margin-bottom: 40px;
}
/*=================================*/
/* Media Queries
/*=================================*/
@media only screen and (min-width: 21.25em) {
	/* 340px === */
	.projects-feed {
		margin-left: -3.125%;
		margin-right: -3.125%;
		width: 106.25%;
	}
	.projects-feed .project {
		float: left;
		margin-bottom: 5.8824%;
		margin-left: 2.9412%;
		margin-right: 2.9412%;
		width: 44.1176%;
	}
}
@media only screen and (min-width: 42.5em) {
	/* 680px === */
	.site-header { padding-bottom: 10px; }
	.site-title,
	.site-navigation { text-align: left; }
	.site-title a { font-size: 100%; }
	.site-tagline {
		font-size: 24px;
		text-align: left;
	}
	#magic-door,
	.single-project-content { margin: 30px 0; }
	#ajax-project-content { padding: 70px 0; }
	.page-header { text-align: left; }
	.title { margin-top: -11px; }
	.is_page .title {
		font-size: 24px;
		padding: 40px 0 0 0;
	}
	.projects-feed {
		margin-left: -1.9608%;
		margin-right: -1.9608%;
		width: 104.0816%;
	}
	.portfolio-filter {
		display: block;
		margin-left: 1.9608%;
		margin-right: 1.9608%;
	}
	.projects-feed .project {
		margin: 0 1.9608% 3.9216% 1.9608%;
		width: 29.4118%;
	}
	.project-assets > div { margin-bottom: 29px; }
	.project-assets {
		float: left;
		width: 65.3061%;
	}
	.asset-description { margin-top: 22px; }
	.project-assets ~ header,
	.project-assets ~ div,
	.project-assets ~ footer {
		clear: right;
		float: right;
		width: 30.6122%;
	}
	.footer-text { text-align: left; }
}
@media only screen and (min-width: 56.25em) {
	/* 900px === */
	.site-header {
		padding-bottom: 20px;
		padding-top: 60px;
	}
	.site-title {
		float: left;
		width: 35%;
	}
	.site-navigation {
		float: right;
		text-align: right;
		width: 65%;
	}
	.site-tagline { margin-top: 110px; }
	.site-footer {
		margin-bottom: 100px;
		margin-top: 52px;
	}
	.is_page .title { padding: 57px 0 15px 0; }
}
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min--moz-device-pixel-ratio : 2),
only screen and (-o-min-device-pixel-ratio : 2/1),
only screen and (min-device-pixel-ratio : 2),
only screen and (min-resolution : 192dpi),
only screen and (min-resolution : 2dppx) {
	/*===== Retina and HiDPI images =====*/
	#loading {
		background-image: url(https://assets.dunked.com/templates/garnish/1/images/loading_@2x.gif);
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
	}
}
