/* 
Theme Name: Foras Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*------------------------------------------------------------------*\  
                10 - FORM STYLE                                                                                                         
\*------------------------------------------------------------------*/
html,body{
	overflow-x: hidden;
}


a {
    background-color: transparent;
    text-decoration: none;
    color: var(--e-global-color-text) ;
}

a:active, 
a:hover {
    color: var( --e-global-color-secondary );
}
.wpcf7-form {
  max-width: 950px;
  margin: 0 auto;
}

.wpcf7-form .row {
  margin: 0 -10px;
}

.wpcf7-form .row > div {
  padding: 0 10px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}

.wpcf7-form label {
  display: block;
  font-weight: 500;
  color: #0D0D3F;
  margin-bottom: 5px;
  text-align: right;
  width: 100%;
}

.wpcf7-form input[type*="email"], 
.wpcf7-form input[type*="text"], 
.wpcf7-form input[type*="tel"] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid transparent !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #F2F2F2;
  text-align: right;
  border-radius: 8px;
}

.wpcf7-form input[type*="email"]:focus, 
.wpcf7-form input[type*="email"]:active, 
.wpcf7-form input[type*="text"]:focus, 
.wpcf7-form input[type*="text"]:active, 
.wpcf7-form input[type*="tel"]:focus, 
.wpcf7-form input[type*="tel"]:active,
.wpcf7-form textarea:focus, 
.wpcf7-form textarea:active {
  border-color: var(--e-global-color-primary) !important;
  outline: none;
  box-shadow: none;
}

.wpcf7-form select {
  border: 1px solid transparent !important;
  line-height: 60px;
  height: 60px;
  width: 100%;
  color: var(--e-global-color-text);
}

.wpcf7-form select:focus, .wpcf7-form select:active {
  border-color: var(--e-global-color-primary) !important;
}

.wpcf7-form textarea {
  width: 100%;
  padding: 10px 20px;
  max-height: 180px;
  border: none !important;
  border: 1px solid transparent !important;
  background: #F2F2F2;
  text-align: right;
  border-radius: 8px;
}

.wpcf7-form textarea::-webkit-input-placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form textarea::-moz-placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form textarea:-ms-input-placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form textarea:-moz-placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form textarea:focus, .wpcf7-form textarea:active {
  background: #F2F2F2;
  border-color: var(--e-global-color-primary) !important;
}

.wpcf7-form textarea.size-medium {
  max-height: 135px;
}

.wpcf7-form .form-action {
  text-align: center;
  padding: 0;
  position: relative;
}

.wpcf7-form .form-action .ajax-loader {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.wpcf7-form .wpcf7-submit {
  padding: 16px 50px 16px 50px;
}
@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: fixed;
    }
    .buy-now{
      width: 100%;
    }
}