/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1679283738
Updated: 2023-03-20 03:42:18

*/


.jasper-icon{
    vertical-align: middle;
}


.strong-form label {
  font-family: 'Poppins';
  font-weight: 400 !important;
  font-size: 20px;
  margin-bottom: 5px;
}

.strong-form input[type="text"]{
  border: 1px solid #ccc;
}

.strong-form textarea {
  border: 1px solid #ccc;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-inner {
  background: #f5f5f5;
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 10%);
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type {
  font-size: 18px;
  color: #747474;
  line-height: 30px;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-field {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #DDA663;
}

.strong-view .wpmtst_submit_testimonial{
    background: #DDA663;
    color: #fff;
    border: 1px solid #DDA663;
   
}

.strong-view .wpmtst_submit_testimonial:hover{
    background: #253B6D;
    border: 1px solid #253B6D;
    color: #fff;
    transition: all ease-in 0.2s;
  }


.contact-form label{
  width: 100%;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 300;
  color: #7A7A7A;
}

.contact-form .wpcf7-form-control{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 13px;
  margin-top: 10px;
  background: transparent;
  display: grid;

}

.contact-form .inline-form{
  display: inline-flex;
  width: 100%;
}

.contact-form  p{
  margin-right: 10px;
  width: 100%;
} 
.contact-form .wpcf7-textarea{
  height: 200px;
}

.contact-form .wpcf7-submit{
  background: #FCCD5E;
  color: #fff;
  width: 25%;
  margin-bottom: 0;
  border: none;
}

.contact-form .wpcf7-submit:hover{
  background: #253B6D;
  border: none;
  color: #fff;
  transition: all ease-in 0.2s;
}


@media only screen and (max-width: 768px) {
  .contact-form .inline-form{
    display: inherit;
  }

  .home-page-form .inline-form{
    display: inherit;
  }
  .home-page-form  p{
    margin-right: 0px;
  } 
  .home-page-form .wpcf7-submit{
    width: 50%;
  }
  .contact-form  p{
    margin-right: 0px;
  } 
}
