@font-face {
    font-family: 'Avenir';
    src: url('./font/avenir/Arial Rounded Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'Jenthill';
    src: url('./font/Jenthill/Satisfy-Regular.ttf')  format('truetype');
}




/* ================== [HOME] HEADER ================ */
header{
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
}


/* ================== [HOME] TOP MENU ================ */
.top-menu{
    padding-top: 30px;
}

.top-menu .container, .top-menu .container .navbar, .top-menu .container .navbar .navbar-item, .top-menu .container .navbar .navbar-end, .top-menu .container .navbar-menu{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px;
}

.top-menu a{
    font-family: "Avenir";
    font-size: 12px;
    color: #bebebe;
}

.top-menu .top-navbar-item .fas{
    margin-right: 10px;
}

.top-menu .top-navbar-item::after{
    margin-left: 25px;
    content: "|";
}

.top-menu .top-navbar-item.last::after{
    margin-left: 0px;
    content: "";
}


.navbar-burger{
    height: 50px !important;
}

/* ================== [HOME] MAIN MENU ================ */

.navbar-item img{
    max-height: 100% !important;
}


.main-menu .navbar-brand{
    margin-top: -40px;
}

.main-menu a{
    font-family: 'Avenir';
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.main-menu .navbar-item.split::after{
    margin-left: 25px;
}

/* ================== [HOME] MOBILE MENU ================ */

.navbar-burger{
    top: 20px;
	left: 25px;
}


.mobile-menu-section{
    display: none;
}

.mobile-menu-toggle ul {
    margin: 0;
    padding: 0;
  }
  
  .mobile-menu-toggle .main-menu {
    display: none;
  }
  
  #tm:checked + .main-menu {
    display: block;
  }

  #tm2:checked + .main-menu {
    display: block;
  }
  
  .mobile-menu-toggle input[type="checkbox"], 
  .mobile-menu-toggle ul span.drop-icon {
    display: none;
  }

  label.toggle-mobile-menu{
      font-weight: bold;
      border: 0px;
  }
  
  .mobile-menu-toggle li, 
  .toggle-mobile-menu, 
  .mobile-menu-toggle .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
  }
  
  .mobile-menu-toggle li, 
  .toggle-mobile-menu {
    border-width: 0 0 1px;
  }

  .mobile-menu-toggle li{
      /* border-top: 2px solid #a5a5a5; */
      border: 0px;
      padding-left: 20px;
  }

  
  .mobile-menu-toggle li, 
  .toggle-mobile-menu, 
  .mobile-menu-toggle a {
    position: relative;
    display: block;
    /* color: white; */
    color: #000;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
    background-color: #fff;
    font-weight: normal;
    /* padding-left: 20px; */
  }


  
  .mobile-menu-toggle, 
  .toggle-mobile-menu {
    /* background-color: #09c; */
    background-color:#f8f8f8;
  }
  
  .toggle-mobile-menu, 
  .mobile-menu-toggle a {
    padding: 1em 1.5em;
  }
  
  .mobile-menu-toggle a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
  }
  
  .mobile-menu-toggle a:hover {
    background-color: white;
    color: #09c;
  }
  
  .mobile-menu-toggle .sub-menu {
    display: none;
  }
  
  .mobile-menu-toggle input[type="checkbox"]:checked + .sub-menu {
    display: block;
  }
  
  .mobile-menu-toggle .sub-menu a:hover {
    color: #444;
  }
  
  .toggle-mobile-menu .drop-icon, 
  .mobile-menu-toggle li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: 1.25em;
  }
  
  .mobile-menu-toggle label.drop-icon, .toggle-mobile-menu span.drop-icon {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
  }
  
  .mobile-menu-toggle .drop-icon {
    line-height: 1;
  }

.mobile-menu-common{
    display: block;
}

.mobile-menu-common li{
    display: block;
}

.mobile-menu-common li a{
    display: block;
    padding: 1em 1.5em;
    background-color: #f8f8f8;
    border-top:1px solid #f1f1f1;
    font-weight: bold;
    color: #000;
}



.mobile-menu-common.highlight a{
    background-color: #2eb2c1;
    color: #fff;
}



/* ================== [HOME] SLIDER ================ */


.home-slider{
    height: 650px;
}


.home-slider .home-slider-item{
    height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}


.home-slider .slick-dots{
    bottom: 10px !important;
}

.home-slider.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}

.home-slider-item .meta{
    padding: 220px 40px 0px 0px;
    font-family: "Avenir";
    font-size: 26px;
	text-align:left;
}

.home-slider-item .meta h1{
    font-family: "Jenthill";
    font-size: 48px;
    font-weight: bold;
    color: #eb6469;
	text-align:left;
}


.home-slider-item .meta .slide-label{ 
    padding: 0px 150px 30px 0px;
    line-height: 50px;
    
}






/* ================== [HOME] FOOTER ================ */
footer{
    background-color: #10adbb;
	font-family: 'Avenir';
    color: #fff;
    padding: 30px;
    padding-bottom: 50px;
}


footer .footer-menu-list li a{
    color: #fff !important;
	width: 130px;
}

.social-block a{
    width: 54px;
    height: 54px;
    border-radius: 100%;      
    border: 2px solid #fff;  
    /* background: green; */
    display:inline-block;
    padding-left: 13px;
    padding-top: -50px;
    line-height:54px;
    font-size: 28px;
    margin-left: 5px;
    color: #fff;
}


footer .subscribe-detail-label{
    padding-bottom: 10px;
    color: #fff;
}

footer .subscribe-detail-label strong{
    color: #fff;
}

/* ================== [HOME] WHY NURTURFOODS ================ */

.why-nurturfoods{
    /* background-image: url('../img/why-nurturfoods-bg.jpg'); */
    background-image: url('../img/why-nurturfoods-bg-1280-854.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "Avenir";
    padding-top: 50px;
    padding-bottom: 60px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.why-nurturfoods h2{
    /* margin-top: 30px; */
    font-size: 38px;
    font-weight: bold;
    font-family: "Avenir";
    color: #10adbb;
	padding: 0px 20px;
	
}


.why-nurturfoods p{
    margin-top: 15px;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
	padding: 0px 20px;
    /* letter-spacing: 1px; */
}

.why-nurturfoods .getstart-btn{
    /* margin-top: 40px; */
    margin-bottom: 30px;
    background-color: #dc4668 !important;
    background: #dc4668;
    background-image: -webkit-linear-gradient(top, #dc4668, #dc4668);
    background-image: -moz-linear-gradient(top, #dc4668, #dc4668);
    background-image: -ms-linear-gradient(top, #dc4668, #dc4668);
    background-image: -o-linear-gradient(top, #dc4668, #dc4668);
    background-image: linear-gradient(to bottom, #dc4668, #dc4668);
}

.why-nurturfoods .getstart-btn:hover{
    background-color: #de395e !important;
}


/* ================== [HOME] HERO OUR PRODUCT ================ */

.ourproduct-hero{
    background-color: #7cc251;
}

.ourproduct-hero h1.title{
    color: #fff;
    font-family: "Arial Rounded Bold";
    font-weight: normal;
    font-size: 30px;
}

.ourproduct-hero h1.title strong{
    font-weight: bold;
}

.ourproduct-hero .hero-body{
    padding: 20px;
}


/* ================== [HOME] PRODUCT SLICK ================ */
.ourproduct-slick{
    padding-top: 60px;
    padding-bottom: 40px;
}

.ourproduct-slick img{
    margin: auto;
    margin-bottom: 30px;
    max-height: 200px;
}


.ourproduct-slick .explore-button{
    bottom: 20px;
    margin-bottom: 4px;
}


.ourproduct-slick .explore-button{
    box-sizing: border-box;
    margin: 20px;
    padding: 0 10px 0 10px;
    width: 240px;
    height: 40px;
    border: 1px dashed #f4b039;
    border-radius: 10px;
    background-color: #2b2f36;
    background-image: linear-gradient(top, #58616f 0%, #363c45 40%, #2b2f36 80%, #3d434d 100%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 1), 0 1px 0 4px rgba(255, 255, 255, 0.15), 0 0 0 4px rgba(23, 25, 28, 1);
    color: #fff;
    list-style-type: none;
    text-align: center;
    text-shadow: 0 -1px 0 #000000;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 44px;
}
  

.ourproduct-slick .explore-button:hover{
    border: 1px dashed #ed1c24;
}
  



/* ================== [HOME] FIND STORE ================ */
.find-store-block{
    background-image: url('../img/store-location-bg.png');
    text-align: center;
    padding: 110px 10px;
    height: 425px;
    background-position: center; 
    background-repeat: no-repeat;
}



.findstore-button{
    margin-top: 15px;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 2px 2px 5px #666666;
    -moz-box-shadow: 2px 2px 5px #666666;
    box-shadow: 2px 2px 5px #666666;
    font-family: Arial;
    color: #686868;
    font-size: 20px;
    background: #c9c9c9;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    letter-spacing: 5px;
    font-family: "Avenir";
    font-size: 14px;
  }
  
  .findstore-button:hover {
    background: #b4b4b4;
    text-decoration: none;
  }


/* ================== [HOME] CONTACTUS ================ */
.contactus-block{
    background-image: url('../img/contactus-bg.png');
    padding: 40px 10px;
    height: 425px;
    background-position: center; 
    background-repeat: no-repeat;
}


.contactus-block .header-form{
	font-family: 'Avenir';
    margin-left: 140px;
    width: 340px;
    color: #6e4100;
}

.contactus-block .header-form h1{
    font-family: 'Avenir';
    font-size: 28px;
    font-weight: bold;
	padding-top:10px;
    
}

.contactus-block .header-form table{
    margin-top: 10px;
}


.contactus-block .header-form table .input-label{
    width: 100px;
    text-align: right;
    padding-right: 5px;
}


.contactus-block .header-form table .input-wrapper{
    width: 250px;
    padding-bottom: 8px;
}

.contactus-block .header-form table input, .contactus-block .header-form table textarea{
    width: 100%;
}


/* ================== [HOME] GET START BUTTON ================ */
.getstart-btn {
    background: #7cc251;
    background-image: -webkit-linear-gradient(top, #7cc251, #7cc251);
    background-image: -moz-linear-gradient(top, #7cc251, #7cc251);
    background-image: -ms-linear-gradient(top, #7cc251, #7cc251);
    background-image: -o-linear-gradient(top, #7cc251, #7cc251);
    background-image: linear-gradient(to bottom, #7cc251, #7cc251);
    -webkit-border-radius: 17;
    -moz-border-radius: 17;
    border-radius: 17px;
    font-family: "Avenir";
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
	
  }
  
  .getstart-btn:hover {
    background: #72ae4d;
    text-decoration: none;
    color: #ffffff;
  }


  /* ================== [HOME] SUBSCRIBE BUTTON ================ */

  .subscribe-button {
    background: #434343;
    background-image: -webkit-linear-gradient(top, #434343, #000000);
    background-image: -moz-linear-gradient(top, #434343, #000000);
    background-image: -ms-linear-gradient(top, #434343, #000000);
    background-image: -o-linear-gradient(top, #434343, #000000);
    background-image: linear-gradient(to bottom, #434343, #000000);
    -webkit-box-shadow: 2px 2px 5px #666666;
    -moz-box-shadow: 2px 2px 5px #666666;
    box-shadow: 2px 2px 5px #666666;
    border: 0px;
	border-radius: 12px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;
  }
  
  .subscribe-button:hover {
    background: #1f1f1f;
    text-decoration: none;
  }


  /* ================== [CONTACTUS] MAINPIC ================ */
  .main-pic.contactus{
      background-image: url('../img/mainpic-contactus.jpg');
      height: 565px;
      background-position: center;
      background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
    }


  .breadcrumb-topline{
      height: 8px;
      background-color: #23b3bf;
      margin-bottom: 3px;
  }


  .breadcrumb{
      background-color: #23b3bf;
      font-size: 32px;
      /* font-weight: bold; */
      font-family: "Avenir";
      padding-top: 5px;
      padding-bottom: 5px;
      color: #fff;
  }

  .breadcrumb strong{
      font-weight: bold;
      color: #fff;
  }

  .breadcrumb .sub-breadcrumb{
      font-size: 18px;
  }


/* ================== [CONTACTUS] ADDRESS and FORM ================ */
.contact-address-form{
    font-family: "Avenir";
}


.contact-address-form .address-item{
    padding: 30px;

}

.contact-address-form .address-item{
    font-size: 18px;
    letter-spacing: 2px;
}


.contact-address-form .address-item .location-name{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
}

.contact-address-form .address-item .address-email{
    letter-spacing: 0px;
    font-weight: bold;
}


.contact-address-form .address-item .address-tel{
    letter-spacing: 0px;
    color : #11aebc;
}


.contact-address-form .contact-detail{
    padding: 30px;
    color: #4e4e4e;
    font-weight: bold;
}

.contact-address-form .contact-form-table{
    padding: 0px 30px 30px 30px;
}

.contact-address-form .contact-form-table table{
    width: 100%;
}


.contact-address-form .contact-form-table .contact-label{
    text-align: right;
    padding-right: 8px;
    width: 100px;
}

.contact-address-form .contact-form-table .contact-input input, .contact-address-form .contact-form-table .contact-input textarea{
    width: 100%;
    margin-bottom: 8px;
}

.contact-address-form .contact-form-table .send-button{
 -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  font-family: "Avenir";
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #76df7b;
  padding: 10px 30px 10px 30px;
  border: solid #ffffff 2px;
  text-decoration: none;
}

.contact-address-form .contact-form-table .send-button:hover{
    background: #7deb83;
    text-decoration: none;
}



.contactus-page .contact-us-thankyou-message{
    font-family: "Avenir";
    font-size: 22px;
    font-weight: bold;
}


/* ================== [GETSTART] INQUIRY FORM ================ */


.main-pic.getstarted{
    background-image: url('../img/mainpic-getstarted.jpg');
    height: 565px;
    background-position: center;
    background-repeat: no-repeat;
      -webkit-background-size:cover;
      -moz-background-size:cover;
      -o-background-size:cover;
      background-size:cover;
  }

.inquiry-form-page input[type=text], .inquiry-form-page textarea, .inquiry-form-page select{
    border-radius: 0px;
    /* padding: 10px; */
    height: 42px;
    border: 1px solid #2591cc;
    box-shadow: none;
}


.inquiry-form-page{
    padding-top: 20px;
    padding-bottom: 40px;
}

.inquiry-form-page .require-label{
    font-size : 12px;
    font-style: italic;
}


.inquiry-form-page .form-container{
    padding-top: 20px;
}


.inquiry-form-page .form-container .field.is-horizontal{
    padding-bottom: 10px;
}


.inquiry-form-page .form-container .sumit-button{
    background-color: #23b3bf;
}


.inquiry-form-page .remark-note-form{
    font-weight: bold;
    margin-top: 6px;
    word-wrap: break-word;
}



/* ================== [OURMISSION]  ================ */
.main-pic.ourmission{
    background-image: url('../img/mainpic-ourmission.jpg');
    height: 565px;
    background-position: center;
    background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
}

.ourmission-article-container{
    font-size: 18px;
    line-height: 32px;
    padding: 10px 30px 20px 30px;
    font-family: "Avenir";
    letter-spacing: 1px;
}

.ourmission-article-container img{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}


.ourmission-highligh-section{
    background-color: #5dd582;
    color: #fff;
    font-family: "Avenir";
    font-size: 18px;
    padding: 20px 30px 20px 30px;
}


.ourmission-highligh-section .highligh-header{
    font-size: 28px;
    font-weight: bold;
}


.ourmission-highligh-section .highligh-wellness-health{
    font-family: "Jenthill";
    color: #000;
    font-size: 26px;
}


/* ================== [OURSTORY]  ================ */
.main-pic.ourstory{
    background-image: url('../img/mainpic-ourstory.jpg');
    height: 565px;
    background-position: center;
    background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
}


.ourstory-article-container{
    font-size: 18px;
    line-height: 32px;
    padding: 10px 30px 20px 30px;
    font-family: "Avenir";
    letter-spacing: 1px;
}

.ourstory-article-image{
    background-image: url('../img/ourstory-article-image.jpg');
    height: 565px;
    background-position: center;
    background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
}


.ourstory-article-container .article-footer{
    margin-top: 20px;
}


.ourstory-article-container .nurturfoods-label{
    font-family: "Jenthill";
    color: #eb6469;
    font-size: 24px;
}



/* ================== [OURVISION]  ================ */
.main-pic.ourvision{
    background-image: url('../img/mainpic-ourvision.jpg');
    height: 565px;
    background-position: center;
    background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
}

.ourvision-header{
    background-color: #23b3bf;
    padding: 30px;
    font-family: "Avenir";
    color: #fff;
    font-size: 22px;
}


.ourvision-header .nurturfoods-label{
    font-family: "Jenthill";
    color: #fff;
    font-size: 48px;
}


.vision-item .vision-item-text .vision-item-header{
    font-weight: bold;
    font-size: 34px;
}


.vision-item .vision-item-text{
    padding: 30px;
    font-family: "Avenir";
    font-size: 26px;
}

.vision-item .vision-item-image{
    background-position: center;
    background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
}


/* ================== [store location]  ================ */
.main-pic.store{
    background-image: url('../img/mainpic-store.jpg');
    height: 565px;
    background-position: center;
    background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
}

.store-item .store-item-text{
    padding: 15px;
    font-family: "Avenir";
    font-size: 26px;
}

/* ================== [COMMON]  ================ */
.thank-subscribe{
    font-size: 18px;
    font-weight: bold;
}