<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template Name: Slab
Author: Gilbert Pellegrom
Author URI: http://www.dunked.com
Description: A classic template which arranges your work in a neatly formatted slab.
*/

/*=================================*/
/*	Table of Contents
/*	- Reset &amp; Clearfix Styles
/*	- Main Styles
/*		- Titles
/*		- Projects Feed
/*			- Project Assets
/*			- Project Content
/*		- Pages
/*	- Navigation Styles
/*	- Footer Styles
/*	- Structure
/*	- Media Queries
/*		- 1300px - 2 projects / with sidebar
/*		- 1150px - 2 projects / no sidebar
/*		- 700px - 1 project / no sidebar
/*=================================*/

/*=================================*/
/* Reset &amp; 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; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
/*=================================*/
/* Main Styles
/*=================================*/
body {
	background: #FAFAFA;
	color: #4A4E53;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	word-wrap: break-word;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
a, a:visited {
	color: #43E32D;
	text-decoration: none;
}
a:hover, a:active {
	color: #4A4E53;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-weight: normal;
	color: #33393F;
	line-height: 1.2em;
	margin-bottom: 20px;
}
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: 30px; }
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
/*===== Titles =====*/
.site-title {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
	color: #33393F;
	margin: -7px 0 20px 0;
}
.site-title a,
.site-title a:visited { color: #33393F; }
.site-title a:hover,
.site-title a:active { color: #43E32D; }
.title {
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #33393F;
	line-height: 1.5em;
	margin: -7px 0 20px 0;
}
.projects-feed .title {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #2E353C;
	margin: 0;
}
/*===== Forms =====*/
.form-success { color: #1ec185; }
.form-errors { color: #e55; }
.contact-form-wrap .form-group { margin-bottom: 1em; }
.contact-form-wrap label {
    color: #111111;
    display: block;
    font-family: /*GF*/ Bitter, sans-serif;
    font-size: 14px;
}
.contact-form-wrap input,
.contact-form-wrap button,
.contact-form-wrap textarea {
    background: #FAFAFA;
    border: 1px solid #111111;
    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: #43E32D;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: /*GF*/ Bitter, sans-serif;
    font-size: 14px;
    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: #FAFAFA;
    border: 1px solid #111111;
    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: #43E32D;
    color: #43E32D;
}
/*===== Projects Feed =====*/
.projects-feed .project {
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-left: 1.6129%;
	margin-right: 1.6129%;
	width: 30.1075%;
}
.projects-feed .project a {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 71.522%; /* Maintain Aspect Ratio 460/329 */
}
.projects-feed .project .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.projects-feed .project .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.projects-feed .project .overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.projects-feed .project .overlay .title {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-touch .projects-feed .project a:hover .overlay { display: block; }
.no-touch .projects-feed .project a:hover .thumb { opacity: 0.1; }
.is_project .projects-feed {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 3px solid #EFEFEF;
}
/*===== Project Assets =====*/
.thumb img {
	width: 100%;
	height: auto;
}
div.image,
div.audio,
div.video {
	margin-bottom: 30px;
	text-align: center;
}
.asset-description {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4E53;
	margin: 30px 0 0 0;
	text-align: left;
}
.view {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
/*===== Project Content =====*/
.project-description ul {
	list-style-type: circle;
	margin: 0 0 30px 30px;
}
.project-description ol {
	list-style-type: decimal;
	margin: 0 0 30px 30px;
}
.project-meta {
	margin-top: 30px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4E53;
	line-height: 1.7em;
}
.project-meta div {
	float: left;
	width: 50%;
}
.project-meta a,
.project-meta a:visited { color: #4A4E53; }
.project-meta a:hover {
	color: #43E32D;
	text-decoration: none;
}
/*===== Pages =====*/
.page-content img {
	display: block;
	margin: 20px auto;
}
.page-content .wysiwyg-float-right {
	display: inline;
	float: right;
	margin: 20px 0 20px 20px;
}
.page-content .wysiwyg-float-left {
	display: inline;
	float: left;
	margin: 20px 20px 20px 0;
}
.page-content ul {
	list-style-type: circle;
	margin: 0 0 30px 30px;
	padding: 0;
}
.page-content ol {
	list-style-type: decimal;
	margin: 0 0 30px 30px;
	padding: 0;
}
/*=================================*/
/* Navigation Styles
/*=================================*/
.nav ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.nav li { margin-bottom: 3px; }
.nav a,
.nav a:visited {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4E53;
}
.nav a:hover,
.nav .current-page a,
.nav .current-project a,
.nav .current-tag a { color: #43E32D; }
/*=================================*/
/* Footer Styles
/*=================================*/
.footer {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A7A8AA;
	margin-top: 60px;
	display: none;
}
#sidebar .footer { display: block; }
.footer-text { margin: 0; }
.dunked-branding,
.dunked-branding:visited {
	color: #A7A8AA;
	display: block;
	margin-top: 3px;
}
.dunked-branding:hover { color: #43E32D; }
/*=================================*/
/* Structure
/*=================================*/
#wrapper {
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
#sidebar {
	position: absolute;
	top: 70px;
	left: 0;
	width: 19%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar.fixed {
	position: fixed;
	left: 3%;
	max-width: 250px;
}
#sidebar a:hover { text-decoration: none; }
#content-wrapper {
	width: 76.562%;
	float: right;
	background: #FFFFFF;
	padding: 0 50px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4E53;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content { padding: 70px 0; }
.projects-feed-inner {
	margin-left: -1.6667%;
	margin-right: -1.6667%;
	width: 103.3333%;
}
.right-sidebar #sidebar {
	left: auto;
	right: 0;
}
.right-sidebar #sidebar.fixed {
	left: auto;
	right: 3%;
}
.right-sidebar #content-wrapper { float: left; }
/*=================================*/
/* Media Queries
/*=================================*/
@media only screen and (max-width: 1150px) {
	.projects-feed-inner {
		margin-left: -2.5424%;
		margin-right: -2.5424%;
		width: 105.0847%;
	}
	.projects-feed .project {
		margin-left: 2.4194%;
		margin-right: 2.4194%;
		width: 45.1613%;
	}
}
@media only screen and (max-width: 800px) {
	#wrapper { width: 100%; }
	#content-wrapper {
		width: 100%;
		min-height: 0 !important;
	}
	#sidebar,
	#sidebar.fixed {
		position: static;
		margin: 70px 0;
		padding: 0 50px;
		width: 100%;
		max-width: none;
	}
	.footer {
		display: block;
		margin: 70px 0;
		padding: 0 50px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sidebar .footer { display: none; }
	.nav ul { margin: 0; }
	.nav li {
		display: inline;
		margin: 0 20px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	#content-wrapper { padding: 0 20px; }
	#sidebar,
	#sidebar.fixed,
	.footer {
		padding: 0 20px;
		margin: 40px 0;
	}
	#content { padding: 40px 0; }
	.project-meta div {
		float: none;
		width: auto;
	}
	div.image,
	div.audio,
	div.video { margin-bottom: 20px; }
	.asset-description { padding-bottom: 10px; }
}
@media only screen and (max-width: 500px) {
	.projects-feed-inner,
	.projects-feed .project {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
</pre></body></html>