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

Stylesheet: IE Stylesheet

So instead of using the respond.js file to add media query support
to IE, we're going to use SASS to create an easily readable css file.
Here, we import all the styles the standard stylesheet gets, only
without the media queries. No need to worry about editing anything!

******************************************************************/
/*
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
*/
/* import mixins */
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

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

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
COLORS
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
FONTS
*********************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700);
@import url(http://fonts.googleapis.com/css?family=Sansita+One);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
/*********************
TYPOGRAPHY
*********************/
/* line 84, ../scss/lime/_mixins.scss */
body {
  background: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 112.5%;
  font-weight: 100;
  line-height: 1.5;
  color: #444;
  text-align: justify;
}

/* line 94, ../scss/lime/_mixins.scss */
body *::selection {
  background: #fb717f;
  color: #fff;
}

/* line 99, ../scss/lime/_mixins.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /* removing text decoration from all headline links */
}
/* line 105, ../scss/lime/_mixins.scss */
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover {
  text-decoration: none;
}

/* line 110, ../scss/lime/_mixins.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

/* line 115, ../scss/lime/_mixins.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 121, ../scss/lime/_mixins.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 125, ../scss/lime/_mixins.scss */
h4, .h4 {
  font-size: 1.0em;
}

/* line 129, ../scss/lime/_mixins.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 136, ../scss/lime/_mixins.scss */
a, a:visited {
  color: inherit;
  text-decoration: none;
}
/* line 140, ../scss/lime/_mixins.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: inherit;
  text-decoration: underline;
}

/*********************
GRID/LAYOUT
*********************/
/*********************
TOOLS
*********************/
/* line 194, ../scss/lime/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 206, ../scss/lime/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 203, ../scss/lime/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 204, ../scss/lime/_mixins.scss */
.clearfix:after {
  clear: both;
}

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

Stylesheet: Full Stylesheet

******************************************************************/
/*********************
GRID/LAYOUT
*********************/
/* line 14, ../scss/_base.scss */
.inner {
  width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  max-width: 100%;
}
/* line 203, ../scss/lime/_mixins.scss */
.inner:before, .inner:after {
  content: "";
  display: table;
}
/* line 204, ../scss/lime/_mixins.scss */
.inner:after {
  clear: both;
}

/* line 19, ../scss/_base.scss */
.stretchy {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  overflow: hidden;
}
/* line 203, ../scss/lime/_mixins.scss */
.stretchy:before, .stretchy:after {
  content: "";
  display: table;
}
/* line 204, ../scss/lime/_mixins.scss */
.stretchy:after {
  clear: both;
}

/* line 24, ../scss/_base.scss */
.content-area {
  width: 58.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/* line 28, ../scss/_base.scss */
.gap {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/*********************
TYPOGRAPHY
*********************/
/* line 36, ../scss/_base.scss */
h1, .h1 {
  color: #f94052;
}

/*********************
GENERAL
*********************/
/* line 43, ../scss/_base.scss */
.hidden-microformat {
  display: none !important;
}

/* line 47, ../scss/_base.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  max-width: 500px;
  margin: 0 auto;
}

/* line 55, ../scss/_base.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
}

/*********************
HEADER STYLES
*********************/
/* line 68, ../scss/_base.scss */
.header {
  background: #0000cc url(../images/headerbg.png) top left/cover no-repeat;
  position: relative;
}
/* line 71, ../scss/_base.scss */
.header:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjMDAwMzI5IiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjMDAwYTdhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 3, 41, 0)), color-stop(95%, #000a7a));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 3, 41, 0) 5%, #000a7a 95%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 3, 41, 0) 5%, #000a7a 95%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 3, 41, 0) 5%, #000a7a 95%);
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000a7a',GradientType=0 );
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 3, 41, 0.05) 5%, #000a7a 95%);
}
/* line 85, ../scss/_base.scss */
.header #inner-header {
  margin-bottom: 12px;
  position: relative;
  z-index: 444;
  height: 90px;
  line-height: 90px;
  max-width: 1240px;
  margin: 0 auto;
}
/* line 86, ../scss/_base.scss */
.header #inner-header:after {
  background-image: url("../images/blue-lumpy-things.png");
  height: 12px;
  width: 239px;
  content: " ";
  position: absolute;
  bottom: -12px;
  right: 0;
}
/* line 102, ../scss/_base.scss */
.header #inner-header h1 {
  float: left;
  margin: 0;
  padding-top: 7px;
}
/* line 107, ../scss/_base.scss */
.header #inner-header h1 a {
  color: transparent;
}
/* line 109, ../scss/_base.scss */
.header #inner-header h1 a img {
  display: inline;
  width: 420px;
  height: auto;
  vertical-align: middle;
}
/* line 118, ../scss/_base.scss */
.header .mobmenuicon {
  display: none;
}
/* line 121, ../scss/_base.scss */
.header nav {
  float: right;
  color: #fff;
  margin-top: 46px;
}
/* line 125, ../scss/_base.scss */
.header nav ul {
  margin: 0;
}
/* line 127, ../scss/_base.scss */
.header nav ul li {
  margin: 0 14px;
  line-height: initial;
}
/* line 130, ../scss/_base.scss */
.header nav ul li a {
  color: inherit;
  font-size: 16px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 135, ../scss/_base.scss */
.header nav ul li a:hover {
  text-decoration: none;
  color: #cccccc;
}
/* line 141, ../scss/_base.scss */
.header nav ul li.current-menu-item a {
  position: relative;
}
/* line 143, ../scss/_base.scss */
.header nav ul li.current-menu-item a:after {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  content: " ";
  background: #6dcff6;
  bottom: -6px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 175, ../scss/_base.scss */
.nav {
  border: 0;
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 177, ../scss/_base.scss */
.nav ul {
  margin-top: 0;
}
/* line 180, ../scss/_base.scss */
.nav li {
  float: left;
  position: relative;
  /*
  plan your menus and drop-downs wisely.
  */
  /* showing sub-menus */
}
/* line 190, ../scss/_base.scss */
.nav li ul.sub-menu,
.nav li ul.children {
  margin-top: 0;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  z-index: 8999;
  /* highlight sub-menu current page */
}
/* line 200, ../scss/_base.scss */
.nav li ul.sub-menu li,
.nav li ul.children li {
  /*
  if you need to go deeper, go nuts
  just remember deeper menus suck
  for usability. k, bai.
  */
}
/* line 202, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 10px;
  border-right: 0;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ccc;
}
/* line 219, ../scss/_base.scss */
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
  border-bottom: 0;
}
/* line 241, ../scss/_base.scss */
.nav li:hover ul {
  top: auto;
  overflow: visible;
  visibility: visible;
}

/* end .nav */
/**********************
MOBILE NAV
**********************/
/* line 263, ../scss/_base.scss */
.mobile-menu {
  position: fixed;
  top: 100%;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 200ms;
  height: 100%;
  overflow: scroll;
  background: white;
}

/* line 277, ../scss/_base.scss */
.mobile-menu.active {
  top: 0;
}

/* line 281, ../scss/_base.scss */
.mobile-menu li {
  width: 100%;
  text-align: center;
  font-size: 40px;
}

/* line 287, ../scss/_base.scss */
.mobile-menu li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

/* line 294, ../scss/_base.scss */
.mobile-menu .close-button {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: block;
  text-align: center;
  background-color: #333;
  color: #777;
  font-size: 40px;
  height: 100px;
  line-height: 90px;
  width: 100px;
  margin: 30px auto;
  border-radius: 1000px;
  transition: all 200ms;
  border: 2px solid #333;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 321, ../scss/_base.scss */
.mobile-menu .close-button:active {
  color: #555;
  background-color: #222;
  border: 2px solid #555;
}

/* line 327, ../scss/_base.scss */
.mobmenuicon {
  color: #fff;
  font-weight: bold;
  float: right;
}
/* line 329, ../scss/_base.scss */
.mobmenuicon:hover {
  color: #cccccc;
}

/*********************
MAIN CONTENT
*********************/
/* line 346, ../scss/_base.scss */
.title-block {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 349, ../scss/_base.scss */
.title-block p.tagline {
  color: #a1a1a1;
  font-size: 20px;
}

/* line 355, ../scss/_base.scss */
.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

/* line 365, ../scss/_base.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 373, ../scss/_base.scss */
img.screenshot {
  max-width: 100%;
  border: 2px solid #eee;
  border-radius: 4px;
}

/* line 379, ../scss/_base.scss */
.thumbnails {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  padding: 0;
}
/* line 203, ../scss/lime/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  content: "";
  display: table;
}
/* line 204, ../scss/lime/_mixins.scss */
.thumbnails:after {
  clear: both;
}
/* line 383, ../scss/_base.scss */
.thumbnails .thumb {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/* line 390, ../scss/_base.scss */
a.visit-button {
  display: block;
  font-size: 38px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #f94052;
  background-image: url("../images/cta-arrow-white.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 26px 30px;
}
/* line 401, ../scss/_base.scss */
a.visit-button:hover {
  color: #fff;
  background-color: #cd061a;
  text-decoration: none;
}

/* line 408, ../scss/_base.scss */
table.features {
  width: 100%;
}
/* line 411, ../scss/_base.scss */
table.features td {
  padding: 5px 15px;
}
/* line 415, ../scss/_base.scss */
table.features .value {
  text-align: center;
}
/* line 419, ../scss/_base.scss */
table.features .alternate {
  background: #eee;
}
/* line 423, ../scss/_base.scss */
table.features .positive {
  background: #e1fad6;
}
/* line 427, ../scss/_base.scss */
table.features .positive.alternate {
  background: #d0f7bf;
}
/* line 431, ../scss/_base.scss */
table.features .negative {
  background: #fad4d8;
}
/* line 435, ../scss/_base.scss */
table.features .negative.alternate {
  background: #f7bdc3;
}

/* line 440, ../scss/_base.scss */
.review {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
/* line 203, ../scss/lime/_mixins.scss */
.review:before, .review:after {
  content: "";
  display: table;
}
/* line 204, ../scss/lime/_mixins.scss */
.review:after {
  clear: both;
}
/* line 443, ../scss/_base.scss */
.review .thumb {
  width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 100px;
}
/* line 448, ../scss/_base.scss */
.review .thumb.positive {
  background-image: url("../images/thumb-up.png");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 454, ../scss/_base.scss */
.review .thumb.negative {
  background-image: url("../images/thumb-down.png");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 461, ../scss/_base.scss */
.review .excerpt {
  width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/* line 468, ../scss/_base.scss */
.app-sidebar .category {
  text-align: center;
  font-weight: bold;
}
/* line 472, ../scss/_base.scss */
.app-sidebar .category a {
  color: #444;
}
/* line 477, ../scss/_base.scss */
.app-sidebar .rating {
  text-align: center;
}
/* line 480, ../scss/_base.scss */
.app-sidebar .rating span {
  display: inline-block;
  width: 35px;
  height: 33px;
}
/* line 486, ../scss/_base.scss */
.app-sidebar .rating .star-full {
  background-image: url("../images/star-full.png");
  background-repeat: no-repeat;
}
/* line 491, ../scss/_base.scss */
.app-sidebar .rating .star-half {
  background-image: url("../images/star-half.png");
  background-repeat: no-repeat;
}
/* line 496, ../scss/_base.scss */
.app-sidebar .rating .star-empty {
  background-image: url("../images/star-empty.png");
  background-repeat: no-repeat;
}
/* line 502, ../scss/_base.scss */
.app-sidebar .platforms {
  text-align: center;
}
/* line 506, ../scss/_base.scss */
.app-sidebar .details {
  text-align: right;
}
/* line 511, ../scss/_base.scss */
.app-sidebar .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 14px;
}
/* line 518, ../scss/_base.scss */
.app-sidebar .social a.facebook {
  background-image: url("../images/social-facebook.png");
  background-repeat: no-repeat;
}
/* line 523, ../scss/_base.scss */
.app-sidebar .social a.twitter {
  background-image: url("../images/social-twitter.png");
  background-repeat: no-repeat;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* 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 */
/* line 564, ../scss/_base.scss */
.byline {
  color: #999;
}

/* entry content */
/* line 571, ../scss/_base.scss */
.entry-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.
  */
}
/* line 606, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 613, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 629, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 634, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 642, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 648, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 654, ../scss/_base.scss */
.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
******************************************************************/
/* line 691, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 695, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 697, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 703, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 709, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
/* line 720, ../scss/_base.scss */
.pagination ul li span.current {
  font-weight: bold;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 735, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 739, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 750, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 767, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 769, ../scss/_base.scss */
.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 */
}
/* line 777, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 781, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 799, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 803, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 808, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 822, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 825, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 840, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 843, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 851, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 854, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 858, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 868, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 893, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 896, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 905, ../scss/_base.scss */
.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;
}
/* line 916, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 929, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 933, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 936, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 941, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 947, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 956, ../scss/_base.scss */
.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 {
  background: #fff;
}
/* line 961, ../scss/_base.scss */
.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;
}
/* line 972, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 979, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 992, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1005, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1010, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1018, ../scss/_base.scss */
.sidebar {
  width: 16.66667%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  color: #63666a;
}
/* line 1022, ../scss/_base.scss */
.sidebar .widget {
  border-bottom: double 3px #63666a;
}
/* line 1024, ../scss/_base.scss */
.sidebar .widget:last-of-type {
  border-bottom: none;
}
/* line 1027, ../scss/_base.scss */
.sidebar .widget h4 {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 12px;
  padding-left: 11px;
}
/* line 1036, ../scss/_base.scss */
.sidebar .widget ul {
  margin: 0;
  margin-left: 1em;
  font-size: 12px;
  padding-left: 11px;
  padding-bottom: 12px;
  text-align: left;
}
/* line 1044, ../scss/_base.scss */
.sidebar .widget ul a {
  color: inherit;
}
/* line 1048, ../scss/_base.scss */
.sidebar .widget:last-of-type ul {
  border-bottom: none;
}
/* line 1053, ../scss/_base.scss */
.sidebar .widget.widget_nav_menu li {
  list-style-type: circle;
}
/* line 1057, ../scss/_base.scss */
.sidebar .widget.contact {
  text-align: center;
  margin-top: 40px;
}
/* line 1060, ../scss/_base.scss */
.sidebar .widget.contact .contact_us {
  background-color: #ed1c24;
  color: #fff;
  padding: 12px 23px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 1067, ../scss/_base.scss */
.sidebar .widget.contact .contact_us:hover {
  color: #fff;
  background: #d41427;
  text-decoration: none;
}

/**********************
HOME PAGE
*********************/
/* line 1081, ../scss/_base.scss */
.page-template-templatespage-home-php #content {
  padding-bottom: 50px;
}
/* line 1084, ../scss/_base.scss */
.page-template-templatespage-home-php .bx-wrapper {
  position: relative;
}
/* line 1086, ../scss/_base.scss */
.page-template-templatespage-home-php .bx-wrapper:after {
  display: block;
  height: 185px;
  width: 186px;
  content: " ";
  background-image: url("../images/family-owned.png");
  position: absolute;
  right: 40px;
  bottom: -59px;
}
/* line 1098, ../scss/_base.scss */
.page-template-templatespage-home-php ul.bxslider {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 1102, ../scss/_base.scss */
.page-template-templatespage-home-php ul.bxslider li {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 1106, ../scss/_base.scss */
.page-template-templatespage-home-php ul.bxslider li img {
  width: 100%;
  height: auto;
  display: block;
  float: left;
}
/* line 1114, ../scss/_base.scss */
.page-template-templatespage-home-php .bx-controls {
  display: table;
  margin: 0 auto;
  position: relative;
  top: -35px;
}
/* line 1119, ../scss/_base.scss */
.page-template-templatespage-home-php .bx-controls .bx-pager {
  text-align: center;
}
/* line 1122, ../scss/_base.scss */
.page-template-templatespage-home-php .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
/* line 1124, ../scss/_base.scss */
.page-template-templatespage-home-php .bx-controls .bx-pager .bx-pager-item:not(:last-of-type) {
  margin-right: 10px;
}
/* line 1125, ../scss/_base.scss */
.page-template-templatespage-home-php .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  font-size: 0px;
  padding: 5px;
  border: 2px solid #fff;
  display: inline-block;
  background-color: transparent;
  transition: all 300ms;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
/* line 1133, ../scss/_base.scss */
.page-template-templatespage-home-php .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #fff;
}
/* line 1141, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes {
  margin: 0px auto;
  display: table;
  position: relative;
  padding: 0px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 1149, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li {
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  float: left;
  text-align: center;
  background-size: cover;
  position: relative;
}
/* line 1158, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li:not(:last-of-type) {
  margin-right: 50px;
}
/* line 1161, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li a {
  transition: all 300ms;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 25.35px;
  font-weight: bold;
  border: dashed 1px #fff;
}
/* line 1172, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 1175, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li a:hover h3 {
  color: inherit;
  text-decoration: none;
}
/* line 1180, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li a h3 {
  margin: 0;
}
/* line 1184, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li:before {
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  right: 0;
  content: " ";
  border-left: 20px solid transparent;
  transform: rotate(-90deg);
  pointer-events: none;
}
/* line 1196, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li:nth-of-type(1):before {
  border-bottom: 20px solid #3399ff;
}
/* line 1201, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li:nth-of-type(2):before {
  border-bottom: 20px solid #ff6600;
}
/* line 1206, ../scss/_base.scss */
.page-template-templatespage-home-php .boxes li:nth-of-type(3):before {
  border-bottom: 20px solid #33cc00;
}
/* line 1212, ../scss/_base.scss */
.page-template-templatespage-home-php .spacer {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 1px;
}
/* line 1213, ../scss/_base.scss */
.page-template-templatespage-home-php .inner-wrapper {
  width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin: 0 auto;
}
/* line 1216, ../scss/_base.scss */
.page-template-templatespage-home-php .inner-wrapper h2 {
  font-size: 24px;
  color: #18c1ff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
/* line 1221, ../scss/_base.scss */
.page-template-templatespage-home-php .inner-wrapper p {
  font-size: 15px;
}
/* line 1224, ../scss/_base.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us {
  border-top: double 3px #959595;
  border-bottom: double 3px #959595;
  padding: 20px 0;
  padding-bottom: 23px;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}
/* line 1232, ../scss/_base.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us .contact_button {
  background: #ed1c24;
  color: #fff;
  padding: 4px 25px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 16px;
  font-size: 26.08px;
  display: inline-block;
}
/* line 1242, ../scss/_base.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us .contact_button:hover {
  color: #fff;
  background: #d41427;
  text-decoration: none;
}
/* line 1248, ../scss/_base.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us br {
  display: none;
}
/* line 1251, ../scss/_base.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us .number {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 32.85px;
  font-weight: bold;
  color: #666666;
  margin-left: 16px;
}

/*********************
ABOUT PAGE
*********************/
/* line 1267, ../scss/_base.scss */
.page-template-templatespage-about-php .page-title {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #3399ff;
}
/* line 1272, ../scss/_base.scss */
.page-template-templatespage-about-php .page-title h1 {
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30.64px;
  padding: 15px 0;
}
/* line 1280, ../scss/_base.scss */
.page-template-templatespage-about-php .featured-image {
  overflow: hidden;
}
/* line 1282, ../scss/_base.scss */
.page-template-templatespage-about-php .featured-image .spacer {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 1px;
}
/* line 1286, ../scss/_base.scss */
.page-template-templatespage-about-php .featured-image .image {
  width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 1289, ../scss/_base.scss */
.page-template-templatespage-about-php .featured-image img {
  width: 100%;
  height: auto;
}
/* line 1295, ../scss/_base.scss */
.page-template-templatespage-about-php .page-content .spacer {
  width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 1px;
}
/* line 1299, ../scss/_base.scss */
.page-template-templatespage-about-php .page-content .inner-wrapper {
  width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 1301, ../scss/_base.scss */
.page-template-templatespage-about-php .page-content .inner-wrapper h2 {
  font-size: 24px;
  color: #18c1ff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
/* line 1306, ../scss/_base.scss */
.page-template-templatespage-about-php .page-content .inner-wrapper p {
  font-size: 15px;
}
/* line 1309, ../scss/_base.scss */
.page-template-templatespage-about-php .page-content .inner-wrapper .contact-us {
  border-top: double 3px #959595;
  padding-top: 40px;
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
}
/* line 1315, ../scss/_base.scss */
.page-template-templatespage-about-php .page-content .inner-wrapper .contact-us a {
  background: #ed1c24;
  color: #fff;
  padding: 4px 25px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 16px;
  font-size: 26.08px;
  display: inline-block;
}
/* line 1325, ../scss/_base.scss */
.page-template-templatespage-about-php .page-content .inner-wrapper .contact-us a:hover {
  color: #fff;
  background: #d41427;
  text-decoration: none;
}

/************************
PRODUCT ARCHIVE
*************************/
/* line 1340, ../scss/_base.scss */
.tax-product_type .page-title, .post-type-archive-service .page-title {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  background-color: #3399ff;
}
/* line 1346, ../scss/_base.scss */
.tax-product_type .page-title h1, .post-type-archive-service .page-title h1 {
  width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30.64px;
  padding: 15px 0;
}
/* line 1353, ../scss/_base.scss */
.tax-product_type .page-title .taxonomies, .post-type-archive-service .page-title .taxonomies {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 66.66667%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 1360, ../scss/_base.scss */
.tax-product_type .page-title .taxonomies li, .post-type-archive-service .page-title .taxonomies li {
  display: inline-block;
  line-height: 100%;
  height: 100%;
}
/* line 1364, ../scss/_base.scss */
.tax-product_type .page-title .taxonomies li a, .post-type-archive-service .page-title .taxonomies li a {
  padding: 0 10px;
  padding-top: 30px;
  padding-bottom: 23px;
  color: #fff;
  font-size: 12.43px;
  font-weight: bold;
  display: inline-block;
}
/* line 1372, ../scss/_base.scss */
.tax-product_type .page-title .taxonomies li a.active, .post-type-archive-service .page-title .taxonomies li a.active {
  background-color: #0033cc;
}
/* line 1379, ../scss/_base.scss */
.tax-product_type .box-wrapper, .post-type-archive-service .box-wrapper {
  margin-top: 35px;
  overflow: hidden;
  overflow: hidden;
}
/* line 1387, ../scss/_base.scss */
.tax-product_type .box-wrapper .box, .post-type-archive-service .box-wrapper .box {
  vertical-align: bottom;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 1393, ../scss/_base.scss */
.tax-product_type .box-wrapper .box img, .post-type-archive-service .box-wrapper .box img {
  max-width: 100%;
  height: 100%;
}
/* line 1397, ../scss/_base.scss */
.tax-product_type .box-wrapper .box h4, .post-type-archive-service .box-wrapper .box h4 {
  margin: 19px 0;
  font-size: 18px;
  min-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 1405, ../scss/_base.scss */
.tax-product_type .box-wrapper .box p, .post-type-archive-service .box-wrapper .box p {
  min-height: 80px;
}
/* line 1409, ../scss/_base.scss */
.tax-product_type .box-wrapper .box .the_thumb, .post-type-archive-service .box-wrapper .box .the_thumb {
  position: relative;
  display: block;
  border: dotted 2px #d2d2d2;
  height: 285px;
  text-align: center;
  overflow: hidden;
}
/* line 1418, ../scss/_base.scss */
.tax-product_type .box-wrapper .box .download-wrapper, .post-type-archive-service .box-wrapper .box .download-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 0px;
}
/* line 1429, ../scss/_base.scss */
.tax-product_type .box-wrapper .box .download-wrapper .download-now, .post-type-archive-service .box-wrapper .box .download-wrapper .download-now {
  display: inline-block;
}
/* line 1431, ../scss/_base.scss */
.tax-product_type .box-wrapper .box .download-wrapper .download-now img, .post-type-archive-service .box-wrapper .box .download-wrapper .download-now img {
  border: none;
}
/* line 1436, ../scss/_base.scss */
.tax-product_type .box-wrapper .box .contact_now, .post-type-archive-service .box-wrapper .box .contact_now {
  padding-bottom: 60px;
  text-align: right;
}
/* line 1439, ../scss/_base.scss */
.tax-product_type .box-wrapper .box .contact_now a, .post-type-archive-service .box-wrapper .box .contact_now a {
  background-color: #ed1c24;
  color: #fff;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: bold;
}
/* line 1445, ../scss/_base.scss */
.tax-product_type .box-wrapper .box .contact_now a:hover, .post-type-archive-service .box-wrapper .box .contact_now a:hover {
  color: #fff;
  background: #d41427;
  text-decoration: none;
}

/***********************
SINGLE
****************************/
/* line 1462, ../scss/_base.scss */
.single .page-title {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #3399ff;
  overflow: hidden;
}
/* line 1468, ../scss/_base.scss */
.single .page-title h1 {
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 19.64px;
  padding: 15px 0;
}
/* line 1476, ../scss/_base.scss */
.single #content {
  margin-bottom: 44px;
}
/* line 1479, ../scss/_base.scss */
.single #content .entry-content a {
  color: #18c1ff;
}
/* line 1482, ../scss/_base.scss */
.single #content .entry-content ul {
  margin-left: 20px;
}
/* line 1484, ../scss/_base.scss */
.single #content .entry-content ul li {
  list-style-type: disc;
}
/* line 1488, ../scss/_base.scss */
.single #content .entry-content .alignright {
  float: right;
  margin-left: 20px;
}
/* line 1494, ../scss/_base.scss */
.single .left {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  font-size: 15px;
}
/* line 1497, ../scss/_base.scss */
.single .left .post-title {
  font-weight: bold;
  font-size: 24px;
  color: #18c1ff;
  margin-top: 28px;
  display: inline-block;
}
/* line 1504, ../scss/_base.scss */
.single .left img {
  max-width: 100%;
  height: auto;
}
/* line 1509, ../scss/_base.scss */
.single .spacer {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 1px;
}

/***********************
PRODUCT SINGLE
*************************/
/* line 1519, ../scss/_base.scss */
.single-product .layout0 .featured-image, .single-service .layout0 .featured-image {
  display: none;
}
/* line 1522, ../scss/_base.scss */
.single-product .layout1 .featured-image, .single-service .layout1 .featured-image {
  float: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-right: 10px;
  padding-right: 10px;
  border-bottom: none;
}
/* line 1531, ../scss/_base.scss */
.single-product .layout1 .inner-wrapper, .single-service .layout1 .inner-wrapper {
  overflow: hidden;
}
/* line 1535, ../scss/_base.scss */
.single-product .layout2 .featured-image, .single-service .layout2 .featured-image {
  overflow: hidden;
}
/* line 1538, ../scss/_base.scss */
.single-product .layout2 .layout1 .inner-wrapper, .single-service .layout2 .layout1 .inner-wrapper {
  max-width: 100%;
}
/* line 1541, ../scss/_base.scss */
.single-product .layout2 .videoWrapper, .single-service .layout2 .videoWrapper {
  max-width: 100%;
  margin: 0;
}
/* line 1546, ../scss/_base.scss */
.single-product .layout2 .video, .single-service .layout2 .video {
  width: 100% !important;
}
/* line 1550, ../scss/_base.scss */
.single-product .layout2 .video iframe, .single-service .layout2 .video iframe {
  max-width: 100% !important;
  height: 100%;
}
/* line 1555, ../scss/_base.scss */
.single-product .layout2 .featured-image .spacer, .single-service .layout2 .featured-image .spacer {
  display: none;
}
/* line 1558, ../scss/_base.scss */
.single-product .page-title, .single-service .page-title {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #3399ff;
  overflow: hidden;
}
/* line 1564, ../scss/_base.scss */
.single-product .page-title h1, .single-service .page-title h1 {
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 19.64px;
  padding: 15px 0;
}
/* line 1572, ../scss/_base.scss */
.single-product .featured-image, .single-service .featured-image {
  padding-bottom: 30px;
  border-bottom: double 5px #959595;
  overflow: hidden;
  margin-bottom: 35px;
}
/* line 1577, ../scss/_base.scss */
.single-product .featured-image .image, .single-service .featured-image .image {
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 1579, ../scss/_base.scss */
.single-product .featured-image .image a, .single-service .featured-image .image a {
  border: dotted 2px #d2d2d2;
  width: 285px;
  height: 285px;
  line-height: 285px;
  text-align: center;
  display: block;
  overflow: hidden;
}
/* line 1587, ../scss/_base.scss */
.single-product .featured-image .image a img, .single-service .featured-image .image a img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
/* line 1594, ../scss/_base.scss */
.single-product .featured-image .spacer, .single-service .featured-image .spacer {
  width: 8.33333%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  height: 1px;
}
/* line 1598, ../scss/_base.scss */
.single-product .featured-image .video, .single-service .featured-image .video {
  width: 58.33333%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  overflow: hidden;
}
/* line 1601, ../scss/_base.scss */
.single-product .featured-image .video iframe, .single-service .featured-image .video iframe {
  float: right;
}
/* line 1607, ../scss/_base.scss */
.single-product .inner-wrapper, .single-service .inner-wrapper {
  font-size: 14px;
  margin-bottom: 60px;
}
/* line 1610, ../scss/_base.scss */
.single-product .inner-wrapper ul, .single-service .inner-wrapper ul {
  list-style-type: disc;
  margin-left: 1em;
}
/* line 1614, ../scss/_base.scss */
.single-product .inner-wrapper .post-title, .single-service .inner-wrapper .post-title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 1620, ../scss/_base.scss */
.single-product .footer-row, .single-service .footer-row {
  margin-bottom: 75px;
  overflow: hidden;
}
/* line 1623, ../scss/_base.scss */
.single-product .footer-row .download_now, .single-service .footer-row .download_now {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 1627, ../scss/_base.scss */
.single-product .footer-row .contact_now, .single-service .footer-row .contact_now {
  text-align: right;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 1630, ../scss/_base.scss */
.single-product .footer-row .contact_now a, .single-service .footer-row .contact_now a {
  background-color: #ed1c24;
  color: #fff;
  padding: 9px 11px;
  display: inline-block;
  font-weight: bold;
  font-size: 12.64px;
}
/* line 1637, ../scss/_base.scss */
.single-product .footer-row .contact_now a:hover, .single-service .footer-row .contact_now a:hover {
  color: #fff;
  background: #d41427;
  text-decoration: none;
}
/* line 1643, ../scss/_base.scss */
.single-product .footer-row .contact_now.full, .single-service .footer-row .contact_now.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/**********************
CONTACT PAGE
**********************/
/* line 1657, ../scss/_base.scss */
.page-template-templatespage-contact-php {
  font-size: 15px;
  line-height: 1.3;
}
/* line 1661, ../scss/_base.scss */
.page-template-templatespage-contact-php .contact-form > p, .page-template-templatespage-contact-php .gform_wrapper > p {
  margin: 0;
}
/* line 1666, ../scss/_base.scss */
.page-template-templatespage-contact-php form > p {
  margin: 0;
}
/* line 1670, ../scss/_base.scss */
.page-template-templatespage-contact-php h2 {
  margin-top: 0px;
  line-height: 1;
}
/* line 1674, ../scss/_base.scss */
.page-template-templatespage-contact-php h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: bold;
}
/* line 1680, ../scss/_base.scss */
.page-template-templatespage-contact-php .page-title {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #3399ff;
}
/* line 1685, ../scss/_base.scss */
.page-template-templatespage-contact-php .page-title h1 {
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30.64px;
  padding: 22px 0;
}
/* line 1694, ../scss/_base.scss */
.page-template-templatespage-contact-php > .spacer {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 1px;
}
/* line 1699, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  clear: none;
}
/* line 1702, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .left {
  text-align: left;
  clear: none;
  width: 41.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 1705, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .left p {
  margin: 10px 0;
}
/* line 1710, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .spacer {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 1px;
}
/* line 1714, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .right {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  text-align: right;
}
/* line 1717, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .right img {
  max-width: 100%;
  height: auto;
}
/* line 1721, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .right .payment-methods {
  margin-top: 40px;
}
/* line 1725, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper table {
  width: 100%;
}
/* line 1728, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper table td:last-child {
  text-align: right;
}
/* line 1733, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  border-top: double 3px #63666a;
  margin-top: 20px;
  padding-top: 20px;
  clear: both;
  margin-bottom: 50px;
}
/* line 1741, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form form {
  display: table;
}
/* line 1744, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body {
  display: table-row;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 1747, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields {
  padding: none;
  margin: 0;
  display: table;
}
/* line 1749, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields label {
  display: inline-block;
  width: 25%;
  font-weight: bold;
}
/* line 1755, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li {
  display: table-row;
  padding-bottom: 20px;
}
/* line 1758, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li .ginput_container, .page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li label {
  display: table-cell;
}
/* line 1761, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li .ginput_container {
  width: 100%;
}
/* line 1763, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li .ginput_container input, .page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li .ginput_container select, .page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li .ginput_container textarea {
  width: 100%;
  background-color: #ebebeb;
  border: none;
}
/* line 1768, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li .ginput_container input, .page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_body .gform_fields li .ginput_container select {
  margin-bottom: 20px;
}
/* line 1775, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_footer {
  vertical-align: bottom;
  display: table-row;
}
/* line 1778, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_footer input[type=submit] {
  float: right;
  margin-top: 10px;
  border: none;
  background-color: #ed1c24;
  padding: 10px 23px;
  color: #fff;
  font-weight: bold;
}
/* line 1786, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_footer input[type=submit]:hover {
  color: #fff;
  background: #d41427;
  text-decoration: none;
}
/* line 1792, ../scss/_base.scss */
.page-template-templatespage-contact-php .inner-wrapper .contact-form .gform_footer br {
  display: none;
}

/**************************
BLOG
*************************/
/* line 1804, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-title {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #3399ff;
}
/* line 1809, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-title h1 {
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30.64px;
  padding: 15px 0;
}
/* line 1817, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content {
  overflow: hidden;
  margin-bottom: 40px;
}
/* line 1820, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper {
  width: 79.16667%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 1822, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .the-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  left: 0;
  right: 0;
  padding: 25px;
}
/* line 1830, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .the-overlay h3 {
  margin: 0;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
}
/* line 1836, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .the-overlay p {
  margin-top: 0px;
  min-height: 60px;
  padding-bottom: 20px;
  line-height: 25px;
}
/* line 1843, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bxslider {
  overflow: hidden;
  margin: 0;
}
/* line 1847, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bxslider li img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 1854, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bx-controls {
  display: table;
  margin: 0 auto;
  position: relative;
  top: -40px;
}
/* line 1859, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bx-controls li {
  position: relative;
}
/* line 1860, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bx-controls .bx-pager {
  text-align: center;
}
/* line 1863, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
/* line 1865, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bx-controls .bx-pager .bx-pager-item:not(:last-of-type) {
  margin-right: 10px;
}
/* line 1866, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  font-size: 0px;
  padding: 5px;
  border: 2px solid #fff;
  display: inline-block;
  background-color: transparent;
  transition: all 300ms;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
/* line 1874, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #fff;
}
/* line 1883, ../scss/_base.scss */
.page-template-templatespage-blog-php .page-content .spacer {
  width: 4.16667%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  height: 1px;
}

/*********************
ARCHIVE STYLES
*********************/
/* line 1897, ../scss/_base.scss */
.archive .page-title {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #3399ff;
}
/* line 1902, ../scss/_base.scss */
.archive .page-title h1 {
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30.64px;
  padding: 15px 0;
}
/* line 1910, ../scss/_base.scss */
.archive .main {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 1913, ../scss/_base.scss */
.archive .spacer {
  width: 8.33333%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  height: 1px;
}
/* line 1918, ../scss/_base.scss */
.archive .thepost {
  position: relative;
  margin-bottom: 30px;
}
/* line 1921, ../scss/_base.scss */
.archive .thepost img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 1926, ../scss/_base.scss */
.archive .thepost .the-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
}

/*********************
FOOTER STYLES
*********************/
/* line 1942, ../scss/_base.scss */
.footer {
  clear: both;
  background-color: #ffcc00;
}
/* line 1944, ../scss/_base.scss */
.footer .information {
  position: relative;
  padding: 20px 0;
  color: #515151;
}
/* line 1945, ../scss/_base.scss */
.footer .information:before {
  background-image: url("../images/yellow-lumpy-things.png");
  height: 13px;
  width: 245px;
  content: " ";
  position: absolute;
  top: -13px;
}
/* line 1956, ../scss/_base.scss */
.footer .information .contact_info {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 1958, ../scss/_base.scss */
.footer .information .contact_info h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 1966, ../scss/_base.scss */
.footer .information .contact_info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  float: left;
}
/* line 1973, ../scss/_base.scss */
.footer .information .logos {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  text-align: right;
  margin-top: 20px;
}
/* line 1977, ../scss/_base.scss */
.footer .information .logos img {
  margin-left: 10px;
}

/* line 1993, ../scss/_base.scss */
#footer-thin .copyright {
  padding: 5px 0;
  margin: 0px;
  text-align: right;
  background-color: #525252;
  color: #cccccc;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 10px;
}
/* line 2003, ../scss/_base.scss */
#footer-thin .copyright .limesquare {
  display: inline-block;
  margin-left: 50px;
}

/* HACKY CSS FOR IE */
@media screen\0 {
  /* line 2026, ../scss/_base.scss */
  .header nav {
    margin-top: 0;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
/*********************
GRID/LAYOUT
*********************/
/* line 19, ../scss/_to1240.scss */
.inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
/* line 203, ../scss/lime/_mixins.scss */
.inner:before, .inner:after {
  content: "";
  display: table;
}
/* line 204, ../scss/lime/_mixins.scss */
.inner:after {
  clear: both;
}

/* line 24, ../scss/_to1240.scss */
.page-template-templatespage-home-php #content {
  padding-bottom: 50px;
}
/* line 28, ../scss/_to1240.scss */
.page-template-templatespage-home-php .bx-wrapper:after {
  right: 40px;
  bottom: 50px;
}

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

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
/*********************
GRID/LAYOUT
*********************/
/* line 18, ../scss/_to1030.scss */
.inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
/* line 203, ../scss/lime/_mixins.scss */
.inner:before, .inner:after {
  content: "";
  display: table;
}
/* line 204, ../scss/lime/_mixins.scss */
.inner:after {
  clear: both;
}

/* line 26, ../scss/_to1030.scss */
.gap {
  display: none;
}

/* line 30, ../scss/_to1030.scss */
.sidebar {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/*******************
HEADER
*******************/
/* line 39, ../scss/_to1030.scss */
.header #inner-header {
  height: 60px;
  line-height: 60px;
}
/* line 42, ../scss/_to1030.scss */
.header #inner-header h1 {
  line-height: 30px;
}
/* line 45, ../scss/_to1030.scss */
.header #inner-header h1 a img {
  display: inline;
  vertical-align: middle;
  width: 200px;
  height: auto;
}
/* line 53, ../scss/_to1030.scss */
.header #inner-header nav {
  margin-top: 15px;
}

/********************
HOME
********************/
/* line 63, ../scss/_to1030.scss */
.page-template-templatespage-home-php .inner-wrapper {
  width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 66, ../scss/_to1030.scss */
.page-template-templatespage-home-php .spacer {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 70, ../scss/_to1030.scss */
.page-template-templatespage-home-php .boxes li {
  width: 142px;
  height: 142px;
  line-height: 142px;
}

/************************
PRODUCT ARCHIVE
*************************/
/* line 83, ../scss/_to1030.scss */
.tax-product_type .page-title h1, .tax-service_type .page-title h1 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/**********************
FOOTER
***********************/
/* line 92, ../scss/_to1030.scss */
.footer {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

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

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
/*********************
GRID/LAYOUT
*********************/
/* line 18, ../scss/_to768.scss */
.inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
/* line 203, ../scss/lime/_mixins.scss */
.inner:before, .inner:after {
  content: "";
  display: table;
}
/* line 204, ../scss/lime/_mixins.scss */
.inner:after {
  clear: both;
}

/* line 22, ../scss/_to768.scss */
.content-area {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/* line 26, ../scss/_to768.scss */
.gap {
  display: none;
}

/* line 30, ../scss/_to768.scss */
.sidebar {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/*********************
GENERAL STYLES
*********************/
/* line 41, ../scss/_to768.scss */
.page-title {
  margin-top: 20px !important;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 48, ../scss/_to768.scss */
.wrap {
  max-width: 1140px;
}

/*********************
HEADER STYLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
/* line 64, ../scss/_to768.scss */
.header nav {
  display: none;
}
/* line 67, ../scss/_to768.scss */
.header .mobmenuicon {
  display: block;
  padding-right: 10px;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 76, ../scss/_to768.scss */
.sidebar {
  margin-top: 2.2em;
}

/* line 80, ../scss/_to768.scss */
.widgettitle {
  border-bottom: 2px solid #444;
  margin-bottom: 0.75em;
}

/* line 85, ../scss/_to768.scss */
.widget {
  padding: 0 10px;
  margin: 2.2em 0;
}
/* line 90, ../scss/_to768.scss */
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
/* line 98, ../scss/_to768.scss */
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}

/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/********************
HOME
********************/
/* line 200, ../scss/_to768.scss */
.page-template-templatespage-home-php .bx-wrapper {
  position: relative;
}
/* line 202, ../scss/_to768.scss */
.page-template-templatespage-home-php .bx-wrapper:after {
  display: none;
}
/* line 206, ../scss/_to768.scss */
.page-template-templatespage-home-php .inner-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 208, ../scss/_to768.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us {
  text-align: center;
}
/* line 210, ../scss/_to768.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us br {
  display: block;
}
/* line 213, ../scss/_to768.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us .contact_button {
  margin-right: 0px;
}
/* line 216, ../scss/_to768.scss */
.page-template-templatespage-home-php .inner-wrapper .contact-us .number {
  margin-left: 0px;
}
/* line 221, ../scss/_to768.scss */
.page-template-templatespage-home-php .spacer {
  display: none;
}
/* line 224, ../scss/_to768.scss */
.page-template-templatespage-home-php .bx-controls {
  display: none;
}
/* line 228, ../scss/_to768.scss */
.page-template-templatespage-home-php .boxes {
  margin-top: 20px;
}
/* line 230, ../scss/_to768.scss */
.page-template-templatespage-home-php .boxes li {
  width: 75px;
  height: 75px;
  line-height: 72px;
}
/* line 234, ../scss/_to768.scss */
.page-template-templatespage-home-php .boxes li a {
  font-size: 12px;
}
/* line 237, ../scss/_to768.scss */
.page-template-templatespage-home-php .boxes li:not(:last-of-type) {
  margin-right: 30px;
}

/****************************
ABOUT
****************************/
/* line 249, ../scss/_to768.scss */
.page-template-templatespage-about-php .featured-image .spacer {
  display: none;
}
/* line 252, ../scss/_to768.scss */
.page-template-templatespage-about-php .featured-image .image {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 255, ../scss/_to768.scss */
.page-template-templatespage-about-php .featured-image img {
  max-width: 100%;
  height: auto;
}
/* line 261, ../scss/_to768.scss */
.page-template-templatespage-about-php .page-content .spacer {
  display: none;
}
/* line 264, ../scss/_to768.scss */
.page-template-templatespage-about-php .page-content .inner-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/**************************
BLOG
*************************/
/* line 274, ../scss/_to768.scss */
.page-template-templatespage-blog-php .page-content .inner-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 277, ../scss/_to768.scss */
.page-template-templatespage-blog-php .page-content .spacer {
  display: none;
}
/* line 280, ../scss/_to768.scss */
.page-template-templatespage-blog-php .page-content .sidebar {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/************************
PRODUCT ARCHIVE
*************************/
/* line 290, ../scss/_to768.scss */
.tax-product_type .page-title h1, .post-type-archive-service .page-title h1 {
  display: none;
}
/* line 293, ../scss/_to768.scss */
.tax-product_type .page-title .taxonomies, .post-type-archive-service .page-title .taxonomies {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 299, ../scss/_to768.scss */
.tax-product_type .box-wrapper .box, .post-type-archive-service .box-wrapper .box {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  float: left;
}
/* line 302, ../scss/_to768.scss */
.tax-product_type .box-wrapper .box img, .post-type-archive-service .box-wrapper .box img {
  max-width: 100%;
}
/* line 306, ../scss/_to768.scss */
.tax-product_type .box-wrapper hr, .post-type-archive-service .box-wrapper hr {
  display: none;
}

/************************
SINGLE PRODUCT
************************/
/* line 316, ../scss/_to768.scss */
.single-product .featured-image, .single-service .featured-image {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 318, ../scss/_to768.scss */
.single-product .featured-image .image, .single-service .featured-image .image {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  text-align: center;
}
/* line 322, ../scss/_to768.scss */
.single-product .featured-image .spacer, .single-service .featured-image .spacer {
  display: none;
}
/* line 325, ../scss/_to768.scss */
.single-product .featured-image .video, .single-service .featured-image .video {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  text-align: center;
}
/* line 328, ../scss/_to768.scss */
.single-product .featured-image .video iframe, .single-service .featured-image .video iframe {
  float: initial;
}
/* line 333, ../scss/_to768.scss */
.single-product .inner-wrapper, .single-service .inner-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/***********************
SINGLE
***********************/
/* line 342, ../scss/_to768.scss */
.single .left {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 345, ../scss/_to768.scss */
.single .spacer {
  display: none;
}
/* line 348, ../scss/_to768.scss */
.single .sidebar {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/**********************
CONTACT PAGE
**********************/
/* line 356, ../scss/_to768.scss */
.page-template-templatespage-contact-php > .spacer {
  display: none;
}
/* line 359, ../scss/_to768.scss */
.page-template-templatespage-contact-php .inner-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 361, ../scss/_to768.scss */
.page-template-templatespage-contact-php .inner-wrapper .left {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
/* line 364, ../scss/_to768.scss */
.page-template-templatespage-contact-php .inner-wrapper .spacer {
  display: none;
}
/* line 367, ../scss/_to768.scss */
.page-template-templatespage-contact-php .inner-wrapper .right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-top: 20px;
  text-align: center;
}
/* line 371, ../scss/_to768.scss */
.page-template-templatespage-contact-php .inner-wrapper .right .payment-methods {
  margin-top: 20px;
}

/**********************
ARCHIVE
**********************/
/* line 381, ../scss/_to768.scss */
.archive .main {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 384, ../scss/_to768.scss */
.archive .spacer {
  display: none;
}
/* line 387, ../scss/_to768.scss */
.archive .sidebar {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/*********************
FOOTER STYLES
*********************/
/*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
/* line 402, ../scss/_to768.scss */
.footer .contact_info {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  display: table;
  float: none;
  margin: 0 auto;
  text-align: left;
}
/* line 410, ../scss/_to768.scss */
.footer .information .logos {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  margin-top: 10px;
  float: left;
  text-align: left;
}

/*
 larger styles if you want, but there's really no need
*/
/******************************************************************
ADDITIONAL IE FIXES
These fixes are now ONLY seen by IE, so you don't have to worry
about using prefixes, although it's best practice. For more info
on using Modernizr classes, check out this link:
http://www.modernizr.com/docs/
******************************************************************/
/*
For example, you can use something like:

.no-textshadow .class { ... }

You can also target specific versions by using the classes applied to
the html element. These can sometimes change, so take a look inside the
header.php file to see what they are:


.lt-ie8 .class { ... }

*/
