@charset "utf-8";
/* ---***---***---
Custom site for Island Fusion Catering by MK Design Marketing
Made with Love & Aloha in Honolulu, Hawaii by Mike Kong, 2020
---
https://mkdesignmarketing.com
miketkong@gmail.com
- Perpetuate Goodness
---***---***---*/

/* CSS Styles Begin */
html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
}

h1{
    font-family: 'Lato', sans-serif;
    color: #628384;
    text-transform: uppercase;
    margin-bottom: 29px;
}
h3{
  margin-bottom: 0px;
  font-size: 20px;
  color: #5c4c06;
}
p{
  font-weight: 400;
  line-height: 30px;
  color: #736016;
  font-size: 15px;
}
li{
  font-weight: 300;
}

p a{
  font-weight: 400;
  color: #628384;
  text-decoration: underline;
}

.small-text{
  font-size: 12px !important;
  padding: 0px !important;
}

.p-v-condensed{
  line-height: 20px;
}
.vendor-reviews p{
  font-weight: 400;
}
.customer-review{
  margin-bottom: 0px;
}
.customer-info{
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
  margin-top: 12px;
}
.customer-info span{
  font-weight: 300;
  font-style: normal;
}

.heading-text-an_exprience, .heading-text-of_the_Senses{
  display: inline-block;
  max-height: 50px;
}
.heading-text-img-contact, .heading-text-img-about{
  max-width: 170px;
}
.heading-text-message-sent{
  max-width: 223px;
}

hr.narrow{
  max-width: 127px;
  border: 1px solid #dcd7c7;
  margin-bottom: 40px;
  margin-top: 10px;
}

.no-break{
  white-space: nowrap;
}

td{
  vertical-align: middle !important;
}

.no-background{
  background: none !important;
}

.btn{
  min-width: 105px;
}

.header-hero{
    background-color: #E4E4E4;
}
.bgd-transparent{
	background-color: transparent !important;
}
.bgd-sand{
    background-color: #f6f3ee;
}
.bgd-sand h2, h2{
    color: #799fa0;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
}
.bgd-sand p, .stay-connected p{
    color: #696969;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}
.stay-connected p{
    max-width: 500px;
    margin: auto;
    padding-top: 3px;
    padding-bottom: 29px;
}
.stay-connected .btn-primary{
    color: #FFF;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;background-color: #dc0a9b;
}

.hero-banner-squares img{
  width: 100%;
}
.no-pad-lr{
  padding-left: 0px !important;
  padding-right: 0px !important;
}


/* Menu Styles */
.menu-list h2{
  color: #a4b53e;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-family: 'BenchNine', sans-serif;
  letter-spacing: 4px;
  padding-top: 6px;
}
.menu-list h3{
  font-size: 16px;
  color: #5c4c06;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.menu-list p {
  font-weight: 400;
  color: #848484;
  font-size: 15px;
  line-height: 22px;
}
.menu-item-list{
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.menu-item-button{
  color: #5c4c06 !important;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 5px;
  -webkit-transition: .2s; /* For Safari 3.1 to 6.0 */
  transition: .4s;
  border-bottom: 1px solid #c2008200;
}
.menu-item-button:hover{
  text-decoration: none;
  border-bottom: 1px solid #c20082;
}
.menu-images img{
  max-width: 100%;
  border: 5px solid #fff;
}
.hide-menu-button{
  padding: 5px 10px;
  background-color: #c3c3c3;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
}
.hide-menu-button:hover{
  text-decoration: none;
  color: #fff;
  background-color: #adadad;
}

/* Contact Form Styles */
.form-preloader{
	width: 23px;
}
#status{
  margin-top: -12px;
  color: white;
  background-color: red;
}
.green-bgd{
  background-color: #bfd735 !important;
  padding-top: 2px;
  padding-bottom: 2px;
}


/* Footer Styles */
#footer{

}
.footer-nav-links{
    color: #fff;
}
.footer-nav-links a{
    color: #fff;
    text-decoration: none;
}

/* Image Button Styles */
.img-button {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.img-button .img-button-overlay {
  background: rgba(51, 145, 150, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.img-button:hover .img-button-overlay{
  opacity: 1;
}

.img-button-image{
  width: 100%;
}
.img-button-text{
  position:absolute;
  text-align:center;
  width:100%;
  z-index:10;
  color:#fff;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-weight:bold;
}
.stay-connected h2{
  font-family: 'Lato', sans-serif;
  color: #799fa0;
  text-transform: uppercase;
}
#stay-connected-form{
  max-width: 350px;
  margin: auto;
}

.btn-lg:hover{
  text-decoration: none;
}
.btn-accent{
  color: #fff;
  background-color: #dc0a9b;
  border: 2px solid #dc0a9b00;
  transition: all 0.5s ease;
}
.btn-accent:hover{
  color:  #dc0a9b;
  background-color: #dc0a9b00;
  border: 2px solid  #dc0a9b;

}
.documents-list{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.documents-list li{
  margin-bottom: 10px;
}
.documents-list li a{
  text-decoration: underline;
}

/* Google Calendar Styles */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 50px;
}


/* Keep them spammers out */
.form-group-go{
  position: absolute;
  top: -5000px;
}

/* ======================================== */
/* DESKTOP STYLES */
/* ======================================== */
@media only screen and (min-device-width : 768px) {
	.mobile{
    display: none;
  }
  .md-text-left{
    text-align: left;
  }
  .md-text-right{
    text-align: right;
  }

  .md-25pct-w{
    width: 25%;
  }
  .dropdown-menu {display: block;visibility: hidden;opacity:0;transform: translateY(50px);transition:.5s ease all;}
  .dropdown-menu.show {display: block;visibility: visible;opacity:1;transform: translateY(0px);transition:.5s ease all;}


  /* Hero Banner Styles  */
  .header-hero{
    height: 205px;
    background-size: cover;
    background-position-x: center;
    background-image: url("/images/header_background_image.gif");
  }

  /* Homepage Photo Gride Styles */
  #homepage-photo-grid .col-sm{
    padding: 35px;
  }
  #homepage-photo-grid img{
    max-width: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  }
  #homepage-photo-grid p{
    margin-bottom: 2px;
  }
  #homepage-photo-grid a:hover{
    text-decoration: none;
    color: none;
  }


  /* Navigation Styles  */
  .navbar{
    padding-top: 14px;
    width: 744px;
    margin: auto;
  }
  .nav-logo-desktop{
		max-width: 168px;
	}
  .nav-link{
    color: #5c4c06 !important;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 5px;
    -webkit-transition: .2s; /* For Safari 3.1 to 6.0 */
    transition: .2s;
    border-bottom: 1px solid #c2008200;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 25px;
    margin-left: 25px;
    padding: 0px !important;
  }
  .nav-link span{
    position: relative;
    left: 2px;
  }
  .nav-link:hover, .nav-item .active{
    border-bottom: 1px solid #c20082;
  }
  .dropdown-item{
    color: #5d646b;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
  }

  /* Typographical Styles */
  .sub-heading-small{
    color: #979797;
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: -7px;
  }

  /* Layout Styles  */
  .md-max-1200{
    max-width: 1200px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md-max-800{
    max-width: 800px !important;
    margin: auto;
  }
  .md-max-600{
    max-width: 600px !important;
    margin: auto;
  }
  .md-max-350{
    max-width: 350px !important;
    margin: auto;
  }
  .heading-text-img{
    max-width: 150px;
    margin-bottom: 8px;
  }
  .bgd-lt-grey{
    background-color: #f2f2f2;
  }
  .section-break-down-arrow{
    background-image: url("/images/h_divider_down_arrow.gif");
    background-size: 4000px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }
  .top-recessed-section{
    padding-top: 80px;
    margin-top: -120px;
  }

  #reviews-carousel .carousel-item{
    height: 190px;
  }
  #reviews-carousel .carousel-item p{
    max-width: 800px;
    margin: auto;
  }
  #reviews-carousel .carousel-control-prev, #reviews-carousel .carousel-control-next{
    height: 90px;
  }
  #reviews-carousel .carousel-control-prev-icon {
    background-image: url("/images/carousel-button-left.png");
    height: 50px;
    opacity: 1;
  }
  #reviews-carousel .carousel-control-next-icon {
    background-image: url("/images/carousel-button-right.png");
    height: 50px;
    opacity: 1;
  }
  .review-stars{
    max-width: 114px;
  }

  /* Button Styles */
  .button-contact{
    max-width: 212px;
  }


  /* Carousel Styles */
  .carousel {
    background:none;
  }
  .carousel-item .img-fluid {
    width:100%;
  }
  .carousel-item a {
    display: block;
    width:100%;
  }


  /* Footer Styles  */
  #footer{
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .branded-divider{
    background-image: url("/images/h_divider_accent_trim.jpg");
    background-repeat: repeat-x;
    background-size: auto;
    height: 40px;
    margin-top: -50px;
  }
  .branded-divider img{
    position: relative;
    width: 70px;
    margin: auto;
    top: -36px;
  }
  .footer-nav-h-line{
    padding-left: 15px;
    padding-right: 15px;
    color: #777;
  }
  .footer-logo{
    position: relative;
    max-width: 182px;
    left: 20px;
  }
    .footer-nav-links ul{
      display: inline-flex;
      padding-left: 0px;
      margin-top: 13px;
    }
  .footer-nav-links ul li{

  }
  .footer-nav-links ul li a{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .copyright{
    font-size: 10px;
    margin-bottom: 0px;
    color: #979797;
    line-height: 12px;
  }
  .business-name{
    font-size: 12px;
    letter-spacing: 3px;
    color: #9baf2d;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    line-height: 20px;
    padding: 0px;
  }
  .website-creator{
    font-size: 10px;
    margin-top: 0px;
    color: #979797;
    padding: 0px;
    margin-bottom: 12px;
    line-height: 12px;
  }
  .website-creator a{
    color: #979797;
    text-decoration: none;
  }


  /* Padding Styles */
  .pt-md-10{
    padding-top: 10px;
  }
  .pt-md-20{
    padding-top: 20px;
  }
  .pt-md-30{
    padding-top: 30px;
  }
  .pt-md-40{
    padding-top: 40px;
  }
  .pt-md-50{
    padding-top: 50px;
  }
  .pt-md-60{
    padding-top: 60px;
  }

  .pb-md-10{
    padding-bottom: 10px;
  }
  .pb-md-20{
    padding-bottom: 20px;
  }
  .pb-md-30{
    padding-bottom: 30px;
  }
  .pb-md-40{
    padding-bottom: 40px;
  }
  .pb-md-50{
    padding-bottom: 50px;
  }
  .pb-md-60{
    padding-bottom: 60px;
  }
  .pb-md-70{
    padding-bottom: 70px;
  }
  .pb-md-80{
    padding-bottom: 80px;
  }
  .pb-md-90{
    padding-bottom: 90px;
  }
  .pb-md-100{
    padding-bottom: 100px;
  }

  /* Margin Styles */
  .mt-md-10{
    margin-top: 10px;
  }
  .mt-md-20{
    margin-top: 20px;
  }
  .mt-md-30{
    margin-top: 30px;
  }
  .mt-md-40{
    margin-top: 40px;
  }
  .mt-md-50{
    margin-top: 50px;
  }
  .mt-md-60{
    margin-top: 60px;
  }

  .mb-md-10{
    margin-bottom: 10px;
  }
  .mb-md-20{
    margin-bottom: 20px;
  }
  .mb-md-30{
    margin-bottom: 30px;
  }
  .mb-md-40{
    margin-bottom: 40px;
  }
  .mb-md-50{
    margin-bottom: 50px;
  }
  .mb-md-60{
    margin-bottom: 60px;
  }
}


/* ======================================== */
/* PHONE STYLES */
/* ======================================== */
@media only screen and (max-device-width : 767px) {
	.desktop{
    display: none;
  }
  p{
    font-size: 18px;
    line-height: 38px;
  }
  .sm-text-center{
    text-align: center;
  }
  .sm-font-size-30{
    font-size: 30px;
  }
  .sub-heading-small{
    color: #979797;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
  }
  .heading-text-of_the_Senses{
    margin-left: 20px;
  }

  /* Mobile Nav Menu Styles */
  .nav-logo{
    max-width: 210px;
    margin-left: 30px;
    margin-bottom: 5px;
  }
  .navbar{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .navbar-collapse{
    background-color: #799fa0;
  }
  .navbar-nav{
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-logo-mobile{
    max-width: 220px;
    margin-left: 20px;
    margin-top: -8px;
  }
  .navbar{
    background-color: #fff;
  }
  .navbar-collapse{
    background-color: #f5f5f5 !important;
  }
  .nav-link{
    color: #5c4c06 !important;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: center;
  }
  .navbar-toggler{
    position: static;
    margin-right: 16px;
    z-index: 10;
    border: none;
  }


  /* Mobile Hero Carousel Styles */
  .header-hero{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #415d70;
  }
  .header-hero > .container{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-banner{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    border-top: 1px solid #c20082;
  }

  /* Mobile Body Nav Styles */
  .sm-force-full-width{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #mobile-body-nav{
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 55px;
    background-color: #f8f8f8;
    margin-bottom: -60px;
  }
  #mobile-body-nav li{
    position: relative;
  }
  #mobile-body-nav li img{
    width: 100%;
  }
  #mobile-body-nav li a span{
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
    color: #5c4c06 !important;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 28px;
  }
  #explore-section > .container{
    background-image: url("/images/v-fade-grey-white.gif");
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    padding-top: 100px !important;
    padding-bottom: 3px !important;
    margin-top: -94px;
  }
  .white-bottom-border{
    border-bottom: 2px solid #fff;
  }

  /* Menu Styles */
  .menu-item-button{
    font-size: 26px;
  }
  .menu-list h3{
    font-size: 18px;
  }
  .menu-images{
    margin-bottom: 25px;
  }
  .hide-menu-button{
    display: none;
  }





  button:focus{
    outline: none;
  }

  .dropdown-menu{
    background-color: transparent !important;
    border: 0px;
  }
  .dropdown-item{
    color: #FFF;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
  }
  .dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
  }
  .bgd-sand h2{
    font-size: 32px;
  }

  .heading-text-img{
    max-width: 150px;
  }

  .button-contact{
    max-width: 100%;
  }

  /* Mobile Footer Styles */
  #footer{
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .footer-logo{
    position: relative;
    max-width: 200px;
    left: 20px;
  }
  .branded-divider{
    background-image: url("/images/h_divider_accent_trim.jpg");
    background-repeat: repeat-x;
    background-size: auto;
    height: 40px;
    margin-top: -50px;
  }
  .branded-divider img{
    position: relative;
    width: 70px;
    margin: auto;
    top: -36px;
  }
  .mobile-footer-collage{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -31px;
  }
  .mobile-footer-collage img{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-nav-links{
    padding-top: 23px;
    padding-bottom: 13px;
    font-size: 14px;
    line-height: 46px;
  }
  .business-name{
    font-size: 17px;
    letter-spacing: 4px;
    color: #9baf2d;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    line-height: 20px;
    padding: 0px;
  }
  .website-creator{
    font-size: 12px;
    margin-top: 0px;
    color: #979797;
    padding: 0px;
    margin-bottom: 7px;
    line-height: 28px;
  }
  .website-creator a{
    color: #979797;
    text-decoration: none;
  }

  /* Image Button Styles */
  .img-button {
    width: 100%;
    margin-bottom: 15px;
  }

  .img-button-text{
    font-size:32px;
    padding-top: 3%;
    text-shadow: black 0px 2px;
  }
  .btn-lg{
    display: inline-block;
    width: 100%;
  }


  /* Padding Styles */
  .pt-sm-10{
    padding-top: 10px;
  }
  .pt-sm-15{
    padding-top: 15px;
  }
  .pt-sm-20{
    padding-top: 20px;
  }
  .pt-sm-30{
    padding-top: 30px;
  }
  .pt-sm-40{
    padding-top: 40px;
  }
  .pt-sm-50{
    padding-top: 50px;
  }
  .pt-sm-60{
    padding-top: 60px;
  }

  .pb-sm-10{
    padding-bottom: 10px;
  }
  .pb-sm-20{
    padding-bottom: 20px;
  }
  .pb-sm-30{
    padding-bottom: 30px;
  }
  .pb-sm-40{
    padding-bottom: 40px;
  }
  .pb-sm-50{
    padding-bottom: 50px;
  }
  .pb-sm-60{
    padding-bottom: 60px;
  }

  /* Margin Styles */
  .mt-sm-10{
    margin-top: 10px;
  }
  .mt-sm-20{
    margin-top: 20px;
  }
  .mt-sm-30{
    margin-top: 30px;
  }
  .mt-sm-40{
    margin-top: 40px;
  }
  .mt-sm-50{
    margin-top: 50px;
  }
  .mt-sm-60{
    margin-top: 60px;
  }

  .mb-sm-10{
    margin-bottom: 10px;
  }
  .mb-sm-20{
    margin-bottom: 20px;
  }
  .mb-sm-30{
    margin-bottom: 30px;
  }
  .mb-sm-40{
    margin-bottom: 40px;
  }
  .mb-sm-50{
    margin-bottom: 50px;
  }
  .mb-sm-60{
    margin-bottom: 60px;
  }
}
