/*------------------------------------------------------------------
  Override core Bootstrap
*/
/*------------------------------------------------------------------
  Vendor
*/
@import url(/css/bootstrap.css);
@import url(/css/owl.carousel.css);
@import url(/css/animsition.css);
@import url(/css/timepicki.css);
/*------------------------------------------------------------------
  Extend  Bootstrap
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,500,600,700|Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Poppins:400,600");
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all 0.3s; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/*
  font-family: 'Playfair Display', serif;
      Regular:    400
      Semi-bold:  600
  font-family: 'Poppins', sans-serif;
      Regular:  400
      Bold:     700
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  letter-spacing: 3.5px; }

h1, .h1 {
  font-size: 3.1rem; }

h2, .h2 {
  font-size: 2.5rem; }

h3, .h3 {
  font-size: 1.4rem; }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1.1rem; }

h6, .h6 {
  font-size: 1rem; }

h1, .h1,
h2, .h2 {
  font-weight: 700; }

.lead {
  background: url("/assets/img/ornament-text-lead.svg") top center no-repeat;
  background-size: 200px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 1em 0;
  padding: 2.5em 0; }

.text-red {
  color: #b71c1c; }

.btn-brown {
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 0 24px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 0.05em;
  font-size: .8em;
  background: #9c6d43;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s; }
  .btn-brown:hover, .btn-brown:focus {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.card {
  box-shadow: 0 1px 1px rgba(86, 72, 46, 0.1); }
  .card .card-text {
    font-size: .9rem; }

/*------------------------------------------------------------------
  Hemp's Meats Theme
*/
nav.navbar {
  background: none;
  box-shadow: 0 2px 2px rgba(86, 72, 46, 0.35);
  color: #fff;
  font-family: 'Playfair Display', serif;
  transition: all 0.5s;
  z-index: 9996;
  background-image: linear-gradient(to bottom, #b71c1c 100%, #ab1a1a 100%);
  background-repeat: repeat-x; }
  nav.navbar .navbar-brand {
    color: #fff; }
  nav.navbar a.nav-link {
    border-bottom: 2px solid transparent;
    color: #fff;
    letter-spacing: 3.5px;
    line-height: 1.8;
    margin: 0 2px;
    padding: .2rem .25rem !important; }
    nav.navbar a.nav-link:hover, nav.navbar a.nav-link.active {
      border-bottom-color: #fff; }
    nav.navbar a.nav-link:hover {
      cursor: pointer; }
  nav.navbar .navbar-toggler {
    outline: none !important; }
    nav.navbar .navbar-toggler:focus {
      border: none; }
    nav.navbar .navbar-toggler span {
      width: 25px;
      margin: 5px;
      display: block;
      height: 2px;
      background: #fff;
      transition: all 0.2s; }

.navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(10px); }

.navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(10px); }

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0; }

/* Media Query Navbar --------------------------------------------*/
@media (min-width: 992px) {
  nav.navbar {
    padding-top: 20px;
    padding-bottom: 20px; }
  .customDivider {
    display: block !important; } }

@media (max-width: 992px) {
  nav.navbar {
    max-height: 420px;
    overflow-y: auto; }
    nav.navbar .container {
      width: 100%; }
    nav.navbar .navbar-toggler {
      transform: translateX(10px); }
    nav.navbar .navbar-nav {
      margin-left: 60px !important; }
    nav.navbar a.nav-link {
      display: inline-block;
      margin: 12px 2px; }
      nav.navbar a.nav-link:hover, nav.navbar a.nav-link.active {
        border-bottom-color: #fff; }
      nav.navbar a.nav-link:hover {
        cursor: pointer; } }

footer.customFooter {
  background: #191919;
  color: #f2efe7; }
  footer.customFooter h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #b71c1c;
    margin: 0 0 .5em 0; }
  footer.customFooter .customContactDetails li {
    border-bottom: 1px solid #222;
    font-size: .8rem;
    margin-bottom: 7px;
    padding: 5px 0 5px 18px;
    position: relative; }
    footer.customFooter .customContactDetails li:last-of-type {
      border-bottom: none; }
    footer.customFooter .customContactDetails li:before {
      color: #b71c1c;
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      top: 0; }
    footer.customFooter .customContactDetails li span {
      display: inline-block;
      width: 70px; }
  footer.customFooter .customContactDetails .customAddress:before {
    content: '\f041'; }
  footer.customFooter .customContactDetails .customPhone:before {
    content: '\f095'; }
  footer.customFooter .customFooterLogo {
    margin-bottom: 20px; }
    footer.customFooter .customFooterLogo img {
      max-width: 190px; }
  footer.customFooter .customOpeningHours li {
    padding: 5px 0;
    border-bottom: 1px solid #222; }
    footer.customFooter .customOpeningHours li:last-of-type {
      border-bottom: none; }
  footer.customFooter .customOpeningHours span.day {
    min-width: 20px; }
  footer.customFooter .customCopyright {
    background-color: black;
    padding-top: 1em;
    margin-top: 1em; }
    footer.customFooter .customCopyright ul, footer.customFooter .customCopyright p {
      margin: 0; }
    footer.customFooter .customCopyright li {
      padding: 0 5px; }

/* Media Query Footer ---------------------------------------
@media (max-width: $screen-lg) {
  footer.customFooter {
    .copyrights {
      text-align: center !important;

      ul {
        margin-top: 15px;
        text-align: center !important;
      }
    }
  }
}
 */
.customSubPageLogo {
  position: relative;
  padding: 115px 0 24px 0;
  text-align: center;
  background: -moz-linear-gradient(left, rgba(244, 242, 236, 0) 0%, rgba(244, 242, 236, 0.75) 50%, rgba(244, 242, 236, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(244, 242, 236, 0) 0%, rgba(244, 242, 236, 0.75) 50%, rgba(244, 242, 236, 0) 100%);
  background: linear-gradient(to right, rgba(244, 242, 236, 0) 0%, rgba(244, 242, 236, 0.75) 50%, rgba(244, 242, 236, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f2ec', endColorstr='#00f4f2ec',GradientType=1 ); }
  .customSubPageLogo img {
    height: 185px; }

.customSubPageMainContent {
  background-color: #fcfcfc;
  box-shadow: 0 1px 8px rgba(86, 72, 46, 0.25);
  position: relative; }
  .customSubPageMainContent .customOrnamentTL {
    background: url("/assets/img/ornament-left-corner.svg") no-repeat;
    width: 120px;
    height: 100px;
    position: absolute;
    top: 8px;
    left: 8px; }
  .customSubPageMainContent .customOrnamentTR {
    background: url("/assets/img/ornament-right-corner.svg") top right no-repeat;
    width: 120px;
    height: 100px;
    position: absolute;
    top: 8px;
    right: 8px; }
  @media (max-width: 992px) {
    .customSubPageMainContent .customOrnamentTL,
    .customSubPageMainContent .customOrnamentTR {
      width: 80px; } }

.customSubPage-header h1 {
  color: #b71c1c; }
  @media (max-width: 650px) {
    .customSubPage-header h1 {
      font-size: 2.5rem; } }

.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 9999; }
  .preloader .preloader-inner {
    width: 100%;
    height: 100%; }
  .preloader .circle-big {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #b71c1c;
    border-top-color: #fff;
    animation: spin 3s infinite linear;
    position: absolute;
    top: calc(50% - 73px);
    left: calc(50% - 73px); }
  .preloader .circle-small {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #b71c1c;
    border-left-color: #fff;
    margin-top: 13px;
    margin-left: 13px;
    animation: spin-reverse 4s infinite linear;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px); }
  .preloader img {
    max-width: 50px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 22px); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin-reverse {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }

#scrollTop {
  background: red;
  color: #fff;
  cursor: pointer;
  width: 100px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: fixed;
  top: calc(50% - 20px);
  right: -110px;
  z-index: 9998;
  font-size: 0.8em;
  transition: all 0.3s; }
  #scrollTop.active {
    right: -64px; }
  #scrollTop:hover {
    right: -10px; }
  #scrollTop i {
    margin: 0 10px; }

.customHomePage {
  background-color: #fcfcfc;
  box-shadow: 0 1px 8px rgba(86, 72, 46, 0.25);
  position: relative; }
  @media (max-width: 767px) {
    .customHomePage .customHomeHero-logo img {
      height: 140px; }
    .customHomePage .carousel-caption {
      top: 55px;
      bottom: auto; } }
  @media (min-width: 768px) {
    .customHomePage .customHomeHero-logo img {
      height: 185px; }
    .customHomePage .carousel-caption {
      top: 70px;
      bottom: auto; } }
  @media (min-width: 992px) {
    .customHomePage .customHomeHero-logo img {
      height: 220px; }
    .customHomePage .carousel-caption {
      top: 120px;
      bottom: auto; } }
  @media (min-width: 1200px) {
    .customHomePage .customHomeHero-logo img {
      height: 260px; }
    .customHomePage .carousel-caption {
      top: 140px;
      bottom: auto; } }

.customHomePageMainContent {
  position: relative; }
  .customHomePageMainContent .customHomePage-header h1 {
    color: #b71c1c; }
  .customHomePageMainContent .customOrnamentTL {
    background: url("/assets/img/ornament-left-corner.svg") no-repeat;
    width: 120px;
    height: 100px;
    position: absolute;
    top: 8px;
    left: 8px; }
  .customHomePageMainContent .customOrnamentTR {
    background: url("/assets/img/ornament-right-corner.svg") top right no-repeat;
    width: 120px;
    height: 100px;
    position: absolute;
    top: 8px;
    right: 8px; }
  @media (max-width: 992px) {
    .customHomePageMainContent .customOrnamentTL,
    .customHomePageMainContent .customOrnamentTR {
      width: 80px; } }

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px; }
  #timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #ab1a1a;
    left: 50%;
    top: 0;
    position: absolute; }
  #timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%; }
  #timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
    clear: both; }
    #timeline .timeline-item .timeline-icon {
      background: #141313;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      position: absolute;
      top: -4px;
      left: 50%;
      overflow: hidden;
      margin-left: -23px;
      padding: 12px; }
    #timeline .timeline-item .timeline-content {
      width: 45%;
      background: #fff;
      padding: 20px; }
      #timeline .timeline-item .timeline-content h2 {
        padding: .75em;
        background: #ab1a1a;
        color: #fff;
        margin: -20px -20px 10px -20px;
        font-size: 1rem; }
      #timeline .timeline-item .timeline-content:before {
        content: '';
        position: absolute;
        left: 45%;
        top: 14px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 12px solid #ab1a1a; }
      #timeline .timeline-item .timeline-content.right {
        float: right; }
        #timeline .timeline-item .timeline-content.right:before {
          content: '';
          right: 45%;
          left: inherit;
          border-left: 0;
          border-right: 12px solid #ab1a1a; }

.owl-stage {
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%; }
    #timeline:before {
      left: 0; }
    #timeline .timeline-item .timeline-content {
      width: 90%;
      float: right; }
      #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #ab1a1a; }
    #timeline .timeline-item .timeline-icon {
      left: 0; } }

.customProductList .card {
  background: url("/assets/img/card-bg.jpg") repeat; }
  .customProductList .card .card-title {
    background: url("/assets/img/ornament-card.svg") bottom center no-repeat;
    background-size: 130px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
    padding: 0 0 1.25em 0;
    text-align: center;
    text-transform: uppercase; }

.customSidesAndQuarters .customItem {
  border-radius: 20px;
  border: 1px solid transparent;
  margin-bottom: 1em;
  padding: 40px 20px;
  transition: all 0.5s;
  position: relative;
  z-index: 1; }
  .customSidesAndQuarters .customItem:hover {
    background: url("/assets/img/card-bg.jpg") repeat;
    border-color: #b71c1c;
    box-shadow: 0px 0px 40px 0px rgba(253, 138, 6, 0.25); }
  .customSidesAndQuarters .customItem h3 {
    background: url("/assets/img/ornament-card.svg") bottom center no-repeat;
    background-size: 170px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
    padding: 0 0 1.25em 0;
    text-align: center;
    text-transform: uppercase; }
  .customSidesAndQuarters .customItem label {
    font-weight: 600; }

.customSidesAndQuarters .customItemDescription {
  font-size: .9rem; }
  .customSidesAndQuarters .customItemDescription > div {
    margin: .5em 0 0 0; }
    .customSidesAndQuarters .customItemDescription > div label {
      display: block;
      margin: 0; }

.customSlaughtering .customItem {
  border-radius: 20px;
  border: 1px solid transparent;
  margin-bottom: 1em;
  padding: 40px 20px;
  transition: all 0.5s;
  text-align: center;
  position: relative;
  z-index: 1; }
  .customSlaughtering .customItem:hover {
    background: url("/assets/img/card-bg.jpg") repeat;
    border-color: #b71c1c;
    box-shadow: 0px 0px 40px 0px rgba(253, 138, 6, 0.25); }
  .customSlaughtering .customItem h3 {
    background: url("/assets/img/ornament-card.svg") bottom center no-repeat;
    background-size: 130px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
    padding: 0 0 1.25em 0;
    text-align: center;
    text-transform: uppercase; }

.customContactUs-directions .customItem {
  border-radius: 20px;
  border: 1px solid transparent;
  margin-bottom: 1em;
  padding: 40px 20px;
  transition: all 0.5s;
  position: relative;
  z-index: 1; }
  .customContactUs-directions .customItem:hover {
    background: url("/assets/img/card-bg.jpg") repeat;
    border-color: #b71c1c;
    box-shadow: 0px 0px 40px 0px rgba(253, 138, 6, 0.25); }
  .customContactUs-directions .customItem h3 {
    background: url("/assets/img/ornament-card.svg") bottom center no-repeat;
    background-size: 130px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
    padding: 0 0 1.25em 0;
    text-align: center;
    text-transform: uppercase; }
  .customContactUs-directions .customItem label {
    font-weight: bold; }

.customContactUs-map #map {
  min-height: 500px;
  width: 100%; }

.customContactUs-map .map-holder {
  padding: 5px;
  border: 1px solid #b71c1c; }

.customContactUs-map .contact-details {
  color: #fff;
  background: #212529;
  box-shadow: 0 1px 4px rgba(86, 72, 46, 0.9);
  padding: 50px 30px;
  transform: translateX(-150px);
  width: calc(100% + 150px); }

.customContactUs-map .customContactDetails {
  margin-top: 20px; }
  .customContactUs-map .customContactDetails li {
    font-size: .8rem;
    margin-bottom: 7px;
    padding: 0 0 0 18px;
    position: relative; }
    .customContactUs-map .customContactDetails li:before {
      color: #fff;
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      top: 0; }
    .customContactUs-map .customContactDetails li span {
      display: inline-block;
      width: 100px; }
  .customContactUs-map .customContactDetails .customAddress:before {
    content: '\f041'; }
  .customContactUs-map .customContactDetails .customPhone:before {
    content: '\f095'; }

.customContactUs-map .customOpeningHours .day {
  display: inline-block;
  width: 120px; }

@media (max-width: 992px) {
  .customContactUs-map .contact-details {
    width: 100%;
    transform: none; } }

body {
  background: url("/assets/img/bg-pattern.gif") repeat #f6f2e9; }

.scrollUp {
  transform: translateY(-110%); }

.animsition {
  z-index: 9998; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-thumb {
  background: #c2b4a5; }

::-webkit-scrollbar-track {
  background: #f6f5f0; }

body {
  scrollbar-face-color: #c2b4a5;
  scrollbar-track-color: #f6f5f0; }

.owl-dots {
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px; }
    .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: none;
      border: 3px solid #007bff;
      transition: all 0.3s; }
    .owl-dots .owl-dot.active span {
      background: #007bff; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-size: 1.8em;
  height: 40px;
  z-index: -1; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    color: #007bff;
    margin: 0;
    position: absolute;
    top: 0; }
    .owl-carousel .owl-nav .owl-prev.owl-prev, .owl-carousel .owl-nav .owl-next.owl-prev {
      left: -50px; }
    .owl-carousel .owl-nav .owl-prev.owl-next, .owl-carousel .owl-nav .owl-next.owl-next {
      right: -50px; }
    .owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
      color: #aaa; }

section.gallery .item {
  position: relative; }
  section.gallery .item img {
    height: 100% !important; }

section.gallery .owl-dots {
  margin-top: 30px; }
