/*!
Theme Name: Homecamp
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>Homecamp</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Homecamp
Tags:
*/

.home .site-header-wrap { height: 170px; position: relative; }
.home .site-branding .site-title { left: 0; }
.home .site-branding .site-description, .home .main-navigation { left: 140px; }
.home .main-navigation { border-bottom: 1px solid #002e43; border-right: 1px solid #002e43; }
.stick-nav.home .main-navigation { border-bottom: 0 none; border-right: 0 none; }

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom:20px; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.product-filter-parent { margin: 0 auto; }
.product-filters-sub { margin: 10px auto 50px; background: #f9f9f9; padding: 3px 10px; }

#infscr-loading{ clear: both;}
#infscr-loading img{ width: 200px; }

@media screen and (max-width: 1200px) {
  .home .site-header-wrap { height: 130px; }
}

@media screen and (max-width: 900px) {
  .home .site-header-wrap { height: auto; }
}

@media screen and (max-width: 760px) {
  .related.products .products { padding: 0 30px; }
  .related.products .slick-next { right: 0; }
  .dontknow { display: none; }
  .hero-video { min-height: 0; }
}







/*

Updates - October 2017

*/

.page-newsletter,
.page-wholesale,
.page-contact {
  position: static;
}

.page-newsletter {
  min-height: auto;
  background-image: none !important;
}

.cont-form-wrap input,
.cont-form-wrap textarea,
.page-newsltr .form-wrap input {
  border: solid 1px #ccc !important;
}

.page-newsltr .pg_hd_im {
  display: none !important;
}

.site-description {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .nslt-hd {
    position: relative;
    top: 0;
  }
}

/* woocommerce pages */

.woocommerce-page .page-description {
  display: none !important;
}

.woocommerce-page .page-title {
  margin: 64px 0 0 0;
  font-family: "tradegothic_boldcondtwentyBd", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.woocommerce-page .category-title {
  margin: 16px 0 48px 0;
  text-transform: none;
  font-family: inherit;
  font-size: 48px;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 900px) {
  .woocommerce-page .category-title {
    font-size: 36px;
  }
}

.woocommerce-page .product-filter-wrap {
  display: none !important;
}

/* mobile menu */

.site:after {
  display: block;
  content: "";
  background: rgba(0,0,0,0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  margin: auto;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  pointer-events: none;
  z-index: 20;
}

body.open-menu .site:after {
  background: rgba(0,0,0,0.64);
}

@media only screen and (min-width: 1025px) {
  body.open-menu .site:after {
    display: none;
  }
}

.mobile-menu .hc-hide-small {
  display: none;
}

@media screen and (max-width: 1025px) {

  body {
    padding-top: 51px;
  }

  .site-header {
    display: none;
  }

  #nav-toggle {
    width: 20px;
    height: 16px;
    margin: 3px 3px 3px 10px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    z-index: 10;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #737373;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0px;
  }

  #nav-toggle span:nth-child(2), #nav-toggle span:nth-child(3) {
    top: 6px;
  }

  #nav-toggle span:nth-child(4) {
    top: 12px;
  }

  #nav-toggle.open span {
    background: #002e43;
  }

  #nav-toggle.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
  }

  #nav-toggle.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  #nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #nav-toggle.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
  }

  .mobile-off {
    display: block !important;
    width: auto;
    max-width: 160px;
    position: fixed;
    z-index: 30;
    left: 0px;
    top: 50px;
    bottom: 0px;
    background: #fcfcfc;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: translateX(-300%);
    -o-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    display: block !important;
  }

  .mobile-off ul {
    list-style: none;
    margin: 9px 0px 9px 20px;
    padding: 0;
  }

  .mobile-off ul.menu > li > ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    width: auto;
    box-sizing: border-box;
    max-width: 200px !important;
    padding: 9px 0;
    margin: 0;
    position: fixed;
    overflow-y: auto;
    left: 100%;
    top: 0;
    bottom: 0px;
    background: #f9f9f9;
    border-left: solid 1px #eee;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }

  .mobile-off ul.menu > li:active > ul.sub-menu,
  .mobile-off ul.menu > li.current-menu-ancestor > ul.sub-menu {
    visibility: hidden !important;
    opacity: 0;
  }

  .mobile-off ul.menu > li:hover > ul.sub-menu,
  .mobile-off ul.menu > li:focus > ul.sub-menu {
    visibility: visible !important;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
  }

  .mobile-off ul.sub-menu > li > ul.sub-menu {
    max-height: 0;
    overflow: hidden;
  }

  .mobile-off ul.sub-menu > li:hover > ul.sub-menu,
  .mobile-off ul.sub-menu > li:active > ul.sub-menu,
  .mobile-off ul.sub-menu > li:focus > ul.sub-menu,
  .mobile-off ul.sub-menu > li.current-menu-ancestor > ul.sub-menu {
    max-height: 2000px;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }

  .mobile-off ul.sub-menu ul.sub-menu {
    margin-top: 0;
    background-color: #f1f1f1;
  }

  .mobile-off ul.sub-menu a {
    color: #888 !important;
    font-family: "itc_souvenirlight", serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 30px;
    text-transform: uppercase;
  }

  .mobile-menu > ul > li > a {
    width: 120px;
  }

  .mobile-menu > .menu > .menu-item > ul.sub-menu > li {
    position: relative;
  }

  .mobile-menu > .menu > .menu-item > ul.sub-menu > li > a {
      width: 200px;
      padding: 9px 20px;
      box-sizing: border-box;
  }

  .mobile-menu > .menu > .menu-item > ul.sub-menu > li > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    color: #aaa;
    font-weight: 400 !important;
    position: absolute;
    right: 20px;
  }

  .mobile-off ul.sub-menu ul.sub-menu {
    background-color: #f2f2f2;
    margin: 0;
    border-bottom: solid 1px #e5e5e5;
  }

  .mobile-off ul.sub-menu ul.sub-menu a {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: none;
    padding: 9px 20px;
    width: 200px;
  }

  .mobile-off ul.sub-menu ul.sub-menu li:nth-of-type(1) a,
  .mobile-off ul.sub-menu ul.sub-menu li:nth-of-type(2) a {
    padding-top: 18px;
  }

  .mobile-off ul.sub-menu ul.sub-menu li:last-of-type a {
    padding-bottom: 18px;
  }

  .mobile-off ul.sub-menu a:hover, .mobile-off ul.sub-menu a:focus, .mobile-off ul.sub-menu a:active {
    color: #002e43;
  }

  .mobile-off li.current-menu-item > a,
  .mobile-off li.current_page_item > a,
  .mobile-off li.current_page_parent > a,
  .mobile-off li.current-product-parent > a,
  .mobile-off li.current-menu-ancestor > a {
    color: #002e43;
  }

  .mobile-off a {
    font-family: "tradegothic_boldcondtwentyBd", sans-serif;
    display: block;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 0px;
    font-size: 20px;
    line-height: 1.5em;
    color: #002e43;
  }

  .open-menu .mobile-off {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  #page, .stick-nav, .mobile-nav {
    padding-top: 0;
  }

  .hero-slider .slick-slide img {
    min-width: 540px;
  }

  .mobile-head {
    display: block !important;
    text-align: center;
    padding: 15px 0px 5px 0px;
    position: fixed;
    top: 0px;
    background: white;
    z-index: 40;
    width: 100%;
    -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 8px 3px rgba(0,0,0,0.09);
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
    border-bottom: solid 1px #ddd;
  }

  .mobile-head .inner {
    position: relative;
  }

  .mobile-head .m-logo-container {
    width: 125px;
    height: 24px;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 -30px;
  }

  .mobile-head .m-logo {
    display: inline-block;
    width: 125px;
    margin-left: 0;
  }

  .mobile-head .m-logo img {
    width: 100%;
    height: auto;
  }

  .mobile-head .m-cart {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 20px;
    top: 2px;
  }

  .mobile-head .m-cart img {
    width: 18px;
    height: auto;
  }

}

.hc-search-mobile a {
    width: auto !important;
    font-size: 12px;
    letter-spacing: 0.25em;
    background: #368fb7;
    display: inline-block;
    color: #fff;
    padding: 12px;
    margin-top: 13px;
    border-radius: 3px;
}

.hc-search-mobile a:before {
    font-family: FontAwesome;
    content: "\f002";
    margin: 0 6px 0 0;
    opacity: 0.5;
}

/* header cart */

.cart-contents {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 56px;
  width: 72px;
  padding: 2px 24px 0 24px;
  box-sizing: border-box;
  border-right: solid 1px #ddd;
}

.cart-contents .fa {
  font-size: 24px;
  line-height: 1em;
}

.cart-contents .woocommerce-Price-amount {
  display: inline-block;
}

.cart-contents .cart-contents-count {
  padding-left: 0;
  position: absolute;
  background: #4c83ff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 24px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  right: 8px;
  top: 6px;
}

/* ubermenu */

.stick-nav .site-header, .mobile-nav .site-header {
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
}

#masthead {
  border-bottom: solid 1px #ddd;
}

#masthead .inner {
  margin: 0 auto;
  padding: 0;
  display: table;
}

@media screen and (max-width: 1441px) {
  #masthead .inner {
    width: 100%;
  }
}

.site-branding {
  display: table-cell;
  position: static;
}

#masthead .site-branding {
  display: table-cell;
  width: 16.6667%;
  padding: 0 40px;
  float: none;
  box-sizing: border-box;
  height: auto;
  vertical-align: middle;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.site-title a,
#page .Dark.Navigation .site-title a,
.Dark.Navigation .site-title a,
.stick-nav .Dark.Navigation .site-title a,
.mobile-nav .Dark.Navigation .site-title a {
  background: none !important;
}

#masthead .site-title {
  width: 125px;
  height: auto;
  float: none;
  position: static;
  margin: auto;
}

#masthead .site-title img {
  width: 125px;
  height: auto;
  text-indent: 0;
  display: block;
}

#masthead .ubermenu {
  display: table-cell !important;
  width: calc(100% - 72px);
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  height: 56px;
}

.ubermenu a:hover, .ubermenu a:focus, .ubermenu a:active {
  color: #002e43;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.ubermenu .ubermenu-target {
  cursor: pointer;
}

.ubermenu .ubermenu-autocolumn,
.ubermenu .ubermenu-submenu-type-stack {
  padding-top: 8px;
  padding-bottom: 0;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
  font-family: "tradegothic_boldcondtwentyBd", sans-serif;
  text-align: center;
  font-size: 18px;
  border-right: solid 1px #ddd;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
  padding: 3px 20px 0 20px;
  line-height: 53px;
  letter-spacing: 0.12em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-transform: uppercase;
}

.ubermenu-active.ubermenu-item-level-0 > .ubermenu-target,
.ubermenu-active.ubermenu-item-level-0 > .ubermenu-target:hover > .ubermenu-target-text {
  color: #002e43;
}

.ubermenu .ubermenu-item.ubermenu-item-level-2 {
  font-family: "itc_souvenirlight", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .ubermenu .ubermenu-item.ubermenu-item-level-2 {
    font-size: 16px;
  }
}

.ubermenu .ubermenu-item.ubermenu-item-level-2 > .ubermenu-target {
  color: #949699;
  line-height: 44px;
}

.ubermenu .ubermenu-item.ubermenu-item-level-2 > .ubermenu-target:hover,
.ubermenu .ubermenu-item.ubermenu-item-level-2 > .ubermenu-target:focus {
  color: #002e43;
}

.ubermenu .ubermenu-item.ubermenu-item-level-3 {
  font-family: "itc_souvenirlight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.ubermenu .ubermenu-item.ubermenu-item-level-3 > .ubermenu-target {
  line-height: 44px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
  margin-top: -8px;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: #f7f7f7;
  border: solid 1px #ddd;
  box-shadow: none;
  margin-left: -1px;
  padding: 24px 24px 32px 24px;
}

.hc-ubermenu-title h3 {
  margin: 0;
  font-family: "tradegothic_boldcondtwentyBd", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.ubermenu .ubermenu-target-description {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  color: rgba(0,0,0,0.8);
}

/* search icon */

.hc-search-menu {
  position: absolute !important;
  width: 72px !important;
  cursor: pointer;
}

#masthead .ubermenu-nav {
  padding-right: 72px;
  position: relative;
}

.hc-search-menu .ubermenu-submenu {
  padding: 0 !important;
  margin-right: -1px !important;
  min-width: 277px !important;
  width: 100% !important;
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit {
  box-shadow: none !important;
}

.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
  border: solid 1px #ccc;
  margin-bottom: 0 !important;
}

.ubermenu-item-layout-image_above .ubermenu-target-title {
  background-color: #fff;
  padding: 12px 20px 0 20px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  color: red !important;
}

@media only screen and (max-width: 1200px) {
  .ubermenu-item-layout-image_above .ubermenu-target-title  {
    padding: 12px 12px 0 12px;
    line-height: 2em;
  }
}

.ubermenu-item-layout-image_above .ubermenu-target-description  {
  background-color: #fff;
  padding: 0 20px 20px 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  color: #777 !important;
}

@media only screen and (max-width: 1200px) {
  .ubermenu-item-layout-image_above .ubermenu-target-description  {
    padding: 0 12px 20px 12px;
  }
}

/* footer */

#home #instafeed {
  display: none;
}
.site-footer {
  background-color: #131619;
  background-image: url('img/footer-bg-01b.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 0 80px 0;
  position: relative;
}

@media only screen and (min-width: 1921px) {
  .site-footer {
    background-size: cover;
    background-position: 50% -160px;
  }
}

.hc-footer-gradient {
  position: absolute;
  height: 600px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 41%, rgba(255,255,255,0) 42%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 42%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 42%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

@media only screen and (max-width: 960px) {
  .site-footer .inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 900px) {
  .site-footer .inner {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .site-footer .inner {
    max-width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .site-footer {
    font-size: 13px;
  }
}

@media only screen and (max-width: 640px) {
  .site-footer {
    font-size: 16px;
  }
}

.site-footer a,
.site-footer a:hover,
.site-footer a:target,
.site-footer a:visited,
.site-footer a:focus {
  color: #fff;
}

.site-footer nav a {
  line-height: 2em;
}

.copyright {
  display: none !important;
}

.hc-footer-row {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

@media only screen and (max-width: 900px) {
  .hc-footer-row {
    margin-bottom: 40px;
  }
}

.hc-footer-col {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .hc-footer-col {
    display: block;
    padding-right: 0;
    width: 100% !important;
    text-align: center;
  }
}

.hc-footer-section-2,
.hc-footer-section-3,
.hc-footer-section-4,
.hc-footer-section-5,
.hc-footer-section-7 {
  width: 16.6666%;
}

.hc-footer-section-1 {
  width: 33.3333%;
}

.hc-footer-section-1 .order-pop {
  display: none !important;
}

.hc-footer-section-6 {
  width: 83.3333%;
}


.hc-footer-section-6, .hc-footer-section-7 {
  vertical-align: middle;
}

@media only screen and (max-width: 1000px) {
  .hc-footer-section-6 {
    width: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .hc-footer-section-7 {
    width: 160px;
  }
}

@media only screen and (max-width: 1000px) {
  .hc-footer-section-7 {
    vertical-align: bottom;
  }
}

.newsl-foot {
  max-width: 480px;
  width: 80%;
  margin: 320px auto 160px auto;
}

.site-footer .foot-logo {
  border-bottom: none;
  display: block;
}

.site-footer .foot-logo img {
  width: 45px;
  margin-bottom: 0;
}

.site-footer .order-pop {
  cursor: auto;
}

.foot-logotype {
  display: inline-block;
  width: 240px;
  height: auto;
  vertical-align: text-top;
}

@media only screen and (max-width: 1000px) {
  .foot-logotype {
    width: 120px;
    height: auto;
  }
}

.foot-logotype img {
  display: block;
  margin-top: -2px;
  width: 240px;
  height: auto;
}

@media only screen and (max-width: 1000px) {
  .foot-logotype img {
    width: 120px;
  }
}

.hc-footer-section-6 p {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 40px;
  font-size: 18px !important;
  line-height: 48px !important;
  vertical-align: text-top;
}

@media only screen and (max-width: 1000px) {
  .hc-footer-section-6 p {
    margin: 0 0 0 20px;
    font-size: 14px !important;
    line-height: 28px !important;
  }
}

@media only screen and (max-width: 800px) {
  .hc-footer-section-6 p {
    display: block;
    margin: 8px 0 0 0;
  }
}

.site-footer h5 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.site-footer p {
  font-size: 14px;
  line-height: 1.7143em;
  color: #fff;
}

.foot-soc {
  position: static;
  top: auto;
  right: auto;
}

@media only screen and (max-width: 640px) {
  .foot-soc {
    width: 132px;
    display: block;
    height: 28px;
    padding-left: 4px;
    margin: 64px auto 0 auto;
  }
}

.foot-soc a {
  margin-left: auto;
  margin: 12px 8px 12px 0;
}

.nws_soc .foot-soc a {
  margin-top: -2px;
}

@media only screen and (max-width: 900px) {
  .foot-soc a {
    margin-left: auto;
    margin: 0px 8px 4px 0;
  }
}

@media only screen and (max-width: 800px) {
  .foot-soc a {
    margin-left: auto;
    margin: 0px 8px 8px 0;
  }
}



/* search page */

.hc-search-page-wrapper {
  padding: 0 16px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hc-search-page-wrapper .ubermenu-search-input {
    width: 100%;
    height: 56px !important;
    border: solid 1px #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    padding: 12px 24px;
}

.hc-search-page-wrapper .ubermenu-search-submit {
  background-color: #fdcb9c;
  box-shadow: none !important;
  border: none;
  width: auto;
  margin: 24px auto 24px auto;
  display: block;
  text-transform: uppercase;
  color: #7d5e41;
  text-shadow: none;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-family: "tradegothic_boldcondtwentyBd", sans-serif !important;
  line-height: 48px;
  padding: 3px 32px 0 32px;
  font-size: 18px;
}

.hc-search-page-wrapper .ubermenu-search-submit:hover {
  box-shadow: none !important;
}

.hc-search-page-wrapper .ubermenu-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #ccc;
}

.hc-search-page-wrapper .ubermenu-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}

.hc-search-page-wrapper .ubermenu-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}

.hc-search-page-wrapper .ubermenu-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}

.hc-search-page-wrapper .ubermenu-search-input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc;
}