/**
* Theme Name: Tampa Child
* Description: This is a child theme of Tampa.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: n-tampa
* Version: 1.0.0
*/


h1, h2, h3, h4, h5, h6, p, a {
	font-family: "Morn Regular", Sans-serif;
-webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.custom-bullets {
    font-size: xx-large;
}
/* ===== Custom bottom-right placeholder for textarea ===== */
/* Optional cleaner style */
.textarea-wrapper textarea {
  padding: 20px !important;
  resize: none;
  width: 100%;
  box-sizing: border-box;
}

.textarea-wrapper .fake-placeholder {
  position: absolute !important;
  bottom: 20px !important;
  right: 20px !important;
  font-family: "Morn Light", Sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #000000 !important;
  pointer-events: none !important;
  transition: 0.3s ease !important;
}
::-webkit-input-placeholder {
  font-family: "Morn Light", Sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #000000 !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: "Morn Light", Sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #000000 !important;
  opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
  font-family: "Morn Light", Sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #000000 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  font-family: "Morn Light", Sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #000000 !important;
  opacity: 1;
}



/* Hide native placeholder */
textarea#form-field-message::placeholder {
  color: transparent !important;
}
