/**!
  Theme Name: Click Click Draw
  Author: Chris Fernandez/Will Murdoch
  Author URI: http://www.clickclickdraw.com
  Description: The theme for Click Click Draw
  Version: 2.0.0
  Tags: design, portfolio
  Text Domain: clickclickdraw
  */
@media (max-width: 900px) {
	#wpadminbar {
		display: none;
	}
}

html {
	font-size: 18px;
	margin-top: 0 !important;
}

html:not(.wp-toolbar) body.logged-in {
	margin-top: 0 !important;
}
.wp-video{
	margin: 0 auto;
}

body {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	font-family: futura-pt, "Myriad Pro", "Sans Serif";
}

.burger-btn {
	right: 20px;
	top: 13px;
	display: block;
	position: absolute;
	width: 30px;
	height: 20px;
}

.burger-btn div {
	width: 100%;
	height: 4px;
	background: #333;
	position: absolute;
	border-radius: 5px;
	transition: all 0.2s ease-out;
}

.burger-btn div:nth-child(1) {
	top: 0;
	left: 0;
	transform-origin: top left;
}

.burger-btn div:nth-child(2) {
	top: 50%;
	margin-top: -2px;
}

.burger-btn div:nth-child(3) {
	bottom: 0;
	transform-origin: bottom left;
}

@media (min-width: 900px) {
	.burger-btn {
		display: none;
	}
}

.expanded .burger-btn div {
	margin-left: 6px;
}

.expanded .burger-btn div:nth-child(1) {
	transform: rotateZ(45deg);
}

.expanded .burger-btn div:nth-child(2) {
	transform: scaleX(0.01);
	opacity: 0;
}

.expanded .burger-btn div:nth-child(3) {
	transform: rotateZ(-45deg);
	bottom: -4px;
}

.expanded ~ nav#mobileNav {
	max-height: 12rem;
}

nav#mobileNav {
	display: none;
}

@media (max-width: 900px) {
	nav#mobileNav {
		display: block;
		position: fixed;
		top: 50px;
		z-index: 4;
		background: #66ffb3;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
	}
	nav#mobileNav ul {
		padding: 2rem 0 2rem 2rem;
		list-style-type: none;
	}
	nav#mobileNav a {
		display: block;
		color: #333;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 1rem;
		text-decoration: none;
		padding: 0.25rem 0;
	}
}

nav#mainNav {
	height: 100px;
	background: #66ffb3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	z-index: 5;
	transition: height 0.3s ease-out;
}

@media (max-width: 900px) {
	nav#mainNav {
		box-shadow: none;
		height: 50px;
	}
}

nav#mainNav ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
	border-left: 1px solid rgba(255, 255, 255, 0.75);
	border-right: 1px solid rgba(255, 255, 255, 0.75);
}

nav#mainNav li {
	flex: 1;
	height: 100px;
	transition: height 0.3s ease-out;
}

nav#mainNav li:not(:last-of-type) {
	border-right: 1px solid rgba(255, 255, 255, 0.75);
}

@media (max-width: 900px) {
	nav#mainNav li:not(:nth-child(3)) {
		display: none;
	}
}

nav#mainNav li a:before {
	content: '';
	position: relative;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	margin-right: 15px;
	width: 37px;
	background-image: url(images/labels_white.png);
	margin-top: -5px;
}

nav#mainNav li a[href*="blog"]:before {
	background-position: -37px 0px;
	width: 47px;
}

nav#mainNav li a[href*="about"]:before {
	background-position: -120px 0px;
	width: 35px;
}

nav#mainNav li a[href*="contact"]:before {
	background-position: -84px 0px;
}

nav#mainNav li:nth-child(3) {
	font-size: 0;
}

nav#mainNav li:nth-child(3) a {
	font-size: 0;
}

@media (max-width: 900px) {
	nav#mainNav li:nth-child(3) a {
		width: 150px;
	}
}

nav#mainNav li:nth-child(3) a:hover {
	background-color: transparent !important;
}

nav#mainNav li:nth-child(3) a:before {
	content: '';
	position: absolute;
	top: 0;
	margin-top: 0;
	left: 50%;
	margin-left: -81px;
	display: block;
	width: 162px;
	height: 136px;
	background: url(images/logo.png) top center no-repeat !important;
	background-size: contain !important;
	transform-origin: top center;
	transition: all 0.3s ease-out;
}

@media (max-width: 900px) {
	nav#mainNav li:nth-child(3) a:before {
		width: 112px;
		height: 86px;
		left: 1rem;
		margin-left: 0;
	}
}

nav#mainNav li:nth-child(3) a:hover {
	background: #FFF !important;
}

nav#mainNav a {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 100px;
	width: 100%;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	transition: line-height 0.3s ease-out;
}

nav#mainNav a:hover {
	background: #FFF;
}

nav#mainNav a:hover:before {
	background-image: url(images/labels_green.png);
}

nav#mainNav .current-menu-item:not(:nth-child(3)) a, nav#mainNav .current_page_parent:not(:nth-child(3)) a {
	background: #FFF;
}

nav#mainNav .current-menu-item:not(:nth-child(3)) a:before, nav#mainNav .current_page_parent:not(:nth-child(3)) a:before {
	background-image: url(images/labels_green.png);
}

.blog nav#mainNav, .blog nav#mobileNav, .single-post nav#mainNav, .single-post nav#mobileNav {
	background: #66e3ff;
}

.blog nav#mainNav a:hover:before, .blog nav#mobileNav a:hover:before, .single-post nav#mainNav a:hover:before, .single-post nav#mobileNav a:hover:before {
	background-image: url(images/labels_blue.png);
}

.blog nav#mainNav .current-menu-item:not(:nth-child(3)) a:before, .blog nav#mainNav .current_page_parent:not(:nth-child(3)) a:before, .blog nav#mobileNav .current-menu-item:not(:nth-child(3)) a:before, .blog nav#mobileNav .current_page_parent:not(:nth-child(3)) a:before, .single-post nav#mainNav .current-menu-item:not(:nth-child(3)) a:before, .single-post nav#mainNav .current_page_parent:not(:nth-child(3)) a:before, .single-post nav#mobileNav .current-menu-item:not(:nth-child(3)) a:before, .single-post nav#mobileNav .current_page_parent:not(:nth-child(3)) a:before {
	background-image: url(images/labels_blue.png);
}

.page-template-about nav#mainNav, .page-template-about nav#mobileNav {
	background: #ffb366;
}

.page-template-about nav#mainNav a:hover:before, .page-template-about nav#mobileNav a:hover:before {
	background-image: url(images/labels_orange.png);
}

.page-template-about nav#mainNav .current-menu-item:not(:nth-child(3)) a:before, .page-template-about nav#mobileNav .current-menu-item:not(:nth-child(3)) a:before {
	background-image: url(images/labels_orange.png);
}

.page-template-about .scaler {
	text-align: center;
}

.page-template-contact nav#mainNav, .page-template-contact nav#mobileNav {
	background: #e6ff66;
}

.page-template-contact nav#mainNav a:hover:before, .page-template-contact nav#mobileNav a:hover:before {
	background-image: url(images/labels_yellow.png);
}

.page-template-contact nav#mainNav .current-menu-item:not(:nth-child(3)) a:before, .page-template-contact nav#mobileNav .current-menu-item:not(:nth-child(3)) a:before {
	background-image: url(images/labels_yellow.png);
}

.page-template-contact .scaler {
	text-align: center;
}

.page-template-contact .scaler p {
	margin: 1rem auto;
	font-weight: 300;
}

.single-work nav#mainNav li.menu-item-home:first-of-type {
	background: #FFF;
}

.single-work nav#mainNav li.menu-item-home:first-of-type a:before {
	background-image: url(images/labels_green.png);
}

.single-work nav#mainNav li.current_page_parent a {
	background: transparent;
}

.single-work nav#mainNav li.current_page_parent a:before {
	background-image: url(images/labels_white.png);
}

.single-work nav#mainNav li.current_page_parent a:hover {
	background: #FFF;
}

.single-work nav#mainNav li.current_page_parent a:hover:before {
	background-image: url(images/labels_green.png);
}

.work-list .scaler {
	max-width: 1180px;
}

.work-filters {
	margin-top: 1.75rem;
	text-align: center;
}

.work-filters a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	margin: 0.25rem;
	min-width: 3rem;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	border: 3px solid #66ffb3;
	background: #FFF;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

.work-filters a:hover, .work-filters a.active {
	color: #FFF;
	background: #66ffb3;
}

.work-wrap {
	width: 100%;
	overflow: hidden;
	transition: height 1s ease-out;
}

.work-grid {
	width: 100%;
	margin: 2rem auto 4rem;
}

.work-grid:before {
	content: '';
	position: absolute;
	display: block;
	width: 106px;
	height: 144px;
	left: 50%;
	margin: 3rem 0 4rem -63px;
	background-image: url(images/loader_anim.gif);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.work-grid.loading:before {
	opacity: 1;
}

.work-grid.populated:not(.loading):before {
	opacity: 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes popIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes popOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.populated .work-tile {
	opacity: 0;
	animation: popIn 0.25s ease-out forwards;
}

.populated .work-tile:nth-child(1) {
	animation-delay: 0.1s;
}

.populated .work-tile:nth-child(2) {
	animation-delay: 0.2s;
}

.populated .work-tile:nth-child(3) {
	animation-delay: 0.3s;
}

.populated .work-tile:nth-child(4) {
	animation-delay: 0.4s;
}

.populated .work-tile:nth-child(5) {
	animation-delay: 0.5s;
}

.populated .work-tile:nth-child(6) {
	animation-delay: 0.6s;
}

.populated .work-tile:nth-child(7) {
	animation-delay: 0.7s;
}

.populated .work-tile:nth-child(8) {
	animation-delay: 0.8s;
}

.populated .work-tile:nth-child(9) {
	animation-delay: 0.9s;
}

.populated .work-tile:nth-child(10) {
	animation-delay: 1s;
}

.populated .work-tile:nth-child(11) {
	animation-delay: 1.1s;
}

.populated .work-tile:nth-child(12) {
	animation-delay: 1.2s;
}

.loading .work-tile {
	opacity: 1;
	animation: popOut 0.25s ease-out forwards;
	animation-delay: 0s !important;
}

.work-tile {
	width: 30%;
	height: 0;
	padding-bottom: 20%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 1% 1.25%;
	display: inline-block;
	position: relative;
	outline: 1px solid #CCC;
	overflow: hidden;
}

.work-tile:nth-child(n+12) {
	opacity: 0;
	animation: fadeIn 0.5s 0.2s ease-out forwards;
}

@media (max-width: 1024px) {
	.work-tile {
		width: 48%;
		padding-bottom: 32%;
	}
}

@media (max-width: 500px) {
	.work-tile {
		width: calc(100% - 2px);
		padding-bottom: 55%;
		margin: 0 0 1.5% 1px;
	}
}

.work-tile img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.work-tile .text, .work-tile .icon {
	transition: all 0.3s 0s ease-out;
	opacity: 0;
	display: block;
}

.work-tile .text {
	transform: translateY(50%);
}

.work-tile .icon {
	transform: translateY(-50%);
}

.work-tile .text-overlay {
	background: #66e3ff;
	color: #e6ff66;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s 0s ease-out;
}

.work-tile .text-overlay p {
	margin: 0;
}

.work-tile .text-overlay .icon {
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	display: inline-block;
	margin: 0 auto 1rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}

.work-tile .text-overlay .icon.illustration {
	background-image: url(images/illustration_icon.png);
}

.work-tile .text-overlay .icon.invitation-amp-promotional-illustration, .work-tile .text-overlay .icon.branding-amp-collateral, .work-tile .text-overlay .icon.print, .work-tile .text-overlay .icon.animation, .work-tile .text-overlay .icon.design {
	background-image: url(images/collateral_icon.png);
}

.work-tile .text-overlay .icon.branding-amp-web-design, .work-tile .text-overlay .icon.website-redesign-amp-ux {
	background-image: url(images/website_icon.png);
}

.work-tile .text-overlay .icon.shop, .work-tile .text-overlay .icon.shop.illustration {
	background-image: url(images/icon_shop.png);
}

@media (max-width: 800px) {
	.work-tile .text-overlay .icon {
		padding-bottom: 15%;
	}
}

.work-tile .text-overlay .header {
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1em;
	text-transform: uppercase;
}

@media (max-width: 800px) {
	.work-tile .text-overlay .header {
		font-size: 1.15rem;
	}
}

.work-tile .text-overlay .category {
	text-transform: lowercase;
	font-size: 1rem;
	font-weight: 600;
	font-style: italic;
}

.work-tile .text-overlay .text-center {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.work-tile:hover .text-overlay {
	opacity: 1;
	transition-delay: 0s;
}

.work-tile:hover .text, .work-tile:hover .icon {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.15s;
}

.social-bar {
	text-align: center;
	height: 25px;
	margin: 1rem auto 1rem;
}

.social-bar .socialBtn {
	display: inline-block;
	vertical-align: middle;
}

.social-bar .socialBtn span {
	display: block;
}

.social-bar .mail {
	height: 25px;
}

.social-bar .mail img {
	height: 20px;
	width: auto;
	max-width: auto;
}

.blog-wrap {
	width: 100%;
	overflow: hidden;
	transition: height 1s ease-out;
}

.blog-items {
	width: 100%;
	margin: 0 auto 2rem;
	display: inline-block;
}

.blog-tile {
	max-width: 800px;
	margin: 0 auto;
}

.blog-tile img {
	display: block;
	width: 90%;
	margin: 2rem auto;
}

.blog-tile h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	margin: 2rem auto 0;
}

.blog-tile h3 a {
	font-weight: 300;
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.blog-tile h3 a:hover {
	color: #66e3ff;
}

.blog-tile p.date {
	font-weight: 600;
	font-size: 0.9rem;
	text-align: center;
	margin: 0;
}

.blog-tile .post-blurb {
	margin-bottom: 4rem;
}

.blog-tile .post-blurb p {
	font-size: 1rem;
	margin: 0 auto;
	font-weight:300;
}

.blog-tile .post-blurb .readMore {
	display: inline-block;
	color: #66e3ff;
	font-weight: 600;
	margin-left: 0.5rem;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.blog-tile .post-blurb .readMore:hover {
	color: #00d0ff;
}

.single-post .scaler {
	max-width: 800px;
	margin-bottom: 4rem;
}

.single-post .scaler p {
	font-weight: 100;
}

.single-post .scaler a {
	color: #66e3ff;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease-out;
}

.single-post .scaler a:hover {
	color: #00d0ff;
}

.single-post .scaler img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0.5rem auto;
}

.single-post .scaler iframe {
	margin: 1.5rem auto;
	max-width: 100%;
}

.single-post .scaler .blog-tile img {
	margin: 2rem auto;
}

.single-post a.btn, .single-post input[type="submit"] {
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 0.7rem 1.6rem;
	font-weight: 300;
	border: 3px solid #66e3ff;
	color: #66e3ff;
	background: #FFF;
	text-decoration: none;
	display: table;
	margin: 2rem auto 0;
	cursor: pointer;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

@media (max-width: 900px) {
	.single-post a.btn, .single-post input[type="submit"] {
		font-size: 1.1rem;
	}
}

.single-post a.btn:hover, .single-post input[type="submit"]:hover {
	background: #66e3ff;
	color: #FFF;
}

.single-post a.btn {
	margin-bottom: 3rem;
}

.single-post .social-bar {
	margin: 0 auto 3rem;
	max-width: 900px;
	padding: 2rem 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

form {
	font-size: 0;
	padding: 2rem 0;
}

form a.btn, form input[type="submit"] {
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 0.7rem 1.6rem;
	font-weight: 300;
	border: 3px solid #333;
	color: #333;
	background: #e6ff66;
	text-decoration: none;
	display: table;
	margin: 2rem auto 0;
	cursor: pointer;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

@media (max-width: 900px) {
	form a.btn, form input[type="submit"] {
		font-size: 1.1rem;
	}
}

form a.btn:hover, form input[type="submit"]:hover {
	background: #333;
	color: #e6ff66;
}

form fieldset {
	border: 0;
	outline: 0;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	position: relative;
}

@media (max-width: 900px) {
	form fieldset {
		width: 100%;
	}
}

form fieldset:nth-of-type(2) label {
	float: right;
}

form fieldset span.wpcf7-not-valid-tip {
	display: none;
}

form fieldset br {
	display: none;
}

form fieldset input {
	font-size: 1rem;
	width: calc(95% - 1rem);
	padding: 0 0.5rem;
	height: 52px;
	outline: 2px solid #e6ff66;
	outline-offset: 0;
	border: 0;
}

@media (max-width: 900px) {
	form fieldset input {
		width: calc(100% - 1rem);
	}
}

form fieldset textarea {
	float: right;
	width: calc(95% - 1rem);
	font-size: 1rem;
	padding: 0.5rem;
	height: calc(164px - 1.85rem);
	outline: 2px solid #e6ff66;
	outline-offset: 0;
	border: 0;
}

@media (max-width: 900px) {
	form fieldset textarea {
		width: calc(100% - 1rem);
	}
}

form fieldset label {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	width: 95%;
	margin: 0 0 0.25rem;
}

@media (max-width: 900px) {
	form fieldset label {
		width: 100%;
	}
}

form .wpcf7-validation-errors, form .wpcf7-response-output {
	width: 100%;
	font-size: 1rem;
	margin: 0 0 2rem;
	padding: 0;
	border: 0;
}

form .ajax-loader {
	float: right;
}

form input, form textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-apeparance: none;
	font-family: futura-pt, "Myriad Pro", "Sans Serif";
	transition: box-shadow 0.2s ease-out;
}

form input:focus, form input:active, form textarea:focus, form textarea:active {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

form input[type="submit"] {
	font-weight: 500;
	border: 0;
	box-shadow: 0px 0px 0px transparent;
}

form input[type="submit"]:focus, form input[type="submit"]:active {
	background: #333;
	color: #e6ff66;
}

#wrapper {
	margin: 100px auto 0;
}

@media (max-width: 900px) {
	#wrapper {
		margin: 50px auto 0;
	}
}

.scaler {
	padding-top: 1rem;
	width: 90%;
	max-width: 905px;
	margin: 1rem auto 0;
}

.content p {
	font-weight: 100;
}

.content p a {
	color: #66e3ff;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease-out;
}

.content p a:hover {
	color: #00bce6;
}

.title {
	font-size: 46px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
	margin: 0 auto;
	position: relative;
	line-height: 1em;
}

@media (max-width: 900px) {
	.title {
		font-size: 33px;
	}
}

.title span {
	background: #FFF;
	position: relative;
	max-width: 400px;
	width: auto;
	display: table;
	z-index: 1;
	padding: 0 2rem;
	margin: 0 auto;
}

.title:after {
	content: '';
	position: absolute;
	bottom: calc(50% - 22px);
	height: 1px;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 900px;
	background: #bfbfbf;
	z-index: 0;
}

.title.work:before {
	content: '';
	position: relative;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	width: 36px;
	display: block;
	margin: 0 auto;
	background-image: url(images/labels_black.png);
}

.title.blog:before {
	content: '';
	position: relative;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	width: 45px;
	background-position: -38px 0;
	display: block;
	margin: 0 auto;
	background-image: url(images/labels_black.png);
}

.title.about:before {
	content: '';
	position: relative;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	width: 35px;
	background-position: -120px 0;
	display: block;
	margin: 0 auto;
	background-image: url(images/labels_black.png);
}

.title.contact:before {
	content: '';
	position: relative;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	width: 37px;
	background-position: -84px 0;
	display: block;
	margin: 0 auto;
	background-image: url(images/labels_black.png);
}

.hero {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

.hero img {
	position: relative;
	width: 100%;
	height: auto;
	transform: scale(1.1);
	transform-origin: center center;
	will-change: transform;
}

@media (max-width: 900px) {
	.hero img {
		width: 1000px;
		max-width: 1000px;
		left: 50%;
		margin-left: -500px;
	}
}

@media (max-width: 900px) {
	.single-work .hero img {
		width: 950px;
		max-width: 950px;
		margin-left: -475px;
	}
}

.single-work .contributors {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #808080;
}

.single-work .contributors strong {
	font-weight: 600;
}

.single-work .contributors span {
	margin-right: 1rem;
}

@media (max-width: 900px) {
	.single-work .contributors span {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

.single-work .content {
	margin-bottom: 3rem;
}

.single-work .content blockquote {
	border-left: 5px solid #EEE;
	margin: 2rem auto;
	width: calc(90% - 2rem - 5px);
	padding-left: 2rem;
}

.single-work .content blockquote p {
	font-weight: 600;
	font-style: italic;
}

.single-work .content p a {
	color: #66e3ff;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.single-work .content p a:hover {
	color: #00d0ff;
}

.single-work .content img {
	max-width: 100%;
	height: auto;
	margin: 0.5rem auto;
}

.single-work img.gallery-image, .single-work video.gallery-video {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0.5rem auto;
}

.single-work a.btn, .single-work input[type="submit"] {
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 0.7rem 1.6rem;
	font-weight: 300;
	border: 3px solid #ff6666;
	color: #ff6666;
	background: #FFF;
	text-decoration: none;
	display: table;
	margin: 2rem auto 0;
	cursor: pointer;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

@media (max-width: 900px) {
	.single-work a.btn, .single-work input[type="submit"] {
		font-size: 1.1rem;
	}
}

.single-work a.btn:hover, .single-work input[type="submit"]:hover {
	background: #ff6666;
	color: #FFF;
}

.single-work a.btn {
	display: table;
	margin: 3rem auto 4rem;
}

.single-work a.btn.ext {
	margin-bottom: 0rem;
}

.single-work a.btn.ext:after {
	content: '';
	position: relative;
	background-image: url("images/ext_link.php?color=rgb(255,102,102)");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 0.8em;
	height: 1em;
	top: 0.15em;
	margin-left: 1rem;
	display: inline-block;
	transition: background-image 0.2s ease-out;
}

.single-work a.btn:hover.ext:after {
	background-image: url("images/ext_link.php?color=rgb(255,255,255)");
}

section.contact {
	padding: 3rem 0 5rem;
	background: #ff6666;
	color: #FFF;
	text-align: center;
}

section.contact p {
	margin: 0 auto;
	font-size: 1rem;
}

section.contact .scaler {
	margin: 0 auto;
}

section.contact .title {
	color: #FFF;
	margin-bottom: 2rem;
}

section.contact .title:before {
	background-image: url(images/labels_white.png);
}

section.contact .title span {
	background: #ff6666;
}

section.contact a.btn, section.contact input[type="submit"] {
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 0.7rem 1.6rem;
	font-weight: 300;
	border: 3px solid #FFF;
	color: #FFF;
	background: #ff6666;
	text-decoration: none;
	display: table;
	margin: 2rem auto 0;
	cursor: pointer;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

@media (max-width: 900px) {
	section.contact a.btn, section.contact input[type="submit"] {
		font-size: 1.1rem;
	}
}

section.contact a.btn:hover, section.contact input[type="submit"]:hover {
	background: #FFF;
	color: #ff6666;
}

section.tweets {
	padding: 1rem 0 5rem;
	text-align: center;
}

section.tweets a.btn, section.tweets input[type="submit"] {
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 0.7rem 1.6rem;
	font-weight: 300;
	border: 3px solid #ffb366;
	color: #ffb366;
	background: #FFF;
	text-decoration: none;
	display: table;
	margin: 2rem auto 0;
	cursor: pointer;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

@media (max-width: 900px) {
	section.tweets a.btn, section.tweets input[type="submit"] {
		font-size: 1.1rem;
	}
}

section.tweets a.btn:hover, section.tweets input[type="submit"]:hover {
	background: #ffb366;
	color: #FFF;
}

section.tweets p {
	font-size: 1.7rem;
	font-weight: 300;
}

section.tweets p a {
	color: #ffb366;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

section.tweets p a:hover {
	color: #e67400;
}

section.tweets .title:before {
	content: '';
	position: relative;
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	width: 30px;
	height: 27px;
	background-image: url(images/label_twitter_black.png);
	background-repeat: no-repeat;
}

section.tweets .title:after {
	bottom: calc(50% - 32px);
}

@media (max-width: 550px) {
	.social-icons {
		max-width: 300px;
		margin: 0 auto;
	}
}

.social-icons a {
	width: 51px;
	height: 51px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 1.2rem;
}

.social-icons a[href*="twitter"] {
	background-image: url(images/twitter.png);
}

.social-icons a[href*="twitter"]:hover {
	background-image: url(images/twitter_hover.png);
}

.social-icons a[href*="linkedin"] {
	background-image: url(images/linkedin.png);
}

.social-icons a[href*="linkedin"]:hover {
	background-image: url(images/linkedin_hover.png);
}

.social-icons a[href*="dribbble"] {
	background-image: url(images/dribbble.png);
}

.social-icons a[href*="dribbble"]:hover {
	background-image: url(images/dribbble_hover.png);
}

.social-icons a[href*="mailto"] {
	background-image: url(images/mailto.png);
}

.social-icons a[href*="mailto"]:hover {
	background-image: url(images/mailto_hover.png);
}

.social-icons a[href*="instagram"] {
	background-image: url(images/instagram.png);
}

.social-icons a[href*="instagram"]:hover {
	background-image: url(images/instagram_hover.png);
}

footer {
	padding: 3rem 0 1.5rem;
	display: block;
	width: 100%;
	background: #333333;
	border-bottom: 10px solid #1a1a1a;
	text-align: center;
}

footer #footer-logo {
	margin-bottom: 1rem;
}

footer #footer-logo:hover {
	filter: invert(100%) brightness(1.2);
}

footer ul {
	list-style-type: none;
	padding: 0;
}

@media (max-width: 900px) {
	footer ul {
		display: none;
	}
}

footer li {
	display: inline-block;
	vertical-align: middle;
}

footer li a {
	text-transform: uppercase;
	margin: 0 1.5rem;
	font-weight: 600;
	font-size: 0.75rem;
	color: #FFF;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

footer li a:hover {
	color: #e6ff66;
}

footer p {
	color: #666;
	font-size: 0.75rem;
	margin: 2rem auto 0;
}

footer p a {
	color: #e6ff66;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease-out;
}

footer p a:hover {
	color: #fbffe6;
}

footer .footer-location {
	color: #e6ff66;
	font-weight: 600;
}


/* Static-port repairs and accessibility improvements. */
.single-work#wrapper > .scaler { padding-top: 2rem; }
@media (max-width: 900px) {
  .single-work#wrapper > .scaler { padding-top: 1.5rem; }
}
.work-tile[hidden] { display: none; }
.lazy-load-sentinel { height: 1px; width: 100%; }
.lazy-load-status {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.lazy-load-noscript { margin: 2rem auto 4rem; text-align: center; }
.static-share { font-size: 0.72rem; }
.static-share .share-link {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  gap: 0.32rem;
  height: 22px;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 0.55rem;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}
.static-share .share-icon {
  display: block;
  filter: brightness(0) invert(1);
  flex: 0 0 12px;
  height: 12px;
  object-fit: contain;
  width: 12px;
}
.static-share .share-facebook,
.static-share .share-link[href*="facebook.com"] {
  background: #1877f2;
  border-color: #1877f2;
}
.static-share .share-x,
.static-share .share-link[href*="twitter.com"] {
  background: #000;
  border-color: #000;
}
.static-share .share-email {
  background: #777;
  border-color: #777;
}
.static-share .share-facebook:hover,
.static-share .share-link[href*="facebook.com"]:hover { background: #166fe5; border-color: #166fe5; color: #fff; }
.static-share .share-x:hover,
.static-share .share-link[href*="twitter.com"]:hover { background: #333; border-color: #333; color: #fff; }
.static-share .share-email:hover { background: #5f5f5f; border-color: #5f5f5f; color: #fff; }
.static-share .share-link:focus-visible { outline: 2px solid #66e3ff; outline-offset: 2px; }
.static-contact-form .form-status {
  box-sizing: border-box;
  clear: both;
  display: none;
  float: none;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.5rem auto 0;
  max-width: 720px;
  padding: 0.75rem 1rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.static-contact-form .form-status.visible { display: block !important; }
.static-contact-form .form-status.error { background: #fff1f1; color: #9e2020; }
.static-contact-form .form-status.success { background: #f7ffd2; color: #333; }
.static-contact-form .form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.static-contact-form input.invalid,
.static-contact-form textarea.invalid { outline-color: #ff6666; }
.single-work a.btn.ext:after {
  background-image: none !important;
  content: "↗";
  font-size: 0.8em;
  height: auto;
  width: auto;
}
.tweets .title span { background: #fff; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .hero img { transform: none; will-change: auto; }
}
