@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

body {
  overflow-x: hidden;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #505962;
  scroll-behavior: smooth;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.btn-purple {
  border-color: #8366B0;
  background-color: #8366B0;
  color: white;
  margin: 1rem;
}
.btn-purple:hover,
.btn-purple:focus {
  border-color: #594781;
  background-color: #594781;
  color: white;
}

.feature img {
  padding: 1.5rem;
}

footer {
  background-color: #40474e;
  background-size: cover;
  color: white;
}
footer .row {
  padding: 1.5rem 0 2rem;
  line-height: 2rem;
}
footer img {
  margin: 1.5rem 0;
}
footer h3 {
  margin: 1.5rem 0;
}

/*-- Extra Bootstrap Column Padding --*/

[class*="col-"] {
  padding: 1rem;
}

@media (max-width: 576px) {

  .carousel-indicators li {
    width: 15px;
    height: 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

@media (min-width: 577px) {

  .carousel-indicators li {
    width: 20px;
    height: 3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

@media (max-width: 767px) {
  .reviews .carousel .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) {

  .reviews .carousel .carousel-control {
    width: 30px;
    height: 30px;
      background: #24861b;
      text-shadow: none;
    top: 4px;
  }
}

@media (min-width: 992px) {
  .carousel-indicators li {
    width: 30px;
    height: 3px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  
}



/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

.reviews .carousel h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	display: inline-block;
}
.reviews .carousel h2::after {
	content: "";
	width: 50%;
	position: absolute;
	height: 4px;
	border-radius: 1px;
	background: #24861b;
	left: 0;
	bottom: -20px;
}
.reviews .carousel {
  margin: 50px auto;
  font-family: "Open Sans", sans-serif; 
}
.reviews .carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.reviews .carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.reviews .carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.reviews .carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.reviews .carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.reviews .carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.reviews .carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.reviews .carousel .item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.reviews .carousel .item .row > div:first-child .media {
	margin-left: 0;
}
.reviews .carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.reviews .carousel .testimonial p::before {
	content: '\94';
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.reviews .carousel .overview {
	padding: 3px 0 0 15px;
}
.reviews .carousel .overview .details {
	padding: 5px 0 8px;
}
.reviews .carousel .overview b {
	text-transform: uppercase;
	color: #24861b;
}
.reviews .carousel .carousel-control {
	width: 30px;
	height: 30px;
    background: #24861b;
    text-shadow: none;
	top: 4px;
}
.reviews .carousel-control span {
	font-size: 16px;
}
.reviews .carousel-control.left {
	left: auto;
	right: 40px;
}
.reviews .carousel-control.right {
	left: auto;
}
.reviews .carousel-indicators {
	bottom: -80px;
}
.reviews .carousel-indicators li, .review .carousel-indicators li.active {
	width: 18px;
    height: 18px;
	border-radius: 0;
	margin: 1px 4px;
}
.reviews .carousel-indicators li {	
    background: rgb(65, 185, 65);
    border: 4px solid #fff;
}
.reviews .carousel-indicators li.active {
	color: #fff;
    background: #24861b;    
    border: 5px double;    
}
.star-rating{
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #ffdc12;
}

.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

.blockquote-footer {
  background: #fff;
}

.navbar a {
  position: relative;
}

.navbar-nav a:before,
.navbar-nav a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

@media (min-width: 768px){
  .navbar-nav a:before {
    right: 0;
    top: 0;
    border-right: 3px solid #24861b;
    border-top: 3px solid #24861b;
    -webkit-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%);
  }

  .navbar-nav a:after {
  left: 0;
  bottom: 0;
  border-left: 3px solid #24861b;
  border-bottom: 3px solid #24861b;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
}

.navbar a:hover,
.navbar .current a {
  color: #ffffff;
}

.navbar-nav a:hover:before,
.navbar-nav .current a:before,
.navbar-nav a:hover:after,
.navbar-nav .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.main-title{
  padding-top: 30px;
}

.box{
  font-family: 'Muli', sans-serif;
  overflow: hidden;
  position: relative;
}
.box:before,
.box:after,
.box-content:before,
.box-content:after{
  content: '';
  background: linear-gradient(to bottom,#000,rgba(0,0,0,0.6),transparent,rgba(0,0,0,0.6),#000);
  height: 100%;
  width: 25.1%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.box:before{
  top: -100%;
  left: -25%;
}
.box:after{ left: 50%; }
.box-content:before{ left:25%; }
.box-content:after{
  left:100%;
  top:100%;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
  opacity: 1;
}
.box:hover:before{
  top: 0;
  left: 0;
}
.box:hover .box-content:after{
  top: 0;
  left: 75%;
}
.box:hover .box-content:before{
  left: 50%;
  transition-delay: 0.1s;
}
.box:hover:after{
  left: 25%;
  transition-delay: 0.1s;
}
.box img{
  width: 100%;
  height: auto;
}
.box .box-content{
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.box .content{
  text-align: right;
  width: 100%;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 1;
}
.box .title{
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 4px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.box .post{
  color: #4cd137;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}
.box:hover .title{
  opacity: 1;
  transform: translateY(0);
}
.box:hover .post{ opacity: 1; }
.box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 20px;
  top: 20px;
}
.box .icon li{
  display: inline-block;
  opacity: 0;
  transition:all 0.3s;
}
.box .icon li:first-child{ transform:translateY(80px); }
.box .icon li:last-child{ transform:translateY(-80px); }
.box:hover .icon li{
  opacity: 1;
  transform:translateY(0);
}
.box .icon li a{
  color: #fff;
  background-color: #4cd137;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50% 0;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.box .icon li a:hover{
  text-shadow: 0 0 6px #555;
  border-radius: 50%;
}
@media only screen and (max-width:990px){
  .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
  .box .title{ font-size: 20px; }
}

hr
{
    border: 1px solid #858585;
}

.team
{
    margin-top: 25px;
}

    .team h1
    {
        font-weight: normal;
        font-size: 22px;
        margin: 10px 0 0 0;
    }

    .team h2
    {
        font-size: 16px;
        font-weight: lighter;
        margin-top: 5px;
    }

    .team .img-box
    {
        opacity: 1;
        display: block;
        position: relative;
    }

        .team .img-box:after
        {
            content: "";
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.75);
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
        }

.img-box ul
{
    position: absolute;
    z-index: 2;
    bottom: 50px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin: 0px;
    opacity: 0;
}

    .team .img-box:after, .img-box ul, .img-box ul li
    {
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

        .img-box ul i
        {
            font-size: 20px;
            letter-spacing: 10px;
        }

        .img-box ul li
        {
            width: 30px;
            height: 30px;
            text-align: center;
            border: 1px solid #fff;
            margin: 2px;
            padding: 5px;
            display: inline-block;
        }

.img-box a
{
    color: #fff;
}

.img-box:hover:after
{
    opacity: 1;
}

.img-box:hover ul
{
    opacity: 1;
}

.img-box ul a
{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.img-box a:hover li
{
    border-color: #FFEA05;
    color: #FFEA05;
}

.img-box a
{
    color: #FFEA05;
}

    .img-box a:hover
    {
        text-decoration: none;
        color: #519548;
    }
.contact-form{
  padding: 60px;
}

#showCasedPicture img{
  display: block;
  align-content: center;
  margin: auto;
  padding-top: 50px;
}

#items{
  margin-top: 80px;
  margin-bottom: 40px;
}
#items .block {
    	display: block;
      position: relative;
      width: 295px;
      border-radius: 5px;
      background: #fff;
      box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    }
    
#items .product {
      display: block;
      position: relative;
    }
    
#items .product img {
      width: 100%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    
#items .info {
      display: block;
      position: relative;
      padding: 20px;
      width: 680px;
      height: 201px;
    }
    
#items .details {
      border-top: 1px solid #e5e5e5;
      padding: 18px 20px;
    }
    
#items .info h4 {
      position: relative;
      padding: 0 0 20px 0;
      margin: 0 0 20px 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 19px;
      line-height: 25px;
      color: #372f2b;
      letter-spacing: -1px;
    }
    
#items .info h4::after {
      display: block;
      position: absolute;
      bottom: 0px;
      content: "";
      width: 100px;
      height: 2px;
      background: #24861b;
    }
    
#items .info .description {
      display: block;
      padding-bottom: 20px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #5f5f5f;
    }
@media only screen and (max-width:575px){
  #items .info .description {
      font-size:12px;
    }
}
@media (min-width: 576px){
  #items .info .description {
      font-size:14px;
    }
}
    
    
#items .info .price {
      display: block;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #372f2b;
      line-height: 26px;
      margin-bottom: 1rem;
    }
.product{
  margin: 5px;
  padding: 5px;
}

#socials{
  text-align: center;
  padding-bottom: 20px;
}
#socials i{
  font-size: 50px;
  padding: 10px;
}
#socials p{
  padding-top: 10px;
}
#facebook{
  color: #3b5998;
}
#instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
#twitter{
  color: #00acee;
}
#youtube{
  color: #c4302b;
}


.recipes {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,121,35,1) 35%, rgba(0,212,255,1) 100%);
  color: #666;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.50;
  overflow-x: hidden;
}
.recipes ol, ul {
  list-style: none;
}
.recipes blockquote, q {
  quotes: none;
}
.recipes blockquote:before,
.recipes blockquote:after,
.recipes q:before,
.recipes q:after {
  content: '';
  content: none;
}
.recipes table {
  border-collapse: collapse;
  border-spacing: 0;
}
.recipes .vertical-align {
  display: flex;
  align-items: center;
}

/*
** Splash Screen
** -----------------------------------------------------------------------------
*/

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 42;
}

.recipes #recipelogo {
  margin-top: 100px;
  width: 100%;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:
    radial-gradient(rgba(157, 207, 157, 0.75),
    rgba(2, 122, 2, 0.25)),
    url("../img/kitchen-banner.jpg");
}
.recipes #recipelogo img {
  height: 100px;
  width: auto;
  margin-top: 24px;
}
.recipes #recipelogo h1 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 72px;
  font-weight: normal;
  padding-top: 24px;
  color: #f9f9f9;
}

.recipeBookTitle {
  color: white;
  padding: 10px;
}

@media screen and (min-width: 601px) {
  .recipeBookTitle {
    font-size: 50px;
  }
}

@media screen and (max-width: 600px) {
  .recipeBookTitle {
    font-size: 30px;
  }
}

/*
** Recipes Items
** -----------------------------------------------------------------------------
*/

.recipes #items {
  background-color: #f1f1f1;
  padding-top: 12px;
  padding-bottom: 24px;
}
.recipes #items h2 {
  color: #333;
  font-family: 'Dancing Script', cursive;
  font-size: 2em;
  margin-bottom: 12px;
}
.recipes #items h3 {
  margin-top: 12px;
  color: #666;
}
.recipes .recipe-item {
  margin-bottom: 24px;
  padding-bottom: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.recipes .recipe-item img {
  width: 100%;
  height: auto;
}

/*
** Recipe Section
** -----------------------------------------------------------------------------
*/

.recipes #recipe {
  background-color: #f1f1f1;
  padding-top: 12px;
  padding-bottom: 24px;
}
.recipes #recipe h2 {
  color: #333;
  font-family: 'Dancing Script', cursive;
  font-size: 2em;
  margin-bottom: 24px;
  margin-top: 12px;
}
.recipes #recipe h3 {
  background-color: #f1f1f1;
  margin-top: 24px;
}
.recipes .recipe-picture {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
  margin-top: 6px;
  -webkit-box-shadow:
    0px 0px 0px 2px rgba(0,0,0,0.6),
    0px 0px 0px 14px #fff,
    0px 0px 0px 18px rgba(0,0,0,0.2),
    6px 6px 8px 17px #555;
  -moz-box-shadow:
    0px 0px 0px 2px rgba(0,0,0,0.6),
    0px 0px 0px 14px #fff,
    0px 0px 0px 18px rgba(0,0,0,0.2),
    6px 6px 8px 17px #555;
  box-shadow:
    0px 0px 0px 2px rgba(0,0,0,0.6),
    0px 0px 0px 14px #fff,
    0px 0px 0px 18px rgba(0,0,0,0.2),
    6px 6px 8px 17px #555;
}
.recipes .recipe-info .row {
  margin-top: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.recipes .recipe-info i {
  color: #4fa44c;
}
.recipes .recipe-ingredients {
  background-color: #f9f9f9;
  margin-top: 24px;
}
.recipes .ingredients-list dl {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.recipes .ingredients-list dt {
  width: 15%;
  float: left;
  margin: 0 0 8px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 37px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15);
}

@media (max-width:510px){
  .recipes .ingredients-list dt {
    width: 30%;
    float: left;
    margin: 0 0 8px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 37px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
  }
  .recipes .ingredients-list dd {
    width: 70%;
    float: left;
    margin: 0 0 8px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 37px;
    font-weight: 600;
    background: #19990d;
    color: #f9f9f9;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
  }
}
@media (min-width:511px){
  .recipes .ingredients-list dt {
    width: 15%;
    float: left;
    margin: 0 0 8px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 37px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
  }
  .recipes .ingredients-list dd {
    width: 85%;
    float: left;
    margin: 0 0 8px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 37px;
    font-weight: 600;
    background: #19990d;
    color: #f9f9f9;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
  }
}

.recipes .ingredients-list dd {
  width: 85%;
  float: left;
  margin: 0 0 8px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 37px;
  font-weight: 600;
  background: #19990d;
  color: #f9f9f9;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.recipes .recipe-directions ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.recipes .recipe-directions ol ol {
    margin: 0 0 0 2em;
}
.recipes .recipe-directions li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #f9f9f9;
    color: #222;
    text-decoration: none;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.recipes .recipe-directions li:hover{
    background: #f1f1f1;
}
.recipes .recipe-directions li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #059900;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    color: #f9f9f9;
}
.recipes .recipe-directions li:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}
.recipes .recipe-directions li:hover:after{
    left: -.5em;
    border-left-color: #4ca458;
}
