/*!
  THEME NAME: lamontdesign benchpress
  VERSION: 2.5.1
  LEVEL: LAMONTDESIGN
  AUTHOR: LAMONTDESIGN LTD
*/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}

html {
  padding: 0;
  position: relative;
}

body {
  margin: 0;
  position: relative;
  font-size: 62.5%;
}

article, aside, footer, header, main, nav, section, form, summary {
  display: block;
  position: relative;
  margin: 0;
}

button, input, select, textarea {
  /* font-size: 100%; */
  margin: 0 0 20px 0;
}

input[type=text], input[type=password], textarea, select {
  outline: none;
}

table {
  width: 100%;
  height: auto;
}

td p,
th p {
  margin: 0;
}

form {
  margin-bottom: 20px;
}

input,
select,
button {
  padding: 10px 10px;
  border: none;
  width: 100%;
  vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  margin-bottom: 0;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
}

label {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

label input,
label select,
label textarea,
label button,
label[for] {
  margin-bottom: 0;
}

textarea {
  padding: 10px;
  width: 100%;
  min-height: 140px;
  max-height: 100%;
  border: 0;
  margin-bottom: 20px;
  max-width: 100%;
}

/* form validation */
input.error,
textarea.error,
select.error {
  color: red;
  box-shadow: 0 0 10px red;
}

label.error {
  position: absolute;
  overflow: hidden;
  top: -100%;
  left: -100%;
  width: 0;
  height: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  height: auto;
  display: block;
  max-width: 100%;
}

/* embeds and iframes */
iframe,
embed,
video,
audio {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

video {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure img {
  display: inline-block;
  margin: 0;
}

/* css reset */
b, strong {
  font-weight: bold;
}

p, input, textarea, select, h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

/* typography reset */
/* benchpress grid system */
/* clearfixes - benchpress doesn't use a float layout, but content from wordpress may - so we should cater for it in widgets and with a utility clearfix class */
.clearfix:before,
.clearfix:after,
.widget:before,
.widget:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}

.clearfix:after,
.wrapper:after,
.widget:after {
  clear: both;
}

.wrapper, main, footer, header {
  width: 100%;
}

.wrapper {
  position: relative;
}

/* flex utility classes */
/* flexbox layout */
.row, .sidebar, nav ul, .flex, .gallery {
  display: -webkit-flex;
  display: flex;
  /* support for older iOS & chrome */
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -webkit-align-content: flex-start;
  /* new syntax */
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}

.flex {
  width: 100%;
}

.sidebar, nav ul, .gallery {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.wrap, .col, .flex-item, nav li, .span-flex, .gallery .gallery-item {
  min-width: 0%;
  /* workaround for Firefox, when contents are larger than box */
  /* and for IE11 which refuses to shrink flex items with images in them below the image width. % unit is needed for IE11 sadly. */
  -webkit-flex: 0 1 auto;
  /* old iOS, Safari, Chrome */
  flex: 0 1 auto;
  /* new syntax */
}

.flex-grow .wrap, .flex-grow .col, .flex-grow .flex-item, .flex-grow .span-flex {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.widget {
  min-width: 0%;
  /* workaround for Firefox, when contents are larger than box */
  /* and for IE11 which refuses to shrink flex items with images in them below the image width. % unit is needed for IE11 sadly. */
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
}

.sidebar-footer-top .widget {
  width: 100%;
  /* only these widgets should be full width */
}

.sidebar-header,
.sidebar-footer,
.sidebar-header-mobile {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.sidebar-header,
.sidebar-header-mobile {
  /* vertically center items on the header and mobile header */
  -webkit-align-items: center;
  align-items: center;
}

.sidebar div[class^=sidebar] {
  width: 100%;
}

/* end of flexbox decs */
.row {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 790px;
}
.row.standard-width, .standard-width .row
{
  max-width: 980px;
}
.row.narrow, .narrow .row
{
    max-width: 865px;
}

.row.wide, .wide .row {
    max-width: 1020px;
}

.row.very-wide, .very-wide .row {
  max-width: 1320px;
}

.row.mid-wide, .mid-wide .row {
  max-width: 1150px;
}

.row.full-width, .full-width .row {
  max-width: 100%;
}

.wrap {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.col {
  margin: 0;
  padding: 10px;
  max-width: 100%;
}

.row.no-col-padding, .no-col-padding .row,
.no-col-padding .h-slider-inner {
  padding: 20px;
}

.row.no-row-padding, .no-row-padding .row,
.no-row-padding .h-slider-inner {
  padding: 0;
}

.no-col-padding .col,
.no-col-padding .h-slider-inner li {
  padding: 0;
}

.span-1-1 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
}

.span-1-2 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -o-flex-basis: 50%;
  flex-basis: 50%;
}

.span-1-3 {
  -webkit-flex-basis: 33.3333%;
  -moz-flex-basis: 33.3333%;
  -ms-flex-basis: 33.3333%;
  -o-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
}

.span-2-3 {
  -webkit-flex-basis: 66.6666%;
  -moz-flex-basis: 66.6666%;
  -ms-flex-basis: 66.6666%;
  -o-flex-basis: 66.6666%;
  flex-basis: 66.6666%;
}

.span-1-4 {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -o-flex-basis: 25%;
  flex-basis: 25%;
}

.span-3-4 {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  -o-flex-basis: 75%;
  flex-basis: 75%;
}

.span-1-5 {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  -o-flex-basis: 20%;
  flex-basis: 20%;
}

.span-2-5 {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  -o-flex-basis: 40%;
  flex-basis: 40%;
}

.span-1-6 {
  -webkit-flex-basis: 16.6666%;
  -moz-flex-basis: 16.6666%;
  -ms-flex-basis: 16.6666%;
  -o-flex-basis: 16.6666%;
  flex-basis: 16.6666%;
}

/* IE 11 flex bugfix */
_:-ms-fullscreen, :root .span-1-1 {
  -webkit-flex-basis: calc(100% - 20px);
  -moz-flex-basis: calc(100% - 20px);
  -ms-flex-basis: calc(100% - 20px);
  -o-flex-basis: calc(100% - 20px);
  flex-basis: calc(100% - 20px);
}

_:-ms-fullscreen, :root .span-1-2 {
  -webkit-flex-basis: calc(50% - 20px);
  -moz-flex-basis: calc(50% - 20px);
  -ms-flex-basis: calc(50% - 20px);
  -o-flex-basis: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}

_:-ms-fullscreen, :root .span-1-3 {
  -webkit-flex-basis: calc(33.3333% - 20px);
  -moz-flex-basis: calc(33.3333% - 20px);
  -ms-flex-basis: calc(33.3333% - 20px);
  -o-flex-basis: calc(33.3333% - 20px);
  flex-basis: calc(33.3333% - 20px);
}

_:-ms-fullscreen, :root .span-2-3 {
  -webkit-flex-basis: calc(66.6666% - 20px);
  -moz-flex-basis: calc(66.6666% - 20px);
  -ms-flex-basis: calc(66.6666% - 20px);
  -o-flex-basis: calc(66.6666% - 20px);
  flex-basis: calc(66.6666% - 20px);
}

_:-ms-fullscreen, :root .span-1-4 {
  -webkit-flex-basis: calc(25% - 20px);
  -moz-flex-basis: calc(25% - 20px);
  -ms-flex-basis: calc(25% - 20px);
  -o-flex-basis: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
}

_:-ms-fullscreen, :root .span-3-4 {
  -webkit-flex-basis: calc(75% - 20px);
  -moz-flex-basis: calc(75% - 20px);
  -ms-flex-basis: calc(75% - 20px);
  -o-flex-basis: calc(75% - 20px);
  flex-basis: calc(75% - 20px);
}

_:-ms-fullscreen, :root .span-1-5 {
  -webkit-flex-basis: calc(20% - 20px);
  -moz-flex-basis: calc(20% - 20px);
  -ms-flex-basis: calc(20% - 20px);
  -o-flex-basis: calc(20% - 20px);
  flex-basis: calc(20% - 20px);
}

_:-ms-fullscreen, :root .span-2-5 {
  -webkit-flex-basis: calc(40% - 20px);
  -moz-flex-basis: calc(40% - 20px);
  -ms-flex-basis: calc(40% - 20px);
  -o-flex-basis: calc(40% - 20px);
  flex-basis: calc(40% - 20px);
}

_:-ms-fullscreen, :root .span-1-6 {
  -webkit-flex-basis: calc(16.6666% - 20px);
  -moz-flex-basis: calc(16.6666% - 20px);
  -ms-flex-basis: calc(16.6666% - 20px);
  -o-flex-basis: calc(16.6666% - 20px);
  flex-basis: calc(16.6666% - 20px);
}

_:-ms-fullscreen, :root .no-col-padding .span-1-1 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
}

_:-ms-fullscreen, :root .no-col-padding .span-1-2 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -o-flex-basis: 50%;
  flex-basis: 50%;
}

_:-ms-fullscreen, :root .no-col-padding .span-1-3 {
  -webkit-flex-basis: 33.3333%;
  -moz-flex-basis: 33.3333%;
  -ms-flex-basis: 33.3333%;
  -o-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
}

_:-ms-fullscreen, :root .no-col-padding .span-2-3 {
  -webkit-flex-basis: 66.6666%;
  -moz-flex-basis: 66.6666%;
  -ms-flex-basis: 66.6666%;
  -o-flex-basis: 66.6666%;
  flex-basis: 66.6666%;
}

_:-ms-fullscreen, :root .no-col-padding .span-1-4 {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -o-flex-basis: 25%;
  flex-basis: 25%;
}

_:-ms-fullscreen, :root .no-col-padding .span-3-4 {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  -o-flex-basis: 75%;
  flex-basis: 75%;
}

_:-ms-fullscreen, :root .no-col-padding .span-1-5 {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  -o-flex-basis: 20%;
  flex-basis: 20%;
}

_:-ms-fullscreen, :root .no-col-padding .span-2-5 {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  -o-flex-basis: 40%;
  flex-basis: 40%;
}

_:-ms-fullscreen, :root .no-col-padding .span-1-6 {
  -webkit-flex-basis: 16.6666%;
  -moz-flex-basis: 16.6666%;
  -ms-flex-basis: 16.6666%;
  -o-flex-basis: 16.6666%;
  flex-basis: 16.6666%;
}

/* IE 11 flex bugfix. srsly IE.... */
_:-ms-fullscreen, :root .gallery-columns-1 .gallery-item {
  -webkit-flex-basis: calc(100% - 20px);
  -moz-flex-basis: calc(100% - 20px);
  -ms-flex-basis: calc(100% - 20px);
  -o-flex-basis: calc(100% - 20px);
  flex-basis: calc(100% - 20px);
}

_:-ms-fullscreen, :root .gallery-columns-2 .gallery-item {
  -webkit-flex-basis: calc(50% - 20px);
  -moz-flex-basis: calc(50% - 20px);
  -ms-flex-basis: calc(50% - 20px);
  -o-flex-basis: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}

_:-ms-fullscreen, :root .gallery-columns-3 .gallery-item {
  -webkit-flex-basis: calc(33.3333% - 20px);
  -moz-flex-basis: calc(33.3333% - 20px);
  -ms-flex-basis: calc(33.3333% - 20px);
  -o-flex-basis: calc(33.3333% - 20px);
  flex-basis: calc(33.3333% - 20px);
}

_:-ms-fullscreen, :root .gallery-columns-4 .gallery-item {
  -webkit-flex-basis: calc(25% - 20px);
  -moz-flex-basis: calc(25% - 20px);
  -ms-flex-basis: calc(25% - 20px);
  -o-flex-basis: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
}

_:-ms-fullscreen, :root .gallery-columns-5 .gallery-item {
  -webkit-flex-basis: calc(20% - 20px);
  -moz-flex-basis: calc(20% - 20px);
  -ms-flex-basis: calc(20% - 20px);
  -o-flex-basis: calc(20% - 20px);
  flex-basis: calc(20% - 20px);
}

_:-ms-fullscreen, :root .gallery-columns-6 .gallery-item,
_:-ms-fullscreen, :root .gallery-columns-7 .gallery-item,
_:-ms-fullscreen, :root .gallery-columns-8 .gallery-item,
_:-ms-fullscreen, :root .gallery-columns-9 .gallery-item {
  -webkit-flex-basis: calc(16.6666% - 20px);
  -moz-flex-basis: calc(16.6666% - 20px);
  -ms-flex-basis: calc(16.6666% - 20px);
  -o-flex-basis: calc(16.6666% - 20px);
  flex-basis: calc(16.6666% - 20px);
}

.sidebar-header .widget:not(.widget_content), .sidebar-footer .widget:not(.widget_content) {
  padding: 10px;
}

/* grid system & layout for columns etc */
/* reset for wordpress generated markup to bring it inline with the rest of the styling here */
/* wordpress editor styles */
.alignright {
  float: right;
}

.alignright:after {
  content: "";
  clear: right;
}

.alignleft {
  float: left;
}

.alignleft:after {
  content: "";
  clear: left;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  display: inline-block;
  max-width: 100%;
}

.alignleft {
  margin: 0 20px 20px 0;
  display: block;
  float: left;
  clear: none;
}

.alignright {
  margin: 0 0 20px 20px;
  display: block;
  float: right;
  clear: none;
}

.aligncenter {
  margin: 0 auto 20px auto;
  display: block;
  clear: both;
}

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

.text-center {
  text-align: center;
}

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

/** gallery styles **/
.gallery {
  width: calc(100% + 20px);
  /* NOT 100%, otherwise the negative margin doesn't work */
  margin: 0 0 20px -20px;
  padding: 0;
}

.gallery a {
  display: block;
}

.gallery .gallery-item {
  position: relative;
  padding: 20px 0 0 20px;
  margin: 0;
}

.gallery-item dl,
.gallery-item dt {
  margin: 0;
  padding: 0;
}

.gallery .gallery-item img {
  margin-bottom: 0;
  border: none;
  display: block;
  width: 100%;
}

.gallery .gallery-caption {
  position: absolute;
  right: 0;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px;
  bottom: 0;
}

/* gallery layout overrides for wordpress */
.gallery-columns-1 .gallery-item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
}

.gallery-columns-2 .gallery-item {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -o-flex-basis: 50%;
  flex-basis: 50%;
}

.gallery-columns-3 .gallery-item {
  -webkit-flex-basis: 33.3333%;
  -moz-flex-basis: 33.3333%;
  -ms-flex-basis: 33.3333%;
  -o-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -o-flex-basis: 25%;
  flex-basis: 25%;
}

.gallery-columns-5 .gallery-item {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  -o-flex-basis: 20%;
  flex-basis: 20%;
}

.gallery-columns-6 .gallery-item {
  -webkit-flex-basis: 16.66%;
  -moz-flex-basis: 16.66%;
  -ms-flex-basis: 16.66%;
  -o-flex-basis: 16.66%;
  flex-basis: 16.66%;
}

.gallery-columns-7 .gallery-item {
  -webkit-flex-basis: 14.28%;
  -moz-flex-basis: 14.28%;
  -ms-flex-basis: 14.28%;
  -o-flex-basis: 14.28%;
  flex-basis: 14.28%;
}

.gallery-columns-8 .gallery-item {
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  -o-flex-basis: 12.5%;
  flex-basis: 12.5%;
}

.gallery-columns-9 .gallery-item {
  -webkit-flex-basis: 11.11%;
  -moz-flex-basis: 11.11%;
  -ms-flex-basis: 11.11%;
  -o-flex-basis: 11.11%;
  flex-basis: 11.11%;
}

.gallery dt,
.gallery img {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -o-flex-basis: 100%;
  flex-basis: 100%;
}

p.form-submit, .comment-form {
  margin-bottom: 0;
}

#reply-title {
  display: none;
}

/* wp admin bar fixes - mostly removing items to stop width being a problem on small screen widths */
#wpadminbar {
  /* fix jumping when other page elements are animated using transforms */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-customize,
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-wp-logo,
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-top-secondary {
  display: none;
}

/* align wp admin bar to column widths we are using */
#wpadminbar #wp-admin-bar-root-default {
  width: 100%;
  max-width: calc(980px - 20px - 20px);
  margin: 0 auto;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

html .woocommerce div.product p.price,
html .woocommerce div.product span.price {
  color: inherit;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart .button {
  max-width: 80%;
}

html .woocommerce div.product form.cart div.quantity {
  width: 20%;
  float: left;
  padding-right: 20px;
  margin: 0;
}

.woocommerce div.product form.cart div.quantity input {
  width: 100%;
}

.woocommerce label {
  font-size: 100%;
  font-style: normal;
}

.woocommerce input.button[type=submit][name=update_cart] {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.woocommerce .quantity .qty {
  margin: 0;
}

html .woocommerce #content table.cart td.actions .input-text,
html .woocommerce table.cart td.actions .input-text,
html .woocommerce-page #content table.cart td.actions .input-text,
html .woocommerce-page table.cart td.actions .input-text {
  width: 100%;
}

.woocommerce input[type=checkbox] {
  display: inline-block;
}

.woocommerce label {
  display: inline;
}

.pp_woocommerce .pp_details {
  display: none;
}

html div.pp_woocommerce div.ppt {
  display: none;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  top: 1.2em;
}

.woocommerce #reviews #comments ol.commentlist {
  font-size: 100%;
  padding-left: 0;
  margin-left: 0;
}

html .woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
}

.woocommerce ul#shipping_method,
ul.wc_payment_methods {
  font-size: 100%;
}

html .woocommerce td.product-name dl.variation dd {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce td.product-name dl.variation dd p {
  line-height: 1.4em;
}

.woocommerce div.product form.cart .variations select {
  margin-bottom: 0;
}

html .woocommerce ul.products li.product .price {
  font-size: inherit;
}

.woocommerce nav.woocommerce-breadcrumb a {
  display: inline;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 25%;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 20px;
}

.ld_shop_category_select {
  display: inline;
  width: auto;
}

.woocommerce li.product {
  position: relative;
}

.woocommerce li.product a.woocommerce-LoopProduct-link, li.product-category a {
  position: relative;
  display: block;
}

.woocommerce li.product .count {
  display: none;
}

.woocommerce .products .load-more {
  clear: both;
  width: 100%;
  display: none;
  padding-top: 20px;
  padding-left: 20px;
}

.woocommerce .products .load-more a {
  padding: 10px 20px;
  text-align: center;
  width: 250px;
  display: block;
  margin: 0 auto;
  color: orange;
  background: white;
  text-transform: uppercase;
}

html .woocommerce #content div.product div.images {
  width: 100%;
  float: none;
}

html .woocommerce #respond input#submit,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button {
  border-radius: 0;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

/* fancybox styles */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > .fancybox-inline-content-video {
  padding: 0;
  margin: 0;
}

.fancybox-slide > .fancybox-inline-content-video > video {
  padding: 0;
  margin: 0;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small::after {
  content: "x";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus::after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover::after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
  min-width: 44px;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-button--left,
.fancybox-button--right,
.fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active::before {
  opacity: 1;
}

.fancybox-dotted-nav {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  text-align: center;
}

.fancybox-dotted-nav li {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  margin: 3px;
  border-radius: 50%;
  -webkit-transition: border 0.2s ease, background 0.2s ease;
  transition: border 0.2s ease, background 0.2s ease;
}

.fancybox-dotted-nav li.active {
  background: transparent;
  border: 4px solid #fff;
}

.ld_fancybox_prev, .ld_fancybox_next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  cursor: pointer;
  background: url(../images/fancybox/arrow.png) no-repeat center center;
  background-size: 100%;
}

.ld_fancybox_prev {
  left: -60px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ld_fancybox_next {
  right: -60px;
}

.ld_fancybox_container {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 180px);
  height: calc(100% - 100px);
}

.ld_fancybox_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.ld_fancybox_close {
  background: #94A000;
  display: block;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  z-index: 50;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  padding: 10px 20px;
  cursor: pointer;
}

.ld_fancybox_close::after {
  content: "Close Gallery";
}

.ld_fancybox_video .ld_fancybox_close::after {
  content: "Close Video";
}

.ld_fancybox_wrapper .fancybox-close-small {
  display: none;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 980px) {
  .fancybox-thumbs {
    display: none !important;
  }

  .fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }

  .ld_fancybox_container {
    width: 100%;
    height: calc(100% - 40px);
    top: 0;
  }

  .fancybox-dotted-nav {
    display: none;
  }

  .ld_fancybox_close {
    font-size: 1.4em;
    width: auto;
  }
}
/* end of fancybox styles */
/* fancybox 2 styles. */
/* h slider */
.h-slider-wrapper {
  position: relative;
  width: 100%;
  opacity: 0;
}

.h-slider-wrapper.row {
  padding: 0;
}

.h-slider-wrapper .ld_h_slider_wrapper {
  display: block;
}

.h-slider-inner {
  font-size: 100%;
  position: relative !important;
  padding: 0 0 10px 0;
  /* padding: 0; */
  margin: 0;
  display: -webkit-flex !important;
  display: flex !important;
  /* support for older iOS & chrome */
  -webkit-justify-content: flex-start !important;
  -webkit-flex-wrap: nowrap !important;
  -webkit-align-content: flex-start !important;
  /* new syntax */
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  align-content: flex-start !important;

  max-width: none !important;
}

.h-slider-nav.no-slides {
  display: none;
}

.h-slider-nav.h-slider-disabled {
  opacity: 0.3;
}

.h-slider-inner > .h-slider-item, .h-slider-inner > li {
  list-style: none;
  padding: 10px;
  display: block;
  vertical-align: top;
  min-width: 0%;
  /* workaround for Firefox, when contents are larger than box */
  /* and for IE11 which refuses to shrink flex items with images in them below the image width. % unit is needed for IE11 sadly. */
  -webkit-flex: 0 0 auto;
  /* old iOS, Safari, Chrome */
  flex: 0 0 auto;
  /* new syntax */
}

.__js_mob_gallery_slider_mob .h-slider-inner > .h-slider-item img
{
  width: 100%;
}
.__js_mob_gallery_slider_mob .h-slider-inner > .h-slider-item
{
  padding: 0;
  margin: 0;
}

.h-slider-tabs {
  list-style: none;
  margin: 0 auto;
  padding: 10px;
  /* treat it like a column*/
  text-align: center;
  width: 100%;
}

.h-slider-tabs.h-slider-disabled {
  display: none;
}

.h-slider-tabs li {
  display: inline-block;
  margin: 0 2px;
}

.h-slider-tabs li a {
  -moz-touch-action: manipulation;
  /* eliminate 300ms delay */
  -ms-touch-action: manipulation;
  /* IE10  */
  touch-action: manipulation;
  /* eliminate 300ms delay */
  display: block;
  backface-visibility: hidden;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

/* end of h-slider (some shared rules with header slider tabs, below) */
ul.content-slider_tabs {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
}

.content-slider_tabs li {
  display: inline-block;
  margin: 0 5px;
  list-style: none;
}

.content-slider_tabs a {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  background: transparent;
  text-indent: -999px;
  direction: ltr;
  overflow: hidden;
  display: block;
}

.content-slider_tabs .content-slider_here a {
  background: #555;
}

.side-features .desc {
  text-align: center;
}

/* lamontdesign fadey slider custom header slider */
.ld-fadey-slider-image-preload {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  right: 100vw;
}

.ld-fadey-slider-wrapper {
  position: relative;
  width: 100%;
}

.ld-fadey-slider {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}

.ld-fadey-slider > li {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  will-change: opacity;
  /* in this case, will-change is appropriate as the header slider will be on autoplay by default. */
}

.ld-fadey-slider > li.ld-fadey-slider-here {
  /* let CSS transitions handle the opacity animation */
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ld-fadey-slider-nav, .h-slider-nav, .content-slider_nav {
  -moz-touch-action: manipulation;
  /* eliminate 300ms delay */
  -ms-touch-action: manipulation;
  /* IE10  */
  touch-action: manipulation;
  /* eliminate 300ms delay */
  display: block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.ld-fadey-slider-tabs {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  width: 100%;
}

.ld-fadey-slider-tabs li {
  display: inline-block;
  margin: 0 2px;
}

.ld-fadey-slider-tabs li a {
  -moz-touch-action: manipulation;
  /* eliminate 300ms delay */
  -ms-touch-action: manipulation;
  /* IE10  */
  touch-action: manipulation;
  /* eliminate 300ms delay */
  display: block;
  backface-visibility: hidden;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.caption-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 50;
  text-align: center;
  max-height: 100%;
}

.caption-wrapper .caption {
  height: 100%;
  max-width: 1020px;
  padding: 20px 80px 20px 80px;
  margin: 0 auto;
  display: block;
}

@media all and (max-width: 980px) {
  .caption-wrapper .caption {
    padding: 20px 80px 40px 80px;
  }
}
/* javascript sliders */
/* mobile nav menu button */
.widget_mobile_nav_button {
  text-align: right;
}

.hamburger-menu {
  width: 35px;
  height: 25px;
  background: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.hamburger-menu span {
  -webkit-transition: width 0.15s ease, transform 0.15s ease, top 0.15s ease, margin 0.15s ease, opacity 0.15s ease;
  transition: width 0.15s ease, transform 0.15s ease, top 0.15s ease, margin 0.15s ease, opacity 0.15s ease;
  height: 5px;
  background: #000;
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
}

.hamburger-menu span:nth-child(1) {
  top: calc(50% - 12.5px);
}

.hamburger-menu span:nth-child(2) {
  top: 50%;
  margin-top: -2.5px;
}

.hamburger-menu span:nth-child(3) {
  top: calc(50% + 7.5px);
}

.hamburger-menu.open {
  width: 30px;
  height: 30px;
}

.hamburger-menu.open span {
  top: 50%;
  margin-top: -2.5px;
}

.hamburger-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end of mobile nav menu button */
/* styles for the mobile menu */
.mob-nav-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: max-height;
  display: none;
}

.mob-nav-wrapper ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.mob-nav-wrapper li {
  display: block;
  width: 100%;
  list-style: none;
  text-align: left;
  position: relative;
}

.mob-nav-wrapper a, .mob-nav-wrapper .menu-stub-span {
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 100%;
}

.mob-nav-wrapper ul.children {
  overflow: hidden;
  clear: both;
  -webkit-transition: height 0.2s ease, opacity 0.2s ease;
  transition: height 0.2s ease, opacity 0.2s ease;
  height: 0;
  opacity: 0;
  display: block;
  will-change: height opacity;
}

.mob-nav-wrapper ul.children.open {
  opacity: 1;
}

.mob-nav-wrapper .dropdown {
  display: block;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  width: 43px;
  height: 43px;
  background: url(../images/elements/down-arrow-colour.png) no-repeat center center;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

.mob-nav-wrapper .child_nav_open .dropdown {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* styles for the hamburger menu when used as a toggle for the sibling navigation in pages */
.widget.subnav ul {
  margin: 0 auto;
}

.widget.subnav li a {
  display: block;
}

.widget.subnav .hamburger-menu {
  display: inline-block;
  float: none;
}

.widget.subnav .hamburger-menu span {
  width: 40px;
  left: 50%;
  margin-left: -20px;
}

.widget.subnav .mob-subnav-btn ~ ul.widget_subnav_menu {
  overflow: hidden;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  height: 0;
  will-change: height;
  padding: 0;
  margin: 0 auto;
  display: block;
}

/* end of styles for the hamburger menu when used as a toggle for the sibling navigation in pages */
/* styles for the ld popover plugin */
.ld_popover__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 89999;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  will-change: opacity, visibility;
  width: 100%;
  height: 100%;
}

.ld_popover__overlay.ld_popover__open {
  opacity: 1;
  visibility: visible;
}

.ld_popover__wrapper {
  max-width: 1020px;
  width: calc(100% - 20px - 20px);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  z-index: 90000;
  max-height: calc(100% - 20px - 20px);
  height: 70%;
  text-align: center;
  padding: calc(70px + 20px + 20px) 20px 20px 20px;
  overflow: auto;
  transition: height 0.2s ease, width 0.2s ease;
}

.ld_popover__inner {
  position: relative;
  width: 100%;
  height: auto;
  transition: height 0.2s ease, width 0.2s ease;
}

.ld_popover__close {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 20px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  /* box-shadow        : 0 0 20px rgba(0,0,0,.6); */
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  background: #94A000;
}

.ld_popover__close span {
  display: block;
  width: 35px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.ld_popover__close span:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.ld_popover__close span:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.sidebar .widget_popup_button p {
  margin-bottom: 0;
}

.ld_popover input {
  /* reset for safari on ios */
  -webkit-appearance: none;
  border-radius: 0;
}

/* responsive styles */
.show-mo-inline,
.show-mo-block,
.show-mo-flex {
  display: none;
}

.no-mo-block {
  display: block;
}

.no-mo-inline {
  display: inline;
}

.no-mo-flex {
  display: flex;
}

#header-mobile-bar {
  display: none;
}

/*@media all and (max-width: $maxwidth) {

} */
@media all and (max-width: 980px) {
  /*tablet in landscape or small laptop*/
  .col.span-1-4 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%;
  }

  .row {
    /*min-width: 100%;*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #header-mobile-bar {
    display: block;
  }

  .mob-nav-wrapper {
    display: block;
  }

  header nav, #header-top, #header-top-bar {
    display: none;
  }

  /*tablet in portrait mode, phablet in landscape*/
  .span-1-6 {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    -o-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }

  .span-1-5, .span-2-5 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%;
  }

  /** make the main content spans (best guess here) 100% */
  main .span-1-3,
main .span-1-4,
main .span-2-3,
main .span-3-4 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
  }

  /** break word on cols when they shrink too much... whats the overflow hidden for? */
  .col {
    overflow: hidden;
    word-wrap: break-word;
  }

  /* make gallery items 50% wide, regardless of col number. */
  .gallery .gallery-item {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    -o-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }

  /* general utility classes for hiding / showing elements at mob view size. */
  .no-mo-inline,
.no-mo-block,
.no-mo-flex {
    display: none;
  }

  .show-mo-inline {
    display: inline;
  }

  .show-mo-block {
    display: block;
  }

  .show-mo-flex {
    display: flex;
  }

  /** make widgets full width **/
  .widget {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
  }

  /** make footer widgets 50% **/
  .sidebar-footer li.widget {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%;
  }

  /* allow main sidebar items to wrap */
  main .sidebar {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar-header .widget, .sidebar-footer .widget, .sidebar-header-mobile .widget {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }

  /* IE 11 styles */
  _:-ms-fullscreen, :root .span-1-6 {
    -webkit-flex-basis: calc(33.3333% - 20px);
    -moz-flex-basis: calc(33.3333% - 20px);
    -ms-flex-basis: calc(33.3333% - 20px);
    -o-flex-basis: calc(33.3333% - 20px);
    flex-basis: calc(33.3333% - 20px);
  }

  _:-ms-fullscreen, :root .span-1-5,
_:-ms-fullscreen, :root .span-2-5 {
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    -o-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }

  _:-ms-fullscreen, :root .no-col-padding .span-1-6 {
    /* IE 11 styles */
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    -o-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }

  _:-ms-fullscreen, :root .no-col-padding .span-1-5,
_:-ms-fullscreen, :root .no-col-padding .span-2-5 {
    /* IE 11 styles */
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%;
  }

  _:-ms-fullscreen, :root main .span-1-3,
_:-ms-fullscreen, :root main .span-1-4,
_:-ms-fullscreen, :root main .span-2-3,
_:-ms-fullscreen, :root main .span-3-4 {
    -webkit-flex-basis: calc(100% - 20px);
    -moz-flex-basis: calc(100% - 20px);
    -ms-flex-basis: calc(100% - 20px);
    -o-flex-basis: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
  }

  _:-ms-fullscreen, :root main .no-col-padding .span-1-3,
_:-ms-fullscreen, :root main .no-col-padding .span-1-4,
_:-ms-fullscreen, :root main .no-col-padding .span-2-3,
_:-ms-fullscreen, :root main .no-col-padding .span-3-4 {
    /* IE 11 styles */
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
  }

  _:-ms-fullscreen, :root .gallery .gallery-item {
    -webkit-flex-basis: calc(33.3333% - 20px);
    -moz-flex-basis: calc(33.3333% - 20px);
    -ms-flex-basis: calc(33.3333% - 20px);
    -o-flex-basis: calc(33.3333% - 20px);
    flex-basis: calc(33.3333% - 20px);
  }

  /** make widgets full width **/
  _:-ms-fullscreen, :root .widget {
    -webkit-flex-basis: calc(100% - 20px);
    -moz-flex-basis: calc(100% - 20px);
    -ms-flex-basis: calc(100% - 20px);
    -o-flex-basis: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
  }

  /* _:-ms-fullscreen, :root .push-features .col, */
  _:-ms-fullscreen, :root .sidebar-footer li.widget {
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    -o-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }

  _:-ms-fullscreen, :root .gallery .gallery-item {
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    -o-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }

  .caption-wrapper {
    max-height: none;
  }

  .caption-wrapper .caption {
    max-width: 100%;
  }
}
@media all and (max-width: 600px) {
  .gallery .gallery-item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%;
  }

  /* .gallery {
    width: calc(100% + 10px);
    margin: 0 0 20px -10px;
  } */

  html div#wpadminbar {
    position: fixed !important;
    /* bugfix for buggy css when logged into wordpress and viewing the admin bar. */
  }

  _:-ms-fullscreen, :root .gallery .gallery-item {
    /* IE 11 styles */
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    -o-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }

  .col.span-1-4 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media all and (max-width: 500px) {
  /*mobile in portrait mode*/
  .col, .wrap {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
    /* all columns full width */
  }

  _:-ms-fullscreen, :root .col {
    /* IE 11 styles */
    -webkit-flex-basis: calc(100% - 20px);
    -moz-flex-basis: calc(100% - 20px);
    -ms-flex-basis: calc(100% - 20px);
    -o-flex-basis: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
  }

  _:-ms-fullscreen, :root .no-col-padding .col {
    /* IE 11 styles */
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
  }
}
/* responsive grid overrides. */
/*** header navigation (full width) ***/
/*flyout / dropdown menus on hover */
header .widget_nav_menu li:hover .children,
header .widget_nav_menu li:focus .children,
header .widget_nav_menu li:active .children {
  visibility: visible;
  opacity: 1;
}

header .widget_nav_menu .children {
  display: block;
  height: auto;
  padding: 0;
  position: absolute;
  z-index: 1000;
  /* hide and show - visibility can be animated! */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.15s, opacity 0.15s ease;
  transition: visibility 0.15s, opacity 0.15s ease;
}

header .widget_nav_menu li:last-of-type ul {
  right: 0;
  left: auto;
}

header .widget_nav_menu li li {
  font-size: 100%;
  width: 100%;
}

header .widget_nav_menu li li a {
  width: 100%;
}

/*** end header nav.wrapperigation ***/
/* styles to put some basic simple styling on wordpress widget LI elements. default styling sucks! */
li.widget {
  list-style: none;
  position: relative;
  /* to fix ipad display bug */
}

/* styles for the full width footer widget area, and for certain widgets or HTML that may be used in that widget area */
.widget_logos img,
.widget_logos a {
  display: inline-block;
  padding: 0 1em;
  max-height: 100px;
  vertical-align: middle;
}

.logo a {
  display: inline-block;
  max-width: 100%;
}

.feature {
  position: relative;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.feature img {
  width: 100%;
  display: block;
  margin: 0;
}

.feature .desc {
  position: relative;
}
