/*
Theme Name: WES
Theme URI: http://underscores.me/
Author: The Code Less Travelled Pty Ltd
Author URI: http://thecodelesstravelled.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wes
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WES is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url("css/font-awesome.css");
@font-face {
  font-family: 'OxygenRegular';
  src: url("fonts/Oxygen-webfont.eot");
  src: url("fonts/Oxygen-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Oxygen-webfont.woff") format("woff"), url("fonts/Oxygen-webfont.ttf") format("truetype"), url("fonts/Oxygen-webfont.svg#OxygenRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  background-color: #f3f3f3; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a,
a:visited,
a.visited {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: #8cc63f; }
  a:active, a:hover,
  a:visited:active,
  a:visited:hover,
  a.visited:active,
  a.visited:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 36px;
  margin: 15px 0;
  padding: 15px 0;
  font-family: 'OxygenRegular', helvetica, arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-shadow: -1px -1px 1px #fff;
  padding-bottom: 6px;
  line-height: 1.2;
  border-bottom: 2px solid #8cc63f;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 0; }
  h1:after {
    border-color: #8cc63f;
    border-bottom: 1px solid;
    content: '';
    position: absolute;
    top: 0;
    bottom: -6px;
    left: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Layout */
.container {
  width: 1200px;
  margin: 0 auto; }

#header {
  width: 100%;
  float: left;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
  #header .container {
    position: relative; }
  #header .site-branding {
    float: left; }
    #header .site-branding img {
      margin: 25px -15px -10px;
      padding: 10px 15px 10px;
      border-radius: 0 0 5px 5px; }
  #header .contact {
    float: right;
    width: 450px;
    margin: 35px 0 0; }
    #header .contact .phone-wrapper,
    #header .contact .email-wrapper {
      width: 100%;
      float: left; }
    #header .contact .icon-phone,
    #header .contact .icon-envelope {
      font-size: 32px;
      line-height: 36px; }
    #header .contact .phone {
      font-size: 36px;
      font-weight: bold;
      line-height: 1.4em;
      font-style: normal;
      color: #8cc63f;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      #header .contact .phone:hover {
        color: #333; }
    #header .contact .email {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.4em;
      font-style: normal;
      color: #419639;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      #header .contact .email:hover {
        color: #333; }
  #header .cart {
    position: absolute;
    bottom: 15px;
    right: 0;
    padding: 4px 15px 2px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: bold;
    background-repeat: repeat-x;
    line-height: 25px;
    z-index: 0;
    background-position: 0 -133px;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-image: url("images/overlays/light/readon.png");
    color: #333;
    text-shadow: 1px 1px 1px rgba(225, 225, 225, 0.4);
    background-color: transparent; }
    #header .cart:hover {
      background-color: #98cc53; }
    #header .cart i:before {
      margin-top: 2px; }

#slideshow {
  width: 100%;
  height: 400px;
  float: left;
  background-image: url("images/backgrounds/green/bg-showcase.jpg");
  background-position: 0 0;
  background-color: #4F5E41;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #fff;
  font-family: 'OxygenRegular', helvetica, arial, sans-serif; }
  #slideshow .container {
    margin: 20px auto; }
  #slideshow .ls-v5 .ls-bottom-slidebuttons,
  #slideshow .ls-v5 .ls-nav-start,
  #slideshow .ls-v5 .ls-nav-stop,
  #slideshow .ls-v5 .ls-nav-sides {
    top: -65px;
    left: 350px;
    position: absolute; }
  #slideshow .ls-v5 .ls-nav-prev {
    top: 175px;
    left: -25px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 0 3px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    padding: 10px 0;
    background-position: -1px 10px; }
  #slideshow .ls-v5 .ls-nav-next {
    top: 175px;
    right: -25px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 0 3px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    padding: 10px 0;
    background-position: -151px 10px; }

#primary {
  width: 900px;
  float: left; }
  #primary.full-width {
    width: 100%; }

#secondary {
  width: 300px;
  float: right;
  margin: 50px 0 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #7b8181;
  font-size: 13px;
  line-height: 1.7em; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }
  *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: none; }

ol {
  list-style: none; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  outline: none; }

button:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

button:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
input[type="text"], input[type="email"], input[type="url"], input[type="password"] {
  display: inline-block;
  height: 30px !important;
  padding: 4px !important;
  margin-bottom: 9px !important;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #555555 !important;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

textarea:focus {
  color: #111; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 35px 0 5px;
  padding: 15px 15px 0; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation ul#menu-main-navigation > li.current-menu-item > a, .main-navigation ul#menu-main-navigation > li.current-menu-parent > a {
    background-color: #98cc53;
    color: #fff;
    background-image: url("images/overlays/light/readon.png");
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 2px #fff, 0 0 0 3px rgba(225, 225, 225, 0.9), inset 0 1px 3px rgba(0, 0, 0, 0.7);
    border-radius: 5px; }
  .main-navigation li {
    float: left;
    position: relative;
    padding: 0 0 24px 0;
    margin: 0 10px 0 0; }
  .main-navigation a {
    display: inline;
    padding: 10px 10px 8px;
    text-decoration: none;
    color: #60676F;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.8em; }
    .main-navigation a:hover {
      color: #8cc63f; }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 48px;
    left: -999em;
    width: 300px;
    z-index: 99999;
    background-color: #F3F3F3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .main-navigation ul ul li {
      width: 100%;
      float: left;
      padding: 0; }
      .main-navigation ul ul li a {
        width: 100%;
        float: left;
        padding: 8px 12px;
        color: #60676F;
        text-shadow: 1px 1px 1px #fff;
        font-size: 14px;
        line-height: 1.6; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul a {
      width: 200px; }
  .main-navigation ul li:hover > ul {
    left: auto; }
  .main-navigation ul ul li:hover > ul {
    left: 100%; }

/* Small menu. */
.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle {
    display: block; }

  .main-navigation.toggled .nav-menu {
    display: block; }
  .main-navigation ul {
    display: none; } }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

.site-header:before, .site-header:after {
  content: "";
  display: table; }

.site-content:before, .site-content:after {
  content: "";
  display: table; }

.site-footer {
  width: 100%;
  float: left;
  padding: 25px 0;
  background: url("images/overlays/light/wes-texture-overlay.png") repeat scroll 0 0 !important; }
  .site-footer:before, .site-footer:after {
    content: "";
    display: table; }
  .site-footer .right {
    float: right;
    padding: 25px 0 0; }

.menu-footer-menu-container #menu-footer-menu {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 15px 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
  background-color: #e2e2e2;
  border: none;
  border-radius: 10px;
  text-align: center; }
  .menu-footer-menu-container #menu-footer-menu li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 25px; }
    .menu-footer-menu-container #menu-footer-menu li a {
      padding: 0;
      display: inline-block;
      font-size: 1.1em;
      color: #333;
      text-shadow: 1px 1px 0 #fff;
      font-weight: bold; }

#footer-upper {
  width: 100%;
  float: left;
  margin: -25px 0 0;
  padding: 30px 0 50px;
  background-color: #222327;
  color: #CFD0D2;
  background-repeat: repeat-x;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  background-image: url("images/overlays/light/footer-overlay.png");
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8); }
  #footer-upper h2 {
    font-family: OxygenRegular;
    font-size: 25px;
    line-height: 2;
    text-shadow: 0 0 2px #000; }
  #footer-upper .left {
    width: 400px;
    float: left;
    position: relative; }
    #footer-upper .left h2 {
      color: #8cc63f; }
    #footer-upper .left ul {
      margin: 0;
      padding: 0; }
      #footer-upper .left ul li:before {
        content: "\f061";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        margin-right: 10px; }
  #footer-upper .right {
    width: 800px;
    float: right;
    position: relative; }
    #footer-upper .right h2 {
      color: #eee;
      border-bottom: 2px solid #8cc63f; }
    #footer-upper .right h3 {
      font-size: 18px; }
    #footer-upper .right a {
      font-style: normal;
      font-weight: 700;
      font-size: 16px; }
    #footer-upper .right p {
      font-size: 14px; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
8.0 Posts
--------------------------------------------------------------*/
.post {
  margin: 10px 0 0;
  padding: 15px;
  border-bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #aaa;
  border-top-color: #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .post:first-child {
    margin-top: 50px; }
  .post .entry-meta {
    padding: 0 0 0 22px;
    background: url("images/meta-clock.png") 0 center no-repeat;
    font-size: 11px; }

.blog .post h2,
.archive .post h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-family: 'OxygenRegular',helvetica,arial,sans-serif;
  border-bottom: 2px solid #333; }
  .blog .post h2 a:hover,
  .archive .post h2 a:hover {
    color: #333; }
.blog .entry-teaser .image,
.archive .entry-teaser .image {
  float: left;
  margin: 0 25px 25px 0; }

#post-17 .rt-image {
  float: left;
  margin: 25px 0 50px; }
#post-17 #contact-address {
  float: left;
  margin: 25px 0 0 25px; }
  #post-17 #contact-address h2 {
    font-size: 28px; }
  #post-17 #contact-address h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    line-height: 1; }
  #post-17 #contact-address p,
  #post-17 #contact-address span,
  #post-17 #contact-address a {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700; }
#post-17 .simnor-shortcode-map {
  float: left; }
#post-17 .full-width {
  position: relative; }
#post-17 #vfb-form-1 {
  width: 450px;
  float: right; }
#post-17 .vfb-legend {
  display: none; }

#post-328 .level_0 {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: disc; }
  #post-328 .level_0 li {
    padding: 5px; }
  #post-328 .level_0 ul {
    margin: 0 0 0 25px;
    padding: 0;
    list-style: circle; }
    #post-328 .level_0 ul ul {
      list-style: square; }

.module-about {
  width: 100%;
  float: left;
  background-color: #333;
  color: #fff;
  background-image: url("images/overlays/global/noise.png");
  margin: 25px 0;
  border-radius: 5px; }
  .module-about .module-title {
    border-bottom: 2px solid #8cc63f;
    margin: 0;
    padding: 0 14px; }
  .module-about h2 {
    content: "" !important;
    left: 0 !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    color: #fff;
    font-size: 24px !important;
    font-weight: 100 !important;
    letter-spacing: -1px !important;
    margin: 0;
    padding: 15px 0 5px;
    font-family: 'OxygenRegular',helvetica,arial,sans-serif !important;
    padding-bottom: 6px !important;
    border: 0;
    text-shadow: 0 0 0; }
  .module-about p {
    margin: 10px 0 15px;
    padding: 0; }
  .module-about h3 {
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 1; }
  .module-about h4 {
    margin: 10px 0 20px;
    font-size: 16px; }
  .module-about .profiles-wrap {
    min-width: 900px;
    padding-top: 20px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines; }
  .module-about .profile {
    width: 200px;
    display: inline-block;
    zoom: 1;
    margin: 0 190px; }
    .module-about .profile img {
      padding: 5px;
      background-color: #ffffff; }

body.page-id-10 .simnor-shortcode-tabpane {
  width: 100%;
  float: left; }

.simnor-shortcode.simnor-shortcode-tabs a.link {
  float: left;
  padding: 4px 15px 2px;
  margin: 10px 0 0;
  border-radius: 4px;
  font-size: 1em;
  font-weight: bold;
  background-repeat: repeat-x;
  line-height: 25px;
  z-index: 0;
  background-position: 0 -133px;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-image: url("images/overlays/light/readon.png");
  color: #333;
  text-shadow: 1px 1px 1px rgba(225, 225, 225, 0.4);
  background-color: transparent; }
  .simnor-shortcode.simnor-shortcode-tabs a.link:hover {
    background-color: #98cc53;
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }
.simnor-shortcode.simnor-shortcode-tabs .simnor-shortcode-tab-buttons a {
  cursor: pointer;
  display: block;
  padding: 13px 15px;
  line-height: 16px;
  border-radius: 5px 5px 0 0;
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  font-family: 'OxygenRegular',helvetica,arial,sans-serif;
  font-weight: 100;
  color: #60676F;
  font-size: 14px;
  background-color: #F3F3F3;
  border-top: 1px solid #CFCECD;
  border-left: 1px solid #CFCECD;
  border-right: 1px solid #CFCECD;
  border-radius: 5px 5px 0 0; }
  .simnor-shortcode.simnor-shortcode-tabs .simnor-shortcode-tab-buttons a.active {
    color: #8cc63f;
    background-color: #fff; }
  .simnor-shortcode.simnor-shortcode-tabs .simnor-shortcode-tab-buttons a:hover {
    color: #333;
    background-color: #fff; }
.simnor-shortcode.simnor-shortcode-tabs .simnor-shortcode-tabpane {
  float: left;
  margin-top: -2px;
  background-color: #fff; }
  .simnor-shortcode.simnor-shortcode-tabs .simnor-shortcode-tabpane img {
    margin: 0 20px 20px 0; }
.simnor-shortcode.simnor-shortcode-tabs .column-1,
.simnor-shortcode.simnor-shortcode-tabs .column-2,
.simnor-shortcode.simnor-shortcode-tabs .column-3 {
  width: 33%;
  display: inline-block; }
.simnor-shortcode.simnor-shortcode-tabs ul {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  padding: 0;
  list-style: disc; }

#home-tinting-hover {
  position: relative;
  height: 350px;
  width: 220px;
  float: left; }
  #home-tinting-hover figure#attachment_428 {
    margin: 0; }
  #home-tinting-hover .image-2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  #home-tinting-hover:hover .image-2 {
    visibility: visible;
    opacity: 1; }

#secondary .module-surround {
  margin: 15px; }

.module-surround {
  margin: 0 0 15px;
  padding: 15px;
  padding-bottom: 15px !important;
  background-color: #222327;
  color: #fff;
  border: 1px solid #444;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 0;
  position: relative; }
  .module-surround h2 {
    margin: 0 0 10px;
    font-size: 1.8em;
    line-height: 1.2;
    font-weight: 100;
    font-family: 'OxygenRegular',helvetica,arial,sans-serif !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid #555;
    text-shadow: 0; }
  .module-surround p {
    margin: 10px 0 15px;
    padding: 0; }
  .module-surround .quote-btn-1 a,
  .module-surround .quote-btn-2 a {
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: bold;
    background-repeat: repeat-x;
    position: relative;
    display: inline-block;
    line-height: 1.8em;
    z-index: 0;
    background-position: 0 -133px;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    font-size: 26px;
    color: #fff;
    background-image: url("images/overlays/light/readon.png");
    background-color: #98cc53;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); }
  .module-surround .quote-btn-1 a {
    float: left; }
  .module-surround .quote-btn-2 a {
    float: right; }

.module-surround-light {
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 5px;
  z-index: 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #CFCFCF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  .module-surround-light h2 {
    border-color: #8CC63F !important;
    border-bottom: 1px solid !important;
    bottom: -6px !important;
    content: "" !important;
    left: 0 !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    color: #505050 !important;
    font-size: 35px !important;
    font-weight: normal !important;
    letter-spacing: -1px !important;
    line-height: 50px !important;
    margin: 0 0 5px !important;
    font-family: 'OxygenRegular',helvetica,arial,sans-serif !important;
    padding-bottom: 6px !important; }

.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
  padding: 10px;
  background: none #FFF;
  border: 1px solid #C8CBCD;
  border-radius: 10px; }
  .woocommerce .products ul li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page .products ul li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
    float: left;
    margin: 10px 0;
    border-bottom: 1px dotted #aaa;
    position: relative; }
    .woocommerce .products ul li.product:first-child,
    .woocommerce ul.products li.product:first-child,
    .woocommerce-page .products ul li.product:first-child,
    .woocommerce-page ul.products li.product:first-child {
      margin-top: 0; }
    .woocommerce .products ul li.product:last-child,
    .woocommerce ul.products li.product:last-child,
    .woocommerce-page .products ul li.product:last-child,
    .woocommerce-page ul.products li.product:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
    .woocommerce .products ul li.product a,
    .woocommerce ul.products li.product a,
    .woocommerce-page .products ul li.product a,
    .woocommerce-page ul.products li.product a {
      color: #8cc63f; }
      .woocommerce .products ul li.product a img,
      .woocommerce ul.products li.product a img,
      .woocommerce-page .products ul li.product a img,
      .woocommerce-page ul.products li.product a img {
        width: 120px;
        height: auto;
        float: left;
        border-radius: 10px; }
    .woocommerce .products ul li.product h3,
    .woocommerce ul.products li.product h3,
    .woocommerce-page .products ul li.product h3,
    .woocommerce-page ul.products li.product h3 {
      font-size: 22px;
      position: absolute;
      top: 10px;
      left: 170px; }
    .woocommerce .products ul li.product .price,
    .woocommerce ul.products li.product .price,
    .woocommerce-page .products ul li.product .price,
    .woocommerce-page ul.products li.product .price {
      font-size: 22px;
      position: absolute;
      bottom: 55px;
      right: 20px; }
      .woocommerce .products ul li.product .price:after,
      .woocommerce ul.products li.product .price:after,
      .woocommerce-page .products ul li.product .price:after,
      .woocommerce-page ul.products li.product .price:after {
        content: "(per 1 metre)";
        position: absolute;
        bottom: -20px;
        color: #555;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        width: 100px;
        right: 0;
        text-align: right; }
    .woocommerce .products ul li.product .button,
    .woocommerce ul.products li.product .button,
    .woocommerce-page .products ul li.product .button,
    .woocommerce-page ul.products li.product .button {
      position: absolute;
      bottom: 10px;
      right: 20px; }

#catalogue {
  width: 100%;
  float: left;
  margin: 0 0 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px; }
  #catalogue .row {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #dfdfdf; }
  #catalogue .title {
    margin: 0 0 15px;
    padding: 0 15px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    border-bottom: 1px solid #f3f9eb;
    color: #419639;
    font-size: 20px;
    line-height: 1.1; }
  #catalogue .image img {
    float: left;
    margin: 0 50px 0 25px;
    width: 125px;
    height: auto;
    border-radius: 5px; }
  #catalogue .content {
    width: 655px;
    float: right;
    margin: 0; }
  #catalogue #pagination {
    width: 100%;
    float: left;
    margin: 10px 0;
    text-align: center; }
    #catalogue #pagination a {
      padding: 10px;
      margin: 0 3px; }
      #catalogue #pagination a:hover {
        background-color: #f5f5f5;
        border-radius: 3px; }

.blog #primary #pagination,
.archive #primary #pagination {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  text-align: center; }
  .blog #primary #pagination a,
  .blog #primary #pagination span,
  .archive #primary #pagination a,
  .archive #primary #pagination span {
    padding: 10px;
    margin: 0 3px; }
    .blog #primary #pagination a:hover,
    .blog #primary #pagination span:hover,
    .archive #primary #pagination a:hover,
    .archive #primary #pagination span:hover {
      background-color: #f5f5f5;
      border-radius: 3px; }

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  width: 150px; }

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  width: 730px; }

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price {
  margin: 35px 0 45px;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-family: 'OxygenRegular', helvetica, arial, sans-serif;
  position: relative; }
  .woocommerce div.product span.price:after,
  .woocommerce div.product p.price:after,
  .woocommerce #content div.product span.price:after,
  .woocommerce #content div.product p.price:after,
  .woocommerce-page div.product span.price:after,
  .woocommerce-page div.product p.price:after,
  .woocommerce-page #content div.product span.price:after,
  .woocommerce-page #content div.product p.price:after {
    content: "(per 1 metre)";
    position: absolute;
    bottom: -20px;
    color: #555;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    width: 100px;
    left: 0;
    text-align: left; }

.wpcf7-form p {
  float: left;
  width: 100%;
  margin: 0 0 10px; }

.quote-row {
  width: 95%;
  float: left;
  margin: 0;
  padding: 0 0 0 5%;
  background: none;
  position: relative; }
  .quote-row label {
    display: none; }
  .quote-row.quote-row-1 label {
    display: block;
    font-weight: bold;
    color: #000; }
  .quote-row.quote-row-1:before {
    content: '1'; }
  .quote-row.quote-row-2:before {
    content: '2'; }
  .quote-row.quote-row-3:before {
    content: '3'; }
  .quote-row.quote-row-4:before {
    content: '4'; }
  .quote-row.quote-row-5:before {
    content: '5'; }
  .quote-row:before {
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000; }
  .quote-row h4 {
    display: none; }
  .quote-row .vfb-item {
    width: 25% !important;
    float: left;
    clear: none !important;
    padding: 5px 1% 10px; }
    .quote-row .vfb-item input {
      width: 100%; }

/**
 * Frequently Asked Questions (FAQs)
 */
#primary.faq h2 {
  margin: 50px 0 25px;
  font-family: 'OxygenRegular', helvetica, arial, sans-serif;
  border-bottom: 2px solid #8cc63f;
  font-size: 3em;
  font-weight: 100;
  padding-bottom: 6px;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 0;
  color: #333;
  text-shadow: -1px -1px 1px #fff;
  line-height: 1.1em; }
  #primary.faq h2:after {
    border-bottom: 1px solid #8cc63f;
    content: '';
    position: absolute;
    top: 0;
    bottom: -6px;
    left: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1; }
#primary.faq .accordion {
  margin: 0 0 25px; }
  #primary.faq .accordion > h3 {
    background: #f6f6f6 url("images/j_arrow.png") 5px 50% no-repeat;
    border: 1px #CCC solid;
    cursor: pointer;
    margin: 0;
    padding: 10px 5px 10px 25px;
    color: #666;
    outline: none; }
    #primary.faq .accordion > h3.ui-accordion-header-active {
      background: #f6f6f6 url("images/j_arrow_down.png") 5px 50% no-repeat; }
  #primary.faq .accordion > div {
    background-color: #FFFFFF !important;
    padding-left: 32px !important;
    border: 1px #ccc solid;
    padding: 20px !important;
    margin: 0 !important;
    outline: none; }
  #primary.faq .accordion .download {
    background: none repeat scroll 0 0 #D1EED1;
    color: #444444;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    border: 1px solid #C1E8C1;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
    padding: 15px; }
    #primary.faq .accordion .download h4 {
      font-size: 22px; }
  #primary.faq .accordion .download-1,
  #primary.faq .accordion .download-2 {
    height: 50px;
    line-height: 50px; }
    #primary.faq .accordion .download-1 h4 a,
    #primary.faq .accordion .download-2 h4 a {
      font-size: 16px;
      color: #222 !important;
      text-decoration: underline; }

#primary #post-46 .download {
  margin: 0 0 25px;
  background: none repeat scroll 0 0 #D1EED1;
  color: #444444;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #C1E8C1;
  border-radius: 6px 6px 6px 6px;
  font-weight: bold;
  padding: 15px; }
  #primary #post-46 .download h4 {
    font-size: 22px; }
#primary #post-46 .download-1,
#primary #post-46 .download-2 {
  height: 50px;
  line-height: 50px; }
  #primary #post-46 .download-1 h4 a,
  #primary #post-46 .download-2 h4 a {
    font-size: 16px;
    color: #222 !important;
    text-decoration: underline; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
#secondary .rt-social-buttons {
  margin: 0 20px 10px; }
  #secondary .rt-social-buttons .rt-social-text {
    float: left;
    margin: 5px 8px 0 0;
    font-style: italic;
    font-size: 0.9em; }
  #secondary .rt-social-buttons .social-button {
    height: 31px;
    width: 31px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 3px;
    background-image: url("images/overlays/light/social-icons.png"); }
    #secondary .rt-social-buttons .social-button.rt-facebook-btn {
      background-position: 0 0; }
      #secondary .rt-social-buttons .social-button.rt-facebook-btn:hover {
        background-position: 0 -34px; }
    #secondary .rt-social-buttons .social-button.rt-twitter-btn {
      background-position: -39px 0; }
      #secondary .rt-social-buttons .social-button.rt-twitter-btn:hover {
        background-position: -39px -34px; }
    #secondary .rt-social-buttons .social-button.rt-google-btn {
      background-position: -77px 0; }
      #secondary .rt-social-buttons .social-button.rt-google-btn:hover {
        background-position: -77px -34px; }

.widget {
  padding: 15px;
  margin: 0 15px 15px;
  border-radius: 5px;
  z-index: 0;
  position: relative;
  border: 1px solid #CFCFCF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  .widget h2.widget-title {
    position: relative;
    padding: 0 10px;
    margin: -15px -15px 0;
    font-family: 'OxygenRegular', helvetica, arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
    background-image: url("images/overlays/light/modtitle-overlay.png");
    background-repeat: repeat-x;
    background-position: 0 100%;
    border-bottom: 1px solid #CFCFCF; }
    .widget h2.widget-title .icon {
      top: 0;
      left: 10px;
      background-color: #8cc63f;
      width: 18px;
      height: 18px;
      position: absolute;
      background-repeat: no-repeat;
      background-position: 4px -102px;
      border-radius: 1em;
      background-image: url("images/overlays/light/large-arrows.png");
      border: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }
    .widget h2.widget-title .text {
      display: block;
      margin: 15px 0;
      padding-left: 30px;
      color: #333; }
  .widget.widget_search input[type="search"] {
    background-image: url("images/overlays/light/search-controls.png");
    padding: 5px 25px 4px 15px;
    border-radius: 25px;
    margin: 0;
    background-position: 95% -67px;
    background-repeat: no-repeat;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    width: 190px;
    background-color: #F3F3F3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #CFCFCF; }
  .widget.widget_products ul.product_list_widget li {
    margin: 0 -15px;
    padding: 15px 15px 10px;
    border-bottom: 1px solid #e0e0e0; }
    .widget.widget_products ul.product_list_widget li:last-child {
      padding: 15px 15px 0;
      border-bottom: none; }
    .widget.widget_products ul.product_list_widget li a img {
      width: 64px;
      height: auto; }
  .widget.widget_nav_menu ul {
    margin: 10px 0 0;
    padding: 0; }
    .widget.widget_nav_menu ul li {
      list-style: none;
      position: relative; }
      .widget.widget_nav_menu ul li a {
        padding: 5px 0 5px 25px;
        display: block;
        background-repeat: no-repeat;
        background-position: 0 -402px;
        font-weight: bold;
        color: #60676F;
        text-shadow: 1px 1px 1px #fff;
        font-size: 1.1em;
        line-height: 1.8em; }
        .widget.widget_nav_menu ul li a:hover {
          color: #8cc63f; }
          .widget.widget_nav_menu ul li a:hover:before {
            background-color: #8cc63f;
            background-position: 4px -380px; }
        .widget.widget_nav_menu ul li a:before {
          position: absolute;
          content: '';
          left: 0;
          border-radius: 8px;
          height: 15px;
          width: 15px;
          padding: 0;
          float: left;
          background-position: 4px -131px;
          background-repeat: no-repeat;
          margin: 4px 12px 0 0;
          border: 1px solid rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          background-image: url("images/overlays/light/arrows.png"); }
      .widget.widget_nav_menu ul li.current_page_item a {
        color: #111; }
        .widget.widget_nav_menu ul li.current_page_item a:before {
          background-color: #8cc63f;
          background-position: 4px -380px; }
  .widget select {
    max-width: 100%; }

/* Make sure select elements fit in widgets. */
/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline, .updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.dropcap:first-letter {
  font-size: 300%;
  margin: 0 13px 0 0;
  line-height: 110%;
  float: left; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.full-width {
  width: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.message {
  margin: 0 0 15px 0;
  padding: 15px;
  border-radius: 6px;
  font-weight: bold;
  color: #444;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); }
  .message.alert {
    background: #fddfde;
    border: 1px solid #FBC9C8; }
  .message.success {
    background: #D1EED1;
    border: 1px solid #C1E8C1; }

.slicknav_menu {
  display: none; }

@media screen and (max-width: 1200px) {
  .container {
    width: 100%; }

  #header .site-branding {
    width: 100%;
    float: left;
    padding: 0 0 25px; }
    #header .site-branding a {
      display: inline-block;
      margin: 0 auto; }
  #header .contact {
    display: none; }

  #slideshow {
    display: none; }

  #primary {
    width: 100%;
    padding: 0 25px; }

  #secondary {
    display: none; }

  #catalogue .row .image {
    float: left;
    width: 200px; }
  #catalogue .row .content {
    float: none;
    width: auto;
    margin-left: 200px; }

  .module-about .profiles-wrap {
    min-width: 100%;
    max-width: 100%;
    float: left; }

  body.page-id-10 .module-about {
    display: none; }

  .menu-footer-menu-container #menu-footer-menu {
    width: 100%; }

  #footer-upper .left,
  #footer-upper .right {
    width: 100%;
    float: left;
    padding: 0 25px;
    text-align: center !important; }
  #footer-upper .left {
    margin: 0 0 25px; }
  #footer-upper .right > span {
    width: 100% !important; }

  .slicknav_menu {
    display: block; }

  #site-navigation {
    display: none; }

  .site-footer {
    text-align: center;
    font-weight: 700; }
    .site-footer .container > img {
      display: none; }
    .site-footer .right {
      width: 100%;
      float: left; }
      .site-footer .right img {
        margin: 25px 25px 0 !important; }

  #post-17 .rt-image {
    margin: 25px auto 0 !important;
    float: none !important; }
  #post-17 .full-width .left {
    width: 100% !important;
    float: left;
    margin: 25px 0 0; }
    #post-17 .full-width .left .simnor-shortcode-map {
      width: 100% !important;
      float: left; }
  #post-17 .full-width .right {
    width: 100% !important;
    float: left; }

  .module-surround .quote-btn-1 a,
  .module-surround .quote-btn-2 a {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 15px;
    text-align: center; }

  .module-surround .quote-btn-1 a {
    margin-bottom: 10px; }

  .woocommerce .products ul li.product h3,
  .woocommerce ul.products li.product h3,
  .woocommerce-page .products ul li.product h3,
  .woocommerce-page ul.products li.product h3 {
    top: 0;
    margin: 0;
    padding: 0; }

  .woocommerce .products ul li.product .price,
  .woocommerce ul.products li.product .price,
  .woocommerce-page .products ul li.product .price,
  .woocommerce-page ul.products li.product .price {
    left: 170px;
    bottom: 10px; }
    .woocommerce .products ul li.product .price:after,
    .woocommerce ul.products li.product .price:after,
    .woocommerce-page .products ul li.product .price:after,
    .woocommerce-page ul.products li.product .price:after {
      left: 0;
      text-align: left;
      bottom: -15px; }

  .woocommerce .products ul li.product .price,
  .woocommerce ul.products li.product .price,
  .woocommerce-page .products ul li.product .price,
  .woocommerce-page ul.products li.product .price {
    font-size: 20px; }

  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    width: 100%;
    float: left; }

  .woocommerce div.product div.images img,
  .woocommerce #content div.product div.images img,
  .woocommerce-page div.product div.images img,
  .woocommerce-page #content div.product div.images img {
    display: none; } }
@media screen and (max-width: 640px) {
  .menu-footer-menu-container #menu-footer-menu li {
    margin: 0;
    padding: 0;
    width: 100%; }
    .menu-footer-menu-container #menu-footer-menu li a {
      width: 100%;
      padding: 10px 0 5px; }
      .menu-footer-menu-container #menu-footer-menu li a:focus {
        background-color: #ccc; }

  .woocommerce .products ul li.product h3,
  .woocommerce ul.products li.product h3,
  .woocommerce-page .products ul li.product h3,
  .woocommerce-page ul.products li.product h3 {
    font-size: 16px;
    line-height: 20px; } }
@media screen and (max-width: 480px) {
  .woocommerce .products ul li.product h3,
  .woocommerce ul.products li.product h3,
  .woocommerce-page .products ul li.product h3,
  .woocommerce-page ul.products li.product h3 {
    font-size: 13px;
    line-height: 16px; }

  body.home .simnor-shortcode.simnor-shortcode-tabs .simnor-shortcode-tab-buttons a {
    width: 33.333333333%;
    margin: 0;
    font-size: 2.7vw;
    text-align: center;
    padding: 8px 5px;
    line-height: 22px; }
  body.home .simnor-shortcode.simnor-shortcode-tabs a.link {
    margin: 10px 0; }

  body.page-id-10 .simnor-shortcode.simnor-shortcode-tabs .simnor-shortcode-tab-buttons a {
    width: 50%;
    margin: 0;
    font-size: 2.7vw;
    text-align: center;
    padding: 8px 5px;
    line-height: 22px; }
  body.page-id-10 .simnor-shortcode.simnor-shortcode-tabs .column-1,
  body.page-id-10 .simnor-shortcode.simnor-shortcode-tabs .column-2,
  body.page-id-10 .simnor-shortcode.simnor-shortcode-tabs .column-3 {
    width: 100%;
    float: left; }

  .woocommerce .products ul li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page .products ul li.product,
  .woocommerce-page ul.products li.product {
    position: relative; }
    .woocommerce .products ul li.product a img,
    .woocommerce ul.products li.product a img,
    .woocommerce-page .products ul li.product a img,
    .woocommerce-page ul.products li.product a img {
      margin: 0 auto;
      display: table;
      clear: both;
      float: none; }
    .woocommerce .products ul li.product a h3,
    .woocommerce ul.products li.product a h3,
    .woocommerce-page .products ul li.product a h3,
    .woocommerce-page ul.products li.product a h3 {
      position: relative;
      width: 100%;
      float: left;
      left: 0;
      margin: 10px 0;
      text-align: center; }
    .woocommerce .products ul li.product a.button,
    .woocommerce ul.products li.product a.button,
    .woocommerce-page .products ul li.product a.button,
    .woocommerce-page ul.products li.product a.button {
      right: 0; }
    .woocommerce .products ul li.product .price,
    .woocommerce ul.products li.product .price,
    .woocommerce-page .products ul li.product .price,
    .woocommerce-page ul.products li.product .price {
      position: relative;
      left: 0;
      float: left; } }
/*
		Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text {
  margin: 0; }
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul, .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
  .slicknav_nav .slicknav_row, .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_menu {
  *zoom: 1;
  font-size: 16px; }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

/* IE6/7 support */
/* 
		User Default Style
		Change the following styles to modify the appearance of the menu.
*/
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #8cc63f;
  color: #fff; }

/* Button Text */
.slicknav_menu {
  background-color: #333;
  background-image: url("images/overlays/global/noise.png");
  padding: 5px; }
  .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
    line-height: 22px;
    height: 18px; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5; }

/* Button Lines */
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff; }
  .slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }


div.wpcf7-mail-sent-ok {
  width: 100%;
  float: left;
}

#phone-wrapper-mobile{
display: none;
}

@media screen and (max-width: 1200px){
#phone-wrapper-mobile{
display: block;
width: 90%;
text-align: left;
font-size: 28px;
margin: 20px auto 0px auto;
}
}

@media screen and (max-width: 480px){
#phone-wrapper-mobile{
text-align: center;
}
}