/*
Theme Name: Meat World 2020
Theme URI: https://www.clockworkmedia.co.za/
Author: Zwelihle Sikhakhane
Author URI: https://www.linkedin.com/in/zweli/
Description: In2food 2020 built at Clockwork Media, bootstrap 4.3.1
Text Domain: meatworld
Version: 1.0.0
License: GNU General Public License v2 or later
*/

/*-------- DEFAULT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #262644;
  overflow-x: hidden;
  width: 100%;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
.row:before, .row:after {
    display: inline-block;
}
.row [class*='col-'] {
    transition: all 0.5s ease-in-out;
}
h2{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}
.h3, h3 {
    font-size: 16px;
    font-weight: 700;
}
.h4,h4{
  font-size: 16px;
}

/*-------- WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*-------- GENERIC
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mt-10{
  margin-top: 10px;
  }
.mt-100{
  margin-top: 100px;
  }
.mb-10{
  margin-bottom: 10px;
}
.mt-20{
  margin-top: 20px;
  }
.mb-20{
  margin-bottom: 20px;
}
.mb--20{
  margin-bottom: 10px;
}
.mt-30{
  margin-top: 30px;
  }
  .mt27vw{
    margin-top: -2.7vw !important;
  }
.mt-60{
  margin-top: 60px !important;
  }
.mb-60{
  margin-bottom: 60px;
}
.mb-30{
  margin-bottom: 30px;
}
.ml-0{
  margin-left: 0;
}
.pt-40{
  padding-top: 40px !important
}
.row-0{
  margin-left: 0;
  margin-right: 0;
}
.row-60{
  margin-left: -60px;
  margin-right: -60px;
}
.row-90{
  margin-left: -90px;
  margin-right: -90px;
}
.plr-30{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.container{
  position: relative;
  z-index: 2;
}


/*-------- NAVIGATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo.horizontal-logo{
  max-width: 100px;
}
.navbar-nav.navbar-right.ml-auto>.menu-item:not(:last-child) {
  margin-right: 35px;
}


nav{
  margin-top: 30px;
  z-index: 3;
  background-color: white;
}
.menu-item>a{
  text-transform: capitalize;
  color:#ffffff;
  font-size: 15px;
}

.navbar{
  background: rgba(38,38,68,0.95);
  position: fixed;
  width: 100%;
  height: 86px;
  z-index: 5;
  margin-top: 0px;
  z-index: 4;
   transition:all 300ms;
}
.nav-link:hover{
  color:#BFA086;
}

.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link{
  color: #BFA086;
  transition:all 300ms;
}

.dropdown-item.active, .dropdown-item:active {
    color: #0772BC;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

 .dropdown-toggle::after {
     display: none;
 }
 .dropdown-menu{
  min-width: 230px;
 	margin-top: 39px;
 	border-radius: 0;
 	background-color: rgba(255, 255, 255, 0.85);
 	padding: 15px 30px 25px 25px;
  border: 0;
  white-space: normal;
 }
 .dropdown-item {
     padding: 10px 0;
     margin: 0;
 	   position: relative;
     color: #060352 !important;
     font-size: 15px;
 }
 a.dropdown-item:after {
     content: '';
     height: 1.5px;
     background: black;
     width: 20px;
     position: absolute;
     bottom: 0px;
     left: 0px;
     transition: all 300ms;
 }
 a.dropdown-item:hover:after {
     width: 100%;
     transition: all 300ms;
 }
 .dropdown-item:focus, .dropdown-item:hover {
     color: #060352;
     text-decoration: none;
     background-color: rgba(255, 255, 255, 0);
 }

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.collapse.navbar-collapse{
  max-width: 100%;
}
.ml-auto .nav-link{
  padding-right: 35px !important;
}

.sticky .navbar.navbar-expand-lg.header.aos-init.aos-animate{
  height: 52px;
  padding: 0 1rem;
  transition:all 300ms;
}

.sticky + .content {
  padding-top: 102px;
}

.sticky .logo.horizontal-logo {
    max-width: 70px;
}
.in-arrow{
  margin-top: -75px;
  padding: 30px 0;
}
.in-arrow img{
  max-width: 40px;
}
/*-------- HOME PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.home-cover{
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100vw;
}

.carousel {
    height: 100vh;
    width: 100%;
    overflow:hidden;
}
.carousel .carousel-inner {
    height:100%;
}
.carousel-item{
  height: 100%;
}

/*services*/
.content.home.services .text-block{
  /*padding-left: 20%;
  padding-right:20%;*/
  font-weight: 600;
}
.services-caption{
  bottom: 12%;
  padding-top: 11% !important;
}
.services-caption .slide-title {
    border: 7px solid #262644;
    width: 440px;
    margin: auto;
    text-transform: uppercase;
    color: #262644;
    padding: 30px;
    margin-bottom: 30px;
}
.services-caption .slide-title span {
    background: #262644;
    display: block;
    color: #fffcfc;
    font-weight: bolder;
    font-size: 72px;
}
.services-caption .slide-title h1 {
    font-size: 64px;
    margin-bottom: 0;
}
.text-block .btn {
    background: #262644;
    color: #ffffff;
    border-radius: 25px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.view-store{
    background: #262644;
    color: #ffffff;
    border-radius: 25px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.d-blocks{
	display: block;
	margin-top: 40px;
}
/*end services*/

.services-block{
  margin-top: 0;
  position: relative;
  z-index: 3;
}
.services-block .module_content{
  margin-bottom: 0;
  box-shadow: 0 10px 20px -10px rgba(0,0,0,.60)!important;
  border: 1px solid #efefef;
  position: relative;
  overflow: hidden;
  padding: 30px 30px 0px 30px;
  overflow: hidden;
  background-color: #ffffff;
  min-height: 310px;
}
.services-block img{
  max-width: 150px;
}
.services-block .module_content:hover{
  box-shadow: 0px 2px 10px #ccc;
  transform: scale(1.1);
  z-index: 9;
  transition: all 300ms;
}
.services-block .module_content .gold-icon{
  position: relative;
  margin-top:-150px;
  z-index: 1;
  opacity: 0;

}
.services-block .module_content:hover .silver-icon{
  opacity: 0;
}
.services-block .module_content:hover .gold-icon{
  opacity: 1;
}
.services-block h2{
  font-size: 18px;
}
/*-------- SERVICES PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slide-caption{
  position: absolute;
  background: rgba(255,255,255,0.95);
  width: 89%;
  top: 20vh;
  left: 6%;
  padding: 12.5vh 11% 11vh 11%;
  overflow: hidden;
}

.slide-caption h2{
  color: #262644;
  font-size: 29px;
  font-weight: 500;
}
.slide-caption a{
  color: #262644;
}
.slide-caption .btn{
  background: #262644;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.slide-caption a:hover{
  text-decoration: none;
}
.slide-title{
    border: 7px solid #262644;
    width: 550px;
    margin: auto;
    text-transform: uppercase;
    color: #262644;
    padding: 15px;
    margin-bottom: 30px;
}
.slide-title span{
  background: #262644;
  display: block;
  color: #fffcfc;
  font-weight: bolder;
  font-size: 63px;
}
.slide-title h1{
  font-size: 44px;
  margin-bottom: 0;
}
.carousel-indicators > li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.ninja-bg{
  background: rgb(216, 216, 210, 0.2);
  height: 500px;
  position: absolute;
  bottom: -40px;
  z-index: 2;
  width: 100%;
  left: 0;
}

/*-------- PAGES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content{
  padding: 5% 10% 0;
  text-align: center;
  position: relative;
}
.content.default{
  padding-top: 160px;
}
.text-block{
  padding-left: 12%;
  padding-right: 12%;
}
.bg_title{
  text-transform: uppercase;
}
.content.home .gt3_row-fluid:nth-child(5) {
  padding-left: 60px;
  padding-right: 60px;
}
.value-block{
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
.value-block .module_content{
  margin-bottom: 60px;
  box-shadow: 0 10px 20px -10px rgba(0,0,0,.60)!important;
  border: 1px solid #efefef;
  position: relative;
  overflow: hidden;
  padding: 60px 13%;
  height: 516px;
  overflow: hidden;
  background-color: #ffffff;
}
.value-block img{
  max-width: 150px;
}
.value-block .module_content:hover{
  box-shadow: 0px 2px 10px #ccc;
  transform: scale(1.1);
  z-index: 9;
  transition: all 300ms;
}
.value-block .module_content .gold-icon{
  position: relative;
  margin-top:-150px;
  z-index: 1;
  opacity: 0;

}
.value-block .module_content:hover .silver-icon{
  opacity: 0;
}
.value-block .module_content:hover .gold-icon{
  opacity: 1;
}
/*-------- COMPETITIONS PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.module_number_1.module_cont.competion-one:hover{
  box-shadow: 0px 2px 10px #ccc;
  transform: scale(1.028);
  z-index: 9;
  transition: all 300ms;}
}
.health-vid{

}
.health-vid .module_content{
  position: relative;
  overflow: hidden;
  max-width: 1023px;
  margin: auto;
}

.health-vid .module_content .bg{
  float: left;
}
.health-vid .module_content .vidimg{
  position: absolute;
  left: 0;
  top: 20%;
  cursor: pointer;
}
.health-vid iframe{
  position: absolute;
  left: 12%;
  padding-right: 11%;
  top: 8vw;
  width: 100%;
}
.down-docs li {
  list-style: none;
  border-bottom: 2px #d7d8d2 solid;
  padding-bottom: 10px;
  margin-bottom: 35px;
  padding-left: 0px;
  text-transform: uppercase;
  position: relative;
  width: 170px;
}
.down-docs img {
  width: 21px;
  position: absolute;
  right: 0;
}
.down-docs li a{
  color: #262644;
  text-decoration: none;
}
.down-docs li a::after{
  /*content: "\27A0";*/
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 26px;
  margin-top: -7px;
  color: #262644 ;
}
.down-docs li a:hover{
  color: #BFA086;
  text-decoration: none;
  transform: scale(1.03);
  transition: all 300ms;
}
.down-docs li a:hover::after{
  color: #BFA086;
  transform: scale(1.03);
  transition: all 300ms;
}
.safety-title{
  margin: 40px auto;
}
.content.documents {
  padding-top: 160px;
}
.content.documents .gt3_row-fluid:nth-child(4) {
  max-width: 1024px;
  margin: auto;
}
/*-------- COMPETITIONS PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content.competion{
  padding: 5% 0% 0;
  text-align: center;
  position: relative;
  max-width: 1024px;
  margin: auto;
}
.slide-caption .competitions{
  padding: 8% 11% 0 11%;
}
.d-arrow{
  width: 40px;
  height: 40px;
  margin: 30px auto;
}
.d-arrow img{
  max-width: 40px;
}


.competion-one{
  padding-bottom: 40px;
  border: 5px solid rgb(216,216,210,0.4);
  border-radius: 25px;
  padding: 60px 5%;
}
.competion-one .module_content{
  position: relative;
}
.care-holder{
  text-align: center;
  position: absolute;
  width: 100%;
  top: -109px;
}
.care-icon{
  border: 5px solid rgb(216,216,210,0.4);
  border-radius: 50%;
  padding: 11px;
  width: 90px;
  background: white;
}
.module_number_1.module_cont.competion-one{
  margin-bottom: 80px;
}
.content.competion .gt3_row-fluid:nth-child(3){
  background: rgb(216,216,210,0.4);
  margin-left: -32%;
  margin-right: -32%;
  padding: 60px 30% 30px;
}
/*IN-STORE COMPETITION*/
.competion-two{
  padding-bottom: 40px;
  border: 5px solid rgb(216,216,210,0.4);
  border-radius: 25px;
  padding: 60px 5%;
}
.competion-two .module_content{
  position: relative;
}
.module_number_2.module_cont.competion-two{
  margin-bottom: 80px;
}
.module_number_2.module_cont.competion-two:hover {
    box-shadow: 0px 2px 10px #ccc;
    transform: scale(1.028);
    z-index: 9;
    transition: all 300ms;
}
.terms-link{
  background: #BFA086;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 60px;
  font-size: 24px;
  border-radius: 25px;
  margin-top: 30px;
  display: block;
  max-width: 500px;
  margin: 70px auto 10px;
}
.terms-link:hover{
  background: #262644;
  color: #ffffff;
  text-decoration: none;
}
.mv-l{
  margin-left: 20px;
}
/*-------- ACCORDION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordion{
  text-align: left;
}
.shortcode_accordion_item_title{
  color: #262644 !IMPORTANT;
  font-weight: 600;
  font-size: 19px !important;
  background: white !important;
  border: 0 !important;
  border-bottom: 1px solid #cccaca !important;
  padding: 17px 0px !important;
}
.shortcode_accordion_item_title span.ico{
  left: 97% !important;
  margin: -9px 0 0 0;
  border: #dddddd 0px solid !important;
}
.shortcode_accordion_item_title.state-active, .shortcode_toggles_item_title.state-active {
  border-bottom-width: 0;
  border-bottom: 0px !important;
}
.shortcode_accordion_item_body, .shortcode_toggles_item_body {
    border: 0px !important;
}
body .shortcode_accordion_item_title span.ico:before{
    background: #262644 !important;
    width: 20px !important;
    height: 4px !important;
}
body .shortcode_accordion_item_title span.ico:after, body .shortcode_toggles_item_title span.ico:after {
    background: #262644 !important;
    width: 4px !important;
    height: 20px !important;
    top: -1px !important;
    left: 11px !important;
}
/*-------- CONTACT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group input, .form-group textarea{
  border-radius: 25px;
  width: 100%;
  border: 1px solid #BFA086;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
}

textarea::placeholder, input::placeholder {
  color: #D5D5D5;
  font-size:14px;
  opacity: 1; /* Firefox */
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #D5D5D5;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder { /* Microsoft Edge */
 color: #D5D5D5;
}
.message{
  min-height: 150px;
}
.wpcf7-form .row{
  margin: 0;
}
.wpcf7-submit{
  background-color: #262644;
  border-color: #262644 !important;
  border-radius: 25px !important;
  padding: 7px 40px !important;
  color: #ffffff;
}

.wpcf7-submit:hover{
  color: #ffffff !important;
  background-color: #BFA086 !important;
  border-color: #BFA086 !important;
}

/*ERROR*/
.wpcf7-not-valid{
  color: #000000;
  background-color: rgba(255, 0, 0, 0.3);
  border: 1px solid red !important;
  }
.wpcf7-not-valid::placeholder, .wpcf7-not-valid::placeholder {
  color: #000000;
}

.wpcf7-not-valid textarea:-ms-input-placeholder, .wpcf7-not-valid input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000000;
}

.wpcf7-not-valid textarea::-ms-input-placeholder, .wpcf7-not-valid input::-ms-input-placeholder { /* Microsoft Edge */
 color: #000000;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.locations .module_content {
    margin-bottom: 60px;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.60)!important;
    border: 1px solid #efefef;
    text-align: left;
    position: relative;
}
.locations .module_content p{
  line-height: 14px;
  padding: 0 30px;
  font-size: 13px;
}
.locations .module_content .title{
  font-size: 14px;
  padding-top: 20px;
  text-transform: uppercase;
}
.locations .module_content iframe{
  border-bottom: 2px solid #BDD630 !important;
}
.wrap{
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: white;
}
.panel-heading{
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  color: #262644;
  text-decoration: none;

}
.panel-heading .row{
  position: relative;
  cursor: pointer;
}
.panel-heading a{
  color: #262644;
  text-decoration: none;
  margin-left: 0px;
}
.panel-heading a:hover{
  color: #BFA086;
  text-decoration: none;
  margin-left: 0px;
}
.panel-body{
  padding: 30px 0;
  border-bottom: 1px solid #f3f3f3;
}
.panel-body h2{
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
}
.fifthy{
  width: 170px;
  float: left;
}
.f-r{
  width: 150px;
  padding-left: 30px;
  border-left: 1px solid #dadada;
}
.a-closed{
  right: 0;
  position: absolute;
  font-size: 30px;
}
.a-open{
  right: 0;
  position: absolute;
  font-size: 30px;
}
.row.collapsed.meh .a-open{
  display: block;
}
.collapsed.meh .a-closed{
  display: none;
}
.meh .a-open{
  display: none;
}
.content.contact{
  padding-top: 150px;
}
.container-con{
  margin-bottom: 90px;
}
.accordion-filter{
  background: #D8D8D2;
  color: #262644;
  text-transform: uppercase;
  font-size: 32px;
  padding: 30px 0;
  margin-bottom: 30px;
}
#accordion_search_bar{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 13px;
  padding: 20px 3px 16px 15px;
}
.icon-search{
  position: absolute;
  color: #ccc;
  right: 30px;
  top: 16px;
  font-size: 23px;
  font-weight: 100;
}
.ninja{
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: 700;
  top: 0px;
  z-index: 1;
}
.store-con{
  padding-bottom: 30px;
}
.pull-left-l{
  margin-left: -40px !important;
}
#wpcf7-f138-p136-o1 label {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid;
  font-size: 21px;
}
#wpcf7-f138-p136-o1 .span-t{
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: -24px;
  padding-left: 13px;
}
#wpcf7-f138-p136-o1 .form-group input, #wpcf7-f138-p136-o1 .form-group textarea {
    border-radius: 0px;
}
#wpcf7-f138-p136-o1 .wpcf7-submit {
    border-radius: 0px !important;
    margin-left: 15px;
}
#wpcf7-f138-p136-o1 .form-group{
  text-align: left;
}
div#ui-datepicker-div { z-index:1000!important; }
.c-list li{
  list-style: square;
  margin-left: 45px;
}

/*-------- FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer{
  padding: 50px 30px 40px 30px;
  background: #262644;
  color: #ffffff;
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
footer img{
  max-width: 200px;
}
footer h2{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  height: 70px;
  margin-top: 0;
  text-transform: uppercase;
}
footer a{
  color: #ffffff;
  text-decoration: none;
}
footer a:hover{
  color: #BFA086;
  text-decoration: none;
}
.f-social a{
  font-size: 24px;
  margin-right: 14px;
}
.f-social i{

}
.copyright{
  background: #ffffff;
  color: #262644;
  text-align: center;
  padding-top: 20px;
}
.grecaptcha-badge {
    visibility: hidden;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: none !important;
}
.thank-you{
  border: 1px solid #a5e8a5;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  background: #76e276;
  border-radius: 25px;
  font-weight: 700;
}
.display-none{
	display:none !important;
}
/*stores
-----------------------------------------------*/
.stores-list{
  margin-bottom: 30px;
  box-shadow: 0 10px 20px -10px rgba(0,0,0,.60)!important;
  border: rgba(38,38,68,0.95);
  overflow: hidden;
  padding: 40% 30px 34% 30px;
  overflow: hidden;
  background-color: rgba(38,38,68,0.95);
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
}
.stores-list a{
  font-size: 15px;
  color: #BFA086;
}
.stores-list:hover{
    box-shadow: 0px 2px 10px #ccc;
    transform: scale(1.1);
    z-index: 9;
    transition: all 300ms;
}
.specials-list{
  margin-bottom: 30px;
  box-shadow: 0 4px 20px -10px rgba(0,0,0,.60)!important;
  border: rgba(38,38,68,0.95);
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  overflow: hidden;
  min-height: 310px;
  position: relative;
  z-index: 3;
  text-align: left;
}
.specials-list a{
  font-size: 15px;
  color: #BFA086;
}
.specials-list:hovers{
    box-shadow: 0px 2px 10px #ccc;
    transform: scale(1.1);
    z-index: 9;
    transition: all 300ms;
}
.con-box{
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
}
.con-box h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 40px;
}
.con-box a{
  color: #262644;
}
.l{
  border-right: 0px solid #262644;
}
.contact-f{
  padding-left: 30px !important;
  margin-left: 6px;
  padding-right: 6px;
}
