@font-face {
  font-family: "pesaroregular";
  src: url("fonts/pesaro-webfont.woff2") format("woff2"),
    url("fonts/pesaro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.home-page,
.utility,
header,
footer {
  font-family: "pesaroregular", "Helvetica Neue", "Helvetica", arial, sans-serif;
}

.container {
  max-width: 1200px;
}

section {
  padding: 120px 0;
}

section#brands {
  padding: 25px 0;
}

h1 {
  letter-spacing: 4px;
  line-height: 1.2;
  font-size: 29px;
}

section h1 {
  margin: 0;
  margin-bottom: 15px;
}

section h4 {
  font-size: 16px;
  color: #969696;
  margin-bottom: 65px;
  letter-spacing: 1px;
}

.utility .container {
  max-width: 100%;
}

.utility ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.utility ul li {
  padding: 10px 20px;
  font-size: 10px;
}

.utility input,
.utility button {
  border: 0;
}

.utility button {
  background-color: transparent;
  font-size: 16px;
}

.header_left img {
  width: 157px;
  margin-bottom: 0;
}

.header_inner {
  padding: 15px 35px;
  justify-content: flex-start;
}

#mainNav ul.navbar-nav > li > .sub-menu > li > a::after {
  display: none;
}

#mainNav ul.navbar-nav > li > .sub-menu > li.menu-item-has-children > a::after {
  display: inline-block;
}

@media (min-width: 992px) {
  .header_inner {
    padding: 0 35px;
  }

  .header_inner {
    justify-content: flex-end;
  }

  .header_right {
    justify-content: flex-end !important;
  }
}

.header_left {
  margin-bottom: 0;
}

.header_left > a {
  bottom: auto;
}

.header_right {
  display: flex;
  align-items: center;
  padding-top: 0;
  width: 100%;
  justify-content: center;
  position: initial;
}

header ul#nav_custom_links > li > a {
  padding: 30px !important;
}

header ul#nav_custom_links > li > a {
  padding: 30px 20px !important;
}

#mainNav ul.navbar-nav > li > a {
  letter-spacing: 1px;
  font-size: 13px;
}

footer {
  background-color: #000;
  text-align: left;
}

@media (min-width: 992px) {
  #content-wrap {
    padding-bottom: 490px !important;
  }

  footer {
    height: 490px !important;
  }
}

footer ul {
  list-style: none;
  padding: 0;
  padding-left: 15px;
  font-size: 10px;
}

footer ul li {
  padding-bottom: 10px;
}

footer a {
  color: #fff;
}

footer h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.foot-social {
  display: flex;
  flex-wrap: wrap;
}

.foot-social li:first-child {
  flex-basis: 100%;
}

.foot-social a {
  border: 1px solid;
  display: flex;
  width: 35px;
  height: 35px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 10px;
}

.foot-social a:hover {
  text-decoration: none;
}

.copyright {
  border-top: 1px solid;
  padding-top: 30px;
  margin-top: 10px;
  font-size: 10px;
}

.copyright ul {
  display: flex;
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .copyright ul {
    justify-content: flex-end;
  }
}

.copyright ul a {
  padding: 0 20px;
}

.copyright ul li {
  border-right: 1px solid;
  padding: 0;
}

.copyright ul li:last-child {
  border: none;
}

.copyright ul li:first-child a {
  padding-left: 0;
}

.copyright ul li:last-child a {
  padding-right: 0;
}

.cat {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-transform: uppercase;
  margin-bottom: 30px;
  height: 285px;
}

.cat a {
  color: #fff;
  letter-spacing: 2px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

.cat a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .cat-1 {
    height: 765px;
  }

  .cat-2 {
    height: 285px;
  }

  .cat-3 {
    height: 450px;
  }
}

#news {
  background-color: #ededed;
}

.juicer-feed.modern li.feed-item {
  border-top: 2px solid !important;
  border-bottom: 2px solid !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 35px !important;
}

.feed-item {
  display: flex !important;
}

.juicer-feed h1.referral,
.j-poster {
  display: none !important;
}

.j-image img {
  width: 180px !important;
  margin-right: 200px !important;
}

.j-post-overlay .j-image img {
  width: auto !important;
  margin-right: auto !important;
}

.juicer-feed.modern .j-message {
  font-size: 18px;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.juicer-feed .j-meta {
  width: 100% !important;
}

.juicer-feed.modern li.feed-item.words .j-text {
  width: 100%;
}

.juicer-feed.modern li.feed-item.words .j-meta {
  width: 100% !important;
}

.brandWrap {
  display: flex;
  justify-content: space-between;
}
