/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Creative Multi-Purpose WordPress Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 16.4
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.fixed-form {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #464646;
  background-color: #FFCC00;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 80px; }
  @media (max-width: 991px) {
    .fixed-form {
      padding: 0; } }
  .fixed-form.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .fixed-form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .fixed-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 130px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .fixed-form-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 40px 15px 15px; } }
    @media (max-width: 575px) {
      .fixed-form-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 15px; } }
  .fixed-form .icon {
    width: 55px;
    min-width: 55px;
    margin-right: 30px; }
    @media (max-width: 575px) {
      .fixed-form .icon {
        margin: 0; } }
    .fixed-form .icon img {
      display: block;
      width: 100%; }
  .fixed-form .text {
    max-width: 400px;
    margin-right: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .fixed-form .text {
        max-width: none;
        margin-top: 10px; } }
  @media (max-width: 991px) {
    .fixed-form .wpcf7 {
      width: 100%;
      margin-top: 20px; } }
  .fixed-form form.sent p {
    display: none !important; }
  .fixed-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px; }
    @media (max-width: 991px) {
      .fixed-form form {
        margin: 0; } }
    @media (max-width: 575px) {
      .fixed-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .fixed-form form .wpcf7-response-output {
      margin: 0 !important;
      padding: 10px 20px 10px 50px;
      background-color: #3D9DCA !important; }
    .fixed-form form .wpcf7-text {
      width: 410px !important;
      height: 41px !important;
      font-family: "Roboto", sans-serif !important;
      font-weight: 500 !important;
      font-size: 14px !important;
      color: #1C2122 !important;
      background: #FFFFFF !important;
      border: 1px solid #1C2122 !important;
      border-radius: 4px !important;
      padding: 0 20px !important;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      margin: 0 15px 0 0 !important; }
      @media (max-width: 1199px) {
        .fixed-form form .wpcf7-text {
          width: 290px !important; } }
      @media (max-width: 575px) {
        .fixed-form form .wpcf7-text {
          margin: 0 0 15px !important; } }
      .fixed-form form .wpcf7-text:focus {
        border-color: transparent !important;
        color: #1C2122 !important; }
      .fixed-form form .wpcf7-text::-webkit-input-placeholder {
        font-family: "Roboto", sans-serif !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #1C2122 !important;
        text-transform: uppercase !important; }
      .fixed-form form .wpcf7-text:-ms-input-placeholder {
        font-family: "Roboto", sans-serif !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #1C2122 !important;
        text-transform: uppercase !important; }
      .fixed-form form .wpcf7-text::-ms-input-placeholder {
        font-family: "Roboto", sans-serif !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #1C2122 !important;
        text-transform: uppercase !important; }
      .fixed-form form .wpcf7-text::placeholder {
        font-family: "Roboto", sans-serif !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #1C2122 !important;
        text-transform: uppercase !important; }
    .fixed-form form .wpcf7-submit {
      width: 155px !important;
      height: 41px !important;
      font-weight: 500 !important;
      font-size: 14px !important;
      line-height: 41px !important;
      text-align: center !important;
      text-transform: uppercase;
      color: #FFFFFF !important;
      background-color: #1C2122 !important;
      border: 1px solid #1C2122 !important;
      border-radius: 4px !important;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      margin: 0 !important;
      -webkit-box-sizing: border-box !important;
      box-sizing: border-box !important; }
      .fixed-form form .wpcf7-submit:hover {
        color: #1C2122 !important;
        background-color: transparent !important; }
    .fixed-form form .ajax-loader {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
    .fixed-form form p {
      margin: 0 !important; }
    .fixed-form form br {
      display: none; }
  .fixed-form .close-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    cursor: pointer; }
    @media (max-width: 991px) {
      .fixed-form .close-btn {
        top: 16px;
        right: 8px; } }
    .fixed-form .close-btn:hover {
      opacity: .6; }
    .fixed-form .close-btn:before, .fixed-form .close-btn:after {
      position: absolute;
      content: '';
      top: 11px;
      left: 0;
      height: 3px;
      width: 30px;
      background-color: #1C2122; }
    .fixed-form .close-btn:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .fixed-form .close-btn:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }