@charset "UTF-8";
/* Shopping Hubs :  Truck */
#hub_page-description {
  display: none;
}

#hub__header {
  padding: 16px;
  background: #fff;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  font-family: roboto;
  height: 82px;
  border-bottom: 1px solid #E0E0E0;
}
#hub__header ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  font-weight: 400;
  opacity: 1;
  /* Firefox */
}
#hub__header :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-weight: 400;
}
#hub__header ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  font-weight: 400;
}
#hub__header #cp__logo {
  top: 5px;
  position: relative;
}
#hub__header i.material-icons {
  cursor: pointer;
  color: #2E4787;
  font-size: 36px;
}
#hub__header #cp_search {
  width: 70%;
  position: relative;
  margin-left: 20px;
  padding-left: 12px;
}
#hub__header #cp_search .btn-search {
  top: 4px;
  border: 0;
  right: 8px;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
}
#hub__header #cp_search i.material-icons {
  top: 2px;
  right: 2px;
  position: relative;
}
#hub__header #cp_search input[type=text] {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  padding: 0 50px 0 10px;
  border-radius: 36px;
  border: 2px solid #2E4787;
}
#hub__header #cp__usercart {
  width: 232px;
  text-align: right;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#hub__header #cp__usercart a {
  color: #2E4787;
  padding: 0 5px;
}
#hub__header #cp__usercart #hub__menu--mobile {
  display: none;
}
#hub__header #cp__usercart #hub__menu--mobile.active i.menu:before {
  content: "";
}
#hub__header #hub__myaccount, #hub__header #hub__cart {
  display: flex;
  align-items: center;
}
#hub__header #hub__myaccount span {
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  #hub__header {
    height: auto;
  }
  #hub__header #cp__usercart {
    width: 130px;
  }
  #hub__header #hub__myaccount span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #hub__header {
    flex-wrap: wrap;
    padding: 4px 12px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
  }
  #hub__header #cp__logo {
    order: 1;
    top: 0;
  }
  #hub__header #cp__logo svg {
    width: 190px;
  }
  #hub__header #cp_search {
    order: 3;
    display: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }
  #hub__header #cp_search i.material-icons {
    top: -3px;
  }
  #hub__header #cp_search input[type=text] {
    height: 40px;
    line-height: 40px;
  }
  #hub__header #cp__usercart {
    order: 2;
    flex: 1;
  }
  #hub__header #cp__usercart #hub__menu--mobile {
    display: none;
    align-items: center;
  }
  #hub__header.directory #btn__return {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #hub__header.directory #btn__return {
    font-size: 13px;
  }
}

#hub__hs {
  position: relative;
}
#hub__hs img {
  z-index: 2;
  position: relative;
}
#hub__hs .hub__hsbg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 282px;
  background: #282832;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  #hub__hs .hub__hsbg {
    display: none;
  }
}
#hub__hs [class$=hs-desktop] {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#hub__hs [class$=hs-mobile] {
  display: none;
}
@media only screen and (max-width: 767px) {
  #hub__hs {
    margin-top: 61px;
  }
  #hub__hs [class$=hs-desktop] {
    display: none;
  }
  #hub__hs [class$=hs-mobile] {
    display: block;
  }
}

#hub__page p {
  line-height: 26px;
}
#hub__page h1, #hub__page h2, #hub__page h3 {
  font-weight: 600 !important;
  margin: 0;
}
#hub__page h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1023px) {
  #hub__page h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #hub__page h1 {
    font-size: 30px;
  }
}
#hub__page h2 {
  font-size: 30px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #hub__page h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  #hub__page h2 {
    font-size: 22px;
  }
}
#hub__page h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  #hub__page h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #hub__page h3 {
    font-size: 18px;
  }
}
#hub__page h4 {
  font-size: 18px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #hub__page h4 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
#hub__page .bgcolor {
  background: #f5f5f5;
}

#hub__intro {
  margin: 50px 10px;
  text-align: center;
}
#hub__intro p {
  font-weight: normal;
}
@media only screen and (max-width: 480px) {
  #hub__intro {
    margin: 20px 10px;
  }
}

.hub__slider {
  margin-top: 50px;
  margin-bottom: 0;
  position: relative;
}
.hub__slider .hubUi ul {
  display: flex;
  align-items: center;
  height: auto !important;
}
.hub__slider .hubUi ul li {
  padding: 30px 0;
  margin: 0 10px !important;
}
.hub__slider .hubUi ul li:first-child {
  margin-left: 170px !important;
}
.hub__slider .hubUi ul li:last-child {
  margin-right: 200px !important;
}
.hub__slider .hubUi ul li a {
  color: #333;
  padding: 30px 0;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0 0 15px 3px #E0E0E0;
  box-shadow: 0 0 15px 3px #E0E0E0;
  transition: all 0.3s ease 0s;
}
.hub__slider .hubUi ul li a:hover {
  border: 1px solid #ff761b;
}
@media only screen and (max-width: 767px) {
  .hub__slider .hubUi ul li {
    margin: 0 5px !important;
    width: 220px !important;
  }
  .hub__slider .hubUi ul li:first-child {
    margin-left: 10px !important;
  }
  .hub__slider .hubUi ul li:last-child {
    margin-right: 40px !important;
  }
}
.hub__slider .hubUi .lSPrev {
  left: 5%;
  right: auto;
}
.hub__slider .hubUi .lSNext {
  left: auto;
  right: 5%;
}
@media only screen and (max-width: 1248px) {
  .hub__slider .skuUI ul {
    margin: 20px 10px;
  }
}
.hub__slider .skuUI ul a {
  display: block;
  color: #333 !important;
}
.hub__slider .skuUI ul li {
  padding: 20px 0;
  background: #fff;
  text-align: center;
  border: 1px solid #E0E0E0;
}
.hub__slider .skuUI ul li img {
  width: 200px;
  display: block;
  margin: 0 auto 10px auto;
}
.hub__slider .skuUI ul li.lslide, .hub__slider .skuUI ul li.clone {
  list-style: none !important;
}
.hub__slider .skuUI ul .btn__add {
  height: 100%;
}
.hub__slider .skuUI ul .btn__add i.material-icons {
  font-size: 50px;
  position: static;
  margin-left: -22px;
}
.hub__slider .skuUI ul .btn__add a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hub__slider .skuUI ul .btn__add span {
  width: 100%;
}
.hub__slider .skuUI ul .btn__add em {
  display: block;
  font-style: normal;
}
.hub__slider .skuUI ul i.material-icons {
  top: -30px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  font-size: 50px;
  cursor: pointer;
  position: absolute;
}
.hub__slider .skuUI ul i.material-icons.arrow-left {
  left: 0;
}
.hub__slider .skuUI ul i.material-icons.arrow-right {
  right: 12px;
}
.hub__slider .skuUI ul .item {
  position: relative;
}
.hub__slider .skuUI ul .lSAction a {
  top: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: auto;
  position: absolute;
  width: 66px !important;
  height: 58px !important;
}
.hub__slider .skuUI ul .lSAction .lSPrev::before,
.hub__slider .skuUI ul .lSAction .lSNext::before {
  content: "";
  display: block;
  width: 66px;
  height: 58px;
}
.hub__slider .skuUI ul .lSAction .lSPrev::before {
  background: url(https://cld.partsimg.com/image/upload/d_noimage,c_pad,f_auto,q_auto,dpr_auto/carparts/blog/landing-pages/deals/2021-daily-deals/left-double-arrow) center center no-repeat;
}
.hub__slider .skuUI ul .lSAction .lSNext::before {
  background: url(https://cld.partsimg.com/image/upload/d_noimage,c_pad,f_auto,q_auto,dpr_auto/carparts/blog/landing-pages/deals/2021-daily-deals/right-double-arrow) center center no-repeat;
}
.hub__slider .skuUI .lSPrev {
  left: 10px;
  right: auto;
}
.hub__slider .skuUI .lSNext {
  left: auto;
  right: 10px;
}
.hub__slider .lSAction {
  /*top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  margin: auto;
  position: absolute;*/
}
.hub__slider .lSAction a {
  top: 0;
  margin: auto;
  padding: 0 !important;
  width: 66px !important;
  height: 58px !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.hub__slider .lSAction .lSPrev::before,
.hub__slider .lSAction .lSNext::before {
  content: "";
  display: block;
  width: 66px;
  height: 58px;
}
.hub__slider .lSAction .lSPrev::before {
  background: url(/blog/wp-content/themes/genesis_child/custom/landingpage/shopping-hubs/vendor/sliderarrow-left.png) center center no-repeat;
}
.hub__slider .lSAction .lSNext::before {
  background: url(/blog/wp-content/themes/genesis_child/custom/landingpage/shopping-hubs/vendor/sliderarrow-right.png) center center no-repeat;
}
.hub__slider .btn__viewall {
  text-align: center;
  display: block;
}

#hub__bestsellers {
  margin: 50px 0;
}
#hub__bestsellers h2 {
  padding-bottom: 20px;
}
#hub__bestsellers .hub__grid {
  justify-content: center;
}
#hub__bestsellers .hub__thumb {
  height: 280px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #hub__bestsellers {
    margin: 50px 0 0 0;
  }
  #hub__bestsellers .hub__thumb {
    height: auto;
  }
  #hub__bestsellers section {
    margin-bottom: 20px;
  }
}

.hub__sections section,
#hub__shopbymodel section {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 1px 2px 1px 0px #e8e8e8;
  box-shadow: 1px 2px 1px 0px #e8e8e8;
}

#hub__shopbymodel {
  border-bottom: 1px solid #E0E0E0;
}
#hub__shopbymodel h2 {
  margin-bottom: 20px;
}
#hub__shopbymodel > div {
  display: none;
}
#hub__shopbymodel > div > div {
  padding: 50px 0;
}
#hub__shopbymodel > div > div:nth-child(odd) {
  background: #f8f8f8;
}

.hub__sections {
  background: #f8f8f8;
  padding: 30px 0;
}
.hub__sections .hub__grid {
  justify-content: center;
}
@media only screen and (max-width: 1175px) {
  .hub__sections .hub__grid {
    justify-content: center;
  }
}

#hub__article {
  margin: 30px 0;
}
#hub__article img {
  padding: 0 50px;
  display: block;
  margin: 0 auto;
}
#hub__article section {
  padding: 20px;
}

#hub__related-articles {
  padding: 40px 0;
}
#hub__related-articles h2 {
  margin-bottom: 40px;
}
#hub__related-articles > .wrap {
  max-width: 992px !important;
}
#hub__related-articles section {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
#hub__related-articles section:last-child {
  border-bottom: 0;
}
#hub__related-articles section > div {
  flex: 1;
}
#hub__related-articles section [class$=thumb] {
  width: 300px;
  height: 200px;
  max-width: 300px;
  margin-right: 30px;
  background: #282832;
}
#hub__related-articles section [class$=title] {
  display: block;
  font-weight: 600;
}
#hub__related-articles section [class$=desc] {
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  #hub__related-articles section {
    flex-wrap: wrap;
    padding: 0 20px 30px 20px;
    margin-bottom: 30px;
  }
  #hub__related-articles section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hub__related-articles section [class$=thumb] {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#hub__dynamic-skuparts {
  padding-top: 50px;
  background: #f8f8f8;
}
#hub__dynamic-skuparts h2 {
  margin-bottom: 30px;
}
#hub__dynamic-skuparts .hub__bsftslot {
  height: 620px !important;
}

#btn__viewmore {
  color: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  max-width: 120px;
  position: relative;
  padding: 10px 0;
  bottom: -24px;
  background: #ff761b;
  border-radius: 36px;
}
#btn__viewmore:before {
  content: "View more";
}
#btn__viewmore.active:before {
  content: "View less";
}

footer {
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
  border-top: 1px solid #E0E0E0;
}
footer .wrap {
  display: block !important;
  margin: 0 auto !important;
  max-width: 1248px !important;
}
footer strong {
  font-weight: 700 !important;
}
footer h5 {
  font-size: 14px !important;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 900 !important;
}
footer h5 i.material-icons {
  display: none;
  transition: all 0.3s ease 0s;
}
footer #footer__email {
  padding: 40px 0;
  background: #EEE;
}
footer #footer__popularsearches {
  display: none;
  text-align: center;
  padding-top: 40px;
}
footer #footer__popularsearches.wrap {
  max-width: 800px;
}
footer #footer__info {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-top: 40px;
}
footer #footer__info [class$="--contact"] {
  width: 25%;
  padding-right: 40px;
}
footer #footer__info [class$="--contact"] a {
  color: #333;
  font-weight: 400 !important;
}
footer #footer__info [class$="--contact"] li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  list-style: none !important;
}
footer #footer__info [class$="--contact"] li a {
  display: block;
}
footer #footer__info [class$="--contact"] svg,
footer #footer__info [class$="--contact"] i.material-icons {
  top: 0;
  left: 0;
  color: #666;
  position: absolute;
}
footer #footer__info [class$="--contact"] strong, footer #footer__info [class$="--contact"] span {
  display: block;
}
footer #footer__info [class$="--links"] {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
}
footer #footer__info [class$="--links"] > div {
  width: 25%;
}
footer #footer__info [class$="--links"] a {
  color: #333;
  font-weight: 400 !important;
}
footer #footer__info [class$="--links"] a:hover {
  color: #05629B;
}
footer #footer__info [class$="--links"] li {
  list-style: none !important;
  margin-bottom: 10px;
}
footer #footer__info input[type=radio] {
  display: none;
}
footer #footer__info--bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-top: 40px;
}
footer #footer__info--bottom > div {
  width: 200px;
}
footer #footer__info--bottom > div img {
  max-width: 150px;
}
footer #footer__info--bottom > div:nth-last-child(2) {
  width: 400px;
  margin-left: 50px;
  display: flex;
  align-items: flex-end;
}
footer #footer__info--bottom > div:last-child {
  flex-grow: 1;
  padding-left: 100px;
}
footer #footer__info--bottom > div:last-child img {
  width: 70px;
  margin-right: 10px;
}
footer [class$=__socialmedia] a {
  margin-right: 10px;
}
footer [class$=__socialmedia] span {
  display: inline-block;
  border: 1px solid #E0E0E0;
  padding-top: 9px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-align: center;
  border-radius: 40px;
}
footer [class$=__socialmedia] i.material-icons {
  color: #666;
  position: static;
  font-size: 18px;
}
footer [class$=__socialmedia] h5 {
  margin-bottom: 10px;
}
footer [class$=__socialmedia] h5 em {
  color: #666;
  display: block;
  font-style: normal;
  font-weight: normal;
}
footer #footer__copyright {
  color: #666;
  font-size: 12px;
  padding: 10px 0;
  background: #EEE;
  margin-top: 40px;
}
footer #footer__copyright::after {
  clear: both;
  content: "";
  display: table;
}
footer #footer__copyright a {
  font-weight: 400 !important;
}
footer #footer__copyright > div {
  display: flex !important;
}
footer #footer__copyright span {
  width: 33.33%;
}
footer #footer__copyright span:nth-child(2) {
  text-align: center;
}
footer #footer__copyright span:last-child {
  text-align: right;
}
footer #footer__copyright a {
  color: #666;
  padding: 0 10px;
}
footer #deals__footer--cplogo img {
  max-width: 100% !important;
}
@media only screen and (max-width: 1279px) {
  footer #footer__info {
    margin-top: 0;
    display: block;
    flex-wrap: inherit;
    padding: 0 20px;
  }
  footer #footer__info [class$="--contact"],
footer #footer__info [class$="--links"],
footer #footer__info [class$="--links"] > div {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  footer #footer__info [class$="--links"] > div:nth-child(n+4) {
    width: 100%;
  }
  footer #footer__info ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  footer #footer__info ul li {
    margin-top: 20px;
    margin-left: 20px;
  }
  footer #footer__info input[type=radio]:checked ~ ul {
    max-height: 500px;
  }
  footer #footer__info input[type=radio]:checked ~ label i.material-icons {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
  footer #footer__info h5 {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  footer #footer__info h5 i.material-icons {
    right: 0;
    display: block;
    position: absolute;
    top: 15px !important;
    left: auto !important;
  }
  footer #footer__info [class$=__socialmedia] {
    margin: 20px auto;
    max-width: 250px;
  }
  footer #footer__info [class$=__socialmedia] h5 {
    border: 0;
    text-align: center;
    display: inline-block;
  }
  footer #footer__info [class$=__socialmedia] a:last-child {
    margin-right: 0;
  }
  footer #footer__info [class$=__sitelogo] {
    max-width: 500px;
    margin: 20px auto;
  }
  footer #footer__copyright {
    color: #9b9b9b;
    margin-top: 0;
    background: #fff;
  }
  footer #footer__copyright > div {
    flex-wrap: wrap;
  }
  footer #footer__copyright span {
    width: 100%;
    text-align: center;
  }
  footer #footer__copyright span a {
    padding-bottom: 5px;
  }
  footer #footer__copyright span:first-child {
    order: 3;
  }
  footer #footer__copyright span:nth-child(2) {
    order: 1;
  }
  footer #footer__copyright span:nth-child(2) a {
    color: #2E4787;
  }
  footer #footer__copyright span:nth-child(2) a:last-child {
    display: block;
  }
  footer #footer__copyright span:last-child {
    order: 2;
    margin-bottom: 10px;
    text-align: center;
  }
  footer #footer__copyright span:last-child a {
    color: #2E4787;
  }
  footer #footer__info--bottom {
    text-align: center;
  }
  footer #footer__info--bottom > div {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  footer #footer__info--bottom > div img {
    max-width: 140px;
  }
  footer #footer__info--bottom > div:nth-last-child(2) {
    order: 2;
    margin: 0 auto;
    display: block;
    width: auto;
  }
  footer #footer__info--bottom > div:last-child {
    margin: 0;
    order: 1;
    width: 100% !important;
    margin-bottom: 10px;
    padding-left: 0;
  }
  footer #footer__popularsearches.wrap {
    padding: 20px 30px;
  }
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow*/
  -webkit-overflow-scrolling: touch;
}

textarea, [contenteditable],
input[type=text],
input[type=text]:before,
input[type=text]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
textarea::-webkit-input-placeholder, [contenteditable]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]:before::-webkit-input-placeholder,
input[type=text]:after::-webkit-input-placeholder {
  color: #E0E0E0;
}
textarea:-moz-placeholder, [contenteditable]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]:before:-moz-placeholder,
input[type=text]:after:-moz-placeholder {
  color: #E0E0E0;
}
textarea::-moz-placeholder, [contenteditable]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]:before::-moz-placeholder,
input[type=text]:after::-moz-placeholder {
  color: #E0E0E0;
}
textarea:-ms-input-placeholder, [contenteditable]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]:before:-ms-input-placeholder,
input[type=text]:after:-ms-input-placeholder {
  color: #E0E0E0;
}

body {
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
}

a {
  outline: none;
  color: #05629B;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul::after {
  clear: both;
  content: "";
  display: table;
}
ul.disc li {
  padding-left: 10px;
  list-style: disc outside;
  float: none;
}
ul.circle li {
  padding-left: 10px;
  list-style: circle inside !important;
  float: none;
}
ul.square li {
  padding-left: 10px;
  list-style: square inside !important;
  float: none;
}
ul.decimal li {
  padding-left: 10px;
  float: none;
}

ol::after {
  clear: both;
  content: "";
  display: table;
}
ol li {
  float: none;
}
ol.roman li {
  padding-left: 10px;
  list-style: upper-roman outside;
  float: none;
}
ol.alpha li {
  padding-left: 10px;
  list-style: lower-alpha outside;
  float: none;
}

.fixed {
  position: fixed;
  width: 100%;
}

#blog .site-header, #btn__search--open, .bialty-container, .pp-multiple-authors-wrapper {
  display: none;
}

#blog #content, #blog .site-inner {
  margin: 0;
}

#blog #content p {
  padding: 0;
}

#blog #content ul > li {
  margin-bottom: 0;
}

#blog #content.fluid ul, #blog #content.fluid ol {
  margin-left: 0;
}

@media only screen and (max-width: 1279px) {
  #blog #content {
    padding: 0;
  }
}
html {
  line-height: 1.5;
  font-size: 18px;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 1248px !important;
  margin: 0 auto !important;
}

[class$=__desktop] {
  display: block;
}
@media only screen and (max-width: 1023px) {
  [class$=__desktop] {
    display: none;
  }
}

[class$=__mobile] {
  display: none;
}
@media only screen and (max-width: 1023px) {
  [class$=__mobile] {
    display: block;
  }
}

.hub__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* 5 columns */
  /* 4 columns */
  /* 3 columns */
  /* 2 columns */
}
.hub__grid.aligncenter {
  justify-content: center;
}
.hub__grid.alignleft {
  justify-content: flex-start;
}
.hub__grid a {
  display: block;
  color: #333 !important;
  font-weight: normal !important;
}
.hub__grid section {
  margin: 10px;
  font-size: 16px;
  background: #fff;
}
.hub__grid section > div {
  position: relative;
}
.hub__grid section img {
  transition: all 0.3s ease 0s;
}
.hub__grid section:hover img {
  transform: none;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 733px) {
  .hub__grid section {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E0E0E0;
  }
  .hub__grid section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .hub__grid section .hub__thumb, .hub__grid section > div {
    width: 100%;
  }
  .hub__grid section .hub__thumb {
    order: 2;
  }
  .hub__grid section > div {
    order: 1;
    padding-bottom: 20px;
  }
}
.hub__grid.col5 section {
  width: 18%;
  padding-bottom: 0;
}
.hub__grid.col5 section .deals__partname {
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .hub__grid.col5 section {
    width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .hub__grid.col5 section {
    width: 46.6%;
    padding: 0;
    margin: 5px;
  }
}
.hub__grid.col4 section {
  width: 23.3%;
}
@media only screen and (max-width: 1023px) {
  .hub__grid.col4 section {
    width: 46.6%;
  }
}
@media only screen and (max-width: 733px) {
  .hub__grid.col4 section {
    margin: 5px;
    justify-content: center;
  }
}
.hub__grid.col3 section {
  width: 31.2%;
}
@media only screen and (max-width: 1023px) {
  .hub__grid.col3 section {
    width: 46.6%;
  }
}
@media only screen and (max-width: 733px) {
  .hub__grid.col3 section {
    width: 100%;
    margin: 5px 0;
  }
}
.hub__grid.col2 section {
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .hub__grid.col2 section {
    width: 100%;
    margin: 5px 0;
  }
}
.hub__grid.flexauto {
  justify-content: flex-start;
}
.hub__grid.flexauto > section {
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .hub__grid {
    padding: 0 10px;
  }
}

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