    /*#chevron {
      position: relative;
      text-align: center;
      padding: 12px;
      margin-bottom: 6px;
      height: 60px;
      width: 200px;
    }
    #chevron:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 51%;
      background: red;
      transform: skew(0deg, 6deg);
    }
    #chevron:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50%;
      background: red;
      transform: skew(0deg, -6deg);
    }
  */
  #top .header_color input[type='text'] {
    color: black !important;
}
.menu li > a:after { content: ' ▾'; } 
.menu li > a:only-child:after { content: ''; }
#home-page-slider p {text-shadow: 3px 3px 3px black;}
#home-page-slider h2 {text-shadow: 3px 3px 3px black;}
.avia-button.avia-size-large {padding: 15px 50px 13px;font-size: 18px;}
#top .avia-slideshow-button {margin-top:0!important;}


    
#full-width .container {width: 100% !important;margin: -130px 0;max-width: 100%;padding: 0;}

/* Woocommerce */
h2.product_title.entry-title {font-size:50px;}
.woocommerce-shipping-destination {display:none;}
.single-product .woocommerce-message {display: none !important;}
/* enquiry button */
.product-enquiry-button {
    background-color: #3ab551 !important;
    display: inline-block;
    width: 70%;
    text-align: center;
    border-radius: 4px;
    margin: 10px 0;
    transition: 0.3s;
}
.product-enquiry-button a {
  font-size:15px;
  color: white !important;
  display:block;
  padding: 15px 30px;

}
.product-enquiry-button:hover {
    background-color: #3a3c40!important;
    border-radius: 4px;
    transition: 0.3s;
}
/* Media Queries */
@media only screen and (max-width: 1120px) {
.av-main-nav > li > a {font-size: 12px !important;padding: 0 10px;}
}
@media only screen and (min-width: 990px) {
#top .avia-slideshow-button {font-size: 20px;}
}
@media only screen and (max-width: 415px) {
#top .avia-slideshow-button {font-size: 10px;}
}
@media only screen and (max-width: 989px) {
#top .avia-slideshow-button {padding: 8px 9px!important;}
}