/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
    1.4 Wordpress
  2.0 Layout
    2.1 Blocks
    2.2 Grid
    2.3 Helpers
  3.0 Module
    3.1 Sections
    3.2 Entries
    3.3 Parts
    3.4 Navigation
    3.5 Widgets
    3.6 Comments
  4.0 State
    4.1 Shortcodes
    4.2 Animations

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0px;
  line-height: 1;
  background-color: white;
  color: #4f555e;
  overflow-x: hidden;
  margin-top: 169px;
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 0;
  }
}
body.menu-is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
body * {
  outline: 0;
  background-repeat: no-repeat;
}

.container {
  max-width: none !important;
  padding: 0 15px !important;
}

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

figure {
  margin: 0;
}

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

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

hr {
  margin: 7.5% 0;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
}

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

p {
  line-height: 150%;
}

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4, #respond h3, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #f47321;
}
h1 a, h2 a, h3 a, h4 a, #respond h3 a, h5 a, h6 a {
  color: #f47321;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, #respond h3 a:hover, h5 a:hover, h6 a:hover {
  color: #f47321;
}

h1 {
  font-size: 2.8rem;
  text-transform: uppercase;
  line-height: 1.25;
}

h2 {
  font-size: 2.1rem;
  line-height: 1.25;
  color: #f47321;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  font-size: 2.1rem;
  line-height: 1.25;
  color: #4f555e;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4, #respond h3 {
  font-size: 1.6rem;
  line-height: 1.5;
}

h5 {
  margin: 6% 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.5;
}

blockquote {
  position: relative;
  padding: 2% 3% 1% 3%;
  font-size: 3.0rem;
  font-weight: lighter;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding: 2% 0;
    font-size: 1.8rem;
  }
}
blockquote:after {
  padding: 2.5% 0 0 0;
  content: "\f10e";
  display: block;
  font-family: "fontawesome";
  font-size: 2.0rem;
  opacity: 0.25;
}
blockquote p {
  margin: 0;
}

p {
  margin: 25px 0;
}

a.link {
  font-size: 1.3rem;
  font-weight: 600;
  color: #4f555e;
  text-transform: none;
  text-decoration: none;
  padding: 0 0 2px;
  border-bottom: 2px solid #f47321;
}

table {
  width: 100%;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
table tr {
  background-color: white;
}
table tr th,
table tr td {
  font-size: 1.2rem;
  text-align: left;
  border: none;
  border: 1px solid #7b7b7b;
  line-height: 1.5;
}
table tr th {
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
table tr td {
  padding: 3%;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* 1.3 Forms
  -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
  border: 0;
}

label {
  padding: 0 5px 0 0;
  display: block;
  font-weight: normal;
}

input, textarea {
  padding: 0 15px 0 0;
  width: 100%;
  max-width: 100%;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 1.4rem;
  line-height: 3;
  border: 0;
  border-bottom: 1px solid #dddddd;
  background-color: white;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
input:focus, textarea:focus {
  background: rgba(0, 0, 0, 0.025);
}

select {
  width: 100%;
  max-width: 100%;
  color: #7b7b7b;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
}

textarea {
  padding: 15px;
  height: 200px;
  line-height: 2;
  resize: vertical;
}

input[type="submit"] {
  margin: 2.5% 0 0 0;
  padding: 0 30px;
  width: auto;
  min-width: 0;
  font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7b7b7b;
  border: 1px solid #f47321;
  background: #f47321;
}
input[type="submit"]:hover {
  border: 1px solid #f47321;
  background: #f47321;
}

.wpcf7-form {
  color: #545962;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form {
    padding: 0 10px;
  }
}
.wpcf7-form p {
  clear: both;
}
.wpcf7-form .half {
  width: 48%;
  margin: 0 1% 30px;
  float: left;
  clear: none;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .half {
    width: 100%;
    clear: both;
  }
}
.wpcf7-form .full {
  width: 98%;
  margin: 0 1% 30px;
  float: left;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"] {
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding-left: 0;
  text-transform: none;
  font-size: 1.7rem;
  color: #545962;
  line-height: 170%;
  margin-top: 5px;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="number"]:focus {
  border-color: #f47321;
}
.wpcf7-form textarea {
  height: 120px;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  font-size: 1.7rem;
  color: #545962;
  line-height: 170%;
  margin-top: 5px;
}
.wpcf7-form textarea:focus {
  border-color: #f47321;
}
.wpcf7-form input[type="checkbox"] {
  width: auto;
  margin-top: 20px;
}
.wpcf7-form .button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #f47321;
  font-size: 2.2rem;
  padding: 0 0 5px;
  line-height: 140%;
  letter-spacing: 1px;
  font-weight: 600;
  color: #545962;
}
.wpcf7-form .button:hover {
  background: transparent;
  color: #f47321;
  border: 0;
  border-bottom: 2px solid #f47321;
}

/* 1.4 Wordpress
  -------------------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery-caption {
  max-width: 100%;
}

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

.wp-caption-text {
  padding: 2.5% 5%;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.75;
  background: rgba(0, 0, 0, 0.05);
}

.sticky {
  max-width: 100%;
}

.bypostauthor {
  max-width: 100%;
}

.screen-reader-text {
  display: none;
}

.mejs-audio {
  max-width: 100%;
  overflow: hidden;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

img.alignnone, figure.alignnone {
  margin: 6% 0;
}
@media screen and (max-width: 767px) {
  img.alignnone, figure.alignnone {
    margin: 6% auto;
  }
}

img.alignleft, figure.alignleft {
  margin: 1% 8% 2% 0;
  float: left;
}
@media screen and (max-width: 767px) {
  img.alignleft, figure.alignleft {
    margin: 6% auto;
    float: none;
  }
}

img.aligncenter, figure.aligncenter {
  margin: 6% auto;
}
@media screen and (max-width: 767px) {
  img.aligncenter, figure.aligncenter {
    margin: 6% auto;
  }
}

img.alignright, figure.alignright {
  margin: 1% 0 2% 8%;
  float: right;
}
@media screen and (max-width: 767px) {
  img.alignright, figure.alignright {
    margin: 6% auto;
    float: none;
  }
}

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #site-wrap {
    padding: 0;
  }
}
#site-wrap .page-row {
  display: table-row;
  min-height: 1px;
  overflow: hidden;
}
#site-wrap .page-row-expanded {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #site-wrap .page-row-expanded {
    height: 100%;
  }
}

#top-header {
  height: 65px;
  background-color: white;
  clear: both;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  max-width: none;
}
#top-header .container {
  max-width: 1140px !important;
}
@media screen and (max-width: 767px) {
  #top-header {
    position: relative;
  }
}
@media screen and (max-width: 1140px) {
  #top-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #top-header {
    height: 44px;
  }
}
@media screen and (max-height: 768px) {
  #top-header {
    height: 44px;
  }
}
#top-header ul.social-media-links {
  float: left;
  margin: 15px 30px 0 0;
}
@media screen and (max-width: 1024px) {
  #top-header ul.social-media-links {
    display: none;
  }
}
@media screen and (max-height: 768px) {
  #top-header ul.social-media-links {
    display: none;
  }
}
#top-header ul.social-media-links li {
  padding-right: 8px;
}
#top-header ul.social-media-links li .social-media-icon {
  width: 28px;
  height: 28px;
  line-height: 30px;
  font-size: 1.4rem;
}
#top-header .contact {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-top: 19px;
}
@media screen and (max-width: 1024px) {
  #top-header .contact {
    float: right;
    margin-top: 22px;
  }
}
@media screen and (max-height: 768px) {
  #top-header .contact {
    float: right;
    margin-top: 22px;
  }
}
#top-header .contact li {
  float: left;
  font-size: 2.2rem;
  color: #51565f;
  padding-right: 30px;
}
#top-header .contact li a {
  text-decoration: none;
  border-bottom: 2px solid #f47321;
}
#top-header .contact li:before {
  font-family: "fontawesome";
  font-size: 2rem;
  color: #f47321;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  #top-header .contact li.email {
    display: none;
  }
}
@media screen and (max-height: 768px) {
  #top-header .contact li.email {
    display: none;
  }
}
#top-header .contact li.email:before {
  content: "\f0e0";
}
@media screen and (max-width: 1024px) {
  #top-header .contact li.phone {
    padding: 0;
  }
}
@media screen and (max-height: 768px) {
  #top-header .contact li.phone {
    padding: 0;
  }
}
#top-header .contact li.phone:before {
  content: "\f095";
}
#top-header .search-form, #top-header .woocommerce-product-search {
  width: 232px;
  height: 44px;
  padding: 0 5px;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  border: #ffd5ba 1px solid;
}
#top-header .search-form:focus, #top-header .woocommerce-product-search:focus {
  border: #f47321 1px solid;
}
@media screen and (max-width: 767px) {
  #top-header .search-form, #top-header .woocommerce-product-search {
    display: none;
  }
}
#top-header .search-form input[type="search"], #top-header .woocommerce-product-search input[type="search"] {
  width: 195px;
  height: 42px;
  font-size: 1.4rem;
  border: 0;
  float: left;
  padding: 0 10px 0 0;
}
#top-header .search-form input[type="submit"], #top-header .woocommerce-product-search input[type="submit"] {
  margin: 0;
  padding: 0;
  float: left;
  width: 25px;
  color: #f47321;
  border: 0;
  text-indent: -9999px;
  background: url(../img/icon_search.png) center center no-repeat;
}

.mobile-search {
  display: none;
}
.mobile-search input[type=search] {
  margin: 20px;
  width: 88%;
}
.mobile-search input[type=submit] {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-search {
    display: block;
  }
}

#site-header {
  padding: 28px 0 0;
  background-color: #f7f7f7;
  color: white;
  float: left;
  width: 100%;
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  top: 65px;
}
@media screen and (max-width: 767px) {
  #site-header {
    position: relative;
    top: 0;
  }
}
#site-header .logo {
  display: block;
  float: left;
}
@media screen and (max-width: 1140px) {
  #site-header .logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #site-header .logo {
    width: 230px;
  }
}
@media screen and (max-width: 1024px) {
  #site-header {
    padding: 0;
    height: 75px;
  }
  #site-header .container {
    height: 75px;
    position: relative;
  }
  #site-header .container .logo {
    display: inline-block;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  #site-header .container .logo img {
    height: 31px;
  }
}
@media screen and (max-height: 768px) {
  #site-header {
    padding: 0;
    height: 65px;
  }
  #site-header .container {
    height: 65px;
    position: relative;
  }
  #site-header .container .logo {
    display: inline-block;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  #site-header .container .logo img {
    height: 31px;
  }
}

#site-main {
  margin-bottom: 0 !important;
}

#site-footer {
  background-color: #4f555e;
  color: white;
  padding: 50px 0;
  clear: both;
}
#site-footer .container {
  padding: 0 20px;
}
#site-footer h3 {
  color: white;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 2.0rem;
  letter-spacing: 2px;
}
#site-footer .footer-blurb {
  float: left;
  width: 50%;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 1024px) {
  #site-footer .footer-blurb {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
#site-footer #footer-nav {
  float: left;
  width: 25%;
  padding: 0 2% 0 0;
}
@media screen and (max-width: 1024px) {
  #site-footer #footer-nav {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #site-footer #footer-nav {
    width: 100%;
  }
}
#site-footer #footer-nav #menu-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer #footer-nav #menu-footer-nav li {
  padding: 0 0 25px 20px;
  position: relative;
}
#site-footer #footer-nav #menu-footer-nav li:before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 3.22rem;
  color: #f47321;
  position: absolute;
  top: -7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #site-footer #footer-nav #menu-footer-nav li:before {
    font-size: 2.6rem;
  }
}
#site-footer #footer-nav #menu-footer-nav li a {
  color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-bottom: 2px solid #f47321;
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 5px;
  letter-spacing: 1px;
  display: inline-block;
}
#site-footer #footer-nav #menu-footer-nav li a:hover {
  color: #f47321;
}
@media screen and (max-width: 767px) {
  #site-footer #footer-nav #menu-footer-nav li a {
    font-size: 1.4rem;
  }
}
#site-footer .contact {
  float: left;
  width: 25%;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  #site-footer .contact {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .contact {
    width: 100%;
    font-size: 1.4rem;
  }
}
#site-footer .contact div {
  padding: 0 0 25px;
  line-height: 140%;
}
#site-footer .contact div a {
  color: white;
  font-size: 1.8rem;
  border-bottom: 2px solid #f47321;
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 2px;
  letter-spacing: 1px;
  display: inline-block;
}
#site-footer .contact div a:hover {
  color: #f47321;
}
@media screen and (max-width: 767px) {
  #site-footer .contact div a {
    font-size: 1.4rem;
  }
}

.footer-links {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6f747b;
}
.footer-links:after {
  content: "";
  display: table;
  clear: both;
}
.footer-links p {
  line-height: 26px;
  margin: 0;
  padding: 0;
  float: left;
}
.footer-links .digerati {
  display: block;
  width: 110px;
  height: 26px;
  float: right;
  text-indent: -9999px;
  background: url(../img/logo_digerati.png) 0 0 no-repeat;
}

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.gallery {
  position: relative;
  margin: 0 -5px -5px -5px;
}
.gallery:before {
  content: "\f1ce";
  position: absolute;
  z-index: 8;
  top: 20px !important;
  left: 0;
  right: 0;
  font-family: "fontawesome";
  font-size: 4.0rem;
  text-align: center;
  line-height: 1;
  pointer-events: none;
  -webkit-animation-name: iconSpin;
  -moz-animation-name: iconSpin;
  animation-name: iconSpin;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery.is-loaded:before {
  display: none;
}
.gallery.is-loaded .gallery-item {
  visibility: visible;
}
.gallery .gallery-item {
  padding: 5px;
  float: left;
  width: 33.333333%;
  visibility: hidden;
}
.gallery .gallery-item a {
  cursor: cell;
}
.gallery .gallery-item img {
  margin: 0 auto;
  height: auto;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111%;
}
@media screen and (max-width: 767px) {
  .gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item, .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item {
    width: 100%;
  }
}

/* 2.3 Helpers
  -------------------------------------------------------------------------- */
.widget > *:first-child,
.widget > *:first-child > *:first-child,
.widget > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.widget > *:last-child,
.widget > *:last-child > *:last-child,
.widget > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
section {
  clear: both;
}

#homepage-slider {
  height: 500px;
}
@media screen and (max-width: 1140px) {
  #homepage-slider {
    height: 400px;
  }
  #homepage-slider .slide-content {
    padding: 100px 50px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #homepage-slider {
    height: 230px;
  }
}
#homepage-slider .slick-slide {
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #homepage-slider .slick-slide {
    background-position: top right;
  }
}
#homepage-slider .slick-slide .slide-content {
  width: 1140px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 0;
}
#homepage-slider .slick-slide .slide-content:after {
  content: "";
  display: table;
  clear: both;
}
#homepage-slider .slick-slide .slide-content h2 {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 4.6rem;
  font-weight: bold;
  text-transform: none;
  color: #50555e;
  display: inline-block;
  position: absolute;
  top: 15%;
}
@media screen and (max-width: 1140px) {
  #homepage-slider .slick-slide .slide-content {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  #homepage-slider .slick-slide .slide-content {
    width: 90%;
    padding: 30px !important;
    top: 50%;
    left: 50%;
  }
  #homepage-slider .slick-slide .slide-content h2 {
    font-size: 3.2rem;
    color: black;
    text-shadow: 0px 1px 8px white;
  }
}
#homepage-slider .slick-slide.right {
  background-position: top left;
}
#homepage-slider .slick-slide.right .slide-content {
  text-align: right;
}
#homepage-slider .slick-slide.right .slide-content h2 {
  right: 15%;
}
#homepage-slider .slick-slide.far-right {
  background-position: top left;
}
#homepage-slider .slick-slide.far-right .slide-content {
  text-align: right;
}
#homepage-slider .slick-slide.far-right .slide-content h2 {
  right: 20px;
}
#homepage-slider .slick-slide.left .slide-content {
  text-align: left;
}
#homepage-slider .slick-slide.left .slide-content h2 {
  left: 15%;
}
#homepage-slider .slick-slide.far-left .slide-content {
  text-align: left;
}
#homepage-slider .slick-slide.far-left .slide-content h2 {
  left: 20px;
}
#homepage-slider .slick-list,
#homepage-slider .slick-track,
#homepage-slider .slick-slide {
  height: 100%;
}
#homepage-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  width: 50px;
  height: 70px;
  border: 0;
  color: #f47321;
  text-indent: -9999px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
}
#homepage-slider .slick-arrow.slick-prev {
  left: 0;
}
#homepage-slider .slick-arrow.slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 4rem;
  text-indent: 0;
  float: left;
  margin-left: 10px;
}
#homepage-slider .slick-arrow.slick-next {
  right: 0;
}
#homepage-slider .slick-arrow.slick-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 4rem;
  text-indent: 0;
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #homepage-slider .slick-arrow {
    display: none !important;
  }
}

section#section-links {
  background-color: #f7f7f7;
  text-align: center;
  padding: 60px 0;
}
section#section-links .container {
  display: table;
}
section#section-links .container .section-link-item {
  display: table-cell;
  width: 25%;
  text-decoration: none;
}
section#section-links .container .section-link-item .section-link-icon {
  display: block;
  width: 105px;
  height: 105px;
  background-color: #f47321;
  border-radius: 50%;
  color: white;
  font-size: 6.5rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
section#section-links .container .section-link-item .section-link-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section#section-links .container .section-link-item .section-link-icon i.fa-search, section#section-links .container .section-link-item .section-link-icon i.fa-comment, section#section-links .container .section-link-item .section-link-icon i.fa-comment-o, section#section-links .container .section-link-item .section-link-icon i.fa-commenting, section#section-links .container .section-link-item .section-link-icon i.fa-commenting-o {
  margin-top: -5px;
}
section#section-links .container .section-link-item .section-link-icon:hover {
  background-color: white;
  color: #f47321;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
section#section-links .container .section-link-item .section-link-title {
  color: #4f555e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #f47321;
  margin-bottom: 20px;
  display: inline-block;
}
section#section-links .container .section-link-item .section-link-title:hover {
  color: #f47321;
}
section#section-links .container .section-link-item .section-link-blurb {
  line-height: 160%;
  padding: 0 14%;
}
@media screen and (max-width: 767px) {
  section#section-links {
    padding: 20px 0;
  }
  section#section-links .container {
    display: block;
  }
  section#section-links .container .section-link-item {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}

section#homepage-feature-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
section#homepage-feature-content:after {
  content: "";
  display: table;
  clear: both;
}
section#homepage-feature-content .container {
  display: table;
  width: 100%;
}
section#homepage-feature-content .container .feature-content {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 150%;
}
section#homepage-feature-content .container .feature-content p {
  max-width: 480px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
section#homepage-feature-content .container .feature-content blockquote {
  text-transform: none;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 4.6rem;
  font-weight: bold;
  color: #f47321;
  width: 100%;
  padding: 0 20px;
  margin: 25px 0;
  line-height: 130%;
}
section#homepage-feature-content .container .feature-content blockquote p {
  margin: 0;
  max-width: none;
}
section#homepage-feature-content .container .feature-content blockquote:after {
  display: none;
}
section#homepage-feature-content .container .feature-content-aside {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  padding: 65px 0;
}
section#homepage-feature-content .container .feature-content-aside .feature-link-icon {
  display: block;
  width: 105px;
  height: 105px;
  background-color: #f47321;
  border-radius: 50%;
  color: white;
  font-size: 6.5rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
section#homepage-feature-content .container .feature-content-aside .feature-link-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section#homepage-feature-content .container .feature-content-aside .feature-link-icon i.fa-search, section#homepage-feature-content .container .feature-content-aside .feature-link-icon i.fa-comment, section#homepage-feature-content .container .feature-content-aside .feature-link-icon i.fa-comment-o, section#homepage-feature-content .container .feature-content-aside .feature-link-icon i.fa-commenting, section#homepage-feature-content .container .feature-content-aside .feature-link-icon i.fa-commenting-o {
  margin-top: -5px;
}
section#homepage-feature-content .container .feature-content-aside .feature-link-icon:hover {
  background-color: white;
  color: #f47321;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
section#homepage-feature-content .container .feature-content-aside .feature-link-title {
  color: #4f555e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #f47321;
  margin-bottom: 20px;
  display: inline-block;
}
section#homepage-feature-content .container .feature-content-aside .feature-link-title:hover {
  color: #f47321;
}
section#homepage-feature-content .container .feature-content-aside .feature-link-blurb {
  line-height: 160%;
  padding: 0 14%;
}
@media screen and (max-width: 767px) {
  section#homepage-feature-content .container {
    display: block;
    padding: 0;
  }
  section#homepage-feature-content .container .feature-content {
    display: block;
    width: 100%;
  }
  section#homepage-feature-content .container .feature-content-aside {
    display: block;
    width: 100%;
    padding: 25px 0;
  }
}

section#homepage-featured-product {
  background-color: #f7f7f7;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  section#homepage-featured-product {
    padding: 20px 0;
  }
}
section#homepage-featured-product .container .featured-range {
  width: 58%;
  float: left;
  padding: 0 4.5%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section#homepage-featured-product .container .featured-range {
    width: 100%;
  }
}
section#homepage-featured-product .container .featured-range h2 {
  margin-bottom: 20px;
}
section#homepage-featured-product .container .featured-range .featured_video {
  padding-top: 40px;
}
section#homepage-featured-product .container .featured-product {
  width: 42%;
  float: left;
  padding: 0 5.7%;
}
@media screen and (max-width: 767px) {
  section#homepage-featured-product .container .featured-product {
    width: 100%;
  }
}
section#homepage-featured-product .container .featured-product h3 {
  padding-bottom: 10px;
}
section#homepage-featured-product .container .featured-product .product-image img {
  width: 100%;
}

section#home-gallery {
  background-color: #f7f7f7;
  padding: 70px 0;
  text-align: center;
}
section#home-gallery h2 {
  padding: 0 0 55px;
}
section#home-gallery #sbi_images .sbi_item {
  width: 32% !important;
  border: 4px solid #ebebeb;
  overflow: hidden;
  margin: 0px !important;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  section#home-gallery #sbi_images .sbi_item {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  section#home-gallery #sbi_images .sbi_item {
    width: calc(100% - 10px) !important;
  }
}
section#home-gallery .sbi_load_btn {
  color: #4f555e !important;
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #f47321 !important;
  font-size: 1.4rem !important;
  padding: 0 0 3px !important;
}
section#home-gallery .sbi_load_btn:hover {
  opacity: 1 !important;
  color: #f47321;
}
section#home-gallery .sbi_follow_btn a {
  padding-top: 0;
  padding-bottom: 5px;
  padding-right: 1px;
}

section#home-about {
  background-color: white;
  text-align: center;
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  section#home-about {
    padding: 45px 0;
  }
}
section#home-about .container .about-content {
  float: left;
  width: 50%;
  padding: 0 5%;
  border-right: 1px solid #a4a3a3;
}
@media screen and (max-width: 767px) {
  section#home-about .container .about-content {
    width: 100%;
    border-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #a4a3a3;
    margin-bottom: 40px;
  }
}
section#home-about .container .testimonials {
  float: left;
  width: 50%;
  padding: 0 5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section#home-about .container .testimonials {
    width: 100%;
  }
}
section#home-about .container .testimonials #home-testimonials-slider {
  padding-top: 25px;
}
section#home-about .container .testimonials #home-testimonials-slider .slick-slide {
  padding: 0 80px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  section#home-about .container .testimonials #home-testimonials-slider .slick-slide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  section#home-about .container .testimonials #home-testimonials-slider .slick-slide {
    padding: 0;
  }
}
section#home-about .container .testimonials #home-testimonials-slider .testimonial {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 180%;
}
section#home-about .container .testimonials #home-testimonials-slider .testimonial:before {
  content: '"';
  font-size: 1.7;
  font-weight: bold;
}
section#home-about .container .testimonials #home-testimonials-slider .testimonial:after {
  content: '"';
  font-size: 1.7;
  font-weight: bold;
}
section#home-about .container .testimonials #home-testimonials-slider hr {
  width: 110px;
  height: 1px;
  background-color: #a4a3a3;
  border: 0;
  margin: 30px auto 40px;
}
section#home-about .container .testimonials #home-testimonials-slider .testimonial-name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4f555e;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 15px;
}
section#home-about .container .testimonials #home-testimonials-slider .testimonial-date {
  font-size: 1.4rem;
  color: #4f555e;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section#home-about .container .testimonials #home-testimonials-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  width: 50px;
  height: 70px;
  border: 0;
  color: #f47321;
  text-indent: -9999px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
}
section#home-about .container .testimonials #home-testimonials-slider .slick-arrow.slick-prev {
  left: 0;
}
section#home-about .container .testimonials #home-testimonials-slider .slick-arrow.slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 4rem;
  text-indent: 0;
  float: left;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  section#home-about .container .testimonials #home-testimonials-slider .slick-arrow.slick-prev:before {
    margin-left: 0;
  }
}
section#home-about .container .testimonials #home-testimonials-slider .slick-arrow.slick-next {
  right: 0;
}
section#home-about .container .testimonials #home-testimonials-slider .slick-arrow.slick-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 4rem;
  text-indent: 0;
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  section#home-about .container .testimonials #home-testimonials-slider .slick-arrow.slick-next:after {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section#home-about .container .testimonials #home-testimonials-slider .slick-arrow {
    display: none !important;
  }
}

section#services-landing {
  padding: 80px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#services-landing {
    padding: 40px 0 0;
  }
}
section#services-landing .services-item {
  width: 50%;
  float: left;
  padding: 0 7% 25px;
}
section#services-landing .services-item h3 {
  color: #f47321;
}
section#services-landing .services-item.image img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  section#services-landing .services-item {
    padding: 0 2.5% 25px 5%;
  }
  section#services-landing .services-item:nth-of-type(2n) {
    padding: 0 5% 25px 2.5%;
  }
}
@media screen and (max-width: 767px) {
  section#services-landing .services-item {
    width: 100%;
    padding-bottom: 80px;
  }
}
section#services-landing hr {
  width: 50%;
  clear: both;
  background: transparent;
  margin: 0 auto 45px;
  padding: 20px 0 0;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  section#services-landing hr {
    display: none;
  }
  section#services-landing hr:first-of-type {
    display: block;
  }
}

section#dva-landing {
  padding: 80px 0 60px;
  text-align: center;
}
section#dva-landing hr {
  width: 50%;
  clear: both;
  background: transparent;
  margin: 0 auto 45px;
  padding: 20px 0 0;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  section#dva-landing hr {
    display: none;
  }
  section#dva-landing hr:first-of-type {
    display: block;
  }
}
section#dva-landing .partner-link {
  display: inline-block;
  margin: 50px 35px 0;
}

section#blog-landing {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0 0;
  text-align: left;
}
section#blog-landing:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  section#blog-landing {
    padding: 25px 0 0;
  }
}
section#blog-landing #blog-main {
  float: left;
  width: calc(100% - 340px);
  margin: 0 !important;
  padding: 0 15px 85px;
}
@media screen and (max-width: 1024px) {
  section#blog-landing #blog-main {
    width: calc(100% - 235px);
  }
}
@media screen and (max-width: 767px) {
  section#blog-landing #blog-main {
    width: 100%;
    padding: 0 15px 25px;
  }
}
section#blog-landing #blog-main.blog-results .blog-post {
  padding: 0 0 40px;
}
section#blog-landing #blog-main.blog-results .blog-post h3 {
  padding: 0 0 10px;
}
section#blog-landing #blog-main.blog-results .blog-post h3 a {
  text-decoration: none;
}
section#blog-landing #blog-main.blog-results .blog-post p {
  margin: 15px 0;
}
section#blog-landing #blog-aside {
  float: right;
  width: 285px;
  padding: 0 0 85px;
}
@media screen and (max-width: 1024px) {
  section#blog-landing #blog-aside {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  section#blog-landing #blog-aside {
    width: 100%;
    padding: 0 15px 45px;
  }
}
section#blog-landing #blog-aside .widget {
  padding: 0 0 50px;
}
section#blog-landing #blog-aside .widget:last-child {
  padding: 0;
}
section#blog-landing #blog-aside .widget h3 {
  margin: 0;
  padding: 0 0 25px;
}
section#blog-landing #blog-aside .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#blog-landing #blog-aside .widget ul li {
  padding: 0 0 23px 15px;
  margin: 0;
  position: relative;
}
section#blog-landing #blog-aside .widget ul li:last-child {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  section#blog-landing #blog-aside .widget ul li {
    padding: 0 0 15px 15px;
  }
}
section#blog-landing #blog-aside .widget ul li:before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 2rem;
  font-weight: 600;
  color: #f47321;
  position: absolute;
  top: -7px;
  left: 0;
}
section#blog-landing #blog-aside .widget ul li a {
  color: #4f555e;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
}
section#blog-landing #blog-aside .widget ul li a:hover {
  color: #f47321;
}
@media screen and (max-width: 767px) {
  section#blog-landing #blog-aside .widget ul li a {
    font-size: 1.3rem;
  }
}
section#blog-landing #blog-aside .widget ul li ul.children {
  margin-top: 20px;
}
section#blog-landing #blog-aside .widget ul li ul.children li:last-child {
  padding-bottom: 0;
}
section#blog-landing #blog-aside .blog-search {
  padding: 0 0 50px;
}
section#blog-landing #blog-aside .blog-search form {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  width: 220px;
}
section#blog-landing #blog-aside .blog-search form input[type="search"] {
  margin: 0;
  width: 195px;
  height: 42px;
  font-size: 1.4rem;
  border: 0;
  float: left;
  padding: 0 10px 0 0;
}
section#blog-landing #blog-aside .blog-search form input[type="submit"] {
  margin: 0;
  padding: 0;
  float: left;
  width: 25px;
  color: #f47321;
  border: 0;
  text-indent: -9999px;
  background: url(../img/icon_search.png) center center no-repeat;
}

section.search-results {
  overflow: hidden;
  padding: 40px 0;
  text-align: left;
}
section.search-results h2 {
  padding: 0 0 30px;
}
section.search-results .search-results-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
section.search-results .search-results-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
section.search-results .search-results-wrapper .search-result-item > img {
  max-width: 100%;
}
section.search-results .search-results-wrapper .search-result-item .post-content {
  padding: 0 0 40px;
}
section.search-results .search-results-wrapper .search-result-item .post-content h3 {
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #09182c;
}
section.search-results .search-results-wrapper .search-result-item .post-content .excerpt {
  clear: both;
  padding: 0;
}

#shop-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0 0;
}
#shop-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1140px) {
  #shop-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #shop-wrapper {
    padding: 45px 20px 0;
  }
}
#shop-wrapper h1.page-title {
  margin: 0 0 10px;
}
#shop-wrapper #site-main {
  float: left;
  width: calc(100% - 340px);
  margin: 0 !important;
  padding: 0 0 85px;
}
@media screen and (max-width: 1024px) {
  #shop-wrapper #site-main {
    width: calc(100% - 235px);
  }
}
@media screen and (max-width: 767px) {
  #shop-wrapper #site-main {
    width: 100%;
    padding: 0 0 25px;
  }
}
#shop-wrapper #site-main .woocommerce-breadcrumb {
  color: #4f555e;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0 0;
}
#shop-wrapper #site-main .woocommerce-breadcrumb span {
  margin: 0 5px;
  padding-bottom: 5px;
  display: inline-block;
}
#shop-wrapper #site-main .woocommerce-breadcrumb span:first-child {
  margin-left: 0;
}
#shop-wrapper #site-main .woocommerce-breadcrumb span:last-child {
  border-bottom: 2px solid #f47321;
}
#shop-wrapper #site-main .woocommerce-breadcrumb a {
  color: #4f555e;
  text-decoration: none;
}
#shop-wrapper #site-main .woocommerce-result-count {
  font-size: 1.3rem;
  font-weight: 600;
}
#shop-wrapper #site-main ul.products {
  display: block;
  padding: 55px 0 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
#shop-wrapper #site-main ul.products li.product {
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  height: 385px;
  margin: 0 0 0 0;
  padding: 40px 20px 60px;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
#shop-wrapper #site-main ul.products li.product h3 {
  min-height: 88px;
  font-size: 0.8em;
}
@media screen and (min-width: 1025px) {
  #shop-wrapper #site-main ul.products li.product.last {
    border-right: 0;
  }
  #shop-wrapper #site-main ul.products li.product:nth-child(1):nth-last-child(1) {
    border-right: 0;
    border-bottom: 0;
  }
  #shop-wrapper #site-main ul.products li.product:nth-child(1):nth-last-child(2), #shop-wrapper #site-main ul.products li.product:nth-child(2):nth-last-child(1) {
    border-bottom: 0;
  }
  #shop-wrapper #site-main ul.products li.product:nth-child(1):nth-last-child(3), #shop-wrapper #site-main ul.products li.product:nth-child(2):nth-last-child(2), #shop-wrapper #site-main ul.products li.product:nth-child(3):nth-last-child(1) {
    border-bottom: 0;
  }
  #shop-wrapper #site-main ul.products li.product:nth-child(3) {
    border-right: 0;
  }
  #shop-wrapper #site-main ul.products li.product:nth-child(4):nth-last-child(1), #shop-wrapper #site-main ul.products li.product:nth-child(5):nth-last-child(1) {
    border-right: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 1024px) {
  #shop-wrapper #site-main ul.products li.product {
    width: 50%;
  }
  #shop-wrapper #site-main ul.products li.product:nth-child(2n) {
    border-right: 0;
  }
  #shop-wrapper #site-main ul.products li.product:nth-child(5), #shop-wrapper #site-main ul.products li.product:nth-child(6) {
    border-bottom: 0;
  }
  #shop-wrapper #site-main ul.products li.product.first {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  #shop-wrapper #site-main ul.products li.product {
    width: 280px;
    height: auto;
    float: none;
    display: inline-block;
    margin: 0 auto;
    padding: 40px 10px;
    border-right: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
}
#shop-wrapper #site-main ul.products li.product a img {
  width: 80%;
  margin: 0 auto;
  max-height: 180px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  #shop-wrapper #site-main ul.products li.product a img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #shop-wrapper #site-main ul.products li.product a img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #shop-wrapper #site-main ul.products li.product a img {
    width: 80%;
  }
}
#shop-wrapper #site-main ul.products li.product .button {
  border-bottom: 2px solid #f47321;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  font-size: 1.7rem !important;
}
#shop-wrapper #site-main ul.products li.product .button:hover {
  color: #f47321;
}
#shop-wrapper #site-main ul.products li.product .woo_grid_compare_button_container {
  padding-left: 15px !important;
}
#shop-wrapper #site-main ul.products li.product .woo_grid_compare_button_container .woo_bt_compare_this_button {
  padding: 7px 0px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #f47321 !important;
  border-radius: 0 !important;
  color: #515151 !important;
  text-shadow: none !important;
  font-size: 1.7rem !important;
  font-weight: 700 !important;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif !important;
}
#shop-wrapper #site-main ul.products li.product .woo_grid_compare_button_container .woo_bt_compare_this_button:hover {
  color: #f47321 !important;
}
#shop-wrapper #site-main .woocommerce-pagination {
  margin: 30px 0 0;
  padding: 20px 10px;
  background-color: #f7f7f7;
  font-weight: 600;
}
#shop-wrapper #site-main .woocommerce-pagination ul {
  border: 0;
}
#shop-wrapper #site-main .woocommerce-pagination ul li {
  border-right: 0;
  margin: 0 5px 0 0;
}
#shop-wrapper #site-main .woocommerce-pagination ul li a {
  color: #4f555e;
  font-weight: 600;
}
#shop-wrapper #site-main .woocommerce-pagination ul li a:hover {
  background: transparent;
  border-bottom: 2px solid #f47321;
}
#shop-wrapper #site-main .woocommerce-pagination ul li a.prev, #shop-wrapper #site-main .woocommerce-pagination ul li a.next {
  color: #f47321;
}
#shop-wrapper #site-main .woocommerce-pagination ul li a.prev:hover, #shop-wrapper #site-main .woocommerce-pagination ul li a.next:hover {
  border-bottom: 0;
}
#shop-wrapper #site-main .woocommerce-pagination ul li a.prev:before {
  content: "\f177";
  font-family: "fontawesome";
  font-size: 1.6rem;
}
#shop-wrapper #site-main .woocommerce-pagination ul li a.next:after {
  content: "\f178";
  font-family: "fontawesome";
  font-size: 1.6rem;
}
#shop-wrapper #site-main .woocommerce-pagination ul li span.current {
  background: transparent;
  color: #4f555e;
  border-bottom: 2px solid #f47321;
  font-weight: 600;
}
#shop-wrapper #shop-aside {
  float: right;
  width: 285px;
  padding: 0 0 85px;
}
@media screen and (max-width: 1024px) {
  #shop-wrapper #shop-aside {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  #shop-wrapper #shop-aside {
    width: 100%;
    padding: 0 0 45px;
  }
}
#shop-wrapper #shop-aside .widget {
  padding: 0 0 50px;
}
#shop-wrapper #shop-aside .widget:last-child {
  padding: 0;
}
#shop-wrapper #shop-aside .widget h3 {
  margin: 0;
  padding: 0 0 25px;
}
#shop-wrapper #shop-aside .widget_product_search form {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  width: 220px;
}
#shop-wrapper #shop-aside .widget_product_search form input[type="search"] {
  width: 195px;
  height: 42px;
  font-size: 1.4rem;
  border: 0;
  float: left;
  padding: 0 10px 0 0;
}
#shop-wrapper #shop-aside .widget_product_search form input[type="submit"] {
  margin: 0;
  padding: 0;
  float: left;
  width: 25px;
  color: #f47321;
  border: 0;
  text-indent: -9999px;
  background: url(../img/icon_search.png) center center no-repeat;
}
#shop-wrapper #shop-aside .product-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
#shop-wrapper #shop-aside .product-categories li {
  padding: 0 0 23px 15px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #shop-wrapper #shop-aside .product-categories li {
    padding: 0 0 15px 15px;
  }
}
#shop-wrapper #shop-aside .product-categories li:before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 2rem;
  font-weight: 600;
  color: #f47321;
  position: absolute;
  top: -7px;
  left: 0;
}
#shop-wrapper #shop-aside .product-categories li a {
  color: #4f555e;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
}
#shop-wrapper #shop-aside .product-categories li a:hover {
  color: #f47321;
}
@media screen and (max-width: 767px) {
  #shop-wrapper #shop-aside .product-categories li a {
    font-size: 1.3rem;
  }
}
#shop-wrapper #shop-aside .product-categories li ul.children {
  margin-top: 20px;
}
#shop-wrapper #shop-aside .product-categories li ul.children li:last-child {
  padding-bottom: 0;
}
#shop-wrapper.product-page #site-main {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #shop-wrapper.product-page #site-main {
    padding: 0 0 45px;
  }
}
#shop-wrapper.product-page #site-main .woocommerce-breadcrumb {
  margin-bottom: 60px;
  padding: 0;
}
#shop-wrapper.product-page #site-main .product .summary {
  width: 100%;
  clear: both;
  padding: 0 0 50px;
  margin: 0;
  text-align: center;
}
#shop-wrapper.product-page #site-main .product .summary .price {
  display: none;
}
#shop-wrapper.product-page #site-main .product .summary .product_meta {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #4f555e;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 25px 0 0 0;
}
#shop-wrapper.product-page #site-main .product .summary .product_meta span {
  padding-right: 20px;
}
#shop-wrapper.product-page #site-main .product .summary .product_meta span:last-of-type {
  padding-right: 0;
}
#shop-wrapper.product-page #site-main .product .summary .product_meta a {
  color: #f47321;
}
#shop-wrapper.product-page #site-main .product .images {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 50px;
}
#shop-wrapper.product-page #site-main .product .images img {
  width: 85%;
  margin: 0 auto;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs {
  width: 48%;
  float: right;
  clear: none;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #shop-wrapper.product-page #site-main .product .woocommerce-tabs {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #shop-wrapper.product-page #site-main .product .woocommerce-tabs {
    width: 100%;
  }
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs {
  border-bottom: 1px solid #dbdbdb;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab {
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab > h3 {
  font-size: 1.7rem;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab > h3:before {
  content: '+';
  color: #f47321;
  float: right;
  font-size: 3rem;
  margin: -8px 0 0 0;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab > h3:after {
  content: 'More';
  color: #f47321;
  float: right;
  font-size: 2rem;
  margin: -2px 5px 0 0;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab > h3:hover:before, #shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab > h3:hover:after {
  color: #515151;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab > h3.open:before {
  content: '-';
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab > h3.open:after {
  content: '';
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel {
  padding-top: 10px;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel > * {
  margin-top: 0;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel h3 {
  font-size: 1.7rem;
  padding-bottom: 10px;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel ul li {
  padding: 0 0 10px 0;
  line-height: 140%;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel table tr th,
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel table tr td {
  border: 1px solid #dbdbdb;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel table.shop_attributes td,
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel table.shop_attributes th {
  border-bottom: 1px solid #dbdbdb;
  padding: 8px !important;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel#tab-description h2:first-child {
  display: none;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel #reviews #comments {
  margin: 0;
  background: transparent;
  padding: 0 0 20px;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel #reviews #comments h2:first-of-type {
  display: none;
}
#shop-wrapper.product-page #site-main .product .woocommerce-tabs .product-detail-tabs .tab .panel #reviews #review_form_wrapper textarea {
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
}
#shop-wrapper.product-page #site-main .product .related.products {
  width: 100%;
  clear: both;
}
#shop-wrapper.product-page #site-main .product .related.products h2 {
  text-align: center;
  padding-bottom: 15px;
}
#shop-wrapper.product-page #site-main .product .related.products ul.products li.product {
  width: 25%;
  border-bottom: 0;
  border-right: 1px solid #dbdbdb;
}
#shop-wrapper.product-page #site-main .product .related.products ul.products li.product:last-child {
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  #shop-wrapper.product-page #site-main .product .related.products ul.products li.product {
    height: auto;
    min-height: 320px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #shop-wrapper.product-page #site-main .product .related.products ul.products li.product {
    width: 50%;
    clear: none;
  }
  #shop-wrapper.product-page #site-main .product .related.products ul.products li.product:nth-child(1), #shop-wrapper.product-page #site-main .product .related.products ul.products li.product:nth-child(2) {
    border-bottom: 1px solid #dbdbdb;
  }
  #shop-wrapper.product-page #site-main .product .related.products ul.products li.product:nth-child(3):nth-last-child(1) {
    border-right: 1px solid #dbdbdb;
  }
  #shop-wrapper.product-page #site-main .product .related.products ul.products li.product:nth-child(1):nth-last-child(2), #shop-wrapper.product-page #site-main .product .related.products ul.products li.product:nth-child(2):nth-last-child(1) {
    border-bottom: 0;
  }
  #shop-wrapper.product-page #site-main .product .related.products ul.products li.product:nth-child(1):nth-last-child(1) {
    border-right: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #shop-wrapper.product-page #site-main .product .related.products ul.products li.product {
    width: 100%;
    clear: none;
  }
}

section.content-page {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}
section.content-page:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  section.content-page {
    padding: 40px 0;
  }
}
section.content-page h1 {
  text-align: center;
  padding: 0 0 35px;
}

#sb_instagram {
  box-sizing: content-box;
}
#sb_instagram .sb_instagram_header {
  text-align: center;
  margin: 0 0 50px;
}
#sb_instagram .sb_instagram_header .sbi_header_link {
  margin: 0 auto;
  float: none;
  display: inline-block;
}
#sb_instagram .sb_instagram_header .sbi_header_text {
  padding: 0;
}
#sb_instagram .sb_instagram_header .sbi_header_text h3.sbi_no_bio {
  padding: 0 !important;
  text-transform: none !important;
  margin: 0 !important;
  border-bottom: 2px solid #f47321;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
#sb_instagram .sb_instagram_header .sbi_header_text h3.sbi_no_bio:hover {
  color: #f47321;
}
#sb_instagram .sb_instagram_header .sbi_header_img {
  display: none;
}
#sb_instagram #sbi_images {
  box-sizing: content-box;
}
#sb_instagram #sbi_images .sbi_item {
  box-sizing: content-box;
  margin: 4px !important;
  width: calc(33.33% - 10px) !important;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #sb_instagram #sbi_images .sbi_item {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item {
    width: calc(100% - 10px) !important;
  }
}
#sb_instagram #sbi_load {
  margin: 30px 0 0;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram #sbi_load .sbi_follow_btn a {
  border-bottom: 2px solid #f47321;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #4f555e;
}
#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram #sbi_load .sbi_follow_btn a:hover {
  color: #f47321;
}
#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 25px;
}

section#contact-us {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
}
section#contact-us:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1140px) {
  section#contact-us {
    padding: 60px 20px 0;
  }
}
section#contact-us .office-locations {
  width: 46%;
  float: left;
  font-size: 1.4rem;
  color: #545962;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
section#contact-us .office-locations .office-location {
  padding: 0 0 75px;
  float: left;
  width: 100%;
}
section#contact-us .office-locations .office-location h3 {
  color: #f47321;
  padding-bottom: 18px;
}
section#contact-us .office-locations .office-location .address {
  width: 100%;
  float: left;
}
section#contact-us .office-locations .office-location .phone-fax {
  width: 100%;
  float: left;
}
section#contact-us .office-locations .office-location .phone-fax a {
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 2px solid #f47321;
}
section#contact-us .office-locations .office-location .map-wrapper {
  padding-top: 20px;
  clear: both;
}
section#contact-us .office-locations .office-location .map-wrapper .mapContainer {
  width: 100%;
  height: 235px;
  padding-top: 18px;
}
section#contact-us .contact-form {
  width: 46%;
  float: right;
  color: #545962;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
section#contact-us .contact-form .half {
  width: 48%;
  margin: 0 1% 30px;
  float: left;
}
@media screen and (max-width: 767px) {
  section#contact-us .contact-form .half {
    width: 100%;
    clear: both;
  }
}
section#contact-us .contact-form .full {
  width: 98%;
  margin: 0 1% 30px;
  float: left;
  clear: both;
}
section#contact-us .contact-form input[type="text"],
section#contact-us .contact-form input[type="email"],
section#contact-us .contact-form input[type="tel"],
section#contact-us .contact-form input[type="number"] {
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding-left: 0;
  text-transform: none;
  font-size: 1.7rem;
  color: #545962;
  line-height: 170%;
  margin-top: 5px;
}
section#contact-us .contact-form input[type="text"]:focus,
section#contact-us .contact-form input[type="email"]:focus,
section#contact-us .contact-form input[type="tel"]:focus,
section#contact-us .contact-form input[type="number"]:focus {
  border-color: #f47321;
}
section#contact-us .contact-form textarea {
  height: 120px;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  font-size: 1.7rem;
  color: #545962;
  line-height: 170%;
  margin-top: 5px;
}
section#contact-us .contact-form textarea:focus {
  border-color: #f47321;
}
section#contact-us .contact-form input[type="checkbox"] {
  width: auto;
  margin-top: 20px;
}
section#contact-us .contact-form .button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #f47321;
  font-size: 2.2rem;
  padding: 0 0 5px;
  line-height: 140%;
  letter-spacing: 1px;
  font-weight: 600;
  color: #545962;
}
section#contact-us .contact-form .button:hover {
  background: transparent;
  color: #f47321;
}

/* 3.2 Entries
  -------------------------------------------------------------------------- */
/* 3.3 Parts
  -------------------------------------------------------------------------- */
.feat-products {
  display: block;
}
.feat-products:after {
  content: "";
  display: table;
  clear: both;
}
.feat-products .feat-product {
  float: left;
  display: block;
  margin-right: 3.84615%;
  width: 48.07692%;
}
.feat-products .feat-product:last-child {
  margin-right: 0;
}
.feat-products .feat-product:nth-child(2n) {
  margin-right: 0;
}
.feat-products .feat-product:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 1024px) {
  .feat-products .feat-product {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
  }
  .feat-products .feat-product:last-child {
    margin-right: 0;
  }
  .feat-products .feat-product:nth-child(1n) {
    margin-right: 0;
  }
  .feat-products .feat-product:nth-child(1n+1) {
    clear: left;
  }
}
.feat-products .feat-product .product-info {
  margin: 0 auto;
  max-width: 500px;
}
.feat-products .feat-product .product-image img {
  margin: 40px auto;
}

#theme_header {
  height: 260px;
  color: #f47321;
  background: url(../img/placeholder_banner01.jpg);
  background-position: center center;
  background-size: cover;
  color: white;
  font-size: 4rem;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #theme_header {
    height: 240px;
  }
}
#theme_header .content {
  width: 1140px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#theme_header .content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1140px) {
  #theme_header .content {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    padding: 0 20px;
  }
}
#theme_header .content .title,
#theme_header .content h1 {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  color: white;
  font-size: 5rem;
  text-transform: none;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  #theme_header .content .title,
  #theme_header .content h1 {
    font-size: 4rem;
    text-shadow: 0px 1px 6px white;
  }
}

body.category #theme_header .content h1,
body.single-post #theme_header .content h1 {
  max-width: 600px;
}

span.intro-content {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 15px !important;
}

ul.social-media-links {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.social-media-links li {
  float: left;
  padding-right: 15px;
}
ul.social-media-links li:last-of-type {
  padding-right: 0;
}
ul.social-media-links li .social-media-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: white;
  background: #f47321;
  border-radius: 50%;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
ul.social-media-links li .social-media-icon:hover {
  background: white;
  color: #f47321;
}

.google-map {
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
@media screen and (max-width: 767px) {
  .google-map {
    height: 250px;
  }
}

.woo_compare_widget_button_go {
  padding: 7px 0px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #f47321 !important;
  border-radius: 0 !important;
  color: #515151 !important;
  text-shadow: none !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif !important;
}

/* 3.4 Navigation
  -------------------------------------------------------------------------- */
#menu-button {
  display: none;
  width: 50px;
  height: 50px;
  float: right;
  background: url(../img/menu_button.png) center center no-repeat;
}
@media screen and (max-width: 1024px) {
  #menu-button {
    display: block;
  }
}

.nav-header {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
  text-align: center;
  float: right;
  height: 76px;
}
.nav-header > li {
  display: inline-block;
  position: relative;
  height: 76px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1140px) {
  .nav-header > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.nav-header > li > a {
  color: #4f555e;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 18px 0px 6px;
  border-bottom: 2px solid #f7f7f7;
}
.nav-header > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #f7f7f7;
  position: absolute;
  top: 76px;
  left: -25px;
  z-index: 200;
}
.nav-header > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "fontawesome";
  font-size: 1.4rem;
  margin-left: 3px;
}
.nav-header > li.menu-item-has-children:hover > a:after {
  content: "\f106";
}
.nav-header > li.menu-item-has-children .mobile-hassubnav {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 30px;
  background-image: url(../img/sprite_arrows.png);
  background-position: 8px 4px;
  z-index: 200;
}
.nav-header > li.menu-item-has-children .mobile-hassubnav.open {
  background-position: -18px 4px;
}
.nav-header > li.menu-item-has-children .mobile-hassubnav:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .nav-header > li.menu-item-has-children .mobile-hassubnav {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .nav-header > li.menu-item-35 {
    position: static;
  }
  .nav-header > li.menu-item-35 ul {
    top: 100% !important;
    left: 0 !important;
    padding-top: 50px !important;
    width: 100% !important;
  }
  .nav-header > li.menu-item-35 ul:before {
    content: "Product Categories";
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    color: #f47321;
    z-index: 9999;
    font-size: 25px;
  }
  .nav-header > li.menu-item-35 ul li {
    float: left;
  }
  .nav-header > li.menu-item-35 ul li ul {
    display: none !important;
  }
  .nav-header > li:hover {
    cursor: pointer;
  }
  .nav-header > li:hover > a {
    border-color: #f47321;
  }
  .nav-header > li:hover > ul {
    display: block;
    width: 780px;
    padding: 0px;
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav-header > li:hover > ul li {
    width: 390px;
    text-align: left;
    position: relative;
  }
  .nav-header > li:hover > ul li a {
    color: #4f555e;
    font-size: 1.3rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 22px 40px;
    letter-spacing: 1px;
    border-bottom: 1px solid #dfdfdf;
  }
  .nav-header > li:hover > ul li:hover > a {
    background-color: #f47321;
    color: white;
  }
  .nav-header > li:hover > ul li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 230px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #eeeeee;
  }
  .nav-header > li:hover > ul li ul li a {
    border-bottom: 1px solid #dfdfdf;
  }
  .nav-header > li:hover > ul li:hover ul {
    display: block;
  }
  .nav-header > li:hover > ul li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: "fontawesome";
    font-size: 1.4rem;
    margin-left: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-header {
    display: none;
  }
}
@media screen and (max-height: 768px) {
  .nav-header {
    display: none;
  }
}

a {
  text-decoration: underline;
  color: #4f555e;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #f47321;
}
a img {
  border: none;
}

.menu-cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 109px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}

.menu-link {
  display: none;
  width: 70px;
  height: 70px;
  float: left;
  background-image: url(../img/menu_button.png);
  background-position: center center;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-link.open {
  background-image: url(../img/menu_button-close.png);
}
@media screen and (max-width: 1024px) {
  .menu-link {
    display: block;
  }
}
@media screen and (max-height: 768px) {
  .menu-link {
    display: block;
  }
}

nav.mobile {
  display: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 109px;
  left: -480px;
  width: 480px;
  z-index: 20001;
}
@media screen and (max-width: 767px) {
  nav.mobile {
    width: 320px;
    left: -320px;
  }
}
nav.mobile .menu {
  width: 100%;
  height: calc(100vh - 109px);
  float: left;
  background-color: white;
  overflow: auto;
}
nav.mobile .menu .mobile-hassubnav {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
  text-align: center;
}
nav.mobile .menu .mobile-hassubnav:after {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 3.8rem;
}
nav.mobile .menu .mobile-hassubnav.open:after {
  content: "\f107";
}
@media screen and (max-width: 767px) {
  nav.mobile .menu .mobile-hassubnav {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: translateY(21%);
    -moz-transform: translateY(21%);
    -ms-transform: translateY(21%);
    -o-transform: translateY(21%);
    transform: translateY(21%);
  }
}
nav.mobile .menu .mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfdfdf;
}
nav.mobile .menu .mobile-nav li {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
nav.mobile .menu .mobile-nav li > a {
  display: block;
  width: calc(100% - 50px);
  padding: 35px 10px 35px 10%;
  color: #4f555e;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  nav.mobile .menu .mobile-nav li > a {
    padding: 20px 10px 20px 8%;
  }
}
nav.mobile .menu .mobile-nav li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  border-top: 1px solid #dfdfdf;
}
nav.mobile .menu .mobile-nav li ul li a {
  padding: 35px 10px 35px 15%;
}
@media screen and (max-width: 767px) {
  nav.mobile .menu .mobile-nav li ul li a {
    padding: 20px 10px 20px 15%;
  }
}
nav.mobile .menu .mobile-nav li ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
nav.mobile .menu .mobile-nav li ul li ul li a {
  padding: 35px 10px 35px 20%;
}
@media screen and (max-width: 767px) {
  nav.mobile .menu .mobile-nav li ul li ul li a {
    padding: 20px 10px 20px 20%;
  }
}
nav.mobile .menu .menu-footer {
  padding: 0px 25px 30px 25px;
}
nav.mobile .menu .menu-footer p {
  font-size: 1.4rem;
  font-weight: 600;
}
nav.mobile .menu .menu-footer .social-media-links {
  margin: 25px 0 0;
}
@media screen and (max-width: 1024px) {
  nav.mobile {
    display: block;
  }
}
@media screen and (max-height: 768px) {
  nav.mobile {
    display: block;
  }
}

body.menu-is-active .menu-cover {
  display: block;
}
body.menu-is-active nav {
  left: 0;
}

#blog-landing input[type="submit"] {
  color: white !important;
}

/* 3.5 Widgets
  -------------------------------------------------------------------------- */
.widget {
  font-size: 1.3rem;
  line-height: 1.75;
}
.widget h3 {
  margin: 0 0 15% 0;
}
@media screen and (max-width: 767px) {
  .widget h3 {
    margin: 0 0 5% 0;
  }
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  margin: 7.5% 0;
}
@media screen and (max-width: 767px) {
  .widget ul li {
    margin: 5% 0;
  }
}
.widget ul li:last-child {
  margin: 7.5% 0 0 0;
}
@media screen and (max-width: 767px) {
  .widget ul li:last-child {
    margin: 5% 0 0 0;
  }
}
.widget .post-date {
  margin: 1% 0 0 0;
  display: block;
  font-size: 1.1rem;
}

.widget_social_links ul li a {
  color: #7b7b7b;
}
.widget_social_links ul li a:hover {
  color: #f47321;
}
.widget_social_links ul li a .fa {
  margin: 0 12px 0 0;
}

.widget_calendar #calendar_wrap {
  max-width: 100%;
}
.widget_calendar #calendar_wrap caption {
  margin: 0 0 20px 0;
}
.widget_calendar #calendar_wrap th, .widget_calendar #calendar_wrap td {
  padding: 10px;
  font-size: 1rem;
  text-align: center;
}

.widget_rss h3 a {
  color: #f47321;
}
.widget_rss h3 a.rsswidget img {
  margin: 0 10px 0 0;
  display: inline-block;
}
.widget_rss ul li .rss-date {
  margin: 5px 0 0 0;
  display: block;
  font-size: 1.3rem;
  font-style: italic;
  opacity: 0.75;
}
.widget_rss ul li .rssSummary {
  font-size: 1.2rem;
  line-height: 2;
}
.widget_rss ul li cite {
  margin: 5px 0 0 0;
  display: block;
  font-size: 1.3rem;
  font-style: italic;
  opacity: 0.75;
}

.widget_search input[type="search"] {
  margin: 0 0 5% 0;
  border: none;
}
.widget_search input[type="submit"] {
  padding: 0 15px;
  font-size: 1.2rem;
}

.tagcloud a {
  margin: 0 2px 5px 0;
  padding: 1px 10px;
  display: inline-block;
  font-size: 1.0rem;
  color: #7b7b7b;
  background-color: white;
}
.tagcloud a:hover {
  color: #7b7b7b;
  background-color: white;
}

.textwidget img {
  margin: 0 auto;
}

.woocommerce-ordering {
  display: none;
}

/* 3.6 Comments
  -------------------------------------------------------------------------- */
#comments {
  margin: 10% 0 0 0;
  padding: 5% 0;
  font-size: 1.3rem;
  background-color: rgba(0, 0, 0, 0.05);
}
#comments h6 {
  margin: 0;
}
#comments label {
  display: block;
}
#comments input[type="text"], #comments textarea {
  font-size: 1.2rem;
}
#comments input[type="text"]:focus, #comments textarea:focus {
  background-color: #7b7b7b;
}

.post-comments-list {
  margin: 5% 0 7.5% 0;
  padding: 0;
  list-style: none;
}
.post-comments-list li.comment {
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}
.post-comments-list li.comment ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-comments-list li.comment ul li {
  margin: 5% 0 0 0;
}
.post-comments-list li.comment .comment-header {
  display: block;
}
.post-comments-list li.comment .comment-header:after {
  content: "";
  display: table;
  clear: both;
}
.post-comments-list li.comment .comment-header .comment-avatar {
  padding: 0 20px 0 0;
  float: left;
}
.post-comments-list li.comment .comment-header .comment-avatar img {
  border-radius: 16px;
}
.post-comments-list li.comment .comment-header .comment-author {
  float: left;
}
.post-comments-list li.comment .comment-header .comment-author h4, .post-comments-list li.comment .comment-header .comment-author #respond h3, #respond .post-comments-list li.comment .comment-header .comment-author h3 {
  margin: 0;
  line-height: 32px;
}
.post-comments-list li.comment .comment-content {
  padding: 1% 0;
}
.post-comments-list li.comment .comment-footer {
  display: block;
  font-size: 90%;
}
.post-comments-list li.comment .comment-footer:after {
  content: "";
  display: table;
  clear: both;
}
.post-comments-list li.comment .comment-footer .comment-reply {
  float: left;
  display: block;
  margin-right: 3.84615%;
  width: 48.07692%;
}
.post-comments-list li.comment .comment-footer .comment-reply:last-child {
  margin-right: 0;
}
.post-comments-list li.comment .comment-footer .comment-reply a {
  padding: 0 10px 0 0;
}
.post-comments-list li.comment .comment-footer .comment-date {
  float: left;
  display: block;
  margin-right: 3.84615%;
  width: 48.07692%;
  font-style: italic;
  text-align: right;
}
.post-comments-list li.comment .comment-footer .comment-date:last-child {
  margin-right: 0;
}

#respond h3 {
  margin: 0 0 5% 0;
}
#respond p {
  margin: 2% 0;
}
#respond p.comment-notes {
  display: none;
}
#respond p.form-submit {
  margin: 0;
}
#respond p.form-submit input {
  margin: 2.5% 0 0 0;
}
#respond small a {
  padding: 0 10px;
  display: inline-block;
  font-size: 70%;
}
#respond .form-allowed-tags {
  font-size: 1.3rem;
}

/* 4.0 State
  ========================================================================== */
/* 4.1 Shortcodes
  -------------------------------------------------------------------------- */
.product.has-default-attributes.has-children > .images {
  opacity: 1 !important;
}

/* 4.2 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blog_categories {
  margin: 0 0 50px 0;
  padding: 0 15px;
}
.blog_categories a {
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #4f555e;
}
.blog_categories a:hover {
  background: #f47321;
}

.event-post {
  padding: 0 0 40px;
}
.event-post h3 {
  padding: 0 0 10px;
}
.event-post h3 a {
  text-decoration: none;
}
.event-post p {
  margin: 15px 0;
}

/*# sourceMappingURL=style.css.map */
