/*
Theme Name: SlicenPress
Theme URI:
Author: SlicenPress
Author URI: http://slicenpress.com
Description:
Version: 1.0-snd
License: GNU General Public License
License URI: license.txt
Tags:
*/

/*
File:		reset.css - This contains all the reset styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

Reset Styles - reset all styles for consistent cross browser styling
*/
/* @group Reset Styles */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; }

a { color: #00e;outline: none!important; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: none!important; }
a:hover, a:active { outline: 0; }
:focus { -moz-outline-style: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}small{font-size:85%;}
h1 {font-size: 182%;}
h2 {font-size: 161.6%;}
h3 {font-size: 138.5%;}
h4 {font-size: 116%;}
h5 {font-size: 108%;}
h6 {font-size: 100%;}
h1, h2, h3, h4, h5, h6 {margin: 0 0 .5em 0;}
p {margin: 0 0 1em 0;}
/* @end */

/* @group Formalize */
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  /*height: 1.8em;*/
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}


button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button {
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}
/* @end */

/* @group WP Styles */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Content */
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: block;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Widgets */
.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}
/* @end */

/*========================== BEGIN SITE SPECIFIC STYLES ========================== */
@font-face {
    font-family: 'alegre_sansregular';
    src: url('fonts/alcgre_sans-webfont.eot');
    src: url('fonts/alcgre_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alcgre_sans-webfont.woff') format('woff'),
         url('fonts/alcgre_sans-webfont.ttf') format('truetype'),
         url('fonts/alcgre_sans-webfont.svg#alegre_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Animation Code */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #735d49;
	text-decoration: underline;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
/* @end */

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	font-family: "adobe-caslon-pro", Georgia, Times, serif;
	background-color: #fff;
	color: #333;
}
/* @end */

/* @group Layout */
/* Head */
.hd {
	width: 100%;
	background-color: #000;
	position: relative;
	z-index: 3;
}
.hd-inner {
	max-width: 1600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.hd-btm {
	width: 100%;
	height: 51px;
	overflow: hidden;
	background: transparent url('images/head-banner-btm.png') no-repeat center bottom;
	position: relative;
	z-index: 2;
}

/* Nav */
.hd nav {
	position: absolute;
	top: 86px;
	width: 100%;
}
.hd nav ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	text-align: center;
	width: 100%;
}
.hd nav ul li {
	padding: 0 20px;
	display: block;
	float: left;
}
.hd nav ul li.nav-left {
	float: left;
}
.hd nav ul li.nav-right {
	float: right;
}
.hd nav ul li a {
	font-size: 277%;
	font-family: 'alegre_sansregular', sans-serif;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
}
.hd nav ul li a:link, .hd nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.hd nav ul li a:hover {
	color: #f0f3dc;
}
@media only screen and (max-width: 980px) {
	.hd nav {
		position: relative;
		top: 0;
	}
	.hd nav ul {
		text-align: center;
	}
	.hd nav ul li.nav-left, .hd nav ul li.nav-right {
		float: none;
		display: inline-block;
	}
	.hd nav ul li a {
		font-size: 177%;
	}
}

/* Head Callout */
.hd-title {
	font-family: 'alegre_sansregular', sans-serif;
	text-align: center;
	position: relative;
	margin-top: -40px;
	padding-top: 70px;
	padding-bottom: 64px;
	color: #fff;
  background-size: cover;
	background: transparent url(images/hd-bike.jpg) no-repeat center center; /* Default header bg */
}
.hd-title a:link, .hd-title a:visited {
	color: #fff;
	text-decoration: none;
}
.hd-title h1 {
	font-size: 615%;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	text-shadow: 2px 1px 3px #000;
}
.hd-title h2 {
	font-size: 462%;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	text-shadow: 2px 1px 3px #000;
}
.hd-title .underline {
	text-decoration: underline;
}
.hd-title-hr {
	max-width: 820px;
	height: 37px;
	background: transparent url('images/hd-title-hr.png') no-repeat center bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-top: 25px;
}
@media only screen and (max-width: 480px) {
	.hd-title-hr {
		background-size: 600px;
	}
}

/* Custom Titles */
.hd-title-bottom-arrow {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 75px;
	overflow: hidden;
	margin-top: -24px;
	background: transparent url('images/hd-feature-white.png') no-repeat center bottom;
}
.hd-title-home {

}
.hd-title-services {

}

/* Head Feature */
.hd-feature-top {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 75px;
	overflow: hidden;
	margin-top: -24px;
	background: transparent url('images/hd-feature-cream.png') no-repeat center top;
}
.hd-feature {
	background-color: #f0f3dc;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.hd-feature .title {
	font-family: 'alegre_sansregular', sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	margin: 0 0 .5em 0;
	font-size: 462%;
}
.hd-feature-text {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #444;
	text-align: center;
	padding: 0 40px;
}
.hd-feature-text p {
	font-size: 182%;
	font-style: italic;
	line-height: 1.4em;
}

/* Service Callouts */
.service-callouts {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.service-callouts .service-callout {
	display: block;
	width: 33.3%;
	float: left;
	text-align: center;
	font-family: 'alegre_sansregular', sans-serif;
}
.service-callouts .service-callout:link, .service-callouts .service-callout:visited {
	color: #735d49;
	text-decoration: none;
}
.service-callouts .service-callout:hover {
	color: #000;
}
.service-callouts .service-callout h3 {
	font-weight: normal;
	margin: 0;
	line-height: 1em;
	font-size: 308%;
}
.service-callouts .service-callout .icon {
	margin-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 980px) {
	.service-callouts .service-callout {
		width: 100%;
	}
	.service-callouts .service-callout h3 {
		padding: 20px 0;
	}
	.service-callouts .service-callout .icon {
		display: inline-block;
		width: 50px;
		height: auto;
		margin: 0 10px 0 -50px;
	}
}

/* Logo */
.snp-logo {
	background: transparent url('images/slicenpress-logo.png') no-repeat right top;
	max-width: 406px;
	height: 157px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	position: relative;
	bottom: -38px;
	z-index: 5;
}
.snp-logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}
@media only screen and (max-width: 480px) {
	.snp-logo {
		width: 310px;
		background-size: 296px;
		height: 127px;
		bottom: -38px;
	}
}

/* Body */
.bd {

}

/* Email Signup Callout */
.callout-wrapper {
    background: #fff url(images/callout-bump.png) no-repeat top center;
    padding: 35px 0 0 0;
    margin-bottom: 40px;
}
.callout-inner {
    margin-top: -3px;
    color: #fff;
    padding: 2px;
    border: 2px solid #000;
    border-top: none;
}
.callout {
    padding:60px 20px 0px;
    background: #000 url(images/callout-divider.png) no-repeat 51% 0;
    color: #fff;
    text-align: center;
}
.callout h5 {
  font-size: 308%;
  font-family: 'alegre_sansregular', sans-serif;
  font-weight: normal;
  color: #fff !important;
  line-height: 1em;
  margin-bottom: .5em;
}

.callout p {
    font-size: 18px;
    margin: 0 80px 20px;
    line-height: 1.5;
}

.callout input.email {
    font-family: "adobe-caslon-pro", Georgia, Times, serif;
    padding: 0 10px;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    width: 35%;
    color:#333;
    border:none;
}

.callout .button {
  background: #333 url(images/button-arrow-black.png) no-repeat right center;
  padding: 0 40px!important;
    height: 45px;
    line-height: 45px;
  color: #fff!important;
  font-family: 'alegre_sansregular', sans-serif;
  font-size: 250%!important;
  clear: both;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  border: none!important;
  font-weight: normal!important;
  text-shadow: none!important;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.callout .button:hover {
    color:#333 !important;
  background: #f0f3db url(images/button-arrow-black.png) no-repeat right center;
}
@media only screen and (max-width: 600px) {
  .callout p {
    margin: 0 20px 20px;
  }
  .callout input.email {
    display: block;
    width: 80%;
    margin: 0 auto 5px auto;
  }
  .callout {
    background-position: 48% 0;
  }
}

/* Wrap Content in a Width */
.page-content-wrap {
	max-width: 800px;
	padding: 0 40px;
	margin-left: auto;
	margin-right: auto;
}

/* Quote Form */
.quote-callout-top {
	width: 100%;
	height: 75px;
	overflow: hidden;
	background: transparent url('images/hd-feature-cream.png') no-repeat center top;
}
.quote-callout {
	width: 100%;
	background-color: #f0f3dc;
	overflow: hidden;
	padding-bottom: 60px;
	padding-right: 40px;
	padding-left: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quote-callout .title {
	font-family: 'alegre_sansregular', sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	margin: 0 0 .5em 0;
	font-size: 462%;
}
.quote-callout .quote-form {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.quote-callout .quote-form .field {
	width: 100%;
	max-width: 600px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.quote-callout .quote-form .field input[type="text"], .quote-callout .quote-form .field textarea {
	font-size: 16px!important;
	color: #555!important;
	border: 1px solid #d5cec8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 15px 20px 15px!important;
	width: 100%!important;
}
.quote-callout .quote-form .field textarea {
	padding: 15px 15px 15px 15px!important;
}
.quote-callout .quote-form .field input:focus, .quote-callout .quote-form .field textarea:focus {
	outline: none;
	border-color: #999;
	box-shadow: none;
}
.quote-callout .quote-form .quote-callout-upload input {
	font-size: 14px!important;
	border: none;
	padding: 10px 0!important;
}
.quote-callout .quote-form .gform_footer {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.quote-callout .quote-form .button {
	float: right!important;
}
@media only screen and (max-width: 480px) {
	.quote-callout .title {
		font-size: 308%;
	}
}
.quote-callout h3 {
  font-size: 24px;
  text-align: center;
}

/* Email Signup Form */
#mc_embed_signup .email {
  font-size: 16px!important;
  color: #555!important;
  border: 1px solid #d5cec8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 15px 20px 15px!important;
  width: 100%!important;
  font-family: "adobe-caslon-pro",serif;
  margin-bottom: 10px;
}
#mc_embed_signup .button {
  background: #333 url(images/button-arrow-white.png) no-repeat right center;
  padding: 6px 40px!important;
  color: #fff!important;
  font-family: 'alegre_sansregular', sans-serif;
  font-size: 250%!important;
  clear: both;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  border: none!important;
  font-weight: normal!important;
  text-shadow: none!important;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
#mc_embed_signup .button:hover {
  background: #000 url(images/button-arrow-white.png) no-repeat right center;
}

/* Add This Sharing Box */
.addthis_sharing_toolbox {
  margin-bottom: 40px;
}

/* Main Content */
.main-content {
	margin-bottom: 100px;
}

/* WP Edit Link */
.edit-link {
	display: none;
}

/* Featured Image */
.feature-img {
  margin-bottom: 40px;
}
.feature-img img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

/* Footer */
.ft {
	text-align: center;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 30px;
}
.ft h5 {
	font-size: 308%;
	font-family: 'alegre_sansregular', sans-serif;
	font-weight: normal;
	color: #46382a;
	line-height: 1em;
	margin-bottom: .5em;
}
.ft-callouts {
	padding-bottom: 50px;
}
.ft-contact {
	text-align: center;
}
.ft-contact p {
	font-size: 138.5%;
	line-height: 1.7em;
}
.ft-blog {
	width: 600px;
	float: right;
	text-align: left;
}
.ft-blog h4 {
	font-size: 161.5%;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.ft-blog p {
	line-height: 1.7em;
	font-size: 138.5%;
}
.ft-hr {
	max-width: 960px;
	height: 37px;
	background: transparent url('images/ft-hr.png') no-repeat center center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-top: 25px;
}
@media only screen and (max-width: 980px) {
	.ft-contact, .ft-blog {
		width: 100%;
		float: none;
		padding: 0 40px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* Bullet Style */
.bullet {
	display: inline-block;
	width: 14px;
	height: 13px;
	background: transparent url('images/icon-star-bullet.png') no-repeat center top;
	padding: 0 3px;
}

/* Blog */
.comments-area {
	max-width: 800px;
	padding: 0 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
#disqus_thread {
	max-width: 800px;
	padding: 0 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.back-to-blog {
	font-weight: bold;
}

/* Blog List Page */
.paging-navigation {
	padding: 20px 0;
}
.blog-list {
	padding-bottom: 60px;
}
.blog-list h1 {
	font-size: 276%;
	margin-bottom: 0;
	line-height: 1em;
}
.blog-list h1 a:link, .blog-list h1 a:visited {
	color: #444;
	text-decoration: none;
}
.blog-list h1 a:hover {
	color: #000;
}
.blog-list .post {
	border-bottom: 1px solid #eee;
	padding: 40px 0;
	margin-bottom: 0;
}
.blog-list .post .entry-meta {
	color: #777;
}
.blog-list .post .entry-meta a:link, .blog-list .post .entry-meta a:visited {
	color: #777;
}
.blog-list .format-link p {
	margin: 0;
	font-size: 146%;
	color: #777;
}
.blog-list .format-link p a:link, .blog-list .format-link p a:visited {
	color: #777;
	text-decoration: underline;
}
.blog-list .format-link p a:hover {
	color: #000;
}
.blog-list .format-link .entry-meta {
	display: none;
}

/* Code Highlighter */
.wp-code-highlight {
	font-size: 108%!important;
	padding: 10px 15px!important;
	width: auto!important;
	margin-bottom: 20px!important;
}

/* @end */

/* @group Common Text Styles */
.main-content, .blog-content {
	color: #1f2223;
	padding-top: 20px;
}
.main-content p, .main-content li {
	font-size: 19px;
	line-height: 1.7em;
}
.blog-content p,
.blog-content li,
.blog-content .entry-content {
	font-size: 19px;
	line-height: 1.7em;
}
.blog-content p {
	margin-bottom: 2em;
}
.blog-content .byline {
	text-align: center;
	font-style: italic;
	color: #555;
	font-size: 185%;
	margin: 0;
}

/* Content Callouts */
.main-content .content-callout {
	text-align: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
}
.main-content .content-callout h2 {
	font-family: 'alegre_sansregular', sans-serif;
	font-size: 615%;
	line-height: 1em;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.main-content .content-callout p {
	font-size: 185%;
	margin: 0;
	color: #555;
	font-family: "adobe-caslon-pro",serif;
	font-style: italic;
	font-weight: 400;
}
@media only screen and (max-width: 480px) {
	.main-content .content-callout h2 {
		font-size: 462%;
	}
	.main-content .content-callout p {
		font-size: 146%;
	}
}

.content-callout-hr {
	max-width: 820px;
	height: 37px;
	background: transparent url('images/content-callout-hr.png') no-repeat center bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 25px;
}
@media only screen and (max-width: 480px) {
	.content-callout-hr {
		background-size: 600px;
	}
}
/* @end */

/* @group Default Headings */
.main-content h1 {
	font-size: 308%;
}
.main-content h2 {
	font-size: 276%;
}
.main-content h3 {
	font-size: 231%;
}
.main-content h4, .main-content h5, .main-content h6 {
	font-size: 187%;
}

.main-content h2.alt-heading {
	font-family: 'alegre_sansregular', sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	margin: 0 0 .5em 0;
	font-size: 462%;
}

.blog-content h1 {
	font-size: 308%;
	text-align: center;
	margin: 0;
}
.blog-content h2 {
	font-size: 276%;
}
@media only screen and (max-width: 480px) {
	.main-content h1 {
		font-size: 231%;
	}
	.main-content h2 {
		font-size: 200%;
	}
	.main-content h3 {
		font-size: 162%;
	}
	.main-content h4, .main-content h5, .main-content h6 {
		font-size: 146%;
	}

	.blog-content h1 {
		font-size: 231%;
	}
	.blog-content h2 {
		font-size: 200%;
	}
}
/* @end */

/* @group Default Lists */
/* Make default ul and ol styles to match p styles */

/* @end */

/* @group Nav */

/* @end */

/* @group Forms */
.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="url"], .form textarea {
	border: 1px solid #d9d9cd;
/*	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	font-size: 14px!important;
	padding: 5px 10px!important;
	color: #333!important;
}
.main .colleft .form input[type="text"], .main .colleft .form input[type="email"], .main .colleft .form input[type="tel"], .main .colleft .form input[type="url"] {
	width: 80%;
}
.form textarea {
	padding: 10px!important;
}
.main .form h3.gform_title {

}
.form .field {
	margin-bottom: 5px;
}
.main .form .gform_description {
	font-size: 123.1%;
	line-height: 140%;
}
.main .form .gfield_radio li label, .main .form .gfield_checkbox li label {
	font-size: 77%;
}
.main .form .gfield_radio li input {
	margin-left: 2px;
}
.form .button {
	background: #333 url(images/button-arrow-cream.png) no-repeat right center;
	padding: 10px 40px!important;
	color: #fff!important;
	font-family: 'alegre_sansregular', sans-serif;
	font-size: 308%!important;
	clear: both;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-align: center;
	border: none!important;
	font-weight: normal!important;
	text-shadow: none!important;
}
.form .button:hover {
	background: #000 url(images/button-arrow-cream.png) no-repeat right center;
}
div#gforms_confirmation_message {
	font-size: 123.1%!important;
	line-height: 140%;
}
.form h2.gsection_title {
	text-align: left;
	font-weight: normal!important;
	font-size: 161.6%!important;
	font-family: 'LeagueGothicRegular', Helvetica, sans-serif!important;
}
.form .gsection {
	padding-top: 10px!important;
	border-bottom: 1px solid #d9d9cd!important;
}

/* Tweaks to specific forms */
#gform_2 .gform_heading, #gform_3 .gform_heading {
	display: none!important;
}
/* @end */



/* @group Media Queries */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
/* @end */

/* @group Non-Semantic Helper Classes */
@media only screen and (max-width: 640px) {
	.br-hide-mobile {
		display: none;
	}
}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }
/* @end */

/* @group Print Styles */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* @end */
