@font-face {
  font-family: 'Candara-Light';
  src: url('../fonts/Candara-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Candara-Light.woff') format('woff'), url('../fonts/Candara-Light.ttf')  format('truetype'), url('../fonts/Candara-Light.svg#Candara-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mobile-only{
  display: none;
}

/*body {
  background-color: initial !important;
}
*/


ul#image_map {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
}

/*.h3, h3 {
  font-size: initial !important; 
}*/

/*Mobile View */
@media screen and (max-width: 992px){
  img{width: 100%;}
  body{background-color: transparent !important;}
  .desktop-only{display: none;}
  .mobile-only{display: block;}
  #header-wrapper{display: none;}

  #webform-component-full_name label{display: none;}
  #webform-component-company label{display: none;}
  #webform-component-contact_no label{display: none;}
  #webform-component-email_address label{display: none;}
  #webform-component-product label{display: none;}
  #webform-component-description label{display: none;}

  .resizable-textarea {
    width: 100% !important; 
  }

  hr{
    margin-bottom: 1rem;
    height: initial;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
  }

  .owl-dots {
    text-align: center;
    position: relative;
  }

  button.owl-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 80px !important;
    background-color: #89ef46 !important;
    margin: 5px;
    outline: none;
  }

  button.owl-dot.active {
    background-color: #67b931 !important;
  }

  #block-block-5 {
     position: initial; 
     margin-left: 0; 
  }

  .contact-us-details {
    padding: 0px 25px 15px 25px;
    position: relative;
  }

  .contact-us-details img{
    max-width: 100%;
  }

  .contact-us-details-bg{
    height: 350px;
  }

  .contact-us-details-div {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .contact-us-details-div div img{
    max-width: 17px;
    margin-right: 12px;
    position: absolute;
  }

  .contact-us-details-div div a {
    text-decoration: none;
    color: initial;
  }

  .contact-us-details-div div p{
    font-family: Candara-Light;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding: 0px 30px 0px 30px;
    color: #000;
  }

  .contact-us-details-div h5 {
    text-align: center;
    display: block;
    font-family: Candara;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    color: #000;
    font-size: 20px;
    margin: initial;
  }

  .contact-us-details-div div {
    position: relative;
    margin-left: 40px;
  }

  .contact-us-details-div1 {
    /*position: absolute;*/
    /* width: 100%; */
  }

  .contact-us-details-div2 {
    position: relative;
  }

  form#webform-client-form-5 {
    padding: 18px;
  }

  form#webform-client-form-5 input {
    padding: 10px;
    width: -webkit-fill-available;
    border: 1px solid #736262 !important;
    font-size: 15px;
  }

  select#edit-submitted-product {
    padding: 10px;
    width: -webkit-fill-available;
    border: 1px solid #736262 !important;
    font-size: 15px;
  }

  textarea#edit-submitted-description {
    width: -webkit-fill-available;
    padding: 10px;
    max-height: 170px;
    border: 1px solid #736262 !important;
    font-size: 15px;
  }

  input#edit-submit {
    color: #fff;
    background-color: #63b901;
    border: initial;
  }

  .carousel-indicators {
    position: initial !important;
    padding-top: 0px !important; 
    margin: 0px !important;
  }

  .carousel-indicators li {
    display: inline-block;
    box-sizing: initial !important;
    width: 10px !important;
    border-radius: 80px;
    height: 10px !important;
    background-color: #67b931 !important;
    background-clip: initial !important; 
    border-top: initial !important;
    border-bottom: initial !important;
    margin-right: 10px !important;
  }

  .menu-item2 a.nav-toggle {
    text-decoration: none;
    background-color: #63b901;
    padding: 8px 13px 9px 13px;
    border-radius: 7px;
    color: #fff;
  }

  .menu-item2 hr {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-item2 ul {
    padding-left: 50px;
  }

  .menu-item2 ul li {
    padding: 0px 25px 15px 0px !important;
    color: #63b901;
    font-size: 19px;
  }

  .menu-item2 ul li span {
    color: #676767;
    font-size: 17px;
    line-height: 1.3em;
  }

  #header-menu-item {
    display: none;
    position: fixed;
    z-index: 9;
    background-color: #f1ffd8;
    width: 100%;
    height: 100%;
  }

  #header-menu-item p {
    text-align: center;
    bottom: 20px;
    position: fixed;
    margin: auto;
    width: 100%;
    font-family: Candara;
    font-size: 15px;
  }
  

  #header-menu-item ul {margin-top: 70px !important;}
  #header-menu-item ul li {text-align: center; margin-bottom: 20px;}
  #header-menu-item ul li a {text-decoration: none; color: #67b931;}
  #header-menu-item ul li h5 {color: #67b931; margin: initial; padding: 0px 0px 5px 0px; font-size: 18px;}


  .img-wrapper {
    display: flex;
    justify-content: center;
  }

  .img-wrapper div {
    padding: 17px;
  }

  #content, .no-sidebars #content {
    float: initial;
    width: initial;
    margin-left: initial;
    margin-right: initial;
    padding: initial;
  }

  #page-wrapper, .region-page-closure {
    margin-left: initial;
    margin-right: initial;
    width: initial;
  }
  
  .sidebar-first #content {
    width: initial; 
    margin-left: initial; 
    margin-right: initial; 
  }

  .mbl-logo-wrapper{
    display: flex;
    padding: 15px 30px 25px 20px;
    position: relative;
  }

  .mbl-logo-wrapper img{
    max-width: 250px;
  }

  .menu-active #burger-menu-icon{display: none;}
  .menu-active #x-burger-menu{display: block;}

  .logo-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }

  .logo-wrapper img{
    max-width: 500px;
  }

  #x-burger-menu {
    color: #63b901;
    text-decoration: none;
    font-weight: bold;
    padding: 33px 20px 45px 20px;
    font-size: xx-large;
    background-color: #f1ffd8;
    display: none;
  }

  .header-burger-menu{
    position: absolute;
    /*right: 0;*/
    right: 10px;
    top: 32px;
  }

  .header-burger-menu2{
    position: absolute;
    right: 0;
    top: 0;
  }

  #details-contact {
    background: url(../images/cblock2.png) no-repeat;
    float: right;
    width: 260px;
    height: 200px;
    padding: 12px 10px;
    margin-left: -60px !important;
  }

  .home-logo{
    background: rgb(133,162,44);
    background: radial-gradient(circle, rgba(133,162,44,1) 0%, rgba(95,149,16,1) 100%);
  }

  .menu-item{
    position: relative;
    border-top: 10px solid #ccfc38;
  }

  .menu-item:last-child{
    border-bottom: 10px solid #ccfc38;
  }
  
  .menu-item img{
    width: 100%;
  }

  #homepage-menu .menu-item img{
    height: 325px;
  }
  
  .menu-item a {
    background-color: #4f8800;
    color: #fff;
    padding: 25px 55px 25px 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 45px;
    font-weight: bold;
    text-decoration: none;
  }

  .menu-item a:hover {
    color:#fff;
    text-decoration: none;
  }

  .home-footer{
    padding: 60px;
    background: rgb(133,162,44);
    background: radial-gradient(circle, rgba(133,162,44,1) 0%, rgba(95,149,16,1) 100%);
  }

  .home-footer-wrapper p{
    color: #a9e306;
    margin: auto;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
  }

  /* What is Honycomb ? */
  .logo-wrapper-wih{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }

  .logo-wrapper-wih img{
    max-width: 500px;
  }

  .menu-item2 img{
    /*padding: 20px 310px 20px 310px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }

  .menu-item2 a{
    text-decoration: underline;
  }

  .menu-item2 p{
    padding: 0px 25px 0px 25px;
    text-align: center;
    color: #676767;
    font-size: larger;
    line-height: 1.5em;
  }

  .menu-item2 h5{
    text-align: center;
    color: #67b931;
    font-weight: bold;
    margin: initial;
    font-size: 21px;
  }

  .ht-img-icon{
    padding: 5px 0px 20px 0px;
  }

  .ht-img-icon img{
    max-width: 70px;
  }
  
  .menu-contact {
    background-color: #c5ec96;
    padding: 0px 25px 15px 25px;
    border-radius: 15px;
    margin: 0px 15px 0px 15px;
  }

  .menu-contact div img{
    max-width: 15px;
    margin-right: 12px;
    position: absolute;
  }

  .menu-contact div p{
    font-family: Candara-Light;
    font-weight: bold;
    color:#676767;
    position: relative;
    margin-left: 28px;
  }

  .menu-contact div p a{
    font-family: Candara-Light;
    font-weight: bold;
    color:#676767;
    text-decoration: none;
  }

  .menu-contact h5{
    text-align: center;
    display: block;
    font-family: Candara-bold;
    color: #67b931;
    font-weight: bold;
    padding: 15px 0px 20px 0px;
    font-size: 20px;
  }

  .mbl-img-wrapper{
    padding-top: 28px;
    padding-bottom: 25px;
  }

  .menu-item3{
    padding: 20px 15px 70px 15px;
  }

  .menu-item3 h3{
    text-align: center;
    font-size: x-large;
    font-weight: bold;
  }

  h1.title {
    background-color: #f1ffd8;
    text-align: center;
    padding: 50px;
    font-size: x-large;
    font-weight: bold;
  }

  .with-navigation #content, .with-navigation .region-sidebar-first, .with-navigation .region-sidebar-second {
    margin-top: initial; 
  }

  #main-wrapper {
    padding-bottom: initial; 
  }
  
  .block {
    margin-bottom: initial; 
  }

  #footer-wrapper{
    border-top: initial;
    background: initial;
    background: rgb(81,135,4);
    background: radial-gradient(circle, rgba(81,135,4,1) 0%, rgba(80,134,4,1) 50%, rgba(78,134,5,1) 100%);
  }

  #footer{
    width: initial;
    padding: initial;
  }

  #block-block-3 {
    width: initial;
    float: initial;
    text-shadow: initial;
  }

  .mobile-footer{
    padding: 30px 20px 20px 20px;
  }

  .mobile-footer div img{
    max-width: 18px;
    margin-right: 12px;
    position: absolute;
  }

  .mobile-footer div a{
    color: #fff;
    text-decoration: none;
  }

  .mobile-footer div p{
    font-family: Candara-Light;
    font-weight: bold;
    position: relative;
    margin-left: 30px;
  }

  .mobile-footer strong{
    text-align: center;
    display: block;
    padding-bottom: 25px;
  }




  /*Burger menu*/
  /* Style the navigation menu */
  

}


