﻿/* Contact Form Basic Styles
========================================================
Updated By Dave Nugent, Lead Designer Shooting Creek Designs
03/31/2021 - Removed all unnecessary and duplicate styles 
For use with Bootstrap 3.3.6 and RD Mailform (these are the Mailform CSS files for Bootstrap ver 3.3.6)
    Mustache and Handelbars code included.
*/
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  /*color: inherit;*/
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}


.input_wrap {
  position: relative;
  display: block;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 0;
  -webkit-appearance: none;
}
.input_wrap:before {
  content: '';
  position: absolute;
  top: -12px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #3b4956 transparent;
}
@media (max-width: 767px) {
  #search .input_wrap:before {
    border: none;
  }
}
.input {
  display: block;
  padding-left: 10px;
  line-height: 30px;
  width: 150px;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  border: none;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
.input {
    width: 90%;
  }
}

#footer {
  padding: 59px 0 30px;
  text-align: right;
}
 .copyright {
  font: 400 14px/16px 'Open Sans', sans-serif;
}
 .copyright .first {
  font-weight: 800;
  text-transform: uppercase;
}
 .list {
  margin-top: 3px;
}
 .list li {
  display: inline-block;
  position: relative;
  padding: 0 6px 0 9px;
  color: #898989;
  font: 400 12px/16px 'Open Sans', sans-serif;
}
 .list li + li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: #898989;
}
 .list li.last {
  padding-right: 0;
}
@media (max-width: 767px) {
   .list li {
    display: block;
    text-align: center;
  }
   .list li + li:before {
    width: 0;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}


.contact-form-area {
	margin-top:22px;
}

.rd-mailform {
  position: relative;
  text-align: left;
  border-radius: 20px;
}

.rd-mailform .button {
    background: #81b02e;
	border-color:#81b02e;
	border-style:none;
	color:#ffffff;
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 40px 13px 40px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    z-index: 1;
    
}


.rd-mailform * + .button {
  margin-top: 25px;
}



input:invalid {
    background-color: cadetblue; 

}

input:valid {
    background-color: powderblue;
}

/* THIS SECTION OF CSS OVER-RIDES ANY BROWSER AUTOFILL COLORS THAT ARE SET IN THE BROWSER
    Yes I know these are NOT standard CSS, buyt hey ya got beat em somehow
*/
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 50px powderblue inset;
	-webkit-text-fill-color: black;
}
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px powderblue inset;
	-webkit-text-color: black;
}

.form-input {
    -webkit-order: 1;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    border-radius: 50px;
    height: 46px;
    /*background-color:cadetblue;*/
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.form-input:focus {
  outline: 0;
}

textarea.form-input {
  height: 135px;
  min-height: 50px;
  max-height: 230px;
  resize: vertical;
  background-color:cadetblue;
}

.form-wrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap .button {
  width: 100%;
}

.form-wrap.has-error .form-input {
  border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
  border-color: #2196f3;
}

.form-wrap + * {
  margin-top: 20px;
}


.form-label {
  color:black; 
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: .25s;
  will-change: transform;
  transform: translateY(-50%);
}


.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    transform: none;
  }
  
.form-validation {
    position: absolute;
    right: 20px;
    top: 80px;
    z-index: 11;
    margin-top: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
}

.textArea-validation {
    position: absolute;
    right: 45px;
    top: 175px;
    z-index: 11;
    margin-top: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
}

.mustache, .active {
    border-radius: 0;
    box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.15);
   
}

.glyphicon, .glyphicon-check {
	padding-right: 5px;
}

#handlebars {
    transform: translateX(200px);
    transition: .3s all ease;
       -moz-transition: .3s all ease;
			 -o-transition: .3s all ease;
				transition: all ease;
    width: 50%;
    position: relative;
    bottom: -32px !important;
    z-index: 9999999;
      
   }
#handlebars p {
	display: inline;
	color: #000;
   }
#handlebars .alert {
	text-align:center;
   }
   @media (min-width: 360px) and (max-width:768px) {
     #handlebars {
       transform: translateX(1px);
       transition: .3s all ease;
           -moz-transition: .3s all ease;
			 -o-transition: .3s all ease;
				transition: all ease;
       width: 100%
     }
    }
 
    

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}




