/**
 * This file overrides Materialize files so you can update
 * the core Materialize files in the future
 *
 */

nav ul a,
nav .brand-logo {
  color: #040;
}

.brand-logo {
/*  font-family: 'Leckerli One', cursive; */
  font-family: 'Simplifica';
}

h5.header { 
  color: #000;
}


p {
  line-height: 2rem;
}


.sidenav li > a {
  font-size: 16px;
  color: #040;
}
.sidenav .collapsible-body li a {
  color: #000;
  font-size:14px;
  margin-left: 20px;
}
.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.ximgsoften {
  background-color: #000;
  opacity: 0.5;
  z-index: -2!important;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.footer-copyright {
  font-size: small;
}

#footimg { margin-top: 40px; }

.mega {
  margin-top: 20px  !important;
  min-width: 610px ! important;
  width: 100% ! important;
  background-color: #EEE;
}

.mega-mid {
  background-color: #CCC;
  height: 100%;
}

.mega-mid h2 {
  font-size: 2rem;
}

#mega-wrap {
  width:100%;
}

/* this offsets the dropdown as default is top of page
   no idea why 70% ... seems to work */
.dropdown-content {
  top: 70% !important;
}
.dropdown-content li > a {
  color: #040;  
}


.btn {
  background-color: #040;
}

.offset {
  padding-top: 60px;
}

#contact { background-color: #ddd; }

.multi-list { }

/* ===================================================================
   Slick Slider slick-theme.css also changed 
   =================================================================== */

.localpix {
  max-width:85%;
  background-color: #ddd;
  margin: 0 auto;
}
.sliderimg {
  max-height: 300px; 
}

.slidercaption {
  font-size: small;
  font-weight: bold;
  padding-left:10px;
}


/* ===================================================================
   FORMS 
   =================================================================== */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #444;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #444;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #444;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #444;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #444;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #444;
}

/* label color */
.input-field label {
  color: #ddd;
}

/* label focus color */
.input-field input:focus + label {
  color: #040 !important;
}
 /* label underline focus color */
.row .input-field input:focus {
  border-bottom: 1px solid #040 !important;
  box-shadow: 0 1px 0 0 #040 !important
}
 /* valid color */
.input-field input[type=text].valid {
   border-bottom: 1px solid #040 !important;
   box-shadow: 0 1px 0 0 #040 !important;
 }
 /* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #400;
  box-shadow: 0 1px 0 0 #400;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #040;
}
/* label focus color */
.input-field textarea:focus + label {
  color: #040 !important;
}
 /* label underline focus color */
.row .input-field textarea:focus {
  border-bottom: 1px solid #040 !important;
  box-shadow: 0 1px 0 0 #040 !important
}
        
.contact-details { width: 300px; margin: 0 auto; }

.contact-details span {
  display:inline-block;
  margin-left: 10px;
  vertical-align:top;
}

.number { max-width: 200px; }
.amountdue { color: #040; font-weight: bold; }

.card-middle {
  max-widthx: 300px;
}
.card-middle li > div {
  display:inline-block;
  width: 80%;
  vertical-align:top;
  padding:0 0 10px 10px;
}

.icon-green-circle {
  background-color: #040;
  color: #fff;
  border-radius: 50%;
  border: 0px solid #040;
  paddingx: 2px;
  font-sizex: 10px;
}
  
.greendivide {
  background-color: #AA4;
  width:100%;
  height:40px;
}

.actionbar .btn {
  margin: 10px 0 10px 0;  
}

.fbicon-black {
  color: #000;
  font-size: 40px;
}

#aims {
  background-color: #eff;
}  

/* ===================================================================
   SHOP TEXT 
   =================================================================== */

.sec-item {
  font-size: 16px;
}

table {
  margin-bottom: 1rem;
  font-size: 16px;
}
table th {
  border: #040 solid 1px;
  border-bottom: #040 solid 2px;
  padding: 0 1rem 0 1rem;
}
table td {
  border: #040 solid 1px;
  padding: 0 1rem 0 1rem;
}

.sec-subtitle + p:first-letter, .testimonial-item > p:first-child:first-letter { 
  float: left; 
  color: #903; 
  font-size: 3em; 
  line-height: 1em; 
  padding-right: 0.1em;
}

.sec-title {
    margin-top: 50px;
    margin-bottom: 50px;
}

h3.sec-title.green-title{
    color: #040;
}

.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

div.sec-subtitle {
  margin: 4rem 0 2rem 0;
  font-size: 2.0rem;
  color: #040;
}

div.emphasis {
  border-left: #040 solid 20px;
  padding-left: 1rem;
  font-weight: bold;
  margin: 0 0 1rem 1rem;
  
}

.mdimg {
  max-width:80%;  
}

/* ==============================
   Slider
   ============================== */

.slider .indicators .indicator-item {
}
.slider .indicators .indicator-item.active {
  background-color: #0;
  color: #0!important;
}
.slider {
  width: 100%;
  height: auto;
  
  margin: 0 auto;
}
.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}

.hero-caption { padding-top: 180px; font-size: 4vw; }
.hero-middle { padding-top: 100px; font-size: 4vw; }
.hero-text { padding-top: 80px; font-size: 4vw; }

/* ==============================
   Alert Messages
   ============================== */
   
.materialert {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    xxposition: relative;
    min-width: 150px;
    padding: 15px;
    xxmargin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index:9999;
}
.materialert .material-icons{
    margin-right: 10px;
}
.materialert .close-alert{
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    filter: alpha(opacity:40);
    margin-bottom: -5px;
    position: absolute;
    top: 14px;
    right: 5px;
}
.materialert.info{
    background-color: #039be5;
    color: #fff;
}
.materialert.success{
    background-color: #43a047;
    color: #fff;
}
.materialert.error{
    background-color: #c62828;
    color: #fff;
}
.materialert.danger{
    background-color: #c62828;
    color: #fff;
}
.materialert.warning{
    background-color: #fbc02d;
    color: #fff;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  table { 
    font-size:14px;
  }
  table th {
    padding: 0 0.5rem 0 0.5rem;
  }
  table td {
    padding: 0 0.5rem 0 0.5rem;
  }

.hero-caption { padding-top: 150px; font-size: 7vw; }
.hero-middle { padding-top: 100px; font-size: 7vw; }
.hero-text { padding-top: 80px; font-size: 7vw; }

  
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
 
}
