/*
Theme Name: Drova

/* ----------------------------------

Name: style.css
Version: 1.0

-------------------------------------
*/

body {
    margin: 0px;
}
* {
  box-sizing: border-box;
}

.icb {
   margin-bottom: 6px;
}
.tile3 {
  font-size: 20px!important;
}
.title2 {
  color:#390000;
  font-weight: 700;
}
.titlew {
  font-weight: 700;
  color: #c95139;
}

// Fonts
@import url(https://fonts.googleapis.com/css?family=Raleway:300);
@import url(https://fonts.googleapis.com/css?family=Lusitana:400,700);



.align-center {
   text-align: center;
}
 

.wpcf7-form .form-field {
   position: relative;
   margin: 32px 0;
}
.wpcf7-form .input-text {
   display: block;
   width: 100%;
   height: 36px;
   border-width: 0 0 2px 0;
   border-color: #008600;
   font-family: Lusitana, serif;
   font-size: 18px;
   line-height: 26px;
   font-weight: 400;
}
.wpcf7-form .input-text:focus {
   outline: none;
}


.wpcf7-form .submit-btn {
   display: inline-block;
   background-color: #008600;
   color: #fff;
   font-family: Raleway, sans-serif;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 16px;
   line-height: 24px;
   padding: 8px 16px;
   border: none;
   cursor: pointer;
   border-radius: 20px;
}
.note {
   position: absolute;
   left: 0;
   bottom: 10px;
   width: 100%;
   text-align: center;
   font-family: Lusitana, serif;
   font-size: 16px;
   line-height: 21px;
}
.note .link {
   color: #888;
   text-decoration: none;
}









/*👉.wpcf7-form {
   .form-field {
      position: relative;
      margin: 32px 0;
   }
   .input-text {
      display: block;
      width: 100%;
      height: 36px;
      border-width: 0 0 2px 0;
      border-color: #683739;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      
      &:focus {
         outline: none;
      }
      
      .input-text:focus,
      .input-text.not-empty {
         + .label {
            transform: translateY(-24px);
         }
      }
   }
   .label {
      position: absolute;
      left: 20px;
      bottom: 11px;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      color: #888;
      cursor: text;
      transition: transform .2s ease-in-out;
   }
   
   .submit-btn {
      display: inline-block;
      background-color: #683739;
      color: #fff;
      font-family: Raleway, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 16px;
      line-height: 24px;
      padding: 8px 16px;
      border: none;
      cursor: pointer;
      border-radius: 18px;
   }
}

.note {
   position: absolute;
   left: 0;
   bottom: 10px;
   width: 100%;
   text-align: center;
   font-family: Lusitana, serif;
   font-size: 16px;
   line-height: 21px;
   
   .link {
      color: #888;
      text-decoration: none;
      &:hover {
         text-decoration: underline;
      }
   }
}👈*/


