@import url('font-awesome.min.css');
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsunDXbtY.ttf) format('truetype');
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.site-content.wide .container-fluid {
  width: 1170px;
}
.site-content {
  padding-top: 0;
}
.wrap {
  width: 1170px;
  max-width: 1170px;
}
@media only screen and (max-width : 1200px) {
  .wrap {
    width: 960px;
  }
}
@media only screen and (max-width : 992px) {
  .wrap {
    width: auto;
  }
}
header {
  padding: 10px 0;
}
header .site-description {
  display: none;
}
@media only screen and (max-width : 480px) {
  header .logo {
    text-align: center;
  }
}
header .logo img {
  margin: 10px 0;
}
@media only screen and (max-width : 768px) {
  header .logo img {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
header #menu-primary ul li a:before {
  background: none;
}
header .nav-container .main-navigation li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
header .sales-counter,
header .social-icons {
  display: inline-block;
}
header .sales-counter {
  margin: 0;
  border: 1px solid #b6b2b2;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 19px;
  font-weight: 300;
  color: #d03052;
  min-width: 370px;
  margin-left: 230px;
  margin-top: 10px;
}
header .sales-counter span {
  font-weight: 600;
  color: #272727;
  padding-left: 20px;
}
header .social-icons {
  height: 15px;
  margin-left: 30px;
  float: right;
  margin-right: 15px;
}
header .social-icons ul {
  margin: 0;
  padding: 0;
}
header .social-icons ul li {
  display: inline-block;
  list-style-type: none;
}
header .social-icons ul li.facebook {
  background: url('../images/social-icons.png') no-repeat;
  width: 20px;
  height: 15px;
}
header .social-icons .phone {
  font-size: 15px;
  font-weight: 600;
  margin: 0 10px;
}
header .social-icons .phone i.fa {
  font-size: 18px;
  margin-top: 4px;
}
header .menu-mainnav-container ul {
  float: right;
  margin-top: 15px;
}
@media only screen and (max-width : 768px) {
  header .menu-mainnav-container ul {
    float: none;
  }
}
header .menu-mainnav-container li {
  position: relative;
}
header .menu-mainnav-container li:after {
  position: absolute;
  content: '/';
  width: 10px;
  height: 10px;
  right: -10px;
  top: 14px;
  font-size: 14px;
}
@media only screen and (max-width : 768px) {
  header .menu-mainnav-container li:after {
    display: none;
  }
}
header .menu-mainnav-container li:last-child:after {
  display: none;
}
header .menu-mainnav-container li a:hover {
  color: #f70b17;
  border-bottom: 5px solid #f70b17;
  padding-bottom: 5px;
}
header .menu-mainnav-container li.current-menu-item a {
  color: #f70b17;
  border-bottom: 5px solid #f70b17;
  padding-bottom: 5px;
}
@media only screen and (max-width : 480px) {
  header .menu-mainnav-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width : 768px) {
  header .menu-toggle {
    font-size: 16px;
  }
}
.home .container-fluid {
  padding: 0;
  width: auto;
}
.home section h2 {
  font-size: 30px;
  font-weight: 800;
  color: #213744;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.home section h2:after {
  position: absolute;
  bottom: -15px;
  width: 60px;
  height: 3px;
  content: '';
  background: #434343;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.home section#homeslider {
  background: url('../images/homebg-1.jpg') no-repeat center center;
  min-height: 887px;
  text-align: center;
}
.home section#homeslider .metaslider {
  margin: 0 auto;
}
@media only screen and (max-width : 1200px) {
  .home section#homeslider {
    min-height: 0;
  }
}
@media only screen and (max-width : 480px) {
  .home section#homeslider {
    min-height: 200px;
  }
}
.home section#homeAbout .row {
  margin-top: 60px;
}
@media only screen and (max-width : 768px) {
  .home section#homeAbout .row {
    margin-top: 40px;
  }
}
.home section#homeAbout .read-more {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #f70b17;
}
.home section#homeAbout .read-more:hover {
  text-decoration: underline;
}
.home section#homeAbout .text-block {
  margin-top: 40px;
}
.home section#homeAbout .text-block strong {
  font-size: 16px;
}
.home section#homeAbout h3 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 700;
  color: #ebe8e7;
  text-transform: none;
  margin-bottom: 30px;
  line-height: normal;
}
@media only screen and (max-width : 1200px) {
  .home section#homeAbout .about-icons {
    margin-top: 60px;
  }
}
.home section#homeAbout .about-icons ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width : 768px) {
  .home section#homeAbout .about-icons ul {
    text-align: center;
  }
}
.home section#homeAbout .about-icons ul li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
  text-align: center;
}
.home section#homeAbout .about-icons ul li img {
  display: block;
}
@media only screen and (max-width : 1200px) {
  .home section#homeAbout .about-icons ul li {
    width: 30%;
    padding: 0 5px;
  }
}
@media only screen and (max-width : 480px) {
  .home section#homeAbout .about-icons ul li {
    width: 45%;
    text-align: center;
  }
  .home section#homeAbout .about-icons ul li img {
    display: inline-block;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 768px) {
  .home section#homeAbout h2 {
    padding-top: 40px;
  }
}
.home section#homeBrands {
  background: url('../images/brands-bg.png') no-repeat center center;
  min-height: 1434px;
  position: relative;
}
.home section#homeBrands h2 {
  margin-top: 330px;
}
@media only screen and (max-width : 768px) {
  .home section#homeBrands h2 {
    margin-top: 150px;
  }
}
.home section#homeBrands .brand-box-container {
  margin-top: 50px;
}
.home section#homeBrands .brand-box-container .brand-box {
  background: #fff;
  min-height: 280px;
  margin-bottom: 30px;
}
@media only screen and (max-width : 480px) {
  .home section#homeBrands .brand-box-container .brand-box {
    min-height: 0;
  }
}
.home section#homeBrands .brand-box-container .brand-box ul {
  margin: 0;
  padding: 0;
}
.home section#homeBrands .brand-box-container .brand-box ul li,
.home section#homeBrands .brand-box-container .brand-box ul .brand-box {
  display: inline-block;
  list-style-type: none;
  background: #fff;
}
.home section#homeBrands .brand-box-container .brand-box .img,
.home section#homeBrands .brand-box-container .brand-box .widget-content {
  min-height: 225px;
  display: table;
  text-align: center;
  margin: 0 auto;
  background: #f6f4f4;
  width: 100%;
}
@media only screen and (max-width : 480px) {
  .home section#homeBrands .brand-box-container .brand-box .img,
  .home section#homeBrands .brand-box-container .brand-box .widget-content {
    min-height: 0;
  }
}
.home section#homeBrands .brand-box-container .brand-box .img a,
.home section#homeBrands .brand-box-container .brand-box .widget-content a {
  display: table-cell;
  vertical-align: middle;
  background: #f6f4f4;
}
.home section#homeBrands .brand-box-container .brand-box .img img,
.home section#homeBrands .brand-box-container .brand-box .widget-content img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  display: table-cell;
  max-width: 100%;
}
.home section#homeBrands .brand-box-container p,
.home section#homeBrands .brand-box-container .image-text-widget-text {
  display: block;
  margin: 0;
  text-align: center;
}
.home section#homeBrands .brand-box-container .image-text-widget-text {
  background: #fff;
}
.home section#homeBrands .brand-box-container .image-text-widget-text a {
  margin: 20px;
  text-align: center;
  background: #f70b17 !important;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  padding: 10px 15px;
  min-height: 0;
  display: inline-block !important;
}
.home section#homeBrands .brand-box-container a,
.home section#homeBrands .brand-box-container a.view-products {
  display: inline-block;
  margin: 20px;
  text-align: center;
  background: #f70b17;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  padding: 10px 15px;
}
.home section#homeBrands .row-banner-images {
  margin-top: 30px;
}
@media only screen and (max-width : 480px) {
  .home section#homeBrands .row-banner-images .col-md-6 {
    margin-bottom: 30px;
  }
}
.home section#homeBrands .row-banner-images a {
  padding: 0;
  margin: 0;
  background: none;
}
.home #homeForm {
  position: relative;
  margin-top: -200px;
  padding-top: 150px;
}
.home #homeForm .contact-form {
  padding: 0 100px;
  margin-top: 70px;
}
.home #homeForm .contact-form .form-group .wpcf7-form-control {
  width: 99%;
}
@media only screen and (max-width : 768px) {
  .home #homeForm .contact-form {
    padding: 0 30px;
  }
  .home #homeForm .contact-form .form-group .wpcf7-form-control {
    width: 98%;
  }
}
.home #homeForm .contact-form .form-group input {
  padding: 10px;
}
.home #homeForm .contact-form .form-group .wpcf7-submit {
  width: 20%;
}
.home #homeForm .contact-form textarea {
  min-height: 70px;
}
.post-type-archive-products .site-content-contain {
  background-color: #fff !important;
}
.post-type-archive-products .site-content.boxed,
.post-type-archive-products .site-content.wide {
  background: url('../images/products-bg.jpg') no-repeat;
}
@media only screen and (max-width : 768px) {
  .post-type-archive-products .site-content.boxed,
  .post-type-archive-products .site-content.wide {
    background: url('../images/mob-page-header-bg.png') no-repeat;
  }
}
.post-type-archive-products #brandsMain {
  min-height: 1434px;
}
.post-type-archive-products .site-footer {
  margin-top: -300px;
}
.cherry-breadcrumbs {
  background: none;
  overflow: initial;
}
.cherry-breadcrumbs .page-title {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
  float: left;
  margin-top: 60px;
}
.cherry-breadcrumbs .cherry-breadcrumbs_content {
  border: none;
  float: right;
}
.cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_browse {
  display: none;
}
.cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_item a {
  color: #fff;
}
.cherry-breadcrumbs .cherry-breadcrumbs_content:before,
.cherry-breadcrumbs .cherry-breadcrumbs_content:after {
  display: none;
}
/** site contain template */
.site-content-contain .page-header,
.site-content-contain .entry-header {
  border: none;
}
.site-content-contain .page-header .page-title,
.site-content-contain .entry-header .page-title,
.site-content-contain .page-header .entry-title,
.site-content-contain .entry-header .entry-title {
  font-size: 72px!important;
  font-weight: 600!important;
  text-transform: capitalize!important;
  letter-spacing: normal!important;
  color: #fff !important;
}
@media only screen and (max-width : 768px) {
  .site-content-contain .page-header .page-title,
  .site-content-contain .entry-header .page-title,
  .site-content-contain .page-header .entry-title,
  .site-content-contain .entry-header .entry-title {
    font-size: 42px!important;
  }
}
/** PRODUCT ARCHIVE */
.post-type-archive-products h1,
.single-products h1,
.page-template-tmp-about h1,
.post-type-archive-events h1,
.single h1,
.post-type-archive-community h1,
.page-template-tmp-community h1,
.page-template-tmp-contact h1,
.archive.tax-product_categories h1,
.post-type-archive-stockist h1,
.page-template-tmp-stockist h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 600;
  float: left;
}
@media only screen and (max-width : 480px) {
  .post-type-archive-products h1,
  .single-products h1,
  .page-template-tmp-about h1,
  .post-type-archive-events h1,
  .single h1,
  .post-type-archive-community h1,
  .page-template-tmp-community h1,
  .page-template-tmp-contact h1,
  .archive.tax-product_categories h1,
  .post-type-archive-stockist h1,
  .page-template-tmp-stockist h1 {
    float: none;
    margin-bottom: 0;
  }
}
.post-type-archive-products .site-content-contain,
.single-products .site-content-contain,
.page-template-tmp-about .site-content-contain,
.post-type-archive-events .site-content-contain,
.single .site-content-contain,
.post-type-archive-community .site-content-contain,
.page-template-tmp-community .site-content-contain,
.page-template-tmp-contact .site-content-contain,
.archive.tax-product_categories .site-content-contain,
.post-type-archive-stockist .site-content-contain,
.page-template-tmp-stockist .site-content-contain {
  background: url('../images/page-header-bg.png') no-repeat top center #e3e3e3;
}
@media only screen and (max-width : 768px) {
  .post-type-archive-products .site-content-contain,
  .single-products .site-content-contain,
  .page-template-tmp-about .site-content-contain,
  .post-type-archive-events .site-content-contain,
  .single .site-content-contain,
  .post-type-archive-community .site-content-contain,
  .page-template-tmp-community .site-content-contain,
  .page-template-tmp-contact .site-content-contain,
  .archive.tax-product_categories .site-content-contain,
  .post-type-archive-stockist .site-content-contain,
  .page-template-tmp-stockist .site-content-contain {
    background: url('../images/mob-page-header-bg.png') no-repeat;
  }
}
.post-type-archive-products .content-area,
.single-products .content-area,
.page-template-tmp-about .content-area,
.post-type-archive-events .content-area,
.single .content-area,
.post-type-archive-community .content-area,
.page-template-tmp-community .content-area,
.page-template-tmp-contact .content-area,
.archive.tax-product_categories .content-area,
.post-type-archive-stockist .content-area,
.page-template-tmp-stockist .content-area {
  width: 100%!important;
}
#brandsMain {
  background: url('../images/brands-bg-3.png') no-repeat top center;
  background-size: contain;
  min-height: 1434px;
  padding-top: 350px;
}
@media only screen and (max-width : 480px) {
  #brandsMain {
    padding-top: 150px;
  }
}
#brandsMain .brand-box-container .brand-box {
  background: #fff;
  min-height: 270px;
  margin-bottom: 30px;
}
#brandsMain .brand-box-container .brand-box .img {
  min-height: 206px;
  display: table;
  text-align: center;
  margin: 0 auto;
  background: #f6f4f4;
  width: 100%;
}
#brandsMain .brand-box-container .brand-box .img a {
  display: table-cell;
  vertical-align: middle;
}
#brandsMain .brand-box-container .brand-box .img img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  display: table-cell;
}
#brandsMain .brand-box-container .brand-box ul {
  margin: 0;
  padding: 0;
}
#brandsMain .brand-box-container .brand-box ul li,
#brandsMain .brand-box-container .brand-box ul .brand-box {
  display: inline-block;
  list-style-type: none;
  background: #fff;
}
#brandsMain .brand-box-container p {
  display: block;
  margin: 0;
  text-align: center;
}
#brandsMain .brand-box-container a.view-products {
  display: inline-block;
  margin: 20px;
  text-align: center;
  background: #f70b17;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  padding: 10px 15px;
}
/** about us */
.page-template-tmp-about .site-content-contain {
  background-color: #fff;
}
.page-template-tmp-about .site-content section#whoweare,
.page-template-tmp-about .site-content section#whatwedo {
  background: url('../images/grain-bg.jpg') repeat;
  min-height: 500px;
  margin: 50px 0;
  position: relative;
}
.page-template-tmp-about .site-content section#whoweare h3,
.page-template-tmp-about .site-content section#whatwedo h3 {
  font-size: 60px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#whoweare h3,
  .page-template-tmp-about .site-content section#whatwedo h3 {
    font-size: 40px;
  }
}
.page-template-tmp-about .site-content section#whoweare .wrap,
.page-template-tmp-about .site-content section#whatwedo .wrap {
  padding: 50px 0;
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#missionVission {
    margin-top: 100px;
  }
}
.page-template-tmp-about .site-content section#missionVission h2 {
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  font-size: 60px;
  color: #f1223f;
  word-wrap: break-word;
  line-height: 0.9;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#missionVission h2 {
    font-size: 40px;
    float: left;
    padding-left: 25%;
    margin-top: 10px;
  }
  .page-template-tmp-about .site-content section#missionVission h2 br {
    display: none;
  }
}
.page-template-tmp-about .site-content section#missionVission .our-mission,
.page-template-tmp-about .site-content section#missionVission .our-vision {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-right: 30px;
  padding-left: 150px;
}
.page-template-tmp-about .site-content section#missionVission .our-mission i.ico,
.page-template-tmp-about .site-content section#missionVission .our-vision i.ico {
  float: left;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#missionVission .our-mission,
  .page-template-tmp-about .site-content section#missionVission .our-vision {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-tmp-about .site-content section#missionVission .our-mission i.ico,
  .page-template-tmp-about .site-content section#missionVission .our-vision i.ico {
    width: 20%;
    display: inherit;
  }
  .page-template-tmp-about .site-content section#missionVission .our-mission p,
  .page-template-tmp-about .site-content section#missionVission .our-vision p {
    clear: both;
    padding-top: 20px;
  }
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#whoweare {
    margin: 0;
  }
}
.page-template-tmp-about .site-content section#whoweare:before {
  background: url('../images/about-1.png') no-repeat left -100px;
  content: '';
  position: absolute;
  width: 100%;
  height: 948px;
}
@media only screen and (max-width : 1600px) {
  .page-template-tmp-about .site-content section#whoweare:before {
    background-position: -250px -100px;
  }
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#whoweare:before {
    background-image: url('../images/mob-about-1.png');
    background-position: bottom left;
    bottom: -50px;
  }
}
.page-template-tmp-about .site-content section#whoweare:before strong {
  font-size: 16px;
}
.page-template-tmp-about .site-content section#whoweare .whoweare-icons {
  margin: 0;
  padding: 0;
}
.page-template-tmp-about .site-content section#whoweare .whoweare-icons li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  min-width: 27%;
  vertical-align: top;
}
.page-template-tmp-about .site-content section#whoweare .whoweare-icons li:first-child {
  margin-right: 50px;
}
.page-template-tmp-about .site-content section#whoweare .whoweare-icons li img {
  float: left;
  margin: 15px 15px 40px 0;
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#whoweare .whoweare-icons li img {
    margin: 15px;
  }
}
.page-template-tmp-about .site-content section#whoweare .whoweare-icons li strong {
  font-size: 25px;
  display: block;
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#whoweare .whoweare-icons li {
    margin: 0;
    display: block;
    clear: both;
  }
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#whatwedo {
    margin: 0;
    padding-bottom: 300px;
  }
}
.page-template-tmp-about .site-content section#whatwedo:before {
  background: url('../images/about-2.png') no-repeat right -100px;
  content: '';
  position: absolute;
  width: 100%;
  height: 988px;
}
@media only screen and (max-width : 1600px) {
  .page-template-tmp-about .site-content section#whatwedo:before {
    background-position: 620px -120px;
  }
}
@media only screen and (max-width : 1200px) {
  .page-template-tmp-about .site-content section#whatwedo:before {
    background-position: 820px -120px;
  }
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-content section#whatwedo:before {
    background-image: url('../images/mob-about-2.png');
    background-position: bottom left;
    bottom: -50px;
  }
}
.page-template-tmp-about .site-content section#whatwedo:before strong {
  font-size: 16px;
}
.page-template-tmp-about .site-content section#ourteam {
  background: url('../images/about-teambg.png') bottom right no-repeat #fff;
  margin-top: -60px;
  padding-top: 160px;
  padding-bottom: 200px;
}
.page-template-tmp-about .site-content section#ourteam h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 30px;
  text-align: center;
}
.page-template-tmp-about .site-content section#ourteam .staff-set {
  position: relative;
  margin-bottom: 30px;
}
.page-template-tmp-about .site-content section#ourteam .staff-set .post-thumbnail {
  margin-bottom: 0;
  position: relative;
  border: 1px solid #f0f0f0;
}
.page-template-tmp-about .site-content section#ourteam .staff-set .inner-box {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 30px;
  background: url('../images/grad-grey.png') repeat-x top;
}
.page-template-tmp-about .site-content section#ourteam .staff-set .inner-box h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.page-template-tmp-about .site-content section#ourteam .staff-set .swipe {
  background: #f1223f;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 331px;
  padding: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.page-template-tmp-about .site-content section#ourteam .staff-set .swipe h2 {
  color: #fff;
  font-weight: 600;
}
.page-template-tmp-about .site-footer {
  margin-top: -220px;
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-about .site-footer {
    margin-top: 30px;
  }
}
/* EVENTS */
#eventsMain,
#homeNews {
  padding-top: 200px;
}
@media only screen and (max-width : 480px) {
  #eventsMain,
  #homeNews {
    padding-top: 100px;
  }
}
#eventsMain .event-box-container .com-event-box,
#homeNews .event-box-container .com-event-box {
  margin-bottom: 30px;
}
#eventsMain .event-box-container .post-thumbnail,
#homeNews .event-box-container .post-thumbnail {
  background: #FFF;
  margin-bottom: 0;
}
#eventsMain .event-box-container .post-thumbnail .img,
#homeNews .event-box-container .post-thumbnail .img {
  position: relative;
  min-height: 187px;
}
#eventsMain .event-box-container .post-thumbnail .img a:before,
#homeNews .event-box-container .post-thumbnail .img a:before {
  content: '';
  background: url('../images/event-overlay.png') no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 115px;
  bottom: 0;
}
@media only screen and (max-width : 768px) {
  #eventsMain .event-box-container .post-thumbnail .img img,
  #homeNews .event-box-container .post-thumbnail .img img {
    max-width: 100%;
    width: 100%;
  }
}
#eventsMain .event-box-container .post-thumbnail .inner-box,
#homeNews .event-box-container .post-thumbnail .inner-box {
  padding: 20px;
  min-height: 200px;
  font-size: 12px;
}
#eventsMain .event-box-container .post-thumbnail .inner-box a:hover,
#homeNews .event-box-container .post-thumbnail .inner-box a:hover {
  text-decoration: none;
}
#eventsMain .event-box-container .post-thumbnail .inner-box a:hover h2.entry-title,
#homeNews .event-box-container .post-thumbnail .inner-box a:hover h2.entry-title {
  color: #f70b17;
  transition: all linear 200ms;
}
#eventsMain .event-box-container .post-thumbnail .inner-box h2.entry-title,
#homeNews .event-box-container .post-thumbnail .inner-box h2.entry-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
#eventsMain .event-box-container .post-thumbnail .inner-box a.read-more,
#homeNews .event-box-container .post-thumbnail .inner-box a.read-more {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  color: #f70b17;
  font-weight: 600;
}
#eventsMain .event-box-container .post-thumbnail .inner-box a.read-more:hover,
#homeNews .event-box-container .post-thumbnail .inner-box a.read-more:hover {
  text-decoration: underline;
}
#homeNews {
  background: #f4f0ee;
  padding-top: 200px;
  margin-top: -200px;
}
#homeNews .event-box-container {
  margin-top: 60px;
}
#homeNews .event-box-container h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}
#homeNews .event-box-container h2:after {
  display: none;
}
#homeNews .event-box-container .cat-date {
  font-size: 14px;
  color: #ca0c3e;
  display: inline-block;
  padding-bottom: 5px;
}
#homeNews .event-box-container .post-thumbnail img {
  width: 100%;
  max-width: 100%;
}
footer.entry-footer {
  background: none;
  min-height: 0;
}
/** footer */
.site-footer {
  border: none;
  margin-top: -30px;
}
@media only screen and (max-width : 480px) {
  .site-footer {
    margin-top: 160px;
  }
}
.home .site-footer {
  margin-top: 100px;
}
footer {
  background: url('../images/footer-bg.png') no-repeat top center;
  padding-top: 200px;
  position: relative;
}
@media only screen and (max-width : 480px) {
  footer {
    padding-top: 30px;
    margin-top: 200px;
    background-color: #ff2f32;
  }
  footer .wrap {
    margin-top: -70px;
    position: relative;
    z-index: 99;
    padding: 20px;
  }
  footer:before {
    position: absolute;
    content: '' !important;
    height: 155px;
    background: url('../images/mob-footer-bg.png') no-repeat top;
    top: -150px;
    width: 100%;
  }
}
footer ul.footer-link-container {
  margin: 0;
  padding: 0;
}
footer ul.footer-link-container li.footer-link-set {
  display: inline-block;
  font-size: 21px;
  color: #fff;
  width: 16%;
  vertical-align: top;
}
@media only screen and (max-width : 480px) {
  footer ul.footer-link-container li.footer-link-set {
    display: inline-block;
    width: 48%;
    padding-right: 20px;
    margin: 0 0 20px 0;
  }
}
footer ul.footer-link-container li.footer-link-set ul.menu {
  margin: 20px 0 0 0;
  padding: 0;
}
footer ul.footer-link-container li.footer-link-set ul.menu li {
  list-style-type: none;
  line-height: 1.3;
}
footer ul.footer-link-container li.footer-link-set ul.menu li a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
}
footer ul.footer-link-container li.footer-link-set ul.menu li a:hover {
  background: rgba(162, 29, 54, 0.5);
  transition: all linear 200ms;
  text-decoration: none;
}
footer ul.footer-link-container .contact-info {
  line-height: 1.8;
  font-size: 14px!important;
}
footer ul.footer-link-container .contact-info span {
  font-size: 21px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
footer ul.footer-link-container .contact-info p i {
  margin-bottom: 60px;
  float: left;
  display: inline-block;
  margin-right: 5px;
}
footer ul.footer-link-container .contact-info p a {
  text-decoration: none;
  color: #fff;
}
footer ul.footer-link-container .contact-info p a:hover {
  text-decoration: underline;
}
footer .section-footer-logo {
  margin-top: 30px;
}
footer .section-footer-logo .footer-logo {
  float: left;
}
footer .section-footer-logo .footer-logo img {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width : 480px) {
  footer .section-footer-logo .footer-logo {
    float: none;
    text-align: center;
  }
  footer .section-footer-logo .footer-logo img {
    display: block;
    margin: 0 auto;
  }
}
footer .section-footer-logo span.copyright {
  font-size: 13px;
  color: #fff;
  margin-top: 15px;
  text-align: right;
}
@media only screen and (max-width : 480px) {
  footer .section-footer-logo span.copyright {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
}
footer .section-footer-logo .contact-info {
  float: right;
  line-height: 1.8;
  font-size: 14px!important;
}
@media only screen and (max-width : 480px) {
  footer .section-footer-logo .contact-info {
    float: none;
    margin-left: 30px;
  }
}
footer .section-footer-logo .contact-info span {
  font-size: 21px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
footer .section-footer-logo .contact-info li {
  list-style-type: none;
  color: #fff;
  clear: both;
  margin-bottom: 10px;
}
footer .section-footer-logo .contact-info li i {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
footer .section-footer-logo .contact-info li a {
  text-decoration: none;
  color: #fff;
}
footer .section-footer-logo .contact-info li a:hover {
  text-decoration: underline;
}
.post-type-archive-events .site-content-contain {
  background: url('../images/events-bg.png') no-repeat top center;
}
.post-type-archive-events .site-content-contain .site-content {
  background: url('../images/page-header-bg.png') no-repeat top center;
}
@media only screen and (max-width : 480px) {
  .post-type-archive-events .site-content-contain .site-content {
    background: url('../images/mob-page-header-bg.png') no-repeat top center;
  }
}
.single-events .site-content-contain {
  background-color: #fff;
}
.single #feat-photo {
  margin-bottom: 30px;
}
.single .entry-content .cat-date {
  color: #f70b17;
  font-size: 16px;
  display: block;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400!important;
}
.single .entry-content h2.entry-title {
  font-size: 48px!important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600!important;
  color: #434343 !important;
}
@media only screen and (max-width : 480px) {
  .single .entry-content h2.entry-title {
    font-size: 28px !important;
  }
}
.single .entry-footer {
  display: none !important;
}
.single .single-events-sidebar h3 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 800!important;
  color: #f70b17;
}
.single .single-events-sidebar article {
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.single .single-events-sidebar article .post-info {
  padding: 0 15px 15px;
}
.single .single-events-sidebar article .post-info h4 {
  font-size: 18px;
  font-weight: 600;
}
.single .single-events-sidebar article .post-info .cat-date {
  color: #f70b17;
  font-size: 14px;
}
.single .single-events-sidebar article .post-thumbnail {
  background: #FFF;
}
.single .single-events-sidebar article .post-thumbnail .img {
  position: relative;
  min-height: 187px;
}
.single .single-events-sidebar article .post-thumbnail .img a:before {
  content: '';
  background: url('../images/event-overlay.png') no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 115px;
  bottom: 0;
}
.single .single-events-sidebar article .post-thumbnail .inner-box {
  padding: 20px;
  min-height: 200px;
  font-size: 12px;
}
.single .single-events-sidebar article .post-thumbnail .inner-box a:hover {
  text-decoration: none;
}
.single .single-events-sidebar article .post-thumbnail .inner-box a:hover h2.entry-title {
  color: #f70b17;
  transition: all linear 200ms;
}
.single .single-events-sidebar article .post-thumbnail .inner-box h2.entry-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.single .single-events-sidebar article .post-thumbnail .inner-box a.read-more {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  color: #f70b17;
  font-weight: 600;
}
.breadcrumb {
  background: none;
  color: #fff;
}
#singleHeader span.breadcrumb {
  float: right;
}
.single-products #primary.content-area {
  float: none;
}
.single-products #singleHeader .wrap {
  padding-top: 50px;
}
@media only screen and (max-width : 480px) {
  .single-products #singleHeader .wrap {
    padding-top: 30px;
  }
}
.single-products #singleHeader .wrap h1 {
  padding-bottom: 0;
  margin: 0;
}
@media only screen and (max-width : 480px) {
  .single-products #singleHeader .wrap h1 {
    font-size: 42px;
  }
}
.single-products #singleHeader .wrap .breadcrumb {
  padding: 0;
  background: none;
  margin: 0;
}
.single-products .site-content-contain {
  position: relative;
  background: #e3e3e3;
}
.single-products .site-content-contain:after {
  position: absolute;
  content: '';
  min-height: 400px;
  background: #fff;
  top: 0;
  background: url('../images/page-header-bg.png') top center no-repeat #fff;
  width: 100%;
}
@media only screen and (max-width : 480px) {
  .single-products .site-content-contain:after {
    background: url('../images/mob-page-header-bg.png') top center no-repeat #fff;
  }
}
.single-products .site-content-contain .site-content {
  position: relative;
  display: block;
  z-index: 9;
}
.single-products .product-img {
  text-align: center;
}
.single-products .product-img img {
  display: block;
  margin: 0 auto;
}
.single-products .product-carousel {
  background: url('../images/product-carousel-bg.png') no-repeat top center;
  background-size: contain;
  min-height: 229px;
  margin-top: 210px;
}
@media only screen and (max-width : 480px) {
  .single-products .product-carousel {
    background-size: auto;
  }
}
.single-products .sales-counter {
  display: block;
  padding: 20px;
  text-align: center;
  color: #ca0c3e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.single-products .sales-counter strong {
  font-size: 20px;
  color: #000;
}
.single-products .product-detail-container h2.entry-title {
  font-size: 30px!important;
  font-weight: 800!important;
  color: #434343;
}
@media only screen and (max-width : 480px) {
  .single-products .product-detail-container h2.entry-title {
    font-size: 20px !important;
  }
}
.single-products .product-detail-container p {
  line-height: 1.6;
}
.single-products .product-detail-container .other-info span {
  font-size: 18px;
}
.single-products .product-detail-container .other-info .panel {
  background: none;
  box-shadow: none;
  border: none;
}
.single-products .product-detail-container .other-info .panel-body {
  padding: 0;
  background: #fff;
  border: none;
}
.single-products .product-detail-container .other-info .panel-default > .panel-heading {
  background: none;
  outline: none;
  border-bottom: 1px solid #a4a5a8;
}
.single-products .product-detail-container .other-info .panel-title a {
  border: none;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.single-products .product-detail-container .other-info .tr-head th {
  background: #ca0c3e;
  color: #fff;
}
.single-products .product-detail-container .other-info table {
  margin-bottom: 0;
}
.single-products .product-detail-container .other-info table tr {
  border-bottom: 1px solid #000;
}
.single-products .product-detail-container .other-info table tr td {
  padding: 10px 15px;
}
.single-products .suggested-products {
  margin-top: 80px;
}
.single-products .suggested-products h3 {
  font-size: 30px;
  font-weight: 800;
  color: #213744;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #434343;
}
@media only screen and (max-width : 480px) {
  .single-products .suggested-products h3 {
    font-size: 20px;
  }
}
.single-products .suggested-products h3:after {
  position: absolute;
  bottom: -15px;
  width: 60px;
  height: 3px;
  content: '';
  background: #434343;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.single-products .suggested-products ul {
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
.single-products .suggested-products ul li {
  list-style-type: none;
  display: inline-block;
  width: 24%;
  padding: 30px;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width : 480px) {
  .single-products .suggested-products ul li {
    width: 100%;
  }
}
.single-products .suggested-products ul li h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.single-products .suggested-products ul li a {
  color: #f70b17;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}
.single-products .suggested-products ul li img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}
.single-products .site-footer {
  background-color: #e3e3e3;
  margin-top: 0;
}
@media only screen and (max-width : 480px) {
  .single-products .site-footer {
    background: #ff2f32;
    margin-top: 150px;
  }
}
.post-type-archive-community #eventsMain,
.page-template-tmp-community #eventsMain {
  padding-top: 0;
  margin-top: 180px;
}
.post-type-archive-community .site-content-contain,
.page-template-tmp-community .site-content-contain {
  background: url('../images/community-bg.png') top no-repeat;
}
.post-type-archive-community .site-content-contain .site-content,
.page-template-tmp-community .site-content-contain .site-content {
  background: url('../images/page-header-bg.png') no-repeat top center;
}
@media only screen and (max-width : 480px) {
  .post-type-archive-community .site-content-contain .site-content,
  .page-template-tmp-community .site-content-contain .site-content {
    background: url(../images/mob-page-header-bg.png) top center no-repeat #fff;
  }
}
.post-type-archive-community .counter-container,
.page-template-tmp-community .counter-container {
  background: rgba(165, 149, 144, 0.9);
  margin: 0 0 40px 0;
  padding: 50px;
}
.post-type-archive-community .counter-container ul,
.page-template-tmp-community .counter-container ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.post-type-archive-community .counter-container ul li,
.page-template-tmp-community .counter-container ul li {
  display: inline-block;
  font-weight: 400;
  font-size: 87px;
  color: #fff;
  text-align: center;
  padding: 30px;
  border-right: 10px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width : 480px) {
  .post-type-archive-community .counter-container ul li,
  .page-template-tmp-community .counter-container ul li {
    width: auto;
    display: block;
    font-size: 57px;
    border: none;
    padding: 10px;
  }
}
.post-type-archive-community .counter-container ul li:last-child,
.page-template-tmp-community .counter-container ul li:last-child {
  border-right: none;
}
.post-type-archive-community .counter-container ul li .textwidget p,
.page-template-tmp-community .counter-container ul li .textwidget p {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
.post-type-archive-community .site-footer,
.page-template-tmp-community .site-footer {
  margin-top: -180px;
}
@media only screen and (max-width : 480px) {
  .post-type-archive-community .site-footer,
  .page-template-tmp-community .site-footer {
    margin-top: 50px;
  }
}
.single-community .site-content-contain {
  background-color: #fff;
}
.page-template-tmp-contact .site-content-contain {
  background-color: #fff;
}
.page-template-tmp-contact .site-content-contain .content-area header.page-header {
  width: auto;
  float: none;
}
.page-template-tmp-contact .site-content-contain .content-area .content-container {
  margin-top: 130px;
}
@media only screen and (max-width : 480px) {
  .page-template-tmp-contact .site-content-contain .content-area .content-container {
    margin-top: 30px;
  }
}
.page-template-tmp-contact .site-content-contain .content-area .custom-content-area article header.entry-header {
  display: none !important;
}
.page-template-tmp-contact .site-content-contain .content-area .custom-content-area article .entry-content {
  width: 100%!important;
  float: none!important;
}
.page-template-tmp-contact .site-content-contain .content-area .custom-content-area article .entry-content h2 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #000;
}
.page-template-tmp-contact #contactAdress {
  background: rgba(165, 149, 144, 0.9);
  padding: 30px 0;
  color: #fff;
  margin-top: 60px;
}
.page-template-tmp-contact #contactAdress h2 {
  color: #fff;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
.page-template-tmp-contact #contactAdress a {
  color: #fff;
  text-decoration: none;
}
.page-template-tmp-contact #contactAdress a:hover {
  text-decoration: underline;
}
.page-template-tmp-contact .google-map iframe {
  width: 100%;
}
#homeClients {
  background: url('../images/home-testimonial-bg.jpg') top no-repeat;
  margin-top: -80px;
  padding-top: 150px;
  min-height: 300px;
  padding-bottom: 150px;
}
#homeClients .align-center {
  text-align: center;
}
#homeClients .ico-quote {
  text-align: center;
  display: inline-block;
  margin: 30px auto;
  position: relative;
  min-width: 100px;
}
#homeClients .ico-quote i.fa {
  font-size: 22px;
  color: #f70b17;
  position: absolute;
  width: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#homeClients .ico-quote:before,
#homeClients .ico-quote:after {
  position: absolute;
  width: 30px;
  content: '';
  height: 30px;
  border-bottom: 1px solid #d3d9e0;
  top: -20px;
}
#homeClients .ico-quote:before {
  left: 0;
}
#homeClients .ico-quote:after {
  right: 0;
}
#homeClients .carousel .carousel-control {
  background: none;
  color: #434343;
}
#homeClients .carousel .carousel-control .glyphicon-chevron-left:before {
  content: "\e257";
}
#homeClients .carousel .carousel-control .glyphicon-chevron-right:before {
  content: "\e258";
}
#homeClients .carousel .carousel-inner {
  width: 80%;
  margin: 30px auto;
}
#homeClients .carousel .carousel-inner .item {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  color: #6a7884;
}
#homeClients .carousel .carousel-inner .item h2 {
  font-weight: 700;
  font-style: normal;
  color: #f70b17;
}
@media only screen and (max-width : 768px) {
  #homeClients .carousel .carousel-inner .item h2 {
    font-size: 16px;
  }
}
.archive-products-box .rd1 {
  display: none !important;
}
section#stockist .row {
  margin-left: 0;
  margin-right: 0;
}
section#stockist .row-set {
  background: #fff;
  margin-top: 30px;
}
section#stockist .row-set hr {
  clear: both;
  display: block;
}
section#stockist .row-set .col-md-3 {
  vertical-align: top;
}
section#stockist .row-set h3 {
  background: #ca0c3e;
  padding: 20px 50px;
  font-size: 24px;
  color: #fff;
}
section#stockist .row-set img {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width : 480px) {
  section#stockist .row-set img {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
section#stockist .row-set h4 {
  margin-left: 5px;
  clear: none;
  font-weight: bold;
  font-size: 14px;
  color: #a4a5a8;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
section#stockist .row-set .product-info {
  margin: 0;
  margin-left: 5px;
  color: #a4a5a8;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.tax-product_categories .event-box-container .inner-box {
  min-height: 245px!important;
}
.tax-product_categories .event-box-container .archive-products-box .post-thumbnail .img {
  padding: 15px 0;
}
.tax-product_categories .event-box-container .archive-products-box .post-thumbnail .img a:before {
  display: none;
}
.tax-product_categories #eventsMain {
  padding-top: 100px;
}
.tax-product_categories .cat-logo {
  display: inline-block;
  margin: 0;
  max-width: 200px;
}
.slick-slide {
  text-align: center;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
  font: normal normal normal 14px/1 FontAwesome;
}
.slick-prev:before {
  content: "\f053";
}
.slick-next:before {
  content: "\f054";
}
.cat-date {
  color: #f70b17;
  font-size: 14px;
}
@media only screen and (max-width : 480px) {
  .page-header {
    margin-top: 20px;
  }
}
.breadcrumbs {
  color: #fff;
  float: right;
  margin-top: 40px;
}
.breadcrumbs a {
  color: #fff;
}
@media only screen and (max-width : 480px) {
  .breadcrumbs {
    margin-top: 0;
    float: none;
  }
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  padding: 20px;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  width: 100%;
}
.contact-form textarea {
  min-height: 100px;
  padding: 20px;
  border-radius: 0;
  border: 1px solid #000;
}
.contact-form input[type="submit"] {
  background: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border-radius: 50px;
  min-width: 210px;
  float: right;
  position: relative;
  top: -90px;
  right: 30px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
#contactBottom {
  margin-top: 60px;
}
.post-type-archive-stockist .post-thumbnail,
.page-template-tmp-stockist .post-thumbnail {
  margin-bottom: 0;
}
.post-type-archive-stockist .post-thumbnail img:hover,
.page-template-tmp-stockist .post-thumbnail img:hover {
  transition: opacity 1;
}
.post-type-archive-stockist .post-info,
.page-template-tmp-stockist .post-info {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.post-type-archive-stockist .post-info a,
.page-template-tmp-stockist .post-info a,
.post-type-archive-stockist .post-info h4,
.page-template-tmp-stockist .post-info h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width : 480px) {
  .post-type-archive-stockist .site-footer,
  .page-template-tmp-stockist .site-footer {
    margin-top: 160px;
  }
}
.odometer-container {
  font-size: 18px;
  color: #f70b17;
}
.odometer-container span {
  font-weight: bold;
  color: #000;
}
hr {
  clear: both;
  display: block;
  background: none;
  border: none;
  margin: 0;
}
.post-type-archive-community .inner-box,
.post-type-archive-events .inner-box,
.page-template-tmp-community .inner-box,
.page-template-tmp-community .inner-box {
  min-height: 250px!important;
}
.post-type-archive-products .site-content-contain,
.post-type-archive-events .site-content-contain,
.tax-product_categories .site-content-contain {
  background: none!important;
}
.post-type-archive-products .custom-page-header,
.post-type-archive-events .custom-page-header,
.tax-product_categories .custom-page-header {
  background: url('../images/page-header-bg.png') no-repeat top center;
  min-height: 360px;
  position: absolute;
  width: 100%;
}
.post-type-archive-products #eventsMain,
.post-type-archive-events #eventsMain,
.tax-product_categories #eventsMain,
.post-type-archive-products #brandsMain,
.post-type-archive-events #brandsMain,
.tax-product_categories #brandsMain {
  background: url('../images/brands-bg-3.png') no-repeat top center;
  background-size: cover!important;
  min-height: 1350px!important;
  padding-top: 200px;
}
.post-type-archive-products .site-footer,
.post-type-archive-events .site-footer,
.tax-product_categories .site-footer {
  margin-top: -250px;
}
@media only screen and (max-width : 480px) {
  .post-type-archive-products .site-footer,
  .post-type-archive-events .site-footer,
  .tax-product_categories .site-footer {
    margin-top: 160px;
  }
}
.tax-product_categories #eventsMain {
  background: none;
  background-color: #e3e3e3;
}
.tax-product_categories .site-footer {
  margin-top: 0;
  background-color: #e3e3e3;
}
@media only screen and (max-width : 480px) {
  .tax-product_categories .site-footer {
    background-color: #ff2f32;
    margin-top: 88px;
  }
}
.post-type-archive-community #eventsMain,
.page-template-tmp-community #eventsMain {
  margin-top: 0;
}
.tax-product_categories .post-thumbnail .img {
  text-align: center;
}
.tax-product_categories .post-thumbnail .img img {
  display: block;
  margin: 0 auto;
}
.pagination,
.page-numbers.current {
  font-size: 14px;
}
.next.page-numbers {
  font-size: 20px;
}
.page-numbers {
  background: #d7d7d7;
}
.page-numbers.current {
  background: #c2c2c2;
}
/** google map overrides **/
#googleMap .wpgmza_modern_infowindow {
  height: 50%!important;
}
#googleMap .wpgmza_modern_infowindow_close {
  position: absolute!important;
  right: 0!important;
  font-size: 20px!important;
}
#googleMap .wpgmza_iw_address_p {
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: normal!important;
  text-transform: capitalize!important;
}
.cta_style1 {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  background: #f96969;
  border-radius: 2px;
}
.cta_style1:hover {
  text-decoration: none;
  background: #f64d4d;
  color: #fff;
}
.carousel-indicators {
  display: none !important;
}
.page-template-tmp-stockist .page-header,
.page-template-tmp-community .page-header {
  float: none!important;
  width: auto!important;
}
.page-template-tmp-stockist .content-area,
.page-template-tmp-community .content-area {
  float: left;
}
.page-template-tmp-community .inner-box h2.entry-title {
  text-transform: none;
  letter-spacing: normal;
}
.page-template-tmp-contact .contact-form .wpcf7-form input[type=text],
.page-template-tmp-contact .contact-form .wpcf7-form input[type=email] {
  width: 100%!important;
  max-width: 100%!important;
}
.page-template-tmp-contact .contact-form .wpcf7-form textarea {
  height: auto!important;
  width: 100%!important;
}
.page-id-19 .contact-form .form-group .wpcf7-submit {
  width: 20%!important;
}
