/*
Theme Name: Impact Embroidery
Author: Matt Chinander
Author URI: http://chinander.com/
Description: A custom WordPress theme for Impact Embroidery
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: impactemb

This theme, like WordPress, is licensed under the GPL.
*/

@import url('css/reset.css');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');

html {
	background: url('images/sitebg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 100%;
	color: #484848;
}

#site-wrap {
	
}
#true-content {
	padding: 25px;
	box-sizing: border-box;
	position: relative;
}

/* #site-wrap {
	width: 100%;

	box-sizing: border-box;
	padding:25px;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	position: relative;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
body.pushright #site-wrap {
	-ms-transform: translate(15.625rem, 0);
	-webkit-transform: translate3d(15.625rem, 0, 0);
	-ms-transform: translate3d(15.625rem, 0, 0);
	transform: translate3d(15.625rem, 0, 0);
} */

#page-wrap.homewrap {
	
}


/* Slide out panel */
#menubtn {
	display: none;
	position: relative;
	z-index: 9999;
}
a.hamburger {
	display: inline-block;
	width:30px;
	padding: 20px;
	margin:-20px;
}
a.hamburger span.label {
	display: none;
}
a.hamburger span.line {
	display: block;
	height: 5px;
	width: 100%;
	background:#fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 2px 2px 2px rgba(75, 75, 75, 0.7);
}
body.pushright a.hamburger span.line.pink {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
body.pushright a.hamburger span.line.blue {
	opacity: 0;
}
body.pushright a.hamburger span.line.yellow {
	-ms-transform: rotate(-45deg) translateX(29%) translateY(-172%);
    -webkit-transform: rotate(-45deg) translateX(29%) translateY(-172%);
    transform: rotate(-45deg) translateX(29%) translateY(-172%);
}
a.hamburger span.line + span.line {
	margin-top: 6px;
}
a.hamburger span.line.pink { background: #E02778; }
a.hamburger span.line.yellow { background: #FFD30B; }
a.hamburger span.line.blue { background: #27A0E2; }

#panel {
	-webkit-backface-visibility: hidden;
	width: 15.625rem;
	top: 0;
	bottom: 0;
	position: fixed;
	/* overflow-x: hidden;
	overflow-y: auto; */
	background: #fff;
	background: rgba(255,255,255,.65);
	z-index: 1001;
	box-sizing: content-box;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	transition: transform 500ms ease 0s;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* -ms-transform: translate(-100.5%, 0);
	-webkit-transform: translate3d(-100.5%, 0, 0);
	-ms-transform: translate3d(-100.5%, 0, 0);
	transform: translate3d(-100.5%, 0, 0); */
	left: 0;
}

#panel #nav ul {
	padding:30px;
	list-style-type: none;
}
#panel #nav ul li a {
	text-decoration: none;
	color:#484848;
	font-size:1.4em;
	line-height: 2;
	transition:all 500ms;
}
#panel #nav ul li a:hover {
	color:#111;
}
#panel #nav ul li a:before {
	margin-right:10px;
	position: relative;
	top: 1px;
	font-size:1.2em;
}
#panel #nav ul li.current-menu-item a {
	font-weight: 600;
}
#panel #nav ul li.pink a:before {
	content:"•";
	color:#E02778;
}
#panel #nav ul li.yellow a:before {
	content:"•";
	color:#FFD30B;
}
#panel #nav ul li.blue a:before {
	content:"•";
	color:#27A0E2;
}
#panel #nav ul li.white a:before {
	content:"•";
	color:#fff;
}

#panel #contact-buttons {
	padding-left: 30px;
}
#panel #contact-buttons ul {
	overflow: hidden;
}
#panel #contact-buttons ul li {
	float: left;
}
#panel #contact-buttons ul li + li {
	margin-left: 8px;
}
#panel #contact-buttons ul li a {
	text-decoration: none;
	color: #666;
	font-size: 0px;
}
#panel #contact-buttons ul li a:before {
	font-family: FontAwesome;
	text-align: center;
	display: inline-block;
	font-size: 26px;
}
#panel #contact-buttons ul li.contact.facebook a:before {
	content:"\f082";
}
#panel #contact-buttons ul li.contact.email a:before {
	content:"\f0e0";
}
#panel #contact-buttons ul li.contact.phone a:before {
	content:"\f098";
}

a#facebook {
	text-decoration: none;
	margin-left: 30px;
	color: #484848;
	position: absolute;
	right: 20px;
}
a#facebook:before {
	font-family: FontAwesome;
	content: "\f082";
	margin-right: 6px;
	font-weight: normal;
}

/* Home Page */
#home-hero {
	padding-top:100px;
}
#hero-logo {
	width: 400px;
	margin: 0 auto;
}
#hero-logo img {
	width: 400px;
	height: auto;
}
#home-hero #tagline {
	width: 475px;
	margin: 25px auto 0;
	border-top: 1px solid #fff;
	text-shadow: 2px 2px 2px rgba(75, 75, 75, 0.7);
}
#home-hero h2 {
	color: #fff;
	font-size: 2em;
	text-align: center;
	padding-top: 15px;
}

#home-hero #buttons {
	width: 475px;
	margin:45px auto 0;
}
#buttons a.hp-button {
	width: 48%;
	float: left;
	background: #27A0E2;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	display: block;
	padding: 12px 0;
	font-size: 1.3em;
	box-shadow: 2px 2px 2px rgba(75, 75, 75, 0.7);
	opacity: .9;
}
#buttons a.hp-button:last-child {
	float: right;
	background: #E02778;
}
#buttons a.hp-button:hover {
	opacity: 1;
}



/* Interior Page */
#page-wrap.wrap {
	max-width: 1100px;
	width: 100%;
	padding-left: 16em;
}
#toplogo {
	width: 250px;
	clear: both;
	padding-left: 50px;
	margin-bottom: 20px;
}
#toplogo img {
	width: 250px;
}

#pagebody {
	background: rgba(255,255,255,.65);
	padding: 30px;
	border-radius: 2px;
	margin-bottom: 15px;
}

#pagebody h1 {
	font-size: 2.2em;
	margin-bottom:.8em;
}
#pagebody h2 {
	font-size: 1.6em;
	font-weight: 600;
	text-transform: uppercase;
	margin: 2em 0 0.5em 0;
}
#pagebody h3 {
	font-size: 1.45em;
	font-weight: 600;
	margin: 0.5em 0 0.5em 0;
}

#pagebody p {
	font-size: 1.3em;
	line-height: 1.3;
	margin-bottom: 1em;
}
#pagebody p:last-of-type {
	margin-bottom: 0;
}

#pagebody ul {
	font-size: 1.3em;
	line-height: 1.1;
	padding-left: 35px;
	list-style-type: disc;
	padding-bottom: 25px;
}


#pagebody a {
	color: inherit;
	text-decoration: underline;
}
#pagebody a:hover {
	opacity: .9;
}



/* Portfolio Page */
h2.port-cat {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}
h2.port-cat.toggle {
	cursor: pointer;
}
h2.port-cat.toggle:after {
	content:"\f054";
	font-family: FontAwesome;
	font-weight: normal;
	margin-left: 12px;
	font-size: 0.8em;
}
h2.port-cat.toggle.open:after {
	content:"\f078";
}
#pagebody ul.port {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.port li {
	width: 23%;
	float: left;
	box-sizing: border-box;
	margin: 1%;
	background: #fff;
	padding: 3px;
	border-radius: 2px;
}
ul.port li a {
	display: block;
	text-decoration: none;
	height: 160px;
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 2px;
}
ul.port li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.6);
	padding: 10px;
	border-radius: 0 0 2px 2px;
}
#pagebody ul.port li a:after {
	content:"";
}


/* Footer */
#footer {
	clear: both;
	color: #ccc;
	padding: 15px;
	line-height: 1.5;
}
body.home #footer {
	display: none;
}



/* Quote Form */
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 3px;
	background:#fff;
	background:rgba(255,255,255,0.7);
}
form input[type=submit] {
	background: #27A0E2;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}