/* contact form styles
 * --------------------------------------- */

#section-4 .section-wrap{
  padding: 5%;
  width: 100%;
  box-sizing: border-box;
}
address{
  font-size: 1.8rem;
  padding: 10px;
  display: block;
  color: #fff;
  box-sizing: border-box;
  height: 100%;
}
/* IF in two columns
a[href^="tel:"] {
  font-size: 2rem;
  padding: 20px 10px;
  display: block;
  color: #fff;
  box-sizing: border-box;
  height: 100%;
  font-weight: 400;
}
*/
.col-1.tel-email-address a,
.col-1.tel-email-address{
  font-size: 1.8rem;
  padding: 0;
  margin:0;
  display: inline-block;
  color: #fff;
  font-weight: 400;
}
 
address.half-width-col,
a[href^="tel:"].half-width-col {
  /*
  width: 50%;
  float: left; 
  */
}
address strong{
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1000px) {
    #section-4 .section-wrap.icon-section-wrap{
      background-color: #000;
    }
    /*
    a[href^="tel:"] {
      width: 100%;
      padding: 0;
    }
    address{
      width: 100%;
      padding: 80px 0 20px 0;
    }
    */
}
.text-wrap{
  box-sizing: border-box;
}
.text-intro{ 
  margin-bottom: 25px;
}

form{}

form .form-input-wrapper{
  margin: 0 4vw 0 0;
}
.input-text{
  position: relative;
  margin: 0 0 1px 0;
  text-align: right;
}
.input-text:first-child{
  margin-top:0
}

.form-input-col-1{
  width: 100%;
  float:left;
}
.form-input-col-2{
  width: 50%;
  float:left;
}
form .form-input-col-2 input.in-2-col{
  width: 50%;
  width: 60%;
}

.input-text input[type=email],.input-text input[type=password],.input-text input[type=search],.input-text input[type=text],.input-textarea textarea{
  background: rgba(255, 255, 255, 0.7);
  width: 75%;
  width: 80%;
  line-height: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: .5rem;
  margin-right: 0;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  color: #464d5d;
  font-size: 1.1rem;
  box-sizing: border-box;
}
.label-placeholder{
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 0 0 0 0;
  text-align: right;
  width: 23%;
  width: 18%;
  float: left;
  position: relative;
}
.form-input-col-2 .label-placeholder{
  width: 45%;
  width: 36%;
}
.req-star{
  color: red;
  font-size: 1.3rem;
  top: 0;
  position: absolute;
  right: -0.7rem;
}
@media only screen and (max-width: 600px) {
    .input-text-placeholder{
      font-size: 1.6rem;
    }
}

.input-text-inline{
  z-index:3;
  position:absolute;
  top:13px;
  left:34px
}
.input-text-icon{

/*  This doesn't seem to exist. DELETE? */ 
  position:absolute;
  top:38px;
  left:13px;
  color:#bcc1c5;
  z-index:3;
  font-size: 19px;
}
.input-textarea textarea{
  height: 45px
}
input.input-error,input.input-error:focus{
  border-color:#FF6161!important;
  color:#FF6161!important;
  outline:0
}
.input-text-small input[type=email],.input-text-small input[type=password],.input-text-small input[type=search],.input-text-small input[type=text]{
  padding:7px 7px 7px 7px;
  width:100%
}
.input-text-small .input-placeholder{
  /*  This doesn't seem to exist. DELETE? */ 
  top:6px;
  font-size:14px
}
.input-text-small .input-text-icon{
  top:6px;
  font-size:17px
}
.form-bottom-holder{
  margin: 0 0 0 19%;
}
.contact-newsletter-subtext{
  font-size: 1.5rem;
  float: left;
  width: 64%;
  text-align: left;
  margin: 24px 0 0 0;
}

.input-text input:disabled{
  color:#ccc;
  border-color:#e0e2e4;
  background-color:#f7f7f7
}


/* Captcha  */
.g-recaptcha{
  width: 100%;
  text-align: left;
  display: block;
  transform:scale(0.77);
  -webkit-transform:scale(0.77);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
  position: relative;
  left: 22%;
}
.g-recaptcha > div{
  /* for center */
  text-align: center;
  margin:0 auto;
  
  /* for left */
  text-align: left;
  margin: 0 0 0 19%;
  
  /* for right */
  text-align: right;
  margin: 0 4vw 0 0;
  float: right;
  
  
}

/*  submit button */
.item-button{
  text-align:center;
  background: #fe0000;  /* ocean7 red */
  background: rgb(55, 134, 0); /* green */
  font-size: 1.4rem;
  color:#fff;
  font-weight:600;
  border-radius:3px;
  padding:10px 17px;
  border:0;
  margin:10px 4vw 0 0;
  display:block;
  width:25%;
  max-width: 197px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  cursor: pointer;
  float: right;
}
.item-button.disabled{
  background:#ececec;
  color:#b3b3b3
}
.item-button:focus{
  border:1px solid #277337
}








/* columns for icons */
/**/
.icon-section-wrap{
  padding: 115px 0 75px;
  padding: 75px 0 75px;
}
/* hide for mobile */
@media screen and (max-width: 600px) , screen and (max-height: 700px) {
    .icon-section-wrap{
      display:none;    
    }
}
*[class|="col"], 
[class*=" col-"] {
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
}
.col-1{
  width: 100%;
}
.col-1-6 {
  width: 13.32%;
}
.page-footer-col{
  margin: 0;
  position: relative;
  top: 20px;
  right: 0;
}
.col-align-right{
  text-align: right;
  width:100%;
}
@media only screen and (max-width: 1000px) {
    .col-1-6 {
        width: 33.32%;
        margin-right: 0;
        border-bottom: 1px solid rgba(136, 136, 136, 0.6);
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .col-1-6.col-third{
        margin-right: 0;
    }
}
@media only screen and (max-width: 600px) {
    .col-1-6 {
        width: 50%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 500px) {
    .col-1-6 {
        /*
        width: 100%;
        margin-right: 0;
        */
    }
}
.col-last {
    margin-right: 0;
}

/* icons using fontawesome and two custom images */
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section-wrap .fa {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 5rem;
  line-height: 5.1rem;
  margin-bottom: 1.5rem;
}
/* number under icons */
.section-wrap [id^="tm-counter"] .num {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  line-height: 4.1rem;
  margin-bottom: .5rem;
  font-weight: 600;
  text-align: center;
}
/* title under icons */
.section-wrap [id^="tm-counter"] .title {
  font-weight: 400;
  font-size: 1.2rem;
}

/* custom fontawesome icons */
.fa-dog:before {
    content: "\00a0\00a0\00a0\00a0";
    background-image: url(../png/dog-icon-trans.png);
    background-size: 100% 100%;
}
.fa-spill:before {
    content: "\00a0\00a0\00a0\00a0";
    background-image: url(../png/spill-keyboard-trans.png);
    background-size: 100% 100%;
}

.text-intro {
margin-left: 5rem;
}