 
body {
  background: #3498db;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
   box-shadow: inset 0 0 0 1px rgba(245,245,245,0.3);
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #f5ae40;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  
  
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

    .sticky {}
    .gallery-caption {}
    .bypostauthor {}

    /*Make Wordpress Happy*/
    .size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    	max-width: 100%;
    	height: auto;
    }
.contact-form__wrap input,.contact-form__wrap button,.contact-form__wrap textarea{
    height: 2.5rem;
    margin-bottom: 1.5rem;
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin-top: 5px;
}
.contact-form__wrap textarea {
    height: auto;
    resize: vertical;
}
.contact-form__wrap label {
    font-weight: bold;
    font-size: 14px;
}
.contact-form__wrap p{
    margin-bottom: 0; 
}
.contact-form__wrap .wpcf7-submit{
    background-color: #2e2d2e;
    color: #ffffff;
}
.contact-form__wrap .wpcf7-submit:hover{
    background-color: #004e4d;
}
