/******************************************************************
Site Name: 
Author: 

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called by itself and is the only one called 
for devices that are smaller than 480px so that the mobile 
version pulls ONLY the css it needs. This means it's screamingly 
fast on mobile connections.

For more info, check out this great link on the topic:
http://nicolasgallagher.com/mobile-first-css-sass-and-ie/

******************************************************************/
/*********************
IMPORTING STYLES
*********************/
/* import reset */
/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  overflow-y: scroll;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
  /* 3 */

}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

  /* max-width: 100%; */

}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  *margin-left: -7px;
  /* 2 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
ul,
ol {
  padding: 0;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
/* import mixins */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. See what I did there? Nice.

Helpful Articles or Links:

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
COLORS
*********************/
/* this is pulled from Bootstrap */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #9cd5ef;
  border-top-color: #b6e0f3;
  border-left-color: #b6e0f3;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #bfe4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5edf8), to(#bfe4f4));
  background-image: -webkit-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -moz-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -o-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: -ms-linear-gradient(top, #d5edf8, #bfe4f4);
  background-image: linear-gradient(top, #d5edf8, #bfe4f4);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #9cd5ef;
  border-top-color: #7ec8e9;
  border-left-color: #7ec8e9;
  background-color: #a9daf1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe4f4), to(#a9daf1));
  background-image: -webkit-linear-gradient(top, #bfe4f4, #a9daf1);
  background-image: -moz-linear-gradient(top, #bfe4f4, #a9daf1);
  background-image: -o-linear-gradient(top, #bfe4f4, #a9daf1);
  background-image: -ms-linear-gradient(top, #bfe4f4, #a9daf1);
  background-image: linear-gradient(top, #bfe4f4, #a9daf1);
}
.button:active,
.button:visited:active {
  background-color: #d5edf8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe4f4), to(#d5edf8));
  background-image: -webkit-linear-gradient(top, #bfe4f4, #d5edf8);
  background-image: -moz-linear-gradient(top, #bfe4f4, #d5edf8);
  background-image: -o-linear-gradient(top, #bfe4f4, #d5edf8);
  background-image: -ms-linear-gradient(top, #bfe4f4, #d5edf8);
  background-image: linear-gradient(top, #bfe4f4, #d5edf8);
}
/*********************
TYPOGRAPHY
*********************/
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
}
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
ALERTS & NOTICES
*********************/
.help,
.info,
.error,
.success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.success {
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* .borderRadius(4px); */
/* .borderRadius-left(4px); */
/* .borderRadius-right(4px); */
/* .borderRadius-bottom(4px); */
/* .borderRadius-top(4px); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* .boxSizing(border-box); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0 0 4px #444); */
/*********************
GENERAL STYLES
*********************/
body {
  font-family: Helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #969696;
  background: #eeeeee;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
hr {
  margin: 20px 0;
  background: #ccc;
  height: 1px;
  width: 100%;
  border: 0px;
}
.hidden {
  display: none;
}
.blog article img {
  max-width: 100%;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* home page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.spacer {
  height: 50px;
}
/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating 
columns wouldn't really fit on such a 
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #0977fe;
  text-decoration: none;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #0977fe;
  text-decoration: underline;
}
a:link,
a:visited:link {
  /* 
		this highlights links on iPhones/iPads. 
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: sans-serif;
  font-weight: 500;
  /* 
	if you're going to use webfonts, be sure to check your weights 
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 1.0em;
  font-size: 1.2em;
  line-height: 1.1em;
  color: #565656;
  font-weight: bold;
}
h1 a,
.h1 a {
  color: #565656 !important;
}
.home h1 {
  font-weight: normal;
}
.error404 article header {
  width: 100%;
  text-align: center;
}
.error404 h1 {
  font-size: 13em;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.error404 .post-content p {
  text-align: center;
}
h2,
.h2 {
  font-size: 1.0em;
  line-height: 1.0em;
  margin: 2.5em 0 0.375em 0;
  margin: 2.5em 0 0.6em 0;
  color: #565656;
  font-weight: bold;
}
.home h2 {
  font-weight: normal;
}
.post .h2 {
  margin-top: 10px;
}
.post .h2 a:hover {
  text-decoration: underline;
}
h3,
.h3 {
  font-size: 1.0em;
  font-weight: bold;
  /* font-style:italic; */

  margin: 2.0em 0 0.9em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 10px 0 2px 0;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
ul,
ol {
  margin: 0 0 0 2px;
  padding: 0 0 0 0;
  list-style: disc;
  list-style-position: inside;
  line-height: 1.7em;
}
ul .children,
ol .children {
  margin-left: 30px;
}
#container {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
/*********************
HEADER SYTLES
*********************/
.redirecting {
  display: none;
  background: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.redirecting p {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
}
.header {
  text-align: left;
  padding: 70px 0 30px 0;
  /* padding:10px 0 0 0;  */

  position: relative;
}
.notice {
  background: #f6eda4;
  border-bottom: 1px solid #f6e344;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}
.notice p {
  text-align: center;
  color: #333;
}
#attentionGrabberWrap {
  display: none !important;
}
#logo {
  font-size: 1em;
  line-height: 2.214em
		overflow:hidden;
  text-align: left;
  margin: 0 auto;
}
#logo .we-are {
  font-size: 1.071em;
  color: #d5d5d5;
  display: none;
}
#logo .thelogo {
  background: url('../images/logo_326.png') no-repeat top left;
  background-size: 132px 53px;
  -webkit-background-size: 132px 53px;
  width: 132px;
  height: 53px;
  margin: 0 auto;
}
#logo .thelogo img {
  max-width: 100%;
  max-height: 100%;
}
#logo .carton {
  margin: 0 0 0 30px;
}
.menu div a:hover * {
  color: #262626;
}
/*********************
NAVIGATION STYLES
*********************/
a.plus {
  text-decoration: none;
  font-size: 2.0em;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  display: block;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
a.plus:hover {
  text-decoration: none;
}
.nav {
  text-align: right;
  display: inline-block;
  display: none;
  margin-bottom: 20px;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  /*
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
		*/

}
.dropdown {
  min-height: 40px;
  background: #eeeeee;
  padding: 15px 0 0 15px;
  display: none;
}
.dropdown .nav {
  display: inline-block;
}
/* .menu is clearfixed inside mixins.less */
.menu {
  /* end .menu ul */

}
.menu ul {
  /* end .menu ul li */

  /* highlight current page */

  /* end current highlighters */

}
.menu ul li {
  text-align: left;
  /*float:left;				
				padding:0 3px;
				*/

  margin-bottom: 5px;
  /*
				so you really have to rethink your dropdowns for mobile.
				you don't want to have it expand too much because the
				screen is so small. How you manage your menu should
				depend on the project. Here's some great info on it:
				http://www.alistapart.com/articles/organizing-mobile/
				*/

}
.menu ul li a {
  display: block;
  text-decoration: none;
  padding: 0;
  color: #565656;
  font-size: 0.90em;
  /*
					remember this is for mobile ONLY, so there's no need
					to even declare hover styles here, you can do it in
					the style.less file where it's relevant. We want to 
					keep this file as small as possible!
					*/

}
.menu ul li a:hover,
.menu ul li a:focus {
  text-decoration: underline;
  color: #565656;
}
.menu ul li:first-child {
  padding-left: 0;
}
.menu ul li:last-child {
  padding-right: 0;
}
.menu ul li ul.sub-menu,
.menu ul li ul.children {
  display: none;
  margin: 0;
}
.menu ul li ul.sub-menu li a,
.menu ul li ul.children li a {
  padding-left: 20px;
}
.menu ul li ul.sub-menu li:last-child a,
.menu ul li ul.children li:last-child a {
  color: #565656;
}
.menu ul li:hover ul {
  display: block;
}
.menu ul li:last-child a {
  color: #0977FE;
}
/* end .menu */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em;
  padding: 0 0 100px 0;
  min-height: 400px;
}
.grey-banner {
  background: #f2f2f2;
  padding: 50px 0;
  margin: 50px 0;
}
.process h2 {
  margin-left: 0px;
  margin-top: 0;
  padding-left: 25px;
  line-height: 14px;
}
.clients div img {
  margin-bottom: 30px;
  max-width: 100%;
}
.clients .shopify {
  margin-top: 0px;
}
.clients .shopify img {
  max-width: 60%;
  max-width: 40%;
}
.clients .shopify a {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.clients .shopify a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.clients .ottawa {
  margin-top: -20px;
}
.clients .ottawa img {
  max-width: 40%;
  max-width: 30%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.clients .ottawa a {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.clients .ottawa a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.clients .balkon {
  margin-top: 5px;
}
.clients .balkon img {
  max-width: 50%;
  max-width: 37%;
}
.clients .balkon a {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.clients .balkon a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.clients .capitaljunk {
  margin-top: 5px;
}
.clients .capitaljunk img {
  max-width: 60%;
  max-width: 48%;
}
.clients .capitaljunk a {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.clients .capitaljunk a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.homepage-project {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.services-list ul {
  margin-left: 0;
}
/*
h2.strategy{ 
	background:url(../images/icons/strategy.png) no-repeat top left;
	line-height:16px;
	a{
		color:#565656;
	}
}
h2.design{ 
	background:url(../images/icons/design.png) no-repeat top left;
	line-height:16px;
	a{
		color:#565656;
	}
}
h2.development{ 
	background:url(../images/icons/development.png) no-repeat top left;
	line-height:16px;
	a{
		color:#565656;
	}
}
h2.deploy{ 
	background:url(../images/icons/deploy.png) no-repeat top left;
	line-height:16px;
	a{
		color:#565656;
	}
}
*/
h2.strategy {
  background: url(../images/icons/strategy_72.png) no-repeat top left;
  background-size: 16px 13px;
  -webkit-background-size: 16px 13px;
  line-height: 16px;
}
h2.strategy a {
  color: #565656;
}
h2.strategy a:hover {
  color: #565656;
}
h2.design {
  background: url(../images/icons/design_72.png) no-repeat top left;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  line-height: 16px;
}
h2.design a {
  color: #565656;
}
h2.design a:hover {
  color: #565656;
}
h2.development {
  background: url(../images/icons/development_72.png) no-repeat top left;
  background-size: 16px 14px;
  -webkit-background-size: 16px 14px;
  line-height: 16px;
}
h2.development a {
  color: #565656;
}
h2.development a:hover {
  color: #565656;
}
h2.deploy {
  background: url(../images/icons/deploy_72.png) no-repeat top left;
  background-size: 16px 14px;
  -webkit-background-size: 16px 14px;
  line-height: 16px;
}
h2.deploy a {
  color: #565656;
}
h2.deploy a:hover {
  color: #565656;
}
.main_img {
  margin: 40px 0 30px 0;
}
.slideshow {
  position: relative;
  min-height: 429px;
  width: 100%;
  max-width: 100%;
}
.slideshow .text {
  padding: 40px 0 0 35px;
  padding: 3.2em 0 0 3.5em;
  padding: 3.2em 0 0 2.0em;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slideshow h1 {
  font-size: 4.571em;
  font-size: 3.6em;
  font-weight: bold;
  line-height: 1.1em;
  line-height: 1.2em;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0 0 1.0em 0;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slideshow img.ipad {
  position: absolute;
  bottom: 0;
  right: 50px;
  display: none;
}
.nivo-directionNav {
  display: none;
}
.main {
  margin: 4.0em 0 2.143em 0;
  position: relative;
  /* background:url(../images/homepage/purple.jpg) no-repeat top center; */

  /*
		width:100%;
		height:429px;
		*/

  font-size: 0.84em;
}
.btn {
  text-align: center;
  color: #3f2f09  !important;
  font-size: 1.214em;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  /* .gradient(#fcce4f, #f1c33d); */

  background: #f8d455;
  /* Old browsers */

  background: -moz-linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8d455), color-stop(50%, #f4c843), color-stop(100%, #f8d455));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* IE10+ */

  background: linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f8d455', endColorstr='#f8d455', GradientType=1);
  /* IE6-9 */

  text-decoration: none;
  text-transform: uppercase;
  padding: 1.2em 5.9em;
  padding: 1.2em 4.0em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.03);
  transition: all .9ms linear;
  -o-transition: all .9ms linear;
  -moz-transition: all .9ms linear;
  -webkit-transition: all .9ms linear;
}
.btn:hover {
  text-decoration: none;
  /* .gradient(#F9D163, #f1c33d); */

  background: #f8d455;
  /* Old browsers */

  background: -moz-linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8d455), color-stop(100%, #f8d455));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* IE10+ */

  background: linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f8d455', endColorstr='#f8d455', GradientType=1);
  /* IE6-9 */

}
.btn:active {
  text-decoration: none;
  /* .gradient(#f1c33d, #fcce4f); */

  background: #f4c843;
  /* Old browsers */

  background: -moz-linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f4c843), color-stop(100%, #f4c843));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* IE10+ */

  background: linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4c843', endColorstr='#f4c843', GradientType=1);
  /* IE6-9 */
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.03), inset 0px 1px 12px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.03), inset 0px 1px 12px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.03), inset 0px 1px 12px 3px rgba(0, 0, 0, 0.07);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.btn.lrg {
  display: block;
  margin-bottom: 20px;
}
.btn.white {
  box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0);
}
.clients > div {
  text-align: center;
}
.project img {
  margin: 0 !important;
}
.project a {
  text-decoration: none;
}
.project a h1 {
  color: #0977FE;
}
.project a:hover h1 {
  color: #000;
}
.projects div a {
  display: block;
  position: relative;
  height: auto;
  margin-bottom: 10%;
  max-width: 100%;
  overflow: hidden;
  line-height: 0px;
}
.projects div a img {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  max-width: 100%;
  margin: 0;
}
.projects div a .view-details {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  background: rgba(0, 0, 0, 0.7);
  background: #4f5175;
  background: url(../images/view.jpg) no-repeat top center;
  text-decoration: none !important;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 130px;
  /* 230 */

  padding: 100px 0 0 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  z-index: 99;
  top: -80px;
  height: 50px;
  /* 230 */

  padding: 40px 0 0 0;
}
.projects div a:hover .view-details {
  display: block;
  -moz-transform: translate(0px, 80px);
  -webkit-transform: translate(0px, 80px);
  -o-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}
.projects div a:hover img {
  -moz-transform: translate(0px, 80px);
  -webkit-transform: translate(0px, 80px);
  -o-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}
.project-details .desc {
  margin-bottom: 30px;
}
.project-details .desc h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.project-details .desc blockquote {
  margin: 30px 0 0 0;
}
.project-details .desc blockquote p {
  margin: 0 0 7px 0;
}
.project-details .desc cite {
  font-style: normal;
  color: #3d4144;
}
.project-details .deetz h2 {
  margin: 0 0 1.0em 0;
}
.project-details .deetz img {
  max-width: 100%;
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px !important;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.project-details .deetz img:hover {
  -webkit-box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
  -moz-box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
}
.project-details p.intro {
  font-size: 1.9em;
  font-size: 1.3em;
  line-height: 1.3em;
  line-height: 1.6em;
  margin-top: 20px;
}
.project-details img {
  max-width: 100%;
  margin: 0 !important;
}
.project-details ul.services-provided {
  margin-top: 10px;
  list-style: none;
}
.project-details ul.services-provided li {
  /*
			padding-left:20px;
			background:url('../images/icons/check_72.png') no-repeat top left;
			background-size:14px 14px;
			-webkit-background-size: 14px 14px;
			*/

  margin: 0 0 5px 0;
  color: #000;
}
.project-details ul.services-provided li ul {
  list-style: none;
}
.project-details ul.services-provided li ul li {
  background: none;
  color: #6e6e6e;
  padding-left: 20px;
  margin-bottom: 4px;
}
#content.hosting {
  background: url(../images/hosting.jpg) no-repeat top center;
  background-size: 1300px 731px;
  background-size: 1956px 1100px;
  -webkit-background-size: 1300px 731px;
  -webkit-background-size: 1956px 1100px;
  min-height: 500px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
#content.hosting h1 {
  color: #fff;
  font-size: 3.0em;
  margin: 20px 0 10px 0;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#content.hosting p {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
}
#content.hosting .dollar {
  float: left;
  width: 220px;
}
#content.hosting .order-now {
  font-size: 0.7em;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  float: left;
}
#content.seo {
  background: url(../images/seo_iphone.jpg) repeat top center;
  /*
	background-size:1300px 731px;
	background-size:1956px 1100px;
	
	-webkit-background-size:1300px 731px;
	-webkit-background-size:1956px 1100px;
	*/

  min-height: 500px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
#content.seo h1 {
  color: #fff;
  font-size: 3.0em;
  margin: 20px 0 10px 0;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#content.seo p {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
}
#order {
  margin-bottom: 20px;
}
.seoform {
  display: block;
  overflow: hidden;
  height: 0%;
  background: #fff;
  padding: 10px 30px 20px 30px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.seoform .verification {
  background: none;
  padding: 0;
  margin: 0;
}
table.hosting-table,
table.addons-table,
table.seo-table {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  float: left;
  margin-bottom: 40px;
}
table.hosting-table tr td,
table.addons-table tr td,
table.seo-table tr td {
  font-size: 1.1em;
  color: #4d4d4d;
  padding: 15px 15px 15px 20px;
}
table.hosting-table tr td:last-child,
table.addons-table tr td:last-child,
table.seo-table tr td:last-child {
  padding-bottom: 15px;
}
table.hosting-table tr td span,
table.addons-table tr td span,
table.seo-table tr td span {
  display: inline-block;
  padding-top: 6px;
}
table.hosting-table tr td .order-now,
table.addons-table tr td .order-now,
table.seo-table tr td .order-now {
  cursor: pointer;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  float: right;
  text-align: center;
  padding: 7px 25px;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  background: #f8d455;
  /* Old browsers */

  background: -moz-linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8d455), color-stop(50%, #f4c843), color-stop(100%, #f8d455));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* IE10+ */

  background: linear-gradient(left, #f8d455 0%, #f4c843 50%, #f8d455 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f8d455', endColorstr='#f8d455', GradientType=1);
  /* IE6-9 */

  color: #000;
  text-decoration: none;
}
table.hosting-table tr td .order-now:hover,
table.addons-table tr td .order-now:hover,
table.seo-table tr td .order-now:hover {
  text-decoration: none;
  background: #f8d455;
  /* Old browsers */

  background: -moz-linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8d455), color-stop(100%, #f8d455));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* IE10+ */

  background: linear-gradient(left, #f8d455 0%, #f8d455 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f8d455', endColorstr='#f8d455', GradientType=1);
  /* IE6-9 */

}
table.hosting-table tr td .order-now:active,
table.addons-table tr td .order-now:active,
table.seo-table tr td .order-now:active {
  text-decoration: none;
  background: #f4c843;
  /* Old browsers */

  background: -moz-linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f4c843), color-stop(100%, #f4c843));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* IE10+ */

  background: linear-gradient(left, #f4c843 0%, #f4c843 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4c843', endColorstr='#f4c843', GradientType=1);
  /* IE6-9 */

  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}
table.hosting-table tr:nth-child(odd),
table.addons-table tr:nth-child(odd),
table.seo-table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.08);
}
table.hosting-table thead tr th,
table.addons-table thead tr th,
table.seo-table thead tr th {
  text-align: left;
  padding: 20px 15px 20px 20px;
  font-size: 1.25em;
  bakground: #b5b5b5;
  color: #435c23;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  background: #92c64e;
  /* Old browsers */

  background: -moz-linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92c64e), color-stop(100%, #bae383));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* IE10+ */

  background: linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#92c64e', endColorstr='#bae383', GradientType=0);
  /* IE6-9 */

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #b4e07a;
}
table.hosting-table tfoot tr td,
table.addons-table tfoot tr td,
table.seo-table tfoot tr td {
  font-size: 1.2em;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
table.hosting-table .limited,
table.addons-table .limited,
table.seo-table .limited {
  font-size: 0.69em;
  color: #f96b6b;
  display: inline-block;
  margin: -2px 0 0 10px;
  display: none;
}
table.seo-table thead tr th {
  text-align: left;
  padding: 20px 15px 20px 20px;
  font-size: 1.25em;
  bakground: #b5b5b5;
  color: #3b637d;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  background: #88c0e4;
  /* Old browsers */

  background: -moz-linear-gradient(top, #88c0e4 0%, #a8d4f0 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88c0e4), color-stop(100%, #a8d4f0));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #88c0e4 0%, #a8d4f0 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #88c0e4 0%, #a8d4f0 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #88c0e4 0%, #a8d4f0 100%);
  /* IE10+ */

  background: linear-gradient(top, #88c0e4 0%, #a8d4f0 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#88c0e4', endColorstr='#a8d4f0', GradientType=0);
  /* IE6-9 */

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #90c1e1;
}
table.addons-table {
  margin-right: 0;
  width: 100%;
}
table.addons-table thead tr th {
  background: #f5cc49;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f5cc49 0%, #f8d454 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5cc49), color-stop(100%, #f8d454));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f5cc49 0%, #f8d454 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f5cc49 0%, #f8d454 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f5cc49 0%, #f8d454 100%);
  /* IE10+ */

  background: linear-gradient(top, #f5cc49 0%, #f8d454 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5cc49', endColorstr='#f8d454', GradientType=0);
  /* IE6-9 */

  background: #3d3d3d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #565656));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* IE10+ */

  background: linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#565656', GradientType=0);
  /* IE6-9 */

  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
table.packages-table {
  margin: 20px 0 40px 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
table.packages-table tr {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.packages-table tr td {
  padding: 15px;
  color: #4D4D4D;
}
table.packages-table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.07);
}
table.packages-table tr.priceinfo {
  border-left: 0px;
  border-right: 0px;
}
table.packages-table tr.priceinfo td {
  text-align: center;
  border-left: 0px;
  border-right: 0px;
  background: #757575;
  color: #fff;
  border: 0;
}
table.packages-table tr.priceinfo td .price {
  font-size: 60px;
  line-height: 60px;
  display: block;
  letter-spacing: -1px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
table.packages-table tr.priceinfo td .price .dollar {
  font-size: 30px;
  line-height: 40px;
  vertical-align: top;
}
table.packages-table tr.priceinfo td .plus {
  display: block;
  color: #B1B1B1;
  font-size: 11px;
}
table.packages-table thead tr {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.packages-table thead tr th {
  font-size: 1.25em;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-left: 0px;
  border-right: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  background: #3d3d3d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #565656));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* IE10+ */

  background: linear-gradient(top, #3d3d3d 0%, #565656 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#565656', GradientType=0);
  /* IE6-9 */

  text-align: left;
  color: #fff;
  padding: 20px 15px 20px 20px;
}
table.packages-table.first thead tr th {
  background: #92c64e;
  /* Old browsers */

  background: -moz-linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92c64e), color-stop(100%, #bae383));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* IE10+ */

  background: linear-gradient(top, #92c64e 0%, #bae383 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#92c64e', endColorstr='#bae383', GradientType=0);
  /* IE6-9 */

}
table.packages-table.second {
  margin-top: 0px;
}
table.packages-table.second thead tr th {
  background: #64b5da;
  /* Old browsers */

  background: -moz-linear-gradient(top, #64b5da 0%, #81c8e5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64b5da), color-stop(100%, #81c8e5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #64b5da 0%, #81c8e5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #64b5da 0%, #81c8e5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #64b5da 0%, #81c8e5 100%);
  /* IE10+ */

  background: linear-gradient(top, #64b5da 0%, #81c8e5 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#64b5da', endColorstr='#81c8e5', GradientType=0);
  /* IE6-9 */

}
table.packages-table.third thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
label.error {
  color: #c02f2f;
  font-weight: bold;
  font-size: 1.0em;
  padding: 10px 15px 10px 0 !important;
  background: none !important;
  border: 0 !important;
}
.visual-form-builder .item,
.form .item {
  margin-bottom: 10px;
}
.visual-form-builder label,
.form label {
  color: #4d4d4d;
}
.visual-form-builder input[type=text],
.form input[type=text],
.visual-form-builder textarea,
.form textarea {
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.1);
  border: 0px;
  /* width:91%; 
		width:90%;
		width:100%;
		*/

  color: #6a6a6a;
  resize: none;
  /*
        -webkit-box-shadow: inset  0px 5px 4px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset  0px 5px 4px rgba(0, 0, 0, 0.05);
        box-shadow: inset  0px 3px 5px 4px rgba(0, 0, 0, 0.02);
        */

}
.visual-form-builder input[type=text]:focus,
.form input[type=text]:focus,
.visual-form-builder textarea:focus,
.form textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
  -moz-box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
}
.visual-form-builder select,
.form select {
  padding: 12px 16px 12px 5px;
  width: 78%;
}
.visual-form-builder select:focus,
.form select:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
  -moz-box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
}
.visual-form-builder fieldset,
.form fieldset {
  border: 0px;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px 20px 10px 20px;
  margin-top: 20px;
  float: left;
  border: 0 !important;
  width: 86%;
}
.visual-form-builder fieldset .legend,
.form fieldset .legend {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}
.visual-form-builder fieldset .legend h3,
.form fieldset .legend h3 {
  color: #6a6a6a;
  margin: 0 0 10px 0;
}
.visual-form-builder fieldset .section,
.form fieldset .section {
  padding: 0;
  margin: 0;
}
.visual-form-builder fieldset .section li,
.form fieldset .section li {
  padding: 10px 0;
  width: 92%;
  width: 100%;
}
.visual-form-builder fieldset .section .item-instructions,
.form fieldset .section .item-instructions {
  /* padding:15px 15px; */

  color: #333;
  padding: 20px 10px 20px 20px;
}
.visual-form-builder fieldset .section .item-file-upload,
.form fieldset .section .item-file-upload {
  padding: 20px 0 0 0;
}
.visual-form-builder fieldset.initial,
.form fieldset.initial {
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.visual-form-builder fieldset.verification,
.form fieldset.verification {
  width: auto;
}
#sendmail,
.visit,
.bluebtn,
#submit {
  transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  text-decoration: none;
  background: #49b0df;
  padding: 12px 75px;
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  width: 100%;
  border-top: 1px solid #69a4cc;
  border-left: 1px solid #5a98cf;
  border-right: 1px solid #5a98cf;
  border-bottom: 1px solid #3d71b2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #1c4a5f;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  background: #72b1db;
  /* Old browsers */

  background: -moz-linear-gradient(top, #72b1db 0%, #427cc3 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72b1db), color-stop(100%, #427cc3));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #72b1db 0%, #427cc3 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #72b1db 0%, #427cc3 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #72b1db 0%, #427cc3 100%);
  /* IE10+ */

  background: linear-gradient(top, #72b1db 0%, #427cc3 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#72b1db', endColorstr='#427cc3', GradientType=0);
  /* IE6-9 */

  color: #fff !important;
}
#sendmail:hover,
.visit:hover,
.bluebtn:hover,
#submit:hover {
  background: #5cc1ef;
  background: #82b6d8;
  /* Old browsers */

  background: -moz-linear-gradient(top, #82b6d8 0%, #427cc3 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82b6d8), color-stop(100%, #427cc3));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #82b6d8 0%, #427cc3 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #82b6d8 0%, #427cc3 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #82b6d8 0%, #427cc3 100%);
  /* IE10+ */

  background: linear-gradient(top, #82b6d8 0%, #427cc3 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#82b6d8', endColorstr='#427cc3', GradientType=0);
  /* IE6-9 */

  text-decoration: none;
}
#sendmail:active,
.visit:active,
.bluebtn:active,
#submit:active {
  background: #3d9fcb;
  background: #427cc3;
  /* Old browsers */

  background: -moz-linear-gradient(top, #427cc3 0%, #68abd8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427cc3), color-stop(100%, #68abd8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #427cc3 0%, #68abd8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #427cc3 0%, #68abd8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #427cc3 0%, #68abd8 100%);
  /* IE10+ */

  background: linear-gradient(top, #427cc3 0%, #68abd8 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#427cc3', endColorstr='#68abd8', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: inset 0px 0px 5px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 0px 5px 4px rgba(0, 0, 0, 0.04);
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #69a4cc;
  border-left: 1px solid #5a98cf;
  border-right: 1px solid #5a98cf;
  border-top: 1px solid #3d71b2;
}
#submit {
  width: 99%;
}
.bluebtn {
  display: inline-block;
  width: auto;
  margin: 20px 0 0 0;
}
.project-details .visit {
  width: auto;
}
.visit {
  padding: 10px 15px;
  font-size: 1.0em;
  margin: 10px 15px 0 0;
  float: left;
  display: inline-block;
}
.visit.lrg {
  display: block;
  padding: 15px 0;
  text-align: center;
}
#get-in-touch input[type=text],
#get-in-touch select {
  width: 89%;
}
#get-in-touch textarea {
  width: 100%;
}
#get-in-touch select {
  width: 100%;
  padding: 12px 16px;
}
#get-in-touch fieldset.project-planner {
  width: 91%;
}
#get-in-touch fieldset.project-planner .section li {
  width: 94%;
}
#get-in-touch .verification {
  background: none;
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0;
}
#get-in-touch label.error {
  width: 92.4%;
}
#seo input[type=text],
.seo input[type=text],
#seo select,
.seo select {
  width: 89%;
}
#seo textarea,
.seo textarea {
  width: 100%;
}
#seo select,
.seo select {
  width: 100%;
}
#seo .section li,
.seo .section li {
  width: 100%;
}
#seo .section li.item-instructions,
.seo .section li.item-instructions {
  width: 93%;
}
#seo label.error,
.seo label.error {
  width: 89%;
}
#seo .verification,
.seo .verification {
  width: 100%;
}
#seo #sendmail,
.seo #sendmail {
  padding-left: 0;
  padding-right: 0;
}
#request-a-quote fieldset {
  background: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
}
#request-a-quote input[type=text],
#request-a-quote select {
  width: 89%;
}
#request-a-quote textarea {
  width: 100%;
}
#request-a-quote select {
  width: 100%;
  padding: 12px 16px;
}
#request-a-quote .fieldset-1 {
  margin-top: 0;
}
#request-a-quote fieldset.project-planner {
  background: #EEE;
  padding: 20px;
  width: 86%;
}
#request-a-quote fieldset.project-planner .item-instructions {
  width: 90%;
}
.hosting-link {
  background: url(../images/hosting-sml.jpg) no-repeat top center;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 400px;
  /*
	background-size:16px 16px;
	-webkit-background-size: 16px 16px;
	*/

}
.widget_sub-pages {
  margin: 41px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_sub-pages .widgettitle {
  margin-bottom: 13px;
  display: none;
}
.widget_sub-pages ul li ul.children {
  display: none;
}
.widget_sub-pages ul li.current_page_item a {
  color: #969696;
}
.widget_testimonials {
  margin: 41px 0 0 0;
  margin: 0;
}
.widget_testimonials blockquote {
  margin-bottom: 40px;
  /*background:url('../images/quote.jpg') no-repeat top left;*/

  padding: 0px 0 0 5px;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.meta {
  color: #999;
}
/* post content */
.post-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning 
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.post-content img {
  max-width: 100%;
}
.post-content p {
  color: #969696;
  margin: 0 0 40px 0;
}
.post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post-content img {
  margin: 0 0 1.5em 0;
  /* max-width: 100%; */

}
.post-content video,
.post-content object {
  max-width: 100%;
}
.post-content pre,
.post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .post-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  margin-bottom: 15px;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles *//******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */
  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 20px 0 0 0;
  padding-bottom: 2.2em;
}
.respond-form .help {
  display: none;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  color: #6A6A6A;
  resize: none;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
  -moz-box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(32, 174, 255, 0.3);
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 88%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 10px 0 20px 0;
}
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
}
.sidebar ul {
  margin: 0;
}
.sidebar .widget {
  margin-bottom: 20px;
}
.sidebar .widget ul li {
  margin-bottom: 0.75em;
}
blockquote {
  margin: 0;
  padding: 0;
  font-style: italic;
}
blockquote p {
  font-style: italic;
}
blockquote p cite {
  font-style: normal;
  color: #666666;
}
.widget ul li {
  /* deep nesting */

}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  padding: 20px 0 40px 0;
  background: #161616;
}
.footer a {
  color: #969696;
}
.footer a:hover {
  color: #969696;
}
footer h2 {
  color: #fff;
  font-weight: bold;
}
footer .left {
  float: left;
}
footer .right {
  float: right;
}
footer p.coffee {
  background: url('../images/coffee_72.png') no-repeat top left;
  padding-left: 20px;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
}
footer p.ball {
  background: url('../images/ball_72.png') no-repeat top left;
  padding-left: 20px;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
}
footer p.twitter {
  background: url('../images/twitter_72.png') no-repeat top left;
  padding-left: 27px;
  background-size: 23px 16px;
  -webkit-background-size: 23px 16px;
}
footer p.wedesignby {
  color: #4b4b4b;
}
footer p.wedesignby a {
  color: #4b4b4b;
}
footer p.wedesignby a:hover {
  color: #4b4b4b;
}
footer ul.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul.social-links li {
  float: left;
  margin-right: 20px;
}
.social-hooks {
  text-align: right;
  display: inline-block;
  margin: 20px 0 0 0;
}
.tw-follow {
  float: left;
  margin: 5px 0 0 0;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.tw-follow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.fb-likebox {
  display: none;
  float: left;
  padding: 0;
  margin: -10px 0 0 10px;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.fb-likebox:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to 
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
.attribution {
  margin-top: 30px;
}
.tw-follow,
.pinterest {
  float: left;
  margin: 5px 0 0 0;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.tw-follow:hover,
.pinterest:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.pinterest {
  margin-left: 10px;
}
.widgets_on_page h2 {
  display: none;
}
.widgets_on_page ul {
  list-style: none;
  margin: 0;
}
