.alignleft {
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.alignright {
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}

.admin-bar .navbar-fixed-top {
  top: 32px !important;
}

.gform_wrapper ul li {
    background-image: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 641px) {
.gform_wrapper textarea.medium, .woocommerce form .form-row textarea {
    height: 110px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 14px !important;
    width: auto;
    margin: 0 16px 0 0;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0 !important;
    clear: both !important;
}
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.medium, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    margin: 5px 0;
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    height: 40px;
    margin-bottom: 10px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_button, .gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    margin-bottom: 0;
}

.gform_footer input[type=submit] {
    background-color: #00aeef;
    border: 1px solid #00aeef;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    padding: 9px 26px;
    transition: all 200ms ease-in-out;
    position: relative;
    margin-top: 20px;
}

.gform_button:hover,
.gform_button:active:focus{
    background-color: #3ec9fd !important;
    border-color: #3ec9fd !important; }

.scrollToTop, .scrollToTop:visited {
  height: 30px !important;
  width: 30px !important;
  display: none;
  background-color: #00aeef;
  margin: 0;
  position: fixed;
  bottom: 2%;
  right: 20px;
  z-index: 99;
  transition: background .3s ease; }
  .scrollToTop i, .scrollToTop:visited i {
        font-size: 12px;
    margin-left: -6px;
    margin-top: -6px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%; }
  .scrollToTop:active, .scrollToTop:hover, .scrollToTop:visited:active, .scrollToTop:visited:hover, .scrollToTop:visited:active, .scrollToTop:visited:hover, .scrollToTop:visited:visited:active, .scrollToTop:visited:visited:hover {
    background-color: #3ec9fd;
    cursor: pointer; }
    .scrollToTop:active i, .scrollToTop:hover i, .scrollToTop:visited:active i, .scrollToTop:visited:hover i, .scrollToTop:visited:active i, .scrollToTop:visited:hover i, .scrollToTop:visited:visited:active i, .scrollToTop:visited:visited:hover i {
      color: #fff; }
