@charset "UTF-8";
/*!
	Theme Name: Guardian Tactile Systems
	Theme URI: http://www.managepress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: Guardian Tactile Systems
	Author URI: http://www.managepress.com/
	Version: 0.1.1
	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 0.1.1
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure and Layout
	- Site Containers
	- Widgets
	- Featured Content
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Responsive Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Sidebars
- Site Footer
	- Footer Widgets
- Front Page
- Print Styles
*/
/* Variables
-----------------------------------------------------------------------*/
/* Mixins
-----------------------------------------------------------------------*/
/*
- Media Queries
	- Min-width: 414px
	- Min-width: 860px // 768px
	- Min-width: 1023px
	- Min-width: 1200px
	- Min-width: 1340px 
*/
/* ## Partials
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 1.5rem; }
  @media (min-width: 860px) {
    body > div {
      font-size: 1.6rem; } }

body {
  background-color: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  line-height: 1.618;
  margin: 0;
  overflow-x: hidden; }
  @media (min-width: 860px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

@media (max-width: 800px) {
  .main-content .button {
    width: 100% !important;
    text-align: center; } }
a {
  color: #703181;
  text-decoration: none; }

a:hover,
a:focus {
  color: #f5bd22;
  text-decoration: none; }

p {
  margin: 0 0 1em;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ffffff;
  clear: both;
  margin: 1.4em 0; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/*table{
border:1px solid #ccc;
}

table th,  table td{
padding:10px;
border-top:1px solid #ccc;
}

table td{
border-right:1px solid #ccc;
border-left:1px solid #ccc;
}

.tg {border-collapse:collapse;border-spacing:0;border:none;}
.tg td{overflow:hidden;word-break:normal; border:none}
.tg th{overflow:hidden;word-break:normal; border:none}
.tg .tg-yw4l{vertical-align:top; text-align: left;}

@include breakpoint(xxs) {
.tg {width: auto !important;}
.tg col {width: auto !important;}
.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}
.tg .tg-yw4l{display: block;}
}

@include breakpoint(xs) {
.tg {width: auto !important;}
.tg col {width: auto !important;}
.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}
.tg .tg-yw4l{display: block;}
}
*/
#responsive-form {
  margin: 0 auto;
  width: 100%; }

.form-row {
  width: 100%; }

.column-half, .column-full {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/** -- Product listings -- */
.tactile-indicators-page h2:nth-of-type(2) {
  display: none; }

.catalogue-page h2.list-heading {
  display: none; }

.item-code {
  display: block;
  float: left;
  width: 100%; }

ul.product-cats {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both; }

.product-cats li.first {
  clear: both; }

ul.product-cats li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 21.05%;
  margin-left: 0; }

li.product h4 {
  font-size: 1.5rem;
  font-size: 15px;
  min-height: 56px; }
  @media (max-width: 800px) {
    li.product h4 {
      min-height: 40px; } }

li.product .button {
  display: inline-block;
  width: 200px;
  text-align: center; }

@media (max-width: 800px) {
  li.product .button {
    width: 100%; } }
ul.product-cats li {
  list-style-type: none !important;
  margin-left: 0;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  min-height: 350px; }
  @media (max-width: 800px) {
    ul.product-cats li {
      min-height: auto;
      margin-bottom: 10px !important; } }

ul.product-cats.tactile-discrete-warning li {
  min-height: 360px; }

ul.product-cats.tactile-discrete-warning li h4 {
  min-height: 60px; }

@media (min-width: 320px) {
  ul.product-cats li.product {
    width: 45%; } }
@media (min-width: 860px) {
  ul.product-cats li.product {
    width: 100%; } }
@media (min-width: 1200px) {
  ul.product-cats li.product {
    width: 21.05%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  ul.product-cats li.product {
    width: 20%; } }
.imgthumb {
  border: 1px solid #f5f5f5;
  width: 200px;
  height: 200px;
  display: block; }
  @media (max-width: 800px) {
    .imgthumb {
      display: inline; } }

.imgthumb:after {
  font-family: FontAwesome;
  content: "\f00e";
  font-size: 14px;
  display: inline-block;
  color: #000000;
  margin-right: 0;
  margin-left: -3em;
  width: 1.2em;
  text-shadow: 0px 0px 2px white; }

/**/
.author-box {
  margin-top: 30px;
  font-size: 14px; }

.ngg-slideshow, .slideshow {
  margin-left: 0;
  margin-right: 0;
  text-align: left; }

.slideshowlink {
  margin-bottom: 10px; }

/**---------------- Media query ----------------**/
@media (min-width: 320px) {
  .column-half {
    width: 50%; }

  .more-link {
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: center; } }
@media (min-width: 414px) {
  .column-half {
    width: 50%; }

  .more-link {
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: center; } }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="number"], .wpcf7 textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #6a2f7d;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wpcf7 input[type="text"]:focus {
  background: #fff; }

.wpcf7-submit {
  float: left;
  background: #CA0002;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  min-width: 150px; }

.wpcf7-submit:hover {
  background: #ff0000; }

.wpcf7 label {
  color: #6a2f7d; }

span.wpcf7-not-valid-tip {
  text-shadow: none;
  font-size: 12px;
  color: #fff;
  background: transparent;
  padding: 5px; }

div.wpcf7-validation-errors {
  text-shadow: none;
  border: none !important;
  background: #feefaa;
  padding: 1px !important;
  /*color: #9C6533;*/
  text-align: center;
  margin: 0;
  font-size: 14px; }

div.wpcf7-mail-sent-ok {
	border: none !important;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  text-shadow: none;
  padding: 5px;
  font-size: 14px;
  /*border-color: #59a80f;*/
  border: none;
  color: #59a80f;
  margin: 0; }

#mc_embed_signup input {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 15px;
  margin-bottom: 10px; }

#mc_embed_signup .button {
  clear: both;
  background-color: #f5bd22;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
  display: block; }

h1 {
  font-size: 32px;
  font-size: 3.2rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

h2 {
  position: relative;
  /*line-height:50px;*/
  color: #5d1e72; }

/*h2:after {
    content: "";
    position: absolute;
    width: 12%;
    height: 0;
    bottom: -2px;
    left: 0;
    border-bottom: 3px solid #f5bd22;
}*/
h2.entry-title {
  display: block; }

.main h2 {
  margin-bottom: 30px; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

figure {
  margin: 0; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: black;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 8px 12px;
  /*width: 100%;*/
  width: 221px; }
  @media (max-width: 800px) {
    input,
    select,
    textarea {
      width: 100%; } }

select {
  height: 37px; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #333; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  /*background-color: $secondary;*/
  background-color: #6a2f7d;
  border: 0;
  border-radius: 4px;
  /*color: black;*/
  color: #f3bb22;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: normal;
  width: auto;
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0);
  margin-bottom: 10px;
  transition: all 0.3s ease-out; }

/*@include breakpoint(notdesktop) {*/
@media only screen and (max-width: 600px) {
  .slick-slider .button {
    display: none; } }
.search .more-link {
  font-weight: 400; }

.wire {
  background-color: white;
  border: 2px solid #f5bd22;
  border-radius: 4px;
  color: #f5bd22; }

.wire:after {
  font-family: FontAwesome;
  content: "\f178";
  display: inline-block;
  color: #f5bd22;
  font-size: 12px;
  margin-left: 8px;
  width: 1.5em; }

.btncallout {
  background-color: #f5bd22 !important;
  color: #e01010 !important;
  border: 1px solid #71570f;
  font-size: 13px;
  min-width: 180px;
  text-align: center; }

.btncallout:hover {
  background-color: #fff !important;
  color: #e01010 !important;
  border: 1px solid #5d1e72;
  font-size: 13px;
  min-width: 180px;
  text-align: center; }

.btncallout i:before {
  color: #e01010 !important; }

.wirebtn-ylw {
  background-color: white-space;
  border: 2px solid #f5bd22;
  border-radius: 4px;
  color: #f5bd22;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: normal;
  width: 155px;
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0); }
  .wirebtn-ylw:hover, .wirebtn-ylw:active {
    color: white;
    background: #703181;
    border: 2px solid #703181; }

.requestbtn:before {
  font-family: FontAwesome;
  content: "\f040";
  display: inline-block;
  color: #f3bb22;
  font-size: 12px;
  margin-right: 0;
  width: 1.5em;
  transition: all 0.3s ease-out; }

.requestbtn.hoverwhite:before {
  font-family: FontAwesome;
  content: "\f040";
  display: inline-block;
  color: white;
  font-size: 12px;
  margin-right: 0;
  width: 1.5em;
  transition: all 0.3s ease-out; }

.cartbtn:before {
  font-family: FontAwesome;
  content: "\f07a";
  display: inline-block;
  color: black;
  font-size: 12px;
  margin-right: 0;
  width: 1.5em;
  transition: all 0.3s ease-out; }

.cartbtn.hoverwhite:before {
  font-family: FontAwesome;
  content: "\f07a";
  display: inline-block;
  color: white;
  font-size: 12px;
  margin-right: 0;
  width: 1.5em;
  transition: all 0.3s ease-out; }

.wirebtnslideright {
  padding: 8px 12px 8px 16px !important; }

.btnicon-pen {
  background-color: white-space;
  border: 2px solid #f5bd22;
  border-radius: 4px;
  color: #703181;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: normal;
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0); }

.btnicon-pen:before {
  font-family: FontAwesome;
  content: "\f040";
  display: inline-block;
  color: #6c307e;
  font-size: 14px;
  margin-right: 0;
  width: 1.5em; }

.btnicon-pen.special:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  color: #6c307e;
  font-size: 14px;
  margin-right: 0;
  width: 0; }

.btnicon-pen.arrowrht:after {
  font-family: FontAwesome;
  content: "\f178";
  display: inline-block;
  color: white;
  font-size: 14px;
  margin-left: 8px;
  width: 1.5em; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.more-link:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.more-link:focus {
  background-color: black;
  color: #fff; }

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff; }

.button {
  display: inline-block;
  }

a.button.small,
button.small,
.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

.hidden {
  display: none !important; }

@media (max-width: 800px) {
  .addtoquotebtn {
    width: 100%;
    min-width: 200px;
    text-align: center; } }
@media (min-width: 1200px) {
  .addtoquotebtn {
    width: 200px;
    text-align: center; } }
/*.archive .addtoquotebtn{
    width:200px;
    text-align: center;
}*/
/* ## GTS Gallery
--------------------------------------------- */
.gts-gallery {
  margin-top: 20px; }

.gts-pagination {
  margin-top: 30px; }

.gts-img-box {
  float: left;
  width: 33%;
  position: relative; }

.gts-img-box img {
  width: calc(100% - 26px);
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 13px; }

/*@media (max-width:686px) {
    .gts-img-box {
        float: none;
        width: 100%;
        position: relative;
    }
}
@media (max-width:600px) {
    .category-products img.entry-image {
        float: none !important;
    }
}*/
/* ## List Items
--------------------------------------------- */
.iconlist {
  margin-left: 40px;
  margin-bottom: 20px; }
  .iconlist .gts-product-meta {
    margin-left: 0 !important; }

ul.iconlist li {
  margin-bottom: 5px;
  line-height: 18px; }

ul.contact-icons {
  margin-left: 22px; }

/* generic icons */
/*font-family: FontAwesome;
content: "\f0c8";
font-size:12px;
display: inline-block;
color: #ffd700;
margin-right: 0;
margin-left: -2.5em;
width: 1.4em;*/
ul.iconlist li:before {
  font-family: FontAwesome;
  content: "\f0c8";
  font-size: 14px;
  display: inline-block;
  color: #ffd700;
  /*color: #444444;*/
  margin-right: 0;
  margin-left: -2em;
  width: 1.4em;
  line-height: 25px;
  vertical-align: middle; }

.flipper ul.iconlist li:before {
  color: #ffd700; }

.tax-gts-product-category ul.iconlist li:before {
  font-family: FontAwesome;
  content: "\f0c8";
  font-size: 14px;
  display: inline-block;
  color: #ffd700;
  margin-right: 0;
  margin-left: -2em;
  width: 1.4em;
  line-height: 25px;
  vertical-align: middle; }

.featuretactiles ul.iconlist li:before {
  font-family: FontAwesome;
  content: "\f0c8";
  font-size: 14px;
  display: inline-block;
  color: #ffd700;
  margin-right: 0;
  margin-left: -2em;
  width: 1.4em;
  line-height: 25px;
  vertical-align: middle; }

.pdficon li:before {
  font-family: FontAwesome;
  content: "\f15c" !important;
  color: black !important; }

/* pdf file icons */
ul.iconlistpdf .gts-product-meta {
  margin-left: 0px; }

ul.iconlistpdf li:before {
  font-family: FontAwesome;
  content: "\f1c1";
  font-size: 10px;
  display: inline-block;
  margin-right: 0;
  width: 1.4em;
  vertical-align: middle; }

ul.iconlisttick li:before {
  font-family: FontAwesome;
  content: "\f058";
  font-size: 18px;
  display: inline-block;
  margin-right: 0;
  width: 1.4em;
  vertical-align: middle; }

ul.iconlisttickinline li:before {
  font-family: FontAwesome;
  content: "\f058";
  font-size: 18px;
  display: inline-block;
  margin-right: 0;
  width: 1.4em;
  vertical-align: middle; }

ul.iconlisttickinline li {list-style-type: none; display: inline; margin-left: 20px;}


/* contact icons */
ul.contact-icons li{margin-bottom: 5px;}

ul.contact-icons li.fa-phone:before {
  font-family: FontAwesome;
  content: "\f095";
  display: inline-block;
  color: #000000;
  margin-right: 0;
  margin-left: -1.5em;
  width: 1.4em; }
ul.contact-icons li.fa-truck::before {
    font-family: FontAwesome;
    content: "\f0d1";
    display: inline-block;
    color: #000000;
    margin-right: 0;
    margin-left: -1.5em;
    width: 1.4em;
}
.fa-envelope:before {
  font-family: FontAwesome;
  content: "\f0e0";
  display: inline-block;
  color: #000000;
  margin-right: 0;
  margin-left: -1.5em;
  width: 1.4em; }

.emailbtn:before {
   color: #f3bb22; margin-left: 0;
}

.fa-pen:before {
  font-family: FontAwesome;
  content: "\f040";
  display: inline-block;
  color: #000000;
  margin-right: 0;
  margin-left: -1.5em;
  width: 1.4em; }

.fa-calendar:before {
  font-family: FontAwesome;
  content: "\f073";
  display: inline-block;
  color: #000000;
  margin-right: 0;
  margin-left: -1.5em;
  width: 1.4em; }

.fa-mapmarker:before {
  font-family: FontAwesome;
  content: "\f041";
  display: inline-block;
  color: #000000;
  margin-right: 0;
  margin-left: -1.5em;
  width: 1.4em; }

/* social media icons */
.fa-facebook-f:before, .fa-facebook:before {
  font-family: FontAwesome;
  content: "\f082" !important;
  display: inline-block;
  color: #3b5998;
  margin-right: 0;
  /*margin-left: -2.5em;
  width: 2.2em;*/
  max-width: 1em; }

.fa-twitter-f:before, .fa-twitter:before {
  font-family: FontAwesome;
  content: "\f081" !important;
  display: inline-block;
  color: #50abf1;
  margin-right: 0;
  max-width: 1em; }

.fa-instagram-f:before, .fa-instagram:before {
  font-family: FontAwesome;
  content: "\f16d" !important;
  display: inline-block;
  /*color: #d91b47;*/
  color: white;
  margin-right: 0;
  max-width: 1em; }

.homefeature {
  margin-bottom: 20px; }

/*## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.4;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }
  table .iconlistpdf {
    margin-bottom: 0; }

.nomargin {
  line-height: 1.4;
  margin-bottom: 0; }

tbody {
  border-bottom: 1px solid #333; }

td,
th {
  text-align: left; }

td {
  border: 1px solid #ccc;
  padding: 6px; }

th {
  border: 1px solid #ccc;
  padding: 6px;
  border-bottom: 1px solid #8a8a8a;
  background: #f3f3f3; }

/*td:first-child,
th:first-child {
	padding-left: 0;
}
*/
/*## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  /*clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: $primary;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);*/
  border: 0;
  clip: auto;
  height: 50px;
  width: 1px;
  width: 120px;
  border-radius: 0;
  background-color: #703181;
  color: #703181;
  font-size: 0; }

.more-link {
  position: relative;
  display: inline; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none; }

/* Display outline on focus */
:focus {
  color: black;
  outline: #ccc solid 1px; }

/* # Totop
---------------------------------------------------------------------------------------------------- */
.to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(images/to-top.svg) no-repeat center 50%;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.to-top.top-is-visible {
  visibility: visible;
  opacity: 1; }

.to-top.top-fade-out {
  opacity: .5; }

.no-touch .to-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media (min-width: 1023px) {
  .to-top {
    right: 20px;
    bottom: 20px; } }
@media (min-width: 1200px) {
  .to-top {
    height: 40px;
    width: 40px;
    /*right:30px;
    bottom:30px;*/ } }
.entry-content img.alignleft {
  vertical-align: top;
  margin-right: 20px; }
  @media (max-width: 800px) {
    .entry-content img.alignleft {
      width: 100%; } }

.single img.alignleft, .archive img.alignleft {
  border: 1px solid #cccccc;
  vertical-align: top;
  margin-right: 20px; }
  @media (max-width: 800px) {
    .single img.alignleft, .archive img.alignleft {
      width: 100%; } }

.view-full-post-btn {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 16px;
  margin-bottom: 10px;
  color: #000000;
  border: 2px solid #6a2f7d; }

.quotewrapper {
  margin-top: 20px;
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd; }

.ea-share-count-wrap {
  margin: 20px 0 20px 0; }

.error404 {
  display: block; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto; }
  @media (min-width: 1023px) {
    .site-inner,
    .wrap {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .site-inner,
    .wrap {
      max-width: 1140px; } }

.site-inner {
  clear: both;
  padding: 40px 5% 50px;
  word-wrap: break-word; }
  @media (min-width: 860px) {
    .site-inner {
      padding: 60px 0;
      max-width: 96%; } }
  @media (min-width: 1340px) {
    .site-inner {
      max-width: 1280px; } }

.wrap {
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 860px) {
    .wrap {
      max-width: 96%;
      padding: 0; } }
  @media (min-width: 1340px) {
    .wrap {
      max-width: 1380px; } }

@media (min-width: 860px) {
  .landing-page .site-inner {
    max-width: 880px; } }
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
@media (min-width: 1023px) {
  /*.content {
  	float: right;
  	width: 620px;
  }*/
  .content-sidebar .content {
    float: left; }

  .full-width-content .content {
    width: 100%; }

  .sidebar-primary {
    float: right;
    width: 300px; }

  .sidebar-content .sidebar-primary {
    float: left; } }
@media (min-width: 1200px) {
  .content {
    width: 880px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .content-sidebar .content {
    width: 100%;
    /*width: 69%;*/ }
    .sidebar {
    margin-bottom: 40px;
    padding-left: 0px;
    width: 100%;}
}
/* Column Classes
  Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
@media (min-width: 860px) {
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }

  .one-fourth {
    width: 23.076923076923077%; }

  .three-fourths {
    width: 74.35897435897436%; }

  .one-fifth {
    width: 17.9487179487179488%; }

  .two-fifths {
    width: 38.4615384615384616%; }

  .three-fifths {
    width: 58.9743589743589744%; }

  .four-fifths {
    width: 79.4871794871794872%; }

  .one-sixth {
    width: 14.52991452991453%; }

  .five-sixths {
    width: 82.90598290598291%; }

  .first {
    clear: both;
    margin-left: 0; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .one-fourth {
    width: 31%; } }
/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  margin: 0 0 28px;
  text-align: center;
  float: left; }
  @media (min-width: 860px) {
    .gallery-item {
      margin-left: 2.564102564102564%; } }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
  margin-left: 0; }

.gallery img {
  height: auto; }

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999; }

@media (min-width: 860px) {
  .gallery-columns-1 .gallery-item {
    width: 100%; }

  .gallery-columns-2 .gallery-item {
    width: 48.717948717948715%; }

  .gallery-columns-3 .gallery-item {
    width: 31.623931623931625%; }

  .gallery-columns-4 .gallery-item {
    width: 25%; }

  .gallery-columns-5 .gallery-item {
    width: 20%; }

  .gallery-columns-6 .gallery-item {
    width: 16.6666%; }

  .gallery-columns-7 .gallery-item {
    width: 14.2857%; }

  .gallery-columns-8 .gallery-item {
    width: 12.5%; }

  .gallery-columns-9 .gallery-item {
    width: 11.1111%; } }
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 0;
  word-wrap: break-word;
  /*ul > li {
  	margin-bottom: 10px;
  	padding-bottom: 10px;
  }*/
  /*@include breakpoint(notdesktop) {
     margin-bottom: 0;
  }*/ }
  .widget p:last-child,
  .widget ul > li:last-of-type {
    margin-bottom: 0; }
  .widget ul > li:last-of-type {
    padding-bottom: 0; }
  .widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px; }
  .widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0; }

.widget-area .widget:last-of-type {
  margin-bottom: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

iframe {
  border: none; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 20px;
  background: none;
  padding: 0; }
  .featured-content .entry:last-of-type {
    margin-bottom: 0; }
.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 0;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px; padding-bottom:100px}

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
/*
.breadcrumb {
	background-color: #f1f1f1;
	max-width: 1280px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 0 0 12px;
}
*/
.breadcrumb {
  background-color: #fff;
  font-size: 16px;
  margin: auto;
  padding-top: 20px;
  max-width: 90%; }
  @media (min-width: 860px) {
    .breadcrumb {
    max-width: 1280px;
    } }
  @media (min-width: 1023px) {
    .breadcrumb {
      max-width: 96%; } }
  @media (min-width: 1200px) {
    .breadcrumb {
      max-width: 96%; } }
  @media (min-width: 1340px) {
    .breadcrumb {
      max-width: 1280px; } }

.after-entry,
.author-box {
  background-color: #f9f9f9;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5%;
  border: 1px solid #ccc;
  padding: 20px; }
  @media (min-width: 860px) {
    .after-entry,
    .author-box {
      margin-bottom: 40px; } }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

.breadcrumb .breadcrumb-link-wrap:first-child a:before {
  font-family: FontAwesome;
  content: "\f015";
  display: inline-block;
  color: #6a2f7d;
  font-size: 15px;
  margin-right: 0;
  width: 1.5em; }

/* ## Search Form
--------------------------------------------- */
input[type="checkbox"], input[type="image"], input[type="radio"], input[type="submit"], input[type="search"] {
  /*-webkit-appearance: none;*/
  border-radius: 0; }

/*input[type=text],input[type="checkbox"]{
-webkit-appearance:caret;
}*/
.search-form {
  overflow: hidden;
  display: inline-flex; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 100%; }

.entry-content .search-form input[type="submit"] {
  /*background: #703181 !important;*/
  padding: 18px 16px 15px 12px;
  line-height: 14px;
  width: 50px; }

.search-again .search-form input[type="submit"] {
  background: #703181 !important;
  padding: 18px 16px 15px 12px;
  line-height: 14px; }

.front-page-1 .search-form input[type="search"] {
  width: 350px !important;
  border: 1px solid #703181; }
  @media (min-width: 320px) {
    .front-page-1 .search-form input[type="search"] {
      width: 220px !important; } }
  @media (min-width: 414px) {
    .front-page-1 .search-form input[type="search"] {
      width: 270px !important; } }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin: 0;
  padding: 10px 30px 18px 30px;
  background: #703181 url(https://guardiantactile.com/gtswp/wp-content/themes/starter/images/searchicon.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 5px 5px 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a3a3a3; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a3a3; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #a3a3a3; }

.widget-wrap .search-form {
  overflow: hidden;
  display: inline-flex; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  /*border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;*/
  border: 0;
  clip: auto;
  height: 50px;
  width: 1px;
  width: 60px;
  border-radius: 0;
  background-color: #703181;
  color: #703181;
  font-size: 0; }

/* ## Titles
--------------------------------------------- */
.author-box-title {
  font-size: 20px;
  font-size: 2rem; }

.entry-title a {
  color: #703181;
  text-decoration: none; }
.entry-title a:hover,
.entry-title a:focus {
  color: #f5bd22; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px; }

.sidebar .widget-title a {
  color: #703181;
  text-decoration: none; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px; }

a.post-edit-link {
  display: none; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff; }
.sidebar .widget.enews-widget {
  background-color: #703181; }
.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #703181; }
.sidebar .enews-widget input[type="submit"] {
  background-color: #f5bd22;
  color: #fff; }
.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #703181; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #6c307e;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  z-index: 101;
  top: 0;
  left: 0; }
  .site-header > .wrap {
    max-width: 100%;
    padding: 0;
    transition: all .2s ease; }
  .site-header.shrink > .wrap {
    padding: 0; }
  @media (min-width: 1023px) {
    .site-header > .wrap {
      max-width: 90%; }
    .site-header .search-form {
      float: right;
      margin: 12px auto 0;
      display: inline-flex; } }
  @media (min-width: 1200px) {
    .site-header > .wrap {
      max-width: 1140px; } }
  @media (min-width: 1340px) {
    .site-header > .wrap {
      max-width: 1280px; } }
  .header-image .site-header {
    background-size: cover !important;
    background-position: center !important; }
  .site-header .search-form {
    margin: 0;
    float: right;
    /*input[type=search] {
    	padding: 14px;
    }*/
    /* margin-top: 20px; */
    margin-bottom: -12px;
    }

/* ## Before Header
--------------------------------------------- */
.before-header {
  text-align: right;
  background-color: #f3f3f3;
  border-bottom: none;
  /*1px solid #eee;*/
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 0;
  display: none; }
  @media (min-width: 860px) {
    .before-header {
      display: block; } }
  .before-header .widget {
    margin: 0; }
    .before-header .widget:nth-of-type(2) {
      text-align: right; }
  .before-header a {
    color: #333; }
    .before-header a:hover {
      color: #111; }
  .before-header .material-icons {
    line-height: 0;
    font-size: 1rem; }

/* ## After Header
--------------------------------------------- */
.after-header {
  display: none; }
  @media (max-width: 800px) {
    .after-header {
      display: block;
	  height: 70px;} }
@media (max-width: 800px) {
  .after-header .first.widget_text {
    display: none; } }
@media (max-width: 800px) {
  .site-header .search-form {
    width: 100%; } }
.after-header {
  display: none;
  background-color: #f5f5f5;
  font-weight: 500;
  font-size: 1.2rem;
  /*box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.5);*/
  padding: 10px 0;
  /*
  @include breakpoint(small) {
  	display: none;
  }
  */ }
  @media (max-width: 800px) {
    .after-header {
      display: block; } }
  .after-header .widget {
    margin-bottom: 0; }
  .after-header a {
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff;
    padding: 6px 0 4px;
    /*
    &:nth-of-type(2) {
    	box-shadow: inset 1px 0 0 #222, inset -1px 0 0 #222;
    }
    */ }
    .after-header a:hover {
      color: #fff;
      background-color: #903fa6; }
  .after-header .material-icons {
    display: block;
    font-size: 1.8rem;
    line-height: .8; }

/* ## Header
--------------------------------------------- */
.header {
  position: relative;
  width: 100%;
  opacity: 1;
  /*height: 70px;*/
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  /*transition: all 1.3s ease-out;*/ }
  .header .widget {
    margin-bottom: 0 !important;
    margin-top: 3px;
    display:  inline-block;
    }

.site-header-fixed {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 320px) {
    .site-header-fixed {
      top: -80px;
      /*border-bottom: 1px solid blue;*/ } }
  @media (max-width: 800px) {
    .site-header-fixed {
      top: -80px;
      height: 128px;
      /*border-bottom: 1px solid red;*/ } }
  @media (min-width: 1200px) {
    .site-header-fixed {
      top: 0; } }

.fixed {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  position: fixed !important;
  transition: all 1.3s ease-out; }

@media (min-width: 320px) {
  .fixed {
            /*position: inherit !important;
transition: none;*/
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: fixed !important;
    transition: all 1.3s ease-out; } }
@media (min-width: 414px) {
  .fixed {
            /*position: inherit !important;
transition: none;*/
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: fixed !important;
    transition: all 1.3s ease-out; } }
@media (min-width: 860px) {
  .fixed {
    /*position: inherit !important;
    transition: none;*/
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: fixed !important;
    transition: all 1.3s ease-out; } }
@media (min-width: 1200px) {
  .fixed {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: fixed !important;
    transition: all 1.3s ease-out; } }
@media (min-width: 1340px) {
  .fixed {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: fixed !important;
    transition: all 1.3s ease-out; } }
.navtop {
            /*@include breakpoint(notdesktop) {
		font-size: 1.6rem;
            }*/
  margin-top: 81px; }
  @media (max-width: 800px) {
    .navtop {
      margin-top: 150px; } }

/* ## Title Area
--------------------------------------------- */
.title-area {
  padding: 10px 0;
  padding-bottom: 0;
  max-width: none;
  margin: 0 auto;
  float: left;
  	/*@include breakpoint(small) {
  		max-width: 90%;
  	}
  	
  	@include breakpoint(medium) {
  		max-width: 500px;
  	}
  	
  	@include breakpoint(large) {
  		max-width: 1140px;
  	}
  
  	@include breakpoint(xl) {
  		min-width: 500px;
  	}*/ }
  @media only screen and (max-width: 1025px) {
    .title-area {
      width: 100%;
      /*background: #d8d4d0;*/ } }
  @media only screen and (min-width: 1024px) {
    .title-area {
      width: 340px;
      /*background: antiquewhite;*/ } }
  @media only screen and (min-width: 1025px) {
    .title-area {
      width: 400px;
      /*background: #d8d7fa;*/ } }

/*width: 440px;*/
/*height: 80px;
overflow: hidden;*/
.issearch {
  /*height: 91px;*/
  height: 89px;
  overflow: hidden; }

.title-area img {
  float: left;
  margin-right: 5px; }

.site-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 22px;
  line-height: 2.2rem;
  color: #000;
  margin-top: 7px; }
  @media (min-width: 320px) {
    .site-title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6rem;
      margin-bottom: 5px; } }
  @media (min-width: 414px) {
    .site-title {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 1200px) {
    .site-title {
      font-size: 29px;
      font-size: 2.9rem;
      line-height: 22px;
      line-height: 2.2rem;
      margin-bottom: 9px;
      color: #000; } }
  .site-title a,
  .site-title a:hover,
  .site-title a:focus {
    color: #703181;
    text-decoration: none; }
  @media (min-width: 1023px) {
    .site-title {
      text-align: left; } }

.site-tag {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1em;
  color: #000;
  /*@include breakpoint(notdesktop) {
       max-width:300px;
   }*/ }
  @media (min-width: 414px) {
    .site-tag {
      line-height: 14px; } }
  @media (min-width: 1200px) {
    .site-tag {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      color: #000; } }

.site-description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -9999px;
  position: absolute;
  height: 0; }
  @media (min-width: 1023px) {
    .site-description {
      text-align: left; } }

/*
.site-description,
.site-title,
.site-header .widget-area {
	margin-bottom: 0;
}
*/
.wp-custom-logo .title-area {
  padding: 10px 0;
  max-width: 220px;
  height: 70px; }
  @media (min-width: 860px) {
    .wp-custom-logo .title-area {
      height: 80px;
      padding: 15px 0; } }
.wp-custom-logo .custom-logo-link {
  display: block;
  line-height: 40px;
  height: 50px; }
  @media (min-width: 860px) {
    .wp-custom-logo .custom-logo-link {
      line-height: 50px;
      height: 50px; } }
  @media (min-width: 1023px) {
    .wp-custom-logo .custom-logo-link {
      line-height: 60px;
      height: 60px; } }
  .wp-custom-logo .custom-logo-link img {
    width: auto;
    max-height: 100%;
    margin: auto;
    vertical-align: middle; }

/* ## Header widget area
--------------------------------------------- */
.header-widget-area {
  /*padding: 36px 0 0 20px;*/
  /*padding: 13px 0 0 20px;*/
  /*display: none;*/
  /*@include breakpoint(tablet) {
      float: right;
  }*/ }
  @media (min-width: 320px) {
    .header-widget-area {
      float: left;
      padding: 0; } }
  @media (min-width: 414px) {
    .header-widget-area {
      float: left;
      padding: 0; } }
  @media (min-width: 860px) {
    .header-widget-area {
      padding: 20px 0 15px 30px;
      display: block;
      } }
  @media (min-width: 1023px) {
    .header-widget-area {
      padding: 15px 0 0 0;
      /*padding: 39px 0 0 20px;*/
      /*padding: 13px 0 0 20px;*/
      float: right; } }
  @media (max-width: 800px) {
    .header-widget-area {
      float: left; } }

@media only screen and (min-width: 1025px) {
  .header-widget-area {
    padding: 36px 0 0 0;
    /*padding: 39px 0 0 0;*/
    } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .header-widget-area {
     padding:15px 0;}

  #headersearch {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #headersearch {
    display: none; }

  .header-widget-area {
    float: left; } }
/* ## Page titles
--------------------------------------------- */
.page-title, .page-title-inner {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  /*box-shadow: inset 0 0 0 999px rgba(0,0,0,0.2);*/ }
  .page-title h1, .page-title-inner h1 {
    font-size: 28px; }
    @media (max-width: 800px) {
      .page-title h1, .page-title-inner h1 {
        font-size: 24px !important; } }
  @media (max-width: 800px) {
    .page-title, .page-title-inner {
      padding: 20px 0; } }
  .page-title .entry-title,
  .page-title .archive-title, .page-title-inner .entry-title,
  .page-title-inner .archive-title {
    margin-bottom: 0;
    display: block;
    overflow: visible;
    float: left;
    color: #fff;
    /*text-shadow: 0 2px 8px rgba(0,0,0,0.25);*/
    max-width: 900px;
    font-size: 28px;
    font-weight: 600; }
    .page-title .entry-title:before, .page-title .entry-title:after,
    .page-title .archive-title:before,
    .page-title .archive-title:after, .page-title-inner .entry-title:before, .page-title-inner .entry-title:after,
    .page-title-inner .archive-title:before,
    .page-title-inner .archive-title:after {
      display: block;
      content: ''; }
    .page-title .entry-title:after,
    .page-title .archive-title:after, .page-title-inner .entry-title:after,
    .page-title-inner .archive-title:after {
      clear: both; }
  .page-title .breadcrumb, .page-title-inner .breadcrumb {
    padding: 12px 0 0;
    width: 100%;
    display: block;
    clear: both; }
    @media (min-width: 860px) {
      .page-title .breadcrumb, .page-title-inner .breadcrumb {
        float: right;
        width: auto;
        clear: none; } }
  .page-title .excerpt, .page-title-inner .excerpt {
    display: block;
    clear: both;
    color: #fff;
    font-weight: 400;
    padding-top: 2rem;
    width: 100%;
    overflow: auto; }
    .page-title .excerpt:before, .page-title .excerpt:after, .page-title-inner .excerpt:before, .page-title-inner .excerpt:after {
      display: block;
      content: ''; }
    .page-title .excerpt:after, .page-title-inner .excerpt:after {
      clear: both; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  white-space: nowrap; }
  .genesis-nav-menu .menu-item {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
    position: relative;
    float: left;
    background-color: #f5f5f5; }
    @media (min-width: 1023px) {
      .genesis-nav-menu .menu-item {
        text-align: left;
        width: auto;
        background-color: transparent; } }
  .genesis-nav-menu a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 20px; }
    @media (min-width: 320px) {
      .genesis-nav-menu a {
        padding: 20px 20px 20px 5%; } }
    @media (min-width: 414px) {
      .genesis-nav-menu a {
        padding: 20px 20px 20px 5%; } }
    @media (min-width: 1023px) {
      .genesis-nav-menu a {
        padding: 32px 11px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .genesis-nav-menu a {
        padding: 32px 16px;
        font-size: 1.2rem; } }
    @media (min-width: 1340px) {
      .genesis-nav-menu a {
        padding: 50px 10px 24px 10px;
        /*padding: 56px 10px 20px 10px;*/
        font-size: 1.4rem;
        font-size: 14px; } }
    @media (max-width: 800px) {
      .genesis-nav-menu a {
        margin-right: 40px; } }
  .genesis-nav-menu a:hover,
  .genesis-nav-menu a:focus,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #703181;
    text-decoration: none; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #fff;
    opacity: 0;
    width: 250px;
    z-index: 99;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; }
    @media (max-width: 800px) {
      .genesis-nav-menu .sub-menu {
        width: 100%; } }
    @media (min-width: 320px) {
      .genesis-nav-menu .sub-menu {
        display: none; } }
    @media (min-width: 414px) {
      .genesis-nav-menu .sub-menu {
        display: none; } }
    @media (min-width: 1023px) {
      .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        opacity: 0;
        position: absolute;
        z-index: 99; } }
    @media (min-width: 1200px) {
      .genesis-nav-menu .sub-menu {
        display: block !important;
        left: -9999px;
        opacity: 0;
        position: absolute; } }
  .genesis-nav-menu .sub-menu a {
    text-align: left;
    padding-left: 10px; }
    @media (min-width: 320px) {
      .genesis-nav-menu .sub-menu a {
        padding-left: 40px; } }
    @media (min-width: 1023px) {
      .genesis-nav-menu .sub-menu a {
        background-color: #fff;
        border: 1px solid #eee;
        border-top: 0;
        font-size: 13px;
        font-size: 1.3rem;
        padding: 20px;
        position: relative;
        width: 250px;
        word-wrap: break-word; } }
  @media (min-width: 320px) {
    .genesis-nav-menu .sub-menu ul li ul li a {
      padding-left: 60px;
      color: blue; } }
  @media (max-width: 800px) {
    .genesis-nav-menu .sub-menu .sub-menu a {
      /*color:red;*/
      padding-left: 60px; } }
  @media (min-width: 1023px) {
    .genesis-nav-menu .sub-menu .sub-menu {
      margin: -55px 0 0 249px;
      padding-left: 0; } }
  @media (min-width: 414px) {
    .genesis-nav-menu .genesis-nav-menu ul.sub-menu {
      margin-left: 60px; } }
  .genesis-nav-menu genesis-nav-menu li {
    padding: 20px 20px 18px 20px;
    margin-top: 28px; }
  @media (min-width: 320px) {
    .genesis-nav-menu .genesis-nav-menu .sub-menu ul li a {
      margin-left: 60px;
      background-color: #efefef; } }
  @media (min-width: 414px) {
    .genesis-nav-menu .genesis-nav-menu .sub-menu ul li a {
      margin-left: 60px;
      background-color: #efefef; } }
  @media (min-width: 1023px) {
    .genesis-nav-menu .sub-menu ul li a, .genesis-nav-menu .sub-menu ul li ul li a {
      padding-left: 10px; } }
  .genesis-nav-menu .genesis-nav-menu ul ul.sub-menu {
    opacity: 1; }
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1; }
  .genesis-nav-menu .menu-item:hover {
    /*position: static; */
    position: relative; }
  .genesis-nav-menu > .first > a {
    padding-left: 0; }
  .genesis-nav-menu > .last > a {
    padding-right: 0; }
  .genesis-nav-menu > .right {
    float: right; }
  .genesis-nav-menu .material-icons {
    font-size: 1.9rem;
    display: block;
    margin: 0 auto 1rem;
    text-align: center; }

@media (min-width: 1200px) {
  .genesis-nav-menu li.menu-item.menu-item-has-children > a:first-child:after {
    font-family: FontAwesome;
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
    width: 1.5em; }

  .genesis-nav-menu li li.menu-item.menu-item-has-children > a:first-child:after {
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
    width: 1.5em; } }
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
  background: #c5c5c5; }

/* ## Nav Primary
--------------------------------------------- */
.nav-primary {
  width: 100%;
  clear: both;
  display: none;
  background-color: #000000;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 99; }
  @media (min-width: 320px) {
    .nav-primary {
      /*top: 80px;*/
      /*top: 145px;*/ } }
  @media (min-width: 414px) {
    .nav-primary {
      /*top: 80px;*/
      /*top: 145px;*/ } }
  @media (min-width: 860px) {
    .nav-primary {
      top: 80px; } }
  @media (min-width: 1023px) {
    .nav-primary {
      width: calc(100% - 250px);
      width: auto;
      clear: none;
      display: block !important;
      background-color: transparent;
      float: right;
      position: relative;
      top: 0; } }
  .nav-primary .wrap {
    padding: 0;
    max-width: 100%; }

.onmobile {
  display: none; }
  @media (min-width: 1200px) {
    .onmobile {
      display: none; } }
  @media (min-width: 1340px) {
    .onmobile {
      display: none; } }
  @media (max-width: 800px) {
    .onmobile {
      display: inline !important; } }

/* ## Nav Secondary
--------------------------------------------- */
.nav-secondary {
  width: 100%;
  clear: both;
  background-color: blue;
  border-bottom: 1px solid #eee; }
  .nav-secondary .wrap {
    display: none; }
    @media (min-width: 1023px) {
      .nav-secondary .wrap {
        display: block; } }
  @media (min-width: 1023px) {
    .nav-secondary .menu > .menu-item a {
      padding: 25px; } }
  @media (min-width: 1023px) {
    .nav-secondary .menu > .menu-item:first-of-type a {
      padding-left: 0; } }

/* ## Responsive Navigation
--------------------------------------------- */
.menu-toggle {
  border-width: 0;
  background-color: transparent;
  color: #703181;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0;
  padding: 25px 25px 25px 0;
  line-height: 20px;
  position: relative;
  right: 0;
  z-index: 1000;
  float: right;
  margin-top: 15px; }
  .menu-toggle:focus, .menu-toggle:active, .menu-toggle:hover {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: #703181; }
  @media (min-width: 320px) {
    .menu-toggle {
      margin-top: 0; } }
  @media (min-width: 414px) {
    .menu-toggle {
      margin-top: 0; } }
  @media (min-width: 860px) {
    .menu-toggle {
      padding: 30px 30px 30px 0; } }
  @media (min-width: 1023px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle span {
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    background-color: #703181;
    display: block;
    float: left;
    top: calc(50% - 7px);
    transition: all .3s ease; }
    .menu-toggle span:nth-of-type(2), .menu-toggle span:nth-of-type(3) {
      top: calc(50% - 1px); }
    .menu-toggle span:nth-of-type(4) {
      top: calc(50% + 5px); }
  .menu-toggle.activated span {
    top: calc(50% - 1px);
    opacity: 0; }
    .menu-toggle.activated span:nth-of-type(2) {
      transform: rotate(45deg);
      opacity: 1; }
    .menu-toggle.activated span:nth-of-type(3) {
      transform: rotate(-45deg);
      opacity: 1; }
  .menu-toggle.toggle-secondary {
    float: none;
    margin: 0 auto; }
    @media (min-width: 860px) {
      .menu-toggle.toggle-secondary {
        padding: 20px 25px 20px 0; } }

.sub-menu-toggle {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  border: none !important;
  background-color: transparent; }
  .sub-menu-toggle:before {
    content: " ";
    display: block;
    position: absolute;
    top: calc(50% - 2.5px);
    right: calc(50% - 5px);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #703181;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .sub-menu-toggle.activated:before {
    border-top: none;
    border-bottom: 5px solid #1c1f4c; }
  @media (min-width: 1023px) {
    .sub-menu-toggle {
      display: none; } }

.sub-menu-toggle:active, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
  background-color: transparent !important;
  border: none !important; }

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px; }
  .site-footer .genesis-nav-menu a {
    padding: 0 20px 10px; }

#menu-catalogue .sub-menu, #menu-catalogue .sub-menu:hover {
  display: block !important; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 5%; }
  .page .entry:last-of-type, .archive .entry:last-of-type, .single .entry {
    margin-bottom: 0; }
  @media (min-width: 860px) {
    .entry {
      margin-bottom: 40px; } }

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }
.entry-content ol > li {
  list-style-type: decimal; }
.entry-content ul > li {
  list-style-type: disc; }
.entry-content ul.iconlist li, .entry-content ul.iconlistpdf li, .entry-content ul.iconlisttick li {
  list-style-type: none; }
.entry-content ul.iconlisttick {
  margin-left: 20px; }
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }
.entry-content code {
  background-color: #703181;
  color: #eee; }
.entry-content > *:last-child {
  margin-bottom: 0; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 5% auto 0; }
  @media (min-width: 860px) {
    .pagination {
      margin: 40px 0 0; } }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }
.archive-pagination a {
  background-color: #6c307e;
  color: #f3bb22;
  padding: 5px 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 3px; }
.archive-pagination li a {
  margin-bottom: 4px; }
  @media (min-width: 860px) {
    .archive-pagination li a {
      margin-bottom: 0; } }
.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
  background-color: #000000;
  color: #fff;
  padding: 5px 8px; }

.below-content-widgets {
  margin-top: 20px; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5%; }
  @media (min-width: 860px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      margin-top: 40px; } }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-submit {
  margin-bottom: 0; }

@media (min-width: 860px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%; } }
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5%;
  margin-top: 4px;
  border-top: none;
  padding-top: 0;
  /*p {
  	white-space: nowrap;
  }
  */ }
  @media (min-width: 860px) {
    .sidebar {
      margin-bottom: 40px;
      padding-left: 0;
        /*width:100%*/} }
  @media (max-width: 800px) {
    .sidebar {
      margin-top: 10px;
      border-top: 1px solid #cccccc;
      padding-top: 0; } }
  .sidebar h3 {
    font-weight: 500; }
    @media (max-width: 800px) {
      .sidebar h3 {
        margin-bottom: 30px; } }
  .sidebar a {
    color: #703181;
    font-weight: 500; }
  .sidebar .button, .sidebar .more-link {
    color: white;
    font-weight: bold; }
  .sidebar .material-icons {
    color: #f5bd22;
    vertical-align: middle;
    font-size: 1.6rem; }
  .sidebar .more-link {
    /*
    background-color: white !important;
    border: 2px solid #f5bd22 !important;
    border-radius: 4px !important;
    display: block !important;
    width: 140px !important;
    padding: 7px 5px 7px 19px;
    margin-top:10px;
    */
    background-color: #6a2f7d !important;
    border: none;
    border-radius: 4px !important;
    display: block !important;
    width: 140px !important;
    padding: 8px 5px 7px 19px;
    color: white;
    margin-top: 10px; }
  .sidebar .more-link:hover {
    color: #f5bd22;
    background-color: #6c307e; }
  .sidebar .widget {
    margin-bottom: 40px; }
  @media (max-width: 800px) {
    .sidebar .search-form {
      display: none; } }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #6c307e;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  font-weight: 400; }
  .site-footer .widget {
    		/*
    		&:nth-of-type(4) {
    			margin-bottom: 0;
    
    			img {
    				margin-top: 20px;
    
    				&:hover {
    					-webkit-filter: brightness(1.2);
    					filter: brightness(1.2);
    				}
    			}
    		}
    		*/ }
    @media (min-width: 860px) {
      .site-footer .widget {
        margin-bottom: 0; } }
    .site-footer .widget:nth-of-type(3) p {
      margin-bottom: 2em; }
      .site-footer .widget:nth-of-type(3) p:nth-of-type(1) a {
        color: #aaa;
        font-weight: 600; }
      .site-footer .widget:nth-of-type(3) p:nth-of-type(1):hover {
        opacity: .9; }
    .site-footer .widget strong {
      color: #f5bd22;
      font-size: 2.4rem; }
      .site-footer .widget strong .material-icons {
        font-size: 2rem; }
    .site-footer .widget .material-icons {
      line-height: 0;
      font-size: 1.5rem; }
  .site-footer h3 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    color: white; }
    @media (min-width: 320px) {
      .site-footer h3 {
        margin-top: 30px;
        margin-bottom: 10px; } }
    @media (min-width: 860px) {
      .site-footer h3 {
        margin-top: 30px;
        margin-bottom: 10px; } }
  .site-footer p {
    margin-bottom: 0;
    color: white; }
  .site-footer a {
    color: white; }
    .site-footer a:hover {
      color: #f5bd22; }
  .site-footer ul {
    color: white; }
  .site-footer span {
    color: white; }
  .site-footer .fa-phone:before, .site-footer .fa-envelope:before, .site-footer .fa-pen:before, .site-footer .fa-calendar:before, .site-footer .fa-mapmarker:before {
    color: white !important; }
  .site-footer .menu-item {
    width: 50%;
    float: left; }
    @media (min-width: 860px) {
      .site-footer .menu-item {
        width: 100%; } }
  .site-footer .hreview {
    color: white; }

.popularproducts a {
  color: #f3bb22; }

.popularproducts a:hover {
  color: white; }

.footer-widgets {
  padding: 50px 0;
  	/*@include breakpoint(small) {
              padding: 10px 0 40px 0;
  	}*/ }
  @media (max-width: 800px) {
    .footer-widgets {
      padding: 20px 0 50px 0; } }

.after-footer {
  background-color: #5a246b;
  padding: 30px 0;
  font-weight: 500;
  font-size: 1.2rem;
  /*@include breakpoint(small) {
  	padding: 0;
  }*/ }
  .after-footer .widget {
    margin: 0; }
  .after-footer img {
    width: 100px;
    margin: 0 auto 20px;
    display: block; }
    @media (min-width: 860px) {
      .after-footer img {
        float: left;
        margin: 20px auto 30px; } }
  .after-footer a img {
    width: 70px;
    margin: 20px auto 0; }
    @media (min-width: 860px) {
      .after-footer a img {
        float: right;
        margin-top: 25px; } }
    .after-footer a img:hover {
      filter: brightness(1.2);
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .after-footer p {
    display: block;
    text-align: center;
    color: white; }
    @media (min-width: 860px) {
      .after-footer p {
        float: left; } }

.before-footer {
  background-color: #ffffff;
  padding: 50px 0;
  font-weight: 500;
  font-size: 1.2rem;
  /*@include breakpoint(small) {
  	padding: 0;
  }*/ }
  .before-footer .h5headings {
    padding-top: 15px; }
  .before-footer h5 {
    color: #f6a702; }
  .before-footer .widget {
    margin: 0; }
  .before-footer img {
    /*width: 100px;*/
    /*margin: 0 auto 20px;*/
    /*display: block;*/
    		/*
                    float: left;
    		margin: 0;
    		margin-top: -50px;
    		margin-bottom: -50px;
                    */
    /*width: 180px;*/
    float: none;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    /*width: 180px;*/ }
    @media (min-width: 860px) {
      .before-footer img {
        float: left;
        /*margin: 20px auto 30px;*/ } }
  .before-footer a img {
    /*width: 70px;
    margin: 20px auto 0;*/ }
    @media (min-width: 860px) {
      .before-footer a img {
        float: none;
        margin-top: 0; } }
    .before-footer a img:hover {
      /*filter: brightness(1.2);*/
      filter: opacity(0.4);
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .before-footer p {
    display: block;
    text-align: center;
    color: white; }
    @media (min-width: 860px) {
      .before-footer p {
        float: left; } }

.quote-page .below-content-widgets #quoteitems-footer {
  display: none; }

/* # Front Page
---------------------------------------------------------------------------------------------------- */
/* ## Front Page Widgets
--------------------------------------------- */
.home .front-page-1 {
  min-height: 350px;
  background-color: #ccc;
  background: url(https://guardiantactile.com/gtswp/wp-content/uploads/linkedin.jpg);
  background-size: cover !important;
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.4);
  text-align: center;
  background-attachment: fixed;
  background-position: center; }
  @media (max-width: 800px) {
    .home .front-page-1 {
      min-height: 350px;
      background-color: #ccc;
      background: url(https://guardiantactile.com/gtswp/wp-content/uploads/front-banner-smjpg.jpg);
      background-size: cover !important;
      box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.4);
      text-align: center;
      background-attachment: initial;
      background-position: center; } }
  .home .front-page-1 h1 {
    padding: 100px 20px 0 20px; }
  .home .front-page-1 h1, .home .front-page-1 p, .home .front-page-1 span {
    color: white;
    text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.7); }
  .home .front-page-1 .wrap {
    /*border: 1px solid #ccc !important;*/
    max-width: 412px !important;
    margin: auto auto !important; }
  .home .front-page-1 #genesis-responsive-slider {
    border: none;
    padding: 0; }
  .home .front-page-1 .flexslider {
    max-width: 100%; }
    .home .front-page-1 .flexslider img {
      min-width: 100%;
      max-width: none;
      min-height: 100%;
      width: auto; }
  .home .front-page-1 .flex-control-nav {
    position: absolute;
    margin: -50px auto; }
    .home .front-page-1 .flex-control-nav li {
      padding-left: 3px; }
      .home .front-page-1 .flex-control-nav li:first-of-type {
        padding-left: 0; }
  .home .front-page-1 .flex-direction-nav {
    display: none;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    max-width: 1500px;
    margin: auto; }
    @media (min-width: 860px) {
      .home .front-page-1 .flex-direction-nav {
        display: block; } }
  .home .front-page-1 .slide-excerpt {
    width: 100%;
    background-color: transparent;
    opacity: 1;
    margin: 0; }
  .home .front-page-1 .slide-excerpt-border {
    border: none;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    float: none;
    display: block;
    position: relative;
    color: #fff;
    padding: 30px 50px 20px; }
    @media (min-width: 860px) {
      .home .front-page-1 .slide-excerpt-border {
        padding: 30px; } }
    @media (min-width: 1023px) {
      .home .front-page-1 .slide-excerpt-border {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .home .front-page-1 .slide-excerpt-border {
        max-width: 1140px; } }
    @media (min-width: 1340px) {
      .home .front-page-1 .slide-excerpt-border {
        max-width: 1280px; } }
    .home .front-page-1 .slide-excerpt-border:before {
      content: " ";
      display: block;
      background-color: rgba(0, 0, 0, 0.618);
      height: 100%;
      width: 90%;
      position: absolute;
      top: 0;
      margin: 0 auto;
      left: 0;
      right: 0; }
      @media (min-width: 860px) {
        .home .front-page-1 .slide-excerpt-border:before {
          width: 50%;
          right: auto; } }
    .home .front-page-1 .slide-excerpt-border * {
      position: relative; }
    .home .front-page-1 .slide-excerpt-border a {
      color: #fff; }
    .home .front-page-1 .slide-excerpt-border h2,
    .home .front-page-1 .slide-excerpt-border p {
      display: block; }
      @media (min-width: 860px) {
        .home .front-page-1 .slide-excerpt-border h2,
        .home .front-page-1 .slide-excerpt-border p {
          max-width: calc(50% - 30px); } }
    .home .front-page-1 .slide-excerpt-border h2 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 2rem;
      letter-spacing: .1em;
      padding-bottom: 0; }
    .home .front-page-1 .slide-excerpt-border p {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.382; }
    .home .front-page-1 .slide-excerpt-border .more-link {
      display: block;
      clear: both;
      width: 180px;
      text-align: center;
      margin: 20px 0; }
  .home .front-page-1 .prev {
    left: 0;
    opacity: .75;
    -webkit-filter: invert(100);
    filter: invert(100); }
    .home .front-page-1 .prev:hover {
      background-position: 0 0;
      opacity: 1; }
  .home .front-page-1 .next {
    right: 0;
    opacity: .75;
    -webkit-filter: invert(100);
    filter: invert(100); }
    .home .front-page-1 .next:hover {
      background-position: -52px 0;
      opacity: 1; }
  .home .front-page-1 li {
    margin-bottom: 0;
    padding-bottom: 0; }
  @media (max-width: 800px) {
    .home .front-page-1 .flexslider img {
      max-width: 800px; } }
.home .front-page-2 {
  background-color: white;
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
  /*color: #444;*/
  text-align: center;
  /* customisations */ }
  @media (min-width: 860px) {
    .home .front-page-2 {
      padding: 50px 0;
      text-align: left; } }
  .home .front-page-2 .material-icons {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 860px) {
      .home .front-page-2 .material-icons {
        float: left; } }
  .home .front-page-2 b {
    display: inline-block;
    line-height: 3; }
    @media (min-width: 860px) {
      .home .front-page-2 b {
        line-height: 1.5;
        float: left; } }
  @media (max-width: 800px) {
    .home .front-page-2 {
      padding-top: 8px;
      padding-bottom: 20px; } }
  .home .front-page-2 .welcome-heading {
    text-align: right;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2; }
    @media (max-width: 800px) {
      .home .front-page-2 .welcome-heading {
        text-align: center;
        height: 42px; } }
  .home .front-page-2 .welcome-body {
    border-left: 2px solid #6c307e;
    padding-left: 16px;
    margin-left: 16px; }
    @media (max-width: 800px) {
      .home .front-page-2 .welcome-body {
        border-left: none;
        padding-left: 0;
        margin-left: 0; } }
    .home .front-page-2 .welcome-body h2 {
      font-size: 22px;
      font-weight: 600; }
.home .front-page-3 {
  /*background-color:#f7f7f7;*/
  background: white;
  padding: 50px 0;
  /*text-align: center;*/
  		/*.button {
  			display: block;
  			max-width: 300px;
  			margin: 0 auto;
  
  			@include breakpoint(small) {
  				display: inline-block;
  			}
  
  			&:nth-of-type(2) {
  				background-color: #2d2d2d;
  				margin-top: 10px;
  
  				@include breakpoint(small) {
  				@include breakpoint(small) {
  					margin-left: 10px;
  					margin-top: 0;
  				}
  
  				&:hover {
  					background-color: $secondary;
  				}
  			}
  		}
  		*/ }
  @media (min-width: 860px) {
    .home .front-page-3 {
      /*padding: 100px 0;*/
      padding: 40px 0 50px 0; } }
  .home .front-page-3 h2 {
    margin-bottom: 1rem; }
  .home .front-page-3 p {
    margin-bottom: 2rem; }
  .home .front-page-3 small {
    display: block;
    margin: 20px auto 0; }
  @media (max-width: 800px) {
    .home .front-page-3 {
      padding: 20px 0 60px 0; } }
  @media (max-width: 800px) {
    .home .front-page-3 .one-third {
      width: 32%;
      display: inline-block; } }
.home .front-page-4 {
  background: #6f3180 url(https://guardiantactile.com/gtswp/wp-content/uploads/dotsmap.png);
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;
  /*.endorsement-wrapper{
  	margin:auto;
  	width:900px;
  }*/
  /*.button{
  	background-color: #f5bd22 !important;
  	color: #000000 !important;
  }*/
  		/*.button {
  			display: block;
  			max-width: 300px;
  			margin: 0 auto;
  
  			@include breakpoint(small) {
  				display: inline-block;
  			}
  
  			&:nth-of-type(2) {
  				background-color: #2d2d2d;
  				margin-top: 10px;
  
  				@include breakpoint(small) {
  					margin-left: 10px;
  					margin-top: 0;
  				}
  
  				&:hover {
  					background-color: $secondary;
  				}
  			}
  		}*/ }
  @media (max-width: 800px) {
    .home .front-page-4 {
      background: #6f3180; } }
  .home .front-page-4 #endorsementguy {
    float: left;
    margin-top: -100px;
    margin-bottom: -7px; }
    @media (max-width: 800px) {
      .home .front-page-4 #endorsementguy {
        display: none; } }
    @media (max-width: 1024px) {
      .home .front-page-4 #endorsementguy {
        margin-top: -40px; } }
  .home .front-page-4 .endorsementtext {
    padding-top: 30px; }
    .home .front-page-4 .endorsementtext h2, .home .front-page-4 .endorsementtext p {
      color: white; }
  @media (min-width: 860px) {
    .home .front-page-4 {
      padding: 0; } }
  .home .front-page-4 h2 {
    margin-bottom: 3rem; }
  .home .front-page-4 p {
    margin-bottom: 2rem; }
  .home .front-page-4 small {
    display: block;
    margin: 20px auto 0; }
  @media (max-width: 800px) {
    .home .front-page-4 {
      padding: 0 0 20px 0; } }
.home .front-page-5 {
  background-color: white;
  padding: 50px 0;
  /*text-align: center;*/ }
  @media (min-width: 860px) {
    .home .front-page-5 {
      padding: 40px 0; } }
  .home .front-page-5 h2 {
    margin-bottom: 3rem; }
  .home .front-page-5 p {
    margin-bottom: 2rem; }
  .home .front-page-5 small {
    display: block;
    margin: 20px auto 0; }
.home .front-page-6 {
  background-color: #f7f7f7;
  padding: 50px 0;
  /*text-align: center;*/ }
  @media (min-width: 860px) {
    .home .front-page-6 {
      padding: 40px 0; } }
  .home .front-page-6 h2 {
    margin-bottom: 3rem; }
  .home .front-page-6 p {
    margin-bottom: 2rem; }
  .home .front-page-6 small {
    display: block;
    margin: 20px auto 0; }
  .home .front-page-6 .button {
    display: block;
    max-width: 300px;
    margin: 0 auto; }
    @media (min-width: 860px) {
      .home .front-page-6 .button {
        display: inline-block; } }
    .home .front-page-6 .button:nth-of-type(2) {
      background-color: #2d2d2d;
      margin-top: 10px; }
      @media (min-width: 860px) {
        .home .front-page-6 .button:nth-of-type(2) {
          margin-left: 10px;
          margin-top: 0; } }
      .home .front-page-6 .button:nth-of-type(2):hover {
        background-color: #f5bd22; }
  @media (min-width: 860px) {
    .home .front-page-6 .featureclients img {
      width: 200px;
      height: 200px; } }
  @media (max-width: 800px) {
    .home .front-page-6 .featureclients img {
      width: 100%;
      height: 100%; } }
.home .before-footer p {
  float: none; }
.home .homepointer {
  background-color: #f3bb22;
  color: black;
  padding: 10px;
  line-height: 36px;
  width: 60px;
  height: 60px;
  font-size: 26px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 3px white, 0 0 0 5px #f3bb22; }

/* # Inner Pages
---------------------------------------------------------------------------------------------------- */
.contact-page .gform_wrapper .gform_title {
  font-weight: 500; }
.contact-page .gform_wrapper .gform_description {
  font-size: 1.4rem;
  margin: 20px 0 40px;
  font-weight: 300;
  max-width: 600px; }
.contact-page .gform_wrapper .gfield_label {
  font-weight: 500; }
.contact-page .gform_wrapper span label {
  display: none !important; }

.products-colours-page h2 {
  font-weight: 500; }
.products-colours-page p {
  margin-bottom: 4rem; }
.products-colours-page .color-tabs {
  overflow: auto;
  margin: 2rem auto 8rem;
  max-width: 500px; }
  .products-colours-page .color-tabs li {
    cursor: pointer;
    float: left;
    border: 2px solid #333;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 50%;
    width: 49%;
    text-align: center; }
    .products-colours-page .color-tabs li:first-of-type {
      margin-right: 2%; }
    .products-colours-page .color-tabs li:hover, .products-colours-page .color-tabs li.active {
      background-color: #333;
      color: #fff; }
.products-colours-page #starpoint {
  display: none; }
.products-colours-page .colour {
  width: 48.717948717948715%;
  height: 23.076923076923077%;
  display: block;
  margin-bottom: 2.5%;
  margin-left: 2.564102564102564%;
  float: left;
  padding: 20% 0 0;
  cursor: pointer; }
  @media (min-width: 860px) {
    .products-colours-page .colour {
      padding: 10% 0 0;
      width: 23.076923076923077%; } }
  .products-colours-page .colour:nth-of-type(2n + 1) {
    margin-left: 0; }
    @media (min-width: 860px) {
      .products-colours-page .colour:nth-of-type(2n + 1) {
        margin-left: 2.564102564102564%; } }
  @media (min-width: 860px) {
    .products-colours-page .colour:nth-of-type(4n + 1) {
      margin-left: 0; } }
  .products-colours-page .colour.clicked {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0 !important; }
    .products-colours-page .colour.clicked strong {
      opacity: 0; }
    .products-colours-page .colour.clicked small {
      display: block; }
  .products-colours-page .colour strong {
    background-color: #e5e5e5;
    width: 100%;
    display: block;
    padding: 2% 5%;
    font-weight: 500;
    text-transform: capitalize; }
  .products-colours-page .colour small {
    display: none;
    font-size: 2rem;
    font-weight: 500;
    color: #e5e5e5;
    width: 100%;
    text-align: center;
    padding-top: 5%;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); }

.directory-page .box {
  margin-bottom: 10%;
  display: block; }
.directory-page h3 {
  font-weight: 500;
  margin-bottom: 2rem; }
.directory-page b {
  font-weight: 500;
  margin-top: 2rem; }

.gallery-page .gallery-item {
  height: 360px;
  overflow: hidden; }
  .gallery-page .gallery-item .gallery-icon {
    display: block;
    height: 100%; }
  .gallery-page .gallery-item img {
    min-width: 100%;
    min-height: 100%;
    display: block; }

.testimonials-page .lSSlideOuter .lightSlider {
  height: 100% !important; }
.testimonials-page .lSAction {
  -webkit-filter: brightness(0.25);
  filter: brightness(0.25);
  display: none; }
  @media (min-width: 860px) {
    .testimonials-page .lSAction {
      display: block; } }
.testimonials-page .lSAction > .lSPrev {
  left: 0; }
.testimonials-page .lSAction > .lSNext {
  right: 0; }
.testimonials-page blockquote {
  max-width: 100%;
  margin: 20px auto; }
  @media (min-width: 860px) {
    .testimonials-page blockquote {
      max-width: 80%; } }
  .testimonials-page blockquote strong {
    font-style: normal; }
.testimonials-page .lSSlideOuter .lSPager.lSpg > li.active a,
.testimonials-page .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #f5bd22; }

.services-page .site-inner ul {
  margin-left: 1em; }
.services-page .site-inner li {
  margin-bottom: 2rem;
  list-style-type: square; }

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: none; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: ""; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content,
  .content-sidebar {
    width: 100%; }

  .site-inner {
    /*margin-top:1cm;*/ }

  .page-title {
    margin-bottom: 1cm;
    border-bottom: 1px solid #ccc;
    padding: 10px 0; }

  button,
  input,
  select,
  textarea,
  .button,
  .ea-share-count-wrap,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar,
  .before-footer,
  .footer-widgets {
    display: none !important; }

  .breadcrumb {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
    display: block !important; }

  a[href]:after {
    display: none; }

  .header {
    padding-bottom: 0.5cm; }

  .title-area img {
    float: left;
    margin-right: 5px;
    width: 1.6cm;
    height: 1.6cm; }

  .title-area {
    padding-left: 0 !important;
    text-align: left;
    width: 100%;
    text-decoration: none !important; }

  .site-tag {
    padding-left: 20px;
    text-align: left;
    text-decoration: none !important; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative;
    /*top: -100px;*/ }

  .after-header {
    display: block !important;
    /*.widget_text .one-half .widget .widget_custom_html{
        display: none;
    }*/ }
    .after-header #text-28 {
      margin-top: 15px;
      color: black;
      display: block !important; }
    .after-header #custom_html-30 {
      display: none; }

  .author-box {
    margin-bottom: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote,
  pre,
  table {
    page-break-inside: avoid; }

  dl,
  ol,
  ul {
    page-break-before: avoid; }

  article {
    min-height: 6cm; } }
/*-- VARIABLES ---*/
/*--- MIXINS ---*/
/*--- STYLE ---*/
ul.lz-menu {
  padding: 0;
  margin: 20px 0 0;
  width: 100%;
  line-height: 1.4em;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  color: #666;
  background-color: white;
  position: relative;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px; }
  ul.lz-menu a,
  ul.lz-menu span {
    display: block;
    color: #6a2f7d;
    text-decoration: none;
    padding: 10px 8px; }
  ul.lz-menu ul, ul.lz-menu li, ul.lz-menu h3 {
    margin: 0;
    font-size: 14px;
    color: #666; }
  ul.lz-menu li {
    border: 0;
    margin: 0;
    padding: 0;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none; }
    ul.lz-menu li .active > a {
      color: #333;
      border-left: 3px solid #d8d8d8;
      padding-left: 29px; }
    ul.lz-menu li h3 {
      margin: 0;
      border-bottom: 1px solid #eee;
      position: relative;
      display: block;
      /*.arrow-btn {
          @include arrow-button($arrow-color-level1);
      }
      .expanded {
          margin: 12px 8px 8px;
          @include expanded($arrow-color-level1);
      }
      */ }
      ul.lz-menu li h3 a + a,
      ul.lz-menu li h3 a + span {
        padding: 8px 10px;
        font-weight: 100;
        cursor: pointer; }
      ul.lz-menu li h3 :hover {
        text-decoration: none;
        background-color: transparent;
        /*color: $foreground;*/
        color: #f5bd22; }
    ul.lz-menu li ul {
      padding: 0; }
      ul.lz-menu li ul li {
        border-bottom: 1px solid #eee;
        color: #666;
        background-color: #f9f9f9; }
        ul.lz-menu li ul li h3 {
          border-bottom: 0;
          /*.arrow-btn {
              @include arrow-button($arrow-color-level2);
          }
          .expanded {
              @include expanded($arrow-color-level2);
          }*/ }
          ul.lz-menu li ul li h3 a + a,
          ul.lz-menu li ul li h3 a + span {
            padding-left: 31px; }
        ul.lz-menu li ul li a {
          padding: 6px 0 6px 31px;
          font-weight: 400;
          color: #6a2f7d; }
        ul.lz-menu li ul li :hover {
          text-decoration: none;
          background-color: #f2f2f2;
          /*color: $foreground;*/
          color: #f5bd22; }
        ul.lz-menu li ul li ul .active > a {
          padding-left: 53px; }
        ul.lz-menu li ul li ul li {
          border-bottom: 0;
          color: #666;
          background-color: #fff; }
          ul.lz-menu li ul li ul li a {
            padding-left: 56px; }
          ul.lz-menu li ul li ul li :hover {
            text-decoration: none;
            background-color: #f2f2f2;
            /*color: $foreground;*/
            color: #f5bd22; }

ul.lz-menu:first-of-type > li:last-child h3.collapsed {
  border-bottom: none; }
ul.lz-menu:first-of-type > li:last-child :last-child {
  border-bottom: none; }

ul.lz-menu li h3 .arrow-btn {
  width: 0;
  height: 0;
  float: left;
  padding: 0;
  margin: 10px 9px 9px;
  text-decoration: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #9a9a9a;
  border-right: 0; }

ul.lz-menu li h3 .arrow-btn {
  width: 0;
  height: 0;
  float: left;
  padding: 0;
  margin: 10px 9px 9px;
  text-decoration: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #9a9a9a;
  border-right: 0; }

ul.lz-menu a, ul.lz-menu span {
  display: block;
  color: #555;
  text-decoration: none; }

ul.lz-menu li h3 .expanded {
  margin: 12px 8px 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #9a9a9a;
  border-bottom: 0; }

/* # Extras
---------------------------------------------------------------------------------------------------- */
.error404 .search-form input[type="submit"] {
  margin: 0;
  padding: 10px 30px 18px 30px !important;
  background: #703181 !important;
  width: auto !important; }

.wow-bmp a.color-white, .wow-bmp a.hcolor-white:hover, .wow-bmp input:hover + a.hcolor-white {
  background: #6c307e; }

.wow-bmp i.color-black, .wow-bmp i.hcolor-black:hover, .wow-bmp input:hover + a i.hcolor-black {
  color: #f5bd22; }

.ngg-slideshow, .slideshow {
  margin-left: 0;
  margin-right: 0;
  text-align: left; }

.slideshowlink {
  margin-bottom: 10px; }

.widget-area .header-widget-area {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.hide {
  display: none !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.header .widget {
  margin-bottom: 0; }

.showsearch {
  display: inline-flex;
  height: 40px; }

.showforsearch {
  position: relative;
  margin-left: -210px;
  z-index: 9999;
  background: white;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.nopadding {
  padding: 36px 0 5px 20px;
  /* width: 800px; */
  }
  @media (max-width: 1024px) {
    .nopadding {
      padding: 0 0 5px 20px; } }

.searchicon:after {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 14px;
  display: inline-block;
  color: #f5bd22;
  margin-right: 0;
  margin-left: 0em;
  width: 1.2em;
  font-weight: 100; }

.closesearchicon:after {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 14px;
  display: inline-block;
  color: #f5bd22;
  margin-right: 0;
  margin-left: 0em;
  /* width: 1.2em; */
  font-weight: 100;
  }

@media only screen and (min-device-width: 737px) {
  .showdesktop {
    display: inline-block;
    /* margin-top: 20px; */
    }

  .ishidden {
    display: none; } }
@media only screen and (max-device-width: 736px) {
  .showdesktop {
    display: none; }

  .ishidden {
    display: none; } }
.front-page-5 .one-sixth, .about-us-page .one-sixth {
  text-align: center; }

.bghover {
  background-size: 104% !important; }

.headingbghover {
  color: #f5bd22 !important; }

@media (max-width: 800px) {
  /* make the feature smaller */
  .featureproducts .productinfo {
    display: none; } }
.callout .button {
  text-align: center;
  width: 100%;
  padding: 10px; }

.featureclients .service-photo {
  width: 200px;
  height: 200px;
  text-align: center;
  padding-left: 5px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  /*box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.4);*/ }

.featureclients .service-photo:hover {
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.6);
  transition: box-shadow 0.3s ease-in-out; }

.popularproducts .service-photo {
  width: 200px;
  height: 200px;
  text-align: center;
  padding-left: 5px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  /*box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.4);*/ }

.popularproducts .service-photo:hover {
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.6);
  transition: box-shadow 0.3s ease-in-out; }

.hoverheading {
  text-align: center;
  font-size: 18px;
  color: white;
  padding-top: 60px; }

.hover-downeffect {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes hoverDownEffect {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }
@keyframes hoverDownEffect {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.hoverDownEffect {
  -webkit-animation-name: hoverDownEffect;
  animation-name: hoverDownEffect; }

/*
*
*
*/
.hoverDownEffectOut {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: hoverDownEffectOut;
  animation-name: hoverDownEffectOut; }

@-webkit-keyframes hoverDownEffectOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@keyframes hoverDownEffectOut {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-20px); } }
/*
*
*
*/
/*.single article, .archive article{
   padding: 20px;
   border: 1px solid #e0e0e0;
}

.single article:hover, .archive article:hover{
    background: #f5f5f5;
    border:1px solid #c1c1c1;
}
*/
.tax-gts-product-category article, .single-gts-product article, .post-type-archive-gts-product article, .category-products {
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #ffffff; }

.tax-gts-product-category article:hover,
.tax-gts-product-category article:active,
.single-gts-product article:hover,
.single-gts-product article:active,
.post-type-archive-gts-product article:hover,
.post-type-archive-gts-product article:active,
.category-products:hover,
.category-products:active {
  background: #f5f5f5;
  border: 1px solid #c1c1c1; }

.page .iconinfowrapper {
  margin-top: 0;
  border-top: none;
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  background-color: #f9f9f9 !important;
  display: inline-block !important;
  width: 100%;
  padding-top: 10px;
  background-clip: inherit;
  color: #444444;
  text-align: center;
  border: none;
  font-size: 30px !important;
  margin-bottom: 20px; }

.tax-gts-product-category .iconinfowrapper {
  border-top: 1px solid #ddd !important;
  border-bottom: none;
  border-right: none;
  border-left: none;
  background: transparent; }

.innerpage .circleicon {
  border-radius: 50%;
  background-clip: inherit;
  border-width: 1px;
  border-style: solid;
  background-color: #6a2f7d;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 36px;
  width: 60px;
  height: 60px;
  font-size: 26px; }

.home .iconinfowrapper {
  display: inline-block !important;
  width: 100%;
  padding-top: 10px;
  background-clip: inherit;
  background-color: #fff !important;
  color: #444444;
  text-align: center;
  margin-top: 0;
  border: none !important;
  font-size: 30px !important; }

.qnum {
  background: #f5bd22;
  padding: 3px 5px;
  border-radius: 50%;
  color: black;
  text-align: center;
  font-size: 12px; }

/*.iconinfowrapper {
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}*/
.iconinfo {
  text-align: center; }

.home .front-page-1 {
  padding-top: 0; }

.front-page-3 .circleicon {
  border-radius: 50%;
  background-clip: inherit;
  background-color: #fff;
  color: #444444;
  text-align: center;
  margin-top: 2px;
  border: none;
  font-size: 30px !important; }

.iconinfo p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  line-height: 14px; }

.single .iconinfo i {
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 28px;
  margin-left: 0;
  margin-right: 0;
  color: #2d2d2d; }

/*.archive .iconinfo i{
    border-color: #c1c1c1;
    background: #c1c1c1;
    font-size: 24px;
    line-height: 28px;
    height: 28px;
    width: 8px;
    margin-left: 0;
    margin-right: 0;
    color: #ffffff;
}*/
.archive .iconinfo i {
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 28px;
  margin-left: 0;
  margin-right: 0;
  color: #2d2d2d; }

.circleicon {
  border-radius: 50%;
  background-clip: inherit;
  border-width: 1px;
  border-style: solid;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 2px; }

/*
*
*
*/
.productitem {
  border: 1px solid #ccc;
  margin: 5px; }

.productitem h4 {
  font-size: 16px;
  text-align: center; }

.productitem img {
  width: 100%; }

.featuretactiles {
  /*background:#f7f7f7;*/
  background: white; }

.homefeature {
  /*.textside .slick-current .slick-active {
          box-shadow: rgba(0, 0, 0, 0.31) 0px 3px 12px 0px;
  }*/
    /*@include breakpoint(notdesktop) {
	
        .textside .slick-current .slick-active {
            box-shadow: rgba(0, 0, 0, 0.31) 0px 3px 12px 0px;
        }
    }*/ }
  .homefeature .wrapper {
    /*height: 100%;
    display: inline-block;
    margin-top: 20px !important;*/
    /*background: #f8c70b !important;*/
    background: white;
    /*margin-right: 40px;
    margin-left: 40px;*/
    margin-right: 0px;
    margin-left: 0px;
    /*border: 1px solid #ccc;*/ }
  .homefeature .textside {
    /*margin-left:20px;*/
    /*margin-bottom:20px;
    min-height: 495px;
    max-height: 500px; 
    overflow: hidden; 
    margin-top: -20px; 
    background:white; 
    padding:20px;*/
    /*border: 1px solid #ccc;*/
    /*box-shadow: rgba(0, 0, 0, 0.31) 0px 3px 12px 0px;*/ }
  .homefeature .imgwrapper img {
    max-height: 400px;
    /*margin-left: 0px;
    min-height: 480px;
    max-height: 490px;
    margin-top: -20px;
    padding: 20px;*/ }
  @media (max-width: 1024px) {
    .homefeature .imgwrapper {
      margin-left: 0px;
      min-height: 480px;
      max-height: 490px;
      /*margin-top: -20px;*/
      padding: 0px;
      margin-top: 100px;
      width: 300px; }
    .homefeature .homefeature .textside {
      max-height: none; } }
  @media (max-width: 800px) {
    .homefeature .photoside, .homefeature .iconinfo p {
      display: none; }
    .homefeature .wrapper {
      background: white;
      margin: 0; } }

@media (max-width: 800px) {
  .homefeature .textside {
    width: 94%;
    min-height: auto; }
  .textside .iconinfowrapper .one-fourth {
    width: 25%; } }
.ea-share-count-wrap {
  margin: 0 0 10px 0; }

/*
Services hoverphotos
*/
/*
this uses slick slider
Auto size
Overlay show on mouse out

*/
@media (max-width: 800px) {
  /* make the feature smaller */
  .featureproducts .productinfo {
    display: none; }

  .featureproducts .callout .button {
    width: 100%;
    text-align: center; } }
/*.service-photo-mouseover {
  width: 200px;
  height: 200px;
  text-align: center;
  padding-left: 5px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
*/
/* hide screen on mouse out */
/*.service-photo-mouseover:hover {
box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.6);
transition: box-shadow 0.3s ease-in-out; }
*/
/*
---
*/
.featureclients .slick-prev:before, .featureclients .slick-next:before,
.popularproducts .slick-prev:before, .popularproducts .slick-next:before,
.autoplaygallery .slick-prev:before, .autoplaygallery .slick-next:before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: #383838;
  background: white;
  /*width: auto;
  height: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  width: 60px;
  height: 60px;
 padding: 6px 8px; }

.front-page-6 .featureclients .slick-prev:before,
.featureclients .slick-next:before {
  background: #f7f7f7; }

.featureclients .slick-prev:before {
  /* content: 'ÔåÉ'; */
  content: "\f053"; }

.featureclients .slick-next:before {
  /* content: 'ÔåÆ'; */
  content: "\f054"; }

.slick-prev {
  left: -24px;
  z-index: 99; }

.slick-next {
  right: 1px;
  z-index: 99; }

.slick-dotted ul.slick-dots {
  margin-bottom: 0 !important;
  margin-left: 0 !important; }

@media (max-width: 800px) {
  .featureclients .slick-prev {
    left: -50px;
    z-index: 99; }

  .featureclients .slick-next {
    right: -50px;
    z-index: 99; } }
/*
.featureclients .slick-prev, .featureclients .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    height: auto;
    padding: 2px;
    background: white;
}*/
/*
--------------------------------------------------------
Display item with no overlay untill mouseover
--------------------------------------------------------
*/
.service-photo-mouseover {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 5px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.1); }

/* hide screen on mouse out */
.service-photo-mouseover:hover {
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.6);
  transition: box-shadow 0.3s ease-in-out; }

/*
*
*
*
*/
.featureclients .service-photo-mouseout {
  margin: 0 10px;
  min-height: 240px; }

.popularproducts .service-photo-mouseout {
  margin: 0 10px;
  min-height: 240px; }

.imgrevealeffect .service-photo-mouseout {
  margin: 0;
  height: 300px;
  width: 100%; }

.featureclients .service-photo-mouseout h4 {
  margin-bottom: 0;
  padding-bottom: 0; }

.featureclients .service-photo-mouseout p {
  margin-top: -20px;
  padding-top: 0; }

 /*
--------------------------------------------------------
Display item with overlay - on mouseover overlay and title hidden, button visible
--------------------------------------------------------
*/
.service-photo-mouseout {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 5px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: inset 0 0 0 999px rgba(2, 2, 2, 0.6);
  border: 1px solid #cccccc; }

.autoplaygallery .service-photo-mouseout {
  min-height: 250px; }

/* hide screen on mouse out */
.service-photo-mouseout:hover {
  /*box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.6);*/
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out; }

/*
*
*
*
*/
.popularproducts .service-photo-mouseover, .imgrevealeffect .service-photo-mouseover, .autoplaygallery .service-photo-mouseover {
  margin: 0 10px;
  min-height: 240px; }

/*
*
*
*
*/
.hoverheading {
  padding-top: 110px;
  text-align: center;
  font-size: 18px;
  color: white;
  letter-spacing: 2px; }

.imgrevealeffect .hoverheading {
  font-size: 22px; }

.hover-downeffect {
  opacity: 1;
  overflow: hidden;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes hoverDownEffect {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }
@keyframes hoverDownEffect {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.hoverDownEffect {
  -webkit-animation-name: hoverDownEffect;
  animation-name: hoverDownEffect; }

/****/
.hoverDownEffectOut {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: hoverDownEffectOut;
  animation-name: hoverDownEffectOut; }

@-webkit-keyframes hoverDownEffectOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@keyframes hoverDownEffectOut {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-20px); } }
/*
*
*
*
*/
.hover-revealeffect {
  opacity: 1;
  overflow: hidden;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes hoverRevealEffect {
  from {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  to {
    opacity: 0;
    -webkit-transform: translateY(0);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }
@keyframes hoverRevealEffect {
  from {
    opacity: 1;
    transform: translateY(-20px); }
  to {
    opacity: 0;
    transform: translateY(0);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.hoverRevealEffect {
  -webkit-animation-name: hoverRevealEffect;
  animation-name: hoverRevealEffect; }

/****/
.hoverRevealEffectOut {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: hoverRevealEffectOut;
  animation-name: hoverRevealEffectOut; }

@-webkit-keyframes hoverRevealEffectOut {
  from {
    opacity: 0;
    -webkit-transform: translateY(0); }
  to {
    opacity: 1;
    -webkit-transform: translateY(-20px); } }
@keyframes hoverRevealEffectOut {
  from {
    opacity: 0;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(-20px); } }
/* to top */
.messenger {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: none;
  background: url(https://guardiantactile.com/gtswp/wp-content/plugins/fb-messenger/images/fb-messenger.png) no-repeat center 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
  z-index: 99; }

.messenger.top-is-visible {
  visibility: visible;
  opacity: 1; }

.messenger.top-fade-out {
  opacity: 1; }

/*.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}*/
@media only screen and (min-width: 768px) {
  .messenger {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .messenger {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }
.ea-share-count-button.sms {
  background-color: #5cb85c;
  display: none;
  visibility: hidden; }

.ea-share-count-button.sms:hover {
  background-color: rgba(92, 184, 92, 0.8); }

@media only screen and (max-width: 768px) {
  .ea-share-count-button.sms {
    display: block;
    visibility: visible; } }
@media only screen and (max-width: 768px) {
  .ea-share-count-button.sms {
    display: block;
    visibility: visible; } }
@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) {
  .iconinfowrapper .one-fourth {
    width: 23%;
    display: inline-block; } }
ul.lz-menu li h3 .expanded {
    margin: 12px 8px 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #9a9a9a;
    border-bottom: 0;
}
ul.lz-menu li h3 .arrow-btn {
    width: 0;
    height: 0;
    float: left;
    padding: 0;
    margin: 10px 9px 9px;
    text-decoration: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #9a9a9a;
    border-right: 0;
}
ul.lz-menu a, ul.lz-menu span {
    display: block;
    color: #555;
    text-decoration: none;
}

@media only screen and (max-device-width : 800px)  { 
.front-page-3 h4{
font-size: 1.4rem;}
/*.front-page-3 #costeff h4{
 width: 60px;
    margin: auto;}*/
}

@media only screen and (max-device-width : 400px)  { 
.front-page-3 #costeff h4{
    width: 60px;
    margin: auto;
    }
}

@media only screen and (max-device-width :375px)  { 
ul.product-cats li.product {
    width: 100%;
}}
.post-meta, .categories, .tags {display: none;}
.entry-categories, .entry-tags {display: none;}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.single img.alignleft, .archive img.alignleft {max-width:200px;}
	.sub-menu-toggle {padding: 20px 50px;}
	.sub-menu-toggle .activated {padding: 20px 28px;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape){
.front-page-3 .one-fourth {width: 45%;}
.footer-widgets .one-fourth {width: 22%;}
.home .front-page-4 {background-position: right;}
.sidebar .search-form{display:none}
}

/*update 26 Feb*/
/*Responsive 2 col form */ 
#responsive-form {
    margin: 0 auto;
    width: 100%
}

.form-row {
    width: 100%
}

.column-full,
.column-half {
    float: left;
    position: relative;
    padding: .65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (min-width:48em) {
    .column-half {
        width: 50%
    }
}

.contact-us-page .wpcf7-form-control.wpcf7-submit {
    width: 100%!important;
} 

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 768px) { 
.saleslady{background-image: none;}
}

@media only screen 
and (min-device-width : 769px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.saleslady{background: url(https://guardiantactile.com/gtswp/wp-content/uploads/sales-lady-fullheight.jpg);}
.saleslady{background-size:contain; background-position:top left; background-repeat:no-repeat}
.saleslady{height:500px;}
.home .front-page-3 .one-fifth .eqhight{min-height: 205px;}
}

@media only screen 
and (min-device-width : 1025px){
.saleslady{background: url(https://guardiantactile.com/gtswp/wp-content/uploads/sales-lady-fullheight.jpg);}
.saleslady{background-size:contain; background-position:top left; background-repeat:no-repeat}
.saleslady {height: 520px;}
}

.popmake-content input[type="submit"]{margin-top:10px;}
.popmake-content input[type="text"]{border-radius:0;}
.grecaptcha-badge{display:none !important;}


/*Project gallery*/
.projectthumb {width: auto;height: auto;display: block;}
.projectgallery img{vertical-align: top;}

.projectthumb:after {
  font-family: FontAwesome;
  content: "\f00e";
  font-size: 14px;
  display: inline-block;
  color: #000000;
  margin-right: 0;
  margin-left: -2em;
  width: 1.2em;
  text-shadow: 0px 0px 2px white;}

@media (min-width: 1024px) {
.projectthumb {margin-right:5px}
}
@media (max-width: 860px) {
	.projectthumb {margin:0px !important;}
}
@media (max-width: 320px) {
	.projectthumb {margin:0px !important;}
}

.projectgallery .slick-prev{
left: -20px;
background-color:white;
border-radius:50%;
height: 36px;
width: 36px;
}
.projectgallery .slick-next{
right: -20px;
background-color:white;
border-radius:50%;
height: 36px;
width: 36px;
}

.projectgallery .slick-prev:focus,.projectgallery .slick-prev:hover, .projectgallery .slick-next:focus,.projectgallery .slick-next:hover{
background-color:white;
border-radius:50%;
height: 36px;
width: 36px;
}