/*****************************Home Page Start**************************************/
@font-face {
    font-family: 'billyohio';
    src: url('fonts/billyohio/billyohio.eot');
    src: url('fonts/billyohio/billyohio.eot') format('embedded-opentype'),
         url('fonts/billyohio/billyohio.woff2') format('woff2'),
         url('fonts/billyohio/billyohio.woff') format('woff'),
         url('fonts/billyohio/billyohio.ttf') format('truetype'),
         url('fonts/billyohio/billyohio.svg#billyohio') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
       url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
       url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
       url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-angle-up:before {
  content: "\f106";
}
body {
    font-family: priori-sans, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 27px;
    line-height: 100%;
}
.container {
    max-width: 1282px;
    margin: 0 auto;
    width: 100%;
}
:focus {
    outline: 0 none;
}
p {
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #000;
  cursor: pointer;
}
a:focus, a:hover {
  color: #86B225;
  text-decoration: none;
}
a, button, input[type="submit"], input[type="button"] {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-family: billyohio;
  margin-top: 0;
  line-height: 150%;
}
header {
    padding: 37px 0 16px;
}
.top-logo {
  float: left;
  margin: 0;
  max-width: 300px;
}
.rgt-header {
  float: right;
  margin-top: 8px;
}
.top-menu ul {
  line-height: 100%;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.top-menu > ul > li {
  float: left;
  line-height: 100%;
  padding: 0 13px;
  vertical-align: top;
  position: relative;
}
.top-menu > ul > li a {
    color: #000;
    font-size: 16.29px;
    line-height: 100%;
    display: block;
}
.top-menu a {
  text-transform: uppercase;
}
.top-menu > ul > li.submenu-open > a,
.top-menu ul > li.current-menu-ancestor a,
.top-menu ul > li.current-menu-item a,
.top-menu ul > li.active a,
.top-menu ul > li:hover a {
  color: #86B225;
}
.top-menu > ul > li.menu-item-has-children:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 7px;
  width: 0;
}
.top-menu > ul > li.menu-item-has-children.current-menu-ancestor:after,
.top-menu > ul > li.menu-item-has-children:hover:after {
  border-color: #86B225 transparent transparent;
}
.top-menu ul.submenu {
    position: absolute;
    z-index: 999;
    left: 13px;
    top: 160%;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.top-menu > ul > li:hover .submenu {
    opacity: 1;
    visibility: visible;
	top: 100%;
}
.top-menu > ul > li .submenu a {
    background: #FFC648;
	display: block;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    padding: 5px 10px;
}
.top-menu > ul > li .submenu li.current-menu-item a,
.top-menu > ul > li .submenu li.active a,
.top-menu > ul > li .submenu a:hover {
	background: #8CB22B;
}
.top-menu {
  float: left;
  margin-top: 7px;
}
.social-sec {
  float: left;
  margin-left: 5px;
}
.social-sec > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social-sec > ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  margin: 0 2px;
  vertical-align: top;
}
.social-sec > ul li a {
  border: 2px solid #000;
  color: #000;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 30px;
}
.social-sec > ul li a:hover {
  border: 2px solid #FFBA21;
  color: #FFBA21;
}
.banner-item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 676px;
  position: relative;
}
.banner-item-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banner-item img {
    width: 100%;
    height: auto;
}
.caption-wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.caption-txt {
  color: #fff;
  font-size: 212px;
  line-height: 159%;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 999;
}
.banner-item iframe {
  top: -14%;
}
.caption-wrap .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 26px;
    left: 0;
    font-size: 0;
    line-height: 100%;
    right: 0;
}
ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    line-height: 100%;
    font-size: 0;
}
ul.slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
}
ul.slick-dots li:hover button,
ul.slick-dots li.slick-active button {
    background: #fff;
}
video {
  width: 100%;
  height: 100%;
}
.main-content ul {
  list-style: outside none none;
  padding: 0;
}
.section-padding {
  padding-top: 42px;
  padding-bottom: 42px; 
}
.about-sec {
  text-align: center;
}
.sec-title {
  color: #000;
  font-family: billyohio;
  font-size: 95px;
  line-height: 112px;
  margin-bottom: 27px;
  text-align: center;
}
.sec-title.yellow-title {
  color: #fcbb1f;
}
.about-txt-wrap p {
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 40px;
}
.about-txt-wrap p:last-child {
  margin-bottom: 0;
}
.about-subtitle {
  color: #000;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  margin-top: 53px;
}
.about-list {
  list-style: outside none none;
  margin-bottom: 28px;
  padding: 0;
}
.about-list li {
  color: #000;
  font-size: 27px;
  line-height: 38px;
}
.flavour-list {
  margin-top: 70px;
}
.flavour-list.row {
  margin-left: -30px;
  margin-right: -30px;
}
.flavour-list .flavour-item {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.flavour-item-wrap {
  display: block;
  position: relative;
}
.flavour-img {
  overflow: hidden;
}
.flavour-list .flavour-item:nth-child(-n+2) {
  margin-top: 0;
}
.flavour-overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
.flavour-overlay-content {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.flavour-item-wrap .flavour-img > img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.flavour-item-wrap:hover .flavour-img > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.flavour-title {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 27px;
  left: 0;
  line-height: 150%;
  margin: 0 auto;
  max-width: 415px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -10px;
  width: 100%;
}
.flavour-name {
  color: #fff;
  font-size: 122px;
  line-height: 100%;
  margin: 0;
}
.flavour-name > sup {
  font-size: 40px;
  margin-left: 10px;
}
.flavour-txt {
  color: #fff;
  font-size: 27px;
  line-height: 130%;
  font-weight: 400;
}
.flavour-btn {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 27px;
  line-height: 100%;
  margin-top: 30px;
  padding: 8px 26px 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flavour-item-wrap:hover .flavour-btn {
  background: #fff;
  color: #000;
}
.feature-list {
  margin-top: 50px;
  -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.feature-list.row:after,
.feature-list.row:before {
  display: none;
}
.featured-item {
  margin-top: 40px;
  text-align: center;
}
.featured-item.col-md-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%;
}
.feature-list .featured-item:nth-child(-n+4) {
  margin-top: 0;
}
.featured-item-title {
  color: #000;
  display: inline-block;
  font-size: 25px;
  line-height: 22.44px;
  margin-top: 35px;
  text-align: center;
}
.featured-item-title span {
  display: block;
}
.featured-item-btn {
  min-height: 75px;
  text-align: center;
}
.featured-item-btn .add_to_cart_btn > span,
.featured-item-btn > a {
  border: 2px solid #b0b0b0;
  color: #b0b0b0;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  margin-top: 25px;
  padding: 8px 32px 4px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.featured-item-btn .add_to_cart_btn > span {
  margin-top: 0;
  padding: 6px 21px;
}
.featured-item-btn .add_to_cart_btn:hover > span,
.featured-item-btn > a:hover {
  background: #86b225;
  border: 2px solid #86b225;
  color: #fff;
}
.featured-item-btn .add_to_cart_btn {
  display: inline-block;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
.featured-item-btn .add_to_cart_btn .shopify-buy-frame {
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.instagram-sec .sec-title {
  font-size: 59px;
  line-height: 69px;
}
.instagram-list {
  margin: 0 -10px;
}
.instagram-list:after {
  clear: both;
  content: "";
  display: block;
}
footer {
  background: #8cb22b;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
footer a, footer p {
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #fcbb1f;
}
footer .widget-title {
  font-size: 27px;
  line-height: 38px;
}
footer .widget-content {
  font-size: 20px;
  line-height: 25px;
}
footer .contact-widget .widget-content > span {
  display: block;
}
.copyright-sec {
  font-size: 20px;
  line-height: 25px;
  margin-top: 24px;
}
footer .contact-widget {
  margin-top: 36px;
}
footer .social-sec {
  float: none;
}
footer .social-sec > ul li a {
  border-color: #fff;
  color: #fff;
}
header .menu-btn {
  cursor: pointer;
  display: none;
  float: right;
  height: 33px;
  margin-left: 5px;
  margin-top: 5px;
  padding: 5px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
header .menu-btn > span {
  background: #86b225;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 25px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
header .menu-btn > span:last-child {
  margin-bottom: 0;
}
.submenu-btn {
  display: none;
}
/******/
.lang-switcher label.screen-reader-text {
  display: none;
}
.lang-switcher {
  float: left;
  margin-left: 8px;
  position: relative;
}
.lang-switcher:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 6px;
  top: 12px;
  width: 0;
}
.lang-switcher select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #000;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 30px;
  line-height: 130%;
  padding: 2px 15px 2px 5px;
}
.lang-switcher select::-ms-expand {
  display: none;
}
.lg-sub-html {
  margin: 0 auto;
  padding: 10px;
}
body .lg-thumb.group {
  margin: 0 auto;
}
.seg-social-icons, #lg-share-googleplus{
  display:none !important
}
.show-mobile {
  display: none;
}
body .seg-instaportfolio .seg-instaportfolio-photos.seg-flinders .seg-instaportfolio-photo .seg-instaportfolio-inside .seg-icon-instagram{
  top:45%;
}
/*******/
#scroll {
    position:fixed;
    right:10px;
    bottom:20px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#ff8c26;
    display:none;
    z-index: 99;
}
#scroll span {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}
#scroll:hover {
    background-color:#6f9b0e;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
body .shopify-buy-frame--toggle.is-sticky {
  top: 40%;
}
/* Video background */
.videobg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
}
.videobg-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.videobg-make-height {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;  padding: 55px 97.7777px;
  top: -55px; 
  left: -97.7777px;
}
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
/*****************************Home Page End**************************************/
/*****************************About Page Start**************************************/
.banner-overlay-clr {
  bottom: 0;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-banner-sec .caption-txt h5 {
  font-size: 130px;
  margin: 0;
  line-height: 100%;
}
.inner-banner-sec .caption-txt h3 {
  font-size: 190px;
  line-height: 100%;
  margin: 0;
}
.inner-banner-sec .caption-txt h2 {
  font-size: 232px;
  line-height: 100%;
  margin: 0;
}
.inner-banner-sec .banner-item {
  height: 600px;
}
.banner-sec .caption-txt h3 {
  font-size: 190px;
  line-height: 100%;
  margin: 0;
}
/*****************************About Page End**************************************/
/*****************************Products Page End**************************************/
.inner-about-txt-wrap {
  text-align: center;
  max-width: 991px;
  margin: 0 auto;
}
.product-upper-title {
  font-size: 44px;
  line-height: 100%;
  color: inherit;
  margin: 0;
}
.product-upper-title span {
  font-family: priori-sans, sans-serif;
  font-size: 27px;
  font-weight: 400;
}
.product-title {
  color: #ff8c26;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 10px;
}
.product-title a {
  color: inherit;
}
.product-title a:hover {
  color: #000;
}
.shoop-btn {
  font-size: 25px;
  line-height: 100%;
  border: 2px solid #b0b0b0;
  padding: 7px 10px;
  margin-top: 70px;
  display: block;
  max-width: 200px;
  text-align: center;
  color: #b0b0b0;
}
.shoop-btn:hover {
  background: #86B225;
  color: #fff;
  border: 2px solid #86B225;
}
.product-content {
  padding-top: 56px;
}
.products-list .products-item {
  margin-bottom: 140px;
}
.products-list .products-item:last-child {
  margin-bottom: 0;
}
.product-txt .featured-item-btn {
  text-align: left;
  margin-top: 48px;
}
.products-list .product-img img {
  max-height: 500px;
}


/*****************************Products Page End**************************************/
/*****************************404 Page Start**************************************/
.largeTxt404 {
  color: #8cb22b;
  font-size: 300px;
  line-height: 100%;
}
.page-not-found-text a {
  color: #000;
  text-decoration: underline;
}
.page-not-found-text a:hover {
  color: #ff8c26;
}
/*****************************404 Page End**************************************/
/*****************************Contact Page Start**************************************/
form label, form.form-horizontal label.control-label {
  font-size: 20px;
  line-height: 110%;
  padding-top: 5px;
  text-align: left;
}
.txt-red {
  color: #f00;
}
.site-btn, button, input[type="submit"], input[type="button"], input[type="reset"] {
  background: transparent;
  font-size: 25px;
  line-height: 100%;
  border: 2px solid #b0b0b0;
  border-radius: 0;
  height: auto;
  padding: 7px 30px;
  display: inline-block;
  max-width: 200px;
  text-align: center;
  color: #b0b0b0;
}
.site-btn:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
  background: #86B225;
  color: #fff;
  border: 2px solid #86B225;
}
.form-control, input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
  background-color: #fff;
  background-image: none;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
textarea.form-control, textarea {
  height: 132px;
  resize: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
}
.form-control:focus {
  border-color: #b0b0b0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(153, 153, 153, 0.6);
  outline: 0 none;
}
.select-wrap {
  display: block;
  position: relative;
}
.select-wrap:after {
  border-color: #b0b0b0 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 9px;
  top: 14px;
  width: 0;
}
p:empty {
  margin: 0 !important;
}
.validateTips, .validateTipsOk {
  font-size: 20px;
  line-height: 120%;
  margin-top: 10px;
}

/*12-2-2018*/
.instagram-sec .seg-instaportfolio .seg-instaportfolio-photos .seg-main-image {
  max-height: inherit;
}
.where-to-buy-wrap ul > li {
  font-size: 26px;
  line-height: 120%;
}
h2.main-title {
  color: #90b432;
  font-size: 40px;
  font-weight: bold;
}
/*****************************Contact Page End**************************************/
/*******
font-family: priori-sans, sans-serif;
font-family: 'billyohio';
***********/