%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/public_bakcup/old/wp-content/themes/inspiry-medicalpress/less/
Upload File :
Create Path :
Current File : /home/vacivi36/public_bakcup/old/wp-content/themes/inspiry-medicalpress/less/contact-module.less

/*------------------------------------------------------*/
/* Contact page Styles
/*------------------------------------------------------*/
.contact-page {
  padding: 30px 0;
  .map-wrapper {
    margin-top: 100px;
    h5 {
      margin-bottom: 20px;
    }
  }
  #map-canvas {
    width: 100%;
    height: 355px;
    img{
      width: auto;
      max-width: none;
    }
  }
  .contact-form {
    input[type="text"], textarea {
      padding: 15px;
    }
    input[type ="text"], textarea {
      width: 100%;
      height: auto;
      border: 1px solid #dcdee4;
      background-color: #fff;
      margin-bottom: 30px;
      padding: 15px 10px;
      color: @medical-heading-color;
      font-weight: 500;
      outline: none;
    }
    input[type ="submit"] {
      padding: 15px 27px;
      border: none;
      margin: 0 0 0 20px;
      float: right;
    }
    input.error, textarea.error {
      border: 1px solid #DF1E2D;
    }
  }
}

#error-container {
  label.error {
    font-weight: normal;
    color: #DF1E2D;
  }
}

.contact-sidebar {
  .timetable-area {
    h5 {
      margin-bottom: 20px;
    }
    .blue {
      color: #10b1d6;
    }
  }
  .timetable-area,
  .address-area,
  .social-icon {
    border-bottom: 1px solid #dcdee4;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  h2 {
    margin:0 0 30px;
  }
  address {
    font-size: 14px;
    color: #999ca5;
    font-weight: 400;
    line-height: 26px;
  }
  p {
    color: #999ca5;
    strong {
      color: @medical-heading-color;
      font-weight: 500;
      margin-right: 20px;
      min-width: 50px;
      display: inline-block;
      text-align: right;
    }
  }
  .social-icon {
    padding-bottom: 40px;
    margin-left: -5px;
    li {
      margin: 0 5px 5px 0;
    }
    h5 {
      margin-bottom: 20px;
    }
    li.twitter-icon:hover {
      background-color: #2bbfec;
    }
    li.skype-icon:hover {
      background-color: #0099e5;
    }
    li.facebook-icon:hover {
      background-color: #395b89;
    }
    li.linkedin-icon:hover {
      background-color: #1184cd;
    }
    li.youtube-icon:hover {
      background-color: #d02525;
    }
    li.instagram-icon:hover {
      background-color: #457299;
    }
    li.rss-icon:hover {
      background-color: #ec894d;
    }
    li.google-icon:hover {
      background-color: #d63b3b;
    }
  }
}

/* big text styles for 404 page */
.jumbotron {
  background: none;
  padding-top: 60px;
  padding-bottom: 100px;
  h1 {
    font-size: 250px;
    font-weight: 800;
    color: #66c9e0;
    span {
      color: #999ca5;
    }
  }
  p {
    line-height: 30px;
  }
}

.appoint-page {
  padding: 40px 0 60px;
  .entry-content{
    margin-bottom: 40px;
  }
  .appoint-section {
    background: #3a3c41 url("../images/appoint-form-bg.png") top center repeat-y;
    padding: 10px 70px 70px;
    border-radius: 5px;
    .top-icon {
      width: 100%;
      text-align: center;
      z-index: 99999;
      img{
        pointer-events: none;
      }
    }
  }
  form {
    background: url("../images/appoint-form-bottom.png") bottom center repeat-x #fff;
    padding: 60px 20px;
    margin-top: -36px;
    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      border: 0;
      outline: none;
      border-bottom: 1px solid #dcdee4;
      padding: 5px;
      margin-bottom: 40px;
      &.error{
        border-color: red;
      }
    }
    input[type="submit"] {
      margin-bottom: 20px;
    }
    #appointment-loader{
      margin: 0 20px 20px;
    }
    #message-sent{
      font-weight: 700;
    }
  }
}

#appointment_form_main{
  .recaptcha_widget{
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 0 40px;
  }
  .recaptcha_input label{
    /*color: #fff;*/
    font-size: 14px;
  }
  #recaptcha_image img {
    background: transparent;
    border: 1px solid #dcdee4;
  }

}

#contact-loader {
  float: right;
  margin: 17px 0 0 0;
  display: block;
}

.wpcf7-form{
  > p{
    font-weight: bold;
    letter-spacing: 1px;
  }
  span.wpcf7-form-control-wrap{
    display: inline !important;
  }
  span.wpcf7-not-valid-tip{
    font-weight: normal;
    letter-spacing: 0.5px;
  }
  .wpcf7-form-control{
    margin-top: 5px;
  }
  .wpcf7-list-item-label{
    font-weight: normal;
  }
  input[type="text"].wpcf7-quiz,
  input[type="number"],
  input[type="date"]{
    width: auto;
  }
}

/*  Google reCAPTCHA Styles
-------------------------------------------------------------------------*/

.recaptcha_widget {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  max-width: 100%;
  border: 1px solid #dcdee4;
  padding: 15px;
  background: white;
  margin: 0 0 30px;
}

#recaptcha_image {
  width: 100% !important;
  height: auto !important;
}

#recaptcha_image img {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  width: 100%;
  height: auto;
}

.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
  overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  width: 100%;
  height: auto;
  background: #FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br {
  display: none;
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
  display: block;
}

.recaptcha_input {
  background: transparent;
  margin: 0;
  padding: 0;
}

.recaptcha_input label {
  margin: 10px 0;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  color: @text-color;
}

.recaptcha_options {
  list-style: none;
  margin: 0;
  height: 18px;
  padding: 0;
}
.recaptcha_options li {
  float: left;
  margin: 0 5px 0 0;
}

.recaptcha_options li a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  width: 20px;
  height: 20px;
}

.recaptcha_options li a:active {
  position: relative;
  top: 1px;
}

.captcha_hide {
  display: none;
}

.recaptcha_input #recaptcha_response_field {
  margin-bottom: 10px;
}

.appointment-shortcode {
  .recaptcha_options {
    padding-left:0px;
    li {
      list-style:none;
    }
  }
}

Zerion Mini Shell 1.0